Deploy open-power/op-build to github.com/open-power/op-build.git:gh-pages
diff --git a/.buildinfo b/.buildinfo
new file mode 100644
index 0000000..416fab4
--- /dev/null
+++ b/.buildinfo
@@ -0,0 +1,4 @@
+# Sphinx build info version 1
+# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
+config: 0c883616d1b46972d42c12effcd9e482
+tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.nojekyll
diff --git a/_sources/boot-devices.rst.txt b/_sources/boot-devices.rst.txt
new file mode 100644
index 0000000..da2fd5b
--- /dev/null
+++ b/_sources/boot-devices.rst.txt
@@ -0,0 +1,70 @@
+Supported Boot Devices
+======================
+
+The OpenPower firmware uses Linux as a bootloader in order to discover boot
+devices, and boot the final operating system. In order to discover boot devices
+and load the operating system image from them, the bootloader's kernel needs to
+include support for that hardware.
+
+This table lists the network adaptors and disk controllers that are currently
+enabled.
+
+If you are adding a device to the kernel, please add the details here including
+your email address in the owner field. We will use this to contact users when
+considering the removal of modules.
+
+Likewise, if you are removing an option from the kernel config, please remove
+it from this table and notify the person mentioned in the owner field.
+
++-------------------------------+-----------------------+--------+----------------------------+
+| Device name | Kconfig option | System | Owner |
++===============================+=======================+========+============================+
+| AOC-SG-I2 NIC | IGB | Boston | maurosr@linux.vnet.ibm.com |
++-------------------------------+-----------------------+--------+----------------------------+
+| Broadcom NetExtreme II | BNX2X | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Mellanox ConnectX-4 | MLX5_CORE_EN | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Alteon AceNIC | ACENIC | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Broadcom Tigon3 | TIGON3 | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Chelsio 10Gb Ethernet | CHELSIO_T1 | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| SeverEngine BladeEngine 10Gb | BE2NET | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Exar Xframe 10Gb | S2IO | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Intel PRO/1000 PCIe | E1000E | | |
+| Intel PRO/1000 | E1000 | Qemu | stewart@linux.vnet.ibm.com |
++-------------------------------+-----------------------+--------+----------------------------+
+| Intel PRO/10GbE | IXGB | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Intel 10GbE PCIe | IXGBE | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Intel XL710 Ethernet | I40E | P9DSU | jk@ozlabs.org |
++-------------------------------+-----------------------+--------+----------------------------+
+| Mellanox 1/10/40Gbit Ethernet | MLX4_EN | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Myricom Myri-10G Ethernet | MYRI10GE | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| QLogic QLGE 10Gb Ethernet | QLGE | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| NetXen Gigabit Ethernet | NETXEN_NIC | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Adaptec AACRAID | SCSI_AACRAID | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| QLogic BNX2 | SCSI_BNX2_ISCSI | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Chelsio T3 iSCSI | SCSI_CXGB3_ISCSI | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| Chelsio T4 iSCSI | SCSI_CXGB4_ISCSI | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| LSI Logic MegaRAID | MEGARAID_NEWGEN | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| LSI MPT Fusion SAS (legacy) | SCSI_MPT2SAS | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| QLogic QLA2xxx Fibrechannel | SCSI_QLA_FC | | |
++-------------------------------+-----------------------+--------+----------------------------+
+| QLogic ISP4xxx and ISP82xxx | SCSI_QLA_ISCSI | | |
++-------------------------------+-----------------------+--------+----------------------------+
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
new file mode 100644
index 0000000..d4d9668
--- /dev/null
+++ b/_sources/index.rst.txt
@@ -0,0 +1,31 @@
+.. OpenPOWER Firmware documentation master file, created by
+ sphinx-quickstart on Thu Oct 12 14:38:45 2017.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to OpenPOWER Firmware's documentation!
+==============================================
+
+This documentation is for the ``op-build`` project, which is a buildroot
+overlay designed to build a full firmware image for OpenPOWER Systems.
+Individual firmware components will have their own documentation, which
+we link to where needed, but this document is focused on specifics to
+do with building the full firmware image.
+
+.. toctree::
+ :maxdepth: 2
+ :caption: Contents:
+
+ introduction
+ testing
+ process/index
+ boot-devices
+ versioning
+ release-notes/index
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
diff --git a/_sources/introduction.rst.txt b/_sources/introduction.rst.txt
new file mode 100644
index 0000000..260f870
--- /dev/null
+++ b/_sources/introduction.rst.txt
@@ -0,0 +1,118 @@
+Introduction to OpenPOWER Firmware
+==================================
+
+The ``op-build`` project constructs a host firmware image for OpenPOWER
+machines.
+
+Firmware Components
+-------------------
+
+Buildroot_
+ We use http://buildroot.net/ as the build system for assembling a firmware
+ image. `op-build` is a "Buildroot overlay". We build a kernel and initramfs
+ using buildroot to run the Petitboot boot loader in. We maintain a branch
+ with a minimum number of patches on top of upstream buildroot.
+op-build_
+ A buildroot overlay that assembles OpenPOWER Firmware images.
+SBE_
+ the Self Boot Engine is the first unit inside the POWER processor to start
+ executing. It's job is to set up a core and load Hostboot.
+Hostboot_
+ Low level system boot firmware. It brings up CPU cores, the OCC, Memory
+ and hands control over to OPAL (skiboot)
+OCC_
+ The On Chip Controller is responsible for thermal limits and frequency
+ management.
+OPAL
+ The OpenPOWER Abstraction Layer, provided by skiboot
+skiboot_
+ skiboot implements OPAL (the OpenPOWER Abstraction Layer). Skiboot is
+ boot and runtime firmware and is responsible for bringing up PCI and
+ providing runtime abstractions to the running OS.
+Linux_
+ Once skiboot has finished setting up the machine, it hands control over
+ to a Linux kernel. This kernel provides device drivers and userspace to
+ run the bootloader, Petitboot. We maintain our own branch with a minimal
+ number of patches on top of the latest upstream stable release.
+Petitboot_
+ The bootloader. It is a normal user-space process running on Linux that
+ searches the system for disks and network devices that it can boot the
+ OS from.
+HCODE_
+ Firmware for the power management PPE. Implements heavy lifting for deeper
+ STOP states.
+
+.. _Buildroot: https://github.com/open-power/buildroot
+.. _op-build: https://github.com/open-power/op-build
+.. _SBE: https://github.com/open-power/sbe
+.. _OCC: https://github.com/open-power/occ
+.. _Hostboot: https://github.com/open-power/hostboot
+.. _skiboot: https://open-power.github.io/skiboot/
+.. _Linux: https://github.com/open-power/linux
+.. _Petitboot: https://github.com/open-power/petitboot/
+.. _HCODE: https://github.com/open-power/hcode
+
+Introductory Videos
+-------------------
+
+There are a number of good recorded presentations from various conferences
+around the world that have overviews and deep dives into various parts of
+the firmware stack.
+
+Here, we present technical presentations that may be useful in learning
+about topics relevant to OpenPOWER firmware development.
+
+For broader OpenPOWER topics, check out the following channels:
+
+- `OpenPOWER Foundation` <https://github.com/open-power/op-build/pull/2983>`_
+
+Introductory
+^^^^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=a4XGvssR-ag
+.. youtube:: https://www.youtube.com/watch?v=hcLhKjxa-40
+
+Secure Boot
+^^^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=hwB1bkXQep4
+
+Interfaces and standards
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=2TroT3ORw0s
+
+OpenCAPI
+^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=h3pLBDCqY-I
+
+.. youtube:: https://www.youtube.com/watch?v=K4dhx0ctjkQ
+
+XIVE Interrupt Controller
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=s88beMQWkks
+
+Petitboot
+^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=4JbDb4bRBK4
+.. youtube:: https://www.youtube.com/watch?v=oxmMJMibZQ8
+
+Booting Faster
+^^^^^^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=fTLsS_QZ8us
+
+Testing
+^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=znEM2xqJhBU
+
+Bringup and customisation
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. youtube:: https://www.youtube.com/watch?v=v73Nw7NDxYI
+
+.. youtube:: https://www.youtube.com/watch?v=dBEBQQYP_eI
diff --git a/_sources/process/CONTRIBUTING.md.txt b/_sources/process/CONTRIBUTING.md.txt
new file mode 100644
index 0000000..c13fa4b
--- /dev/null
+++ b/_sources/process/CONTRIBUTING.md.txt
@@ -0,0 +1,116 @@
+Contributing to op-build
+========================
+
+op-build is the open source build system for OpenPOWER firmware. It assembles
+many individual components (only a few of which are OpenPOWER specific) into
+a single firmware image. op-build is implemented as a buildroot overlay.
+
+If you haven't already, join us on IRC (#openpower on Freenode) and on
+the mailing list ( openpower-firmware@lists.ozlabs.org - subscribe by
+going to https://lists.ozlabs.org/listinfo/openpower-firmware )
+
+We use GitHub Issues and Pull Requests for tracking contributions. We
+expect participants to adhere to the GitHub Community Guidelines (found
+at https://help.github.com/articles/github-community-guidelines/ ).
+
+If you are unable or unwilling to use GitHub, we can accept contributions
+via the mailing list.
+
+All contributions should have a Developer Certificate of Origin (see below).
+
+Development Philosophy
+----------------------
+
+Our development philosophy is:
+
+1. Don't re-invent the wheel
+2. Upstream first
+
+As such, we don't like to carry patches in op-build, we prefer to interact
+with upstream projects and get patches accepted there. Where we do need
+to patch things locally, we prefer to carry backports from upstream, which
+can be removed when we move to more recent upstream.
+
+Development Environment
+-----------------------
+
+For working on op-build you will need a reasonably recent Linux distribution.
+We aim to have all current major distros be suitable development platforms
+(focused on Ubuntu and Fedora, as that's what most developers currently use).
+
+A host GCC of at least 4.9 is recommended (all modern Linux distributions
+provide this).
+
+You can build on x86-64, ppc64 or ppc64le, op-build will build appropriate
+cross-compilers for you (thanks to the magic of buildroot).
+
+You will need 8-15GB of disk space to do a full build of any one configuration.
+
+Development Process
+-------------------
+
+The main source repository is on GitHub. We use GitHub issues and pull requests
+as well as a mailing list (https://lists.ozlabs.org/listinfo/openpower-firmware).
+
+We tag a new op-build release roughly every 6 weeks.
+
+We use GitHub milestones: https://github.com/open-power/op-build/milestones
+
+Starting with the v1.15 release, active development occurs against the master
+branch. When we're nearing a release, we move the content of the master branch
+over to a 'release' branch, ensuring development can continue while the release
+is prepared.
+
+We accept pull requests on GitHub: https://github.com/open-power/op-build/pulls
+
+Developer Certificate of Origin
+-------------------------------
+
+Contributions to this project should conform to the `Developer Certificate
+of Origin` as defined at http://elinux.org/Developer_Certificate_Of_Origin.
+Commits to this project need to contain the following line to indicate
+the submitter accepts the DCO:
+```
+Signed-off-by: Your Name <your_email@domain.com>
+```
+By contributing in this way, you agree to the terms as follows:
+```
+Developer Certificate of Origin
+Version 1.1
+
+Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
+660 York Street, Suite 102,
+San Francisco, CA 94110 USA
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+
+Developer's Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+ have the right to submit it under the open source license
+ indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+ of my knowledge, is covered under an appropriate open source
+ license and I have the right under that license to submit that
+ work with modifications, whether created in whole or in part
+ by me, under the same open source license (unless I am
+ permitted to submit under a different license), as indicated
+ in the file; or
+
+(c) The contribution was provided directly to me by some other
+ person who certified (a), (b) or (c) and I have not modified
+ it.
+
+(d) I understand and agree that this project and the contribution
+ are public and that a record of the contribution (including all
+ personal information I submit with it, including my sign-off) is
+ maintained indefinitely and may be redistributed consistent with
+ this project or the open source license(s) involved.
+```
+
+
diff --git a/_sources/process/KernelTree.rst.txt b/_sources/process/KernelTree.rst.txt
new file mode 100644
index 0000000..bdf383d
--- /dev/null
+++ b/_sources/process/KernelTree.rst.txt
@@ -0,0 +1,69 @@
+op-build Linux Kernel
+=====================
+
+The skiroot/Petitboot kernel is currently based on the 5.3 series.
+
+Submitting a patch
+------------------
+
+If you require a patch added to the firmware, follow these steps:
+
+1. Submit your patch upstream. It doesn’t need to be upstream, but it
+ should be on it’s way
+2. Send a pull request or a ``git format-patch`` formatted patch series
+ to openpower-firmware@lists.ozlabs.org, and cc joel@jms.id.au. Be
+ sure to use ``--suppress-cc=sob`` when generating the patches so we
+ don’t spam the community. The current tree is based on 5.1-stable
+ (although we will always move to the latest stable kernel ASAP).
+
+Bug fixes
+---------
+
+Whenever a stable release is tagged in
+https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/,
+we will rebase our patches on top of that and create a new release.
+
+If you are submitting patches upstream that you want to be included,
+then ensure you cc stable as per the
+`rules <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/stable_kernel_rules.txt>`__.
+
+Versioning
+----------
+
+Versions are the upstream version number, followed by ``-openpowerN``,
+where N is the revision that counts up from 1 for the given upstream
+version number. These versions will be present as tags in the git
+repository hosted at https://github.com/open-power/linux.
+
+We aim to follow "the latest upstream release".
+
+For op-build stable trees, we follow the latest stable release of the
+kernel that particular op-build release was made with. Since op-build
+stable releases may outlast how long an upstream kernel is maintain for,
+we will move up the kernel version we use until the next LTS kernel.
+Once on an LTS kernel, an op-build stable release will stick with that
+version.
+
+Tree and patches
+----------------
+
+The kernel tree hosted at https://github.com/open-power/linux contains
+the current release plus a set of patches that we carry. Ideally there
+would be no patches carried, as everything should be upstream.
+
+We take the commits in this tree between the upstream tag and the
+openpower tag and generate a series of patches that are imported into
+the op-build Buildroot overlay, and placed in
+`op-build/openpower/linux <https://github.com/open-power/op-build/tree/master/openpower/linux>`_.
+op-build then fetches the upstream tarball and applies these patches.
+This way we don’t have to clone an entire tree when doing an op-build
+build.
+
+All patches are to head upstream *first*. There is a zero chance that
+op-build will carry kernel patches for any time greater than "until the
+next kernel release", and even then, only in *exceptional* circumstances.
+
+Patches in the tree
+-------------------
+
+- xhci: Reset controller on xhci shutdown
diff --git a/_sources/process/building-with-ci.rst.txt b/_sources/process/building-with-ci.rst.txt
new file mode 100644
index 0000000..471681d
--- /dev/null
+++ b/_sources/process/building-with-ci.rst.txt
@@ -0,0 +1,11 @@
+Building with ci scripts
+========================
+
+op-build has several build scripts in the ci/ directory aimed at being used to
+help continuous integration environments, as well as specifying build
+dependencies as code.
+
+These use Docker containers for the build environment.
+
+It is recommended you use (or send patches so that you can use them) these over
+rolling your own scripts.
diff --git a/_sources/process/index.rst.txt b/_sources/process/index.rst.txt
new file mode 100644
index 0000000..1d0af3e
--- /dev/null
+++ b/_sources/process/index.rst.txt
@@ -0,0 +1,9 @@
+Development Process
+===================
+
+.. toctree::
+
+ CONTRIBUTING.md
+ KernelTree.rst
+ building-with-ci
+ stable-rules.rst
diff --git a/_sources/process/stable-rules.rst.txt b/_sources/process/stable-rules.rst.txt
new file mode 100644
index 0000000..629e7f5
--- /dev/null
+++ b/_sources/process/stable-rules.rst.txt
@@ -0,0 +1,73 @@
+.. _stable-rules:
+
+=======================================
+op-build stable tree rules and releases
+=======================================
+
+Our stable tree process follows processes similar to other open source projects
+such as the Linux Kernel and Buildroot, as do several OpenPOWER Firmware
+components such as Skiboot and Petitboot.
+
+The purpose of a -stable tree is to give vendors a stable base to create
+firmware releases from and to incorporate into service packs. New stable
+releases contain critical fixes only.
+
+As a general rule, only the most recent op-build release gets a maintained
+-stable tree. If you wish to maintain an older tree, speak up! For example,
+with my IBMer hat on, we'll maintain branches that we ship in products.
+
+What patches are accepted?
+--------------------------
+
+* Patches must be obviously correct and tested
+
+ * A Tested-by signoff is *important*
+* A patch must fix a real bug
+* No trivial patches, such fixups belong in main branch
+* Not fix a purely theoretical problem unless you can prove how
+ it's exploitable
+* The patch, or an equivalent one, must already be in master
+
+ * Submitting to both at the same time is okay, but back-porting is better
+
+HOWTO submit to stable
+----------------------
+
+1. Make a pull request with "[stable op-build-N.N.y]" in subject (where N.N.y
+ is the stable branch to which you are targeting)
+
+ * This targets the patch *ONLY* to the stable branch.
+
+ * Such commits will *NOT* be merged into master.
+ * Use this when:
+
+ a. cherry-picking a fix from master
+ b. fixing something that is only broken in stable
+ c. fix in stable needs to be completely different than in master
+
+ If b or c: explain why.
+ * If cherry-picking, include the following at the top of your
+ commit message (or use the -x option to git-cherry-pick): ::
+
+ commit <sha1> upstream.
+ * If the patch has been modified, explain why in description.
+
+2. Add a comment on the PR indicating that a PR should also go to a stable
+ branch when making a Pull request to master
+
+ * This targets the patch to master and stable.
+ * You can target a patch to a specific stable tree by putting that in the
+ comment
+ * You can ask for prerequisites to be cherry-picked.
+
+Trees
+-----
+
+* https://github.com/open-power/op-build/ (or via ssh at ``git@github.com:open-power/op-build.git`` )
+
+ * (branches are op-build-X.Y.y - e.g. op-build-2.0.y)
+
+* Some stable versions may last longer than others
+
+ * So there may be op-build-2.0.y and op-build-2.4.y actively maintained
+ and op-build-2.0.y could possibly outlast op-build-2.4.y.
diff --git a/_sources/release-notes/index.rst.txt b/_sources/release-notes/index.rst.txt
new file mode 100644
index 0000000..1f8c9f8
--- /dev/null
+++ b/_sources/release-notes/index.rst.txt
@@ -0,0 +1,106 @@
+.. _release-notes:
+
+op-build Release Notes
+======================
+
+v1.21
+-----
+
+.. toctree::
+ :maxdepth: 1
+
+ v1.21-rc1
+ v1.21-rc2
+ v1.21
+ v1.21.1
+ v1.21.2
+
+v1.22
+-----
+
+.. toctree::
+ :maxdepth: 1
+
+ v1.22-rc1
+ v1.22
+
+v2.0
+----
+
+.. toctree::
+ :maxdepth: 1
+
+ v2.0-rc1
+ v2.0
+ v2.0.1
+ v2.0.2
+ v2.0.3
+ v2.0.4
+ v2.0.5
+ v2.0.6
+ v2.0.7
+ v2.0.8
+ v2.0.9
+ v2.0.10
+ v2.0.11
+ v2.0.12
+ v2.0.13
+ v2.0.14
+ v2.0.15
+ v2.0.16
+
+v2.1
+----
+
+.. toctree::
+ :maxdepth: 1
+
+ v2.1-rc1
+ v2.1
+
+v2.2
+----
+
+ .. toctree::
+ :maxdepth: 1
+
+ v2.2-rc1
+ v2.2-rc2
+ v2.2
+
+v2.3
+----
+
+ .. toctree::
+ :maxdepth: 1
+
+ v2.3-rc1
+ v2.3-rc2
+ v2.3
+ v2.3.1
+
+v2.4
+----
+
+ .. toctree::
+ :maxdepth: 1
+
+ v2.4-rc1
+ v2.4
+
+v2.5
+----
+
+ .. toctree::
+ :maxdepth: 1
+
+ v2.5-rc1
+ v2.5
+
+v2.6
+----
+
+ .. toctree::
+ :maxdepth: 1
+
+ v2.6
diff --git a/_sources/release-notes/v1.21-rc1.rst.txt b/_sources/release-notes/v1.21-rc1.rst.txt
new file mode 100644
index 0000000..b1a561e
--- /dev/null
+++ b/_sources/release-notes/v1.21-rc1.rst.txt
@@ -0,0 +1,2891 @@
+Release Notes for OpenPower Firmware v1.21-rc1
+==============================================
+
+Updated Packages
+----------------
+
++----------+--------------+-------------+--------------------------------------+
+| Package | Old Version | New Version | Platforms |
++==========+==============+=============+======================================+
+| busybox | 1.27.1 | 1.27.2 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| ethtool | 4.10 | 4.13 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| eudev | 3.2.2 | 3.2.4 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| glibc | 2.25 | glibc-2.26- | barreleye, firenze, firestone, |
+| | | 73-g4b692dff| garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| hostboot | 695bd891343 | d3025f5d7dd | barreleye, firestone, garrison, |
+| | | | habanero, palmetto |
++----------+--------------+-------------+--------------------------------------+
+| hostboot | 6a4ab65a875 | 9bfb2013af3 | p9dsu, witherspoon, zaius, romulus |
++----------+--------------+-------------+--------------------------------------+
+| hostboot-| 25ebcad0c40 | 6924d6b711b | barreleye, firestone, garrison, |
+| binaries | | | habanero, p9dsu, palmetto, |
+| | | | witherspoon, zaius, romulus |
++----------+--------------+-------------+--------------------------------------+
+| ima- | 48ce3f26d2b | 01b26a136da | barreleye, firestone, garrison, |
+| catalog | | | habanero, p9dsu, palmetto, |
+| | | | witherspoon, zaius, romulus |
++----------+--------------+-------------+--------------------------------------+
+| iprutils | 2.4.14.1 | 2.4.15.1 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| kexec- | 86e45a47e8c | 87d044a895b | barreleye, firenze, firestone, |
+| lite | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| libflash | v5.8-123- | v5.9-166- | barreleye, firenze, firestone, |
+| | gc06ed583 | g70f14f4d | garrison, habanero, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| linux | 4.13.8 | 4.14.16 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| linux- | 4.13.8 | 4.14.16 | barreleye, firenze, firestone, |
+| headers | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| lvm2 | 2.02.171 | 2.02.173 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| machine- | c6d2767a13f | fb5f9334aa0 | p9dsu |
+| xml | | | |
++----------+--------------+-------------+--------------------------------------+
+| machine- | 8633e11cd39 | dcb0ac80b71 | romulus |
+| xml | | | |
++----------+--------------+-------------+--------------------------------------+
+| machine- | 785c625a2a0 | 58554bfabd7 | witherspoon |
+| xml | | | |
++----------+--------------+-------------+--------------------------------------+
+| machine- | 22ce15f13c4 | b0884b3032d | zaius |
+| xml | | | |
++----------+--------------+-------------+--------------------------------------+
+| mdadm | 3.3.4 | 4.0 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| occ | 7449acdc8bf | 577915f2860 | p9dsu, witherspoon, zaius, romulus |
++----------+--------------+-------------+--------------------------------------+
+| openpower| 21d66daff69 | de0f8e47de1 | barreleye, firestone, garrison, |
+| -pnor | | | habanero, p9dsu, palmetto, |
+| | | | witherspoon, zaius, romulus |
++----------+--------------+-------------+--------------------------------------+
+| petitboot| v1.6.2 | v1.6.6 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| sbe | 76a7eb9956b | 095e608c7f6 | p9dsu, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| skiboot | v5.9 | v5.10-rc1 | barreleye, firenze, firestone, |
+| | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+| util- | 2.30.1 | 2.31 | barreleye, firenze, firestone, |
+| linux | | | garrison, habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, witherspoon, zaius, zz, |
+| | | | romulus |
++----------+--------------+-------------+--------------------------------------+
+
+New Packages
+------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Removed Packages
+----------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (3):
+
+- `9fec69bc023c <https://github.com/open-power/hostboot/commit/9fec69bc023c>`__
+ Remove psave init for firmware blacklist
+- `6e847113eb96 <https://github.com/open-power/hostboot/commit/6e847113eb96>`__
+ Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+ hcode
+- `d8083fad5ac1 <https://github.com/open-power/hostboot/commit/d8083fad5ac1>`__
+ Move PGPE optrace buffer to main memory
+
+Adriana Kobylak (1):
+
+- `17e278a6ec39 <https://github.com/open-power/hostboot/commit/17e278a6ec39>`__
+ PnorUtils.pm: Add volatile flag
+
+Alpana Kumari (1):
+
+- `663aae09de40 <https://github.com/open-power/hostboot/commit/663aae09de40>`__
+ Fix in filter Unwanted Attribute script
+
+Amit Tendolkar (4):
+
+- `c06de50b3c21 <https://github.com/open-power/hostboot/commit/c06de50b3c21>`__
+ STOP Recovery: Misc infra. updates to enable PM FFDC in HOMER
+- `a202d4b0af85 <https://github.com/open-power/hostboot/commit/a202d4b0af85>`__
+ Enhance SBE Deadman FFDC Format and sequencing
+- `db7de0c59ffc <https://github.com/open-power/hostboot/commit/db7de0c59ffc>`__
+ Change PPE State FFDC into a human readable format in eSEL/PEL
+- `7067a4180ed6 <https://github.com/open-power/hostboot/commit/7067a4180ed6>`__
+ Cache/Core stop clocks: add shut down of Power Management to remove
+ contentions
+
+Andre Marin (4):
+
+- `1439d34bee09 <https://github.com/open-power/hostboot/commit/1439d34bee09>`__
+ Update memory error xml information
+- `aa313fb234e1 <https://github.com/open-power/hostboot/commit/aa313fb234e1>`__
+ Update HPW Level for MSS API library
+- `d6f46067ee8d <https://github.com/open-power/hostboot/commit/d6f46067ee8d>`__
+ Add empty wr\_crc files for HB to mirror
+- `fd207a3412f2 <https://github.com/open-power/hostboot/commit/fd207a3412f2>`__
+ Update HPW Level for MSS API library
+
+Anusha Reddy Rangareddygari (2):
+
+- `4471b2a5baa5 <https://github.com/open-power/hostboot/commit/4471b2a5baa5>`__
+ p9\_setup\_sbe\_config
+- `6e0c67270fb4 <https://github.com/open-power/hostboot/commit/6e0c67270fb4>`__
+ Level 2 HWP for p9\_sbe\_dump
+
+Ben Gass (3):
+
+- `a06edcedafcf <https://github.com/open-power/hostboot/commit/a06edcedafcf>`__
+ Adding p9c\_11 support.
+- `52c557d1409b <https://github.com/open-power/hostboot/commit/52c557d1409b>`__
+ Adding p9a support.
+- `15569e9de5a8 <https://github.com/open-power/hostboot/commit/15569e9de5a8>`__
+ Shorten A-link timers for sim. Add polling for A-link training.
+
+Benjamin Weisenbeck (7):
+
+- `f77b89e3527e <https://github.com/open-power/hostboot/commit/f77b89e3527e>`__
+ Adjust ATTR\_PEER\_TARGET values for runtime
+- `68e2f99dbe29 <https://github.com/open-power/hostboot/commit/68e2f99dbe29>`__
+ erepair VPD access bug fixes
+- `34813cc8c52a <https://github.com/open-power/hostboot/commit/34813cc8c52a>`__
+ PRD: Enable erepair vpd access procedures
+- `9b4e25447bb1 <https://github.com/open-power/hostboot/commit/9b4e25447bb1>`__
+ Call xbus restore erepair in istep 9
+- `9b826df04888 <https://github.com/open-power/hostboot/commit/9b826df04888>`__
+ PRD: Fix missing clear of pll errors
+- `7288c1f95ebb <https://github.com/open-power/hostboot/commit/7288c1f95ebb>`__
+ PRD: Disable Cen PLL Domain until required plugin functions are
+ defined
+- `1b258924a049 <https://github.com/open-power/hostboot/commit/1b258924a049>`__
+ PRD: Define extra registers for Cumulus chip
+
+Bhimsen G Kulkarni (1):
+
+- `c037b71deb05 <https://github.com/open-power/hostboot/commit/c037b71deb05>`__
+ MAX\_COMPUTE\_NODE\_PER\_SYSTEM attribute support for Zeppelin.
+
+Bill Hoffa (6):
+
+- `84d4eb8da450 <https://github.com/open-power/hostboot/commit/84d4eb8da450>`__
+ Take MFG mode into account before entering reconfig loop
+- `48b14aae8704 <https://github.com/open-power/hostboot/commit/48b14aae8704>`__
+ Fix genHwsvMrwXml.pl setting of MSS\_MRW\_REFRESH\_RATE\_REQUEST
+- `13863b512ac2 <https://github.com/open-power/hostboot/commit/13863b512ac2>`__
+ Add call\_host\_set\_voltages to istep 08.12
+- `f7a5547478ea <https://github.com/open-power/hostboot/commit/f7a5547478ea>`__
+ Interrupt Handling Flow Change to Prevent Deadlock
+- `038d61af4611 <https://github.com/open-power/hostboot/commit/038d61af4611>`__
+ Update Bbuild to b0117a\_1802.911
+- `cb444552aeba <https://github.com/open-power/hostboot/commit/cb444552aeba>`__
+ Multi-Drawer (IPC) Interrupt/Messaging Support
+
+Brian Bakke (8):
+
+- `0abd9ab92d13 <https://github.com/open-power/hostboot/commit/0abd9ab92d13>`__
+ Story 173854 - Hostboot service to run phb perst procedure
+- `7adcd16c12ad <https://github.com/open-power/hostboot/commit/7adcd16c12ad>`__
+ Story 180760 - Use self restore API to disable ATTN in HID ...
+- `7181b751b4d0 <https://github.com/open-power/hostboot/commit/7181b751b4d0>`__
+ Error loading p9\_phbPerst
+- `5353e40a1ad9 <https://github.com/open-power/hostboot/commit/5353e40a1ad9>`__
+ Story 179465 - Smarter HBBL id handling ...
+- `3a88f18bc738 <https://github.com/open-power/hostboot/commit/3a88f18bc738>`__
+ Enable ATTN prior to OPAL handoff
+- `b98033264ca7 <https://github.com/open-power/hostboot/commit/b98033264ca7>`__
+ Increase error log size to 4K for obmc systems
+- `024dc9b9a203 <https://github.com/open-power/hostboot/commit/024dc9b9a203>`__
+ malformed conditional errors with new ODE
+- `5e8ed1d75c2a <https://github.com/open-power/hostboot/commit/5e8ed1d75c2a>`__
+ Bad target parsing in attributeOverride tool
+
+Brian Stegmiller (3):
+
+- `1eba8f47f718 <https://github.com/open-power/hostboot/commit/1eba8f47f718>`__
+ Avoid assert on invalid target types for PRD and HWP PLID association
+- `4296f3972550 <https://github.com/open-power/hostboot/commit/4296f3972550>`__
+ HB Attribute for IPL chkstop analysis
+- `adc84473391d <https://github.com/open-power/hostboot/commit/adc84473391d>`__
+ PRD: Call hostboot for SBE errors
+
+Brian Vanderpool (5):
+
+- `2c84b69258b2 <https://github.com/open-power/hostboot/commit/2c84b69258b2>`__
+ Disable Pulsed Resclk mode
+- `3c9fe01a0255 <https://github.com/open-power/hostboot/commit/3c9fe01a0255>`__
+ PM: Mask CME LFIR Bits 13:19 - they are only used for
+ characterization
+- `d3ecbc680817 <https://github.com/open-power/hostboot/commit/d3ecbc680817>`__
+ Initial check-in of p9\_cme\_sram\_access
+- `c5117f9ce933 <https://github.com/open-power/hostboot/commit/c5117f9ce933>`__
+ PM: Ignore allow\_reg\_wakeup in cache contained mode
+- `0c093d57ac2a <https://github.com/open-power/hostboot/commit/0c093d57ac2a>`__
+ PM - use OJCFG[6] instead of OCR[10] to halt the 405 before reset
+
+CHRISTINA L. GRAVES (7):
+
+- `102eb384558d <https://github.com/open-power/hostboot/commit/102eb384558d>`__
+ Adding target for lco\_m, changed flags, changed INF to DBG
+- `f01a301bb626 <https://github.com/open-power/hostboot/commit/f01a301bb626>`__
+ p9\_adu\_access and p9\_adu\_setup L2 procedures
+- `3cb9bab7b62a <https://github.com/open-power/hostboot/commit/3cb9bab7b62a>`__
+ Changes in error handling to stop the read/write as soon as an error
+ occurs
+- `d3defd59a697 <https://github.com/open-power/hostboot/commit/d3defd59a697>`__
+ Changes in ecc data fixing so reading and writing works
+- `a656e358f1a1 <https://github.com/open-power/hostboot/commit/a656e358f1a1>`__
+ ADU HWP updates for CI support, performance
+- `c77a01844e73 <https://github.com/open-power/hostboot/commit/c77a01844e73>`__
+ ADU Level 3 code, changed owner to Josh, and added comments
+- `159389c0b656 <https://github.com/open-power/hostboot/commit/159389c0b656>`__
+ PBA Level 3 code, changed owner to Josh, and added comments
+
+Caleb Palmer (17):
+
+- `7f4fb82f60a5 <https://github.com/open-power/hostboot/commit/7f4fb82f60a5>`__
+ PRD: Fix infinite loop when handling MPEs
+- `219a0628c4f8 <https://github.com/open-power/hostboot/commit/219a0628c4f8>`__
+ PRD: MPE Add VCM Event at MDIA
+- `ca3990cbf857 <https://github.com/open-power/hostboot/commit/ca3990cbf857>`__
+ PRD: Update handleRrFo
+- `d2f72e803860 <https://github.com/open-power/hostboot/commit/d2f72e803860>`__
+ PRD: Fix sym count overflow in runtime TPS
+- `ad724500847e <https://github.com/open-power/hostboot/commit/ad724500847e>`__
+ PRD: Init PRD in enableAttns
+- `fec3fa592c19 <https://github.com/open-power/hostboot/commit/fec3fa592c19>`__
+ PRD: Use chip's Galois code when writing chip marks
+- `78baac3b72b0 <https://github.com/open-power/hostboot/commit/78baac3b72b0>`__
+ PRD: Ban TPS after Maint UEs
+- `d30453f1107c <https://github.com/open-power/hostboot/commit/d30453f1107c>`__
+ PRD: Default iv\_stoppedRank should be MCA not MCBIST
+- `8c8e212108f6 <https://github.com/open-power/hostboot/commit/8c8e212108f6>`__
+ PRD: Capture IUE Counts for FFDC
+- `e21201436665 <https://github.com/open-power/hostboot/commit/e21201436665>`__
+ PRD: Fix skipping TPS ban after Maint UEs
+- `b0255985c87e <https://github.com/open-power/hostboot/commit/b0255985c87e>`__
+ PRD: Make sure IUE bit is set after threshold
+- `c32b0a4eb864 <https://github.com/open-power/hostboot/commit/c32b0a4eb864>`__
+ PRD: Reenable restore dram repairs
+- `1d862697f0b1 <https://github.com/open-power/hostboot/commit/1d862697f0b1>`__
+ PRD: Mask mainline CEs after TPS is banned
+- `aa5e361a94c9 <https://github.com/open-power/hostboot/commit/aa5e361a94c9>`__
+ MDIA: Fix overwriting rc from restoreDramRepairs
+- `4ba260490a2f <https://github.com/open-power/hostboot/commit/4ba260490a2f>`__
+ PRD: Make sure iv\_stoppedRank is set in handleCmdComplete
+- `e029420eaf65 <https://github.com/open-power/hostboot/commit/e029420eaf65>`__
+ PRD: RCD parity error broadcast mode workaround
+- `ef1d51e23675 <https://github.com/open-power/hostboot/commit/ef1d51e23675>`__
+ Bad DQ bits compare ECC and spare fix
+
+Chris Cain (6):
+
+- `4e72331566db <https://github.com/open-power/hostboot/commit/4e72331566db>`__
+ HTMGT: Do not validate throttles based on oversubscription
+- `beeeedc75591 <https://github.com/open-power/hostboot/commit/beeeedc75591>`__
+ HTMGT: Pass utilization in hundredth units to HWP for mem throttling
+- `a1f431ee3a68 <https://github.com/open-power/hostboot/commit/a1f431ee3a68>`__
+ HTMGT: Ensure processor callout added when going to safe mode
+- `02098ca7d9c1 <https://github.com/open-power/hostboot/commit/02098ca7d9c1>`__
+ HTMGT: Pass power per DIMM to memory throttling procedures
+- `83243d5bbb3d <https://github.com/open-power/hostboot/commit/83243d5bbb3d>`__
+ HTMGT: Send power supply redundancy policy to OCC
+- `c16744bed525 <https://github.com/open-power/hostboot/commit/c16744bed525>`__
+ HTMGT: Mark GPU as functional when present
+
+Chris Steffen (3):
+
+- `8c705a49a9f4 <https://github.com/open-power/hostboot/commit/8c705a49a9f4>`__
+ Initial Abus Commit
+- `0f2ac854f66a <https://github.com/open-power/hostboot/commit/0f2ac854f66a>`__
+ Updated Obus Interface
+- `bbd317375f82 <https://github.com/open-power/hostboot/commit/bbd317375f82>`__
+ I/O Metadata Cleanup
+
+Christian Geddes (32):
+
+- `ac7f3d7b4b95 <https://github.com/open-power/hostboot/commit/ac7f3d7b4b95>`__
+ Re-enable fapi2 test case module
+- `6f456343a42a <https://github.com/open-power/hostboot/commit/6f456343a42a>`__
+ Clean up things that were left after updating to simics nimbus 2.0
+- `7ac94ae277b9 <https://github.com/open-power/hostboot/commit/7ac94ae277b9>`__
+ Add EXTRAINCDIR to phb\_perst makefile
+- `47f275a6bd3b <https://github.com/open-power/hostboot/commit/47f275a6bd3b>`__
+ Gard out EX when CME HALT ERROR is hit
+- `9e703b5d526c <https://github.com/open-power/hostboot/commit/9e703b5d526c>`__
+ Add HW425526 and HW425027
+- `43b86b565ad7 <https://github.com/open-power/hostboot/commit/43b86b565ad7>`__
+ During MPIPL check if SBE has set Hyp HRMOR in blComm area
+- `2727e5272f13 <https://github.com/open-power/hostboot/commit/2727e5272f13>`__
+ No longer pass master ex to HWSV as is no longer needed in p9
+- `5ef559321401 <https://github.com/open-power/hostboot/commit/5ef559321401>`__
+ Move bbuild up to b1109a\_1746.910 and remove workaround
+- `4bfe046e2f8b <https://github.com/open-power/hostboot/commit/4bfe046e2f8b>`__
+ Use readSeeprom PSU chipop to get SBE seeprom image version
+- `397dacc3e9ad <https://github.com/open-power/hostboot/commit/397dacc3e9ad>`__
+ Remove annoying mbox traces (TRACF -> TRACD)
+- `c5c12e6e0ae9 <https://github.com/open-power/hostboot/commit/c5c12e6e0ae9>`__
+ Add RTC to remind us to allow sending readSeeprom op to slave SBE
+- `6bc72e2973d1 <https://github.com/open-power/hostboot/commit/6bc72e2973d1>`__
+ Remove limit on max size of PNOR TOC
+- `ce376fc3f4c7 <https://github.com/open-power/hostboot/commit/ce376fc3f4c7>`__
+ Set hostboot\_mode bit on P3PC interrupt scom reg during intrrp init
+- `9f3429c04561 <https://github.com/open-power/hostboot/commit/9f3429c04561>`__
+ TI w/ unrecoverable error if system boots w/ mismatching processors
+- `a9a0baba8c4c <https://github.com/open-power/hostboot/commit/a9a0baba8c4c>`__
+ Add option to Mask off SBE bits on TP\_LOCAL\_FIR
+- `a6d6b5da3da4 <https://github.com/open-power/hostboot/commit/a6d6b5da3da4>`__
+ Make SBE\_MISCOMPARE\_WITH\_MASTER\_VERSION errors informational
+- `8299008e6196 <https://github.com/open-power/hostboot/commit/8299008e6196>`__
+ Re-enable Broadcast mode
+- `4f6092708bc8 <https://github.com/open-power/hostboot/commit/4f6092708bc8>`__
+ Add no\_export to DMI\_INBAND attributes
+- `fd12b61b55f2 <https://github.com/open-power/hostboot/commit/fd12b61b55f2>`__
+ Add hbHypCommArea struct to end of Hostboot Data reserved mem section
+- `779a1c3444a3 <https://github.com/open-power/hostboot/commit/779a1c3444a3>`__
+ Read the hb/hyp comm area to see if hyp moved hrmor
+- `aedc6f0a892e <https://github.com/open-power/hostboot/commit/aedc6f0a892e>`__
+ Add comments for hb/hypervisor communication struct and remove TODO
+- `8b95aa4ffafe <https://github.com/open-power/hostboot/commit/8b95aa4ffafe>`__
+ Increase size allocated for HBRT section in Pnor from 4.5 -> 6.0 MB
+- `25cb28c5a6cf <https://github.com/open-power/hostboot/commit/25cb28c5a6cf>`__
+ Set MSS\_MRW\_MEMDIAGS\_BCMODE to be overrideOnly
+- `fc6895bd0a84 <https://github.com/open-power/hostboot/commit/fc6895bd0a84>`__
+ Remove writable from Power Slope Centaur Attributes
+- `e5cb7887f8b7 <https://github.com/open-power/hostboot/commit/e5cb7887f8b7>`__
+ Remove writable property from ATTR\_LINK\_TRAIN
+- `4592e5a256c4 <https://github.com/open-power/hostboot/commit/4592e5a256c4>`__
+ Add FABRIC\_PRESENT\_GROUPS system attribute
+- `1e15041b86ab <https://github.com/open-power/hostboot/commit/1e15041b86ab>`__
+ Remove obus workaround from call\_proc\_chiplet\_fabric\_scominit
+- `0761000af3d1 <https://github.com/open-power/hostboot/commit/0761000af3d1>`__
+ During MPIPL expand memory size to be FULL\_CACHE right away
+- `bba738e7b179 <https://github.com/open-power/hostboot/commit/bba738e7b179>`__
+ Compute PAYLOAD\_BASE attr based on phys\_addr passed from PHYP
+- `66ce95b8de1f <https://github.com/open-power/hostboot/commit/66ce95b8de1f>`__
+ Remove is\_master conditional from getVersionInfo in sbe\_update
+- `ae0fa99d821a <https://github.com/open-power/hostboot/commit/ae0fa99d821a>`__
+ Remove setting flipPort in processProc
+- `de1c2d1d9e39 <https://github.com/open-power/hostboot/commit/de1c2d1d9e39>`__
+ Remove annoying traces from target generation code
+
+Christian R. Geddes (1):
+
+- `42e96493c5fa <https://github.com/open-power/hostboot/commit/42e96493c5fa>`__
+ Revert "Add HW425526 and HW425027"
+
+Christopher D Hanudel (1):
+
+- `fd82f7002d2d <https://github.com/open-power/hostboot/commit/fd82f7002d2d>`__
+ RNG DD2 Hostboot: Sim data showed needed parm update so ST fail at
+ 50% entropy
+
+Claus Michael Olsen (11):
+
+- `d0343c2f1ae6 <https://github.com/open-power/hostboot/commit/d0343c2f1ae6>`__
+ Centaur ring support - TOR API
+- `86f2ee342aa0 <https://github.com/open-power/hostboot/commit/86f2ee342aa0>`__
+ Small change to dd container header file.
+- `cc6ec7c9087b <https://github.com/open-power/hostboot/commit/cc6ec7c9087b>`__
+ HW425038 INT ARX timeout workaround - Updated initfiles to 49241
+- `0d63966b4333 <https://github.com/open-power/hostboot/commit/0d63966b4333>`__
+ Update: xip\_tool: Introducing image section type (IST).
+- `385c30e4905d <https://github.com/open-power/hostboot/commit/385c30e4905d>`__
+ Support for PPE commit 49883 to error out on non-TOR ring section.
+- `b78b33c5a32a <https://github.com/open-power/hostboot/commit/b78b33c5a32a>`__
+ Code restruct: TOR API
+- `fecd2a64f5b4 <https://github.com/open-power/hostboot/commit/fecd2a64f5b4>`__
+ Override filter ring support for perv\_pll\_bndy\_bucket rings.
+- `80ef0f2bbe20 <https://github.com/open-power/hostboot/commit/80ef0f2bbe20>`__
+ Removing P9\_XIP\_ITEM\_NOT\_FOUND trace out msg from
+ p9\_xip\_image.C
+- `4864902e62b1 <https://github.com/open-power/hostboot/commit/4864902e62b1>`__
+ Adding CT\_P9A to the enum list of chip types.
+- `21c7d72548e5 <https://github.com/open-power/hostboot/commit/21c7d72548e5>`__
+ p9\_dd\_container: Introducing DD container API lib to PPE repo
+- `c1c9e46c0846 <https://github.com/open-power/hostboot/commit/c1c9e46c0846>`__
+ xip\_customize and TOR API: Improved DD level verification
+
+Corey Swenson (5):
+
+- `887d17b52472 <https://github.com/open-power/hostboot/commit/887d17b52472>`__
+ Fix memd\_creation file input and output paths
+- `f17ee1ff96ba <https://github.com/open-power/hostboot/commit/f17ee1ff96ba>`__
+ Put editimgid into fsp.tar
+- `665c9a18838f <https://github.com/open-power/hostboot/commit/665c9a18838f>`__
+ Fix for MDIA timeouts on Cumulus step 14.1
+- `52ca8121f1ed <https://github.com/open-power/hostboot/commit/52ca8121f1ed>`__
+ Leave MCS acker open until Istep14
+- `afa7087e71fe <https://github.com/open-power/hostboot/commit/afa7087e71fe>`__
+ Cumulus updates and testcase workarounds
+
+Dan Crowell (20):
+
+- `7535501dada9 <https://github.com/open-power/hostboot/commit/7535501dada9>`__
+ Remove extra trace from multicast workaround code
+- `8b06214f873b <https://github.com/open-power/hostboot/commit/8b06214f873b>`__
+ Allow fuzzy matches to WOF tables in Simics
+- `e62b88fdb3a5 <https://github.com/open-power/hostboot/commit/e62b88fdb3a5>`__
+ Temp remove sbeio\_rt from HBRT image to get space back
+- `e0672626472a <https://github.com/open-power/hostboot/commit/e0672626472a>`__
+ Put libsbeio\_rt back into HBRT
+- `9a2e268f1799 <https://github.com/open-power/hostboot/commit/9a2e268f1799>`__
+ Fix makefile syntax issue in vpd makefile
+- `e3cc786e08ab <https://github.com/open-power/hostboot/commit/e3cc786e08ab>`__
+ Stop parsing IVRM attributes for ZZ
+- `dfdf4bee880f <https://github.com/open-power/hostboot/commit/dfdf4bee880f>`__
+ Remove invalid access to TARGETING::EntityPath in base image
+- `453d38aa29e4 <https://github.com/open-power/hostboot/commit/453d38aa29e4>`__
+ Revert ATTR\_CEN\_ECID back to ATTR\_ECID
+- `56a7903c3dff <https://github.com/open-power/hostboot/commit/56a7903c3dff>`__
+ Allow VPD writes to memory cache at runtime
+- `c75929bb0e53 <https://github.com/open-power/hostboot/commit/c75929bb0e53>`__
+ Add Fallback Frequency for #V Bucket Selection
+- `cf31061a2d76 <https://github.com/open-power/hostboot/commit/cf31061a2d76>`__
+ Remove bad istep-to-istep library dependency
+- `8392e4f60660 <https://github.com/open-power/hostboot/commit/8392e4f60660>`__
+ Set response size equal to request size for FSP messages
+- `8be0be91a852 <https://github.com/open-power/hostboot/commit/8be0be91a852>`__
+ Dummy commit to pull in prereq for FSP CI failure
+- `1dce3206aa21 <https://github.com/open-power/hostboot/commit/1dce3206aa21>`__
+ Increase trace buffer size to avoid hang between traces and PRD
+- `59c08f915474 <https://github.com/open-power/hostboot/commit/59c08f915474>`__
+ Remove distracting error message for fallback #V freq
+- `0d8527ec60f3 <https://github.com/open-power/hostboot/commit/0d8527ec60f3>`__
+ Fixes for Runtime VPD Write messages
+- `7f8aa4b7a017 <https://github.com/open-power/hostboot/commit/7f8aa4b7a017>`__
+ Tweaks to multicast scom workaround
+- `1e973575493d <https://github.com/open-power/hostboot/commit/1e973575493d>`__
+ Expand Hostboot to 64MB
+- `b1534d2eee2f <https://github.com/open-power/hostboot/commit/b1534d2eee2f>`__
+ Add default for PROC\_REFCLOCK to be 133333
+- `04d354188da8 <https://github.com/open-power/hostboot/commit/04d354188da8>`__
+ Change ATTR\_MSS\_WR\_VREF\_OFFSET to be override-only
+
+Daniel Howe (8):
+
+- `7fc0a8c51bfe <https://github.com/open-power/hostboot/commit/7fc0a8c51bfe>`__
+ Allow lpc\_ed for p9n 2.2 per HW418117 fix
+- `ebd63e0fbdad <https://github.com/open-power/hostboot/commit/ebd63e0fbdad>`__
+ update data token init to use scans on p9c 1.1
+- `40a7f282bb78 <https://github.com/open-power/hostboot/commit/40a7f282bb78>`__
+ disable pb tl when not in use
+- `9bebbc7433c7 <https://github.com/open-power/hostboot/commit/9bebbc7433c7>`__
+ HW399448 set correct mode bit
+- `83bb585ecafb <https://github.com/open-power/hostboot/commit/83bb585ecafb>`__
+ update pb data x on token ring init procedure
+- `da0c66a0fee5 <https://github.com/open-power/hostboot/commit/da0c66a0fee5>`__
+ Update alink ras settings
+- `08b4146e8dc8 <https://github.com/open-power/hostboot/commit/08b4146e8dc8>`__
+ Extend xbus oc expiration timers and updated epsilon for fleetwood
+- `8c18b32b0a59 <https://github.com/open-power/hostboot/commit/8c18b32b0a59>`__
+ Reconcile epsilon w/ latest FBC latency document
+
+David Kauer (3):
+
+- `e67892d9ce11 <https://github.com/open-power/hostboot/commit/e67892d9ce11>`__
+ HW425038 INT ARX timeout workaround
+- `7b43e07c5fb3 <https://github.com/open-power/hostboot/commit/7b43e07c5fb3>`__
+ Modify INT FIR configuration settings
+- `a62b221b2fc8 <https://github.com/open-power/hostboot/commit/a62b221b2fc8>`__
+ INT FIR Mask fix for Nimbus DD2.0
+
+Dean Sanner (7):
+
+- `08d89ba2b878 <https://github.com/open-power/hostboot/commit/08d89ba2b878>`__
+ Remove support for P9N (Nimbus) DD1.0
+- `5b272bf3f232 <https://github.com/open-power/hostboot/commit/5b272bf3f232>`__
+ Fix PNOR sections loaded into reserve-mem for non secure sys
+- `97f6525326d7 <https://github.com/open-power/hostboot/commit/97f6525326d7>`__
+ Control Host reboots for manufacturing
+- `6407898fc569 <https://github.com/open-power/hostboot/commit/6407898fc569>`__
+ Connect CDIMM power/slope ATTR with VPD accessor function
+- `1233c105dfd1 <https://github.com/open-power/hostboot/commit/1233c105dfd1>`__
+ Various targeting fixes for Fleetwood system
+- `99f0ee037491 <https://github.com/open-power/hostboot/commit/99f0ee037491>`__
+ Fleetwood dimm numbering fixes
+- `4606e773441d <https://github.com/open-power/hostboot/commit/4606e773441d>`__
+ Factor in fabric group on multinode systems
+
+Donald Washburn (2):
+
+- `5e731ccc76d4 <https://github.com/open-power/hostboot/commit/5e731ccc76d4>`__
+ Work around for SCOM DMI bug on Cumulus.
+- `621ab58f2f53 <https://github.com/open-power/hostboot/commit/621ab58f2f53>`__
+ Integration of hardware vpd accessor functions into Hostboot.
+
+Dzuy Nguyen (1):
+
+- `c71ed1c41450 <https://github.com/open-power/hostboot/commit/c71ed1c41450>`__
+ Add support for OBUS PLL buckets
+
+Elizabeth Liner (10):
+
+- `7f75425745f0 <https://github.com/open-power/hostboot/commit/7f75425745f0>`__
+ Moving SBE threshold handler to its own file
+- `351f3287bba4 <https://github.com/open-power/hostboot/commit/351f3287bba4>`__
+ Create base class structure for SbeRetryHandler
+- `18f9c896aa1e <https://github.com/open-power/hostboot/commit/18f9c896aa1e>`__
+ Fixing the SBE switch functionality
+- `010d6a9a091b <https://github.com/open-power/hostboot/commit/010d6a9a091b>`__
+ Adding more debugging traces to the SBE error handler
+- `e29c5cfdb62c <https://github.com/open-power/hostboot/commit/e29c5cfdb62c>`__
+ SBE error logging and handler cleanup
+- `a147e5838156 <https://github.com/open-power/hostboot/commit/a147e5838156>`__
+ Unit tests for SbeRetryHandler
+- `cf89b876a3d4 <https://github.com/open-power/hostboot/commit/cf89b876a3d4>`__
+ Adding SbeRetryHandler to the runtime module
+- `a334e5aa3f11 <https://github.com/open-power/hostboot/commit/a334e5aa3f11>`__
+ Add in a check in the PSU error logging for SBE failure
+- `2e5deae5db69 <https://github.com/open-power/hostboot/commit/2e5deae5db69>`__
+ Add call to get the SBE RC and commit it to an error log
+- `6b43bcadea88 <https://github.com/open-power/hostboot/commit/6b43bcadea88>`__
+ Adding advanced restart logic after detecting vital attentions
+
+Greg Still (7):
+
+- `a2d52141acb9 <https://github.com/open-power/hostboot/commit/a2d52141acb9>`__
+ PM: Disable core hang buster
+- `361addb254f6 <https://github.com/open-power/hostboot/commit/361addb254f6>`__
+ Pstate Parameter Block/Setup Evid: Safe Pstate Fix
+- `dc276ea88de6 <https://github.com/open-power/hostboot/commit/dc276ea88de6>`__
+ PM: Fix p9\_setup\_evid for manual voltage overrides
+- `d02b0a626e2f <https://github.com/open-power/hostboot/commit/d02b0a626e2f>`__
+ PM: OCC Pstate Parm Block comments for minimum frequency and Pstate
+ being safe
+- `42937caa1ce4 <https://github.com/open-power/hostboot/commit/42937caa1ce4>`__
+ WOF/Pstates: HOMER VFRT rounding fix and Safe Mode Freq -> Pstate fix
+- `8cdeae021f82 <https://github.com/open-power/hostboot/commit/8cdeae021f82>`__
+ VDM: PSAFE needs a default setting if #W VDM leads to VDM disablement
+- `430115962900 <https://github.com/open-power/hostboot/commit/430115962900>`__
+ WOF: VFRT biasing based on ATTR\_FREQ\_BIAS\_\*
+
+Ilya Smirnov (8):
+
+- `a56250e422be <https://github.com/open-power/hostboot/commit/a56250e422be>`__
+ Strip commas and quotes from PEL data string in eSEL.pl
+- `6b229a55e244 <https://github.com/open-power/hostboot/commit/6b229a55e244>`__
+ Correct the timestamp in istep 16.2
+- `c4d83bcbb421 <https://github.com/open-power/hostboot/commit/c4d83bcbb421>`__
+ Deliver NIMBUS and CUMULUS standalone images to fips for Simics
+ regression
+- `03e13ded8724 <https://github.com/open-power/hostboot/commit/03e13ded8724>`__
+ Populate hb Runtime Data after OCC Starts
+- `e7fd8e4f5b01 <https://github.com/open-power/hostboot/commit/e7fd8e4f5b01>`__
+ Post-process hb timestamps in eSEL.pl
+- `d37246879463 <https://github.com/open-power/hostboot/commit/d37246879463>`__
+ Populate ATTR\_FABRIC\_PRESENT\_GROUPS
+- `e51716b15f79 <https://github.com/open-power/hostboot/commit/e51716b15f79>`__
+ Fix Timestamp Search for eSEL.pl
+- `6e7bb893b400 <https://github.com/open-power/hostboot/commit/6e7bb893b400>`__
+ Load MEMD Partition in Itep 7.3
+
+Jacob Harvey (4):
+
+- `cf5d76cbc891 <https://github.com/open-power/hostboot/commit/cf5d76cbc891>`__
+ Set blue waterfall range to 1-4 for all freqs
+- `7fa961df6429 <https://github.com/open-power/hostboot/commit/7fa961df6429>`__
+ Fix sim problems on awan
+- `e0cdfdda35d6 <https://github.com/open-power/hostboot/commit/e0cdfdda35d6>`__
+ Create xlate equality function for dimm kind
+- `f7dfd17dfc99 <https://github.com/open-power/hostboot/commit/f7dfd17dfc99>`__
+ Fix RCW structure and make a default option
+
+Jayashankar Padath (1):
+
+- `7f0962881ce0 <https://github.com/open-power/hostboot/commit/7f0962881ce0>`__
+ HDAT : Update in feature flag structure value
+
+Jaymes Wilks (11):
+
+- `cb260675de9f <https://github.com/open-power/hostboot/commit/cb260675de9f>`__
+ Secure Boot: HBBL partition support [FSP]
+- `5fa02a909075 <https://github.com/open-power/hostboot/commit/5fa02a909075>`__
+ Support selecting fips or op-build for signing process
+- `f7b3c79d2b2a <https://github.com/open-power/hostboot/commit/f7b3c79d2b2a>`__
+ Secure Boot: SBKT partition support [FSP]
+- `eaf4ca605f7b <https://github.com/open-power/hostboot/commit/eaf4ca605f7b>`__
+ Create new test only PNOR section to test secure Load/Unloads
+- `ba9cad2c031b <https://github.com/open-power/hostboot/commit/ba9cad2c031b>`__
+ Create better anti-deadlock strategy for vfs
+- `fa2acdeb7202 <https://github.com/open-power/hostboot/commit/fa2acdeb7202>`__
+ Change FIPS build genPnorImages.pl constant back to 0x40000000
+- `04dca99153ca <https://github.com/open-power/hostboot/commit/04dca99153ca>`__
+ Stop deconfiguring magic MCA and its MCBIST by association
+- `79abc8362186 <https://github.com/open-power/hostboot/commit/79abc8362186>`__
+ Make FCO cores distribute evenly among processors
+- `2a032fa76a4e <https://github.com/open-power/hostboot/commit/2a032fa76a4e>`__
+ Continue to run simics on lack of write access for trace files
+- `c1d8f52bb296 <https://github.com/open-power/hostboot/commit/c1d8f52bb296>`__
+ Fix failures to boot with unsecured mode
+- `9bfb2013af39 <https://github.com/open-power/hostboot/commit/9bfb2013af39>`__
+ Add HW callout mapping to target subsystem table
+
+Jennifer A. Stofer (1):
+
+- `a8ef67b96804 <https://github.com/open-power/hostboot/commit/a8ef67b96804>`__
+ Revert "Adding p9a support."
+
+Jenny Huynh (1):
+
+- `b9374cdc6edc <https://github.com/open-power/hostboot/commit/b9374cdc6edc>`__
+ Workaround for Quaint Gate, Angry Reindeer
+
+Joachim Fenkes (3):
+
+- `6731aa248737 <https://github.com/open-power/hostboot/commit/6731aa248737>`__
+ p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL lock
+- `aed6647b5f80 <https://github.com/open-power/hostboot/commit/aed6647b5f80>`__
+ p9\*\_clockcntl: Add missing NPU ring 0xF in N3 chiplet to clock
+ check
+- `b8ebffe6e6a4 <https://github.com/open-power/hostboot/commit/b8ebffe6e6a4>`__
+ HDCT: Remove core trace arrays, permanent P9 erratum
+
+Joe McGill (29):
+
+- `44881dc3727c <https://github.com/open-power/hostboot/commit/44881dc3727c>`__
+ L2 - Fabric updates for multi-chip support
+- `d704be991b7f <https://github.com/open-power/hostboot/commit/d704be991b7f>`__
+ L2 HWPs -- p9\_smp\_link\_layer and p9\_fab\_iovalid
+- `4e12e90c06fd <https://github.com/open-power/hostboot/commit/4e12e90c06fd>`__
+ L2 - Fabric updates for multi-chip support
+- `f10a3f6c0902 <https://github.com/open-power/hostboot/commit/f10a3f6c0902>`__
+ IO, FBC updates to enable ABUS for Fleetwood
+- `af548636493d <https://github.com/open-power/hostboot/commit/af548636493d>`__
+ p9c.mc.scan.initfle -- initial release
+- `d6c5b55b7f06 <https://github.com/open-power/hostboot/commit/d6c5b55b7f06>`__
+ cen\_stopclocks update
+- `1bf7f7464012 <https://github.com/open-power/hostboot/commit/1bf7f7464012>`__
+ Shift HWP content to align with desired EKB layout
+- `73859ef374f2 <https://github.com/open-power/hostboot/commit/73859ef374f2>`__
+ update owner comments in ADU, PBA, TOD HWPs
+- `f46fb4538247 <https://github.com/open-power/hostboot/commit/f46fb4538247>`__
+ p9.filter.pll.scan.intifile -- set 0 BGoffset for P9C DD1.1
+- `def5778ba314 <https://github.com/open-power/hostboot/commit/def5778ba314>`__
+ remove NV iovalid assertion from FW and add scan inits to resolve
+ glsmux xstate
+- `47a980c12cf7 <https://github.com/open-power/hostboot/commit/47a980c12cf7>`__
+ mvpd\_access\_defs.H -- add enum for AW keyword access
+- `83fecdb69bbd <https://github.com/open-power/hostboot/commit/83fecdb69bbd>`__
+ create empty shells for initfiles coming under 50468
+- `2209292ea1a7 <https://github.com/open-power/hostboot/commit/2209292ea1a7>`__
+ Chip address extension workaround for HW423589 (option2), part1
+- `74cc36c5dd03 <https://github.com/open-power/hostboot/commit/74cc36c5dd03>`__
+ Chip address extension workaround for HW423589 (option2), part2
+- `6782a20d9c7c <https://github.com/open-power/hostboot/commit/6782a20d9c7c>`__
+ p9\_mss\_eff\_grouping -- fix mirrored memory mapping bug introduced
+ by 49290
+- `2b0de939d297 <https://github.com/open-power/hostboot/commit/2b0de939d297>`__
+ support customized application of filter PLL buckets from AW MVPD
+ keyword
+- `547e7f8b0493 <https://github.com/open-power/hostboot/commit/547e7f8b0493>`__
+ p9\_mss\_eff\_grouping -- fix multi-group mirrored mapping bug
+ introduced by 49290
+- `0041dd78c705 <https://github.com/open-power/hostboot/commit/0041dd78c705>`__
+ cen\_initf\_errors.xml -- initial release
+- `20a0e8bd621b <https://github.com/open-power/hostboot/commit/20a0e8bd621b>`__
+ disable ECC bypass for Cumulus DD1.0
+- `f7fb6d73a88d <https://github.com/open-power/hostboot/commit/f7fb6d73a88d>`__
+ apply rings from Centaur HW image
+- `63167adf8994 <https://github.com/open-power/hostboot/commit/63167adf8994>`__
+ MCD disable workaround for HW423589 (option1)
+- `d65acc669a10 <https://github.com/open-power/hostboot/commit/d65acc669a10>`__
+ checkstop on MCD UE when extended addressing mode is enabled
+- `142e05201115 <https://github.com/open-power/hostboot/commit/142e05201115>`__
+ Disable read data delay for Cumulus DD1.0, enable for DD1.1
+- `02e505b4c437 <https://github.com/open-power/hostboot/commit/02e505b4c437>`__
+ p9\_fab\_iovalid -- secure ABUS mailboxes after iovalid is asserted
+- `5343e0808f17 <https://github.com/open-power/hostboot/commit/5343e0808f17>`__
+ fix ADU setup for MCD disabled operation
+- `d2c3cd5ab8ce <https://github.com/open-power/hostboot/commit/d2c3cd5ab8ce>`__
+ p9\_pcie\_config -- MCD disable updates
+- `cc2d45afa61c <https://github.com/open-power/hostboot/commit/cc2d45afa61c>`__
+ p9\_xbus\_fir\_utils.H -- create header for definition of XBUS
+ related FIR settings
+- `4923ac750fb9 <https://github.com/open-power/hostboot/commit/4923ac750fb9>`__
+ p9\_setup\_bars -- precisely configure MCD available group vector
+- `c9a86977d3eb <https://github.com/open-power/hostboot/commit/c9a86977d3eb>`__
+ shift XBUS FIR programming inits for secure boot
+
+Joel Stanley (1):
+
+- `716a165455c1 <https://github.com/open-power/hostboot/commit/716a165455c1>`__
+ fapi2: Fix template call sites for GCC 7
+
+John Rell (2):
+
+- `72a3e1a7da9c <https://github.com/open-power/hostboot/commit/72a3e1a7da9c>`__
+ jgr17121400 HW430958 Cumulus Xbus short channel
+- `c439c1399cb1 <https://github.com/open-power/hostboot/commit/c439c1399cb1>`__
+ jgr171017 Setting changes for Obus boardwire vs cable
+
+Kahn Evans (1):
+
+- `0ef7c3c566af <https://github.com/open-power/hostboot/commit/0ef7c3c566af>`__
+ Optional support to parse default attribute tags
+
+Lennard Streat (4):
+
+- `9554c4520e9e <https://github.com/open-power/hostboot/commit/9554c4520e9e>`__
+ Updating MCU to support ALT\_M setting fix (HW425310).
+- `46b2641400bc <https://github.com/open-power/hostboot/commit/46b2641400bc>`__
+ Adding in feature to run hardware force mirror facility by default.
+- `421bf8c4f4c5 <https://github.com/open-power/hostboot/commit/421bf8c4f4c5>`__
+ Disable Read data delay for Cumulus DD1.0.
+- `ca9bfdb954db <https://github.com/open-power/hostboot/commit/ca9bfdb954db>`__
+ Workaround for Warlike Parasite (HW430546)
+
+Louis Stermole (10):
+
+- `d7750b78d80c <https://github.com/open-power/hostboot/commit/d7750b78d80c>`__
+ Fix tWLDQSEN and IPW\_WR\_WR timing parameters for MSS training
+- `08cfd267e67e <https://github.com/open-power/hostboot/commit/08cfd267e67e>`__
+ Add Vreg==1 trigger to DLL workaround
+- `929920660d1c <https://github.com/open-power/hostboot/commit/929920660d1c>`__
+ Fix default values for power/thermal MRW attributes in XML
+- `efe0e19b37f5 <https://github.com/open-power/hostboot/commit/efe0e19b37f5>`__
+ Fix Galois codes for chip marks added by MSS restore\_repairs
+ function
+- `956df8db0fd1 <https://github.com/open-power/hostboot/commit/956df8db0fd1>`__
+ Change ZQ cal fail action to deconfigure MCBIST instead of MCA
+- `fc1ce68719ee <https://github.com/open-power/hostboot/commit/fc1ce68719ee>`__
+ Enable exit\_1 mode in FWMS for symbol marks
+- `789f5c5645a5 <https://github.com/open-power/hostboot/commit/789f5c5645a5>`__
+ Move MSS Rosetta map from lab to f/w library, add API
+- `d55728f031ec <https://github.com/open-power/hostboot/commit/d55728f031ec>`__
+ Modify Rosetta map to reflect port corrections
+- `8ce3ad72158b <https://github.com/open-power/hostboot/commit/8ce3ad72158b>`__
+ Rename access\_delay\_regs API perspective MC to C4 and add real MC
+ perspective
+- `e75b51ba9604 <https://github.com/open-power/hostboot/commit/e75b51ba9604>`__
+ Return failing MCA targets when MSS\_CALC\_PORT\_POWER\_EXCEEDS\_MAX
+ condition hit
+
+Luke C. Murray (4):
+
+- `094a91b3f779 <https://github.com/open-power/hostboot/commit/094a91b3f779>`__
+ Turning on NCU tlbie pacing by default
+- `fabc7bd25190 <https://github.com/open-power/hostboot/commit/fabc7bd25190>`__
+ Adding attribute to turn memory early data on
+- `5fa8f9e036df <https://github.com/open-power/hostboot/commit/5fa8f9e036df>`__
+ Enabling L2 64B store prediction
+- `33db30729056 <https://github.com/open-power/hostboot/commit/33db30729056>`__
+ Updating Cumulus early memory data dials
+
+Luke Mulkey (4):
+
+- `a498dc4e94fb <https://github.com/open-power/hostboot/commit/a498dc4e94fb>`__
+ Zeppelin Plug Rule Fix
+- `7bbec657da0b <https://github.com/open-power/hostboot/commit/7bbec657da0b>`__
+ MRW attribute changes
+- `f230133c8502 <https://github.com/open-power/hostboot/commit/f230133c8502>`__
+ Lab tools for p9c.
+- `e4c43f303408 <https://github.com/open-power/hostboot/commit/e4c43f303408>`__
+ Fix mss\_freq bug
+
+Marty Gloff (4):
+
+- `fe58a710b97e <https://github.com/open-power/hostboot/commit/fe58a710b97e>`__
+ Parser for SBE and HCODE build level
+- `ca52f95d63bd <https://github.com/open-power/hostboot/commit/ca52f95d63bd>`__
+ Concurrent code update of HBRT - Read Version
+- `0a1b60c34e55 <https://github.com/open-power/hostboot/commit/0a1b60c34e55>`__
+ Concurrent code update of HBRT - Update Structure
+- `6c769aede363 <https://github.com/open-power/hostboot/commit/6c769aede363>`__
+ Concurrent code update of HBRT - Enable Interface for Host
+
+Matt Derksen (14):
+
+- `2b4e2315094e <https://github.com/open-power/hostboot/commit/2b4e2315094e>`__
+ Send down OCC info logs to BMC for call-home
+- `3378748dbc2e <https://github.com/open-power/hostboot/commit/3378748dbc2e>`__
+ Fix some review comments for sending down OCC info logs to BMC
+- `dacd80a9811f <https://github.com/open-power/hostboot/commit/dacd80a9811f>`__
+ Fix grabbing config from NV keyword data
+- `89f7297255af <https://github.com/open-power/hostboot/commit/89f7297255af>`__
+ Test and verify concurrent init of PM complex
+- `2d590161d70f <https://github.com/open-power/hostboot/commit/2d590161d70f>`__
+ Enable ZZ-2U
+- `2429064ef8ce <https://github.com/open-power/hostboot/commit/2429064ef8ce>`__
+ Move major stack variable to heap to avoid stack overrun
+- `5161b6eb9b76 <https://github.com/open-power/hostboot/commit/5161b6eb9b76>`__
+ Increase trace buffer size to avoid hang between traces and PRD.
+- `6141805efc9c <https://github.com/open-power/hostboot/commit/6141805efc9c>`__
+ Add HB\_VOLATILE sensor so OpenBMC can mark volatile sections
+- `d2b876356f54 <https://github.com/open-power/hostboot/commit/d2b876356f54>`__
+ Lock i2c around vpd write message to FSP at runtime
+- `722bf1861db9 <https://github.com/open-power/hostboot/commit/722bf1861db9>`__
+ Fix setting hbVolatile and RebootControl sensors
+- `44aa1a1578b1 <https://github.com/open-power/hostboot/commit/44aa1a1578b1>`__
+ Compile attributeOverride tool in x86.nfp environment for mnfg use
+- `f6f8c953755a <https://github.com/open-power/hostboot/commit/f6f8c953755a>`__
+ EKB side of changes for attributeOverride tool in x86.nfp context
+- `f0c1f3b3a422 <https://github.com/open-power/hostboot/commit/f0c1f3b3a422>`__
+ Explicitly call ATTN/PRD before exiting PM Reset flow
+- `27cbbc4cc87d <https://github.com/open-power/hostboot/commit/27cbbc4cc87d>`__
+ Update int64\_t attributes in attributeenums.H to LL
+
+Matthew Hickman (1):
+
+- `daa54a8d74e8 <https://github.com/open-power/hostboot/commit/daa54a8d74e8>`__
+ Fixed AUE/IAUE masking bug
+
+Mike Baiocchi (9):
+
+- `b0a9a93e45dd <https://github.com/open-power/hostboot/commit/b0a9a93e45dd>`__
+ Add Functionality To Allow FSP to Enable TCEs For Testing
+- `8f6cf7d7310d <https://github.com/open-power/hostboot/commit/8f6cf7d7310d>`__
+ Add TCE Support to utillidmgr
+- `8fcdfa14a7d3 <https://github.com/open-power/hostboot/commit/8fcdfa14a7d3>`__
+ Support Verifying and Moving PAYLOAD and HDAT when TCEs are Enabled
+- `5cd503229820 <https://github.com/open-power/hostboot/commit/5cd503229820>`__
+ Fix Initializing HW To Point At An Invalid TCE Table in Istep 10.6
+- `f43013e57725 <https://github.com/open-power/hostboot/commit/f43013e57725>`__
+ Send FSP relevant information for PSI Diagnotics test when TCEs are
+ enabled
+- `07f9a3771538 <https://github.com/open-power/hostboot/commit/07f9a3771538>`__
+ TCE Updates to support OPAL
+- `b27a71f308e1 <https://github.com/open-power/hostboot/commit/b27a71f308e1>`__
+ Update TPM Retry Policy and Timings
+- `e93cf4eb7e3e <https://github.com/open-power/hostboot/commit/e93cf4eb7e3e>`__
+ Enable TCEs as the default on FSP-based systems
+- `079068a0dd84 <https://github.com/open-power/hostboot/commit/079068a0dd84>`__
+ I2C Reset Path: Add Poll of SCL High Before Issuing Stop Command
+
+Nick Bofferding (15):
+
+- `b0f4906b589d <https://github.com/open-power/hostboot/commit/b0f4906b589d>`__
+ Secure Boot: Sign MEMD partition for FSP platforms
+- `07d75753d594 <https://github.com/open-power/hostboot/commit/07d75753d594>`__
+ Secure Boot: Enforce PNOR section component IDs
+- `70c697000c8a <https://github.com/open-power/hostboot/commit/70c697000c8a>`__
+ Secure Boot: Fix parallel and multiple pass image signing issues
+- `f7dd1f12d858 <https://github.com/open-power/hostboot/commit/f7dd1f12d858>`__
+ Secure Boot: Purge dev SW signing cache before reuse
+- `9470c51fc486 <https://github.com/open-power/hostboot/commit/9470c51fc486>`__
+ Secure Boot: Support FSP/HB standalone production signing
+- `2fc740c30b90 <https://github.com/open-power/hostboot/commit/2fc740c30b90>`__
+ Secure Boot: Enable PSI interrupts after XSCOM switchover
+- `98e555428942 <https://github.com/open-power/hostboot/commit/98e555428942>`__
+ Secure Boot: Blacklist: Init PSI bridge BAR and FSP BAR properly for
+ security
+- `3e24de691ed6 <https://github.com/open-power/hostboot/commit/3e24de691ed6>`__
+ Secure Boot: Surface unique TI when key transitioning complete
+- `00d2200112da <https://github.com/open-power/hostboot/commit/00d2200112da>`__
+ Secure Boot; Force simultaneous SBE update on key transition
+- `bd1519429ab3 <https://github.com/open-power/hostboot/commit/bd1519429ab3>`__
+ Secure Boot: RAS Reviews: Fix load handler logging
+- `7a5fdcbd0c45 <https://github.com/open-power/hostboot/commit/7a5fdcbd0c45>`__
+ Secure Boot: Remove cyclic dependency in TPM daemon shutdown path
+- `d52d893e3aa2 <https://github.com/open-power/hostboot/commit/d52d893e3aa2>`__
+ Secure Boot: Flag ROM verify reason code as terminating RC
+- `eb22cf5b7cb7 <https://github.com/open-power/hostboot/commit/eb22cf5b7cb7>`__
+ Secure Boot: Open persistent virtual memory mapping for HDAT TPM logs
+- `24d964b78e02 <https://github.com/open-power/hostboot/commit/24d964b78e02>`__
+ Fix syntax error in Dump.pm
+- `d18433a85fa8 <https://github.com/open-power/hostboot/commit/d18433a85fa8>`__
+ Secure Boot: Open up Hostboot VMM untrusted RO window on non-master
+ procs
+
+Nick Klazynski (7):
+
+- `cf1f011b5af9 <https://github.com/open-power/hostboot/commit/cf1f011b5af9>`__
+ Add HW425526 and HW425027
+- `c4139797e45b <https://github.com/open-power/hostboot/commit/c4139797e45b>`__
+ HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970
+- `1ed63da3a55c <https://github.com/open-power/hostboot/commit/1ed63da3a55c>`__
+ Nimbus DD2.2 core chickenswitches
+- `fcf7d0e3f5fe <https://github.com/open-power/hostboot/commit/fcf7d0e3f5fe>`__
+ Large update for security
+- `a9040e3c67fd <https://github.com/open-power/hostboot/commit/a9040e3c67fd>`__
+ Fix three NDD2.1 dials and add new NDD2.2 workarounds
+- `6b21ff6c1caf <https://github.com/open-power/hostboot/commit/6b21ff6c1caf>`__
+ Add new TM IMC, Add TLBIE hangbuster
+- `bf86a41a8e0e <https://github.com/open-power/hostboot/commit/bf86a41a8e0e>`__
+ Implement security IMCs, based on v29 of wiki
+
+Prachi Gupta (10):
+
+- `18cc0dfbc93f <https://github.com/open-power/hostboot/commit/18cc0dfbc93f>`__
+ Zeppelin BUP updates
+- `5b3da20db0e8 <https://github.com/open-power/hostboot/commit/5b3da20db0e8>`__
+ Zeppelin BUP updates: Targets.pm changes
+- `a420f6c23b46 <https://github.com/open-power/hostboot/commit/a420f6c23b46>`__
+ Zeppelin BUP updates: mss\_memdiags workaround
+- `e4d01510117e <https://github.com/open-power/hostboot/commit/e4d01510117e>`__
+ Zeppelin BUP: istep 14 fixes
+- `50a901b1468a <https://github.com/open-power/hostboot/commit/50a901b1468a>`__
+ ZEPPELIN BUP: fix VPD\_REC\_NUM for membuf target
+- `3807622a5fae <https://github.com/open-power/hostboot/commit/3807622a5fae>`__
+ ZEPPELIN BUP: host enable memvolt changes
+- `94d8abaa56c0 <https://github.com/open-power/hostboot/commit/94d8abaa56c0>`__
+ Added values for CVPD\_SIZE and CVPD\_MAX\_SECTIONS in processMrw
+- `51d3eeea8b3a <https://github.com/open-power/hostboot/commit/51d3eeea8b3a>`__
+ set ATTR\_PROC\_SBE\_MASTER\_CHIP based on LPC connections in MRW
+- `9ea9546db73d <https://github.com/open-power/hostboot/commit/9ea9546db73d>`__
+ ZEP\_BUP: remove no\_export and default value from
+ DMI\_REFCLOCK\_SWIZZLE
+- `bb004ba55073 <https://github.com/open-power/hostboot/commit/bb004ba55073>`__
+ processMrw: hard-code all base bar addresses as to not rely on mrw
+
+Prasad Bg Ranganath (11):
+
+- `c0d7d47a554f <https://github.com/open-power/hostboot/commit/c0d7d47a554f>`__
+ PM: Fix QCSR and CCSR update
+- `79acd9f3a834 <https://github.com/open-power/hostboot/commit/79acd9f3a834>`__
+ P9\_pstate\_parameter\_block: Bug fix in IAC VDN calculation
+- `5b86ae89fcd9 <https://github.com/open-power/hostboot/commit/5b86ae89fcd9>`__
+ Fix bug in cache query state procedure
+- `1c06b1a80e5e <https://github.com/open-power/hostboot/commit/1c06b1a80e5e>`__
+ p9\_setup\_evid: Missed applying bias values for pound V
+- `4319e2a93d9a <https://github.com/open-power/hostboot/commit/4319e2a93d9a>`__
+ p9\_pm\_pstate\_gpe\_init: setup Fsafe in all configured QPPMs
+- `ed38dac64269 <https://github.com/open-power/hostboot/commit/ed38dac64269>`__
+ p9\_pstate\_parameter\_block: support removal of VFRT Vdn
+- `755b47ecad12 <https://github.com/open-power/hostboot/commit/755b47ecad12>`__
+ PPPB: Fix endianess in pstate\_parameter\_block.C
+- `93c73a3eac40 <https://github.com/open-power/hostboot/commit/93c73a3eac40>`__
+ Proc VPD:POUND W Version 3-F support
+- `c77b6c1a8839 <https://github.com/open-power/hostboot/commit/c77b6c1a8839>`__
+ p9\_pm\_reset: check safe mode and, if not, move to Psafe manually
+- `b0f4bd1e57b5 <https://github.com/open-power/hostboot/commit/b0f4bd1e57b5>`__
+ Zepplin:Remove dd level check for cumulus under PPB code
+- `13b0dd897296 <https://github.com/open-power/hostboot/commit/13b0dd897296>`__
+ FW910: PM reset procedure fix, move psafe update after CME halts
+
+Prem Shanker Jha (9):
+
+- `47c3bbe42264 <https://github.com/open-power/hostboot/commit/47c3bbe42264>`__
+ PM: Added support for version control in SCOM restore entries.
+- `04846f139458 <https://github.com/open-power/hostboot/commit/04846f139458>`__
+ EQ SCOM Restore: Introduced version control in SCOM restore entry.
+- `000deef452bc <https://github.com/open-power/hostboot/commit/000deef452bc>`__
+ PM: Fixed generation of MTSPR instruction in STOP API.
+- `45824ede1fc0 <https://github.com/open-power/hostboot/commit/45824ede1fc0>`__
+ STOP Recovery: Only XIR collection in HWP error path during PM Reset.
+- `537e7b6e6c72 <https://github.com/open-power/hostboot/commit/537e7b6e6c72>`__
+ Hcode Injection: Adds hcode error injection capability.
+- `993eec11fc9f <https://github.com/open-power/hostboot/commit/993eec11fc9f>`__
+ SCOM Restore: Increased the EQ SCOM restore limit.
+- `6897c9475c92 <https://github.com/open-power/hostboot/commit/6897c9475c92>`__
+ Idle Stop State: Adds CME and SGPE global variables to FFDC.
+- `3b71fb0a04e3 <https://github.com/open-power/hostboot/commit/3b71fb0a04e3>`__
+ PM: Level-1 implementation for HWP p9\_pm\_callout.
+- `8c89a1b7b92d <https://github.com/open-power/hostboot/commit/8c89a1b7b92d>`__
+ PM : Changed FFDC collection to XIR mode.
+
+Rahul Batra (3):
+
+- `4924945481bd <https://github.com/open-power/hostboot/commit/4924945481bd>`__
+ PGPE: STOP11+WOF+SafeMode Fixes
+- `443f2c73ac82 <https://github.com/open-power/hostboot/commit/443f2c73ac82>`__
+ PGPE: Fix FIT and actuation step conflict
+- `3742bc2463d0 <https://github.com/open-power/hostboot/commit/3742bc2463d0>`__
+ PM: VDM Prolonged Droop Fix
+
+Raja Das (1):
+
+- `60ccd2d1e787 <https://github.com/open-power/hostboot/commit/60ccd2d1e787>`__
+ Differentiated Control Node type field from Normal Node
+
+Ricardo Mata (1):
+
+- `17ce7befe588 <https://github.com/open-power/hostboot/commit/17ce7befe588>`__
+ Added CI throttling support, HW init updates, and fixed a bug with
+ tce arb.
+
+Richard J. Knight (4):
+
+- `1100f64331cb <https://github.com/open-power/hostboot/commit/1100f64331cb>`__
+ Add script to edit hostboot binary images to enable CFM testing
+- `c2c5d0e657f6 <https://github.com/open-power/hostboot/commit/c2c5d0e657f6>`__
+ p9\_xip\_tool support for DD level section parsing
+- `911996a1c31f <https://github.com/open-power/hostboot/commit/911996a1c31f>`__
+ Add new pnor section for Centaur hw ref image
+- `7f860e8a5c47 <https://github.com/open-power/hostboot/commit/7f860e8a5c47>`__
+ BUP - istep 11 support phase 1
+
+Robert Lippert (6):
+
+- `fb8c2671f28d <https://github.com/open-power/hostboot/commit/fb8c2671f28d>`__
+ errldisplay: use table-driven display for HWPF error strings
+- `20b179f938d4 <https://github.com/open-power/hostboot/commit/20b179f938d4>`__
+ hwas: skip reading ID/EC data from BMC
+- `69b2391ad885 <https://github.com/open-power/hostboot/commit/69b2391ad885>`__
+ ipmi: add support for reading SEL time from BMC
+- `013f189c0215 <https://github.com/open-power/hostboot/commit/013f189c0215>`__
+ vpd: add ability to read record RT keyword value
+- `7261c1709400 <https://github.com/open-power/hostboot/commit/7261c1709400>`__
+ vpd/mvpd: add RT as a valid MVPD keyword enum
+- `f7b6ad2045f4 <https://github.com/open-power/hostboot/commit/f7b6ad2045f4>`__
+ hdat: use VRML record for processor PCRD VPD data
+
+Roland Veloz (7):
+
+- `8e6bd68539af <https://github.com/open-power/hostboot/commit/8e6bd68539af>`__
+ Updated the GenericFspMboxMessage\_t struct
+- `f0db3bed8334 <https://github.com/open-power/hostboot/commit/f0db3bed8334>`__
+ Handle SBE Error and Attempt Recovery from FSP
+- `a69cb64611f3 <https://github.com/open-power/hostboot/commit/a69cb64611f3>`__
+ Adding support for TOD RAS on FSP systems
+- `44d0f070400a <https://github.com/open-power/hostboot/commit/44d0f070400a>`__
+ Handles FSP reset-reload in HBRT messages
+- `dfb142acec43 <https://github.com/open-power/hostboot/commit/dfb142acec43>`__
+ Corrected issue with hb errlparser not exiting on error
+- `6f4abd1ea46f <https://github.com/open-power/hostboot/commit/6f4abd1ea46f>`__
+ Support for any target deconfig at runtime; Utility to create a
+ generic message
+- `4c76eec6354b <https://github.com/open-power/hostboot/commit/4c76eec6354b>`__
+ Propagate PLID from caller to any new errors; GARD target on retry
+ fails
+
+Ryan Black (1):
+
+- `d5ca0693761a <https://github.com/open-power/hostboot/commit/d5ca0693761a>`__
+ p9.npu.scom.initfile -- fix cq\_sm allocation issue at low water mark
+
+Sachin Gupta (4):
+
+- `4f01142263eb <https://github.com/open-power/hostboot/commit/4f01142263eb>`__
+ Remove extra include dependency
+- `4da087dd8293 <https://github.com/open-power/hostboot/commit/4da087dd8293>`__
+ Revert "p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS
+ PLL lock"
+- `610996cd1656 <https://github.com/open-power/hostboot/commit/610996cd1656>`__
+ Change type for number of pages.
+- `4db7aa5d3c6b <https://github.com/open-power/hostboot/commit/4db7aa5d3c6b>`__
+ Remove workaround for DD1 SW reset for XIVE
+
+Sakethan R Kotta (1):
+
+- `1f187d7b7b44 <https://github.com/open-power/hostboot/commit/1f187d7b7b44>`__
+ ORDINAL\_ID generation is fixed for multi node systems
+
+Sameer Veer (1):
+
+- `dddd42af796f <https://github.com/open-power/hostboot/commit/dddd42af796f>`__
+ Changes to build-script & setup-env for nimbus & cumulus to co-exist
+
+Sampa Misra (1):
+
+- `f10319641ba1 <https://github.com/open-power/hostboot/commit/f10319641ba1>`__
+ feature flag changes
+
+Santosh Puranik (5):
+
+- `5357999d189c <https://github.com/open-power/hostboot/commit/5357999d189c>`__
+ Find connections by destination
+- `12b6b45da232 <https://github.com/open-power/hostboot/commit/12b6b45da232>`__
+ Make plat init attributes non-writable
+- `94404b004adb <https://github.com/open-power/hostboot/commit/94404b004adb>`__
+ Set FSI\_PORT for FSI slaves
+- `aa0883bae4fa <https://github.com/open-power/hostboot/commit/aa0883bae4fa>`__
+ Fix PEER\_HUID attrib for XBUS and ABUS targets
+- `3dca5a867512 <https://github.com/open-power/hostboot/commit/3dca5a867512>`__
+ Remove writeable tag from ATTR\_PROC\_FABRIC\_GROUP\_ID
+
+Sheldon Bailey (3):
+
+- `47a4947613f8 <https://github.com/open-power/hostboot/commit/47a4947613f8>`__
+ HTMGT:OP910:No change in processor speed turbo or non-turbo
+ Witherspoon
+- `276c45cf2da6 <https://github.com/open-power/hostboot/commit/276c45cf2da6>`__
+ HTMGT: Send VRM Vdd Thermal Thresholds to OCC part1 HB attributes
+- `4809fbff915f <https://github.com/open-power/hostboot/commit/4809fbff915f>`__
+ HTMGT: Updates for reporting throttle below nominal on Boston
+
+Shelton Leung (2):
+
+- `4f504a2eebea <https://github.com/open-power/hostboot/commit/4f504a2eebea>`__
+ fix for incorrect init value of AMO\_Limit\_Select
+- `606a6f48b15c <https://github.com/open-power/hostboot/commit/606a6f48b15c>`__
+ fix for clockgate preventing perfmon start/stop
+
+Soma BhanuTej (2):
+
+- `d50dc3d2216a <https://github.com/open-power/hostboot/commit/d50dc3d2216a>`__
+ Extract error info from PIBMEM array save-off
+- `c2e705569f7f <https://github.com/open-power/hostboot/commit/c2e705569f7f>`__
+ Make SBE errors recoverable - p9\_sbe\_common
+
+Stephen Cprek (29):
+
+- `6e7098eba2f9 <https://github.com/open-power/hostboot/commit/6e7098eba2f9>`__
+ Add trace to indicate verify was called on a section
+- `6caab6132b05 <https://github.com/open-power/hostboot/commit/6caab6132b05>`__
+ Create Master Container Lid Manager and test parsing
+- `141c67de2310 <https://github.com/open-power/hostboot/commit/141c67de2310>`__
+ Add Header to TESTRO PNOR section for testing Secure Lid transfer
+- `89c19d7e3a5b <https://github.com/open-power/hostboot/commit/89c19d7e3a5b>`__
+ Process Components in Master Container Lid
+- `76f627c78307 <https://github.com/open-power/hostboot/commit/76f627c78307>`__
+ Sign HBD pnor section in fips builds
+- `94b12d2ea050 <https://github.com/open-power/hostboot/commit/94b12d2ea050>`__
+ Enable preverified lid loading from pnor and Master Container Lid
+- `b1f4e911b9b7 <https://github.com/open-power/hostboot/commit/b1f4e911b9b7>`__
+ Collect PNOR trace on secure verification error
+- `bf8e8d4deb19 <https://github.com/open-power/hostboot/commit/bf8e8d4deb19>`__
+ Fix RTC number in TODO and limit trace from MclMgr and
+ PreVerifiedLidMgr
+- `1f2edbc95b80 <https://github.com/open-power/hostboot/commit/1f2edbc95b80>`__
+ Prevent all Master Container Lid processing in OPAL mode
+- `f4d54e9c85b3 <https://github.com/open-power/hostboot/commit/f4d54e9c85b3>`__
+ Fix standalone compile and simics when secureboot compiled out
+- `63a026113332 <https://github.com/open-power/hostboot/commit/63a026113332>`__
+ Create runtime\_utils so both IPL and runtime can use common
+ functions
+- `81279c1d146d <https://github.com/open-power/hostboot/commit/81279c1d146d>`__
+ Secure Boot: Fix lid load from HB reserved memory issues at runtime
+- `75f0cfee9e5d <https://github.com/open-power/hostboot/commit/75f0cfee9e5d>`__
+ Fix strncpy from padding past the actual max size
+- `c336a7728319 <https://github.com/open-power/hostboot/commit/c336a7728319>`__
+ Handle comments from pre-verify and runtime lid loading commits
+- `ca52131dad3d <https://github.com/open-power/hostboot/commit/ca52131dad3d>`__
+ Handle ContainerHeader asserts more nicely with error logs
+- `5b5972e5580c <https://github.com/open-power/hostboot/commit/5b5972e5580c>`__
+ Create a Trusted boot trace component and collect trace on errors
+- `0b408ad7a340 <https://github.com/open-power/hostboot/commit/0b408ad7a340>`__
+ Add multi node support for genPnorImages and add HBD Fleetwood files
+- `a4dc66b8d1c6 <https://github.com/open-power/hostboot/commit/a4dc66b8d1c6>`__
+ Specify actual SecureRom size into HDAT for POWERVM
+- `4888af6221d7 <https://github.com/open-power/hostboot/commit/4888af6221d7>`__
+ fix genPnor param MEMD which passed in an empty input filename
+- `d527220c6ffe <https://github.com/open-power/hostboot/commit/d527220c6ffe>`__
+ Add component ID check for Master Container Lid Processing
+- `82f341573515 <https://github.com/open-power/hostboot/commit/82f341573515>`__
+ Fix incorrect size for entries going into hb resv memory
+- `526f5106cc17 <https://github.com/open-power/hostboot/commit/526f5106cc17>`__
+ Do not preverify RINGOVD section in POWERVM mode
+- `92466e69168a <https://github.com/open-power/hostboot/commit/92466e69168a>`__
+ Modify how POWERVM is processed in the MCL manager
+- `9ae6e9595f97 <https://github.com/open-power/hostboot/commit/9ae6e9595f97>`__
+ Remove Secure Boot workarounds
+- `34dbdc49d0d1 <https://github.com/open-power/hostboot/commit/34dbdc49d0d1>`__
+ Convert asserts to error logs where it makes sense
+- `329b81443b43 <https://github.com/open-power/hostboot/commit/329b81443b43>`__
+ Make the MemRegionMgr class target aware
+- `26bbcd97d817 <https://github.com/open-power/hostboot/commit/26bbcd97d817>`__
+ Open Untrusted Communication for SP
+- `038392cae8c5 <https://github.com/open-power/hostboot/commit/038392cae8c5>`__
+ Move closing all unsecure memory regions to 21.3
+- `bf9ac140940b <https://github.com/open-power/hostboot/commit/bf9ac140940b>`__
+ Unload preverified secure sections after moving to mainstore memory
+
+Stephen Glancy (19):
+
+- `d110f5634137 <https://github.com/open-power/hostboot/commit/d110f5634137>`__
+ Adds in broadcast support for memdiags
+- `6b9bc4190d60 <https://github.com/open-power/hostboot/commit/6b9bc4190d60>`__
+ Updates memory plug rules
+- `1cf8acef718a <https://github.com/open-power/hostboot/commit/1cf8acef718a>`__
+ Fixes broadcast mode memdiags crash
+- `e2305fe4b76e <https://github.com/open-power/hostboot/commit/e2305fe4b76e>`__
+ Fixes number of DRAM constants
+- `0f5f2625adad <https://github.com/open-power/hostboot/commit/0f5f2625adad>`__
+ Updates dramint training structure
+- `5ef4ce5ebbcd <https://github.com/open-power/hostboot/commit/5ef4ce5ebbcd>`__
+ Fixes memdiags bad address check
+- `f40bed180c16 <https://github.com/open-power/hostboot/commit/f40bed180c16>`__
+ Adds PDA support
+- `623216605144 <https://github.com/open-power/hostboot/commit/623216605144>`__
+ Worksaround AWAN simulation failure
+- `b17f5a628c59 <https://github.com/open-power/hostboot/commit/b17f5a628c59>`__
+ Adds access delay regs helper functions
+- `db05487e27b5 <https://github.com/open-power/hostboot/commit/db05487e27b5>`__
+ Adds blank PDA files for HB
+- `f57934997860 <https://github.com/open-power/hostboot/commit/f57934997860>`__
+ Adds in blank files for CCS workarounds
+- `3440e65b32f2 <https://github.com/open-power/hostboot/commit/3440e65b32f2>`__
+ Adds PDA support
+- `296cd5865b39 <https://github.com/open-power/hostboot/commit/296cd5865b39>`__
+ Adds lab PDA support
+- `01c730dd4157 <https://github.com/open-power/hostboot/commit/01c730dd4157>`__
+ Updates WR VREF for characterization results
+- `21407ef50121 <https://github.com/open-power/hostboot/commit/21407ef50121>`__
+ Fixes WR LVL terminations
+- `6650adcec6ac <https://github.com/open-power/hostboot/commit/6650adcec6ac>`__
+ Updates training advanced and adds custom WR CTR
+- `e369ee31b0c5 <https://github.com/open-power/hostboot/commit/e369ee31b0c5>`__
+ Updates custom RD CTR pattern
+- `1c2de2d2a08c <https://github.com/open-power/hostboot/commit/1c2de2d2a08c>`__
+ Fixes HB compile error
+- `548b7fd4484c <https://github.com/open-power/hostboot/commit/548b7fd4484c>`__
+ Updates error logging to log target with FIRs
+
+Sumit Kumar (3):
+
+- `f43da019dd69 <https://github.com/open-power/hostboot/commit/f43da019dd69>`__
+ Centaur ring support - ring\_apply and ring data
+- `8c9fd900efb8 <https://github.com/open-power/hostboot/commit/8c9fd900efb8>`__
+ Erepair HWP p9\_io\_erepairAccessorHwpFuncs
+- `9153608879d2 <https://github.com/open-power/hostboot/commit/9153608879d2>`__
+ Moving DD specific ring coord from TOR to XIP (step 1)
+
+Swathi Madhuri Bhattiprolu (3):
+
+- `27fe0afaf8f1 <https://github.com/open-power/hostboot/commit/27fe0afaf8f1>`__
+ Fix issues with DMI target handling
+- `0f94c2620c70 <https://github.com/open-power/hostboot/commit/0f94c2620c70>`__
+ Support CDIMM VPD
+- `b801fd1a776f <https://github.com/open-power/hostboot/commit/b801fd1a776f>`__
+ Make FAPI\_POS unique on multi node system
+
+Thi Tran (8):
+
+- `bcef4f1931d8 <https://github.com/open-power/hostboot/commit/bcef4f1931d8>`__
+ L2 - p9\_build\_smp HWPs
+- `bcc5a5535c2d <https://github.com/open-power/hostboot/commit/bcc5a5535c2d>`__
+ Fix TODOs in p9\_build\_smp HWP
+- `7b8fa03ea43f <https://github.com/open-power/hostboot/commit/7b8fa03ea43f>`__
+ Mirror new file: cen\_pll\_initf\_errors.xml
+- `be0a3a2a7f4a <https://github.com/open-power/hostboot/commit/be0a3a2a7f4a>`__
+ p9\_sbe\_hreset - Adding I2C Bit rate divisor calculation
+- `edbb12014deb <https://github.com/open-power/hostboot/commit/edbb12014deb>`__
+ L3 update - p9\_cme\_sram\_access HWP
+- `245f7224088e <https://github.com/open-power/hostboot/commit/245f7224088e>`__
+ Mirror (new) p9\_putmemproc HWP files
+- `b8522e84fe03 <https://github.com/open-power/hostboot/commit/b8522e84fe03>`__
+ p9\_build\_smp -- use ADU chipops to switch fabric configuration part
+ #1
+- `df5241f06802 <https://github.com/open-power/hostboot/commit/df5241f06802>`__
+ Setup p9c CHI's FIRs and enable host attentions
+
+Tom Sand (1):
+
+- `82769e0a939f <https://github.com/open-power/hostboot/commit/82769e0a939f>`__
+ Fixed HBRT issue where virt addr not unmapped at the end of complex
+ calls.
+
+Tsung Yeung (2):
+
+- `4e84db479b0c <https://github.com/open-power/hostboot/commit/4e84db479b0c>`__
+ Adds self-refresh entry/exit commands
+- `1d3c28511935 <https://github.com/open-power/hostboot/commit/1d3c28511935>`__
+ Adds ccs workaround to support SRE/SRX
+
+Vaibhav Jain (1):
+
+- `24d0d344bb8d <https://github.com/open-power/hostboot/commit/24d0d344bb8d>`__
+ Modify eSEL script to not ignore cases for command line options
+
+Venkatesh Sainath (3):
+
+- `5099a01fc800 <https://github.com/open-power/hostboot/commit/5099a01fc800>`__
+ Enabling multi proc master systems
+- `550f6f5cfc2f <https://github.com/open-power/hostboot/commit/550f6f5cfc2f>`__
+ Perl script for generating HDAT structures from MRW
+- `5bb1802ad0ae <https://github.com/open-power/hostboot/commit/5bb1802ad0ae>`__
+ Enabling Fleetwood Multi-node istep 18 attributes
+
+Yue Du (3):
+
+- `cfcd66d8907e <https://github.com/open-power/hostboot/commit/cfcd66d8907e>`__
+ STOP: Fix FF\_BYPASS in sgpe\_init
+- `d5866aa3d221 <https://github.com/open-power/hostboot/commit/d5866aa3d221>`__
+ STOP/PState: SGPE/PGPE Error Handling Support
+- `458cb0d58acf <https://github.com/open-power/hostboot/commit/458cb0d58acf>`__
+ STOP: Fix PLS deepest when stop4+ due to self restore wakeup
+
+Zane Shelley (9):
+
+- `ac21d7508c54 <https://github.com/open-power/hostboot/commit/ac21d7508c54>`__
+ PRD: latest from RAS XML
+- `42216acb89cb <https://github.com/open-power/hostboot/commit/42216acb89cb>`__
+ PRD: No gard on MCA for AUE/IAUE and RCD parity errors
+- `1f14c2229e43 <https://github.com/open-power/hostboot/commit/1f14c2229e43>`__
+ PRD: error path handling in CS isolation
+- `f74d2c56712b <https://github.com/open-power/hostboot/commit/f74d2c56712b>`__
+ PRD: Fixed target for PCI chiplet FIRs during OP checkstop analysis
+- `b7bc33f10f89 <https://github.com/open-power/hostboot/commit/b7bc33f10f89>`__
+ RAS XML: updates from spreadsheet v115
+- `d1c569251281 <https://github.com/open-power/hostboot/commit/d1c569251281>`__
+ PRD: fixed no gard when PLL and CS at same time
+- `2935800fa74d <https://github.com/open-power/hostboot/commit/2935800fa74d>`__
+ PRD: generic solution to associate HWP failures with PRD isolation
+- `ecedb32fc183 <https://github.com/open-power/hostboot/commit/ecedb32fc183>`__
+ PRD: DIMM callouts on RCD parity errors
+- `d55a6fa5234f <https://github.com/open-power/hostboot/commit/d55a6fa5234f>`__
+ PRD: generic solution to associate HWP failures with PRD isolation
+
+aravnair-in (2):
+
+- `dfe15202fa42 <https://github.com/open-power/hostboot/commit/dfe15202fa42>`__
+ Fix node ordinal numbering to handle Fleetwood
+- `536ae2496674 <https://github.com/open-power/hostboot/commit/536ae2496674>`__
+ Changes to make the DIMMs show up in Fleetwood
+
+manichow (1):
+
+- `198f186b138f <https://github.com/open-power/hostboot/commit/198f186b138f>`__
+ Changes for TOD support in MPIPL.
+
+nagurram-in (3):
+
+- `aed872bfb917 <https://github.com/open-power/hostboot/commit/aed872bfb917>`__
+ HDAT: Feature flag settings movement from PCRD to IPLP
+- `d9513029321d <https://github.com/open-power/hostboot/commit/d9513029321d>`__
+ HDAT:Adding address to HRMOR stash location in HB reserve
+- `af203750b8e6 <https://github.com/open-power/hostboot/commit/af203750b8e6>`__
+ HDAT : Update init feature flag settings for P9
+
+spashabk-in (2):
+
+- `5e94a704fe27 <https://github.com/open-power/hostboot/commit/5e94a704fe27>`__
+ Change FAPI\_IMP traces in p9\_pm\_ocb\_init to FAPI\_DBG
+- `4c1c57f0015e <https://github.com/open-power/hostboot/commit/4c1c57f0015e>`__
+ Create and allow for PNOR SBE Partition to have DD2.2 Images
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (7):
+
+- `5f4122b9d99c <https://github.com/open-power/occ/commit/5f4122b9d99c>`__
+ Snapshot buffer support
+- `0b07301e60af <https://github.com/open-power/occ/commit/0b07301e60af>`__
+ Clean up TODO for deprecated sync request bit
+- `5bca1deebf80 <https://github.com/open-power/occ/commit/5bca1deebf80>`__
+ Initialize ping/pong buffer address variable
+- `b14a5af2c1a4 <https://github.com/open-power/occ/commit/b14a5af2c1a4>`__
+ Prevent safe mode when going to nominal and no cores configured
+- `bfd62d9cfdd3 <https://github.com/open-power/occ/commit/bfd62d9cfdd3>`__
+ Prevent WOF reset request on ZZ-L systems
+- `4d2912987d23 <https://github.com/open-power/occ/commit/4d2912987d23>`__
+ OCC: Call Home Data Log
+- `c04d58bd549c <https://github.com/open-power/occ/commit/c04d58bd549c>`__
+ WOF Phase 2: Use Vratio from PGPE
+
+Chris Cain (8):
+
+- `d90b1dcc9552 <https://github.com/open-power/occ/commit/d90b1dcc9552>`__
+ AVSbus Re-sync Bus Error Recovery
+- `0e91ced92e0f <https://github.com/open-power/occ/commit/0e91ced92e0f>`__
+ Remove interrupt handlers for hardware errors
+- `358d11e6aca5 <https://github.com/open-power/occ/commit/358d11e6aca5>`__
+ Stop DIMM and GPU accesses when moving to standby or safe state
+- `601b1ebb9a9c <https://github.com/open-power/occ/commit/601b1ebb9a9c>`__
+ Remove unused variable
+- `d0f8e5fb2c5a <https://github.com/open-power/occ/commit/d0f8e5fb2c5a>`__
+ Always use normal temperature thresholds for OPAL systems
+- `06ef7787e762 <https://github.com/open-power/occ/commit/06ef7787e762>`__
+ Handle redundant power supply policy
+- `cb8e695fc661 <https://github.com/open-power/occ/commit/cb8e695fc661>`__
+ Build elog with non-info severity before adding callouts
+- `fce2d94a9bc9 <https://github.com/open-power/occ/commit/fce2d94a9bc9>`__
+ Update buildname 12/15
+
+Doug Gilbert (3):
+
+- `ccdfc6a407fd <https://github.com/open-power/occ/commit/ccdfc6a407fd>`__
+ OCC work-around for HW426350
+- `8b90dab9d243 <https://github.com/open-power/occ/commit/8b90dab9d243>`__
+ B1112AD7 reported over long stress run
+- `0bf193d8d4f9 <https://github.com/open-power/occ/commit/0bf193d8d4f9>`__
+ APSS Reset Support
+
+Sooraj Nair (2):
+
+- `1da6b089c930 <https://github.com/open-power/occ/commit/1da6b089c930>`__
+ Permanent fix for SW399904(fixed nvlink/uav)
+- `d868b77dfc6a <https://github.com/open-power/occ/commit/d868b77dfc6a>`__
+ nvlink,xlink,phb fixes
+
+William Bryan (5):
+
+- `dbb4d7e88cf3 <https://github.com/open-power/occ/commit/dbb4d7e88cf3>`__
+ GPE1 Binary 10/27
+- `178a035668bd <https://github.com/open-power/occ/commit/178a035668bd>`__
+ Update buildname 11/3
+- `40fc6b399896 <https://github.com/open-power/occ/commit/40fc6b399896>`__
+ Buildname 11/10
+- `c3446978c169 <https://github.com/open-power/occ/commit/c3446978c169>`__
+ Update buildname 11/15
+- `00123c66a1d2 <https://github.com/open-power/occ/commit/00123c66a1d2>`__
+ Update GPE1 Binary 1/16/18
+
+Zane Shelley (2):
+
+- `a5b5103756c8 <https://github.com/open-power/occ/commit/a5b5103756c8>`__
+ FIRDATA: fix error handling for SCOMs via SBE FIFO
+- `cd42091d9a39 <https://github.com/open-power/occ/commit/cd42091d9a39>`__
+ FIRDATA: retry getSCOMs via SBE FIFO on bad response
+
+mbroyles (9):
+
+- `0d7b82e82f98 <https://github.com/open-power/occ/commit/0d7b82e82f98>`__
+ VRM Vdd Thermal Control Loop
+- `bb703e413c36 <https://github.com/open-power/occ/commit/bb703e413c36>`__
+ Prevent logging 2A11 when quad is offline
+- `aec1db2cadee <https://github.com/open-power/occ/commit/aec1db2cadee>`__
+ Temporary disable 24x7 on FSP systems
+- `01ae49578a8e <https://github.com/open-power/occ/commit/01ae49578a8e>`__
+ Use AVS bus for processor power when no APSS channel for proc power
+ is present
+- `49ea880a7789 <https://github.com/open-power/occ/commit/49ea880a7789>`__
+ Wait two ticks prior to un-throttling memory due to power capping
+- `ee8bac060be4 <https://github.com/open-power/occ/commit/ee8bac060be4>`__
+ Ignore bad quad and nest DTS
+- `c35818138337 <https://github.com/open-power/occ/commit/c35818138337>`__
+ OCC error log clean up
+- `2397cb606cda <https://github.com/open-power/occ/commit/2397cb606cda>`__
+ Handle PGPE timeouts as workaround for prolonged droop events
+- `577915f28604 <https://github.com/open-power/occ/commit/577915f28604>`__
+ Add WOF disable param for ASM
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+jim (22):
+
+- `619af4d3a6b8 <https://github.com/open-power/p9dsu-xml/commit/619af4d3a6b8>`__
+ add tpm\_required\_sensor.
+- `3ad0bfb80270 <https://github.com/open-power/p9dsu-xml/commit/3ad0bfb80270>`__
+ WOF\_POWER\_LIMIT = turbo, SYSTEM\_WOF\_DISABLE = off
+- `e8840e390273 <https://github.com/open-power/p9dsu-xml/commit/e8840e390273>`__
+ DDR4 VPD update via PNOR. Issue 328.
+- `347d26450a76 <https://github.com/open-power/p9dsu-xml/commit/347d26450a76>`__
+ hostboot code needs CLASS\_SP for bmc-0. Issue 366.
+- `c8a42e16e88c <https://github.com/open-power/p9dsu-xml/commit/c8a42e16e88c>`__
+ add WOF data.
+- `4ad589cd285f <https://github.com/open-power/p9dsu-xml/commit/4ad589cd285f>`__
+ add target tpm-0.
+- `313281bb804c <https://github.com/open-power/p9dsu-xml/commit/313281bb804c>`__
+ add skipper-14 as a child of p9dsu-0.
+- `73b7b43c60b0 <https://github.com/open-power/p9dsu-xml/commit/73b7b43c60b0>`__
+ CLOCK\_PLL\_MUX = 0x80030000.
+- `c4639d667d49 <https://github.com/open-power/p9dsu-xml/commit/c4639d667d49>`__
+ MRW memory power updates for Boston LC
+- `a0a5f8539dca <https://github.com/open-power/p9dsu-xml/commit/a0a5f8539dca>`__
+ Change default lane eq values for GEN3
+- `6d7309844f08 <https://github.com/open-power/p9dsu-xml/commit/6d7309844f08>`__
+ update MEMD VPD for Boston LC.
+- `383390ce6c9f <https://github.com/open-power/p9dsu-xml/commit/383390ce6c9f>`__
+ Support DDR4 @2666 in Single Drop. MAX\_ALLOWED\_DIMM\_FREQ
+ 2400,2400,2400,2133,2133 -> changes to 2666,2666,2666,2133,2133
+ MSS\_MRW\_SUPPORTED\_FREQ 1866,2133,2400,0 -> changes to
+ 1866,2133,2400,2666 ASYNC\_NEST\_FREQ\_MHZ 1600 -> change to 1866
+ FREQ\_PB\_MHZ 1600 -> change to 1866
+- `e30477a2eb0e <https://github.com/open-power/p9dsu-xml/commit/e30477a2eb0e>`__
+ add default value FREQ\_PB\_MHZ\_POUNDV\_FALLBACK = 1600
+- `6bdebbb55f26 <https://github.com/open-power/p9dsu-xml/commit/6bdebbb55f26>`__
+ SYSTEM\_VDM\_DISABLE = 1.
+- `4e04c867ae40 <https://github.com/open-power/p9dsu-xml/commit/4e04c867ae40>`__
+ Re-enable VDM. SYSTEM\_VDM\_DISABLE = 0
+- `c11556752854 <https://github.com/open-power/p9dsu-xml/commit/c11556752854>`__
+ Enable STOP5. SUPPORTED\_STOP\_STATES = 0xEC000000.
+- `3c273c710fea <https://github.com/open-power/p9dsu-xml/commit/3c273c710fea>`__
+ disable stop5.
+- `c3df36c06bb8 <https://github.com/open-power/p9dsu-xml/commit/c3df36c06bb8>`__
+ add WOF data for dd2.2 parts.
+- `82908139d269 <https://github.com/open-power/p9dsu-xml/commit/82908139d269>`__
+ Adding OPEN\_POWER\_N\_PLUS\_ONE\_HPC\_BULK\_POWER\_LIMIT\_WATTS
+- `51574c64c031 <https://github.com/open-power/p9dsu-xml/commit/51574c64c031>`__
+ Refclk MRW change needed for WOF. FREQ\_PROC\_REFCLOCK\_KHZ 0x20788
+ -> 0x208D5
+- `7dfd3c0c5228 <https://github.com/open-power/p9dsu-xml/commit/7dfd3c0c5228>`__
+ Remove FSI\_LINK attribute from fsim-X global settings This was
+ overriding the intended MRW values with an empty string which
+ eventually resulted in incorrectly processed FSI data on the slave
+ proc
+- `fb5f9334aa0c <https://github.com/open-power/p9dsu-xml/commit/fb5f9334aa0c>`__
+ disable stop4.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v1.21-rc1/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+Cyril Bur (4):
+
+- `669083ee9eda <https://github.com/open-power/petitboot/commit/669083ee9eda>`__
+ Add root .gitignore
+- `eb9c570fa13b <https://github.com/open-power/petitboot/commit/eb9c570fa13b>`__
+ configure.ac: Fix unmatched brackets
+- `17f04cb4d3d8 <https://github.com/open-power/petitboot/commit/17f04cb4d3d8>`__
+ Fix bootstrap warning: noinst\_PROGRAMS was already defined
+- `bc8b183fbea6 <https://github.com/open-power/petitboot/commit/bc8b183fbea6>`__
+ Better recognition of ncurses header files
+
+Samuel Mendoza-Jonas (4):
+
+- `8d1e4f053574 <https://github.com/open-power/petitboot/commit/8d1e4f053574>`__
+ ui/ncurses: Safely handle lost terminal control commands
+- `3af2c04787af <https://github.com/open-power/petitboot/commit/3af2c04787af>`__
+ ui/ncurses: Handle arrow key variants
+- `f18998f6aac3 <https://github.com/open-power/petitboot/commit/f18998f6aac3>`__
+ ui/ncurses: Always cancel autoboot on exit
+- `1ad12fe5b75e <https://github.com/open-power/petitboot/commit/1ad12fe5b75e>`__
+ discover/pxe-parser: Fix relative parsing for manual config files
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `690ff82375a2 <https://github.com/open-power/romulus-xml/commit/690ff82375a2>`__
+ Remove FSI\_LINK attribute from fsim-X global settings
+
+Hank Chang (1):
+
+- `a8e017aca599 <https://github.com/open-power/romulus-xml/commit/a8e017aca599>`__
+ Updated MSS\_MRW\_MAX\_NUMBER\_DIMMS\_POSSIBLE\_PER\_VMEM\_REGULATOR
+ to 8 for full DIMMs configuration
+
+Mengze Liao (2):
+
+- `7564819dde1e <https://github.com/open-power/romulus-xml/commit/7564819dde1e>`__
+ Update the clock pll mux config
+- `78c497c58ba4 <https://github.com/open-power/romulus-xml/commit/78c497c58ba4>`__
+ Enable wof by set WOF\_DISABLE as OFF
+
+Nickolaus Gruendler (1):
+
+- `fc67afe8cd7b <https://github.com/open-power/romulus-xml/commit/fc67afe8cd7b>`__
+ Adding some WOF attributes
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `66cd2309b4ea <https://github.com/open-power/sbe/commit/66cd2309b4ea>`__
+ Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+ hcode
+
+Amit Tendolkar (3):
+
+- `2dab7d4053aa <https://github.com/open-power/sbe/commit/2dab7d4053aa>`__
+ Cache/Core stop clocks: add shut down of Power Management to remove
+ contentions
+- `be19efc55754 <https://github.com/open-power/sbe/commit/be19efc55754>`__
+ Enhance SBE Deadman FFDC Format and sequencing
+- `e97e84d0f782 <https://github.com/open-power/sbe/commit/e97e84d0f782>`__
+ Enable FFDC Collection for SBE Deadman Timeout
+
+Anusha Reddy Rangareddygari (1):
+
+- `291ef16dcb1e <https://github.com/open-power/sbe/commit/291ef16dcb1e>`__
+ osclite status check in clock\_test2
+
+Ben Gass (2):
+
+- `823230170598 <https://github.com/open-power/sbe/commit/823230170598>`__
+ Adding p9c\_11 support.
+- `e1097cc1dfcb <https://github.com/open-power/sbe/commit/e1097cc1dfcb>`__
+ Adding p9a support.
+
+Brian Vanderpool (1):
+
+- `6f1c9f559f3d <https://github.com/open-power/sbe/commit/6f1c9f559f3d>`__
+ PM: Ignore allow\_reg\_wakeup in cache contained mode
+
+Chris Steffen (1):
+
+- `1186568fa81d <https://github.com/open-power/sbe/commit/1186568fa81d>`__
+ P9 SBE EOL Toggle SBE Procedure
+
+Christian Geddes (3):
+
+- `7a439687019f <https://github.com/open-power/sbe/commit/7a439687019f>`__
+ Increase suspend\_powman timeouts from 10 micro sec -> 10 milli sec
+- `99c1c76cc825 <https://github.com/open-power/sbe/commit/99c1c76cc825>`__
+ Remove writable property from ATTR\_LINK\_TRAIN
+- `dd54c6fc0af5 <https://github.com/open-power/sbe/commit/dd54c6fc0af5>`__
+ Add FABRIC\_PRESENT\_GROUPS system attribute
+
+Claus Michael Olsen (15):
+
+- `8247c1a74c10 <https://github.com/open-power/sbe/commit/8247c1a74c10>`__
+ Centaur ring support - TOR API
+- `2551c3e8b1d8 <https://github.com/open-power/sbe/commit/2551c3e8b1d8>`__
+ Overlays and multi-DD XIP related updates to xip\_image and
+ dd\_container
+- `608cfa2810b3 <https://github.com/open-power/sbe/commit/608cfa2810b3>`__
+ Small change to dd container header file.
+- `9f2e80824408 <https://github.com/open-power/sbe/commit/9f2e80824408>`__
+ cleanup: xip\_tool: Fixing two command arguments.
+- `348d8d20dc49 <https://github.com/open-power/sbe/commit/348d8d20dc49>`__
+ HW425038 INT ARX timeout workaround - Updated initfiles to 49241
+- `ba0028f0e907 <https://github.com/open-power/sbe/commit/ba0028f0e907>`__
+ Update: xip\_tool: Introducing image section type (IST).
+- `53acf553711c <https://github.com/open-power/sbe/commit/53acf553711c>`__
+ Support for PPE commit 49883 to error out on non-TOR ring section.
+- `871d02a4e2c6 <https://github.com/open-power/sbe/commit/871d02a4e2c6>`__
+ Code restruct: TOR API
+- `8e0caa8e381d <https://github.com/open-power/sbe/commit/8e0caa8e381d>`__
+ Error out on non-TOR ring section detection.
+- `d9ebe234862c <https://github.com/open-power/sbe/commit/d9ebe234862c>`__
+ Override filter ring support for perv\_pll\_bndy\_bucket rings.
+- `4640d0953dd6 <https://github.com/open-power/sbe/commit/4640d0953dd6>`__
+ Removing P9\_XIP\_ITEM\_NOT\_FOUND trace out msg from
+ p9\_xip\_image.C
+- `efddbeeb75d9 <https://github.com/open-power/sbe/commit/efddbeeb75d9>`__
+ Adding CT\_P9A to the enum list of chip types.
+- `d4106818dcc1 <https://github.com/open-power/sbe/commit/d4106818dcc1>`__
+ Overlays and multi-DD XIP related updates to xip\_image and
+ dd\_container
+- `12529174e471 <https://github.com/open-power/sbe/commit/12529174e471>`__
+ xip\_customize and TOR API: Improved DD level verification
+- `385957bda422 <https://github.com/open-power/sbe/commit/385957bda422>`__
+ p9\_dd\_container: Introducing DD container API lib to PPE repo
+
+Dan Crowell (2):
+
+- `f5ee8955f2bb <https://github.com/open-power/sbe/commit/f5ee8955f2bb>`__
+ Revert ATTR\_CEN\_ECID back to ATTR\_ECID
+- `c21e72cf477a <https://github.com/open-power/sbe/commit/c21e72cf477a>`__
+ Add Fallback Frequency for #V Bucket Selection
+
+Daniel Howe (2):
+
+- `c2b4524ea3b0 <https://github.com/open-power/sbe/commit/c2b4524ea3b0>`__
+ Allow lpc\_ed for p9n 2.2 per HW418117 fix
+- `d3f8a78ac0d1 <https://github.com/open-power/sbe/commit/d3f8a78ac0d1>`__
+ update data token init to use scans on p9c 1.1
+
+David Kauer (2):
+
+- `854ee9444a93 <https://github.com/open-power/sbe/commit/854ee9444a93>`__
+ HW425038 INT ARX timeout workaround
+- `dc787af07394 <https://github.com/open-power/sbe/commit/dc787af07394>`__
+ Modify INT FIR configuration settings
+
+Doug Gilbert (2):
+
+- `2f7237360522 <https://github.com/open-power/sbe/commit/2f7237360522>`__
+ Use HCode header timebase frequency for pk trace
+- `74f757c5baf0 <https://github.com/open-power/sbe/commit/74f757c5baf0>`__
+ PPE: Adjust the maximum decrementer count
+
+Greg Still (2):
+
+- `16834c6819a4 <https://github.com/open-power/sbe/commit/16834c6819a4>`__
+ PM: Disable core hang buster
+- `77f320df4411 <https://github.com/open-power/sbe/commit/77f320df4411>`__
+ Security: add AVSBus bridge registers to whitelist
+
+Jennifer A. Stofer (1):
+
+- `29a1f8977c0c <https://github.com/open-power/sbe/commit/29a1f8977c0c>`__
+ Revert "Adding p9a support."
+
+Jenny Huynh (1):
+
+- `0d217e279a9d <https://github.com/open-power/sbe/commit/0d217e279a9d>`__
+ Workaround for Quaint Gate, Angry Reindeer
+
+Joachim Fenkes (4):
+
+- `fdcf15d4d7b7 <https://github.com/open-power/sbe/commit/fdcf15d4d7b7>`__
+ p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL lock
+- `70f95047d661 <https://github.com/open-power/sbe/commit/70f95047d661>`__
+ p9\_sbe\_tp\_chiplet\_init3: Honor PCI osc selection when checking
+ for osc errors
+- `ac2deccdd5c7 <https://github.com/open-power/sbe/commit/ac2deccdd5c7>`__
+ p9\_sbe\_chiplet\_reset: Remove SIM\_ONLY conditional around delay
+- `5d91747c062f <https://github.com/open-power/sbe/commit/5d91747c062f>`__
+ HDCT: Remove core trace arrays, permanent P9 erratum
+
+Joe McGill (14):
+
+- `3a7ffbc58d55 <https://github.com/open-power/sbe/commit/3a7ffbc58d55>`__
+ p9\_sbe\_check\_quiesce -- dont attempt PHB DMA quiesce if ETU is
+ already in reset
+- `a99727e54d98 <https://github.com/open-power/sbe/commit/a99727e54d98>`__
+ IO, FBC updates to enable ABUS for Fleetwood
+- `7a920c44fc65 <https://github.com/open-power/sbe/commit/7a920c44fc65>`__
+ mvpd\_access\_defs.H -- add enum for AW keyword access
+- `3d41a2c1dc50 <https://github.com/open-power/sbe/commit/3d41a2c1dc50>`__
+ p9.filter.pll.scan.intifile -- set 0 BGoffset for P9C DD1.1
+- `5888fd570b00 <https://github.com/open-power/sbe/commit/5888fd570b00>`__
+ remove NV iovalid assertion from FW and add scan inits to resolve
+ glsmux xstate
+- `e4435bbe9132 <https://github.com/open-power/sbe/commit/e4435bbe9132>`__
+ Chip address extension workaround for HW423589 (option2), part1
+- `01f19f848283 <https://github.com/open-power/sbe/commit/01f19f848283>`__
+ p9\_mss\_eff\_grouping -- fix mirrored memory mapping bug introduced
+ by 49290
+- `4d8b2fe78a66 <https://github.com/open-power/sbe/commit/4d8b2fe78a66>`__
+ support customized application of filter PLL buckets from AW MVPD
+ keyword
+- `f9ba70879a5a <https://github.com/open-power/sbe/commit/f9ba70879a5a>`__
+ disable ECC bypass for Cumulus DD1.0
+- `86ae83c5d6a4 <https://github.com/open-power/sbe/commit/86ae83c5d6a4>`__
+ MCD disable workaround for HW423589 (option1)
+- `a95f3b5f7c11 <https://github.com/open-power/sbe/commit/a95f3b5f7c11>`__
+ fix ADU setup for MCD disabled operation
+- `7d85e24ccf7d <https://github.com/open-power/sbe/commit/7d85e24ccf7d>`__
+ apply rings from Centaur HW image
+- `db3e87fc9342 <https://github.com/open-power/sbe/commit/db3e87fc9342>`__
+ Disable read data delay for Cumulus DD1.0, enable for DD1.1
+- `fd258b059364 <https://github.com/open-power/sbe/commit/fd258b059364>`__
+ p9\_xbus\_fir\_utils.H -- create header for definition of XBUS
+ related FIR settings
+
+Joel Stanley (1):
+
+- `fca1480ab551 <https://github.com/open-power/sbe/commit/fca1480ab551>`__
+ fapi2: Fix template call sites for GCC 7
+
+John Rell (1):
+
+- `fc81ad0fabee <https://github.com/open-power/sbe/commit/fc81ad0fabee>`__
+ jgr171017 Setting changes for Obus boardwire vs cable
+
+Lennard Streat (1):
+
+- `736951421915 <https://github.com/open-power/sbe/commit/736951421915>`__
+ Workaround for Warlike Parasite (HW430546)
+
+Luke C. Murray (4):
+
+- `71e4d374a79a <https://github.com/open-power/sbe/commit/71e4d374a79a>`__
+ Turning on NCU tlbie pacing by default
+- `62551f8feb3a <https://github.com/open-power/sbe/commit/62551f8feb3a>`__
+ Adding attribute to turn memory early data on
+- `60fa6f5edfbd <https://github.com/open-power/sbe/commit/60fa6f5edfbd>`__
+ Enabling L2 64B store prediction
+- `7623a9095db4 <https://github.com/open-power/sbe/commit/7623a9095db4>`__
+ Increase cache data timeout values
+
+Martin Peschke (2):
+
+- `dbb8adce3d25 <https://github.com/open-power/sbe/commit/dbb8adce3d25>`__
+ p9\_dd\_container: simple generic standalone DD level container
+- `b47bb02590da <https://github.com/open-power/sbe/commit/b47bb02590da>`__
+ p9\_dd\_container: simple generic standalone DD level container
+
+Matt Derksen (1):
+
+- `3a0f83c7c8ef <https://github.com/open-power/sbe/commit/3a0f83c7c8ef>`__
+ EKB side of changes for attributeOverride tool in x86.nfp context
+
+Nick Bofferding (2):
+
+- `277f0f10f796 <https://github.com/open-power/sbe/commit/277f0f10f796>`__
+ Secure Boot: Temporarily whitelist various registers to resolve
+ blacklist issues
+- `972609cc9fcb <https://github.com/open-power/sbe/commit/972609cc9fcb>`__
+ Secure Boot: Add p9\_setup\_dpll\_values scom registers to whitelist
+
+Nick Klazynski (8):
+
+- `e3d1c5ac78ce <https://github.com/open-power/sbe/commit/e3d1c5ac78ce>`__
+ Add HW425526 and HW425027
+- `55c0c777de88 <https://github.com/open-power/sbe/commit/55c0c777de88>`__
+ Fixing NCU and Core generated initfiles core to support CDD1.1
+- `f3e9580127e0 <https://github.com/open-power/sbe/commit/f3e9580127e0>`__
+ HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970
+- `26ab9613acc2 <https://github.com/open-power/sbe/commit/26ab9613acc2>`__
+ Nimbus DD2.2 core chickenswitches
+- `57ab16ed1e8c <https://github.com/open-power/sbe/commit/57ab16ed1e8c>`__
+ Large update for security
+- `26dd5796f9f6 <https://github.com/open-power/sbe/commit/26dd5796f9f6>`__
+ Fix three NDD2.1 dials and add new NDD2.2 workarounds
+- `3d86b50a746e <https://github.com/open-power/sbe/commit/3d86b50a746e>`__
+ Add new TM IMC, Add TLBIE hangbuster
+- `60bbd1a8b644 <https://github.com/open-power/sbe/commit/60bbd1a8b644>`__
+ Implement security IMCs, based on v29 of wiki
+
+Prasad Bg Ranganath (5):
+
+- `5556610f48c2 <https://github.com/open-power/sbe/commit/5556610f48c2>`__
+ PM: Fix QCSR and CCSR update
+- `722d8a4cdb59 <https://github.com/open-power/sbe/commit/722d8a4cdb59>`__
+ Fix bug in cache query state procedure
+- `8847e892e22f <https://github.com/open-power/sbe/commit/8847e892e22f>`__
+ SBE:putring: Ring Id validation check
+- `d77e05e938c7 <https://github.com/open-power/sbe/commit/d77e05e938c7>`__
+ p9\_pstate\_parameter\_block: support removal of VFRT Vdn
+- `f3d42c23647c <https://github.com/open-power/sbe/commit/f3d42c23647c>`__
+ Zepplin:Remove dd level check for cumulus under PPB code
+
+Prem Shanker Jha (1):
+
+- `3c84e2307401 <https://github.com/open-power/sbe/commit/3c84e2307401>`__
+ STOP Recovery: Only XIR collection in HWP error path during PM Reset.
+
+Rahul Batra (3):
+
+- `c88c2c940231 <https://github.com/open-power/sbe/commit/c88c2c940231>`__
+ PGPE: STOP11+WOF+SafeMode Fixes
+- `a4764278f667 <https://github.com/open-power/sbe/commit/a4764278f667>`__
+ PGPE: Fix FIT and actuation step conflict
+- `f6c6b387000c <https://github.com/open-power/sbe/commit/f6c6b387000c>`__
+ PM: VDM Prolonged Droop Fix
+
+Raja Das (4):
+
+- `7f96036fea81 <https://github.com/open-power/sbe/commit/7f96036fea81>`__
+ Updated Backing build in customrc to move to latest Simics DD2
+- `20b1e798a82b <https://github.com/open-power/sbe/commit/20b1e798a82b>`__
+ PPE empty PK FFDC handler to save-off required registers
+- `c68fb43ecf21 <https://github.com/open-power/sbe/commit/c68fb43ecf21>`__
+ PPE Registers to be saved-off in the interrupt context
+- `56882277747c <https://github.com/open-power/sbe/commit/56882277747c>`__
+ Register FFDC call is handled within machine\_check\_handler
+
+Ricardo Mata (1):
+
+- `fc526ece8110 <https://github.com/open-power/sbe/commit/fc526ece8110>`__
+ Added CI throttling support, HW init updates, and fixed a bug with
+ tce arb.
+
+Richard J. Knight (1):
+
+- `7f62dd04344b <https://github.com/open-power/sbe/commit/7f62dd04344b>`__
+ p9\_xip\_tool support for DD level section parsing
+
+Ryan Black (1):
+
+- `a5f986ed76b3 <https://github.com/open-power/sbe/commit/a5f986ed76b3>`__
+ p9.npu.scom.initfile -- fix cq\_sm allocation issue at low water mark
+
+Sachin Gupta (17):
+
+- `e487a02045d4 <https://github.com/open-power/sbe/commit/e487a02045d4>`__
+ Initialise ATTR\_BACKUP\_SEEPROM\_SELECT
+- `f4bcd3c4260b <https://github.com/open-power/sbe/commit/f4bcd3c4260b>`__
+ Adding client id in FIFO interface
+- `0bc318357fc8 <https://github.com/open-power/sbe/commit/0bc318357fc8>`__
+ Correct tracing
+- `5c10f8ace1fc <https://github.com/open-power/sbe/commit/5c10f8ace1fc>`__
+ Update backing build
+- `b125b82562fc <https://github.com/open-power/sbe/commit/b125b82562fc>`__
+ Revert "p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS
+ PLL lock"
+- `ea100b11fb1c <https://github.com/open-power/sbe/commit/ea100b11fb1c>`__
+ Reset MPIPL flag
+- `9b22bc8a4342 <https://github.com/open-power/sbe/commit/9b22bc8a4342>`__
+ Backing build update
+- `870e7c38807c <https://github.com/open-power/sbe/commit/870e7c38807c>`__
+ Avoid overwrite of mbx3 register
+- `b99e4a419eec <https://github.com/open-power/sbe/commit/b99e4a419eec>`__
+ Handle command validation failure in secure mode properly
+- `057add7f654f <https://github.com/open-power/sbe/commit/057add7f654f>`__
+ Solve compilation issue for type casting
+- `633cc43fc6f8 <https://github.com/open-power/sbe/commit/633cc43fc6f8>`__
+ Update backing build
+- `75e24e297d54 <https://github.com/open-power/sbe/commit/75e24e297d54>`__
+ Remove support for DD1
+- `d43ff15ada7d <https://github.com/open-power/sbe/commit/d43ff15ada7d>`__
+ Minor fixes to remove support for DD1
+- `5d57ec968d47 <https://github.com/open-power/sbe/commit/5d57ec968d47>`__
+ Do not allow invalid scom via sbe fifo path
+- `93aa36ba8134 <https://github.com/open-power/sbe/commit/93aa36ba8134>`__
+ Avoid istep skipping in secure mode
+- `3a65f5252ab5 <https://github.com/open-power/sbe/commit/3a65f5252ab5>`__
+ Allow Invalid scoms for simulation regression testing
+- `d737f8e95da3 <https://github.com/open-power/sbe/commit/d737f8e95da3>`__
+ Allow read on complete OCC SRAM buffer
+
+Santosh Puranik (2):
+
+- `2e4607a018b7 <https://github.com/open-power/sbe/commit/2e4607a018b7>`__
+ Make plat init attributes non-writable
+- `f14d2ae6eb3f <https://github.com/open-power/sbe/commit/f14d2ae6eb3f>`__
+ Remove writeable tag from ATTR\_PROC\_FABRIC\_GROUP\_ID
+
+Soma BhanuTej (1):
+
+- `67a37783b04b <https://github.com/open-power/sbe/commit/67a37783b04b>`__
+ Fix to skip Osc check in sim only
+
+Srikantha Meesala (1):
+
+- `d9055c39cfed <https://github.com/open-power/sbe/commit/d9055c39cfed>`__
+ Updated PSI and TOD regs into whitelist
+
+Sumit Kumar (3):
+
+- `0d8c248cc29e <https://github.com/open-power/sbe/commit/0d8c248cc29e>`__
+ Centaur ring support - ring\_apply and ring data
+- `75756bf696b4 <https://github.com/open-power/sbe/commit/75756bf696b4>`__
+ gitRelease: Check master branch if query on rel branch fails
+- `9b03db45c424 <https://github.com/open-power/sbe/commit/9b03db45c424>`__
+ Moving DD specific ring coord from TOR to XIP (step 1)
+
+Sunil Kumar (2):
+
+- `584ee233b010 <https://github.com/open-power/sbe/commit/584ee233b010>`__
+ SW410723 chiplet ID range for address 107D0 is increased to 0x37.
+- `9586bfb71025 <https://github.com/open-power/sbe/commit/9586bfb71025>`__
+ SW413281: Whilisting address for putscom according to HDCT.txt
+
+Thi Tran (1):
+
+- `f55ed0656b82 <https://github.com/open-power/sbe/commit/f55ed0656b82>`__
+ p9\_build\_smp -- use ADU chipops to switch fabric configuration part
+ #1
+
+Yue Du (3):
+
+- `7bd8c25ffc52 <https://github.com/open-power/sbe/commit/7bd8c25ffc52>`__
+ STOP: EX deconfigure masking for EQ chiplet FIR
+- `ee644a4d14e2 <https://github.com/open-power/sbe/commit/ee644a4d14e2>`__
+ STOP/PState: SGPE/PGPE Error Handling Support
+- `47239b3d399c <https://github.com/open-power/sbe/commit/47239b3d399c>`__
+ STOP: Fix PLS deepest when stop4+ due to self restore wakeup
+
+nagurram-in (1):
+
+- `0a78e28c88a1 <https://github.com/open-power/sbe/commit/0a78e28c88a1>`__
+ Added chiplet range for 0x107D0 scom address in BL/WL csv
+
+spashabk-in (32):
+
+- `d38834b0a952 <https://github.com/open-power/sbe/commit/d38834b0a952>`__
+ Cleanup security list
+- `264dedf525f8 <https://github.com/open-power/sbe/commit/264dedf525f8>`__
+ Allow putring in MPIPL state
+- `292319be2218 <https://github.com/open-power/sbe/commit/292319be2218>`__
+ Reset current\_err before sending host FFDC
+- `2ad7f676c15f <https://github.com/open-power/sbe/commit/2ad7f676c15f>`__
+ Get FW security from CBS bit
+- `0b422e48c935 <https://github.com/open-power/sbe/commit/0b422e48c935>`__
+ Add sbe commit id in PIBMEM
+- `666c72a55f09 <https://github.com/open-power/sbe/commit/666c72a55f09>`__
+ Change FAPI\_IMP traces in p9\_pm\_ocb\_init to FAPI\_DBG
+- `1fcbd7b14382 <https://github.com/open-power/sbe/commit/1fcbd7b14382>`__
+ Security binary search bug fix
+- `7d7c9d3dbd1b <https://github.com/open-power/sbe/commit/7d7c9d3dbd1b>`__
+ Handle OCC SRAM secure mem window
+- `b6054b3ff395 <https://github.com/open-power/sbe/commit/b6054b3ff395>`__
+ Enable DD2.2 in op build
+- `1f0bc6efb217 <https://github.com/open-power/sbe/commit/1f0bc6efb217>`__
+ Handle security security bit in p9\_sbe\_attr\_setup
+- `b69dc93d5b03 <https://github.com/open-power/sbe/commit/b69dc93d5b03>`__
+ Chip-op filtering
+- `1c909df08fcf <https://github.com/open-power/sbe/commit/1c909df08fcf>`__
+ Allow getreg chipop in secure mode
+- `e808b5c476c7 <https://github.com/open-power/sbe/commit/e808b5c476c7>`__
+ I2C reset sequence
+- `819a606d9c58 <https://github.com/open-power/sbe/commit/819a606d9c58>`__
+ [SBE-code-re-org][1] sbefw - core and app folders
+- `560106553412 <https://github.com/open-power/sbe/commit/560106553412>`__
+ [SBE-code-re-org][2] Chip-op handler code
+- `1c7f2eb205f4 <https://github.com/open-power/sbe/commit/1c7f2eb205f4>`__
+ [SBE-code-re-org][3] Merge core folder makefiles
+- `71ffbf448c4e <https://github.com/open-power/sbe/commit/71ffbf448c4e>`__
+ [SBE-code-re-org][4] Adding app common makefiles
+- `25bfaab4ac12 <https://github.com/open-power/sbe/commit/25bfaab4ac12>`__
+ [SBE-code-re-org][5] IPL table re org
+- `7843b72850e1 <https://github.com/open-power/sbe/commit/7843b72850e1>`__
+ Disable generic and isntruction control on DD1
+- `6b405b238ad0 <https://github.com/open-power/sbe/commit/6b405b238ad0>`__
+ Increase run cycle count before starting unsecure mem window test
+- `c149d7d8d8b8 <https://github.com/open-power/sbe/commit/c149d7d8d8b8>`__
+ Enable new ADU flags
+- `8a863e816e41 <https://github.com/open-power/sbe/commit/8a863e816e41>`__
+ [SBE-code-re-org][6] Build configuration
+- `3f49215b05fa <https://github.com/open-power/sbe/commit/3f49215b05fa>`__
+ Update timer chipop support
+- `42a5e95b317e <https://github.com/open-power/sbe/commit/42a5e95b317e>`__
+ I2C reset on instruction machine check
+- `cfd3efd98fd2 <https://github.com/open-power/sbe/commit/cfd3efd98fd2>`__
+ SBE user plugin in x86.nfp context
+- `ba9022fcf967 <https://github.com/open-power/sbe/commit/ba9022fcf967>`__
+ Reduce the HB memory window to 10MB
+- `a9a87cd013c6 <https://github.com/open-power/sbe/commit/a9a87cd013c6>`__
+ Release helper script
+- `c47554f1d2ee <https://github.com/open-power/sbe/commit/c47554f1d2ee>`__
+ Update testcase for secure ADU operations
+- `6db778b0fd24 <https://github.com/open-power/sbe/commit/6db778b0fd24>`__
+ [SBE-code-re-org][7] App and core files separation
+- `fd23b3ff6d75 <https://github.com/open-power/sbe/commit/fd23b3ff6d75>`__
+ Track integrate command fix
+- `ccf737710b21 <https://github.com/open-power/sbe/commit/ccf737710b21>`__
+ Reverting change in img\_def.mk for model build
+- `095e608c7f68 <https://github.com/open-power/sbe/commit/095e608c7f68>`__
+ Fix SBE install in op-build
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adriana Kobylak (2):
+
+- `b786e7ba1d34 <https://github.com/open-power/skiboot/commit/b786e7ba1d34>`__
+ pflash: Support for volatile flag
+- `0bd6a8c9a4bc <https://github.com/open-power/skiboot/commit/0bd6a8c9a4bc>`__
+ pflash: Support for clean\_on\_ecc\_error flag
+
+Akshay Adiga (10):
+
+- `1953b41e1dd5 <https://github.com/open-power/skiboot/commit/1953b41e1dd5>`__
+ SLW: Add idle state stop5 for DD2.0 and above
+- `6d2e281bc22f <https://github.com/open-power/skiboot/commit/6d2e281bc22f>`__
+ SLW: Delay cpuidle device-tree creation
+- `bfec00682a57 <https://github.com/open-power/skiboot/commit/bfec00682a57>`__
+ SLW: Split init functions
+- `9aeb00de9cbd <https://github.com/open-power/skiboot/commit/9aeb00de9cbd>`__
+ SLW: Call slw\_late\_init\_p{8, 9} only when has\_wakeup\_engine is
+ set
+- `313ece47903e <https://github.com/open-power/skiboot/commit/313ece47903e>`__
+ SLW: Use wakeup\_engine state to handle errors in wakeup engine
+- `35c66b8ce5a2 <https://github.com/open-power/skiboot/commit/35c66b8ce5a2>`__
+ SLW: Move MAMBO simulator checks to slw\_init
+- `a523298bc1e3 <https://github.com/open-power/skiboot/commit/a523298bc1e3>`__
+ SLW: Detect if deep states are enabled
+- `e5c663c3f6de <https://github.com/open-power/skiboot/commit/e5c663c3f6de>`__
+ SLW: Call p9\_stop\_api only if deep\_states are enabled
+- `c613c2fb9b82 <https://github.com/open-power/skiboot/commit/c613c2fb9b82>`__
+ SCOM restore for DARN and XIVE
+- `7def6cdac27f <https://github.com/open-power/skiboot/commit/7def6cdac27f>`__
+ SLW: Add p9\_stop\_api calls for IMC
+
+Alistair Popple (5):
+
+- `6f8c49b0bac4 <https://github.com/open-power/skiboot/commit/6f8c49b0bac4>`__
+ Witherspoon: Remove old Witherspoon platform definition
+- `8cbc15556621 <https://github.com/open-power/skiboot/commit/8cbc15556621>`__
+ npu2.c: Fix XIVE IRQ alignment
+- `695bb562a315 <https://github.com/open-power/skiboot/commit/695bb562a315>`__
+ npu2.c: Add PE error detection
+- `91f3e391f27a <https://github.com/open-power/skiboot/commit/91f3e391f27a>`__
+ npu2-hw-procedures.c: Power up lanes during ntl reset
+- `ea9b3080559a <https://github.com/open-power/skiboot/commit/ea9b3080559a>`__
+ npu2-hw-procedures.c: Correct phy lane mapping
+
+Ananth N Mavinakayanahalli (1):
+
+- `bd64f85b8581 <https://github.com/open-power/skiboot/commit/bd64f85b8581>`__
+ fsp: Bail out of HIR if FSP is resetting voluntarily
+
+Andrew Donnellan (1):
+
+- `302aedd78371 <https://github.com/open-power/skiboot/commit/302aedd78371>`__
+ npu2: Remove unused npu2\_dev struct members
+
+Benjamin Herrenschmidt (23):
+
+- `484d26fd6e65 <https://github.com/open-power/skiboot/commit/484d26fd6e65>`__
+ xive: Update inits for DD2.0
+- `7c2a76705674 <https://github.com/open-power/skiboot/commit/7c2a76705674>`__
+ xive: Fix ability to clear some EQ flags
+- `a1cd5529a84c <https://github.com/open-power/skiboot/commit/a1cd5529a84c>`__
+ phb4: Fix lost bit in PE number on config accesses
+- `4002ea166fde <https://github.com/open-power/skiboot/commit/4002ea166fde>`__
+ phb4: Fix PE mapping of M32 BAR
+- `9ce34f369ce2 <https://github.com/open-power/skiboot/commit/9ce34f369ce2>`__
+ xive: Define API for single-escalation VP mode
+- `d7e26801905f <https://github.com/open-power/skiboot/commit/d7e26801905f>`__
+ xive: When disabling an EQ, wipe all of its settings
+- `639ed194dedc <https://github.com/open-power/skiboot/commit/639ed194dedc>`__
+ xive: Improve cleaning up of EQs
+- `ddc35b93fcad <https://github.com/open-power/skiboot/commit/ddc35b93fcad>`__
+ xive: When disabling a VP, wipe all of its settings
+- `de82c2e0ece6 <https://github.com/open-power/skiboot/commit/de82c2e0ece6>`__
+ xive: Implement "single escalation" feature
+- `4a9288465a95 <https://github.com/open-power/skiboot/commit/4a9288465a95>`__
+ xive: Quieten debug messages in standard builds
+- `6b1cc437315d <https://github.com/open-power/skiboot/commit/6b1cc437315d>`__
+ xive: Properly reserve built-in VPs in non-group mode
+- `7d385d1b942c <https://github.com/open-power/skiboot/commit/7d385d1b942c>`__
+ xive: Warn on valid VPs found in abnormal cases
+- `7db8a9a31649 <https://github.com/open-power/skiboot/commit/7db8a9a31649>`__
+ xive: Don't bother cleaning up disabled EQs in reset
+- `17cd974074e6 <https://github.com/open-power/skiboot/commit/17cd974074e6>`__
+ xive: Remove obsolete comment
+- `b504f2737e9b <https://github.com/open-power/skiboot/commit/b504f2737e9b>`__
+ timer: Stop calling list\_top() racily
+- `2d98b41e4c30 <https://github.com/open-power/skiboot/commit/2d98b41e4c30>`__
+ xive: Mark a freed IRQ's IVE as valid and masked
+- `3e7f04a7398a <https://github.com/open-power/skiboot/commit/3e7f04a7398a>`__
+ xive: Do not return a trigger page for an escalation interrupt
+- `238ef01e330f <https://github.com/open-power/skiboot/commit/238ef01e330f>`__
+ io: Add load\_wait() helper
+- `1e00d546ca29 <https://github.com/open-power/skiboot/commit/1e00d546ca29>`__
+ xive: Fix occasional VC checkstops in xive\_reset
+- `84febad7c5f9 <https://github.com/open-power/skiboot/commit/84febad7c5f9>`__
+ xive: Ensure VC informational FIRs are masked
+- `c7f2fab5c785 <https://github.com/open-power/skiboot/commit/c7f2fab5c785>`__
+ Add support for new gcc 7 parametrized stack protector
+- `ca612b802ada <https://github.com/open-power/skiboot/commit/ca612b802ada>`__
+ lock: Move cmpxchg() primitives to their own file
+- `76d9bcdca589 <https://github.com/open-power/skiboot/commit/76d9bcdca589>`__
+ lock: Add additional lock auditing code
+
+Christophe Lombard (2):
+
+- `8b6c089342c7 <https://github.com/open-power/skiboot/commit/8b6c089342c7>`__
+ capi: update ci store buffers and dma engines
+- `5c221866c88f <https://github.com/open-power/skiboot/commit/5c221866c88f>`__
+ capi: move the acknowledge of the HMI interrupt
+
+Claudio Carvalho (20):
+
+- `4fb528b39411 <https://github.com/open-power/skiboot/commit/4fb528b39411>`__
+ libstb: move drivers/sha512.\* to mbedtls directory
+- `594c7a6ae3cc <https://github.com/open-power/skiboot/commit/594c7a6ae3cc>`__
+ libstb: import stb\_init() breaking it into multiple files
+- `75dbbe674c0f <https://github.com/open-power/skiboot/commit/75dbbe674c0f>`__
+ core/flash.c: extern function to get the name of a PNOR partition
+- `060ff18d4ddc <https://github.com/open-power/skiboot/commit/060ff18d4ddc>`__
+ core/init.c: remove redundant calls to verify and measure BOOTKERNEL
+- `3ab91fbec937 <https://github.com/open-power/skiboot/commit/3ab91fbec937>`__
+ libstb/secureboot.c: import sb\_verify() from stb.c
+- `3281d5a41a82 <https://github.com/open-power/skiboot/commit/3281d5a41a82>`__
+ libstb/trustedboot.c: import tb\_measure() from stb.c
+- `5c2c24ba1511 <https://github.com/open-power/skiboot/commit/5c2c24ba1511>`__
+ libstb/cvc.c: import softrom behavior from drivers/sw\_driver.c
+- `5aaa37619602 <https://github.com/open-power/skiboot/commit/5aaa37619602>`__
+ libstb/trustedboot.c: import stb\_final() from stb.c
+- `024bf3248101 <https://github.com/open-power/skiboot/commit/024bf3248101>`__
+ tpm\_i2c\_nuvoton: add nuvoton, npct601 to the compatible property
+- `9781da8a262d <https://github.com/open-power/skiboot/commit/9781da8a262d>`__
+ libstb/tss: update the list of event types supported
+- `48753eb9eb72 <https://github.com/open-power/skiboot/commit/48753eb9eb72>`__
+ libstb/tpm\_chip.c: define pr\_fmt and fix messages logged
+- `5fdcc35fc103 <https://github.com/open-power/skiboot/commit/5fdcc35fc103>`__
+ core: update superseded libstb calls in flash.c and init.c
+- `21a7bd0e07f6 <https://github.com/open-power/skiboot/commit/21a7bd0e07f6>`__
+ hdata: add secure and trusted boot ntuple to SPIRA-H/S
+- `ccdbfdac637c <https://github.com/open-power/skiboot/commit/ccdbfdac637c>`__
+ libstb: remove stb.c and obsolete companions
+- `48fd73cfc707 <https://github.com/open-power/skiboot/commit/48fd73cfc707>`__
+ hdata/spira: add ibm, secureboot node in P9
+- `7da364fd3646 <https://github.com/open-power/skiboot/commit/7da364fd3646>`__
+ hdata/tpmrel.c: add firmware event log info to the tpm node
+- `f56ff29ed6f9 <https://github.com/open-power/skiboot/commit/f56ff29ed6f9>`__
+ hdata/tpmrel.c: add ibm, cvc device tree node
+- `63110a7734e6 <https://github.com/open-power/skiboot/commit/63110a7734e6>`__
+ libstb: add support for ibm, secureboot-v2
+- `68a25577cd89 <https://github.com/open-power/skiboot/commit/68a25577cd89>`__
+ libstb/cvc: update memory-region to point to /reserved-memory
+- `63ef6f54445e <https://github.com/open-power/skiboot/commit/63ef6f54445e>`__
+ doc: update libstb documentation with POWER9 changes
+
+Cyril Bur (19):
+
+- `a2f15d75c20f <https://github.com/open-power/skiboot/commit/a2f15d75c20f>`__
+ core/pcie-slots: Fix coverity possible NULL dereference
+- `8ca2d61f3b4b <https://github.com/open-power/skiboot/commit/8ca2d61f3b4b>`__
+ npu2: Remove side effects in assert() calls.
+- `65f9abea8e8c <https://github.com/open-power/skiboot/commit/65f9abea8e8c>`__
+ libpore: Fix incorrect mtspr instruction generation
+- `ba540e0be90f <https://github.com/open-power/skiboot/commit/ba540e0be90f>`__
+ external/pflash: Fix erasing within a single erase block
+- `92813a8bf9f3 <https://github.com/open-power/skiboot/commit/92813a8bf9f3>`__
+ nvram: Fix 'missing' nvram on FSP systems.
+- `60f46277f4bc <https://github.com/open-power/skiboot/commit/60f46277f4bc>`__
+ libflash/mbox-flash: Add v2 error codes
+- `3e6c3b03bb4c <https://github.com/open-power/skiboot/commit/3e6c3b03bb4c>`__
+ libflash/mbox-flash: Always close windows before opening a new window
+- `f47de2b05f9d <https://github.com/open-power/skiboot/commit/f47de2b05f9d>`__
+ libflash/mbox-flash: Move sequence handling to driver level
+- `c3fc675285bc <https://github.com/open-power/skiboot/commit/c3fc675285bc>`__
+ libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeouts
+- `957503be8ea7 <https://github.com/open-power/skiboot/commit/957503be8ea7>`__
+ hw/lpc-mbox: Simplify message bookkeeping and timeouts
+- `1095ed9fa553 <https://github.com/open-power/skiboot/commit/1095ed9fa553>`__
+ libflash/mbox-flash: Simplify message sending
+- `de554c19bdfe <https://github.com/open-power/skiboot/commit/de554c19bdfe>`__
+ libflash/mbox-flash: Use BMC suggested timeout value
+- `f22d5c2c3d75 <https://github.com/open-power/skiboot/commit/f22d5c2c3d75>`__
+ libflash/mbox-flash: Use static arrays of function pointers
+- `0e040b7285cb <https://github.com/open-power/skiboot/commit/0e040b7285cb>`__
+ libflash/mbox-flash: Understand v3
+- `31f2c03b0abd <https://github.com/open-power/skiboot/commit/31f2c03b0abd>`__
+ libflash/mbox-flash: Add the ability to lock flash
+- `b9774c47eecd <https://github.com/open-power/skiboot/commit/b9774c47eecd>`__
+ libflash/test: Add tests for mbox-flash
+- `8e88ab0e66a2 <https://github.com/open-power/skiboot/commit/8e88ab0e66a2>`__
+ pflash: Respect write(2) return values
+- `a1e45fd2793c <https://github.com/open-power/skiboot/commit/a1e45fd2793c>`__
+ core: Avoid possible uninitialized pointer read (CID 209502)
+- `9b2136247e00 <https://github.com/open-power/skiboot/commit/9b2136247e00>`__
+ hdata/vpd: Remove possible dereference after null check (CID 207468)
+
+Frederic Barrat (1):
+
+- `4f24ef23411d <https://github.com/open-power/skiboot/commit/4f24ef23411d>`__
+ xive: Mask MMIO load/store to bad location FIR
+
+Frédéric Bonnard (2):
+
+- `b7546b534d95 <https://github.com/open-power/skiboot/commit/b7546b534d95>`__
+ Add man pages for xscom-utils and pflash
+- `b472f9238dac <https://github.com/open-power/skiboot/commit/b472f9238dac>`__
+ Fix xscom-utils distclean target
+
+Guilherme G. Piccoli (1):
+
+- `1e6cfd7d0459 <https://github.com/open-power/skiboot/commit/1e6cfd7d0459>`__
+ xive: Trivial fix for compilation error when enabling xive debug
+
+Jeremy Kerr (1):
+
+- `88bd3bc5e6f8 <https://github.com/open-power/skiboot/commit/88bd3bc5e6f8>`__
+ opal-prd: flush after logging to stdio in debug mode
+
+Madhavan Srinivasan (2):
+
+- `938d1d9ed964 <https://github.com/open-power/skiboot/commit/938d1d9ed964>`__
+ hw/imc: alway enable "imc\_nest\_chip" exports property
+- `3647e9850660 <https://github.com/open-power/skiboot/commit/3647e9850660>`__
+ hw/imc: Check ucode state before exposing units to Linux
+
+Mahesh Salgaonkar (8):
+
+- `363f328fbc59 <https://github.com/open-power/skiboot/commit/363f328fbc59>`__
+ opal/xscom: Move the delay inside xscom\_reset() function.
+- `10f0a09239dd <https://github.com/open-power/skiboot/commit/10f0a09239dd>`__
+ opal/xscom: Add recovery for lost core wakeup scom failures.
+- `13e1ed3c97bf <https://github.com/open-power/skiboot/commit/13e1ed3c97bf>`__
+ opal: Get chip location code
+- `282d5fee5c4f <https://github.com/open-power/skiboot/commit/282d5fee5c4f>`__
+ core/hmi: Use pr\_fmt macro for tagging log messages
+- `c531ff957669 <https://github.com/open-power/skiboot/commit/c531ff957669>`__
+ opal/hmi: HMI logging with location code info.
+- `b33ed1e6b6b0 <https://github.com/open-power/skiboot/commit/b33ed1e6b6b0>`__
+ core/hmi: Do not display FIR details if none of the bits are set.
+- `45a961515be6 <https://github.com/open-power/skiboot/commit/45a961515be6>`__
+ core/hmi: Display chip location code while displaying core FIR.
+- `3c38214ab4f0 <https://github.com/open-power/skiboot/commit/3c38214ab4f0>`__
+ opal/xstop: Use nvram option to enable/disable sw checkstop.
+
+Michael Ellerman (2):
+
+- `360c92e6271c <https://github.com/open-power/skiboot/commit/360c92e6271c>`__
+ mambo: Add support for NUMA
+- `427cc73b1eab <https://github.com/open-power/skiboot/commit/427cc73b1eab>`__
+ make check: Make valgrind optional
+
+Michael Neuling (13):
+
+- `560eb231d6bf <https://github.com/open-power/skiboot/commit/560eb231d6bf>`__
+ phb4: Update inits
+- `4f4bf83128c1 <https://github.com/open-power/skiboot/commit/4f4bf83128c1>`__
+ npu2: Create npu2\_write\_mcd()
+- `3c0408ded5a1 <https://github.com/open-power/skiboot/commit/3c0408ded5a1>`__
+ npu2: Refactor BAR setting code
+- `75371796ac59 <https://github.com/open-power/skiboot/commit/75371796ac59>`__
+ npu2: MCD refactor
+- `74d9a50ac2a7 <https://github.com/open-power/skiboot/commit/74d9a50ac2a7>`__
+ phys-map: Rename GPU\_MEM to GPU\_MEM\_4T\_DOWN
+- `c76636f3d73f <https://github.com/open-power/skiboot/commit/c76636f3d73f>`__
+ npu2: Move to new GPU memory map
+- `4e74625dc9f1 <https://github.com/open-power/skiboot/commit/4e74625dc9f1>`__
+ hdata: Fix copying GEN4 lane equalisation settings
+- `d957e9278994 <https://github.com/open-power/skiboot/commit/d957e9278994>`__
+ phb4: Fix lane equalisation setting
+- `3bdce2b0e293 <https://github.com/open-power/skiboot/commit/3bdce2b0e293>`__
+ fsp-elog: Reduce verbosity of elog messages
+- `3881970673a2 <https://github.com/open-power/skiboot/commit/3881970673a2>`__
+ phb4: Init changes
+- `73ad014b8785 <https://github.com/open-power/skiboot/commit/73ad014b8785>`__
+ phb4: Change default GEN3 lane equalisation setting to 0x54
+- `5cee066746d2 <https://github.com/open-power/skiboot/commit/5cee066746d2>`__
+ phb4: Change PCI MMIO timers
+- `852ff7e210b2 <https://github.com/open-power/skiboot/commit/852ff7e210b2>`__
+ IPMI: Fix platform.cec\_reboot() null ptr checks
+
+Nicholas Piggin (32):
+
+- `2df240737596 <https://github.com/open-power/skiboot/commit/2df240737596>`__
+ core/bitmap: fix bitmap iteration limit corruption
+- `0dde9cd5d22b <https://github.com/open-power/skiboot/commit/0dde9cd5d22b>`__
+ external/mambo: Switch qtrace command to use plugins
+- `ec82b3ea49a0 <https://github.com/open-power/skiboot/commit/ec82b3ea49a0>`__
+ fast-reboot: restore SMT priority on spin loop exit
+- `4d9f29cab33b <https://github.com/open-power/skiboot/commit/4d9f29cab33b>`__
+ fast-reboot: factor out direct control loops for sreset
+- `ff230a3e9cdf <https://github.com/open-power/skiboot/commit/ff230a3e9cdf>`__
+ fast-reboot: remove last man standing logic
+- `f84a8a1c749d <https://github.com/open-power/skiboot/commit/f84a8a1c749d>`__
+ fast-reboot: clean up some common cpu iteration processes with macros
+- `57e544ee0191 <https://github.com/open-power/skiboot/commit/57e544ee0191>`__
+ fast-reboot: factor out the mambo sreset code
+- `5b61f7b5b477 <https://github.com/open-power/skiboot/commit/5b61f7b5b477>`__
+ fast-reboot: add sreset\_all\_others error handling
+- `43c96b232d89 <https://github.com/open-power/skiboot/commit/43c96b232d89>`__
+ fast-reboot: make spin loops consistent and SMT friendly
+- `068de7bc7688 <https://github.com/open-power/skiboot/commit/068de7bc7688>`__
+ fast-reboot: add sreset timeout detection and handling
+- `171b7858a559 <https://github.com/open-power/skiboot/commit/171b7858a559>`__
+ fast-reboot: add more barriers around cpu state changes
+- `3598f41970f2 <https://github.com/open-power/skiboot/commit/3598f41970f2>`__
+ fast-reboot: remove delay after sreset
+- `674be30c9437 <https://github.com/open-power/skiboot/commit/674be30c9437>`__
+ fast-reboot: inline fast\_reset\_p8 into fast\_reboot
+- `4610c27825a1 <https://github.com/open-power/skiboot/commit/4610c27825a1>`__
+ fast-reboot: move de-asserting of special wakeups to the initiator
+- `1647413d7c2f <https://github.com/open-power/skiboot/commit/1647413d7c2f>`__
+ fast-reboot: allow mambo fast reboot independent of CPU type
+- `be43a0489e06 <https://github.com/open-power/skiboot/commit/be43a0489e06>`__
+ fast-reboot: move sreset direct controls to direct-controls.c
+- `1949c768eba6 <https://github.com/open-power/skiboot/commit/1949c768eba6>`__
+ direct-controls: change p8\_sreset\_all\_others sequence
+- `44687f84e443 <https://github.com/open-power/skiboot/commit/44687f84e443>`__
+ direct-controls: p8 implementation of generic direct controls
+- `1e85912b9210 <https://github.com/open-power/skiboot/commit/1e85912b9210>`__
+ direct-controls: add xscom error handling for p8
+- `1486a08de557 <https://github.com/open-power/skiboot/commit/1486a08de557>`__
+ core/lock: Introduce atomic cmpxchg and implement try\_lock with it
+- `bc74922ab1ed <https://github.com/open-power/skiboot/commit/bc74922ab1ed>`__
+ core/lock: improve bust\_locks
+- `9c565ee6bca4 <https://github.com/open-power/skiboot/commit/9c565ee6bca4>`__
+ asm/head: add entry/exit calls
+- `b41553c22402 <https://github.com/open-power/skiboot/commit/b41553c22402>`__
+ asm/head: move opal entry token check into C
+- `602c6d44a302 <https://github.com/open-power/skiboot/commit/602c6d44a302>`__
+ core/opal: always verify cpu->pir on entry
+- `0d84ea6bda03 <https://github.com/open-power/skiboot/commit/0d84ea6bda03>`__
+ core: Add support for quiescing OPAL
+- `688c0d51e6e9 <https://github.com/open-power/skiboot/commit/688c0d51e6e9>`__
+ fast-reboot: quiesce opal before initiating a fast reboot
+- `4cfd44c463e2 <https://github.com/open-power/skiboot/commit/4cfd44c463e2>`__
+ fast-reboot: improve failure error messages
+- `09a2319fdebc <https://github.com/open-power/skiboot/commit/09a2319fdebc>`__
+ fast-reboot: move fdt freeing into init
+- `6d033ce35dc1 <https://github.com/open-power/skiboot/commit/6d033ce35dc1>`__
+ fast-reboot: move boot CPU cleanup logically together with
+ secondaries
+- `d0e44ad2a963 <https://github.com/open-power/skiboot/commit/d0e44ad2a963>`__
+ fast-reboot: bare bones fast reboot implementation for POWER9
+- `acf2c345a98d <https://github.com/open-power/skiboot/commit/acf2c345a98d>`__
+ direct-controls: enable fast reboot direct controls for mambo
+- `631ed5f2e06a <https://github.com/open-power/skiboot/commit/631ed5f2e06a>`__
+ dctl: p9 increase thread quiesce timeout
+
+Oliver O'Halloran (35):
+
+- `370b8866871b <https://github.com/open-power/skiboot/commit/370b8866871b>`__
+ asm/head: Loop after attn
+- `d0f06269ed3c <https://github.com/open-power/skiboot/commit/d0f06269ed3c>`__
+ p8-i2c: Don't write the watermark register at init
+- `541e0aff3ecf <https://github.com/open-power/skiboot/commit/541e0aff3ecf>`__
+ gard: show: Remove "Res Recovery" field
+- `bcb140d015eb <https://github.com/open-power/skiboot/commit/bcb140d015eb>`__
+ gard: Update chip unit data
+- `5d4241ddaf44 <https://github.com/open-power/skiboot/commit/5d4241ddaf44>`__
+ gard: Add P9 support
+- `1e038388f385 <https://github.com/open-power/skiboot/commit/1e038388f385>`__
+ gard: Replace is\_valid\_id with is\_valid\_record()
+- `07d6b1a13412 <https://github.com/open-power/skiboot/commit/07d6b1a13412>`__
+ gard: Add iterators
+- `f6174ffe5a2e <https://github.com/open-power/skiboot/commit/f6174ffe5a2e>`__
+ gard: Use iterators for count\_record()
+- `998115739de1 <https://github.com/open-power/skiboot/commit/998115739de1>`__
+ gard: {list, show}: Fix the Type field in the output
+- `e905b55bfd96 <https://github.com/open-power/skiboot/commit/e905b55bfd96>`__
+ gard: list: Improve output
+- `1163d716518c <https://github.com/open-power/skiboot/commit/1163d716518c>`__
+ gard: Add path parsing support
+- `6c83380260ce <https://github.com/open-power/skiboot/commit/6c83380260ce>`__
+ gard: create: Allow creating arbitrary GARD records
+- `2ee9d0560f7d <https://github.com/open-power/skiboot/commit/2ee9d0560f7d>`__
+ libflash: Fix parity calculation on ARM
+- `eb76931e7ae7 <https://github.com/open-power/skiboot/commit/eb76931e7ae7>`__
+ gard: Always use MTD to access flash
+- `e947593a38a1 <https://github.com/open-power/skiboot/commit/e947593a38a1>`__
+ gard: Add OpenBMC vPNOR support
+- `c2e404aedd52 <https://github.com/open-power/skiboot/commit/c2e404aedd52>`__
+ p8-i2c: Limit number of retry attempts
+- `7fb517898f69 <https://github.com/open-power/skiboot/commit/7fb517898f69>`__
+ lpc: Clear pending IRQs at boot
+- `260a11fbf3c7 <https://github.com/open-power/skiboot/commit/260a11fbf3c7>`__
+ occ-sensors: Fix up quad/gpu location mixup
+- `afe10960c138 <https://github.com/open-power/skiboot/commit/afe10960c138>`__
+ external/test: Display test dir on failure
+- `ac685bccd889 <https://github.com/open-power/skiboot/commit/ac685bccd889>`__
+ hw/nx: Fix NX BAR assignments
+- `4717bc7bc859 <https://github.com/open-power/skiboot/commit/4717bc7bc859>`__
+ external/test: Print the name of each test
+- `aee9b0218454 <https://github.com/open-power/skiboot/commit/aee9b0218454>`__
+ gard: Allow records with an ID of 0xffffffff
+- `95a0f5d9db98 <https://github.com/open-power/skiboot/commit/95a0f5d9db98>`__
+ gard: Set chip generation based on PVR
+- `c35f784a9f63 <https://github.com/open-power/skiboot/commit/c35f784a9f63>`__
+ gard: Fix up path parsing
+- `90d8e71b83a8 <https://github.com/open-power/skiboot/commit/90d8e71b83a8>`__
+ gard: Fix max instance count
+- `28b104c46ffe <https://github.com/open-power/skiboot/commit/28b104c46ffe>`__
+ gard: Add usage message for -p
+- `a797a19687a3 <https://github.com/open-power/skiboot/commit/a797a19687a3>`__
+ gard: Delete stale comment
+- `aa82932e7190 <https://github.com/open-power/skiboot/commit/aa82932e7190>`__
+ gard: Fix up do\_create return values
+- `daf9ff43cd0a <https://github.com/open-power/skiboot/commit/daf9ff43cd0a>`__
+ gard: Add tests
+- `5bb9d6f1e7dc <https://github.com/open-power/skiboot/commit/5bb9d6f1e7dc>`__
+ chiptod: Keep boot timestamps contiguous
+- `4e23b42d2ad7 <https://github.com/open-power/skiboot/commit/4e23b42d2ad7>`__
+ hdata: Parse IPL FW feature settings
+- `7c1765a0093d <https://github.com/open-power/skiboot/commit/7c1765a0093d>`__
+ hdata/i2c: Fix 512Kb EEPROM size
+- `5e66cc3a347d <https://github.com/open-power/skiboot/commit/5e66cc3a347d>`__
+ hdat/i2c: Fix SPD EEPROM compatible string
+- `ff8b83c06c26 <https://github.com/open-power/skiboot/commit/ff8b83c06c26>`__
+ hdata/vpd: Fix DTC warnings
+- `0e2541f1c664 <https://github.com/open-power/skiboot/commit/0e2541f1c664>`__
+ witherspoon: Fix VPD EEPROM type
+
+Prem Shanker Jha (4):
+
+- `1156b5f04b3e <https://github.com/open-power/skiboot/commit/1156b5f04b3e>`__
+ p9\_stop\_api: EQ SCOM Restore: Introduced version control in SCOM
+ restore entry.
+- `c4ff9557e99a <https://github.com/open-power/skiboot/commit/c4ff9557e99a>`__
+ p9\_stop\_api: PM: Added support for version control in SCOM restore
+ entries.
+- `43c966bdad46 <https://github.com/open-power/skiboot/commit/43c966bdad46>`__
+ SCOM Restore: Increased the EQ SCOM restore limit.
+- `081882690163 <https://github.com/open-power/skiboot/commit/081882690163>`__
+ PM: Fixed generation of MTSPR instruction in STOP API.
+
+Pridhiviraj Paidipeddi (5):
+
+- `78168d1bad23 <https://github.com/open-power/skiboot/commit/78168d1bad23>`__
+ NX: Print read xscom config failures.
+- `c4f12c22ee95 <https://github.com/open-power/skiboot/commit/c4f12c22ee95>`__
+ hw/occ: Fix psr cpu-to-gpu sensors node dtc warning.
+- `3e808354c311 <https://github.com/open-power/skiboot/commit/3e808354c311>`__
+ sensors: Fix dtc warning for dts sensors.
+- `e8248d22600e <https://github.com/open-power/skiboot/commit/e8248d22600e>`__
+ sensors: Fix dtc warning for new occ inband sensors.
+- `40b55be1035b <https://github.com/open-power/skiboot/commit/40b55be1035b>`__
+ hw/occ: Log proper SCOM register names
+
+Reza Arbab (11):
+
+- `a05054c53a37 <https://github.com/open-power/skiboot/commit/a05054c53a37>`__
+ npu2: hw-procedures: Enable low power mode
+- `d6f2505b1542 <https://github.com/open-power/skiboot/commit/d6f2505b1542>`__
+ npu2: Add npu2\_write\_mask\_4b()
+- `ac6f1599ff33 <https://github.com/open-power/skiboot/commit/ac6f1599ff33>`__
+ npu2: hw-procedures: Add phy\_rx\_clock\_sel()
+- `30ea08acc253 <https://github.com/open-power/skiboot/commit/30ea08acc253>`__
+ npu2: hw-procedures: Refactor reset\_ntl procedure
+- `d123203cfa9f <https://github.com/open-power/skiboot/commit/d123203cfa9f>`__
+ Revert "npu2: hw-procedures: Enable low power mode"
+- `1c5417ec1898 <https://github.com/open-power/skiboot/commit/1c5417ec1898>`__
+ npu2: Print bdfn in NPU2DEV\* logging macros
+- `a752f2d908d1 <https://github.com/open-power/skiboot/commit/a752f2d908d1>`__
+ npu2: hw-procedures: Add check\_credits procedure
+- `e6b5867adb7f <https://github.com/open-power/skiboot/commit/e6b5867adb7f>`__
+ npu2: hw-procedures: Add obus\_brick\_index()
+- `4e04c833a1d4 <https://github.com/open-power/skiboot/commit/4e04c833a1d4>`__
+ npu2: hw-procedures: Manipulate IOVALID during training
+- `878c718aed20 <https://github.com/open-power/skiboot/commit/878c718aed20>`__
+ npu2: hw-procedures: Change phy\_rx\_clock\_sel values
+- `22df7a1c73c9 <https://github.com/open-power/skiboot/commit/22df7a1c73c9>`__
+ hdata/spira: Add missing newline to prlog() call
+
+Robert Lippert (4):
+
+- `422cdcabb218 <https://github.com/open-power/skiboot/commit/422cdcabb218>`__
+ hdata/vpd: add support for parsing CPU VRML records
+- `27c35b967a84 <https://github.com/open-power/skiboot/commit/27c35b967a84>`__
+ core/direct-controls: wait for core special wkup bit cleared
+- `c5cf392b75dc <https://github.com/open-power/skiboot/commit/c5cf392b75dc>`__
+ core/direct-controls: add function to read core gated state
+- `d665e102ef37 <https://github.com/open-power/skiboot/commit/d665e102ef37>`__
+ hw/dts: retry special wakeup operation if core still gated
+
+Russell Currey (3):
+
+- `02f82a27eab8 <https://github.com/open-power/skiboot/commit/02f82a27eab8>`__
+ doc: Fix reference to overview in README
+- `93cde639b56e <https://github.com/open-power/skiboot/commit/93cde639b56e>`__
+ pci: Track peers of slots
+- `1172a6c57ff3 <https://github.com/open-power/skiboot/commit/1172a6c57ff3>`__
+ pci: Shared slot state synchronisation for hot reset
+
+Shilpasri G Bhat (6):
+
+- `cbbd16bfbeef <https://github.com/open-power/skiboot/commit/cbbd16bfbeef>`__
+ sensors: dts: Assert special wakeup on idle cores while reading
+ temperature
+- `275efcc44fda <https://github.com/open-power/skiboot/commit/275efcc44fda>`__
+ sensors: occ: Skip counter type of sensors
+- `49999302251b <https://github.com/open-power/skiboot/commit/49999302251b>`__
+ opal-prd: Add support for runtime OCC reset in ZZ
+- `781b10633945 <https://github.com/open-power/skiboot/commit/781b10633945>`__
+ opal-prd: occ: Add support for runtime OCC load/start in ZZ
+- `bebe096ee242 <https://github.com/open-power/skiboot/commit/bebe096ee242>`__
+ sensors: occ: Skip GPU sensors for non-gpu systems
+- `a05e341c9af2 <https://github.com/open-power/skiboot/commit/a05e341c9af2>`__
+ sensors: occ: Skip power sensors with zero sample value
+
+Stewart Smith (28):
+
+- `be1379de6e8e <https://github.com/open-power/skiboot/commit/be1379de6e8e>`__
+ Document fsp-ipl-params to sp-ipl-params
+- `2884eeabfd93 <https://github.com/open-power/skiboot/commit/2884eeabfd93>`__
+ ffspart/pflash: fix tests for new VOLATILE flag
+- `255c1d9a3c2b <https://github.com/open-power/skiboot/commit/255c1d9a3c2b>`__
+ skiboot 5.9.1 release notes
+- `b3a1d3d42294 <https://github.com/open-power/skiboot/commit/b3a1d3d42294>`__
+ skiboot 5.9.2 release notes
+- `701556d2ea9b <https://github.com/open-power/skiboot/commit/701556d2ea9b>`__
+ OCC: Increase max pstate check on P9 to 255
+- `e8af7effed7b <https://github.com/open-power/skiboot/commit/e8af7effed7b>`__
+ skiboot 5.9.3 release notes
+- `0aa749e6822a <https://github.com/open-power/skiboot/commit/0aa749e6822a>`__
+ travis: Add Fedora 27
+- `2be4422dace9 <https://github.com/open-power/skiboot/commit/2be4422dace9>`__
+ core/bitmap: Test bitmap foreach functions
+- `ff65dc98df8a <https://github.com/open-power/skiboot/commit/ff65dc98df8a>`__
+ skiboot 5.9.4 release notes
+- `da719b6718a8 <https://github.com/open-power/skiboot/commit/da719b6718a8>`__
+ mambo: split qtrace macros out into qtrace\_utils.tcl
+- `2f8c9acf8985 <https://github.com/open-power/skiboot/commit/2f8c9acf8985>`__
+ Add documentation for ibm, firmware-versions device tree node
+- `7ca21767be95 <https://github.com/open-power/skiboot/commit/7ca21767be95>`__
+ Use systemsim-p9 v1.1
+- `9587573f4be0 <https://github.com/open-power/skiboot/commit/9587573f4be0>`__
+ sreset\_kernel: only run SMT tests due to not supporting re-entry
+- `0562b64e55b0 <https://github.com/open-power/skiboot/commit/0562b64e55b0>`__
+ Fix booting & OPAL call return values with DEBUG=1
+- `41f51c834a1b <https://github.com/open-power/skiboot/commit/41f51c834a1b>`__
+ external/test: make stripping out version number more robust
+- `11c76c67cb9b <https://github.com/open-power/skiboot/commit/11c76c67cb9b>`__
+ skiboot 5.9.5 Release Notes
+- `70f14f4dd86e <https://github.com/open-power/skiboot/commit/70f14f4dd86e>`__
+ skiboot 5.9.6 release notes
+- `7a2610a145a8 <https://github.com/open-power/skiboot/commit/7a2610a145a8>`__
+ external/test/test.sh: fix VERSION substitution when no tags
+- `b7b7b84ef565 <https://github.com/open-power/skiboot/commit/b7b7b84ef565>`__
+ libflash/mbox-flash: only wait for MBOX\_DEFAULT\_POLL\_MS if busy
+- `6e05c6f21b34 <https://github.com/open-power/skiboot/commit/6e05c6f21b34>`__
+ libstb/(create\|print)-container: Sync with sb-signing-utils
+- `1ddf7e51936f <https://github.com/open-power/skiboot/commit/1ddf7e51936f>`__
+ Mambo: run hello\_world and sreset\_world tests with Secure and
+ Trusted Boot
+- `8c762d5359d6 <https://github.com/open-power/skiboot/commit/8c762d5359d6>`__
+ allow secure boot if not enforcing it
+- `f23d6c626bd6 <https://github.com/open-power/skiboot/commit/f23d6c626bd6>`__
+ libflash/mbox-flash: fallback to requesting lower MBOX versions from
+ BMC
+- `8514d755c3ad <https://github.com/open-power/skiboot/commit/8514d755c3ad>`__
+ skiboot 5.9.7 release notes
+- `80838c3158a8 <https://github.com/open-power/skiboot/commit/80838c3158a8>`__
+ SLW: fix running in mambo
+- `43eb8bbcbaa5 <https://github.com/open-power/skiboot/commit/43eb8bbcbaa5>`__
+ libstb/cvc: Register P8 secure ROM code correctly
+- `28b94285ba3a <https://github.com/open-power/skiboot/commit/28b94285ba3a>`__
+ Revert "libpore: Fix incorrect mtspr instruction generation"
+- `9b7289511d7e <https://github.com/open-power/skiboot/commit/9b7289511d7e>`__
+ skiboot v5.10-rc1 release notes
+
+Suraj Jitindar Singh (1):
+
+- `535d86ee9893 <https://github.com/open-power/skiboot/commit/535d86ee9893>`__
+ external/pflash: Fix non-zero return code for successful read when
+ size%256 != 0
+
+Vaibhav Jain (4):
+
+- `646dbfbec287 <https://github.com/open-power/skiboot/commit/646dbfbec287>`__
+ make\_version: Fix check for '.version' file
+- `7b613693d537 <https://github.com/open-power/skiboot/commit/7b613693d537>`__
+ phb4: Dump CAPP error registers when it asserts link down
+- `e05798d87571 <https://github.com/open-power/skiboot/commit/e05798d87571>`__
+ capi: Perform capp recovery sequence only when PBCQ is idle
+- `5a959af3fb41 <https://github.com/open-power/skiboot/commit/5a959af3fb41>`__
+ capi: Disable CAPP virtual machines
+
+Vasant Hegde (8):
+
+- `eb858339cae8 <https://github.com/open-power/skiboot/commit/eb858339cae8>`__
+ hdata: Rename 'fsp-ipl-side' as 'sp-ipl-side'
+- `eaf9e0f0981b <https://github.com/open-power/skiboot/commit/eaf9e0f0981b>`__
+ hdata: Add location code property to xscom node
+- `9088e400d319 <https://github.com/open-power/skiboot/commit/9088e400d319>`__
+ prd: Add generic response structure inside prd\_fw\_msg
+- `5d847a1b9d49 <https://github.com/open-power/skiboot/commit/5d847a1b9d49>`__
+ prd: Enable error logging via firmware\_request interface
+- `0f9a776aa72f <https://github.com/open-power/skiboot/commit/0f9a776aa72f>`__
+ prd: Log unsupported message type
+- `5110b54067c0 <https://github.com/open-power/skiboot/commit/5110b54067c0>`__
+ hdata: Add memory hierarchy under xscom node
+- `c0840ae7330f <https://github.com/open-power/skiboot/commit/c0840ae7330f>`__
+ hdata: Parse SPD data
+- `4a12d6deb045 <https://github.com/open-power/skiboot/commit/4a12d6deb045>`__
+ hdata/vpd: Add vendor property
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `5806543c0adb <https://github.com/open-power/witherspoon-xml/commit/5806543c0adb>`__
+ Stabilize DD2.1 by disabling some stop states and disable VDM + WOF
+
+Erich Hauptli (9):
+
+- `882ef2310daa <https://github.com/open-power/witherspoon-xml/commit/882ef2310daa>`__
+ Updating MEMD VPD
+- `f0ef411a263c <https://github.com/open-power/witherspoon-xml/commit/f0ef411a263c>`__
+ Adding in additional WOF table
+- `32bfab156076 <https://github.com/open-power/witherspoon-xml/commit/32bfab156076>`__
+ Adding OPEN\_POWER\_N\_PLUS\_ONE\_HPC\_BULK\_POWER\_LIMIT\_WATTS
+- `97e83826bb31 <https://github.com/open-power/witherspoon-xml/commit/97e83826bb31>`__
+ Updating Ref Clock and Gen 3 Eq Settings
+- `b81b843c9452 <https://github.com/open-power/witherspoon-xml/commit/b81b843c9452>`__
+ Fixing enumerator
+- `43746576272c <https://github.com/open-power/witherspoon-xml/commit/43746576272c>`__
+ Fixing VRM\_VDD\_TEMP sensor
+- `5044f59f7de0 <https://github.com/open-power/witherspoon-xml/commit/5044f59f7de0>`__
+ Re-enabling Stop States, WOF, and VDM
+- `4629ea3fff85 <https://github.com/open-power/witherspoon-xml/commit/4629ea3fff85>`__
+ Updating WOF Data
+- `58554bfabd7f <https://github.com/open-power/witherspoon-xml/commit/58554bfabd7f>`__
+ Adding in default OBUS Brick Lane Masks
+
+Matt Spinler (1):
+
+- `bee9ba7e53e6 <https://github.com/open-power/witherspoon-xml/commit/bee9ba7e53e6>`__
+ Add power button LED
+
+nschwart (3):
+
+- `5e6ff0b9c1fb <https://github.com/open-power/witherspoon-xml/commit/5e6ff0b9c1fb>`__
+ Pcie slot numbers - SW406686 (#72)
+- `87b0173c563d <https://github.com/open-power/witherspoon-xml/commit/87b0173c563d>`__
+ VRM temp sensor, hb\_volatile\_sensor, 128GB DIMM throttling update
+ (#73)
+- `d647013c46bd <https://github.com/open-power/witherspoon-xml/commit/d647013c46bd>`__
+ Dimm mapping fixes (#76)
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adrian Barrera (6):
+
+- `0c28b11c0ace <https://github.com/open-power/zaius-xml/commit/0c28b11c0ace>`__
+ Add MEMD VPD
+- `338671f00ca8 <https://github.com/open-power/zaius-xml/commit/338671f00ca8>`__
+ Update default PCIe G3 lane Eq
+- `117366697547 <https://github.com/open-power/zaius-xml/commit/117366697547>`__
+ Move 25G-OC clock select to IO filter PLL
+- `c254d1ecc0d7 <https://github.com/open-power/zaius-xml/commit/c254d1ecc0d7>`__
+ Add 23c 225W WOF Table
+- `828711d20ff5 <https://github.com/open-power/zaius-xml/commit/828711d20ff5>`__
+ Update refclock freq to fix WOF table offset
+- `b0884b3032df <https://github.com/open-power/zaius-xml/commit/b0884b3032df>`__
+ New attribute to enable Early Data scoms
diff --git a/_sources/release-notes/v1.21-rc2.rst.txt b/_sources/release-notes/v1.21-rc2.rst.txt
new file mode 100644
index 0000000..8e15d38
--- /dev/null
+++ b/_sources/release-notes/v1.21-rc2.rst.txt
@@ -0,0 +1,421 @@
+Release Notes for OpenPower Firmware v1.21-rc2
+==============================================
+
+Please note that this is a RELEASE CANDIDATE and not the final v1.21
+release. We expect to do a final v1.21 tagged release in the week of the
+19th Feb.
+
+This release (including the final v1.21) is NOT intended for GA POWER9
+platforms.
+
+Known Issues
+------------
+
+There are also known issues with deeper stop states and special wakeup
+(used when collecting some sensors on stopped cores). We have included a
+work-around in v1.21-rc2 where stop11 is disabled for witherspoon. This
+won't affect runtime power savings as stop11 is only used by Linux for
+CPU hotplug. We will re-enable it in the future once we've isolated the
+problem.
+
+v1.21-rc1 known issues that are now fixed
+-----------------------------------------
+
+The issues with some POWER9 platforms with NVLink and specific
+kernels/GPU drivers are now fixed.
+
+The issue with skiboot on ZZ systems with latest FSP firmware builds has
+been fixed, ZZ with secure boot disabled should now boot again.
+
+Updated Packages
+----------------
+
++------------+--------------+--------------+----------------------------------+
+| Package | Old Version | New Version | Platform(s) |
++============+==============+==============+==================================+
+| capp-ucode | p9-dd2-v2 | p9-dd-v3 | barreleye,firestone,garrison, |
+| | | | habanero,p9dsu,palmetto,romulus, |
+| | | | witherspoon,zaius |
++------------+--------------+--------------+----------------------------------+
+| hostboot | 9bfb2013af39 | de8120523a0c | p9dsu,romulus,witherspoon,zaius |
++------------+--------------+--------------+----------------------------------+
+| hostboot- | 6924d6b711ba | 134d61bcf3f2 | barreleye,firestone,garrison, |
+| binaries | | | habanero,p9dsu,palmetto,romulus, |
+| | | | witherspoon,zaius |
++------------+--------------+--------------+----------------------------------+
+| occ | 577915f28604 | f72f857b7e5a | p9dsu,romulus,witherspoon,zaius |
++------------+--------------+--------------+----------------------------------+
+| sbe | 095e608c7f68 | 1f773f1f2983 | p9dsu,romulus,witherspoon,zaius, |
+| | | | zz |
++------------+--------------+--------------+----------------------------------+
+| skiboot | v5.10-rc1 | v5.10-rc3 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,romulus, |
+| | | | witherspoon,zaius,zz |
++------------+--------------+--------------+----------------------------------+
+
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Benjamin Weisenbeck (4):
+
+* `f46a51570e9f <https://github.com/open-power/hostboot/commit/f46a51570e9f>`__ PRD: Power Management Recovery
+* `056c43ed3e5a <https://github.com/open-power/hostboot/commit/056c43ed3e5a>`__ PRD: Dynamic Memory Deallocation
+* `8411dba53c3b <https://github.com/open-power/hostboot/commit/8411dba53c3b>`__ PRD: Add calls to perform dynamic memory deallocation
+* `ffc30dcc9134 <https://github.com/open-power/hostboot/commit/ffc30dcc9134>`__ PRD: Disabling FSP clearing/masking of FIRs to avoid blacklist violations
+
+Bill Hoffa (4):
+
+* `82805770e035 <https://github.com/open-power/hostboot/commit/82805770e035>`__ Fix simulation get all registers command
+* `9925aa358f2a <https://github.com/open-power/hostboot/commit/9925aa358f2a>`__ Remove @INC with current directory from create\_ekb\_targattr.pl
+* `e77f8551f4a6 <https://github.com/open-power/hostboot/commit/e77f8551f4a6>`__ Handle INTRP SHUT\_DOWN message in MBOX IPC msg\_hdlr
+* `39157523786b <https://github.com/open-power/hostboot/commit/39157523786b>`__ Set Memory Enabled Bit for all Procs with Valid Memory
+
+Brian Bakke (1):
+
+* `59c8ce01244b <https://github.com/open-power/hostboot/commit/59c8ce01244b>`__ CAPP GARD Records cleared on Witherspoon
+
+Caleb Palmer (3):
+
+* `5320c4c323d2 <https://github.com/open-power/hostboot/commit/5320c4c323d2>`__ Fix bad DQ bits translation
+* `371ca0eb55ae <https://github.com/open-power/hostboot/commit/371ca0eb55ae>`__ Add attribute for row repair data
+* `4a33c3221672 <https://github.com/open-power/hostboot/commit/4a33c3221672>`__ PRD: Restore repairs fix bad dimm mask check
+
+Christian Geddes (5):
+
+* `aff61dd84b01 <https://github.com/open-power/hostboot/commit/aff61dd84b01>`__ Add sbe\_retry\_handler to FIFO fail path
+* `ae1ac07ebcac <https://github.com/open-power/hostboot/commit/ae1ac07ebcac>`__ Zero out Cumulus related virtual address attribute during MPIPL
+* `02b1fd73c568 <https://github.com/open-power/hostboot/commit/02b1fd73c568>`__ Save away SBE FFDC and COMM area address in corresponding attrs
+* `32a051104ae9 <https://github.com/open-power/hostboot/commit/32a051104ae9>`__ Always have secureModeDisable bit set to 0 in sbe\_retry\_handler
+* `0752d042e8fc <https://github.com/open-power/hostboot/commit/0752d042e8fc>`__ Set PAYLOAD\_KIND attribute based on fused bits in scom register
+
+Claus Michael Olsen (1):
+
+* `975d6f745c83 <https://github.com/open-power/hostboot/commit/975d6f745c83>`__ Moving DD specific ring coord from TOR to XIP (step 2)
+
+Dan Crowell (3):
+
+* `400b3066f785 <https://github.com/open-power/hostboot/commit/400b3066f785>`__ Remove i2c lock calls for vpd writes at runtime
+* `caaafc02d588 <https://github.com/open-power/hostboot/commit/caaafc02d588>`__ Commit errors for VPD writes as visible logs
+* `29b02eface84 <https://github.com/open-power/hostboot/commit/29b02eface84>`__ Always set RISK\_LEVEL regardless of value
+
+Dean Sanner (5):
+
+* `480f31bfceaa <https://github.com/open-power/hostboot/commit/480f31bfceaa>`__ Correct Obus buckets math: one, not zero based
+* `9225a7cd9cfa <https://github.com/open-power/hostboot/commit/9225a7cd9cfa>`__ Only enable TCEs on drawer 0 for multinode
+* `7b2ee59900c6 <https://github.com/open-power/hostboot/commit/7b2ee59900c6>`__ Fixes for multinode istep 21.1
+* `a8b5cf553026 <https://github.com/open-power/hostboot/commit/a8b5cf553026>`__ Tweak IBM SFC flash settings for Micron chips
+* `34ff810fcb79 <https://github.com/open-power/hostboot/commit/34ff810fcb79>`__ Remove excessive tracing from AttrRP
+
+Elizabeth Liner (2):
+
+* `7c679624bbb1 <https://github.com/open-power/hostboot/commit/7c679624bbb1>`__ Fixing timeout error in PSU code - removing hang
+* `7136fd9b50af <https://github.com/open-power/hostboot/commit/7136fd9b50af>`__ Cleaning up git tree from memd\_creation.pl
+
+Greg Still (1):
+
+* `862087b9cf1a <https://github.com/open-power/hostboot/commit/862087b9cf1a>`__ WOF: Pass PGPE VPD IQ good normal core per sort for WOF Phase 2
+
+Ilya Smirnov (1):
+
+* `4bcfb10e2752 <https://github.com/open-power/hostboot/commit/4bcfb10e2752>`__ Remove Istep 10.3 From IPL Flow
+
+Jaymes Wilks (1):
+
+* `eb4da4cd0830 <https://github.com/open-power/hostboot/commit/eb4da4cd0830>`__ Make reconfig loop failures unrecoverable only in istep mode
+
+Joe McGill (4):
+
+* `1d70cbbeba50 <https://github.com/open-power/hostboot/commit/1d70cbbeba50>`__ cresp address error handling updates
+* `c2816fc79f84 <https://github.com/open-power/hostboot/commit/c2816fc79f84>`__ update OBUS PLL buckets for p9n dd22, p9c dd11
+* `aeec96752c1a <https://github.com/open-power/hostboot/commit/aeec96752c1a>`__ Cumulus MSS FIR updates
+* `70ec114fdfd4 <https://github.com/open-power/hostboot/commit/70ec114fdfd4>`__ p9\_build\_smp -- use ADU chipops to switch fabric configuration part #2
+
+Louis Stermole (4):
+
+* `3ef5e1a8f163 <https://github.com/open-power/hostboot/commit/3ef5e1a8f163>`__ Add API for MC to C4 DQ pin index translation
+* `e33d4b68cfd9 <https://github.com/open-power/hostboot/commit/e33d4b68cfd9>`__ Add better trace to MSS restore DRAM repairs function and add lab wrapper
+* `1d565299ec31 <https://github.com/open-power/hostboot/commit/1d565299ec31>`__ Add plug rule for dual-drop DIMM configs that produce different xlate settings
+* `03de84e713fb <https://github.com/open-power/hostboot/commit/03de84e713fb>`__ Add empty MSS freq\_workarounds.C/H for hostboot
+
+Luke Mulkey (1):
+
+* `14ae2496088d <https://github.com/open-power/hostboot/commit/14ae2496088d>`__ Add ddr4 mnfg info to attributes during spd collection
+
+Matt Derksen (2):
+
+* `d5bdfe28f46f <https://github.com/open-power/hostboot/commit/d5bdfe28f46f>`__ Initialize SBE message communication on HBRT start
+* `de8120523a0c <https://github.com/open-power/hostboot/commit/de8120523a0c>`__ Only access HB\_VOLATILE on non-FSP systems
+
+Matthew Hickman (1):
+
+* `1012aacb0a13 <https://github.com/open-power/hostboot/commit/1012aacb0a13>`__ Added workaround for broadcast mode UE noise window
+
+Michael Floyd (1):
+
+* `a5f5a3baefa6 <https://github.com/open-power/hostboot/commit/a5f5a3baefa6>`__ CME Code Size Reduction ATTEMPT#3
+
+Mike Baiocchi (5):
+
+* `8632294639a9 <https://github.com/open-power/hostboot/commit/8632294639a9>`__ Secure Boot: Skip OPAL Verification
+* `4046ab053d85 <https://github.com/open-power/hostboot/commit/4046ab053d85>`__ On MPIPLs open up TCE windows for FSP to extract dump information
+* `1d437c8dc548 <https://github.com/open-power/hostboot/commit/1d437c8dc548>`__ Verify ComponentID and Extend PAYLOAD
+* `3143da8a19df <https://github.com/open-power/hostboot/commit/3143da8a19df>`__ Do Not Unload libruntime.so on MPIPLs
+* `b1d0900ad706 <https://github.com/open-power/hostboot/commit/b1d0900ad706>`__ Find location of HDAT relocation dynamically from PAYLOAD
+
+Nick Bofferding (1):
+
+* `1fe8dc520583 <https://github.com/open-power/hostboot/commit/1fe8dc520583>`__ Secure Boot: Remove utilmem from verify container fail path
+
+Nick Klazynski (1):
+
+* `74a1024eb8c1 <https://github.com/open-power/hostboot/commit/74a1024eb8c1>`__ Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC
+
+Prachi Gupta (4):
+
+* `07c9730e0a3f <https://github.com/open-power/hostboot/commit/07c9730e0a3f>`__ CEN\_MSS\_CACHE\_ENABLE: default to 1
+* `77224965fc6c <https://github.com/open-power/hostboot/commit/77224965fc6c>`__ processMrw: multinode updates
+* `abc7d754b770 <https://github.com/open-power/hostboot/commit/abc7d754b770>`__ host\_coalesce\_host: bup updates
+* `0e0dc100a1ad <https://github.com/open-power/hostboot/commit/0e0dc100a1ad>`__ LINK\_TRAIN: HWSV needs to write this attr, so, marking it as writable
+
+Prem Shanker Jha (1):
+
+* `c9c74dbf7f02 <https://github.com/open-power/hostboot/commit/c9c74dbf7f02>`__ PM: Workaround to mirror error xml file of p9\_pm\_callout in HB.
+
+Richard J. Knight (3):
+
+* `b87820bf1bcc <https://github.com/open-power/hostboot/commit/b87820bf1bcc>`__ Invalid FFDC in error log
+* `fd27bc6d28c5 <https://github.com/open-power/hostboot/commit/fd27bc6d28c5>`__ Enable multi-drawer hdat construction
+* `688f82f4a276 <https://github.com/open-power/hostboot/commit/688f82f4a276>`__ Eliminate duplicate entries in hdat hb reserved mem section
+
+Santosh Puranik (1):
+
+* `b61115da3278 <https://github.com/open-power/hostboot/commit/b61115da3278>`__ Fix HUID generation on SMPGROUP targets
+
+Stephen Cprek (1):
+
+* `8443a65a3599 <https://github.com/open-power/hostboot/commit/8443a65a3599>`__ Collect better FFDC on ROM verification errors
+
+Stephen Glancy (1):
+
+* `9aee6dc5b82a <https://github.com/open-power/hostboot/commit/9aee6dc5b82a>`__ Adds plug rule for NVDIMM in specific DIMM slots
+
+Swathi Madhuri Bhattiprolu (1):
+
+* `d999ed144f94 <https://github.com/open-power/hostboot/commit/d999ed144f94>`__ Re-enable base multi-drawer ipl support
+
+Thi Tran (2):
+
+* `53b3c1f1d859 <https://github.com/open-power/hostboot/commit/53b3c1f1d859>`__ HB supports - Use ADU chipops to switch fabric configuration
+* `0b8f08a0e4f7 <https://github.com/open-power/hostboot/commit/0b8f08a0e4f7>`__ Fix HWSV duplicate enum build errors
+
+Venkatesh Sainath (2):
+
+* `d226d009365f <https://github.com/open-power/hostboot/commit/d226d009365f>`__ Parsing Abus targeting information from Obus Targets
+* `9e90e3ccee3c <https://github.com/open-power/hostboot/commit/9e90e3ccee3c>`__ Setting PEER TARGET for smpgroup targets
+
+Zane Shelley (2):
+
+* `21638f7fe690 <https://github.com/open-power/hostboot/commit/21638f7fe690>`__ PRD: updates from RAS spreadsheet v123
+* `1959b18ec677 <https://github.com/open-power/hostboot/commit/1959b18ec677>`__ PRD: clear old symbol marks in TPS analysis
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (1):
+* `f72f857b7e5a <https://github.com/open-power/occ/commit/f72f857b7e5a>`__ WOF: Fix incorrect scaling of IQ currents
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Claus Michael Olsen (1):
+
+* `69f0bcd5c893 <https://github.com/open-power/sbe/commit/69f0bcd5c893>`__ Moving DD specific ring coord from TOR to XIP (step 2)
+
+Joe McGill (4):
+
+* `abd33f794b04 <https://github.com/open-power/sbe/commit/abd33f794b04>`__ shift XBUS FIR programming inits for secure boot
+* `6995522a60cb <https://github.com/open-power/sbe/commit/6995522a60cb>`__ p9\_build\_smp -- use ADU chipops to switch fabric configuration part #2
+* `035b8ccbe617 <https://github.com/open-power/sbe/commit/035b8ccbe617>`__ cresp address error handling updates
+* `1f773f1f2983 <https://github.com/open-power/sbe/commit/1f773f1f2983>`__ update OBUS PLL buckets for p9n dd22, p9c dd11
+
+Michael Floyd (1):
+
+* `74c0e5367a43 <https://github.com/open-power/sbe/commit/74c0e5367a43>`__ CME Code Size Reduction ATTEMPT#3
+
+Nick Klazynski (1):
+
+* `ccbe4229fe20 <https://github.com/open-power/sbe/commit/ccbe4229fe20>`__ Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC
+
+Sachin Gupta (3):
+
+* `15f82bd95cd7 <https://github.com/open-power/sbe/commit/15f82bd95cd7>`__ Remove workaround for DD1 SW reset for XIVE
+* `3c633a6c2cd6 <https://github.com/open-power/sbe/commit/3c633a6c2cd6>`__ Cleanup as DD1 is not supported anymore
+* `4ca643fc6cbb <https://github.com/open-power/sbe/commit/4ca643fc6cbb>`__ Added flag for AWAN testing
+
+Soma BhanuTej (1):
+
+* `699a2315f4ac <https://github.com/open-power/sbe/commit/699a2315f4ac>`__ Make SBE errors recoverable - p9\_sbe\_common
+
+spashabk-in (3):
+
+* `5f8ecd10377c <https://github.com/open-power/sbe/commit/5f8ecd10377c>`__ Move istep chip-op handler to pibmem
+* `7be7840a672a <https://github.com/open-power/sbe/commit/7be7840a672a>`__ Store SBE failed rc for async FFDC
+* `513d71673012 <https://github.com/open-power/sbe/commit/513d71673012>`__ Move trace array to seeprom
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Alexey Kardashevskiy (1):
+
+* `893660c3e4ee <https://github.com/open-power/skiboot/commit/893660c3e4ee>`__ npu2/tce: Fix page size checking
+
+Alistair Popple (2):
+
+* `55c13bd1231a <https://github.com/open-power/skiboot/commit/55c13bd1231a>`__ core/device.c: Fix dt\_find\_compatible\_node
+* `ae422255bfa3 <https://github.com/open-power/skiboot/commit/ae422255bfa3>`__ npu2: Disable TVT range check when in bypass mode
+
+Andrew Donnellan (1):
+
+* `729520fd9aa9 <https://github.com/open-power/skiboot/commit/729520fd9aa9>`__ Update .gitignore
+
+Balbir Singh (2):
+
+* `b57a5380aa48 <https://github.com/open-power/skiboot/commit/b57a5380aa48>`__ hw/npu2: Implement logging HMI actions
+* `4133e973b4f2 <https://github.com/open-power/skiboot/commit/4133e973b4f2>`__ hw/npu2: support creset of npu2 devices
+
+Christophe Lombard (1):
+
+* `e88bb694d32e <https://github.com/open-power/skiboot/commit/e88bb694d32e>`__ capi: Fix the max tlbi divider and the directory size.
+
+Frédéric Bonnard (1):
+
+* `b3e14c46ecb0 <https://github.com/open-power/skiboot/commit/b3e14c46ecb0>`__ Fix FTBFS with -Werror=format-overflow
+
+Nicholas Piggin (4):
+
+* `d2cc3957abef <https://github.com/open-power/skiboot/commit/d2cc3957abef>`__ fast-reboot: move pci\_reset error handling into fast-reboot code
+* `3a7422851bc3 <https://github.com/open-power/skiboot/commit/3a7422851bc3>`__ core/utils: add snprintf\_symbol
+* `92777d335ab3 <https://github.com/open-power/skiboot/commit/92777d335ab3>`__ core/init: manage MSR[ME] explicitly, always enable
+* `d5378d2a0d54 <https://github.com/open-power/skiboot/commit/d5378d2a0d54>`__ core/exception: beautify exception handler, add MCE-involved registers
+
+Pridhiviraj Paidipeddi (6):
+
+* `b90b08fc2f9a <https://github.com/open-power/skiboot/commit/b90b08fc2f9a>`__ libstb: increase the log level of verify/measure messages to PR\_NOTICE.
+* `7912f9750bfc <https://github.com/open-power/skiboot/commit/7912f9750bfc>`__ libstb/tpm\_chip: Add missing new line to print messages.
+* `2109b81d9f78 <https://github.com/open-power/skiboot/commit/2109b81d9f78>`__ libstb: fix failure of calling cvc verify without STB initialization.
+* `b772e1132cd5 <https://github.com/open-power/skiboot/commit/b772e1132cd5>`__ libstb: fix failure of calling trusted measure without STB initialization.
+* `e15174aca0ab <https://github.com/open-power/skiboot/commit/e15174aca0ab>`__ core/init: move imc catalog preload init after the STB init.
+* `92a303dfeeb6 <https://github.com/open-power/skiboot/commit/92a303dfeeb6>`__ hw/occ: Fix fast-reboot crash in P8 platforms.
+
+Reza Arbab (1):
+
+* `bfdf85c84a92 <https://github.com/open-power/skiboot/commit/bfdf85c84a92>`__ hw/phys-map: Add missing newline in log output
+
+Russell Currey (1):
+
+* `f397cc30bdf8 <https://github.com/open-power/skiboot/commit/f397cc30bdf8>`__ phb4: Only escalate freezes on MMIO load where necessary
+
+Shilpasri G Bhat (2):
+
+* `85a1de35cbe4 <https://github.com/open-power/skiboot/commit/85a1de35cbe4>`__ fast-boot: occ: Re-parse the pstate table during fast-boot
+* `725d4a2c6cc7 <https://github.com/open-power/skiboot/commit/725d4a2c6cc7>`__ core: hostservices: Remove redundant special wakeup code
+
+Stewart Smith (6):
+
+* `5cb93cd26e19 <https://github.com/open-power/skiboot/commit/5cb93cd26e19>`__ stb: Correctly error out when no PCR for resource
+* `fd5d3fea1e54 <https://github.com/open-power/skiboot/commit/fd5d3fea1e54>`__ stb: Enforce secure boot if called before libstb initialized
+* `782b91a5b85a <https://github.com/open-power/skiboot/commit/782b91a5b85a>`__ skiboot 5.10-rc2 release notes
+* `b94fbeaf137c <https://github.com/open-power/skiboot/commit/b94fbeaf137c>`__ stb: Put correct label (for skiboot) into container
+* `6d965ea72ad8 <https://github.com/open-power/skiboot/commit/6d965ea72ad8>`__ pflash: Fix makefile dependency issue
+* `1d7da2e9b05b <https://github.com/open-power/skiboot/commit/1d7da2e9b05b>`__ skiboot v5.10-rc3 release notes
+
+Sukadev Bhattiprolu (1):
+
+* `31e5e988632f <https://github.com/open-power/skiboot/commit/31e5e988632f>`__ vas: Disable VAS/NX-842 on some P9 revisions
+
+Vaibhav Jain (1):
+
+* `328af10e1c11 <https://github.com/open-power/skiboot/commit/328af10e1c11>`__ capi: Enable channel tag streaming for PHB in CAPP mode
+
+Vasant Hegde (2):
+
+* `85f55e36bbd2 <https://github.com/open-power/skiboot/commit/85f55e36bbd2>`__ ATTN: Enable flush instruction cache bit in HID register
+* `44d352ed6bd0 <https://github.com/open-power/skiboot/commit/44d352ed6bd0>`__ DT: Add "version" property under ibm, firmware-versions node
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+- `0001-Disable-stop11-to-workaround-special-wakeup-bug.patch <https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/patches/witherspoon-patches/machine-xml/0001-Disable-stop11-to-workaround-special-wakeup-bug.patch>`__
+
+Commits
+~~~~~~~
+
+No changes. ## Package: zaius-xml
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+- `0001-Update-EREPAIR-attributes.patch <https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/patches/zaius-patches/machine-xml/0001-Update-EREPAIR-attributes.patch>`__
+- `0002-Update-Obus-PLL-bucket-to-25G.patch <https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/patches/zaius-patches/machine-xml/0002-Update-Obus-PLL-bucket-to-25G.patch>`__
+
+Commits
+~~~~~~~
+
+No changes.
diff --git a/_sources/release-notes/v1.21.1.rst.txt b/_sources/release-notes/v1.21.1.rst.txt
new file mode 100644
index 0000000..7dbb82d
--- /dev/null
+++ b/_sources/release-notes/v1.21.1.rst.txt
@@ -0,0 +1,26 @@
+Release Notes for OpenPower Firmware v1.21.1
+============================================
+
+This is a point release on top of op-build v1.21.
+
+Like v1.21, this release is NOT intended for GA POWER9 platforms, for that,
+op-build v2.0 is *required*.
+
+Changes since v1.21:
+
+- skiboot v5.10.1
+
+ - libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()
+ - NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging
+- linux 4.14.22-openpower1
+
+ - 40be210c830e powerpc: Fix DABR match on hash based systems
+ - 3b09911d3beb powerpc/xive: Use hw CPU ids when configuring the CPU queues
+ - 892674b5058a powerpc/mm: Flush radix process translations when setting MMU type
+ - 4386f223b418 powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
+ - 5b98d31481f9 powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
+ - c3bdd547042f rtc-opal: Fix handling of firmware error codes, prevent busy loops
+ - 8e56a935a4b7 cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
+
+
+
diff --git a/_sources/release-notes/v1.21.2.rst.txt b/_sources/release-notes/v1.21.2.rst.txt
new file mode 100644
index 0000000..0042d87
--- /dev/null
+++ b/_sources/release-notes/v1.21.2.rst.txt
@@ -0,0 +1,15 @@
+Release Notes for OpenPower Firmware v1.21.2
+============================================
+
+This is a point release on top of op-build v1.21.
+
+Like v1.21, this release is NOT intended for GA POWER9 platforms, for that,
+op-build v2.0 is *required*.
+
+Changes since v1.21.1:
+
+- skiboot 5.10.2
+
+ - Tie tm-suspend fw-feature and opal_reinit_cpus() together
+
+- kernel: Move to Linux 4.14.24-openpower1
diff --git a/_sources/release-notes/v1.21.rst.txt b/_sources/release-notes/v1.21.rst.txt
new file mode 100644
index 0000000..61e9135
--- /dev/null
+++ b/_sources/release-notes/v1.21.rst.txt
@@ -0,0 +1,3206 @@
+Release Notes for OpenPower Firmware v1.21
+==========================================
+
+This release is NOT intended for GA POWER9 platforms, for that, op-build
+v2.0 is *required*.
+
+Known Issues
+------------
+
+- Special Wakeup will error out, causing 'sensors' utility and
+ fast-reboot to not work if cores are in stop states.
+- stop11 is disabled
+
+Updated Packages
+----------------
+
++-------------+-------------+-------------+----------------------------------+
+| Package | Old Version | New Version | Platforms |
++=============+=============+=============+==================================+
+| busybox | 1.27.1 | 1.27.2 | barreley,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| capp-ucode | p9-dd2-v2 | p9-dd2-v3 | barreleye,firestone,garrison, |
+| | | | habanero,p9dsu,palmetto, |
+| | | | witherspoon,zaius,romulus |
++-------------+-------------+-------------+----------------------------------+
+| ethtool | 4.10 | 4.13 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| eudev | 3.2.2 | 3.2.4 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| glibc | 2.25 | 2.26-73 | barreleye,firenze,firestone, |
+| | | -g4b692 | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| hostboot | 695bd891343 | d3025f5d7dd | barreleye,firestone,garrison, |
+| | | | habanero,palmeto |
++-------------+-------------+-------------+----------------------------------+
+| hostboot | 6a4ab65a875 | 28927a78ca4 | p9dsu,witherspoon,zaius,romulus |
++-------------+-------------+-------------+----------------------------------+
+| hostboot | 25ebcad0c40 | 6924d6b711b | barreleye,firestone,garrison, |
+| -binaries | | | habanero,p9dsu,palmetto, |
+| | | | witherspoon,zaius,romulus |
++-------------+-------------+-------------+----------------------------------+
+| ima-catalog | 48ce3f26d2b | 01b26a136da | barreleye,firestone,garrison, |
+| | | | habanero,p9dsu,palmetto, |
+| | | | witherspoon,zaius,romulus |
++-------------+-------------+-------------+----------------------------------+
+| iprutils | 2.4.14.1 | 2.4.15.1 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo, |
+| | | | p9dsu,palmetto,pseries, |
+| | | | witherspoon,zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| kexec-lite | 86e45a47e8c | 87d044a895b | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo, |
+| | | | p9dsu,palmetto,pseries, |
+| | | | witherspoon,zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| libflash | v5.8-123 | v5.9-166 | barreleye,firenze,firestone, |
+| | -gc06ed5 | -g70f14f | garrison,habanero,p9dsu,palmetto,|
+| | | | pseries,witherspoon,zaius,zz, |
+| | | | romulus |
++-------------+-------------+-------------+----------------------------------+
+| linux | 4.13.8 | 4.14.20 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| linux | 4.13.8 | 4.14.20 | barreleye,firenze,firestone, |
+| -headers | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| lvm2 | 2.02.171 | 2.02.173 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo, |
+| | | | p9dsu,palmetto,pseries, |
+| | | | witherspoon,zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| machine-xml | c6d2767a13f | fb5f9334aa0 | p9dsu |
++-------------+-------------+-------------+----------------------------------+
+| machine-xml | 8633e11cd39 | b788f99848d | romulus |
++-------------+-------------+-------------+----------------------------------+
+| machine-xml | 785c625a2a0 | 58554bfabd7 | witherspoon |
++-------------+-------------+-------------+----------------------------------+
+| machine-xml | 22ce15f13c4 | b0884b3032d | zaius |
++-------------+-------------+-------------+----------------------------------+
+| mdadm | 3.3.4 | 4.0 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo, |
+| | | | p9dsu,palmetto,pseries, |
+| | | | witherspoon,zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| occ | 7449acdc8bf | f72f857b7e5 | p9dsu,witherspoon,zaius,romulus |
++-------------+-------------+-------------+----------------------------------+
+| openpower- | 21d66daff69 | b210f15c699 | barreleye,firestone,garrison, |
+| pnor | | | habanero,p9dsu,palmetto, |
+| | | | witherspoon,zaius,romulus |
++-------------+-------------+-------------+----------------------------------+
+| petiboot | v1.6.2 | v1.6.6 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo, |
+| | | | p9dsu,palmetto,pseries, |
+| | | | witherspoon,zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| sbe | 76a7eb9956b | 0aae9a8e68a | p9dsu,witherspoon,zaius,zz, |
+| | | | romulus |
++-------------+-------------+-------------+----------------------------------+
+| skiboot | v5.9 | v5.10 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo, |
+| | | | p9dsu,palmetto,pseries, |
+| | | | witherspoon,zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+| util-linux | 2.30.1 | 2.31 | barreleye,firenze,firestone, |
+| | | | garrison,habanero, |
+| | | | openpower_mambo, |
+| | | | openpower_p9_mambo,p9dsu, |
+| | | | palmetto,pseries,witherspoon, |
+| | | | zaius,zz,romulus |
++-------------+-------------+-------------+----------------------------------+
+
+New Packages
+------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Removed Packages
+----------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: firestone-xml
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: garrison-xml
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: habanero-xml
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: hostboot
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (3): \*
+`9fec69bc023c <https://github.com/open-power/hostboot/commit/9fec69bc023c>`__
+Remove psave init for firmware blacklist \*
+`6e847113eb96 <https://github.com/open-power/hostboot/commit/6e847113eb96>`__
+Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+hcode \*
+`d8083fad5ac1 <https://github.com/open-power/hostboot/commit/d8083fad5ac1>`__
+Move PGPE optrace buffer to main memory
+
+Adriana Kobylak (1): \*
+`17e278a6ec39 <https://github.com/open-power/hostboot/commit/17e278a6ec39>`__
+PnorUtils.pm: Add volatile flag
+
+Alpana Kumari (1): \*
+`663aae09de40 <https://github.com/open-power/hostboot/commit/663aae09de40>`__
+Fix in filter Unwanted Attribute script
+
+Amit Tendolkar (5): \*
+`c06de50b3c21 <https://github.com/open-power/hostboot/commit/c06de50b3c21>`__
+STOP Recovery: Misc infra. updates to enable PM FFDC in HOMER \*
+`a202d4b0af85 <https://github.com/open-power/hostboot/commit/a202d4b0af85>`__
+Enhance SBE Deadman FFDC Format and sequencing \*
+`db7de0c59ffc <https://github.com/open-power/hostboot/commit/db7de0c59ffc>`__
+Change PPE State FFDC into a human readable format in eSEL/PEL \*
+`7067a4180ed6 <https://github.com/open-power/hostboot/commit/7067a4180ed6>`__
+Cache/Core stop clocks: add shut down of Power Management to remove
+contentions \*
+`cff2ddbb3e9d <https://github.com/open-power/hostboot/commit/cff2ddbb3e9d>`__
+Extend PM Reset flow to collect PM FFDC to HOMER
+
+Andre Marin (6): \*
+`1439d34bee09 <https://github.com/open-power/hostboot/commit/1439d34bee09>`__
+Update memory error xml information \*
+`aa313fb234e1 <https://github.com/open-power/hostboot/commit/aa313fb234e1>`__
+Update HPW Level for MSS API library \*
+`d6f46067ee8d <https://github.com/open-power/hostboot/commit/d6f46067ee8d>`__
+Add empty wr\_crc files for HB to mirror \*
+`fd207a3412f2 <https://github.com/open-power/hostboot/commit/fd207a3412f2>`__
+Update HPW Level for MSS API library \*
+`8c104ea1e919 <https://github.com/open-power/hostboot/commit/8c104ea1e919>`__
+Add VPD lookup to build a supported frequency list, and bin-down support
+\*
+`a7311993a7c8 <https://github.com/open-power/hostboot/commit/a7311993a7c8>`__
+Enable FFDC logging for mss\_freq for real VPD accessing fails
+
+Anusha Reddy Rangareddygari (2): \*
+`4471b2a5baa5 <https://github.com/open-power/hostboot/commit/4471b2a5baa5>`__
+p9\_setup\_sbe\_config \*
+`6e0c67270fb4 <https://github.com/open-power/hostboot/commit/6e0c67270fb4>`__
+Level 2 HWP for p9\_sbe\_dump
+
+Ben Gass (4): \*
+`a06edcedafcf <https://github.com/open-power/hostboot/commit/a06edcedafcf>`__
+Adding p9c\_11 support. \*
+`52c557d1409b <https://github.com/open-power/hostboot/commit/52c557d1409b>`__
+Adding p9a support. \*
+`15569e9de5a8 <https://github.com/open-power/hostboot/commit/15569e9de5a8>`__
+Shorten A-link timers for sim. Add polling for A-link training. \*
+`7d8227db605d <https://github.com/open-power/hostboot/commit/7d8227db605d>`__
+Re-submit Axone updates
+
+Benjamin Weisenbeck (13): \*
+`f77b89e3527e <https://github.com/open-power/hostboot/commit/f77b89e3527e>`__
+Adjust ATTR\_PEER\_TARGET values for runtime \*
+`68e2f99dbe29 <https://github.com/open-power/hostboot/commit/68e2f99dbe29>`__
+erepair VPD access bug fixes \*
+`34813cc8c52a <https://github.com/open-power/hostboot/commit/34813cc8c52a>`__
+PRD: Enable erepair vpd access procedures \*
+`9b4e25447bb1 <https://github.com/open-power/hostboot/commit/9b4e25447bb1>`__
+Call xbus restore erepair in istep 9 \*
+`9b826df04888 <https://github.com/open-power/hostboot/commit/9b826df04888>`__
+PRD: Fix missing clear of pll errors \*
+`7288c1f95ebb <https://github.com/open-power/hostboot/commit/7288c1f95ebb>`__
+PRD: Disable Cen PLL Domain until required plugin functions are defined
+\*
+`1b258924a049 <https://github.com/open-power/hostboot/commit/1b258924a049>`__
+PRD: Define extra registers for Cumulus chip \*
+`f46a51570e9f <https://github.com/open-power/hostboot/commit/f46a51570e9f>`__
+PRD: Power Management Recovery \*
+`056c43ed3e5a <https://github.com/open-power/hostboot/commit/056c43ed3e5a>`__
+PRD: Dynamic Memory Deallocation \*
+`8411dba53c3b <https://github.com/open-power/hostboot/commit/8411dba53c3b>`__
+PRD: Add calls to perform dynamic memory deallocation \*
+`ffc30dcc9134 <https://github.com/open-power/hostboot/commit/ffc30dcc9134>`__
+PRD: Disabling FSP clearing/masking of FIRs to avoid blacklist
+violations \*
+`6cb8ac2dc748 <https://github.com/open-power/hostboot/commit/6cb8ac2dc748>`__
+PRD: Move MC\_ADDR\_TRANS register definition to MCA \*
+`a3eee11e4e9e <https://github.com/open-power/hostboot/commit/a3eee11e4e9e>`__
+Fix PEER\_TARGET addr translation issue following HBRT reset
+
+Bhimsen G Kulkarni (1): \*
+`c037b71deb05 <https://github.com/open-power/hostboot/commit/c037b71deb05>`__
+MAX\_COMPUTE\_NODE\_PER\_SYSTEM attribute support for Zeppelin.
+
+Bill Hoffa (16): \*
+`84d4eb8da450 <https://github.com/open-power/hostboot/commit/84d4eb8da450>`__
+Take MFG mode into account before entering reconfig loop \*
+`48b14aae8704 <https://github.com/open-power/hostboot/commit/48b14aae8704>`__
+Fix genHwsvMrwXml.pl setting of MSS\_MRW\_REFRESH\_RATE\_REQUEST \*
+`13863b512ac2 <https://github.com/open-power/hostboot/commit/13863b512ac2>`__
+Add call\_host\_set\_voltages to istep 08.12 \*
+`f7a5547478ea <https://github.com/open-power/hostboot/commit/f7a5547478ea>`__
+Interrupt Handling Flow Change to Prevent Deadlock \*
+`038d61af4611 <https://github.com/open-power/hostboot/commit/038d61af4611>`__
+Update Bbuild to b0117a\_1802.911 \*
+`cb444552aeba <https://github.com/open-power/hostboot/commit/cb444552aeba>`__
+Multi-Drawer (IPC) Interrupt/Messaging Support \*
+`82805770e035 <https://github.com/open-power/hostboot/commit/82805770e035>`__
+Fix simulation get all registers command \*
+`9925aa358f2a <https://github.com/open-power/hostboot/commit/9925aa358f2a>`__
+Remove @INC with current directory from create\_ekb\_targattr.pl \*
+`e77f8551f4a6 <https://github.com/open-power/hostboot/commit/e77f8551f4a6>`__
+Handle INTRP SHUT\_DOWN message in MBOX IPC msg\_hdlr \*
+`39157523786b <https://github.com/open-power/hostboot/commit/39157523786b>`__
+Set Memory Enabled Bit for all Procs with Valid Memory \*
+`294a73d38078 <https://github.com/open-power/hostboot/commit/294a73d38078>`__
+Re-order INTR/IPC shutdown message handling \*
+`d20c2cb2d2b2 <https://github.com/open-power/hostboot/commit/d20c2cb2d2b2>`__
+Properly handle INTRP unmask error handling \*
+`9efdc04854a9 <https://github.com/open-power/hostboot/commit/9efdc04854a9>`__
+Allow --with-backtrace for hb-Ps on Simics Command Line \*
+`ed4753f93086 <https://github.com/open-power/hostboot/commit/ed4753f93086>`__
+Enable fsidd testcases for Cumulus model \*
+`77b70bb7119c <https://github.com/open-power/hostboot/commit/77b70bb7119c>`__
+Enable sbeio runtime testcases \*
+`8acb64aeb8e4 <https://github.com/open-power/hostboot/commit/8acb64aeb8e4>`__
+Enable Scom + Targeting unit tests for Cumulus model
+
+Brian Bakke (10): \*
+`0abd9ab92d13 <https://github.com/open-power/hostboot/commit/0abd9ab92d13>`__
+Story 173854 - Hostboot service to run phb perst procedure \*
+`7adcd16c12ad <https://github.com/open-power/hostboot/commit/7adcd16c12ad>`__
+Story 180760 - Use self restore API to disable ATTN in HID ... \*
+`7181b751b4d0 <https://github.com/open-power/hostboot/commit/7181b751b4d0>`__
+Error loading p9\_phbPerst \*
+`5353e40a1ad9 <https://github.com/open-power/hostboot/commit/5353e40a1ad9>`__
+Story 179465 - Smarter HBBL id handling ... \*
+`3a88f18bc738 <https://github.com/open-power/hostboot/commit/3a88f18bc738>`__
+Enable ATTN prior to OPAL handoff \*
+`b98033264ca7 <https://github.com/open-power/hostboot/commit/b98033264ca7>`__
+Increase error log size to 4K for obmc systems \*
+`024dc9b9a203 <https://github.com/open-power/hostboot/commit/024dc9b9a203>`__
+malformed conditional errors with new ODE \*
+`5e8ed1d75c2a <https://github.com/open-power/hostboot/commit/5e8ed1d75c2a>`__
+Bad target parsing in attributeOverride tool \*
+`59c8ce01244b <https://github.com/open-power/hostboot/commit/59c8ce01244b>`__
+CAPP GARD Records cleared on Witherspoon \*
+`5b7b2ed56a6f <https://github.com/open-power/hostboot/commit/5b7b2ed56a6f>`__
+Fix and codify how system and node targets are handled by attribute
+overrides
+
+Brian Stegmiller (3): \*
+`1eba8f47f718 <https://github.com/open-power/hostboot/commit/1eba8f47f718>`__
+Avoid assert on invalid target types for PRD and HWP PLID association \*
+`4296f3972550 <https://github.com/open-power/hostboot/commit/4296f3972550>`__
+HB Attribute for IPL chkstop analysis \*
+`adc84473391d <https://github.com/open-power/hostboot/commit/adc84473391d>`__
+PRD: Call hostboot for SBE errors
+
+Brian Vanderpool (5): \*
+`2c84b69258b2 <https://github.com/open-power/hostboot/commit/2c84b69258b2>`__
+Disable Pulsed Resclk mode \*
+`3c9fe01a0255 <https://github.com/open-power/hostboot/commit/3c9fe01a0255>`__
+PM: Mask CME LFIR Bits 13:19 - they are only used for characterization
+\*
+`d3ecbc680817 <https://github.com/open-power/hostboot/commit/d3ecbc680817>`__
+Initial check-in of p9\_cme\_sram\_access \*
+`c5117f9ce933 <https://github.com/open-power/hostboot/commit/c5117f9ce933>`__
+PM: Ignore allow\_reg\_wakeup in cache contained mode \*
+`0c093d57ac2a <https://github.com/open-power/hostboot/commit/0c093d57ac2a>`__
+PM - use OJCFG[6] instead of OCR[10] to halt the 405 before reset
+
+CHRISTINA L. GRAVES (7): \*
+`102eb384558d <https://github.com/open-power/hostboot/commit/102eb384558d>`__
+Adding target for lco\_m, changed flags, changed INF to DBG \*
+`f01a301bb626 <https://github.com/open-power/hostboot/commit/f01a301bb626>`__
+p9\_adu\_access and p9\_adu\_setup L2 procedures \*
+`3cb9bab7b62a <https://github.com/open-power/hostboot/commit/3cb9bab7b62a>`__
+Changes in error handling to stop the read/write as soon as an error
+occurs \*
+`d3defd59a697 <https://github.com/open-power/hostboot/commit/d3defd59a697>`__
+Changes in ecc data fixing so reading and writing works \*
+`a656e358f1a1 <https://github.com/open-power/hostboot/commit/a656e358f1a1>`__
+ADU HWP updates for CI support, performance \*
+`c77a01844e73 <https://github.com/open-power/hostboot/commit/c77a01844e73>`__
+ADU Level 3 code, changed owner to Josh, and added comments \*
+`159389c0b656 <https://github.com/open-power/hostboot/commit/159389c0b656>`__
+PBA Level 3 code, changed owner to Josh, and added comments
+
+Caleb Palmer (24): \*
+`7f4fb82f60a5 <https://github.com/open-power/hostboot/commit/7f4fb82f60a5>`__
+PRD: Fix infinite loop when handling MPEs \*
+`219a0628c4f8 <https://github.com/open-power/hostboot/commit/219a0628c4f8>`__
+PRD: MPE Add VCM Event at MDIA \*
+`ca3990cbf857 <https://github.com/open-power/hostboot/commit/ca3990cbf857>`__
+PRD: Update handleRrFo \*
+`d2f72e803860 <https://github.com/open-power/hostboot/commit/d2f72e803860>`__
+PRD: Fix sym count overflow in runtime TPS \*
+`ad724500847e <https://github.com/open-power/hostboot/commit/ad724500847e>`__
+PRD: Init PRD in enableAttns \*
+`fec3fa592c19 <https://github.com/open-power/hostboot/commit/fec3fa592c19>`__
+PRD: Use chip's Galois code when writing chip marks \*
+`78baac3b72b0 <https://github.com/open-power/hostboot/commit/78baac3b72b0>`__
+PRD: Ban TPS after Maint UEs \*
+`d30453f1107c <https://github.com/open-power/hostboot/commit/d30453f1107c>`__
+PRD: Default iv\_stoppedRank should be MCA not MCBIST \*
+`8c8e212108f6 <https://github.com/open-power/hostboot/commit/8c8e212108f6>`__
+PRD: Capture IUE Counts for FFDC \*
+`e21201436665 <https://github.com/open-power/hostboot/commit/e21201436665>`__
+PRD: Fix skipping TPS ban after Maint UEs \*
+`b0255985c87e <https://github.com/open-power/hostboot/commit/b0255985c87e>`__
+PRD: Make sure IUE bit is set after threshold \*
+`c32b0a4eb864 <https://github.com/open-power/hostboot/commit/c32b0a4eb864>`__
+PRD: Reenable restore dram repairs \*
+`1d862697f0b1 <https://github.com/open-power/hostboot/commit/1d862697f0b1>`__
+PRD: Mask mainline CEs after TPS is banned \*
+`aa5e361a94c9 <https://github.com/open-power/hostboot/commit/aa5e361a94c9>`__
+MDIA: Fix overwriting rc from restoreDramRepairs \*
+`4ba260490a2f <https://github.com/open-power/hostboot/commit/4ba260490a2f>`__
+PRD: Make sure iv\_stoppedRank is set in handleCmdComplete \*
+`e029420eaf65 <https://github.com/open-power/hostboot/commit/e029420eaf65>`__
+PRD: RCD parity error broadcast mode workaround \*
+`ef1d51e23675 <https://github.com/open-power/hostboot/commit/ef1d51e23675>`__
+Bad DQ bits compare ECC and spare fix \*
+`5320c4c323d2 <https://github.com/open-power/hostboot/commit/5320c4c323d2>`__
+Fix bad DQ bits translation \*
+`371ca0eb55ae <https://github.com/open-power/hostboot/commit/371ca0eb55ae>`__
+Add attribute for row repair data \*
+`4a33c3221672 <https://github.com/open-power/hostboot/commit/4a33c3221672>`__
+PRD: Restore repairs fix bad dimm mask check \*
+`b94740d30931 <https://github.com/open-power/hostboot/commit/b94740d30931>`__
+Bad dq bitmap vpd write fixes \*
+`2a7e12d18b20 <https://github.com/open-power/hostboot/commit/2a7e12d18b20>`__
+Callout DIMM if bad dq set in mnfg mode \*
+`21d980956449 <https://github.com/open-power/hostboot/commit/21d980956449>`__
+Reenable reconfig loop for new bad dq data \*
+`e7c2ef327998 <https://github.com/open-power/hostboot/commit/e7c2ef327998>`__
+Fix bad dq wiring data translation
+
+Chris Cain (7): \*
+`4e72331566db <https://github.com/open-power/hostboot/commit/4e72331566db>`__
+HTMGT: Do not validate throttles based on oversubscription \*
+`beeeedc75591 <https://github.com/open-power/hostboot/commit/beeeedc75591>`__
+HTMGT: Pass utilization in hundredth units to HWP for mem throttling \*
+`a1f431ee3a68 <https://github.com/open-power/hostboot/commit/a1f431ee3a68>`__
+HTMGT: Ensure processor callout added when going to safe mode \*
+`02098ca7d9c1 <https://github.com/open-power/hostboot/commit/02098ca7d9c1>`__
+HTMGT: Pass power per DIMM to memory throttling procedures \*
+`83243d5bbb3d <https://github.com/open-power/hostboot/commit/83243d5bbb3d>`__
+HTMGT: Send power supply redundancy policy to OCC \*
+`c16744bed525 <https://github.com/open-power/hostboot/commit/c16744bed525>`__
+HTMGT: Mark GPU as functional when present \*
+`2af7a69ada93 <https://github.com/open-power/hostboot/commit/2af7a69ada93>`__
+HTMGT: Bias values need to be applied to frequencies
+
+Chris Steffen (3): \*
+`8c705a49a9f4 <https://github.com/open-power/hostboot/commit/8c705a49a9f4>`__
+Initial Abus Commit \*
+`0f2ac854f66a <https://github.com/open-power/hostboot/commit/0f2ac854f66a>`__
+Updated Obus Interface \*
+`bbd317375f82 <https://github.com/open-power/hostboot/commit/bbd317375f82>`__
+I/O Metadata Cleanup
+
+Christian Geddes (41): \*
+`ac7f3d7b4b95 <https://github.com/open-power/hostboot/commit/ac7f3d7b4b95>`__
+Re-enable fapi2 test case module \*
+`6f456343a42a <https://github.com/open-power/hostboot/commit/6f456343a42a>`__
+Clean up things that were left after updating to simics nimbus 2.0 \*
+`7ac94ae277b9 <https://github.com/open-power/hostboot/commit/7ac94ae277b9>`__
+Add EXTRAINCDIR to phb\_perst makefile \*
+`47f275a6bd3b <https://github.com/open-power/hostboot/commit/47f275a6bd3b>`__
+Gard out EX when CME HALT ERROR is hit \*
+`9e703b5d526c <https://github.com/open-power/hostboot/commit/9e703b5d526c>`__
+Add HW425526 and HW425027 \*
+`43b86b565ad7 <https://github.com/open-power/hostboot/commit/43b86b565ad7>`__
+During MPIPL check if SBE has set Hyp HRMOR in blComm area \*
+`2727e5272f13 <https://github.com/open-power/hostboot/commit/2727e5272f13>`__
+No longer pass master ex to HWSV as is no longer needed in p9 \*
+`5ef559321401 <https://github.com/open-power/hostboot/commit/5ef559321401>`__
+Move bbuild up to b1109a\_1746.910 and remove workaround \*
+`4bfe046e2f8b <https://github.com/open-power/hostboot/commit/4bfe046e2f8b>`__
+Use readSeeprom PSU chipop to get SBE seeprom image version \*
+`397dacc3e9ad <https://github.com/open-power/hostboot/commit/397dacc3e9ad>`__
+Remove annoying mbox traces (TRACF -> TRACD) \*
+`c5c12e6e0ae9 <https://github.com/open-power/hostboot/commit/c5c12e6e0ae9>`__
+Add RTC to remind us to allow sending readSeeprom op to slave SBE \*
+`6bc72e2973d1 <https://github.com/open-power/hostboot/commit/6bc72e2973d1>`__
+Remove limit on max size of PNOR TOC \*
+`ce376fc3f4c7 <https://github.com/open-power/hostboot/commit/ce376fc3f4c7>`__
+Set hostboot\_mode bit on P3PC interrupt scom reg during intrrp init \*
+`9f3429c04561 <https://github.com/open-power/hostboot/commit/9f3429c04561>`__
+TI w/ unrecoverable error if system boots w/ mismatching processors \*
+`a9a0baba8c4c <https://github.com/open-power/hostboot/commit/a9a0baba8c4c>`__
+Add option to Mask off SBE bits on TP\_LOCAL\_FIR \*
+`a6d6b5da3da4 <https://github.com/open-power/hostboot/commit/a6d6b5da3da4>`__
+Make SBE\_MISCOMPARE\_WITH\_MASTER\_VERSION errors informational \*
+`8299008e6196 <https://github.com/open-power/hostboot/commit/8299008e6196>`__
+Re-enable Broadcast mode \*
+`4f6092708bc8 <https://github.com/open-power/hostboot/commit/4f6092708bc8>`__
+Add no\_export to DMI\_INBAND attributes \*
+`fd12b61b55f2 <https://github.com/open-power/hostboot/commit/fd12b61b55f2>`__
+Add hbHypCommArea struct to end of Hostboot Data reserved mem section \*
+`779a1c3444a3 <https://github.com/open-power/hostboot/commit/779a1c3444a3>`__
+Read the hb/hyp comm area to see if hyp moved hrmor \*
+`aedc6f0a892e <https://github.com/open-power/hostboot/commit/aedc6f0a892e>`__
+Add comments for hb/hypervisor communication struct and remove TODO \*
+`8b95aa4ffafe <https://github.com/open-power/hostboot/commit/8b95aa4ffafe>`__
+Increase size allocated for HBRT section in Pnor from 4.5 -> 6.0 MB \*
+`25cb28c5a6cf <https://github.com/open-power/hostboot/commit/25cb28c5a6cf>`__
+Set MSS\_MRW\_MEMDIAGS\_BCMODE to be overrideOnly \*
+`fc6895bd0a84 <https://github.com/open-power/hostboot/commit/fc6895bd0a84>`__
+Remove writable from Power Slope Centaur Attributes \*
+`e5cb7887f8b7 <https://github.com/open-power/hostboot/commit/e5cb7887f8b7>`__
+Remove writable property from ATTR\_LINK\_TRAIN \*
+`4592e5a256c4 <https://github.com/open-power/hostboot/commit/4592e5a256c4>`__
+Add FABRIC\_PRESENT\_GROUPS system attribute \*
+`1e15041b86ab <https://github.com/open-power/hostboot/commit/1e15041b86ab>`__
+Remove obus workaround from call\_proc\_chiplet\_fabric\_scominit \*
+`0761000af3d1 <https://github.com/open-power/hostboot/commit/0761000af3d1>`__
+During MPIPL expand memory size to be FULL\_CACHE right away \*
+`bba738e7b179 <https://github.com/open-power/hostboot/commit/bba738e7b179>`__
+Compute PAYLOAD\_BASE attr based on phys\_addr passed from PHYP \*
+`66ce95b8de1f <https://github.com/open-power/hostboot/commit/66ce95b8de1f>`__
+Remove is\_master conditional from getVersionInfo in sbe\_update \*
+`ae0fa99d821a <https://github.com/open-power/hostboot/commit/ae0fa99d821a>`__
+Remove setting flipPort in processProc \*
+`de1c2d1d9e39 <https://github.com/open-power/hostboot/commit/de1c2d1d9e39>`__
+Remove annoying traces from target generation code \*
+`aff61dd84b01 <https://github.com/open-power/hostboot/commit/aff61dd84b01>`__
+Add sbe\_retry\_handler to FIFO fail path \*
+`ae1ac07ebcac <https://github.com/open-power/hostboot/commit/ae1ac07ebcac>`__
+Zero out Cumulus related virtual address attribute during MPIPL \*
+`02b1fd73c568 <https://github.com/open-power/hostboot/commit/02b1fd73c568>`__
+Save away SBE FFDC and COMM area address in corresponding attrs \*
+`32a051104ae9 <https://github.com/open-power/hostboot/commit/32a051104ae9>`__
+Always have secureModeDisable bit set to 0 in sbe\_retry\_handler \*
+`0752d042e8fc <https://github.com/open-power/hostboot/commit/0752d042e8fc>`__
+Set PAYLOAD\_KIND attribute based on fused bits in scom register \*
+`864e746259e4 <https://github.com/open-power/hostboot/commit/864e746259e4>`__
+Add attribute to give platform more control over PM\_RESET \*
+`35165b347625 <https://github.com/open-power/hostboot/commit/35165b347625>`__
+Remove all explicit calls to special\_wakeup from hostboot code \*
+`b542fd639299 <https://github.com/open-power/hostboot/commit/b542fd639299>`__
+Enable platSpecialWakeup during IPL time and add support \*
+`18a7e1928bde <https://github.com/open-power/hostboot/commit/18a7e1928bde>`__
+Use ATTR\_SKIP\_WAKEUP to determine what we do for PM reset
+
+Christian R. Geddes (1): \*
+`42e96493c5fa <https://github.com/open-power/hostboot/commit/42e96493c5fa>`__
+Revert "Add HW425526 and HW425027"
+
+Christopher D Hanudel (1): \*
+`fd82f7002d2d <https://github.com/open-power/hostboot/commit/fd82f7002d2d>`__
+RNG DD2 Hostboot: Sim data showed needed parm update so ST fail at 50%
+entropy
+
+Claus Michael Olsen (15): \*
+`d0343c2f1ae6 <https://github.com/open-power/hostboot/commit/d0343c2f1ae6>`__
+Centaur ring support - TOR API \*
+`86f2ee342aa0 <https://github.com/open-power/hostboot/commit/86f2ee342aa0>`__
+Small change to dd container header file. \*
+`cc6ec7c9087b <https://github.com/open-power/hostboot/commit/cc6ec7c9087b>`__
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241 \*
+`0d63966b4333 <https://github.com/open-power/hostboot/commit/0d63966b4333>`__
+Update: xip\_tool: Introducing image section type (IST). \*
+`385c30e4905d <https://github.com/open-power/hostboot/commit/385c30e4905d>`__
+Support for PPE commit 49883 to error out on non-TOR ring section. \*
+`b78b33c5a32a <https://github.com/open-power/hostboot/commit/b78b33c5a32a>`__
+Code restruct: TOR API \*
+`fecd2a64f5b4 <https://github.com/open-power/hostboot/commit/fecd2a64f5b4>`__
+Override filter ring support for perv\_pll\_bndy\_bucket rings. \*
+`80ef0f2bbe20 <https://github.com/open-power/hostboot/commit/80ef0f2bbe20>`__
+Removing P9\_XIP\_ITEM\_NOT\_FOUND trace out msg from p9\_xip\_image.C
+\*
+`4864902e62b1 <https://github.com/open-power/hostboot/commit/4864902e62b1>`__
+Adding CT\_P9A to the enum list of chip types. \*
+`21c7d72548e5 <https://github.com/open-power/hostboot/commit/21c7d72548e5>`__
+p9\_dd\_container: Introducing DD container API lib to PPE repo \*
+`c1c9e46c0846 <https://github.com/open-power/hostboot/commit/c1c9e46c0846>`__
+xip\_customize and TOR API: Improved DD level verification \*
+`975d6f745c83 <https://github.com/open-power/hostboot/commit/975d6f745c83>`__
+Moving DD specific ring coord from TOR to XIP (step 2) \*
+`c9ad324035c7 <https://github.com/open-power/hostboot/commit/c9ad324035c7>`__
+Additional risk level support - (step 1) Backward compatibility \*
+`648da43c862b <https://github.com/open-power/hostboot/commit/648da43c862b>`__
+Fix to TOR API failure on 32b systems \*
+`7316af3dc8a8 <https://github.com/open-power/hostboot/commit/7316af3dc8a8>`__
+Bug fix to TOR API to not check TOR header version against TOR\_VERSION
+
+Corey Swenson (5): \*
+`887d17b52472 <https://github.com/open-power/hostboot/commit/887d17b52472>`__
+Fix memd\_creation file input and output paths \*
+`f17ee1ff96ba <https://github.com/open-power/hostboot/commit/f17ee1ff96ba>`__
+Put editimgid into fsp.tar \*
+`665c9a18838f <https://github.com/open-power/hostboot/commit/665c9a18838f>`__
+Fix for MDIA timeouts on Cumulus step 14.1 \*
+`52ca8121f1ed <https://github.com/open-power/hostboot/commit/52ca8121f1ed>`__
+Leave MCS acker open until Istep14 \*
+`afa7087e71fe <https://github.com/open-power/hostboot/commit/afa7087e71fe>`__
+Cumulus updates and testcase workarounds
+
+Dan Crowell (29): \*
+`7535501dada9 <https://github.com/open-power/hostboot/commit/7535501dada9>`__
+Remove extra trace from multicast workaround code \*
+`8b06214f873b <https://github.com/open-power/hostboot/commit/8b06214f873b>`__
+Allow fuzzy matches to WOF tables in Simics \*
+`e62b88fdb3a5 <https://github.com/open-power/hostboot/commit/e62b88fdb3a5>`__
+Temp remove sbeio\_rt from HBRT image to get space back \*
+`e0672626472a <https://github.com/open-power/hostboot/commit/e0672626472a>`__
+Put libsbeio\_rt back into HBRT \*
+`9a2e268f1799 <https://github.com/open-power/hostboot/commit/9a2e268f1799>`__
+Fix makefile syntax issue in vpd makefile \*
+`e3cc786e08ab <https://github.com/open-power/hostboot/commit/e3cc786e08ab>`__
+Stop parsing IVRM attributes for ZZ \*
+`dfdf4bee880f <https://github.com/open-power/hostboot/commit/dfdf4bee880f>`__
+Remove invalid access to TARGETING::EntityPath in base image \*
+`453d38aa29e4 <https://github.com/open-power/hostboot/commit/453d38aa29e4>`__
+Revert ATTR\_CEN\_ECID back to ATTR\_ECID \*
+`56a7903c3dff <https://github.com/open-power/hostboot/commit/56a7903c3dff>`__
+Allow VPD writes to memory cache at runtime \*
+`c75929bb0e53 <https://github.com/open-power/hostboot/commit/c75929bb0e53>`__
+Add Fallback Frequency for #V Bucket Selection \*
+`cf31061a2d76 <https://github.com/open-power/hostboot/commit/cf31061a2d76>`__
+Remove bad istep-to-istep library dependency \*
+`8392e4f60660 <https://github.com/open-power/hostboot/commit/8392e4f60660>`__
+Set response size equal to request size for FSP messages \*
+`8be0be91a852 <https://github.com/open-power/hostboot/commit/8be0be91a852>`__
+Dummy commit to pull in prereq for FSP CI failure \*
+`1dce3206aa21 <https://github.com/open-power/hostboot/commit/1dce3206aa21>`__
+Increase trace buffer size to avoid hang between traces and PRD \*
+`59c08f915474 <https://github.com/open-power/hostboot/commit/59c08f915474>`__
+Remove distracting error message for fallback #V freq \*
+`0d8527ec60f3 <https://github.com/open-power/hostboot/commit/0d8527ec60f3>`__
+Fixes for Runtime VPD Write messages \*
+`7f8aa4b7a017 <https://github.com/open-power/hostboot/commit/7f8aa4b7a017>`__
+Tweaks to multicast scom workaround \*
+`1e973575493d <https://github.com/open-power/hostboot/commit/1e973575493d>`__
+Expand Hostboot to 64MB \*
+`b1534d2eee2f <https://github.com/open-power/hostboot/commit/b1534d2eee2f>`__
+Add default for PROC\_REFCLOCK to be 133333 \*
+`04d354188da8 <https://github.com/open-power/hostboot/commit/04d354188da8>`__
+Change ATTR\_MSS\_WR\_VREF\_OFFSET to be override-only \*
+`400b3066f785 <https://github.com/open-power/hostboot/commit/400b3066f785>`__
+Remove i2c lock calls for vpd writes at runtime \*
+`caaafc02d588 <https://github.com/open-power/hostboot/commit/caaafc02d588>`__
+Commit errors for VPD writes as visible logs \*
+`29b02eface84 <https://github.com/open-power/hostboot/commit/29b02eface84>`__
+Always set RISK\_LEVEL regardless of value \*
+`093246224655 <https://github.com/open-power/hostboot/commit/093246224655>`__
+Set ATTR\_RISK\_LEVEL based on scratch reg bits \*
+`c80dab12a855 <https://github.com/open-power/hostboot/commit/c80dab12a855>`__
+Switch polarity of return data for perst commands \*
+`328e7f781d6d <https://github.com/open-power/hostboot/commit/328e7f781d6d>`__
+Remove extraneous error messages for multicast scoms \*
+`528b3930d63a <https://github.com/open-power/hostboot/commit/528b3930d63a>`__
+Increase poll wait time for SBE PSU operations \*
+`11cb66583553 <https://github.com/open-power/hostboot/commit/11cb66583553>`__
+Fix VPD lookup in Firmware boots \*
+`59b62178dc81 <https://github.com/open-power/hostboot/commit/59b62178dc81>`__
+Disabling WOF and VDM for Nimbus DD2.0
+
+Daniel Howe (8): \*
+`7fc0a8c51bfe <https://github.com/open-power/hostboot/commit/7fc0a8c51bfe>`__
+Allow lpc\_ed for p9n 2.2 per HW418117 fix \*
+`ebd63e0fbdad <https://github.com/open-power/hostboot/commit/ebd63e0fbdad>`__
+update data token init to use scans on p9c 1.1 \*
+`40a7f282bb78 <https://github.com/open-power/hostboot/commit/40a7f282bb78>`__
+disable pb tl when not in use \*
+`9bebbc7433c7 <https://github.com/open-power/hostboot/commit/9bebbc7433c7>`__
+HW399448 set correct mode bit \*
+`83bb585ecafb <https://github.com/open-power/hostboot/commit/83bb585ecafb>`__
+update pb data x on token ring init procedure \*
+`da0c66a0fee5 <https://github.com/open-power/hostboot/commit/da0c66a0fee5>`__
+Update alink ras settings \*
+`08b4146e8dc8 <https://github.com/open-power/hostboot/commit/08b4146e8dc8>`__
+Extend xbus oc expiration timers and updated epsilon for fleetwood \*
+`8c18b32b0a59 <https://github.com/open-power/hostboot/commit/8c18b32b0a59>`__
+Reconcile epsilon w/ latest FBC latency document
+
+David Kauer (3): \*
+`e67892d9ce11 <https://github.com/open-power/hostboot/commit/e67892d9ce11>`__
+HW425038 INT ARX timeout workaround \*
+`7b43e07c5fb3 <https://github.com/open-power/hostboot/commit/7b43e07c5fb3>`__
+Modify INT FIR configuration settings \*
+`a62b221b2fc8 <https://github.com/open-power/hostboot/commit/a62b221b2fc8>`__
+INT FIR Mask fix for Nimbus DD2.0
+
+Dean Sanner (16): \*
+`08d89ba2b878 <https://github.com/open-power/hostboot/commit/08d89ba2b878>`__
+Remove support for P9N (Nimbus) DD1.0 \*
+`5b272bf3f232 <https://github.com/open-power/hostboot/commit/5b272bf3f232>`__
+Fix PNOR sections loaded into reserve-mem for non secure sys \*
+`97f6525326d7 <https://github.com/open-power/hostboot/commit/97f6525326d7>`__
+Control Host reboots for manufacturing \*
+`6407898fc569 <https://github.com/open-power/hostboot/commit/6407898fc569>`__
+Connect CDIMM power/slope ATTR with VPD accessor function \*
+`1233c105dfd1 <https://github.com/open-power/hostboot/commit/1233c105dfd1>`__
+Various targeting fixes for Fleetwood system \*
+`99f0ee037491 <https://github.com/open-power/hostboot/commit/99f0ee037491>`__
+Fleetwood dimm numbering fixes \*
+`4606e773441d <https://github.com/open-power/hostboot/commit/4606e773441d>`__
+Factor in fabric group on multinode systems \*
+`480f31bfceaa <https://github.com/open-power/hostboot/commit/480f31bfceaa>`__
+Correct Obus buckets math: one, not zero based \*
+`9225a7cd9cfa <https://github.com/open-power/hostboot/commit/9225a7cd9cfa>`__
+Only enable TCEs on drawer 0 for multinode \*
+`7b2ee59900c6 <https://github.com/open-power/hostboot/commit/7b2ee59900c6>`__
+Fixes for multinode istep 21.1 \*
+`a8b5cf553026 <https://github.com/open-power/hostboot/commit/a8b5cf553026>`__
+Tweak IBM SFC flash settings for Micron chips \*
+`34ff810fcb79 <https://github.com/open-power/hostboot/commit/34ff810fcb79>`__
+Remove excessive tracing from AttrRP \*
+`6751a4860243 <https://github.com/open-power/hostboot/commit/6751a4860243>`__
+Default to full cache usage during early Hostboot \*
+`305fcd051d53 <https://github.com/open-power/hostboot/commit/305fcd051d53>`__
+Updates to make multinode IPC work \*
+`fe7571698e85 <https://github.com/open-power/hostboot/commit/fe7571698e85>`__
+Increase SBE FIFO delay timeout \*
+`1eac1bea6c09 <https://github.com/open-power/hostboot/commit/1eac1bea6c09>`__
+Close race condition in multi instance IPC
+
+Donald Washburn (2): \*
+`5e731ccc76d4 <https://github.com/open-power/hostboot/commit/5e731ccc76d4>`__
+Work around for SCOM DMI bug on Cumulus. \*
+`621ab58f2f53 <https://github.com/open-power/hostboot/commit/621ab58f2f53>`__
+Integration of hardware vpd accessor functions into Hostboot.
+
+Dzuy Nguyen (1): \*
+`c71ed1c41450 <https://github.com/open-power/hostboot/commit/c71ed1c41450>`__
+Add support for OBUS PLL buckets
+
+Elizabeth Liner (14): \*
+`7f75425745f0 <https://github.com/open-power/hostboot/commit/7f75425745f0>`__
+Moving SBE threshold handler to its own file \*
+`351f3287bba4 <https://github.com/open-power/hostboot/commit/351f3287bba4>`__
+Create base class structure for SbeRetryHandler \*
+`18f9c896aa1e <https://github.com/open-power/hostboot/commit/18f9c896aa1e>`__
+Fixing the SBE switch functionality \*
+`010d6a9a091b <https://github.com/open-power/hostboot/commit/010d6a9a091b>`__
+Adding more debugging traces to the SBE error handler \*
+`e29c5cfdb62c <https://github.com/open-power/hostboot/commit/e29c5cfdb62c>`__
+SBE error logging and handler cleanup \*
+`a147e5838156 <https://github.com/open-power/hostboot/commit/a147e5838156>`__
+Unit tests for SbeRetryHandler \*
+`cf89b876a3d4 <https://github.com/open-power/hostboot/commit/cf89b876a3d4>`__
+Adding SbeRetryHandler to the runtime module \*
+`a334e5aa3f11 <https://github.com/open-power/hostboot/commit/a334e5aa3f11>`__
+Add in a check in the PSU error logging for SBE failure \*
+`2e5deae5db69 <https://github.com/open-power/hostboot/commit/2e5deae5db69>`__
+Add call to get the SBE RC and commit it to an error log \*
+`6b43bcadea88 <https://github.com/open-power/hostboot/commit/6b43bcadea88>`__
+Adding advanced restart logic after detecting vital attentions \*
+`7c679624bbb1 <https://github.com/open-power/hostboot/commit/7c679624bbb1>`__
+Fixing timeout error in PSU code - removing hang \*
+`7136fd9b50af <https://github.com/open-power/hostboot/commit/7136fd9b50af>`__
+Cleaning up git tree from memd\_creation.pl \*
+`ddfe08755562 <https://github.com/open-power/hostboot/commit/ddfe08755562>`__
+Fixing SBE PSU error messages \*
+`1e337a9565c8 <https://github.com/open-power/hostboot/commit/1e337a9565c8>`__
+Moving Sbe Retry Handler work to common file for runtime
+
+Greg Still (10): \*
+`a2d52141acb9 <https://github.com/open-power/hostboot/commit/a2d52141acb9>`__
+PM: Disable core hang buster \*
+`361addb254f6 <https://github.com/open-power/hostboot/commit/361addb254f6>`__
+Pstate Parameter Block/Setup Evid: Safe Pstate Fix \*
+`dc276ea88de6 <https://github.com/open-power/hostboot/commit/dc276ea88de6>`__
+PM: Fix p9\_setup\_evid for manual voltage overrides \*
+`d02b0a626e2f <https://github.com/open-power/hostboot/commit/d02b0a626e2f>`__
+PM: OCC Pstate Parm Block comments for minimum frequency and Pstate
+being safe \*
+`42937caa1ce4 <https://github.com/open-power/hostboot/commit/42937caa1ce4>`__
+WOF/Pstates: HOMER VFRT rounding fix and Safe Mode Freq -> Pstate fix \*
+`8cdeae021f82 <https://github.com/open-power/hostboot/commit/8cdeae021f82>`__
+VDM: PSAFE needs a default setting if #W VDM leads to VDM disablement \*
+`430115962900 <https://github.com/open-power/hostboot/commit/430115962900>`__
+WOF: VFRT biasing based on ATTR\_FREQ\_BIAS\_\ * *
+`862087b9cf1a <https://github.com/open-power/hostboot/commit/862087b9cf1a>`__
+WOF: Pass PGPE VPD IQ good normal core per sort for WOF Phase 2 \*
+`54a8d9a839e8 <https://github.com/open-power/hostboot/commit/54a8d9a839e8>`__
+PM: Use auto-special wake-up to cover PM complex reset window \*
+`2b999014ed98 <https://github.com/open-power/hostboot/commit/2b999014ed98>`__
+PM: fix special wake-up LMCR check for auto mode
+
+Ilya Smirnov (14): \*
+`a56250e422be <https://github.com/open-power/hostboot/commit/a56250e422be>`__
+Strip commas and quotes from PEL data string in eSEL.pl \*
+`6b229a55e244 <https://github.com/open-power/hostboot/commit/6b229a55e244>`__
+Correct the timestamp in istep 16.2 \*
+`c4d83bcbb421 <https://github.com/open-power/hostboot/commit/c4d83bcbb421>`__
+Deliver NIMBUS and CUMULUS standalone images to fips for Simics
+regression \*
+`03e13ded8724 <https://github.com/open-power/hostboot/commit/03e13ded8724>`__
+Populate hb Runtime Data after OCC Starts \*
+`e7fd8e4f5b01 <https://github.com/open-power/hostboot/commit/e7fd8e4f5b01>`__
+Post-process hb timestamps in eSEL.pl \*
+`d37246879463 <https://github.com/open-power/hostboot/commit/d37246879463>`__
+Populate ATTR\_FABRIC\_PRESENT\_GROUPS \*
+`e51716b15f79 <https://github.com/open-power/hostboot/commit/e51716b15f79>`__
+Fix Timestamp Search for eSEL.pl \*
+`6e7bb893b400 <https://github.com/open-power/hostboot/commit/6e7bb893b400>`__
+Load MEMD Partition in Itep 7.3 \*
+`4bcfb10e2752 <https://github.com/open-power/hostboot/commit/4bcfb10e2752>`__
+Remove Istep 10.3 From IPL Flow \*
+`4648dad462fd <https://github.com/open-power/hostboot/commit/4648dad462fd>`__
+Populate the Severity of PLAT Errors \*
+`05736e87c0ec <https://github.com/open-power/hostboot/commit/05736e87c0ec>`__
+Check TYPE\_NODE Targets Twice for Serial/Part Number Updates \*
+`d9c127dca831 <https://github.com/open-power/hostboot/commit/d9c127dca831>`__
+Error when hb tries to access reserved memory past limit \*
+`f89ef7412495 <https://github.com/open-power/hostboot/commit/f89ef7412495>`__
+Pass Actual SecureRom size in HDAT to OPAL \*
+`94d559d6c39a <https://github.com/open-power/hostboot/commit/94d559d6c39a>`__
+Add SECBOOT Partition Back to PNOR
+
+Jacob Harvey (4): \*
+`cf5d76cbc891 <https://github.com/open-power/hostboot/commit/cf5d76cbc891>`__
+Set blue waterfall range to 1-4 for all freqs \*
+`7fa961df6429 <https://github.com/open-power/hostboot/commit/7fa961df6429>`__
+Fix sim problems on awan \*
+`e0cdfdda35d6 <https://github.com/open-power/hostboot/commit/e0cdfdda35d6>`__
+Create xlate equality function for dimm kind \*
+`f7dfd17dfc99 <https://github.com/open-power/hostboot/commit/f7dfd17dfc99>`__
+Fix RCW structure and make a default option
+
+Jayashankar Padath (1): \*
+`7f0962881ce0 <https://github.com/open-power/hostboot/commit/7f0962881ce0>`__
+HDAT : Update in feature flag structure value
+
+Jaymes Wilks (14): \*
+`cb260675de9f <https://github.com/open-power/hostboot/commit/cb260675de9f>`__
+Secure Boot: HBBL partition support [FSP] \*
+`5fa02a909075 <https://github.com/open-power/hostboot/commit/5fa02a909075>`__
+Support selecting fips or op-build for signing process \*
+`f7b3c79d2b2a <https://github.com/open-power/hostboot/commit/f7b3c79d2b2a>`__
+Secure Boot: SBKT partition support [FSP] \*
+`eaf4ca605f7b <https://github.com/open-power/hostboot/commit/eaf4ca605f7b>`__
+Create new test only PNOR section to test secure Load/Unloads \*
+`ba9cad2c031b <https://github.com/open-power/hostboot/commit/ba9cad2c031b>`__
+Create better anti-deadlock strategy for vfs \*
+`fa2acdeb7202 <https://github.com/open-power/hostboot/commit/fa2acdeb7202>`__
+Change FIPS build genPnorImages.pl constant back to 0x40000000 \*
+`04dca99153ca <https://github.com/open-power/hostboot/commit/04dca99153ca>`__
+Stop deconfiguring magic MCA and its MCBIST by association \*
+`79abc8362186 <https://github.com/open-power/hostboot/commit/79abc8362186>`__
+Make FCO cores distribute evenly among processors \*
+`2a032fa76a4e <https://github.com/open-power/hostboot/commit/2a032fa76a4e>`__
+Continue to run simics on lack of write access for trace files \*
+`c1d8f52bb296 <https://github.com/open-power/hostboot/commit/c1d8f52bb296>`__
+Fix failures to boot with unsecured mode \*
+`9bfb2013af39 <https://github.com/open-power/hostboot/commit/9bfb2013af39>`__
+Add HW callout mapping to target subsystem table \*
+`eb4da4cd0830 <https://github.com/open-power/hostboot/commit/eb4da4cd0830>`__
+Make reconfig loop failures unrecoverable only in istep mode \*
+`24252f0e54b0 <https://github.com/open-power/hostboot/commit/24252f0e54b0>`__
+Fix developer and customer descriptions for TPM required policy \*
+`6a2a94e232d8 <https://github.com/open-power/hostboot/commit/6a2a94e232d8>`__
+Add callout for unresponsive TPMs
+
+Jennifer A. Stofer (1): \*
+`a8ef67b96804 <https://github.com/open-power/hostboot/commit/a8ef67b96804>`__
+Revert "Adding p9a support."
+
+Jenny Huynh (2): \*
+`b9374cdc6edc <https://github.com/open-power/hostboot/commit/b9374cdc6edc>`__
+Workaround for Quaint Gate, Angry Reindeer \*
+`43736aca31cf <https://github.com/open-power/hostboot/commit/43736aca31cf>`__
+Updating HW414700 to also apply to Cumulus DD10
+
+Joachim Fenkes (3): \*
+`6731aa248737 <https://github.com/open-power/hostboot/commit/6731aa248737>`__
+p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL lock \*
+`aed6647b5f80 <https://github.com/open-power/hostboot/commit/aed6647b5f80>`__
+p9\*\_clockcntl: Add missing NPU ring 0xF in N3 chiplet to clock check
+\*
+`b8ebffe6e6a4 <https://github.com/open-power/hostboot/commit/b8ebffe6e6a4>`__
+HDCT: Remove core trace arrays, permanent P9 erratum
+
+Joe McGill (35): \*
+`44881dc3727c <https://github.com/open-power/hostboot/commit/44881dc3727c>`__
+L2 - Fabric updates for multi-chip support \*
+`d704be991b7f <https://github.com/open-power/hostboot/commit/d704be991b7f>`__
+L2 HWPs -- p9\_smp\_link\_layer and p9\_fab\_iovalid \*
+`4e12e90c06fd <https://github.com/open-power/hostboot/commit/4e12e90c06fd>`__
+L2 - Fabric updates for multi-chip support \*
+`f10a3f6c0902 <https://github.com/open-power/hostboot/commit/f10a3f6c0902>`__
+IO, FBC updates to enable ABUS for Fleetwood \*
+`af548636493d <https://github.com/open-power/hostboot/commit/af548636493d>`__
+p9c.mc.scan.initfle -- initial release \*
+`d6c5b55b7f06 <https://github.com/open-power/hostboot/commit/d6c5b55b7f06>`__
+cen\_stopclocks update \*
+`1bf7f7464012 <https://github.com/open-power/hostboot/commit/1bf7f7464012>`__
+Shift HWP content to align with desired EKB layout \*
+`73859ef374f2 <https://github.com/open-power/hostboot/commit/73859ef374f2>`__
+update owner comments in ADU, PBA, TOD HWPs \*
+`f46fb4538247 <https://github.com/open-power/hostboot/commit/f46fb4538247>`__
+p9.filter.pll.scan.intifile -- set 0 BGoffset for P9C DD1.1 \*
+`def5778ba314 <https://github.com/open-power/hostboot/commit/def5778ba314>`__
+remove NV iovalid assertion from FW and add scan inits to resolve glsmux
+xstate \*
+`47a980c12cf7 <https://github.com/open-power/hostboot/commit/47a980c12cf7>`__
+mvpd\_access\_defs.H -- add enum for AW keyword access \*
+`83fecdb69bbd <https://github.com/open-power/hostboot/commit/83fecdb69bbd>`__
+create empty shells for initfiles coming under 50468 \*
+`2209292ea1a7 <https://github.com/open-power/hostboot/commit/2209292ea1a7>`__
+Chip address extension workaround for HW423589 (option2), part1 \*
+`74cc36c5dd03 <https://github.com/open-power/hostboot/commit/74cc36c5dd03>`__
+Chip address extension workaround for HW423589 (option2), part2 \*
+`6782a20d9c7c <https://github.com/open-power/hostboot/commit/6782a20d9c7c>`__
+p9\_mss\_eff\_grouping -- fix mirrored memory mapping bug introduced by
+49290 \*
+`2b0de939d297 <https://github.com/open-power/hostboot/commit/2b0de939d297>`__
+support customized application of filter PLL buckets from AW MVPD
+keyword \*
+`547e7f8b0493 <https://github.com/open-power/hostboot/commit/547e7f8b0493>`__
+p9\_mss\_eff\_grouping -- fix multi-group mirrored mapping bug
+introduced by 49290 \*
+`0041dd78c705 <https://github.com/open-power/hostboot/commit/0041dd78c705>`__
+cen\_initf\_errors.xml -- initial release \*
+`20a0e8bd621b <https://github.com/open-power/hostboot/commit/20a0e8bd621b>`__
+disable ECC bypass for Cumulus DD1.0 \*
+`f7fb6d73a88d <https://github.com/open-power/hostboot/commit/f7fb6d73a88d>`__
+apply rings from Centaur HW image \*
+`63167adf8994 <https://github.com/open-power/hostboot/commit/63167adf8994>`__
+MCD disable workaround for HW423589 (option1) \*
+`d65acc669a10 <https://github.com/open-power/hostboot/commit/d65acc669a10>`__
+checkstop on MCD UE when extended addressing mode is enabled \*
+`142e05201115 <https://github.com/open-power/hostboot/commit/142e05201115>`__
+Disable read data delay for Cumulus DD1.0, enable for DD1.1 \*
+`02e505b4c437 <https://github.com/open-power/hostboot/commit/02e505b4c437>`__
+p9\_fab\_iovalid -- secure ABUS mailboxes after iovalid is asserted \*
+`5343e0808f17 <https://github.com/open-power/hostboot/commit/5343e0808f17>`__
+fix ADU setup for MCD disabled operation \*
+`d2c3cd5ab8ce <https://github.com/open-power/hostboot/commit/d2c3cd5ab8ce>`__
+p9\_pcie\_config -- MCD disable updates \*
+`cc2d45afa61c <https://github.com/open-power/hostboot/commit/cc2d45afa61c>`__
+p9\_xbus\_fir\_utils.H -- create header for definition of XBUS related
+FIR settings \*
+`4923ac750fb9 <https://github.com/open-power/hostboot/commit/4923ac750fb9>`__
+p9\_setup\_bars -- precisely configure MCD available group vector \*
+`c9a86977d3eb <https://github.com/open-power/hostboot/commit/c9a86977d3eb>`__
+shift XBUS FIR programming inits for secure boot \*
+`1d70cbbeba50 <https://github.com/open-power/hostboot/commit/1d70cbbeba50>`__
+cresp address error handling updates \*
+`c2816fc79f84 <https://github.com/open-power/hostboot/commit/c2816fc79f84>`__
+update OBUS PLL buckets for p9n dd22, p9c dd11 \*
+`aeec96752c1a <https://github.com/open-power/hostboot/commit/aeec96752c1a>`__
+Cumulus MSS FIR updates \*
+`70ec114fdfd4 <https://github.com/open-power/hostboot/commit/70ec114fdfd4>`__
+p9\_build\_smp -- use ADU chipops to switch fabric configuration part #2
+\*
+`f81091a35f5d <https://github.com/open-power/hostboot/commit/f81091a35f5d>`__
+enforce strict 512 GB per socket limit on Witherspoon memory map \*
+`f28cb333bfe3 <https://github.com/open-power/hostboot/commit/f28cb333bfe3>`__
+p9.npu.scom.initfile -- limit DCP0 credits for HW437173
+
+Joel Stanley (1): \*
+`716a165455c1 <https://github.com/open-power/hostboot/commit/716a165455c1>`__
+fapi2: Fix template call sites for GCC 7
+
+John Rell (2): \*
+`72a3e1a7da9c <https://github.com/open-power/hostboot/commit/72a3e1a7da9c>`__
+jgr17121400 HW430958 Cumulus Xbus short channel \*
+`c439c1399cb1 <https://github.com/open-power/hostboot/commit/c439c1399cb1>`__
+jgr171017 Setting changes for Obus boardwire vs cable
+
+Kahn Evans (1): \*
+`0ef7c3c566af <https://github.com/open-power/hostboot/commit/0ef7c3c566af>`__
+Optional support to parse default attribute tags
+
+Lennard Streat (5): \*
+`9554c4520e9e <https://github.com/open-power/hostboot/commit/9554c4520e9e>`__
+Updating MCU to support ALT\_M setting fix (HW425310). \*
+`46b2641400bc <https://github.com/open-power/hostboot/commit/46b2641400bc>`__
+Adding in feature to run hardware force mirror facility by default. \*
+`421bf8c4f4c5 <https://github.com/open-power/hostboot/commit/421bf8c4f4c5>`__
+Disable Read data delay for Cumulus DD1.0. \*
+`ca9bfdb954db <https://github.com/open-power/hostboot/commit/ca9bfdb954db>`__
+Workaround for Warlike Parasite (HW430546) \*
+`2839599b3373 <https://github.com/open-power/hostboot/commit/2839599b3373>`__
+Protect Firmware from exposure to HW423533
+
+Louis Stermole (14): \*
+`d7750b78d80c <https://github.com/open-power/hostboot/commit/d7750b78d80c>`__
+Fix tWLDQSEN and IPW\_WR\_WR timing parameters for MSS training \*
+`08cfd267e67e <https://github.com/open-power/hostboot/commit/08cfd267e67e>`__
+Add Vreg==1 trigger to DLL workaround \*
+`929920660d1c <https://github.com/open-power/hostboot/commit/929920660d1c>`__
+Fix default values for power/thermal MRW attributes in XML \*
+`efe0e19b37f5 <https://github.com/open-power/hostboot/commit/efe0e19b37f5>`__
+Fix Galois codes for chip marks added by MSS restore\_repairs function
+\*
+`956df8db0fd1 <https://github.com/open-power/hostboot/commit/956df8db0fd1>`__
+Change ZQ cal fail action to deconfigure MCBIST instead of MCA \*
+`fc1ce68719ee <https://github.com/open-power/hostboot/commit/fc1ce68719ee>`__
+Enable exit\_1 mode in FWMS for symbol marks \*
+`789f5c5645a5 <https://github.com/open-power/hostboot/commit/789f5c5645a5>`__
+Move MSS Rosetta map from lab to f/w library, add API \*
+`d55728f031ec <https://github.com/open-power/hostboot/commit/d55728f031ec>`__
+Modify Rosetta map to reflect port corrections \*
+`8ce3ad72158b <https://github.com/open-power/hostboot/commit/8ce3ad72158b>`__
+Rename access\_delay\_regs API perspective MC to C4 and add real MC
+perspective \*
+`e75b51ba9604 <https://github.com/open-power/hostboot/commit/e75b51ba9604>`__
+Return failing MCA targets when MSS\_CALC\_PORT\_POWER\_EXCEEDS\_MAX
+condition hit \*
+`3ef5e1a8f163 <https://github.com/open-power/hostboot/commit/3ef5e1a8f163>`__
+Add API for MC to C4 DQ pin index translation \*
+`e33d4b68cfd9 <https://github.com/open-power/hostboot/commit/e33d4b68cfd9>`__
+Add better trace to MSS restore DRAM repairs function and add lab
+wrapper \*
+`1d565299ec31 <https://github.com/open-power/hostboot/commit/1d565299ec31>`__
+Add plug rule for dual-drop DIMM configs that produce different xlate
+settings \*
+`03de84e713fb <https://github.com/open-power/hostboot/commit/03de84e713fb>`__
+Add empty MSS freq\_workarounds.C/H for hostboot
+
+Luke C. Murray (4): \*
+`094a91b3f779 <https://github.com/open-power/hostboot/commit/094a91b3f779>`__
+Turning on NCU tlbie pacing by default \*
+`fabc7bd25190 <https://github.com/open-power/hostboot/commit/fabc7bd25190>`__
+Adding attribute to turn memory early data on \*
+`5fa8f9e036df <https://github.com/open-power/hostboot/commit/5fa8f9e036df>`__
+Enabling L2 64B store prediction \*
+`33db30729056 <https://github.com/open-power/hostboot/commit/33db30729056>`__
+Updating Cumulus early memory data dials
+
+Luke Mulkey (5): \*
+`a498dc4e94fb <https://github.com/open-power/hostboot/commit/a498dc4e94fb>`__
+Zeppelin Plug Rule Fix \*
+`7bbec657da0b <https://github.com/open-power/hostboot/commit/7bbec657da0b>`__
+MRW attribute changes \*
+`f230133c8502 <https://github.com/open-power/hostboot/commit/f230133c8502>`__
+Lab tools for p9c. \*
+`e4c43f303408 <https://github.com/open-power/hostboot/commit/e4c43f303408>`__
+Fix mss\_freq bug \*
+`14ae2496088d <https://github.com/open-power/hostboot/commit/14ae2496088d>`__
+Add ddr4 mnfg info to attributes during spd collection
+
+Marty Gloff (4): \*
+`fe58a710b97e <https://github.com/open-power/hostboot/commit/fe58a710b97e>`__
+Parser for SBE and HCODE build level \*
+`ca52f95d63bd <https://github.com/open-power/hostboot/commit/ca52f95d63bd>`__
+Concurrent code update of HBRT - Read Version \*
+`0a1b60c34e55 <https://github.com/open-power/hostboot/commit/0a1b60c34e55>`__
+Concurrent code update of HBRT - Update Structure \*
+`6c769aede363 <https://github.com/open-power/hostboot/commit/6c769aede363>`__
+Concurrent code update of HBRT - Enable Interface for Host
+
+Matt Derksen (18): \*
+`2b4e2315094e <https://github.com/open-power/hostboot/commit/2b4e2315094e>`__
+Send down OCC info logs to BMC for call-home \*
+`3378748dbc2e <https://github.com/open-power/hostboot/commit/3378748dbc2e>`__
+Fix some review comments for sending down OCC info logs to BMC \*
+`dacd80a9811f <https://github.com/open-power/hostboot/commit/dacd80a9811f>`__
+Fix grabbing config from NV keyword data \*
+`89f7297255af <https://github.com/open-power/hostboot/commit/89f7297255af>`__
+Test and verify concurrent init of PM complex \*
+`2d590161d70f <https://github.com/open-power/hostboot/commit/2d590161d70f>`__
+Enable ZZ-2U \*
+`2429064ef8ce <https://github.com/open-power/hostboot/commit/2429064ef8ce>`__
+Move major stack variable to heap to avoid stack overrun \*
+`5161b6eb9b76 <https://github.com/open-power/hostboot/commit/5161b6eb9b76>`__
+Increase trace buffer size to avoid hang between traces and PRD. \*
+`6141805efc9c <https://github.com/open-power/hostboot/commit/6141805efc9c>`__
+Add HB\_VOLATILE sensor so OpenBMC can mark volatile sections \*
+`d2b876356f54 <https://github.com/open-power/hostboot/commit/d2b876356f54>`__
+Lock i2c around vpd write message to FSP at runtime \*
+`722bf1861db9 <https://github.com/open-power/hostboot/commit/722bf1861db9>`__
+Fix setting hbVolatile and RebootControl sensors \*
+`44aa1a1578b1 <https://github.com/open-power/hostboot/commit/44aa1a1578b1>`__
+Compile attributeOverride tool in x86.nfp environment for mnfg use \*
+`f6f8c953755a <https://github.com/open-power/hostboot/commit/f6f8c953755a>`__
+EKB side of changes for attributeOverride tool in x86.nfp context \*
+`f0c1f3b3a422 <https://github.com/open-power/hostboot/commit/f0c1f3b3a422>`__
+Explicitly call ATTN/PRD before exiting PM Reset flow \*
+`27cbbc4cc87d <https://github.com/open-power/hostboot/commit/27cbbc4cc87d>`__
+Update int64\_t attributes in attributeenums.H to LL \*
+`d5bdfe28f46f <https://github.com/open-power/hostboot/commit/d5bdfe28f46f>`__
+Initialize SBE message communication on HBRT start \*
+`de8120523a0c <https://github.com/open-power/hostboot/commit/de8120523a0c>`__
+Only access HB\_VOLATILE on non-FSP systems \*
+`27bddb0e962f <https://github.com/open-power/hostboot/commit/27bddb0e962f>`__
+Update attributes based on message from the FSP \*
+`b6f70467b720 <https://github.com/open-power/hostboot/commit/b6f70467b720>`__
+Add duplibs.sh tool to our hostboot repo
+
+Matthew Hickman (2): \*
+`daa54a8d74e8 <https://github.com/open-power/hostboot/commit/daa54a8d74e8>`__
+Fixed AUE/IAUE masking bug \*
+`1012aacb0a13 <https://github.com/open-power/hostboot/commit/1012aacb0a13>`__
+Added workaround for broadcast mode UE noise window
+
+Michael Floyd (1): \*
+`a5f5a3baefa6 <https://github.com/open-power/hostboot/commit/a5f5a3baefa6>`__
+CME Code Size Reduction ATTEMPT#3
+
+Mike Baiocchi (19): \*
+`b0a9a93e45dd <https://github.com/open-power/hostboot/commit/b0a9a93e45dd>`__
+Add Functionality To Allow FSP to Enable TCEs For Testing \*
+`8f6cf7d7310d <https://github.com/open-power/hostboot/commit/8f6cf7d7310d>`__
+Add TCE Support to utillidmgr \*
+`8fcdfa14a7d3 <https://github.com/open-power/hostboot/commit/8fcdfa14a7d3>`__
+Support Verifying and Moving PAYLOAD and HDAT when TCEs are Enabled \*
+`5cd503229820 <https://github.com/open-power/hostboot/commit/5cd503229820>`__
+Fix Initializing HW To Point At An Invalid TCE Table in Istep 10.6 \*
+`f43013e57725 <https://github.com/open-power/hostboot/commit/f43013e57725>`__
+Send FSP relevant information for PSI Diagnotics test when TCEs are
+enabled \*
+`07f9a3771538 <https://github.com/open-power/hostboot/commit/07f9a3771538>`__
+TCE Updates to support OPAL \*
+`b27a71f308e1 <https://github.com/open-power/hostboot/commit/b27a71f308e1>`__
+Update TPM Retry Policy and Timings \*
+`e93cf4eb7e3e <https://github.com/open-power/hostboot/commit/e93cf4eb7e3e>`__
+Enable TCEs as the default on FSP-based systems \*
+`079068a0dd84 <https://github.com/open-power/hostboot/commit/079068a0dd84>`__
+I2C Reset Path: Add Poll of SCL High Before Issuing Stop Command \*
+`8632294639a9 <https://github.com/open-power/hostboot/commit/8632294639a9>`__
+Secure Boot: Skip OPAL Verification \*
+`4046ab053d85 <https://github.com/open-power/hostboot/commit/4046ab053d85>`__
+On MPIPLs open up TCE windows for FSP to extract dump information \*
+`1d437c8dc548 <https://github.com/open-power/hostboot/commit/1d437c8dc548>`__
+Verify ComponentID and Extend PAYLOAD \*
+`3143da8a19df <https://github.com/open-power/hostboot/commit/3143da8a19df>`__
+Do Not Unload libruntime.so on MPIPLs \*
+`b1d0900ad706 <https://github.com/open-power/hostboot/commit/b1d0900ad706>`__
+Find location of HDAT relocation dynamically from PAYLOAD \*
+`4f3656309da6 <https://github.com/open-power/hostboot/commit/4f3656309da6>`__
+Remove Attribute Check For TCE Settings \*
+`0bfdbce84ec9 <https://github.com/open-power/hostboot/commit/0bfdbce84ec9>`__
+Update utilDeallocateTces and other TCE Cleanup \*
+`31b01f231f1c <https://github.com/open-power/hostboot/commit/31b01f231f1c>`__
+Add TCE-related attributes to the Node target \*
+`2d6ba11ae2fc <https://github.com/open-power/hostboot/commit/2d6ba11ae2fc>`__
+Add checks to PnorUtils.pm to look for errors in layout files \*
+`c93bef31ae6c <https://github.com/open-power/hostboot/commit/c93bef31ae6c>`__
+Update TCE Testcases
+
+Nicholas E. Bofferding (1): \*
+`e770e96a5d67 <https://github.com/open-power/hostboot/commit/e770e96a5d67>`__
+Revert "Remove Attribute Check For TCE Settings"
+
+Nick Bofferding (18): \*
+`b0f4906b589d <https://github.com/open-power/hostboot/commit/b0f4906b589d>`__
+Secure Boot: Sign MEMD partition for FSP platforms \*
+`07d75753d594 <https://github.com/open-power/hostboot/commit/07d75753d594>`__
+Secure Boot: Enforce PNOR section component IDs \*
+`70c697000c8a <https://github.com/open-power/hostboot/commit/70c697000c8a>`__
+Secure Boot: Fix parallel and multiple pass image signing issues \*
+`f7dd1f12d858 <https://github.com/open-power/hostboot/commit/f7dd1f12d858>`__
+Secure Boot: Purge dev SW signing cache before reuse \*
+`9470c51fc486 <https://github.com/open-power/hostboot/commit/9470c51fc486>`__
+Secure Boot: Support FSP/HB standalone production signing \*
+`2fc740c30b90 <https://github.com/open-power/hostboot/commit/2fc740c30b90>`__
+Secure Boot: Enable PSI interrupts after XSCOM switchover \*
+`98e555428942 <https://github.com/open-power/hostboot/commit/98e555428942>`__
+Secure Boot: Blacklist: Init PSI bridge BAR and FSP BAR properly for
+security \*
+`3e24de691ed6 <https://github.com/open-power/hostboot/commit/3e24de691ed6>`__
+Secure Boot: Surface unique TI when key transitioning complete \*
+`00d2200112da <https://github.com/open-power/hostboot/commit/00d2200112da>`__
+Secure Boot; Force simultaneous SBE update on key transition \*
+`bd1519429ab3 <https://github.com/open-power/hostboot/commit/bd1519429ab3>`__
+Secure Boot: RAS Reviews: Fix load handler logging \*
+`7a5fdcbd0c45 <https://github.com/open-power/hostboot/commit/7a5fdcbd0c45>`__
+Secure Boot: Remove cyclic dependency in TPM daemon shutdown path \*
+`d52d893e3aa2 <https://github.com/open-power/hostboot/commit/d52d893e3aa2>`__
+Secure Boot: Flag ROM verify reason code as terminating RC \*
+`eb22cf5b7cb7 <https://github.com/open-power/hostboot/commit/eb22cf5b7cb7>`__
+Secure Boot: Open persistent virtual memory mapping for HDAT TPM logs \*
+`24d964b78e02 <https://github.com/open-power/hostboot/commit/24d964b78e02>`__
+Fix syntax error in Dump.pm \*
+`d18433a85fa8 <https://github.com/open-power/hostboot/commit/d18433a85fa8>`__
+Secure Boot: Open up Hostboot VMM untrusted RO window on non-master
+procs \*
+`1fe8dc520583 <https://github.com/open-power/hostboot/commit/1fe8dc520583>`__
+Secure Boot: Remove utilmem from verify container fail path \*
+`b5fedb0fcbc0 <https://github.com/open-power/hostboot/commit/b5fedb0fcbc0>`__
+Secure Boot: Adapt workbooks' TPM target to Hostboot's \*
+`28927a78ca41 <https://github.com/open-power/hostboot/commit/28927a78ca41>`__
+Fix syntax error in Dump.pm
+
+Nick Klazynski (10): \*
+`cf1f011b5af9 <https://github.com/open-power/hostboot/commit/cf1f011b5af9>`__
+Add HW425526 and HW425027 \*
+`c4139797e45b <https://github.com/open-power/hostboot/commit/c4139797e45b>`__
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970 \*
+`1ed63da3a55c <https://github.com/open-power/hostboot/commit/1ed63da3a55c>`__
+Nimbus DD2.2 core chickenswitches \*
+`fcf7d0e3f5fe <https://github.com/open-power/hostboot/commit/fcf7d0e3f5fe>`__
+Large update for security \*
+`a9040e3c67fd <https://github.com/open-power/hostboot/commit/a9040e3c67fd>`__
+Fix three NDD2.1 dials and add new NDD2.2 workarounds \*
+`6b21ff6c1caf <https://github.com/open-power/hostboot/commit/6b21ff6c1caf>`__
+Add new TM IMC, Add TLBIE hangbuster \*
+`bf86a41a8e0e <https://github.com/open-power/hostboot/commit/bf86a41a8e0e>`__
+Implement security IMCs, based on v29 of wiki \*
+`74a1024eb8c1 <https://github.com/open-power/hostboot/commit/74a1024eb8c1>`__
+Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC \*
+`1c8193dd9e82 <https://github.com/open-power/hostboot/commit/1c8193dd9e82>`__
+Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+clockgate \*
+`80fa020e3ea7 <https://github.com/open-power/hostboot/commit/80fa020e3ea7>`__
+Add TM WAT workaround; NDD2.2 and CDD1.1 only
+
+Prachi Gupta (14): \*
+`18cc0dfbc93f <https://github.com/open-power/hostboot/commit/18cc0dfbc93f>`__
+Zeppelin BUP updates \*
+`5b3da20db0e8 <https://github.com/open-power/hostboot/commit/5b3da20db0e8>`__
+Zeppelin BUP updates: Targets.pm changes \*
+`a420f6c23b46 <https://github.com/open-power/hostboot/commit/a420f6c23b46>`__
+Zeppelin BUP updates: mss\_memdiags workaround \*
+`e4d01510117e <https://github.com/open-power/hostboot/commit/e4d01510117e>`__
+Zeppelin BUP: istep 14 fixes \*
+`50a901b1468a <https://github.com/open-power/hostboot/commit/50a901b1468a>`__
+ZEPPELIN BUP: fix VPD\_REC\_NUM for membuf target \*
+`3807622a5fae <https://github.com/open-power/hostboot/commit/3807622a5fae>`__
+ZEPPELIN BUP: host enable memvolt changes \*
+`94d8abaa56c0 <https://github.com/open-power/hostboot/commit/94d8abaa56c0>`__
+Added values for CVPD\_SIZE and CVPD\_MAX\_SECTIONS in processMrw \*
+`51d3eeea8b3a <https://github.com/open-power/hostboot/commit/51d3eeea8b3a>`__
+set ATTR\_PROC\_SBE\_MASTER\_CHIP based on LPC connections in MRW \*
+`9ea9546db73d <https://github.com/open-power/hostboot/commit/9ea9546db73d>`__
+ZEP\_BUP: remove no\_export and default value from
+DMI\_REFCLOCK\_SWIZZLE \*
+`bb004ba55073 <https://github.com/open-power/hostboot/commit/bb004ba55073>`__
+processMrw: hard-code all base bar addresses as to not rely on mrw \*
+`07c9730e0a3f <https://github.com/open-power/hostboot/commit/07c9730e0a3f>`__
+CEN\_MSS\_CACHE\_ENABLE: default to 1 \*
+`77224965fc6c <https://github.com/open-power/hostboot/commit/77224965fc6c>`__
+processMrw: multinode updates \*
+`abc7d754b770 <https://github.com/open-power/hostboot/commit/abc7d754b770>`__
+host\_coalesce\_host: bup updates \*
+`0e0dc100a1ad <https://github.com/open-power/hostboot/commit/0e0dc100a1ad>`__
+LINK\_TRAIN: HWSV needs to write this attr, so, marking it as writable
+
+Prasad Bg Ranganath (11): \*
+`c0d7d47a554f <https://github.com/open-power/hostboot/commit/c0d7d47a554f>`__
+PM: Fix QCSR and CCSR update \*
+`79acd9f3a834 <https://github.com/open-power/hostboot/commit/79acd9f3a834>`__
+P9\_pstate\_parameter\_block: Bug fix in IAC VDN calculation \*
+`5b86ae89fcd9 <https://github.com/open-power/hostboot/commit/5b86ae89fcd9>`__
+Fix bug in cache query state procedure \*
+`1c06b1a80e5e <https://github.com/open-power/hostboot/commit/1c06b1a80e5e>`__
+p9\_setup\_evid: Missed applying bias values for pound V \*
+`4319e2a93d9a <https://github.com/open-power/hostboot/commit/4319e2a93d9a>`__
+p9\_pm\_pstate\_gpe\_init: setup Fsafe in all configured QPPMs \*
+`ed38dac64269 <https://github.com/open-power/hostboot/commit/ed38dac64269>`__
+p9\_pstate\_parameter\_block: support removal of VFRT Vdn \*
+`755b47ecad12 <https://github.com/open-power/hostboot/commit/755b47ecad12>`__
+PPPB: Fix endianess in pstate\_parameter\_block.C \*
+`93c73a3eac40 <https://github.com/open-power/hostboot/commit/93c73a3eac40>`__
+Proc VPD:POUND W Version 3-F support \*
+`c77b6c1a8839 <https://github.com/open-power/hostboot/commit/c77b6c1a8839>`__
+p9\_pm\_reset: check safe mode and, if not, move to Psafe manually \*
+`b0f4bd1e57b5 <https://github.com/open-power/hostboot/commit/b0f4bd1e57b5>`__
+Zepplin:Remove dd level check for cumulus under PPB code \*
+`13b0dd897296 <https://github.com/open-power/hostboot/commit/13b0dd897296>`__
+FW910: PM reset procedure fix, move psafe update after CME halts
+
+Prem Shanker Jha (11): \*
+`47c3bbe42264 <https://github.com/open-power/hostboot/commit/47c3bbe42264>`__
+PM: Added support for version control in SCOM restore entries. \*
+`04846f139458 <https://github.com/open-power/hostboot/commit/04846f139458>`__
+EQ SCOM Restore: Introduced version control in SCOM restore entry. \*
+`000deef452bc <https://github.com/open-power/hostboot/commit/000deef452bc>`__
+PM: Fixed generation of MTSPR instruction in STOP API. \*
+`45824ede1fc0 <https://github.com/open-power/hostboot/commit/45824ede1fc0>`__
+STOP Recovery: Only XIR collection in HWP error path during PM Reset. \*
+`537e7b6e6c72 <https://github.com/open-power/hostboot/commit/537e7b6e6c72>`__
+Hcode Injection: Adds hcode error injection capability. \*
+`993eec11fc9f <https://github.com/open-power/hostboot/commit/993eec11fc9f>`__
+SCOM Restore: Increased the EQ SCOM restore limit. \*
+`6897c9475c92 <https://github.com/open-power/hostboot/commit/6897c9475c92>`__
+Idle Stop State: Adds CME and SGPE global variables to FFDC. \*
+`3b71fb0a04e3 <https://github.com/open-power/hostboot/commit/3b71fb0a04e3>`__
+PM: Level-1 implementation for HWP p9\_pm\_callout. \*
+`8c89a1b7b92d <https://github.com/open-power/hostboot/commit/8c89a1b7b92d>`__
+PM : Changed FFDC collection to XIR mode. \*
+`c9c74dbf7f02 <https://github.com/open-power/hostboot/commit/c9c74dbf7f02>`__
+PM: Workaround to mirror error xml file of p9\_pm\_callout in HB. \*
+`b74acc4c3a24 <https://github.com/open-power/hostboot/commit/b74acc4c3a24>`__
+PM: Generation of summarized version of STOP Recovery FFDC.
+
+Rahul Batra (4): \*
+`4924945481bd <https://github.com/open-power/hostboot/commit/4924945481bd>`__
+PGPE: STOP11+WOF+SafeMode Fixes \*
+`443f2c73ac82 <https://github.com/open-power/hostboot/commit/443f2c73ac82>`__
+PGPE: Fix FIT and actuation step conflict \*
+`3742bc2463d0 <https://github.com/open-power/hostboot/commit/3742bc2463d0>`__
+PM: VDM Prolonged Droop Fix \*
+`fb663d7186c1 <https://github.com/open-power/hostboot/commit/fb663d7186c1>`__
+PSTATE: Remove Already ON/OFF PGPE-OCC IPC Error RC
+
+Raja Das (1): \*
+`60ccd2d1e787 <https://github.com/open-power/hostboot/commit/60ccd2d1e787>`__
+Differentiated Control Node type field from Normal Node
+
+Ricardo Mata (1): \*
+`17ce7befe588 <https://github.com/open-power/hostboot/commit/17ce7befe588>`__
+Added CI throttling support, HW init updates, and fixed a bug with tce
+arb.
+
+Richard J. Knight (7): \*
+`1100f64331cb <https://github.com/open-power/hostboot/commit/1100f64331cb>`__
+Add script to edit hostboot binary images to enable CFM testing \*
+`c2c5d0e657f6 <https://github.com/open-power/hostboot/commit/c2c5d0e657f6>`__
+p9\_xip\_tool support for DD level section parsing \*
+`911996a1c31f <https://github.com/open-power/hostboot/commit/911996a1c31f>`__
+Add new pnor section for Centaur hw ref image \*
+`7f860e8a5c47 <https://github.com/open-power/hostboot/commit/7f860e8a5c47>`__
+BUP - istep 11 support phase 1 \*
+`b87820bf1bcc <https://github.com/open-power/hostboot/commit/b87820bf1bcc>`__
+Invalid FFDC in error log \*
+`fd27bc6d28c5 <https://github.com/open-power/hostboot/commit/fd27bc6d28c5>`__
+Enable multi-drawer hdat construction \*
+`688f82f4a276 <https://github.com/open-power/hostboot/commit/688f82f4a276>`__
+Eliminate duplicate entries in hdat hb reserved mem section
+
+Rick Ward (1): \*
+`ebe0b5de67d7 <https://github.com/open-power/hostboot/commit/ebe0b5de67d7>`__
+Send additional FSP progress messages during long isteps (e.g. memdiags)
+
+Robert Lippert (6): \*
+`fb8c2671f28d <https://github.com/open-power/hostboot/commit/fb8c2671f28d>`__
+errldisplay: use table-driven display for HWPF error strings \*
+`20b179f938d4 <https://github.com/open-power/hostboot/commit/20b179f938d4>`__
+hwas: skip reading ID/EC data from BMC \*
+`69b2391ad885 <https://github.com/open-power/hostboot/commit/69b2391ad885>`__
+ipmi: add support for reading SEL time from BMC \*
+`013f189c0215 <https://github.com/open-power/hostboot/commit/013f189c0215>`__
+vpd: add ability to read record RT keyword value \*
+`7261c1709400 <https://github.com/open-power/hostboot/commit/7261c1709400>`__
+vpd/mvpd: add RT as a valid MVPD keyword enum \*
+`f7b6ad2045f4 <https://github.com/open-power/hostboot/commit/f7b6ad2045f4>`__
+hdat: use VRML record for processor PCRD VPD data
+
+Roland Veloz (7): \*
+`8e6bd68539af <https://github.com/open-power/hostboot/commit/8e6bd68539af>`__
+Updated the GenericFspMboxMessage\_t struct \*
+`f0db3bed8334 <https://github.com/open-power/hostboot/commit/f0db3bed8334>`__
+Handle SBE Error and Attempt Recovery from FSP \*
+`a69cb64611f3 <https://github.com/open-power/hostboot/commit/a69cb64611f3>`__
+Adding support for TOD RAS on FSP systems \*
+`44d0f070400a <https://github.com/open-power/hostboot/commit/44d0f070400a>`__
+Handles FSP reset-reload in HBRT messages \*
+`dfb142acec43 <https://github.com/open-power/hostboot/commit/dfb142acec43>`__
+Corrected issue with hb errlparser not exiting on error \*
+`6f4abd1ea46f <https://github.com/open-power/hostboot/commit/6f4abd1ea46f>`__
+Support for any target deconfig at runtime; Utility to create a generic
+message \*
+`4c76eec6354b <https://github.com/open-power/hostboot/commit/4c76eec6354b>`__
+Propagate PLID from caller to any new errors; GARD target on retry fails
+
+Ryan Black (2): \*
+`d5ca0693761a <https://github.com/open-power/hostboot/commit/d5ca0693761a>`__
+p9.npu.scom.initfile -- fix cq\_sm allocation issue at low water mark \*
+`8c55990c047b <https://github.com/open-power/hostboot/commit/8c55990c047b>`__
+set npu fir 0, bit 46 to masked, set npu fir 1, bits 1,3,5,7,9,11 to
+masked
+
+Sachin Gupta (5): \*
+`4f01142263eb <https://github.com/open-power/hostboot/commit/4f01142263eb>`__
+Remove extra include dependency \*
+`4da087dd8293 <https://github.com/open-power/hostboot/commit/4da087dd8293>`__
+Revert "p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL
+lock" \*
+`610996cd1656 <https://github.com/open-power/hostboot/commit/610996cd1656>`__
+Change type for number of pages. \*
+`4db7aa5d3c6b <https://github.com/open-power/hostboot/commit/4db7aa5d3c6b>`__
+Remove workaround for DD1 SW reset for XIVE \*
+`77012419bdbc <https://github.com/open-power/hostboot/commit/77012419bdbc>`__
+Revert "p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL
+lock""
+
+Sakethan R Kotta (1): \*
+`1f187d7b7b44 <https://github.com/open-power/hostboot/commit/1f187d7b7b44>`__
+ORDINAL\_ID generation is fixed for multi node systems
+
+Sameer Veer (1): \*
+`dddd42af796f <https://github.com/open-power/hostboot/commit/dddd42af796f>`__
+Changes to build-script & setup-env for nimbus & cumulus to co-exist
+
+Sampa Misra (1): \*
+`f10319641ba1 <https://github.com/open-power/hostboot/commit/f10319641ba1>`__
+feature flag changes
+
+Santosh Puranik (6): \*
+`5357999d189c <https://github.com/open-power/hostboot/commit/5357999d189c>`__
+Find connections by destination \*
+`12b6b45da232 <https://github.com/open-power/hostboot/commit/12b6b45da232>`__
+Make plat init attributes non-writable \*
+`94404b004adb <https://github.com/open-power/hostboot/commit/94404b004adb>`__
+Set FSI\_PORT for FSI slaves \*
+`aa0883bae4fa <https://github.com/open-power/hostboot/commit/aa0883bae4fa>`__
+Fix PEER\_HUID attrib for XBUS and ABUS targets \*
+`3dca5a867512 <https://github.com/open-power/hostboot/commit/3dca5a867512>`__
+Remove writeable tag from ATTR\_PROC\_FABRIC\_GROUP\_ID \*
+`b61115da3278 <https://github.com/open-power/hostboot/commit/b61115da3278>`__
+Fix HUID generation on SMPGROUP targets
+
+Sheldon Bailey (3): \*
+`47a4947613f8 <https://github.com/open-power/hostboot/commit/47a4947613f8>`__
+HTMGT:OP910:No change in processor speed turbo or non-turbo Witherspoon
+\*
+`276c45cf2da6 <https://github.com/open-power/hostboot/commit/276c45cf2da6>`__
+HTMGT: Send VRM Vdd Thermal Thresholds to OCC part1 HB attributes \*
+`4809fbff915f <https://github.com/open-power/hostboot/commit/4809fbff915f>`__
+HTMGT: Updates for reporting throttle below nominal on Boston
+
+Shelton Leung (2): \*
+`4f504a2eebea <https://github.com/open-power/hostboot/commit/4f504a2eebea>`__
+fix for incorrect init value of AMO\_Limit\_Select \*
+`606a6f48b15c <https://github.com/open-power/hostboot/commit/606a6f48b15c>`__
+fix for clockgate preventing perfmon start/stop
+
+Soma BhanuTej (3): \*
+`d50dc3d2216a <https://github.com/open-power/hostboot/commit/d50dc3d2216a>`__
+Extract error info from PIBMEM array save-off \*
+`c2e705569f7f <https://github.com/open-power/hostboot/commit/c2e705569f7f>`__
+Make SBE errors recoverable - p9\_sbe\_common \*
+`a59d4f7d2f4e <https://github.com/open-power/hostboot/commit/a59d4f7d2f4e>`__
+Mask TP LFIR for non PPE mode - p9\_sbe\_common
+
+Stephen Cprek (30): \*
+`6e7098eba2f9 <https://github.com/open-power/hostboot/commit/6e7098eba2f9>`__
+Add trace to indicate verify was called on a section \*
+`6caab6132b05 <https://github.com/open-power/hostboot/commit/6caab6132b05>`__
+Create Master Container Lid Manager and test parsing \*
+`141c67de2310 <https://github.com/open-power/hostboot/commit/141c67de2310>`__
+Add Header to TESTRO PNOR section for testing Secure Lid transfer \*
+`89c19d7e3a5b <https://github.com/open-power/hostboot/commit/89c19d7e3a5b>`__
+Process Components in Master Container Lid \*
+`76f627c78307 <https://github.com/open-power/hostboot/commit/76f627c78307>`__
+Sign HBD pnor section in fips builds \*
+`94b12d2ea050 <https://github.com/open-power/hostboot/commit/94b12d2ea050>`__
+Enable preverified lid loading from pnor and Master Container Lid \*
+`b1f4e911b9b7 <https://github.com/open-power/hostboot/commit/b1f4e911b9b7>`__
+Collect PNOR trace on secure verification error \*
+`bf8e8d4deb19 <https://github.com/open-power/hostboot/commit/bf8e8d4deb19>`__
+Fix RTC number in TODO and limit trace from MclMgr and PreVerifiedLidMgr
+\*
+`1f2edbc95b80 <https://github.com/open-power/hostboot/commit/1f2edbc95b80>`__
+Prevent all Master Container Lid processing in OPAL mode \*
+`f4d54e9c85b3 <https://github.com/open-power/hostboot/commit/f4d54e9c85b3>`__
+Fix standalone compile and simics when secureboot compiled out \*
+`63a026113332 <https://github.com/open-power/hostboot/commit/63a026113332>`__
+Create runtime\_utils so both IPL and runtime can use common functions
+\*
+`81279c1d146d <https://github.com/open-power/hostboot/commit/81279c1d146d>`__
+Secure Boot: Fix lid load from HB reserved memory issues at runtime \*
+`75f0cfee9e5d <https://github.com/open-power/hostboot/commit/75f0cfee9e5d>`__
+Fix strncpy from padding past the actual max size \*
+`c336a7728319 <https://github.com/open-power/hostboot/commit/c336a7728319>`__
+Handle comments from pre-verify and runtime lid loading commits \*
+`ca52131dad3d <https://github.com/open-power/hostboot/commit/ca52131dad3d>`__
+Handle ContainerHeader asserts more nicely with error logs \*
+`5b5972e5580c <https://github.com/open-power/hostboot/commit/5b5972e5580c>`__
+Create a Trusted boot trace component and collect trace on errors \*
+`0b408ad7a340 <https://github.com/open-power/hostboot/commit/0b408ad7a340>`__
+Add multi node support for genPnorImages and add HBD Fleetwood files \*
+`a4dc66b8d1c6 <https://github.com/open-power/hostboot/commit/a4dc66b8d1c6>`__
+Specify actual SecureRom size into HDAT for POWERVM \*
+`4888af6221d7 <https://github.com/open-power/hostboot/commit/4888af6221d7>`__
+fix genPnor param MEMD which passed in an empty input filename \*
+`d527220c6ffe <https://github.com/open-power/hostboot/commit/d527220c6ffe>`__
+Add component ID check for Master Container Lid Processing \*
+`82f341573515 <https://github.com/open-power/hostboot/commit/82f341573515>`__
+Fix incorrect size for entries going into hb resv memory \*
+`526f5106cc17 <https://github.com/open-power/hostboot/commit/526f5106cc17>`__
+Do not preverify RINGOVD section in POWERVM mode \*
+`92466e69168a <https://github.com/open-power/hostboot/commit/92466e69168a>`__
+Modify how POWERVM is processed in the MCL manager \*
+`9ae6e9595f97 <https://github.com/open-power/hostboot/commit/9ae6e9595f97>`__
+Remove Secure Boot workarounds \*
+`34dbdc49d0d1 <https://github.com/open-power/hostboot/commit/34dbdc49d0d1>`__
+Convert asserts to error logs where it makes sense \*
+`329b81443b43 <https://github.com/open-power/hostboot/commit/329b81443b43>`__
+Make the MemRegionMgr class target aware \*
+`26bbcd97d817 <https://github.com/open-power/hostboot/commit/26bbcd97d817>`__
+Open Untrusted Communication for SP \*
+`038392cae8c5 <https://github.com/open-power/hostboot/commit/038392cae8c5>`__
+Move closing all unsecure memory regions to 21.3 \*
+`bf9ac140940b <https://github.com/open-power/hostboot/commit/bf9ac140940b>`__
+Unload preverified secure sections after moving to mainstore memory \*
+`8443a65a3599 <https://github.com/open-power/hostboot/commit/8443a65a3599>`__
+Collect better FFDC on ROM verification errors
+
+Stephen Glancy (20): \*
+`d110f5634137 <https://github.com/open-power/hostboot/commit/d110f5634137>`__
+Adds in broadcast support for memdiags \*
+`6b9bc4190d60 <https://github.com/open-power/hostboot/commit/6b9bc4190d60>`__
+Updates memory plug rules \*
+`1cf8acef718a <https://github.com/open-power/hostboot/commit/1cf8acef718a>`__
+Fixes broadcast mode memdiags crash \*
+`e2305fe4b76e <https://github.com/open-power/hostboot/commit/e2305fe4b76e>`__
+Fixes number of DRAM constants \*
+`0f5f2625adad <https://github.com/open-power/hostboot/commit/0f5f2625adad>`__
+Updates dramint training structure \*
+`5ef4ce5ebbcd <https://github.com/open-power/hostboot/commit/5ef4ce5ebbcd>`__
+Fixes memdiags bad address check \*
+`f40bed180c16 <https://github.com/open-power/hostboot/commit/f40bed180c16>`__
+Adds PDA support \*
+`623216605144 <https://github.com/open-power/hostboot/commit/623216605144>`__
+Worksaround AWAN simulation failure \*
+`b17f5a628c59 <https://github.com/open-power/hostboot/commit/b17f5a628c59>`__
+Adds access delay regs helper functions \*
+`db05487e27b5 <https://github.com/open-power/hostboot/commit/db05487e27b5>`__
+Adds blank PDA files for HB \*
+`f57934997860 <https://github.com/open-power/hostboot/commit/f57934997860>`__
+Adds in blank files for CCS workarounds \*
+`3440e65b32f2 <https://github.com/open-power/hostboot/commit/3440e65b32f2>`__
+Adds PDA support \*
+`296cd5865b39 <https://github.com/open-power/hostboot/commit/296cd5865b39>`__
+Adds lab PDA support \*
+`01c730dd4157 <https://github.com/open-power/hostboot/commit/01c730dd4157>`__
+Updates WR VREF for characterization results \*
+`21407ef50121 <https://github.com/open-power/hostboot/commit/21407ef50121>`__
+Fixes WR LVL terminations \*
+`6650adcec6ac <https://github.com/open-power/hostboot/commit/6650adcec6ac>`__
+Updates training advanced and adds custom WR CTR \*
+`e369ee31b0c5 <https://github.com/open-power/hostboot/commit/e369ee31b0c5>`__
+Updates custom RD CTR pattern \*
+`1c2de2d2a08c <https://github.com/open-power/hostboot/commit/1c2de2d2a08c>`__
+Fixes HB compile error \*
+`548b7fd4484c <https://github.com/open-power/hostboot/commit/548b7fd4484c>`__
+Updates error logging to log target with FIRs \*
+`9aee6dc5b82a <https://github.com/open-power/hostboot/commit/9aee6dc5b82a>`__
+Adds plug rule for NVDIMM in specific DIMM slots
+
+Sumit Kumar (3): \*
+`f43da019dd69 <https://github.com/open-power/hostboot/commit/f43da019dd69>`__
+Centaur ring support - ring\_apply and ring data \*
+`8c9fd900efb8 <https://github.com/open-power/hostboot/commit/8c9fd900efb8>`__
+Erepair HWP p9\_io\_erepairAccessorHwpFuncs \*
+`9153608879d2 <https://github.com/open-power/hostboot/commit/9153608879d2>`__
+Moving DD specific ring coord from TOR to XIP (step 1)
+
+Swathi Madhuri Bhattiprolu (4): \*
+`27fe0afaf8f1 <https://github.com/open-power/hostboot/commit/27fe0afaf8f1>`__
+Fix issues with DMI target handling \*
+`0f94c2620c70 <https://github.com/open-power/hostboot/commit/0f94c2620c70>`__
+Support CDIMM VPD \*
+`b801fd1a776f <https://github.com/open-power/hostboot/commit/b801fd1a776f>`__
+Make FAPI\_POS unique on multi node system \*
+`d999ed144f94 <https://github.com/open-power/hostboot/commit/d999ed144f94>`__
+Re-enable base multi-drawer ipl support
+
+Thi Tran (10): \*
+`bcef4f1931d8 <https://github.com/open-power/hostboot/commit/bcef4f1931d8>`__
+L2 - p9\_build\_smp HWPs \*
+`bcc5a5535c2d <https://github.com/open-power/hostboot/commit/bcc5a5535c2d>`__
+Fix TODOs in p9\_build\_smp HWP \*
+`7b8fa03ea43f <https://github.com/open-power/hostboot/commit/7b8fa03ea43f>`__
+Mirror new file: cen\_pll\_initf\_errors.xml \*
+`be0a3a2a7f4a <https://github.com/open-power/hostboot/commit/be0a3a2a7f4a>`__
+p9\_sbe\_hreset - Adding I2C Bit rate divisor calculation \*
+`edbb12014deb <https://github.com/open-power/hostboot/commit/edbb12014deb>`__
+L3 update - p9\_cme\_sram\_access HWP \*
+`245f7224088e <https://github.com/open-power/hostboot/commit/245f7224088e>`__
+Mirror (new) p9\_putmemproc HWP files \*
+`b8522e84fe03 <https://github.com/open-power/hostboot/commit/b8522e84fe03>`__
+p9\_build\_smp -- use ADU chipops to switch fabric configuration part #1
+\*
+`df5241f06802 <https://github.com/open-power/hostboot/commit/df5241f06802>`__
+Setup p9c CHI's FIRs and enable host attentions \*
+`53b3c1f1d859 <https://github.com/open-power/hostboot/commit/53b3c1f1d859>`__
+HB supports - Use ADU chipops to switch fabric configuration \*
+`0b8f08a0e4f7 <https://github.com/open-power/hostboot/commit/0b8f08a0e4f7>`__
+Fix HWSV duplicate enum build errors
+
+Tom Sand (1): \*
+`82769e0a939f <https://github.com/open-power/hostboot/commit/82769e0a939f>`__
+Fixed HBRT issue where virt addr not unmapped at the end of complex
+calls.
+
+Tsung Yeung (3): \*
+`4e84db479b0c <https://github.com/open-power/hostboot/commit/4e84db479b0c>`__
+Adds self-refresh entry/exit commands \*
+`1d3c28511935 <https://github.com/open-power/hostboot/commit/1d3c28511935>`__
+Adds ccs workaround to support SRE/SRX \*
+`d1e10cd97287 <https://github.com/open-power/hostboot/commit/d1e10cd97287>`__
+Adds read wr\_vref function to support P9 NVDIMM post restore
+
+Vaibhav Jain (1): \*
+`24d0d344bb8d <https://github.com/open-power/hostboot/commit/24d0d344bb8d>`__
+Modify eSEL script to not ignore cases for command line options
+
+Venkatesh Sainath (6): \*
+`5099a01fc800 <https://github.com/open-power/hostboot/commit/5099a01fc800>`__
+Enabling multi proc master systems \*
+`550f6f5cfc2f <https://github.com/open-power/hostboot/commit/550f6f5cfc2f>`__
+Perl script for generating HDAT structures from MRW \*
+`5bb1802ad0ae <https://github.com/open-power/hostboot/commit/5bb1802ad0ae>`__
+Enabling Fleetwood Multi-node istep 18 attributes \*
+`d226d009365f <https://github.com/open-power/hostboot/commit/d226d009365f>`__
+Parsing Abus targeting information from Obus Targets \*
+`9e90e3ccee3c <https://github.com/open-power/hostboot/commit/9e90e3ccee3c>`__
+Setting PEER TARGET for smpgroup targets \*
+`b3073568dbd8 <https://github.com/open-power/hostboot/commit/b3073568dbd8>`__
+Fixing processor ordinal id for multinode systems
+
+Yue Du (3): \*
+`cfcd66d8907e <https://github.com/open-power/hostboot/commit/cfcd66d8907e>`__
+STOP: Fix FF\_BYPASS in sgpe\_init \*
+`d5866aa3d221 <https://github.com/open-power/hostboot/commit/d5866aa3d221>`__
+STOP/PState: SGPE/PGPE Error Handling Support \*
+`458cb0d58acf <https://github.com/open-power/hostboot/commit/458cb0d58acf>`__
+STOP: Fix PLS deepest when stop4+ due to self restore wakeup
+
+Zane Shelley (16): \*
+`ac21d7508c54 <https://github.com/open-power/hostboot/commit/ac21d7508c54>`__
+PRD: latest from RAS XML \*
+`42216acb89cb <https://github.com/open-power/hostboot/commit/42216acb89cb>`__
+PRD: No gard on MCA for AUE/IAUE and RCD parity errors \*
+`1f14c2229e43 <https://github.com/open-power/hostboot/commit/1f14c2229e43>`__
+PRD: error path handling in CS isolation \*
+`f74d2c56712b <https://github.com/open-power/hostboot/commit/f74d2c56712b>`__
+PRD: Fixed target for PCI chiplet FIRs during OP checkstop analysis \*
+`b7bc33f10f89 <https://github.com/open-power/hostboot/commit/b7bc33f10f89>`__
+RAS XML: updates from spreadsheet v115 \*
+`d1c569251281 <https://github.com/open-power/hostboot/commit/d1c569251281>`__
+PRD: fixed no gard when PLL and CS at same time \*
+`2935800fa74d <https://github.com/open-power/hostboot/commit/2935800fa74d>`__
+PRD: generic solution to associate HWP failures with PRD isolation \*
+`ecedb32fc183 <https://github.com/open-power/hostboot/commit/ecedb32fc183>`__
+PRD: DIMM callouts on RCD parity errors \*
+`d55a6fa5234f <https://github.com/open-power/hostboot/commit/d55a6fa5234f>`__
+PRD: generic solution to associate HWP failures with PRD isolation \*
+`21638f7fe690 <https://github.com/open-power/hostboot/commit/21638f7fe690>`__
+PRD: updates from RAS spreadsheet v123 \*
+`1959b18ec677 <https://github.com/open-power/hostboot/commit/1959b18ec677>`__
+PRD: clear old symbol marks in TPS analysis \*
+`4bfb911cfa14 <https://github.com/open-power/hostboot/commit/4bfb911cfa14>`__
+PRD: Additional target support for Predictive Dyn Mem Deconfig \*
+`e1e02033728c <https://github.com/open-power/hostboot/commit/e1e02033728c>`__
+PRD: NPUFIR updates per request from hardware team \*
+`80f8bb319679 <https://github.com/open-power/hostboot/commit/80f8bb319679>`__
+PRD: VPD not getting cleared when all repairs used up during memdiag \*
+`5b1c0a872db9 <https://github.com/open-power/hostboot/commit/5b1c0a872db9>`__
+PRD: Memory leak in prdfScanFacility \*
+`c71f2db5cfb5 <https://github.com/open-power/hostboot/commit/c71f2db5cfb5>`__
+PRD: RAS doc updates for CRESP errors
+
+aravnair-in (2): \*
+`dfe15202fa42 <https://github.com/open-power/hostboot/commit/dfe15202fa42>`__
+Fix node ordinal numbering to handle Fleetwood \*
+`536ae2496674 <https://github.com/open-power/hostboot/commit/536ae2496674>`__
+Changes to make the DIMMs show up in Fleetwood
+
+manichow (1): \*
+`198f186b138f <https://github.com/open-power/hostboot/commit/198f186b138f>`__
+Changes for TOD support in MPIPL.
+
+nagurram-in (4): \*
+`aed872bfb917 <https://github.com/open-power/hostboot/commit/aed872bfb917>`__
+HDAT: Feature flag settings movement from PCRD to IPLP \*
+`d9513029321d <https://github.com/open-power/hostboot/commit/d9513029321d>`__
+HDAT:Adding address to HRMOR stash location in HB reserve \*
+`af203750b8e6 <https://github.com/open-power/hostboot/commit/af203750b8e6>`__
+HDAT : Update init feature flag settings for P9 \*
+`63580395a77a <https://github.com/open-power/hostboot/commit/63580395a77a>`__
+HDAT : Fix for NVLINK Lane swap issue
+
+spashabk-in (2): \*
+`5e94a704fe27 <https://github.com/open-power/hostboot/commit/5e94a704fe27>`__
+Change FAPI\_IMP traces in p9\_pm\_ocb\_init to FAPI\_DBG \*
+`4c1c57f0015e <https://github.com/open-power/hostboot/commit/4c1c57f0015e>`__
+Create and allow for PNOR SBE Partition to have DD2.2 Images
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (8): \*
+`5f4122b9d99c <https://github.com/open-power/occ/commit/5f4122b9d99c>`__
+Snapshot buffer support \*
+`0b07301e60af <https://github.com/open-power/occ/commit/0b07301e60af>`__
+Clean up TODO for deprecated sync request bit \*
+`5bca1deebf80 <https://github.com/open-power/occ/commit/5bca1deebf80>`__
+Initialize ping/pong buffer address variable \*
+`b14a5af2c1a4 <https://github.com/open-power/occ/commit/b14a5af2c1a4>`__
+Prevent safe mode when going to nominal and no cores configured \*
+`bfd62d9cfdd3 <https://github.com/open-power/occ/commit/bfd62d9cfdd3>`__
+Prevent WOF reset request on ZZ-L systems \*
+`4d2912987d23 <https://github.com/open-power/occ/commit/4d2912987d23>`__
+OCC: Call Home Data Log \*
+`c04d58bd549c <https://github.com/open-power/occ/commit/c04d58bd549c>`__
+WOF Phase 2: Use Vratio from PGPE \*
+`f72f857b7e5a <https://github.com/open-power/occ/commit/f72f857b7e5a>`__
+WOF: Fix incorrect scaling of IQ currents
+
+Chris Cain (8): \*
+`d90b1dcc9552 <https://github.com/open-power/occ/commit/d90b1dcc9552>`__
+AVSbus Re-sync Bus Error Recovery \*
+`0e91ced92e0f <https://github.com/open-power/occ/commit/0e91ced92e0f>`__
+Remove interrupt handlers for hardware errors \*
+`358d11e6aca5 <https://github.com/open-power/occ/commit/358d11e6aca5>`__
+Stop DIMM and GPU accesses when moving to standby or safe state \*
+`601b1ebb9a9c <https://github.com/open-power/occ/commit/601b1ebb9a9c>`__
+Remove unused variable \*
+`d0f8e5fb2c5a <https://github.com/open-power/occ/commit/d0f8e5fb2c5a>`__
+Always use normal temperature thresholds for OPAL systems \*
+`06ef7787e762 <https://github.com/open-power/occ/commit/06ef7787e762>`__
+Handle redundant power supply policy \*
+`cb8e695fc661 <https://github.com/open-power/occ/commit/cb8e695fc661>`__
+Build elog with non-info severity before adding callouts \*
+`fce2d94a9bc9 <https://github.com/open-power/occ/commit/fce2d94a9bc9>`__
+Update buildname 12/15
+
+Doug Gilbert (3): \*
+`ccdfc6a407fd <https://github.com/open-power/occ/commit/ccdfc6a407fd>`__
+OCC work-around for HW426350 \*
+`8b90dab9d243 <https://github.com/open-power/occ/commit/8b90dab9d243>`__
+B1112AD7 reported over long stress run \*
+`0bf193d8d4f9 <https://github.com/open-power/occ/commit/0bf193d8d4f9>`__
+APSS Reset Support
+
+Sooraj Nair (2): \*
+`1da6b089c930 <https://github.com/open-power/occ/commit/1da6b089c930>`__
+Permanent fix for SW399904(fixed nvlink/uav) \*
+`d868b77dfc6a <https://github.com/open-power/occ/commit/d868b77dfc6a>`__
+nvlink,xlink,phb fixes
+
+William Bryan (5): \*
+`dbb4d7e88cf3 <https://github.com/open-power/occ/commit/dbb4d7e88cf3>`__
+GPE1 Binary 10/27 \*
+`178a035668bd <https://github.com/open-power/occ/commit/178a035668bd>`__
+Update buildname 11/3 \*
+`40fc6b399896 <https://github.com/open-power/occ/commit/40fc6b399896>`__
+Buildname 11/10 \*
+`c3446978c169 <https://github.com/open-power/occ/commit/c3446978c169>`__
+Update buildname 11/15 \*
+`00123c66a1d2 <https://github.com/open-power/occ/commit/00123c66a1d2>`__
+Update GPE1 Binary 1/16/18
+
+Zane Shelley (2): \*
+`a5b5103756c8 <https://github.com/open-power/occ/commit/a5b5103756c8>`__
+FIRDATA: fix error handling for SCOMs via SBE FIFO \*
+`cd42091d9a39 <https://github.com/open-power/occ/commit/cd42091d9a39>`__
+FIRDATA: retry getSCOMs via SBE FIFO on bad response
+
+mbroyles (9): \*
+`0d7b82e82f98 <https://github.com/open-power/occ/commit/0d7b82e82f98>`__
+VRM Vdd Thermal Control Loop \*
+`bb703e413c36 <https://github.com/open-power/occ/commit/bb703e413c36>`__
+Prevent logging 2A11 when quad is offline \*
+`aec1db2cadee <https://github.com/open-power/occ/commit/aec1db2cadee>`__
+Temporary disable 24x7 on FSP systems \*
+`01ae49578a8e <https://github.com/open-power/occ/commit/01ae49578a8e>`__
+Use AVS bus for processor power when no APSS channel for proc power is
+present \*
+`49ea880a7789 <https://github.com/open-power/occ/commit/49ea880a7789>`__
+Wait two ticks prior to un-throttling memory due to power capping \*
+`ee8bac060be4 <https://github.com/open-power/occ/commit/ee8bac060be4>`__
+Ignore bad quad and nest DTS \*
+`c35818138337 <https://github.com/open-power/occ/commit/c35818138337>`__
+OCC error log clean up \*
+`2397cb606cda <https://github.com/open-power/occ/commit/2397cb606cda>`__
+Handle PGPE timeouts as workaround for prolonged droop events \*
+`577915f28604 <https://github.com/open-power/occ/commit/577915f28604>`__
+Add WOF disable param for ASM
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: p9dsu-xml
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+jim (22): \*
+`619af4d3a6b8 <https://github.com/open-power/p9dsu-xml/commit/619af4d3a6b8>`__
+add tpm\_required\_sensor. \*
+`3ad0bfb80270 <https://github.com/open-power/p9dsu-xml/commit/3ad0bfb80270>`__
+WOF\_POWER\_LIMIT = turbo, SYSTEM\_WOF\_DISABLE = off \*
+`e8840e390273 <https://github.com/open-power/p9dsu-xml/commit/e8840e390273>`__
+DDR4 VPD update via PNOR. Issue 328. \*
+`347d26450a76 <https://github.com/open-power/p9dsu-xml/commit/347d26450a76>`__
+hostboot code needs CLASS\_SP for bmc-0. Issue 366. \*
+`c8a42e16e88c <https://github.com/open-power/p9dsu-xml/commit/c8a42e16e88c>`__
+add WOF data. \*
+`4ad589cd285f <https://github.com/open-power/p9dsu-xml/commit/4ad589cd285f>`__
+add target tpm-0. \*
+`313281bb804c <https://github.com/open-power/p9dsu-xml/commit/313281bb804c>`__
+add skipper-14 as a child of p9dsu-0. \*
+`73b7b43c60b0 <https://github.com/open-power/p9dsu-xml/commit/73b7b43c60b0>`__
+CLOCK\_PLL\_MUX = 0x80030000. \*
+`c4639d667d49 <https://github.com/open-power/p9dsu-xml/commit/c4639d667d49>`__
+MRW memory power updates for Boston LC \*
+`a0a5f8539dca <https://github.com/open-power/p9dsu-xml/commit/a0a5f8539dca>`__
+Change default lane eq values for GEN3 \*
+`6d7309844f08 <https://github.com/open-power/p9dsu-xml/commit/6d7309844f08>`__
+update MEMD VPD for Boston LC. \*
+`383390ce6c9f <https://github.com/open-power/p9dsu-xml/commit/383390ce6c9f>`__
+Support DDR4 @2666 in Single Drop. MAX\_ALLOWED\_DIMM\_FREQ
+2400,2400,2400,2133,2133 -> changes to 2666,2666,2666,2133,2133
+MSS\_MRW\_SUPPORTED\_FREQ 1866,2133,2400,0 -> changes to
+1866,2133,2400,2666 ASYNC\_NEST\_FREQ\_MHZ 1600 -> change to 1866
+FREQ\_PB\_MHZ 1600 -> change to 1866 \*
+`e30477a2eb0e <https://github.com/open-power/p9dsu-xml/commit/e30477a2eb0e>`__
+add default value FREQ\_PB\_MHZ\_POUNDV\_FALLBACK = 1600 \*
+`6bdebbb55f26 <https://github.com/open-power/p9dsu-xml/commit/6bdebbb55f26>`__
+SYSTEM\_VDM\_DISABLE = 1. \*
+`4e04c867ae40 <https://github.com/open-power/p9dsu-xml/commit/4e04c867ae40>`__
+Re-enable VDM. SYSTEM\_VDM\_DISABLE = 0 \*
+`c11556752854 <https://github.com/open-power/p9dsu-xml/commit/c11556752854>`__
+Enable STOP5. SUPPORTED\_STOP\_STATES = 0xEC000000. \*
+`3c273c710fea <https://github.com/open-power/p9dsu-xml/commit/3c273c710fea>`__
+disable stop5. \*
+`c3df36c06bb8 <https://github.com/open-power/p9dsu-xml/commit/c3df36c06bb8>`__
+add WOF data for dd2.2 parts. \*
+`82908139d269 <https://github.com/open-power/p9dsu-xml/commit/82908139d269>`__
+Adding OPEN\_POWER\_N\_PLUS\_ONE\_HPC\_BULK\_POWER\_LIMIT\_WATTS \*
+`51574c64c031 <https://github.com/open-power/p9dsu-xml/commit/51574c64c031>`__
+Refclk MRW change needed for WOF. FREQ\_PROC\_REFCLOCK\_KHZ 0x20788 ->
+0x208D5 \*
+`7dfd3c0c5228 <https://github.com/open-power/p9dsu-xml/commit/7dfd3c0c5228>`__
+Remove FSI\_LINK attribute from fsim-X global settings This was
+overriding the intended MRW values with an empty string which eventually
+resulted in incorrectly processed FSI data on the slave proc \*
+`fb5f9334aa0c <https://github.com/open-power/p9dsu-xml/commit/fb5f9334aa0c>`__
+disable stop4.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: petitboot
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v1.21/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+Cyril Bur (4): \*
+`669083ee9eda <https://github.com/open-power/petitboot/commit/669083ee9eda>`__
+Add root .gitignore \*
+`eb9c570fa13b <https://github.com/open-power/petitboot/commit/eb9c570fa13b>`__
+configure.ac: Fix unmatched brackets \*
+`17f04cb4d3d8 <https://github.com/open-power/petitboot/commit/17f04cb4d3d8>`__
+Fix bootstrap warning: noinst\_PROGRAMS was already defined \*
+`bc8b183fbea6 <https://github.com/open-power/petitboot/commit/bc8b183fbea6>`__
+Better recognition of ncurses header files
+
+Samuel Mendoza-Jonas (4): \*
+`8d1e4f053574 <https://github.com/open-power/petitboot/commit/8d1e4f053574>`__
+ui/ncurses: Safely handle lost terminal control commands \*
+`3af2c04787af <https://github.com/open-power/petitboot/commit/3af2c04787af>`__
+ui/ncurses: Handle arrow key variants \*
+`f18998f6aac3 <https://github.com/open-power/petitboot/commit/f18998f6aac3>`__
+ui/ncurses: Always cancel autoboot on exit \*
+`1ad12fe5b75e <https://github.com/open-power/petitboot/commit/1ad12fe5b75e>`__
+discover/pxe-parser: Fix relative parsing for manual config files
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes. ## Package: romulus-xml
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1): \*
+`690ff82375a2 <https://github.com/open-power/romulus-xml/commit/690ff82375a2>`__
+Remove FSI\_LINK attribute from fsim-X global settings
+
+Hank Chang (1): \*
+`a8e017aca599 <https://github.com/open-power/romulus-xml/commit/a8e017aca599>`__
+Updated MSS\_MRW\_MAX\_NUMBER\_DIMMS\_POSSIBLE\_PER\_VMEM\_REGULATOR to
+8 for full DIMMs configuration
+
+Mengze Liao (2): \*
+`7564819dde1e <https://github.com/open-power/romulus-xml/commit/7564819dde1e>`__
+Update the clock pll mux config \*
+`78c497c58ba4 <https://github.com/open-power/romulus-xml/commit/78c497c58ba4>`__
+Enable wof by set WOF\_DISABLE as OFF
+
+Nickolaus Gruendler (6): \*
+`fc67afe8cd7b <https://github.com/open-power/romulus-xml/commit/fc67afe8cd7b>`__
+Adding some WOF attributes \*
+`d7f686869366 <https://github.com/open-power/romulus-xml/commit/d7f686869366>`__
+Add Stop5, Add fallback attribute for 1866 \*
+`4e21e5b9f961 <https://github.com/open-power/romulus-xml/commit/4e21e5b9f961>`__
+Revert "Add Stop5, Add fallback attribute for 1866" \*
+`0fd8622d52ba <https://github.com/open-power/romulus-xml/commit/0fd8622d52ba>`__
+Revert "Revert "Add Stop5, Add fallback attribute for 1866"" \*
+`c99f42f206fe <https://github.com/open-power/romulus-xml/commit/c99f42f206fe>`__
+Update Async Nest Freq to 1866 \*
+`bec4516ef7a6 <https://github.com/open-power/romulus-xml/commit/bec4516ef7a6>`__
+Add wofdata csv
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (1): \*
+`66cd2309b4ea <https://github.com/open-power/sbe/commit/66cd2309b4ea>`__
+Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+hcode
+
+Amit Tendolkar (3): \*
+`2dab7d4053aa <https://github.com/open-power/sbe/commit/2dab7d4053aa>`__
+Cache/Core stop clocks: add shut down of Power Management to remove
+contentions \*
+`be19efc55754 <https://github.com/open-power/sbe/commit/be19efc55754>`__
+Enhance SBE Deadman FFDC Format and sequencing \*
+`e97e84d0f782 <https://github.com/open-power/sbe/commit/e97e84d0f782>`__
+Enable FFDC Collection for SBE Deadman Timeout
+
+Andre Marin (1): \*
+`9ed4b071deda <https://github.com/open-power/sbe/commit/9ed4b071deda>`__
+Add VPD lookup to build a supported frequency list, and bin-down support
+
+Anusha Reddy Rangareddygari (1): \*
+`291ef16dcb1e <https://github.com/open-power/sbe/commit/291ef16dcb1e>`__
+osclite status check in clock\_test2
+
+Ben Gass (2): \*
+`823230170598 <https://github.com/open-power/sbe/commit/823230170598>`__
+Adding p9c\_11 support. \*
+`e1097cc1dfcb <https://github.com/open-power/sbe/commit/e1097cc1dfcb>`__
+Adding p9a support.
+
+Brian Vanderpool (1): \*
+`6f1c9f559f3d <https://github.com/open-power/sbe/commit/6f1c9f559f3d>`__
+PM: Ignore allow\_reg\_wakeup in cache contained mode
+
+Chris Steffen (1): \*
+`1186568fa81d <https://github.com/open-power/sbe/commit/1186568fa81d>`__
+P9 SBE EOL Toggle SBE Procedure
+
+Christian Geddes (3): \*
+`7a439687019f <https://github.com/open-power/sbe/commit/7a439687019f>`__
+Increase suspend\_powman timeouts from 10 micro sec -> 10 milli sec \*
+`99c1c76cc825 <https://github.com/open-power/sbe/commit/99c1c76cc825>`__
+Remove writable property from ATTR\_LINK\_TRAIN \*
+`dd54c6fc0af5 <https://github.com/open-power/sbe/commit/dd54c6fc0af5>`__
+Add FABRIC\_PRESENT\_GROUPS system attribute
+
+Claus Michael Olsen (19): \*
+`8247c1a74c10 <https://github.com/open-power/sbe/commit/8247c1a74c10>`__
+Centaur ring support - TOR API \*
+`2551c3e8b1d8 <https://github.com/open-power/sbe/commit/2551c3e8b1d8>`__
+Overlays and multi-DD XIP related updates to xip\_image and
+dd\_container \*
+`608cfa2810b3 <https://github.com/open-power/sbe/commit/608cfa2810b3>`__
+Small change to dd container header file. \*
+`9f2e80824408 <https://github.com/open-power/sbe/commit/9f2e80824408>`__
+cleanup: xip\_tool: Fixing two command arguments. \*
+`348d8d20dc49 <https://github.com/open-power/sbe/commit/348d8d20dc49>`__
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241 \*
+`ba0028f0e907 <https://github.com/open-power/sbe/commit/ba0028f0e907>`__
+Update: xip\_tool: Introducing image section type (IST). \*
+`53acf553711c <https://github.com/open-power/sbe/commit/53acf553711c>`__
+Support for PPE commit 49883 to error out on non-TOR ring section. \*
+`871d02a4e2c6 <https://github.com/open-power/sbe/commit/871d02a4e2c6>`__
+Code restruct: TOR API \*
+`8e0caa8e381d <https://github.com/open-power/sbe/commit/8e0caa8e381d>`__
+Error out on non-TOR ring section detection. \*
+`d9ebe234862c <https://github.com/open-power/sbe/commit/d9ebe234862c>`__
+Override filter ring support for perv\_pll\_bndy\_bucket rings. \*
+`4640d0953dd6 <https://github.com/open-power/sbe/commit/4640d0953dd6>`__
+Removing P9\_XIP\_ITEM\_NOT\_FOUND trace out msg from p9\_xip\_image.C
+\*
+`efddbeeb75d9 <https://github.com/open-power/sbe/commit/efddbeeb75d9>`__
+Adding CT\_P9A to the enum list of chip types. \*
+`d4106818dcc1 <https://github.com/open-power/sbe/commit/d4106818dcc1>`__
+Overlays and multi-DD XIP related updates to xip\_image and
+dd\_container \*
+`12529174e471 <https://github.com/open-power/sbe/commit/12529174e471>`__
+xip\_customize and TOR API: Improved DD level verification \*
+`385957bda422 <https://github.com/open-power/sbe/commit/385957bda422>`__
+p9\_dd\_container: Introducing DD container API lib to PPE repo \*
+`69f0bcd5c893 <https://github.com/open-power/sbe/commit/69f0bcd5c893>`__
+Moving DD specific ring coord from TOR to XIP (step 2) \*
+`ef7615644823 <https://github.com/open-power/sbe/commit/ef7615644823>`__
+Additional risk level support - (step 1) Backward compatibility \*
+`37930cd26aee <https://github.com/open-power/sbe/commit/37930cd26aee>`__
+Fix to TOR API failure on 32b systems \*
+`0aae9a8e68ab <https://github.com/open-power/sbe/commit/0aae9a8e68ab>`__
+Bug fix to TOR API to not check TOR header version against TOR\_VERSION
+
+Dan Crowell (2): \*
+`f5ee8955f2bb <https://github.com/open-power/sbe/commit/f5ee8955f2bb>`__
+Revert ATTR\_CEN\_ECID back to ATTR\_ECID \*
+`c21e72cf477a <https://github.com/open-power/sbe/commit/c21e72cf477a>`__
+Add Fallback Frequency for #V Bucket Selection
+
+Daniel Howe (2): \*
+`c2b4524ea3b0 <https://github.com/open-power/sbe/commit/c2b4524ea3b0>`__
+Allow lpc\_ed for p9n 2.2 per HW418117 fix \*
+`d3f8a78ac0d1 <https://github.com/open-power/sbe/commit/d3f8a78ac0d1>`__
+update data token init to use scans on p9c 1.1
+
+David Kauer (2): \*
+`854ee9444a93 <https://github.com/open-power/sbe/commit/854ee9444a93>`__
+HW425038 INT ARX timeout workaround \*
+`dc787af07394 <https://github.com/open-power/sbe/commit/dc787af07394>`__
+Modify INT FIR configuration settings
+
+Doug Gilbert (2): \*
+`2f7237360522 <https://github.com/open-power/sbe/commit/2f7237360522>`__
+Use HCode header timebase frequency for pk trace \*
+`74f757c5baf0 <https://github.com/open-power/sbe/commit/74f757c5baf0>`__
+PPE: Adjust the maximum decrementer count
+
+Greg Still (2): \*
+`16834c6819a4 <https://github.com/open-power/sbe/commit/16834c6819a4>`__
+PM: Disable core hang buster \*
+`77f320df4411 <https://github.com/open-power/sbe/commit/77f320df4411>`__
+Security: add AVSBus bridge registers to whitelist
+
+Jennifer A. Stofer (1): \*
+`29a1f8977c0c <https://github.com/open-power/sbe/commit/29a1f8977c0c>`__
+Revert "Adding p9a support."
+
+Jenny Huynh (2): \*
+`0d217e279a9d <https://github.com/open-power/sbe/commit/0d217e279a9d>`__
+Workaround for Quaint Gate, Angry Reindeer \*
+`4a5ddf0d16a1 <https://github.com/open-power/sbe/commit/4a5ddf0d16a1>`__
+Updating HW414700 to also apply to Cumulus DD10
+
+Joachim Fenkes (4): \*
+`fdcf15d4d7b7 <https://github.com/open-power/sbe/commit/fdcf15d4d7b7>`__
+p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL lock \*
+`70f95047d661 <https://github.com/open-power/sbe/commit/70f95047d661>`__
+p9\_sbe\_tp\_chiplet\_init3: Honor PCI osc selection when checking for
+osc errors \*
+`ac2deccdd5c7 <https://github.com/open-power/sbe/commit/ac2deccdd5c7>`__
+p9\_sbe\_chiplet\_reset: Remove SIM\_ONLY conditional around delay \*
+`5d91747c062f <https://github.com/open-power/sbe/commit/5d91747c062f>`__
+HDCT: Remove core trace arrays, permanent P9 erratum
+
+Joe McGill (21): \*
+`3a7ffbc58d55 <https://github.com/open-power/sbe/commit/3a7ffbc58d55>`__
+p9\_sbe\_check\_quiesce -- dont attempt PHB DMA quiesce if ETU is
+already in reset \*
+`a99727e54d98 <https://github.com/open-power/sbe/commit/a99727e54d98>`__
+IO, FBC updates to enable ABUS for Fleetwood \*
+`7a920c44fc65 <https://github.com/open-power/sbe/commit/7a920c44fc65>`__
+mvpd\_access\_defs.H -- add enum for AW keyword access \*
+`3d41a2c1dc50 <https://github.com/open-power/sbe/commit/3d41a2c1dc50>`__
+p9.filter.pll.scan.intifile -- set 0 BGoffset for P9C DD1.1 \*
+`5888fd570b00 <https://github.com/open-power/sbe/commit/5888fd570b00>`__
+remove NV iovalid assertion from FW and add scan inits to resolve glsmux
+xstate \*
+`e4435bbe9132 <https://github.com/open-power/sbe/commit/e4435bbe9132>`__
+Chip address extension workaround for HW423589 (option2), part1 \*
+`01f19f848283 <https://github.com/open-power/sbe/commit/01f19f848283>`__
+p9\_mss\_eff\_grouping -- fix mirrored memory mapping bug introduced by
+49290 \*
+`4d8b2fe78a66 <https://github.com/open-power/sbe/commit/4d8b2fe78a66>`__
+support customized application of filter PLL buckets from AW MVPD
+keyword \*
+`f9ba70879a5a <https://github.com/open-power/sbe/commit/f9ba70879a5a>`__
+disable ECC bypass for Cumulus DD1.0 \*
+`86ae83c5d6a4 <https://github.com/open-power/sbe/commit/86ae83c5d6a4>`__
+MCD disable workaround for HW423589 (option1) \*
+`a95f3b5f7c11 <https://github.com/open-power/sbe/commit/a95f3b5f7c11>`__
+fix ADU setup for MCD disabled operation \*
+`7d85e24ccf7d <https://github.com/open-power/sbe/commit/7d85e24ccf7d>`__
+apply rings from Centaur HW image \*
+`db3e87fc9342 <https://github.com/open-power/sbe/commit/db3e87fc9342>`__
+Disable read data delay for Cumulus DD1.0, enable for DD1.1 \*
+`fd258b059364 <https://github.com/open-power/sbe/commit/fd258b059364>`__
+p9\_xbus\_fir\_utils.H -- create header for definition of XBUS related
+FIR settings \*
+`abd33f794b04 <https://github.com/open-power/sbe/commit/abd33f794b04>`__
+shift XBUS FIR programming inits for secure boot \*
+`6995522a60cb <https://github.com/open-power/sbe/commit/6995522a60cb>`__
+p9\_build\_smp -- use ADU chipops to switch fabric configuration part #2
+\*
+`035b8ccbe617 <https://github.com/open-power/sbe/commit/035b8ccbe617>`__
+cresp address error handling updates \*
+`1f773f1f2983 <https://github.com/open-power/sbe/commit/1f773f1f2983>`__
+update OBUS PLL buckets for p9n dd22, p9c dd11 \*
+`a1e6077dfeba <https://github.com/open-power/sbe/commit/a1e6077dfeba>`__
+p9.npu.scom.initfile -- limit DCP0 credits for HW437173 \*
+`92d0dc997d18 <https://github.com/open-power/sbe/commit/92d0dc997d18>`__
+enforce strict 512 GB per socket limit on Witherspoon memory map \*
+`2661ddab7984 <https://github.com/open-power/sbe/commit/2661ddab7984>`__
+enforce strict 512 GB per socket limit on Witherspoon memory map (part2)
+
+Joel Stanley (1): \*
+`fca1480ab551 <https://github.com/open-power/sbe/commit/fca1480ab551>`__
+fapi2: Fix template call sites for GCC 7
+
+John Rell (1): \*
+`fc81ad0fabee <https://github.com/open-power/sbe/commit/fc81ad0fabee>`__
+jgr171017 Setting changes for Obus boardwire vs cable
+
+Lennard Streat (1): \*
+`736951421915 <https://github.com/open-power/sbe/commit/736951421915>`__
+Workaround for Warlike Parasite (HW430546)
+
+Luke C. Murray (4): \*
+`71e4d374a79a <https://github.com/open-power/sbe/commit/71e4d374a79a>`__
+Turning on NCU tlbie pacing by default \*
+`62551f8feb3a <https://github.com/open-power/sbe/commit/62551f8feb3a>`__
+Adding attribute to turn memory early data on \*
+`60fa6f5edfbd <https://github.com/open-power/sbe/commit/60fa6f5edfbd>`__
+Enabling L2 64B store prediction \*
+`7623a9095db4 <https://github.com/open-power/sbe/commit/7623a9095db4>`__
+Increase cache data timeout values
+
+Martin Peschke (2): \*
+`dbb8adce3d25 <https://github.com/open-power/sbe/commit/dbb8adce3d25>`__
+p9\_dd\_container: simple generic standalone DD level container \*
+`b47bb02590da <https://github.com/open-power/sbe/commit/b47bb02590da>`__
+p9\_dd\_container: simple generic standalone DD level container
+
+Matt Derksen (1): \*
+`3a0f83c7c8ef <https://github.com/open-power/sbe/commit/3a0f83c7c8ef>`__
+EKB side of changes for attributeOverride tool in x86.nfp context
+
+Michael Floyd (1): \*
+`74c0e5367a43 <https://github.com/open-power/sbe/commit/74c0e5367a43>`__
+CME Code Size Reduction ATTEMPT#3
+
+Nick Bofferding (3): \*
+`277f0f10f796 <https://github.com/open-power/sbe/commit/277f0f10f796>`__
+Secure Boot: Temporarily whitelist various registers to resolve
+blacklist issues \*
+`972609cc9fcb <https://github.com/open-power/sbe/commit/972609cc9fcb>`__
+Secure Boot: Add p9\_setup\_dpll\_values scom registers to whitelist \*
+`615f07e237ef <https://github.com/open-power/sbe/commit/615f07e237ef>`__
+Secure Boot: Blacklist: Finalize SBE white/blacklist
+
+Nick Klazynski (10): \*
+`e3d1c5ac78ce <https://github.com/open-power/sbe/commit/e3d1c5ac78ce>`__
+Add HW425526 and HW425027 \*
+`55c0c777de88 <https://github.com/open-power/sbe/commit/55c0c777de88>`__
+Fixing NCU and Core generated initfiles core to support CDD1.1 \*
+`f3e9580127e0 <https://github.com/open-power/sbe/commit/f3e9580127e0>`__
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970 \*
+`26ab9613acc2 <https://github.com/open-power/sbe/commit/26ab9613acc2>`__
+Nimbus DD2.2 core chickenswitches \*
+`57ab16ed1e8c <https://github.com/open-power/sbe/commit/57ab16ed1e8c>`__
+Large update for security \*
+`26dd5796f9f6 <https://github.com/open-power/sbe/commit/26dd5796f9f6>`__
+Fix three NDD2.1 dials and add new NDD2.2 workarounds \*
+`3d86b50a746e <https://github.com/open-power/sbe/commit/3d86b50a746e>`__
+Add new TM IMC, Add TLBIE hangbuster \*
+`60bbd1a8b644 <https://github.com/open-power/sbe/commit/60bbd1a8b644>`__
+Implement security IMCs, based on v29 of wiki \*
+`ccbe4229fe20 <https://github.com/open-power/sbe/commit/ccbe4229fe20>`__
+Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC \*
+`d770b5600d91 <https://github.com/open-power/sbe/commit/d770b5600d91>`__
+Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+clockgate
+
+Prasad Bg Ranganath (5): \*
+`5556610f48c2 <https://github.com/open-power/sbe/commit/5556610f48c2>`__
+PM: Fix QCSR and CCSR update \*
+`722d8a4cdb59 <https://github.com/open-power/sbe/commit/722d8a4cdb59>`__
+Fix bug in cache query state procedure \*
+`8847e892e22f <https://github.com/open-power/sbe/commit/8847e892e22f>`__
+SBE:putring: Ring Id validation check \*
+`d77e05e938c7 <https://github.com/open-power/sbe/commit/d77e05e938c7>`__
+p9\_pstate\_parameter\_block: support removal of VFRT Vdn \*
+`f3d42c23647c <https://github.com/open-power/sbe/commit/f3d42c23647c>`__
+Zepplin:Remove dd level check for cumulus under PPB code
+
+Prem Shanker Jha (2): \*
+`3c84e2307401 <https://github.com/open-power/sbe/commit/3c84e2307401>`__
+STOP Recovery: Only XIR collection in HWP error path during PM Reset. \*
+`2d94bed48071 <https://github.com/open-power/sbe/commit/2d94bed48071>`__
+PM: Generation of summarized version of STOP Recovery FFDC.
+
+Rahul Batra (3): \*
+`c88c2c940231 <https://github.com/open-power/sbe/commit/c88c2c940231>`__
+PGPE: STOP11+WOF+SafeMode Fixes \*
+`a4764278f667 <https://github.com/open-power/sbe/commit/a4764278f667>`__
+PGPE: Fix FIT and actuation step conflict \*
+`f6c6b387000c <https://github.com/open-power/sbe/commit/f6c6b387000c>`__
+PM: VDM Prolonged Droop Fix
+
+Raja Das (4): \*
+`7f96036fea81 <https://github.com/open-power/sbe/commit/7f96036fea81>`__
+Updated Backing build in customrc to move to latest Simics DD2 \*
+`20b1e798a82b <https://github.com/open-power/sbe/commit/20b1e798a82b>`__
+PPE empty PK FFDC handler to save-off required registers \*
+`c68fb43ecf21 <https://github.com/open-power/sbe/commit/c68fb43ecf21>`__
+PPE Registers to be saved-off in the interrupt context \*
+`56882277747c <https://github.com/open-power/sbe/commit/56882277747c>`__
+Register FFDC call is handled within machine\_check\_handler
+
+Ricardo Mata (1): \*
+`fc526ece8110 <https://github.com/open-power/sbe/commit/fc526ece8110>`__
+Added CI throttling support, HW init updates, and fixed a bug with tce
+arb.
+
+Richard J. Knight (1): \*
+`7f62dd04344b <https://github.com/open-power/sbe/commit/7f62dd04344b>`__
+p9\_xip\_tool support for DD level section parsing
+
+Ryan Black (1): \*
+`a5f986ed76b3 <https://github.com/open-power/sbe/commit/a5f986ed76b3>`__
+p9.npu.scom.initfile -- fix cq\_sm allocation issue at low water mark
+
+Sachin Gupta (22): \*
+`e487a02045d4 <https://github.com/open-power/sbe/commit/e487a02045d4>`__
+Initialise ATTR\_BACKUP\_SEEPROM\_SELECT \*
+`f4bcd3c4260b <https://github.com/open-power/sbe/commit/f4bcd3c4260b>`__
+Adding client id in FIFO interface \*
+`0bc318357fc8 <https://github.com/open-power/sbe/commit/0bc318357fc8>`__
+Correct tracing \*
+`5c10f8ace1fc <https://github.com/open-power/sbe/commit/5c10f8ace1fc>`__
+Update backing build \*
+`b125b82562fc <https://github.com/open-power/sbe/commit/b125b82562fc>`__
+Revert "p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL
+lock" \*
+`ea100b11fb1c <https://github.com/open-power/sbe/commit/ea100b11fb1c>`__
+Reset MPIPL flag \*
+`9b22bc8a4342 <https://github.com/open-power/sbe/commit/9b22bc8a4342>`__
+Backing build update \*
+`870e7c38807c <https://github.com/open-power/sbe/commit/870e7c38807c>`__
+Avoid overwrite of mbx3 register \*
+`b99e4a419eec <https://github.com/open-power/sbe/commit/b99e4a419eec>`__
+Handle command validation failure in secure mode properly \*
+`057add7f654f <https://github.com/open-power/sbe/commit/057add7f654f>`__
+Solve compilation issue for type casting \*
+`633cc43fc6f8 <https://github.com/open-power/sbe/commit/633cc43fc6f8>`__
+Update backing build \*
+`75e24e297d54 <https://github.com/open-power/sbe/commit/75e24e297d54>`__
+Remove support for DD1 \*
+`d43ff15ada7d <https://github.com/open-power/sbe/commit/d43ff15ada7d>`__
+Minor fixes to remove support for DD1 \*
+`5d57ec968d47 <https://github.com/open-power/sbe/commit/5d57ec968d47>`__
+Do not allow invalid scom via sbe fifo path \*
+`93aa36ba8134 <https://github.com/open-power/sbe/commit/93aa36ba8134>`__
+Avoid istep skipping in secure mode \*
+`3a65f5252ab5 <https://github.com/open-power/sbe/commit/3a65f5252ab5>`__
+Allow Invalid scoms for simulation regression testing \*
+`d737f8e95da3 <https://github.com/open-power/sbe/commit/d737f8e95da3>`__
+Allow read on complete OCC SRAM buffer \*
+`15f82bd95cd7 <https://github.com/open-power/sbe/commit/15f82bd95cd7>`__
+Remove workaround for DD1 SW reset for XIVE \*
+`3c633a6c2cd6 <https://github.com/open-power/sbe/commit/3c633a6c2cd6>`__
+Cleanup as DD1 is not supported anymore \*
+`4ca643fc6cbb <https://github.com/open-power/sbe/commit/4ca643fc6cbb>`__
+Added flag for AWAN testing \*
+`25624c1917a9 <https://github.com/open-power/sbe/commit/25624c1917a9>`__
+Revert "p9\_sbe\_npll\_setup: Enable Spread Spectrum right after SS PLL
+lock"" \*
+`55fa8007fdbb <https://github.com/open-power/sbe/commit/55fa8007fdbb>`__
+Support new RISK level attribute values
+
+Santosh Puranik (2): \*
+`2e4607a018b7 <https://github.com/open-power/sbe/commit/2e4607a018b7>`__
+Make plat init attributes non-writable \*
+`f14d2ae6eb3f <https://github.com/open-power/sbe/commit/f14d2ae6eb3f>`__
+Remove writeable tag from ATTR\_PROC\_FABRIC\_GROUP\_ID
+
+Soma BhanuTej (2): \*
+`67a37783b04b <https://github.com/open-power/sbe/commit/67a37783b04b>`__
+Fix to skip Osc check in sim only \*
+`699a2315f4ac <https://github.com/open-power/sbe/commit/699a2315f4ac>`__
+Make SBE errors recoverable - p9\_sbe\_common
+
+Srikantha Meesala (2): \*
+`d9055c39cfed <https://github.com/open-power/sbe/commit/d9055c39cfed>`__
+Updated PSI and TOD regs into whitelist \*
+`c1752197a87d <https://github.com/open-power/sbe/commit/c1752197a87d>`__
+write\_whitelist add for I2C Engine and Lock / UnLock.
+
+Sumit Kumar (3): \*
+`0d8c248cc29e <https://github.com/open-power/sbe/commit/0d8c248cc29e>`__
+Centaur ring support - ring\_apply and ring data \*
+`75756bf696b4 <https://github.com/open-power/sbe/commit/75756bf696b4>`__
+gitRelease: Check master branch if query on rel branch fails \*
+`9b03db45c424 <https://github.com/open-power/sbe/commit/9b03db45c424>`__
+Moving DD specific ring coord from TOR to XIP (step 1)
+
+Sunil Kumar (2): \*
+`584ee233b010 <https://github.com/open-power/sbe/commit/584ee233b010>`__
+SW410723 chiplet ID range for address 107D0 is increased to 0x37. \*
+`9586bfb71025 <https://github.com/open-power/sbe/commit/9586bfb71025>`__
+SW413281: Whilisting address for putscom according to HDCT.txt
+
+Thi Tran (1): \*
+`f55ed0656b82 <https://github.com/open-power/sbe/commit/f55ed0656b82>`__
+p9\_build\_smp -- use ADU chipops to switch fabric configuration part #1
+
+Yue Du (3): \*
+`7bd8c25ffc52 <https://github.com/open-power/sbe/commit/7bd8c25ffc52>`__
+STOP: EX deconfigure masking for EQ chiplet FIR \*
+`ee644a4d14e2 <https://github.com/open-power/sbe/commit/ee644a4d14e2>`__
+STOP/PState: SGPE/PGPE Error Handling Support \*
+`47239b3d399c <https://github.com/open-power/sbe/commit/47239b3d399c>`__
+STOP: Fix PLS deepest when stop4+ due to self restore wakeup
+
+nagurram-in (1): \*
+`0a78e28c88a1 <https://github.com/open-power/sbe/commit/0a78e28c88a1>`__
+Added chiplet range for 0x107D0 scom address in BL/WL csv
+
+spashabk-in (38): \*
+`d38834b0a952 <https://github.com/open-power/sbe/commit/d38834b0a952>`__
+Cleanup security list \*
+`264dedf525f8 <https://github.com/open-power/sbe/commit/264dedf525f8>`__
+Allow putring in MPIPL state \*
+`292319be2218 <https://github.com/open-power/sbe/commit/292319be2218>`__
+Reset current\_err before sending host FFDC \*
+`2ad7f676c15f <https://github.com/open-power/sbe/commit/2ad7f676c15f>`__
+Get FW security from CBS bit \*
+`0b422e48c935 <https://github.com/open-power/sbe/commit/0b422e48c935>`__
+Add sbe commit id in PIBMEM \*
+`666c72a55f09 <https://github.com/open-power/sbe/commit/666c72a55f09>`__
+Change FAPI\_IMP traces in p9\_pm\_ocb\_init to FAPI\_DBG \*
+`1fcbd7b14382 <https://github.com/open-power/sbe/commit/1fcbd7b14382>`__
+Security binary search bug fix \*
+`7d7c9d3dbd1b <https://github.com/open-power/sbe/commit/7d7c9d3dbd1b>`__
+Handle OCC SRAM secure mem window \*
+`b6054b3ff395 <https://github.com/open-power/sbe/commit/b6054b3ff395>`__
+Enable DD2.2 in op build \*
+`1f0bc6efb217 <https://github.com/open-power/sbe/commit/1f0bc6efb217>`__
+Handle security security bit in p9\_sbe\_attr\_setup \*
+`b69dc93d5b03 <https://github.com/open-power/sbe/commit/b69dc93d5b03>`__
+Chip-op filtering \*
+`1c909df08fcf <https://github.com/open-power/sbe/commit/1c909df08fcf>`__
+Allow getreg chipop in secure mode \*
+`e808b5c476c7 <https://github.com/open-power/sbe/commit/e808b5c476c7>`__
+I2C reset sequence \*
+`819a606d9c58 <https://github.com/open-power/sbe/commit/819a606d9c58>`__
+[SBE-code-re-org][1] sbefw - core and app folders \*
+`560106553412 <https://github.com/open-power/sbe/commit/560106553412>`__
+[SBE-code-re-org][2] Chip-op handler code \*
+`1c7f2eb205f4 <https://github.com/open-power/sbe/commit/1c7f2eb205f4>`__
+[SBE-code-re-org][3] Merge core folder makefiles \*
+`71ffbf448c4e <https://github.com/open-power/sbe/commit/71ffbf448c4e>`__
+[SBE-code-re-org][4] Adding app common makefiles \*
+`25bfaab4ac12 <https://github.com/open-power/sbe/commit/25bfaab4ac12>`__
+[SBE-code-re-org][5] IPL table re org \*
+`7843b72850e1 <https://github.com/open-power/sbe/commit/7843b72850e1>`__
+Disable generic and isntruction control on DD1 \*
+`6b405b238ad0 <https://github.com/open-power/sbe/commit/6b405b238ad0>`__
+Increase run cycle count before starting unsecure mem window test \*
+`c149d7d8d8b8 <https://github.com/open-power/sbe/commit/c149d7d8d8b8>`__
+Enable new ADU flags \*
+`8a863e816e41 <https://github.com/open-power/sbe/commit/8a863e816e41>`__
+[SBE-code-re-org][6] Build configuration \*
+`3f49215b05fa <https://github.com/open-power/sbe/commit/3f49215b05fa>`__
+Update timer chipop support \*
+`42a5e95b317e <https://github.com/open-power/sbe/commit/42a5e95b317e>`__
+I2C reset on instruction machine check \*
+`cfd3efd98fd2 <https://github.com/open-power/sbe/commit/cfd3efd98fd2>`__
+SBE user plugin in x86.nfp context \*
+`ba9022fcf967 <https://github.com/open-power/sbe/commit/ba9022fcf967>`__
+Reduce the HB memory window to 10MB \*
+`a9a87cd013c6 <https://github.com/open-power/sbe/commit/a9a87cd013c6>`__
+Release helper script \*
+`c47554f1d2ee <https://github.com/open-power/sbe/commit/c47554f1d2ee>`__
+Update testcase for secure ADU operations \*
+`6db778b0fd24 <https://github.com/open-power/sbe/commit/6db778b0fd24>`__
+[SBE-code-re-org][7] App and core files separation \*
+`fd23b3ff6d75 <https://github.com/open-power/sbe/commit/fd23b3ff6d75>`__
+Track integrate command fix \*
+`ccf737710b21 <https://github.com/open-power/sbe/commit/ccf737710b21>`__
+Reverting change in img\_def.mk for model build \*
+`095e608c7f68 <https://github.com/open-power/sbe/commit/095e608c7f68>`__
+Fix SBE install in op-build \*
+`5f8ecd10377c <https://github.com/open-power/sbe/commit/5f8ecd10377c>`__
+Move istep chip-op handler to pibmem \*
+`7be7840a672a <https://github.com/open-power/sbe/commit/7be7840a672a>`__
+Store SBE failed rc for async FFDC \*
+`513d71673012 <https://github.com/open-power/sbe/commit/513d71673012>`__
+Move trace array to seeprom \*
+`7e9136341e34 <https://github.com/open-power/sbe/commit/7e9136341e34>`__
+Capture rc in Async FFDC usecases \*
+`fb9f9e8bc940 <https://github.com/open-power/sbe/commit/fb9f9e8bc940>`__
+Checkstop detection during IPL SBE steps \*
+`dadcf14ae978 <https://github.com/open-power/sbe/commit/dadcf14ae978>`__
+Project specific makefile changes
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adriana Kobylak (2): \*
+`b786e7ba1d34 <https://github.com/open-power/skiboot/commit/b786e7ba1d34>`__
+pflash: Support for volatile flag \*
+`0bd6a8c9a4bc <https://github.com/open-power/skiboot/commit/0bd6a8c9a4bc>`__
+pflash: Support for clean\_on\_ecc\_error flag
+
+Akshay Adiga (10): \*
+`1953b41e1dd5 <https://github.com/open-power/skiboot/commit/1953b41e1dd5>`__
+SLW: Add idle state stop5 for DD2.0 and above \*
+`6d2e281bc22f <https://github.com/open-power/skiboot/commit/6d2e281bc22f>`__
+SLW: Delay cpuidle device-tree creation \*
+`bfec00682a57 <https://github.com/open-power/skiboot/commit/bfec00682a57>`__
+SLW: Split init functions \*
+`9aeb00de9cbd <https://github.com/open-power/skiboot/commit/9aeb00de9cbd>`__
+SLW: Call slw\_late\_init\_p{8, 9} only when has\_wakeup\_engine is set
+\*
+`313ece47903e <https://github.com/open-power/skiboot/commit/313ece47903e>`__
+SLW: Use wakeup\_engine state to handle errors in wakeup engine \*
+`35c66b8ce5a2 <https://github.com/open-power/skiboot/commit/35c66b8ce5a2>`__
+SLW: Move MAMBO simulator checks to slw\_init \*
+`a523298bc1e3 <https://github.com/open-power/skiboot/commit/a523298bc1e3>`__
+SLW: Detect if deep states are enabled \*
+`e5c663c3f6de <https://github.com/open-power/skiboot/commit/e5c663c3f6de>`__
+SLW: Call p9\_stop\_api only if deep\_states are enabled \*
+`c613c2fb9b82 <https://github.com/open-power/skiboot/commit/c613c2fb9b82>`__
+SCOM restore for DARN and XIVE \*
+`7def6cdac27f <https://github.com/open-power/skiboot/commit/7def6cdac27f>`__
+SLW: Add p9\_stop\_api calls for IMC
+
+Alexey Kardashevskiy (1): \*
+`893660c3e4ee <https://github.com/open-power/skiboot/commit/893660c3e4ee>`__
+npu2/tce: Fix page size checking
+
+Alistair Popple (7): \*
+`6f8c49b0bac4 <https://github.com/open-power/skiboot/commit/6f8c49b0bac4>`__
+Witherspoon: Remove old Witherspoon platform definition \*
+`8cbc15556621 <https://github.com/open-power/skiboot/commit/8cbc15556621>`__
+npu2.c: Fix XIVE IRQ alignment \*
+`695bb562a315 <https://github.com/open-power/skiboot/commit/695bb562a315>`__
+npu2.c: Add PE error detection \*
+`91f3e391f27a <https://github.com/open-power/skiboot/commit/91f3e391f27a>`__
+npu2-hw-procedures.c: Power up lanes during ntl reset \*
+`ea9b3080559a <https://github.com/open-power/skiboot/commit/ea9b3080559a>`__
+npu2-hw-procedures.c: Correct phy lane mapping \*
+`55c13bd1231a <https://github.com/open-power/skiboot/commit/55c13bd1231a>`__
+core/device.c: Fix dt\_find\_compatible\_node \*
+`ae422255bfa3 <https://github.com/open-power/skiboot/commit/ae422255bfa3>`__
+npu2: Disable TVT range check when in bypass mode
+
+Ananth N Mavinakayanahalli (1): \*
+`bd64f85b8581 <https://github.com/open-power/skiboot/commit/bd64f85b8581>`__
+fsp: Bail out of HIR if FSP is resetting voluntarily
+
+Andrew Donnellan (2): \*
+`302aedd78371 <https://github.com/open-power/skiboot/commit/302aedd78371>`__
+npu2: Remove unused npu2\_dev struct members \*
+`729520fd9aa9 <https://github.com/open-power/skiboot/commit/729520fd9aa9>`__
+Update .gitignore
+
+Balbir Singh (2): \*
+`b57a5380aa48 <https://github.com/open-power/skiboot/commit/b57a5380aa48>`__
+hw/npu2: Implement logging HMI actions \*
+`4133e973b4f2 <https://github.com/open-power/skiboot/commit/4133e973b4f2>`__
+hw/npu2: support creset of npu2 devices
+
+Benjamin Herrenschmidt (23): \*
+`484d26fd6e65 <https://github.com/open-power/skiboot/commit/484d26fd6e65>`__
+xive: Update inits for DD2.0 \*
+`7c2a76705674 <https://github.com/open-power/skiboot/commit/7c2a76705674>`__
+xive: Fix ability to clear some EQ flags \*
+`a1cd5529a84c <https://github.com/open-power/skiboot/commit/a1cd5529a84c>`__
+phb4: Fix lost bit in PE number on config accesses \*
+`4002ea166fde <https://github.com/open-power/skiboot/commit/4002ea166fde>`__
+phb4: Fix PE mapping of M32 BAR \*
+`9ce34f369ce2 <https://github.com/open-power/skiboot/commit/9ce34f369ce2>`__
+xive: Define API for single-escalation VP mode \*
+`d7e26801905f <https://github.com/open-power/skiboot/commit/d7e26801905f>`__
+xive: When disabling an EQ, wipe all of its settings \*
+`639ed194dedc <https://github.com/open-power/skiboot/commit/639ed194dedc>`__
+xive: Improve cleaning up of EQs \*
+`ddc35b93fcad <https://github.com/open-power/skiboot/commit/ddc35b93fcad>`__
+xive: When disabling a VP, wipe all of its settings \*
+`de82c2e0ece6 <https://github.com/open-power/skiboot/commit/de82c2e0ece6>`__
+xive: Implement "single escalation" feature \*
+`4a9288465a95 <https://github.com/open-power/skiboot/commit/4a9288465a95>`__
+xive: Quieten debug messages in standard builds \*
+`6b1cc437315d <https://github.com/open-power/skiboot/commit/6b1cc437315d>`__
+xive: Properly reserve built-in VPs in non-group mode \*
+`7d385d1b942c <https://github.com/open-power/skiboot/commit/7d385d1b942c>`__
+xive: Warn on valid VPs found in abnormal cases \*
+`7db8a9a31649 <https://github.com/open-power/skiboot/commit/7db8a9a31649>`__
+xive: Don't bother cleaning up disabled EQs in reset \*
+`17cd974074e6 <https://github.com/open-power/skiboot/commit/17cd974074e6>`__
+xive: Remove obsolete comment \*
+`b504f2737e9b <https://github.com/open-power/skiboot/commit/b504f2737e9b>`__
+timer: Stop calling list\_top() racily \*
+`2d98b41e4c30 <https://github.com/open-power/skiboot/commit/2d98b41e4c30>`__
+xive: Mark a freed IRQ's IVE as valid and masked \*
+`3e7f04a7398a <https://github.com/open-power/skiboot/commit/3e7f04a7398a>`__
+xive: Do not return a trigger page for an escalation interrupt \*
+`238ef01e330f <https://github.com/open-power/skiboot/commit/238ef01e330f>`__
+io: Add load\_wait() helper \*
+`1e00d546ca29 <https://github.com/open-power/skiboot/commit/1e00d546ca29>`__
+xive: Fix occasional VC checkstops in xive\_reset \*
+`84febad7c5f9 <https://github.com/open-power/skiboot/commit/84febad7c5f9>`__
+xive: Ensure VC informational FIRs are masked \*
+`c7f2fab5c785 <https://github.com/open-power/skiboot/commit/c7f2fab5c785>`__
+Add support for new gcc 7 parametrized stack protector \*
+`ca612b802ada <https://github.com/open-power/skiboot/commit/ca612b802ada>`__
+lock: Move cmpxchg() primitives to their own file \*
+`76d9bcdca589 <https://github.com/open-power/skiboot/commit/76d9bcdca589>`__
+lock: Add additional lock auditing code
+
+Christophe Lombard (3): \*
+`8b6c089342c7 <https://github.com/open-power/skiboot/commit/8b6c089342c7>`__
+capi: update ci store buffers and dma engines \*
+`5c221866c88f <https://github.com/open-power/skiboot/commit/5c221866c88f>`__
+capi: move the acknowledge of the HMI interrupt \*
+`e88bb694d32e <https://github.com/open-power/skiboot/commit/e88bb694d32e>`__
+capi: Fix the max tlbi divider and the directory size.
+
+Claudio Carvalho (20): \*
+`4fb528b39411 <https://github.com/open-power/skiboot/commit/4fb528b39411>`__
+libstb: move drivers/sha512.\* to mbedtls directory \*
+`594c7a6ae3cc <https://github.com/open-power/skiboot/commit/594c7a6ae3cc>`__
+libstb: import stb\_init() breaking it into multiple files \*
+`75dbbe674c0f <https://github.com/open-power/skiboot/commit/75dbbe674c0f>`__
+core/flash.c: extern function to get the name of a PNOR partition \*
+`060ff18d4ddc <https://github.com/open-power/skiboot/commit/060ff18d4ddc>`__
+core/init.c: remove redundant calls to verify and measure BOOTKERNEL \*
+`3ab91fbec937 <https://github.com/open-power/skiboot/commit/3ab91fbec937>`__
+libstb/secureboot.c: import sb\_verify() from stb.c \*
+`3281d5a41a82 <https://github.com/open-power/skiboot/commit/3281d5a41a82>`__
+libstb/trustedboot.c: import tb\_measure() from stb.c \*
+`5c2c24ba1511 <https://github.com/open-power/skiboot/commit/5c2c24ba1511>`__
+libstb/cvc.c: import softrom behavior from drivers/sw\_driver.c \*
+`5aaa37619602 <https://github.com/open-power/skiboot/commit/5aaa37619602>`__
+libstb/trustedboot.c: import stb\_final() from stb.c \*
+`024bf3248101 <https://github.com/open-power/skiboot/commit/024bf3248101>`__
+tpm\_i2c\_nuvoton: add nuvoton, npct601 to the compatible property \*
+`9781da8a262d <https://github.com/open-power/skiboot/commit/9781da8a262d>`__
+libstb/tss: update the list of event types supported \*
+`48753eb9eb72 <https://github.com/open-power/skiboot/commit/48753eb9eb72>`__
+libstb/tpm\_chip.c: define pr\_fmt and fix messages logged \*
+`5fdcc35fc103 <https://github.com/open-power/skiboot/commit/5fdcc35fc103>`__
+core: update superseded libstb calls in flash.c and init.c \*
+`21a7bd0e07f6 <https://github.com/open-power/skiboot/commit/21a7bd0e07f6>`__
+hdata: add secure and trusted boot ntuple to SPIRA-H/S \*
+`ccdbfdac637c <https://github.com/open-power/skiboot/commit/ccdbfdac637c>`__
+libstb: remove stb.c and obsolete companions \*
+`48fd73cfc707 <https://github.com/open-power/skiboot/commit/48fd73cfc707>`__
+hdata/spira: add ibm, secureboot node in P9 \*
+`7da364fd3646 <https://github.com/open-power/skiboot/commit/7da364fd3646>`__
+hdata/tpmrel.c: add firmware event log info to the tpm node \*
+`f56ff29ed6f9 <https://github.com/open-power/skiboot/commit/f56ff29ed6f9>`__
+hdata/tpmrel.c: add ibm, cvc device tree node \*
+`63110a7734e6 <https://github.com/open-power/skiboot/commit/63110a7734e6>`__
+libstb: add support for ibm, secureboot-v2 \*
+`68a25577cd89 <https://github.com/open-power/skiboot/commit/68a25577cd89>`__
+libstb/cvc: update memory-region to point to /reserved-memory \*
+`63ef6f54445e <https://github.com/open-power/skiboot/commit/63ef6f54445e>`__
+doc: update libstb documentation with POWER9 changes
+
+Cyril Bur (19): \*
+`a2f15d75c20f <https://github.com/open-power/skiboot/commit/a2f15d75c20f>`__
+core/pcie-slots: Fix coverity possible NULL dereference \*
+`8ca2d61f3b4b <https://github.com/open-power/skiboot/commit/8ca2d61f3b4b>`__
+npu2: Remove side effects in assert() calls. \*
+`65f9abea8e8c <https://github.com/open-power/skiboot/commit/65f9abea8e8c>`__
+libpore: Fix incorrect mtspr instruction generation \*
+`ba540e0be90f <https://github.com/open-power/skiboot/commit/ba540e0be90f>`__
+external/pflash: Fix erasing within a single erase block \*
+`92813a8bf9f3 <https://github.com/open-power/skiboot/commit/92813a8bf9f3>`__
+nvram: Fix 'missing' nvram on FSP systems. \*
+`60f46277f4bc <https://github.com/open-power/skiboot/commit/60f46277f4bc>`__
+libflash/mbox-flash: Add v2 error codes \*
+`3e6c3b03bb4c <https://github.com/open-power/skiboot/commit/3e6c3b03bb4c>`__
+libflash/mbox-flash: Always close windows before opening a new window \*
+`f47de2b05f9d <https://github.com/open-power/skiboot/commit/f47de2b05f9d>`__
+libflash/mbox-flash: Move sequence handling to driver level \*
+`c3fc675285bc <https://github.com/open-power/skiboot/commit/c3fc675285bc>`__
+libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeouts \*
+`957503be8ea7 <https://github.com/open-power/skiboot/commit/957503be8ea7>`__
+hw/lpc-mbox: Simplify message bookkeeping and timeouts \*
+`1095ed9fa553 <https://github.com/open-power/skiboot/commit/1095ed9fa553>`__
+libflash/mbox-flash: Simplify message sending \*
+`de554c19bdfe <https://github.com/open-power/skiboot/commit/de554c19bdfe>`__
+libflash/mbox-flash: Use BMC suggested timeout value \*
+`f22d5c2c3d75 <https://github.com/open-power/skiboot/commit/f22d5c2c3d75>`__
+libflash/mbox-flash: Use static arrays of function pointers \*
+`0e040b7285cb <https://github.com/open-power/skiboot/commit/0e040b7285cb>`__
+libflash/mbox-flash: Understand v3 \*
+`31f2c03b0abd <https://github.com/open-power/skiboot/commit/31f2c03b0abd>`__
+libflash/mbox-flash: Add the ability to lock flash \*
+`b9774c47eecd <https://github.com/open-power/skiboot/commit/b9774c47eecd>`__
+libflash/test: Add tests for mbox-flash \*
+`8e88ab0e66a2 <https://github.com/open-power/skiboot/commit/8e88ab0e66a2>`__
+pflash: Respect write(2) return values \*
+`a1e45fd2793c <https://github.com/open-power/skiboot/commit/a1e45fd2793c>`__
+core: Avoid possible uninitialized pointer read (CID 209502) \*
+`9b2136247e00 <https://github.com/open-power/skiboot/commit/9b2136247e00>`__
+hdata/vpd: Remove possible dereference after null check (CID 207468)
+
+Frederic Barrat (1): \*
+`4f24ef23411d <https://github.com/open-power/skiboot/commit/4f24ef23411d>`__
+xive: Mask MMIO load/store to bad location FIR
+
+Frédéric Bonnard (3): \*
+`b7546b534d95 <https://github.com/open-power/skiboot/commit/b7546b534d95>`__
+Add man pages for xscom-utils and pflash \*
+`b472f9238dac <https://github.com/open-power/skiboot/commit/b472f9238dac>`__
+Fix xscom-utils distclean target \*
+`b3e14c46ecb0 <https://github.com/open-power/skiboot/commit/b3e14c46ecb0>`__
+Fix FTBFS with -Werror=format-overflow
+
+Guilherme G. Piccoli (1): \*
+`1e6cfd7d0459 <https://github.com/open-power/skiboot/commit/1e6cfd7d0459>`__
+xive: Trivial fix for compilation error when enabling xive debug
+
+Jeremy Kerr (2): \*
+`88bd3bc5e6f8 <https://github.com/open-power/skiboot/commit/88bd3bc5e6f8>`__
+opal-prd: flush after logging to stdio in debug mode \*
+`237cd0c50a66 <https://github.com/open-power/skiboot/commit/237cd0c50a66>`__
+core: Fix mismatched names between reserved memory nodes & properties
+
+Madhavan Srinivasan (2): \*
+`938d1d9ed964 <https://github.com/open-power/skiboot/commit/938d1d9ed964>`__
+hw/imc: alway enable "imc\_nest\_chip" exports property \*
+`3647e9850660 <https://github.com/open-power/skiboot/commit/3647e9850660>`__
+hw/imc: Check ucode state before exposing units to Linux
+
+Mahesh Salgaonkar (8): \*
+`363f328fbc59 <https://github.com/open-power/skiboot/commit/363f328fbc59>`__
+opal/xscom: Move the delay inside xscom\_reset() function. \*
+`10f0a09239dd <https://github.com/open-power/skiboot/commit/10f0a09239dd>`__
+opal/xscom: Add recovery for lost core wakeup scom failures. \*
+`13e1ed3c97bf <https://github.com/open-power/skiboot/commit/13e1ed3c97bf>`__
+opal: Get chip location code \*
+`282d5fee5c4f <https://github.com/open-power/skiboot/commit/282d5fee5c4f>`__
+core/hmi: Use pr\_fmt macro for tagging log messages \*
+`c531ff957669 <https://github.com/open-power/skiboot/commit/c531ff957669>`__
+opal/hmi: HMI logging with location code info. \*
+`b33ed1e6b6b0 <https://github.com/open-power/skiboot/commit/b33ed1e6b6b0>`__
+core/hmi: Do not display FIR details if none of the bits are set. \*
+`45a961515be6 <https://github.com/open-power/skiboot/commit/45a961515be6>`__
+core/hmi: Display chip location code while displaying core FIR. \*
+`3c38214ab4f0 <https://github.com/open-power/skiboot/commit/3c38214ab4f0>`__
+opal/xstop: Use nvram option to enable/disable sw checkstop.
+
+Michael Ellerman (2): \*
+`360c92e6271c <https://github.com/open-power/skiboot/commit/360c92e6271c>`__
+mambo: Add support for NUMA \*
+`427cc73b1eab <https://github.com/open-power/skiboot/commit/427cc73b1eab>`__
+make check: Make valgrind optional
+
+Michael Neuling (14): \*
+`560eb231d6bf <https://github.com/open-power/skiboot/commit/560eb231d6bf>`__
+phb4: Update inits \*
+`4f4bf83128c1 <https://github.com/open-power/skiboot/commit/4f4bf83128c1>`__
+npu2: Create npu2\_write\_mcd() \*
+`3c0408ded5a1 <https://github.com/open-power/skiboot/commit/3c0408ded5a1>`__
+npu2: Refactor BAR setting code \*
+`75371796ac59 <https://github.com/open-power/skiboot/commit/75371796ac59>`__
+npu2: MCD refactor \*
+`74d9a50ac2a7 <https://github.com/open-power/skiboot/commit/74d9a50ac2a7>`__
+phys-map: Rename GPU\_MEM to GPU\_MEM\_4T\_DOWN \*
+`c76636f3d73f <https://github.com/open-power/skiboot/commit/c76636f3d73f>`__
+npu2: Move to new GPU memory map \*
+`4e74625dc9f1 <https://github.com/open-power/skiboot/commit/4e74625dc9f1>`__
+hdata: Fix copying GEN4 lane equalisation settings \*
+`d957e9278994 <https://github.com/open-power/skiboot/commit/d957e9278994>`__
+phb4: Fix lane equalisation setting \*
+`3bdce2b0e293 <https://github.com/open-power/skiboot/commit/3bdce2b0e293>`__
+fsp-elog: Reduce verbosity of elog messages \*
+`3881970673a2 <https://github.com/open-power/skiboot/commit/3881970673a2>`__
+phb4: Init changes \*
+`73ad014b8785 <https://github.com/open-power/skiboot/commit/73ad014b8785>`__
+phb4: Change default GEN3 lane equalisation setting to 0x54 \*
+`5cee066746d2 <https://github.com/open-power/skiboot/commit/5cee066746d2>`__
+phb4: Change PCI MMIO timers \*
+`852ff7e210b2 <https://github.com/open-power/skiboot/commit/852ff7e210b2>`__
+IPMI: Fix platform.cec\_reboot() null ptr checks \*
+`737c0ba3d72b <https://github.com/open-power/skiboot/commit/737c0ba3d72b>`__
+phb4: Disable lane eq when retrying some nvidia GEN3 devices
+
+Nicholas Piggin (37): \*
+`2df240737596 <https://github.com/open-power/skiboot/commit/2df240737596>`__
+core/bitmap: fix bitmap iteration limit corruption \*
+`0dde9cd5d22b <https://github.com/open-power/skiboot/commit/0dde9cd5d22b>`__
+external/mambo: Switch qtrace command to use plugins \*
+`ec82b3ea49a0 <https://github.com/open-power/skiboot/commit/ec82b3ea49a0>`__
+fast-reboot: restore SMT priority on spin loop exit \*
+`4d9f29cab33b <https://github.com/open-power/skiboot/commit/4d9f29cab33b>`__
+fast-reboot: factor out direct control loops for sreset \*
+`ff230a3e9cdf <https://github.com/open-power/skiboot/commit/ff230a3e9cdf>`__
+fast-reboot: remove last man standing logic \*
+`f84a8a1c749d <https://github.com/open-power/skiboot/commit/f84a8a1c749d>`__
+fast-reboot: clean up some common cpu iteration processes with macros \*
+`57e544ee0191 <https://github.com/open-power/skiboot/commit/57e544ee0191>`__
+fast-reboot: factor out the mambo sreset code \*
+`5b61f7b5b477 <https://github.com/open-power/skiboot/commit/5b61f7b5b477>`__
+fast-reboot: add sreset\_all\_others error handling \*
+`43c96b232d89 <https://github.com/open-power/skiboot/commit/43c96b232d89>`__
+fast-reboot: make spin loops consistent and SMT friendly \*
+`068de7bc7688 <https://github.com/open-power/skiboot/commit/068de7bc7688>`__
+fast-reboot: add sreset timeout detection and handling \*
+`171b7858a559 <https://github.com/open-power/skiboot/commit/171b7858a559>`__
+fast-reboot: add more barriers around cpu state changes \*
+`3598f41970f2 <https://github.com/open-power/skiboot/commit/3598f41970f2>`__
+fast-reboot: remove delay after sreset \*
+`674be30c9437 <https://github.com/open-power/skiboot/commit/674be30c9437>`__
+fast-reboot: inline fast\_reset\_p8 into fast\_reboot \*
+`4610c27825a1 <https://github.com/open-power/skiboot/commit/4610c27825a1>`__
+fast-reboot: move de-asserting of special wakeups to the initiator \*
+`1647413d7c2f <https://github.com/open-power/skiboot/commit/1647413d7c2f>`__
+fast-reboot: allow mambo fast reboot independent of CPU type \*
+`be43a0489e06 <https://github.com/open-power/skiboot/commit/be43a0489e06>`__
+fast-reboot: move sreset direct controls to direct-controls.c \*
+`1949c768eba6 <https://github.com/open-power/skiboot/commit/1949c768eba6>`__
+direct-controls: change p8\_sreset\_all\_others sequence \*
+`44687f84e443 <https://github.com/open-power/skiboot/commit/44687f84e443>`__
+direct-controls: p8 implementation of generic direct controls \*
+`1e85912b9210 <https://github.com/open-power/skiboot/commit/1e85912b9210>`__
+direct-controls: add xscom error handling for p8 \*
+`1486a08de557 <https://github.com/open-power/skiboot/commit/1486a08de557>`__
+core/lock: Introduce atomic cmpxchg and implement try\_lock with it \*
+`bc74922ab1ed <https://github.com/open-power/skiboot/commit/bc74922ab1ed>`__
+core/lock: improve bust\_locks \*
+`9c565ee6bca4 <https://github.com/open-power/skiboot/commit/9c565ee6bca4>`__
+asm/head: add entry/exit calls \*
+`b41553c22402 <https://github.com/open-power/skiboot/commit/b41553c22402>`__
+asm/head: move opal entry token check into C \*
+`602c6d44a302 <https://github.com/open-power/skiboot/commit/602c6d44a302>`__
+core/opal: always verify cpu->pir on entry \*
+`0d84ea6bda03 <https://github.com/open-power/skiboot/commit/0d84ea6bda03>`__
+core: Add support for quiescing OPAL \*
+`688c0d51e6e9 <https://github.com/open-power/skiboot/commit/688c0d51e6e9>`__
+fast-reboot: quiesce opal before initiating a fast reboot \*
+`4cfd44c463e2 <https://github.com/open-power/skiboot/commit/4cfd44c463e2>`__
+fast-reboot: improve failure error messages \*
+`09a2319fdebc <https://github.com/open-power/skiboot/commit/09a2319fdebc>`__
+fast-reboot: move fdt freeing into init \*
+`6d033ce35dc1 <https://github.com/open-power/skiboot/commit/6d033ce35dc1>`__
+fast-reboot: move boot CPU cleanup logically together with secondaries
+\*
+`d0e44ad2a963 <https://github.com/open-power/skiboot/commit/d0e44ad2a963>`__
+fast-reboot: bare bones fast reboot implementation for POWER9 \*
+`acf2c345a98d <https://github.com/open-power/skiboot/commit/acf2c345a98d>`__
+direct-controls: enable fast reboot direct controls for mambo \*
+`631ed5f2e06a <https://github.com/open-power/skiboot/commit/631ed5f2e06a>`__
+dctl: p9 increase thread quiesce timeout \*
+`d2cc3957abef <https://github.com/open-power/skiboot/commit/d2cc3957abef>`__
+fast-reboot: move pci\_reset error handling into fast-reboot code \*
+`3a7422851bc3 <https://github.com/open-power/skiboot/commit/3a7422851bc3>`__
+core/utils: add snprintf\_symbol \*
+`92777d335ab3 <https://github.com/open-power/skiboot/commit/92777d335ab3>`__
+core/init: manage MSR[ME] explicitly, always enable \*
+`d5378d2a0d54 <https://github.com/open-power/skiboot/commit/d5378d2a0d54>`__
+core/exception: beautify exception handler, add MCE-involved registers
+\*
+`7f4c8e8ce0b7 <https://github.com/open-power/skiboot/commit/7f4c8e8ce0b7>`__
+dt: add /cpus/ibm, powerpc-cpu-features device tree bindings
+
+Oliver O'Halloran (36): \*
+`370b8866871b <https://github.com/open-power/skiboot/commit/370b8866871b>`__
+asm/head: Loop after attn \*
+`d0f06269ed3c <https://github.com/open-power/skiboot/commit/d0f06269ed3c>`__
+p8-i2c: Don't write the watermark register at init \*
+`541e0aff3ecf <https://github.com/open-power/skiboot/commit/541e0aff3ecf>`__
+gard: show: Remove "Res Recovery" field \*
+`bcb140d015eb <https://github.com/open-power/skiboot/commit/bcb140d015eb>`__
+gard: Update chip unit data \*
+`5d4241ddaf44 <https://github.com/open-power/skiboot/commit/5d4241ddaf44>`__
+gard: Add P9 support \*
+`1e038388f385 <https://github.com/open-power/skiboot/commit/1e038388f385>`__
+gard: Replace is\_valid\_id with is\_valid\_record() \*
+`07d6b1a13412 <https://github.com/open-power/skiboot/commit/07d6b1a13412>`__
+gard: Add iterators \*
+`f6174ffe5a2e <https://github.com/open-power/skiboot/commit/f6174ffe5a2e>`__
+gard: Use iterators for count\_record() \*
+`998115739de1 <https://github.com/open-power/skiboot/commit/998115739de1>`__
+gard: {list, show}: Fix the Type field in the output \*
+`e905b55bfd96 <https://github.com/open-power/skiboot/commit/e905b55bfd96>`__
+gard: list: Improve output \*
+`1163d716518c <https://github.com/open-power/skiboot/commit/1163d716518c>`__
+gard: Add path parsing support \*
+`6c83380260ce <https://github.com/open-power/skiboot/commit/6c83380260ce>`__
+gard: create: Allow creating arbitrary GARD records \*
+`2ee9d0560f7d <https://github.com/open-power/skiboot/commit/2ee9d0560f7d>`__
+libflash: Fix parity calculation on ARM \*
+`eb76931e7ae7 <https://github.com/open-power/skiboot/commit/eb76931e7ae7>`__
+gard: Always use MTD to access flash \*
+`e947593a38a1 <https://github.com/open-power/skiboot/commit/e947593a38a1>`__
+gard: Add OpenBMC vPNOR support \*
+`c2e404aedd52 <https://github.com/open-power/skiboot/commit/c2e404aedd52>`__
+p8-i2c: Limit number of retry attempts \*
+`7fb517898f69 <https://github.com/open-power/skiboot/commit/7fb517898f69>`__
+lpc: Clear pending IRQs at boot \*
+`260a11fbf3c7 <https://github.com/open-power/skiboot/commit/260a11fbf3c7>`__
+occ-sensors: Fix up quad/gpu location mixup \*
+`afe10960c138 <https://github.com/open-power/skiboot/commit/afe10960c138>`__
+external/test: Display test dir on failure \*
+`ac685bccd889 <https://github.com/open-power/skiboot/commit/ac685bccd889>`__
+hw/nx: Fix NX BAR assignments \*
+`4717bc7bc859 <https://github.com/open-power/skiboot/commit/4717bc7bc859>`__
+external/test: Print the name of each test \*
+`aee9b0218454 <https://github.com/open-power/skiboot/commit/aee9b0218454>`__
+gard: Allow records with an ID of 0xffffffff \*
+`95a0f5d9db98 <https://github.com/open-power/skiboot/commit/95a0f5d9db98>`__
+gard: Set chip generation based on PVR \*
+`c35f784a9f63 <https://github.com/open-power/skiboot/commit/c35f784a9f63>`__
+gard: Fix up path parsing \*
+`90d8e71b83a8 <https://github.com/open-power/skiboot/commit/90d8e71b83a8>`__
+gard: Fix max instance count \*
+`28b104c46ffe <https://github.com/open-power/skiboot/commit/28b104c46ffe>`__
+gard: Add usage message for -p \*
+`a797a19687a3 <https://github.com/open-power/skiboot/commit/a797a19687a3>`__
+gard: Delete stale comment \*
+`aa82932e7190 <https://github.com/open-power/skiboot/commit/aa82932e7190>`__
+gard: Fix up do\_create return values \*
+`daf9ff43cd0a <https://github.com/open-power/skiboot/commit/daf9ff43cd0a>`__
+gard: Add tests \*
+`5bb9d6f1e7dc <https://github.com/open-power/skiboot/commit/5bb9d6f1e7dc>`__
+chiptod: Keep boot timestamps contiguous \*
+`4e23b42d2ad7 <https://github.com/open-power/skiboot/commit/4e23b42d2ad7>`__
+hdata: Parse IPL FW feature settings \*
+`7c1765a0093d <https://github.com/open-power/skiboot/commit/7c1765a0093d>`__
+hdata/i2c: Fix 512Kb EEPROM size \*
+`5e66cc3a347d <https://github.com/open-power/skiboot/commit/5e66cc3a347d>`__
+hdat/i2c: Fix SPD EEPROM compatible string \*
+`ff8b83c06c26 <https://github.com/open-power/skiboot/commit/ff8b83c06c26>`__
+hdata/vpd: Fix DTC warnings \*
+`0e2541f1c664 <https://github.com/open-power/skiboot/commit/0e2541f1c664>`__
+witherspoon: Fix VPD EEPROM type \*
+`7a1f035b57ab <https://github.com/open-power/skiboot/commit/7a1f035b57ab>`__
+hdata/iohub: Use only wildcard slots for pluggables
+
+Prem Shanker Jha (4): \*
+`1156b5f04b3e <https://github.com/open-power/skiboot/commit/1156b5f04b3e>`__
+p9\_stop\_api: EQ SCOM Restore: Introduced version control in SCOM
+restore entry. \*
+`c4ff9557e99a <https://github.com/open-power/skiboot/commit/c4ff9557e99a>`__
+p9\_stop\_api: PM: Added support for version control in SCOM restore
+entries. \*
+`43c966bdad46 <https://github.com/open-power/skiboot/commit/43c966bdad46>`__
+SCOM Restore: Increased the EQ SCOM restore limit. \*
+`081882690163 <https://github.com/open-power/skiboot/commit/081882690163>`__
+PM: Fixed generation of MTSPR instruction in STOP API.
+
+Pridhiviraj Paidipeddi (11): \*
+`78168d1bad23 <https://github.com/open-power/skiboot/commit/78168d1bad23>`__
+NX: Print read xscom config failures. \*
+`c4f12c22ee95 <https://github.com/open-power/skiboot/commit/c4f12c22ee95>`__
+hw/occ: Fix psr cpu-to-gpu sensors node dtc warning. \*
+`3e808354c311 <https://github.com/open-power/skiboot/commit/3e808354c311>`__
+sensors: Fix dtc warning for dts sensors. \*
+`e8248d22600e <https://github.com/open-power/skiboot/commit/e8248d22600e>`__
+sensors: Fix dtc warning for new occ inband sensors. \*
+`40b55be1035b <https://github.com/open-power/skiboot/commit/40b55be1035b>`__
+hw/occ: Log proper SCOM register names \*
+`b90b08fc2f9a <https://github.com/open-power/skiboot/commit/b90b08fc2f9a>`__
+libstb: increase the log level of verify/measure messages to PR\_NOTICE.
+\*
+`7912f9750bfc <https://github.com/open-power/skiboot/commit/7912f9750bfc>`__
+libstb/tpm\_chip: Add missing new line to print messages. \*
+`2109b81d9f78 <https://github.com/open-power/skiboot/commit/2109b81d9f78>`__
+libstb: fix failure of calling cvc verify without STB initialization. \*
+`b772e1132cd5 <https://github.com/open-power/skiboot/commit/b772e1132cd5>`__
+libstb: fix failure of calling trusted measure without STB
+initialization. \*
+`e15174aca0ab <https://github.com/open-power/skiboot/commit/e15174aca0ab>`__
+core/init: move imc catalog preload init after the STB init. \*
+`92a303dfeeb6 <https://github.com/open-power/skiboot/commit/92a303dfeeb6>`__
+hw/occ: Fix fast-reboot crash in P8 platforms.
+
+Reza Arbab (12): \*
+`a05054c53a37 <https://github.com/open-power/skiboot/commit/a05054c53a37>`__
+npu2: hw-procedures: Enable low power mode \*
+`d6f2505b1542 <https://github.com/open-power/skiboot/commit/d6f2505b1542>`__
+npu2: Add npu2\_write\_mask\_4b() \*
+`ac6f1599ff33 <https://github.com/open-power/skiboot/commit/ac6f1599ff33>`__
+npu2: hw-procedures: Add phy\_rx\_clock\_sel() \*
+`30ea08acc253 <https://github.com/open-power/skiboot/commit/30ea08acc253>`__
+npu2: hw-procedures: Refactor reset\_ntl procedure \*
+`d123203cfa9f <https://github.com/open-power/skiboot/commit/d123203cfa9f>`__
+Revert "npu2: hw-procedures: Enable low power mode" \*
+`1c5417ec1898 <https://github.com/open-power/skiboot/commit/1c5417ec1898>`__
+npu2: Print bdfn in NPU2DEV\* logging macros \*
+`a752f2d908d1 <https://github.com/open-power/skiboot/commit/a752f2d908d1>`__
+npu2: hw-procedures: Add check\_credits procedure \*
+`e6b5867adb7f <https://github.com/open-power/skiboot/commit/e6b5867adb7f>`__
+npu2: hw-procedures: Add obus\_brick\_index() \*
+`4e04c833a1d4 <https://github.com/open-power/skiboot/commit/4e04c833a1d4>`__
+npu2: hw-procedures: Manipulate IOVALID during training \*
+`878c718aed20 <https://github.com/open-power/skiboot/commit/878c718aed20>`__
+npu2: hw-procedures: Change phy\_rx\_clock\_sel values \*
+`22df7a1c73c9 <https://github.com/open-power/skiboot/commit/22df7a1c73c9>`__
+hdata/spira: Add missing newline to prlog() call \*
+`bfdf85c84a92 <https://github.com/open-power/skiboot/commit/bfdf85c84a92>`__
+hw/phys-map: Add missing newline in log output
+
+Robert Lippert (4): \*
+`422cdcabb218 <https://github.com/open-power/skiboot/commit/422cdcabb218>`__
+hdata/vpd: add support for parsing CPU VRML records \*
+`27c35b967a84 <https://github.com/open-power/skiboot/commit/27c35b967a84>`__
+core/direct-controls: wait for core special wkup bit cleared \*
+`c5cf392b75dc <https://github.com/open-power/skiboot/commit/c5cf392b75dc>`__
+core/direct-controls: add function to read core gated state \*
+`d665e102ef37 <https://github.com/open-power/skiboot/commit/d665e102ef37>`__
+hw/dts: retry special wakeup operation if core still gated
+
+Russell Currey (7): \*
+`02f82a27eab8 <https://github.com/open-power/skiboot/commit/02f82a27eab8>`__
+doc: Fix reference to overview in README \*
+`93cde639b56e <https://github.com/open-power/skiboot/commit/93cde639b56e>`__
+pci: Track peers of slots \*
+`1172a6c57ff3 <https://github.com/open-power/skiboot/commit/1172a6c57ff3>`__
+pci: Shared slot state synchronisation for hot reset \*
+`f397cc30bdf8 <https://github.com/open-power/skiboot/commit/f397cc30bdf8>`__
+phb4: Only escalate freezes on MMIO load where necessary \*
+`0bb960f82ef3 <https://github.com/open-power/skiboot/commit/0bb960f82ef3>`__
+Revert "pci: Shared slot state synchronisation for hot reset" \*
+`ac8a62b09c63 <https://github.com/open-power/skiboot/commit/ac8a62b09c63>`__
+phb4: Fix TCE page size \*
+`08b1929052f8 <https://github.com/open-power/skiboot/commit/08b1929052f8>`__
+phb3/phb4/p7ioc: Document supported TCE sizes in DT
+
+Shilpasri G Bhat (12): \*
+`cbbd16bfbeef <https://github.com/open-power/skiboot/commit/cbbd16bfbeef>`__
+sensors: dts: Assert special wakeup on idle cores while reading
+temperature \*
+`275efcc44fda <https://github.com/open-power/skiboot/commit/275efcc44fda>`__
+sensors: occ: Skip counter type of sensors \*
+`49999302251b <https://github.com/open-power/skiboot/commit/49999302251b>`__
+opal-prd: Add support for runtime OCC reset in ZZ \*
+`781b10633945 <https://github.com/open-power/skiboot/commit/781b10633945>`__
+opal-prd: occ: Add support for runtime OCC load/start in ZZ \*
+`bebe096ee242 <https://github.com/open-power/skiboot/commit/bebe096ee242>`__
+sensors: occ: Skip GPU sensors for non-gpu systems \*
+`a05e341c9af2 <https://github.com/open-power/skiboot/commit/a05e341c9af2>`__
+sensors: occ: Skip power sensors with zero sample value \*
+`85a1de35cbe4 <https://github.com/open-power/skiboot/commit/85a1de35cbe4>`__
+fast-boot: occ: Re-parse the pstate table during fast-boot \*
+`725d4a2c6cc7 <https://github.com/open-power/skiboot/commit/725d4a2c6cc7>`__
+core: hostservices: Remove redundant special wakeup code \*
+`fa3494602a3e <https://github.com/open-power/skiboot/commit/fa3494602a3e>`__
+sensors: Support reading u64 sensor values \*
+`a5324c2da189 <https://github.com/open-power/skiboot/commit/a5324c2da189>`__
+sensors: occ: Add energy counters \*
+`ad0861c914e8 <https://github.com/open-power/skiboot/commit/ad0861c914e8>`__
+sensors: occ: Scale the sensor values \*
+`99505c03f493 <https://github.com/open-power/skiboot/commit/99505c03f493>`__
+sensor-groups: occ: Add support to disable/enable sensor group
+
+Stewart Smith (42): \*
+`be1379de6e8e <https://github.com/open-power/skiboot/commit/be1379de6e8e>`__
+Document fsp-ipl-params to sp-ipl-params \*
+`2884eeabfd93 <https://github.com/open-power/skiboot/commit/2884eeabfd93>`__
+ffspart/pflash: fix tests for new VOLATILE flag \*
+`255c1d9a3c2b <https://github.com/open-power/skiboot/commit/255c1d9a3c2b>`__
+skiboot 5.9.1 release notes \*
+`b3a1d3d42294 <https://github.com/open-power/skiboot/commit/b3a1d3d42294>`__
+skiboot 5.9.2 release notes \*
+`701556d2ea9b <https://github.com/open-power/skiboot/commit/701556d2ea9b>`__
+OCC: Increase max pstate check on P9 to 255 \*
+`e8af7effed7b <https://github.com/open-power/skiboot/commit/e8af7effed7b>`__
+skiboot 5.9.3 release notes \*
+`0aa749e6822a <https://github.com/open-power/skiboot/commit/0aa749e6822a>`__
+travis: Add Fedora 27 \*
+`2be4422dace9 <https://github.com/open-power/skiboot/commit/2be4422dace9>`__
+core/bitmap: Test bitmap foreach functions \*
+`ff65dc98df8a <https://github.com/open-power/skiboot/commit/ff65dc98df8a>`__
+skiboot 5.9.4 release notes \*
+`da719b6718a8 <https://github.com/open-power/skiboot/commit/da719b6718a8>`__
+mambo: split qtrace macros out into qtrace\_utils.tcl \*
+`2f8c9acf8985 <https://github.com/open-power/skiboot/commit/2f8c9acf8985>`__
+Add documentation for ibm, firmware-versions device tree node \*
+`7ca21767be95 <https://github.com/open-power/skiboot/commit/7ca21767be95>`__
+Use systemsim-p9 v1.1 \*
+`9587573f4be0 <https://github.com/open-power/skiboot/commit/9587573f4be0>`__
+sreset\_kernel: only run SMT tests due to not supporting re-entry \*
+`0562b64e55b0 <https://github.com/open-power/skiboot/commit/0562b64e55b0>`__
+Fix booting & OPAL call return values with DEBUG=1 \*
+`41f51c834a1b <https://github.com/open-power/skiboot/commit/41f51c834a1b>`__
+external/test: make stripping out version number more robust \*
+`11c76c67cb9b <https://github.com/open-power/skiboot/commit/11c76c67cb9b>`__
+skiboot 5.9.5 Release Notes \*
+`70f14f4dd86e <https://github.com/open-power/skiboot/commit/70f14f4dd86e>`__
+skiboot 5.9.6 release notes \*
+`7a2610a145a8 <https://github.com/open-power/skiboot/commit/7a2610a145a8>`__
+external/test/test.sh: fix VERSION substitution when no tags \*
+`b7b7b84ef565 <https://github.com/open-power/skiboot/commit/b7b7b84ef565>`__
+libflash/mbox-flash: only wait for MBOX\_DEFAULT\_POLL\_MS if busy \*
+`6e05c6f21b34 <https://github.com/open-power/skiboot/commit/6e05c6f21b34>`__
+libstb/(create\|print)-container: Sync with sb-signing-utils \*
+`1ddf7e51936f <https://github.com/open-power/skiboot/commit/1ddf7e51936f>`__
+Mambo: run hello\_world and sreset\_world tests with Secure and Trusted
+Boot \*
+`8c762d5359d6 <https://github.com/open-power/skiboot/commit/8c762d5359d6>`__
+allow secure boot if not enforcing it \*
+`f23d6c626bd6 <https://github.com/open-power/skiboot/commit/f23d6c626bd6>`__
+libflash/mbox-flash: fallback to requesting lower MBOX versions from BMC
+\*
+`8514d755c3ad <https://github.com/open-power/skiboot/commit/8514d755c3ad>`__
+skiboot 5.9.7 release notes \*
+`80838c3158a8 <https://github.com/open-power/skiboot/commit/80838c3158a8>`__
+SLW: fix running in mambo \*
+`43eb8bbcbaa5 <https://github.com/open-power/skiboot/commit/43eb8bbcbaa5>`__
+libstb/cvc: Register P8 secure ROM code correctly \*
+`28b94285ba3a <https://github.com/open-power/skiboot/commit/28b94285ba3a>`__
+Revert "libpore: Fix incorrect mtspr instruction generation" \*
+`9b7289511d7e <https://github.com/open-power/skiboot/commit/9b7289511d7e>`__
+skiboot v5.10-rc1 release notes \*
+`5cb93cd26e19 <https://github.com/open-power/skiboot/commit/5cb93cd26e19>`__
+stb: Correctly error out when no PCR for resource \*
+`fd5d3fea1e54 <https://github.com/open-power/skiboot/commit/fd5d3fea1e54>`__
+stb: Enforce secure boot if called before libstb initialized \*
+`782b91a5b85a <https://github.com/open-power/skiboot/commit/782b91a5b85a>`__
+skiboot 5.10-rc2 release notes \*
+`b94fbeaf137c <https://github.com/open-power/skiboot/commit/b94fbeaf137c>`__
+stb: Put correct label (for skiboot) into container \*
+`6d965ea72ad8 <https://github.com/open-power/skiboot/commit/6d965ea72ad8>`__
+pflash: Fix makefile dependency issue \*
+`1d7da2e9b05b <https://github.com/open-power/skiboot/commit/1d7da2e9b05b>`__
+skiboot v5.10-rc3 release notes \*
+`9b67f73a5947 <https://github.com/open-power/skiboot/commit/9b67f73a5947>`__
+cpu\_wait\_job: Correctly report time spent waiting for job \*
+`03e90a0629bd <https://github.com/open-power/skiboot/commit/03e90a0629bd>`__
+Add -debug to version on DEBUG builds \*
+`00eaf79e5da9 <https://github.com/open-power/skiboot/commit/00eaf79e5da9>`__
+increase log verbosity in debug builds \*
+`4c6539c13504 <https://github.com/open-power/skiboot/commit/4c6539c13504>`__
+npu2/opal-api: move npu2 checkstop defines to npu2-regs.h \*
+`e6272787ed96 <https://github.com/open-power/skiboot/commit/e6272787ed96>`__
+opal-api: Re-jig OPAL API numbers because OpenCAPI kernel merge \*
+`4769f3932c0b <https://github.com/open-power/skiboot/commit/4769f3932c0b>`__
+skiboot 5.10-rc4 release notes \*
+`62a0b2e470e8 <https://github.com/open-power/skiboot/commit/62a0b2e470e8>`__
+skiboot v5.10 release notes \*
+`49c175d9a026 <https://github.com/open-power/skiboot/commit/49c175d9a026>`__
+doc: fix v5.10-rc4 release date
+
+Sukadev Bhattiprolu (1): \*
+`31e5e988632f <https://github.com/open-power/skiboot/commit/31e5e988632f>`__
+vas: Disable VAS/NX-842 on some P9 revisions
+
+Suraj Jitindar Singh (1): \*
+`535d86ee9893 <https://github.com/open-power/skiboot/commit/535d86ee9893>`__
+external/pflash: Fix non-zero return code for successful read when
+size%256 != 0
+
+Vaibhav Jain (5): \*
+`646dbfbec287 <https://github.com/open-power/skiboot/commit/646dbfbec287>`__
+make\_version: Fix check for '.version' file \*
+`7b613693d537 <https://github.com/open-power/skiboot/commit/7b613693d537>`__
+phb4: Dump CAPP error registers when it asserts link down \*
+`e05798d87571 <https://github.com/open-power/skiboot/commit/e05798d87571>`__
+capi: Perform capp recovery sequence only when PBCQ is idle \*
+`5a959af3fb41 <https://github.com/open-power/skiboot/commit/5a959af3fb41>`__
+capi: Disable CAPP virtual machines \*
+`328af10e1c11 <https://github.com/open-power/skiboot/commit/328af10e1c11>`__
+capi: Enable channel tag streaming for PHB in CAPP mode
+
+Vasant Hegde (10): \*
+`eb858339cae8 <https://github.com/open-power/skiboot/commit/eb858339cae8>`__
+hdata: Rename 'fsp-ipl-side' as 'sp-ipl-side' \*
+`eaf9e0f0981b <https://github.com/open-power/skiboot/commit/eaf9e0f0981b>`__
+hdata: Add location code property to xscom node \*
+`9088e400d319 <https://github.com/open-power/skiboot/commit/9088e400d319>`__
+prd: Add generic response structure inside prd\_fw\_msg \*
+`5d847a1b9d49 <https://github.com/open-power/skiboot/commit/5d847a1b9d49>`__
+prd: Enable error logging via firmware\_request interface \*
+`0f9a776aa72f <https://github.com/open-power/skiboot/commit/0f9a776aa72f>`__
+prd: Log unsupported message type \*
+`5110b54067c0 <https://github.com/open-power/skiboot/commit/5110b54067c0>`__
+hdata: Add memory hierarchy under xscom node \*
+`c0840ae7330f <https://github.com/open-power/skiboot/commit/c0840ae7330f>`__
+hdata: Parse SPD data \*
+`4a12d6deb045 <https://github.com/open-power/skiboot/commit/4a12d6deb045>`__
+hdata/vpd: Add vendor property \*
+`85f55e36bbd2 <https://github.com/open-power/skiboot/commit/85f55e36bbd2>`__
+ATTN: Enable flush instruction cache bit in HID register \*
+`44d352ed6bd0 <https://github.com/open-power/skiboot/commit/44d352ed6bd0>`__
+DT: Add "version" property under ibm, firmware-versions node
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1): \*
+`5806543c0adb <https://github.com/open-power/witherspoon-xml/commit/5806543c0adb>`__
+Stabilize DD2.1 by disabling some stop states and disable VDM + WOF
+
+Erich Hauptli (9): \*
+`882ef2310daa <https://github.com/open-power/witherspoon-xml/commit/882ef2310daa>`__
+Updating MEMD VPD \*
+`f0ef411a263c <https://github.com/open-power/witherspoon-xml/commit/f0ef411a263c>`__
+Adding in additional WOF table \*
+`32bfab156076 <https://github.com/open-power/witherspoon-xml/commit/32bfab156076>`__
+Adding OPEN\_POWER\_N\_PLUS\_ONE\_HPC\_BULK\_POWER\_LIMIT\_WATTS \*
+`97e83826bb31 <https://github.com/open-power/witherspoon-xml/commit/97e83826bb31>`__
+Updating Ref Clock and Gen 3 Eq Settings \*
+`b81b843c9452 <https://github.com/open-power/witherspoon-xml/commit/b81b843c9452>`__
+Fixing enumerator \*
+`43746576272c <https://github.com/open-power/witherspoon-xml/commit/43746576272c>`__
+Fixing VRM\_VDD\_TEMP sensor \*
+`5044f59f7de0 <https://github.com/open-power/witherspoon-xml/commit/5044f59f7de0>`__
+Re-enabling Stop States, WOF, and VDM \*
+`4629ea3fff85 <https://github.com/open-power/witherspoon-xml/commit/4629ea3fff85>`__
+Updating WOF Data \*
+`58554bfabd7f <https://github.com/open-power/witherspoon-xml/commit/58554bfabd7f>`__
+Adding in default OBUS Brick Lane Masks
+
+Matt Spinler (1): \*
+`bee9ba7e53e6 <https://github.com/open-power/witherspoon-xml/commit/bee9ba7e53e6>`__
+Add power button LED
+
+nschwart (3): \*
+`5e6ff0b9c1fb <https://github.com/open-power/witherspoon-xml/commit/5e6ff0b9c1fb>`__
+Pcie slot numbers - SW406686 (#72) \*
+`87b0173c563d <https://github.com/open-power/witherspoon-xml/commit/87b0173c563d>`__
+VRM temp sensor, hb\_volatile\_sensor, 128GB DIMM throttling update
+(#73) \*
+`d647013c46bd <https://github.com/open-power/witherspoon-xml/commit/d647013c46bd>`__
+Dimm mapping fixes (#76)
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adrian Barrera (6): \*
+`0c28b11c0ace <https://github.com/open-power/zaius-xml/commit/0c28b11c0ace>`__
+Add MEMD VPD \*
+`338671f00ca8 <https://github.com/open-power/zaius-xml/commit/338671f00ca8>`__
+Update default PCIe G3 lane Eq \*
+`117366697547 <https://github.com/open-power/zaius-xml/commit/117366697547>`__
+Move 25G-OC clock select to IO filter PLL \*
+`c254d1ecc0d7 <https://github.com/open-power/zaius-xml/commit/c254d1ecc0d7>`__
+Add 23c 225W WOF Table \*
+`828711d20ff5 <https://github.com/open-power/zaius-xml/commit/828711d20ff5>`__
+Update refclock freq to fix WOF table offset \*
+`b0884b3032df <https://github.com/open-power/zaius-xml/commit/b0884b3032df>`__
+New attribute to enable Early Data scoms
diff --git a/_sources/release-notes/v1.22-rc1.rst.txt b/_sources/release-notes/v1.22-rc1.rst.txt
new file mode 100644
index 0000000..0ea15f2
--- /dev/null
+++ b/_sources/release-notes/v1.22-rc1.rst.txt
@@ -0,0 +1,2023 @@
+Release Notes for OpenPower Firmware v1.22-rc1
+==============================================
+
+Please note that this is a RELEASE CANDIDATE and not the final v1.22
+release. We expect to do a final v1.21 tagged release before the
+first week of April is done.
+
+This release (including the final v1.21) is NOT intended for GA POWER9
+platforms. For that, you will need the (future) op-build v2.0.
+
+Known Issues
+------------
+
+The following stop states are disabled: 4,5,11. We believe all the bugs
+have been shaken out of stop4 and stop5, and they will be enabled immediately
+after v1.22.
+
+New platforms
+-------------
+
+- vesnin
+
+ A 4 socket 2U POWER8 system with up to 8TB of memory from YADRO.
+ There are still some outstanding hostboot patches that are currently
+ being reviewed in order to have full Vesnin support upstream.
+
+Updated Packages
+----------------
+
++------+----------------+----------------+---------------------------------------+
+| Pack | Old Version | New Version | Platforms |
+| age | | | |
++======+================+================+=======================================+
+| glib | glibc-2.26-73- | glibc-2.26-107 | barreleye, firenze, firestone, |
+| c | g4b692dffb95ac | -g73a92363619e | garrison, habanero, openpower\_mambo, |
+| | 4812b161eb6a16 | 52c458146e903d | openpower\_p9\_mambo, p9dsu, |
+| | 113d7e824982e | fb9b1ba823aa40 | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| host | 28927a78ca4144 | 6eaa4575c95a2a | p9dsu, romulus, witherspoon, zaius |
+| boot | aa8214d35b7ad7 | 5bccfad3e861a8 | |
+| | e2ddba5ada4e | 55ffd8446aa3 | |
++------+----------------+----------------+---------------------------------------+
+| host | 6924d6b711ba7b | 2657e58ac28a32 | barreleye, firestone, garrison, |
+| boot | 1d4c47346c9a8d | c73a3002c715b6 | habanero, p9dsu, palmetto, romulus, |
+| -bin | ff88cfaaf4c8 | ea9d8880f112 | witherspoon, zaius |
+| arie | | | |
+| s | | | |
++------+----------------+----------------+---------------------------------------+
+| ima- | 01b26a136da16a | 90237254664cad | barreleye, firestone, garrison, |
+| cata | 87c0b6b3c4d9f2 | ab529a39796508 | habanero, p9dsu, palmetto, romulus, |
+| log | 7555dca104dc | 3e38806d92e6 | witherspoon, zaius |
++------+----------------+----------------+---------------------------------------+
+| libf | v5.9-166-g70f1 | v5.10.1 | barreleye, firenze, firestone, |
+| lash | 4f4dd86e | | garrison, habanero, p9dsu, palmetto, |
+| | | | pseries, romulus, witherspoon, zaius, |
+| | | | zz |
++------+----------------+----------------+---------------------------------------+
+| linu | 4.14.20 | 4.15.9 | barreleye, firenze, firestone, |
+| x | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, |
+| | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| linu | 4.14.20 | 4.15.9 | barreleye, firenze, firestone, |
+| x-he | | | garrison, habanero, openpower\_mambo, |
+| ader | | | openpower\_p9\_mambo, p9dsu, |
+| s | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| mach | 58554bfabd7f35 | c10638fa2a834c | witherspoon |
+| ine- | 6bc9db3e493816 | 216f28da7705da | |
+| xml | 2acd445fc559 | 331bc0bad4bf | |
++------+----------------+----------------+---------------------------------------+
+| mach | b0884b3032df60 | 4b012a3d1da538 | zaius |
+| ine- | e49eff4b212719 | b3fb97c332b6fc | |
+| xml | f8d49a5d6be7 | e51a6cffaf9a | |
++------+----------------+----------------+---------------------------------------+
+| occ | f72f857b7e5ab2 | 768466b31e853c | p9dsu, romulus, witherspoon, zaius |
+| | 5a5616b1655005 | b11dfa90dbfc15 | |
+| | b963405eb350 | 65a21ee9646e | |
++------+----------------+----------------+---------------------------------------+
+| open | b210f15c69933e | 824b1bf91c6f03 | barreleye, firestone, garrison, |
+| powe | 21494323a8f501 | 0e696c1a4d72b7 | habanero, p9dsu, palmetto, romulus, |
+| r-pn | 7501e7b2c1de | 311985006705 | witherspoon, zaius |
+| or | | | |
++------+----------------+----------------+---------------------------------------+
+| peti | v1.6.6 | v1.7.1 | barreleye, firenze, firestone, |
+| tboo | | | garrison, habanero, openpower\_mambo, |
+| t | | | openpower\_p9\_mambo, p9dsu, |
+| | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| sbe | 0aae9a8e68abb5 | 5c0363924c7d71 | p9dsu, romulus, witherspoon, zaius |
+| | 5110bee2d7bd2f | 0146155b3354b2 | |
+| | be49a4a11e70 | 36012372dd24 | |
++------+----------------+----------------+---------------------------------------+
+| skib | v5.10 | v5.11-rc1 | barreleye, firenze, firestone, |
+| oot | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, |
+| | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+
+New Packages
+------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Removed Packages
+----------------
+
++-----------+--------------------------------------------+-------------+
+| Package | Version | Platforms |
++===========+============================================+=============+
+| sbe | 0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70 | zz |
++-----------+--------------------------------------------+-------------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `fdbb8517ab31 <https://github.com/open-power/hostboot/commit/fdbb8517ab31>`__
+ ATTR\_CHIP\_EC\_FEATURE\_HW406337 support for Axone
+
+Alex Taft (4):
+
+- `c078ed5d8667 <https://github.com/open-power/hostboot/commit/c078ed5d8667>`__
+ New dummy pulse pok bits (for L2/L3)
+- `da32698522da <https://github.com/open-power/hostboot/commit/da32698522da>`__
+ HW405413 : NCU sends data out of order
+- `e8c20a22ad09 <https://github.com/open-power/hostboot/commit/e8c20a22ad09>`__
+ L3 initfile updates
+- `7dea31a9b0b0 <https://github.com/open-power/hostboot/commit/7dea31a9b0b0>`__
+ L3 Initfile: Qualify divide\_minor setting
+
+Alpana Kumari (1):
+
+- `bd85928cb6ab <https://github.com/open-power/hostboot/commit/bd85928cb6ab>`__
+ Fix enum in dimmConsts.H
+
+Amit Tendolkar (3):
+
+- `a2c708da6e1a <https://github.com/open-power/hostboot/commit/a2c708da6e1a>`__
+ Add PGPE XIRs to Special Wakeup Failure FFDC
+- `def84fb4f740 <https://github.com/open-power/hostboot/commit/def84fb4f740>`__
+ Enable setting the stop recovery enabled/disable policy in SGPE Init
+- `18d91f4a458f <https://github.com/open-power/hostboot/commit/18d91f4a458f>`__
+ Update p9\_collect\_ppe\_state to dynamically collect PPE FFDC
+
+Andre Marin (14):
+
+- `f595ecf7f9d0 <https://github.com/open-power/hostboot/commit/f595ecf7f9d0>`__
+ Add address translation (xlate) support for 4Gbx8 and unit tests
+- `443282a786ee <https://github.com/open-power/hostboot/commit/443282a786ee>`__
+ Fixes memdiags broadcast mode address check bug
+- `c50ad6201b4a <https://github.com/open-power/hostboot/commit/c50ad6201b4a>`__
+ Add base spd decoder to share among controllers
+- `157d87dcea5a <https://github.com/open-power/hostboot/commit/157d87dcea5a>`__
+ Change base decoder, add ddr4 namespace, and common API btw modules
+- `b0eb26a290f0 <https://github.com/open-power/hostboot/commit/b0eb26a290f0>`__
+ Add const to the end of spd decoder methods to denote unchanged mem
+ vars
+- `e1e78b687d15 <https://github.com/open-power/hostboot/commit/e1e78b687d15>`__
+ Add Connector to SDRAM Bit Mapping to the SPD decoder and unit tests
+- `b6de6f7655df <https://github.com/open-power/hostboot/commit/b6de6f7655df>`__
+ Split SPD Connector to SDRAM fields, add unit tests
+- `d9cde7352d62 <https://github.com/open-power/hostboot/commit/d9cde7352d62>`__
+ Remove override flag for ATTR\_MSS\_MRW\_ALLOW\_UNSUPPORTED\_RCW,
+ deconfig update
+- `3ffad4a09011 <https://github.com/open-power/hostboot/commit/3ffad4a09011>`__
+ Remove mss::c\_str dependency for SPD decoder for future reuse
+- `71987fc9ba5a <https://github.com/open-power/hostboot/commit/71987fc9ba5a>`__
+ Add DLL workaround and unit tests
+- `3eb1f8ab1705 <https://github.com/open-power/hostboot/commit/3eb1f8ab1705>`__
+ Disable mem clk stop when in STR for DD2.\* only
+- `e9b81f6e0311 <https://github.com/open-power/hostboot/commit/e9b81f6e0311>`__
+ Remove reset\_dll from scominit, enable delay line tap points
+- `04088f2ddf58 <https://github.com/open-power/hostboot/commit/04088f2ddf58>`__
+ Modified gen\_accessors script for greater support
+- `ab7f5582fdba <https://github.com/open-power/hostboot/commit/ab7f5582fdba>`__
+ Remove logic to disable memory clocks in STR if in
+ PD\_AND\_STR\_CLK\_STOP mode
+
+Anusha Reddy Rangareddygari (7):
+
+- `37f1636463ec <https://github.com/open-power/hostboot/commit/37f1636463ec>`__
+ Ec\_level attribute support for DD1 attributes
+- `b722a87509e1 <https://github.com/open-power/hostboot/commit/b722a87509e1>`__
+ DD2 updates:p9\_sbe\_arrayinit,p9\_sbe\_tp\_arrayinit
+- `9194b0c4c0cc <https://github.com/open-power/hostboot/commit/9194b0c4c0cc>`__
+ VITAL cleaning for DD2
+- `313d850ed60d <https://github.com/open-power/hostboot/commit/313d850ed60d>`__
+ p9\_start\_cbs updates
+- `37f0ec3dddbd <https://github.com/open-power/hostboot/commit/37f0ec3dddbd>`__
+ p9\_sbe\_chiplet\_reset,p9\_sbe\_arrayinit
+- `5ac11d13ae61 <https://github.com/open-power/hostboot/commit/5ac11d13ae61>`__
+ Cumulus proc updates
+- `156a0bd71156 <https://github.com/open-power/hostboot/commit/156a0bd71156>`__
+ Axone Update
+
+Ben Gass (15):
+
+- `5ebf782126ac <https://github.com/open-power/hostboot/commit/5ebf782126ac>`__
+ Add support for p9c 1.2
+- `a8bf720f6890 <https://github.com/open-power/hostboot/commit/a8bf720f6890>`__
+ Turn off 64byte checkbit inversion for simulation in
+ centaur.mbs.scom.initfile
+- `ef607c81e101 <https://github.com/open-power/hostboot/commit/ef607c81e101>`__
+ Axone MC uses same pll/clock setup as in Cumulus.
+- `3877eeac3ff3 <https://github.com/open-power/hostboot/commit/3877eeac3ff3>`__
+ Remove PROC\_FABRIC\_LINK\_ACTIVE from OBUS\_FBC\_ENABLED in
+ p9.obus.scom.initfile
+- `8aefe57f98f5 <https://github.com/open-power/hostboot/commit/8aefe57f98f5>`__
+ Adding chip\_ec\_feature attributes for dd2 build
+- `21200ba766f3 <https://github.com/open-power/hostboot/commit/21200ba766f3>`__
+ Set NDL IOValids based on configured NV links.
+- `7375de1dcebd <https://github.com/open-power/hostboot/commit/7375de1dcebd>`__
+ Update filter pll settings as per HW407180
+- `749693530aed <https://github.com/open-power/hostboot/commit/749693530aed>`__
+ Use obus p9ndd1 spy name attribute for obus initfile
+- `f52bb2280385 <https://github.com/open-power/hostboot/commit/f52bb2280385>`__
+ Create dmi.pll.scan.initfile
+- `a69039374bbe <https://github.com/open-power/hostboot/commit/a69039374bbe>`__
+ Updates for HW416934 and HW417233
+- `0844be4f3967 <https://github.com/open-power/hostboot/commit/0844be4f3967>`__
+ Adding p9a support.
+- `5b9b993f082c <https://github.com/open-power/hostboot/commit/5b9b993f082c>`__
+ Re-submit Axone updates
+- `d3594cc4abcb <https://github.com/open-power/hostboot/commit/d3594cc4abcb>`__
+ Add support for p9c 1.2
+- `277e5d2085cd <https://github.com/open-power/hostboot/commit/277e5d2085cd>`__
+ Axone MC uses same pll/clock setup as in Cumulus.
+- `9bea281bae99 <https://github.com/open-power/hostboot/commit/9bea281bae99>`__
+ Add p9n 2.3 to p9\_frequency\_buckets.H
+
+Benjamin Weisenbeck (1):
+
+- `24bcf5732469 <https://github.com/open-power/hostboot/commit/24bcf5732469>`__
+ PRD: Fix data storage exception in PLL analysis
+
+Bill Hoffa (5):
+
+- `014e0ae7136c <https://github.com/open-power/hostboot/commit/014e0ae7136c>`__
+ Add Kernel Debug Trace for Out of Memory condition
+- `ddb2012f39d5 <https://github.com/open-power/hostboot/commit/ddb2012f39d5>`__
+ Enable Cumulus CDIMM Config
+- `a2dc8952afa9 <https://github.com/open-power/hostboot/commit/a2dc8952afa9>`__
+ Deliver cumulus\_cdimm pnor image to fips for Simics regression
+ testing
+- `9de67e525158 <https://github.com/open-power/hostboot/commit/9de67e525158>`__
+ Update Bbuild to b0316a\_1813.920
+- `425eb895f440 <https://github.com/open-power/hostboot/commit/425eb895f440>`__
+ Add ATTR\_ prefix to attributes missing it in
+ hb\_customized\_attrs.xml
+
+Brian Bakke (2):
+
+- `3403445e2f75 <https://github.com/open-power/hostboot/commit/3403445e2f75>`__
+ Fix and codify how system and node targets are handled by attribute
+ overrides
+- `bb0dc7d71263 <https://github.com/open-power/hostboot/commit/bb0dc7d71263>`__
+ Add common XSCOM error literals to HBRT
+
+Brian Silver (3):
+
+- `57808f6af451 <https://github.com/open-power/hostboot/commit/57808f6af451>`__
+ Add EC feature levels to MSS workarounds
+- `b76592c3358c <https://github.com/open-power/hostboot/commit/b76592c3358c>`__
+ Add EC workaround for PHY training bad bit processing
+- `8ccd1b475062 <https://github.com/open-power/hostboot/commit/8ccd1b475062>`__
+ Add Memory Subsystem FIR support
+
+Brian Stegmiller (3):
+
+- `2993c5b32a67 <https://github.com/open-power/hostboot/commit/2993c5b32a67>`__
+ PRD: Add regs to capture list for NVLINK analysis
+- `8cf2925f7e01 <https://github.com/open-power/hostboot/commit/8cf2925f7e01>`__
+ Monitor threads for HB TI to work
+- `0e69501ebe5b <https://github.com/open-power/hostboot/commit/0e69501ebe5b>`__
+ Simics: Skip mem diag due to intermittent action file issues
+
+Brian Vanderpool (1):
+
+- `551d7e678a8e <https://github.com/open-power/hostboot/commit/551d7e678a8e>`__
+ PM: Ignore allow\_reg\_wakeup in cache contained mode
+
+CHRISTINA L. GRAVES (3):
+
+- `316f190cdeac <https://github.com/open-power/hostboot/commit/316f190cdeac>`__
+ p9\_sbe\_lpc\_init fix with GPIO reset
+- `a7f98e8fe346 <https://github.com/open-power/hostboot/commit/a7f98e8fe346>`__
+ Fix for HW397129-set bit 52 in the ALTD\_OPTION reg to keep MC
+ fastpath enabled
+- `6567fe47ef12 <https://github.com/open-power/hostboot/commit/6567fe47ef12>`__
+ p9\_setup\_bars -- support DD2 NPU SCOM address changes
+
+Caleb Palmer (6):
+
+- `1467cbcb8be5 <https://github.com/open-power/hostboot/commit/1467cbcb8be5>`__
+ Fix target type check in bad dq helper function
+- `18a73baccdc2 <https://github.com/open-power/hostboot/commit/18a73baccdc2>`__
+ PRD: Don't skip TPS after failed MemDealloc calls
+- `d2fd055febb7 <https://github.com/open-power/hostboot/commit/d2fd055febb7>`__
+ Free mem and fix dimm trgt in bad dq accessors
+- `83933bedd3ce <https://github.com/open-power/hostboot/commit/83933bedd3ce>`__
+ MDIA: Cut mdia patterns from 9 to 4
+- `8f68014a90f6 <https://github.com/open-power/hostboot/commit/8f68014a90f6>`__
+ MDIA: ensure full MBA target support for P9
+- `4bc416f75e08 <https://github.com/open-power/hostboot/commit/4bc416f75e08>`__
+ MDIA: command cleanup support
+
+Chris Cain (1):
+
+- `24780f003a4b <https://github.com/open-power/hostboot/commit/24780f003a4b>`__
+ HTMGT: Cache user power limit from BMC and add proc callout for 2AEx
+ errors
+
+Chris Hanudel (1):
+
+- `8dba9b43bdc9 <https://github.com/open-power/hostboot/commit/8dba9b43bdc9>`__
+ Updates for P9 NX DD2 initfiles
+
+Christian Geddes (8):
+
+- `8d28433bcc3c <https://github.com/open-power/hostboot/commit/8d28433bcc3c>`__
+ Fix bugs in FSP->HBRT message path for SBE errors
+- `4a60925ef57e <https://github.com/open-power/hostboot/commit/4a60925ef57e>`__
+ Fix trace bug for error path in rt\_fwnotify
+- `2c4b416ae0cf <https://github.com/open-power/hostboot/commit/2c4b416ae0cf>`__
+ Remove if that was catching SBE chipop err logs and forcing reboot
+- `c5983ddc3585 <https://github.com/open-power/hostboot/commit/c5983ddc3585>`__
+ Skip attempting sbe\_retry when HBRT receives SBE\_ERR from HWSV
+- `10aa31b32fc0 <https://github.com/open-power/hostboot/commit/10aa31b32fc0>`__
+ Re-order sbex calls in presimsetup to get paths updated correctly
+- `04ba8e387d32 <https://github.com/open-power/hostboot/commit/04ba8e387d32>`__
+ Update autocitest to collect all hostboot dump info prior to failure
+- `74156401d2fb <https://github.com/open-power/hostboot/commit/74156401d2fb>`__
+ Don't include duplicate connections when looking up xbus mapping
+- `05cda10a435a <https://github.com/open-power/hostboot/commit/05cda10a435a>`__
+ Update backing build to be b0222a\_1810.911
+
+Christopher Riedl (1):
+
+- `8d3671f0c224 <https://github.com/open-power/hostboot/commit/8d3671f0c224>`__
+ PPM reg collision (HW389511) work-around: Special Wake-up
+
+Claus Michael Olsen (4):
+
+- `3fbe556d9d69 <https://github.com/open-power/hostboot/commit/3fbe556d9d69>`__
+ Additional risk level support - (step 2) Updating the image w/RL2
+- `a563b914d6dc <https://github.com/open-power/hostboot/commit/a563b914d6dc>`__
+ xip\_customize: GPTR/overlays stage 1 support
+- `50a391ac5965 <https://github.com/open-power/hostboot/commit/50a391ac5965>`__
+ HW425038 INT ARX timeout workaround - Updated initfiles to 49241
+- `68f67bd7aab5 <https://github.com/open-power/hostboot/commit/68f67bd7aab5>`__
+ Update to putRingUtils to proper scanning of perv\_pll\_bndy\_flt
+ rings
+
+Corey Swenson (4):
+
+- `4cf79f8dc40b <https://github.com/open-power/hostboot/commit/4cf79f8dc40b>`__
+ Changes to Inband SCOM MMIO ranges for Cumulus
+- `53635aee4925 <https://github.com/open-power/hostboot/commit/53635aee4925>`__
+ Delete ATTR\_DMI\_INBAND\_BAR\_ENABLE when processing MRW attributes
+- `ed84b08afa87 <https://github.com/open-power/hostboot/commit/ed84b08afa87>`__
+ Inband SCOM clean up
+- `b4699ae10c2a <https://github.com/open-power/hostboot/commit/b4699ae10c2a>`__
+ Add inband bar address to simics xml
+
+Dan Crowell (16):
+
+- `b47f658c6e96 <https://github.com/open-power/hostboot/commit/b47f658c6e96>`__
+ Pull ATTR\_MSS\_MRW\_FORCE\_BCMODE\_OFF from MRW if it exists
+- `431a3cc0aa10 <https://github.com/open-power/hostboot/commit/431a3cc0aa10>`__
+ Bug fixes for concurrent update of HBRT
+- `4a0eb030e761 <https://github.com/open-power/hostboot/commit/4a0eb030e761>`__
+ Mirror fixup - spd\_decoder\_base.H
+- `36766721c030 <https://github.com/open-power/hostboot/commit/36766721c030>`__
+ Disable WOF for Cumulus DD1.0
+- `4f43040cb271 <https://github.com/open-power/hostboot/commit/4f43040cb271>`__
+ Enable WOF\_VRATIO on ZZ
+- `f5d2c874d072 <https://github.com/open-power/hostboot/commit/f5d2c874d072>`__
+ Removing old TODO for dropped requirement
+- `309422a68f39 <https://github.com/open-power/hostboot/commit/309422a68f39>`__
+ Fix EID range for HBRT logs
+- `586b8b1e6088 <https://github.com/open-power/hostboot/commit/586b8b1e6088>`__
+ Do not elevate severity of reconfig error log
+- `e4a7de38d08d <https://github.com/open-power/hostboot/commit/e4a7de38d08d>`__
+ No longer include BAR attributes in ServerWiz2 export
+- `5683e4887711 <https://github.com/open-power/hostboot/commit/5683e4887711>`__
+ Remirror chip\_ec\_attributes.xml
+- `7b96070e5a1f <https://github.com/open-power/hostboot/commit/7b96070e5a1f>`__
+ Disabling WOF and VDM for Nimbus DD2.0
+- `eb7c0e1f8327 <https://github.com/open-power/hostboot/commit/eb7c0e1f8327>`__
+ Disable WOF for Cumulus DD1.0
+- `945553cc05cf <https://github.com/open-power/hostboot/commit/945553cc05cf>`__
+ Force single-threaded access to HWPs in PRD
+- `54d16a1476fe <https://github.com/open-power/hostboot/commit/54d16a1476fe>`__
+ Add proc huid to PSU trace
+- `bbe9dd41d809 <https://github.com/open-power/hostboot/commit/bbe9dd41d809>`__
+ Fix FFDC for FW Request Errors
+- `4d755323a660 <https://github.com/open-power/hostboot/commit/4d755323a660>`__
+ Completely hide attributes that have no value
+
+Daniel Howe (3):
+
+- `928dab2ae2c2 <https://github.com/open-power/hostboot/commit/928dab2ae2c2>`__
+ Allow lpc\_ed for p9n 2.2 per HW418117 fix
+- `55b4dac7353b <https://github.com/open-power/hostboot/commit/55b4dac7353b>`__
+ update data token init to use scans on p9c 1.1
+- `acd49fe41045 <https://github.com/open-power/hostboot/commit/acd49fe41045>`__
+ dd1.1+ DL training procedure updates
+
+Daniel M. Crowell (1):
+
+- `2fd3b08eed59 <https://github.com/open-power/hostboot/commit/2fd3b08eed59>`__
+ Revert "Adds self time refresh entry and exit helper functions"
+
+David Kauer (4):
+
+- `112c8bd6e114 <https://github.com/open-power/hostboot/commit/112c8bd6e114>`__
+ Update INT DD2 initfiles
+- `e53b287b70c0 <https://github.com/open-power/hostboot/commit/e53b287b70c0>`__
+ Added Nimbus & Cumulus attributes for INT initfiles
+- `128afcc6737f <https://github.com/open-power/hostboot/commit/128afcc6737f>`__
+ HW425038 INT ARX timeout workaround
+- `240defa5f9b2 <https://github.com/open-power/hostboot/commit/240defa5f9b2>`__
+ Modify INT FIR configuration settings
+
+Dean Sanner (2):
+
+- `2414e7c8e5de <https://github.com/open-power/hostboot/commit/2414e7c8e5de>`__
+ Support sending chip info to SBEs on multinode
+- `d6f9a2206311 <https://github.com/open-power/hostboot/commit/d6f9a2206311>`__
+ Force 25G Nvlink speed on P9N DD2.1
+
+Elizabeth Liner (3):
+
+- `8f1ef46890d9 <https://github.com/open-power/hostboot/commit/8f1ef46890d9>`__
+ Adding visible error once we know that the SBE is erroring
+- `c142eb850380 <https://github.com/open-power/hostboot/commit/c142eb850380>`__
+ Adding attribute to detect which processor we can use for alt-memory
+- `4761f0cf880a <https://github.com/open-power/hostboot/commit/4761f0cf880a>`__
+ Updating HWP's to use PROC\_CHIP\_MEM\_TO\_USE attribute
+
+Emmanuel Sacristan (1):
+
+- `7a09b00b1558 <https://github.com/open-power/hostboot/commit/7a09b00b1558>`__
+ NMMU Nimbus dd2 scom/scan updates, updated comments
+
+Greg Still (7):
+
+- `f9b500d310ee <https://github.com/open-power/hostboot/commit/f9b500d310ee>`__
+ PM: GPE timer fix (HW389045 - Update Shadow copy of TSEL)
+- `420c26669087 <https://github.com/open-power/hostboot/commit/420c26669087>`__
+ PM: refine enablement attributes for advanced functions
+ (VDM,RESCLK,WOF,IVRM)
+- `52074db64a3d <https://github.com/open-power/hostboot/commit/52074db64a3d>`__
+ PM: Move to chip EC based #V validity checking in
+ p9\_pstate\_parameter\_block
+- `a2a54161270c <https://github.com/open-power/hostboot/commit/a2a54161270c>`__
+ VDM: p9\_pstate\_parameter\_block check for VDM Large threshold <
+ -32mV
+- `cbcd27d3a629 <https://github.com/open-power/hostboot/commit/cbcd27d3a629>`__
+ PM: p9\_setup\_evid steps voltage to avoid Fleetwood VRM limitations
+- `c3364dfd2650 <https://github.com/open-power/hostboot/commit/c3364dfd2650>`__
+ PM: p9\_setup\_evid - deal with attribute clearing during MPIPL
+- `9b5cfe7260ef <https://github.com/open-power/hostboot/commit/9b5cfe7260ef>`__
+ PM: Enhance p9\_pm\_pss\_init for reset error logging
+
+Ilya Smirnov (5):
+
+- `a681d519d4dc <https://github.com/open-power/hostboot/commit/a681d519d4dc>`__
+ Pass i\_skipComm to \_buildOccs
+- `299023edd66f <https://github.com/open-power/hostboot/commit/299023edd66f>`__
+ Reload OCC and HCODE LIDs in OCC Reload Path
+- `95c3ddc9290b <https://github.com/open-power/hostboot/commit/95c3ddc9290b>`__
+ Insert Debug Data Into hb prime Code Path
+- `c82b626e6ea1 <https://github.com/open-power/hostboot/commit/c82b626e6ea1>`__
+ Check the Section Headers in Non-Secure Mode
+- `ec645465cdae <https://github.com/open-power/hostboot/commit/ec645465cdae>`__
+ Flush TMP Daemon Traces Prior to Shutdown
+
+Jacob Harvey (3):
+
+- `052142a41cd0 <https://github.com/open-power/hostboot/commit/052142a41cd0>`__
+ Add in RCD attributes for DD2 debug
+- `e5ca1ace470e <https://github.com/open-power/hostboot/commit/e5ca1ace470e>`__
+ Change RD\_CTR workaround val and update attr name
+- `9abf780c9305 <https://github.com/open-power/hostboot/commit/9abf780c9305>`__
+ Increment red\_waterfall for low vdn fix
+
+Jaymes Wilks (4):
+
+- `8ea7d7ed5db4 <https://github.com/open-power/hostboot/commit/8ea7d7ed5db4>`__
+ Change FCO distribution to ensure master chip has at least one core
+- `13dd75dd4dc3 <https://github.com/open-power/hostboot/commit/13dd75dd4dc3>`__
+ Support TPM in CUMULUS standalone SIMICS boot
+- `4f5c0b932724 <https://github.com/open-power/hostboot/commit/4f5c0b932724>`__
+ Add TPM to the CUMULUS CDIMM model
+- `4eaf644dbf1b <https://github.com/open-power/hostboot/commit/4eaf644dbf1b>`__
+ Remove code flows that use non-open signing tools
+
+Jennifer A. Stofer (1):
+
+- `7728cc84c782 <https://github.com/open-power/hostboot/commit/7728cc84c782>`__
+ Revert "Adding p9a support."
+
+Jenny Huynh (12):
+
+- `3d8051b7b2e7 <https://github.com/open-power/hostboot/commit/3d8051b7b2e7>`__
+ Reset L3 error status register for next CE/UE capture
+- `c27a8bd5fb97 <https://github.com/open-power/hostboot/commit/c27a8bd5fb97>`__
+ Adding workaround for HW930007 and HW386013
+- `793f58e194db <https://github.com/open-power/hostboot/commit/793f58e194db>`__
+ Adding in defect HW395947,HW930007 to INT initfiles
+- `d0d88fcce2d4 <https://github.com/open-power/hostboot/commit/d0d88fcce2d4>`__
+ Adding HW363780 to NPU scom initfiles
+- `a42eb15a2cc9 <https://github.com/open-power/hostboot/commit/a42eb15a2cc9>`__
+ Reducing rng pace rate from 2000 -> 300 for HW403701
+- `4b6b29be4ff5 <https://github.com/open-power/hostboot/commit/4b6b29be4ff5>`__
+ HW406130: Reduce dma read requests from 16->8 in NX inits
+- `6ec839acf46f <https://github.com/open-power/hostboot/commit/6ec839acf46f>`__
+ HW407123: Slow down xlink command rate for Nimbus DD1/2
+- `a1635526313e <https://github.com/open-power/hostboot/commit/a1635526313e>`__
+ INT scan initfile change to add workaround for HW408972
+- `e7db59ec919d <https://github.com/open-power/hostboot/commit/e7db59ec919d>`__
+ Adding HW401552 to cxa initfile to workaround clockgating bug
+- `9b84a7e90001 <https://github.com/open-power/hostboot/commit/9b84a7e90001>`__
+ Adding HW414702 workaround to INT scan initfiles
+- `ddf01705dda7 <https://github.com/open-power/hostboot/commit/ddf01705dda7>`__
+ Workaround for Quaint Gate, Angry Reindeer
+- `b79417a6c766 <https://github.com/open-power/hostboot/commit/b79417a6c766>`__
+ Updating HW414700 to also apply to Cumulus DD10
+
+Joachim Fenkes (6):
+
+- `c0967b7fb152 <https://github.com/open-power/hostboot/commit/c0967b7fb152>`__
+ LPC: Add empty files for mirroring to HB, PPE, HWSV
+- `1141d3f0a51e <https://github.com/open-power/hostboot/commit/1141d3f0a51e>`__
+ FFDC: Add empty new helper procedure for mirroring to HB, HWSV
+- `d4ea0e36be37 <https://github.com/open-power/hostboot/commit/d4ea0e36be37>`__
+ Add p9\_proc\_gettracearray procedure
+- `6f16f1f33d3e <https://github.com/open-power/hostboot/commit/6f16f1f33d3e>`__
+ p9\_sbe\_tracearray: Nimbus DD2 updates
+- `d61bf78fca7d <https://github.com/open-power/hostboot/commit/d61bf78fca7d>`__
+ HW415692: Make workaround permanent
+- `efc02485efbd <https://github.com/open-power/hostboot/commit/efc02485efbd>`__
+ HDCT: Remove core trace arrays, permanent P9 erratum
+
+Joe McGill (40):
+
+- `90a2c95eb96c <https://github.com/open-power/hostboot/commit/90a2c95eb96c>`__
+ p9\_tod\_move\_tod\_to\_tb -- correct TOD state checks
+- `4d23f6873114 <https://github.com/open-power/hostboot/commit/4d23f6873114>`__
+ p9\_sbe\_tracearray -- satsify PRD calls to manage core trace arrays
+- `ac0c8f0e7bdb <https://github.com/open-power/hostboot/commit/ac0c8f0e7bdb>`__
+ resolve Zeppelin DMI channel framelock issues
+- `c0fce11639f7 <https://github.com/open-power/hostboot/commit/c0fce11639f7>`__
+ enforce strict 512 GB per socket limit on Witherspoon memory map
+ (part2)
+- `92f6bd045cb1 <https://github.com/open-power/hostboot/commit/92f6bd045cb1>`__
+ HW388878 VCS workaround
+- `9c189e8e26a7 <https://github.com/open-power/hostboot/commit/9c189e8e26a7>`__
+ p9.fbc.scan.initfile -- create initfile, add workaround for HW376651
+- `5ba30ede4f3a <https://github.com/open-power/hostboot/commit/5ba30ede4f3a>`__
+ p9\_psi\_init -- parametrize link speed (half/full)
+- `398408a979d7 <https://github.com/open-power/hostboot/commit/398408a979d7>`__
+ p9.fbc.scan.initfile -- clock off MCSYNC staging latches
+- `12ea45b365cf <https://github.com/open-power/hostboot/commit/12ea45b365cf>`__
+ Add MSS customization support from CRP0 Lx MVPD
+- `b02210a00b1e <https://github.com/open-power/hostboot/commit/b02210a00b1e>`__
+ p9\_getecid -- set PCIE DD1.0x workaround attributes
+- `65076c196163 <https://github.com/open-power/hostboot/commit/65076c196163>`__
+ add SS PLL settings to support 94 MHz PCI operation
+- `a2c5ab1977ee <https://github.com/open-power/hostboot/commit/a2c5ab1977ee>`__
+ FBC updates for HW383616, HW384245
+- `ee3924e0c243 <https://github.com/open-power/hostboot/commit/ee3924e0c243>`__
+ p9\_sbe\_tp\_chiplet\_init3 -- disable TP TOD hang pulse
+- `4bdb5fa7a80f <https://github.com/open-power/hostboot/commit/4bdb5fa7a80f>`__
+ p9.core.scan.initfile -- mask local error from CC in EC perv LFIR
+- `c526478a6ce3 <https://github.com/open-power/hostboot/commit/c526478a6ce3>`__
+ adjust SRAM timings
+- `8d707e8c9223 <https://github.com/open-power/hostboot/commit/8d707e8c9223>`__
+ update DPLL and IVRM inits
+- `d615502799c0 <https://github.com/open-power/hostboot/commit/d615502799c0>`__
+ derate NVLINK frequency for Nimbus DD1
+- `40c1bf0cfb1b <https://github.com/open-power/hostboot/commit/40c1bf0cfb1b>`__
+ p9.xbus.pll.scan.initfile -- restore full frequency settings for
+ Nimbus DD2+
+- `8c2cd3174256 <https://github.com/open-power/hostboot/commit/8c2cd3174256>`__
+ p9.int.scan.initfile -- init PSIHB to LSI mode
+- `527165381939 <https://github.com/open-power/hostboot/commit/527165381939>`__
+ L3 updates -- p9\_build\_smp, p9\_fbc\_utils
+- `3a26100f62ca <https://github.com/open-power/hostboot/commit/3a26100f62ca>`__
+ future proof EC feature attributes, add missing P9N DD2 inits
+- `78bf7f9a76b2 <https://github.com/open-power/hostboot/commit/78bf7f9a76b2>`__
+ L3 update -- p9\_pcie\_config
+- `4831e12ea20e <https://github.com/open-power/hostboot/commit/4831e12ea20e>`__
+ p9.core.scan.initfile -- set disable 241 for Nimbus DD2
+- `e4229a61632a <https://github.com/open-power/hostboot/commit/e4229a61632a>`__
+ PCIe updates for Nimbus DD2 GEN4 operation
+- `ddefc592366e <https://github.com/open-power/hostboot/commit/ddefc592366e>`__
+ p9.pci.scan.initfile -- initial release
+- `6752509378f2 <https://github.com/open-power/hostboot/commit/6752509378f2>`__
+ p9.npu.scom.initfile -- Nimbus DD2 updates
+- `02e1726c4962 <https://github.com/open-power/hostboot/commit/02e1726c4962>`__
+ TP, Nest FIR updates -- DD2 updates to match RAS XML
+- `3ce08029e577 <https://github.com/open-power/hostboot/commit/3ce08029e577>`__
+ p9.npu.scom.initfile -- FIR updates to align with RAS XML
+ documentation
+- `7f0a49f50d87 <https://github.com/open-power/hostboot/commit/7f0a49f50d87>`__
+ p9.int.scom.initfile -- mask SUE FIR for Nimbus DD2
+- `a0df90732994 <https://github.com/open-power/hostboot/commit/a0df90732994>`__
+ resolve Zeppelin DMI channel framelock issues
+- `e5e2af0f5eed <https://github.com/open-power/hostboot/commit/e5e2af0f5eed>`__
+ updates for NPU errata
+- `8e0f3a8ad787 <https://github.com/open-power/hostboot/commit/8e0f3a8ad787>`__
+ PLL updates for filter BG, BW including OBUS tank coreqs
+- `3d3f11dbddd5 <https://github.com/open-power/hostboot/commit/3d3f11dbddd5>`__
+ IO, FBC updates to enable ABUS for Fleetwood
+- `75c7fd666460 <https://github.com/open-power/hostboot/commit/75c7fd666460>`__
+ p9.filter.pll.scan.intifile -- set 0 BGoffset for P9C DD1.1
+- `f20b37d483c4 <https://github.com/open-power/hostboot/commit/f20b37d483c4>`__
+ remove NV iovalid assertion from FW and add scan inits to resolve
+ glsmux xstate
+- `f0d08f111980 <https://github.com/open-power/hostboot/commit/f0d08f111980>`__
+ Chip address extension workaround for HW423589 (option2), part1
+- `a94bc7eedf31 <https://github.com/open-power/hostboot/commit/a94bc7eedf31>`__
+ disable ECC bypass for Cumulus DD1.0
+- `01a6a43e9020 <https://github.com/open-power/hostboot/commit/01a6a43e9020>`__
+ MCD disable workaround for HW423589 (option1)
+- `7221c41d5f7f <https://github.com/open-power/hostboot/commit/7221c41d5f7f>`__
+ Disable read data delay for Cumulus DD1.0, enable for DD1.1
+- `e07cb2f93ac8 <https://github.com/open-power/hostboot/commit/e07cb2f93ac8>`__
+ p9.npu.scom.initfile -- limit DCP0 credits for HW437173
+
+John Rell (4):
+
+- `366a4efdf50b <https://github.com/open-power/hostboot/commit/366a4efdf50b>`__
+ jgr18022000 Fix for typo in changes for HW430958
+- `d12852b6fa1a <https://github.com/open-power/hostboot/commit/d12852b6fa1a>`__
+ jgr17050500 Added Centaur and DMI IO SCOM initfiles
+- `55e4a228b65f <https://github.com/open-power/hostboot/commit/55e4a228b65f>`__
+ jgr17082300 Setting changes for HW41801 HW419305
+- `9af3fc295e1e <https://github.com/open-power/hostboot/commit/9af3fc295e1e>`__
+ jgr171017 Setting changes for Obus boardwire vs cable
+
+Joshua Hannan (1):
+
+- `4c9b0d832610 <https://github.com/open-power/hostboot/commit/4c9b0d832610>`__
+ adding insert for soft fail threshold for dd1 and dd2
+
+Juan Medina (2):
+
+- `727e9397fd73 <https://github.com/open-power/hostboot/commit/727e9397fd73>`__
+ reverting FIRs to master values, setting only bit 8
+- `ca235d62a2fe <https://github.com/open-power/hostboot/commit/ca235d62a2fe>`__
+ Scrubbing needs to stay off for DD2, bug HW405443
+
+Lennard Streat (6):
+
+- `d3593cc766ca <https://github.com/open-power/hostboot/commit/d3593cc766ca>`__
+ Temporary workaround for HW412197
+- `75823b14fb47 <https://github.com/open-power/hostboot/commit/75823b14fb47>`__
+ HW439321 - Trusty Birthday Alternative Workaround
+- `968b1746f9e7 <https://github.com/open-power/hostboot/commit/968b1746f9e7>`__
+ HW439321 - Disable CRC Performance Degradation
+- `77309f6630fa <https://github.com/open-power/hostboot/commit/77309f6630fa>`__
+ Expanding MCU tag fifo settings to be freq dependent.
+- `3d12277f2397 <https://github.com/open-power/hostboot/commit/3d12277f2397>`__
+ Workaround for Warlike Parasite (HW430546)
+- `f24037b86d27 <https://github.com/open-power/hostboot/commit/f24037b86d27>`__
+ Protect Firmware from exposure to HW423533
+
+Louis Stermole (3):
+
+- `9900129f86ae <https://github.com/open-power/hostboot/commit/9900129f86ae>`__
+ Fix command gap calculation for MSS scrub to prevent truncation
+- `d64041888fed <https://github.com/open-power/hostboot/commit/d64041888fed>`__
+ Add callout for when the DIMM to NEST freq ratio exceeds 1.5
+- `e4ed25ed886c <https://github.com/open-power/hostboot/commit/e4ed25ed886c>`__
+ Add workaround for DDRPHY ODT config register erratum (ODT2, ODT3
+ bits swapped)
+
+Luke C. Murray (7):
+
+- `908eda4b3845 <https://github.com/open-power/hostboot/commit/908eda4b3845>`__
+ Disabling LVext for all P9 parts
+- `2921d0d9066c <https://github.com/open-power/hostboot/commit/2921d0d9066c>`__
+ HW414700 checkstop on UEs and disable core ECC counter
+- `15d21760fbaa <https://github.com/open-power/hostboot/commit/15d21760fbaa>`__
+ Workaround for HW421347 Scandalous Pie
+- `b5b8ae989e51 <https://github.com/open-power/hostboot/commit/b5b8ae989e51>`__
+ Updating L2 re-request jitter settings for Cumulus
+- `1b1226daa961 <https://github.com/open-power/hostboot/commit/1b1226daa961>`__
+ Turning on NCU tlbie pacing by default
+- `fb21d847fbea <https://github.com/open-power/hostboot/commit/fb21d847fbea>`__
+ Adding attribute to turn memory early data on
+- `f5759559a60d <https://github.com/open-power/hostboot/commit/f5759559a60d>`__
+ Enabling L2 64B store prediction
+
+Luke Murray (8):
+
+- `0964a5b2fd09 <https://github.com/open-power/hostboot/commit/0964a5b2fd09>`__
+ Adding skip group dials for cache when chip=group
+- `f5bc1a24f10a <https://github.com/open-power/hostboot/commit/f5bc1a24f10a>`__
+ Updating P9 L2 scan initfile to use attributes
+- `7d0c68704298 <https://github.com/open-power/hostboot/commit/7d0c68704298>`__
+ Adding good LCO settings to initfile
+- `54067398177d <https://github.com/open-power/hostboot/commit/54067398177d>`__
+ Updating L3 LCO watermarks for HW406803
+- `0c1a9c38bba5 <https://github.com/open-power/hostboot/commit/0c1a9c38bba5>`__
+ Updating optimal larx/stcx dials for performance
+- `2e3a8e66a7f7 <https://github.com/open-power/hostboot/commit/2e3a8e66a7f7>`__
+ Disable cp\_me from the L3 for Nimbus DD1 and DD2.0.
+- `f44af3ce268c <https://github.com/open-power/hostboot/commit/f44af3ce268c>`__
+ Updating HW363605 workaround to be applied to all chips
+- `340b1d5748c8 <https://github.com/open-power/hostboot/commit/340b1d5748c8>`__
+ Performance updates for HW409069
+
+Markus Dobler (1):
+
+- `ce033a30cb69 <https://github.com/open-power/hostboot/commit/ce033a30cb69>`__
+ p9\_abist: Support for p9ndd2
+
+Marty Gloff (4):
+
+- `d01ca15eccee <https://github.com/open-power/hostboot/commit/d01ca15eccee>`__
+ Support multiple nodes in HBRT - Add Node Container
+- `40c3350ff928 <https://github.com/open-power/hostboot/commit/40c3350ff928>`__
+ Support multiple nodes in HBRT - Support Multiple Nodes in
+ TargetService
+- `27755fae1059 <https://github.com/open-power/hostboot/commit/27755fae1059>`__
+ Support multiple nodes in HBRT - Attribute Overrides
+- `5fc3b529c692 <https://github.com/open-power/hostboot/commit/5fc3b529c692>`__
+ Support multiple nodes in HBRT - VPD Image
+
+Matt Derksen (9):
+
+- `80819cf5302b <https://github.com/open-power/hostboot/commit/80819cf5302b>`__
+ Fix rollover of PLID numbers
+- `d6d402588868 <https://github.com/open-power/hostboot/commit/d6d402588868>`__
+ Cleanup hbrt msg code to be easier to understand and update
+- `3b5f10fdf6a7 <https://github.com/open-power/hostboot/commit/3b5f10fdf6a7>`__
+ Include WOF power mode explicitly inside tables
+- `b31ac249651c <https://github.com/open-power/hostboot/commit/b31ac249651c>`__
+ Trace cleanup: do not look for parent chip on non-parent chip targets
+- `843b9e02e55d <https://github.com/open-power/hostboot/commit/843b9e02e55d>`__
+ Initialize FIRDATA section and ErrlManager just incase BMC resets
+- `647eb6eae52c <https://github.com/open-power/hostboot/commit/647eb6eae52c>`__
+ Only call PNOR::init() on systems with BMC
+- `75c7aea07bcb <https://github.com/open-power/hostboot/commit/75c7aea07bcb>`__
+ Fix setting plid to the lastest one available at hbrt start
+- `8692b24a1ec0 <https://github.com/open-power/hostboot/commit/8692b24a1ec0>`__
+ Include WOF power mode explicitly inside tables
+- `6eaa4575c95a <https://github.com/open-power/hostboot/commit/6eaa4575c95a>`__
+ Handle new version of WOF tables that includes power mode
+
+Matt K. Light (1):
+
+- `288ca88910b6 <https://github.com/open-power/hostboot/commit/288ca88910b6>`__
+ adding fapi2::putSpyWithCare()
+
+Matthew Hickman (4):
+
+- `1b11547e01a8 <https://github.com/open-power/hostboot/commit/1b11547e01a8>`__
+ Fixed Maint IUE unmasked with mnfg flags
+- `f6b7234d960a <https://github.com/open-power/hostboot/commit/f6b7234d960a>`__
+ Fixed port fail SUE bug for DD2 modules
+- `48d464158bc3 <https://github.com/open-power/hostboot/commit/48d464158bc3>`__
+ Fixed MNFG Attribute handing for TCE Corrections
+- `90ef1f6dbd59 <https://github.com/open-power/hostboot/commit/90ef1f6dbd59>`__
+ Fixed unmasking of BRODCAST\_OUT\_OF\_SYNC fir after memdiags
+ handling
+
+Michael Koch (1):
+
+- `8b34665d2794 <https://github.com/open-power/hostboot/commit/8b34665d2794>`__
+ Implementing Michael Floyds improvements.
+
+Mike Baiocchi (2):
+
+- `eeadfb7bf985 <https://github.com/open-power/hostboot/commit/eeadfb7bf985>`__
+ Add Reset to TPM's I2C Bus for MPIPLs
+- `234ef44536ae <https://github.com/open-power/hostboot/commit/234ef44536ae>`__
+ Add FFDC to 'No Functional TPM' Fails
+
+Nick Bofferding (9):
+
+- `55e51a61f985 <https://github.com/open-power/hostboot/commit/55e51a61f985>`__
+ Delayed deconfig any DIMM on a failing voltage domain
+- `afc4bd08c5bf <https://github.com/open-power/hostboot/commit/afc4bd08c5bf>`__
+ Documentation: Stop withholding various SRCs from pubs
+- `24bc6a1bee51 <https://github.com/open-power/hostboot/commit/24bc6a1bee51>`__
+ Secure Boot: On get jumper state error path, save PLID before
+ committing
+- `a8b0039d4e3a <https://github.com/open-power/hostboot/commit/a8b0039d4e3a>`__
+ Clear FCO deconfigures before applying gard records
+- `bd1cd3c7d1fb <https://github.com/open-power/hostboot/commit/bd1cd3c7d1fb>`__
+ Secure Boot: Detach secure PNOR provider task
+- `0b02cc8314be <https://github.com/open-power/hostboot/commit/0b02cc8314be>`__
+ Secure Boot: Check integrity of dynamically sized secure header
+ copies
+- `24929fd8ab96 <https://github.com/open-power/hostboot/commit/24929fd8ab96>`__
+ Secure Boot: Dynamically set TPM I2C master path in MRW parser
+- `aa5d9565d0d1 <https://github.com/open-power/hostboot/commit/aa5d9565d0d1>`__
+ Secure Boot: Mark redundant TPM not present until SMP is enabled
+- `5660e6b0e4a2 <https://github.com/open-power/hostboot/commit/5660e6b0e4a2>`__
+ Secure Boot: Populate master node TPM info in HDAT until multinode
+ supported
+
+Nick Klazynski (35):
+
+- `07fd08d22744 <https://github.com/open-power/hostboot/commit/07fd08d22744>`__
+ Add Cumulus DD1.1 inits
+- `36573c1d29c9 <https://github.com/open-power/hostboot/commit/36573c1d29c9>`__
+ Enable risklevel2, match v44 of security wiki
+- `d78c726ee7c2 <https://github.com/open-power/hostboot/commit/d78c726ee7c2>`__
+ workarounds for HW399919 HW400898 HW398269 HW398269 HW399765
+- `9388b61a676d <https://github.com/open-power/hostboot/commit/9388b61a676d>`__
+ WAs for HW401811 HW402145 HW403465; DIS\_MULTIPLE\_TBLW on all modes
+- `fc03d06f35ac <https://github.com/open-power/hostboot/commit/fc03d06f35ac>`__
+ Add three WATs, remove IMC2, replace stop2 workaround
+- `633abb448897 <https://github.com/open-power/hostboot/commit/633abb448897>`__
+ Add risklevel for HW399624 due to perf penalty; Add HW405851
+- `5db603045222 <https://github.com/open-power/hostboot/commit/5db603045222>`__
+ Update core inits for DD2
+- `6914d4009233 <https://github.com/open-power/hostboot/commit/6914d4009233>`__
+ Add core workaround for HW407136
+- `0fd907828b92 <https://github.com/open-power/hostboot/commit/0fd907828b92>`__
+ Workarounds for HW407385 HW408629 HW410389 HW408901
+- `1a54f8f27c08 <https://github.com/open-power/hostboot/commit/1a54f8f27c08>`__
+ Add WAs for HW413799 HW413853 HW413917 HW414249 HW414375 HW414871
+ HW414829
+- `c4b31c72c8c9 <https://github.com/open-power/hostboot/commit/c4b31c72c8c9>`__
+ Add Workarounds for HW415114 HW415013 HW413853 HW414384
+- `ffbc1b8d89b0 <https://github.com/open-power/hostboot/commit/ffbc1b8d89b0>`__
+ Add WA for HW415236
+- `7627769e5c9f <https://github.com/open-power/hostboot/commit/7627769e5c9f>`__
+ Add WA for HW415988
+- `b69116dcd8d6 <https://github.com/open-power/hostboot/commit/b69116dcd8d6>`__
+ Add additional dials to risklevel
+- `8d360860742b <https://github.com/open-power/hostboot/commit/8d360860742b>`__
+ Update core initfiles for Cumulus DD1.0
+- `fe20d009372f <https://github.com/open-power/hostboot/commit/fe20d009372f>`__
+ Reverting chickenswitches for issues fixed in Cumulus DD1.0
+- `efda1e06c616 <https://github.com/open-power/hostboot/commit/efda1e06c616>`__
+ Mistakenly pulled workaround for HW410212 - readd for CDD1.0
+- `f6df718a76fb <https://github.com/open-power/hostboot/commit/f6df718a76fb>`__
+ Add perf inits: HW418850,HW418789; Add clockgate issue HW418738
+- `3883490ddec9 <https://github.com/open-power/hostboot/commit/3883490ddec9>`__
+ Add updates for NDD2.1, Serialize TB, Perf workarounds
+- `14f465d741f8 <https://github.com/open-power/hostboot/commit/14f465d741f8>`__
+ HW415528 and HW419742
+- `78801d7a4ae7 <https://github.com/open-power/hostboot/commit/78801d7a4ae7>`__
+ Core workarounds for multiple issues.
+- `647eee8c1825 <https://github.com/open-power/hostboot/commit/647eee8c1825>`__
+ Add workarounds for HW421426 and HW422629, Swap IMCs around
+- `3df6589cb9fb <https://github.com/open-power/hostboot/commit/3df6589cb9fb>`__
+ HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add
+ HW421831
+- `90a3867252a8 <https://github.com/open-power/hostboot/commit/90a3867252a8>`__
+ Add HW425526 and HW425027
+- `0e5d5b750aba <https://github.com/open-power/hostboot/commit/0e5d5b750aba>`__
+ HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970
+- `4c248c90a305 <https://github.com/open-power/hostboot/commit/4c248c90a305>`__
+ Nimbus DD2.2 core chickenswitches
+- `a55bc817001f <https://github.com/open-power/hostboot/commit/a55bc817001f>`__
+ Large update for security
+- `db5f940f71b4 <https://github.com/open-power/hostboot/commit/db5f940f71b4>`__
+ Fix three NDD2.1 dials and add new NDD2.2 workarounds
+- `9deb5fc4a4f7 <https://github.com/open-power/hostboot/commit/9deb5fc4a4f7>`__
+ Add new TM IMC, Add TLBIE hangbuster
+- `2cdaf3a7743f <https://github.com/open-power/hostboot/commit/2cdaf3a7743f>`__
+ Implement security IMCs, based on v29 of wiki
+- `029552241239 <https://github.com/open-power/hostboot/commit/029552241239>`__
+ Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC
+- `3a66a14710fe <https://github.com/open-power/hostboot/commit/3a66a14710fe>`__
+ Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+ clockgate
+- `0bb20d099e65 <https://github.com/open-power/hostboot/commit/0bb20d099e65>`__
+ Add TM WAT workaround; NDD2.2 and CDD1.1 only
+- `368e3ac318fa <https://github.com/open-power/hostboot/commit/368e3ac318fa>`__
+ Add Cumulus DD1.1 inits
+- `2c08db3b8536 <https://github.com/open-power/hostboot/commit/2c08db3b8536>`__
+ Enable risklevel2, match v44 of security wiki
+
+Prachi Gupta (8):
+
+- `5c78bbd873e9 <https://github.com/open-power/hostboot/commit/5c78bbd873e9>`__
+ checkHbResMemLimit -- change to check correctly on multi-node
+- `33725d24db91 <https://github.com/open-power/hostboot/commit/33725d24db91>`__
+ hbfw makefile changes to add p9c dd1.1 sbe to pnor
+- `5ca1d497141a <https://github.com/open-power/hostboot/commit/5ca1d497141a>`__
+ changes to move configureHbrt target type to IPC path to run on slave
+ nodes
+- `fdbf7156982e <https://github.com/open-power/hostboot/commit/fdbf7156982e>`__
+ HBRT: Fix targeting to work on multi-node
+- `b98f4c6b59fa <https://github.com/open-power/hostboot/commit/b98f4c6b59fa>`__
+ ATTR\_PBAX\_GROUPID: add global tag
+- `54cc57dd329e <https://github.com/open-power/hostboot/commit/54cc57dd329e>`__
+ add global tag to EI\_BUS\_TX\_MSBSWAP for serverwiz2 consumption
+- `7ce93122ca1e <https://github.com/open-power/hostboot/commit/7ce93122ca1e>`__
+ ATTR\_CEN\_VPD\_DRAM\_ADDRESS\_MIRRORING: Remove writable tag
+- `3f639460a8f1 <https://github.com/open-power/hostboot/commit/3f639460a8f1>`__
+ ATTR\_CEN\_VPD\_DRAM\_ADDRESS\_MIRRORING: add function backed to this
+ attribute
+
+Prasad Bg Ranganath (4):
+
+- `0d7e62667706 <https://github.com/open-power/hostboot/commit/0d7e62667706>`__
+ PM: Fix Global Parameter Block and PGPE size checks in
+ p9\_hcode\_image\_build
+- `e80082e3a96a <https://github.com/open-power/hostboot/commit/e80082e3a96a>`__
+ SBE:Putring: Added more debug information
+- `e86fa9f6d5a9 <https://github.com/open-power/hostboot/commit/e86fa9f6d5a9>`__
+ PSTATE\_PARAMETER\_BLOCK structure alignment and error handling
+- `3bb61aa58087 <https://github.com/open-power/hostboot/commit/3bb61aa58087>`__
+ Zepplin:Remove dd level check for cumulus under PPB code
+
+Prem Shanker Jha (1):
+
+- `2e0c75fb9d8c <https://github.com/open-power/hostboot/commit/2e0c75fb9d8c>`__
+ PM: Added support for HWP p9\_pm\_callout.
+
+Raja Das (1):
+
+- `338fce09ddad <https://github.com/open-power/hostboot/commit/338fce09ddad>`__
+ Workaround to fix issue where Powerbus loses track of EQs in DD1
+
+Ricardo Mata (1):
+
+- `b5986b2c0d1a <https://github.com/open-power/hostboot/commit/b5986b2c0d1a>`__
+ Added CI throttling support, HW init updates, and fixed a bug with
+ tce arb.
+
+Richard J. Knight (5):
+
+- `221f05613499 <https://github.com/open-power/hostboot/commit/221f05613499>`__
+ Introduce new shared library for image processing fucntions
+- `48235812776d <https://github.com/open-power/hostboot/commit/48235812776d>`__
+ SW414905: Mcs, Mba and L4 targets are not displayed in gard --gc mem
+ output
+- `b456c82ad820 <https://github.com/open-power/hostboot/commit/b456c82ad820>`__
+ Modify putrRing code to pull rings from centaur hw image
+- `967e9a084bbe <https://github.com/open-power/hostboot/commit/967e9a084bbe>`__
+ Wait for responses from all nodes for IPC\_POPULATE\_ATTRIBUTES msg
+- `d72d87900b44 <https://github.com/open-power/hostboot/commit/d72d87900b44>`__
+ Procedure crashes when trying to query an EC feature
+
+Rick Ward (1):
+
+- `a48f950445f1 <https://github.com/open-power/hostboot/commit/a48f950445f1>`__
+ Dump collection should only be run on the master node and skipped on
+ slaves.
+
+Roland Veloz (4):
+
+- `b6e41fc3329e <https://github.com/open-power/hostboot/commit/b6e41fc3329e>`__
+ Force an SBE update upon boot failure as well as break out common
+ data
+- `0dbb06308565 <https://github.com/open-power/hostboot/commit/0dbb06308565>`__
+ Fixed both NIMBUS and CUMULUS. They are now making the call to
+ mss\_thermal\_init
+- `5a9355062b71 <https://github.com/open-power/hostboot/commit/5a9355062b71>`__
+ Created individual update flags for both SEEPROM 0 and SEEPROM 1
+- `3d7aee811e82 <https://github.com/open-power/hostboot/commit/3d7aee811e82>`__
+ Inform OPAL of the state of the SBE after an attempt to restart
+
+Ryan Black (3):
+
+- `63c767d5679c <https://github.com/open-power/hostboot/commit/63c767d5679c>`__
+ reduce number of non-zero npu error collection registers
+- `1b4fa572716e <https://github.com/open-power/hostboot/commit/1b4fa572716e>`__
+ NPU scan/scom init updates
+- `17165d955d01 <https://github.com/open-power/hostboot/commit/17165d955d01>`__
+ p9.npu.scom.initfile -- fix cq\_sm allocation issue at low water mark
+
+Sachin Gupta (2):
+
+- `899054484ef2 <https://github.com/open-power/hostboot/commit/899054484ef2>`__
+ Support cumulus 1.1 getPllBucket
+- `4340a6da7949 <https://github.com/open-power/hostboot/commit/4340a6da7949>`__
+ Remove workaround for DD1 SW reset for XIVE
+
+Sameer Veer (2):
+
+- `25e991e8b352 <https://github.com/open-power/hostboot/commit/25e991e8b352>`__
+ New functions added for automating mustfix releases
+- `2ae2bffe88b5 <https://github.com/open-power/hostboot/commit/2ae2bffe88b5>`__
+ Added cmvcCheckinForceFlag to break links for new releases
+
+Shelton Leung (9):
+
+- `44bd1c4678da <https://github.com/open-power/hostboot/commit/44bd1c4678da>`__
+ scan inits for lab workaround for DI bug HW392781
+- `be9b22ecd3fc <https://github.com/open-power/hostboot/commit/be9b22ecd3fc>`__
+ dd1 workaround for hw400075 coherency error
+- `c40f090b3c4e <https://github.com/open-power/hostboot/commit/c40f090b3c4e>`__
+ workaround for hw400932 atag corruptin in presp
+- `c3869410785b <https://github.com/open-power/hostboot/commit/c3869410785b>`__
+ amo cache disabled for dd1 for HW401780
+- `bce1c27699b3 <https://github.com/open-power/hostboot/commit/bce1c27699b3>`__
+ enable prefetch drop for better MC fairness
+- `2aad82e12497 <https://github.com/open-power/hostboot/commit/2aad82e12497>`__
+ disable noise window for DD1 HW406577
+- `ad8cf02d85d0 <https://github.com/open-power/hostboot/commit/ad8cf02d85d0>`__
+ dd2 inits
+- `e3f6f99840e4 <https://github.com/open-power/hostboot/commit/e3f6f99840e4>`__
+ adjusted mem 2400 nest 1600 workaround and make dd1 only
+- `125f42a04372 <https://github.com/open-power/hostboot/commit/125f42a04372>`__
+ dd2 phy scom inits
+
+Soma BhanuTej (7):
+
+- `a41ddc53f979 <https://github.com/open-power/hostboot/commit/a41ddc53f979>`__
+ Axone support to TP stopclocks
+- `91d24ca4cc09 <https://github.com/open-power/hostboot/commit/91d24ca4cc09>`__
+ Change chip to unsecure always for DD1 chips
+- `ed093a87011d <https://github.com/open-power/hostboot/commit/ed093a87011d>`__
+ Security control override disable support - p9\_setup\_sbe\_config
+- `8f803dfea438 <https://github.com/open-power/hostboot/commit/8f803dfea438>`__
+ Cumulus initfile update for OBUS & XBUS PLLs
+- `c586a6b41c0f <https://github.com/open-power/hostboot/commit/c586a6b41c0f>`__
+ Additional checks to p9\_extract\_sbe\_rc
+- `00c3e73d16ee <https://github.com/open-power/hostboot/commit/00c3e73d16ee>`__
+ Axone support to TP stopclocks
+- `c09c372348bd <https://github.com/open-power/hostboot/commit/c09c372348bd>`__
+ Change TP FIR bits 38, 39, 40 as recoverable & Masked
+
+Stephen Glancy (18):
+
+- `000f358355b2 <https://github.com/open-power/hostboot/commit/000f358355b2>`__
+ Updates broadcast mode attributes
+- `2674db2b85b4 <https://github.com/open-power/hostboot/commit/2674db2b85b4>`__
+ Adds blank NVDIMM utility files for HB to mirror
+- `b5c57afe40a8 <https://github.com/open-power/hostboot/commit/b5c57afe40a8>`__
+ Fixes tDLLK timing for 2666
+- `c03b84b93467 <https://github.com/open-power/hostboot/commit/c03b84b93467>`__
+ Fixes broadcast mode address check for deconfigured ports
+- `719c8a64fb72 <https://github.com/open-power/hostboot/commit/719c8a64fb72>`__
+ Adds DDR4 hybrid NV-RDIMM support
+- `7b475151599d <https://github.com/open-power/hostboot/commit/7b475151599d>`__
+ Removes overrideonly in a broadcast mode MRW attribute
+- `a61200c516f7 <https://github.com/open-power/hostboot/commit/a61200c516f7>`__
+ Adds power control access functions for NVDIMM
+- `5e42a73c3de9 <https://github.com/open-power/hostboot/commit/5e42a73c3de9>`__
+ Added periodic cal fix - fixes bad delays
+- `ad869ece5cae <https://github.com/open-power/hostboot/commit/ad869ece5cae>`__
+ Updates to run HW VREF cal by default
+- `556caf56c9ec <https://github.com/open-power/hostboot/commit/556caf56c9ec>`__
+ Added read ctr bad delay workaround
+- `4e9ff980c520 <https://github.com/open-power/hostboot/commit/4e9ff980c520>`__
+ Added DQS alignment workaround
+- `ad43d96deda9 <https://github.com/open-power/hostboot/commit/ad43d96deda9>`__
+ Adds DCD calibration control attributes
+- `4b9d8a1bd726 <https://github.com/open-power/hostboot/commit/4b9d8a1bd726>`__
+ Updated memory DD1 vs DD2 attribute
+- `edca64c2b22b <https://github.com/open-power/hostboot/commit/edca64c2b22b>`__
+ Fixed DLL workarounds to always run
+- `b1e597ec9bdb <https://github.com/open-power/hostboot/commit/b1e597ec9bdb>`__
+ Adds blank files for centaur secure mode boot
+- `013207df79b3 <https://github.com/open-power/hostboot/commit/013207df79b3>`__
+ Updates p9c SPD read to include DDR3
+- `43904dc3b8a4 <https://github.com/open-power/hostboot/commit/43904dc3b8a4>`__
+ Adds dynamic voltage blank files for HB
+- `218a4862f0d0 <https://github.com/open-power/hostboot/commit/218a4862f0d0>`__
+ Adds secure mode boot for memory buffer chips
+
+Steven Janssen (1):
+
+- `6d57e7720db9 <https://github.com/open-power/hostboot/commit/6d57e7720db9>`__
+ Change memory cleanup to use correct method
+
+Sumit Kumar (1):
+
+- `00c730b5ebef <https://github.com/open-power/hostboot/commit/00c730b5ebef>`__
+ GPTR/Overlays stage-2 support
+
+Sunil.Kumar (1):
+
+- `8240f5a4c1e0 <https://github.com/open-power/hostboot/commit/8240f5a4c1e0>`__
+ Procedures modified for DD1 changes
+
+Swathi Madhuri Bhattiprolu (1):
+
+- `2958d02ae126 <https://github.com/open-power/hostboot/commit/2958d02ae126>`__
+ Create Initial Cumulus CDIMM sim configuration
+
+Thi Tran (5):
+
+- `231f4e404b04 <https://github.com/open-power/hostboot/commit/231f4e404b04>`__
+ Add ec\_abst ring to p9n.hw\_image
+- `71fc3db015e6 <https://github.com/open-power/hostboot/commit/71fc3db015e6>`__
+ Attribute support of customization of Nimbus DD1 PCI reference clock
+ speed.
+- `2764678bf004 <https://github.com/open-power/hostboot/commit/2764678bf004>`__
+ P9 Cumulus InitCompiler supportis - Part 3
+- `227a32f926d3 <https://github.com/open-power/hostboot/commit/227a32f926d3>`__
+ Undo some p9 Cumulus spy workarounds in initfiles
+- `cc1ac14babe2 <https://github.com/open-power/hostboot/commit/cc1ac14babe2>`__
+ Fix MFG P9 ZZ: BC70E540 (MCFIR[8]) command list timeout
+
+Tsung Yeung (1):
+
+- `1d2a73892341 <https://github.com/open-power/hostboot/commit/1d2a73892341>`__
+ Adds self time refresh entry and exit helper functions
+
+Venkatesh Sainath (2):
+
+- `44087e0148ad <https://github.com/open-power/hostboot/commit/44087e0148ad>`__
+ Enabling FSP-B IPL as primary
+- `13de75c05e7d <https://github.com/open-power/hostboot/commit/13de75c05e7d>`__
+ Fixing flipport attribute for processors
+
+Yue Du (5):
+
+- `3afac7911fa4 <https://github.com/open-power/hostboot/commit/3afac7911fa4>`__
+ STOP: Support Suspend Entry/Exit and Fix Pig Collision
+- `40121d5b91e6 <https://github.com/open-power/hostboot/commit/40121d5b91e6>`__
+ Cache HWP: DD1 VCS Workaround
+- `89135c06eabc <https://github.com/open-power/hostboot/commit/89135c06eabc>`__
+ Istep4: Enable poll for DPLL lock in p9\_hcd\_cache\_dpll\_setup
+- `1db94c26ffaa <https://github.com/open-power/hostboot/commit/1db94c26ffaa>`__
+ HW396520: DD1 workaround skip flushmode inhibit drop in cache hwp
+- `ee172729c85d <https://github.com/open-power/hostboot/commit/ee172729c85d>`__
+ STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4
+
+Zane Shelley (13):
+
+- `1275d064b04f <https://github.com/open-power/hostboot/commit/1275d064b04f>`__
+ PRD: Fixed address translation for Dynamic Memory Deallocation
+- `5324435b6d27 <https://github.com/open-power/hostboot/commit/5324435b6d27>`__
+ PRD: initializing MemTdCtlr variables for broadcast mode
+- `fed203b290c1 <https://github.com/open-power/hostboot/commit/fed203b290c1>`__
+ PRD: added full IPL config support into getHwConfig()
+- `0c2ad40218ec <https://github.com/open-power/hostboot/commit/0c2ad40218ec>`__
+ PRD: removed NPUFIR workaround for DD1.0 to enable default capture
+- `9aa046413267 <https://github.com/open-power/hostboot/commit/9aa046413267>`__
+ PRD: NPU0FIR checkstop isolation issue
+- `9abf4f390cca <https://github.com/open-power/hostboot/commit/9abf4f390cca>`__
+ PRD: getConnectedParent() issue in MemDealloc::dimmList()
+- `5aa7128d4aaa <https://github.com/open-power/hostboot/commit/5aa7128d4aaa>`__
+ PRD: add DMD support for 3 and 6 MC channels per group
+- `82aaa7df696a <https://github.com/open-power/hostboot/commit/82aaa7df696a>`__
+ PRD: initialize PRD objects for Restore DRAM Repairs
+- `f10101dc6c7e <https://github.com/open-power/hostboot/commit/f10101dc6c7e>`__
+ PRD: DMD address translation bug.
+- `08379ab81944 <https://github.com/open-power/hostboot/commit/08379ab81944>`__
+ PRD: extra FFDC for NPU0FIR
+- `5353bb457253 <https://github.com/open-power/hostboot/commit/5353bb457253>`__
+ PRD: remove some NPUFIR bits from cs\_root\_cause list
+- `d69704d2fd07 <https://github.com/open-power/hostboot/commit/d69704d2fd07>`__
+ PRD: updates to XBUS interface callouts
+- `87e454859985 <https://github.com/open-power/hostboot/commit/87e454859985>`__
+ PRD: add c\_err\_rpt registers for INTCQFIR
+
+aravnair-in (1):
+
+- `8e01c68dc70d <https://github.com/open-power/hostboot/commit/8e01c68dc70d>`__
+ Fix a couple of EKB files to prevent CMVC quirk
+
+crgeddes (1):
+
+- `345c40eb09f2 <https://github.com/open-power/hostboot/commit/345c40eb09f2>`__
+ Use DD1 SW reset for XIVE unit until we get HW reset working in DD2
+
+dchowe (4):
+
+- `666e095a50be <https://github.com/open-power/hostboot/commit/666e095a50be>`__
+ Initfile updates for FBC DD2
+- `fdb995c8d77c <https://github.com/open-power/hostboot/commit/fdb995c8d77c>`__
+ DD2 updated scan overrides, Cumulus DD1 initfile updates
+- `281b63f10d73 <https://github.com/open-power/hostboot/commit/281b63f10d73>`__
+ Update FBC cd\_hp initfile to reference serial mode spys directly
+- `8711f1044943 <https://github.com/open-power/hostboot/commit/8711f1044943>`__
+ disable lpc\_ed in fbc to match mc setting
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (4):
+
+- `fca494dbdcf9 <https://github.com/open-power/occ/commit/fca494dbdcf9>`__
+ Replace Firmware Level with FClip History in error log
+- `bf6e716d3289 <https://github.com/open-power/occ/commit/bf6e716d3289>`__
+ Look at OCCFLG[30] to see if PGPE needs a new VFRT
+- `cb3f5cf6a5b9 <https://github.com/open-power/occ/commit/cb3f5cf6a5b9>`__
+ WOF: Phase 2 Vratio calculation correction
+- `1c7b23cc6b8f <https://github.com/open-power/occ/commit/1c7b23cc6b8f>`__
+ WOF: Force ceff\_ratio to 0% if voltage component is 0
+
+William Bryan (3):
+
+- `2fe8f2c01e62 <https://github.com/open-power/occ/commit/2fe8f2c01e62>`__
+ Buildname 3/1
+- `81196c350c52 <https://github.com/open-power/occ/commit/81196c350c52>`__
+ Try to PCAP GPU again after busy failure CQ:SW414846
+- `768466b31e85 <https://github.com/open-power/occ/commit/768466b31e85>`__
+ GPE1 Binary 3/8
+
+mbroyles (5):
+
+- `c9954444fc8d <https://github.com/open-power/occ/commit/c9954444fc8d>`__
+ Calculate Pstate from a frequency starting at max frequency instead
+ of min
+- `ccdb19fba8c7 <https://github.com/open-power/occ/commit/ccdb19fba8c7>`__
+ Enable 24x7 on FSP systems
+- `919b78927d26 <https://github.com/open-power/occ/commit/919b78927d26>`__
+ Characterization state meltbox support
+- `e4bc12d978ab <https://github.com/open-power/occ/commit/e4bc12d978ab>`__
+ Correct ASM WOF enable adjusted value
+- `c44bd0f660c7 <https://github.com/open-power/occ/commit/c44bd0f660c7>`__
+ Support set data length command to improve AMESTER performance with
+ Open BMC
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v1.22-rc1/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+Brett Grandbois (7):
+
+- `8f09986340e6 <https://github.com/open-power/petitboot/commit/8f09986340e6>`__
+ discover/pb-discover: #include <locale.h> for musl libc
+- `44ab15ff671f <https://github.com/open-power/petitboot/commit/44ab15ff671f>`__
+ ncurses/nc-cui: musl libc fixes
+- `b63b778e7feb <https://github.com/open-power/petitboot/commit/b63b778e7feb>`__
+ ncurses/nc-cui: fix unreferenced assertion variable
+- `a80b3cac1053 <https://github.com/open-power/petitboot/commit/a80b3cac1053>`__
+ grub2/grub2-parser: accept no whitespace in grub menuentry
+- `b6e83bb17299 <https://github.com/open-power/petitboot/commit/b6e83bb17299>`__
+ grub2/grub2: add Yocto paths to default grub2 conf search paths
+- `c8ba7b32759f <https://github.com/open-power/petitboot/commit/c8ba7b32759f>`__
+ test/parser: test no whitespace on grub menuentry
+- `02af1caf9df8 <https://github.com/open-power/petitboot/commit/02af1caf9df8>`__
+ syslinux: add syslinux parser support
+
+Cyril Bur (7):
+
+- `b2bc013b1413 <https://github.com/open-power/petitboot/commit/b2bc013b1413>`__
+ configure.ac: Fix unmatched brackets
+- `817e6698bcbb <https://github.com/open-power/petitboot/commit/817e6698bcbb>`__
+ Fix bootstrap warning: noinst\_PROGRAMS was already defined
+- `117a75f95ec3 <https://github.com/open-power/petitboot/commit/117a75f95ec3>`__
+ Better recognition of ncurses header files
+- `3a76e4214d5c <https://github.com/open-power/petitboot/commit/3a76e4214d5c>`__
+ discover/pxe-parser: Fine grained proxy control
+- `eb9c570fa13b <https://github.com/open-power/petitboot/commit/eb9c570fa13b>`__
+ configure.ac: Fix unmatched brackets
+- `17f04cb4d3d8 <https://github.com/open-power/petitboot/commit/17f04cb4d3d8>`__
+ Fix bootstrap warning: noinst\_PROGRAMS was already defined
+- `bc8b183fbea6 <https://github.com/open-power/petitboot/commit/bc8b183fbea6>`__
+ Better recognition of ncurses header files
+
+Daniel Axtens (2):
+
+- `591b8b6d39b2 <https://github.com/open-power/petitboot/commit/591b8b6d39b2>`__
+ Use --no-location instead of --add-location=never
+- `865097ff2cbb <https://github.com/open-power/petitboot/commit/865097ff2cbb>`__
+ Test with .travis.yml
+
+Geoff Levand (4):
+
+- `7aa2d8a3aefc <https://github.com/open-power/petitboot/commit/7aa2d8a3aefc>`__
+ bootstrap: Add dependency checks
+- `e3f78333a2a1 <https://github.com/open-power/petitboot/commit/e3f78333a2a1>`__
+ configure: Add check for lex, yacc
+- `c462aa6f8e46 <https://github.com/open-power/petitboot/commit/c462aa6f8e46>`__
+ configure: Update AC\_PACKAGE\_BUGREPORT
+- `41caf09e98b1 <https://github.com/open-power/petitboot/commit/41caf09e98b1>`__
+ printf: Fix format type warnings
+
+Joel Stanley (5):
+
+- `a5f80e0a9a40 <https://github.com/open-power/petitboot/commit/a5f80e0a9a40>`__
+ discover: Fix bad check of version string
+- `352f5c2729dc <https://github.com/open-power/petitboot/commit/352f5c2729dc>`__
+ ncurses: Fix bad strncmp
+- `2b86765dfa37 <https://github.com/open-power/petitboot/commit/2b86765dfa37>`__
+ discover: Fix unused function warning
+- `2c97f136757b <https://github.com/open-power/petitboot/commit/2c97f136757b>`__
+ test/parser: Fixed uninitialized variable warning
+- `47d0601affe8 <https://github.com/open-power/petitboot/commit/47d0601affe8>`__
+ discover: pxe: Avoid dereferencing null pointer
+
+Samuel Mendoza-Jonas (17):
+
+- `33a0f544151f <https://github.com/open-power/petitboot/commit/33a0f544151f>`__
+ ui/ncurses: Handle arrow key variants
+- `3af2c04787af <https://github.com/open-power/petitboot/commit/3af2c04787af>`__
+ ui/ncurses: Handle arrow key variants
+- `c916e1333676 <https://github.com/open-power/petitboot/commit/c916e1333676>`__
+ ui/ncurses: Always cancel autoboot on exit
+- `f18998f6aac3 <https://github.com/open-power/petitboot/commit/f18998f6aac3>`__
+ ui/ncurses: Always cancel autoboot on exit
+- `a2d5a3e3cb55 <https://github.com/open-power/petitboot/commit/a2d5a3e3cb55>`__
+ discover/pxe-parser: Fix relative parsing for manual config files
+- `1ad12fe5b75e <https://github.com/open-power/petitboot/commit/1ad12fe5b75e>`__
+ discover/pxe-parser: Fix relative parsing for manual config files
+- `2dfbd9811d1e <https://github.com/open-power/petitboot/commit/2dfbd9811d1e>`__
+ ui/ncurses: Allow multiple hot key handlers per pmenu
+- `11c43508e436 <https://github.com/open-power/petitboot/commit/11c43508e436>`__
+ ui/ncurses: Clear remaining space when drawing help line
+- `ef13876e9fea <https://github.com/open-power/petitboot/commit/ef13876e9fea>`__
+ discover/device-handler: Treat empty boot order as 'boot any'
+- `aa23987dd043 <https://github.com/open-power/petitboot/commit/aa23987dd043>`__
+ discover/syslinux-parser: Fix missing comma in ignored names.
+- `dc85de97c79c <https://github.com/open-power/petitboot/commit/dc85de97c79c>`__
+ discover: Allow load\_async\_url() to call callback for local paths
+- `d63bacef37d6 <https://github.com/open-power/petitboot/commit/d63bacef37d6>`__
+ ui/ncurses: Fix boot editor segfault on update
+- `7e0b9da2ae2f <https://github.com/open-power/petitboot/commit/7e0b9da2ae2f>`__
+ discover/platform-powerpc: Avoid confusing gateway and URL
+- `fb8dbd274b4b <https://github.com/open-power/petitboot/commit/fb8dbd274b4b>`__
+ ui/ncurses: Validate URL field
+- `e6407ab0ae61 <https://github.com/open-power/petitboot/commit/e6407ab0ae61>`__
+ lib: Fix gpg.h path
+- `526d4b3d959d <https://github.com/open-power/petitboot/commit/526d4b3d959d>`__
+ utils/hooks: Set stdout-path property
+- `c208aa42024f <https://github.com/open-power/petitboot/commit/c208aa42024f>`__
+ discover/boot: Fix stale boot cancellation code
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Amit Tendolkar (3):
+
+- `731439265743 <https://github.com/open-power/sbe/commit/731439265743>`__
+ Extend PM Reset flow to collect PM FFDC to HOMER
+- `8b75ed9d8f43 <https://github.com/open-power/sbe/commit/8b75ed9d8f43>`__
+ Add EQ ATOMIC LOCK SCOM to security write whitelist for FFDC
+- `1384ebc764ac <https://github.com/open-power/sbe/commit/1384ebc764ac>`__
+ Update p9\_collect\_ppe\_state to dynamically collect PPE FFDC
+
+Andre Marin (2):
+
+- `92ababe68288 <https://github.com/open-power/sbe/commit/92ababe68288>`__
+ Add initial p9c ddr\_phy\_reset, dimmBadDqBitmapAccessHwp, slew, &
+ unmask\_errors
+- `0ac911461767 <https://github.com/open-power/sbe/commit/0ac911461767>`__
+ Modified gen\_accessors script for greater support
+
+Anusha Reddy Rangareddygari (1):
+
+- `3a8884d192b1 <https://github.com/open-power/sbe/commit/3a8884d192b1>`__
+ Adding output\_path option for sbe-debug.py
+
+Ben Gass (5):
+
+- `9f5ce40fd271 <https://github.com/open-power/sbe/commit/9f5ce40fd271>`__
+ Re-submit Axone updates
+- `75ddac2a41a9 <https://github.com/open-power/sbe/commit/75ddac2a41a9>`__
+ Add support for p9c 1.2
+- `2b432b15cbe8 <https://github.com/open-power/sbe/commit/2b432b15cbe8>`__
+ Axone MC uses same pll/clock setup as in Cumulus.
+- `1410d7f9ee83 <https://github.com/open-power/sbe/commit/1410d7f9ee83>`__
+ Add p9n 2.3 to p9\_frequency\_buckets.H
+- `a347254a3aec <https://github.com/open-power/sbe/commit/a347254a3aec>`__
+ Removing trailing comma in system\_attributes.xml
+
+Brian Silver (1):
+
+- `da9b63d6c024 <https://github.com/open-power/sbe/commit/da9b63d6c024>`__
+ Change p9\_mss\_freq\_system to write attributes, errors for Cronus
+
+Brian Vanderpool (1):
+
+- `2a438c9dd4b2 <https://github.com/open-power/sbe/commit/2a438c9dd4b2>`__
+ Improve power and clock checking when checking for stop states
+
+CHRISTINA L. GRAVES (1):
+
+- `b65fd5bcb57d <https://github.com/open-power/sbe/commit/b65fd5bcb57d>`__
+ p9\_query\_cache\_access\_state L2
+
+Christian Geddes (1):
+
+- `f058c9945a4f <https://github.com/open-power/sbe/commit/f058c9945a4f>`__
+ Add attribute to give platform more control over PM\_RESET
+
+Claus Michael Olsen (2):
+
+- `b82c9d49c743 <https://github.com/open-power/sbe/commit/b82c9d49c743>`__
+ Additional risk level support - (step 2) Updating the image w/RL2
+- `54f0bc5c31d3 <https://github.com/open-power/sbe/commit/54f0bc5c31d3>`__
+ Update to putRingUtils to proper scanning of perv\_pll\_bndy\_flt
+ rings
+
+Dan Crowell (2):
+
+- `ba6f0c6d234e <https://github.com/open-power/sbe/commit/ba6f0c6d234e>`__
+ Disabling WOF and VDM for Nimbus DD2.0
+- `c821b84e4ff5 <https://github.com/open-power/sbe/commit/c821b84e4ff5>`__
+ Disable WOF for Cumulus DD1.0
+
+Dean Sanner (2):
+
+- `d50cc1394696 <https://github.com/open-power/sbe/commit/d50cc1394696>`__
+ Run lpc\_init on all processors
+- `e962f1e8c736 <https://github.com/open-power/sbe/commit/e962f1e8c736>`__
+ Honor STOP Gated bit when checking access states
+
+Elizabeth Liner (1):
+
+- `29b11603626f <https://github.com/open-power/sbe/commit/29b11603626f>`__
+ Adding attribute to detect which processor we can use for alt-memory
+
+Greg Still (2):
+
+- `b1386622238e <https://github.com/open-power/sbe/commit/b1386622238e>`__
+ PM\_SPWKUP: Clear wakeup notify select bit to enable auto special
+ wakeup
+- `cc59dcd72f9d <https://github.com/open-power/sbe/commit/cc59dcd72f9d>`__
+ PM: p9\_setup\_evid steps voltage to avoid Fleetwood VRM limitations
+
+Joachim Fenkes (3):
+
+- `cce76062ef2f <https://github.com/open-power/sbe/commit/cce76062ef2f>`__
+ hwpErrors: Use wildcard instead of explicit list
+- `d1da43c4e54d <https://github.com/open-power/sbe/commit/d1da43c4e54d>`__
+ LPC: Add empty files for mirroring to HB, PPE, HWSV
+- `da13fade1742 <https://github.com/open-power/sbe/commit/da13fade1742>`__
+ p9\_sbe\_lpc\_init: Fix timeout setup
+
+Joe McGill (3):
+
+- `d2a0b0c1617c <https://github.com/open-power/sbe/commit/d2a0b0c1617c>`__
+ FIR + RAS XML updates
+- `4d30a3d9b261 <https://github.com/open-power/sbe/commit/4d30a3d9b261>`__
+ p9\_sbe\_tracearray -- satsify PRD calls to manage core trace arrays
+- `9da1175ad43a <https://github.com/open-power/sbe/commit/9da1175ad43a>`__
+ Add base FAPI2 attribute definitions
+
+Lennard Streat (1):
+
+- `ffd086397fb0 <https://github.com/open-power/sbe/commit/ffd086397fb0>`__
+ Protect Firmware from exposure to HW423533
+
+Luke C. Murray (1):
+
+- `c955a5c32115 <https://github.com/open-power/sbe/commit/c955a5c32115>`__
+ Updating NCU tlbie pacing dials
+
+Luke Mulkey (2):
+
+- `e275751a409c <https://github.com/open-power/sbe/commit/e275751a409c>`__
+ Existing code changes for ddr\_phy\_reset HB mirror
+- `2cd7837eb2ec <https://github.com/open-power/sbe/commit/2cd7837eb2ec>`__
+ p9c\_mss\_memdiags and p9c\_mss\_maint\_cmds
+
+Matt K. Light (1):
+
+- `efcd5ec67072 <https://github.com/open-power/sbe/commit/efcd5ec67072>`__
+ adding fapi2::putSpyWithCare()
+
+Matthew Hickman (1):
+
+- `8e7dbfd13ce4 <https://github.com/open-power/sbe/commit/8e7dbfd13ce4>`__
+ Added RCD Protect time and MNFG Flag check to unmask function
+
+Nick Klazynski (4):
+
+- `ace31fa4b8c6 <https://github.com/open-power/sbe/commit/ace31fa4b8c6>`__
+ Add TM WAT workaround; NDD2.2 and CDD1.1 only
+- `1fb2cb5cb795 <https://github.com/open-power/sbe/commit/1fb2cb5cb795>`__
+ Add Cumulus DD1.1 inits
+- `b51252885ec6 <https://github.com/open-power/sbe/commit/b51252885ec6>`__
+ Enable risklevel2, match v44 of security wiki
+- `00bb7b34d2a8 <https://github.com/open-power/sbe/commit/00bb7b34d2a8>`__
+ Remove CDD1.1 security IMC; Apply indirect branch serialization to
+ HV=0 only
+
+Oliver Morlok (1):
+
+- `56e408e085ca <https://github.com/open-power/sbe/commit/56e408e085ca>`__
+ Get a z compile working
+
+Prasad Bg Ranganath (1):
+
+- `69bc840ab99a <https://github.com/open-power/sbe/commit/69bc840ab99a>`__
+ Fix bug in cache query state procedure
+
+Raja Das (2):
+
+- `2dce1d2d7fbb <https://github.com/open-power/sbe/commit/2dce1d2d7fbb>`__
+ SBE Space optimisation
+- `9b7838172f0b <https://github.com/open-power/sbe/commit/9b7838172f0b>`__
+ SBE Regression
+
+Sachin Gupta (5):
+
+- `d27218491dda <https://github.com/open-power/sbe/commit/d27218491dda>`__
+ Retry multicast chiplet offline errors.
+- `ab0fc4ba6ffb <https://github.com/open-power/sbe/commit/ab0fc4ba6ffb>`__
+ Update backing build
+- `967fefdf8af1 <https://github.com/open-power/sbe/commit/967fefdf8af1>`__
+ Fix test sequence
+- `321de657b979 <https://github.com/open-power/sbe/commit/321de657b979>`__
+ Update backing build
+- `5c0363924c7d <https://github.com/open-power/sbe/commit/5c0363924c7d>`__
+ Handle race condition between PSU/FIFO interface.
+
+Soma BhanuTej (3):
+
+- `55603147cd5b <https://github.com/open-power/sbe/commit/55603147cd5b>`__
+ Mask TP LFIR for non PPE mode - p9\_sbe\_common
+- `ace2c563f607 <https://github.com/open-power/sbe/commit/ace2c563f607>`__
+ Axone support to TP stopclocks
+- `4e41a9415858 <https://github.com/open-power/sbe/commit/4e41a9415858>`__
+ Change TP FIR bits 38, 39, 40 as recoverable & Masked
+
+Sumit Kumar (1):
+
+- `2b29de060c3e <https://github.com/open-power/sbe/commit/2b29de060c3e>`__
+ Erepair HWP p9\_io\_erepair procedure
+
+Yue Du (2):
+
+- `20c449a70cde <https://github.com/open-power/sbe/commit/20c449a70cde>`__
+ STOP: Support Suspend Entry/Exit and Fix Pig Collision
+- `148a8c9278b9 <https://github.com/open-power/sbe/commit/148a8c9278b9>`__
+ STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4
+
+aravnair-in (1):
+
+- `160637c9e837 <https://github.com/open-power/sbe/commit/160637c9e837>`__
+ Fix a couple of EKB files to prevent CMVC quirk
+
+crgeddes (3):
+
+- `7808b4fe065e <https://github.com/open-power/sbe/commit/7808b4fe065e>`__
+ Update p9\_query\_cache\_access\_state to use the correct scom
+ register
+- `49613ee7ed9e <https://github.com/open-power/sbe/commit/49613ee7ed9e>`__
+ Skip EQ\_CLOCK\_STAT\_SL scom is we are in stop 11 or greater
+- `2c07fd2bbb9d <https://github.com/open-power/sbe/commit/2c07fd2bbb9d>`__
+ Add RCD\_PARITY\_ERROR enum value to ATTR\_RECONFIGURE\_LOOP
+
+spashabk-in (7):
+
+- `ffa97b5fd9ff <https://github.com/open-power/sbe/commit/ffa97b5fd9ff>`__
+ Fix missing sbe traces in errorlog
+- `6526984e4ae4 <https://github.com/open-power/sbe/commit/6526984e4ae4>`__
+ Extend sbe-debug.py to get ppe register ffdc
+- `8e9d92bf3c8f <https://github.com/open-power/sbe/commit/8e9d92bf3c8f>`__
+ Check for disable scom filtering bit
+- `9355a3505c0a <https://github.com/open-power/sbe/commit/9355a3505c0a>`__
+ Cleanup generic chipop files
+- `6699e49f885f <https://github.com/open-power/sbe/commit/6699e49f885f>`__
+ Dump transition during continuous ipl
+- `9e30f6413207 <https://github.com/open-power/sbe/commit/9e30f6413207>`__
+ Check for checkstop during mpipl
+- `26fbcbed7c36 <https://github.com/open-power/sbe/commit/26fbcbed7c36>`__
+ Restructure sbe-debug.py
+
+whs (1):
+
+- `90316ae6f36a <https://github.com/open-power/sbe/commit/90316ae6f36a>`__
+ Changes related to packaging of memory vpd on Nimbus
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Akshay Adiga (1):
+
+- `87f33f499061 <https://github.com/open-power/skiboot/commit/87f33f499061>`__
+ SLW: Increase stop4-5 residency by 10x
+
+Alistair Popple (1):
+
+- `759c23acb4b6 <https://github.com/open-power/skiboot/commit/759c23acb4b6>`__
+ hw/npu2: Assign a unique LPARSHORTID per GPU
+
+Andrew Donnellan (12):
+
+- `399151e1425e <https://github.com/open-power/skiboot/commit/399151e1425e>`__
+ npu2: Split out common helper functions into separate file
+- `11b46291111a <https://github.com/open-power/skiboot/commit/11b46291111a>`__
+ npu2: Rework NPU data structures for OpenCAPI
+- `3603f474e566 <https://github.com/open-power/skiboot/commit/3603f474e566>`__
+ platform: Add fields for OpenCAPI platform data
+- `b5f1fd30ef56 <https://github.com/open-power/skiboot/commit/b5f1fd30ef56>`__
+ npu2-opencapi: Configure NPU for OpenCAPI
+- `9db58b1e5c03 <https://github.com/open-power/skiboot/commit/9db58b1e5c03>`__
+ npu2-hw-procedures: Add support for OpenCAPI PHY link training
+- `6b1cdedcef1d <https://github.com/open-power/skiboot/commit/6b1cdedcef1d>`__
+ npu2-opencapi: Train OpenCAPI links and setup devices
+- `5b72a43c59cb <https://github.com/open-power/skiboot/commit/5b72a43c59cb>`__
+ platforms: Add OpenCAPI platform data and device tree nodes
+- `f2e637b802e3 <https://github.com/open-power/skiboot/commit/f2e637b802e3>`__
+ doc/device-tree: Add PCI bindings stub
+- `bd6194f5a864 <https://github.com/open-power/skiboot/commit/bd6194f5a864>`__
+ doc/device-tree: Add OpenCAPI device tree bindings
+- `9972229b6b11 <https://github.com/open-power/skiboot/commit/9972229b6b11>`__
+ gitignore: Add \*.a
+- `d8c596368279 <https://github.com/open-power/skiboot/commit/d8c596368279>`__
+ npu2: Remove unused fields in struct npu2
+- `87145c6bad5b <https://github.com/open-power/skiboot/commit/87145c6bad5b>`__
+ npu2: Remove DD1 support
+
+Artem Senichev (1):
+
+- `bfdf5787b9d8 <https://github.com/open-power/skiboot/commit/bfdf5787b9d8>`__
+ Add VESNIN platform support
+
+Christophe Lombard (1):
+
+- `0180de29859b <https://github.com/open-power/skiboot/commit/0180de29859b>`__
+ capp: Add lid definition for P9 DD-2.2
+
+Cyril Bur (10):
+
+- `682e196627a0 <https://github.com/open-power/skiboot/commit/682e196627a0>`__
+ libflash/blocklevel: Correct miscalculation in
+ blocklevel\_smart\_erase()
+- `70166b34238e <https://github.com/open-power/skiboot/commit/70166b34238e>`__
+ mbox: Harden against BMC daemon errors
+- `8c0224322650 <https://github.com/open-power/skiboot/commit/8c0224322650>`__
+ mbox: Reduce default BMC timeouts
+- `5630c819b3cb <https://github.com/open-power/skiboot/commit/5630c819b3cb>`__
+ occ-sensors: Remove NULL checks after dereference
+- `f4f88196aec7 <https://github.com/open-power/skiboot/commit/f4f88196aec7>`__
+ npu2: Fix possible NULL dereference
+- `4599a8bdf9de <https://github.com/open-power/skiboot/commit/4599a8bdf9de>`__
+ npu2-opencapi: Fix memory leak
+- `3c3b809cb8ba <https://github.com/open-power/skiboot/commit/3c3b809cb8ba>`__
+ libstb/create-container: munmap() signature file address
+- `7598ed90a670 <https://github.com/open-power/skiboot/commit/7598ed90a670>`__
+ fast-reboot: occ: Only delete /ibm, opal/power-mgt nodes if they
+ exist
+- `35f003a01174 <https://github.com/open-power/skiboot/commit/35f003a01174>`__
+ hw/imc: Don't dereference possible NULL
+- `351b05be3d40 <https://github.com/open-power/skiboot/commit/351b05be3d40>`__
+ dts: Zero struct to avoid using uninitialised value
+
+Cédric Le Goater (1):
+
+- `dcbf18c1f0e1 <https://github.com/open-power/skiboot/commit/dcbf18c1f0e1>`__
+ xive: fix opal\_xive\_set\_vp\_info() error path
+
+Dan Crowell (1):
+
+- `4fcf4549d168 <https://github.com/open-power/skiboot/commit/4fcf4549d168>`__
+ Make gard display show that a record is cleared
+
+Frederic Barrat (2):
+
+- `cd8b82a8e83e <https://github.com/open-power/skiboot/commit/cd8b82a8e83e>`__
+ npu2-opencapi: Add OpenCAPI OPAL API calls
+- `48dd5f7b9fbb <https://github.com/open-power/skiboot/commit/48dd5f7b9fbb>`__
+ npu2-opencapi: Fix assert on link reset during init
+
+Joel Stanley (1):
+
+- `0df891697d24 <https://github.com/open-power/skiboot/commit/0df891697d24>`__
+ README: document output files
+
+Mahesh Salgaonkar (1):
+
+- `603beb4500f5 <https://github.com/open-power/skiboot/commit/603beb4500f5>`__
+ Reserve OPAL API number for opal\_handle\_hmi2 function.
+
+Matt Brown (3):
+
+- `2d4c774c2a3a <https://github.com/open-power/skiboot/commit/2d4c774c2a3a>`__
+ core/lock: Add deadlock detection
+- `84186ef0944c <https://github.com/open-power/skiboot/commit/84186ef0944c>`__
+ core/lock: Add lock timeout warnings
+- `8d0f41e021b3 <https://github.com/open-power/skiboot/commit/8d0f41e021b3>`__
+ gcov: Add gcov data struct to sysfs
+
+Michael Ellerman (1):
+
+- `f30286c49431 <https://github.com/open-power/skiboot/commit/f30286c49431>`__
+ mambo: Add fw-feature flags for security related settings
+
+Michael Neuling (6):
+
+- `bb3348c865a8 <https://github.com/open-power/skiboot/commit/bb3348c865a8>`__
+ core/pci-dt-slot: Fix booting with no slot map
+- `fa03921a9aa6 <https://github.com/open-power/skiboot/commit/fa03921a9aa6>`__
+ pci: Move code around
+- `fe6d86b92a00 <https://github.com/open-power/skiboot/commit/fe6d86b92a00>`__
+ pci: Make fast reboot creset PHBs in parallel
+- `18d7ee718bef <https://github.com/open-power/skiboot/commit/18d7ee718bef>`__
+ core/init: Assert when kernel not found
+- `730bccbbb615 <https://github.com/open-power/skiboot/commit/730bccbbb615>`__
+ Tie tm-suspend fw-feature and opal\_reinit\_cpus() together
+- `75a89e61c9d9 <https://github.com/open-power/skiboot/commit/75a89e61c9d9>`__
+ pci: Reduce log level of error message
+
+Murilo Opsfelder Araujo (1):
+
+- `f23240f50653 <https://github.com/open-power/skiboot/commit/f23240f50653>`__
+ skiboot.spec: Update to v5.10 release
+
+Nicholas Piggin (12):
+
+- `8cbd3880c321 <https://github.com/open-power/skiboot/commit/8cbd3880c321>`__
+ direct-controls: mambo fix for multiple chips
+- `f6159cff5d91 <https://github.com/open-power/skiboot/commit/f6159cff5d91>`__
+ build: use thin archives rather than incremental linking
+- `56a85b41d231 <https://github.com/open-power/skiboot/commit/56a85b41d231>`__
+ core/hmi: report processor recovery reason from core FIR bits on P9
+- `884f97b25b49 <https://github.com/open-power/skiboot/commit/884f97b25b49>`__
+ core/opal: abort in case of re-entrant OPAL call
+- `82fd5d06beee <https://github.com/open-power/skiboot/commit/82fd5d06beee>`__
+ core/opal: allow some re-entrant calls
+- `1f53f9fa766f <https://github.com/open-power/skiboot/commit/1f53f9fa766f>`__
+ core/fast-reboot: disable fast reboot upon fundamental
+ entry/exit/locking errors
+- `8cabd06243ac <https://github.com/open-power/skiboot/commit/8cabd06243ac>`__
+ core/fast-reboot: verify mem regions before fast reboot
+- `336f306555d0 <https://github.com/open-power/skiboot/commit/336f306555d0>`__
+ mem-map: Use a symbolic constant for exception vector size
+- `c32943bfc1e2 <https://github.com/open-power/skiboot/commit/c32943bfc1e2>`__
+ core/fast-reboot: zero memory after fast reboot
+- `a1c3dcca81ce <https://github.com/open-power/skiboot/commit/a1c3dcca81ce>`__
+ nvram: run nvram\_validate() after nvram\_reformat()
+- `103f67fe83f1 <https://github.com/open-power/skiboot/commit/103f67fe83f1>`__
+ hw/imc: don't access homer memory if it was not initialised
+- `90d53934c2da <https://github.com/open-power/skiboot/commit/90d53934c2da>`__
+ core/cpu: discover stack region size before initialising memory
+ regions
+
+Oliver O'Halloran (1):
+
+- `3e74805702f6 <https://github.com/open-power/skiboot/commit/3e74805702f6>`__
+ phb\*: Remove the state field in the various phb structures
+
+Philippe Bergheaud (2):
+
+- `a8cfb0906643 <https://github.com/open-power/skiboot/commit/a8cfb0906643>`__
+ phb4: set PHB CMPM registers for tunneled operations
+- `0f3584d84662 <https://github.com/open-power/skiboot/commit/0f3584d84662>`__
+ phb4: set PBCQ Tunnel BAR for tunneled operations
+
+Pridhiviraj Paidipeddi (5):
+
+- `f24db9e5c8c4 <https://github.com/open-power/skiboot/commit/f24db9e5c8c4>`__
+ libstb/secureboot: Fix logging of secure verify messages.
+- `20f685a3627a <https://github.com/open-power/skiboot/commit/20f685a3627a>`__
+ console(lpc/fsp-console): Use only stdout-path property on P9 and
+ above
+- `28a414b3e4c5 <https://github.com/open-power/skiboot/commit/28a414b3e4c5>`__
+ doc/opal-api: Document using stdout-path property
+- `f69d2ac579b6 <https://github.com/open-power/skiboot/commit/f69d2ac579b6>`__
+ core/ipmi-opal: Add interrupt-parent property for ipmi node on P9 and
+ above.
+- `8ea3ac76137b <https://github.com/open-power/skiboot/commit/8ea3ac76137b>`__
+ doc/opal-api: Document changes of adding interrupt-parent property
+ under /ibm, opal/ipmi node on POWER9 and above.
+
+Reza Arbab (3):
+
+- `105d80f85b07 <https://github.com/open-power/skiboot/commit/105d80f85b07>`__
+ npu2: Use unfiltered mode in XTS tables
+- `773836f3424d <https://github.com/open-power/skiboot/commit/773836f3424d>`__
+ npu2: Disable fast reboot
+- `0ce7482fb650 <https://github.com/open-power/skiboot/commit/0ce7482fb650>`__
+ npu2: Add performance tuning SCOM inits
+
+Shilpasri G Bhat (2):
+
+- `ac4272bf5e73 <https://github.com/open-power/skiboot/commit/ac4272bf5e73>`__
+ fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgt
+- `b5c9d09d0677 <https://github.com/open-power/skiboot/commit/b5c9d09d0677>`__
+ dts: spl\_wakeup: Remove all workarounds in the spl wakeup logic
+
+Stewart Smith (16):
+
+- `fbdc91e693fc <https://github.com/open-power/skiboot/commit/fbdc91e693fc>`__
+ NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging
+- `fa1eeea2e987 <https://github.com/open-power/skiboot/commit/fa1eeea2e987>`__
+ doc: skiboot 5.10.1 release notes
+- `785b35d18808 <https://github.com/open-power/skiboot/commit/785b35d18808>`__
+ fast-reboot: enable by default for POWER9
+- `5ba69bb62ca2 <https://github.com/open-power/skiboot/commit/5ba69bb62ca2>`__
+ skiboot 5.10.2 release notes
+- `217f74b0c40e <https://github.com/open-power/skiboot/commit/217f74b0c40e>`__
+ Revert "console(lpc/fsp-console): Use only stdout-path property on P9
+ and above"
+- `b71db454f703 <https://github.com/open-power/skiboot/commit/b71db454f703>`__
+ Keep constructors with priorities
+- `2d75b9439f66 <https://github.com/open-power/skiboot/commit/2d75b9439f66>`__
+ gcov: Another GCC, another gcov tweak
+- `f88ffa66d1b4 <https://github.com/open-power/skiboot/commit/f88ffa66d1b4>`__
+ cpu\_idle\_job: relax a bit
+- `a8e6cc3f4752 <https://github.com/open-power/skiboot/commit/a8e6cc3f4752>`__
+ Don't detect lock timeouts when timebase is invalid
+- `1090f346713a <https://github.com/open-power/skiboot/commit/1090f346713a>`__
+ Revert "platforms/astbmc/slots.c: Allow comparison of bus numbers
+ when matching slots"
+- `547377ddcd93 <https://github.com/open-power/skiboot/commit/547377ddcd93>`__
+ occ: Set up OCC messaging even if we fail to setup pstates
+- `80452d2cf2ce <https://github.com/open-power/skiboot/commit/80452d2cf2ce>`__
+ Revert "NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging"
+- `215a7ce1f186 <https://github.com/open-power/skiboot/commit/215a7ce1f186>`__
+ NPU2: dump NPU2 registers on npu2 HMI
+- `c05a8178dffa <https://github.com/open-power/skiboot/commit/c05a8178dffa>`__
+ Fix 'make check' compile for mem\_clear\_range
+- `5771b85b1bc2 <https://github.com/open-power/skiboot/commit/5771b85b1bc2>`__
+ skiboot 5.10.3 release notes
+- `0a1d25fbae1a <https://github.com/open-power/skiboot/commit/0a1d25fbae1a>`__
+ skiboot 5.11-rc1 release notes
+
+Vaibhav Jain (3):
+
+- `53c4553dd767 <https://github.com/open-power/skiboot/commit/53c4553dd767>`__
+ capp: Disable fast-reboot when capp is enabled
+- `a72d055d9337 <https://github.com/open-power/skiboot/commit/a72d055d9337>`__
+ capp: Make error in capp timebase sync a non-fatal error
+- `b1190f403248 <https://github.com/open-power/skiboot/commit/b1190f403248>`__
+ capp: Disable fast-reboot whenever enable\_capi\_mode() is called
+
+Vasant Hegde (1):
+
+- `1dacecd2b28b <https://github.com/open-power/skiboot/commit/1dacecd2b28b>`__
+ core: Fix 'opal-runtime-size' property
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Erich Hauptli (2):
+
+- `6ca015dbd3e1 <https://github.com/open-power/witherspoon-xml/commit/6ca015dbd3e1>`__
+ Syncing MRW with op-release
+- `c10638fa2a83 <https://github.com/open-power/witherspoon-xml/commit/c10638fa2a83>`__
+ Switching back to OBus bucket 1
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adrian Barrera (4):
+
+- `ca689febb5a6 <https://github.com/open-power/zaius-xml/commit/ca689febb5a6>`__
+ Update EREPAIR attributes
+- `5e48835aacb1 <https://github.com/open-power/zaius-xml/commit/5e48835aacb1>`__
+ Update Obus PLL bucket to 25G
+- `a426841eeba2 <https://github.com/open-power/zaius-xml/commit/a426841eeba2>`__
+ Set Obus channel type to cable
+- `4b012a3d1da5 <https://github.com/open-power/zaius-xml/commit/4b012a3d1da5>`__
+ Add new 23c WOF table
diff --git a/_sources/release-notes/v1.22.rst.txt b/_sources/release-notes/v1.22.rst.txt
new file mode 100644
index 0000000..c8e3a39
--- /dev/null
+++ b/_sources/release-notes/v1.22.rst.txt
@@ -0,0 +1,2136 @@
+Release Notes for OpenPower Firmware v1.22
+==========================================
+
+This release is NOT intended for GA POWER9 platforms. For that, you will
+need the (future) op-build v2.0.
+
+Due to the proximity to op-build v2.0, it's best to think of v1.22 as
+a late beta release for v2.0.
+
+Known Issues
+------------
+
+The following stop states are disabled: 4,5,11. We believe all the bugs
+have been shaken out of stop4 and stop5, and they will be enabled immediately
+after v1.22.
+
+New platforms
+-------------
+
+- vesnin
+
+ A 4 socket 2U POWER8 system with up to 8TB of memory from YADRO.
+ There are still some outstanding hostboot patches that are currently
+ being reviewed in order to have full Vesnin support upstream.
+
+Updated Packages
+----------------
+
++------+----------------+----------------+---------------------------------------+
+| Pack | Old Version | New Version | Platforms |
+| age | | | |
++======+================+================+=======================================+
+| glib | glibc-2.26-73- | glibc-2.26-107 | barreleye, firenze, firestone, |
+| c | g4b692dffb95ac | -g73a92363619e | garrison, habanero, openpower\_mambo, |
+| | 4812b161eb6a16 | 52c458146e903d | openpower\_p9\_mambo, p9dsu, |
+| | 113d7e824982e | fb9b1ba823aa40 | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| host | 28927a78ca4144 | b51298075aee40 | p9dsu, romulus, witherspoon, zaius |
+| boot | aa8214d35b7ad7 | 2dbcef485088cf | |
+| | e2ddba5ada4e | a71a6ca61725 | |
++------+----------------+----------------+---------------------------------------+
+| host | 6924d6b711ba7b | b339e05c57725c | barreleye, firestone, garrison, |
+| boot | 1d4c47346c9a8d | f09b867d665269 | habanero, p9dsu, palmetto, romulus, |
+| -bin | ff88cfaaf4c8 | 8aa2e3ab5f6a | witherspoon, zaius |
+| arie | | | |
+| s | | | |
++------+----------------+----------------+---------------------------------------+
+| ima- | 01b26a136da16a | 90237254664cad | barreleye, firestone, garrison, |
+| cata | 87c0b6b3c4d9f2 | ab529a39796508 | habanero, p9dsu, palmetto, romulus, |
+| log | 7555dca104dc | 3e38806d92e6 | witherspoon, zaius |
++------+----------------+----------------+---------------------------------------+
+| libf | v5.9-166-g70f1 | v5.10.1 | barreleye, firenze, firestone, |
+| lash | 4f4dd86e | | garrison, habanero, p9dsu, palmetto, |
+| | | | pseries, romulus, witherspoon, zaius, |
+| | | | zz |
++------+----------------+----------------+---------------------------------------+
+| linu | 4.14.20 | 4.15.14 | barreleye, firenze, firestone, |
+| x | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, |
+| | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| linu | 4.14.20 | 4.15.14 | barreleye, firenze, firestone, |
+| x-he | | | garrison, habanero, openpower\_mambo, |
+| ader | | | openpower\_p9\_mambo, p9dsu, |
+| s | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| mach | 58554bfabd7f35 | 18591a3eba4fc4 | witherspoon |
+| ine- | 6bc9db3e493816 | 345daf630aaf44 | |
+| xml | 2acd445fc559 | 12f1554a24cd | |
++------+----------------+----------------+---------------------------------------+
+| mach | b0884b3032df60 | 4b012a3d1da538 | zaius |
+| ine- | e49eff4b212719 | b3fb97c332b6fc | |
+| xml | f8d49a5d6be7 | e51a6cffaf9a | |
++------+----------------+----------------+---------------------------------------+
+| occ | f72f857b7e5ab2 | 768466b31e853c | p9dsu, romulus, witherspoon, zaius |
+| | 5a5616b1655005 | b11dfa90dbfc15 | |
+| | b963405eb350 | 65a21ee9646e | |
++------+----------------+----------------+---------------------------------------+
+| open | b210f15c69933e | dafcab48658b4d | barreleye, firestone, garrison, |
+| powe | 21494323a8f501 | e48e70c929b036 | habanero, p9dsu, palmetto, romulus, |
+| r-pn | 7501e7b2c1de | 985dac7ef7b8 | witherspoon, zaius |
+| or | | | |
++------+----------------+----------------+---------------------------------------+
+| peti | v1.6.6 | v1.7.1 | barreleye, firenze, firestone, |
+| tboo | | | garrison, habanero, openpower\_mambo, |
+| t | | | openpower\_p9\_mambo, p9dsu, |
+| | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+| sbe | 0aae9a8e68abb5 | 5c0363924c7d71 | p9dsu, romulus, witherspoon, zaius |
+| | 5110bee2d7bd2f | 0146155b3354b2 | |
+| | be49a4a11e70 | 36012372dd24 | |
++------+----------------+----------------+---------------------------------------+
+| skib | v5.10 | v5.11 | barreleye, firenze, firestone, |
+| oot | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, |
+| | | | palmetto, pseries, romulus, |
+| | | | witherspoon, zaius, zz |
++------+----------------+----------------+---------------------------------------+
+
+New Packages
+------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Removed Packages
+----------------
+
++-----------+--------------------------------------------+-------------+
+| Package | Version | Platforms |
++===========+============================================+=============+
+| sbe | 0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70 | zz |
++-----------+--------------------------------------------+-------------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `fdbb8517ab31 <https://github.com/open-power/hostboot/commit/fdbb8517ab31>`__
+ ATTR\_CHIP\_EC\_FEATURE\_HW406337 support for Axone
+
+Alex Taft (4):
+
+- `c078ed5d8667 <https://github.com/open-power/hostboot/commit/c078ed5d8667>`__
+ New dummy pulse pok bits (for L2/L3)
+- `da32698522da <https://github.com/open-power/hostboot/commit/da32698522da>`__
+ HW405413 : NCU sends data out of order
+- `e8c20a22ad09 <https://github.com/open-power/hostboot/commit/e8c20a22ad09>`__
+ L3 initfile updates
+- `7dea31a9b0b0 <https://github.com/open-power/hostboot/commit/7dea31a9b0b0>`__
+ L3 Initfile: Qualify divide\_minor setting
+
+Alpana Kumari (1):
+
+- `bd85928cb6ab <https://github.com/open-power/hostboot/commit/bd85928cb6ab>`__
+ Fix enum in dimmConsts.H
+
+Amit Tendolkar (3):
+
+- `a2c708da6e1a <https://github.com/open-power/hostboot/commit/a2c708da6e1a>`__
+ Add PGPE XIRs to Special Wakeup Failure FFDC
+- `def84fb4f740 <https://github.com/open-power/hostboot/commit/def84fb4f740>`__
+ Enable setting the stop recovery enabled/disable policy in SGPE Init
+- `18d91f4a458f <https://github.com/open-power/hostboot/commit/18d91f4a458f>`__
+ Update p9\_collect\_ppe\_state to dynamically collect PPE FFDC
+
+Andre Marin (14):
+
+- `f595ecf7f9d0 <https://github.com/open-power/hostboot/commit/f595ecf7f9d0>`__
+ Add address translation (xlate) support for 4Gbx8 and unit tests
+- `443282a786ee <https://github.com/open-power/hostboot/commit/443282a786ee>`__
+ Fixes memdiags broadcast mode address check bug
+- `c50ad6201b4a <https://github.com/open-power/hostboot/commit/c50ad6201b4a>`__
+ Add base spd decoder to share among controllers
+- `157d87dcea5a <https://github.com/open-power/hostboot/commit/157d87dcea5a>`__
+ Change base decoder, add ddr4 namespace, and common API btw modules
+- `b0eb26a290f0 <https://github.com/open-power/hostboot/commit/b0eb26a290f0>`__
+ Add const to the end of spd decoder methods to denote unchanged mem
+ vars
+- `e1e78b687d15 <https://github.com/open-power/hostboot/commit/e1e78b687d15>`__
+ Add Connector to SDRAM Bit Mapping to the SPD decoder and unit tests
+- `b6de6f7655df <https://github.com/open-power/hostboot/commit/b6de6f7655df>`__
+ Split SPD Connector to SDRAM fields, add unit tests
+- `d9cde7352d62 <https://github.com/open-power/hostboot/commit/d9cde7352d62>`__
+ Remove override flag for ATTR\_MSS\_MRW\_ALLOW\_UNSUPPORTED\_RCW,
+ deconfig update
+- `3ffad4a09011 <https://github.com/open-power/hostboot/commit/3ffad4a09011>`__
+ Remove mss::c\_str dependency for SPD decoder for future reuse
+- `71987fc9ba5a <https://github.com/open-power/hostboot/commit/71987fc9ba5a>`__
+ Add DLL workaround and unit tests
+- `3eb1f8ab1705 <https://github.com/open-power/hostboot/commit/3eb1f8ab1705>`__
+ Disable mem clk stop when in STR for DD2.\* only
+- `e9b81f6e0311 <https://github.com/open-power/hostboot/commit/e9b81f6e0311>`__
+ Remove reset\_dll from scominit, enable delay line tap points
+- `04088f2ddf58 <https://github.com/open-power/hostboot/commit/04088f2ddf58>`__
+ Modified gen\_accessors script for greater support
+- `ab7f5582fdba <https://github.com/open-power/hostboot/commit/ab7f5582fdba>`__
+ Remove logic to disable memory clocks in STR if in
+ PD\_AND\_STR\_CLK\_STOP mode
+
+Anusha Reddy Rangareddygari (7):
+
+- `37f1636463ec <https://github.com/open-power/hostboot/commit/37f1636463ec>`__
+ Ec\_level attribute support for DD1 attributes
+- `b722a87509e1 <https://github.com/open-power/hostboot/commit/b722a87509e1>`__
+ DD2 updates:p9\_sbe\_arrayinit,p9\_sbe\_tp\_arrayinit
+- `9194b0c4c0cc <https://github.com/open-power/hostboot/commit/9194b0c4c0cc>`__
+ VITAL cleaning for DD2
+- `313d850ed60d <https://github.com/open-power/hostboot/commit/313d850ed60d>`__
+ p9\_start\_cbs updates
+- `37f0ec3dddbd <https://github.com/open-power/hostboot/commit/37f0ec3dddbd>`__
+ p9\_sbe\_chiplet\_reset,p9\_sbe\_arrayinit
+- `5ac11d13ae61 <https://github.com/open-power/hostboot/commit/5ac11d13ae61>`__
+ Cumulus proc updates
+- `156a0bd71156 <https://github.com/open-power/hostboot/commit/156a0bd71156>`__
+ Axone Update
+
+Ben Gass (15):
+
+- `5ebf782126ac <https://github.com/open-power/hostboot/commit/5ebf782126ac>`__
+ Add support for p9c 1.2
+- `a8bf720f6890 <https://github.com/open-power/hostboot/commit/a8bf720f6890>`__
+ Turn off 64byte checkbit inversion for simulation in
+ centaur.mbs.scom.initfile
+- `ef607c81e101 <https://github.com/open-power/hostboot/commit/ef607c81e101>`__
+ Axone MC uses same pll/clock setup as in Cumulus.
+- `3877eeac3ff3 <https://github.com/open-power/hostboot/commit/3877eeac3ff3>`__
+ Remove PROC\_FABRIC\_LINK\_ACTIVE from OBUS\_FBC\_ENABLED in
+ p9.obus.scom.initfile
+- `8aefe57f98f5 <https://github.com/open-power/hostboot/commit/8aefe57f98f5>`__
+ Adding chip\_ec\_feature attributes for dd2 build
+- `21200ba766f3 <https://github.com/open-power/hostboot/commit/21200ba766f3>`__
+ Set NDL IOValids based on configured NV links.
+- `7375de1dcebd <https://github.com/open-power/hostboot/commit/7375de1dcebd>`__
+ Update filter pll settings as per HW407180
+- `749693530aed <https://github.com/open-power/hostboot/commit/749693530aed>`__
+ Use obus p9ndd1 spy name attribute for obus initfile
+- `f52bb2280385 <https://github.com/open-power/hostboot/commit/f52bb2280385>`__
+ Create dmi.pll.scan.initfile
+- `a69039374bbe <https://github.com/open-power/hostboot/commit/a69039374bbe>`__
+ Updates for HW416934 and HW417233
+- `0844be4f3967 <https://github.com/open-power/hostboot/commit/0844be4f3967>`__
+ Adding p9a support.
+- `5b9b993f082c <https://github.com/open-power/hostboot/commit/5b9b993f082c>`__
+ Re-submit Axone updates
+- `d3594cc4abcb <https://github.com/open-power/hostboot/commit/d3594cc4abcb>`__
+ Add support for p9c 1.2
+- `277e5d2085cd <https://github.com/open-power/hostboot/commit/277e5d2085cd>`__
+ Axone MC uses same pll/clock setup as in Cumulus.
+- `9bea281bae99 <https://github.com/open-power/hostboot/commit/9bea281bae99>`__
+ Add p9n 2.3 to p9\_frequency\_buckets.H
+
+Benjamin Weisenbeck (1):
+
+- `24bcf5732469 <https://github.com/open-power/hostboot/commit/24bcf5732469>`__
+ PRD: Fix data storage exception in PLL analysis
+
+Bill Hoffa (6):
+
+- `014e0ae7136c <https://github.com/open-power/hostboot/commit/014e0ae7136c>`__
+ Add Kernel Debug Trace for Out of Memory condition
+- `ddb2012f39d5 <https://github.com/open-power/hostboot/commit/ddb2012f39d5>`__
+ Enable Cumulus CDIMM Config
+- `a2dc8952afa9 <https://github.com/open-power/hostboot/commit/a2dc8952afa9>`__
+ Deliver cumulus\_cdimm pnor image to fips for Simics regression
+ testing
+- `9de67e525158 <https://github.com/open-power/hostboot/commit/9de67e525158>`__
+ Update Bbuild to b0316a\_1813.920
+- `425eb895f440 <https://github.com/open-power/hostboot/commit/425eb895f440>`__
+ Add ATTR\_ prefix to attributes missing it in
+ hb\_customized\_attrs.xml
+- `a17b84a6678f <https://github.com/open-power/hostboot/commit/a17b84a6678f>`__
+ Enable FAPI Cumulus test cases
+
+Brian Bakke (2):
+
+- `3403445e2f75 <https://github.com/open-power/hostboot/commit/3403445e2f75>`__
+ Fix and codify how system and node targets are handled by attribute
+ overrides
+- `bb0dc7d71263 <https://github.com/open-power/hostboot/commit/bb0dc7d71263>`__
+ Add common XSCOM error literals to HBRT
+
+Brian Silver (3):
+
+- `57808f6af451 <https://github.com/open-power/hostboot/commit/57808f6af451>`__
+ Add EC feature levels to MSS workarounds
+- `b76592c3358c <https://github.com/open-power/hostboot/commit/b76592c3358c>`__
+ Add EC workaround for PHY training bad bit processing
+- `8ccd1b475062 <https://github.com/open-power/hostboot/commit/8ccd1b475062>`__
+ Add Memory Subsystem FIR support
+
+Brian Stegmiller (3):
+
+- `2993c5b32a67 <https://github.com/open-power/hostboot/commit/2993c5b32a67>`__
+ PRD: Add regs to capture list for NVLINK analysis
+- `8cf2925f7e01 <https://github.com/open-power/hostboot/commit/8cf2925f7e01>`__
+ Monitor threads for HB TI to work
+- `0e69501ebe5b <https://github.com/open-power/hostboot/commit/0e69501ebe5b>`__
+ Simics: Skip mem diag due to intermittent action file issues
+
+Brian Vanderpool (1):
+
+- `551d7e678a8e <https://github.com/open-power/hostboot/commit/551d7e678a8e>`__
+ PM: Ignore allow\_reg\_wakeup in cache contained mode
+
+CHRISTINA L. GRAVES (3):
+
+- `316f190cdeac <https://github.com/open-power/hostboot/commit/316f190cdeac>`__
+ p9\_sbe\_lpc\_init fix with GPIO reset
+- `a7f98e8fe346 <https://github.com/open-power/hostboot/commit/a7f98e8fe346>`__
+ Fix for HW397129-set bit 52 in the ALTD\_OPTION reg to keep MC
+ fastpath enabled
+- `6567fe47ef12 <https://github.com/open-power/hostboot/commit/6567fe47ef12>`__
+ p9\_setup\_bars -- support DD2 NPU SCOM address changes
+
+Caleb Palmer (10):
+
+- `1467cbcb8be5 <https://github.com/open-power/hostboot/commit/1467cbcb8be5>`__
+ Fix target type check in bad dq helper function
+- `18a73baccdc2 <https://github.com/open-power/hostboot/commit/18a73baccdc2>`__
+ PRD: Don't skip TPS after failed MemDealloc calls
+- `d2fd055febb7 <https://github.com/open-power/hostboot/commit/d2fd055febb7>`__
+ Free mem and fix dimm trgt in bad dq accessors
+- `83933bedd3ce <https://github.com/open-power/hostboot/commit/83933bedd3ce>`__
+ MDIA: Cut mdia patterns from 9 to 4
+- `8f68014a90f6 <https://github.com/open-power/hostboot/commit/8f68014a90f6>`__
+ MDIA: ensure full MBA target support for P9
+- `4bc416f75e08 <https://github.com/open-power/hostboot/commit/4bc416f75e08>`__
+ MDIA: command cleanup support
+- `92069bbfeb10 <https://github.com/open-power/hostboot/commit/92069bbfeb10>`__
+ Add get/set functionality for row repair attr
+- `08b8dd518da9 <https://github.com/open-power/hostboot/commit/08b8dd518da9>`__
+ Add accessor functions for row repair attr
+- `39489bc4e96c <https://github.com/open-power/hostboot/commit/39489bc4e96c>`__
+ PRD: Continue looking for attns after SCOM fail on mask/act regs
+- `ae7ba42544d4 <https://github.com/open-power/hostboot/commit/ae7ba42544d4>`__
+ PRD: Enable threshold for IPL RCD parity err
+
+Chris Cain (1):
+
+- `24780f003a4b <https://github.com/open-power/hostboot/commit/24780f003a4b>`__
+ HTMGT: Cache user power limit from BMC and add proc callout for 2AEx
+ errors
+
+Chris Hanudel (1):
+
+- `8dba9b43bdc9 <https://github.com/open-power/hostboot/commit/8dba9b43bdc9>`__
+ Updates for P9 NX DD2 initfiles
+
+Chris Steffen (2):
+
+- `f9039019de5a <https://github.com/open-power/hostboot/commit/f9039019de5a>`__
+ Initial Abus Commit
+- `e507de12bf45 <https://github.com/open-power/hostboot/commit/e507de12bf45>`__
+ I/O Metadata Cleanup
+
+Christian Geddes (10):
+
+- `8d28433bcc3c <https://github.com/open-power/hostboot/commit/8d28433bcc3c>`__
+ Fix bugs in FSP->HBRT message path for SBE errors
+- `4a60925ef57e <https://github.com/open-power/hostboot/commit/4a60925ef57e>`__
+ Fix trace bug for error path in rt\_fwnotify
+- `2c4b416ae0cf <https://github.com/open-power/hostboot/commit/2c4b416ae0cf>`__
+ Remove if that was catching SBE chipop err logs and forcing reboot
+- `c5983ddc3585 <https://github.com/open-power/hostboot/commit/c5983ddc3585>`__
+ Skip attempting sbe\_retry when HBRT receives SBE\_ERR from HWSV
+- `10aa31b32fc0 <https://github.com/open-power/hostboot/commit/10aa31b32fc0>`__
+ Re-order sbex calls in presimsetup to get paths updated correctly
+- `04ba8e387d32 <https://github.com/open-power/hostboot/commit/04ba8e387d32>`__
+ Update autocitest to collect all hostboot dump info prior to failure
+- `74156401d2fb <https://github.com/open-power/hostboot/commit/74156401d2fb>`__
+ Don't include duplicate connections when looking up xbus mapping
+- `05cda10a435a <https://github.com/open-power/hostboot/commit/05cda10a435a>`__
+ Update backing build to be b0222a\_1810.911
+- `a6bd3b6514e0 <https://github.com/open-power/hostboot/commit/a6bd3b6514e0>`__
+ Allow platHwasErrorAddHWCollout now that FSP supports it
+- `fc2a04496b84 <https://github.com/open-power/hostboot/commit/fc2a04496b84>`__
+ Ensure all hbmutex attributes get re-initialized on MPIPL
+
+Christopher Riedl (1):
+
+- `8d3671f0c224 <https://github.com/open-power/hostboot/commit/8d3671f0c224>`__
+ PPM reg collision (HW389511) work-around: Special Wake-up
+
+Claus Michael Olsen (4):
+
+- `3fbe556d9d69 <https://github.com/open-power/hostboot/commit/3fbe556d9d69>`__
+ Additional risk level support - (step 2) Updating the image w/RL2
+- `a563b914d6dc <https://github.com/open-power/hostboot/commit/a563b914d6dc>`__
+ xip\_customize: GPTR/overlays stage 1 support
+- `50a391ac5965 <https://github.com/open-power/hostboot/commit/50a391ac5965>`__
+ HW425038 INT ARX timeout workaround - Updated initfiles to 49241
+- `68f67bd7aab5 <https://github.com/open-power/hostboot/commit/68f67bd7aab5>`__
+ Update to putRingUtils to proper scanning of perv\_pll\_bndy\_flt
+ rings
+
+Corey Swenson (7):
+
+- `4cf79f8dc40b <https://github.com/open-power/hostboot/commit/4cf79f8dc40b>`__
+ Changes to Inband SCOM MMIO ranges for Cumulus
+- `53635aee4925 <https://github.com/open-power/hostboot/commit/53635aee4925>`__
+ Delete ATTR\_DMI\_INBAND\_BAR\_ENABLE when processing MRW attributes
+- `ed84b08afa87 <https://github.com/open-power/hostboot/commit/ed84b08afa87>`__
+ Inband SCOM clean up
+- `b4699ae10c2a <https://github.com/open-power/hostboot/commit/b4699ae10c2a>`__
+ Add inband bar address to simics xml
+- `8a783ea89563 <https://github.com/open-power/hostboot/commit/8a783ea89563>`__
+ Move runtime scoms to common function
+- `579e63b60e50 <https://github.com/open-power/hostboot/commit/579e63b60e50>`__
+ Add support for ATTR\_FREQ\_MCA\_MHZ
+- `b51298075aee <https://github.com/open-power/hostboot/commit/b51298075aee>`__
+ Add ibscom runtime support
+
+Dan Crowell (20):
+
+- `b47f658c6e96 <https://github.com/open-power/hostboot/commit/b47f658c6e96>`__
+ Pull ATTR\_MSS\_MRW\_FORCE\_BCMODE\_OFF from MRW if it exists
+- `431a3cc0aa10 <https://github.com/open-power/hostboot/commit/431a3cc0aa10>`__
+ Bug fixes for concurrent update of HBRT
+- `4a0eb030e761 <https://github.com/open-power/hostboot/commit/4a0eb030e761>`__
+ Mirror fixup - spd\_decoder\_base.H
+- `36766721c030 <https://github.com/open-power/hostboot/commit/36766721c030>`__
+ Disable WOF for Cumulus DD1.0
+- `4f43040cb271 <https://github.com/open-power/hostboot/commit/4f43040cb271>`__
+ Enable WOF\_VRATIO on ZZ
+- `f5d2c874d072 <https://github.com/open-power/hostboot/commit/f5d2c874d072>`__
+ Removing old TODO for dropped requirement
+- `309422a68f39 <https://github.com/open-power/hostboot/commit/309422a68f39>`__
+ Fix EID range for HBRT logs
+- `586b8b1e6088 <https://github.com/open-power/hostboot/commit/586b8b1e6088>`__
+ Do not elevate severity of reconfig error log
+- `e4a7de38d08d <https://github.com/open-power/hostboot/commit/e4a7de38d08d>`__
+ No longer include BAR attributes in ServerWiz2 export
+- `5683e4887711 <https://github.com/open-power/hostboot/commit/5683e4887711>`__
+ Remirror chip\_ec\_attributes.xml
+- `7b96070e5a1f <https://github.com/open-power/hostboot/commit/7b96070e5a1f>`__
+ Disabling WOF and VDM for Nimbus DD2.0
+- `eb7c0e1f8327 <https://github.com/open-power/hostboot/commit/eb7c0e1f8327>`__
+ Disable WOF for Cumulus DD1.0
+- `945553cc05cf <https://github.com/open-power/hostboot/commit/945553cc05cf>`__
+ Force single-threaded access to HWPs in PRD
+- `54d16a1476fe <https://github.com/open-power/hostboot/commit/54d16a1476fe>`__
+ Add proc huid to PSU trace
+- `bbe9dd41d809 <https://github.com/open-power/hostboot/commit/bbe9dd41d809>`__
+ Fix FFDC for FW Request Errors
+- `4d755323a660 <https://github.com/open-power/hostboot/commit/4d755323a660>`__
+ Completely hide attributes that have no value
+- `a4d47c4e68cc <https://github.com/open-power/hostboot/commit/a4d47c4e68cc>`__
+ Support Nimbus DD2.3 and Cumulus 1.2 PLL Buckets
+- `b2bffd27478b <https://github.com/open-power/hostboot/commit/b2bffd27478b>`__
+ Ensure ATTR\_EC\_GARD and ATTR\_EQ\_GARD are updated before SBE
+ update
+- `90eaed6f430c <https://github.com/open-power/hostboot/commit/90eaed6f430c>`__
+ Force checkstops for unhandled machine checks
+- `711723bcb25f <https://github.com/open-power/hostboot/commit/711723bcb25f>`__
+ Ignore dummy files when parsing error log data
+
+Daniel Howe (3):
+
+- `928dab2ae2c2 <https://github.com/open-power/hostboot/commit/928dab2ae2c2>`__
+ Allow lpc\_ed for p9n 2.2 per HW418117 fix
+- `55b4dac7353b <https://github.com/open-power/hostboot/commit/55b4dac7353b>`__
+ update data token init to use scans on p9c 1.1
+- `acd49fe41045 <https://github.com/open-power/hostboot/commit/acd49fe41045>`__
+ dd1.1+ DL training procedure updates
+
+Daniel M. Crowell (1):
+
+- `2fd3b08eed59 <https://github.com/open-power/hostboot/commit/2fd3b08eed59>`__
+ Revert "Adds self time refresh entry and exit helper functions"
+
+David Kauer (4):
+
+- `112c8bd6e114 <https://github.com/open-power/hostboot/commit/112c8bd6e114>`__
+ Update INT DD2 initfiles
+- `e53b287b70c0 <https://github.com/open-power/hostboot/commit/e53b287b70c0>`__
+ Added Nimbus & Cumulus attributes for INT initfiles
+- `128afcc6737f <https://github.com/open-power/hostboot/commit/128afcc6737f>`__
+ HW425038 INT ARX timeout workaround
+- `240defa5f9b2 <https://github.com/open-power/hostboot/commit/240defa5f9b2>`__
+ Modify INT FIR configuration settings
+
+Dean Sanner (2):
+
+- `2414e7c8e5de <https://github.com/open-power/hostboot/commit/2414e7c8e5de>`__
+ Support sending chip info to SBEs on multinode
+- `d6f9a2206311 <https://github.com/open-power/hostboot/commit/d6f9a2206311>`__
+ Force 25G Nvlink speed on P9N DD2.1
+
+Elizabeth Liner (3):
+
+- `8f1ef46890d9 <https://github.com/open-power/hostboot/commit/8f1ef46890d9>`__
+ Adding visible error once we know that the SBE is erroring
+- `c142eb850380 <https://github.com/open-power/hostboot/commit/c142eb850380>`__
+ Adding attribute to detect which processor we can use for alt-memory
+- `4761f0cf880a <https://github.com/open-power/hostboot/commit/4761f0cf880a>`__
+ Updating HWP's to use PROC\_CHIP\_MEM\_TO\_USE attribute
+
+Emmanuel Sacristan (1):
+
+- `7a09b00b1558 <https://github.com/open-power/hostboot/commit/7a09b00b1558>`__
+ NMMU Nimbus dd2 scom/scan updates, updated comments
+
+Greg Still (7):
+
+- `f9b500d310ee <https://github.com/open-power/hostboot/commit/f9b500d310ee>`__
+ PM: GPE timer fix (HW389045 - Update Shadow copy of TSEL)
+- `420c26669087 <https://github.com/open-power/hostboot/commit/420c26669087>`__
+ PM: refine enablement attributes for advanced functions
+ (VDM,RESCLK,WOF,IVRM)
+- `52074db64a3d <https://github.com/open-power/hostboot/commit/52074db64a3d>`__
+ PM: Move to chip EC based #V validity checking in
+ p9\_pstate\_parameter\_block
+- `a2a54161270c <https://github.com/open-power/hostboot/commit/a2a54161270c>`__
+ VDM: p9\_pstate\_parameter\_block check for VDM Large threshold <
+ -32mV
+- `cbcd27d3a629 <https://github.com/open-power/hostboot/commit/cbcd27d3a629>`__
+ PM: p9\_setup\_evid steps voltage to avoid Fleetwood VRM limitations
+- `c3364dfd2650 <https://github.com/open-power/hostboot/commit/c3364dfd2650>`__
+ PM: p9\_setup\_evid - deal with attribute clearing during MPIPL
+- `9b5cfe7260ef <https://github.com/open-power/hostboot/commit/9b5cfe7260ef>`__
+ PM: Enhance p9\_pm\_pss\_init for reset error logging
+
+Ilya Smirnov (6):
+
+- `a681d519d4dc <https://github.com/open-power/hostboot/commit/a681d519d4dc>`__
+ Pass i\_skipComm to \_buildOccs
+- `299023edd66f <https://github.com/open-power/hostboot/commit/299023edd66f>`__
+ Reload OCC and HCODE LIDs in OCC Reload Path
+- `95c3ddc9290b <https://github.com/open-power/hostboot/commit/95c3ddc9290b>`__
+ Insert Debug Data Into hb prime Code Path
+- `c82b626e6ea1 <https://github.com/open-power/hostboot/commit/c82b626e6ea1>`__
+ Check the Section Headers in Non-Secure Mode
+- `ec645465cdae <https://github.com/open-power/hostboot/commit/ec645465cdae>`__
+ Flush TMP Daemon Traces Prior to Shutdown
+- `713f7f024c45 <https://github.com/open-power/hostboot/commit/713f7f024c45>`__
+ Secure Boot: Close SBE Security Backdoor
+
+Jacob Harvey (3):
+
+- `052142a41cd0 <https://github.com/open-power/hostboot/commit/052142a41cd0>`__
+ Add in RCD attributes for DD2 debug
+- `e5ca1ace470e <https://github.com/open-power/hostboot/commit/e5ca1ace470e>`__
+ Change RD\_CTR workaround val and update attr name
+- `9abf780c9305 <https://github.com/open-power/hostboot/commit/9abf780c9305>`__
+ Increment red\_waterfall for low vdn fix
+
+Jaymes Wilks (4):
+
+- `8ea7d7ed5db4 <https://github.com/open-power/hostboot/commit/8ea7d7ed5db4>`__
+ Change FCO distribution to ensure master chip has at least one core
+- `13dd75dd4dc3 <https://github.com/open-power/hostboot/commit/13dd75dd4dc3>`__
+ Support TPM in CUMULUS standalone SIMICS boot
+- `4f5c0b932724 <https://github.com/open-power/hostboot/commit/4f5c0b932724>`__
+ Add TPM to the CUMULUS CDIMM model
+- `4eaf644dbf1b <https://github.com/open-power/hostboot/commit/4eaf644dbf1b>`__
+ Remove code flows that use non-open signing tools
+
+Jennifer A. Stofer (1):
+
+- `7728cc84c782 <https://github.com/open-power/hostboot/commit/7728cc84c782>`__
+ Revert "Adding p9a support."
+
+Jenny Huynh (13):
+
+- `3d8051b7b2e7 <https://github.com/open-power/hostboot/commit/3d8051b7b2e7>`__
+ Reset L3 error status register for next CE/UE capture
+- `c27a8bd5fb97 <https://github.com/open-power/hostboot/commit/c27a8bd5fb97>`__
+ Adding workaround for HW930007 and HW386013
+- `793f58e194db <https://github.com/open-power/hostboot/commit/793f58e194db>`__
+ Adding in defect HW395947,HW930007 to INT initfiles
+- `d0d88fcce2d4 <https://github.com/open-power/hostboot/commit/d0d88fcce2d4>`__
+ Adding HW363780 to NPU scom initfiles
+- `a42eb15a2cc9 <https://github.com/open-power/hostboot/commit/a42eb15a2cc9>`__
+ Reducing rng pace rate from 2000 -> 300 for HW403701
+- `4b6b29be4ff5 <https://github.com/open-power/hostboot/commit/4b6b29be4ff5>`__
+ HW406130: Reduce dma read requests from 16->8 in NX inits
+- `6ec839acf46f <https://github.com/open-power/hostboot/commit/6ec839acf46f>`__
+ HW407123: Slow down xlink command rate for Nimbus DD1/2
+- `a1635526313e <https://github.com/open-power/hostboot/commit/a1635526313e>`__
+ INT scan initfile change to add workaround for HW408972
+- `e7db59ec919d <https://github.com/open-power/hostboot/commit/e7db59ec919d>`__
+ Adding HW401552 to cxa initfile to workaround clockgating bug
+- `9b84a7e90001 <https://github.com/open-power/hostboot/commit/9b84a7e90001>`__
+ Adding HW414702 workaround to INT scan initfiles
+- `ddf01705dda7 <https://github.com/open-power/hostboot/commit/ddf01705dda7>`__
+ Workaround for Quaint Gate, Angry Reindeer
+- `b79417a6c766 <https://github.com/open-power/hostboot/commit/b79417a6c766>`__
+ Updating HW414700 to also apply to Cumulus DD10
+- `a5fb7125def7 <https://github.com/open-power/hostboot/commit/a5fb7125def7>`__
+ HW438727 Disable clockgate to allow correct ODL error reporting
+
+Joachim Fenkes (7):
+
+- `c0967b7fb152 <https://github.com/open-power/hostboot/commit/c0967b7fb152>`__
+ LPC: Add empty files for mirroring to HB, PPE, HWSV
+- `1141d3f0a51e <https://github.com/open-power/hostboot/commit/1141d3f0a51e>`__
+ FFDC: Add empty new helper procedure for mirroring to HB, HWSV
+- `d4ea0e36be37 <https://github.com/open-power/hostboot/commit/d4ea0e36be37>`__
+ Add p9\_proc\_gettracearray procedure
+- `6f16f1f33d3e <https://github.com/open-power/hostboot/commit/6f16f1f33d3e>`__
+ p9\_sbe\_tracearray: Nimbus DD2 updates
+- `d61bf78fca7d <https://github.com/open-power/hostboot/commit/d61bf78fca7d>`__
+ HW415692: Make workaround permanent
+- `efc02485efbd <https://github.com/open-power/hostboot/commit/efc02485efbd>`__
+ HDCT: Remove core trace arrays, permanent P9 erratum
+- `b8da2d84dff3 <https://github.com/open-power/hostboot/commit/b8da2d84dff3>`__
+ p9\_sbe\_lpc\_init: Fix timeout setup
+
+Joe McGill (43):
+
+- `90a2c95eb96c <https://github.com/open-power/hostboot/commit/90a2c95eb96c>`__
+ p9\_tod\_move\_tod\_to\_tb -- correct TOD state checks
+- `4d23f6873114 <https://github.com/open-power/hostboot/commit/4d23f6873114>`__
+ p9\_sbe\_tracearray -- satsify PRD calls to manage core trace arrays
+- `ac0c8f0e7bdb <https://github.com/open-power/hostboot/commit/ac0c8f0e7bdb>`__
+ resolve Zeppelin DMI channel framelock issues
+- `c0fce11639f7 <https://github.com/open-power/hostboot/commit/c0fce11639f7>`__
+ enforce strict 512 GB per socket limit on Witherspoon memory map
+ (part2)
+- `92f6bd045cb1 <https://github.com/open-power/hostboot/commit/92f6bd045cb1>`__
+ HW388878 VCS workaround
+- `9c189e8e26a7 <https://github.com/open-power/hostboot/commit/9c189e8e26a7>`__
+ p9.fbc.scan.initfile -- create initfile, add workaround for HW376651
+- `5ba30ede4f3a <https://github.com/open-power/hostboot/commit/5ba30ede4f3a>`__
+ p9\_psi\_init -- parametrize link speed (half/full)
+- `398408a979d7 <https://github.com/open-power/hostboot/commit/398408a979d7>`__
+ p9.fbc.scan.initfile -- clock off MCSYNC staging latches
+- `12ea45b365cf <https://github.com/open-power/hostboot/commit/12ea45b365cf>`__
+ Add MSS customization support from CRP0 Lx MVPD
+- `b02210a00b1e <https://github.com/open-power/hostboot/commit/b02210a00b1e>`__
+ p9\_getecid -- set PCIE DD1.0x workaround attributes
+- `65076c196163 <https://github.com/open-power/hostboot/commit/65076c196163>`__
+ add SS PLL settings to support 94 MHz PCI operation
+- `a2c5ab1977ee <https://github.com/open-power/hostboot/commit/a2c5ab1977ee>`__
+ FBC updates for HW383616, HW384245
+- `ee3924e0c243 <https://github.com/open-power/hostboot/commit/ee3924e0c243>`__
+ p9\_sbe\_tp\_chiplet\_init3 -- disable TP TOD hang pulse
+- `4bdb5fa7a80f <https://github.com/open-power/hostboot/commit/4bdb5fa7a80f>`__
+ p9.core.scan.initfile -- mask local error from CC in EC perv LFIR
+- `c526478a6ce3 <https://github.com/open-power/hostboot/commit/c526478a6ce3>`__
+ adjust SRAM timings
+- `8d707e8c9223 <https://github.com/open-power/hostboot/commit/8d707e8c9223>`__
+ update DPLL and IVRM inits
+- `d615502799c0 <https://github.com/open-power/hostboot/commit/d615502799c0>`__
+ derate NVLINK frequency for Nimbus DD1
+- `40c1bf0cfb1b <https://github.com/open-power/hostboot/commit/40c1bf0cfb1b>`__
+ p9.xbus.pll.scan.initfile -- restore full frequency settings for
+ Nimbus DD2+
+- `8c2cd3174256 <https://github.com/open-power/hostboot/commit/8c2cd3174256>`__
+ p9.int.scan.initfile -- init PSIHB to LSI mode
+- `527165381939 <https://github.com/open-power/hostboot/commit/527165381939>`__
+ L3 updates -- p9\_build\_smp, p9\_fbc\_utils
+- `3a26100f62ca <https://github.com/open-power/hostboot/commit/3a26100f62ca>`__
+ future proof EC feature attributes, add missing P9N DD2 inits
+- `78bf7f9a76b2 <https://github.com/open-power/hostboot/commit/78bf7f9a76b2>`__
+ L3 update -- p9\_pcie\_config
+- `4831e12ea20e <https://github.com/open-power/hostboot/commit/4831e12ea20e>`__
+ p9.core.scan.initfile -- set disable 241 for Nimbus DD2
+- `e4229a61632a <https://github.com/open-power/hostboot/commit/e4229a61632a>`__
+ PCIe updates for Nimbus DD2 GEN4 operation
+- `ddefc592366e <https://github.com/open-power/hostboot/commit/ddefc592366e>`__
+ p9.pci.scan.initfile -- initial release
+- `6752509378f2 <https://github.com/open-power/hostboot/commit/6752509378f2>`__
+ p9.npu.scom.initfile -- Nimbus DD2 updates
+- `02e1726c4962 <https://github.com/open-power/hostboot/commit/02e1726c4962>`__
+ TP, Nest FIR updates -- DD2 updates to match RAS XML
+- `3ce08029e577 <https://github.com/open-power/hostboot/commit/3ce08029e577>`__
+ p9.npu.scom.initfile -- FIR updates to align with RAS XML
+ documentation
+- `7f0a49f50d87 <https://github.com/open-power/hostboot/commit/7f0a49f50d87>`__
+ p9.int.scom.initfile -- mask SUE FIR for Nimbus DD2
+- `a0df90732994 <https://github.com/open-power/hostboot/commit/a0df90732994>`__
+ resolve Zeppelin DMI channel framelock issues
+- `e5e2af0f5eed <https://github.com/open-power/hostboot/commit/e5e2af0f5eed>`__
+ updates for NPU errata
+- `8e0f3a8ad787 <https://github.com/open-power/hostboot/commit/8e0f3a8ad787>`__
+ PLL updates for filter BG, BW including OBUS tank coreqs
+- `3d3f11dbddd5 <https://github.com/open-power/hostboot/commit/3d3f11dbddd5>`__
+ IO, FBC updates to enable ABUS for Fleetwood
+- `75c7fd666460 <https://github.com/open-power/hostboot/commit/75c7fd666460>`__
+ p9.filter.pll.scan.intifile -- set 0 BGoffset for P9C DD1.1
+- `f20b37d483c4 <https://github.com/open-power/hostboot/commit/f20b37d483c4>`__
+ remove NV iovalid assertion from FW and add scan inits to resolve
+ glsmux xstate
+- `f0d08f111980 <https://github.com/open-power/hostboot/commit/f0d08f111980>`__
+ Chip address extension workaround for HW423589 (option2), part1
+- `a94bc7eedf31 <https://github.com/open-power/hostboot/commit/a94bc7eedf31>`__
+ disable ECC bypass for Cumulus DD1.0
+- `01a6a43e9020 <https://github.com/open-power/hostboot/commit/01a6a43e9020>`__
+ MCD disable workaround for HW423589 (option1)
+- `7221c41d5f7f <https://github.com/open-power/hostboot/commit/7221c41d5f7f>`__
+ Disable read data delay for Cumulus DD1.0, enable for DD1.1
+- `e07cb2f93ac8 <https://github.com/open-power/hostboot/commit/e07cb2f93ac8>`__
+ p9.npu.scom.initfile -- limit DCP0 credits for HW437173
+- `69bd6e497bfd <https://github.com/open-power/hostboot/commit/69bd6e497bfd>`__
+ L2 - Fabric updates for multi-chip support
+- `225f4090804f <https://github.com/open-power/hostboot/commit/225f4090804f>`__
+ update HWP level metadata for nest, common files
+- `5139c57aa414 <https://github.com/open-power/hostboot/commit/5139c57aa414>`__
+ create shells for IO OBUS pre, post training HWPs
+
+John Rell (4):
+
+- `366a4efdf50b <https://github.com/open-power/hostboot/commit/366a4efdf50b>`__
+ jgr18022000 Fix for typo in changes for HW430958
+- `d12852b6fa1a <https://github.com/open-power/hostboot/commit/d12852b6fa1a>`__
+ jgr17050500 Added Centaur and DMI IO SCOM initfiles
+- `55e4a228b65f <https://github.com/open-power/hostboot/commit/55e4a228b65f>`__
+ jgr17082300 Setting changes for HW41801 HW419305
+- `9af3fc295e1e <https://github.com/open-power/hostboot/commit/9af3fc295e1e>`__
+ jgr171017 Setting changes for Obus boardwire vs cable
+
+Joshua Hannan (1):
+
+- `4c9b0d832610 <https://github.com/open-power/hostboot/commit/4c9b0d832610>`__
+ adding insert for soft fail threshold for dd1 and dd2
+
+Juan Medina (2):
+
+- `727e9397fd73 <https://github.com/open-power/hostboot/commit/727e9397fd73>`__
+ reverting FIRs to master values, setting only bit 8
+- `ca235d62a2fe <https://github.com/open-power/hostboot/commit/ca235d62a2fe>`__
+ Scrubbing needs to stay off for DD2, bug HW405443
+
+Lennard Streat (6):
+
+- `d3593cc766ca <https://github.com/open-power/hostboot/commit/d3593cc766ca>`__
+ Temporary workaround for HW412197
+- `75823b14fb47 <https://github.com/open-power/hostboot/commit/75823b14fb47>`__
+ HW439321 - Trusty Birthday Alternative Workaround
+- `968b1746f9e7 <https://github.com/open-power/hostboot/commit/968b1746f9e7>`__
+ HW439321 - Disable CRC Performance Degradation
+- `77309f6630fa <https://github.com/open-power/hostboot/commit/77309f6630fa>`__
+ Expanding MCU tag fifo settings to be freq dependent.
+- `3d12277f2397 <https://github.com/open-power/hostboot/commit/3d12277f2397>`__
+ Workaround for Warlike Parasite (HW430546)
+- `f24037b86d27 <https://github.com/open-power/hostboot/commit/f24037b86d27>`__
+ Protect Firmware from exposure to HW423533
+
+Louis Stermole (4):
+
+- `9900129f86ae <https://github.com/open-power/hostboot/commit/9900129f86ae>`__
+ Fix command gap calculation for MSS scrub to prevent truncation
+- `d64041888fed <https://github.com/open-power/hostboot/commit/d64041888fed>`__
+ Add callout for when the DIMM to NEST freq ratio exceeds 1.5
+- `e4ed25ed886c <https://github.com/open-power/hostboot/commit/e4ed25ed886c>`__
+ Add workaround for DDRPHY ODT config register erratum (ODT2, ODT3
+ bits swapped)
+- `46b6c6815aa0 <https://github.com/open-power/hostboot/commit/46b6c6815aa0>`__
+ Add empty p9c delayRegs.H for hostboot
+
+Luke C. Murray (7):
+
+- `908eda4b3845 <https://github.com/open-power/hostboot/commit/908eda4b3845>`__
+ Disabling LVext for all P9 parts
+- `2921d0d9066c <https://github.com/open-power/hostboot/commit/2921d0d9066c>`__
+ HW414700 checkstop on UEs and disable core ECC counter
+- `15d21760fbaa <https://github.com/open-power/hostboot/commit/15d21760fbaa>`__
+ Workaround for HW421347 Scandalous Pie
+- `b5b8ae989e51 <https://github.com/open-power/hostboot/commit/b5b8ae989e51>`__
+ Updating L2 re-request jitter settings for Cumulus
+- `1b1226daa961 <https://github.com/open-power/hostboot/commit/1b1226daa961>`__
+ Turning on NCU tlbie pacing by default
+- `fb21d847fbea <https://github.com/open-power/hostboot/commit/fb21d847fbea>`__
+ Adding attribute to turn memory early data on
+- `f5759559a60d <https://github.com/open-power/hostboot/commit/f5759559a60d>`__
+ Enabling L2 64B store prediction
+
+Luke Murray (8):
+
+- `0964a5b2fd09 <https://github.com/open-power/hostboot/commit/0964a5b2fd09>`__
+ Adding skip group dials for cache when chip=group
+- `f5bc1a24f10a <https://github.com/open-power/hostboot/commit/f5bc1a24f10a>`__
+ Updating P9 L2 scan initfile to use attributes
+- `7d0c68704298 <https://github.com/open-power/hostboot/commit/7d0c68704298>`__
+ Adding good LCO settings to initfile
+- `54067398177d <https://github.com/open-power/hostboot/commit/54067398177d>`__
+ Updating L3 LCO watermarks for HW406803
+- `0c1a9c38bba5 <https://github.com/open-power/hostboot/commit/0c1a9c38bba5>`__
+ Updating optimal larx/stcx dials for performance
+- `2e3a8e66a7f7 <https://github.com/open-power/hostboot/commit/2e3a8e66a7f7>`__
+ Disable cp\_me from the L3 for Nimbus DD1 and DD2.0.
+- `f44af3ce268c <https://github.com/open-power/hostboot/commit/f44af3ce268c>`__
+ Updating HW363605 workaround to be applied to all chips
+- `340b1d5748c8 <https://github.com/open-power/hostboot/commit/340b1d5748c8>`__
+ Performance updates for HW409069
+
+Markus Dobler (1):
+
+- `ce033a30cb69 <https://github.com/open-power/hostboot/commit/ce033a30cb69>`__
+ p9\_abist: Support for p9ndd2
+
+Marty Gloff (5):
+
+- `d01ca15eccee <https://github.com/open-power/hostboot/commit/d01ca15eccee>`__
+ Support multiple nodes in HBRT - Add Node Container
+- `40c3350ff928 <https://github.com/open-power/hostboot/commit/40c3350ff928>`__
+ Support multiple nodes in HBRT - Support Multiple Nodes in
+ TargetService
+- `27755fae1059 <https://github.com/open-power/hostboot/commit/27755fae1059>`__
+ Support multiple nodes in HBRT - Attribute Overrides
+- `5fc3b529c692 <https://github.com/open-power/hostboot/commit/5fc3b529c692>`__
+ Support multiple nodes in HBRT - VPD Image
+- `bca54fb07d0e <https://github.com/open-power/hostboot/commit/bca54fb07d0e>`__
+ Support multiple nodes in HBRT - Sync System Attribute Data
+
+Matt Derksen (10):
+
+- `80819cf5302b <https://github.com/open-power/hostboot/commit/80819cf5302b>`__
+ Fix rollover of PLID numbers
+- `d6d402588868 <https://github.com/open-power/hostboot/commit/d6d402588868>`__
+ Cleanup hbrt msg code to be easier to understand and update
+- `3b5f10fdf6a7 <https://github.com/open-power/hostboot/commit/3b5f10fdf6a7>`__
+ Include WOF power mode explicitly inside tables
+- `b31ac249651c <https://github.com/open-power/hostboot/commit/b31ac249651c>`__
+ Trace cleanup: do not look for parent chip on non-parent chip targets
+- `843b9e02e55d <https://github.com/open-power/hostboot/commit/843b9e02e55d>`__
+ Initialize FIRDATA section and ErrlManager just incase BMC resets
+- `647eb6eae52c <https://github.com/open-power/hostboot/commit/647eb6eae52c>`__
+ Only call PNOR::init() on systems with BMC
+- `75c7aea07bcb <https://github.com/open-power/hostboot/commit/75c7aea07bcb>`__
+ Fix setting plid to the lastest one available at hbrt start
+- `8692b24a1ec0 <https://github.com/open-power/hostboot/commit/8692b24a1ec0>`__
+ Include WOF power mode explicitly inside tables
+- `6eaa4575c95a <https://github.com/open-power/hostboot/commit/6eaa4575c95a>`__
+ Handle new version of WOF tables that includes power mode
+- `284cebd97cf0 <https://github.com/open-power/hostboot/commit/284cebd97cf0>`__
+ Change deconfig rules to allow for Zeppelin proc config
+
+Matt K. Light (1):
+
+- `288ca88910b6 <https://github.com/open-power/hostboot/commit/288ca88910b6>`__
+ adding fapi2::putSpyWithCare()
+
+Matthew Hickman (4):
+
+- `1b11547e01a8 <https://github.com/open-power/hostboot/commit/1b11547e01a8>`__
+ Fixed Maint IUE unmasked with mnfg flags
+- `f6b7234d960a <https://github.com/open-power/hostboot/commit/f6b7234d960a>`__
+ Fixed port fail SUE bug for DD2 modules
+- `48d464158bc3 <https://github.com/open-power/hostboot/commit/48d464158bc3>`__
+ Fixed MNFG Attribute handing for TCE Corrections
+- `90ef1f6dbd59 <https://github.com/open-power/hostboot/commit/90ef1f6dbd59>`__
+ Fixed unmasking of BRODCAST\_OUT\_OF\_SYNC fir after memdiags
+ handling
+
+Michael Koch (1):
+
+- `8b34665d2794 <https://github.com/open-power/hostboot/commit/8b34665d2794>`__
+ Implementing Michael Floyds improvements.
+
+Mike Baiocchi (5):
+
+- `eeadfb7bf985 <https://github.com/open-power/hostboot/commit/eeadfb7bf985>`__
+ Add Reset to TPM's I2C Bus for MPIPLs
+- `234ef44536ae <https://github.com/open-power/hostboot/commit/234ef44536ae>`__
+ Add FFDC to 'No Functional TPM' Fails
+- `fe61cf0701e0 <https://github.com/open-power/hostboot/commit/fe61cf0701e0>`__
+ Setup Node-Level Attributes for Multinode TCE Support
+- `95c1dd78c27a <https://github.com/open-power/hostboot/commit/95c1dd78c27a>`__
+ Close and Disable TCEs on Non-Master Nodes
+- `55f0053bc34e <https://github.com/open-power/hostboot/commit/55f0053bc34e>`__
+ Reset Host-mode Processor I2C Masters connected to the TPMs
+
+Nicholas E. Bofferding (1):
+
+- `a7decd2eeff5 <https://github.com/open-power/hostboot/commit/a7decd2eeff5>`__
+ Revert "Check the Section Headers in Non-Secure Mode"
+
+Nick Bofferding (9):
+
+- `55e51a61f985 <https://github.com/open-power/hostboot/commit/55e51a61f985>`__
+ Delayed deconfig any DIMM on a failing voltage domain
+- `afc4bd08c5bf <https://github.com/open-power/hostboot/commit/afc4bd08c5bf>`__
+ Documentation: Stop withholding various SRCs from pubs
+- `24bc6a1bee51 <https://github.com/open-power/hostboot/commit/24bc6a1bee51>`__
+ Secure Boot: On get jumper state error path, save PLID before
+ committing
+- `a8b0039d4e3a <https://github.com/open-power/hostboot/commit/a8b0039d4e3a>`__
+ Clear FCO deconfigures before applying gard records
+- `bd1cd3c7d1fb <https://github.com/open-power/hostboot/commit/bd1cd3c7d1fb>`__
+ Secure Boot: Detach secure PNOR provider task
+- `0b02cc8314be <https://github.com/open-power/hostboot/commit/0b02cc8314be>`__
+ Secure Boot: Check integrity of dynamically sized secure header
+ copies
+- `24929fd8ab96 <https://github.com/open-power/hostboot/commit/24929fd8ab96>`__
+ Secure Boot: Dynamically set TPM I2C master path in MRW parser
+- `aa5d9565d0d1 <https://github.com/open-power/hostboot/commit/aa5d9565d0d1>`__
+ Secure Boot: Mark redundant TPM not present until SMP is enabled
+- `5660e6b0e4a2 <https://github.com/open-power/hostboot/commit/5660e6b0e4a2>`__
+ Secure Boot: Populate master node TPM info in HDAT until multinode
+ supported
+
+Nick Klazynski (36):
+
+- `07fd08d22744 <https://github.com/open-power/hostboot/commit/07fd08d22744>`__
+ Add Cumulus DD1.1 inits
+- `36573c1d29c9 <https://github.com/open-power/hostboot/commit/36573c1d29c9>`__
+ Enable risklevel2, match v44 of security wiki
+- `d78c726ee7c2 <https://github.com/open-power/hostboot/commit/d78c726ee7c2>`__
+ workarounds for HW399919 HW400898 HW398269 HW398269 HW399765
+- `9388b61a676d <https://github.com/open-power/hostboot/commit/9388b61a676d>`__
+ WAs for HW401811 HW402145 HW403465; DIS\_MULTIPLE\_TBLW on all modes
+- `fc03d06f35ac <https://github.com/open-power/hostboot/commit/fc03d06f35ac>`__
+ Add three WATs, remove IMC2, replace stop2 workaround
+- `633abb448897 <https://github.com/open-power/hostboot/commit/633abb448897>`__
+ Add risklevel for HW399624 due to perf penalty; Add HW405851
+- `5db603045222 <https://github.com/open-power/hostboot/commit/5db603045222>`__
+ Update core inits for DD2
+- `6914d4009233 <https://github.com/open-power/hostboot/commit/6914d4009233>`__
+ Add core workaround for HW407136
+- `0fd907828b92 <https://github.com/open-power/hostboot/commit/0fd907828b92>`__
+ Workarounds for HW407385 HW408629 HW410389 HW408901
+- `1a54f8f27c08 <https://github.com/open-power/hostboot/commit/1a54f8f27c08>`__
+ Add WAs for HW413799 HW413853 HW413917 HW414249 HW414375 HW414871
+ HW414829
+- `c4b31c72c8c9 <https://github.com/open-power/hostboot/commit/c4b31c72c8c9>`__
+ Add Workarounds for HW415114 HW415013 HW413853 HW414384
+- `ffbc1b8d89b0 <https://github.com/open-power/hostboot/commit/ffbc1b8d89b0>`__
+ Add WA for HW415236
+- `7627769e5c9f <https://github.com/open-power/hostboot/commit/7627769e5c9f>`__
+ Add WA for HW415988
+- `b69116dcd8d6 <https://github.com/open-power/hostboot/commit/b69116dcd8d6>`__
+ Add additional dials to risklevel
+- `8d360860742b <https://github.com/open-power/hostboot/commit/8d360860742b>`__
+ Update core initfiles for Cumulus DD1.0
+- `fe20d009372f <https://github.com/open-power/hostboot/commit/fe20d009372f>`__
+ Reverting chickenswitches for issues fixed in Cumulus DD1.0
+- `efda1e06c616 <https://github.com/open-power/hostboot/commit/efda1e06c616>`__
+ Mistakenly pulled workaround for HW410212 - readd for CDD1.0
+- `f6df718a76fb <https://github.com/open-power/hostboot/commit/f6df718a76fb>`__
+ Add perf inits: HW418850,HW418789; Add clockgate issue HW418738
+- `3883490ddec9 <https://github.com/open-power/hostboot/commit/3883490ddec9>`__
+ Add updates for NDD2.1, Serialize TB, Perf workarounds
+- `14f465d741f8 <https://github.com/open-power/hostboot/commit/14f465d741f8>`__
+ HW415528 and HW419742
+- `78801d7a4ae7 <https://github.com/open-power/hostboot/commit/78801d7a4ae7>`__
+ Core workarounds for multiple issues.
+- `647eee8c1825 <https://github.com/open-power/hostboot/commit/647eee8c1825>`__
+ Add workarounds for HW421426 and HW422629, Swap IMCs around
+- `3df6589cb9fb <https://github.com/open-power/hostboot/commit/3df6589cb9fb>`__
+ HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add
+ HW421831
+- `90a3867252a8 <https://github.com/open-power/hostboot/commit/90a3867252a8>`__
+ Add HW425526 and HW425027
+- `0e5d5b750aba <https://github.com/open-power/hostboot/commit/0e5d5b750aba>`__
+ HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970
+- `4c248c90a305 <https://github.com/open-power/hostboot/commit/4c248c90a305>`__
+ Nimbus DD2.2 core chickenswitches
+- `a55bc817001f <https://github.com/open-power/hostboot/commit/a55bc817001f>`__
+ Large update for security
+- `db5f940f71b4 <https://github.com/open-power/hostboot/commit/db5f940f71b4>`__
+ Fix three NDD2.1 dials and add new NDD2.2 workarounds
+- `9deb5fc4a4f7 <https://github.com/open-power/hostboot/commit/9deb5fc4a4f7>`__
+ Add new TM IMC, Add TLBIE hangbuster
+- `2cdaf3a7743f <https://github.com/open-power/hostboot/commit/2cdaf3a7743f>`__
+ Implement security IMCs, based on v29 of wiki
+- `029552241239 <https://github.com/open-power/hostboot/commit/029552241239>`__
+ Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC
+- `3a66a14710fe <https://github.com/open-power/hostboot/commit/3a66a14710fe>`__
+ Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+ clockgate
+- `0bb20d099e65 <https://github.com/open-power/hostboot/commit/0bb20d099e65>`__
+ Add TM WAT workaround; NDD2.2 and CDD1.1 only
+- `368e3ac318fa <https://github.com/open-power/hostboot/commit/368e3ac318fa>`__
+ Add Cumulus DD1.1 inits
+- `2c08db3b8536 <https://github.com/open-power/hostboot/commit/2c08db3b8536>`__
+ Enable risklevel2, match v44 of security wiki
+- `d08fdc0ee514 <https://github.com/open-power/hostboot/commit/d08fdc0ee514>`__
+ Remove CDD1.1 security IMC; Apply indirect branch serialization to
+ HV=0 only
+
+Prachi Gupta (9):
+
+- `5c78bbd873e9 <https://github.com/open-power/hostboot/commit/5c78bbd873e9>`__
+ checkHbResMemLimit -- change to check correctly on multi-node
+- `33725d24db91 <https://github.com/open-power/hostboot/commit/33725d24db91>`__
+ hbfw makefile changes to add p9c dd1.1 sbe to pnor
+- `5ca1d497141a <https://github.com/open-power/hostboot/commit/5ca1d497141a>`__
+ changes to move configureHbrt target type to IPC path to run on slave
+ nodes
+- `fdbf7156982e <https://github.com/open-power/hostboot/commit/fdbf7156982e>`__
+ HBRT: Fix targeting to work on multi-node
+- `b98f4c6b59fa <https://github.com/open-power/hostboot/commit/b98f4c6b59fa>`__
+ ATTR\_PBAX\_GROUPID: add global tag
+- `54cc57dd329e <https://github.com/open-power/hostboot/commit/54cc57dd329e>`__
+ add global tag to EI\_BUS\_TX\_MSBSWAP for serverwiz2 consumption
+- `7ce93122ca1e <https://github.com/open-power/hostboot/commit/7ce93122ca1e>`__
+ ATTR\_CEN\_VPD\_DRAM\_ADDRESS\_MIRRORING: Remove writable tag
+- `3f639460a8f1 <https://github.com/open-power/hostboot/commit/3f639460a8f1>`__
+ ATTR\_CEN\_VPD\_DRAM\_ADDRESS\_MIRRORING: add function backed to this
+ attribute
+- `94408620cf26 <https://github.com/open-power/hostboot/commit/94408620cf26>`__
+ attrrp\_rt.C: translateAddr returns input address by default
+
+Prasad Bg Ranganath (5):
+
+- `0d7e62667706 <https://github.com/open-power/hostboot/commit/0d7e62667706>`__
+ PM: Fix Global Parameter Block and PGPE size checks in
+ p9\_hcode\_image\_build
+- `e80082e3a96a <https://github.com/open-power/hostboot/commit/e80082e3a96a>`__
+ SBE:Putring: Added more debug information
+- `e86fa9f6d5a9 <https://github.com/open-power/hostboot/commit/e86fa9f6d5a9>`__
+ PSTATE\_PARAMETER\_BLOCK structure alignment and error handling
+- `3bb61aa58087 <https://github.com/open-power/hostboot/commit/3bb61aa58087>`__
+ Zepplin:Remove dd level check for cumulus under PPB code
+- `ec53527cf636 <https://github.com/open-power/hostboot/commit/ec53527cf636>`__
+ PPB: Update occ min frequency with real driven value
+
+Prem Shanker Jha (1):
+
+- `2e0c75fb9d8c <https://github.com/open-power/hostboot/commit/2e0c75fb9d8c>`__
+ PM: Added support for HWP p9\_pm\_callout.
+
+Raja Das (1):
+
+- `338fce09ddad <https://github.com/open-power/hostboot/commit/338fce09ddad>`__
+ Workaround to fix issue where Powerbus loses track of EQs in DD1
+
+Ricardo Mata (1):
+
+- `b5986b2c0d1a <https://github.com/open-power/hostboot/commit/b5986b2c0d1a>`__
+ Added CI throttling support, HW init updates, and fixed a bug with
+ tce arb.
+
+Richard J. Knight (6):
+
+- `221f05613499 <https://github.com/open-power/hostboot/commit/221f05613499>`__
+ Introduce new shared library for image processing fucntions
+- `48235812776d <https://github.com/open-power/hostboot/commit/48235812776d>`__
+ SW414905: Mcs, Mba and L4 targets are not displayed in gard --gc mem
+ output
+- `b456c82ad820 <https://github.com/open-power/hostboot/commit/b456c82ad820>`__
+ Modify putrRing code to pull rings from centaur hw image
+- `967e9a084bbe <https://github.com/open-power/hostboot/commit/967e9a084bbe>`__
+ Wait for responses from all nodes for IPC\_POPULATE\_ATTRIBUTES msg
+- `d72d87900b44 <https://github.com/open-power/hostboot/commit/d72d87900b44>`__
+ Procedure crashes when trying to query an EC feature
+- `eea4b09a3e85 <https://github.com/open-power/hostboot/commit/eea4b09a3e85>`__
+ Fix missing set\_XX method for sbeTarget callout
+
+Rick Ward (1):
+
+- `a48f950445f1 <https://github.com/open-power/hostboot/commit/a48f950445f1>`__
+ Dump collection should only be run on the master node and skipped on
+ slaves.
+
+Roland Veloz (4):
+
+- `b6e41fc3329e <https://github.com/open-power/hostboot/commit/b6e41fc3329e>`__
+ Force an SBE update upon boot failure as well as break out common
+ data
+- `0dbb06308565 <https://github.com/open-power/hostboot/commit/0dbb06308565>`__
+ Fixed both NIMBUS and CUMULUS. They are now making the call to
+ mss\_thermal\_init
+- `5a9355062b71 <https://github.com/open-power/hostboot/commit/5a9355062b71>`__
+ Created individual update flags for both SEEPROM 0 and SEEPROM 1
+- `3d7aee811e82 <https://github.com/open-power/hostboot/commit/3d7aee811e82>`__
+ Inform OPAL of the state of the SBE after an attempt to restart
+
+Ryan Black (3):
+
+- `63c767d5679c <https://github.com/open-power/hostboot/commit/63c767d5679c>`__
+ reduce number of non-zero npu error collection registers
+- `1b4fa572716e <https://github.com/open-power/hostboot/commit/1b4fa572716e>`__
+ NPU scan/scom init updates
+- `17165d955d01 <https://github.com/open-power/hostboot/commit/17165d955d01>`__
+ p9.npu.scom.initfile -- fix cq\_sm allocation issue at low water mark
+
+Sachin Gupta (2):
+
+- `899054484ef2 <https://github.com/open-power/hostboot/commit/899054484ef2>`__
+ Support cumulus 1.1 getPllBucket
+- `4340a6da7949 <https://github.com/open-power/hostboot/commit/4340a6da7949>`__
+ Remove workaround for DD1 SW reset for XIVE
+
+Sameer Veer (4):
+
+- `25e991e8b352 <https://github.com/open-power/hostboot/commit/25e991e8b352>`__
+ New functions added for automating mustfix releases
+- `2ae2bffe88b5 <https://github.com/open-power/hostboot/commit/2ae2bffe88b5>`__
+ Added cmvcCheckinForceFlag to break links for new releases
+- `9ef8d33eaeb4 <https://github.com/open-power/hostboot/commit/9ef8d33eaeb4>`__
+ Integrate track before fsp-CI run triggers
+- `0bd003abad5f <https://github.com/open-power/hostboot/commit/0bd003abad5f>`__
+ Code cleanup - removed test-code not required in prod
+
+Shelton Leung (9):
+
+- `44bd1c4678da <https://github.com/open-power/hostboot/commit/44bd1c4678da>`__
+ scan inits for lab workaround for DI bug HW392781
+- `be9b22ecd3fc <https://github.com/open-power/hostboot/commit/be9b22ecd3fc>`__
+ dd1 workaround for hw400075 coherency error
+- `c40f090b3c4e <https://github.com/open-power/hostboot/commit/c40f090b3c4e>`__
+ workaround for hw400932 atag corruptin in presp
+- `c3869410785b <https://github.com/open-power/hostboot/commit/c3869410785b>`__
+ amo cache disabled for dd1 for HW401780
+- `bce1c27699b3 <https://github.com/open-power/hostboot/commit/bce1c27699b3>`__
+ enable prefetch drop for better MC fairness
+- `2aad82e12497 <https://github.com/open-power/hostboot/commit/2aad82e12497>`__
+ disable noise window for DD1 HW406577
+- `ad8cf02d85d0 <https://github.com/open-power/hostboot/commit/ad8cf02d85d0>`__
+ dd2 inits
+- `e3f6f99840e4 <https://github.com/open-power/hostboot/commit/e3f6f99840e4>`__
+ adjusted mem 2400 nest 1600 workaround and make dd1 only
+- `125f42a04372 <https://github.com/open-power/hostboot/commit/125f42a04372>`__
+ dd2 phy scom inits
+
+Soma BhanuTej (8):
+
+- `a41ddc53f979 <https://github.com/open-power/hostboot/commit/a41ddc53f979>`__
+ Axone support to TP stopclocks
+- `91d24ca4cc09 <https://github.com/open-power/hostboot/commit/91d24ca4cc09>`__
+ Change chip to unsecure always for DD1 chips
+- `ed093a87011d <https://github.com/open-power/hostboot/commit/ed093a87011d>`__
+ Security control override disable support - p9\_setup\_sbe\_config
+- `8f803dfea438 <https://github.com/open-power/hostboot/commit/8f803dfea438>`__
+ Cumulus initfile update for OBUS & XBUS PLLs
+- `c586a6b41c0f <https://github.com/open-power/hostboot/commit/c586a6b41c0f>`__
+ Additional checks to p9\_extract\_sbe\_rc
+- `00c3e73d16ee <https://github.com/open-power/hostboot/commit/00c3e73d16ee>`__
+ Axone support to TP stopclocks
+- `c09c372348bd <https://github.com/open-power/hostboot/commit/c09c372348bd>`__
+ Change TP FIR bits 38, 39, 40 as recoverable & Masked
+- `c4bd7604071f <https://github.com/open-power/hostboot/commit/c4bd7604071f>`__
+ Mask off bit 26 of TP\_LFIR on FSP machines
+
+Stephen Glancy (18):
+
+- `000f358355b2 <https://github.com/open-power/hostboot/commit/000f358355b2>`__
+ Updates broadcast mode attributes
+- `2674db2b85b4 <https://github.com/open-power/hostboot/commit/2674db2b85b4>`__
+ Adds blank NVDIMM utility files for HB to mirror
+- `b5c57afe40a8 <https://github.com/open-power/hostboot/commit/b5c57afe40a8>`__
+ Fixes tDLLK timing for 2666
+- `c03b84b93467 <https://github.com/open-power/hostboot/commit/c03b84b93467>`__
+ Fixes broadcast mode address check for deconfigured ports
+- `719c8a64fb72 <https://github.com/open-power/hostboot/commit/719c8a64fb72>`__
+ Adds DDR4 hybrid NV-RDIMM support
+- `7b475151599d <https://github.com/open-power/hostboot/commit/7b475151599d>`__
+ Removes overrideonly in a broadcast mode MRW attribute
+- `a61200c516f7 <https://github.com/open-power/hostboot/commit/a61200c516f7>`__
+ Adds power control access functions for NVDIMM
+- `5e42a73c3de9 <https://github.com/open-power/hostboot/commit/5e42a73c3de9>`__
+ Added periodic cal fix - fixes bad delays
+- `ad869ece5cae <https://github.com/open-power/hostboot/commit/ad869ece5cae>`__
+ Updates to run HW VREF cal by default
+- `556caf56c9ec <https://github.com/open-power/hostboot/commit/556caf56c9ec>`__
+ Added read ctr bad delay workaround
+- `4e9ff980c520 <https://github.com/open-power/hostboot/commit/4e9ff980c520>`__
+ Added DQS alignment workaround
+- `ad43d96deda9 <https://github.com/open-power/hostboot/commit/ad43d96deda9>`__
+ Adds DCD calibration control attributes
+- `4b9d8a1bd726 <https://github.com/open-power/hostboot/commit/4b9d8a1bd726>`__
+ Updated memory DD1 vs DD2 attribute
+- `edca64c2b22b <https://github.com/open-power/hostboot/commit/edca64c2b22b>`__
+ Fixed DLL workarounds to always run
+- `b1e597ec9bdb <https://github.com/open-power/hostboot/commit/b1e597ec9bdb>`__
+ Adds blank files for centaur secure mode boot
+- `013207df79b3 <https://github.com/open-power/hostboot/commit/013207df79b3>`__
+ Updates p9c SPD read to include DDR3
+- `43904dc3b8a4 <https://github.com/open-power/hostboot/commit/43904dc3b8a4>`__
+ Adds dynamic voltage blank files for HB
+- `218a4862f0d0 <https://github.com/open-power/hostboot/commit/218a4862f0d0>`__
+ Adds secure mode boot for memory buffer chips
+
+Steven Janssen (1):
+
+- `6d57e7720db9 <https://github.com/open-power/hostboot/commit/6d57e7720db9>`__
+ Change memory cleanup to use correct method
+
+Sumit Kumar (1):
+
+- `00c730b5ebef <https://github.com/open-power/hostboot/commit/00c730b5ebef>`__
+ GPTR/Overlays stage-2 support
+
+Sunil.Kumar (1):
+
+- `8240f5a4c1e0 <https://github.com/open-power/hostboot/commit/8240f5a4c1e0>`__
+ Procedures modified for DD1 changes
+
+Swathi Madhuri Bhattiprolu (1):
+
+- `2958d02ae126 <https://github.com/open-power/hostboot/commit/2958d02ae126>`__
+ Create Initial Cumulus CDIMM sim configuration
+
+Thi Tran (6):
+
+- `231f4e404b04 <https://github.com/open-power/hostboot/commit/231f4e404b04>`__
+ Add ec\_abst ring to p9n.hw\_image
+- `71fc3db015e6 <https://github.com/open-power/hostboot/commit/71fc3db015e6>`__
+ Attribute support of customization of Nimbus DD1 PCI reference clock
+ speed.
+- `2764678bf004 <https://github.com/open-power/hostboot/commit/2764678bf004>`__
+ P9 Cumulus InitCompiler supportis - Part 3
+- `227a32f926d3 <https://github.com/open-power/hostboot/commit/227a32f926d3>`__
+ Undo some p9 Cumulus spy workarounds in initfiles
+- `cc1ac14babe2 <https://github.com/open-power/hostboot/commit/cc1ac14babe2>`__
+ Fix MFG P9 ZZ: BC70E540 (MCFIR[8]) command list timeout
+- `3d9454e64478 <https://github.com/open-power/hostboot/commit/3d9454e64478>`__
+ Do not apply HW414958 to Axone
+
+Tsung Yeung (2):
+
+- `1d2a73892341 <https://github.com/open-power/hostboot/commit/1d2a73892341>`__
+ Adds self time refresh entry and exit helper functions
+- `3a4d0639d249 <https://github.com/open-power/hostboot/commit/3a4d0639d249>`__
+ Adds STR entry and exit functions to support NVDIMM
+
+Venkatesh Sainath (2):
+
+- `44087e0148ad <https://github.com/open-power/hostboot/commit/44087e0148ad>`__
+ Enabling FSP-B IPL as primary
+- `13de75c05e7d <https://github.com/open-power/hostboot/commit/13de75c05e7d>`__
+ Fixing flipport attribute for processors
+
+Yue Du (5):
+
+- `3afac7911fa4 <https://github.com/open-power/hostboot/commit/3afac7911fa4>`__
+ STOP: Support Suspend Entry/Exit and Fix Pig Collision
+- `40121d5b91e6 <https://github.com/open-power/hostboot/commit/40121d5b91e6>`__
+ Cache HWP: DD1 VCS Workaround
+- `89135c06eabc <https://github.com/open-power/hostboot/commit/89135c06eabc>`__
+ Istep4: Enable poll for DPLL lock in p9\_hcd\_cache\_dpll\_setup
+- `1db94c26ffaa <https://github.com/open-power/hostboot/commit/1db94c26ffaa>`__
+ HW396520: DD1 workaround skip flushmode inhibit drop in cache hwp
+- `ee172729c85d <https://github.com/open-power/hostboot/commit/ee172729c85d>`__
+ STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4
+
+Zane Shelley (16):
+
+- `1275d064b04f <https://github.com/open-power/hostboot/commit/1275d064b04f>`__
+ PRD: Fixed address translation for Dynamic Memory Deallocation
+- `5324435b6d27 <https://github.com/open-power/hostboot/commit/5324435b6d27>`__
+ PRD: initializing MemTdCtlr variables for broadcast mode
+- `fed203b290c1 <https://github.com/open-power/hostboot/commit/fed203b290c1>`__
+ PRD: added full IPL config support into getHwConfig()
+- `0c2ad40218ec <https://github.com/open-power/hostboot/commit/0c2ad40218ec>`__
+ PRD: removed NPUFIR workaround for DD1.0 to enable default capture
+- `9aa046413267 <https://github.com/open-power/hostboot/commit/9aa046413267>`__
+ PRD: NPU0FIR checkstop isolation issue
+- `9abf4f390cca <https://github.com/open-power/hostboot/commit/9abf4f390cca>`__
+ PRD: getConnectedParent() issue in MemDealloc::dimmList()
+- `5aa7128d4aaa <https://github.com/open-power/hostboot/commit/5aa7128d4aaa>`__
+ PRD: add DMD support for 3 and 6 MC channels per group
+- `82aaa7df696a <https://github.com/open-power/hostboot/commit/82aaa7df696a>`__
+ PRD: initialize PRD objects for Restore DRAM Repairs
+- `f10101dc6c7e <https://github.com/open-power/hostboot/commit/f10101dc6c7e>`__
+ PRD: DMD address translation bug.
+- `08379ab81944 <https://github.com/open-power/hostboot/commit/08379ab81944>`__
+ PRD: extra FFDC for NPU0FIR
+- `5353bb457253 <https://github.com/open-power/hostboot/commit/5353bb457253>`__
+ PRD: remove some NPUFIR bits from cs\_root\_cause list
+- `d69704d2fd07 <https://github.com/open-power/hostboot/commit/d69704d2fd07>`__
+ PRD: updates to XBUS interface callouts
+- `87e454859985 <https://github.com/open-power/hostboot/commit/87e454859985>`__
+ PRD: add c\_err\_rpt registers for INTCQFIR
+- `42e4c422f63b <https://github.com/open-power/hostboot/commit/42e4c422f63b>`__
+ PRD: moved prdfCenMbaDataBundle.H to common code
+- `46cd9952ddff <https://github.com/open-power/hostboot/commit/46cd9952ddff>`__
+ PRD: Disable Dynamic Memory Deallocation for MBA
+- `a219839511f6 <https://github.com/open-power/hostboot/commit/a219839511f6>`__
+ PRD: support getMemAddrRange() for MBA ranks
+
+aravnair-in (1):
+
+- `8e01c68dc70d <https://github.com/open-power/hostboot/commit/8e01c68dc70d>`__
+ Fix a couple of EKB files to prevent CMVC quirk
+
+crgeddes (1):
+
+- `345c40eb09f2 <https://github.com/open-power/hostboot/commit/345c40eb09f2>`__
+ Use DD1 SW reset for XIVE unit until we get HW reset working in DD2
+
+dchowe (4):
+
+- `666e095a50be <https://github.com/open-power/hostboot/commit/666e095a50be>`__
+ Initfile updates for FBC DD2
+- `fdb995c8d77c <https://github.com/open-power/hostboot/commit/fdb995c8d77c>`__
+ DD2 updated scan overrides, Cumulus DD1 initfile updates
+- `281b63f10d73 <https://github.com/open-power/hostboot/commit/281b63f10d73>`__
+ Update FBC cd\_hp initfile to reference serial mode spys directly
+- `8711f1044943 <https://github.com/open-power/hostboot/commit/8711f1044943>`__
+ disable lpc\_ed in fbc to match mc setting
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (4):
+
+- `fca494dbdcf9 <https://github.com/open-power/occ/commit/fca494dbdcf9>`__
+ Replace Firmware Level with FClip History in error log
+- `bf6e716d3289 <https://github.com/open-power/occ/commit/bf6e716d3289>`__
+ Look at OCCFLG[30] to see if PGPE needs a new VFRT
+- `cb3f5cf6a5b9 <https://github.com/open-power/occ/commit/cb3f5cf6a5b9>`__
+ WOF: Phase 2 Vratio calculation correction
+- `1c7b23cc6b8f <https://github.com/open-power/occ/commit/1c7b23cc6b8f>`__
+ WOF: Force ceff\_ratio to 0% if voltage component is 0
+
+William Bryan (3):
+
+- `2fe8f2c01e62 <https://github.com/open-power/occ/commit/2fe8f2c01e62>`__
+ Buildname 3/1
+- `81196c350c52 <https://github.com/open-power/occ/commit/81196c350c52>`__
+ Try to PCAP GPU again after busy failure CQ:SW414846
+- `768466b31e85 <https://github.com/open-power/occ/commit/768466b31e85>`__
+ GPE1 Binary 3/8
+
+mbroyles (5):
+
+- `c9954444fc8d <https://github.com/open-power/occ/commit/c9954444fc8d>`__
+ Calculate Pstate from a frequency starting at max frequency instead
+ of min
+- `ccdb19fba8c7 <https://github.com/open-power/occ/commit/ccdb19fba8c7>`__
+ Enable 24x7 on FSP systems
+- `919b78927d26 <https://github.com/open-power/occ/commit/919b78927d26>`__
+ Characterization state meltbox support
+- `e4bc12d978ab <https://github.com/open-power/occ/commit/e4bc12d978ab>`__
+ Correct ASM WOF enable adjusted value
+- `c44bd0f660c7 <https://github.com/open-power/occ/commit/c44bd0f660c7>`__
+ Support set data length command to improve AMESTER performance with
+ Open BMC
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v1.22/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+Brett Grandbois (7):
+
+- `8f09986340e6 <https://github.com/open-power/petitboot/commit/8f09986340e6>`__
+ discover/pb-discover: #include <locale.h> for musl libc
+- `44ab15ff671f <https://github.com/open-power/petitboot/commit/44ab15ff671f>`__
+ ncurses/nc-cui: musl libc fixes
+- `b63b778e7feb <https://github.com/open-power/petitboot/commit/b63b778e7feb>`__
+ ncurses/nc-cui: fix unreferenced assertion variable
+- `a80b3cac1053 <https://github.com/open-power/petitboot/commit/a80b3cac1053>`__
+ grub2/grub2-parser: accept no whitespace in grub menuentry
+- `b6e83bb17299 <https://github.com/open-power/petitboot/commit/b6e83bb17299>`__
+ grub2/grub2: add Yocto paths to default grub2 conf search paths
+- `c8ba7b32759f <https://github.com/open-power/petitboot/commit/c8ba7b32759f>`__
+ test/parser: test no whitespace on grub menuentry
+- `02af1caf9df8 <https://github.com/open-power/petitboot/commit/02af1caf9df8>`__
+ syslinux: add syslinux parser support
+
+Cyril Bur (7):
+
+- `b2bc013b1413 <https://github.com/open-power/petitboot/commit/b2bc013b1413>`__
+ configure.ac: Fix unmatched brackets
+- `817e6698bcbb <https://github.com/open-power/petitboot/commit/817e6698bcbb>`__
+ Fix bootstrap warning: noinst\_PROGRAMS was already defined
+- `117a75f95ec3 <https://github.com/open-power/petitboot/commit/117a75f95ec3>`__
+ Better recognition of ncurses header files
+- `3a76e4214d5c <https://github.com/open-power/petitboot/commit/3a76e4214d5c>`__
+ discover/pxe-parser: Fine grained proxy control
+- `eb9c570fa13b <https://github.com/open-power/petitboot/commit/eb9c570fa13b>`__
+ configure.ac: Fix unmatched brackets
+- `17f04cb4d3d8 <https://github.com/open-power/petitboot/commit/17f04cb4d3d8>`__
+ Fix bootstrap warning: noinst\_PROGRAMS was already defined
+- `bc8b183fbea6 <https://github.com/open-power/petitboot/commit/bc8b183fbea6>`__
+ Better recognition of ncurses header files
+
+Daniel Axtens (2):
+
+- `591b8b6d39b2 <https://github.com/open-power/petitboot/commit/591b8b6d39b2>`__
+ Use --no-location instead of --add-location=never
+- `865097ff2cbb <https://github.com/open-power/petitboot/commit/865097ff2cbb>`__
+ Test with .travis.yml
+
+Geoff Levand (4):
+
+- `7aa2d8a3aefc <https://github.com/open-power/petitboot/commit/7aa2d8a3aefc>`__
+ bootstrap: Add dependency checks
+- `e3f78333a2a1 <https://github.com/open-power/petitboot/commit/e3f78333a2a1>`__
+ configure: Add check for lex, yacc
+- `c462aa6f8e46 <https://github.com/open-power/petitboot/commit/c462aa6f8e46>`__
+ configure: Update AC\_PACKAGE\_BUGREPORT
+- `41caf09e98b1 <https://github.com/open-power/petitboot/commit/41caf09e98b1>`__
+ printf: Fix format type warnings
+
+Joel Stanley (5):
+
+- `a5f80e0a9a40 <https://github.com/open-power/petitboot/commit/a5f80e0a9a40>`__
+ discover: Fix bad check of version string
+- `352f5c2729dc <https://github.com/open-power/petitboot/commit/352f5c2729dc>`__
+ ncurses: Fix bad strncmp
+- `2b86765dfa37 <https://github.com/open-power/petitboot/commit/2b86765dfa37>`__
+ discover: Fix unused function warning
+- `2c97f136757b <https://github.com/open-power/petitboot/commit/2c97f136757b>`__
+ test/parser: Fixed uninitialized variable warning
+- `47d0601affe8 <https://github.com/open-power/petitboot/commit/47d0601affe8>`__
+ discover: pxe: Avoid dereferencing null pointer
+
+Samuel Mendoza-Jonas (17):
+
+- `33a0f544151f <https://github.com/open-power/petitboot/commit/33a0f544151f>`__
+ ui/ncurses: Handle arrow key variants
+- `3af2c04787af <https://github.com/open-power/petitboot/commit/3af2c04787af>`__
+ ui/ncurses: Handle arrow key variants
+- `c916e1333676 <https://github.com/open-power/petitboot/commit/c916e1333676>`__
+ ui/ncurses: Always cancel autoboot on exit
+- `f18998f6aac3 <https://github.com/open-power/petitboot/commit/f18998f6aac3>`__
+ ui/ncurses: Always cancel autoboot on exit
+- `a2d5a3e3cb55 <https://github.com/open-power/petitboot/commit/a2d5a3e3cb55>`__
+ discover/pxe-parser: Fix relative parsing for manual config files
+- `1ad12fe5b75e <https://github.com/open-power/petitboot/commit/1ad12fe5b75e>`__
+ discover/pxe-parser: Fix relative parsing for manual config files
+- `2dfbd9811d1e <https://github.com/open-power/petitboot/commit/2dfbd9811d1e>`__
+ ui/ncurses: Allow multiple hot key handlers per pmenu
+- `11c43508e436 <https://github.com/open-power/petitboot/commit/11c43508e436>`__
+ ui/ncurses: Clear remaining space when drawing help line
+- `ef13876e9fea <https://github.com/open-power/petitboot/commit/ef13876e9fea>`__
+ discover/device-handler: Treat empty boot order as 'boot any'
+- `aa23987dd043 <https://github.com/open-power/petitboot/commit/aa23987dd043>`__
+ discover/syslinux-parser: Fix missing comma in ignored names.
+- `dc85de97c79c <https://github.com/open-power/petitboot/commit/dc85de97c79c>`__
+ discover: Allow load\_async\_url() to call callback for local paths
+- `d63bacef37d6 <https://github.com/open-power/petitboot/commit/d63bacef37d6>`__
+ ui/ncurses: Fix boot editor segfault on update
+- `7e0b9da2ae2f <https://github.com/open-power/petitboot/commit/7e0b9da2ae2f>`__
+ discover/platform-powerpc: Avoid confusing gateway and URL
+- `fb8dbd274b4b <https://github.com/open-power/petitboot/commit/fb8dbd274b4b>`__
+ ui/ncurses: Validate URL field
+- `e6407ab0ae61 <https://github.com/open-power/petitboot/commit/e6407ab0ae61>`__
+ lib: Fix gpg.h path
+- `526d4b3d959d <https://github.com/open-power/petitboot/commit/526d4b3d959d>`__
+ utils/hooks: Set stdout-path property
+- `c208aa42024f <https://github.com/open-power/petitboot/commit/c208aa42024f>`__
+ discover/boot: Fix stale boot cancellation code
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Amit Tendolkar (3):
+
+- `731439265743 <https://github.com/open-power/sbe/commit/731439265743>`__
+ Extend PM Reset flow to collect PM FFDC to HOMER
+- `8b75ed9d8f43 <https://github.com/open-power/sbe/commit/8b75ed9d8f43>`__
+ Add EQ ATOMIC LOCK SCOM to security write whitelist for FFDC
+- `1384ebc764ac <https://github.com/open-power/sbe/commit/1384ebc764ac>`__
+ Update p9\_collect\_ppe\_state to dynamically collect PPE FFDC
+
+Andre Marin (2):
+
+- `92ababe68288 <https://github.com/open-power/sbe/commit/92ababe68288>`__
+ Add initial p9c ddr\_phy\_reset, dimmBadDqBitmapAccessHwp, slew, &
+ unmask\_errors
+- `0ac911461767 <https://github.com/open-power/sbe/commit/0ac911461767>`__
+ Modified gen\_accessors script for greater support
+
+Anusha Reddy Rangareddygari (1):
+
+- `3a8884d192b1 <https://github.com/open-power/sbe/commit/3a8884d192b1>`__
+ Adding output\_path option for sbe-debug.py
+
+Ben Gass (5):
+
+- `9f5ce40fd271 <https://github.com/open-power/sbe/commit/9f5ce40fd271>`__
+ Re-submit Axone updates
+- `75ddac2a41a9 <https://github.com/open-power/sbe/commit/75ddac2a41a9>`__
+ Add support for p9c 1.2
+- `2b432b15cbe8 <https://github.com/open-power/sbe/commit/2b432b15cbe8>`__
+ Axone MC uses same pll/clock setup as in Cumulus.
+- `1410d7f9ee83 <https://github.com/open-power/sbe/commit/1410d7f9ee83>`__
+ Add p9n 2.3 to p9\_frequency\_buckets.H
+- `a347254a3aec <https://github.com/open-power/sbe/commit/a347254a3aec>`__
+ Removing trailing comma in system\_attributes.xml
+
+Brian Silver (1):
+
+- `da9b63d6c024 <https://github.com/open-power/sbe/commit/da9b63d6c024>`__
+ Change p9\_mss\_freq\_system to write attributes, errors for Cronus
+
+Brian Vanderpool (1):
+
+- `2a438c9dd4b2 <https://github.com/open-power/sbe/commit/2a438c9dd4b2>`__
+ Improve power and clock checking when checking for stop states
+
+CHRISTINA L. GRAVES (1):
+
+- `b65fd5bcb57d <https://github.com/open-power/sbe/commit/b65fd5bcb57d>`__
+ p9\_query\_cache\_access\_state L2
+
+Christian Geddes (1):
+
+- `f058c9945a4f <https://github.com/open-power/sbe/commit/f058c9945a4f>`__
+ Add attribute to give platform more control over PM\_RESET
+
+Claus Michael Olsen (2):
+
+- `b82c9d49c743 <https://github.com/open-power/sbe/commit/b82c9d49c743>`__
+ Additional risk level support - (step 2) Updating the image w/RL2
+- `54f0bc5c31d3 <https://github.com/open-power/sbe/commit/54f0bc5c31d3>`__
+ Update to putRingUtils to proper scanning of perv\_pll\_bndy\_flt
+ rings
+
+Dan Crowell (2):
+
+- `ba6f0c6d234e <https://github.com/open-power/sbe/commit/ba6f0c6d234e>`__
+ Disabling WOF and VDM for Nimbus DD2.0
+- `c821b84e4ff5 <https://github.com/open-power/sbe/commit/c821b84e4ff5>`__
+ Disable WOF for Cumulus DD1.0
+
+Dean Sanner (2):
+
+- `d50cc1394696 <https://github.com/open-power/sbe/commit/d50cc1394696>`__
+ Run lpc\_init on all processors
+- `e962f1e8c736 <https://github.com/open-power/sbe/commit/e962f1e8c736>`__
+ Honor STOP Gated bit when checking access states
+
+Elizabeth Liner (1):
+
+- `29b11603626f <https://github.com/open-power/sbe/commit/29b11603626f>`__
+ Adding attribute to detect which processor we can use for alt-memory
+
+Greg Still (2):
+
+- `b1386622238e <https://github.com/open-power/sbe/commit/b1386622238e>`__
+ PM\_SPWKUP: Clear wakeup notify select bit to enable auto special
+ wakeup
+- `cc59dcd72f9d <https://github.com/open-power/sbe/commit/cc59dcd72f9d>`__
+ PM: p9\_setup\_evid steps voltage to avoid Fleetwood VRM limitations
+
+Joachim Fenkes (3):
+
+- `cce76062ef2f <https://github.com/open-power/sbe/commit/cce76062ef2f>`__
+ hwpErrors: Use wildcard instead of explicit list
+- `d1da43c4e54d <https://github.com/open-power/sbe/commit/d1da43c4e54d>`__
+ LPC: Add empty files for mirroring to HB, PPE, HWSV
+- `da13fade1742 <https://github.com/open-power/sbe/commit/da13fade1742>`__
+ p9\_sbe\_lpc\_init: Fix timeout setup
+
+Joe McGill (3):
+
+- `d2a0b0c1617c <https://github.com/open-power/sbe/commit/d2a0b0c1617c>`__
+ FIR + RAS XML updates
+- `4d30a3d9b261 <https://github.com/open-power/sbe/commit/4d30a3d9b261>`__
+ p9\_sbe\_tracearray -- satsify PRD calls to manage core trace arrays
+- `9da1175ad43a <https://github.com/open-power/sbe/commit/9da1175ad43a>`__
+ Add base FAPI2 attribute definitions
+
+Lennard Streat (1):
+
+- `ffd086397fb0 <https://github.com/open-power/sbe/commit/ffd086397fb0>`__
+ Protect Firmware from exposure to HW423533
+
+Luke C. Murray (1):
+
+- `c955a5c32115 <https://github.com/open-power/sbe/commit/c955a5c32115>`__
+ Updating NCU tlbie pacing dials
+
+Luke Mulkey (2):
+
+- `e275751a409c <https://github.com/open-power/sbe/commit/e275751a409c>`__
+ Existing code changes for ddr\_phy\_reset HB mirror
+- `2cd7837eb2ec <https://github.com/open-power/sbe/commit/2cd7837eb2ec>`__
+ p9c\_mss\_memdiags and p9c\_mss\_maint\_cmds
+
+Matt K. Light (1):
+
+- `efcd5ec67072 <https://github.com/open-power/sbe/commit/efcd5ec67072>`__
+ adding fapi2::putSpyWithCare()
+
+Matthew Hickman (1):
+
+- `8e7dbfd13ce4 <https://github.com/open-power/sbe/commit/8e7dbfd13ce4>`__
+ Added RCD Protect time and MNFG Flag check to unmask function
+
+Nick Klazynski (4):
+
+- `ace31fa4b8c6 <https://github.com/open-power/sbe/commit/ace31fa4b8c6>`__
+ Add TM WAT workaround; NDD2.2 and CDD1.1 only
+- `1fb2cb5cb795 <https://github.com/open-power/sbe/commit/1fb2cb5cb795>`__
+ Add Cumulus DD1.1 inits
+- `b51252885ec6 <https://github.com/open-power/sbe/commit/b51252885ec6>`__
+ Enable risklevel2, match v44 of security wiki
+- `00bb7b34d2a8 <https://github.com/open-power/sbe/commit/00bb7b34d2a8>`__
+ Remove CDD1.1 security IMC; Apply indirect branch serialization to
+ HV=0 only
+
+Oliver Morlok (1):
+
+- `56e408e085ca <https://github.com/open-power/sbe/commit/56e408e085ca>`__
+ Get a z compile working
+
+Prasad Bg Ranganath (1):
+
+- `69bc840ab99a <https://github.com/open-power/sbe/commit/69bc840ab99a>`__
+ Fix bug in cache query state procedure
+
+Raja Das (2):
+
+- `2dce1d2d7fbb <https://github.com/open-power/sbe/commit/2dce1d2d7fbb>`__
+ SBE Space optimisation
+- `9b7838172f0b <https://github.com/open-power/sbe/commit/9b7838172f0b>`__
+ SBE Regression
+
+Sachin Gupta (5):
+
+- `d27218491dda <https://github.com/open-power/sbe/commit/d27218491dda>`__
+ Retry multicast chiplet offline errors.
+- `ab0fc4ba6ffb <https://github.com/open-power/sbe/commit/ab0fc4ba6ffb>`__
+ Update backing build
+- `967fefdf8af1 <https://github.com/open-power/sbe/commit/967fefdf8af1>`__
+ Fix test sequence
+- `321de657b979 <https://github.com/open-power/sbe/commit/321de657b979>`__
+ Update backing build
+- `5c0363924c7d <https://github.com/open-power/sbe/commit/5c0363924c7d>`__
+ Handle race condition between PSU/FIFO interface.
+
+Soma BhanuTej (3):
+
+- `55603147cd5b <https://github.com/open-power/sbe/commit/55603147cd5b>`__
+ Mask TP LFIR for non PPE mode - p9\_sbe\_common
+- `ace2c563f607 <https://github.com/open-power/sbe/commit/ace2c563f607>`__
+ Axone support to TP stopclocks
+- `4e41a9415858 <https://github.com/open-power/sbe/commit/4e41a9415858>`__
+ Change TP FIR bits 38, 39, 40 as recoverable & Masked
+
+Sumit Kumar (1):
+
+- `2b29de060c3e <https://github.com/open-power/sbe/commit/2b29de060c3e>`__
+ Erepair HWP p9\_io\_erepair procedure
+
+Yue Du (2):
+
+- `20c449a70cde <https://github.com/open-power/sbe/commit/20c449a70cde>`__
+ STOP: Support Suspend Entry/Exit and Fix Pig Collision
+- `148a8c9278b9 <https://github.com/open-power/sbe/commit/148a8c9278b9>`__
+ STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4
+
+aravnair-in (1):
+
+- `160637c9e837 <https://github.com/open-power/sbe/commit/160637c9e837>`__
+ Fix a couple of EKB files to prevent CMVC quirk
+
+crgeddes (3):
+
+- `7808b4fe065e <https://github.com/open-power/sbe/commit/7808b4fe065e>`__
+ Update p9\_query\_cache\_access\_state to use the correct scom
+ register
+- `49613ee7ed9e <https://github.com/open-power/sbe/commit/49613ee7ed9e>`__
+ Skip EQ\_CLOCK\_STAT\_SL scom is we are in stop 11 or greater
+- `2c07fd2bbb9d <https://github.com/open-power/sbe/commit/2c07fd2bbb9d>`__
+ Add RCD\_PARITY\_ERROR enum value to ATTR\_RECONFIGURE\_LOOP
+
+spashabk-in (7):
+
+- `ffa97b5fd9ff <https://github.com/open-power/sbe/commit/ffa97b5fd9ff>`__
+ Fix missing sbe traces in errorlog
+- `6526984e4ae4 <https://github.com/open-power/sbe/commit/6526984e4ae4>`__
+ Extend sbe-debug.py to get ppe register ffdc
+- `8e9d92bf3c8f <https://github.com/open-power/sbe/commit/8e9d92bf3c8f>`__
+ Check for disable scom filtering bit
+- `9355a3505c0a <https://github.com/open-power/sbe/commit/9355a3505c0a>`__
+ Cleanup generic chipop files
+- `6699e49f885f <https://github.com/open-power/sbe/commit/6699e49f885f>`__
+ Dump transition during continuous ipl
+- `9e30f6413207 <https://github.com/open-power/sbe/commit/9e30f6413207>`__
+ Check for checkstop during mpipl
+- `26fbcbed7c36 <https://github.com/open-power/sbe/commit/26fbcbed7c36>`__
+ Restructure sbe-debug.py
+
+whs (1):
+
+- `90316ae6f36a <https://github.com/open-power/sbe/commit/90316ae6f36a>`__
+ Changes related to packaging of memory vpd on Nimbus
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Akshay Adiga (1):
+
+- `87f33f499061 <https://github.com/open-power/skiboot/commit/87f33f499061>`__
+ SLW: Increase stop4-5 residency by 10x
+
+Alistair Popple (1):
+
+- `759c23acb4b6 <https://github.com/open-power/skiboot/commit/759c23acb4b6>`__
+ hw/npu2: Assign a unique LPARSHORTID per GPU
+
+Andrew Donnellan (12):
+
+- `399151e1425e <https://github.com/open-power/skiboot/commit/399151e1425e>`__
+ npu2: Split out common helper functions into separate file
+- `11b46291111a <https://github.com/open-power/skiboot/commit/11b46291111a>`__
+ npu2: Rework NPU data structures for OpenCAPI
+- `3603f474e566 <https://github.com/open-power/skiboot/commit/3603f474e566>`__
+ platform: Add fields for OpenCAPI platform data
+- `b5f1fd30ef56 <https://github.com/open-power/skiboot/commit/b5f1fd30ef56>`__
+ npu2-opencapi: Configure NPU for OpenCAPI
+- `9db58b1e5c03 <https://github.com/open-power/skiboot/commit/9db58b1e5c03>`__
+ npu2-hw-procedures: Add support for OpenCAPI PHY link training
+- `6b1cdedcef1d <https://github.com/open-power/skiboot/commit/6b1cdedcef1d>`__
+ npu2-opencapi: Train OpenCAPI links and setup devices
+- `5b72a43c59cb <https://github.com/open-power/skiboot/commit/5b72a43c59cb>`__
+ platforms: Add OpenCAPI platform data and device tree nodes
+- `f2e637b802e3 <https://github.com/open-power/skiboot/commit/f2e637b802e3>`__
+ doc/device-tree: Add PCI bindings stub
+- `bd6194f5a864 <https://github.com/open-power/skiboot/commit/bd6194f5a864>`__
+ doc/device-tree: Add OpenCAPI device tree bindings
+- `9972229b6b11 <https://github.com/open-power/skiboot/commit/9972229b6b11>`__
+ gitignore: Add \*.a
+- `d8c596368279 <https://github.com/open-power/skiboot/commit/d8c596368279>`__
+ npu2: Remove unused fields in struct npu2
+- `87145c6bad5b <https://github.com/open-power/skiboot/commit/87145c6bad5b>`__
+ npu2: Remove DD1 support
+
+Artem Senichev (1):
+
+- `bfdf5787b9d8 <https://github.com/open-power/skiboot/commit/bfdf5787b9d8>`__
+ Add VESNIN platform support
+
+Christophe Lombard (1):
+
+- `0180de29859b <https://github.com/open-power/skiboot/commit/0180de29859b>`__
+ capp: Add lid definition for P9 DD-2.2
+
+Cyril Bur (10):
+
+- `682e196627a0 <https://github.com/open-power/skiboot/commit/682e196627a0>`__
+ libflash/blocklevel: Correct miscalculation in
+ blocklevel\_smart\_erase()
+- `70166b34238e <https://github.com/open-power/skiboot/commit/70166b34238e>`__
+ mbox: Harden against BMC daemon errors
+- `8c0224322650 <https://github.com/open-power/skiboot/commit/8c0224322650>`__
+ mbox: Reduce default BMC timeouts
+- `5630c819b3cb <https://github.com/open-power/skiboot/commit/5630c819b3cb>`__
+ occ-sensors: Remove NULL checks after dereference
+- `f4f88196aec7 <https://github.com/open-power/skiboot/commit/f4f88196aec7>`__
+ npu2: Fix possible NULL dereference
+- `4599a8bdf9de <https://github.com/open-power/skiboot/commit/4599a8bdf9de>`__
+ npu2-opencapi: Fix memory leak
+- `3c3b809cb8ba <https://github.com/open-power/skiboot/commit/3c3b809cb8ba>`__
+ libstb/create-container: munmap() signature file address
+- `7598ed90a670 <https://github.com/open-power/skiboot/commit/7598ed90a670>`__
+ fast-reboot: occ: Only delete /ibm, opal/power-mgt nodes if they
+ exist
+- `35f003a01174 <https://github.com/open-power/skiboot/commit/35f003a01174>`__
+ hw/imc: Don't dereference possible NULL
+- `351b05be3d40 <https://github.com/open-power/skiboot/commit/351b05be3d40>`__
+ dts: Zero struct to avoid using uninitialised value
+
+Cédric Le Goater (2):
+
+- `dcbf18c1f0e1 <https://github.com/open-power/skiboot/commit/dcbf18c1f0e1>`__
+ xive: fix opal\_xive\_set\_vp\_info() error path
+- `19335bbf77d8 <https://github.com/open-power/skiboot/commit/19335bbf77d8>`__
+ xive: disable store EOI support
+
+Dan Crowell (1):
+
+- `4fcf4549d168 <https://github.com/open-power/skiboot/commit/4fcf4549d168>`__
+ Make gard display show that a record is cleared
+
+Frederic Barrat (2):
+
+- `cd8b82a8e83e <https://github.com/open-power/skiboot/commit/cd8b82a8e83e>`__
+ npu2-opencapi: Add OpenCAPI OPAL API calls
+- `48dd5f7b9fbb <https://github.com/open-power/skiboot/commit/48dd5f7b9fbb>`__
+ npu2-opencapi: Fix assert on link reset during init
+
+Joel Stanley (1):
+
+- `0df891697d24 <https://github.com/open-power/skiboot/commit/0df891697d24>`__
+ README: document output files
+
+Mahesh Salgaonkar (1):
+
+- `603beb4500f5 <https://github.com/open-power/skiboot/commit/603beb4500f5>`__
+ Reserve OPAL API number for opal\_handle\_hmi2 function.
+
+Matt Brown (3):
+
+- `2d4c774c2a3a <https://github.com/open-power/skiboot/commit/2d4c774c2a3a>`__
+ core/lock: Add deadlock detection
+- `84186ef0944c <https://github.com/open-power/skiboot/commit/84186ef0944c>`__
+ core/lock: Add lock timeout warnings
+- `8d0f41e021b3 <https://github.com/open-power/skiboot/commit/8d0f41e021b3>`__
+ gcov: Add gcov data struct to sysfs
+
+Michael Ellerman (1):
+
+- `f30286c49431 <https://github.com/open-power/skiboot/commit/f30286c49431>`__
+ mambo: Add fw-feature flags for security related settings
+
+Michael Neuling (6):
+
+- `bb3348c865a8 <https://github.com/open-power/skiboot/commit/bb3348c865a8>`__
+ core/pci-dt-slot: Fix booting with no slot map
+- `fa03921a9aa6 <https://github.com/open-power/skiboot/commit/fa03921a9aa6>`__
+ pci: Move code around
+- `fe6d86b92a00 <https://github.com/open-power/skiboot/commit/fe6d86b92a00>`__
+ pci: Make fast reboot creset PHBs in parallel
+- `18d7ee718bef <https://github.com/open-power/skiboot/commit/18d7ee718bef>`__
+ core/init: Assert when kernel not found
+- `730bccbbb615 <https://github.com/open-power/skiboot/commit/730bccbbb615>`__
+ Tie tm-suspend fw-feature and opal\_reinit\_cpus() together
+- `75a89e61c9d9 <https://github.com/open-power/skiboot/commit/75a89e61c9d9>`__
+ pci: Reduce log level of error message
+
+Murilo Opsfelder Araujo (1):
+
+- `f23240f50653 <https://github.com/open-power/skiboot/commit/f23240f50653>`__
+ skiboot.spec: Update to v5.10 release
+
+Nicholas Piggin (13):
+
+- `8cbd3880c321 <https://github.com/open-power/skiboot/commit/8cbd3880c321>`__
+ direct-controls: mambo fix for multiple chips
+- `f6159cff5d91 <https://github.com/open-power/skiboot/commit/f6159cff5d91>`__
+ build: use thin archives rather than incremental linking
+- `56a85b41d231 <https://github.com/open-power/skiboot/commit/56a85b41d231>`__
+ core/hmi: report processor recovery reason from core FIR bits on P9
+- `884f97b25b49 <https://github.com/open-power/skiboot/commit/884f97b25b49>`__
+ core/opal: abort in case of re-entrant OPAL call
+- `82fd5d06beee <https://github.com/open-power/skiboot/commit/82fd5d06beee>`__
+ core/opal: allow some re-entrant calls
+- `1f53f9fa766f <https://github.com/open-power/skiboot/commit/1f53f9fa766f>`__
+ core/fast-reboot: disable fast reboot upon fundamental
+ entry/exit/locking errors
+- `8cabd06243ac <https://github.com/open-power/skiboot/commit/8cabd06243ac>`__
+ core/fast-reboot: verify mem regions before fast reboot
+- `336f306555d0 <https://github.com/open-power/skiboot/commit/336f306555d0>`__
+ mem-map: Use a symbolic constant for exception vector size
+- `c32943bfc1e2 <https://github.com/open-power/skiboot/commit/c32943bfc1e2>`__
+ core/fast-reboot: zero memory after fast reboot
+- `a1c3dcca81ce <https://github.com/open-power/skiboot/commit/a1c3dcca81ce>`__
+ nvram: run nvram\_validate() after nvram\_reformat()
+- `103f67fe83f1 <https://github.com/open-power/skiboot/commit/103f67fe83f1>`__
+ hw/imc: don't access homer memory if it was not initialised
+- `90d53934c2da <https://github.com/open-power/skiboot/commit/90d53934c2da>`__
+ core/cpu: discover stack region size before initialising memory
+ regions
+- `e0c7c89b7483 <https://github.com/open-power/skiboot/commit/e0c7c89b7483>`__
+ core/cpufeatures: Fix setting DARN and SCV HWCAP feature bits
+
+Oliver O'Halloran (1):
+
+- `3e74805702f6 <https://github.com/open-power/skiboot/commit/3e74805702f6>`__
+ phb\*: Remove the state field in the various phb structures
+
+Philippe Bergheaud (2):
+
+- `a8cfb0906643 <https://github.com/open-power/skiboot/commit/a8cfb0906643>`__
+ phb4: set PHB CMPM registers for tunneled operations
+- `0f3584d84662 <https://github.com/open-power/skiboot/commit/0f3584d84662>`__
+ phb4: set PBCQ Tunnel BAR for tunneled operations
+
+Pridhiviraj Paidipeddi (5):
+
+- `f24db9e5c8c4 <https://github.com/open-power/skiboot/commit/f24db9e5c8c4>`__
+ libstb/secureboot: Fix logging of secure verify messages.
+- `20f685a3627a <https://github.com/open-power/skiboot/commit/20f685a3627a>`__
+ console(lpc/fsp-console): Use only stdout-path property on P9 and
+ above
+- `28a414b3e4c5 <https://github.com/open-power/skiboot/commit/28a414b3e4c5>`__
+ doc/opal-api: Document using stdout-path property
+- `f69d2ac579b6 <https://github.com/open-power/skiboot/commit/f69d2ac579b6>`__
+ core/ipmi-opal: Add interrupt-parent property for ipmi node on P9 and
+ above.
+- `8ea3ac76137b <https://github.com/open-power/skiboot/commit/8ea3ac76137b>`__
+ doc/opal-api: Document changes of adding interrupt-parent property
+ under /ibm, opal/ipmi node on POWER9 and above.
+
+Reza Arbab (3):
+
+- `105d80f85b07 <https://github.com/open-power/skiboot/commit/105d80f85b07>`__
+ npu2: Use unfiltered mode in XTS tables
+- `773836f3424d <https://github.com/open-power/skiboot/commit/773836f3424d>`__
+ npu2: Disable fast reboot
+- `0ce7482fb650 <https://github.com/open-power/skiboot/commit/0ce7482fb650>`__
+ npu2: Add performance tuning SCOM inits
+
+Shilpasri G Bhat (2):
+
+- `ac4272bf5e73 <https://github.com/open-power/skiboot/commit/ac4272bf5e73>`__
+ fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgt
+- `b5c9d09d0677 <https://github.com/open-power/skiboot/commit/b5c9d09d0677>`__
+ dts: spl\_wakeup: Remove all workarounds in the spl wakeup logic
+
+Stewart Smith (21):
+
+- `fbdc91e693fc <https://github.com/open-power/skiboot/commit/fbdc91e693fc>`__
+ NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging
+- `fa1eeea2e987 <https://github.com/open-power/skiboot/commit/fa1eeea2e987>`__
+ doc: skiboot 5.10.1 release notes
+- `785b35d18808 <https://github.com/open-power/skiboot/commit/785b35d18808>`__
+ fast-reboot: enable by default for POWER9
+- `5ba69bb62ca2 <https://github.com/open-power/skiboot/commit/5ba69bb62ca2>`__
+ skiboot 5.10.2 release notes
+- `217f74b0c40e <https://github.com/open-power/skiboot/commit/217f74b0c40e>`__
+ Revert "console(lpc/fsp-console): Use only stdout-path property on P9
+ and above"
+- `b71db454f703 <https://github.com/open-power/skiboot/commit/b71db454f703>`__
+ Keep constructors with priorities
+- `2d75b9439f66 <https://github.com/open-power/skiboot/commit/2d75b9439f66>`__
+ gcov: Another GCC, another gcov tweak
+- `f88ffa66d1b4 <https://github.com/open-power/skiboot/commit/f88ffa66d1b4>`__
+ cpu\_idle\_job: relax a bit
+- `a8e6cc3f4752 <https://github.com/open-power/skiboot/commit/a8e6cc3f4752>`__
+ Don't detect lock timeouts when timebase is invalid
+- `1090f346713a <https://github.com/open-power/skiboot/commit/1090f346713a>`__
+ Revert "platforms/astbmc/slots.c: Allow comparison of bus numbers
+ when matching slots"
+- `547377ddcd93 <https://github.com/open-power/skiboot/commit/547377ddcd93>`__
+ occ: Set up OCC messaging even if we fail to setup pstates
+- `80452d2cf2ce <https://github.com/open-power/skiboot/commit/80452d2cf2ce>`__
+ Revert "NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging"
+- `215a7ce1f186 <https://github.com/open-power/skiboot/commit/215a7ce1f186>`__
+ NPU2: dump NPU2 registers on npu2 HMI
+- `c05a8178dffa <https://github.com/open-power/skiboot/commit/c05a8178dffa>`__
+ Fix 'make check' compile for mem\_clear\_range
+- `5771b85b1bc2 <https://github.com/open-power/skiboot/commit/5771b85b1bc2>`__
+ skiboot 5.10.3 release notes
+- `0a1d25fbae1a <https://github.com/open-power/skiboot/commit/0a1d25fbae1a>`__
+ skiboot 5.11-rc1 release notes
+- `36f6c25c7314 <https://github.com/open-power/skiboot/commit/36f6c25c7314>`__
+ core/lock.c: ensure valid start value for lock spin duration warning
+- `6bfe04890f09 <https://github.com/open-power/skiboot/commit/6bfe04890f09>`__
+ doc: Document ibm,heartbeat-ms
+- `9cd6646d25b5 <https://github.com/open-power/skiboot/commit/9cd6646d25b5>`__
+ skiboot 5.10.4 release notes
+- `1b526d85edb2 <https://github.com/open-power/skiboot/commit/1b526d85edb2>`__
+ travis: add -L to all curl invocations to follow redirects
+- `6c53bb6db7f6 <https://github.com/open-power/skiboot/commit/6c53bb6db7f6>`__
+ skiboot-5.11 release notes
+
+Vaibhav Jain (6):
+
+- `53c4553dd767 <https://github.com/open-power/skiboot/commit/53c4553dd767>`__
+ capp: Disable fast-reboot when capp is enabled
+- `a72d055d9337 <https://github.com/open-power/skiboot/commit/a72d055d9337>`__
+ capp: Make error in capp timebase sync a non-fatal error
+- `b1190f403248 <https://github.com/open-power/skiboot/commit/b1190f403248>`__
+ capp: Disable fast-reboot whenever enable\_capi\_mode() is called
+- `09b853cae0aa <https://github.com/open-power/skiboot/commit/09b853cae0aa>`__
+ capi: Poll Err/Status register during CAPP recovery
+- `1d7067e7a3f5 <https://github.com/open-power/skiboot/commit/1d7067e7a3f5>`__
+ phb4: Reset FIR/NFIR registers before PHB4 probe
+- `cfe9d4416aab <https://github.com/open-power/skiboot/commit/cfe9d4416aab>`__
+ core/cpu: Prevent clobbering of stack guard for boot-cpu
+
+Vasant Hegde (1):
+
+- `1dacecd2b28b <https://github.com/open-power/skiboot/commit/1dacecd2b28b>`__
+ core: Fix 'opal-runtime-size' property
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Erich Hauptli (4):
+
+- `6ca015dbd3e1 <https://github.com/open-power/witherspoon-xml/commit/6ca015dbd3e1>`__
+ Syncing MRW with op-release
+- `c10638fa2a83 <https://github.com/open-power/witherspoon-xml/commit/c10638fa2a83>`__
+ Switching back to OBus bucket 1
+- `500533412079 <https://github.com/open-power/witherspoon-xml/commit/500533412079>`__
+ TPM FRU Addition and WOF p2 enablement
+- `18591a3eba4f <https://github.com/open-power/witherspoon-xml/commit/18591a3eba4f>`__
+ Enabling OCC telemetry data logs
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adrian Barrera (4):
+
+- `ca689febb5a6 <https://github.com/open-power/zaius-xml/commit/ca689febb5a6>`__
+ Update EREPAIR attributes
+- `5e48835aacb1 <https://github.com/open-power/zaius-xml/commit/5e48835aacb1>`__
+ Update Obus PLL bucket to 25G
+- `a426841eeba2 <https://github.com/open-power/zaius-xml/commit/a426841eeba2>`__
+ Set Obus channel type to cable
+- `4b012a3d1da5 <https://github.com/open-power/zaius-xml/commit/4b012a3d1da5>`__
+ Add new 23c WOF table
diff --git a/_sources/release-notes/v2.0-rc1.rst.txt b/_sources/release-notes/v2.0-rc1.rst.txt
new file mode 100644
index 0000000..f0bd9a2
--- /dev/null
+++ b/_sources/release-notes/v2.0-rc1.rst.txt
@@ -0,0 +1,1407 @@
+Release Notes for OpenPower Firmware v2.0-rc1
+=============================================
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.0
+release. We expect to do a final v2.0 tagged release early May.
+
+The final op-build v2.0 release *is* intended for GA POWER9 platforms,
+and basing system firmware off "a modest derivative of op-build v2.0 or
+later" is part of the OpenPOWER Ready requirements.
+
+New defconfigs
+--------------
+
+These are really two defconfigs for two POWER9 platforms, where instead
+of the stable code tree of some components, they use the development
+trees. Unless you're wanting bleeding edge development code, don't use
+them.
+
+- p9dsu\_dev
+- witherspoon\_dev
+
+Updated Packages
+----------------
+
++------+----------------+----------------+----------------------------------------+
+| Pack | Old Version | New Version | Platforms |
+| age | | | |
++======+================+================+========================================+
+| capp | p9-dd2-v3 | p9-dd2-v4 | barreleye, firestone, garrison, |
+| -uco | | | habanero, p9dsu, palmetto, romulus, |
+| de | | | vesnin, witherspoon, zaius |
++------+----------------+----------------+----------------------------------------+
+| eude | 3.2.4 | 3.2.5 | barreleye, firenze, firestone, |
+| v | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| glib | glibc-2.26-107 | glibc-2.26-146 | barreleye, firenze, firestone, |
+| c | -g73a92363619e | -gd300041c533a | garrison, habanero, openpower\_mambo, |
+| | 52c458146e903d | 3d837c9f37a099 | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | fb9b1ba823aa40 | bcc95466860e98 | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| host | b51298075aee40 | d9bf361681e95e | p9dsu, romulus, witherspoon, zaius |
+| boot | 2dbcef485088cf | 82cd24856e58f9 | |
+| | a71a6ca61725 | 1df4ff4d1de4 | |
++------+----------------+----------------+----------------------------------------+
+| host | b339e05c57725c | 53aece69485a7c | barreleye, firestone, garrison, |
+| boot | f09b867d665269 | ea482b378549f8 | habanero, p9dsu, palmetto, romulus, |
+| -bin | 8aa2e3ab5f6a | c73113f99834 | vesnin, witherspoon, zaius |
+| arie | | | |
+| s | | | |
++------+----------------+----------------+----------------------------------------+
+| i2c- | 3.1.2 | 4.0 | pseries, vesnin |
+| tool | | | |
+| s | | | |
++------+----------------+----------------+----------------------------------------+
+| linu | 4.15.14 | 4.16.7 | barreleye, firenze, firestone, |
+| x | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| linu | a3a26af24e29c8 | 65b1c68c63f974 | barreleye, firenze, firestone, |
+| x-fi | 18ef9b56618560 | d72610db38dfae | garrison, habanero, openpower\_mambo, |
+| rmwa | 18e21a5c49fb | 49861117cae2 | openpower\_p9\_mambo, p9dsu, palmetto, |
+| re | | | pseries, romulus, witherspoon, zaius, |
+| | | | zz |
++------+----------------+----------------+----------------------------------------+
+| linu | 4.15.14 | 4.16.7 | barreleye, firenze, firestone, |
+| x-he | | | garrison, habanero, openpower\_mambo, |
+| ader | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| s | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| mach | fb5f9334aa0c30 | 32ce616ef80f5c | p9dsu |
+| ine- | 5f245615c30e8e | c3f128b3aa08fe | |
+| xml | 542b37f94091 | 50954a087888 | |
++------+----------------+----------------+----------------------------------------+
+| mach | 38ff4b8db62d43 | dda5b93d90b6e5 | vesnin |
+| ine- | e330fab404cd2b | 6fd3e94b0dfd25 | |
+| xml | 76bd35a4a062 | 5fa8f47409cb | |
++------+----------------+----------------+----------------------------------------+
+| mach | 18591a3eba4fc4 | 7cd20a6ac8fe3b | witherspoon |
+| ine- | 345daf630aaf44 | 693ccf50a5ab86 | |
+| xml | 12f1554a24cd | ce55ca994fdc | |
++------+----------------+----------------+----------------------------------------+
+| mach | 4b012a3d1da538 | a941f8b75cdcd4 | zaius |
+| ine- | b3fb97c332b6fc | 6caa6a7d821550 | |
+| xml | e51a6cffaf9a | 78cb4a176c55 | |
++------+----------------+----------------+----------------------------------------+
+| occ | 768466b31e853c | f741c41933c883 | p9dsu, romulus, witherspoon, zaius |
+| | b11dfa90dbfc15 | 5c5de75abe8402 | |
+| | 65a21ee9646e | e3c5d13d417e | |
++------+----------------+----------------+----------------------------------------+
+| open | dafcab48658b4d | f6d970c6a600a7 | barreleye, firestone, garrison, |
+| powe | e48e70c929b036 | e248fa5d604eb4 | habanero, p9dsu, palmetto, romulus, |
+| r-pn | 985dac7ef7b8 | 71db4482760b | vesnin, witherspoon, zaius |
+| or | | | |
++------+----------------+----------------+----------------------------------------+
+| rsyn | 3.1.2 | 3.1.3 | barreleye, firenze, firestone, |
+| c | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| sbe | 5c0363924c7d71 | 8e0105e5e964de | p9dsu, romulus, witherspoon, zaius |
+| | 0146155b3354b2 | 6e99e60a96ae3f | |
+| | 36012372dd24 | 3829efe02080 | |
++------+----------------+----------------+----------------------------------------+
+| skib | v5.11 | v6.0-rc2 | barreleye, firenze, firestone, |
+| oot | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| util | 2.31 | 2.31.1 | barreleye, firenze, firestone, |
+| -lin | | | garrison, habanero, openpower\_mambo, |
+| ux | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+
+New Packages
+------------
+
+*Note:* the presence of the occ package on ZZ is a bug, it is not used
+on that platform.
+
++------+------+------+
+| Pack | Vers | Plat |
+| age | ion | form |
+| | | s |
++======+======+======+
+| hcod | hw05 | p9ds |
+| e | 0318 | u,ro |
+| | a.op | mulu |
+| | 920 | s,wi |
+| | | ther |
+| | | spoo |
+| | | n,za |
+| | | ius |
++------+------+------+
+| libf | v5.1 | open |
+| lash | 0.1 | powe |
+| | | r\_p |
+| | | 9\_m |
+| | | ambo |
++------+------+------+
+| libz | 1.2. | barr |
+| lib | 11 | eley |
+| | | e,fi |
+| | | renz |
+| | | e,fi |
+| | | rest |
+| | | one, |
+| | | garr |
+| | | ison |
+| | | ,hab |
+| | | aner |
+| | | o,op |
+| | | enpo |
+| | | wer\ |
+| | | _mam |
+| | | bo,o |
+| | | penp |
+| | | ower |
+| | | \_p9 |
+| | | \_ma |
+| | | mbo, |
+| | | p9ds |
+| | | u,pa |
+| | | lmet |
+| | | to,p |
+| | | seri |
+| | | es,r |
+| | | omul |
+| | | us,v |
+| | | esni |
+| | | n,wi |
+| | | ther |
+| | | spoo |
+| | | n,za |
+| | | ius, |
+| | | zz |
++------+------+------+
+| occ | f741 | zz |
+| | c419 | |
+| | 33c8 | |
+| | 835c | |
+| | 5de7 | |
+| | 5abe | |
+| | 8402 | |
+| | e3c5 | |
+| | d13d | |
+| | 417e | |
++------+------+------+
+
+Removed Packages
+----------------
+
++------+------+------+
+| Pack | Vers | Plat |
+| age | ion | form |
+| | | s |
++======+======+======+
+| zlib | 1.2. | barr |
+| | 11 | eley |
+| | | e,fi |
+| | | renz |
+| | | e,fi |
+| | | rest |
+| | | one, |
+| | | garr |
+| | | ison |
+| | | ,hab |
+| | | aner |
+| | | o,op |
+| | | enpo |
+| | | wer\ |
+| | | _mam |
+| | | bo,o |
+| | | penp |
+| | | ower |
+| | | \_p9 |
+| | | \_ma |
+| | | mbo, |
+| | | p9ds |
+| | | u,pa |
+| | | lmet |
+| | | to,p |
+| | | seri |
+| | | es,r |
+| | | omul |
+| | | us,v |
+| | | esni |
+| | | n,wi |
+| | | ther |
+| | | spoo |
+| | | n,za |
+| | | ius, |
+| | | zz |
++------+------+------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `6d48b4dfd9cc <https://github.com/open-power/hostboot/commit/6d48b4dfd9cc>`__
+ Abist proc update for SBE changes
+
+Ben Gass (3):
+
+- `885dde53dea4 <https://github.com/open-power/hostboot/commit/885dde53dea4>`__
+ Turn off PB.IOO.LL0.CONFIG\_FAST\_ASYNC\_CROSS for Nimbus (HW409026)
+- `a26fde80a124 <https://github.com/open-power/hostboot/commit/a26fde80a124>`__
+ Adding Axone MC/MI/MCC/OMIC/OMI scom address translation.
+- `6527cd1f6ae2 <https://github.com/open-power/hostboot/commit/6527cd1f6ae2>`__
+ Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update
+
+Benjamin Weisenbeck (1):
+
+- `c6150efe43c8 <https://github.com/open-power/hostboot/commit/c6150efe43c8>`__
+ PRD: ABUS lane fail callout support
+
+Brian Bakke (2):
+
+- `4366e146c039 <https://github.com/open-power/hostboot/commit/4366e146c039>`__
+ Check for pending OCC messages on HBRT start in OpenPOWER
+- `667047773617 <https://github.com/open-power/hostboot/commit/667047773617>`__
+ Fix mismatch between logger and parser for Istep state info
+
+Brian Stegmiller (1):
+
+- `9e9ca8132513 <https://github.com/open-power/hostboot/commit/9e9ca8132513>`__
+ PRD: Mask SBE attention on HB recovery failure
+
+Chris Cain (2):
+
+- `db62cb5a72b8 <https://github.com/open-power/hostboot/commit/db62cb5a72b8>`__
+ HTMGT: memory throttle calculation fixes
+- `ae5e20e397bf <https://github.com/open-power/hostboot/commit/ae5e20e397bf>`__
+ HTMGT: Support AVSBus Config packet for Vdd Current roll over
+ workaround
+
+Christian Geddes (11):
+
+- `02f8995967cc <https://github.com/open-power/hostboot/commit/02f8995967cc>`__
+ Use SCOM to access Master Processor's SBE MSG register
+- `ba8c8bfc02ca <https://github.com/open-power/hostboot/commit/ba8c8bfc02ca>`__
+ sbe\_retry\_handler refactor
+- `d5ba4627b254 <https://github.com/open-power/hostboot/commit/d5ba4627b254>`__
+ Update hreset HWP to always use scoms during HBRT
+- `5192636a15d9 <https://github.com/open-power/hostboot/commit/5192636a15d9>`__
+ Hook up FSP runtime support for sbe\_retry\_handler (hreset path)
+- `7ee5536ef2a1 <https://github.com/open-power/hostboot/commit/7ee5536ef2a1>`__
+ Enable OpenPower SBE Vital Attention handler
+- `a4e9bdd5d47c <https://github.com/open-power/hostboot/commit/a4e9bdd5d47c>`__
+ Improve error handling when slave SBE fails to boot
+- `4f32915aa124 <https://github.com/open-power/hostboot/commit/4f32915aa124>`__
+ Clear perv scrach register prior to triggering HRESET
+- `4b25a2be9395 <https://github.com/open-power/hostboot/commit/4b25a2be9395>`__
+ PM: Clean up PM Reset and PM Complex Suspend
+- `c933337513bf <https://github.com/open-power/hostboot/commit/c933337513bf>`__
+ Change all FAPI\_INVOKE calls to be FAPI\_EXEC in sbe\_retry\_handler
+- `0e7f35fb549d <https://github.com/open-power/hostboot/commit/0e7f35fb549d>`__
+ Improve linking of PLIDs for sbe\_retry\_handler
+- `c78530bd2994 <https://github.com/open-power/hostboot/commit/c78530bd2994>`__
+ Change sbe restart fail hwCallouts from GARDs to DECONFIG
+
+Christian R. Geddes (1):
+
+- `1c4c810a584f <https://github.com/open-power/hostboot/commit/1c4c810a584f>`__
+ Revert "Clear perv scrach register prior to triggering HRESET"
+
+Claus Michael Olsen (2):
+
+- `e286748a94bd <https://github.com/open-power/hostboot/commit/e286748a94bd>`__
+ Code restruct: ring\_apply
+- `84909fd0daf7 <https://github.com/open-power/hostboot/commit/84909fd0daf7>`__
+ Update to ifCompiler to produce \*.bitsModified Care for PLL filter
+ rings
+
+Dan Crowell (3):
+
+- `d8765b43b7ad <https://github.com/open-power/hostboot/commit/d8765b43b7ad>`__
+ Move VPD cache invalidation in mfgmode after we save it for HBRT
+- `38ec7768b236 <https://github.com/open-power/hostboot/commit/38ec7768b236>`__
+ Log Hostboot state information in all error logs
+- `dc1414817351 <https://github.com/open-power/hostboot/commit/dc1414817351>`__
+ Enable super-long watchdog timer when console traces are enabled
+
+Daniel Howe (1):
+
+- `bd3148541fc2 <https://github.com/open-power/hostboot/commit/bd3148541fc2>`__
+ Update settings to allow xlink psave
+
+Elizabeth Liner (2):
+
+- `c5ca811838da <https://github.com/open-power/hostboot/commit/c5ca811838da>`__
+ Updating ATTR\_PROC\_CHIP\_MEM\_TO\_USE to use all bits of group and
+ chip ID
+- `a027c49b4ca5 <https://github.com/open-power/hostboot/commit/a027c49b4ca5>`__
+ Temporarily moving attribute to the system target
+
+Ilya Smirnov (5):
+
+- `e3bff0327790 <https://github.com/open-power/hostboot/commit/e3bff0327790>`__
+ Pass SBE Security Backdoor Bit to HB Bootloader
+- `8d6e983693fc <https://github.com/open-power/hostboot/commit/8d6e983693fc>`__
+ Reset Security Override Flag During Key Transition
+- `da8911ce095a <https://github.com/open-power/hostboot/commit/da8911ce095a>`__
+ Secure Boot: Support Phyp debug flag in HDAT
+- `093052dd5cfa <https://github.com/open-power/hostboot/commit/093052dd5cfa>`__
+ Always Lock Down SBE SEEPROM After SBE Update
+- `678397bf9094 <https://github.com/open-power/hostboot/commit/678397bf9094>`__
+ Mark Read-Only Partitions as Such
+
+Jayashankar Padath (1):
+
+- `f0c194784d98 <https://github.com/open-power/hostboot/commit/f0c194784d98>`__
+ HDAT : Change in feature flag structures for Rugby
+
+Jaymes Wilks (2):
+
+- `be5361032953 <https://github.com/open-power/hostboot/commit/be5361032953>`__
+ Propagate TPM information into HDAT on non-master nodes
+- `f7a5aa5bec0d <https://github.com/open-power/hostboot/commit/f7a5aa5bec0d>`__
+ Disable tolerating blacklist violations
+
+Jeremy Neaton (2):
+
+- `b10263aeedd3 <https://github.com/open-power/hostboot/commit/b10263aeedd3>`__
+ TSV Updates for CL14 Support
+- `576c380539b2 <https://github.com/open-power/hostboot/commit/576c380539b2>`__
+ tWR\_MPR fix for DDR4 RDIMM initialization
+
+Joe McGill (5):
+
+- `523de826a22e <https://github.com/open-power/hostboot/commit/523de826a22e>`__
+ configure Cumulus MC inband logic to pass host/occ bit under BAR
+- `3a4e19354e06 <https://github.com/open-power/hostboot/commit/3a4e19354e06>`__
+ move xlink psave configuration to SBE
+- `3514216fef13 <https://github.com/open-power/hostboot/commit/3514216fef13>`__
+ relocate Centaur trace SCOM inits
+- `7a4cb95b51a4 <https://github.com/open-power/hostboot/commit/7a4cb95b51a4>`__
+ p9\_xip\_customize -- consume correct byte for AW keyword PLL bucket
+ selector
+- `1bad3f82392c <https://github.com/open-power/hostboot/commit/1bad3f82392c>`__
+ FIR updates to match XML changes in 56335
+
+Luke Mulkey (1):
+
+- `e0ebdc3d68b7 <https://github.com/open-power/hostboot/commit/e0ebdc3d68b7>`__
+ Add unmask errors back to cen\_framelock
+
+Marty Gloff (6):
+
+- `fef105cbd664 <https://github.com/open-power/hostboot/commit/fef105cbd664>`__
+ Resolve NodeInfo Naming Conflict
+- `c39a13d91dae <https://github.com/open-power/hostboot/commit/c39a13d91dae>`__
+ Disable Multi-Node Sync System Attributes
+- `379efca3b8ff <https://github.com/open-power/hostboot/commit/379efca3b8ff>`__
+ Support multiple nodes in HBRT - Update Functions
+- `519b09db143e <https://github.com/open-power/hostboot/commit/519b09db143e>`__
+ Support multiple nodes in HBRT - Concurrent Code Update
+- `7383c3a4fbaf <https://github.com/open-power/hostboot/commit/7383c3a4fbaf>`__
+ Get Hostboot Dump after Hostboot Crash
+- `67de094e51e2 <https://github.com/open-power/hostboot/commit/67de094e51e2>`__
+ Support multiple nodes in HBRT - Remove Single Node Items
+
+Matt Derksen (1):
+
+- `1e784c03824d <https://github.com/open-power/hostboot/commit/1e784c03824d>`__
+ Handle early life PNOR fails in HBRT instead of hanging
+
+Mike Baiocchi (2):
+
+- `502258b17bd9 <https://github.com/open-power/hostboot/commit/502258b17bd9>`__
+ Reduce Console Output Trace from PNOR component in OpenPower
+- `deebbaaca28f <https://github.com/open-power/hostboot/commit/deebbaaca28f>`__
+ Rediscover I2C Targets after Host I2C Reset
+
+Nick Bofferding (2):
+
+- `db9ded1e83f4 <https://github.com/open-power/hostboot/commit/db9ded1e83f4>`__
+ Secure Boot: Introduce key transition state node attribute
+- `6dc8fa90d74b <https://github.com/open-power/hostboot/commit/6dc8fa90d74b>`__
+ SBE Update: Don't alter HBB partition when customizing SBE image
+
+Nick Klazynski (2):
+
+- `a05bb0e51854 <https://github.com/open-power/hostboot/commit/a05bb0e51854>`__
+ TM workaround for HW443982
+- `75ca8b023678 <https://github.com/open-power/hostboot/commit/75ca8b023678>`__
+ Workarounds for HW447585 and HW447589
+
+Prasad Bg Ranganath (1):
+
+- `fd32e9b7f2cf <https://github.com/open-power/hostboot/commit/fd32e9b7f2cf>`__
+ WOF: Bad IQ data needs to be filtered out
+
+Rahul Batra (3):
+
+- `b77925c8ae2d <https://github.com/open-power/hostboot/commit/b77925c8ae2d>`__
+ PM: Generated Vratio/Vindex tables
+- `da512cac4ed4 <https://github.com/open-power/hostboot/commit/da512cac4ed4>`__
+ PGPE: Error Handling Support
+- `d9bf361681e9 <https://github.com/open-power/hostboot/commit/d9bf361681e9>`__
+ PM: Fixes for Livelock Scenarios
+
+Ricardo Mata (1):
+
+- `ff5baffa4dab <https://github.com/open-power/hostboot/commit/ff5baffa4dab>`__
+ Updated pcie\_scominit and pcie\_config to manage systems not using
+ PEC STACK0.
+
+Richard J. Knight (2):
+
+- `7f2227c3015a <https://github.com/open-power/hostboot/commit/7f2227c3015a>`__
+ Fix transposed memset arguments in p9\_dd\_add
+- `43fcef0d5e37 <https://github.com/open-power/hostboot/commit/43fcef0d5e37>`__
+ Remove un-used scan procedures
+
+Rick Ward (2):
+
+- `ad517636c3d0 <https://github.com/open-power/hostboot/commit/ad517636c3d0>`__
+ Verify deconfig-by-association assumptions still apply to CDIMM
+ scenario.
+- `2e3def0e5420 <https://github.com/open-power/hostboot/commit/2e3def0e5420>`__
+ zero length dump on single node systems
+
+SWATHI M. BHATTIPROLU (1):
+
+- `52d15635dfc7 <https://github.com/open-power/hostboot/commit/52d15635dfc7>`__
+ Revert "Verify frequency attributes across nodes"
+
+Sampa Misra (1):
+
+- `975baaed3aa8 <https://github.com/open-power/hostboot/commit/975baaed3aa8>`__
+ Remove seeprom entry from host i2c data structures reported by HDAT
+
+Soma BhanuTej (4):
+
+- `bde38b587bd2 <https://github.com/open-power/hostboot/commit/bde38b587bd2>`__
+ Update to fix ekb master
+- `0775540e33cc <https://github.com/open-power/hostboot/commit/0775540e33cc>`__
+ p9\_sbe\_lpc\_init: Fix cycle sim delay loop
+- `c1ed2565ebcf <https://github.com/open-power/hostboot/commit/c1ed2565ebcf>`__
+ Enhance p9\_extract\_sbe\_rc
+- `fbda730111e2 <https://github.com/open-power/hostboot/commit/fbda730111e2>`__
+ BugFix in progm exception & update brief info
+
+Srikantha Meesala (1):
+
+- `211b0cb9d447 <https://github.com/open-power/hostboot/commit/211b0cb9d447>`__
+ Wrong value for MSS\_MRW\_IDLE\_POWER\_CONTROL\_REQUESTED
+
+Stephen Glancy (3):
+
+- `717ac2a28f55 <https://github.com/open-power/hostboot/commit/717ac2a28f55>`__
+ Moves count\_dimm to be in the memory generic folder
+- `ad4459feb84a <https://github.com/open-power/hostboot/commit/ad4459feb84a>`__
+ Adds blank files for DMI IO
+- `6ff6218309c0 <https://github.com/open-power/hostboot/commit/6ff6218309c0>`__
+ Fixes DLL error checking to be the highest priority FIR
+
+Swathi Madhuri Bhattiprolu (1):
+
+- `571e1d84dfe5 <https://github.com/open-power/hostboot/commit/571e1d84dfe5>`__
+ Verify frequency attributes across nodes
+
+Thi Tran (1):
+
+- `742640c460c6 <https://github.com/open-power/hostboot/commit/742640c460c6>`__
+ Unmask MCA Command Sequence error bit
+
+Tsung Yeung (1):
+
+- `8e5461d3b360 <https://github.com/open-power/hostboot/commit/8e5461d3b360>`__
+ Includes NVDIMM in workaround for self-time refresh
+
+Vasant Hegde (3):
+
+- `89f920529649 <https://github.com/open-power/hostboot/commit/89f920529649>`__
+ dump: Add support for dump source address zero
+- `9a3aa40a7a17 <https://github.com/open-power/hostboot/commit/9a3aa40a7a17>`__
+ Add support to find relocated payload base address
+- `b90ed8f11eac <https://github.com/open-power/hostboot/commit/b90ed8f11eac>`__
+ dump: Copy data type field from MDST table to MDRT table
+
+Zane Shelley (10):
+
+- `dd26705781d3 <https://github.com/open-power/hostboot/commit/dd26705781d3>`__
+ PRD: updates from OBUS FIR reviews
+- `58b9dd72866a <https://github.com/open-power/hostboot/commit/58b9dd72866a>`__
+ PRD: support getMemAddrRange() for MBA targets and DIMMs
+- `ad8ec727bc7f <https://github.com/open-power/hostboot/commit/ad8ec727bc7f>`__
+ PRD: super fast read command support for MBA
+- `d026d31c923e <https://github.com/open-power/hostboot/commit/d026d31c923e>`__
+ PRD: enable predictive dynamic memory deallocation
+- `da885e721ccc <https://github.com/open-power/hostboot/commit/da885e721ccc>`__
+ PRD: DMD support for 3/6 MC/grp configs
+- `2000b276f2ea <https://github.com/open-power/hostboot/commit/2000b276f2ea>`__
+ PRD: VCM/TPS/BG scrub commands support for MBA
+- `e772c3f7a100 <https://github.com/open-power/hostboot/commit/e772c3f7a100>`__
+ PRD: enable MemEcc::handleMemUe() for MBA
+- `2e0c329836ca <https://github.com/open-power/hostboot/commit/2e0c329836ca>`__
+ PRD: Circumvent DMD address ranges for 3/6 MC/group configs
+- `0be5926ed8ad <https://github.com/open-power/hostboot/commit/0be5926ed8ad>`__
+ PRD: capture NPU FIRs only on attention from NPU FIRs
+- `293a8d981da8 <https://github.com/open-power/hostboot/commit/293a8d981da8>`__
+ PRD: set INTCQFIR[27:29] to threshold\_and\_mask\_self
+
+manichow (1):
+
+- `3661916096ea <https://github.com/open-power/hostboot/commit/3661916096ea>`__
+ Solution for proc\_tod\_setup during MPIPL.
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (1):
+
+- `8b4877df0760 <https://github.com/open-power/occ/commit/8b4877df0760>`__
+ Increase pgpe clip timeout to 500us
+
+Chris Cain (2):
+
+- `b3a2f75d837f <https://github.com/open-power/occ/commit/b3a2f75d837f>`__
+ Fix DIMM overtemp bitmap and and trace updates
+- `da6e77f81deb <https://github.com/open-power/occ/commit/da6e77f81deb>`__
+ Use Turbo for max frequency until WOF is fully enabled
+
+Doug Gilbert (2):
+
+- `1bbbfec92b3a <https://github.com/open-power/occ/commit/1bbbfec92b3a>`__
+ P9 Centaur sensor support
+- `1bf5605f1d80 <https://github.com/open-power/occ/commit/1bf5605f1d80>`__
+ OCC Centaur disable deadman timer and clean up code
+
+Douglas Gilbert (3):
+
+- `437c82070808 <https://github.com/open-power/occ/commit/437c82070808>`__
+ OCC Centaur enable deadman timer
+- `61cd385caa63 <https://github.com/open-power/occ/commit/61cd385caa63>`__
+ OCC Centaur: Check for channel checkstop
+- `ba4bad1ee5d6 <https://github.com/open-power/occ/commit/ba4bad1ee5d6>`__
+ Fix reading EMPATH data from fused odd numbered cores
+
+Sumit Kumar (1):
+
+- `8aa6ad0942ef <https://github.com/open-power/occ/commit/8aa6ad0942ef>`__
+ 24x7 gpe1: Added version structure
+
+William Bryan (5):
+
+- `bd605ba0a030 <https://github.com/open-power/occ/commit/bd605ba0a030>`__
+ Memory Throttle Sensors RTC:131184
+- `d16e7d09c78d <https://github.com/open-power/occ/commit/d16e7d09c78d>`__
+ Minor fix for GPU reset SM and more FFDC
+- `6c9f28ebe259 <https://github.com/open-power/occ/commit/6c9f28ebe259>`__
+ Fix compile issue in op-build environment
+- `943641092d82 <https://github.com/open-power/occ/commit/943641092d82>`__
+ Update GPE1 Binary 4/24
+- `f741c41933c8 <https://github.com/open-power/occ/commit/f741c41933c8>`__
+ Update GPE1 Binary 5/3/18
+
+mbroyles (6):
+
+- `c8538f3c894d <https://github.com/open-power/occ/commit/c8538f3c894d>`__
+ Regulator N mode support
+- `b57b1a9333a5 <https://github.com/open-power/occ/commit/b57b1a9333a5>`__
+ Prevent Nimbus tasks from running prior to knowing memory type
+- `bee2601c92b3 <https://github.com/open-power/occ/commit/bee2601c92b3>`__
+ Remove disable of Pstates on a transition to standby state
+- `4f49f6351fa3 <https://github.com/open-power/occ/commit/4f49f6351fa3>`__
+ AVSBus Vdd Current roll over workaround
+- `e9726b77dfc6 <https://github.com/open-power/occ/commit/e9726b77dfc6>`__
+ Fix using UT before WOF is fully enabled when running with OPAL
+- `cd30b100eee0 <https://github.com/open-power/occ/commit/cd30b100eee0>`__
+ Don't return APSS channel data for GPUs not present
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+jim (9):
+
+- `9c0912f79571 <https://github.com/open-power/p9dsu-xml/commit/9c0912f79571>`__
+ Update APSS OFFSET and GAIN for Boston LC
+- `1ac7841b184a <https://github.com/open-power/p9dsu-xml/commit/1ac7841b184a>`__
+ Set EREPAIR\_THRESHOLD
+- `df58ab831bf9 <https://github.com/open-power/p9dsu-xml/commit/df58ab831bf9>`__
+ add lane\_reversal for the issue 2U WIO slot2 does not recognize x1
+ PCIe adapter. Github issue #134
+- `8bfd5dbd2f75 <https://github.com/open-power/p9dsu-xml/commit/8bfd5dbd2f75>`__
+ add lane\_reversal for CPU1 PEC1 phb1 to fix 2U LC WIO-R does not
+ recognize x4 eth adapter. Github issue #692.
+- `661a8de7950a <https://github.com/open-power/p9dsu-xml/commit/661a8de7950a>`__
+ Raise hard minimum power cap. OPEN\_POWER\_MIN\_POWER\_CAP\_WATTS =
+ 1550.
+- `11e33025809f <https://github.com/open-power/p9dsu-xml/commit/11e33025809f>`__
+ Make room for additional turbo WOF tables. Github issue #1080. remove
+ for the wofdata folder: WOF\_V6\_1\_0\_SFORZA\_20\_160\_1900.csv
+ WOF\_V6\_1\_0\_SFORZA\_20\_170\_2100.csv
+- `d9b090dd0da2 <https://github.com/open-power/p9dsu-xml/commit/d9b090dd0da2>`__
+ XML from Ben. SUPPORTED\_STOP\_STATES = 0xEC100000
+ SYSTEM\_WOF\_DISABLE = OFF SYSTEM\_VDM\_DISABLE = OFF
+ WOF\_ENABLE\_VRATIO = CALCULATED WOF\_VRATIO\_SELECT = ACTIVE\_CORES
+ WOF\_POWER\_LIMIT = TURBO
+- `7948ad44db3c <https://github.com/open-power/p9dsu-xml/commit/7948ad44db3c>`__
+ disable stop 11.
+- `32ce616ef80f <https://github.com/open-power/p9dsu-xml/commit/32ce616ef80f>`__
+ lane\_reversal on cpu1 pec2. revert the change made for issue #134
+ and add the correct one.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `aa3958c83f6e <https://github.com/open-power/sbe/commit/aa3958c83f6e>`__
+ Abist proc update for SBE changes
+
+Ben Gass (2):
+
+- `ccb729fc8272 <https://github.com/open-power/sbe/commit/ccb729fc8272>`__
+ Turn off PB.IOO.LL0.CONFIG\_FAST\_ASYNC\_CROSS for Nimbus (HW409026)
+- `85afccc45331 <https://github.com/open-power/sbe/commit/85afccc45331>`__
+ Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update
+
+Christian Geddes (1):
+
+- `be9f291604d8 <https://github.com/open-power/sbe/commit/be9f291604d8>`__
+ PM: Clean up PM Reset and PM Complex Suspend
+
+Claus Michael Olsen (1):
+
+- `b6c3a885a1ff <https://github.com/open-power/sbe/commit/b6c3a885a1ff>`__
+ Code restruct: ring\_apply
+
+Elizabeth Liner (2):
+
+- `ad85537c7c36 <https://github.com/open-power/sbe/commit/ad85537c7c36>`__
+ Updating ATTR\_PROC\_CHIP\_MEM\_TO\_USE to use all bits of group and
+ chip ID
+- `6415b1f1bc29 <https://github.com/open-power/sbe/commit/6415b1f1bc29>`__
+ Temporarily moving attribute to the system target
+
+Ilya Smirnov (1):
+
+- `0883fb85d489 <https://github.com/open-power/sbe/commit/0883fb85d489>`__
+ Pass SBE Security Backdoor Bit to HB Bootloader
+
+Jenny Huynh (1):
+
+- `d2cdf116e9ba <https://github.com/open-power/sbe/commit/d2cdf116e9ba>`__
+ HW438727 Disable clockgate to allow correct ODL error reporting
+
+Joe McGill (2):
+
+- `1afdc244e220 <https://github.com/open-power/sbe/commit/1afdc244e220>`__
+ move xlink psave configuration to SBE
+- `6d4731168c57 <https://github.com/open-power/sbe/commit/6d4731168c57>`__
+ security whitelist -- add X0 instance of DL IOE control register
+
+Nick Klazynski (2):
+
+- `c4c918c09a63 <https://github.com/open-power/sbe/commit/c4c918c09a63>`__
+ TM workaround for HW443982
+- `8e0105e5e964 <https://github.com/open-power/sbe/commit/8e0105e5e964>`__
+ Workarounds for HW447585 and HW447589
+
+Rahul Batra (2):
+
+- `6b765f17d223 <https://github.com/open-power/sbe/commit/6b765f17d223>`__
+ PGPE: Error Handling Support
+- `26a37e4d6c82 <https://github.com/open-power/sbe/commit/26a37e4d6c82>`__
+ PM: Fixes for Livelock Scenarios
+
+Raja Das (2):
+
+- `cd490739c957 <https://github.com/open-power/sbe/commit/cd490739c957>`__
+ Scommable check before L2/L3 Purge in MPIPL Path
+- `6efa7f05b7f4 <https://github.com/open-power/sbe/commit/6efa7f05b7f4>`__
+ S0/S1 enabled for SBE
+
+Richard J. Knight (2):
+
+- `b18d2e584159 <https://github.com/open-power/sbe/commit/b18d2e584159>`__
+ Fix missing set\_XX method for sbeTarget callout
+- `395fbf43f556 <https://github.com/open-power/sbe/commit/395fbf43f556>`__
+ Fix transposed memset arguments in p9\_dd\_add
+
+Sachin Gupta (4):
+
+- `e5725003060d <https://github.com/open-power/sbe/commit/e5725003060d>`__
+ Update backing build
+- `3caeecc05393 <https://github.com/open-power/sbe/commit/3caeecc05393>`__
+ Updated backing build
+- `80ef172f2091 <https://github.com/open-power/sbe/commit/80ef172f2091>`__
+ Clear TPM deconfig bit during MPIPL
+- `ba1d21e6905c <https://github.com/open-power/sbe/commit/ba1d21e6905c>`__
+ Update sbe-debug tool to use ecc\_enable option
+
+Shakeeb A. Pasha B K (1):
+
+- `783b420403b7 <https://github.com/open-power/sbe/commit/783b420403b7>`__
+ Revert "SBE Space optimisation" by moving ramming to pibmem
+
+Soma BhanuTej (2):
+
+- `2b6b4a8bfc02 <https://github.com/open-power/sbe/commit/2b6b4a8bfc02>`__
+ Mask off bit 26 of TP\_LFIR on FSP machines
+- `48ec2a531382 <https://github.com/open-power/sbe/commit/48ec2a531382>`__
+ p9\_sbe\_lpc\_init: Fix cycle sim delay loop
+
+Sumit Kumar (1):
+
+- `8a161b11a539 <https://github.com/open-power/sbe/commit/8a161b11a539>`__
+ conv\_rel\_branch.pl - Fix to pick up latest fips release for master
+
+Thi Tran (1):
+
+- `0c497af5150b <https://github.com/open-power/sbe/commit/0c497af5150b>`__
+ Do not apply HW414958 to Axone
+
+spashabk-in (4):
+
+- `34e4e8a29c90 <https://github.com/open-power/sbe/commit/34e4e8a29c90>`__
+ Restructure capabilites structure
+- `90d4e4428735 <https://github.com/open-power/sbe/commit/90d4e4428735>`__
+ PSU get capabilities chip-op
+- `c10e17d5baea <https://github.com/open-power/sbe/commit/c10e17d5baea>`__
+ Run simics intially till SBE is booted
+- `7af798e9e32e <https://github.com/open-power/sbe/commit/7af798e9e32e>`__
+ Update backing build
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Alistair Popple (1):
+
+- `0a4d0519a5a2 <https://github.com/open-power/skiboot/commit/0a4d0519a5a2>`__
+ hw/npu2.c: Remove static configuration of NPU2 register
+
+Anton Blanchard (2):
+
+- `3ef38a3895e6 <https://github.com/open-power/skiboot/commit/3ef38a3895e6>`__
+ SLW: Fix mambo boot to use stop states
+- `c5bff438b7db <https://github.com/open-power/skiboot/commit/c5bff438b7db>`__
+ mambo: Enable XER CA32 and OV32 bits on P9
+
+Balbir Singh (2):
+
+- `bdd925aabbbb <https://github.com/open-power/skiboot/commit/bdd925aabbbb>`__
+ mambo/mambo\_utils.tcl: Inject an MCE at a specified address
+- `2947eaa14e77 <https://github.com/open-power/skiboot/commit/2947eaa14e77>`__
+ npu2/hw-procedures: fence bricks on GPU reset
+
+Balbir singh (2):
+
+- `ac59ecec5ca8 <https://github.com/open-power/skiboot/commit/ac59ecec5ca8>`__
+ external/mambo: simplify implementation of di
+- `44f2f839f433 <https://github.com/open-power/skiboot/commit/44f2f839f433>`__
+ doc: cosmetic fixup of reference to stale header
+
+Benjamin Herrenschmidt (10):
+
+- `bca7c02f519d <https://github.com/open-power/skiboot/commit/bca7c02f519d>`__
+ pcie-slot: Don't fail powering on an already on switch
+- `e6bca4a0aa98 <https://github.com/open-power/skiboot/commit/e6bca4a0aa98>`__
+ phb4: Quieten and improve "Timeout waiting for electrical link"
+- `9c21cae5aac4 <https://github.com/open-power/skiboot/commit/9c21cae5aac4>`__
+ interrupts: Create an "interrupts" property in the OPAL node
+- `434462864bdc <https://github.com/open-power/skiboot/commit/434462864bdc>`__
+ opal/hmi: Don't re-read HMER multiple times
+- `a9d92e24d4b2 <https://github.com/open-power/skiboot/commit/a9d92e24d4b2>`__
+ opal/hmi: Remove races in clearing HMER
+- `88abbe212c04 <https://github.com/open-power/skiboot/commit/88abbe212c04>`__
+ opal/hmi: Add a new opal\_handle\_hmi2 that returns direct info to
+ Linux
+- `2a6a38eba6df <https://github.com/open-power/skiboot/commit/2a6a38eba6df>`__
+ opal/hmi: Move timer related error handling to a separate function
+- `099801d775ee <https://github.com/open-power/skiboot/commit/099801d775ee>`__
+ opal/hmi: Don't bother passing HMER to pre-recovery cleanup
+- `674f7696f7c1 <https://github.com/open-power/skiboot/commit/674f7696f7c1>`__
+ opal/hmi: Rework HMI handling of TFAC errors
+- `df98e55e50a3 <https://github.com/open-power/skiboot/commit/df98e55e50a3>`__
+ external: Add "lpc" tool
+
+Christophe Lombard (1):
+
+- `4d359aaac987 <https://github.com/open-power/skiboot/commit/4d359aaac987>`__
+ capi: Keep the current mmio windows in the mbt cache table.
+
+Claudio Carvalho (1):
+
+- `4ca5fac2c3b3 <https://github.com/open-power/skiboot/commit/4ca5fac2c3b3>`__
+ hdata/tpmrel: detect tpm not present by looking up the stinfo->status
+
+Cyril Bur (20):
+
+- `267e65357c2e <https://github.com/open-power/skiboot/commit/267e65357c2e>`__
+ external/ffspart: Allow # comments in input file
+- `60b8ea49c8a6 <https://github.com/open-power/skiboot/commit/60b8ea49c8a6>`__
+ libffs: Standardise ffs partition flags
+- `2b9ae3ab9e53 <https://github.com/open-power/skiboot/commit/2b9ae3ab9e53>`__
+ external/pflash: Use ffs\_entry\_user\_to\_string() to standardise
+ flag strings
+- `07426f41d24d <https://github.com/open-power/skiboot/commit/07426f41d24d>`__
+ libflash/libffs: Add setter for a partitions actual size
+- `6d2ba68ee684 <https://github.com/open-power/skiboot/commit/6d2ba68ee684>`__
+ libflash/libffs: ffs\_close() should use ffs\_hdr\_free()
+- `91099dacc6c9 <https://github.com/open-power/skiboot/commit/91099dacc6c9>`__
+ external/ffspart: Remove side, order and backup options
+- `0673f6282422 <https://github.com/open-power/skiboot/commit/0673f6282422>`__
+ libflash/libffs: Always add entries to the end of the TOC
+- `14ed1a2d7611 <https://github.com/open-power/skiboot/commit/14ed1a2d7611>`__
+ libflash/libffs: Remove the 'sides' from the FFS TOC generation code
+- `0744faa83a1b <https://github.com/open-power/skiboot/commit/0744faa83a1b>`__
+ libflash/libffs: Remove backup partition from TOC generation code
+- `3d47dbb4fb8d <https://github.com/open-power/skiboot/commit/3d47dbb4fb8d>`__
+ libflash/libffs: Switch to storing header entries in an array
+- `79316cb6aca6 <https://github.com/open-power/skiboot/commit/79316cb6aca6>`__
+ libflash/libffs: Refcount ffs entries
+- `1622957255a6 <https://github.com/open-power/skiboot/commit/1622957255a6>`__
+ libflash/libffs: Allow caller to specifiy header partition
+- `9bd1bef2e583 <https://github.com/open-power/skiboot/commit/9bd1bef2e583>`__
+ external/ffspart: Use new interface
+- `14cefe11f745 <https://github.com/open-power/skiboot/commit/14cefe11f745>`__
+ libffs: Fix bad checks for partition overlap
+- `c92905e1c139 <https://github.com/open-power/skiboot/commit/c92905e1c139>`__
+ external/ffspart: Improve error output
+- `ba3bebb3a417 <https://github.com/open-power/skiboot/commit/ba3bebb3a417>`__
+ gitignore: Add stb test kernel files
+- `07c4573d0678 <https://github.com/open-power/skiboot/commit/07c4573d0678>`__
+ libflash/ecc: Add functions to deal with unaligned ECC memcpy
+- `f7713517d90a <https://github.com/open-power/skiboot/commit/f7713517d90a>`__
+ libflash/ecc: Add helpers to align a position within an ecc buffer
+- `3df9b3cc82cd <https://github.com/open-power/skiboot/commit/3df9b3cc82cd>`__
+ libflash/blocklevel: Return region start from ecc\_protected()
+- `5616c42d900a <https://github.com/open-power/skiboot/commit/5616c42d900a>`__
+ libflash/blocklevel: Make read/write be ECC agnostic for callers
+
+Frederic Barrat (2):
+
+- `9067098cfef9 <https://github.com/open-power/skiboot/commit/9067098cfef9>`__
+ npu2-opencapi: Fix 'link internal error' FIR, take 1
+- `943a1aff363e <https://github.com/open-power/skiboot/commit/943a1aff363e>`__
+ npu2-opencapi: Fix 'link internal error' FIR, take 2
+
+Jim Yuan (3):
+
+- `0764893eecb7 <https://github.com/open-power/skiboot/commit/0764893eecb7>`__
+ p9dsu: change esel command from AMI to IBM 0x3a.
+- `3837226ceb35 <https://github.com/open-power/skiboot/commit/3837226ceb35>`__
+ p9dsu: add pci slot table for Boston LC 1U/2U and Boston LA/ESS.
+- `c31cb73d8edb <https://github.com/open-power/skiboot/commit/c31cb73d8edb>`__
+ p9dsu: add slot power limit.
+
+Joel Stanley (24):
+
+- `379ec78e3da9 <https://github.com/open-power/skiboot/commit/379ec78e3da9>`__
+ Makefile: Make it easier to find the docs
+- `1d724fa588bc <https://github.com/open-power/skiboot/commit/1d724fa588bc>`__
+ init: Fix trailing bracket in "Starting kernel"
+- `973391504789 <https://github.com/open-power/skiboot/commit/973391504789>`__
+ tests: Specfiy Qemu with a single environment variable
+- `7a8214eeb1c5 <https://github.com/open-power/skiboot/commit/7a8214eeb1c5>`__
+ sreset\_world: re-enable the non-stb build
+- `1f1b3b4ed204 <https://github.com/open-power/skiboot/commit/1f1b3b4ed204>`__
+ Makefile: Put some ppc options behind try-cflag tests
+- `97cb32538ac0 <https://github.com/open-power/skiboot/commit/97cb32538ac0>`__
+ Makefile: Add additional flags when using clang
+- `777de50ec256 <https://github.com/open-power/skiboot/commit/777de50ec256>`__
+ Makefile: Disable warnings to make clang happy
+- `4640e703d307 <https://github.com/open-power/skiboot/commit/4640e703d307>`__
+ asm: Fix up assembly for clang
+- `1fdca4a29c36 <https://github.com/open-power/skiboot/commit/1fdca4a29c36>`__
+ libflash/ecc: Remove hand rolled parity asm
+- `8d4fa16d384e <https://github.com/open-power/skiboot/commit/8d4fa16d384e>`__
+ processor.h: implement sndmsg instructions
+- `9dfebfc20485 <https://github.com/open-power/skiboot/commit/9dfebfc20485>`__
+ Makefile: Use LD to link the final binary
+- `1a79069cfdfa <https://github.com/open-power/skiboot/commit/1a79069cfdfa>`__
+ Fix asm-offsets generation
+- `4216f2fb7b31 <https://github.com/open-power/skiboot/commit/4216f2fb7b31>`__
+ pci-quirk: Fix initiliser warning
+- `cd2c3b097e21 <https://github.com/open-power/skiboot/commit/cd2c3b097e21>`__
+ imc: Remove extra parentheses in test
+- `854bf69e1c7d <https://github.com/open-power/skiboot/commit/854bf69e1c7d>`__
+ fsp: Fix msg vaargs usage
+- `f8ee10ee9505 <https://github.com/open-power/skiboot/commit/f8ee10ee9505>`__
+ opal-ci: Add Ubuntu 18.04
+- `f033219b73f9 <https://github.com/open-power/skiboot/commit/f033219b73f9>`__
+ opal-ci: Additionally build with clang on Ubuntu 18.04
+- `62348fd4990b <https://github.com/open-power/skiboot/commit/62348fd4990b>`__
+ opal-ci: Build qemu from Cedric's powernv-2.12 branch
+- `5fc61b486801 <https://github.com/open-power/skiboot/commit/5fc61b486801>`__
+ opal-ci: 18.04: Go back to updating before installing packages
+- `ef280be1657a <https://github.com/open-power/skiboot/commit/ef280be1657a>`__
+ qemu-debian-test: Remove unusable hda option
+- `a565a2837a60 <https://github.com/open-power/skiboot/commit/a565a2837a60>`__
+ test: Simplify build process for hello and sreset tests
+- `09c19b98781e <https://github.com/open-power/skiboot/commit/09c19b98781e>`__
+ Makefile: be precise about clang target
+- `f2d36bc08e82 <https://github.com/open-power/skiboot/commit/f2d36bc08e82>`__
+ opal-ci: Remove unwanted .orig file
+- `a0807ab01b37 <https://github.com/open-power/skiboot/commit/a0807ab01b37>`__
+ Makefile: Fix building natively on ppc64le
+
+Madhavan Srinivasan (2):
+
+- `afc89188010b <https://github.com/open-power/skiboot/commit/afc89188010b>`__
+ hw/imc: Check for pause\_microcode\_at\_boot() return status
+- `63594b03b859 <https://github.com/open-power/skiboot/commit/63594b03b859>`__
+ hw/imc: Add support to load imc catalog lid file
+
+Mahesh Salgaonkar (11):
+
+- `5e20a789d021 <https://github.com/open-power/skiboot/commit/5e20a789d021>`__
+ opal/hmi: Initialize the hmi event with old value of HMER.
+- `67d738807da0 <https://github.com/open-power/skiboot/commit/67d738807da0>`__
+ opal/hmi: Do not send HMI event if no errors are found.
+- `8ff9be76345a <https://github.com/open-power/skiboot/commit/8ff9be76345a>`__
+ opal/hmi: Fix soft lockups during TOD errors
+- `2fd92666b665 <https://github.com/open-power/skiboot/commit/2fd92666b665>`__
+ opal/hmi: Stop flooding HMI event for TOD errors.
+- `fab27f3580d8 <https://github.com/open-power/skiboot/commit/fab27f3580d8>`__
+ opal/hmi: Fix handling of TFMR parity/corrupt error.
+- `377cd39bc5e1 <https://github.com/open-power/skiboot/commit/377cd39bc5e1>`__
+ opal/hmi: Print additional debug information in rendezvous.
+- `5362f85e04bd <https://github.com/open-power/skiboot/commit/5362f85e04bd>`__
+ opal/hmi: check thread 0 tfmr to validate latched tfmr errors.
+- `6dad43ff4c68 <https://github.com/open-power/skiboot/commit/6dad43ff4c68>`__
+ opal/hmi: Generate hmi event for recovered HDEC parity error.
+- `c4fd54bf413e <https://github.com/open-power/skiboot/commit/c4fd54bf413e>`__
+ opal/hmi: Add documentation for opal\_handle\_hmi2 call
+- `115c9f9f6620 <https://github.com/open-power/skiboot/commit/115c9f9f6620>`__
+ opal:hmi: Add missing processor recovery reason string.
+- `376b5e3b26e0 <https://github.com/open-power/skiboot/commit/376b5e3b26e0>`__
+ opal/hmi: Generate one event per core for processor recovery.
+
+Michael Neuling (4):
+
+- `00521231c826 <https://github.com/open-power/skiboot/commit/00521231c826>`__
+ phb4: Restore bus numbers after CRS
+- `1bcd6d84ec80 <https://github.com/open-power/skiboot/commit/1bcd6d84ec80>`__
+ external/mambo: Add di command to decode instructions
+- `0a6a2ff30c9e <https://github.com/open-power/skiboot/commit/0a6a2ff30c9e>`__
+ mambo: Add persistent memory disk support
+- `6790a941cc05 <https://github.com/open-power/skiboot/commit/6790a941cc05>`__
+ hmi: Fix clearing HMER on debug trigger
+
+Nicholas Piggin (8):
+
+- `ad0941960bd0 <https://github.com/open-power/skiboot/commit/ad0941960bd0>`__
+ core/stack: backtrace unwind basic OPAL call details
+- `8514e4dc9a82 <https://github.com/open-power/skiboot/commit/8514e4dc9a82>`__
+ asm/head: implement quiescing without stack or clobbering regs
+- `3fdd2629516d <https://github.com/open-power/skiboot/commit/3fdd2629516d>`__
+ core/opal: Emergency stack for re-entry
+- `87f55507195a <https://github.com/open-power/skiboot/commit/87f55507195a>`__
+ core/opal: Allow poller re-entry if OPAL was re-entered
+- `e148cb32cc26 <https://github.com/open-power/skiboot/commit/e148cb32cc26>`__
+ external/mambo: improve helper for machine checks
+- `23dc884f8a0f <https://github.com/open-power/skiboot/commit/23dc884f8a0f>`__
+ uart: fix uart\_opal\_flush to take console lock over
+ uart\_con\_flush
+- `5a1463d17d4b <https://github.com/open-power/skiboot/commit/5a1463d17d4b>`__
+ core/direct-controls: fix p9\_cont\_thread for stopped/inactive
+ threads
+- `0e27cc8410e2 <https://github.com/open-power/skiboot/commit/0e27cc8410e2>`__
+ core/direct-controls: improve p9\_stop\_thread error handling
+
+Oliver O'Halloran (16):
+
+- `e5fb3b6d17fb <https://github.com/open-power/skiboot/commit/e5fb3b6d17fb>`__
+ core/pci: Document some stuff
+- `4cf135d9a877 <https://github.com/open-power/skiboot/commit/4cf135d9a877>`__
+ astbmc: Add more slot table helpers
+- `ee7bb4b391d5 <https://github.com/open-power/skiboot/commit/ee7bb4b391d5>`__
+ romulus: Add a barebones slot table
+- `778d86bf9e5b <https://github.com/open-power/skiboot/commit/778d86bf9e5b>`__
+ core/pci: Set slot power limit when supported
+- `f10feca2b332 <https://github.com/open-power/skiboot/commit/f10feca2b332>`__
+ phb4: Enable the PCIe slotcap on pluggable slots
+- `d15e2e5ef92f <https://github.com/open-power/skiboot/commit/d15e2e5ef92f>`__
+ slots: Add power limit support
+- `6878b806682f <https://github.com/open-power/skiboot/commit/6878b806682f>`__
+ pci-dt-slot: Big ol' cleanup
+- `ac11641f1d70 <https://github.com/open-power/skiboot/commit/ac11641f1d70>`__
+ hdata/slots: Apply slot label to the parent slot
+- `f19578158720 <https://github.com/open-power/skiboot/commit/f19578158720>`__
+ npu2: Use ibm, loc-code rather than ibm, slot-label
+- `12514d328159 <https://github.com/open-power/skiboot/commit/12514d328159>`__
+ hdata/i2c: Ignore CFAM I2C master
+- `3a4b4db36812 <https://github.com/open-power/skiboot/commit/3a4b4db36812>`__
+ hdata/i2c: Replace i2c\_ prefix with dev\_
+- `ff3747f62ada <https://github.com/open-power/skiboot/commit/ff3747f62ada>`__
+ hdata/i2c: Ignore multi-port I2C devices
+- `0953e9014d27 <https://github.com/open-power/skiboot/commit/0953e9014d27>`__
+ hdata/i2c: Fix up pci hotplug labels
+- `4158b4a15bea <https://github.com/open-power/skiboot/commit/4158b4a15bea>`__
+ p9dsu HACK: fix system-vpd eeprom
+- `3a0c57d01829 <https://github.com/open-power/skiboot/commit/3a0c57d01829>`__
+ core/pci-dt-slots: Fix devfn lookup
+- `eab215a0bc28 <https://github.com/open-power/skiboot/commit/eab215a0bc28>`__
+ hw/slw: Don't assert on a unknown chip
+
+Philippe Bergheaud (2):
+
+- `dec7fe284b8b <https://github.com/open-power/skiboot/commit/dec7fe284b8b>`__
+ phb4: set TVT1 for tunneled operations in capi mode
+- `e0cffe9554a5 <https://github.com/open-power/skiboot/commit/e0cffe9554a5>`__
+ phb4: Do not set the PBCQ Tunnel BAR register when enabling capi
+ mode.
+
+Pridhiviraj Paidipeddi (1):
+
+- `ecde3f4f211a <https://github.com/open-power/skiboot/commit/ecde3f4f211a>`__
+ libflash/blocklevel: Add missing newline to debug messages
+
+Reza Arbab (2):
+
+- `4724d2c07fa6 <https://github.com/open-power/skiboot/commit/4724d2c07fa6>`__
+ npu2: Move NPU2\_XTS\_BDF\_MAP\_VALID assignment to context init
+- `58b1e05b08d3 <https://github.com/open-power/skiboot/commit/58b1e05b08d3>`__
+ npu2: Improve log output of GPU-to-link mapping
+
+Russell Currey (1):
+
+- `411dc0813f24 <https://github.com/open-power/skiboot/commit/411dc0813f24>`__
+ phb4: Hardware init updates
+
+Ryan Grimm (1):
+
+- `eddff9bf40cf <https://github.com/open-power/skiboot/commit/eddff9bf40cf>`__
+ hmi: Clear unknown debug trigger
+
+Samuel Mendoza-Jonas (1):
+
+- `e7a2da8d5e65 <https://github.com/open-power/skiboot/commit/e7a2da8d5e65>`__
+ core: Correctly load initramfs in stb container
+
+Shilpasri G Bhat (3):
+
+- `5954536a2f8c <https://github.com/open-power/skiboot/commit/5954536a2f8c>`__
+ occ: sensors-groups: Add DT properties to mark HWMON sensor groups
+- `df62a033675d <https://github.com/open-power/skiboot/commit/df62a033675d>`__
+ sensors: Dont add DTS sensors when OCC inband sensors are available
+- `7dcd66655835 <https://github.com/open-power/skiboot/commit/7dcd66655835>`__
+ occ: Use major version number while checking the pstate table format
+
+Stewart Smith (23):
+
+- `4172f30a16da <https://github.com/open-power/skiboot/commit/4172f30a16da>`__
+ hdat/i2c.c: quieten "v2 found, parsing as v1"
+- `217e5a4ecbfa <https://github.com/open-power/skiboot/commit/217e5a4ecbfa>`__
+ Disable stop states from OPAL
+- `086f3277bc3f <https://github.com/open-power/skiboot/commit/086f3277bc3f>`__
+ hdata/spira: parse vpd to add part-number and serial-number to xscom@
+ node
+- `d45c614bb5b3 <https://github.com/open-power/skiboot/commit/d45c614bb5b3>`__
+ core/test/run-trace: fix on ppc64el
+- `5307c0ec7899 <https://github.com/open-power/skiboot/commit/5307c0ec7899>`__
+ external/trace: fix makefile
+- `7d559d19b815 <https://github.com/open-power/skiboot/commit/7d559d19b815>`__
+ travis-ci: pull Mambo over http rather than ftp
+- `e101e85c9ff6 <https://github.com/open-power/skiboot/commit/e101e85c9ff6>`__
+ travis: Enable ppc64le builds
+- `b08d198b9ee4 <https://github.com/open-power/skiboot/commit/b08d198b9ee4>`__
+ skiboot 5.10.5 release notes
+- `d32ddea94ba6 <https://github.com/open-power/skiboot/commit/d32ddea94ba6>`__
+ p9dsu: detect p9dsu variant even when hostboot doesn't tell us
+- `a22ba4576ad3 <https://github.com/open-power/skiboot/commit/a22ba4576ad3>`__
+ OPAL\_PCI\_SET\_POWER\_STATE: fix locking in error paths
+- `693a204364b0 <https://github.com/open-power/skiboot/commit/693a204364b0>`__
+ xive: fix missing unlock in error path
+- `c90fb6cd796e <https://github.com/open-power/skiboot/commit/c90fb6cd796e>`__
+ hdat\_to\_dt: hash\_prop the same on all platforms
+- `79c290d849f1 <https://github.com/open-power/skiboot/commit/79c290d849f1>`__
+ skiboot 6.0-rc1 release notes
+- `129165ef43c0 <https://github.com/open-power/skiboot/commit/129165ef43c0>`__
+ opal-ci/dockerfiles: DEBIAN\_FRONTEND=noninteractive
+- `9342dc40147e <https://github.com/open-power/skiboot/commit/9342dc40147e>`__
+ SLW: quieten 'Configuring self-restore' for DARN,NCU\_SPEC\_BAR and
+ HRMOR
+- `aa59e48064b4 <https://github.com/open-power/skiboot/commit/aa59e48064b4>`__
+ core/hmi: assign flags=0 in case nothing set by
+ handle\_hmi\_exception
+- `a3b0ce167d6d <https://github.com/open-power/skiboot/commit/a3b0ce167d6d>`__
+ travis: remove obsolete fedora 24,25,26
+- `7dab94cf5727 <https://github.com/open-power/skiboot/commit/7dab94cf5727>`__
+ travis: fix if x86\_64 tests in dockerfiles.
+- `a18249182fbe <https://github.com/open-power/skiboot/commit/a18249182fbe>`__
+ test: qemu-debian-jessie boot: fix qemu-img
+- `106e77504c53 <https://github.com/open-power/skiboot/commit/106e77504c53>`__
+ p9dsu: timeout for variant detection, default to 2uess
+- `6449e2ac7dc5 <https://github.com/open-power/skiboot/commit/6449e2ac7dc5>`__
+ ibm,firmware-versions: add hcode to device tree
+- `724af6657e91 <https://github.com/open-power/skiboot/commit/724af6657e91>`__
+ travis: Require Ubuntu 18.04 to pass, fix on ppc64le
+- `1613c72d4f73 <https://github.com/open-power/skiboot/commit/1613c72d4f73>`__
+ skiboot v6.0-rc2 release notes
+
+Vaibhav Jain (1):
+
+- `8ed37072c07e <https://github.com/open-power/skiboot/commit/8ed37072c07e>`__
+ asm/head: Fix comparison in opal\_entry for switching to emergency
+
+Vaidyanathan Srinivasan (3):
+
+- `e2cd78500b8e <https://github.com/open-power/skiboot/commit/e2cd78500b8e>`__
+ core: Fix iteration condition to skip garded cpu
+- `2aa2616358e3 <https://github.com/open-power/skiboot/commit/2aa2616358e3>`__
+ core/fast-reboot: Increase timeout for dctl sreset to 1sec
+- `04a50cf041c9 <https://github.com/open-power/skiboot/commit/04a50cf041c9>`__
+ Update default stop-state-disable mask to cut only stop11
+
+Vasant Hegde (10):
+
+- `cb16e55a234b <https://github.com/open-power/skiboot/commit/cb16e55a234b>`__
+ opal-prd: Insert powernv\_flash module
+- `9f85e40904d8 <https://github.com/open-power/skiboot/commit/9f85e40904d8>`__
+ hdata: Move 'HRMOR\_BIT' macro to header file
+- `c4a094a7df80 <https://github.com/open-power/skiboot/commit/c4a094a7df80>`__
+ hdata: Fix DIMM size property
+- `4e0e0c1020bb <https://github.com/open-power/skiboot/commit/4e0e0c1020bb>`__
+ hdata: Add DIMM actual speed to device tree
+- `d654f6c93bd6 <https://github.com/open-power/skiboot/commit/d654f6c93bd6>`__
+ hdata: Add 'primary' property to master chip xscom node
+- `6739c890a2f2 <https://github.com/open-power/skiboot/commit/6739c890a2f2>`__
+ Add SBE driver support
+- `6421fc56dc28 <https://github.com/open-power/skiboot/commit/6421fc56dc28>`__
+ Move P8 timer code to separate file
+- `d7e7bdcd4acc <https://github.com/open-power/skiboot/commit/d7e7bdcd4acc>`__
+ SBE: Add timer support
+- `3c574d8e7188 <https://github.com/open-power/skiboot/commit/3c574d8e7188>`__
+ timer: Move update\_timer\_expiry call to separate function
+- `13878e5b27c5 <https://github.com/open-power/skiboot/commit/13878e5b27c5>`__
+ ipmi: Add BMC firmware version to device tree
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Artem Senichev (1):
+
+- `dda5b93d90b6 <https://github.com/open-power/vesnin-xml/commit/dda5b93d90b6>`__
+ Fixed invalid BNC FRU ID (47->254)
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Erich Hauptli (2):
+
+- `07a5d2c9f182 <https://github.com/open-power/witherspoon-xml/commit/07a5d2c9f182>`__
+ Backing out TPM FRU\_ID
+- `7cd20a6ac8fe <https://github.com/open-power/witherspoon-xml/commit/7cd20a6ac8fe>`__
+ Sync, Infineon, n-mode cap, and eSel size Updates
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adrian Barrera (1):
+
+- `a941f8b75cdc <https://github.com/open-power/zaius-xml/commit/a941f8b75cdc>`__
+ Clean-up and add BG2 WOF tables
diff --git a/_sources/release-notes/v2.0.1.rst.txt b/_sources/release-notes/v2.0.1.rst.txt
new file mode 100644
index 0000000..c578131
--- /dev/null
+++ b/_sources/release-notes/v2.0.1.rst.txt
@@ -0,0 +1,71 @@
+Release Notes for OpenPower Firmware v2.0.1
+===========================================
+
+Updated Packages
+----------------
+
++------+------------+------------+------------------------------------------------+
+| Pack | Old | New | Platforms |
+| age | Version | Version | |
++======+============+============+================================================+
+| hcod | hw051018a. | hw051718a. | p9dsu, romulus, witherspoon, zaius |
+| e | op920 | op920 | |
++------+------------+------------+------------------------------------------------+
+| host | 8e05a4399b | a4eb7f02f9 | p9dsu, romulus, witherspoon, zaius |
+| boot | f567a49f91 | 9742a24596 | |
+| | cfee8ad24b | 474467e0dd | |
+| | 3896e96982 | 51c21cd932 | |
++------+------------+------------+------------------------------------------------+
+| host | 20119f0868 | hw051718a. | barreleye, firestone, garrison, habanero, |
+| boot | 7783a87862 | op920 | p9dsu, palmetto, romulus, vesnin, witherspoon, |
+| -bin | cee268df12 | | zaius |
+| arie | 60f914c01e | | |
+| s | | | |
++------+------------+------------+------------------------------------------------+
+| skib | v6.0.1 | v6.0.2 | barreleye, firenze, firestone, garrison, |
+| oot | | | habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, p9dsu\_dev, |
+| | | | palmetto, pseries, romulus, vesnin, |
+| | | | witherspoon, witherspoon\_dev, zaius, zz |
++------+------------+------------+------------------------------------------------+
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (1):
+
+- `a4eb7f02f997 <https://github.com/open-power/hostboot/commit/a4eb7f02f997>`__
+ Fix off-by-one error when counting WOF reset counts
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Michael Neuling (1):
+
+- `b179d8ff62a8 <https://github.com/open-power/skiboot/commit/b179d8ff62a8>`__
+ cpu: Clear PCR SPR in opal\_reinit\_cpus()
+
+Stewart Smith (1):
+
+- `e05b3fb62d44 <https://github.com/open-power/skiboot/commit/e05b3fb62d44>`__
+ skiboot 6.0.2 release notes
diff --git a/_sources/release-notes/v2.0.10.rst.txt b/_sources/release-notes/v2.0.10.rst.txt
new file mode 100644
index 0000000..b3ed7f7
--- /dev/null
+++ b/_sources/release-notes/v2.0.10.rst.txt
@@ -0,0 +1,273 @@
+Release Notes for OpenPower Firmware v2.0.10
+============================================
+
+Updated Packages
+----------------
+
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++==========+===================================+==================================+====================================================================================================================+
+| busybox | 1.27.2 | 1.29.0 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| dropbear | 2017.75 | 2018.76 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| ethtool | 4.13 | 4.15 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| glibc | glibc-2.26-146-gd300041c533a3d837 | glibc-2.27-57-g6c99e37f6fb640a50 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin, |
+| | c9f37a099bcc95466860e98 | a3113b2dbee5d5389843c1e | p9dsu_dev, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| hcode | hw080418a.op920 | hw101018a.op920 | zaius, p9dsu, witherspoon, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| hostboot | d0332131ea0c | 7a402b0bc32d | zaius, p9dsu, witherspoon, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| hostboot | hw080418a.op920 | hw101018a.op920 | firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus |
+| -binarie | | | |
+| s | | | |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| linux | 4.16.13 | 4.17.12 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| linux-he | 4.16.13 | 4.17.12 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| aders | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| ncurses | 6.0 | 6.1 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| occ | 084756c397c4 | 3cb1ba3042e25 | zaius, p9dsu, witherspoon, zz, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| openpowe | f6d970c6a600a | 491ac2632f951 | firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus |
+| r-pnor | | | |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| petitboo | v1.7.2 | v1.7.3 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| t | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| powerpc- | v1.3.4 | v1.3.5 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| utils | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| sbe | 55d6eb23ddd28 | eae2a18c584d4 | zaius, p9dsu, witherspoon, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| skiboot | v6.0.8 | v6.0.9 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+| util-lin | 2.31.1 | 2.32 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero, |
+| ux | | | openpower_p9_mambo, zz, barreleye, romulus |
++----------+-----------------------------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Rahul Batra (2):
+
+- `ab011048f27e <https://github.com/open-power/hcode/commit/ab011048f27e>`__ PGPE: ACK pending IPCs upon fault with Pstates Stopped
+- `32e76479fef7 <https://github.com/open-power/hcode/commit/32e76479fef7>`__ PGPE: Use correct VPD Pts for VDD to Pstate intp.
+
+Yue Du (2):
+
+- `f725f73c0ebc <https://github.com/open-power/hcode/commit/f725f73c0ebc>`__ IPL/STOP: Disable LCO when only two EXes are configured
+- `f28eff65784d <https://github.com/open-power/hcode/commit/f28eff65784d>`__ STOP: Fix Bug introduced by 66511
+
+hostboot (8):
+
+- `34f21518d4e3 <https://github.com/open-power/hcode/commit/34f21518d4e3>`__ Release tag information updated for hw080718a.op920
+- `ed48bcbb653d <https://github.com/open-power/hcode/commit/ed48bcbb653d>`__ Release tag information updated for hw081618a.op920
+- `a7e462f2d2b7 <https://github.com/open-power/hcode/commit/a7e462f2d2b7>`__ Release tag information updated for hw082318a.op920
+- `3e6276ed0cd6 <https://github.com/open-power/hcode/commit/3e6276ed0cd6>`__ Release tag information updated for hw082718a.op920
+- `9c51b2eacfae <https://github.com/open-power/hcode/commit/9c51b2eacfae>`__ Release tag information updated for hw082918a.op920
+- `9d306560d45d <https://github.com/open-power/hcode/commit/9d306560d45d>`__ Release tag information updated for hw091818a.op920
+- `6e8c3186b35a <https://github.com/open-power/hcode/commit/6e8c3186b35a>`__ Release tag information updated for hw100318a.op920
+- `9a2560e8ecc3 <https://github.com/open-power/hcode/commit/9a2560e8ecc3>`__ Release tag information updated for hw101018a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _op-build-v2.0.10-patches-1:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.10-commits-1:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `220c3a7a2206 <https://github.com/open-power/hostboot/commit/220c3a7a2206>`__ Update p9_sbe_i2c_bit_rate_divisor_setting to set I2C Rate Valid bit
+
+Christian Geddes (2):
+
+- `b43117d2f234 <https://github.com/open-power/hostboot/commit/b43117d2f234>`__ SBE retry handler FFDC parsing support
+- `7a402b0bc32d <https://github.com/open-power/hostboot/commit/7a402b0bc32d>`__ Correctly handle psu FFDC on OpenPower Systems
+
+Corey Swenson (1):
+
+- `2316b6e7074d <https://github.com/open-power/hostboot/commit/2316b6e7074d>`__ Add part number and serial number to error log hw callout data
+
+Dan Crowell (3):
+
+- `81b1a6475edc <https://github.com/open-power/hostboot/commit/81b1a6475edc>`__ Fix symsmode check to allow in-memory lookup
+- `1ba805a1c809 <https://github.com/open-power/hostboot/commit/1ba805a1c809>`__ Another fix to symsmode parms for debug mode
+- `bac79e21bb6f <https://github.com/open-power/hostboot/commit/bac79e21bb6f>`__ Check capability bit before using wakeup for OPAL in OpenPOWER
+
+Matt Derksen (2):
+
+- `7ac05d6914bb <https://github.com/open-power/hostboot/commit/7ac05d6914bb>`__ Use hostservice to do special wakeup at runtime for open-power systems
+- `0264f86378cf <https://github.com/open-power/hostboot/commit/0264f86378cf>`__ Additional tracing for shutdown events
+
+Nick Bofferding (1):
+
+- `dc4b7141d372 <https://github.com/open-power/hostboot/commit/dc4b7141d372>`__ MRW: If bus object doesn’t have I2C_ADDRESS property, get it from I2C slave
+
+Prasad Bg Ranganath (1):
+
+- `0428fd0f8472 <https://github.com/open-power/hostboot/commit/0428fd0f8472>`__ PM:Clear GPE2 error bit in OISR/IMR register before SGPE boots
+
+Richard J. Knight (2):
+
+- `c39be448afac <https://github.com/open-power/hostboot/commit/c39be448afac>`__ Modify the getFfdc routine to consider the SBE proc
+- `13e0a663f93e <https://github.com/open-power/hostboot/commit/13e0a663f93e>`__ get FAPI_POS for all valid target types passed in SBE FIFO ffdc
+
+Zane Shelley (3):
+
+- `ada2c16282bb <https://github.com/open-power/hostboot/commit/ada2c16282bb>`__ PRD: RX trgt used for TX trgt in XBUS lane repair VPD write
+- `2c26c165ad0c <https://github.com/open-power/hostboot/commit/2c26c165ad0c>`__ PRD: fix input parameters for lane repair power down HWPs
+- `bc25f5c2407a <https://github.com/open-power/hostboot/commit/bc25f5c2407a>`__ PRD: Fix lane repair FFDC for XBUS clock 1 domain
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _op-build-v2.0.10-patches-2:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.10-commits-2:
+
+Commits
+~~~~~~~
+
+Douglas Gilbert (1):
+
+- `3cb1ba3042e2 <https://github.com/open-power/occ/commit/3cb1ba3042e2>`__ Write firdata to PNOR over IPMI
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _op-build-v2.0.10-patches-3:
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+.. _op-build-v2.0.10-commits-3:
+
+Commits
+~~~~~~~
+
+Samuel Mendoza-Jonas (1):
+
+- `93d41f97eedc <https://github.com/open-power/petitboot/commit/93d41f97eedc>`__ discover/device-handler: Restore autoboot setting on requery
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _op-build-v2.0.10-patches-4:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.10-commits-4:
+
+Commits
+~~~~~~~
+
+Jennifer A. Stofer (1):
+
+- `d9f81027a01f <https://github.com/open-power/sbe/commit/d9f81027a01f>`__ Revert “lpc_init: Correct LPC host controller timeout value”
+
+Joachim Fenkes (1):
+
+- `2d9a9fd8298a <https://github.com/open-power/sbe/commit/2d9a9fd8298a>`__ lpc_init: Correct LPC host controller timeout value
+
+Raja Das (1):
+
+- `93d06c7baa33 <https://github.com/open-power/sbe/commit/93d06c7baa33>`__ Updated 910 backing build
+
+Richard J. Knight (2):
+
+- `16a190f0f9e8 <https://github.com/open-power/sbe/commit/16a190f0f9e8>`__ Modify the getFfdc routine to consider the SBE proc
+- `47d44552667b <https://github.com/open-power/sbe/commit/47d44552667b>`__ get FAPI_POS for all valid target types passed in SBE FIFO ffdc
+
+Sachin Gupta (2):
+
+- `bc0a70e3b2ec <https://github.com/open-power/sbe/commit/bc0a70e3b2ec>`__ Update backing build
+- `2ade52d005f0 <https://github.com/open-power/sbe/commit/2ade52d005f0>`__ Updating backing build
+
+Yue Du (3):
+
+- `8c3bf7ae730f <https://github.com/open-power/sbe/commit/8c3bf7ae730f>`__ PM: Prevent Core-L2 Quiesce from removing PM_EXIT upon SPWU
+- `0c77051b6568 <https://github.com/open-power/sbe/commit/0c77051b6568>`__ IPL/STOP: Disable LCO when only two EXes are configured
+- `eae2a18c584d <https://github.com/open-power/sbe/commit/eae2a18c584d>`__ STOP: Fix Bug introduced by 66511
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _op-build-v2.0.10-patches-5:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.10-commits-5:
+
+Commits
+~~~~~~~
+
+Alexey Kardashevskiy (1):
+
+- `a281e8c2bbf3 <https://github.com/open-power/skiboot/commit/a281e8c2bbf3>`__ npu2: Use correct kill type for TCE invalidation
+
+Andrew Donnellan (1):
+
+- `d79bb8c176de <https://github.com/open-power/skiboot/commit/d79bb8c176de>`__ hw/npu2-opencapi: Fix setting of supported OpenCAPI templates
+
+Benjamin Herrenschmidt (3):
+
+- `ecd2b6cd20a0 <https://github.com/open-power/skiboot/commit/ecd2b6cd20a0>`__ phb4: Don’t try to access non-existent PEST entries
+- `a20833de7e2f <https://github.com/open-power/skiboot/commit/a20833de7e2f>`__ phb4: Handle allocation errors in phb4_eeh_dump_regs()
+- `9e03e6fe7ba7 <https://github.com/open-power/skiboot/commit/9e03e6fe7ba7>`__ phb4: Workaround PHB errata with CFG write UR/CA errors
+
+Mahesh Salgaonkar (2):
+
+- `25b571b72b15 <https://github.com/open-power/skiboot/commit/25b571b72b15>`__ opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.
+- `d597d8d99616 <https://github.com/open-power/skiboot/commit/d597d8d99616>`__ opal/hmi: Ignore debug trigger inject core FIR.
+
+Stewart Smith (2):
+
+- `beee2cbc2f07 <https://github.com/open-power/skiboot/commit/beee2cbc2f07>`__ hw/bt.c: quieten all the noisy BT/IPMI messages
+- `19484fa4338f <https://github.com/open-power/skiboot/commit/19484fa4338f>`__ skiboot 6.0.9 release notes
+
+Vaibhav Jain (1):
+
+- `54ac06ff404b <https://github.com/open-power/skiboot/commit/54ac06ff404b>`__ phb4: Don’t probe a PHB if its garded
diff --git a/_sources/release-notes/v2.0.11.rst.txt b/_sources/release-notes/v2.0.11.rst.txt
new file mode 100644
index 0000000..a009464
--- /dev/null
+++ b/_sources/release-notes/v2.0.11.rst.txt
@@ -0,0 +1,432 @@
+Release Notes for OpenPower Firmware v2.0.11
+============================================
+
+op-build v2.0.11 was released on Thursday November 29th, 2018 and replaces
+op-build v2.0.10 as the current stable release in the 2.0.x series.
+
+It is recommended that v2.0.11 be used over any previous v2.0.x version on
+POWER9 systems due to the bug fixes contained within.
+
+Updated Packages
+----------------
+
++-------------------+-----------------+-----------------+------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++===================+=================+=================+==========================================+
+| hcode | hw101018a.op920 | hw112818a.op920 | p9dsu, romulus, witherspoon, zaius |
++-------------------+-----------------+-----------------+------------------------------------------+
+| hostboot | 7a402b0bc32 | 3bf7fcf3596 | p9dsu, romulus, witherspoon, zaius |
++-------------------+-----------------+-----------------+------------------------------------------+
+| hostboot-binaries | hw101018a.op920 | hw112818a.op920 | barreleye, firestone, garrison, |
+| | | | habanero, p9dsu, palmetto, romulus, |
+| | | | vesnin, witherspoon, zaius |
++-------------------+-----------------+-----------------+------------------------------------------+
+| occ | 3cb1ba3042e | 3a505ffc175 | p9dsu, romulus, witherspoon, zaius, zz |
++-------------------+-----------------+-----------------+------------------------------------------+
+| openpower-pnor | 491ac2632f9 | 2e68ed6a605 | barreleye, firestone, garrison, |
+| | | | habanero, p9dsu, palmetto, romulus, |
+| | | | vesnin, witherspoon, witherspoon_dev, |
+| | | | zaius |
++-------------------+-----------------+-----------------+------------------------------------------+
+| sbe | eae2a18c584 | 7aa21f6c0b1 | p9dsu, romulus, witherspoon, zaius |
++-------------------+-----------------+-----------------+------------------------------------------+
+| skiboot | v6.0.9 | v6.0.14 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, |
+| | | | openpower_p9_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++-------------------+-----------------+-----------------+------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Rahul Batra (1):
+
+- `a13f21bb8264 <https://github.com/open-power/hcode/commit/a13f21bb8264>`__ PGPE: Only ack pending
+ Quad Exit on WOF Disable
+
+hostboot (4):
+
+- `a8a1e493ee03 <https://github.com/open-power/hcode/commit/a8a1e493ee03>`__ Release tag
+ information updated for hw110718a.op920
+- `14a103eb369c <https://github.com/open-power/hcode/commit/14a103eb369c>`__ Release tag
+ information updated for hw110918a.op920
+- `aa29996aa300 <https://github.com/open-power/hcode/commit/aa29996aa300>`__ Release tag
+ information updated for hw112718a.op920
+- `2f9ef5344d1a <https://github.com/open-power/hcode/commit/2f9ef5344d1a>`__ Release tag
+ information updated for hw112818a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.0.11-patches-1:
+
+Patches
+~~~~~~~
+
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _v2.0.11-commits-1:
+
+Commits
+~~~~~~~
+
+Andrew Jeffery (22):
+
+- `bd961754223f <https://github.com/open-power/hostboot/commit/bd961754223f>`__ ipmi: Replace
+ incorrect dependency on ipmibt with ipmimsg
+- `828d8608b4bb <https://github.com/open-power/hostboot/commit/828d8608b4bb>`__ ipmi: Break
+ circular dependency between ipmimsg and ipmibt
+- `175679c45a77 <https://github.com/open-power/hostboot/commit/175679c45a77>`__ assert: Print the
+ backtrace for critical and kernel assertions
+- `72084f68c72f <https://github.com/open-power/hostboot/commit/72084f68c72f>`__ assert: Include
+ file name in assert output
+- `76fc880a286a <https://github.com/open-power/hostboot/commit/76fc880a286a>`__ ipmi: Introduce
+ register_for_event() interface
+- `70398ea39909 <https://github.com/open-power/hostboot/commit/70398ea39909>`__ ipmi: Drop
+ unnecessary ipmibt dependency from ipmifru
+- `46438c46da91 <https://github.com/open-power/hostboot/commit/46438c46da91>`__ ipmi: Drop
+ unnecessary ipmiconfig dependencies
+- `733dc2bda19f <https://github.com/open-power/hostboot/commit/733dc2bda19f>`__ ipmi: Break
+ circular dependency between IpmiDD and IpmiRP
+- `d2e83450bcbd <https://github.com/open-power/hostboot/commit/d2e83450bcbd>`__ initservice: Flush
+ trace buffers before shutdown syscall
+- `72ef7e552930 <https://github.com/open-power/hostboot/commit/72ef7e552930>`__ ipmi: Terminate SEL
+ task via shutdown event
+- `715448652b8d <https://github.com/open-power/hostboot/commit/715448652b8d>`__ ipmi: IpmiDD and
+ IpmiRP must never free resources
+- `27a305e6eacc <https://github.com/open-power/hostboot/commit/27a305e6eacc>`__ ipmi: Split into
+ ipmibase and ipmiext modules
+- `469142642d04 <https://github.com/open-power/hostboot/commit/469142642d04>`__ ipmi: Remove IpmiRP
+ dependency on targeting
+- `4bd42945974a <https://github.com/open-power/hostboot/commit/4bd42945974a>`__ initservice: Move
+ ipmibase module to base image
+- `4126c2c06d4b <https://github.com/open-power/hostboot/commit/4126c2c06d4b>`__ pnor: Introduce an
+ IPMI-based PNOR driver implementation
+- `30cc12393168 <https://github.com/open-power/hostboot/commit/30cc12393168>`__ pnor: Rename the
+ SFC-based PnorDD class to PnorSfcDD
+- `1d34f7399f30 <https://github.com/open-power/hostboot/commit/1d34f7399f30>`__ pnor: ipmidd:
+ Rename class to PnorIpmiDD
+- `aa42e9dd4fc0 <https://github.com/open-power/hostboot/commit/aa42e9dd4fc0>`__ pnor: mboxdd:
+ Rename class to PnorMboxDD
+- `d649d2d867bb <https://github.com/open-power/hostboot/commit/d649d2d867bb>`__ pnor: Fall back to
+ AST mbox transport if IPMI is unavailable
+- `daad484beb6b <https://github.com/open-power/hostboot/commit/daad484beb6b>`__ errl: Mark
+ errlogMsgHandler() as detached
+- `ae46c0e9d2bf <https://github.com/open-power/hostboot/commit/ae46c0e9d2bf>`__ sio: Add test for
+ availability
+- `3b407d471769 <https://github.com/open-power/hostboot/commit/3b407d471769>`__ ipmi: Increase
+ polling rate to decrease boot time
+
+Corey Swenson (2):
+
+- `aed7e4e74ffd <https://github.com/open-power/hostboot/commit/aed7e4e74ffd>`__ Enable IPMI errl
+ after targeting is initialized
+- `3bf7fcf35960 <https://github.com/open-power/hostboot/commit/3bf7fcf35960>`__ Extend multicast
+ workaround and add tests
+
+Dan Crowell (8):
+
+- `b9ff0e6ab036 <https://github.com/open-power/hostboot/commit/b9ff0e6ab036>`__ Make Boootloader
+ trace tool follow HRMOR
+- `5bcbca7f3316 <https://github.com/open-power/hostboot/commit/5bcbca7f3316>`__ Break down Dump
+ requests into 1MB chunks
+- `6bedb6794509 <https://github.com/open-power/hostboot/commit/6bedb6794509>`__ Increase ipmi
+ polling frequency to every 1ms
+- `8226322626b0 <https://github.com/open-power/hostboot/commit/8226322626b0>`__ Add missing mutex
+ in LPC error path
+- `9435e74228cb <https://github.com/open-power/hostboot/commit/9435e74228cb>`__ Reduce ipmi trace
+ spam for pnor hiomap messages
+- `51d23526e5ed <https://github.com/open-power/hostboot/commit/51d23526e5ed>`__ Only save the CME
+ FIR Masks after they have been setup once
+- `929270216149 <https://github.com/open-power/hostboot/commit/929270216149>`__ Clear out HOMER
+ attributes and reset PM in PHYP mode
+- `c112438736e8 <https://github.com/open-power/hostboot/commit/c112438736e8>`__ Clear out FIR Init
+ parameters after extra PM Resets
+
+Dean Sanner (1):
+
+- `9ffcb906952b <https://github.com/open-power/hostboot/commit/9ffcb906952b>`__ Support a default
+ risk/init level per MRW
+
+Jenny Huynh (1):
+
+- `f2691140aea5 <https://github.com/open-power/hostboot/commit/f2691140aea5>`__ HW471413 Aggressive
+ Uncle: disable ERAT thread sharing
+
+Mike Baiocchi (1):
+
+- `8e2f7e910291 <https://github.com/open-power/hostboot/commit/8e2f7e910291>`__ Make TOC partion
+ Read-Only in all PNOR Layouts
+
+Nick Bofferding (3):
+
+- `b72789bde76c <https://github.com/open-power/hostboot/commit/b72789bde76c>`__ Add
+ lib_isteps_mss.so as an istep 15 dependency
+- `eaa2604f9df4 <https://github.com/open-power/hostboot/commit/eaa2604f9df4>`__ Fix shutdown race
+ condition and task start error in IPMI SEL library
+- `801ca2a0b25c <https://github.com/open-power/hostboot/commit/801ca2a0b25c>`__ Remove trace buffer
+ flush at end of shutdown path
+
+Prem Shanker Jha (1):
+
+- `af26129b7229 <https://github.com/open-power/hostboot/commit/af26129b7229>`__ PM: Fixed handling
+ of CME LFIR mask during PM complex reset.
+
+Samuel Mendoza-Jonas (1):
+
+- `26f5df72578a <https://github.com/open-power/hostboot/commit/26f5df72578a>`__ genPnorImages: Add
+ VERSION to signed partitions
+
+Sheldon Bailey (1):
+
+- `891bdf54e189 <https://github.com/open-power/hostboot/commit/891bdf54e189>`__ HTMGT: Check for
+ OCC elog action bit to force sending an error log to BMC
+
+Thi Tran (1):
+
+- `5172324220a1 <https://github.com/open-power/hostboot/commit/5172324220a1>`__ Only call PRD
+ attention handling in resetPMComplex function at runtime.
+
+Yue Du (1):
+
+- `6c9db8103b05 <https://github.com/open-power/hostboot/commit/6c9db8103b05>`__ STOP: Fix Bug
+ introduced by 66511
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.0.11-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.0.11-commits-2:
+
+Commits
+~~~~~~~
+
+mbroyles (1):
+
+- `3a505ffc1751 <https://github.com/open-power/occ/commit/3a505ffc1751>`__ Fix memory OT throttling
+ on Nimbus
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.0.11-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.0.11-commits-3:
+
+Commits
+~~~~~~~
+
+Dan Crowell (1):
+
+- `d50f588fcca6 <https://github.com/open-power/sbe/commit/d50f588fcca6>`__ Only save the CME FIR
+ Masks after they have been setup once
+
+Dean Sanner (1):
+
+- `7aa21f6c0b11 <https://github.com/open-power/sbe/commit/7aa21f6c0b11>`__ Leave scratch valid bits
+ alone to allow HB to query
+
+Jenny Huynh (1):
+
+- `446cf71b4174 <https://github.com/open-power/sbe/commit/446cf71b4174>`__ HW471413 Aggressive
+ Uncle: disable ERAT thread sharing
+
+Prem Shanker Jha (1):
+
+- `421b1db8df54 <https://github.com/open-power/sbe/commit/421b1db8df54>`__ PM: Fixed handling of
+ CME LFIR mask during PM complex reset.
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.0.11-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.0.11-commits-4:
+
+Commits
+~~~~~~~
+
+Adriana Kobylak (1):
+
+- `977aa1ef5fa6 <https://github.com/open-power/skiboot/commit/977aa1ef5fa6>`__ pflash: Add –skip
+ option for reading
+
+Andrew Jeffery (29):
+
+- `e9accca5570e <https://github.com/open-power/skiboot/commit/e9accca5570e>`__ ast-bmc: Move copy
+ routines to ast-sf-ctrl
+- `668d88c3e9b7 <https://github.com/open-power/skiboot/commit/668d88c3e9b7>`__ core/pci-quirk:
+ Remove broken comment in quirk_astbmc_vga()
+- `c7dd603a460c <https://github.com/open-power/skiboot/commit/c7dd603a460c>`__ core/pci-quirk:
+ Clean up commented code in quirk_astbmc_vga()
+- `5421d79dd212 <https://github.com/open-power/skiboot/commit/5421d79dd212>`__ ast-bmc: Rename LPC
+ FW cycle helpers
+- `20e3d130d003 <https://github.com/open-power/skiboot/commit/20e3d130d003>`__ ast-io: Rework
+ setup/tear-down of communication with the BMC
+- `79c821bcfc4b <https://github.com/open-power/skiboot/commit/79c821bcfc4b>`__ lpc: Silence LPC
+ SYNC no-response error when necessary
+- `c1208aee6955 <https://github.com/open-power/skiboot/commit/c1208aee6955>`__ ipmi: Introduce
+ registration for SEL command handlers
+- `c8edac1b2f32 <https://github.com/open-power/skiboot/commit/c8edac1b2f32>`__ core/lock: Use
+ try_lock_caller() in lock_caller() to capture owner
+- `f976e7788a3b <https://github.com/open-power/skiboot/commit/f976e7788a3b>`__ core/flash: Only
+ lock around flashes update in flash_register()
+- `67531d1deacc <https://github.com/open-power/skiboot/commit/67531d1deacc>`__ core/flash: Unlock
+ around blocklevel calls in NVRAM accessors
+- `8b8dbd4e3353 <https://github.com/open-power/skiboot/commit/8b8dbd4e3353>`__ libflash: Add
+ ipmi-hiomap
+- `ae947a88fec9 <https://github.com/open-power/skiboot/commit/ae947a88fec9>`__ astbmc: Prefer
+ ipmi-hiomap for PNOR access
+- `dacc40af25fb <https://github.com/open-power/skiboot/commit/dacc40af25fb>`__ astbmc: Remove
+ coordinated isolation support
+- `494221e68052 <https://github.com/open-power/skiboot/commit/494221e68052>`__ lpc: Introduce
+ generic probe capability
+- `8d95e373c274 <https://github.com/open-power/skiboot/commit/8d95e373c274>`__ astbmc: Use LPC
+ probe calls to determine SIO presence
+- `d2649636ba4d <https://github.com/open-power/skiboot/commit/d2649636ba4d>`__ platform:
+ Restructure bmc_platform type
+- `e4197f8b56b4 <https://github.com/open-power/skiboot/commit/e4197f8b56b4>`__ astbmc: Fail SFC
+ init if SIO is unavailable
+- `70c83a425670 <https://github.com/open-power/skiboot/commit/70c83a425670>`__ lpc: Clear sync
+ no-response field prior to device probe
+- `aac9abe6ccab <https://github.com/open-power/skiboot/commit/aac9abe6ccab>`__
+ libflash/ipmi-hiomap: Cleanup allocation on init failure
+- `516f41649ff1 <https://github.com/open-power/skiboot/commit/516f41649ff1>`__ p9dsu: Add
+ HIOMAP-over-IPMI support
+- `ee6a266a2b23 <https://github.com/open-power/skiboot/commit/ee6a266a2b23>`__ p9dsu: Describe
+ platform BMC register configuration
+- `f145626d6227 <https://github.com/open-power/skiboot/commit/f145626d6227>`__
+ libflash/ipmi-hiomap: Improve event handling
+- `3f49e5220086 <https://github.com/open-power/skiboot/commit/3f49e5220086>`__
+ libflash/ipmi-hiomap: Restore window state on window/protocol reset
+- `bec5a5f89adc <https://github.com/open-power/skiboot/commit/bec5a5f89adc>`__
+ libflash/ipmi-hiomap: Use error codes rather than abort()
+- `9555cf21ba5b <https://github.com/open-power/skiboot/commit/9555cf21ba5b>`__ core/flash: Log
+ return code when ffs_init() fails
+- `d0f50f9166c5 <https://github.com/open-power/skiboot/commit/d0f50f9166c5>`__ libflash/test:
+ Rewrite Makefile.check to improve scalability
+- `353040cfc500 <https://github.com/open-power/skiboot/commit/353040cfc500>`__
+ libflash/ipmi-hiomap: Fix argument type warning on x86-64
+- `d2b06e9e89ef <https://github.com/open-power/skiboot/commit/d2b06e9e89ef>`__
+ libflash/ipmi-hiomap: Add support for unit tests
+- `83bf0c167280 <https://github.com/open-power/skiboot/commit/83bf0c167280>`__
+ libflash/ipmi-hiomap: Respect daemon presence and flash control
+
+Joel Stanley (3):
+
+- `6433d05f9b5c <https://github.com/open-power/skiboot/commit/6433d05f9b5c>`__ ast-bmc: Document
+ BMC scratch register
+- `3b7aaba71f6d <https://github.com/open-power/skiboot/commit/3b7aaba71f6d>`__ astbmc: Enable mbox
+ depending on scratch reg
+- `9da1e28ed4c0 <https://github.com/open-power/skiboot/commit/9da1e28ed4c0>`__ opal-ci: qemu: Use
+ the powernv-3.0 branch
+
+Oliver O’Halloran (3):
+
+- `a130f3e08481 <https://github.com/open-power/skiboot/commit/a130f3e08481>`__ hdata/i2c: Add
+ whitelisting for Host I2C devices
+- `afef7d511178 <https://github.com/open-power/skiboot/commit/afef7d511178>`__ hdata/i2c: Make SPD
+ workaround more workaroundy
+- `125cecaa0f23 <https://github.com/open-power/skiboot/commit/125cecaa0f23>`__ phb4: Check for RX
+ errors after link training
+
+Samuel Mendoza-Jonas (4):
+
+- `fbe074c81fcf <https://github.com/open-power/skiboot/commit/fbe074c81fcf>`__ astbmc: Set romulus
+ BMC type to OpenBMC
+- `c7e090237b96 <https://github.com/open-power/skiboot/commit/c7e090237b96>`__ Recognise signed
+ VERSION partition
+- `467770ef95f4 <https://github.com/open-power/skiboot/commit/467770ef95f4>`__ libflash: Restore
+ blocklevel tests
+- `d0dce2b973d1 <https://github.com/open-power/skiboot/commit/d0dce2b973d1>`__ libflash: Don’t
+ merge ECC-protected ranges
+
+Stewart Smith (21):
+
+- `cac09fda2839 <https://github.com/open-power/skiboot/commit/cac09fda2839>`__ hdata/i2c.c: fix
+ building with gcc8
+- `4550c1a18501 <https://github.com/open-power/skiboot/commit/4550c1a18501>`__ hdata/tests/stubs.c:
+ fix GCC8 warning
+- `88275cf25800 <https://github.com/open-power/skiboot/commit/88275cf25800>`__
+ core/test/run_mem_region: fix GCC8 compile error
+- `b76911b9cadf <https://github.com/open-power/skiboot/commit/b76911b9cadf>`__ Add
+ -Wno-stringop-truncation for GCC8
+- `fd4bbc869b02 <https://github.com/open-power/skiboot/commit/fd4bbc869b02>`__ AMI BMC: use 0x3a as
+ OEM command
+- `dd8b717f30a4 <https://github.com/open-power/skiboot/commit/dd8b717f30a4>`__ hdata/spira.c: fix
+ iplparams feature name string handling
+- `e0959fa04815 <https://github.com/open-power/skiboot/commit/e0959fa04815>`__ Fixup pflash build
+ for ast refactor
+- `240eb43b982b <https://github.com/open-power/skiboot/commit/240eb43b982b>`__ Quieten ‘warnings’
+ now that SIO is disabled
+- `64f24480050e <https://github.com/open-power/skiboot/commit/64f24480050e>`__ Add fast-reboot
+ property to /ibm,opal DT node
+- `0cc0d4f8018b <https://github.com/open-power/skiboot/commit/0cc0d4f8018b>`__ Actually add
+ /ibm,opal/fast-reboot property
+- `4e607093833e <https://github.com/open-power/skiboot/commit/4e607093833e>`__ hiomap: free ipmi
+ message in callback
+- `77ac2fe061b8 <https://github.com/open-power/skiboot/commit/77ac2fe061b8>`__ hiomap: fix missing
+ newline at end of ‘Flushing writes’ prlog()
+- `fc7af9ac4efd <https://github.com/open-power/skiboot/commit/fc7af9ac4efd>`__ Run pollers in
+ time_wait() when not booting
+- `b93b22df1a8b <https://github.com/open-power/skiboot/commit/b93b22df1a8b>`__ skiboot v6.0.10
+ release notes
+- `3e2024d903ee <https://github.com/open-power/skiboot/commit/3e2024d903ee>`__ skiboot 6.0.11
+ release notes
+- `e5b282ae5d4a <https://github.com/open-power/skiboot/commit/e5b282ae5d4a>`__ libflash: fix gcov
+ build
+- `e02e17b713d5 <https://github.com/open-power/skiboot/commit/e02e17b713d5>`__ hiomap: quieten
+ warning on failing to move a window
+- `450975e708bf <https://github.com/open-power/skiboot/commit/450975e708bf>`__ skiboot v6.0.12
+ release notes
+- `e550528a74af <https://github.com/open-power/skiboot/commit/e550528a74af>`__ skiboot v6.0.13
+ release notes
+- `a41470c94920 <https://github.com/open-power/skiboot/commit/a41470c94920>`__ ipmi: Reduce
+ ipmi_queue_msg_sync() polling loop time to 10ms
+- `f4afd85a84ab <https://github.com/open-power/skiboot/commit/f4afd85a84ab>`__ skiboot v6.0.14
+ release notes
+
+Vaibhav Jain (3):
+
+- `0d42e9b441f2 <https://github.com/open-power/skiboot/commit/0d42e9b441f2>`__ phb4/capp: Update
+ the expected Eye-catcher for CAPP ucode lid
+- `84ca6d0ce15f <https://github.com/open-power/skiboot/commit/84ca6d0ce15f>`__ phb4/capp: Use link
+ width to allocate STQ engines to CAPP
+- `bf93742f5c04 <https://github.com/open-power/skiboot/commit/bf93742f5c04>`__ phb4/capp: Only
+ reset FIR bits that cause capp machine check
+
+Vasant Hegde (2):
+
+- `5e66c88ece46 <https://github.com/open-power/skiboot/commit/5e66c88ece46>`__ hdata/i2c: Skip
+ unknown device type
+- `184d7e4aca1a <https://github.com/open-power/skiboot/commit/184d7e4aca1a>`__ opal-prd: Fix
+ opal-prd crash
diff --git a/_sources/release-notes/v2.0.12.rst.txt b/_sources/release-notes/v2.0.12.rst.txt
new file mode 100644
index 0000000..d44626b
--- /dev/null
+++ b/_sources/release-notes/v2.0.12.rst.txt
@@ -0,0 +1,187 @@
+Release Notes for OpenPower Firmware v2.0.12
+============================================
+
+op-build v2.0.12 was released on Friday January 18th, 2019 and replaces
+op-build v2.0.11 as the current stable release in the 2.0.x series.
+
+It is recommended that v2.0.12 be used over any previous v2.0.x version
+due to the bug fixes contained.
+
+Updated Packages
+----------------
+
++--------------+----------+---------+---------------------------------+
+| Package | Old | New | Platforms |
+| | Version | Version | |
++==============+==========+=========+=================================+
+| hcode | hw112818 | hw12311 | witherspoon, p9dsu, zaius, |
+| | a.op920 | 9a.op92 | romulus |
+| | | 0 | |
++--------------+----------+---------+---------------------------------+
+| hostboot | 3bf7fcf3 | d2c0cb9 | witherspoon, p9dsu, zaius, |
+| | 5960 | a339bf | romulus |
++--------------+----------+---------+---------------------------------+
+| hostboot-bin | hw112818 | hw12311 | witherspoon, p9dsu, zaius, |
+| aries | a.op920 | 9a.op92 | habanero, garrison, barreleye, |
+| | | 0 | firestone, palmetto, vesnin, |
+| | | | romulus |
++--------------+----------+---------+---------------------------------+
+| machine-xml | 7cd20a6a | dce824c | witherspoon |
+| | c8fe3 | 125884 | |
++--------------+----------+---------+---------------------------------+
+| occ | 3a505ffc | 39d7745 | witherspoon, p9dsu, zaius, zz, |
+| | 17519 | 2d00c | romulus |
++--------------+----------+---------+---------------------------------+
+| petitboot | v1.7.3 | v1.7.4 | witherspoon, p9dsu, zaius, |
+| | | | habanero, firenze, garrison, |
+| | | | barreleye, openpower_mambo, |
+| | | | pseries, firestone, palmetto, |
+| | | | openpower_p9_mambo, vesnin, zz, |
+| | | | romulus |
++--------------+----------+---------+---------------------------------+
+| skiboot | v6.0.14 | v6.0.15 | witherspoon, p9dsu, zaius, |
+| | | | habanero, firenze, garrison, |
+| | | | barreleye, openpower_mambo, |
+| | | | pseries, firestone, palmetto, |
+| | | | openpower_p9_mambo, vesnin, zz, |
+| | | | romulus |
++--------------+----------+---------+---------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Commits
+~~~~~~~
+
+hostboot (1):
+
+- `3ce9d71f1f2e <https://github.com/open-power/hcode/commit/3ce9d71f1f2e>`__
+ Release tag information updated for hw123119a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/v2.0.12-1-g8254d9d0ac3e/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/v2.0.12-1-g8254d9d0ac3e/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/v2.0.12-1-g8254d9d0ac3e/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _v2.0.12-commits-1:
+
+Commits
+~~~~~~~
+
+Corey Swenson (1):
+
+- `d2c0cb9a339b <https://github.com/open-power/hostboot/commit/d2c0cb9a339b>`__
+ Generate error when pnor is not accessed via ipmi
+
+Dan Crowell (1):
+
+- `d76bea3ff0f5 <https://github.com/open-power/hostboot/commit/d76bea3ff0f5>`__
+ Add sync to doorbell function to avoid weak consistency bug
+
+Shelton Leung (1):
+
+- `fbb9bf7216be <https://github.com/open-power/hostboot/commit/fbb9bf7216be>`__
+ HW474117 WAT to allow firmware to disable bypass on port
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.0.12-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.0.12-commits-2:
+
+Commits
+~~~~~~~
+
+William Bryan (1):
+
+- `39d77452d00c <https://github.com/open-power/occ/commit/39d77452d00c>`__
+ Fix memory bandwidth chom averages
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.0.12-commits-3:
+
+Commits
+~~~~~~~
+
+Samuel Mendoza-Jonas (2):
+
+- `017aada974ef <https://github.com/open-power/petitboot/commit/017aada974ef>`__
+ lib/flash: Check if the partition is signed
+- `8b9d8bf7c983 <https://github.com/open-power/petitboot/commit/8b9d8bf7c983>`__
+ discover/devmapper: Retry dm-device remove if busy
+
+.. _v2.0.12-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.0.12-commits-4:
+
+Commits
+~~~~~~~
+
+Alexey Kardashevskiy (1):
+
+- `12595094567a <https://github.com/open-power/skiboot/commit/12595094567a>`__
+ npu2: Advertise correct TCE page size
+
+Frederic Barrat (1):
+
+- `e5e99d277fc5 <https://github.com/open-power/skiboot/commit/e5e99d277fc5>`__
+ i2c: Fix i2c request hang during opal init if timers are not checked
+
+Shilpasri G Bhat (1):
+
+- `ad92cf94b5f7 <https://github.com/open-power/skiboot/commit/ad92cf94b5f7>`__
+ opal-prd: hservice: Enable hservice->wakeup() in BMC
+
+Vasant Hegde (1):
+
+- `3bcfff5498b7 <https://github.com/open-power/skiboot/commit/3bcfff5498b7>`__
+ skiboot v6.0.15 release notes
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _v2.0.12-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.0.12-commits-5:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (2):
+
+- `c488a6234d09 <https://github.com/open-power/witherspoon-xml/commit/c488a6234d09>`__
+ Added value to TPM FRU ID
+- `dce824c12588 <https://github.com/open-power/witherspoon-xml/commit/dce824c12588>`__
+ Backing out TPM FRU ID
+
+sannerd (1):
+
+- `c8bca533fcea <https://github.com/open-power/witherspoon-xml/commit/c8bca533fcea>`__
+ Default Spectre/Meltdown HW Inits to Kernel mode (#78)
diff --git a/_sources/release-notes/v2.0.13.rst.txt b/_sources/release-notes/v2.0.13.rst.txt
new file mode 100644
index 0000000..f0553cd
--- /dev/null
+++ b/_sources/release-notes/v2.0.13.rst.txt
@@ -0,0 +1,246 @@
+Release Notes for OpenPower Firmware v2.0.13
+============================================
+
+Updated Packages
+----------------
+
++--------------------+-------------------+-------------------+------------------------------------+
+| Package | Old Version | New Version | Platforms |
++====================+===================+===================+====================================+
+| hcode | hw123119a.op920 | hw020319a.op920 | witherspoon, p9dsu, zaius, romulus |
++--------------------+-------------------+-------------------+------------------------------------+
+| hostboot | d2c0cb9a339b | 753249ad9bd92 | witherspoon, p9dsu, zaius, romulus |
++--------------------+-------------------+-------------------+------------------------------------+
+| hostboot-binaries | hw123119a.op920 | hw020319a.op920 | witherspoon, p9dsu, zaius, |
+| | | | habanero, garrison, barreleye, |
+| | | | firestone, palmetto, vesnin, |
+| | | | romulus |
++--------------------+-------------------+-------------------+------------------------------------+
+| machine-xml | dce824c12588 | 74b5ebb1875e | witherspoon |
++--------------------+-------------------+-------------------+------------------------------------+
+| petitboot | v1.7.4 | v1.7.5 | witherspoon, p9dsu, zaius, |
+| | | | habanero, firenze, garrison, |
+| | | | barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, |
+| | | | firestone, palmetto, |
+| | | | openpower_p9_mambo, vesnin, zz, |
+| | | | romulus |
++--------------------+-------------------+-------------------+------------------------------------+
+| sbe | 7aa21f6c0b11 | 9515af0355bc | witherspoon, p9dsu, zaius, romulus |
++--------------------+-------------------+-------------------+------------------------------------+
+| skiboot | v6.0.15 | v6.0.16 | witherspoon, p9dsu, zaius, |
+| | | | habanero, firenze, garrison, |
+| | | | barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, |
+| | | | firestone, palmetto, |
+| | | | openpower_p9_mambo, vesnin, zz, |
+| | | | romulus |
++--------------------+-------------------+-------------------+------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+hostboot (8):
+
+- `4e2905692e62 <https://github.com/open-power/hcode/commit/4e2905692e62>`__ Release tag
+ information updated for hw012519a.op920
+- `0dff4759c894 <https://github.com/open-power/hcode/commit/0dff4759c894>`__ Release tag
+ information updated for hw012619a.op920
+- `009de1f88dc7 <https://github.com/open-power/hcode/commit/009de1f88dc7>`__ Release tag
+ information updated for hw012719a.op920
+- `c18d1df0d68c <https://github.com/open-power/hcode/commit/c18d1df0d68c>`__ Release tag
+ information updated for hw012819a.op920
+- `44643c78452f <https://github.com/open-power/hcode/commit/44643c78452f>`__ Release tag
+ information updated for hw012919a.op920
+- `447b84ac689f <https://github.com/open-power/hcode/commit/447b84ac689f>`__ Release tag
+ information updated for hw013019a.op920
+- `fe34d27b5e45 <https://github.com/open-power/hcode/commit/fe34d27b5e45>`__ Release tag
+ information updated for hw013119a.op920
+- `af8c4dbd803d <https://github.com/open-power/hcode/commit/af8c4dbd803d>`__ Release tag
+ information updated for hw020319a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.0.13-patches-1:
+
+Patches
+~~~~~~~
+
+- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/v2.0.13/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/v2.0.13/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/v2.0.13/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _v2.0.13-commits-1:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `025427c563db <https://github.com/open-power/hostboot/commit/025427c563db>`__ Add kernel debug
+ trace to Invalid IPC Message Errors
+
+Caleb Palmer (1):
+
+- `7995cbcf6dc4 <https://github.com/open-power/hostboot/commit/7995cbcf6dc4>`__ PRD: Nimbus symbol
+ mark performance workaround
+
+Dan Crowell (3):
+
+- `51206826999d <https://github.com/open-power/hostboot/commit/51206826999d>`__ Add msgsync to
+ doorbell wakeup logic to avoid weak consistency bug
+- `dad96d18d5fb <https://github.com/open-power/hostboot/commit/dad96d18d5fb>`__ Add retry to slave
+ core wakeup path
+- `753249ad9bd9 <https://github.com/open-power/hostboot/commit/753249ad9bd9>`__ Do not gard cores
+ on the initial core wakeup failure
+
+Daniel M. Crowell (1):
+
+- `10dbf93a5d9a <https://github.com/open-power/hostboot/commit/10dbf93a5d9a>`__ Revert “Mask early
+ hang indicators from nmmu/vas unit”
+
+Ilya Smirnov (2):
+
+- `0d34eb9e7224 <https://github.com/open-power/hostboot/commit/0d34eb9e7224>`__ Create an
+ LRDIMM_CAPABLE HB Config
+- `831eab0a05a1 <https://github.com/open-power/hostboot/commit/831eab0a05a1>`__ Mark
+ IPC_DATA_INVALID Errors as Informational
+
+Jenny Huynh (2):
+
+- `2f222c9181dd <https://github.com/open-power/hostboot/commit/2f222c9181dd>`__ Tune xbus
+ packet_delay_limit for various systems
+- `55243e7dd02d <https://github.com/open-power/hostboot/commit/55243e7dd02d>`__ Mask early hang
+ indicators from nmmu/vas unit
+
+Stephen Glancy (1):
+
+- `e0d1b03eb482 <https://github.com/open-power/hostboot/commit/e0d1b03eb482>`__ Default DDR4-3200
+ to 2666
+
+Tsung Yeung (1):
+
+- `ece0f30d17f9 <https://github.com/open-power/hostboot/commit/ece0f30d17f9>`__ Default DDR4-2933
+ to 2666
+
+Zane Shelley (1):
+
+- `2fcb5a926d82 <https://github.com/open-power/hostboot/commit/2fcb5a926d82>`__ PRD: buffer overrun
+ issue in PRD capture data
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.0.13-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.0.13-commits-2:
+
+Commits
+~~~~~~~
+
+Samuel Mendoza-Jonas (1):
+
+- `47038255f6ec <https://github.com/open-power/petitboot/commit/47038255f6ec>`__ lib/url: Include
+ port in pb_url_to_string()
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.0.13-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.0.13-commits-3:
+
+Commits
+~~~~~~~
+
+Jenny Huynh (1):
+
+- `9515af0355bc <https://github.com/open-power/sbe/commit/9515af0355bc>`__ Mask early hang
+ indicators from nmmu/vas unit
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.0.13-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.0.13-commits-4:
+
+Commits
+~~~~~~~
+
+Deb McLemore (2):
+
+- `035230125f9a <https://github.com/open-power/skiboot/commit/035230125f9a>`__ p9dsu: Fix p9dsu
+ default variant
+- `7c3a512b4edc <https://github.com/open-power/skiboot/commit/7c3a512b4edc>`__ p9dsu: Fix p9dsu
+ slot tables
+
+Michael Neuling (1):
+
+- `be332624c2c1 <https://github.com/open-power/skiboot/commit/be332624c2c1>`__ phb4: Generate
+ checkstop on AIB ECC corr/uncorr for DD2.0 parts
+
+Reza Arbab (1):
+
+- `0d17c10fe4d6 <https://github.com/open-power/skiboot/commit/0d17c10fe4d6>`__ core/lock: Stop
+ drop_my_locks() from always causing abort
+
+Vasant Hegde (1):
+
+- `9e22b74601cc <https://github.com/open-power/skiboot/commit/9e22b74601cc>`__ skiboot v6.0.16
+ release notes
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _v2.0.13-patches-5:
+
+Patches
+~~~~~~~
+
+.. _v2.0.13-commits-5:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (3):
+
+- `c488a6234d09 <https://github.com/open-power/witherspoon-xml/commit/c488a6234d09>`__ Added value
+ to TPM FRU ID
+- `dce824c12588 <https://github.com/open-power/witherspoon-xml/commit/dce824c12588>`__ Backing out
+ TPM FRU ID
+- `74b5ebb1875e <https://github.com/open-power/witherspoon-xml/commit/74b5ebb1875e>`__ Merging
+ Master into op-build branch (#79)
+
+sannerd (1):
+
+- `c8bca533fcea <https://github.com/open-power/witherspoon-xml/commit/c8bca533fcea>`__ Default
+ Spectre/Meltdown HW Inits to Kernel mode (#78)
diff --git a/_sources/release-notes/v2.0.14.rst.txt b/_sources/release-notes/v2.0.14.rst.txt
new file mode 100644
index 0000000..3c72523
--- /dev/null
+++ b/_sources/release-notes/v2.0.14.rst.txt
@@ -0,0 +1,357 @@
+Release Notes for OpenPower Firmware v2.0.14
+============================================
+
+Updated Packages
+----------------
+
++------------------+------------------+-------------------+--------------------------------------+
+| Package | Old Version | New Version | Platforms |
++==================+==================+===================+======================================+
+| hcode | hw020319a.op920 | hw022419a.op920 | witherspoon, p9dsu, zaius, romulus |
++------------------+------------------+-------------------+--------------------------------------+
+| hostboot | 753249ad9bd9 | 879d21d3cd70 | witherspoon, p9dsu, zaius, romulus |
++------------------+------------------+-------------------+--------------------------------------+
+| hostboot-binarie | hw020319a.op920 | hw022419a.op920 | witherspoon, p9dsu, zaius, habanero, |
+| s | | | garrison, barreleye, firestone, |
+| | | | palmetto, vesnin, romulus |
++------------------+------------------+-------------------+--------------------------------------+
+| machine-xml | 74b5ebb1875e | 2d9c9f0ebce1 | witherspoon |
++------------------+------------------+-------------------+--------------------------------------+
+| occ | 39d77452d00c | 8fa385457a34 | witherspoon, p9dsu, zaius, zz, |
+| | | | romulus |
++------------------+------------------+-------------------+--------------------------------------+
+| skiboot | v6.0.16 | v6.0.18 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, |
+| | | | pseries, firestone, palmetto, |
+| | | | openpower_p9_mambo, vesnin, zz, |
+| | | | romulus |
++------------------+------------------+-------------------+--------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+hostboot (21):
+
+- `2172848cf283 <https://github.com/open-power/hcode/commit/2172848cf283>`__ Release tag
+ information updated for hw020419a.op920
+- `00f61a077e44 <https://github.com/open-power/hcode/commit/00f61a077e44>`__ Release tag
+ information updated for hw020519a.op920
+- `35bd55541bfa <https://github.com/open-power/hcode/commit/35bd55541bfa>`__ Release tag
+ information updated for hw020619a.op920
+- `f6276913a4f4 <https://github.com/open-power/hcode/commit/f6276913a4f4>`__ Release tag
+ information updated for hw020719a.op920
+- `26b2f1a3b2ef <https://github.com/open-power/hcode/commit/26b2f1a3b2ef>`__ Release tag
+ information updated for hw020819a.op920
+- `4fb08ebfbe04 <https://github.com/open-power/hcode/commit/4fb08ebfbe04>`__ Release tag
+ information updated for hw020919a.op920
+- `bb49f3c5a19a <https://github.com/open-power/hcode/commit/bb49f3c5a19a>`__ Release tag
+ information updated for hw021019a.op920
+- `57ece14f413b <https://github.com/open-power/hcode/commit/57ece14f413b>`__ Release tag
+ information updated for hw021119a.op920
+- `5172ed110220 <https://github.com/open-power/hcode/commit/5172ed110220>`__ Release tag
+ information updated for hw021219a.op920
+- `2f4a909a646a <https://github.com/open-power/hcode/commit/2f4a909a646a>`__ Release tag
+ information updated for hw021319a.op920
+- `e78ba0a2b89d <https://github.com/open-power/hcode/commit/e78ba0a2b89d>`__ Release tag
+ information updated for hw021419a.op920
+- `67da000d72e9 <https://github.com/open-power/hcode/commit/67da000d72e9>`__ Release tag
+ information updated for hw021519a.op920
+- `f398c01cab7b <https://github.com/open-power/hcode/commit/f398c01cab7b>`__ Release tag
+ information updated for hw021619a.op920
+- `acd5701c7dbe <https://github.com/open-power/hcode/commit/acd5701c7dbe>`__ Release tag
+ information updated for hw021719a.op920
+- `b67d5512af01 <https://github.com/open-power/hcode/commit/b67d5512af01>`__ Release tag
+ information updated for hw021819a.op920
+- `732d24bdf26f <https://github.com/open-power/hcode/commit/732d24bdf26f>`__ Release tag
+ information updated for hw021919a.op920
+- `1623463840ba <https://github.com/open-power/hcode/commit/1623463840ba>`__ Release tag
+ information updated for hw022019a.op920
+- `ff08e55b5b6a <https://github.com/open-power/hcode/commit/ff08e55b5b6a>`__ Release tag
+ information updated for hw022119a.op920
+- `48d2d4b83b76 <https://github.com/open-power/hcode/commit/48d2d4b83b76>`__ Release tag
+ information updated for hw022219a.op920
+- `26bf384a68ee <https://github.com/open-power/hcode/commit/26bf384a68ee>`__ Release tag
+ information updated for hw022319a.op920
+- `b2aa713cda5b <https://github.com/open-power/hcode/commit/b2aa713cda5b>`__ Release tag
+ information updated for hw022419a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _patches-2.0.14-1:
+
+Patches
+~~~~~~~
+
+- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _commits-2.0.14-1:
+
+Commits
+~~~~~~~
+
+Chris Cain (1):
+
+- `b61625064744 <https://github.com/open-power/hostboot/commit/b61625064744>`__ HTMGT: Change OCC
+ logs to info while recovery is still being attempted
+
+Corey Swenson (1):
+
+- `3c093dc41a70 <https://github.com/open-power/hostboot/commit/3c093dc41a70>`__ Use virtual address
+ buffer to read mvpd rings
+
+Dan Crowell (2):
+
+- `8a977a1bbb12 <https://github.com/open-power/hostboot/commit/8a977a1bbb12>`__ Move libconsole
+ into base image
+- `39cba205cc2f <https://github.com/open-power/hostboot/commit/39cba205cc2f>`__ Force reboot
+ without visible errors for core wakeup failure
+
+Daniel M. Crowell (2):
+
+- `394c3ff5002b <https://github.com/open-power/hostboot/commit/394c3ff5002b>`__ Revert “HW474117
+ WAT to allow firmware to disable bypass on port”
+- `603a666e67c8 <https://github.com/open-power/hostboot/commit/603a666e67c8>`__ Revert “PRD: Nimbus
+ symbol mark performance workaround”
+
+Dean Sanner (1):
+
+- `4c0019e57fc4 <https://github.com/open-power/hostboot/commit/4c0019e57fc4>`__ Find cpu struct
+ directly in doorbell interrupt handler
+
+Greg Still (1):
+
+- `22261c1edce7 <https://github.com/open-power/hostboot/commit/22261c1edce7>`__ PM: fix cable pull
+ issue in clearing clock sync upon PM Complex Reset
+
+Jaymes Wilks (1):
+
+- `00a5a36ed2c1 <https://github.com/open-power/hostboot/commit/00a5a36ed2c1>`__ Add TPM FRU
+ Inventory Record Data
+
+Nick Bofferding (3):
+
+- `236d2178bd66 <https://github.com/open-power/hostboot/commit/236d2178bd66>`__ Enhance RAS for
+ case where boot firmware image is too big to load
+- `d23603024bc4 <https://github.com/open-power/hostboot/commit/d23603024bc4>`__ Only allow key
+ transition in istep 10.2
+- `879d21d3cd70 <https://github.com/open-power/hostboot/commit/879d21d3cd70>`__ Support parsing
+ call home informational eSELs with debug tooling
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _patches-2.0.14-2:
+
+Patches
+~~~~~~~
+
+.. _commits-2.0.14-2:
+
+Commits
+~~~~~~~
+
+Chris Cain (1):
+
+- `8fa385457a34 <https://github.com/open-power/occ/commit/8fa385457a34>`__ Add PGPE traces and data
+ to OCC logs
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _patches-2.0.14-3:
+
+Patches
+~~~~~~~
+
+.. _commits-2.0.14-3:
+
+Commits
+~~~~~~~
+
+Alexey Kardashevskiy (2):
+
+- `84baad3ee52f <https://github.com/open-power/skiboot/commit/84baad3ee52f>`__ cpufeatures: Always
+ advertise POWER8NVL as DD2
+- `4d761a3bf034 <https://github.com/open-power/skiboot/commit/4d761a3bf034>`__ hw/phb3/naples:
+ Disable D-states
+
+Andrew Jeffery (48):
+
+- `d565ef89fbc9 <https://github.com/open-power/skiboot/commit/d565ef89fbc9>`__ libflash/test:
+ Generate header dependencies for tests
+- `ef7e13706e40 <https://github.com/open-power/skiboot/commit/ef7e13706e40>`__ test-ipmi-hiomap:
+ Add ability to delay some IPMI messages
+- `dab117481e66 <https://github.com/open-power/skiboot/commit/dab117481e66>`__ test-ipmi-hiomap:
+ Dump unexpected IPMI messages
+- `cfaabaeb605d <https://github.com/open-power/skiboot/commit/cfaabaeb605d>`__ test-ipmi-hiomap:
+ Ensure the completion code is set
+- `ea7d8f1ae801 <https://github.com/open-power/skiboot/commit/ea7d8f1ae801>`__ test-ipmi-hiomap:
+ Print some information on early
+- `2c8497036812 <https://github.com/open-power/skiboot/commit/2c8497036812>`__
+ libflash/ipmi-hiomap: Fix leak of msg in callback
+- `0875e9fed8d0 <https://github.com/open-power/skiboot/commit/0875e9fed8d0>`__
+ libflash/ipmi-hiomap: Overhaul error handling
+- `0576b743bf18 <https://github.com/open-power/skiboot/commit/0576b743bf18>`__
+ libflash/ipmi-hiomap: Overhaul event handling
+- `5117b2c56d65 <https://github.com/open-power/skiboot/commit/5117b2c56d65>`__
+ libflash/ipmi-hiomap: Remove unused close handling
+- `bdf19fbcb226 <https://github.com/open-power/skiboot/commit/bdf19fbcb226>`__
+ libflash/ipmi-hiomap: Enforce message size for empty response
+- `01ab517e8065 <https://github.com/open-power/skiboot/commit/01ab517e8065>`__ test-ipmi-hiomap:
+ Add protocol-persistent-error test
+- `bb3f88bb5df6 <https://github.com/open-power/skiboot/commit/bb3f88bb5df6>`__ test-ipmi-hiomap:
+ Add read-one-block test
+- `aeb4b5e9cab8 <https://github.com/open-power/skiboot/commit/aeb4b5e9cab8>`__ test-ipmi-hiomap:
+ Add read-two-blocks test
+- `b3fa96125e20 <https://github.com/open-power/skiboot/commit/b3fa96125e20>`__ test-ipmi-hiomap:
+ Add event-before-read
+- `cb87c68ac909 <https://github.com/open-power/skiboot/commit/cb87c68ac909>`__ test-ipmi-hiomap:
+ Add event-during-read test
+- `4f47d648b62b <https://github.com/open-power/skiboot/commit/4f47d648b62b>`__ test-ipmi-hiomap:
+ Add write-one-block test
+- `fd5420df2cc3 <https://github.com/open-power/skiboot/commit/fd5420df2cc3>`__ test-ipmi-hiomap:
+ Add write-two-blocks test
+- `9f3d3d442d27 <https://github.com/open-power/skiboot/commit/9f3d3d442d27>`__ test-ipmi-hiomap:
+ Add event-before-write test
+- `517028357911 <https://github.com/open-power/skiboot/commit/517028357911>`__ test-ipmi-hiomap:
+ Add event-during-write test
+- `9ef913cd3f52 <https://github.com/open-power/skiboot/commit/9ef913cd3f52>`__ test-ipmi-hiomap:
+ Add erase-one-block test
+- `54c3d1b7e709 <https://github.com/open-power/skiboot/commit/54c3d1b7e709>`__ test-ipmi-hiomap:
+ Add erase-two-blocks test
+- `414f8d6c20e5 <https://github.com/open-power/skiboot/commit/414f8d6c20e5>`__ test-ipmi-hiomap:
+ Add event-before-erase test
+- `372d6290f6ef <https://github.com/open-power/skiboot/commit/372d6290f6ef>`__ test-ipmi-hiomap:
+ Add event-during-erase
+- `7722b3fab3ac <https://github.com/open-power/skiboot/commit/7722b3fab3ac>`__ test-ipmi-hiomap:
+ Add bad-sequence test
+- `243b5e276691 <https://github.com/open-power/skiboot/commit/243b5e276691>`__ test-ipmi-hiomap:
+ Add action-error test
+- `4591893d3dd2 <https://github.com/open-power/skiboot/commit/4591893d3dd2>`__ test-ipmi-hiomap:
+ Add get-flash-info test
+- `59fef8a367d6 <https://github.com/open-power/skiboot/commit/59fef8a367d6>`__ test-ipmi-hiomap:
+ Add get-info-error test
+- `fda66a4a84d7 <https://github.com/open-power/skiboot/commit/fda66a4a84d7>`__ test-ipmi-hiomap:
+ Add get-flash-info-error test
+- `5ad9ac6f588a <https://github.com/open-power/skiboot/commit/5ad9ac6f588a>`__ test-ipmi-hiomap:
+ Add create-read-window-error test
+- `203470f8524b <https://github.com/open-power/skiboot/commit/203470f8524b>`__ test-ipmi-hiomap:
+ Add create-write-window-error test
+- `ddeb048bec98 <https://github.com/open-power/skiboot/commit/ddeb048bec98>`__ test-ipmi-hiomap:
+ Add mark-dirty-error test
+- `70651e1a4d8d <https://github.com/open-power/skiboot/commit/70651e1a4d8d>`__ test-ipmi-hiomap:
+ Add flush-error test
+- `f495309913ec <https://github.com/open-power/skiboot/commit/f495309913ec>`__ test-ipmi-hiomap:
+ Add ack-error test
+- `634a61d0cad1 <https://github.com/open-power/skiboot/commit/634a61d0cad1>`__ test-ipmi-hiomap:
+ Add erase-error test
+- `4d90d02baaa7 <https://github.com/open-power/skiboot/commit/4d90d02baaa7>`__ test-ipmi-hiomap:
+ Add ack-malformed tests
+- `51248765629b <https://github.com/open-power/skiboot/commit/51248765629b>`__ test-ipmi-hiomap:
+ Add get-info-malformed tests
+- `f7f20ebc477e <https://github.com/open-power/skiboot/commit/f7f20ebc477e>`__ test-ipmi-hiomap:
+ Add get-flash-info-malformed tests
+- `a94951a93fd3 <https://github.com/open-power/skiboot/commit/a94951a93fd3>`__ test-ipmi-hiomap:
+ Add create-read-window-malformed tests
+- `79fe8d1402a9 <https://github.com/open-power/skiboot/commit/79fe8d1402a9>`__ test-ipmi-hiomap:
+ Add create-write-window-malformed tests
+- `6ae5477049f6 <https://github.com/open-power/skiboot/commit/6ae5477049f6>`__ test-ipmi-hiomap:
+ Add mark-dirty-malformed tests
+- `7f809abfae39 <https://github.com/open-power/skiboot/commit/7f809abfae39>`__ test-ipmi-hiomap:
+ Add flush-malformed tests
+- `e5033fce6b6f <https://github.com/open-power/skiboot/commit/e5033fce6b6f>`__ test-ipmi-hiomap:
+ Add erase-malformed tests
+- `01208d393d40 <https://github.com/open-power/skiboot/commit/01208d393d40>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-ack test
+- `f328d44b13a5 <https://github.com/open-power/skiboot/commit/f328d44b13a5>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-get-info test
+- `2a8a9179abc4 <https://github.com/open-power/skiboot/commit/2a8a9179abc4>`__ test-ipmi-hiomap:
+ Add protocol-recovery-get-flash-info-failure test
+- `9ec4f741dda4 <https://github.com/open-power/skiboot/commit/9ec4f741dda4>`__ test-ipmi-hiomap:
+ Add read-one-block-twice test
+- `311991fe40bc <https://github.com/open-power/skiboot/commit/311991fe40bc>`__ test-ipmi-hiomap:
+ Add write-one-block-twice test
+- `f4554864bef3 <https://github.com/open-power/skiboot/commit/f4554864bef3>`__ test-ipmi-hiomap:
+ Add erase-one-block-twice test
+
+Nicholas Piggin (1):
+
+- `59d9ab63b397 <https://github.com/open-power/skiboot/commit/59d9ab63b397>`__ core/cpu: HID update
+ race
+
+Shilpasri G Bhat (1):
+
+- `a3c884939561 <https://github.com/open-power/skiboot/commit/a3c884939561>`__ powercap: occ: Fix
+ the powercapping range allowed for user
+
+Stewart Smith (3):
+
+- `1a90d5922fcf <https://github.com/open-power/skiboot/commit/1a90d5922fcf>`__ firmware-versions:
+ Add test case for parsing VERSION
+- `cc7945c73469 <https://github.com/open-power/skiboot/commit/cc7945c73469>`__ hdata/test:
+ workaround dtc bugs
+- `229ed05931b5 <https://github.com/open-power/skiboot/commit/229ed05931b5>`__ skiboot v6.0.17
+ release notes
+
+Vasant Hegde (10):
+
+- `f23e2102374a <https://github.com/open-power/skiboot/commit/f23e2102374a>`__ hdata: Fix dtc
+ warnings
+- `5a157d1e4293 <https://github.com/open-power/skiboot/commit/5a157d1e4293>`__ core/ipmi: Improve
+ error message
+- `e5ee11f6e796 <https://github.com/open-power/skiboot/commit/e5ee11f6e796>`__ core/opal: Print PIR
+ value in exit path
+- `ac9e1fdb6115 <https://github.com/open-power/skiboot/commit/ac9e1fdb6115>`__ ipmi/power: Fix
+ system reboot issue
+- `0d8a56aee77c <https://github.com/open-power/skiboot/commit/0d8a56aee77c>`__ hw/bt: Fix message
+ retry handler
+- `57b6b87a7810 <https://github.com/open-power/skiboot/commit/57b6b87a7810>`__ hw/bt: Add backend
+ interface to disable ipmi message retry option
+- `53d0266881ba <https://github.com/open-power/skiboot/commit/53d0266881ba>`__ hw/bt: Introduce
+ separate list for synchronous messages
+- `184f81559530 <https://github.com/open-power/skiboot/commit/184f81559530>`__ core/ipmi: Add ipmi
+ sync messages to top of the list
+- `1d1a977916b6 <https://github.com/open-power/skiboot/commit/1d1a977916b6>`__ hw/bt: Do not
+ disable ipmi message retry during OPAL boot
+- `b90de1aae03c <https://github.com/open-power/skiboot/commit/b90de1aae03c>`__ skiboot v6.0.18
+ release notes
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _patches-2.0.14-4:
+
+Patches
+~~~~~~~
+
+.. _commits-2.0.14-4:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (2):
+
+- `bea477bf4f9a <https://github.com/open-power/witherspoon-xml/commit/bea477bf4f9a>`__ Fixing GPU
+ I2C Addresses
+- `2d9c9f0ebce1 <https://github.com/open-power/witherspoon-xml/commit/2d9c9f0ebce1>`__ Adding in
+ TPM FRU info
diff --git a/_sources/release-notes/v2.0.15.rst.txt b/_sources/release-notes/v2.0.15.rst.txt
new file mode 100644
index 0000000..c4fa77b
--- /dev/null
+++ b/_sources/release-notes/v2.0.15.rst.txt
@@ -0,0 +1,136 @@
+Release Notes for OpenPower Firmware v2.0.15
+============================================
+
+Updated Packages
+----------------
+
++-------------------+------------------+---------------+-----------------------------------------+
+| Package | Old Version | New Version | Platforms |
++===================+==================+===============+=========================================+
+| hcode | hw022419a.op920 | hw031819a.op9 | witherspoon, p9dsu, zaius, romulus |
+| | | 20 | |
++-------------------+------------------+---------------+-----------------------------------------+
+| hostboot | 879d21d3cd70f | c00d44a9ad03 | witherspoon, p9dsu, zaius, romulus |
++-------------------+------------------+---------------+-----------------------------------------+
+| hostboot-binaries | hw022419a.op920 | hw031819a.op9 | witherspoon, p9dsu, zaius, habanero, |
+| | | 20 | garrison, barreleye, firestone, |
+| | | | palmetto, vesnin, romulus |
++-------------------+------------------+---------------+-----------------------------------------+
+| sbe | 9515af0355bc0 | b6ee17b168d8 | witherspoon, p9dsu, zaius, romulus |
++-------------------+------------------+---------------+-----------------------------------------+
+| skiboot | v6.0.18 | v6.0.19 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, |
+| | | | pseries, firestone, palmetto, |
+| | | | openpower_p9_mambo, vesnin, zz, romulus |
++-------------------+------------------+---------------+-----------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+hostboot (10):
+
+- `8dda62b91c31 <https://github.com/open-power/hcode/commit/8dda62b91c31>`__ Release tag
+ information updated for hw030819a.op920
+- `efaccccbfa44 <https://github.com/open-power/hcode/commit/efaccccbfa44>`__ Release tag
+ information updated for hw030919a.op920
+- `1113169cfa3c <https://github.com/open-power/hcode/commit/1113169cfa3c>`__ Release tag
+ information updated for hw031019a.op920
+- `e6b6afd59e41 <https://github.com/open-power/hcode/commit/e6b6afd59e41>`__ Release tag
+ information updated for hw031119a.op920
+- `5efba036dd35 <https://github.com/open-power/hcode/commit/5efba036dd35>`__ Release tag
+ information updated for hw031219a.op920
+- `ebc36ceff4a7 <https://github.com/open-power/hcode/commit/ebc36ceff4a7>`__ Release tag
+ information updated for hw031319a.op920
+- `c4a91021e44f <https://github.com/open-power/hcode/commit/c4a91021e44f>`__ Release tag
+ information updated for hw031419a.op920
+- `68ae13f9635c <https://github.com/open-power/hcode/commit/68ae13f9635c>`__ Release tag
+ information updated for hw031619a.op920
+- `60cb47dae2ca <https://github.com/open-power/hcode/commit/60cb47dae2ca>`__ Release tag
+ information updated for hw031719a.op920
+- `478978b7819d <https://github.com/open-power/hcode/commit/478978b7819d>`__ Release tag
+ information updated for hw031819a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _patches-1:
+
+Patches
+~~~~~~~
+
+- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _commits-1:
+
+Commits
+~~~~~~~
+
+Christian Geddes (1):
+
+- `a40b4b4f688d <https://github.com/open-power/hostboot/commit/a40b4b4f688d>`__ Load HWAS module
+ earlier in ext init tasks
+
+Jenny Huynh (1):
+
+- `c00d44a9ad03 <https://github.com/open-power/hostboot/commit/c00d44a9ad03>`__ Mask NMMUFIR(7),
+ NMMUFIR(36:39)
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _patches-2:
+
+Patches
+~~~~~~~
+
+.. _commits-2:
+
+Commits
+~~~~~~~
+
+Jenny Huynh (1):
+
+- `b6ee17b168d8 <https://github.com/open-power/sbe/commit/b6ee17b168d8>`__ Mask NMMUFIR(7),
+ NMMUFIR(36:39)
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _patches-3:
+
+Patches
+~~~~~~~
+
+.. _commits-3:
+
+Commits
+~~~~~~~
+
+Deb McLemore (2):
+
+- `6fda4bc333e4 <https://github.com/open-power/skiboot/commit/6fda4bc333e4>`__ p9dsu: Fix slot
+ labels for p9dsu2u
+- `af316fed0205 <https://github.com/open-power/skiboot/commit/af316fed0205>`__ p9dsu: Undo slot
+ label name changes
+
+Vasant Hegde (1):
+
+- `3d135fe39a6a <https://github.com/open-power/skiboot/commit/3d135fe39a6a>`__ skiboot v6.0.19
+ release notes
diff --git a/_sources/release-notes/v2.0.16.rst.txt b/_sources/release-notes/v2.0.16.rst.txt
new file mode 100644
index 0000000..4291937
--- /dev/null
+++ b/_sources/release-notes/v2.0.16.rst.txt
@@ -0,0 +1,286 @@
+Release Notes for OpenPower Firmware v2.0.16
+============================================
+
+op-build v2.0.16 was released on July 10th 2019, it replaces v2.0.15 as the latest stable version in the
+v2.0.y series.
+
+Updated Packages
+----------------
+
++---------------------+------------------+------------------+-----------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+==================+==================+===============================================+
+| busybox | 1.29.0 | 1.29.3 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| dtc | 1.4.4 | 1.4.7 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| elfutils | 0.169 | 0.174 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| ethtool | 4.15 | 4.16 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| glibc | glibc-2.27-57-g6 | glibc-2.28-69-g1 | p9dsu_dev, witherspoon, p9dsu, zaius, |
+| | c99e37f6fb6 | e5c5303a522 | habanero, firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, openpower_p9_mambo, |
+| | | | vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| hcode | hw031819a.op920 | hw040919a.op920 | witherspoon, p9dsu, zaius, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| hostboot | c00d44a9ad03 | 8591ded70260 | witherspoon, p9dsu, zaius, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| hostboot-binaries | hw031819a.op920 | hw040919a.op920 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, firestone, palmetto, |
+| | | | vesnin, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| kmod | 24 | 25 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| linux | 4.17.12 | 4.19.57 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| linux-firmware | 65b1c68c63f9 | 44d4fca9922a | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| linux-headers | 4.17.12 | 4.19.57 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| lvm2 | 2.02.173 | 2.02.180 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| machine-xml | 19a516499e10 | c5c35cb575ed | garrison |
++---------------------+------------------+------------------+-----------------------------------------------+
+| skiboot | v6.0.19 | v6.0.20 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+| util-linux | 2.32 | 2.32.1 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, openpower_mambo, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++---------------------+------------------+------------------+-----------------------------------------------+
+
+New Packages
+------------
+
++-----------------------------------+-----------------------------------+-----------------------------------+
+| Package | Version | Platforms |
++===================================+===================================+===================================+
+| libaio | 0.3.111 | witherspoon,p9dsu,zaius,habanero, |
+| | | firenze,garrison,barreleye,openpo |
+| | | wer_mambo,witherspoon_dev,pseries |
+| | | ,firestone,palmetto,vesnin,zz,rom |
+| | | ulus |
++-----------------------------------+-----------------------------------+-----------------------------------+
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Joel Stanley (1):
+
+- `1a7255c95008 <https://github.com/open-power/garrison-xml/commit/1a7255c95008>`__ Fix IBSCOM_MCS_BASE_ADDR
+ value
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+.. _v2.0.16-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.0.16-commits-1:
+
+Commits
+~~~~~~~
+
+hostboot (22):
+
+- `662625844b91 <https://github.com/open-power/hcode/commit/662625844b91>`__ Release tag information updated
+ for hw031919a.op920
+- `a850f50a0433 <https://github.com/open-power/hcode/commit/a850f50a0433>`__ Release tag information updated
+ for hw032019a.op920
+- `ddc3338e020c <https://github.com/open-power/hcode/commit/ddc3338e020c>`__ Release tag information updated
+ for hw032119a.op920
+- `51655a2e44b9 <https://github.com/open-power/hcode/commit/51655a2e44b9>`__ Release tag information updated
+ for hw032219a.op920
+- `f857afc4c02c <https://github.com/open-power/hcode/commit/f857afc4c02c>`__ Release tag information updated
+ for hw032319a.op920
+- `003ce3fa1578 <https://github.com/open-power/hcode/commit/003ce3fa1578>`__ Release tag information updated
+ for hw032419a.op920
+- `cf71a916dbe4 <https://github.com/open-power/hcode/commit/cf71a916dbe4>`__ Release tag information updated
+ for hw032519a.op920
+- `bf22b001b1a5 <https://github.com/open-power/hcode/commit/bf22b001b1a5>`__ Release tag information updated
+ for hw032619a.op920
+- `e023ce198067 <https://github.com/open-power/hcode/commit/e023ce198067>`__ Release tag information updated
+ for hw032719a.op920
+- `d2ba8f999f00 <https://github.com/open-power/hcode/commit/d2ba8f999f00>`__ Release tag information updated
+ for hw032819a.op920
+- `a7fb2f87578c <https://github.com/open-power/hcode/commit/a7fb2f87578c>`__ Release tag information updated
+ for hw032919a.op920
+- `41759882e94d <https://github.com/open-power/hcode/commit/41759882e94d>`__ Release tag information updated
+ for hw033019a.op920
+- `e453d5fbeb7b <https://github.com/open-power/hcode/commit/e453d5fbeb7b>`__ Release tag information updated
+ for hw033119a.op920
+- `80b345329a3d <https://github.com/open-power/hcode/commit/80b345329a3d>`__ Release tag information updated
+ for hw040119a.op920
+- `8155f1b7d1b6 <https://github.com/open-power/hcode/commit/8155f1b7d1b6>`__ Release tag information updated
+ for hw040219a.op920
+- `c3b99ec9f029 <https://github.com/open-power/hcode/commit/c3b99ec9f029>`__ Release tag information updated
+ for hw040319a.op920
+- `ae61756b99d9 <https://github.com/open-power/hcode/commit/ae61756b99d9>`__ Release tag information updated
+ for hw040419a.op920
+- `51398795e34f <https://github.com/open-power/hcode/commit/51398795e34f>`__ Release tag information updated
+ for hw040519a.op920
+- `d9513d8e6920 <https://github.com/open-power/hcode/commit/d9513d8e6920>`__ Release tag information updated
+ for hw040619a.op920
+- `e666d76d557c <https://github.com/open-power/hcode/commit/e666d76d557c>`__ Release tag information updated
+ for hw040719a.op920
+- `6cd3c8d037ab <https://github.com/open-power/hcode/commit/6cd3c8d037ab>`__ Release tag information updated
+ for hw040819a.op920
+- `f09b4f140279 <https://github.com/open-power/hcode/commit/f09b4f140279>`__ Release tag information updated
+ for hw040919a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.0.16-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.0.16-commits-2:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (2):
+
+- `e3199030c431 <https://github.com/open-power/hostboot/commit/e3199030c431>`__ Modify IPMI Timeout Value
+- `c9d1f3e3e115 <https://github.com/open-power/hostboot/commit/c9d1f3e3e115>`__ Restore Timebase on Master
+ Core Threads 1-3 after Sleep/Winkle
+
+Caleb Palmer (1):
+
+- `5b0de295ed7c <https://github.com/open-power/hostboot/commit/5b0de295ed7c>`__ Revert “Revert”PRD: Nimbus
+ symbol mark performance workaround""
+
+Chen Du (1):
+
+- `c824d6f2e1a2 <https://github.com/open-power/hostboot/commit/c824d6f2e1a2>`__ Get ring override failing
+
+Dan Crowell (1):
+
+- `d7b076ba12f6 <https://github.com/open-power/hostboot/commit/d7b076ba12f6>`__ Add sequence id to IPMI
+ timeout traces
+
+Ilya Smirnov (2):
+
+- `78ccbc76dbed <https://github.com/open-power/hostboot/commit/78ccbc76dbed>`__ Flush Errlmanager Queue
+ Before Fetching Gard Records
+- `387ed5acb388 <https://github.com/open-power/hostboot/commit/387ed5acb388>`__ Remove Redundant LPC Bus
+ Check
+
+Jennifer A. Stofer (1):
+
+- `8591ded70260 <https://github.com/open-power/hostboot/commit/8591ded70260>`__ Revert “Revert”HW474117 WAT
+ to allow firmware to disable bypass on port""
+
+Louis Stermole (1):
+
+- `e904aaee7381 <https://github.com/open-power/hostboot/commit/e904aaee7381>`__ Add workaround for Nimbus
+ symbol mark performance hw bug
+
+Nick Bofferding (1):
+
+- `3df3c9b61e4c <https://github.com/open-power/hostboot/commit/3df3c9b61e4c>`__ Only display ERRL user
+ details callouts/strings when dumping error to console
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.0.16-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.0.16-commits-3:
+
+Commits
+~~~~~~~
+
+Andrew Jeffery (1):
+
+- `f8f9d5ece92d <https://github.com/open-power/skiboot/commit/f8f9d5ece92d>`__ core/flash: Retry requests as
+ necessary in flash_load_resource()
+
+Mahesh Salgaonkar (2):
+
+- `ee8837ade2a4 <https://github.com/open-power/skiboot/commit/ee8837ade2a4>`__ Fix hang in
+ pnv_platform_error_reboot path due to TOD failure.
+- `0cbc866dae11 <https://github.com/open-power/skiboot/commit/0cbc866dae11>`__ opal/hmi: Initialize the hmi
+ event with old value of TFMR.
+
+Nicholas Piggin (1):
+
+- `68acaf102a15 <https://github.com/open-power/skiboot/commit/68acaf102a15>`__ core/lock: don’t set
+ bust_locks on lock error
+
+Oliver O’Halloran (2):
+
+- `effc8a898634 <https://github.com/open-power/skiboot/commit/effc8a898634>`__ hw/xscom: Enable sw xstop by
+ default on p9
+- `749ce5cf1916 <https://github.com/open-power/skiboot/commit/749ce5cf1916>`__ pci/iov: Remove skiboot VF
+ tracking
+
+Vasant Hegde (7):
+
+- `65a36d64be2a <https://github.com/open-power/skiboot/commit/65a36d64be2a>`__ core/ipmi: Print correct netfn
+ value
+- `ebe0de9aeb47 <https://github.com/open-power/skiboot/commit/ebe0de9aeb47>`__ libflash/ipmi-hiomap: Fix
+ blocks count issue
+- `82c778a378c3 <https://github.com/open-power/skiboot/commit/82c778a378c3>`__ test-ipmi-hiomap: Assert if
+ size is zero
+- `067695735641 <https://github.com/open-power/skiboot/commit/067695735641>`__ test-ipmi-hiomap: Add
+ write-one-byte test
+- `c6b0245a6ac5 <https://github.com/open-power/skiboot/commit/c6b0245a6ac5>`__ test-ipmi-hiomap: Fix
+ lpc-read-success
+- `bdd077a2256b <https://github.com/open-power/skiboot/commit/bdd077a2256b>`__ test-ipmi-hiomap: Add
+ read-one-byte test
+- `a2dabb70693b <https://github.com/open-power/skiboot/commit/a2dabb70693b>`__ skiboot v6.0.20 release notes
diff --git a/_sources/release-notes/v2.0.2.rst.txt b/_sources/release-notes/v2.0.2.rst.txt
new file mode 100644
index 0000000..d943b2e
--- /dev/null
+++ b/_sources/release-notes/v2.0.2.rst.txt
@@ -0,0 +1,50 @@
+Release Notes for OpenPower Firmware v2.0.2
+===========================================
+
+op-build v2.0.2 was released on Thursday May 24th, 2018 and replaces
+op-build v2.0.1 as the current stable release in the 2.0.x series.
+
+It is recommended that v2.0.2 be used over any previous v2.0.x version
+due to the bug fixes contained within.
+
+This release includes a skiboot version bump, where bugs are fixed
+related to i2c and TPMs.
+
+Updated Packages
+----------------
+
++---------+-------------+-------------+------------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=========+=============+=============+==================================================================+
+| skiboot | v6.0.2 | v6.0.3 | barreleye, firenze, firestone, garrison, habanero, |
+| | | | openpower\_mambo, openpower\_p9\_mambo, p9dsu, p9dsu\_dev, |
+| | | | palmetto, pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon\_dev, zaius, zz |
++---------+-------------+-------------+------------------------------------------------------------------+
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Oliver O'Halloran (4):
+
+- `e22f7e46dfa3 <https://github.com/open-power/skiboot/commit/e22f7e46dfa3>`__
+ p8-i2c: Allow a per-port default timeout
+- `ed21a758a43a <https://github.com/open-power/skiboot/commit/ed21a758a43a>`__
+ hdata: Add TPM timeout workaround
+- `652c0dd64313 <https://github.com/open-power/skiboot/commit/652c0dd64313>`__
+ libstb/i2c-driver: Bump max timeout
+- `d523a210dfbf <https://github.com/open-power/skiboot/commit/d523a210dfbf>`__
+ p8-i2c: Remove force reset
+
+Stewart Smith (1):
+
+- `8cdc58924f8d <https://github.com/open-power/skiboot/commit/8cdc58924f8d>`__
+ skiboot 6.0.3 release notes
diff --git a/_sources/release-notes/v2.0.3.rst.txt b/_sources/release-notes/v2.0.3.rst.txt
new file mode 100644
index 0000000..ed752c1
--- /dev/null
+++ b/_sources/release-notes/v2.0.3.rst.txt
@@ -0,0 +1,219 @@
+Release Notes for OpenPower Firmware v2.0.3
+===========================================
+
+op-build v2.0.3 was released on Friday June 1st, 2018 and replaces
+op-build v2.0.2 as the current stable release in the 2.0.x series.
+
+It is recommended that v2.0.3 be used over any previous v2.0.x version
+due to the bug fixes contained within.
+
+
+
+Updated Packages
+----------------
+
++----------+----------+----------+-------------------------------------------+
+| Package | Old | New | Platforms |
+| | Version | Version | |
++==========+==========+==========+===========================================+
+| hcode | hw051718 | hw052418 | zaius, p9dsu, witherspoon, romulus |
+| | a.op920 | a.op920 | |
++----------+----------+----------+-------------------------------------------+
+| hostboot | a4eb7f02 | acedcb2b | zaius, p9dsu, witherspoon, romulus |
++----------+----------+----------+-------------------------------------------+
+| linux | 4.16.8 | 4.16.13 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, |
+| | | | pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++----------+----------+----------+-------------------------------------------+
+| linux- | 4.16.8 | 4.16.13 | openpower_mambo, firestone, firenze, |
+| headers | | | garrison, zaius, p9dsu, palmetto, |
+| | | | pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++----------+----------+----------+-------------------------------------------+
+| occ | 77bb5e60 | 90208bbb | zaius, p9dsu, witherspoon, zz, romulus |
++----------+----------+----------+-------------------------------------------+
+| sbe | 8e0105e5 | a5969753 | zaius, p9dsu, witherspoon, romulus |
++----------+----------+----------+-------------------------------------------+
+| skiboot | v6.0.3 | v6.0.4 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, |
+| | | | pseries, vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++----------+----------+----------+-------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+hostboot (1):
+
+- `e7a16c0c8685 <https://github.com/open-power/hcode/commit/e7a16c0c8685>`__
+ Release tag information updated for hw052418a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _op-build-v2.0.3-patches-1:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.3-commits-1:
+
+Commits
+~~~~~~~
+
+Ben Gass (2):
+
+- `7395b3d68c7d <https://github.com/open-power/hostboot/commit/7395b3d68c7d>`__
+ Build p9n 10 and 20 by default.
+- `5ccd37ccb190 <https://github.com/open-power/hostboot/commit/5ccd37ccb190>`__
+ Shorten A-link timers for sim. Add polling for A-link training.
+
+CHRISTINA L. GRAVES (1):
+
+- `064aabffd3fc <https://github.com/open-power/hostboot/commit/064aabffd3fc>`__
+ p9_fab_iovalid fix to clear action0/1 bits corresponding w/ link
+ being enabled
+
+Dan Crowell (3):
+
+- `5ad4c1b7c7c2 <https://github.com/open-power/hostboot/commit/5ad4c1b7c7c2>`__
+ Modify debug framework to be build-independent
+- `b74ac8a05e42 <https://github.com/open-power/hostboot/commit/b74ac8a05e42>`__
+ Remove some files to remirror
+- `f0648a1fff9a <https://github.com/open-power/hostboot/commit/f0648a1fff9a>`__
+ Increase default watchdog timeout to 10 minutes
+
+Daniel Howe (1):
+
+- `95b92ae46750 <https://github.com/open-power/hostboot/commit/95b92ae46750>`__
+ dd1.1+ DL training procedure updates
+
+Jim Yuan (1):
+
+- `a19b501b6f44 <https://github.com/open-power/hostboot/commit/a19b501b6f44>`__
+ Fix FRU board mfg date and time.
+
+Joe McGill (9):
+
+- `5ee0dcd495f9 <https://github.com/open-power/hostboot/commit/5ee0dcd495f9>`__
+ FBC Level 1 procedures
+- `ac3743759da3 <https://github.com/open-power/hostboot/commit/ac3743759da3>`__
+ L2 HWPs – p9_smp_link_layer and p9_fab_iovalid
+- `5310a333a942 <https://github.com/open-power/hostboot/commit/5310a333a942>`__
+ L2 - Fabric updates for multi-chip support
+- `fc24bef6f147 <https://github.com/open-power/hostboot/commit/fc24bef6f147>`__
+ p9_fab_iovalid – invoke link validation subroutine
+- `d6f8088eaffb <https://github.com/open-power/hostboot/commit/d6f8088eaffb>`__
+ L3 update – p9_fab_iovalid
+- `be6b65540fef <https://github.com/open-power/hostboot/commit/be6b65540fef>`__
+ update HWP level metadata for nest, common files
+- `22160ff310f2 <https://github.com/open-power/hostboot/commit/22160ff310f2>`__
+ IO, FBC updates to enable ABUS for Fleetwood
+- `29144e081adb <https://github.com/open-power/hostboot/commit/29144e081adb>`__
+ shift XBUS FIR programming inits for secure boot
+- `fa7073699742 <https://github.com/open-power/hostboot/commit/fa7073699742>`__
+ p9_fab_iovalid – secure ABUS mailboxes after iovalid is asserted
+
+Louis Stermole (1):
+
+- `acedcb2b0fb2 <https://github.com/open-power/hostboot/commit/acedcb2b0fb2>`__
+ Add extra DRAM reset after RCD load on Nimbus
+
+Mike Baiocchi (1):
+
+- `8ab6717da706 <https://github.com/open-power/hostboot/commit/8ab6717da706>`__
+ Skip Diagnostic Mode for I2C Resets over FSI In All Cases
+
+Nick Klazynski (1):
+
+- `714f4c95797c <https://github.com/open-power/hostboot/commit/714f4c95797c>`__
+ Disable 2-for-1 on NDD2.2- and CDD1.2-
+
+dchowe (1):
+
+- `0a40c1b23c1a <https://github.com/open-power/hostboot/commit/0a40c1b23c1a>`__
+ Initfile updates for FBC DD2
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _op-build-v2.0.3-patches-2:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.3-commits-2:
+
+Commits
+~~~~~~~
+
+Douglas Gilbert (1):
+
+- `90208bbb6260 <https://github.com/open-power/occ/commit/90208bbb6260>`__
+ captureFir: Add delay and sbefifo reset
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _op-build-v2.0.3-patches-3:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.3-commits-3:
+
+Commits
+~~~~~~~
+
+Nick Klazynski (1):
+
+- `a59697535068 <https://github.com/open-power/sbe/commit/a59697535068>`__
+ Disable 2-for-1 on NDD2.2- and CDD1.2-
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _op-build-v2.0.3-patches-4:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.0.3-commits-4:
+
+Commits
+~~~~~~~
+
+Akshay Adiga (1):
+
+- `cc52c5620095 <https://github.com/open-power/skiboot/commit/cc52c5620095>`__
+ SLW: Remove stop1_lite and stop2_lite
+
+Mahesh Salgaonkar (1):
+
+- `3efceb169184 <https://github.com/open-power/skiboot/commit/3efceb169184>`__
+ opal-prd: Do not error out on first failure for soft/hard offline.
+
+Stewart Smith (1):
+
+- `c55a54bbf38b <https://github.com/open-power/skiboot/commit/c55a54bbf38b>`__
+ skiboot 6.0.4 release notes
diff --git a/_sources/release-notes/v2.0.4.rst.txt b/_sources/release-notes/v2.0.4.rst.txt
new file mode 100644
index 0000000..a8f7af6
--- /dev/null
+++ b/_sources/release-notes/v2.0.4.rst.txt
@@ -0,0 +1,287 @@
+Release Notes for OpenPower Firmware v2.0.4
+===========================================
+
+op-build v2.0.4 was released on Thursday July 12th, 2018 and replaces op-build v2.0.3 as the current stable release in the 2.0.x series.
+
+It is recommended that v2.0.4 be used over any previous v2.0.x version due to the bug fixes contained within.
+
+Updated Packages
+----------------
+
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+=====================+=====================+====================================================+
+| hcode | hw052418a.op920 | hw060818a.op920 | zaius, p9dsu, witherspoon, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| hostboot | acedcb2b0fb20 | 63b526118e793 | zaius, p9dsu, witherspoon, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| hostboot-binaries | hw051718a.op920 | hw063018a.op920-2-g | firestone, garrison, zaius, p9dsu, palmetto, |
+| | | 0db27d4b993b | vesnin, witherspoon, habanero, barreleye, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| occ | 90208bbb62606 | 016db56cbcd6a | zaius, p9dsu, witherspoon, zz, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| sbe | a596975350682 | 5c55be4739b4e | zaius, p9dsu, witherspoon, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| skiboot | v6.0.4 | v6.0.5 | openpower_mambo, firestone, firenze, garrison, |
+| | | | zaius, p9dsu, palmetto, pseries, vesnin, |
+| | | | witherspoon, habanero, openpower_p9_mambo, zz, |
+| | | | barreleye, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Prasad Bg Ranganath (1):
+
+- `f7b7a6050aa3 <https://github.com/open-power/hcode/commit/f7b7a6050aa3>`__ PPB: Bug fix in computing IAC Vdn value
+
+Rahul Batra (5):
+
+- `b175658f8526 <https://github.com/open-power/hcode/commit/b175658f8526>`__ CME: Process DB0 inside intercme_msg_handler
+- `fcff42579b68 <https://github.com/open-power/hcode/commit/fcff42579b68>`__ PGPE: Correctly Set retActQuads during Safe Mode
+- `6777d2f2f00c <https://github.com/open-power/hcode/commit/6777d2f2f00c>`__ PGPE: Fix WOF Enable/Disable Issues
+- `85e6dceb7174 <https://github.com/open-power/hcode/commit/85e6dceb7174>`__ PGPE: Use global literals for reg addrs
+- `51692fa2cabc <https://github.com/open-power/hcode/commit/51692fa2cabc>`__ PGPE: Ack Back any pending quad active update during WOF Disable
+
+Richard J. Knight (1):
+
+- `fc7996aed4fa <https://github.com/open-power/hcode/commit/fc7996aed4fa>`__ Update Makefile to fix concurrancy issues with libppetracepp.a
+
+Yue Du (1):
+
+- `ff83bfc2bf6f <https://github.com/open-power/hcode/commit/ff83bfc2bf6f>`__ STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE
+
+hostboot (3):
+
+- `9b060733df53 <https://github.com/open-power/hcode/commit/9b060733df53>`__ Release tag information updated for hw060618a.op920
+- `57f645d8622f <https://github.com/open-power/hcode/commit/57f645d8622f>`__ Release tag information updated for hw060718a.op920
+- `fbe2c7c8455c <https://github.com/open-power/hcode/commit/fbe2c7c8455c>`__ Release tag information updated for hw060818a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.0.4-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.0.4-commits-1:
+
+Commits
+~~~~~~~
+
+Ben Gass (2):
+
+- `dd357cba6d55 <https://github.com/open-power/hostboot/commit/dd357cba6d55>`__ Correct Safe mode freqency to UltraTurbo compare error message.
+- `21d652cae1fc <https://github.com/open-power/hostboot/commit/21d652cae1fc>`__ Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
+
+Christian Geddes (2):
+
+- `5684c60ff95d <https://github.com/open-power/hostboot/commit/5684c60ff95d>`__ Add recovery summary traces for sbeAttemptRecovery for FSP runtime
+- `54080e164527 <https://github.com/open-power/hostboot/commit/54080e164527>`__ Slave SBE scratch regs must be up to date before continueMPIPL called
+
+Dan Crowell (2):
+
+- `384e76d46163 <https://github.com/open-power/hostboot/commit/384e76d46163>`__ Defer handling attentions on non-master proc until after SMP is up
+- `d41e6f61373d <https://github.com/open-power/hostboot/commit/d41e6f61373d>`__ FFDC enhancements for core activate fails
+
+Greg Still (3):
+
+- `520c2aa3e498 <https://github.com/open-power/hostboot/commit/520c2aa3e498>`__ PM: clear Hcode error injection bit upon PM complex reset
+- `4e615979c946 <https://github.com/open-power/hostboot/commit/4e615979c946>`__ PM: pm_firinit class fix to properly clear FIRs upon initialization
+- `1469d353f178 <https://github.com/open-power/hostboot/commit/1469d353f178>`__ PM: Fix double biases value into safe mode frequency
+
+Ilya Smirnov (2):
+
+- `da0cef642cec <https://github.com/open-power/hostboot/commit/da0cef642cec>`__ New Global For Console Daemon
+- `a218c42fcb5e <https://github.com/open-power/hostboot/commit/a218c42fcb5e>`__ Add Option to Use opal-elog-parse to eSEL.pl
+
+Jenny Huynh (1):
+
+- `cbfc8c262b7d <https://github.com/open-power/hostboot/commit/cbfc8c262b7d>`__ Changing NXCQFIR(34) RNG control logic error to checkstop
+
+Joe McGill (1):
+
+- `14d009af06a6 <https://github.com/open-power/hostboot/commit/14d009af06a6>`__ p9_sbe_common – mark TP LFIR bits 18:20 recoverable
+
+Louis Stermole (1):
+
+- `db169d62f42c <https://github.com/open-power/hostboot/commit/db169d62f42c>`__ Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq
+
+Nick Klazynski (1):
+
+- `d44a3583d81b <https://github.com/open-power/hostboot/commit/d44a3583d81b>`__ Enable full ERAT for NDD2.2+ and CDD1.1+
+
+Prasad Bg Ranganath (4):
+
+- `9df095095c4a <https://github.com/open-power/hostboot/commit/9df095095c4a>`__ PPB: Bug fix in computing IAC Vdn value
+- `7644b20fd47e <https://github.com/open-power/hostboot/commit/7644b20fd47e>`__ PM reset: Fix disable resclk procedure
+- `5caa7eb2573f <https://github.com/open-power/hostboot/commit/5caa7eb2573f>`__ PM_RESCLK: Clear override bits of CACCR in reset flow
+- `05e5bff504e7 <https://github.com/open-power/hostboot/commit/05e5bff504e7>`__ SBE:PUTRING: Add callout support for checkword mismatch failure
+
+Rahul Batra (1):
+
+- `af797ecccc7e <https://github.com/open-power/hostboot/commit/af797ecccc7e>`__ PM: Not mask OCC_HB_NOTIFY during PM Reset
+
+Raja Das (1):
+
+- `f7d423bcbe65 <https://github.com/open-power/hostboot/commit/f7d423bcbe65>`__ Fenced Enabled check along with vdd_pfet_disable_core for scoms
+
+Ryan Black (1):
+
+- `e6737390b254 <https://github.com/open-power/hostboot/commit/e6737390b254>`__ Change npu ATSD timeout to disabled
+
+Soma BhanuTej (1):
+
+- `63b526118e79 <https://github.com/open-power/hostboot/commit/63b526118e79>`__ BugFix for extract_sbe_rc
+
+Stephen Glancy (3):
+
+- `d5d4ea292432 <https://github.com/open-power/hostboot/commit/d5d4ea292432>`__ Fixes CKE levels during RCD initialization
+- `692b8cce1955 <https://github.com/open-power/hostboot/commit/692b8cce1955>`__ Updates training advanced workarounds to run after a failure
+- `fb533c4d3bf1 <https://github.com/open-power/hostboot/commit/fb533c4d3bf1>`__ Updates the training advanced algorithm
+
+nagurram-in (1):
+
+- `9e1945e647ad <https://github.com/open-power/hostboot/commit/9e1945e647ad>`__ IS_MPIPL_SUPPORTED attribute support and update in hdat IPLP structure
+
+spashabk-in (1):
+
+- `8d357039a509 <https://github.com/open-power/hostboot/commit/8d357039a509>`__ Remove clear(step 3) of reset vectors
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.0.4-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.0.4-commits-2:
+
+Commits
+~~~~~~~
+
+Chris Cain (1):
+
+- `6303307e1c4f <https://github.com/open-power/occ/commit/6303307e1c4f>`__ Fix PGPE beacon detection
+
+Sumit Kumar (1):
+
+- `3efcf7cda44d <https://github.com/open-power/occ/commit/3efcf7cda44d>`__ 24x7: Added Alink PMU & fix for defect SW430218
+
+William Bryan (2):
+
+- `77c9891f6228 <https://github.com/open-power/occ/commit/77c9891f6228>`__ Increase GPE1 Stack Size
+- `016db56cbcd6 <https://github.com/open-power/occ/commit/016db56cbcd6>`__ Update GPE1 Binary 7/3
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.0.4-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.0.4-commits-3:
+
+Commits
+~~~~~~~
+
+Ben Gass (1):
+
+- `5c55be4739b4 <https://github.com/open-power/sbe/commit/5c55be4739b4>`__ Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
+
+Joe McGill (1):
+
+- `512cca6c2ce6 <https://github.com/open-power/sbe/commit/512cca6c2ce6>`__ p9_sbe_common – mark TP LFIR bits 18:20 recoverable
+
+Nick Klazynski (1):
+
+- `16a44eff4942 <https://github.com/open-power/sbe/commit/16a44eff4942>`__ Enable full ERAT for NDD2.2+ and CDD1.1+
+
+Prasad Bg Ranganath (1):
+
+- `f283d67875d4 <https://github.com/open-power/sbe/commit/f283d67875d4>`__ SBE:PUTRING: Add callout support for checkword mismatch failure
+
+Prem Shanker Jha (1):
+
+- `3b5cc1a5a792 <https://github.com/open-power/sbe/commit/3b5cc1a5a792>`__ PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.
+
+Raja Das (1):
+
+- `0b006e7b30b0 <https://github.com/open-power/sbe/commit/0b006e7b30b0>`__ Fenced Enabled check along with vdd_pfet_disable_core for scoms
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.0.4-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.0.4-commits-4:
+
+Commits
+~~~~~~~
+
+Andrew Jeffery (2):
+
+- `4b4e4e8585f7 <https://github.com/open-power/skiboot/commit/4b4e4e8585f7>`__ pci: Fix PCI_DEVICE_ID()
+- `6dbc0b3b0f89 <https://github.com/open-power/skiboot/commit/6dbc0b3b0f89>`__ core: Add test for PCI quirks
+
+Christophe Lombard (1):
+
+- `bfb78e7bc262 <https://github.com/open-power/skiboot/commit/bfb78e7bc262>`__ capi: Select the correct IODA table entry for the mbt cache.
+
+Haren Myneni (1):
+
+- `e4f0860c4372 <https://github.com/open-power/skiboot/commit/e4f0860c4372>`__ NX: Add NX coprocessor init opal call
+
+Mahesh Salgaonkar (1):
+
+- `f4a95d7e1dd5 <https://github.com/open-power/skiboot/commit/f4a95d7e1dd5>`__ opal/hmi: Display correct chip id while printing NPU FIRs.
+
+Michael Neuling (3):
+
+- `28bf820d3735 <https://github.com/open-power/skiboot/commit/28bf820d3735>`__ phb4: Minimise wait when moving through FRESET states
+- `f09894aca400 <https://github.com/open-power/skiboot/commit/f09894aca400>`__ phb4: Move training trace logging to next state.
+- `2bd26c39de53 <https://github.com/open-power/skiboot/commit/2bd26c39de53>`__ phb4: Delay training till after PERST is deasserted
+
+Reza Arbab (1):
+
+- `966a2839484f <https://github.com/open-power/skiboot/commit/966a2839484f>`__ npu2/hw-procedures: Fence bricks via NTL instead of MISC
+
+Shilpasri G Bhat (1):
+
+- `6ab6b5028e0f <https://github.com/open-power/skiboot/commit/6ab6b5028e0f>`__ occ: sensors: Fix the size of the phandle array ‘sensors’ in DT
+
+Stewart Smith (2):
+
+- `dd54042395c2 <https://github.com/open-power/skiboot/commit/dd54042395c2>`__ test/qemu: skip qemu test if ‘old’ qemu without PCR
+- `6da102053f99 <https://github.com/open-power/skiboot/commit/6da102053f99>`__ skiboot 6.0.5 release notes
+
+Vaibhav Jain (1):
+
+- `70e0dc77f597 <https://github.com/open-power/skiboot/commit/70e0dc77f597>`__ phb4/capp: Calculate STQ/DMA read engines based on link-width for PEC
+
+Vasant Hegde (2):
+
+- `8582501d9581 <https://github.com/open-power/skiboot/commit/8582501d9581>`__ vpd: Sanitize VPD data
+- `81888d620f6a <https://github.com/open-power/skiboot/commit/81888d620f6a>`__ vpd: Add vendor property to processor node
diff --git a/_sources/release-notes/v2.0.5.rst.txt b/_sources/release-notes/v2.0.5.rst.txt
new file mode 100644
index 0000000..873e52d
--- /dev/null
+++ b/_sources/release-notes/v2.0.5.rst.txt
@@ -0,0 +1,57 @@
+Release Notes for OpenPower Firmware v2.0.5
+===========================================
+
+op-build v2.0.5 was released on Thursday July 19th, 2018 and replaces op-build v2.0.4 as the current stable release in the 2.0.x series.
+
+It is recommended that v2.0.4 be used over any previous v2.0.x version due to the bug fixes contained within.
+
+Updated Packages
+----------------
+
++---------------------+---------------------+---------------------+----------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+=====================+=====================+====================================================+
+| skiboot | v6.0.5 | v6.0.6 | openpower_mambo, firestone, firenze, garrison, |
+| | | | zaius, p9dsu, palmetto, pseries, vesnin, |
+| | | | witherspoon, habanero, openpower_p9_mambo, zz, |
+| | | | barreleye, romulus |
++---------------------+---------------------+---------------------+----------------------------------------------------+
+
+Skiboot changes
+---------------
+
+- phb4/CAPI: Reallocate PEC2 DMA-Read engines to improve GPU-Direct bandwidth
+
+ We reallocate additional 16/8 DMA-Read engines allocated to stack0/1
+ on PEC2 respectively. This is needed to improve bandwidth available to
+ the Mellanox CX5 adapter when trying to read GPU memory (GPU-Direct).
+
+ If kernel cxl driver indicates a request to allocate maximum possible
+ DMA read engines when calling enable_capi_mode() and card is attached
+ to PEC2/stack0 slot then we assume its a Mellanox CX5 adapter. We then
+ allocate additional 16/8 extra DMA read engines to stack0 and stack1
+ respectively on PEC2. This is done by populating the
+ XPEC_PCI_PRDSTKOVR and XPEC_NEST_READ_STACK_OVERRIDE as suggested by
+ the h/w team.
+- phb4: Disable nodal scoped DMA accesses when PB pump mode is enabled
+
+ By default when a PCIe device issues a read request via the PHB it is first
+ issued with nodal scope. When accessing GPU memory the NPU does not know at the
+ time of response if the requested memory page is off node or not. Therefore
+ every read of GPU memory by a PHB is retried with larger scope which introduces
+ bandwidth and latency issues.
+
+ On smaller boxes which have pump mode enabled nodal and group scoped reads are
+ treated the same and both types of request are broadcast to one chip. Therefore
+ we can avoid the retry by disabling nodal scope on the PHB for these boxes. On
+ larger boxes nodal (single chip) and group (multiple chip) scoped reads are
+ treated differently. Therefore we avoid disabling nodal scope on large boxes
+ which have pump mode disabled to avoid all PHB requests being broadcast to
+ multiple chips.
+- npu2/hw-procedures: Enable parity and credit overflow checks
+
+ Enable these error checking features by setting the appropriate bits in
+ our one-off initialization of each "NTL Misc Config 2" register.
+
+ The exception is NDL RX parity checking, which should be disabled during
+ the link training procedures.
diff --git a/_sources/release-notes/v2.0.6.rst.txt b/_sources/release-notes/v2.0.6.rst.txt
new file mode 100644
index 0000000..44e58d3
--- /dev/null
+++ b/_sources/release-notes/v2.0.6.rst.txt
@@ -0,0 +1,272 @@
+Release Notes for OpenPower Firmware v2.0.6
+===========================================
+
+op-build v2.0.6 was released on Wednesday August 1st, 2018 and replaces op-build v2.0.5 as the current stable release in
+the 2.0.x series.
+
+It is recommended that v2.0.6 be used over any previous v2.0.x version due to the bug fixes contained within.
+
+Updated Packages
+----------------
+
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++============+=============================+=============================+============================================+
+| hcode | hw060818a.op920 | hw072318a.op920 | zaius, p9dsu, witherspoon, romulus |
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+| hostboot | 63b526118e79 | 58b3d491a4354 | zaius, p9dsu, witherspoon, romulus |
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+| hostboot-b | hw063018a.op920-2-g0db27d4b | hw072318a.op920 | firestone, garrison, zaius, p9dsu, |
+| inaries | 993b | | palmetto, vesnin, witherspoon, habanero, |
+| | | | barreleye, romulus |
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+| occ | 016db56cbcd6 | 084756c397c4 | zaius, p9dsu, witherspoon, zz, romulus |
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+| petitboot | v1.7.1 | v1.7.2 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | vesnin, witherspoon, habanero, |
+| | | | openpower_p9_mambo, zz, barreleye, romulus |
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+| sbe | 5c55be4739b4 | 55d6eb23ddd2 | zaius, p9dsu, witherspoon, romulus |
++------------+-----------------------------+-----------------------------+--------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Brian Vanderpool (1):
+
+- `a8673e5364a6 <https://github.com/open-power/hcode/commit/a8673e5364a6>`__ STOP: Clear CPPM_PECES on entry during
+ power save cycle to prevent wakeup events
+
+Greg Still (1):
+
+- `ead6e9843244 <https://github.com/open-power/hcode/commit/ead6e9843244>`__ PM: clear Hcode error injection bits upon
+ injection and malf alert
+
+Rahul Batra (3):
+
+- `97b15c9d2286 <https://github.com/open-power/hcode/commit/97b15c9d2286>`__ PGPE: Use PGPE Header from
+ p9_hcode_images_defines.h
+- `76bab2be2fcc <https://github.com/open-power/hcode/commit/76bab2be2fcc>`__ PGPE: Fixes and Cleanup for Mfg/Char team
+- `663f776e9066 <https://github.com/open-power/hcode/commit/663f776e9066>`__ PGPE: Fixes and Cleanup for Mfg/Char team
+
+Richard J. Knight (1):
+
+- `d9f40ccf1389 <https://github.com/open-power/hcode/commit/d9f40ccf1389>`__ update gerrit hostname for server
+ migration
+
+Yue Du (11):
+
+- `a9a2d59b2758 <https://github.com/open-power/hcode/commit/a9a2d59b2758>`__ STOP: Fix CME Special Attention handling
+- `b1f8194a584a <https://github.com/open-power/hcode/commit/b1f8194a584a>`__ STOP: Fix Srr1 wrongly reported upon
+ special wakeup
+- `5ac7e3c6d8b5 <https://github.com/open-power/hcode/commit/5ac7e3c6d8b5>`__ STOP: Fix Srr1 wrongly reported upon
+ special wakeup
+- `ecba21b4468e <https://github.com/open-power/hcode/commit/ecba21b4468e>`__ STOP: Clean up stop state after aborted L3
+ purge during Stop 11 entry
+- `e5815ebbc536 <https://github.com/open-power/hcode/commit/e5815ebbc536>`__ STOP: Fix Core Special Wakeup window
+ condition
+- `0a26d44dec5d <https://github.com/open-power/hcode/commit/0a26d44dec5d>`__ PM: PGPE hang fix during VDM droop
+ workaround
+- `c89e98776bc4 <https://github.com/open-power/hcode/commit/c89e98776bc4>`__ STOP: remove chiplet enable drop in
+ core_poweron for multicast scom
+- `dea935a2d336 <https://github.com/open-power/hcode/commit/dea935a2d336>`__ STOP: Fix Stop1 Window conditions
+- `fcb9ea988c8b <https://github.com/open-power/hcode/commit/fcb9ea988c8b>`__ STOP: Fix hole in 62403
+- `9935f632a513 <https://github.com/open-power/hcode/commit/9935f632a513>`__ STOP: Fix PLS/Srr1 over reporting bug
+ (impact stop2 only)
+- `423e0a9d9b3c <https://github.com/open-power/hcode/commit/423e0a9d9b3c>`__ STOP: Fix VDM Droop Event DB3 Window
+ condition breaking STOP
+
+hostboot (10):
+
+- `550b2fa1dca6 <https://github.com/open-power/hcode/commit/550b2fa1dca6>`__ Release tag information updated for
+ hw062818a.op920
+- `6fa9a55fc99d <https://github.com/open-power/hcode/commit/6fa9a55fc99d>`__ Release tag information updated for
+ hw063018a.op920
+- `90daf24b2840 <https://github.com/open-power/hcode/commit/90daf24b2840>`__ Release tag information updated for
+ hw071018a.op920
+- `86b1525c59f5 <https://github.com/open-power/hcode/commit/86b1525c59f5>`__ Release tag information updated for
+ hw071118a.op920
+- `1313e9247391 <https://github.com/open-power/hcode/commit/1313e9247391>`__ Release tag information updated for
+ hw071318a.op920
+- `bb4e62e97086 <https://github.com/open-power/hcode/commit/bb4e62e97086>`__ Release tag information updated for
+ hw071418a.op920
+- `279348985484 <https://github.com/open-power/hcode/commit/279348985484>`__ Release tag information updated for
+ hw071518a.op920
+- `3d121ff605e6 <https://github.com/open-power/hcode/commit/3d121ff605e6>`__ Release tag information updated for
+ hw071718a.op920
+- `8c2de096c3ce <https://github.com/open-power/hcode/commit/8c2de096c3ce>`__ Release tag information updated for
+ hw071818a.op920
+- `699b92d0db4d <https://github.com/open-power/hcode/commit/699b92d0db4d>`__ Release tag information updated for
+ hw072318a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.0.6-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.0.6-commits-1:
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (1):
+
+- `19a4dfe717cb <https://github.com/open-power/hostboot/commit/19a4dfe717cb>`__ HTMGT: Save WOF reset reasons across
+ all WOF resets
+
+Chris Steffen (1):
+
+- `15312c06fdfb <https://github.com/open-power/hostboot/commit/15312c06fdfb>`__ Move Xbus Erepair FIR Clearing
+
+Christian Geddes (1):
+
+- `3e3f1abb99cd <https://github.com/open-power/hostboot/commit/3e3f1abb99cd>`__ Only switch sides and perform hreset if
+ SEEPROM side versions match
+
+Dan Crowell (1):
+
+- `f4a736da3d50 <https://github.com/open-power/hostboot/commit/f4a736da3d50>`__ Debug improvements for exceptions and
+ OOM hangs
+
+Ilya Smirnov (2):
+
+- `7d36982e90ab <https://github.com/open-power/hostboot/commit/7d36982e90ab>`__ Display Secure Mode Console Trace
+ During Boot
+- `aaaf653cdc31 <https://github.com/open-power/hostboot/commit/aaaf653cdc31>`__ Attach Traces to call_mss_eff_config
+ Errors
+
+Joachim Fenkes (1):
+
+- `c9d74dbb0501 <https://github.com/open-power/hostboot/commit/c9d74dbb0501>`__ p9_sbe_lpc_init: Add final check for
+ errors
+
+Matt Derksen (1):
+
+- `0a0a63d6e7be <https://github.com/open-power/hostboot/commit/0a0a63d6e7be>`__ Add WOF compare data section for
+ RC_WOF_TABLE_NOT_FOUND errors
+
+Nick Bofferding (3):
+
+- `729f4b3bb3a3 <https://github.com/open-power/hostboot/commit/729f4b3bb3a3>`__ Send errors from previous boots as
+ callhome type eSELs
+- `7be43628c219 <https://github.com/open-power/hostboot/commit/7be43628c219>`__ I2C: Inhibit sending slave stop command
+ when SDA and SCL are not both asserted
+- `5f7ef1613479 <https://github.com/open-power/hostboot/commit/5f7ef1613479>`__ Secure Boot: Clear XBUS FIR bits after
+ SMP enabled
+
+Prasad Bg Ranganath (2):
+
+- `de3e4c9a406f <https://github.com/open-power/hostboot/commit/de3e4c9a406f>`__ PPB:Compute safe mode Freq and Volt
+ calculation during runtime
+- `4447f992153d <https://github.com/open-power/hostboot/commit/4447f992153d>`__ Bug fix for the Runtime pstate bias
+ update
+
+Ryan Black (1):
+
+- `767c08ae77b2 <https://github.com/open-power/hostboot/commit/767c08ae77b2>`__ Mask ut=0 and ut=1 mmio bad
+ cmd/length/align
+
+Sachin Gupta (1):
+
+- `58b3d491a435 <https://github.com/open-power/hostboot/commit/58b3d491a435>`__ Disable SBE HW i2c reset sequence on
+ hreset
+
+Zane Shelley (2):
+
+- `dcc623f78014 <https://github.com/open-power/hostboot/commit/dcc623f78014>`__ PRD: ignore SCOM errors in rule code
+ summary construct
+- `0eda42cf2414 <https://github.com/open-power/hostboot/commit/0eda42cf2414>`__ PRD: incorrect CFAM register addresses
+ used in Hostboot
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.0.6-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.0.6-commits-2:
+
+Commits
+~~~~~~~
+
+mbroyles (1):
+
+- `084756c397c4 <https://github.com/open-power/occ/commit/084756c397c4>`__ Force update of OPAL-OCC memory after GPU
+ presence detected
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.0.6-patches-3:
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+.. _v2.0.6-commits-3:
+
+Commits
+~~~~~~~
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.0.6-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.0.6-commits-4:
+
+Commits
+~~~~~~~
+
+Joachim Fenkes (1):
+
+- `c6566a7d896a <https://github.com/open-power/sbe/commit/c6566a7d896a>`__ p9_sbe_lpc_init: Add final check for errors
+
+Nick Klazynski (1):
+
+- `d51bd3609e3b <https://github.com/open-power/sbe/commit/d51bd3609e3b>`__ Clockgate disable workaround for HW452921
+
+Prasad Bg Ranganath (1):
+
+- `96c1383b9764 <https://github.com/open-power/sbe/commit/96c1383b9764>`__ Marking CME sram addr and cntrl register for
+ whitelist
+
+Raja Das (1):
+
+- `4665a9b1ce24 <https://github.com/open-power/sbe/commit/4665a9b1ce24>`__ Inverted logic of hasClock bit in Clock
+ Status register
+
+Sumit Kumar (1):
+
+- `55d6eb23ddd2 <https://github.com/open-power/sbe/commit/55d6eb23ddd2>`__ Updated gerrit hostname
+
+Yue Du (1):
+
+- `c7f8a8572837 <https://github.com/open-power/sbe/commit/c7f8a8572837>`__ STOP: remove chiplet enable drop in
+ core_poweron for multicast scom
diff --git a/_sources/release-notes/v2.0.7.rst.txt b/_sources/release-notes/v2.0.7.rst.txt
new file mode 100644
index 0000000..c0835b9
--- /dev/null
+++ b/_sources/release-notes/v2.0.7.rst.txt
@@ -0,0 +1,17 @@
+Release Notes for OpenPower Firmware v2.0.7
+===========================================
+
+op-build v2.0.6 was released on Friday August 3rd, 2018 and replaces op-build v2.0.6 as the current stable release in
+the 2.0.x series.
+
+It is recommended that v2.0.7 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained within.
+
+The only update in this release is to skiboot v6.0.7 to work around a hardware errata in the interrupt controller on POWER9.
+
+The bug fix is:
+
+- xive: Disable block tracker
+
+ Due to some HW errata, the block tracking facility (performance
+ optimisation for large systems) should be disabled on Nimbus chips.
+ Disable it unconditionally for now.
diff --git a/_sources/release-notes/v2.0.8.rst.txt b/_sources/release-notes/v2.0.8.rst.txt
new file mode 100644
index 0000000..24a03e2
--- /dev/null
+++ b/_sources/release-notes/v2.0.8.rst.txt
@@ -0,0 +1,113 @@
+Release Notes for OpenPower Firmware v2.0.8
+===========================================
+
+op-build v2.0.8 was released on Monday August 6th, 2018 and replaces op-build v2.0.7 as the current stable release in
+the 2.0.x series.
+
+It is recommended that v2.0.8 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained
+within.
+
+Updated Packages
+----------------
+
++--------------------+-------------------------+------------------------------+----------------------------------------+
+| Package | Old Version | New Version | Platforms |
++====================+=========================+==============================+========================================+
+| hcode | hw072318a.op920 | hw080418a.op920 | zaius, p9dsu, witherspoon, romulus |
++--------------------+-------------------------+------------------------------+----------------------------------------+
+| hostboot | 58b3d491a4354 | d0332131ea0c0 | zaius, p9dsu, witherspoon, romulus |
++--------------------+-------------------------+------------------------------+----------------------------------------+
+| hostboot-binaries | hw072318a.op920 | hw080418a.op920 | firestone, garrison, zaius, p9dsu, |
+| | | | palmetto, vesnin, witherspoon, |
+| | | | habanero, barreleye, romulus |
++--------------------+-------------------------+------------------------------+----------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Yue Du (1):
+
+- `fa7d3943af91 <https://github.com/open-power/hcode/commit/fa7d3943af91>`__ STOP: Fix incorrect solution in 61385
+
+hostboot (3):
+
+- `7903b32b3d7e <https://github.com/open-power/hcode/commit/7903b32b3d7e>`__ Release tag information updated for
+ hw080118a.op920
+- `b7536dec8c2a <https://github.com/open-power/hcode/commit/b7536dec8c2a>`__ Release tag information updated for
+ hw080318a.op920
+- `9b0cff5c99d7 <https://github.com/open-power/hcode/commit/9b0cff5c99d7>`__ Release tag information updated for
+ hw080418a.op920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.0.8-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.0.8-commits-1:
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (1):
+
+- `52d75b98b6b4 <https://github.com/open-power/hostboot/commit/52d75b98b6b4>`__ HTMGT: WOF Reset Disable Flag
+
+Greg Still (1):
+
+- `716483393aec <https://github.com/open-power/hostboot/commit/716483393aec>`__ PM: Move PBAFIR checkstops to
+ recoverable attentions
+
+Nick Bofferding (1):
+
+- `af6f77c1aab7 <https://github.com/open-power/hostboot/commit/af6f77c1aab7>`__ i2c: Don’t wait for SDA to go high
+ before sending slave stop command
+
+Nick Klazynski (1):
+
+- `efb7cc5f4a17 <https://github.com/open-power/hostboot/commit/efb7cc5f4a17>`__ Clockgate disable workaround for
+ HW452921
+
+Prem Shanker Jha (1):
+
+- `c5efa55e3247 <https://github.com/open-power/hostboot/commit/c5efa55e3247>`__ STOP_Recovery: Added hwp changes to
+ support error log parser.
+
+Raja Das (1):
+
+- `5de34dd6c24d <https://github.com/open-power/hostboot/commit/5de34dd6c24d>`__ Inverted logic of hasClock bit in Clock
+ Status register
+
+Rick Ward (1):
+
+- `25d11acf0292 <https://github.com/open-power/hostboot/commit/25d11acf0292>`__ Host went to kernel panic after
+ gard’ing PEC0/PHB0 (PCIFIR CS)
+
+Yue Du (1):
+
+- `a83a93a35943 <https://github.com/open-power/hostboot/commit/a83a93a35943>`__ PM: Prevent Core-L2 Quiesce from
+ removing PM_EXIT upon SPWU
+
+Zane Shelley (2):
+
+- `14ae5a21b925 <https://github.com/open-power/hostboot/commit/14ae5a21b925>`__ PRD: Disable reading/writing lane
+ repair VPD
+- `bd04abf36c3f <https://github.com/open-power/hostboot/commit/bd04abf36c3f>`__ PRD: change threshold for L3FIR[28] LRU
+ parity error
+
+nagurram-in (1):
+
+- `d0332131ea0c <https://github.com/open-power/hostboot/commit/d0332131ea0c>`__ attribute ECID value updation in hdat
+ pcrd structure
diff --git a/_sources/release-notes/v2.0.9.rst.txt b/_sources/release-notes/v2.0.9.rst.txt
new file mode 100644
index 0000000..ade429b
--- /dev/null
+++ b/_sources/release-notes/v2.0.9.rst.txt
@@ -0,0 +1,65 @@
+Release Notes for OpenPower Firmware v2.0.9
+===========================================
+
+op-build v2.0.9 was released on Thursday August 16th, 2018 and replaces op-build v2.0.8 as the current stable release in
+the 2.0.x series.
+
+It is recommended that v2.0.9 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained within.
+
+The only update in this release is to skiboot. Skiboot v6.0.8 includes the following bug fixes:
+
+- i2c: Ensure ordering between i2c_request_send() and completion
+
+ i2c_request_send loops waiting for a flag "uc.done" set by
+ the completion routine, and then look for a result code
+ also set by that same completion.
+
+ There is no synchronization, the completion can happen on another
+ processor, so we need to order the stores to uc and the reads
+ from uc so that uc.done is stored last and tested first using
+ memory barriers.
+- i2c: Fix multiple-enqueue of the same request on NACK
+
+ i2c_request_send() will retry the request if the error is a NAK,
+ however it forgets to clear the "ud.done" flag. It will thus
+ loop again and try to re-enqueue the same request causing internal
+ request list corruption.
+- phb4: Disable 32-bit MSI in capi mode
+
+ If a capi device does a DMA write targeting an address lower than 4GB,
+ it does so through a 32-bit operation, per the PCI spec. In capi mode,
+ the first TVE entry is configured in bypass mode, so the address is
+ valid. But with any (bad) luck, the address could be 0xFFFFxxxx, thus
+ looking like a 32-bit MSI.
+
+ We currently enable both 32-bit and 64-bit MSIs, so the PHB will
+ interpret the DMA write as a MSI, which very likely results in an EEH
+ (MSI with a bad payload size).
+
+ We can fix it by disabling 32-bit MSI when switching the PHB to capi
+ mode. Capi devices are 64-bit.
+
+- capp: Fix the capp recovery timeout comparison
+
+ The current capp recovery timeout control loop in
+ do_capp_recovery_scoms() uses a wrong comparison for return value of
+ tb_compare(). This may cause do_capp_recovery_scoms() to report an
+ timeout earlier than the 168ms stipulated time.
+
+ The patch fixes this by updating the loop timeout control branch in
+ do_capp_recovery_scoms() to use the correct enum tb_cmpval.
+- phb4/capp: Update DMA read engines set in APC_FSM_READ_MASK based on link-width
+
+ Commit 47c09cdfe7a3("phb4/capp: Calculate STQ/DMA read engines based
+ on link-width for PEC") update the CAPP init sequence by calculating
+ the needed STQ/DMA-read engines based on link width and populating it
+ in XPEC_NEST_CAPP_CNTL register. This however needs to be synchronized
+ with the value set in CAPP APC FSM Read Machine Mask Register.
+
+ Hence this patch update phb4_init_capp_regs() to calculate the link
+ width of the stack on PEC2 and populate the same values as previously
+ populated in PEC CAPP_CNTL register.
+
+- core/cpu: Call memset with proper cpu_thread offset
+
+
diff --git a/_sources/release-notes/v2.0.rst.txt b/_sources/release-notes/v2.0.rst.txt
new file mode 100644
index 0000000..ef7c500
--- /dev/null
+++ b/_sources/release-notes/v2.0.rst.txt
@@ -0,0 +1,1511 @@
+Release Notes for OpenPower Firmware v2.0
+=========================================
+
+This is the first op-build v2.0 release. It is the minimum required level for
+POWER9 platforms as defined by OpenPOWER READY, sytems should have firmware based
+on "a modest derivative of op-build v2.0 or later."
+
+New defconfigs
+--------------
+
+These are really two defconfigs for two POWER9 platforms, where instead
+of the stable code tree of some components, they use the development
+trees. Unless you're wanting bleeding edge development code, don't use
+them.
+
+- p9dsu\_dev
+- witherspoon\_dev
+
+Updated Packages
+----------------
+
++------+----------------+----------------+----------------------------------------+
+| Pack | Old Version | New Version | Platforms |
+| age | | | |
++======+================+================+========================================+
+| capp | p9-dd2-v3 | p9-dd2-v4 | barreleye, firestone, garrison, |
+| -uco | | | habanero, p9dsu, palmetto, romulus, |
+| de | | | vesnin, witherspoon, zaius |
++------+----------------+----------------+----------------------------------------+
+| eude | 3.2.4 | 3.2.5 | barreleye, firenze, firestone, |
+| v | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| glib | glibc-2.26-107 | glibc-2.26-146 | barreleye, firenze, firestone, |
+| c | -g73a92363619e | -gd300041c533a | garrison, habanero, openpower\_mambo, |
+| | 52c458146e903d | 3d837c9f37a099 | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | fb9b1ba823aa40 | bcc95466860e98 | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| host | b51298075aee40 | 8e05a4399bf567 | p9dsu, romulus, witherspoon, zaius |
+| boot | 2dbcef485088cf | a49f91cfee8ad2 | |
+| | a71a6ca61725 | 4b3896e96982 | |
++------+----------------+----------------+----------------------------------------+
+| host | b339e05c57725c | 20119f08687783 | barreleye, firestone, garrison, |
+| boot | f09b867d665269 | a87862cee268df | habanero, p9dsu, palmetto, romulus, |
+| -bin | 8aa2e3ab5f6a | 1260f914c01e | vesnin, witherspoon, zaius |
+| arie | | | |
+| s | | | |
++------+----------------+----------------+----------------------------------------+
+| i2c- | 3.1.2 | 4.0 | pseries, vesnin |
+| tool | | | |
+| s | | | |
++------+----------------+----------------+----------------------------------------+
+| linu | 4.15.14 | 4.16.8 | barreleye, firenze, firestone, |
+| x | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| linu | a3a26af24e29c8 | 65b1c68c63f974 | barreleye, firenze, firestone, |
+| x-fi | 18ef9b56618560 | d72610db38dfae | garrison, habanero, openpower\_mambo, |
+| rmwa | 18e21a5c49fb | 49861117cae2 | openpower\_p9\_mambo, p9dsu, palmetto, |
+| re | | | pseries, romulus, witherspoon, zaius, |
+| | | | zz |
++------+----------------+----------------+----------------------------------------+
+| linu | 4.15.14 | 4.16.8 | barreleye, firenze, firestone, |
+| x-he | | | garrison, habanero, openpower\_mambo, |
+| ader | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| s | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| mach | fb5f9334aa0c30 | 32ce616ef80f5c | p9dsu |
+| ine- | 5f245615c30e8e | c3f128b3aa08fe | |
+| xml | 542b37f94091 | 50954a087888 | |
++------+----------------+----------------+----------------------------------------+
+| mach | 38ff4b8db62d43 | dda5b93d90b6e5 | vesnin |
+| ine- | e330fab404cd2b | 6fd3e94b0dfd25 | |
+| xml | 76bd35a4a062 | 5fa8f47409cb | |
++------+----------------+----------------+----------------------------------------+
+| mach | 18591a3eba4fc4 | 7cd20a6ac8fe3b | witherspoon |
+| ine- | 345daf630aaf44 | 693ccf50a5ab86 | |
+| xml | 12f1554a24cd | ce55ca994fdc | |
++------+----------------+----------------+----------------------------------------+
+| mach | 4b012a3d1da538 | a941f8b75cdcd4 | zaius |
+| ine- | b3fb97c332b6fc | 6caa6a7d821550 | |
+| xml | e51a6cffaf9a | 78cb4a176c55 | |
++------+----------------+----------------+----------------------------------------+
+| occ | 768466b31e853c | 77bb5e602b4aa3 | p9dsu, romulus, witherspoon, zaius |
+| | b11dfa90dbfc15 | 421e38af2b8fad | |
+| | 65a21ee9646e | b55bb2e9496b | |
++------+----------------+----------------+----------------------------------------+
+| open | dafcab48658b4d | f6d970c6a600a7 | barreleye, firestone, garrison, |
+| powe | e48e70c929b036 | e248fa5d604eb4 | habanero, p9dsu, palmetto, romulus, |
+| r-pn | 985dac7ef7b8 | 71db4482760b | vesnin, witherspoon, zaius |
+| or | | | |
++------+----------------+----------------+----------------------------------------+
+| rsyn | 3.1.2 | 3.1.3 | barreleye, firenze, firestone, |
+| c | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| sbe | 5c0363924c7d71 | 8e0105e5e964de | p9dsu, romulus, witherspoon, zaius |
+| | 0146155b3354b2 | 6e99e60a96ae3f | |
+| | 36012372dd24 | 3829efe02080 | |
++------+----------------+----------------+----------------------------------------+
+| skib | v5.11 | v6.0.1 | barreleye, firenze, firestone, |
+| oot | | | garrison, habanero, openpower\_mambo, |
+| | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+| util | 2.31 | 2.31.1 | barreleye, firenze, firestone, |
+| -lin | | | garrison, habanero, openpower\_mambo, |
+| ux | | | openpower\_p9\_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | zaius, zz |
++------+----------------+----------------+----------------------------------------+
+
+New Packages
+------------
+
++------+------+------+
+| Pack | Vers | Plat |
+| age | ion | form |
+| | | s |
++======+======+======+
+| hcod | hw05 | p9ds |
+| e | 1018 | u,ro |
+| | a.op | mulu |
+| | 920 | s,wi |
+| | | ther |
+| | | spoo |
+| | | n,za |
+| | | ius |
++------+------+------+
+| host | d302 | barr |
+| boot | 5f5d | eley |
+| -p8 | 7ddd | e,fi |
+| | 0723 | rest |
+| | 946b | one, |
+| | b54f | garr |
+| | cb47 | ison |
+| | 1d2b | ,hab |
+| | f1fd | aner |
+| | 2da4 | o,pa |
+| | | lmet |
+| | | to,v |
+| | | esni |
+| | | n |
++------+------+------+
+| libf | v5.1 | open |
+| lash | 0.1 | powe |
+| | | r\_p |
+| | | 9\_m |
+| | | ambo |
++------+------+------+
+| libz | 1.2. | barr |
+| lib | 11 | eley |
+| | | e,fi |
+| | | renz |
+| | | e,fi |
+| | | rest |
+| | | one, |
+| | | garr |
+| | | ison |
+| | | ,hab |
+| | | aner |
+| | | o,op |
+| | | enpo |
+| | | wer\ |
+| | | _mam |
+| | | bo,o |
+| | | penp |
+| | | ower |
+| | | \_p9 |
+| | | \_ma |
+| | | mbo, |
+| | | p9ds |
+| | | u,pa |
+| | | lmet |
+| | | to,p |
+| | | seri |
+| | | es,r |
+| | | omul |
+| | | us,v |
+| | | esni |
+| | | n,wi |
+| | | ther |
+| | | spoo |
+| | | n,za |
+| | | ius, |
+| | | zz |
++------+------+------+
+| occ | 77bb | zz |
+| | 5e60 | |
+| | 2b4a | |
+| | a342 | |
+| | 1e38 | |
+| | af2b | |
+| | 8fad | |
+| | b55b | |
+| | b2e9 | |
+| | 496b | |
++------+------+------+
+| occ- | 28f2 | barr |
+| p8 | cec6 | eley |
+| | 90b7 | e,fi |
+| | f195 | renz |
+| | 48ce | e,fi |
+| | 860a | rest |
+| | 8820 | one, |
+| | f519 | garr |
+| | e6c3 | ison |
+| | 9a6a | ,hab |
+| | | aner |
+| | | o,op |
+| | | enpo |
+| | | wer\ |
+| | | _mam |
+| | | bo,p |
+| | | alme |
+| | | tto, |
+| | | pser |
+| | | ies, |
+| | | vesn |
+| | | in |
++------+------+------+
+
+Removed Packages
+----------------
+
++------+------+------+
+| Pack | Vers | Plat |
+| age | ion | form |
+| | | s |
++======+======+======+
+| host | d302 | barr |
+| boot | 5f5d | eley |
+| | 7ddd | e,fi |
+| | 0723 | rest |
+| | 946b | one, |
+| | b54f | garr |
+| | cb47 | ison |
+| | 1d2b | ,hab |
+| | f1fd | aner |
+| | 2da4 | o,pa |
+| | | lmet |
+| | | to,v |
+| | | esni |
+| | | n |
++------+------+------+
+| occ | 28f2 | barr |
+| | cec6 | eley |
+| | 90b7 | e,fi |
+| | f195 | rest |
+| | 48ce | one, |
+| | 860a | garr |
+| | 8820 | ison |
+| | f519 | ,hab |
+| | e6c3 | aner |
+| | 9a6a | o,pa |
+| | | lmet |
+| | | to,v |
+| | | esni |
+| | | n |
++------+------+------+
+| zlib | 1.2. | barr |
+| | 11 | eley |
+| | | e,fi |
+| | | renz |
+| | | e,fi |
+| | | rest |
+| | | one, |
+| | | garr |
+| | | ison |
+| | | ,hab |
+| | | aner |
+| | | o,op |
+| | | enpo |
+| | | wer\ |
+| | | _mam |
+| | | bo,o |
+| | | penp |
+| | | ower |
+| | | \_p9 |
+| | | \_ma |
+| | | mbo, |
+| | | p9ds |
+| | | u,pa |
+| | | lmet |
+| | | to,p |
+| | | seri |
+| | | es,r |
+| | | omul |
+| | | us,v |
+| | | esni |
+| | | n,wi |
+| | | ther |
+| | | spoo |
+| | | n,za |
+| | | ius, |
+| | | zz |
++------+------+------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/v2.0/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch <https://github.com/open-power/op-build/tree/v2.0/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/v2.0/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `6d48b4dfd9cc <https://github.com/open-power/hostboot/commit/6d48b4dfd9cc>`__
+ Abist proc update for SBE changes
+
+Ben Gass (3):
+
+- `885dde53dea4 <https://github.com/open-power/hostboot/commit/885dde53dea4>`__
+ Turn off PB.IOO.LL0.CONFIG\_FAST\_ASYNC\_CROSS for Nimbus (HW409026)
+- `a26fde80a124 <https://github.com/open-power/hostboot/commit/a26fde80a124>`__
+ Adding Axone MC/MI/MCC/OMIC/OMI scom address translation.
+- `6527cd1f6ae2 <https://github.com/open-power/hostboot/commit/6527cd1f6ae2>`__
+ Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update
+
+Benjamin Weisenbeck (1):
+
+- `c6150efe43c8 <https://github.com/open-power/hostboot/commit/c6150efe43c8>`__
+ PRD: ABUS lane fail callout support
+
+Bill Hoffa (1):
+
+- `efa5cc2c146b <https://github.com/open-power/hostboot/commit/efa5cc2c146b>`__
+ Update simulation build level to b0414a\_1815.920
+
+Brian Bakke (2):
+
+- `4366e146c039 <https://github.com/open-power/hostboot/commit/4366e146c039>`__
+ Check for pending OCC messages on HBRT start in OpenPOWER
+- `667047773617 <https://github.com/open-power/hostboot/commit/667047773617>`__
+ Fix mismatch between logger and parser for Istep state info
+
+Brian Stegmiller (1):
+
+- `9e9ca8132513 <https://github.com/open-power/hostboot/commit/9e9ca8132513>`__
+ PRD: Mask SBE attention on HB recovery failure
+
+Chris Cain (2):
+
+- `db62cb5a72b8 <https://github.com/open-power/hostboot/commit/db62cb5a72b8>`__
+ HTMGT: memory throttle calculation fixes
+- `ae5e20e397bf <https://github.com/open-power/hostboot/commit/ae5e20e397bf>`__
+ HTMGT: Support AVSBus Config packet for Vdd Current roll over
+ workaround
+
+Christian Geddes (11):
+
+- `02f8995967cc <https://github.com/open-power/hostboot/commit/02f8995967cc>`__
+ Use SCOM to access Master Processor's SBE MSG register
+- `ba8c8bfc02ca <https://github.com/open-power/hostboot/commit/ba8c8bfc02ca>`__
+ sbe\_retry\_handler refactor
+- `d5ba4627b254 <https://github.com/open-power/hostboot/commit/d5ba4627b254>`__
+ Update hreset HWP to always use scoms during HBRT
+- `5192636a15d9 <https://github.com/open-power/hostboot/commit/5192636a15d9>`__
+ Hook up FSP runtime support for sbe\_retry\_handler (hreset path)
+- `7ee5536ef2a1 <https://github.com/open-power/hostboot/commit/7ee5536ef2a1>`__
+ Enable OpenPower SBE Vital Attention handler
+- `a4e9bdd5d47c <https://github.com/open-power/hostboot/commit/a4e9bdd5d47c>`__
+ Improve error handling when slave SBE fails to boot
+- `4f32915aa124 <https://github.com/open-power/hostboot/commit/4f32915aa124>`__
+ Clear perv scrach register prior to triggering HRESET
+- `4b25a2be9395 <https://github.com/open-power/hostboot/commit/4b25a2be9395>`__
+ PM: Clean up PM Reset and PM Complex Suspend
+- `c933337513bf <https://github.com/open-power/hostboot/commit/c933337513bf>`__
+ Change all FAPI\_INVOKE calls to be FAPI\_EXEC in sbe\_retry\_handler
+- `0e7f35fb549d <https://github.com/open-power/hostboot/commit/0e7f35fb549d>`__
+ Improve linking of PLIDs for sbe\_retry\_handler
+- `c78530bd2994 <https://github.com/open-power/hostboot/commit/c78530bd2994>`__
+ Change sbe restart fail hwCallouts from GARDs to DECONFIG
+
+Christian R. Geddes (1):
+
+- `1c4c810a584f <https://github.com/open-power/hostboot/commit/1c4c810a584f>`__
+ Revert "Clear perv scrach register prior to triggering HRESET"
+
+Claus Michael Olsen (2):
+
+- `e286748a94bd <https://github.com/open-power/hostboot/commit/e286748a94bd>`__
+ Code restruct: ring\_apply
+- `84909fd0daf7 <https://github.com/open-power/hostboot/commit/84909fd0daf7>`__
+ Update to ifCompiler to produce \*.bitsModified Care for PLL filter
+ rings
+
+Corey Swenson (1):
+
+- `ada2cd8dd6c8 <https://github.com/open-power/hostboot/commit/ada2cd8dd6c8>`__
+ Check for PROC EC in OP920
+
+Dan Crowell (3):
+
+- `d8765b43b7ad <https://github.com/open-power/hostboot/commit/d8765b43b7ad>`__
+ Move VPD cache invalidation in mfgmode after we save it for HBRT
+- `38ec7768b236 <https://github.com/open-power/hostboot/commit/38ec7768b236>`__
+ Log Hostboot state information in all error logs
+- `dc1414817351 <https://github.com/open-power/hostboot/commit/dc1414817351>`__
+ Enable super-long watchdog timer when console traces are enabled
+
+Daniel Howe (1):
+
+- `bd3148541fc2 <https://github.com/open-power/hostboot/commit/bd3148541fc2>`__
+ Update settings to allow xlink psave
+
+Elizabeth Liner (2):
+
+- `c5ca811838da <https://github.com/open-power/hostboot/commit/c5ca811838da>`__
+ Updating ATTR\_PROC\_CHIP\_MEM\_TO\_USE to use all bits of group and
+ chip ID
+- `a027c49b4ca5 <https://github.com/open-power/hostboot/commit/a027c49b4ca5>`__
+ Temporarily moving attribute to the system target
+
+Ilya Smirnov (6):
+
+- `e3bff0327790 <https://github.com/open-power/hostboot/commit/e3bff0327790>`__
+ Pass SBE Security Backdoor Bit to HB Bootloader
+- `8d6e983693fc <https://github.com/open-power/hostboot/commit/8d6e983693fc>`__
+ Reset Security Override Flag During Key Transition
+- `da8911ce095a <https://github.com/open-power/hostboot/commit/da8911ce095a>`__
+ Secure Boot: Support Phyp debug flag in HDAT
+- `093052dd5cfa <https://github.com/open-power/hostboot/commit/093052dd5cfa>`__
+ Always Lock Down SBE SEEPROM After SBE Update
+- `678397bf9094 <https://github.com/open-power/hostboot/commit/678397bf9094>`__
+ Mark Read-Only Partitions as Such
+- `7589a2338d5b <https://github.com/open-power/hostboot/commit/7589a2338d5b>`__
+ Check if Console Library is Loaded Before Printing to Console
+
+Jayashankar Padath (1):
+
+- `f0c194784d98 <https://github.com/open-power/hostboot/commit/f0c194784d98>`__
+ HDAT : Change in feature flag structures for Rugby
+
+Jaymes Wilks (2):
+
+- `be5361032953 <https://github.com/open-power/hostboot/commit/be5361032953>`__
+ Propagate TPM information into HDAT on non-master nodes
+- `f7a5aa5bec0d <https://github.com/open-power/hostboot/commit/f7a5aa5bec0d>`__
+ Disable tolerating blacklist violations
+
+Jeremy Neaton (2):
+
+- `b10263aeedd3 <https://github.com/open-power/hostboot/commit/b10263aeedd3>`__
+ TSV Updates for CL14 Support
+- `576c380539b2 <https://github.com/open-power/hostboot/commit/576c380539b2>`__
+ tWR\_MPR fix for DDR4 RDIMM initialization
+
+Joe McGill (5):
+
+- `523de826a22e <https://github.com/open-power/hostboot/commit/523de826a22e>`__
+ configure Cumulus MC inband logic to pass host/occ bit under BAR
+- `3a4e19354e06 <https://github.com/open-power/hostboot/commit/3a4e19354e06>`__
+ move xlink psave configuration to SBE
+- `3514216fef13 <https://github.com/open-power/hostboot/commit/3514216fef13>`__
+ relocate Centaur trace SCOM inits
+- `7a4cb95b51a4 <https://github.com/open-power/hostboot/commit/7a4cb95b51a4>`__
+ p9\_xip\_customize -- consume correct byte for AW keyword PLL bucket
+ selector
+- `1bad3f82392c <https://github.com/open-power/hostboot/commit/1bad3f82392c>`__
+ FIR updates to match XML changes in 56335
+
+Luke Mulkey (1):
+
+- `e0ebdc3d68b7 <https://github.com/open-power/hostboot/commit/e0ebdc3d68b7>`__
+ Add unmask errors back to cen\_framelock
+
+Marty Gloff (6):
+
+- `fef105cbd664 <https://github.com/open-power/hostboot/commit/fef105cbd664>`__
+ Resolve NodeInfo Naming Conflict
+- `c39a13d91dae <https://github.com/open-power/hostboot/commit/c39a13d91dae>`__
+ Disable Multi-Node Sync System Attributes
+- `379efca3b8ff <https://github.com/open-power/hostboot/commit/379efca3b8ff>`__
+ Support multiple nodes in HBRT - Update Functions
+- `519b09db143e <https://github.com/open-power/hostboot/commit/519b09db143e>`__
+ Support multiple nodes in HBRT - Concurrent Code Update
+- `7383c3a4fbaf <https://github.com/open-power/hostboot/commit/7383c3a4fbaf>`__
+ Get Hostboot Dump after Hostboot Crash
+- `67de094e51e2 <https://github.com/open-power/hostboot/commit/67de094e51e2>`__
+ Support multiple nodes in HBRT - Remove Single Node Items
+
+Matt Derksen (1):
+
+- `1e784c03824d <https://github.com/open-power/hostboot/commit/1e784c03824d>`__
+ Handle early life PNOR fails in HBRT instead of hanging
+
+Mike Baiocchi (2):
+
+- `502258b17bd9 <https://github.com/open-power/hostboot/commit/502258b17bd9>`__
+ Reduce Console Output Trace from PNOR component in OpenPower
+- `deebbaaca28f <https://github.com/open-power/hostboot/commit/deebbaaca28f>`__
+ Rediscover I2C Targets after Host I2C Reset
+
+Nick Bofferding (2):
+
+- `db9ded1e83f4 <https://github.com/open-power/hostboot/commit/db9ded1e83f4>`__
+ Secure Boot: Introduce key transition state node attribute
+- `6dc8fa90d74b <https://github.com/open-power/hostboot/commit/6dc8fa90d74b>`__
+ SBE Update: Don't alter HBB partition when customizing SBE image
+
+Nick Klazynski (2):
+
+- `a05bb0e51854 <https://github.com/open-power/hostboot/commit/a05bb0e51854>`__
+ TM workaround for HW443982
+- `75ca8b023678 <https://github.com/open-power/hostboot/commit/75ca8b023678>`__
+ Workarounds for HW447585 and HW447589
+
+Prasad Bg Ranganath (1):
+
+- `fd32e9b7f2cf <https://github.com/open-power/hostboot/commit/fd32e9b7f2cf>`__
+ WOF: Bad IQ data needs to be filtered out
+
+Rahul Batra (3):
+
+- `b77925c8ae2d <https://github.com/open-power/hostboot/commit/b77925c8ae2d>`__
+ PM: Generated Vratio/Vindex tables
+- `da512cac4ed4 <https://github.com/open-power/hostboot/commit/da512cac4ed4>`__
+ PGPE: Error Handling Support
+- `d9bf361681e9 <https://github.com/open-power/hostboot/commit/d9bf361681e9>`__
+ PM: Fixes for Livelock Scenarios
+
+Ricardo Mata (1):
+
+- `ff5baffa4dab <https://github.com/open-power/hostboot/commit/ff5baffa4dab>`__
+ Updated pcie\_scominit and pcie\_config to manage systems not using
+ PEC STACK0.
+
+Richard J. Knight (2):
+
+- `7f2227c3015a <https://github.com/open-power/hostboot/commit/7f2227c3015a>`__
+ Fix transposed memset arguments in p9\_dd\_add
+- `43fcef0d5e37 <https://github.com/open-power/hostboot/commit/43fcef0d5e37>`__
+ Remove un-used scan procedures
+
+Rick Ward (2):
+
+- `ad517636c3d0 <https://github.com/open-power/hostboot/commit/ad517636c3d0>`__
+ Verify deconfig-by-association assumptions still apply to CDIMM
+ scenario.
+- `2e3def0e5420 <https://github.com/open-power/hostboot/commit/2e3def0e5420>`__
+ zero length dump on single node systems
+
+SWATHI M. BHATTIPROLU (1):
+
+- `52d15635dfc7 <https://github.com/open-power/hostboot/commit/52d15635dfc7>`__
+ Revert "Verify frequency attributes across nodes"
+
+Sampa Misra (1):
+
+- `975baaed3aa8 <https://github.com/open-power/hostboot/commit/975baaed3aa8>`__
+ Remove seeprom entry from host i2c data structures reported by HDAT
+
+Soma BhanuTej (4):
+
+- `bde38b587bd2 <https://github.com/open-power/hostboot/commit/bde38b587bd2>`__
+ Update to fix ekb master
+- `0775540e33cc <https://github.com/open-power/hostboot/commit/0775540e33cc>`__
+ p9\_sbe\_lpc\_init: Fix cycle sim delay loop
+- `c1ed2565ebcf <https://github.com/open-power/hostboot/commit/c1ed2565ebcf>`__
+ Enhance p9\_extract\_sbe\_rc
+- `fbda730111e2 <https://github.com/open-power/hostboot/commit/fbda730111e2>`__
+ BugFix in progm exception & update brief info
+
+Srikantha Meesala (1):
+
+- `211b0cb9d447 <https://github.com/open-power/hostboot/commit/211b0cb9d447>`__
+ Wrong value for MSS\_MRW\_IDLE\_POWER\_CONTROL\_REQUESTED
+
+Stephen Glancy (3):
+
+- `717ac2a28f55 <https://github.com/open-power/hostboot/commit/717ac2a28f55>`__
+ Moves count\_dimm to be in the memory generic folder
+- `ad4459feb84a <https://github.com/open-power/hostboot/commit/ad4459feb84a>`__
+ Adds blank files for DMI IO
+- `6ff6218309c0 <https://github.com/open-power/hostboot/commit/6ff6218309c0>`__
+ Fixes DLL error checking to be the highest priority FIR
+
+Swathi Madhuri Bhattiprolu (1):
+
+- `571e1d84dfe5 <https://github.com/open-power/hostboot/commit/571e1d84dfe5>`__
+ Verify frequency attributes across nodes
+
+Thi Tran (1):
+
+- `742640c460c6 <https://github.com/open-power/hostboot/commit/742640c460c6>`__
+ Unmask MCA Command Sequence error bit
+
+Tsung Yeung (1):
+
+- `8e5461d3b360 <https://github.com/open-power/hostboot/commit/8e5461d3b360>`__
+ Includes NVDIMM in workaround for self-time refresh
+
+Vasant Hegde (3):
+
+- `89f920529649 <https://github.com/open-power/hostboot/commit/89f920529649>`__
+ dump: Add support for dump source address zero
+- `9a3aa40a7a17 <https://github.com/open-power/hostboot/commit/9a3aa40a7a17>`__
+ Add support to find relocated payload base address
+- `b90ed8f11eac <https://github.com/open-power/hostboot/commit/b90ed8f11eac>`__
+ dump: Copy data type field from MDST table to MDRT table
+
+Zane Shelley (12):
+
+- `dd26705781d3 <https://github.com/open-power/hostboot/commit/dd26705781d3>`__
+ PRD: updates from OBUS FIR reviews
+- `58b9dd72866a <https://github.com/open-power/hostboot/commit/58b9dd72866a>`__
+ PRD: support getMemAddrRange() for MBA targets and DIMMs
+- `ad8ec727bc7f <https://github.com/open-power/hostboot/commit/ad8ec727bc7f>`__
+ PRD: super fast read command support for MBA
+- `d026d31c923e <https://github.com/open-power/hostboot/commit/d026d31c923e>`__
+ PRD: enable predictive dynamic memory deallocation
+- `da885e721ccc <https://github.com/open-power/hostboot/commit/da885e721ccc>`__
+ PRD: DMD support for 3/6 MC/grp configs
+- `2000b276f2ea <https://github.com/open-power/hostboot/commit/2000b276f2ea>`__
+ PRD: VCM/TPS/BG scrub commands support for MBA
+- `e772c3f7a100 <https://github.com/open-power/hostboot/commit/e772c3f7a100>`__
+ PRD: enable MemEcc::handleMemUe() for MBA
+- `2e0c329836ca <https://github.com/open-power/hostboot/commit/2e0c329836ca>`__
+ PRD: Circumvent DMD address ranges for 3/6 MC/group configs
+- `0be5926ed8ad <https://github.com/open-power/hostboot/commit/0be5926ed8ad>`__
+ PRD: capture NPU FIRs only on attention from NPU FIRs
+- `293a8d981da8 <https://github.com/open-power/hostboot/commit/293a8d981da8>`__
+ PRD: set INTCQFIR[27:29] to threshold\_and\_mask\_self
+- `f911e5ca9f5c <https://github.com/open-power/hostboot/commit/f911e5ca9f5c>`__
+ PRD: No gard on cache inhibited L2/L3 attentions
+- `8e05a4399bf5 <https://github.com/open-power/hostboot/commit/8e05a4399bf5>`__
+ PRD: No gard on L3FIR[25] cache inhibited attn
+
+manichow (1):
+
+- `3661916096ea <https://github.com/open-power/hostboot/commit/3661916096ea>`__
+ Solution for proc\_tod\_setup during MPIPL.
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (1):
+
+- `8b4877df0760 <https://github.com/open-power/occ/commit/8b4877df0760>`__
+ Increase pgpe clip timeout to 500us
+
+Chris Cain (2):
+
+- `b3a2f75d837f <https://github.com/open-power/occ/commit/b3a2f75d837f>`__
+ Fix DIMM overtemp bitmap and and trace updates
+- `da6e77f81deb <https://github.com/open-power/occ/commit/da6e77f81deb>`__
+ Use Turbo for max frequency until WOF is fully enabled
+
+Doug Gilbert (2):
+
+- `1bbbfec92b3a <https://github.com/open-power/occ/commit/1bbbfec92b3a>`__
+ P9 Centaur sensor support
+- `1bf5605f1d80 <https://github.com/open-power/occ/commit/1bf5605f1d80>`__
+ OCC Centaur disable deadman timer and clean up code
+
+Douglas Gilbert (4):
+
+- `437c82070808 <https://github.com/open-power/occ/commit/437c82070808>`__
+ OCC Centaur enable deadman timer
+- `61cd385caa63 <https://github.com/open-power/occ/commit/61cd385caa63>`__
+ OCC Centaur: Check for channel checkstop
+- `ba4bad1ee5d6 <https://github.com/open-power/occ/commit/ba4bad1ee5d6>`__
+ Fix reading EMPATH data from fused odd numbered cores
+- `9e004972550d <https://github.com/open-power/occ/commit/9e004972550d>`__
+ Centaur SYNC required after changing throttle
+
+Sumit Kumar (1):
+
+- `8aa6ad0942ef <https://github.com/open-power/occ/commit/8aa6ad0942ef>`__
+ 24x7 gpe1: Added version structure
+
+William Bryan (7):
+
+- `bd605ba0a030 <https://github.com/open-power/occ/commit/bd605ba0a030>`__
+ Memory Throttle Sensors RTC:131184
+- `d16e7d09c78d <https://github.com/open-power/occ/commit/d16e7d09c78d>`__
+ Minor fix for GPU reset SM and more FFDC
+- `6c9f28ebe259 <https://github.com/open-power/occ/commit/6c9f28ebe259>`__
+ Fix compile issue in op-build environment
+- `943641092d82 <https://github.com/open-power/occ/commit/943641092d82>`__
+ Update GPE1 Binary 4/24
+- `f741c41933c8 <https://github.com/open-power/occ/commit/f741c41933c8>`__
+ Update GPE1 Binary 5/3/18
+- `3e8bdd955f33 <https://github.com/open-power/occ/commit/3e8bdd955f33>`__
+ Update GPE1 Binary 5/8/18
+- `77bb5e602b4a <https://github.com/open-power/occ/commit/77bb5e602b4a>`__
+ Update GPE1 Binary 5/10/18
+
+mbroyles (7):
+
+- `c8538f3c894d <https://github.com/open-power/occ/commit/c8538f3c894d>`__
+ Regulator N mode support
+- `b57b1a9333a5 <https://github.com/open-power/occ/commit/b57b1a9333a5>`__
+ Prevent Nimbus tasks from running prior to knowing memory type
+- `bee2601c92b3 <https://github.com/open-power/occ/commit/bee2601c92b3>`__
+ Remove disable of Pstates on a transition to standby state
+- `4f49f6351fa3 <https://github.com/open-power/occ/commit/4f49f6351fa3>`__
+ AVSBus Vdd Current roll over workaround
+- `e9726b77dfc6 <https://github.com/open-power/occ/commit/e9726b77dfc6>`__
+ Fix using UT before WOF is fully enabled when running with OPAL
+- `cd30b100eee0 <https://github.com/open-power/occ/commit/cd30b100eee0>`__
+ Don't return APSS channel data for GPUs not present
+- `fc897cac878b <https://github.com/open-power/occ/commit/fc897cac878b>`__
+ Add GPU presence to OPAL shared memory interface
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+jim (9):
+
+- `9c0912f79571 <https://github.com/open-power/p9dsu-xml/commit/9c0912f79571>`__
+ Update APSS OFFSET and GAIN for Boston LC
+- `1ac7841b184a <https://github.com/open-power/p9dsu-xml/commit/1ac7841b184a>`__
+ Set EREPAIR\_THRESHOLD
+- `df58ab831bf9 <https://github.com/open-power/p9dsu-xml/commit/df58ab831bf9>`__
+ add lane\_reversal for the issue 2U WIO slot2 does not recognize x1
+ PCIe adapter. Github issue #134
+- `8bfd5dbd2f75 <https://github.com/open-power/p9dsu-xml/commit/8bfd5dbd2f75>`__
+ add lane\_reversal for CPU1 PEC1 phb1 to fix 2U LC WIO-R does not
+ recognize x4 eth adapter. Github issue #692.
+- `661a8de7950a <https://github.com/open-power/p9dsu-xml/commit/661a8de7950a>`__
+ Raise hard minimum power cap. OPEN\_POWER\_MIN\_POWER\_CAP\_WATTS =
+ 1550.
+- `11e33025809f <https://github.com/open-power/p9dsu-xml/commit/11e33025809f>`__
+ Make room for additional turbo WOF tables. Github issue #1080. remove
+ for the wofdata folder: WOF\_V6\_1\_0\_SFORZA\_20\_160\_1900.csv
+ WOF\_V6\_1\_0\_SFORZA\_20\_170\_2100.csv
+- `d9b090dd0da2 <https://github.com/open-power/p9dsu-xml/commit/d9b090dd0da2>`__
+ XML from Ben. SUPPORTED\_STOP\_STATES = 0xEC100000
+ SYSTEM\_WOF\_DISABLE = OFF SYSTEM\_VDM\_DISABLE = OFF
+ WOF\_ENABLE\_VRATIO = CALCULATED WOF\_VRATIO\_SELECT = ACTIVE\_CORES
+ WOF\_POWER\_LIMIT = TURBO
+- `7948ad44db3c <https://github.com/open-power/p9dsu-xml/commit/7948ad44db3c>`__
+ disable stop 11.
+- `32ce616ef80f <https://github.com/open-power/p9dsu-xml/commit/32ce616ef80f>`__
+ lane\_reversal on cpu1 pec2. revert the change made for issue #134
+ and add the correct one.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v2.0/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `aa3958c83f6e <https://github.com/open-power/sbe/commit/aa3958c83f6e>`__
+ Abist proc update for SBE changes
+
+Ben Gass (2):
+
+- `ccb729fc8272 <https://github.com/open-power/sbe/commit/ccb729fc8272>`__
+ Turn off PB.IOO.LL0.CONFIG\_FAST\_ASYNC\_CROSS for Nimbus (HW409026)
+- `85afccc45331 <https://github.com/open-power/sbe/commit/85afccc45331>`__
+ Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update
+
+Christian Geddes (1):
+
+- `be9f291604d8 <https://github.com/open-power/sbe/commit/be9f291604d8>`__
+ PM: Clean up PM Reset and PM Complex Suspend
+
+Claus Michael Olsen (1):
+
+- `b6c3a885a1ff <https://github.com/open-power/sbe/commit/b6c3a885a1ff>`__
+ Code restruct: ring\_apply
+
+Elizabeth Liner (2):
+
+- `ad85537c7c36 <https://github.com/open-power/sbe/commit/ad85537c7c36>`__
+ Updating ATTR\_PROC\_CHIP\_MEM\_TO\_USE to use all bits of group and
+ chip ID
+- `6415b1f1bc29 <https://github.com/open-power/sbe/commit/6415b1f1bc29>`__
+ Temporarily moving attribute to the system target
+
+Ilya Smirnov (1):
+
+- `0883fb85d489 <https://github.com/open-power/sbe/commit/0883fb85d489>`__
+ Pass SBE Security Backdoor Bit to HB Bootloader
+
+Jenny Huynh (1):
+
+- `d2cdf116e9ba <https://github.com/open-power/sbe/commit/d2cdf116e9ba>`__
+ HW438727 Disable clockgate to allow correct ODL error reporting
+
+Joe McGill (2):
+
+- `1afdc244e220 <https://github.com/open-power/sbe/commit/1afdc244e220>`__
+ move xlink psave configuration to SBE
+- `6d4731168c57 <https://github.com/open-power/sbe/commit/6d4731168c57>`__
+ security whitelist -- add X0 instance of DL IOE control register
+
+Nick Klazynski (2):
+
+- `c4c918c09a63 <https://github.com/open-power/sbe/commit/c4c918c09a63>`__
+ TM workaround for HW443982
+- `8e0105e5e964 <https://github.com/open-power/sbe/commit/8e0105e5e964>`__
+ Workarounds for HW447585 and HW447589
+
+Rahul Batra (2):
+
+- `6b765f17d223 <https://github.com/open-power/sbe/commit/6b765f17d223>`__
+ PGPE: Error Handling Support
+- `26a37e4d6c82 <https://github.com/open-power/sbe/commit/26a37e4d6c82>`__
+ PM: Fixes for Livelock Scenarios
+
+Raja Das (2):
+
+- `cd490739c957 <https://github.com/open-power/sbe/commit/cd490739c957>`__
+ Scommable check before L2/L3 Purge in MPIPL Path
+- `6efa7f05b7f4 <https://github.com/open-power/sbe/commit/6efa7f05b7f4>`__
+ S0/S1 enabled for SBE
+
+Richard J. Knight (2):
+
+- `b18d2e584159 <https://github.com/open-power/sbe/commit/b18d2e584159>`__
+ Fix missing set\_XX method for sbeTarget callout
+- `395fbf43f556 <https://github.com/open-power/sbe/commit/395fbf43f556>`__
+ Fix transposed memset arguments in p9\_dd\_add
+
+Sachin Gupta (4):
+
+- `e5725003060d <https://github.com/open-power/sbe/commit/e5725003060d>`__
+ Update backing build
+- `3caeecc05393 <https://github.com/open-power/sbe/commit/3caeecc05393>`__
+ Updated backing build
+- `80ef172f2091 <https://github.com/open-power/sbe/commit/80ef172f2091>`__
+ Clear TPM deconfig bit during MPIPL
+- `ba1d21e6905c <https://github.com/open-power/sbe/commit/ba1d21e6905c>`__
+ Update sbe-debug tool to use ecc\_enable option
+
+Shakeeb A. Pasha B K (1):
+
+- `783b420403b7 <https://github.com/open-power/sbe/commit/783b420403b7>`__
+ Revert "SBE Space optimisation" by moving ramming to pibmem
+
+Soma BhanuTej (2):
+
+- `2b6b4a8bfc02 <https://github.com/open-power/sbe/commit/2b6b4a8bfc02>`__
+ Mask off bit 26 of TP\_LFIR on FSP machines
+- `48ec2a531382 <https://github.com/open-power/sbe/commit/48ec2a531382>`__
+ p9\_sbe\_lpc\_init: Fix cycle sim delay loop
+
+Sumit Kumar (1):
+
+- `8a161b11a539 <https://github.com/open-power/sbe/commit/8a161b11a539>`__
+ conv\_rel\_branch.pl - Fix to pick up latest fips release for master
+
+Thi Tran (1):
+
+- `0c497af5150b <https://github.com/open-power/sbe/commit/0c497af5150b>`__
+ Do not apply HW414958 to Axone
+
+spashabk-in (4):
+
+- `34e4e8a29c90 <https://github.com/open-power/sbe/commit/34e4e8a29c90>`__
+ Restructure capabilites structure
+- `90d4e4428735 <https://github.com/open-power/sbe/commit/90d4e4428735>`__
+ PSU get capabilities chip-op
+- `c10e17d5baea <https://github.com/open-power/sbe/commit/c10e17d5baea>`__
+ Run simics intially till SBE is booted
+- `7af798e9e32e <https://github.com/open-power/sbe/commit/7af798e9e32e>`__
+ Update backing build
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Alistair Popple (1):
+
+- `0a4d0519a5a2 <https://github.com/open-power/skiboot/commit/0a4d0519a5a2>`__
+ hw/npu2.c: Remove static configuration of NPU2 register
+
+Anton Blanchard (2):
+
+- `3ef38a3895e6 <https://github.com/open-power/skiboot/commit/3ef38a3895e6>`__
+ SLW: Fix mambo boot to use stop states
+- `c5bff438b7db <https://github.com/open-power/skiboot/commit/c5bff438b7db>`__
+ mambo: Enable XER CA32 and OV32 bits on P9
+
+Balbir Singh (3):
+
+- `bdd925aabbbb <https://github.com/open-power/skiboot/commit/bdd925aabbbb>`__
+ mambo/mambo\_utils.tcl: Inject an MCE at a specified address
+- `2947eaa14e77 <https://github.com/open-power/skiboot/commit/2947eaa14e77>`__
+ npu2/hw-procedures: fence bricks on GPU reset
+- `7bcbc78cea55 <https://github.com/open-power/skiboot/commit/7bcbc78cea55>`__
+ Add location code to NPU2 HMI logging
+
+Balbir singh (2):
+
+- `ac59ecec5ca8 <https://github.com/open-power/skiboot/commit/ac59ecec5ca8>`__
+ external/mambo: simplify implementation of di
+- `44f2f839f433 <https://github.com/open-power/skiboot/commit/44f2f839f433>`__
+ doc: cosmetic fixup of reference to stale header
+
+Benjamin Herrenschmidt (10):
+
+- `bca7c02f519d <https://github.com/open-power/skiboot/commit/bca7c02f519d>`__
+ pcie-slot: Don't fail powering on an already on switch
+- `e6bca4a0aa98 <https://github.com/open-power/skiboot/commit/e6bca4a0aa98>`__
+ phb4: Quieten and improve "Timeout waiting for electrical link"
+- `9c21cae5aac4 <https://github.com/open-power/skiboot/commit/9c21cae5aac4>`__
+ interrupts: Create an "interrupts" property in the OPAL node
+- `434462864bdc <https://github.com/open-power/skiboot/commit/434462864bdc>`__
+ opal/hmi: Don't re-read HMER multiple times
+- `a9d92e24d4b2 <https://github.com/open-power/skiboot/commit/a9d92e24d4b2>`__
+ opal/hmi: Remove races in clearing HMER
+- `88abbe212c04 <https://github.com/open-power/skiboot/commit/88abbe212c04>`__
+ opal/hmi: Add a new opal\_handle\_hmi2 that returns direct info to
+ Linux
+- `2a6a38eba6df <https://github.com/open-power/skiboot/commit/2a6a38eba6df>`__
+ opal/hmi: Move timer related error handling to a separate function
+- `099801d775ee <https://github.com/open-power/skiboot/commit/099801d775ee>`__
+ opal/hmi: Don't bother passing HMER to pre-recovery cleanup
+- `674f7696f7c1 <https://github.com/open-power/skiboot/commit/674f7696f7c1>`__
+ opal/hmi: Rework HMI handling of TFAC errors
+- `df98e55e50a3 <https://github.com/open-power/skiboot/commit/df98e55e50a3>`__
+ external: Add "lpc" tool
+
+Christophe Lombard (1):
+
+- `4d359aaac987 <https://github.com/open-power/skiboot/commit/4d359aaac987>`__
+ capi: Keep the current mmio windows in the mbt cache table.
+
+Claudio Carvalho (1):
+
+- `4ca5fac2c3b3 <https://github.com/open-power/skiboot/commit/4ca5fac2c3b3>`__
+ hdata/tpmrel: detect tpm not present by looking up the stinfo->status
+
+Cyril Bur (20):
+
+- `267e65357c2e <https://github.com/open-power/skiboot/commit/267e65357c2e>`__
+ external/ffspart: Allow # comments in input file
+- `60b8ea49c8a6 <https://github.com/open-power/skiboot/commit/60b8ea49c8a6>`__
+ libffs: Standardise ffs partition flags
+- `2b9ae3ab9e53 <https://github.com/open-power/skiboot/commit/2b9ae3ab9e53>`__
+ external/pflash: Use ffs\_entry\_user\_to\_string() to standardise
+ flag strings
+- `07426f41d24d <https://github.com/open-power/skiboot/commit/07426f41d24d>`__
+ libflash/libffs: Add setter for a partitions actual size
+- `6d2ba68ee684 <https://github.com/open-power/skiboot/commit/6d2ba68ee684>`__
+ libflash/libffs: ffs\_close() should use ffs\_hdr\_free()
+- `91099dacc6c9 <https://github.com/open-power/skiboot/commit/91099dacc6c9>`__
+ external/ffspart: Remove side, order and backup options
+- `0673f6282422 <https://github.com/open-power/skiboot/commit/0673f6282422>`__
+ libflash/libffs: Always add entries to the end of the TOC
+- `14ed1a2d7611 <https://github.com/open-power/skiboot/commit/14ed1a2d7611>`__
+ libflash/libffs: Remove the 'sides' from the FFS TOC generation code
+- `0744faa83a1b <https://github.com/open-power/skiboot/commit/0744faa83a1b>`__
+ libflash/libffs: Remove backup partition from TOC generation code
+- `3d47dbb4fb8d <https://github.com/open-power/skiboot/commit/3d47dbb4fb8d>`__
+ libflash/libffs: Switch to storing header entries in an array
+- `79316cb6aca6 <https://github.com/open-power/skiboot/commit/79316cb6aca6>`__
+ libflash/libffs: Refcount ffs entries
+- `1622957255a6 <https://github.com/open-power/skiboot/commit/1622957255a6>`__
+ libflash/libffs: Allow caller to specifiy header partition
+- `9bd1bef2e583 <https://github.com/open-power/skiboot/commit/9bd1bef2e583>`__
+ external/ffspart: Use new interface
+- `14cefe11f745 <https://github.com/open-power/skiboot/commit/14cefe11f745>`__
+ libffs: Fix bad checks for partition overlap
+- `c92905e1c139 <https://github.com/open-power/skiboot/commit/c92905e1c139>`__
+ external/ffspart: Improve error output
+- `ba3bebb3a417 <https://github.com/open-power/skiboot/commit/ba3bebb3a417>`__
+ gitignore: Add stb test kernel files
+- `07c4573d0678 <https://github.com/open-power/skiboot/commit/07c4573d0678>`__
+ libflash/ecc: Add functions to deal with unaligned ECC memcpy
+- `f7713517d90a <https://github.com/open-power/skiboot/commit/f7713517d90a>`__
+ libflash/ecc: Add helpers to align a position within an ecc buffer
+- `3df9b3cc82cd <https://github.com/open-power/skiboot/commit/3df9b3cc82cd>`__
+ libflash/blocklevel: Return region start from ecc\_protected()
+- `5616c42d900a <https://github.com/open-power/skiboot/commit/5616c42d900a>`__
+ libflash/blocklevel: Make read/write be ECC agnostic for callers
+
+Frederic Barrat (2):
+
+- `9067098cfef9 <https://github.com/open-power/skiboot/commit/9067098cfef9>`__
+ npu2-opencapi: Fix 'link internal error' FIR, take 1
+- `943a1aff363e <https://github.com/open-power/skiboot/commit/943a1aff363e>`__
+ npu2-opencapi: Fix 'link internal error' FIR, take 2
+
+Jim Yuan (3):
+
+- `0764893eecb7 <https://github.com/open-power/skiboot/commit/0764893eecb7>`__
+ p9dsu: change esel command from AMI to IBM 0x3a.
+- `3837226ceb35 <https://github.com/open-power/skiboot/commit/3837226ceb35>`__
+ p9dsu: add pci slot table for Boston LC 1U/2U and Boston LA/ESS.
+- `c31cb73d8edb <https://github.com/open-power/skiboot/commit/c31cb73d8edb>`__
+ p9dsu: add slot power limit.
+
+Joel Stanley (24):
+
+- `379ec78e3da9 <https://github.com/open-power/skiboot/commit/379ec78e3da9>`__
+ Makefile: Make it easier to find the docs
+- `1d724fa588bc <https://github.com/open-power/skiboot/commit/1d724fa588bc>`__
+ init: Fix trailing bracket in "Starting kernel"
+- `973391504789 <https://github.com/open-power/skiboot/commit/973391504789>`__
+ tests: Specfiy Qemu with a single environment variable
+- `7a8214eeb1c5 <https://github.com/open-power/skiboot/commit/7a8214eeb1c5>`__
+ sreset\_world: re-enable the non-stb build
+- `1f1b3b4ed204 <https://github.com/open-power/skiboot/commit/1f1b3b4ed204>`__
+ Makefile: Put some ppc options behind try-cflag tests
+- `97cb32538ac0 <https://github.com/open-power/skiboot/commit/97cb32538ac0>`__
+ Makefile: Add additional flags when using clang
+- `777de50ec256 <https://github.com/open-power/skiboot/commit/777de50ec256>`__
+ Makefile: Disable warnings to make clang happy
+- `4640e703d307 <https://github.com/open-power/skiboot/commit/4640e703d307>`__
+ asm: Fix up assembly for clang
+- `1fdca4a29c36 <https://github.com/open-power/skiboot/commit/1fdca4a29c36>`__
+ libflash/ecc: Remove hand rolled parity asm
+- `8d4fa16d384e <https://github.com/open-power/skiboot/commit/8d4fa16d384e>`__
+ processor.h: implement sndmsg instructions
+- `9dfebfc20485 <https://github.com/open-power/skiboot/commit/9dfebfc20485>`__
+ Makefile: Use LD to link the final binary
+- `1a79069cfdfa <https://github.com/open-power/skiboot/commit/1a79069cfdfa>`__
+ Fix asm-offsets generation
+- `4216f2fb7b31 <https://github.com/open-power/skiboot/commit/4216f2fb7b31>`__
+ pci-quirk: Fix initiliser warning
+- `cd2c3b097e21 <https://github.com/open-power/skiboot/commit/cd2c3b097e21>`__
+ imc: Remove extra parentheses in test
+- `854bf69e1c7d <https://github.com/open-power/skiboot/commit/854bf69e1c7d>`__
+ fsp: Fix msg vaargs usage
+- `f8ee10ee9505 <https://github.com/open-power/skiboot/commit/f8ee10ee9505>`__
+ opal-ci: Add Ubuntu 18.04
+- `f033219b73f9 <https://github.com/open-power/skiboot/commit/f033219b73f9>`__
+ opal-ci: Additionally build with clang on Ubuntu 18.04
+- `62348fd4990b <https://github.com/open-power/skiboot/commit/62348fd4990b>`__
+ opal-ci: Build qemu from Cedric's powernv-2.12 branch
+- `5fc61b486801 <https://github.com/open-power/skiboot/commit/5fc61b486801>`__
+ opal-ci: 18.04: Go back to updating before installing packages
+- `ef280be1657a <https://github.com/open-power/skiboot/commit/ef280be1657a>`__
+ qemu-debian-test: Remove unusable hda option
+- `a565a2837a60 <https://github.com/open-power/skiboot/commit/a565a2837a60>`__
+ test: Simplify build process for hello and sreset tests
+- `09c19b98781e <https://github.com/open-power/skiboot/commit/09c19b98781e>`__
+ Makefile: be precise about clang target
+- `f2d36bc08e82 <https://github.com/open-power/skiboot/commit/f2d36bc08e82>`__
+ opal-ci: Remove unwanted .orig file
+- `a0807ab01b37 <https://github.com/open-power/skiboot/commit/a0807ab01b37>`__
+ Makefile: Fix building natively on ppc64le
+
+Madhavan Srinivasan (2):
+
+- `afc89188010b <https://github.com/open-power/skiboot/commit/afc89188010b>`__
+ hw/imc: Check for pause\_microcode\_at\_boot() return status
+- `63594b03b859 <https://github.com/open-power/skiboot/commit/63594b03b859>`__
+ hw/imc: Add support to load imc catalog lid file
+
+Mahesh Salgaonkar (11):
+
+- `5e20a789d021 <https://github.com/open-power/skiboot/commit/5e20a789d021>`__
+ opal/hmi: Initialize the hmi event with old value of HMER.
+- `67d738807da0 <https://github.com/open-power/skiboot/commit/67d738807da0>`__
+ opal/hmi: Do not send HMI event if no errors are found.
+- `8ff9be76345a <https://github.com/open-power/skiboot/commit/8ff9be76345a>`__
+ opal/hmi: Fix soft lockups during TOD errors
+- `2fd92666b665 <https://github.com/open-power/skiboot/commit/2fd92666b665>`__
+ opal/hmi: Stop flooding HMI event for TOD errors.
+- `fab27f3580d8 <https://github.com/open-power/skiboot/commit/fab27f3580d8>`__
+ opal/hmi: Fix handling of TFMR parity/corrupt error.
+- `377cd39bc5e1 <https://github.com/open-power/skiboot/commit/377cd39bc5e1>`__
+ opal/hmi: Print additional debug information in rendezvous.
+- `5362f85e04bd <https://github.com/open-power/skiboot/commit/5362f85e04bd>`__
+ opal/hmi: check thread 0 tfmr to validate latched tfmr errors.
+- `6dad43ff4c68 <https://github.com/open-power/skiboot/commit/6dad43ff4c68>`__
+ opal/hmi: Generate hmi event for recovered HDEC parity error.
+- `c4fd54bf413e <https://github.com/open-power/skiboot/commit/c4fd54bf413e>`__
+ opal/hmi: Add documentation for opal\_handle\_hmi2 call
+- `115c9f9f6620 <https://github.com/open-power/skiboot/commit/115c9f9f6620>`__
+ opal:hmi: Add missing processor recovery reason string.
+- `376b5e3b26e0 <https://github.com/open-power/skiboot/commit/376b5e3b26e0>`__
+ opal/hmi: Generate one event per core for processor recovery.
+
+Michael Neuling (4):
+
+- `00521231c826 <https://github.com/open-power/skiboot/commit/00521231c826>`__
+ phb4: Restore bus numbers after CRS
+- `1bcd6d84ec80 <https://github.com/open-power/skiboot/commit/1bcd6d84ec80>`__
+ external/mambo: Add di command to decode instructions
+- `0a6a2ff30c9e <https://github.com/open-power/skiboot/commit/0a6a2ff30c9e>`__
+ mambo: Add persistent memory disk support
+- `6790a941cc05 <https://github.com/open-power/skiboot/commit/6790a941cc05>`__
+ hmi: Fix clearing HMER on debug trigger
+
+Nicholas Piggin (8):
+
+- `ad0941960bd0 <https://github.com/open-power/skiboot/commit/ad0941960bd0>`__
+ core/stack: backtrace unwind basic OPAL call details
+- `8514e4dc9a82 <https://github.com/open-power/skiboot/commit/8514e4dc9a82>`__
+ asm/head: implement quiescing without stack or clobbering regs
+- `3fdd2629516d <https://github.com/open-power/skiboot/commit/3fdd2629516d>`__
+ core/opal: Emergency stack for re-entry
+- `87f55507195a <https://github.com/open-power/skiboot/commit/87f55507195a>`__
+ core/opal: Allow poller re-entry if OPAL was re-entered
+- `e148cb32cc26 <https://github.com/open-power/skiboot/commit/e148cb32cc26>`__
+ external/mambo: improve helper for machine checks
+- `23dc884f8a0f <https://github.com/open-power/skiboot/commit/23dc884f8a0f>`__
+ uart: fix uart\_opal\_flush to take console lock over
+ uart\_con\_flush
+- `5a1463d17d4b <https://github.com/open-power/skiboot/commit/5a1463d17d4b>`__
+ core/direct-controls: fix p9\_cont\_thread for stopped/inactive
+ threads
+- `0e27cc8410e2 <https://github.com/open-power/skiboot/commit/0e27cc8410e2>`__
+ core/direct-controls: improve p9\_stop\_thread error handling
+
+Oliver O'Halloran (16):
+
+- `e5fb3b6d17fb <https://github.com/open-power/skiboot/commit/e5fb3b6d17fb>`__
+ core/pci: Document some stuff
+- `4cf135d9a877 <https://github.com/open-power/skiboot/commit/4cf135d9a877>`__
+ astbmc: Add more slot table helpers
+- `ee7bb4b391d5 <https://github.com/open-power/skiboot/commit/ee7bb4b391d5>`__
+ romulus: Add a barebones slot table
+- `778d86bf9e5b <https://github.com/open-power/skiboot/commit/778d86bf9e5b>`__
+ core/pci: Set slot power limit when supported
+- `f10feca2b332 <https://github.com/open-power/skiboot/commit/f10feca2b332>`__
+ phb4: Enable the PCIe slotcap on pluggable slots
+- `d15e2e5ef92f <https://github.com/open-power/skiboot/commit/d15e2e5ef92f>`__
+ slots: Add power limit support
+- `6878b806682f <https://github.com/open-power/skiboot/commit/6878b806682f>`__
+ pci-dt-slot: Big ol' cleanup
+- `ac11641f1d70 <https://github.com/open-power/skiboot/commit/ac11641f1d70>`__
+ hdata/slots: Apply slot label to the parent slot
+- `f19578158720 <https://github.com/open-power/skiboot/commit/f19578158720>`__
+ npu2: Use ibm, loc-code rather than ibm, slot-label
+- `12514d328159 <https://github.com/open-power/skiboot/commit/12514d328159>`__
+ hdata/i2c: Ignore CFAM I2C master
+- `3a4b4db36812 <https://github.com/open-power/skiboot/commit/3a4b4db36812>`__
+ hdata/i2c: Replace i2c\_ prefix with dev\_
+- `ff3747f62ada <https://github.com/open-power/skiboot/commit/ff3747f62ada>`__
+ hdata/i2c: Ignore multi-port I2C devices
+- `0953e9014d27 <https://github.com/open-power/skiboot/commit/0953e9014d27>`__
+ hdata/i2c: Fix up pci hotplug labels
+- `4158b4a15bea <https://github.com/open-power/skiboot/commit/4158b4a15bea>`__
+ p9dsu HACK: fix system-vpd eeprom
+- `3a0c57d01829 <https://github.com/open-power/skiboot/commit/3a0c57d01829>`__
+ core/pci-dt-slots: Fix devfn lookup
+- `eab215a0bc28 <https://github.com/open-power/skiboot/commit/eab215a0bc28>`__
+ hw/slw: Don't assert on a unknown chip
+
+Philippe Bergheaud (2):
+
+- `dec7fe284b8b <https://github.com/open-power/skiboot/commit/dec7fe284b8b>`__
+ phb4: set TVT1 for tunneled operations in capi mode
+- `e0cffe9554a5 <https://github.com/open-power/skiboot/commit/e0cffe9554a5>`__
+ phb4: Do not set the PBCQ Tunnel BAR register when enabling capi
+ mode.
+
+Pridhiviraj Paidipeddi (2):
+
+- `ecde3f4f211a <https://github.com/open-power/skiboot/commit/ecde3f4f211a>`__
+ libflash/blocklevel: Add missing newline to debug messages
+- `05d9d981df9c <https://github.com/open-power/skiboot/commit/05d9d981df9c>`__
+ p9dsu: detect variant in init only if probe fails to found.
+
+Reza Arbab (2):
+
+- `4724d2c07fa6 <https://github.com/open-power/skiboot/commit/4724d2c07fa6>`__
+ npu2: Move NPU2\_XTS\_BDF\_MAP\_VALID assignment to context init
+- `58b1e05b08d3 <https://github.com/open-power/skiboot/commit/58b1e05b08d3>`__
+ npu2: Improve log output of GPU-to-link mapping
+
+Russell Currey (2):
+
+- `411dc0813f24 <https://github.com/open-power/skiboot/commit/411dc0813f24>`__
+ phb4: Hardware init updates
+- `d5d7966431af <https://github.com/open-power/skiboot/commit/d5d7966431af>`__
+ phb4: Print WOF registers on fence detect
+
+Ryan Grimm (1):
+
+- `eddff9bf40cf <https://github.com/open-power/skiboot/commit/eddff9bf40cf>`__
+ hmi: Clear unknown debug trigger
+
+Samuel Mendoza-Jonas (1):
+
+- `e7a2da8d5e65 <https://github.com/open-power/skiboot/commit/e7a2da8d5e65>`__
+ core: Correctly load initramfs in stb container
+
+Shilpasri G Bhat (3):
+
+- `5954536a2f8c <https://github.com/open-power/skiboot/commit/5954536a2f8c>`__
+ occ: sensors-groups: Add DT properties to mark HWMON sensor groups
+- `df62a033675d <https://github.com/open-power/skiboot/commit/df62a033675d>`__
+ sensors: Dont add DTS sensors when OCC inband sensors are available
+- `7dcd66655835 <https://github.com/open-power/skiboot/commit/7dcd66655835>`__
+ occ: Use major version number while checking the pstate table format
+
+Stewart Smith (26):
+
+- `4172f30a16da <https://github.com/open-power/skiboot/commit/4172f30a16da>`__
+ hdat/i2c.c: quieten "v2 found, parsing as v1"
+- `217e5a4ecbfa <https://github.com/open-power/skiboot/commit/217e5a4ecbfa>`__
+ Disable stop states from OPAL
+- `086f3277bc3f <https://github.com/open-power/skiboot/commit/086f3277bc3f>`__
+ hdata/spira: parse vpd to add part-number and serial-number to xscom@
+ node
+- `d45c614bb5b3 <https://github.com/open-power/skiboot/commit/d45c614bb5b3>`__
+ core/test/run-trace: fix on ppc64el
+- `5307c0ec7899 <https://github.com/open-power/skiboot/commit/5307c0ec7899>`__
+ external/trace: fix makefile
+- `7d559d19b815 <https://github.com/open-power/skiboot/commit/7d559d19b815>`__
+ travis-ci: pull Mambo over http rather than ftp
+- `e101e85c9ff6 <https://github.com/open-power/skiboot/commit/e101e85c9ff6>`__
+ travis: Enable ppc64le builds
+- `b08d198b9ee4 <https://github.com/open-power/skiboot/commit/b08d198b9ee4>`__
+ skiboot 5.10.5 release notes
+- `d32ddea94ba6 <https://github.com/open-power/skiboot/commit/d32ddea94ba6>`__
+ p9dsu: detect p9dsu variant even when hostboot doesn't tell us
+- `a22ba4576ad3 <https://github.com/open-power/skiboot/commit/a22ba4576ad3>`__
+ OPAL\_PCI\_SET\_POWER\_STATE: fix locking in error paths
+- `693a204364b0 <https://github.com/open-power/skiboot/commit/693a204364b0>`__
+ xive: fix missing unlock in error path
+- `c90fb6cd796e <https://github.com/open-power/skiboot/commit/c90fb6cd796e>`__
+ hdat\_to\_dt: hash\_prop the same on all platforms
+- `79c290d849f1 <https://github.com/open-power/skiboot/commit/79c290d849f1>`__
+ skiboot 6.0-rc1 release notes
+- `129165ef43c0 <https://github.com/open-power/skiboot/commit/129165ef43c0>`__
+ opal-ci/dockerfiles: DEBIAN\_FRONTEND=noninteractive
+- `9342dc40147e <https://github.com/open-power/skiboot/commit/9342dc40147e>`__
+ SLW: quieten 'Configuring self-restore' for DARN,NCU\_SPEC\_BAR and
+ HRMOR
+- `aa59e48064b4 <https://github.com/open-power/skiboot/commit/aa59e48064b4>`__
+ core/hmi: assign flags=0 in case nothing set by
+ handle\_hmi\_exception
+- `a3b0ce167d6d <https://github.com/open-power/skiboot/commit/a3b0ce167d6d>`__
+ travis: remove obsolete fedora 24,25,26
+- `7dab94cf5727 <https://github.com/open-power/skiboot/commit/7dab94cf5727>`__
+ travis: fix if x86\_64 tests in dockerfiles.
+- `a18249182fbe <https://github.com/open-power/skiboot/commit/a18249182fbe>`__
+ test: qemu-debian-jessie boot: fix qemu-img
+- `106e77504c53 <https://github.com/open-power/skiboot/commit/106e77504c53>`__
+ p9dsu: timeout for variant detection, default to 2uess
+- `6449e2ac7dc5 <https://github.com/open-power/skiboot/commit/6449e2ac7dc5>`__
+ ibm,firmware-versions: add hcode to device tree
+- `724af6657e91 <https://github.com/open-power/skiboot/commit/724af6657e91>`__
+ travis: Require Ubuntu 18.04 to pass, fix on ppc64le
+- `1613c72d4f73 <https://github.com/open-power/skiboot/commit/1613c72d4f73>`__
+ skiboot v6.0-rc2 release notes
+- `751964444370 <https://github.com/open-power/skiboot/commit/751964444370>`__
+ skiboot 6.0 release notes
+- `66c499f969f4 <https://github.com/open-power/skiboot/commit/66c499f969f4>`__
+ OpenBMC: use 0x3a as OEM command for partial add esel
+- `2339591c4465 <https://github.com/open-power/skiboot/commit/2339591c4465>`__
+ skiboot 6.0.1 release notes
+
+Vaibhav Jain (2):
+
+- `8ed37072c07e <https://github.com/open-power/skiboot/commit/8ed37072c07e>`__
+ asm/head: Fix comparison in opal\_entry for switching to emergency
+- `92d1a4e923fa <https://github.com/open-power/skiboot/commit/92d1a4e923fa>`__
+ core/opal: Fix recursion check in opal\_run\_pollers()
+
+Vaidyanathan Srinivasan (3):
+
+- `e2cd78500b8e <https://github.com/open-power/skiboot/commit/e2cd78500b8e>`__
+ core: Fix iteration condition to skip garded cpu
+- `2aa2616358e3 <https://github.com/open-power/skiboot/commit/2aa2616358e3>`__
+ core/fast-reboot: Increase timeout for dctl sreset to 1sec
+- `04a50cf041c9 <https://github.com/open-power/skiboot/commit/04a50cf041c9>`__
+ Update default stop-state-disable mask to cut only stop11
+
+Vasant Hegde (10):
+
+- `cb16e55a234b <https://github.com/open-power/skiboot/commit/cb16e55a234b>`__
+ opal-prd: Insert powernv\_flash module
+- `9f85e40904d8 <https://github.com/open-power/skiboot/commit/9f85e40904d8>`__
+ hdata: Move 'HRMOR\_BIT' macro to header file
+- `c4a094a7df80 <https://github.com/open-power/skiboot/commit/c4a094a7df80>`__
+ hdata: Fix DIMM size property
+- `4e0e0c1020bb <https://github.com/open-power/skiboot/commit/4e0e0c1020bb>`__
+ hdata: Add DIMM actual speed to device tree
+- `d654f6c93bd6 <https://github.com/open-power/skiboot/commit/d654f6c93bd6>`__
+ hdata: Add 'primary' property to master chip xscom node
+- `6739c890a2f2 <https://github.com/open-power/skiboot/commit/6739c890a2f2>`__
+ Add SBE driver support
+- `6421fc56dc28 <https://github.com/open-power/skiboot/commit/6421fc56dc28>`__
+ Move P8 timer code to separate file
+- `d7e7bdcd4acc <https://github.com/open-power/skiboot/commit/d7e7bdcd4acc>`__
+ SBE: Add timer support
+- `3c574d8e7188 <https://github.com/open-power/skiboot/commit/3c574d8e7188>`__
+ timer: Move update\_timer\_expiry call to separate function
+- `13878e5b27c5 <https://github.com/open-power/skiboot/commit/13878e5b27c5>`__
+ ipmi: Add BMC firmware version to device tree
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Artem Senichev (1):
+
+- `dda5b93d90b6 <https://github.com/open-power/vesnin-xml/commit/dda5b93d90b6>`__
+ Fixed invalid BNC FRU ID (47->254)
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Erich Hauptli (2):
+
+- `07a5d2c9f182 <https://github.com/open-power/witherspoon-xml/commit/07a5d2c9f182>`__
+ Backing out TPM FRU\_ID
+- `7cd20a6ac8fe <https://github.com/open-power/witherspoon-xml/commit/7cd20a6ac8fe>`__
+ Sync, Infineon, n-mode cap, and eSel size Updates
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adrian Barrera (1):
+
+- `a941f8b75cdc <https://github.com/open-power/zaius-xml/commit/a941f8b75cdc>`__
+ Clean-up and add BG2 WOF tables
diff --git a/_sources/release-notes/v2.1-rc1.rst.txt b/_sources/release-notes/v2.1-rc1.rst.txt
new file mode 100644
index 0000000..098ec95
--- /dev/null
+++ b/_sources/release-notes/v2.1-rc1.rst.txt
@@ -0,0 +1,1135 @@
+Release Notes for OpenPower Firmware v2.1-rc1
+=============================================
+
+op-build v2.1-rc1 was released on Wednesday June 27th, 2018. It will become the new stable release of op-build, following on from v2.0,
+first released on May 16th 2018.
+
+op-build v2.1-rc1 contains all the fixes as of op-build v2.0.3, and we expect to continue to do stable 2.0.y releases of v2.0 into the
+forseeable future.
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.1 release. We expect to do a final v2.1 tagged release early July 2018.
+
+The final op-build v2.1 release *is* intended for GA POWER9 platforms, and basing system firmware off “a modest derivative of op-build v2.0
+or later” is part of the OpenPOWER Ready requirements.
+
+This release is largely small and incremental changes on top of op-build v2.0 rather than containing anything major.
+
+Development defconfigs
+----------------------
+
+Like with op-build v2.0, there exists a more stable and a more development branch of some key firmware components (notably Hostboot). This
+release there is only witherspoon_dev_defconfig (for the brave).
+
+Updated Packages
+----------------
+
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++===================+===========================+========================+================================================================+
+| busybox | 1.27.2 | 1.28.4 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| dropbear | 2017.75 | 2018.76 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| ethtool | 4.13 | 4.15 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| glibc | glibc-2.26-146-gd300041c | glibc-2.27-57-g6c99e37 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | f | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| hcode | hw051018a.op920 | hw061618a.920 | zaius, p9dsu, witherspoon, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| hcode | hw051018a.920 | hw061618a.920 | witherspoon_dev |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| hostboot | 8e05a439 | 876b79aa | zaius, p9dsu, witherspoon, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| hostboot | 43c4502d | cfa7304f | witherspoon_dev |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| hostboot-binaries | 20119f08 | hw062518a.920 | firestone, garrison, zaius, p9dsu, palmetto, vesnin, |
+| | | | witherspoon, habanero, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| hostboot-binaries | 81d8233a | hw062518a.920 | witherspoon_dev |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| ima-catalog | 90237254 | 6a1fd254 | firestone, garrison, zaius, p9dsu, palmetto, witherspoon_dev, |
+| | | | vesnin, witherspoon, habanero, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| linux | 4.16.8 | 4.17.3 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| linux-headers | 4.16.8 | 4.17.3 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| machine-xml | a941f8b7 | f9eeb284 | zaius |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| ncurses | 6.0 | 6.1 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| occ | 77bb5e60 | 5c01b547 | zaius, p9dsu, witherspoon_dev, witherspoon, zz, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| petitboot | v1.7.1 | 1.8.0 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| powerpc-utils | v1.3.4 | v1.3.5 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| sbe | 8e0105e5 | 02f710ae | zaius, p9dsu, witherspoon, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| sbe | a389a5d9 | 02f710ae | witherspoon_dev |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| skiboot | v6.0.1 | v6.1-rc1 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+| util-linux | 2.31.1 | 2.32 | openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, |
+| | | | palmetto, pseries, witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, romulus |
++-------------------+---------------------------+------------------------+----------------------------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Claus Michael Olsen (1):
+
+- `502e877ca111 <https://github.com/open-power/hcode/commit/502e877ca111>`__ Update to p9_xip_tool to handle stand-alone DDCO ring files.
+
+Joe McGill (2):
+
+- `c97bb0a2fd80 <https://github.com/open-power/hcode/commit/c97bb0a2fd80>`__ mask core SPATTN bit used for core checkstop handshake
+- `2a499e99d207 <https://github.com/open-power/hcode/commit/2a499e99d207>`__ support IO reconfig loop for OBUS DL link training failures
+
+Prasad Bg Ranganath (1):
+
+- `db007d46b1de <https://github.com/open-power/hcode/commit/db007d46b1de>`__ PPB: Bug fix in computing IAC Vdn value
+
+Prem Shanker Jha (1):
+
+- `ac9567422748 <https://github.com/open-power/hcode/commit/ac9567422748>`__ PM: Addressed TODOs in hcode image build HWP.
+
+Rahul Batra (7):
+
+- `898f0008601c <https://github.com/open-power/hcode/commit/898f0008601c>`__ PGPE: Correctly write DB0 when used as DB3 payload
+- `384bcc14bcc3 <https://github.com/open-power/hcode/commit/384bcc14bcc3>`__ PGPE: Use global literals for reg addrs
+- `503d2e402b13 <https://github.com/open-power/hcode/commit/503d2e402b13>`__ PGPE: Correctly Set retActQuads during Safe Mode
+- `3be15513d0e4 <https://github.com/open-power/hcode/commit/3be15513d0e4>`__ PGPE: Fix WOF Enable/Disable Issues
+- `15db0ce7d4d3 <https://github.com/open-power/hcode/commit/15db0ce7d4d3>`__ PGPE: Fix WOF Enable/Disable Issues
+- `ef6955814d8e <https://github.com/open-power/hcode/commit/ef6955814d8e>`__ PGPE: Ack Back any pending quad active update during WOF
+ Disable
+- `7da841c12cae <https://github.com/open-power/hcode/commit/7da841c12cae>`__ PGPE: Add Comments(No functional change)
+
+Richard J. Knight (1):
+
+- `a327175c6427 <https://github.com/open-power/hcode/commit/a327175c6427>`__ Update Makefile to fix concurrancy issues with libppetracepp.a
+
+Yue Du (4):
+
+- `d6b88e67ff4d <https://github.com/open-power/hcode/commit/d6b88e67ff4d>`__ STOP: Fix History Write Data Machine Check by
+ PPM_WRITE_DISABLE
+- `1dc26ec0072e <https://github.com/open-power/hcode/commit/1dc26ec0072e>`__ STOP: Add URMOR RAM to CME for NDD23 SMF
+- `050dc2142f83 <https://github.com/open-power/hcode/commit/050dc2142f83>`__ STOP: Handle Quad Special Wakeup Done while pm_reset
+- `63c49e23a2cd <https://github.com/open-power/hcode/commit/63c49e23a2cd>`__ STOP: CME/SGPE Hcode size reduction via global use of literals
+
+hostboot (21):
+
+- `699005f149f1 <https://github.com/open-power/hcode/commit/699005f149f1>`__ Release tag information updated for hw051118a.920
+- `0d8951cdde6d <https://github.com/open-power/hcode/commit/0d8951cdde6d>`__ Release tag information updated for hw051518a.920
+- `99f340c7b74a <https://github.com/open-power/hcode/commit/99f340c7b74a>`__ Release tag information updated for hw051618a.920
+- `85ecbf71967e <https://github.com/open-power/hcode/commit/85ecbf71967e>`__ Release tag information updated for hw051718a.920
+- `f3f4d3449690 <https://github.com/open-power/hcode/commit/f3f4d3449690>`__ Release tag information updated for hw051818a.920
+- `c79665be710d <https://github.com/open-power/hcode/commit/c79665be710d>`__ Release tag information updated for hw052318a.920
+- `a9e9c6f0daff <https://github.com/open-power/hcode/commit/a9e9c6f0daff>`__ Release tag information updated for hw052418a.920
+- `17b8473da01f <https://github.com/open-power/hcode/commit/17b8473da01f>`__ Release tag information updated for hw052518a.920
+- `262e018945d3 <https://github.com/open-power/hcode/commit/262e018945d3>`__ Release tag information updated for hw052618a.920
+- `331a145623c2 <https://github.com/open-power/hcode/commit/331a145623c2>`__ Release tag information updated for hw053018a.920
+- `80a399244e84 <https://github.com/open-power/hcode/commit/80a399244e84>`__ Release tag information updated for hw053118a.920
+- `764d268b65b1 <https://github.com/open-power/hcode/commit/764d268b65b1>`__ Release tag information updated for hw060118a.920
+- `a42e940b874c <https://github.com/open-power/hcode/commit/a42e940b874c>`__ Release tag information updated for hw060418a.920
+- `aa0d5610f6aa <https://github.com/open-power/hcode/commit/aa0d5610f6aa>`__ Release tag information updated for hw060618a.920
+- `2df7ae766eb5 <https://github.com/open-power/hcode/commit/2df7ae766eb5>`__ Release tag information updated for hw060718a.920
+- `a04a6779d7d7 <https://github.com/open-power/hcode/commit/a04a6779d7d7>`__ Release tag information updated for hw060818a.920
+- `ee19339b42f7 <https://github.com/open-power/hcode/commit/ee19339b42f7>`__ Release tag information updated for hw060918a.920
+- `a54eba35a902 <https://github.com/open-power/hcode/commit/a54eba35a902>`__ Release tag information updated for hw061218a.920
+- `79225d801f74 <https://github.com/open-power/hcode/commit/79225d801f74>`__ Release tag information updated for hw061318a.920
+- `7d8799ea77d6 <https://github.com/open-power/hcode/commit/7d8799ea77d6>`__ Release tag information updated for hw061518a.920
+- `29e49c2b46c5 <https://github.com/open-power/hcode/commit/29e49c2b46c5>`__ Release tag information updated for hw061618a.920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.1-rc1-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.1-rc1-commits-1:
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `3c4217b17494 <https://github.com/open-power/hostboot/commit/3c4217b17494>`__ Added RMW Thresh10 Spec Disable to initfiles
+
+Amit Tendolkar (2):
+
+- `8fcc6813c098 <https://github.com/open-power/hostboot/commit/8fcc6813c098>`__ SW419349: Handle override of deconfig by Error vs FCO
+ reasons by association
+- `dc3e00781d72 <https://github.com/open-power/hostboot/commit/dc3e00781d72>`__ Adapt p9_sbe_check_master_stop15 for bad path on non-SBE
+ platforms for fleetwood
+
+Andre Marin (4):
+
+- `098a19f9ad31 <https://github.com/open-power/hostboot/commit/098a19f9ad31>`__ Add eff_config functionality needed for RIT, fix
+ cas_latency bug & attr files
+- `7da6227702e5 <https://github.com/open-power/hostboot/commit/7da6227702e5>`__ Add initial L2 mss_freq_system procedure.
+- `ac3d2e3ea9a9 <https://github.com/open-power/hostboot/commit/ac3d2e3ea9a9>`__ Add base spd decoder to share among controllers
+- `89bbfaf84a74 <https://github.com/open-power/hostboot/commit/89bbfaf84a74>`__ Add additional comparison function objects into functional
+ header
+
+Andres Lugo-Reyes (1):
+
+- `56ff2943a5df <https://github.com/open-power/hostboot/commit/56ff2943a5df>`__ Fix off-by-one error when counting WOF reset counts
+
+Andrew Geissler (8):
+
+- `fc79c535382d <https://github.com/open-power/hostboot/commit/fc79c535382d>`__ Add test case for getChildTargetsForCDG
+- `f1186fdef28f <https://github.com/open-power/hostboot/commit/f1186fdef28f>`__ Update getChildTargetsForCDG to use CEN PORT/DIMM
+- `a166a390e16f <https://github.com/open-power/hostboot/commit/a166a390e16f>`__ Move existing tests to use new helper function
+- `aa1c91c061f7 <https://github.com/open-power/hostboot/commit/aa1c91c061f7>`__ Use last l3 cache object for SIMICS trace
+- `3e4082b28d2a <https://github.com/open-power/hostboot/commit/3e4082b28d2a>`__ Look for any parent on deconfigure
+- `1c1b2267a25e <https://github.com/open-power/hostboot/commit/1c1b2267a25e>`__ Make HUID values node-relative
+- `ea86539a69de <https://github.com/open-power/hostboot/commit/ea86539a69de>`__ Ensure hwas state reflects resource recovery actions
+- `d848b2c3bae0 <https://github.com/open-power/hostboot/commit/d848b2c3bae0>`__ Ensure memory HUID’s are node-relative
+
+Ankit Dhingra (1):
+
+- `8a3c6293dff7 <https://github.com/open-power/hostboot/commit/8a3c6293dff7>`__ Add support for TOD osc switch interrupt
+
+Ben Gass (5):
+
+- `d1c0355b013c <https://github.com/open-power/hostboot/commit/d1c0355b013c>`__ Set TRAIN_TIME to 0 for simulation.
+- `ee559052e566 <https://github.com/open-power/hostboot/commit/ee559052e566>`__ Update p9n_23 engd with
+ n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
+- `d4954387404b <https://github.com/open-power/hostboot/commit/d4954387404b>`__ Correct Safe mode freqency to UltraTurbo compare error
+ message.
+- `785e89f5fcf9 <https://github.com/open-power/hostboot/commit/785e89f5fcf9>`__ Shorten A-link timers for sim. Add polling for A-link
+ training.
+- `f563ab5ac678 <https://github.com/open-power/hostboot/commit/f563ab5ac678>`__ Updating p9.core.scan.initfile settings for p9n 2.3
+
+Benjamin Weisenbeck (8):
+
+- `b9f23622a49f <https://github.com/open-power/hostboot/commit/b9f23622a49f>`__ PRD: Updates for Cumulus PLL analysis
+- `0b19471945a6 <https://github.com/open-power/hostboot/commit/0b19471945a6>`__ PRD: Add post analysis function for Centaur PLL
+- `9a67762efeac <https://github.com/open-power/hostboot/commit/9a67762efeac>`__ PRD: XBUS spare deployed should be predictive in mnfg
+- `eaaf8422a3e4 <https://github.com/open-power/hostboot/commit/eaaf8422a3e4>`__ PRD: Support for handling core unit checkstop
+- `9e5283c651ba <https://github.com/open-power/hostboot/commit/9e5283c651ba>`__ PRD: Callout both PCI clocks by position for double clock
+ failure
+- `8e3836f3ef0b <https://github.com/open-power/hostboot/commit/8e3836f3ef0b>`__ PRD: Cleanup RC handling in PLL code
+- `0b069da4ece5 <https://github.com/open-power/hostboot/commit/0b069da4ece5>`__ PRD: Fix core checkstop masking
+- `3796a71a5012 <https://github.com/open-power/hostboot/commit/3796a71a5012>`__ PRD: Add missing centaur PLL CheckErrorType plugin
+
+Bill Hoffa (9):
+
+- `59c3af1f3017 <https://github.com/open-power/hostboot/commit/59c3af1f3017>`__ Implement Interrupt Resource Provider Init for MPIPL
+ Multi-Node Systems
+- `90a2cbe1f607 <https://github.com/open-power/hostboot/commit/90a2cbe1f607>`__ Set Master Proc Attrs during MPIPL FSP Fail-Over Scenario
+- `3ee0baff08c2 <https://github.com/open-power/hostboot/commit/3ee0baff08c2>`__ Set attribute PROC_MASTER_TYPE during MPIPL
+- `f3b2f887b854 <https://github.com/open-power/hostboot/commit/f3b2f887b854>`__ Add 2nd query to hbRelease script finding commits in
+ release-fips920
+- `6bb10d494153 <https://github.com/open-power/hostboot/commit/6bb10d494153>`__ Force hbRelease to search ‘master’ branch
+- `034db70a607c <https://github.com/open-power/hostboot/commit/034db70a607c>`__ Multinode MPIPL INTRP Initialization Changes
+- `b3e359badd40 <https://github.com/open-power/hostboot/commit/b3e359badd40>`__ Corrected data type to size for var in
+ retrieveRepairDataMemBuf()
+- `112e8c957fb6 <https://github.com/open-power/hostboot/commit/112e8c957fb6>`__ Enable DMI Erepair
+- `cb841f1bd72a <https://github.com/open-power/hostboot/commit/cb841f1bd72a>`__ Add kernel debug trace to Invalid IPC Message Errors
+
+Brian Bakke (3):
+
+- `3148c8e41ee8 <https://github.com/open-power/hostboot/commit/3148c8e41ee8>`__ Fixes to node IPC messaging to handling non-zero base
+ addresses
+- `e364f91be172 <https://github.com/open-power/hostboot/commit/e364f91be172>`__ Fixes to node IPC messaging to handle non-zero base
+ addresses
+- `77eb9fe3e55a <https://github.com/open-power/hostboot/commit/77eb9fe3e55a>`__ Itep16 substep order does not match documentation
+
+Brian Silver (7):
+
+- `4e5b1ac13de9 <https://github.com/open-power/hostboot/commit/4e5b1ac13de9>`__ Initial commit of memory subsystem
+- `f958bd60cb79 <https://github.com/open-power/hostboot/commit/f958bd60cb79>`__ Fix memory/VBU attribute files, add ‘ipl’ test case
+- `26726a54e4f2 <https://github.com/open-power/hostboot/commit/26726a54e4f2>`__ Add memdiags implementation for superfast operations
+- `90ec400612ee <https://github.com/open-power/hostboot/commit/90ec400612ee>`__ Add L1 for p9_mss_freq_drift
+- `932cd97fe0ff <https://github.com/open-power/hostboot/commit/932cd97fe0ff>`__ Add freq checking to ipl unit test, fix mk file
+- `257555af0952 <https://github.com/open-power/hostboot/commit/257555af0952>`__ Add rudimentary memory plug rules
+- `496e3d430783 <https://github.com/open-power/hostboot/commit/496e3d430783>`__ Add minor minor version feature support to getecid
+
+Brian Stegmiller (3):
+
+- `c0a78795a8dc <https://github.com/open-power/hostboot/commit/c0a78795a8dc>`__ PRD: Update TD_CTLR_DATA with port information
+- `11b5f7d2b616 <https://github.com/open-power/hostboot/commit/11b5f7d2b616>`__ ATTN: Examine correct proc for handling Centaur Attentions
+- `86cda996b3fb <https://github.com/open-power/hostboot/commit/86cda996b3fb>`__ PRD: DMI Lane Repair
+
+CHRISTINA L. GRAVES (1):
+
+- `c63b3e4a122c <https://github.com/open-power/hostboot/commit/c63b3e4a122c>`__ p9_fab_iovalid fix to clear action0/1 bits corresponding w/
+ link being enabled
+
+Caleb Palmer (19):
+
+- `02d764dfa0a7 <https://github.com/open-power/hostboot/commit/02d764dfa0a7>`__ PRD: Fix invalid getConnectedParent in getCommonVars
+- `7f4b95b28d21 <https://github.com/open-power/hostboot/commit/7f4b95b28d21>`__ PRD: Adjust assert in BadDqBitmap Utils
+- `3d5c1c541bae <https://github.com/open-power/hostboot/commit/3d5c1c541bae>`__ PRD: Update restoreDramRepairs for Centaur
+- `233fec0d3893 <https://github.com/open-power/hostboot/commit/233fec0d3893>`__ PRD: Rename ATTR_MBA_PORT and ATTR_MBA_DIMM
+- `359102f7aaaa <https://github.com/open-power/hostboot/commit/359102f7aaaa>`__ Rename MBA_PORT and MBA_DIMM attrs
+- `93a05fa7d48c <https://github.com/open-power/hostboot/commit/93a05fa7d48c>`__ PRD: Update getDimmDqAttr for Centaur
+- `3f14f5032bfe <https://github.com/open-power/hostboot/commit/3f14f5032bfe>`__ PRD: UE callout rank if no dimm callout
+- `6ee6cdf1c18e <https://github.com/open-power/hostboot/commit/6ee6cdf1c18e>`__ PRD: getConnectedChild proc to membuf bug fix
+- `1e9e686d61cc <https://github.com/open-power/hostboot/commit/1e9e686d61cc>`__ PRD: Adjust proc to membuf getConnectedChild
+- `41a25f11016a <https://github.com/open-power/hostboot/commit/41a25f11016a>`__ PRD: Resume maint cmd support for MBA
+- `67499d6a3e87 <https://github.com/open-power/hostboot/commit/67499d6a3e87>`__ PRD: Runtime VCM support for Centaur
+- `6b6f1ef8f53f <https://github.com/open-power/hostboot/commit/6b6f1ef8f53f>`__ PRD: Fix template in chipMarkCleanup
+- `504349373489 <https://github.com/open-power/hostboot/commit/504349373489>`__ PRD: Runtime TPS for Centaur/Cumulus
+- `c0996da3cf36 <https://github.com/open-power/hostboot/commit/c0996da3cf36>`__ PRD: use isValid() check before MemSymbol::getDram()
+- `58436097f094 <https://github.com/open-power/hostboot/commit/58436097f094>`__ PRD: Fix template in applyRasPolicies
+- `8d97caa96550 <https://github.com/open-power/hostboot/commit/8d97caa96550>`__ Fix Bad Dq Centaur Translation
+- `8186a367ec6f <https://github.com/open-power/hostboot/commit/8186a367ec6f>`__ Temp remove bad bit translation until attr enabled for
+ Fleetwood
+- `bfebff1e8079 <https://github.com/open-power/hostboot/commit/bfebff1e8079>`__ Adjust Bad Dq Translation for CDIMMs
+- `a65f239bf383 <https://github.com/open-power/hostboot/commit/a65f239bf383>`__ PRD: Dont report error log for backlog count underflow FIR
+
+Chris Steffen (4):
+
+- `94bdad69c456 <https://github.com/open-power/hostboot/commit/94bdad69c456>`__ DMI I/O Checkin
+- `3a3a0d0d4dc8 <https://github.com/open-power/hostboot/commit/3a3a0d0d4dc8>`__ I/O Metadata Cleanup
+- `4a51cec16bdd <https://github.com/open-power/hostboot/commit/4a51cec16bdd>`__ SW431549 DMI Read Erepair
+- `13b422771493 <https://github.com/open-power/hostboot/commit/13b422771493>`__ Updating Channel Fail Mask
+
+Christian Geddes (14):
+
+- `1cc7a88e11df <https://github.com/open-power/hostboot/commit/1cc7a88e11df>`__ Add PEER_PATH attribute to xbus and obus targets
+- `dd25ed1a207c <https://github.com/open-power/hostboot/commit/dd25ed1a207c>`__ Add error log for sbe poweron fails and clean up errlog
+ commits
+- `261c874fb2dd <https://github.com/open-power/hostboot/commit/261c874fb2dd>`__ Update targeting init during RT to set PEER_TARGET on OBUS
+ targets
+- `d2f22373f239 <https://github.com/open-power/hostboot/commit/d2f22373f239>`__ Deconfig record can’t get added to vitalAttn elog on FSP
+- `b1771bfafee1 <https://github.com/open-power/hostboot/commit/b1771bfafee1>`__ Create HWP to save/restore OBUS fir masks
+- `42327316097c <https://github.com/open-power/hostboot/commit/42327316097c>`__ Slave SBE scratch regs must be up to date before
+ continueMPIPL called
+- `fd269e881530 <https://github.com/open-power/hostboot/commit/fd269e881530>`__ Clear obus fir mask attrs after restoring obus firmasks
+- `a09327508399 <https://github.com/open-power/hostboot/commit/a09327508399>`__ Save and restore OBUS related firmasks
+- `17d1f78337ea <https://github.com/open-power/hostboot/commit/17d1f78337ea>`__ Refactor re-init of targeting data during MPIPL/HBRT
+ startup
+- `6b01faeebc16 <https://github.com/open-power/hostboot/commit/6b01faeebc16>`__ Link PLID for failing SBE recovery in PRD path w/ other
+ related logs
+- `e15b65ed41d8 <https://github.com/open-power/hostboot/commit/e15b65ed41d8>`__ Fix bugs in core checkstop escalation manipulation during
+ HB
+- `5090c197292c <https://github.com/open-power/hostboot/commit/5090c197292c>`__ Deprecate legacy ATTR_MBA_PORT/ATTR_MBA_DIMM
+- `be8bb8fae414 <https://github.com/open-power/hostboot/commit/be8bb8fae414>`__ Update PEER_TARGET values to be NULL on MPIPL if needed
+- `4d9e273baf30 <https://github.com/open-power/hostboot/commit/4d9e273baf30>`__ Remove deprecated VCS_I2C_RAIL attribute from hb code
+
+Claus Michael Olsen (1):
+
+- `b22701137048 <https://github.com/open-power/hostboot/commit/b22701137048>`__ Update to p9_xip_tool to handle stand-alone DDCO ring
+ files.
+
+Craig Hamilton (1):
+
+- `7feb1cb12d1b <https://github.com/open-power/hostboot/commit/7feb1cb12d1b>`__ Adding unit tests for the mss lab sdk
+
+Dan Crowell (21):
+
+- `6634b6fca3df <https://github.com/open-power/hostboot/commit/6634b6fca3df>`__ Better debug for weird PIR issues
+- `d44dfb65fa5d <https://github.com/open-power/hostboot/commit/d44dfb65fa5d>`__ Remove writeable from ATTR_FABRIC_GROUP/CHIP_ID
+- `ad181494c943 <https://github.com/open-power/hostboot/commit/ad181494c943>`__ Force hb dump on VFS crashes
+- `a4e02fc08289 <https://github.com/open-power/hostboot/commit/a4e02fc08289>`__ FFDC enhancements for core activate fails
+- `4d392ef8f9ea <https://github.com/open-power/hostboot/commit/4d392ef8f9ea>`__ Removing attributes that got added back in a bad merge
+- `6165bafa7de9 <https://github.com/open-power/hostboot/commit/6165bafa7de9>`__ Centaur DD1.3 Bucket Support
+- `a3cf4f273a3e <https://github.com/open-power/hostboot/commit/a3cf4f273a3e>`__ Add SMP_CABLE to PartCallout list
+- `d161474ee597 <https://github.com/open-power/hostboot/commit/d161474ee597>`__ Fix indirect scoms at runtime under Opal
+- `4bfa55da9a90 <https://github.com/open-power/hostboot/commit/4bfa55da9a90>`__ Increase default watchdog timeout to 10 minutes
+- `9bace77a615d <https://github.com/open-power/hostboot/commit/9bace77a615d>`__ Defer handling attentions on non-master proc until after
+ SMP is up
+- `3ecd7cf99fb4 <https://github.com/open-power/hostboot/commit/3ecd7cf99fb4>`__ Add some MAGIC instructions to aid Simics optimization
+- `41daed137d2f <https://github.com/open-power/hostboot/commit/41daed137d2f>`__ Write Hostboot HRMOR into core scratch reg 1
+- `7ce378803d9a <https://github.com/open-power/hostboot/commit/7ce378803d9a>`__ Always deconfigure the parent of any deconfigured DIMM
+- `fe439a0d9ef0 <https://github.com/open-power/hostboot/commit/fe439a0d9ef0>`__ Add RESOURCE_RECOVERED event for all Targets
+- `2c5c60e23fad <https://github.com/open-power/hostboot/commit/2c5c60e23fad>`__ Add clock callout enums for specific clock sources
+- `4189613d36cc <https://github.com/open-power/hostboot/commit/4189613d36cc>`__ Fix for multinode HBRT use of VPD
+- `cc9d2c634eb6 <https://github.com/open-power/hostboot/commit/cc9d2c634eb6>`__ Remove EXTERNAL_VRM_STEPDELAY
+- `7cc829425257 <https://github.com/open-power/hostboot/commit/7cc829425257>`__ Debug improvements for exceptions and OOM hangs
+- `2432d94f7f53 <https://github.com/open-power/hostboot/commit/2432d94f7f53>`__ Update MAGIC instruction for Simics
+- `3eddb7eaa994 <https://github.com/open-power/hostboot/commit/3eddb7eaa994>`__ Force ATTR_PROC_EFF_FABRIC_CHIP_ID to correct values
+- `a4dca215e867 <https://github.com/open-power/hostboot/commit/a4dca215e867>`__ Update some defaults for AVSBUS attributes
+
+Daniel Howe (2):
+
+- `0f97acef7aec <https://github.com/open-power/hostboot/commit/0f97acef7aec>`__ Updates to pb_cfg_follow_scope_rate_jump_level and
+ pb_cfg_np_cmd_jump_cmd_rate
+- `7b9936e7b593 <https://github.com/open-power/hostboot/commit/7b9936e7b593>`__ dd1.1+ DL training procedure updates
+
+Daniel M. Crowell (1):
+
+- `1b819687e056 <https://github.com/open-power/hostboot/commit/1b819687e056>`__ Revert “Set HB Dump Flag in TI Data on any TI with SRC”
+
+Elizabeth Liner (3):
+
+- `2a43c455adfc <https://github.com/open-power/hostboot/commit/2a43c455adfc>`__ Set up core checkstop escalation using HWP
+- `0539920e555b <https://github.com/open-power/hostboot/commit/0539920e555b>`__ Re-enabling test cases that were turned off during bringup
+- `27fc2d9695a4 <https://github.com/open-power/hostboot/commit/27fc2d9695a4>`__ Adding Chiplet Num testcases for MC, MI and DMI in cumulus
+
+Greg Still (3):
+
+- `4e919f5e820f <https://github.com/open-power/hostboot/commit/4e919f5e820f>`__ PM: clear Hcode error injection bit upon PM complex reset
+- `f59ac34985af <https://github.com/open-power/hostboot/commit/f59ac34985af>`__ PM: Clear error injection bits before special wake-up in PM
+ complex reset
+- `e95497ee0e43 <https://github.com/open-power/hostboot/commit/e95497ee0e43>`__ PM: Fix double biases value into safe mode frequency
+
+Ilya Smirnov (9):
+
+- `92a48f3e7c80 <https://github.com/open-power/hostboot/commit/92a48f3e7c80>`__ Check if Console Library is Loaded Before Printing to
+ Console
+- `a5982dd2d6a9 <https://github.com/open-power/hostboot/commit/a5982dd2d6a9>`__ New Attribute For Unusable TPMs
+- `70e337a2fe76 <https://github.com/open-power/hostboot/commit/70e337a2fe76>`__ Add Proc # to TPM’s Affinity Path
+- `d55d64a79ca4 <https://github.com/open-power/hostboot/commit/d55d64a79ca4>`__ Marked Failed TPMs Unusable For Alignment Check
+- `c1bbef56ec51 <https://github.com/open-power/hostboot/commit/c1bbef56ec51>`__ Fix range Tags in attribute_types.xml
+- `6ebff9a73ab0 <https://github.com/open-power/hostboot/commit/6ebff9a73ab0>`__ Secure Boot: Set trusted boot enabled in HDAT considering
+ all nodes
+- `b77dbedc8f3c <https://github.com/open-power/hostboot/commit/b77dbedc8f3c>`__ Add Locking of Abus Sec Mailboxes
+- `c7384e829f3d <https://github.com/open-power/hostboot/commit/c7384e829f3d>`__ Secure Boot: Support API to fence off all node processors’
+ secure mailboxes
+- `7e0d574dff88 <https://github.com/open-power/hostboot/commit/7e0d574dff88>`__ New Global For Console Daemon
+
+Jacob Harvey (5):
+
+- `2be2b8605a3c <https://github.com/open-power/hostboot/commit/2be2b8605a3c>`__ Implementing thermal_init
+- `6e6325f51676 <https://github.com/open-power/hostboot/commit/6e6325f51676>`__ Implement p9_mss_throttle_mem
+- `e0a1c41a7ad9 <https://github.com/open-power/hostboot/commit/e0a1c41a7ad9>`__ Implement L2 eff_config_thermal, bulk_pwr_throttle
+- `fd71688e86ea <https://github.com/open-power/hostboot/commit/fd71688e86ea>`__ Fixing bulk_pwr_throttles calculations
+- `6b836df1d491 <https://github.com/open-power/hostboot/commit/6b836df1d491>`__ Implementing draminit_training_adv
+
+Jaymes Wilks (5):
+
+- `98bee5bbab00 <https://github.com/open-power/hostboot/commit/98bee5bbab00>`__ New API to Retrieve Random Number from the TPM
+- `079de8c7c0f7 <https://github.com/open-power/hostboot/commit/079de8c7c0f7>`__ Remove workarounds for multinode HDAT support
+- `e9eacec8bad1 <https://github.com/open-power/hostboot/commit/e9eacec8bad1>`__ Support TPM PCR Poisoning
+- `0c6d58230e61 <https://github.com/open-power/hostboot/commit/0c6d58230e61>`__ Create attributes for intended PHYP ATTN areas
+- `24f3312ea1d3 <https://github.com/open-power/hostboot/commit/24f3312ea1d3>`__ HRMOR relative addressing for PHyp SP ATTN area dump
+
+Jenny Huynh (1):
+
+- `27bbfd345736 <https://github.com/open-power/hostboot/commit/27bbfd345736>`__ Changing NXCQFIR(34) RNG control logic error to checkstop
+
+Jim Yuan (1):
+
+- `01be61c03770 <https://github.com/open-power/hostboot/commit/01be61c03770>`__ Fix FRU board mfg date and time.
+
+Joe McGill (23):
+
+- `37931b3b0f8f <https://github.com/open-power/hostboot/commit/37931b3b0f8f>`__ Add MSS customization support from CRP0 Lx MVPD
+- `c4b9c94600cc <https://github.com/open-power/hostboot/commit/c4b9c94600cc>`__ cen_scominits – add pervasive LFIR configuration for TP,
+ NEST, MEM chiplets
+- `cb934c171a01 <https://github.com/open-power/hostboot/commit/cb934c171a01>`__ enable spreading via SS PLL for Fleetwood platform
+- `9dd8199cc416 <https://github.com/open-power/hostboot/commit/9dd8199cc416>`__ p9_spr_name_map – change mnemonic for SPR 511 to SMFCTRL
+- `6df55b571dcb <https://github.com/open-power/hostboot/commit/6df55b571dcb>`__ p9_sbe_common – mark TP LFIR bits 18:20 recoverable
+- `f9a40964fc9d <https://github.com/open-power/hostboot/commit/f9a40964fc9d>`__ support IO reconfig loop for OBUS DL link training failures
+- `dece8b8d13ad <https://github.com/open-power/hostboot/commit/dece8b8d13ad>`__ p9_sbe_scominit – unmask TP LFIR bit 37 for Cumulus
+- `4a43554124f7 <https://github.com/open-power/hostboot/commit/4a43554124f7>`__ p9_sbe_common – mark TP LFIR bit 37 as recoverable
+- `306a71070535 <https://github.com/open-power/hostboot/commit/306a71070535>`__ FBC Level 1 procedures
+- `b7d8c7cfb45e <https://github.com/open-power/hostboot/commit/b7d8c7cfb45e>`__ L2 HWPs – p9_smp_link_layer and p9_fab_iovalid
+- `75649c5f3d45 <https://github.com/open-power/hostboot/commit/75649c5f3d45>`__ L2 - Fabric updates for multi-chip support
+- `2cd54a28ccb0 <https://github.com/open-power/hostboot/commit/2cd54a28ccb0>`__ p9_fab_iovalid – invoke link validation subroutine
+- `36a8aaf9dc8b <https://github.com/open-power/hostboot/commit/36a8aaf9dc8b>`__ L3 update – p9_fab_iovalid
+- `904da7128b41 <https://github.com/open-power/hostboot/commit/904da7128b41>`__ IO, FBC updates to enable ABUS for Fleetwood
+- `0c44c70474ee <https://github.com/open-power/hostboot/commit/0c44c70474ee>`__ shift XBUS FIR programming inits for secure boot
+- `6d4c897edca3 <https://github.com/open-power/hostboot/commit/6d4c897edca3>`__ p9_fab_iovalid – secure ABUS mailboxes after iovalid is
+ asserted
+- `eae5dde56fae <https://github.com/open-power/hostboot/commit/eae5dde56fae>`__ support IO reconfig loop for OBUS DL link training failures
+- `78055ea9215e <https://github.com/open-power/hostboot/commit/78055ea9215e>`__ p9_fab_iovalid – remove code setting ABUS security lock
+- `67ae5190164c <https://github.com/open-power/hostboot/commit/67ae5190164c>`__ shift OBUS FIR programming inits for secure boot
+- `ed7254aed9ca <https://github.com/open-power/hostboot/commit/ed7254aed9ca>`__ use putscomUnderMask API to update FBC DL control register
+- `8dba363050dc <https://github.com/open-power/hostboot/commit/8dba363050dc>`__ shift OBUS FIR programming inits for secure boot
+- `d93fbb365235 <https://github.com/open-power/hostboot/commit/d93fbb365235>`__ correctly propogate bad return code from
+ p9_adu_coherent_status_check
+- `36839984fe01 <https://github.com/open-power/hostboot/commit/36839984fe01>`__ p9_throttle_sync – clear refresh sync type after issuing
+ IPL sync
+
+John Rell (1):
+
+- `a4dd8cf996ba <https://github.com/open-power/hostboot/commit/a4dd8cf996ba>`__ jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus
+ HW446964
+
+Louis Stermole (10):
+
+- `375927318f7e <https://github.com/open-power/hostboot/commit/375927318f7e>`__ adding memory/lab subdirs, adding lab tool/module make
+ target
+- `d4f2ab31bde3 <https://github.com/open-power/hostboot/commit/d4f2ab31bde3>`__ Remove GSA dependencies (CATCH, SQLITE3) from MSS builds
+- `29bde9b906c9 <https://github.com/open-power/hostboot/commit/29bde9b906c9>`__ WR_LVL Termination Fix (Qoff) for p9c, DDR4 only
+- `79e4184e41b7 <https://github.com/open-power/hostboot/commit/79e4184e41b7>`__ Fix p9c mss_ccs_fail_type function to return valid RC when
+ it fails
+- `dd251cae71e5 <https://github.com/open-power/hostboot/commit/dd251cae71e5>`__ Change mss_freq algorithm to deconfigure ports to achieve
+ common DIMM freq
+- `264b8c707d65 <https://github.com/open-power/hostboot/commit/264b8c707d65>`__ Add extra DRAM reset after RCD load on Nimbus
+- `a4e1c3426e15 <https://github.com/open-power/hostboot/commit/a4e1c3426e15>`__ Change MBSFIR[27] to be a conditional channel fail on
+ Cumulus
+- `1d21270b627a <https://github.com/open-power/hostboot/commit/1d21270b627a>`__ Restore ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to
+ fix masking errors
+- `1d33fcf2c591 <https://github.com/open-power/hostboot/commit/1d33fcf2c591>`__ Add bad bit setting to p9c training advanced
+- `fd49726ffcf0 <https://github.com/open-power/hostboot/commit/fd49726ffcf0>`__ Fix p9c_generic_shmoo unit test to work with corrected bad
+ bits attr
+
+Luke Mulkey (2):
+
+- `1fd1cc97eb82 <https://github.com/open-power/hostboot/commit/1fd1cc97eb82>`__ P9C Memory Throttle Updates (new HWPs and new ISDIMM Power
+ Curve support)
+- `788da84977bc <https://github.com/open-power/hostboot/commit/788da84977bc>`__ P9C Memory Throttle Updates (new HWPs and new ISDIMM Power
+ Curve support)
+
+Marty Gloff (5):
+
+- `f5024f66d08a <https://github.com/open-power/hostboot/commit/f5024f66d08a>`__ Set HB Dump Flag in TI Data on any TI with SRC
+- `d7355b73ce6b <https://github.com/open-power/hostboot/commit/d7355b73ce6b>`__ Improve resource recovery path to handle memory plugging
+ rules
+- `cd8df2a4b033 <https://github.com/open-power/hostboot/commit/cd8df2a4b033>`__ Clear Block Spec Deconfig Attribute when Gard is removed
+- `876b79aacd9b <https://github.com/open-power/hostboot/commit/876b79aacd9b>`__ Fix for SBE_P9_XIP_CUSTOMIZE_UNSUCCESSFUL during ipl with
+ one EX
+- `ccf2f3445e15 <https://github.com/open-power/hostboot/commit/ccf2f3445e15>`__ HBRT attrrp depends on node zero being present
+
+Matt Derksen (6):
+
+- `7145f5c28a5b <https://github.com/open-power/hostboot/commit/7145f5c28a5b>`__ Checks for channel failure in memory.
+- `775a7639b7d3 <https://github.com/open-power/hostboot/commit/775a7639b7d3>`__ Update addExtMemMruData for Cumulus
+- `caa0f8a5bd32 <https://github.com/open-power/hostboot/commit/caa0f8a5bd32>`__ Fix function name of p9c_query_channel_failure
+- `9ec1a1f399f3 <https://github.com/open-power/hostboot/commit/9ec1a1f399f3>`__ Reenable getMemBufRawCardType calling.
+- `e38d6b0d199b <https://github.com/open-power/hostboot/commit/e38d6b0d199b>`__ DRAM sparing support functions
+- `3302fd380eba <https://github.com/open-power/hostboot/commit/3302fd380eba>`__ Additional DRAM sparing support functions
+
+Matthew Hickman (2):
+
+- `03096ae8e5f3 <https://github.com/open-power/hostboot/commit/03096ae8e5f3>`__ Added empty scrub.H for HB mirror
+- `7b8e60462b27 <https://github.com/open-power/hostboot/commit/7b8e60462b27>`__ Added p9_mss_memdiag for cronus ipl and modified scrub for
+ step 16
+
+Meng Li (1):
+
+- `fd23ae8d50f3 <https://github.com/open-power/hostboot/commit/fd23ae8d50f3>`__ Get SN from BMC and update into PVPD EEPROM
+
+Michael Pardeik (3):
+
+- `ccc4804c0a8f <https://github.com/open-power/hostboot/commit/ccc4804c0a8f>`__ P9C Memory Throttle HWP Updates
+- `df43ad6f8512 <https://github.com/open-power/hostboot/commit/df43ad6f8512>`__ P9N/P9C util to throttle HWP updates for min util and
+ safemode
+- `49fe793f319d <https://github.com/open-power/hostboot/commit/49fe793f319d>`__ centaur mba initfile update for refresh reset interval
+
+Mike Baiocchi (12):
+
+- `22b613003960 <https://github.com/open-power/hostboot/commit/22b613003960>`__ Rediscover I2C Targets after Host I2C Reset
+- `3d3d39d62a94 <https://github.com/open-power/hostboot/commit/3d3d39d62a94>`__ Get Final HDAT Size from PAYLOAD’s SPIRA section
+- `8e601e32703b <https://github.com/open-power/hostboot/commit/8e601e32703b>`__ Remove System Level TCE Attributes
+- `8e8b74fdbd58 <https://github.com/open-power/hostboot/commit/8e8b74fdbd58>`__ Add option to masterProcChipTargetHandle() to return
+ functional chip
+- `d0eaecced89b <https://github.com/open-power/hostboot/commit/d0eaecced89b>`__ Skip Diagnostic Mode for I2C Resets over FSI In All Cases
+- `2383ff8f7e76 <https://github.com/open-power/hostboot/commit/2383ff8f7e76>`__ Add Secureboot Info to FFDC of I2C Errors
+- `3ad299af08fd <https://github.com/open-power/hostboot/commit/3ad299af08fd>`__ Establish Base Support For Sending Mailbox Messages Across
+ XBUS/ABUS
+- `a1e236a42218 <https://github.com/open-power/hostboot/commit/a1e236a42218>`__ Improve FFDC for new Node Comm Device Driver
+- `26d9aed84b0f <https://github.com/open-power/hostboot/commit/26d9aed84b0f>`__ Add Mutex and Error Recovery for Node Communications
+- `36d47d4ca26d <https://github.com/open-power/hostboot/commit/36d47d4ca26d>`__ Update bbuild to b0608a_1823.920 and CUMULUS/Jenkins Fix
+- `7617e77949d7 <https://github.com/open-power/hostboot/commit/7617e77949d7>`__ Add procedure for istep 18’s Node Communication ABUS
+ Exchange
+- `323f71eb613d <https://github.com/open-power/hostboot/commit/323f71eb613d>`__ Add TPM Calls to Node Communication ABUS Exchange Procedure
+
+Nick Bofferding (15):
+
+- `b783b0264c7f <https://github.com/open-power/hostboot/commit/b783b0264c7f>`__ Secure Boot: Secure Centaurs in istep 14.5
+- `d2c360c9db83 <https://github.com/open-power/hostboot/commit/d2c360c9db83>`__ Secure Boot: Do not disable external cMFSI fencing in “host
+ IPL complete” istep
+- `2fe71f4ddc13 <https://github.com/open-power/hostboot/commit/2fe71f4ddc13>`__ Secure Boot: Implement Centaur SCOM cache
+- `9394f9d05ef8 <https://github.com/open-power/hostboot/commit/9394f9d05ef8>`__ Secure Boot: Inform FSP of key transition progress
+- `396cbd9a20cb <https://github.com/open-power/hostboot/commit/396cbd9a20cb>`__ Secure Boot: Remove cMFSI fencing TODO
+- `6be04f343c79 <https://github.com/open-power/hostboot/commit/6be04f343c79>`__ Secure Boot: Purge SW signature cache for multinode
+ binaries
+- `b14259e6b41a <https://github.com/open-power/hostboot/commit/b14259e6b41a>`__ Secure Boot: Disable x-bus node communication
+- `6359b6a6e881 <https://github.com/open-power/hostboot/commit/6359b6a6e881>`__ Fix memory leaks associated with various msg_sendrecv calls
+- `f9aa8f06bbd8 <https://github.com/open-power/hostboot/commit/f9aa8f06bbd8>`__ Memory Management: Fix coalesce to track holes in the page
+ management
+- `b81a9c8640e6 <https://github.com/open-power/hostboot/commit/b81a9c8640e6>`__ Secure Boot: Defer init of Centaur SCOM cache register
+ definitions
+- `cbacafbc508a <https://github.com/open-power/hostboot/commit/cbacafbc508a>`__ Secure Boot: Enabled final Secure Boot settings for
+ Zeppelin
+- `1db54dcc27d4 <https://github.com/open-power/hostboot/commit/1db54dcc27d4>`__ Secure Boot: Disable cache of 2010800 Centaur register
+- `82aa44098bcf <https://github.com/open-power/hostboot/commit/82aa44098bcf>`__ Remove p9_fab_iovalid.C in order to re-mirror it
+- `30fe98727be2 <https://github.com/open-power/hostboot/commit/30fe98727be2>`__ Secure Boot: Centaur Security: Fix handling of 9 Centaur
+ registers
+- `d420d7b06a2e <https://github.com/open-power/hostboot/commit/d420d7b06a2e>`__ Secure Boot: Set FIR mask bits for inactive OBUS links
+ during host coalesce
+
+Nick Klazynski (4):
+
+- `6838b3e41111 <https://github.com/open-power/hostboot/commit/6838b3e41111>`__ HW447585, HW447589, HW439303, Fix CDD1.2 security setting
+- `b801b49cd1ba <https://github.com/open-power/hostboot/commit/b801b49cd1ba>`__ Enable full ERAT for NDD2.2+ and CDD1.1+
+- `f757ce93e06b <https://github.com/open-power/hostboot/commit/f757ce93e06b>`__ Disable 2-for-1 on NDD2.2- and CDD1.2-
+- `443609a24275 <https://github.com/open-power/hostboot/commit/443609a24275>`__ Add RL0/RL1 support for CDD1.2
+
+Prachi Gupta (12):
+
+- `3c73a7c369ce <https://github.com/open-power/hostboot/commit/3c73a7c369ce>`__ wrap test: Use MNFG_FLAGS instead of compile time flag
+- `dbd116ad5b6a <https://github.com/open-power/hostboot/commit/dbd116ad5b6a>`__ wrap_test: targeting fixups
+- `e71f194cb0ba <https://github.com/open-power/hostboot/commit/e71f194cb0ba>`__ DECONFIG_GARDABLE: add no_export tag, don’t want MRW to
+ override
+- `2e5169694368 <https://github.com/open-power/hostboot/commit/2e5169694368>`__ wrap_test: set MFG_WRAP_TEST_LINKS_SET on the destination
+ target
+- `bbee47025c11 <https://github.com/open-power/hostboot/commit/bbee47025c11>`__ Fixup all the voltage rail’s ID attribute for both proc and
+ cent
+- `a9986addb4ff <https://github.com/open-power/hostboot/commit/a9986addb4ff>`__ call mss_volt\* hwps with membufs that have same VDDR_ID
+- `7983214c3e76 <https://github.com/open-power/hostboot/commit/7983214c3e76>`__ p9c_mss_volt_dimm_count: add a const to the input parameter
+- `0ae044ac29cf <https://github.com/open-power/hostboot/commit/0ae044ac29cf>`__ add a call to mss_volt_dimm_count hwp
+- `5815703c3be9 <https://github.com/open-power/hostboot/commit/5815703c3be9>`__ Add support for missing memory behind master proc
+- `27bf395be2cd <https://github.com/open-power/hostboot/commit/27bf395be2cd>`__ missing memory: istep 7 and 14 changes
+- `d50263f51eb4 <https://github.com/open-power/hostboot/commit/d50263f51eb4>`__ getMBvpdAttr: Updates for DDR3 support
+- `cc638c9bdc4e <https://github.com/open-power/hostboot/commit/cc638c9bdc4e>`__ Added in a sleep after we winkle in istep 18 to avoid race
+ conditions
+
+Prasad Bg Ranganath (5):
+
+- `4e78db3c12df <https://github.com/open-power/hostboot/commit/4e78db3c12df>`__ SBE:PUTRING: Add callout support for checkword mismatch
+ failure
+- `798ff0e50b1d <https://github.com/open-power/hostboot/commit/798ff0e50b1d>`__ PM reset: Fix disable resclk procedure
+- `37aa1c9e5919 <https://github.com/open-power/hostboot/commit/37aa1c9e5919>`__ PM_RESCLK: Clear override bits of CACCR in reset flow
+- `261923ec2039 <https://github.com/open-power/hostboot/commit/261923ec2039>`__ PPB: Bug fix in computing IAC Vdn value
+- `25da6f268179 <https://github.com/open-power/hostboot/commit/25da6f268179>`__ PM:Remove deprecated attributes
+
+Prem Shanker Jha (3):
+
+- `5ed2437d9ecf <https://github.com/open-power/hostboot/commit/5ed2437d9ecf>`__ SplWkup: Fixed issue in FFDC collection in case of special
+ wakeup timeout.
+- `2b37fd25aed1 <https://github.com/open-power/hostboot/commit/2b37fd25aed1>`__ PM: Addressed TODOs in hcode image build HWP.
+- `cfa7304f5d6a <https://github.com/open-power/hostboot/commit/cfa7304f5d6a>`__ STOP API: API conditionally supports 255 SCOM restore
+ entries for each quad.
+
+Richard J. Knight (6):
+
+- `83c61f3ae866 <https://github.com/open-power/hostboot/commit/83c61f3ae866>`__ Use the effective chip and group ids to calc mmio addr
+- `496156ffbd83 <https://github.com/open-power/hostboot/commit/496156ffbd83>`__ Add centaur dynamic VDDR code to hostboot
+- `49f6c664792e <https://github.com/open-power/hostboot/commit/49f6c664792e>`__ Add fix for HDAT Fail in Hostboot istep 21: BC8A1A20
+- `c6cbabf3d435 <https://github.com/open-power/hostboot/commit/c6cbabf3d435>`__ Add HX keyword attribute for PCIe bifurcation support
+- `8e9be410090d <https://github.com/open-power/hostboot/commit/8e9be410090d>`__ Fix SRC BC8A1A20 - RUNTIME::RC_INVALID_RHB_INSTANCE
+- `8c3f57a54055 <https://github.com/open-power/hostboot/commit/8c3f57a54055>`__ Fix for SW432203: fails istep at istep host_runtime_setup
+
+Rick Ward (4):
+
+- `3c2b4bf2adc3 <https://github.com/open-power/hostboot/commit/3c2b4bf2adc3>`__ RTC189294 - Centaur Channel Checkstop (Runtime)
+- `5db6a94e4472 <https://github.com/open-power/hostboot/commit/5db6a94e4472>`__ RTC189294 - Centaur Channel Checkstop (Runtime)
+- `b364d7b062bf <https://github.com/open-power/hostboot/commit/b364d7b062bf>`__ Centaur Channel Checkstop (runtime)
+- `74bfadb2ab87 <https://github.com/open-power/hostboot/commit/74bfadb2ab87>`__ Centaur Channel Checkstop (runtime)
+
+Roland Veloz (5):
+
+- `c0217d002a0a <https://github.com/open-power/hostboot/commit/c0217d002a0a>`__ Added support, in Istep 08, to facilitate the testing of
+ SMP wrap
+- `79c2cf9d40f1 <https://github.com/open-power/hostboot/commit/79c2cf9d40f1>`__ Added support, in IStep 09, to facilitate the testing of
+ SMP wrap
+- `1af47d2a9aef <https://github.com/open-power/hostboot/commit/1af47d2a9aef>`__ Continuing support, in IStep 09, to facilitate the testing
+ of SMP wrap
+- `c6916a42d34b <https://github.com/open-power/hostboot/commit/c6916a42d34b>`__ Add support for getting SBE Capabilites; extract SBE
+ Version, Commit ID and Tags
+- `0189e34d3bbc <https://github.com/open-power/hostboot/commit/0189e34d3bbc>`__ Create a utility to add/remove entries from a link list
+ within a given buffer
+
+Ryan Black (1):
+
+- `e2ade14ecc5e <https://github.com/open-power/hostboot/commit/e2ade14ecc5e>`__ Change npu ATSD timeout to disabled
+
+Sachin Gupta (1):
+
+- `747ebb9979d3 <https://github.com/open-power/hostboot/commit/747ebb9979d3>`__ Fix check for EQ_CME_SCOM_LMCR_SCOM
+
+Sakethan R Kotta (2):
+
+- `34d086e3e678 <https://github.com/open-power/hostboot/commit/34d086e3e678>`__ untrusted SBE reserved memory region to Rsvd Mem Trace Buf
+ Section
+- `1ec6201b896c <https://github.com/open-power/hostboot/commit/1ec6201b896c>`__ HBRT Reserved Mem Trace Buffer implementation.
+
+Sameer Veer (1):
+
+- `22672ede554a <https://github.com/open-power/hostboot/commit/22672ede554a>`__ Include release track info in list-of-commits email
+
+Santosh Balasubramanian (1):
+
+- `07cf2ea6e013 <https://github.com/open-power/hostboot/commit/07cf2ea6e013>`__ Secure Boot: Centaur Security: Initial sensitive register
+ list
+
+Soma BhanuTej (2):
+
+- `23e5c485a4f7 <https://github.com/open-power/hostboot/commit/23e5c485a4f7>`__ Adding p9c DD13 support
+- `d350dac276cc <https://github.com/open-power/hostboot/commit/d350dac276cc>`__ Adding p9c 1.3 support.
+
+Stephen Glancy (14):
+
+- `14f1070233d3 <https://github.com/open-power/hostboot/commit/14f1070233d3>`__ Adds centaur dynamic VDDR code
+- `ad4b74504674 <https://github.com/open-power/hostboot/commit/ad4b74504674>`__ Adds secure mode boot for memory buffer chips
+- `57e0a47955d8 <https://github.com/open-power/hostboot/commit/57e0a47955d8>`__ Adds cumulus unit test support
+- `13c42ee1d839 <https://github.com/open-power/hostboot/commit/13c42ee1d839>`__ Adds MRW support for x4/x8 DIMM configurations
+- `0535232e93da <https://github.com/open-power/hostboot/commit/0535232e93da>`__ Fixes centaur bad bitmap processing
+- `2254d9f67acf <https://github.com/open-power/hostboot/commit/2254d9f67acf>`__ Enables DDR4 training advanced
+- `8ff5d8f2210b <https://github.com/open-power/hostboot/commit/8ff5d8f2210b>`__ Updates Centaur training to continue on fails for FW
+- `862ecf79aaec <https://github.com/open-power/hostboot/commit/862ecf79aaec>`__ Fixes Centaur code to use ATTR_BAD_DQ_BITMAP
+- `48ed215d898d <https://github.com/open-power/hostboot/commit/48ed215d898d>`__ Fix MBS mask FIR for Obus recovery
+- `5e71d0883849 <https://github.com/open-power/hostboot/commit/5e71d0883849>`__ Fixes CKE levels during RCD initialization
+- `3927a22f49db <https://github.com/open-power/hostboot/commit/3927a22f49db>`__ Fixes IPL UE callout code
+- `a49be1a5d21b <https://github.com/open-power/hostboot/commit/a49be1a5d21b>`__ Removes erroneous FAPI ERR print
+- `866f841512df <https://github.com/open-power/hostboot/commit/866f841512df>`__ Updates training advanced workarounds to run after a
+ failure
+- `f5c960805358 <https://github.com/open-power/hostboot/commit/f5c960805358>`__ Updates the training advanced algorithm
+
+Sumit Kumar (3):
+
+- `6855bca779b8 <https://github.com/open-power/hostboot/commit/6855bca779b8>`__ Erepair HWP - Include target type DMI
+- `eb3bc77cbaf3 <https://github.com/open-power/hostboot/commit/eb3bc77cbaf3>`__ Add check for copyright date if its begin-end years same
+- `1e12696d400f <https://github.com/open-power/hostboot/commit/1e12696d400f>`__ eRepair: Fixed lanes handling of target types
+
+Swathi Madhuri Bhattiprolu (4):
+
+- `9c93244cabf8 <https://github.com/open-power/hostboot/commit/9c93244cabf8>`__ Fix HWAS_STATE_CHANGED_SUBSCRIPTION_MASK for MC/MI/DMI
+- `5620f81ace6c <https://github.com/open-power/hostboot/commit/5620f81ace6c>`__ Disable memory mirroring in simics temporarily
+- `b7a44c225976 <https://github.com/open-power/hostboot/commit/b7a44c225976>`__ Verify frequency attributes across nodes to match with that
+ of master node
+- `e3163f375ff8 <https://github.com/open-power/hostboot/commit/e3163f375ff8>`__ Implement the VPD backend for these attributes
+
+Thi Tran (3):
+
+- `927220a65bb7 <https://github.com/open-power/hostboot/commit/927220a65bb7>`__ Double frequency of coalescing memory fragmentation
+- `d46f111a8f66 <https://github.com/open-power/hostboot/commit/d46f111a8f66>`__ Fix unbalance FCO distribution between procs
+- `58f42f15ae71 <https://github.com/open-power/hostboot/commit/58f42f15ae71>`__ Fix data storage exception when PRD runs in istep 12.
+
+Vasant Hegde (1):
+
+- `fbea67f16d58 <https://github.com/open-power/hostboot/commit/fbea67f16d58>`__ MPIPL: Update MDRT count for FSP based OPAL system
+
+Venkatesh Sainath (1):
+
+- `2e3958796d0c <https://github.com/open-power/hostboot/commit/2e3958796d0c>`__ Fleetwood 2N specific targeting binary generation
+
+William A. Kennington III (4):
+
+- `2f1a0ed58a1b <https://github.com/open-power/hostboot/commit/2f1a0ed58a1b>`__ istepdispatcher: When trying to set the watchdog, clear
+ DONT_STOP
+- `9b9f654f0f6d <https://github.com/open-power/hostboot/commit/9b9f654f0f6d>`__ istepdispatcher: Reset the watchog to enable it
+- `3c2fdb8f668c <https://github.com/open-power/hostboot/commit/3c2fdb8f668c>`__ istep21: Keep the watchdog running into the host payload
+- `0aff9f48c7ea <https://github.com/open-power/hostboot/commit/0aff9f48c7ea>`__ ipmiwatchdog: Limit the number of resets
+
+William G. Hoffa (1):
+
+- `45f20525ba60 <https://github.com/open-power/hostboot/commit/45f20525ba60>`__ Revert “Force hbRelease to search ‘master’ branch”
+
+Yue Du (1):
+
+- `0d6bce9b7a0f <https://github.com/open-power/hostboot/commit/0d6bce9b7a0f>`__ STOP: Handle Quad Special Wakeup Done while pm_reset
+
+Zane Shelley (62):
+
+- `453283ebfde2 <https://github.com/open-power/hostboot/commit/453283ebfde2>`__ PRD: Fixed logic errors in isMembufOnDimm() that broke
+ Nimbus
+- `e8111177af9d <https://github.com/open-power/hostboot/commit/e8111177af9d>`__ PRD: fixed how RT TPS procedures are banned from processing
+- `2ab7c3f22534 <https://github.com/open-power/hostboot/commit/2ab7c3f22534>`__ PRD: finished porting handleRrFo() for MBA
+- `2f03c48855a5 <https://github.com/open-power/hostboot/commit/2f03c48855a5>`__ PRD: fix address registers for fetch ECC errors
+- `f62ac59186a6 <https://github.com/open-power/hostboot/commit/f62ac59186a6>`__ PRD: move MBA maint HWPs to PRD library
+- `dd245fcbbe5d <https://github.com/open-power/hostboot/commit/dd245fcbbe5d>`__ PRD: enable startScrub() support for Centaur
+- `c82b015b7609 <https://github.com/open-power/hostboot/commit/c82b015b7609>`__ PRD: remove unused P8 memory domain files
+- `40a290f2ab3b <https://github.com/open-power/hostboot/commit/40a290f2ab3b>`__ PRD: remove unused P8 memory data bundle files
+- `b26bb8d32b9f <https://github.com/open-power/hostboot/commit/b26bb8d32b9f>`__ PRD: callout connented L4 bug
+- `09035bf13460 <https://github.com/open-power/hostboot/commit/09035bf13460>`__ PRD: refined cleanupChnlAttns() for Centaur
+- `bc2d4987aef8 <https://github.com/open-power/hostboot/commit/bc2d4987aef8>`__ PRD: add getConnectedChild() support from proc to membuf
+- `b0a9477ec9a6 <https://github.com/open-power/hostboot/commit/b0a9477ec9a6>`__ PRD: refined cleanupChnlFail() for Centaur
+- `4e47aaa5ef48 <https://github.com/open-power/hostboot/commit/4e47aaa5ef48>`__ PRD: Callout MBA LOW with no gard on RCD parity errors
+- `5370984de389 <https://github.com/open-power/hostboot/commit/5370984de389>`__ PRD: Remove ForceRead() from MemAddr utils
+- `c1c584f04be0 <https://github.com/open-power/hostboot/commit/c1c584f04be0>`__ PRD: scrub resume counter for MBA runtime scrub commands
+- `1b04e458595a <https://github.com/open-power/hostboot/commit/1b04e458595a>`__ PRD: support to determine if BG scrub can resume after
+ stop-on-error
+- `5064efd9ee55 <https://github.com/open-power/hostboot/commit/5064efd9ee55>`__ PRD: Simplify templates in memory CE functions
+- `0d6b900a5d12 <https://github.com/open-power/hostboot/commit/0d6b900a5d12>`__ PRD: Maintenance RCE handling during background scrub for
+ Centaur
+- `e940af9a779a <https://github.com/open-power/hostboot/commit/e940af9a779a>`__ PRD: Maint soft/inter/hard CE handling during background
+ scrub for Centaur
+- `4b7ee3632592 <https://github.com/open-power/hostboot/commit/4b7ee3632592>`__ PRD: Update MemTdCtlr::initialize() for Centaur
+- `aa0df6e89b16 <https://github.com/open-power/hostboot/commit/aa0df6e89b16>`__ PRD: removed unused P8 code
+- `c7867f1449a1 <https://github.com/open-power/hostboot/commit/c7867f1449a1>`__ PRD: flush CE and RCE tables when a TD procedure is
+ complete
+- `b8037fcdbe63 <https://github.com/open-power/hostboot/commit/b8037fcdbe63>`__ PRD: cleanup after placing/verifying a chip mark on Centaur
+- `7ff47d2af40b <https://github.com/open-power/hostboot/commit/7ff47d2af40b>`__ PRD: standardized VCM nextStep() and analyzePhase()
+- `b869f42b77f4 <https://github.com/open-power/hostboot/commit/b869f42b77f4>`__ PRD: ECC analysis and command handling for DRAM sparing
+- `08488232045b <https://github.com/open-power/hostboot/commit/08488232045b>`__ PRD: TPS analyzePhase() for Centaur
+- `3e16432f929a <https://github.com/open-power/hostboot/commit/3e16432f929a>`__ PRD: TPS startNextPhase() for Centaur
+- `a8f19539edc5 <https://github.com/open-power/hostboot/commit/a8f19539edc5>`__ PRD: TPS nextStep() for Centaur
+- `47e9c9b12017 <https://github.com/open-power/hostboot/commit/47e9c9b12017>`__ PRD: TPS analyzeEccErrors() for Centaur
+- `82083635acda <https://github.com/open-power/hostboot/commit/82083635acda>`__ PRD: TPS analyzeCeStats() for Centaur
+- `9192da4a49db <https://github.com/open-power/hostboot/commit/9192da4a49db>`__ PRD: refined handleChnlFail() for Centaur
+- `1a66b96f84f3 <https://github.com/open-power/hostboot/commit/1a66b96f84f3>`__ PRD: FFDC registers for channel failure attentions
+- `a0ea8ab73807 <https://github.com/open-power/hostboot/commit/a0ea8ab73807>`__ PRD: updates from latest RAS XML
+- `41f3aa61a7e9 <https://github.com/open-power/hostboot/commit/41f3aa61a7e9>`__ PRD: removed old P8 memory system system code
+- `cecaeb320299 <https://github.com/open-power/hostboot/commit/cecaeb320299>`__ PRD: typo in runtime DRAM sparing signature
+- `38666ab58f15 <https://github.com/open-power/hostboot/commit/38666ab58f15>`__ PRD: create MarkStore::applyRasPolicies()
+- `557dadfef131 <https://github.com/open-power/hostboot/commit/557dadfef131>`__ PRD: remove NX unit checkstop support
+- `2775c2ed81ce <https://github.com/open-power/hostboot/commit/2775c2ed81ce>`__ PRD: removed runtime deconfig for channel failure
+- `f6c80b9c6010 <https://github.com/open-power/hostboot/commit/f6c80b9c6010>`__ PRD: removed depricated ErrDataService::handleUnitCS()
+- `ee548e96749a <https://github.com/open-power/hostboot/commit/ee548e96749a>`__ PRD: removed depricated unit dump support
+- `bcfc61239031 <https://github.com/open-power/hostboot/commit/bcfc61239031>`__ PRD: removed depricated rt deconfig and unit dump
+ interfaces
+- `f54c91bffdc2 <https://github.com/open-power/hostboot/commit/f54c91bffdc2>`__ PRD: removed erroneous trace in getMemBufRawCardType()
+- `47c75711f2be <https://github.com/open-power/hostboot/commit/47c75711f2be>`__ PRD: fixed erroneous trace in PlatConfigurator::build()
+- `2b7899b5f805 <https://github.com/open-power/hostboot/commit/2b7899b5f805>`__ PRD: removed redundant ECC capture data
+- `0fc9ee71e06e <https://github.com/open-power/hostboot/commit/0fc9ee71e06e>`__ PRD: remove empty TD controller data
+- `f290f5d4a9ef <https://github.com/open-power/hostboot/commit/f290f5d4a9ef>`__ PRD: fixed parser bugs in TD_CTLR_DATA
+- `fc766f78534e <https://github.com/open-power/hostboot/commit/fc766f78534e>`__ PRD: set Cumulus command list timeout to match Nimbus
+- `27bf34b7fa6e <https://github.com/open-power/hostboot/commit/27bf34b7fa6e>`__ PRD: add CE table traces for MNFG mode thresholds
+- `e1a04818ba32 <https://github.com/open-power/hostboot/commit/e1a04818ba32>`__ PRD: enable FSP channel fail isolation on processor side of
+ bus
+- `36b343d78a73 <https://github.com/open-power/hostboot/commit/36b343d78a73>`__ PRD: use correct symbol when writing MBA markstore
+- `2024675173c3 <https://github.com/open-power/hostboot/commit/2024675173c3>`__ PRD: MNFG spare DRAM deploy needs to deploy on both MBA
+ ports
+- `34768601609c <https://github.com/open-power/hostboot/commit/34768601609c>`__ PRD: Do not abort on UE during MBA TPS
+- `03416d24641d <https://github.com/open-power/hostboot/commit/03416d24641d>`__ PRD: Set ‘too many bus errors’ in DMIFIR to UNIT_CS
+- `b2c2ca936ce6 <https://github.com/open-power/hostboot/commit/b2c2ca936ce6>`__ PRD: MBA command resume not incrementing address
+- `ccea7f349f6e <https://github.com/open-power/hostboot/commit/ccea7f349f6e>`__ PRD: shift UCS and HA chiplet masks to match chiplet FIRs
+- `a4746b6f2924 <https://github.com/open-power/hostboot/commit/a4746b6f2924>`__ PRD: fix bug that bypasses TPS ban support
+- `84a0b8e43c20 <https://github.com/open-power/hostboot/commit/84a0b8e43c20>`__ PRD: remove unused TD queue parameters
+- `5a3703db513a <https://github.com/open-power/hostboot/commit/5a3703db513a>`__ PRD: All TPS bans on MCA target should cause fetch CE
+ masking
+- `630c378b8dde <https://github.com/open-power/hostboot/commit/630c378b8dde>`__ PRD: reduce number of ways TPS can be banned
+- `bb794f948b1f <https://github.com/open-power/hostboot/commit/bb794f948b1f>`__ PRD: Ban TPS if UE found during VCM, DSD, or TPS procedures
+- `5a927c8232d0 <https://github.com/open-power/hostboot/commit/5a927c8232d0>`__ PRD: abort TPS if chip mark placed during procedure
+- `4696c5090436 <https://github.com/open-power/hostboot/commit/4696c5090436>`__ PRD: fixed the per-symbol threshold in MBA TPS
+
+aravnair-in (4):
+
+- `415026c16dd2 <https://github.com/open-power/hostboot/commit/415026c16dd2>`__ Fix instance path for SMPGROUP target
+- `14a61c96fa3b <https://github.com/open-power/hostboot/commit/14a61c96fa3b>`__ Comment why we add INSTANCE_PATH specifically for SMPGROUP
+- `49e74816eab8 <https://github.com/open-power/hostboot/commit/49e74816eab8>`__ Set DECONFIG_GARDABLE for SMPGROUP target
+- `0c9579f525f4 <https://github.com/open-power/hostboot/commit/0c9579f525f4>`__ Deconfig by association rule for SMPGROUP targets
+
+nagurram-in (2):
+
+- `e33bd00b1ee9 <https://github.com/open-power/hostboot/commit/e33bd00b1ee9>`__ HDAT: Fix to pass mcbist target for mem bus frequency API
+- `f3fd15c5b123 <https://github.com/open-power/hostboot/commit/f3fd15c5b123>`__ HDAT: New attribute LOCATION_CODE support for fru target
+
+spashabk-in (1):
+
+- `764053f34519 <https://github.com/open-power/hostboot/commit/764053f34519>`__ Remove clear(step 3) of reset vectors
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.1-rc1-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.1-rc1-commits-2:
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (2):
+
+- `139bc907486b <https://github.com/open-power/occ/commit/139bc907486b>`__ Package the g_wof struct so debug command data is consistent
+- `7c2a9700d0db <https://github.com/open-power/occ/commit/7c2a9700d0db>`__ Redundant APSS Support
+
+Douglas Gilbert (1):
+
+- `5c01b5476e8f <https://github.com/open-power/occ/commit/5c01b5476e8f>`__ captureFir: Add delay and sbefifo reset
+
+William Bryan (1):
+
+- `0cb9eeae2f09 <https://github.com/open-power/occ/commit/0cb9eeae2f09>`__ Enable GPE IPC Timers
+
+mbroyles (1):
+
+- `aa97e176b1be <https://github.com/open-power/occ/commit/aa97e176b1be>`__ Force update of OPAL-OCC memory after GPU presence detected
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.1-rc1-patches-3:
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+.. _v2.1-rc1-commits-3:
+
+Commits
+~~~~~~~
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.1-rc1-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.1-rc1-commits-4:
+
+Commits
+~~~~~~~
+
+Claus Michael Olsen (2):
+
+- `34332987f42c <https://github.com/open-power/sbe/commit/34332987f42c>`__ Risk level 3/4/5 support: Step 2 - image update to TOR v7
+- `3d4428aecda5 <https://github.com/open-power/sbe/commit/3d4428aecda5>`__ Update to p9_xip_tool to handle stand-alone DDCO ring files.
+
+Joe McGill (1):
+
+- `a7e21bc75bf9 <https://github.com/open-power/sbe/commit/a7e21bc75bf9>`__ Savory Insomnia – revert to ordered tlbie mode for Cumulus
+
+John Rell (1):
+
+- `accb97c18e8c <https://github.com/open-power/sbe/commit/accb97c18e8c>`__ jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus
+ HW446964
+
+Nick Klazynski (2):
+
+- `1768f6cce137 <https://github.com/open-power/sbe/commit/1768f6cce137>`__ TM workaround for HW443982
+- `8338464e3a33 <https://github.com/open-power/sbe/commit/8338464e3a33>`__ HW447585, HW447589, HW439303, Fix CDD1.2 security setting
+
+Prasad Bg Ranganath (1):
+
+- `02f710ae2d11 <https://github.com/open-power/sbe/commit/02f710ae2d11>`__ SBE:PUTRING: Add callout support for checkword mismatch failure
+
+Prem Shanker Jha (1):
+
+- `be807f0fd7ec <https://github.com/open-power/sbe/commit/be807f0fd7ec>`__ PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.
+
+Raja Das (2):
+
+- `104a5bd096f7 <https://github.com/open-power/sbe/commit/104a5bd096f7>`__ Tempopary fix to fail MPIPL if Cache is not scommable
+- `7ba886dde651 <https://github.com/open-power/sbe/commit/7ba886dde651>`__ Enabled scomable state check before cache flush in mpipl
+
+Sachin Gupta (1):
+
+- `9dc8c3e5576d <https://github.com/open-power/sbe/commit/9dc8c3e5576d>`__ Revert Tempopary fix to fail MPIPL if Cache is not scommable
+
+Santosh Balasubramanian (1):
+
+- `6ebd43e6945e <https://github.com/open-power/sbe/commit/6ebd43e6945e>`__ Nest perf counter cfg registers
+
+Soma BhanuTej (1):
+
+- `1a52c0665d85 <https://github.com/open-power/sbe/commit/1a52c0665d85>`__ Adding p9c DD13 support
+
+spashabk-in (3):
+
+- `af40291dc92d <https://github.com/open-power/sbe/commit/af40291dc92d>`__ Update backing build
+- `e3dd8facc038 <https://github.com/open-power/sbe/commit/e3dd8facc038>`__ Fence all chip-ops in QUIESCE state
+- `d73b8bc3e960 <https://github.com/open-power/sbe/commit/d73b8bc3e960>`__ Handle FSP failover
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.1-rc1-patches-5:
+
+Patches
+~~~~~~~
+
+.. _v2.1-rc1-commits-5:
+
+Commits
+~~~~~~~
+
+Akshay Adiga (1):
+
+- `34e9c3c1edb3 <https://github.com/open-power/skiboot/commit/34e9c3c1edb3>`__ SLW: Remove stop1_lite and stop2_lite
+
+Alexey Kardashevskiy (1):
+
+- `fca2b2b839a6 <https://github.com/open-power/skiboot/commit/fca2b2b839a6>`__ npu2: Reset NVLinks on hot reset
+
+Andrew Jeffery (2):
+
+- `50dfd067835a <https://github.com/open-power/skiboot/commit/50dfd067835a>`__ pci: Fix PCI_DEVICE_ID()
+- `dc24a1fd61e0 <https://github.com/open-power/skiboot/commit/dc24a1fd61e0>`__ core: Add test for PCI quirks
+
+Balbir Singh (1):
+
+- `8cbe91569112 <https://github.com/open-power/skiboot/commit/8cbe91569112>`__ external/mambo: Add support for readline if it exists
+
+Balbir singh (5):
+
+- `ad58f8da1d4f <https://github.com/open-power/skiboot/commit/ad58f8da1d4f>`__ Fix strtok for previous tokens being NULL
+- `e18f3fd2301c <https://github.com/open-power/skiboot/commit/e18f3fd2301c>`__ check for NULL input string in is_sai_loc_code
+- `9da2eb12f14f <https://github.com/open-power/skiboot/commit/9da2eb12f14f>`__ mbox/flash: Remove dead code
+- `7ed804a6fbc0 <https://github.com/open-power/skiboot/commit/7ed804a6fbc0>`__ libflash/blocklevel_write: Fix missing error handling
+- `5802477a821e <https://github.com/open-power/skiboot/commit/5802477a821e>`__ libflash/blocklevel.c: Remove unused store to ecc_len
+
+Benjamin Herrenschmidt (5):
+
+- `98ad450bd75e <https://github.com/open-power/skiboot/commit/98ad450bd75e>`__ cpu: Remove duplicate setting of LPCR
+- `a8700b5beeab <https://github.com/open-power/skiboot/commit/a8700b5beeab>`__ cpu: Do an isync after setting LPCR
+- `08992151641a <https://github.com/open-power/skiboot/commit/08992151641a>`__ fsp/console: Always establish OPAL console API backend
+- `15d9f3199782 <https://github.com/open-power/skiboot/commit/15d9f3199782>`__ cpu: Use STOP1 on POWER9 for idle/sleep inside OPAL
+- `53dac89cb8aa <https://github.com/open-power/skiboot/commit/53dac89cb8aa>`__ cpu: Cleanup clearing of doorbells on P9
+
+Breno Leitao (1):
+
+- `67bdd1668e6a <https://github.com/open-power/skiboot/commit/67bdd1668e6a>`__ doc: add entry for OPAL_CHECK_ASYNC_COMPLETION
+
+Christophe Lombard (1):
+
+- `1e5668520cfb <https://github.com/open-power/skiboot/commit/1e5668520cfb>`__ capi: Add a comment for the Transport Control Register
+
+Cédric Le Goater (1):
+
+- `35cd7a379b93 <https://github.com/open-power/skiboot/commit/35cd7a379b93>`__ plat/qemu: add PNOR support
+
+Dan Crowell (1):
+
+- `55ef0db841a0 <https://github.com/open-power/skiboot/commit/55ef0db841a0>`__ Add prepare_hbrt_update to hbrt interfaces
+
+Frederic Barrat (7):
+
+- `b5c863a86427 <https://github.com/open-power/skiboot/commit/b5c863a86427>`__ npu2-opencapi: Use presence detection
+- `baa4156c71f4 <https://github.com/open-power/skiboot/commit/baa4156c71f4>`__ npu2-opencapi: Rework adapter reset
+- `465bc3cac5b6 <https://github.com/open-power/skiboot/commit/465bc3cac5b6>`__ npu2-opencapi: Train links on fundamental reset
+- `f27a6322ec1c <https://github.com/open-power/skiboot/commit/f27a6322ec1c>`__ npu2-opencapi: Cleanup traces printed during link training
+- `60cb2cd0595d <https://github.com/open-power/skiboot/commit/60cb2cd0595d>`__ npu2-opencapi: Fix link state to report link down
+- `94140dbc6a9c <https://github.com/open-power/skiboot/commit/94140dbc6a9c>`__ npu2-opencapi: reduce number of retries to train the link
+- `c2ce576152b4 <https://github.com/open-power/skiboot/commit/c2ce576152b4>`__ p8-i2c: fix wrong request status when a reset is needed
+
+Haren Myneni (1):
+
+- `56026a132924 <https://github.com/open-power/skiboot/commit/56026a132924>`__ NX: Add NX coprocessor init opal call
+
+Joel Stanley (7):
+
+- `22320e119800 <https://github.com/open-power/skiboot/commit/22320e119800>`__ pflash: Use correct prefix when installing
+- `3754022e50d5 <https://github.com/open-power/skiboot/commit/3754022e50d5>`__ occ-sensor: Avoid using uninitialised struct cpu_thread
+- `4026841b4848 <https://github.com/open-power/skiboot/commit/4026841b4848>`__ timebase: Remove unused remaining time calculation
+- `c3f20185ff5d <https://github.com/open-power/skiboot/commit/c3f20185ff5d>`__ hdata: Remove hn variable where it is unused
+- `b2054c43315d <https://github.com/open-power/skiboot/commit/b2054c43315d>`__ psi: Properly mask errors in SEMR
+- `c032c5991207 <https://github.com/open-power/skiboot/commit/c032c5991207>`__ ast-bmc: Document BMC scratch register
+- `b09e48ffcdbf <https://github.com/open-power/skiboot/commit/b09e48ffcdbf>`__ astbmc: Enable mbox depending on scratch reg
+
+Madhavan Srinivasan (1):
+
+- `28ba76c32ea1 <https://github.com/open-power/skiboot/commit/28ba76c32ea1>`__ external/xscom-utils: Add python library for xscom access
+
+Mahesh Salgaonkar (2):
+
+- `e9ee7c7d3571 <https://github.com/open-power/skiboot/commit/e9ee7c7d3571>`__ opal-prd: Do not error out on first failure for soft/hard
+ offline.
+- `fa82d360a73a <https://github.com/open-power/skiboot/commit/fa82d360a73a>`__ opal/hmi: Display correct chip id while printing NPU FIRs.
+
+Michael Neuling (1):
+
+- `3d019581c981 <https://github.com/open-power/skiboot/commit/3d019581c981>`__ cpu: Clear PCR SPR in opal_reinit_cpus()
+
+Nicholas Piggin (1):
+
+- `277615348ba6 <https://github.com/open-power/skiboot/commit/277615348ba6>`__ core/console: fix deadlock when printing with console lock
+ held
+
+Oliver O’Halloran (4):
+
+- `ac6059026442 <https://github.com/open-power/skiboot/commit/ac6059026442>`__ p8-i2c: Allow a per-port default timeout
+- `3668dc88a1bd <https://github.com/open-power/skiboot/commit/3668dc88a1bd>`__ hdata: Add TPM timeout workaround
+- `81d52fb22cc9 <https://github.com/open-power/skiboot/commit/81d52fb22cc9>`__ libstb/i2c-driver: Bump max timeout
+- `49656a181133 <https://github.com/open-power/skiboot/commit/49656a181133>`__ p8-i2c: Remove force reset
+
+Samuel Mendoza-Jonas (2):
+
+- `3f0ddec7e719 <https://github.com/open-power/skiboot/commit/3f0ddec7e719>`__ astbmc: Set romulus BMC type to OpenBMC
+- `5cc781de8803 <https://github.com/open-power/skiboot/commit/5cc781de8803>`__ ffspart: Don’t require user to create blank partitions
+ manually
+
+Stewart Smith (27):
+
+- `fe4cb348e13b <https://github.com/open-power/skiboot/commit/fe4cb348e13b>`__ skiboot 6.0.2 release notes
+- `ce2aab620902 <https://github.com/open-power/skiboot/commit/ce2aab620902>`__ doc: Further document development and release process
+- `32e6ad0692ae <https://github.com/open-power/skiboot/commit/32e6ad0692ae>`__ doc/opal-power-shift-ratio: fix table formatting
+- `0181eea27db1 <https://github.com/open-power/skiboot/commit/0181eea27db1>`__ doc/opal-api: flesh out return-codes documentation
+- `e92277523645 <https://github.com/open-power/skiboot/commit/e92277523645>`__ AMI BMC: use 0x3a as OEM command
+- `dc4e55316981 <https://github.com/open-power/skiboot/commit/dc4e55316981>`__ skiboot 6.0.4 release notes
+- `d14909ecbd0d <https://github.com/open-power/skiboot/commit/d14909ecbd0d>`__ skiboot 5.10.6 release notes
+- `4a4840a304ba <https://github.com/open-power/skiboot/commit/4a4840a304ba>`__ skiboot 5.9.9 release notes
+- `b4a02f79820b <https://github.com/open-power/skiboot/commit/b4a02f79820b>`__ skiboot 5.4.10 release notes
+- `f708f67a4d0a <https://github.com/open-power/skiboot/commit/f708f67a4d0a>`__ hdata/tests/stubs.c: fix GCC8 warning
+- `b32ddeb7ea0d <https://github.com/open-power/skiboot/commit/b32ddeb7ea0d>`__ core/test/run_mem_region: fix GCC8 compile error
+- `44d0f8638bc1 <https://github.com/open-power/skiboot/commit/44d0f8638bc1>`__ hdata/spira.c: fix iplparams feature name string handling
+- `70d544de8739 <https://github.com/open-power/skiboot/commit/70d544de8739>`__ hdata/i2c.c: fix building with gcc8
+- `918b7233d3bb <https://github.com/open-power/skiboot/commit/918b7233d3bb>`__ Add -Wno-stringop-truncation for GCC8
+- `2865cedf49bf <https://github.com/open-power/skiboot/commit/2865cedf49bf>`__ travis: add fedora28
+- `021f6f39b9bf <https://github.com/open-power/skiboot/commit/021f6f39b9bf>`__ test/qemu: skip qemu test if ‘old’ qemu without PCR
+- `bbfd8738319f <https://github.com/open-power/skiboot/commit/bbfd8738319f>`__ travis: remove Ubuntu 12.04
+- `5b70462c73a8 <https://github.com/open-power/skiboot/commit/5b70462c73a8>`__ ipmi-watchdog: don’t run by default yet
+- `a5a32e86f3e2 <https://github.com/open-power/skiboot/commit/a5a32e86f3e2>`__ libflash: fix gcov build
+- `1b86a92b6cb6 <https://github.com/open-power/skiboot/commit/1b86a92b6cb6>`__ Quieten console output on boot
+- `61bbadfcd603 <https://github.com/open-power/skiboot/commit/61bbadfcd603>`__ Blockchain isn’t the only data structure deserving of love
+- `8f650b6d55b4 <https://github.com/open-power/skiboot/commit/8f650b6d55b4>`__ hw/bt.c: quieten all the noisy BT/IPMI messages
+- `e50e239b75c3 <https://github.com/open-power/skiboot/commit/e50e239b75c3>`__ libflash: quieten our logging
+- `1839d2c714f8 <https://github.com/open-power/skiboot/commit/1839d2c714f8>`__ ipmi-sel: use opal_booting() over poking at debug descriptor
+- `b1dee4a43dc3 <https://github.com/open-power/skiboot/commit/b1dee4a43dc3>`__ Split debug_descriptor out into own include file
+- `900f86ab6ff7 <https://github.com/open-power/skiboot/commit/900f86ab6ff7>`__ Move include lock.h to fsp-console.h from console.h
+- `440ecc83ab75 <https://github.com/open-power/skiboot/commit/440ecc83ab75>`__ skiboot v6.1-rc1 release notes
+
+Vasant Hegde (2):
+
+- `bb0079ea8490 <https://github.com/open-power/skiboot/commit/bb0079ea8490>`__ platform/astbmc: Do not delete compatible property
+- `ded1f6e1abf5 <https://github.com/open-power/skiboot/commit/ded1f6e1abf5>`__ fast-reboot: Disable on FSP IPL side change
+
+William A. Kennington III (9):
+
+- `27dec8f85b68 <https://github.com/open-power/skiboot/commit/27dec8f85b68>`__ ipmi-watchdog: WD_POWER_CYCLE_ACTION -> WD_RESET_ACTION
+- `b23d7714b4b8 <https://github.com/open-power/skiboot/commit/b23d7714b4b8>`__ ipmi-watchdog: Make it possible to set DONT_STOP
+- `af7c59027d7b <https://github.com/open-power/skiboot/commit/af7c59027d7b>`__ ipmi-watchdog: Don’t reset the watchdog twice
+- `84995f900497 <https://github.com/open-power/skiboot/commit/84995f900497>`__ ipmi-watchdog: Don’t disable at shutdown
+- `c9f363245238 <https://github.com/open-power/skiboot/commit/c9f363245238>`__ ipmi-watchdog: Add a flag to determine if we are still
+ ticking
+- `651f2049feb3 <https://github.com/open-power/skiboot/commit/651f2049feb3>`__ ipmi-watchdog: The stop action should disable reset
+- `7e956e687e64 <https://github.com/open-power/skiboot/commit/7e956e687e64>`__ ipmi-watchdog: Simplify our completion function
+- `2d2916409639 <https://github.com/open-power/skiboot/commit/2d2916409639>`__ ipmi-watchdog: Support resetting the watchdog after set
+- `e6e74c53ed64 <https://github.com/open-power/skiboot/commit/e6e74c53ed64>`__ ipmi-watchdog: Support handling re-initialization
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+.. _v2.1-rc1-patches-6:
+
+Patches
+~~~~~~~
+
+.. _v2.1-rc1-commits-6:
+
+Commits
+~~~~~~~
+
+Adrian Barrera (2):
+
+- `46c6f2b4f13e <https://github.com/open-power/zaius-xml/commit/46c6f2b4f13e>`__ Enable stop states 4,5
+- `f9eeb2840947 <https://github.com/open-power/zaius-xml/commit/f9eeb2840947>`__ Enable WOF Phase 2 Support
diff --git a/_sources/release-notes/v2.1.rst.txt b/_sources/release-notes/v2.1.rst.txt
new file mode 100644
index 0000000..d296d80
--- /dev/null
+++ b/_sources/release-notes/v2.1.rst.txt
@@ -0,0 +1,1346 @@
+Release Notes for OpenPower Firmware v2.1
+=========================================
+
+op-build v2.1 was released on Thursday July 12th, 2018. It is the new stable release of op-build, following on from v2.0, first released on May 16th 2018.
+
+op-build v2.1 contains all the fixes as of op-build v2.0.3, and we expect to continue to do stable 2.0.y releases of v2.0 into the forseeable future.
+
+This release is largely small and incremental changes on top of op-build v2.0 rather than containing anything major.
+
+Over op-build v2.0, this release contains the following changes:
+
+Removed platforms
+-----------------
+
+- p9dsu_dev
+
+Updated Packages
+----------------
+
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++===================+==========================+======================+===============================================+
+| busybox | 1.27.2 | 1.28.4 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| dropbear | 2017.75 | 2018.76 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| ethtool | 4.13 | 4.15 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| glibc | glibc-2.26-146-gd300041c | glibc-2.27-57-g6c99e | openpower_mambo, firestone, firenze, |
+| | | 37f6 | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| hcode | hw051018a.op920 | hw061618a.920 | zaius, p9dsu, witherspoon, romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| hcode | hw051018a.920 | hw061618a.920 | witherspoon_dev |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| hostboot | 8e05a4399bf5 | 876b79aacd9b1 | zaius, p9dsu, witherspoon, romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| hostboot | 43c4502d3b0b | 16f11c2e9b10e | witherspoon_dev |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| hostboot-binaries | 20119f086877 | hw070718b.920 | firestone, garrison, zaius, p9dsu, palmetto, |
+| | | | vesnin, witherspoon, habanero, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| hostboot-binaries | 81d8233a6dc8 | hw070718b.920 | witherspoon_dev |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| ima-catalog | 90237254664 | 6a1fd25458a4 | firestone, garrison, zaius, p9dsu, palmetto, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, barreleye, romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| linux | 4.16.8 | 4.17.4 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| linux-headers | 4.16.8 | 4.17.4 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| machine-xml | a941f8b75cdcd | f9eeb2840947 | zaius |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| ncurses | 6.0 | 6.1 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| occ | 77bb5e602b4aa | 5c01b5476e8fe | zaius, p9dsu, witherspoon_dev, witherspoon, |
+| | | | zz, romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| petitboot | v1.7.1 | 1.8.0 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| powerpc-utils | v1.3.4 | v1.3.5 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| sbe | 8e0105e5e964d | fad6732f2270f | zaius, p9dsu, witherspoon, romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| sbe | a389a5d98c2ab | fad6732f2270f | witherspoon_dev |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| skiboot | v6.0.1 | v6.1 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+| util-linux | 2.31.1 | 2.32 | openpower_mambo, firestone, firenze, |
+| | | | garrison, zaius, p9dsu, palmetto, pseries, |
+| | | | witherspoon_dev, vesnin, witherspoon, |
+| | | | habanero, openpower_p9_mambo, zz, barreleye, |
+| | | | romulus |
++-------------------+--------------------------+----------------------+-----------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Claus Michael Olsen (1):
+
+- `502e877ca111 <https://github.com/open-power/hcode/commit/502e877ca111>`__ Update to p9_xip_tool to handle stand-alone DDCO ring files.
+
+Joe McGill (2):
+
+- `c97bb0a2fd80 <https://github.com/open-power/hcode/commit/c97bb0a2fd80>`__ mask core SPATTN bit used for core checkstop handshake
+- `2a499e99d207 <https://github.com/open-power/hcode/commit/2a499e99d207>`__ support IO reconfig loop for OBUS DL link training failures
+
+Prasad Bg Ranganath (1):
+
+- `db007d46b1de <https://github.com/open-power/hcode/commit/db007d46b1de>`__ PPB: Bug fix in computing IAC Vdn value
+
+Prem Shanker Jha (1):
+
+- `ac9567422748 <https://github.com/open-power/hcode/commit/ac9567422748>`__ PM: Addressed TODOs in hcode image build HWP.
+
+Rahul Batra (7):
+
+- `898f0008601c <https://github.com/open-power/hcode/commit/898f0008601c>`__ PGPE: Correctly write DB0 when used as DB3 payload
+- `384bcc14bcc3 <https://github.com/open-power/hcode/commit/384bcc14bcc3>`__ PGPE: Use global literals for reg addrs
+- `503d2e402b13 <https://github.com/open-power/hcode/commit/503d2e402b13>`__ PGPE: Correctly Set retActQuads during Safe Mode
+- `3be15513d0e4 <https://github.com/open-power/hcode/commit/3be15513d0e4>`__ PGPE: Fix WOF Enable/Disable Issues
+- `15db0ce7d4d3 <https://github.com/open-power/hcode/commit/15db0ce7d4d3>`__ PGPE: Fix WOF Enable/Disable Issues
+- `ef6955814d8e <https://github.com/open-power/hcode/commit/ef6955814d8e>`__ PGPE: Ack Back any pending quad active update during WOF Disable
+- `7da841c12cae <https://github.com/open-power/hcode/commit/7da841c12cae>`__ PGPE: Add Comments(No functional change)
+
+Richard J. Knight (1):
+
+- `a327175c6427 <https://github.com/open-power/hcode/commit/a327175c6427>`__ Update Makefile to fix concurrancy issues with libppetracepp.a
+
+Yue Du (4):
+
+- `d6b88e67ff4d <https://github.com/open-power/hcode/commit/d6b88e67ff4d>`__ STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE
+- `1dc26ec0072e <https://github.com/open-power/hcode/commit/1dc26ec0072e>`__ STOP: Add URMOR RAM to CME for NDD23 SMF
+- `050dc2142f83 <https://github.com/open-power/hcode/commit/050dc2142f83>`__ STOP: Handle Quad Special Wakeup Done while pm_reset
+- `63c49e23a2cd <https://github.com/open-power/hcode/commit/63c49e23a2cd>`__ STOP: CME/SGPE Hcode size reduction via global use of literals
+
+hostboot (21):
+
+- `699005f149f1 <https://github.com/open-power/hcode/commit/699005f149f1>`__ Release tag information updated for hw051118a.920
+- `0d8951cdde6d <https://github.com/open-power/hcode/commit/0d8951cdde6d>`__ Release tag information updated for hw051518a.920
+- `99f340c7b74a <https://github.com/open-power/hcode/commit/99f340c7b74a>`__ Release tag information updated for hw051618a.920
+- `85ecbf71967e <https://github.com/open-power/hcode/commit/85ecbf71967e>`__ Release tag information updated for hw051718a.920
+- `f3f4d3449690 <https://github.com/open-power/hcode/commit/f3f4d3449690>`__ Release tag information updated for hw051818a.920
+- `c79665be710d <https://github.com/open-power/hcode/commit/c79665be710d>`__ Release tag information updated for hw052318a.920
+- `a9e9c6f0daff <https://github.com/open-power/hcode/commit/a9e9c6f0daff>`__ Release tag information updated for hw052418a.920
+- `17b8473da01f <https://github.com/open-power/hcode/commit/17b8473da01f>`__ Release tag information updated for hw052518a.920
+- `262e018945d3 <https://github.com/open-power/hcode/commit/262e018945d3>`__ Release tag information updated for hw052618a.920
+- `331a145623c2 <https://github.com/open-power/hcode/commit/331a145623c2>`__ Release tag information updated for hw053018a.920
+- `80a399244e84 <https://github.com/open-power/hcode/commit/80a399244e84>`__ Release tag information updated for hw053118a.920
+- `764d268b65b1 <https://github.com/open-power/hcode/commit/764d268b65b1>`__ Release tag information updated for hw060118a.920
+- `a42e940b874c <https://github.com/open-power/hcode/commit/a42e940b874c>`__ Release tag information updated for hw060418a.920
+- `aa0d5610f6aa <https://github.com/open-power/hcode/commit/aa0d5610f6aa>`__ Release tag information updated for hw060618a.920
+- `2df7ae766eb5 <https://github.com/open-power/hcode/commit/2df7ae766eb5>`__ Release tag information updated for hw060718a.920
+- `a04a6779d7d7 <https://github.com/open-power/hcode/commit/a04a6779d7d7>`__ Release tag information updated for hw060818a.920
+- `ee19339b42f7 <https://github.com/open-power/hcode/commit/ee19339b42f7>`__ Release tag information updated for hw060918a.920
+- `a54eba35a902 <https://github.com/open-power/hcode/commit/a54eba35a902>`__ Release tag information updated for hw061218a.920
+- `79225d801f74 <https://github.com/open-power/hcode/commit/79225d801f74>`__ Release tag information updated for hw061318a.920
+- `7d8799ea77d6 <https://github.com/open-power/hcode/commit/7d8799ea77d6>`__ Release tag information updated for hw061518a.920
+- `29e49c2b46c5 <https://github.com/open-power/hcode/commit/29e49c2b46c5>`__ Release tag information updated for hw061618a.920
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.1-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-1:
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `3c4217b17494 <https://github.com/open-power/hostboot/commit/3c4217b17494>`__ Added RMW Thresh10 Spec Disable to initfiles
+
+Alpana Kumari (1):
+
+- `e5df99c9d267 <https://github.com/open-power/hostboot/commit/e5df99c9d267>`__ EC level match for only functional master Proc per Node
+
+Amit Tendolkar (2):
+
+- `8fcc6813c098 <https://github.com/open-power/hostboot/commit/8fcc6813c098>`__ SW419349: Handle override of deconfig by Error vs FCO reasons by association
+- `dc3e00781d72 <https://github.com/open-power/hostboot/commit/dc3e00781d72>`__ Adapt p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood
+
+Andre Marin (6):
+
+- `098a19f9ad31 <https://github.com/open-power/hostboot/commit/098a19f9ad31>`__ Add eff_config functionality needed for RIT, fix cas_latency bug & attr files
+- `7da6227702e5 <https://github.com/open-power/hostboot/commit/7da6227702e5>`__ Add initial L2 mss_freq_system procedure.
+- `ac3d2e3ea9a9 <https://github.com/open-power/hostboot/commit/ac3d2e3ea9a9>`__ Add base spd decoder to share among controllers
+- `89bbfaf84a74 <https://github.com/open-power/hostboot/commit/89bbfaf84a74>`__ Add additional comparison function objects into functional header
+- `e53ffaa95148 <https://github.com/open-power/hostboot/commit/e53ffaa95148>`__ Add empty files for refactored SPD read API
+- `81996e944c89 <https://github.com/open-power/hostboot/commit/81996e944c89>`__ Add SPD reader and traits DDR4 def
+
+Andres Lugo-Reyes (2):
+
+- `56ff2943a5df <https://github.com/open-power/hostboot/commit/56ff2943a5df>`__ Fix off-by-one error when counting WOF reset counts
+- `cf258fcfb753 <https://github.com/open-power/hostboot/commit/cf258fcfb753>`__ HTMGT: WOF Reset Disable Flag
+
+Andrew Geissler (9):
+
+- `fc79c535382d <https://github.com/open-power/hostboot/commit/fc79c535382d>`__ Add test case for getChildTargetsForCDG
+- `f1186fdef28f <https://github.com/open-power/hostboot/commit/f1186fdef28f>`__ Update getChildTargetsForCDG to use CEN PORT/DIMM
+- `a166a390e16f <https://github.com/open-power/hostboot/commit/a166a390e16f>`__ Move existing tests to use new helper function
+- `aa1c91c061f7 <https://github.com/open-power/hostboot/commit/aa1c91c061f7>`__ Use last l3 cache object for SIMICS trace
+- `3e4082b28d2a <https://github.com/open-power/hostboot/commit/3e4082b28d2a>`__ Look for any parent on deconfigure
+- `1c1b2267a25e <https://github.com/open-power/hostboot/commit/1c1b2267a25e>`__ Make HUID values node-relative
+- `ea86539a69de <https://github.com/open-power/hostboot/commit/ea86539a69de>`__ Ensure hwas state reflects resource recovery actions
+- `d848b2c3bae0 <https://github.com/open-power/hostboot/commit/d848b2c3bae0>`__ Ensure memory HUID’s are node-relative
+- `1edd371b0fa0 <https://github.com/open-power/hostboot/commit/1edd371b0fa0>`__ Always use last valid SIMICS object for trace
+
+Ankit Dhingra (1):
+
+- `8a3c6293dff7 <https://github.com/open-power/hostboot/commit/8a3c6293dff7>`__ Add support for TOD osc switch interrupt
+
+Ben Gass (5):
+
+- `d1c0355b013c <https://github.com/open-power/hostboot/commit/d1c0355b013c>`__ Set TRAIN_TIME to 0 for simulation.
+- `ee559052e566 <https://github.com/open-power/hostboot/commit/ee559052e566>`__ Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
+- `d4954387404b <https://github.com/open-power/hostboot/commit/d4954387404b>`__ Correct Safe mode freqency to UltraTurbo compare error message.
+- `785e89f5fcf9 <https://github.com/open-power/hostboot/commit/785e89f5fcf9>`__ Shorten A-link timers for sim. Add polling for A-link training.
+- `f563ab5ac678 <https://github.com/open-power/hostboot/commit/f563ab5ac678>`__ Updating p9.core.scan.initfile settings for p9n 2.3
+
+Benjamin Weisenbeck (10):
+
+- `b9f23622a49f <https://github.com/open-power/hostboot/commit/b9f23622a49f>`__ PRD: Updates for Cumulus PLL analysis
+- `0b19471945a6 <https://github.com/open-power/hostboot/commit/0b19471945a6>`__ PRD: Add post analysis function for Centaur PLL
+- `9a67762efeac <https://github.com/open-power/hostboot/commit/9a67762efeac>`__ PRD: XBUS spare deployed should be predictive in mnfg
+- `eaaf8422a3e4 <https://github.com/open-power/hostboot/commit/eaaf8422a3e4>`__ PRD: Support for handling core unit checkstop
+- `9e5283c651ba <https://github.com/open-power/hostboot/commit/9e5283c651ba>`__ PRD: Callout both PCI clocks by position for double clock failure
+- `8e3836f3ef0b <https://github.com/open-power/hostboot/commit/8e3836f3ef0b>`__ PRD: Cleanup RC handling in PLL code
+- `0b069da4ece5 <https://github.com/open-power/hostboot/commit/0b069da4ece5>`__ PRD: Fix core checkstop masking
+- `3796a71a5012 <https://github.com/open-power/hostboot/commit/3796a71a5012>`__ PRD: Add missing centaur PLL CheckErrorType plugin
+- `e52b70dbea22 <https://github.com/open-power/hostboot/commit/e52b70dbea22>`__ PRD: Centaur address translation support for dynamic memory deallocation
+- `e86727885971 <https://github.com/open-power/hostboot/commit/e86727885971>`__ PRD: Centaur dynamic deallocation bug fix
+
+Bill Hoffa (13):
+
+- `59c3af1f3017 <https://github.com/open-power/hostboot/commit/59c3af1f3017>`__ Implement Interrupt Resource Provider Init for MPIPL Multi-Node Systems
+- `90a2cbe1f607 <https://github.com/open-power/hostboot/commit/90a2cbe1f607>`__ Set Master Proc Attrs during MPIPL FSP Fail-Over Scenario
+- `3ee0baff08c2 <https://github.com/open-power/hostboot/commit/3ee0baff08c2>`__ Set attribute PROC_MASTER_TYPE during MPIPL
+- `f3b2f887b854 <https://github.com/open-power/hostboot/commit/f3b2f887b854>`__ Add 2nd query to hbRelease script finding commits in release-fips920
+- `6bb10d494153 <https://github.com/open-power/hostboot/commit/6bb10d494153>`__ Force hbRelease to search ‘master’ branch
+- `034db70a607c <https://github.com/open-power/hostboot/commit/034db70a607c>`__ Multinode MPIPL INTRP Initialization Changes
+- `b3e359badd40 <https://github.com/open-power/hostboot/commit/b3e359badd40>`__ Corrected data type to size for var in retrieveRepairDataMemBuf()
+- `112e8c957fb6 <https://github.com/open-power/hostboot/commit/112e8c957fb6>`__ Enable DMI Erepair
+- `cb841f1bd72a <https://github.com/open-power/hostboot/commit/cb841f1bd72a>`__ Add kernel debug trace to Invalid IPC Message Errors
+- `7bd4032abfb7 <https://github.com/open-power/hostboot/commit/7bd4032abfb7>`__ Leverage INTRP fully for SBE PSU Interrupt Handling
+- `622bd28195c7 <https://github.com/open-power/hostboot/commit/622bd28195c7>`__ Fix Memory Mirroring Address Calculation
+- `ea5c84fe7741 <https://github.com/open-power/hostboot/commit/ea5c84fe7741>`__ Use PROC_MIRROR_BASES_ACK attribute in memory mirroring addr calculation
+- `912086b52a2a <https://github.com/open-power/hostboot/commit/912086b52a2a>`__ Add Get Nodal HRMOR Utility
+
+Brian Bakke (3):
+
+- `3148c8e41ee8 <https://github.com/open-power/hostboot/commit/3148c8e41ee8>`__ Fixes to node IPC messaging to handling non-zero base addresses
+- `e364f91be172 <https://github.com/open-power/hostboot/commit/e364f91be172>`__ Fixes to node IPC messaging to handle non-zero base addresses
+- `77eb9fe3e55a <https://github.com/open-power/hostboot/commit/77eb9fe3e55a>`__ Itep16 substep order does not match documentation
+
+Brian Silver (7):
+
+- `4e5b1ac13de9 <https://github.com/open-power/hostboot/commit/4e5b1ac13de9>`__ Initial commit of memory subsystem
+- `f958bd60cb79 <https://github.com/open-power/hostboot/commit/f958bd60cb79>`__ Fix memory/VBU attribute files, add ‘ipl’ test case
+- `26726a54e4f2 <https://github.com/open-power/hostboot/commit/26726a54e4f2>`__ Add memdiags implementation for superfast operations
+- `90ec400612ee <https://github.com/open-power/hostboot/commit/90ec400612ee>`__ Add L1 for p9_mss_freq_drift
+- `932cd97fe0ff <https://github.com/open-power/hostboot/commit/932cd97fe0ff>`__ Add freq checking to ipl unit test, fix mk file
+- `257555af0952 <https://github.com/open-power/hostboot/commit/257555af0952>`__ Add rudimentary memory plug rules
+- `496e3d430783 <https://github.com/open-power/hostboot/commit/496e3d430783>`__ Add minor minor version feature support to getecid
+
+Brian Stegmiller (3):
+
+- `c0a78795a8dc <https://github.com/open-power/hostboot/commit/c0a78795a8dc>`__ PRD: Update TD_CTLR_DATA with port information
+- `11b5f7d2b616 <https://github.com/open-power/hostboot/commit/11b5f7d2b616>`__ ATTN: Examine correct proc for handling Centaur Attentions
+- `86cda996b3fb <https://github.com/open-power/hostboot/commit/86cda996b3fb>`__ PRD: DMI Lane Repair
+
+CHRISTINA L. GRAVES (1):
+
+- `c63b3e4a122c <https://github.com/open-power/hostboot/commit/c63b3e4a122c>`__ p9_fab_iovalid fix to clear action0/1 bits corresponding w/ link being enabled
+
+Caleb Palmer (20):
+
+- `02d764dfa0a7 <https://github.com/open-power/hostboot/commit/02d764dfa0a7>`__ PRD: Fix invalid getConnectedParent in getCommonVars
+- `7f4b95b28d21 <https://github.com/open-power/hostboot/commit/7f4b95b28d21>`__ PRD: Adjust assert in BadDqBitmap Utils
+- `3d5c1c541bae <https://github.com/open-power/hostboot/commit/3d5c1c541bae>`__ PRD: Update restoreDramRepairs for Centaur
+- `233fec0d3893 <https://github.com/open-power/hostboot/commit/233fec0d3893>`__ PRD: Rename ATTR_MBA_PORT and ATTR_MBA_DIMM
+- `359102f7aaaa <https://github.com/open-power/hostboot/commit/359102f7aaaa>`__ Rename MBA_PORT and MBA_DIMM attrs
+- `93a05fa7d48c <https://github.com/open-power/hostboot/commit/93a05fa7d48c>`__ PRD: Update getDimmDqAttr for Centaur
+- `3f14f5032bfe <https://github.com/open-power/hostboot/commit/3f14f5032bfe>`__ PRD: UE callout rank if no dimm callout
+- `6ee6cdf1c18e <https://github.com/open-power/hostboot/commit/6ee6cdf1c18e>`__ PRD: getConnectedChild proc to membuf bug fix
+- `1e9e686d61cc <https://github.com/open-power/hostboot/commit/1e9e686d61cc>`__ PRD: Adjust proc to membuf getConnectedChild
+- `41a25f11016a <https://github.com/open-power/hostboot/commit/41a25f11016a>`__ PRD: Resume maint cmd support for MBA
+- `67499d6a3e87 <https://github.com/open-power/hostboot/commit/67499d6a3e87>`__ PRD: Runtime VCM support for Centaur
+- `6b6f1ef8f53f <https://github.com/open-power/hostboot/commit/6b6f1ef8f53f>`__ PRD: Fix template in chipMarkCleanup
+- `504349373489 <https://github.com/open-power/hostboot/commit/504349373489>`__ PRD: Runtime TPS for Centaur/Cumulus
+- `c0996da3cf36 <https://github.com/open-power/hostboot/commit/c0996da3cf36>`__ PRD: use isValid() check before MemSymbol::getDram()
+- `58436097f094 <https://github.com/open-power/hostboot/commit/58436097f094>`__ PRD: Fix template in applyRasPolicies
+- `8d97caa96550 <https://github.com/open-power/hostboot/commit/8d97caa96550>`__ Fix Bad Dq Centaur Translation
+- `8186a367ec6f <https://github.com/open-power/hostboot/commit/8186a367ec6f>`__ Temp remove bad bit translation until attr enabled for Fleetwood
+- `bfebff1e8079 <https://github.com/open-power/hostboot/commit/bfebff1e8079>`__ Adjust Bad Dq Translation for CDIMMs
+- `a65f239bf383 <https://github.com/open-power/hostboot/commit/a65f239bf383>`__ PRD: Dont report error log for backlog count underflow FIR
+- `44180ef7b2b4 <https://github.com/open-power/hostboot/commit/44180ef7b2b4>`__ Add translation to Row Repair DRAM position
+
+Chris Steffen (10):
+
+- `94bdad69c456 <https://github.com/open-power/hostboot/commit/94bdad69c456>`__ DMI I/O Checkin
+- `3a3a0d0d4dc8 <https://github.com/open-power/hostboot/commit/3a3a0d0d4dc8>`__ I/O Metadata Cleanup
+- `4a51cec16bdd <https://github.com/open-power/hostboot/commit/4a51cec16bdd>`__ SW431549 DMI Read Erepair
+- `13b422771493 <https://github.com/open-power/hostboot/commit/13b422771493>`__ Updating Channel Fail Mask
+- `bd7bfe453ed6 <https://github.com/open-power/hostboot/commit/bd7bfe453ed6>`__ Cen Too Many Bus Errors
+- `d2482ab7773d <https://github.com/open-power/hostboot/commit/d2482ab7773d>`__ P9C Abus Reset Procedure
+- `66c70d8c5bf4 <https://github.com/open-power/hostboot/commit/66c70d8c5bf4>`__ P9C Abus Procedure
+- `6f232b1b410a <https://github.com/open-power/hostboot/commit/6f232b1b410a>`__ Reverting to Default DMI Channel Mask
+- `cfec2cad8915 <https://github.com/open-power/hostboot/commit/cfec2cad8915>`__ Updating P9C DMI Proc Firs
+- `fc087d0b8268 <https://github.com/open-power/hostboot/commit/fc087d0b8268>`__ Alink Hot Repair Fix
+
+Christian Geddes (16):
+
+- `1cc7a88e11df <https://github.com/open-power/hostboot/commit/1cc7a88e11df>`__ Add PEER_PATH attribute to xbus and obus targets
+- `dd25ed1a207c <https://github.com/open-power/hostboot/commit/dd25ed1a207c>`__ Add error log for sbe poweron fails and clean up errlog commits
+- `261c874fb2dd <https://github.com/open-power/hostboot/commit/261c874fb2dd>`__ Update targeting init during RT to set PEER_TARGET on OBUS targets
+- `d2f22373f239 <https://github.com/open-power/hostboot/commit/d2f22373f239>`__ Deconfig record can’t get added to vitalAttn elog on FSP
+- `b1771bfafee1 <https://github.com/open-power/hostboot/commit/b1771bfafee1>`__ Create HWP to save/restore OBUS fir masks
+- `42327316097c <https://github.com/open-power/hostboot/commit/42327316097c>`__ Slave SBE scratch regs must be up to date before continueMPIPL called
+- `fd269e881530 <https://github.com/open-power/hostboot/commit/fd269e881530>`__ Clear obus fir mask attrs after restoring obus firmasks
+- `a09327508399 <https://github.com/open-power/hostboot/commit/a09327508399>`__ Save and restore OBUS related firmasks
+- `17d1f78337ea <https://github.com/open-power/hostboot/commit/17d1f78337ea>`__ Refactor re-init of targeting data during MPIPL/HBRT startup
+- `6b01faeebc16 <https://github.com/open-power/hostboot/commit/6b01faeebc16>`__ Link PLID for failing SBE recovery in PRD path w/ other related logs
+- `e15b65ed41d8 <https://github.com/open-power/hostboot/commit/e15b65ed41d8>`__ Fix bugs in core checkstop escalation manipulation during HB
+- `5090c197292c <https://github.com/open-power/hostboot/commit/5090c197292c>`__ Deprecate legacy ATTR_MBA_PORT/ATTR_MBA_DIMM
+- `be8bb8fae414 <https://github.com/open-power/hostboot/commit/be8bb8fae414>`__ Update PEER_TARGET values to be NULL on MPIPL if needed
+- `4d9e273baf30 <https://github.com/open-power/hostboot/commit/4d9e273baf30>`__ Remove deprecated VCS_I2C_RAIL attribute from hb code
+- `62f32b295f6b <https://github.com/open-power/hostboot/commit/62f32b295f6b>`__ Allow HWSV to handle gard callouts during runtime for FSP systems
+- `50e72792adbd <https://github.com/open-power/hostboot/commit/50e72792adbd>`__ Print out MBOX/INTR state info on DMA request hang
+
+Claus Michael Olsen (2):
+
+- `b22701137048 <https://github.com/open-power/hostboot/commit/b22701137048>`__ Update to p9_xip_tool to handle stand-alone DDCO ring files.
+- `bcb2189aabb0 <https://github.com/open-power/hostboot/commit/bcb2189aabb0>`__ TOR API code restruct: Fixing missing symbols in common_ringId API.
+
+Craig Hamilton (1):
+
+- `7feb1cb12d1b <https://github.com/open-power/hostboot/commit/7feb1cb12d1b>`__ Adding unit tests for the mss lab sdk
+
+Dan Crowell (23):
+
+- `6634b6fca3df <https://github.com/open-power/hostboot/commit/6634b6fca3df>`__ Better debug for weird PIR issues
+- `d44dfb65fa5d <https://github.com/open-power/hostboot/commit/d44dfb65fa5d>`__ Remove writeable from ATTR_FABRIC_GROUP/CHIP_ID
+- `ad181494c943 <https://github.com/open-power/hostboot/commit/ad181494c943>`__ Force hb dump on VFS crashes
+- `a4e02fc08289 <https://github.com/open-power/hostboot/commit/a4e02fc08289>`__ FFDC enhancements for core activate fails
+- `4d392ef8f9ea <https://github.com/open-power/hostboot/commit/4d392ef8f9ea>`__ Removing attributes that got added back in a bad merge
+- `6165bafa7de9 <https://github.com/open-power/hostboot/commit/6165bafa7de9>`__ Centaur DD1.3 Bucket Support
+- `a3cf4f273a3e <https://github.com/open-power/hostboot/commit/a3cf4f273a3e>`__ Add SMP_CABLE to PartCallout list
+- `d161474ee597 <https://github.com/open-power/hostboot/commit/d161474ee597>`__ Fix indirect scoms at runtime under Opal
+- `4bfa55da9a90 <https://github.com/open-power/hostboot/commit/4bfa55da9a90>`__ Increase default watchdog timeout to 10 minutes
+- `9bace77a615d <https://github.com/open-power/hostboot/commit/9bace77a615d>`__ Defer handling attentions on non-master proc until after SMP is up
+- `3ecd7cf99fb4 <https://github.com/open-power/hostboot/commit/3ecd7cf99fb4>`__ Add some MAGIC instructions to aid Simics optimization
+- `41daed137d2f <https://github.com/open-power/hostboot/commit/41daed137d2f>`__ Write Hostboot HRMOR into core scratch reg 1
+- `7ce378803d9a <https://github.com/open-power/hostboot/commit/7ce378803d9a>`__ Always deconfigure the parent of any deconfigured DIMM
+- `fe439a0d9ef0 <https://github.com/open-power/hostboot/commit/fe439a0d9ef0>`__ Add RESOURCE_RECOVERED event for all Targets
+- `2c5c60e23fad <https://github.com/open-power/hostboot/commit/2c5c60e23fad>`__ Add clock callout enums for specific clock sources
+- `4189613d36cc <https://github.com/open-power/hostboot/commit/4189613d36cc>`__ Fix for multinode HBRT use of VPD
+- `cc9d2c634eb6 <https://github.com/open-power/hostboot/commit/cc9d2c634eb6>`__ Remove EXTERNAL_VRM_STEPDELAY
+- `7cc829425257 <https://github.com/open-power/hostboot/commit/7cc829425257>`__ Debug improvements for exceptions and OOM hangs
+- `2432d94f7f53 <https://github.com/open-power/hostboot/commit/2432d94f7f53>`__ Update MAGIC instruction for Simics
+- `3eddb7eaa994 <https://github.com/open-power/hostboot/commit/3eddb7eaa994>`__ Force ATTR_PROC_EFF_FABRIC_CHIP_ID to correct values
+- `a4dca215e867 <https://github.com/open-power/hostboot/commit/a4dca215e867>`__ Update some defaults for AVSBUS attributes
+- `0e138b0da002 <https://github.com/open-power/hostboot/commit/0e138b0da002>`__ Modify debug framework to be build-independent
+- `e5dfc3ab0ec5 <https://github.com/open-power/hostboot/commit/e5dfc3ab0ec5>`__ Allow SPDX override as part of FW load
+
+Daniel Howe (2):
+
+- `0f97acef7aec <https://github.com/open-power/hostboot/commit/0f97acef7aec>`__ Updates to pb_cfg_follow_scope_rate_jump_level and pb_cfg_np_cmd_jump_cmd_rate
+- `7b9936e7b593 <https://github.com/open-power/hostboot/commit/7b9936e7b593>`__ dd1.1+ DL training procedure updates
+
+Daniel M. Crowell (1):
+
+- `1b819687e056 <https://github.com/open-power/hostboot/commit/1b819687e056>`__ Revert “Set HB Dump Flag in TI Data on any TI with SRC”
+
+Dave Heller (2):
+
+- `60b941209240 <https://github.com/open-power/hostboot/commit/60b941209240>`__ Secure Boot: Run signtool with keepcache=true
+- `adc91be44ab6 <https://github.com/open-power/hostboot/commit/adc91be44ab6>`__ Secure Boot: Support Independent signing mode in genPnorImages.pl
+
+Dean Sanner (1):
+
+- `cb3442b8f94f <https://github.com/open-power/hostboot/commit/cb3442b8f94f>`__ Fix up memory mirroring base address on non 0 nodes
+
+Dhruvaraj Subhashchandran (2):
+
+- `62011defef4e <https://github.com/open-power/hostboot/commit/62011defef4e>`__ Update the no sync attributes xml.
+- `691894a135de <https://github.com/open-power/hostboot/commit/691894a135de>`__ Detect non sync attribute usage in HWPs on FSP.
+
+Elizabeth Liner (5):
+
+- `2a43c455adfc <https://github.com/open-power/hostboot/commit/2a43c455adfc>`__ Set up core checkstop escalation using HWP
+- `0539920e555b <https://github.com/open-power/hostboot/commit/0539920e555b>`__ Re-enabling test cases that were turned off during bringup
+- `27fc2d9695a4 <https://github.com/open-power/hostboot/commit/27fc2d9695a4>`__ Adding Chiplet Num testcases for MC, MI and DMI in cumulus
+- `f2bdbd447c94 <https://github.com/open-power/hostboot/commit/f2bdbd447c94>`__ Turning on MDIA test
+- `4085033d657d <https://github.com/open-power/hostboot/commit/4085033d657d>`__ Removing unecessary SBE test
+
+Greg Still (5):
+
+- `4e919f5e820f <https://github.com/open-power/hostboot/commit/4e919f5e820f>`__ PM: clear Hcode error injection bit upon PM complex reset
+- `f59ac34985af <https://github.com/open-power/hostboot/commit/f59ac34985af>`__ PM: Clear error injection bits before special wake-up in PM complex reset
+- `e95497ee0e43 <https://github.com/open-power/hostboot/commit/e95497ee0e43>`__ PM: Fix double biases value into safe mode frequency
+- `3546db2b916f <https://github.com/open-power/hostboot/commit/3546db2b916f>`__ PM: Increase PB Purge time for MPIPL to accommodate Fleetwood
+- `57fb07ecc684 <https://github.com/open-power/hostboot/commit/57fb07ecc684>`__ PM: pm_firinit class fix to properly clear FIRs upon initialization
+
+Ilya Smirnov (12):
+
+- `92a48f3e7c80 <https://github.com/open-power/hostboot/commit/92a48f3e7c80>`__ Check if Console Library is Loaded Before Printing to Console
+- `a5982dd2d6a9 <https://github.com/open-power/hostboot/commit/a5982dd2d6a9>`__ New Attribute For Unusable TPMs
+- `70e337a2fe76 <https://github.com/open-power/hostboot/commit/70e337a2fe76>`__ Add Proc # to TPM’s Affinity Path
+- `d55d64a79ca4 <https://github.com/open-power/hostboot/commit/d55d64a79ca4>`__ Marked Failed TPMs Unusable For Alignment Check
+- `c1bbef56ec51 <https://github.com/open-power/hostboot/commit/c1bbef56ec51>`__ Fix range Tags in attribute_types.xml
+- `6ebff9a73ab0 <https://github.com/open-power/hostboot/commit/6ebff9a73ab0>`__ Secure Boot: Set trusted boot enabled in HDAT considering all nodes
+- `b77dbedc8f3c <https://github.com/open-power/hostboot/commit/b77dbedc8f3c>`__ Add Locking of Abus Sec Mailboxes
+- `c7384e829f3d <https://github.com/open-power/hostboot/commit/c7384e829f3d>`__ Secure Boot: Support API to fence off all node processors’ secure mailboxes
+- `7e0d574dff88 <https://github.com/open-power/hostboot/commit/7e0d574dff88>`__ New Global For Console Daemon
+- `c8a30bc070a2 <https://github.com/open-power/hostboot/commit/c8a30bc070a2>`__ Add Option to Use opal-elog-parse to eSEL.pl
+- `d875133a8d13 <https://github.com/open-power/hostboot/commit/d875133a8d13>`__ Pre-set HB TI Area in doStutdown Path
+- `41cda93cb3e7 <https://github.com/open-power/hostboot/commit/41cda93cb3e7>`__ Add Support for TPM Message Queue Flushing
+
+Jacob Harvey (5):
+
+- `2be2b8605a3c <https://github.com/open-power/hostboot/commit/2be2b8605a3c>`__ Implementing thermal_init
+- `6e6325f51676 <https://github.com/open-power/hostboot/commit/6e6325f51676>`__ Implement p9_mss_throttle_mem
+- `e0a1c41a7ad9 <https://github.com/open-power/hostboot/commit/e0a1c41a7ad9>`__ Implement L2 eff_config_thermal, bulk_pwr_throttle
+- `fd71688e86ea <https://github.com/open-power/hostboot/commit/fd71688e86ea>`__ Fixing bulk_pwr_throttles calculations
+- `6b836df1d491 <https://github.com/open-power/hostboot/commit/6b836df1d491>`__ Implementing draminit_training_adv
+
+Jaymes Wilks (7):
+
+- `98bee5bbab00 <https://github.com/open-power/hostboot/commit/98bee5bbab00>`__ New API to Retrieve Random Number from the TPM
+- `079de8c7c0f7 <https://github.com/open-power/hostboot/commit/079de8c7c0f7>`__ Remove workarounds for multinode HDAT support
+- `e9eacec8bad1 <https://github.com/open-power/hostboot/commit/e9eacec8bad1>`__ Support TPM PCR Poisoning
+- `0c6d58230e61 <https://github.com/open-power/hostboot/commit/0c6d58230e61>`__ Create attributes for intended PHYP ATTN areas
+- `24f3312ea1d3 <https://github.com/open-power/hostboot/commit/24f3312ea1d3>`__ HRMOR relative addressing for PHyp SP ATTN area dump
+- `d406ad362d7f <https://github.com/open-power/hostboot/commit/d406ad362d7f>`__ SP ATTN area relative addressing cleanup
+- `ef1e22766400 <https://github.com/open-power/hostboot/commit/ef1e22766400>`__ In non-MNFG, only match SBE keys for the sides that boot
+
+Jenny Huynh (1):
+
+- `27bbfd345736 <https://github.com/open-power/hostboot/commit/27bbfd345736>`__ Changing NXCQFIR(34) RNG control logic error to checkstop
+
+Jim Yuan (1):
+
+- `01be61c03770 <https://github.com/open-power/hostboot/commit/01be61c03770>`__ Fix FRU board mfg date and time.
+
+Joachim Fenkes (1):
+
+- `5129448452b6 <https://github.com/open-power/hostboot/commit/5129448452b6>`__ p9_sbe_lpc_init: Add final check for errors
+
+Joe McGill (25):
+
+- `37931b3b0f8f <https://github.com/open-power/hostboot/commit/37931b3b0f8f>`__ Add MSS customization support from CRP0 Lx MVPD
+- `c4b9c94600cc <https://github.com/open-power/hostboot/commit/c4b9c94600cc>`__ cen_scominits – add pervasive LFIR configuration for TP, NEST, MEM chiplets
+- `cb934c171a01 <https://github.com/open-power/hostboot/commit/cb934c171a01>`__ enable spreading via SS PLL for Fleetwood platform
+- `9dd8199cc416 <https://github.com/open-power/hostboot/commit/9dd8199cc416>`__ p9_spr_name_map – change mnemonic for SPR 511 to SMFCTRL
+- `6df55b571dcb <https://github.com/open-power/hostboot/commit/6df55b571dcb>`__ p9_sbe_common – mark TP LFIR bits 18:20 recoverable
+- `f9a40964fc9d <https://github.com/open-power/hostboot/commit/f9a40964fc9d>`__ support IO reconfig loop for OBUS DL link training failures
+- `dece8b8d13ad <https://github.com/open-power/hostboot/commit/dece8b8d13ad>`__ p9_sbe_scominit – unmask TP LFIR bit 37 for Cumulus
+- `4a43554124f7 <https://github.com/open-power/hostboot/commit/4a43554124f7>`__ p9_sbe_common – mark TP LFIR bit 37 as recoverable
+- `306a71070535 <https://github.com/open-power/hostboot/commit/306a71070535>`__ FBC Level 1 procedures
+- `b7d8c7cfb45e <https://github.com/open-power/hostboot/commit/b7d8c7cfb45e>`__ L2 HWPs – p9_smp_link_layer and p9_fab_iovalid
+- `75649c5f3d45 <https://github.com/open-power/hostboot/commit/75649c5f3d45>`__ L2 - Fabric updates for multi-chip support
+- `2cd54a28ccb0 <https://github.com/open-power/hostboot/commit/2cd54a28ccb0>`__ p9_fab_iovalid – invoke link validation subroutine
+- `36a8aaf9dc8b <https://github.com/open-power/hostboot/commit/36a8aaf9dc8b>`__ L3 update – p9_fab_iovalid
+- `904da7128b41 <https://github.com/open-power/hostboot/commit/904da7128b41>`__ IO, FBC updates to enable ABUS for Fleetwood
+- `0c44c70474ee <https://github.com/open-power/hostboot/commit/0c44c70474ee>`__ shift XBUS FIR programming inits for secure boot
+- `6d4c897edca3 <https://github.com/open-power/hostboot/commit/6d4c897edca3>`__ p9_fab_iovalid – secure ABUS mailboxes after iovalid is asserted
+- `eae5dde56fae <https://github.com/open-power/hostboot/commit/eae5dde56fae>`__ support IO reconfig loop for OBUS DL link training failures
+- `78055ea9215e <https://github.com/open-power/hostboot/commit/78055ea9215e>`__ p9_fab_iovalid – remove code setting ABUS security lock
+- `67ae5190164c <https://github.com/open-power/hostboot/commit/67ae5190164c>`__ shift OBUS FIR programming inits for secure boot
+- `ed7254aed9ca <https://github.com/open-power/hostboot/commit/ed7254aed9ca>`__ use putscomUnderMask API to update FBC DL control register
+- `8dba363050dc <https://github.com/open-power/hostboot/commit/8dba363050dc>`__ shift OBUS FIR programming inits for secure boot
+- `d93fbb365235 <https://github.com/open-power/hostboot/commit/d93fbb365235>`__ correctly propogate bad return code from p9_adu_coherent_status_check
+- `36839984fe01 <https://github.com/open-power/hostboot/commit/36839984fe01>`__ p9_throttle_sync – clear refresh sync type after issuing IPL sync
+- `352adcc2ae3e <https://github.com/open-power/hostboot/commit/352adcc2ae3e>`__ Update Cumulus MI runtime FIR settings
+- `da084ab14a46 <https://github.com/open-power/hostboot/commit/da084ab14a46>`__ allow option to enforce mirroring of all system memory
+
+John Rell (1):
+
+- `a4dd8cf996ba <https://github.com/open-power/hostboot/commit/a4dd8cf996ba>`__ jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus HW446964
+
+Louis Stermole (10):
+
+- `375927318f7e <https://github.com/open-power/hostboot/commit/375927318f7e>`__ adding memory/lab subdirs, adding lab tool/module make target
+- `d4f2ab31bde3 <https://github.com/open-power/hostboot/commit/d4f2ab31bde3>`__ Remove GSA dependencies (CATCH, SQLITE3) from MSS builds
+- `29bde9b906c9 <https://github.com/open-power/hostboot/commit/29bde9b906c9>`__ WR_LVL Termination Fix (Qoff) for p9c, DDR4 only
+- `79e4184e41b7 <https://github.com/open-power/hostboot/commit/79e4184e41b7>`__ Fix p9c mss_ccs_fail_type function to return valid RC when it fails
+- `dd251cae71e5 <https://github.com/open-power/hostboot/commit/dd251cae71e5>`__ Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq
+- `264b8c707d65 <https://github.com/open-power/hostboot/commit/264b8c707d65>`__ Add extra DRAM reset after RCD load on Nimbus
+- `a4e1c3426e15 <https://github.com/open-power/hostboot/commit/a4e1c3426e15>`__ Change MBSFIR[27] to be a conditional channel fail on Cumulus
+- `1d21270b627a <https://github.com/open-power/hostboot/commit/1d21270b627a>`__ Restore ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to fix masking errors
+- `1d33fcf2c591 <https://github.com/open-power/hostboot/commit/1d33fcf2c591>`__ Add bad bit setting to p9c training advanced
+- `fd49726ffcf0 <https://github.com/open-power/hostboot/commit/fd49726ffcf0>`__ Fix p9c_generic_shmoo unit test to work with corrected bad bits attr
+
+Luke Mulkey (2):
+
+- `1fd1cc97eb82 <https://github.com/open-power/hostboot/commit/1fd1cc97eb82>`__ P9C Memory Throttle Updates (new HWPs and new ISDIMM Power Curve support)
+- `788da84977bc <https://github.com/open-power/hostboot/commit/788da84977bc>`__ P9C Memory Throttle Updates (new HWPs and new ISDIMM Power Curve support)
+
+Marty Gloff (5):
+
+- `f5024f66d08a <https://github.com/open-power/hostboot/commit/f5024f66d08a>`__ Set HB Dump Flag in TI Data on any TI with SRC
+- `d7355b73ce6b <https://github.com/open-power/hostboot/commit/d7355b73ce6b>`__ Improve resource recovery path to handle memory plugging rules
+- `cd8df2a4b033 <https://github.com/open-power/hostboot/commit/cd8df2a4b033>`__ Clear Block Spec Deconfig Attribute when Gard is removed
+- `876b79aacd9b <https://github.com/open-power/hostboot/commit/876b79aacd9b>`__ Fix for SBE_P9_XIP_CUSTOMIZE_UNSUCCESSFUL during ipl with one EX
+- `ccf2f3445e15 <https://github.com/open-power/hostboot/commit/ccf2f3445e15>`__ HBRT attrrp depends on node zero being present
+
+Matt Derksen (7):
+
+- `7145f5c28a5b <https://github.com/open-power/hostboot/commit/7145f5c28a5b>`__ Checks for channel failure in memory.
+- `775a7639b7d3 <https://github.com/open-power/hostboot/commit/775a7639b7d3>`__ Update addExtMemMruData for Cumulus
+- `caa0f8a5bd32 <https://github.com/open-power/hostboot/commit/caa0f8a5bd32>`__ Fix function name of p9c_query_channel_failure
+- `9ec1a1f399f3 <https://github.com/open-power/hostboot/commit/9ec1a1f399f3>`__ Reenable getMemBufRawCardType calling.
+- `e38d6b0d199b <https://github.com/open-power/hostboot/commit/e38d6b0d199b>`__ DRAM sparing support functions
+- `3302fd380eba <https://github.com/open-power/hostboot/commit/3302fd380eba>`__ Additional DRAM sparing support functions
+- `1a90c4370493 <https://github.com/open-power/hostboot/commit/1a90c4370493>`__ Remove IOMCFIR and SCOM_MODE_PB checks
+
+Matt K. Light (1):
+
+- `353567d4b178 <https://github.com/open-power/hostboot/commit/353567d4b178>`__ Add more fapi2 target types for Axone
+
+Matthew Hickman (2):
+
+- `03096ae8e5f3 <https://github.com/open-power/hostboot/commit/03096ae8e5f3>`__ Added empty scrub.H for HB mirror
+- `7b8e60462b27 <https://github.com/open-power/hostboot/commit/7b8e60462b27>`__ Added p9_mss_memdiag for cronus ipl and modified scrub for step 16
+
+Meng Li (1):
+
+- `fd23ae8d50f3 <https://github.com/open-power/hostboot/commit/fd23ae8d50f3>`__ Get SN from BMC and update into PVPD EEPROM
+
+Michael Pardeik (3):
+
+- `ccc4804c0a8f <https://github.com/open-power/hostboot/commit/ccc4804c0a8f>`__ P9C Memory Throttle HWP Updates
+- `df43ad6f8512 <https://github.com/open-power/hostboot/commit/df43ad6f8512>`__ P9N/P9C util to throttle HWP updates for min util and safemode
+- `49fe793f319d <https://github.com/open-power/hostboot/commit/49fe793f319d>`__ centaur mba initfile update for refresh reset interval
+
+Mike Baiocchi (15):
+
+- `22b613003960 <https://github.com/open-power/hostboot/commit/22b613003960>`__ Rediscover I2C Targets after Host I2C Reset
+- `3d3d39d62a94 <https://github.com/open-power/hostboot/commit/3d3d39d62a94>`__ Get Final HDAT Size from PAYLOAD’s SPIRA section
+- `8e601e32703b <https://github.com/open-power/hostboot/commit/8e601e32703b>`__ Remove System Level TCE Attributes
+- `8e8b74fdbd58 <https://github.com/open-power/hostboot/commit/8e8b74fdbd58>`__ Add option to masterProcChipTargetHandle() to return functional chip
+- `d0eaecced89b <https://github.com/open-power/hostboot/commit/d0eaecced89b>`__ Skip Diagnostic Mode for I2C Resets over FSI In All Cases
+- `2383ff8f7e76 <https://github.com/open-power/hostboot/commit/2383ff8f7e76>`__ Add Secureboot Info to FFDC of I2C Errors
+- `3ad299af08fd <https://github.com/open-power/hostboot/commit/3ad299af08fd>`__ Establish Base Support For Sending Mailbox Messages Across XBUS/ABUS
+- `a1e236a42218 <https://github.com/open-power/hostboot/commit/a1e236a42218>`__ Improve FFDC for new Node Comm Device Driver
+- `26d9aed84b0f <https://github.com/open-power/hostboot/commit/26d9aed84b0f>`__ Add Mutex and Error Recovery for Node Communications
+- `36d47d4ca26d <https://github.com/open-power/hostboot/commit/36d47d4ca26d>`__ Update bbuild to b0608a_1823.920 and CUMULUS/Jenkins Fix
+- `7617e77949d7 <https://github.com/open-power/hostboot/commit/7617e77949d7>`__ Add procedure for istep 18’s Node Communication ABUS Exchange
+- `323f71eb613d <https://github.com/open-power/hostboot/commit/323f71eb613d>`__ Add TPM Calls to Node Communication ABUS Exchange Procedure
+- `47e859f60d22 <https://github.com/open-power/hostboot/commit/47e859f60d22>`__ Good-Path Fixes for Secure Node Communications
+- `1759af757bd8 <https://github.com/open-power/hostboot/commit/1759af757bd8>`__ Add error callouts and other improvements for Node Communications
+- `a76fe8f24e07 <https://github.com/open-power/hostboot/commit/a76fe8f24e07>`__ Read HW Key Hash From SBE Seeprom via ChipOp when applicable
+
+Nick Bofferding (21):
+
+- `b783b0264c7f <https://github.com/open-power/hostboot/commit/b783b0264c7f>`__ Secure Boot: Secure Centaurs in istep 14.5
+- `d2c360c9db83 <https://github.com/open-power/hostboot/commit/d2c360c9db83>`__ Secure Boot: Do not disable external cMFSI fencing in “host IPL complete” istep
+- `2fe71f4ddc13 <https://github.com/open-power/hostboot/commit/2fe71f4ddc13>`__ Secure Boot: Implement Centaur SCOM cache
+- `9394f9d05ef8 <https://github.com/open-power/hostboot/commit/9394f9d05ef8>`__ Secure Boot: Inform FSP of key transition progress
+- `396cbd9a20cb <https://github.com/open-power/hostboot/commit/396cbd9a20cb>`__ Secure Boot: Remove cMFSI fencing TODO
+- `6be04f343c79 <https://github.com/open-power/hostboot/commit/6be04f343c79>`__ Secure Boot: Purge SW signature cache for multinode binaries
+- `b14259e6b41a <https://github.com/open-power/hostboot/commit/b14259e6b41a>`__ Secure Boot: Disable x-bus node communication
+- `6359b6a6e881 <https://github.com/open-power/hostboot/commit/6359b6a6e881>`__ Fix memory leaks associated with various msg_sendrecv calls
+- `f9aa8f06bbd8 <https://github.com/open-power/hostboot/commit/f9aa8f06bbd8>`__ Memory Management: Fix coalesce to track holes in the page management
+- `b81a9c8640e6 <https://github.com/open-power/hostboot/commit/b81a9c8640e6>`__ Secure Boot: Defer init of Centaur SCOM cache register definitions
+- `cbacafbc508a <https://github.com/open-power/hostboot/commit/cbacafbc508a>`__ Secure Boot: Enabled final Secure Boot settings for Zeppelin
+- `1db54dcc27d4 <https://github.com/open-power/hostboot/commit/1db54dcc27d4>`__ Secure Boot: Disable cache of 2010800 Centaur register
+- `82aa44098bcf <https://github.com/open-power/hostboot/commit/82aa44098bcf>`__ Remove p9_fab_iovalid.C in order to re-mirror it
+- `30fe98727be2 <https://github.com/open-power/hostboot/commit/30fe98727be2>`__ Secure Boot: Centaur Security: Fix handling of 9 Centaur registers
+- `d420d7b06a2e <https://github.com/open-power/hostboot/commit/d420d7b06a2e>`__ Secure Boot: Set FIR mask bits for inactive OBUS links during host coalesce
+- `be4d594926a5 <https://github.com/open-power/hostboot/commit/be4d594926a5>`__ Post informational error log for planar jumper settings
+- `9886d8d502e8 <https://github.com/open-power/hostboot/commit/9886d8d502e8>`__ Trusted Boot: Provide appropriate callout when TPM not provisioned
+- `fd642c6bf549 <https://github.com/open-power/hostboot/commit/fd642c6bf549>`__ Invoke P9 TIs correctly
+- `5015187c64ab <https://github.com/open-power/hostboot/commit/5015187c64ab>`__ Debug: Increase Ps tool stack frame depth to 35 frames
+- `b37f41b2c08c <https://github.com/open-power/hostboot/commit/b37f41b2c08c>`__ Secure Boot: Copy PHyp secure header into standard reserved memory area
+- `34e69d280e11 <https://github.com/open-power/hostboot/commit/34e69d280e11>`__ Fix HRMOR scratch reg calculation
+
+Nick Klazynski (4):
+
+- `6838b3e41111 <https://github.com/open-power/hostboot/commit/6838b3e41111>`__ HW447585, HW447589, HW439303, Fix CDD1.2 security setting
+- `b801b49cd1ba <https://github.com/open-power/hostboot/commit/b801b49cd1ba>`__ Enable full ERAT for NDD2.2+ and CDD1.1+
+- `f757ce93e06b <https://github.com/open-power/hostboot/commit/f757ce93e06b>`__ Disable 2-for-1 on NDD2.2- and CDD1.2-
+- `443609a24275 <https://github.com/open-power/hostboot/commit/443609a24275>`__ Add RL0/RL1 support for CDD1.2
+
+Prachi Gupta (13):
+
+- `3c73a7c369ce <https://github.com/open-power/hostboot/commit/3c73a7c369ce>`__ wrap test: Use MNFG_FLAGS instead of compile time flag
+- `dbd116ad5b6a <https://github.com/open-power/hostboot/commit/dbd116ad5b6a>`__ wrap_test: targeting fixups
+- `e71f194cb0ba <https://github.com/open-power/hostboot/commit/e71f194cb0ba>`__ DECONFIG_GARDABLE: add no_export tag, don’t want MRW to override
+- `2e5169694368 <https://github.com/open-power/hostboot/commit/2e5169694368>`__ wrap_test: set MFG_WRAP_TEST_LINKS_SET on the destination target
+- `bbee47025c11 <https://github.com/open-power/hostboot/commit/bbee47025c11>`__ Fixup all the voltage rail’s ID attribute for both proc and cent
+- `a9986addb4ff <https://github.com/open-power/hostboot/commit/a9986addb4ff>`__ call mss_volt\* hwps with membufs that have same VDDR_ID
+- `7983214c3e76 <https://github.com/open-power/hostboot/commit/7983214c3e76>`__ p9c_mss_volt_dimm_count: add a const to the input parameter
+- `0ae044ac29cf <https://github.com/open-power/hostboot/commit/0ae044ac29cf>`__ add a call to mss_volt_dimm_count hwp
+- `5815703c3be9 <https://github.com/open-power/hostboot/commit/5815703c3be9>`__ Add support for missing memory behind master proc
+- `27bf395be2cd <https://github.com/open-power/hostboot/commit/27bf395be2cd>`__ missing memory: istep 7 and 14 changes
+- `d50263f51eb4 <https://github.com/open-power/hostboot/commit/d50263f51eb4>`__ getMBvpdAttr: Updates for DDR3 support
+- `cc638c9bdc4e <https://github.com/open-power/hostboot/commit/cc638c9bdc4e>`__ Added in a sleep after we winkle in istep 18 to avoid race conditions
+- `cfc5fb7993fa <https://github.com/open-power/hostboot/commit/cfc5fb7993fa>`__ Save HRMOR in mbox scratch reg for IPC messaging
+
+Prasad Bg Ranganath (5):
+
+- `4e78db3c12df <https://github.com/open-power/hostboot/commit/4e78db3c12df>`__ SBE:PUTRING: Add callout support for checkword mismatch failure
+- `798ff0e50b1d <https://github.com/open-power/hostboot/commit/798ff0e50b1d>`__ PM reset: Fix disable resclk procedure
+- `37aa1c9e5919 <https://github.com/open-power/hostboot/commit/37aa1c9e5919>`__ PM_RESCLK: Clear override bits of CACCR in reset flow
+- `261923ec2039 <https://github.com/open-power/hostboot/commit/261923ec2039>`__ PPB: Bug fix in computing IAC Vdn value
+- `25da6f268179 <https://github.com/open-power/hostboot/commit/25da6f268179>`__ PM:Remove deprecated attributes
+
+Prem Shanker Jha (4):
+
+- `5ed2437d9ecf <https://github.com/open-power/hostboot/commit/5ed2437d9ecf>`__ SplWkup: Fixed issue in FFDC collection in case of special wakeup timeout.
+- `2b37fd25aed1 <https://github.com/open-power/hostboot/commit/2b37fd25aed1>`__ PM: Addressed TODOs in hcode image build HWP.
+- `cfa7304f5d6a <https://github.com/open-power/hostboot/commit/cfa7304f5d6a>`__ STOP API: API conditionally supports 255 SCOM restore entries for each quad.
+- `d2f43e6540fa <https://github.com/open-power/hostboot/commit/d2f43e6540fa>`__ PM: Added support for enable disable of 24x7 IMA.
+
+Rahul Batra (1):
+
+- `f75a73ed4a8f <https://github.com/open-power/hostboot/commit/f75a73ed4a8f>`__ PM: Not mask OCC_HB_NOTIFY during PM Reset
+
+Richard J. Knight (8):
+
+- `83c61f3ae866 <https://github.com/open-power/hostboot/commit/83c61f3ae866>`__ Use the effective chip and group ids to calc mmio addr
+- `496156ffbd83 <https://github.com/open-power/hostboot/commit/496156ffbd83>`__ Add centaur dynamic VDDR code to hostboot
+- `49f6c664792e <https://github.com/open-power/hostboot/commit/49f6c664792e>`__ Add fix for HDAT Fail in Hostboot istep 21: BC8A1A20
+- `c6cbabf3d435 <https://github.com/open-power/hostboot/commit/c6cbabf3d435>`__ Add HX keyword attribute for PCIe bifurcation support
+- `8e9be410090d <https://github.com/open-power/hostboot/commit/8e9be410090d>`__ Fix SRC BC8A1A20 - RUNTIME::RC_INVALID_RHB_INSTANCE
+- `8c3f57a54055 <https://github.com/open-power/hostboot/commit/8c3f57a54055>`__ Fix for SW432203: fails istep at istep host_runtime_setup
+- `a729adbb1966 <https://github.com/open-power/hostboot/commit/a729adbb1966>`__ Update genHwsvMrwXml.pl to include the attributes for PCIE config
+- `96aa468a7e6a <https://github.com/open-power/hostboot/commit/96aa468a7e6a>`__ Fix for assert in hbrt on two node fleetwood
+
+Rick Ward (5):
+
+- `3c2b4bf2adc3 <https://github.com/open-power/hostboot/commit/3c2b4bf2adc3>`__ RTC189294 - Centaur Channel Checkstop (Runtime)
+- `5db6a94e4472 <https://github.com/open-power/hostboot/commit/5db6a94e4472>`__ RTC189294 - Centaur Channel Checkstop (Runtime)
+- `b364d7b062bf <https://github.com/open-power/hostboot/commit/b364d7b062bf>`__ Centaur Channel Checkstop (runtime)
+- `74bfadb2ab87 <https://github.com/open-power/hostboot/commit/74bfadb2ab87>`__ Centaur Channel Checkstop (runtime)
+- `71397fd3ade8 <https://github.com/open-power/hostboot/commit/71397fd3ade8>`__ SBE PSU timeout during MBOX init causes task crash/HB TI
+
+Roland Veloz (5):
+
+- `c0217d002a0a <https://github.com/open-power/hostboot/commit/c0217d002a0a>`__ Added support, in Istep 08, to facilitate the testing of SMP wrap
+- `79c2cf9d40f1 <https://github.com/open-power/hostboot/commit/79c2cf9d40f1>`__ Added support, in IStep 09, to facilitate the testing of SMP wrap
+- `1af47d2a9aef <https://github.com/open-power/hostboot/commit/1af47d2a9aef>`__ Continuing support, in IStep 09, to facilitate the testing of SMP wrap
+- `c6916a42d34b <https://github.com/open-power/hostboot/commit/c6916a42d34b>`__ Add support for getting SBE Capabilites; extract SBE Version, Commit ID and Tags
+- `0189e34d3bbc <https://github.com/open-power/hostboot/commit/0189e34d3bbc>`__ Create a utility to add/remove entries from a link list within a given buffer
+
+Ryan Black (1):
+
+- `e2ade14ecc5e <https://github.com/open-power/hostboot/commit/e2ade14ecc5e>`__ Change npu ATSD timeout to disabled
+
+Sachin Gupta (1):
+
+- `747ebb9979d3 <https://github.com/open-power/hostboot/commit/747ebb9979d3>`__ Fix check for EQ_CME_SCOM_LMCR_SCOM
+
+Sakethan R Kotta (2):
+
+- `34d086e3e678 <https://github.com/open-power/hostboot/commit/34d086e3e678>`__ untrusted SBE reserved memory region to Rsvd Mem Trace Buf Section
+- `1ec6201b896c <https://github.com/open-power/hostboot/commit/1ec6201b896c>`__ HBRT Reserved Mem Trace Buffer implementation.
+
+Sameer Veer (1):
+
+- `22672ede554a <https://github.com/open-power/hostboot/commit/22672ede554a>`__ Include release track info in list-of-commits email
+
+Santosh Balasubramanian (1):
+
+- `07cf2ea6e013 <https://github.com/open-power/hostboot/commit/07cf2ea6e013>`__ Secure Boot: Centaur Security: Initial sensitive register list
+
+Soma BhanuTej (2):
+
+- `23e5c485a4f7 <https://github.com/open-power/hostboot/commit/23e5c485a4f7>`__ Adding p9c DD13 support
+- `d350dac276cc <https://github.com/open-power/hostboot/commit/d350dac276cc>`__ Adding p9c 1.3 support.
+
+Stephen Glancy (14):
+
+- `14f1070233d3 <https://github.com/open-power/hostboot/commit/14f1070233d3>`__ Adds centaur dynamic VDDR code
+- `ad4b74504674 <https://github.com/open-power/hostboot/commit/ad4b74504674>`__ Adds secure mode boot for memory buffer chips
+- `57e0a47955d8 <https://github.com/open-power/hostboot/commit/57e0a47955d8>`__ Adds cumulus unit test support
+- `13c42ee1d839 <https://github.com/open-power/hostboot/commit/13c42ee1d839>`__ Adds MRW support for x4/x8 DIMM configurations
+- `0535232e93da <https://github.com/open-power/hostboot/commit/0535232e93da>`__ Fixes centaur bad bitmap processing
+- `2254d9f67acf <https://github.com/open-power/hostboot/commit/2254d9f67acf>`__ Enables DDR4 training advanced
+- `8ff5d8f2210b <https://github.com/open-power/hostboot/commit/8ff5d8f2210b>`__ Updates Centaur training to continue on fails for FW
+- `862ecf79aaec <https://github.com/open-power/hostboot/commit/862ecf79aaec>`__ Fixes Centaur code to use ATTR_BAD_DQ_BITMAP
+- `48ed215d898d <https://github.com/open-power/hostboot/commit/48ed215d898d>`__ Fix MBS mask FIR for Obus recovery
+- `5e71d0883849 <https://github.com/open-power/hostboot/commit/5e71d0883849>`__ Fixes CKE levels during RCD initialization
+- `3927a22f49db <https://github.com/open-power/hostboot/commit/3927a22f49db>`__ Fixes IPL UE callout code
+- `a49be1a5d21b <https://github.com/open-power/hostboot/commit/a49be1a5d21b>`__ Removes erroneous FAPI ERR print
+- `866f841512df <https://github.com/open-power/hostboot/commit/866f841512df>`__ Updates training advanced workarounds to run after a failure
+- `f5c960805358 <https://github.com/open-power/hostboot/commit/f5c960805358>`__ Updates the training advanced algorithm
+
+Sumit Kumar (4):
+
+- `6855bca779b8 <https://github.com/open-power/hostboot/commit/6855bca779b8>`__ Erepair HWP - Include target type DMI
+- `eb3bc77cbaf3 <https://github.com/open-power/hostboot/commit/eb3bc77cbaf3>`__ Add check for copyright date if its begin-end years same
+- `1e12696d400f <https://github.com/open-power/hostboot/commit/1e12696d400f>`__ eRepair: Fixed lanes handling of target types
+- `0b9c80f1ce27 <https://github.com/open-power/hostboot/commit/0b9c80f1ce27>`__ eRepair: More debug traces added
+
+Swathi Madhuri Bhattiprolu (5):
+
+- `9c93244cabf8 <https://github.com/open-power/hostboot/commit/9c93244cabf8>`__ Fix HWAS_STATE_CHANGED_SUBSCRIPTION_MASK for MC/MI/DMI
+- `5620f81ace6c <https://github.com/open-power/hostboot/commit/5620f81ace6c>`__ Disable memory mirroring in simics temporarily
+- `b7a44c225976 <https://github.com/open-power/hostboot/commit/b7a44c225976>`__ Verify frequency attributes across nodes to match with that of master node
+- `e3163f375ff8 <https://github.com/open-power/hostboot/commit/e3163f375ff8>`__ Implement the VPD backend for these attributes
+- `cb5b45d887ba <https://github.com/open-power/hostboot/commit/cb5b45d887ba>`__ DDR3 Support for Fleetwood
+
+Thi Tran (5):
+
+- `927220a65bb7 <https://github.com/open-power/hostboot/commit/927220a65bb7>`__ Double frequency of coalescing memory fragmentation
+- `d46f111a8f66 <https://github.com/open-power/hostboot/commit/d46f111a8f66>`__ Fix unbalance FCO distribution between procs
+- `58f42f15ae71 <https://github.com/open-power/hostboot/commit/58f42f15ae71>`__ Fix data storage exception when PRD runs in istep 12.
+- `b983851d8eb0 <https://github.com/open-power/hostboot/commit/b983851d8eb0>`__ Prohibit memory grouping of RDIMM and NVDIMM in the same group.
+- `16f11c2e9b10 <https://github.com/open-power/hostboot/commit/16f11c2e9b10>`__ p9_cen_framelock update for channel failure attentions
+
+Tsung Yeung (1):
+
+- `7ec5dcab3d1d <https://github.com/open-power/hostboot/commit/7ec5dcab3d1d>`__ Default DDR4-2933 to 2666
+
+Vasant Hegde (1):
+
+- `fbea67f16d58 <https://github.com/open-power/hostboot/commit/fbea67f16d58>`__ MPIPL: Update MDRT count for FSP based OPAL system
+
+Venkatesh Sainath (1):
+
+- `2e3958796d0c <https://github.com/open-power/hostboot/commit/2e3958796d0c>`__ Fleetwood 2N specific targeting binary generation
+
+William A. Kennington III (4):
+
+- `2f1a0ed58a1b <https://github.com/open-power/hostboot/commit/2f1a0ed58a1b>`__ istepdispatcher: When trying to set the watchdog, clear DONT_STOP
+- `9b9f654f0f6d <https://github.com/open-power/hostboot/commit/9b9f654f0f6d>`__ istepdispatcher: Reset the watchog to enable it
+- `3c2fdb8f668c <https://github.com/open-power/hostboot/commit/3c2fdb8f668c>`__ istep21: Keep the watchdog running into the host payload
+- `0aff9f48c7ea <https://github.com/open-power/hostboot/commit/0aff9f48c7ea>`__ ipmiwatchdog: Limit the number of resets
+
+William G. Hoffa (1):
+
+- `45f20525ba60 <https://github.com/open-power/hostboot/commit/45f20525ba60>`__ Revert “Force hbRelease to search ‘master’ branch”
+
+Yue Du (1):
+
+- `0d6bce9b7a0f <https://github.com/open-power/hostboot/commit/0d6bce9b7a0f>`__ STOP: Handle Quad Special Wakeup Done while pm_reset
+
+Zane Shelley (65):
+
+- `453283ebfde2 <https://github.com/open-power/hostboot/commit/453283ebfde2>`__ PRD: Fixed logic errors in isMembufOnDimm() that broke Nimbus
+- `e8111177af9d <https://github.com/open-power/hostboot/commit/e8111177af9d>`__ PRD: fixed how RT TPS procedures are banned from processing
+- `2ab7c3f22534 <https://github.com/open-power/hostboot/commit/2ab7c3f22534>`__ PRD: finished porting handleRrFo() for MBA
+- `2f03c48855a5 <https://github.com/open-power/hostboot/commit/2f03c48855a5>`__ PRD: fix address registers for fetch ECC errors
+- `f62ac59186a6 <https://github.com/open-power/hostboot/commit/f62ac59186a6>`__ PRD: move MBA maint HWPs to PRD library
+- `dd245fcbbe5d <https://github.com/open-power/hostboot/commit/dd245fcbbe5d>`__ PRD: enable startScrub() support for Centaur
+- `c82b015b7609 <https://github.com/open-power/hostboot/commit/c82b015b7609>`__ PRD: remove unused P8 memory domain files
+- `40a290f2ab3b <https://github.com/open-power/hostboot/commit/40a290f2ab3b>`__ PRD: remove unused P8 memory data bundle files
+- `b26bb8d32b9f <https://github.com/open-power/hostboot/commit/b26bb8d32b9f>`__ PRD: callout connented L4 bug
+- `09035bf13460 <https://github.com/open-power/hostboot/commit/09035bf13460>`__ PRD: refined cleanupChnlAttns() for Centaur
+- `bc2d4987aef8 <https://github.com/open-power/hostboot/commit/bc2d4987aef8>`__ PRD: add getConnectedChild() support from proc to membuf
+- `b0a9477ec9a6 <https://github.com/open-power/hostboot/commit/b0a9477ec9a6>`__ PRD: refined cleanupChnlFail() for Centaur
+- `4e47aaa5ef48 <https://github.com/open-power/hostboot/commit/4e47aaa5ef48>`__ PRD: Callout MBA LOW with no gard on RCD parity errors
+- `5370984de389 <https://github.com/open-power/hostboot/commit/5370984de389>`__ PRD: Remove ForceRead() from MemAddr utils
+- `c1c584f04be0 <https://github.com/open-power/hostboot/commit/c1c584f04be0>`__ PRD: scrub resume counter for MBA runtime scrub commands
+- `1b04e458595a <https://github.com/open-power/hostboot/commit/1b04e458595a>`__ PRD: support to determine if BG scrub can resume after stop-on-error
+- `5064efd9ee55 <https://github.com/open-power/hostboot/commit/5064efd9ee55>`__ PRD: Simplify templates in memory CE functions
+- `0d6b900a5d12 <https://github.com/open-power/hostboot/commit/0d6b900a5d12>`__ PRD: Maintenance RCE handling during background scrub for Centaur
+- `e940af9a779a <https://github.com/open-power/hostboot/commit/e940af9a779a>`__ PRD: Maint soft/inter/hard CE handling during background scrub for Centaur
+- `4b7ee3632592 <https://github.com/open-power/hostboot/commit/4b7ee3632592>`__ PRD: Update MemTdCtlr::initialize() for Centaur
+- `aa0df6e89b16 <https://github.com/open-power/hostboot/commit/aa0df6e89b16>`__ PRD: removed unused P8 code
+- `c7867f1449a1 <https://github.com/open-power/hostboot/commit/c7867f1449a1>`__ PRD: flush CE and RCE tables when a TD procedure is complete
+- `b8037fcdbe63 <https://github.com/open-power/hostboot/commit/b8037fcdbe63>`__ PRD: cleanup after placing/verifying a chip mark on Centaur
+- `7ff47d2af40b <https://github.com/open-power/hostboot/commit/7ff47d2af40b>`__ PRD: standardized VCM nextStep() and analyzePhase()
+- `b869f42b77f4 <https://github.com/open-power/hostboot/commit/b869f42b77f4>`__ PRD: ECC analysis and command handling for DRAM sparing
+- `08488232045b <https://github.com/open-power/hostboot/commit/08488232045b>`__ PRD: TPS analyzePhase() for Centaur
+- `3e16432f929a <https://github.com/open-power/hostboot/commit/3e16432f929a>`__ PRD: TPS startNextPhase() for Centaur
+- `a8f19539edc5 <https://github.com/open-power/hostboot/commit/a8f19539edc5>`__ PRD: TPS nextStep() for Centaur
+- `47e9c9b12017 <https://github.com/open-power/hostboot/commit/47e9c9b12017>`__ PRD: TPS analyzeEccErrors() for Centaur
+- `82083635acda <https://github.com/open-power/hostboot/commit/82083635acda>`__ PRD: TPS analyzeCeStats() for Centaur
+- `9192da4a49db <https://github.com/open-power/hostboot/commit/9192da4a49db>`__ PRD: refined handleChnlFail() for Centaur
+- `1a66b96f84f3 <https://github.com/open-power/hostboot/commit/1a66b96f84f3>`__ PRD: FFDC registers for channel failure attentions
+- `a0ea8ab73807 <https://github.com/open-power/hostboot/commit/a0ea8ab73807>`__ PRD: updates from latest RAS XML
+- `41f3aa61a7e9 <https://github.com/open-power/hostboot/commit/41f3aa61a7e9>`__ PRD: removed old P8 memory system system code
+- `cecaeb320299 <https://github.com/open-power/hostboot/commit/cecaeb320299>`__ PRD: typo in runtime DRAM sparing signature
+- `38666ab58f15 <https://github.com/open-power/hostboot/commit/38666ab58f15>`__ PRD: create MarkStore::applyRasPolicies()
+- `557dadfef131 <https://github.com/open-power/hostboot/commit/557dadfef131>`__ PRD: remove NX unit checkstop support
+- `2775c2ed81ce <https://github.com/open-power/hostboot/commit/2775c2ed81ce>`__ PRD: removed runtime deconfig for channel failure
+- `f6c80b9c6010 <https://github.com/open-power/hostboot/commit/f6c80b9c6010>`__ PRD: removed depricated ErrDataService::handleUnitCS()
+- `ee548e96749a <https://github.com/open-power/hostboot/commit/ee548e96749a>`__ PRD: removed depricated unit dump support
+- `bcfc61239031 <https://github.com/open-power/hostboot/commit/bcfc61239031>`__ PRD: removed depricated rt deconfig and unit dump interfaces
+- `f54c91bffdc2 <https://github.com/open-power/hostboot/commit/f54c91bffdc2>`__ PRD: removed erroneous trace in getMemBufRawCardType()
+- `47c75711f2be <https://github.com/open-power/hostboot/commit/47c75711f2be>`__ PRD: fixed erroneous trace in PlatConfigurator::build()
+- `2b7899b5f805 <https://github.com/open-power/hostboot/commit/2b7899b5f805>`__ PRD: removed redundant ECC capture data
+- `0fc9ee71e06e <https://github.com/open-power/hostboot/commit/0fc9ee71e06e>`__ PRD: remove empty TD controller data
+- `f290f5d4a9ef <https://github.com/open-power/hostboot/commit/f290f5d4a9ef>`__ PRD: fixed parser bugs in TD_CTLR_DATA
+- `fc766f78534e <https://github.com/open-power/hostboot/commit/fc766f78534e>`__ PRD: set Cumulus command list timeout to match Nimbus
+- `27bf34b7fa6e <https://github.com/open-power/hostboot/commit/27bf34b7fa6e>`__ PRD: add CE table traces for MNFG mode thresholds
+- `e1a04818ba32 <https://github.com/open-power/hostboot/commit/e1a04818ba32>`__ PRD: enable FSP channel fail isolation on processor side of bus
+- `36b343d78a73 <https://github.com/open-power/hostboot/commit/36b343d78a73>`__ PRD: use correct symbol when writing MBA markstore
+- `2024675173c3 <https://github.com/open-power/hostboot/commit/2024675173c3>`__ PRD: MNFG spare DRAM deploy needs to deploy on both MBA ports
+- `34768601609c <https://github.com/open-power/hostboot/commit/34768601609c>`__ PRD: Do not abort on UE during MBA TPS
+- `03416d24641d <https://github.com/open-power/hostboot/commit/03416d24641d>`__ PRD: Set ‘too many bus errors’ in DMIFIR to UNIT_CS
+- `b2c2ca936ce6 <https://github.com/open-power/hostboot/commit/b2c2ca936ce6>`__ PRD: MBA command resume not incrementing address
+- `ccea7f349f6e <https://github.com/open-power/hostboot/commit/ccea7f349f6e>`__ PRD: shift UCS and HA chiplet masks to match chiplet FIRs
+- `a4746b6f2924 <https://github.com/open-power/hostboot/commit/a4746b6f2924>`__ PRD: fix bug that bypasses TPS ban support
+- `84a0b8e43c20 <https://github.com/open-power/hostboot/commit/84a0b8e43c20>`__ PRD: remove unused TD queue parameters
+- `5a3703db513a <https://github.com/open-power/hostboot/commit/5a3703db513a>`__ PRD: All TPS bans on MCA target should cause fetch CE masking
+- `630c378b8dde <https://github.com/open-power/hostboot/commit/630c378b8dde>`__ PRD: reduce number of ways TPS can be banned
+- `bb794f948b1f <https://github.com/open-power/hostboot/commit/bb794f948b1f>`__ PRD: Ban TPS if UE found during VCM, DSD, or TPS procedures
+- `5a927c8232d0 <https://github.com/open-power/hostboot/commit/5a927c8232d0>`__ PRD: abort TPS if chip mark placed during procedure
+- `4696c5090436 <https://github.com/open-power/hostboot/commit/4696c5090436>`__ PRD: fixed the per-symbol threshold in MBA TPS
+- `6fd60cf786f0 <https://github.com/open-power/hostboot/commit/6fd60cf786f0>`__ PRD: Query for active attentions when channel fail detected
+- `37c183df8540 <https://github.com/open-power/hostboot/commit/37c183df8540>`__ PRD: used wrong contructor when creating MemMark obj in TPS
+- `682ff15d4238 <https://github.com/open-power/hostboot/commit/682ff15d4238>`__ PRD: separate UNIT_CS flag into PROC_CORE_CS and MEM_CHNL_FAIL
+
+aravnair-in (5):
+
+- `415026c16dd2 <https://github.com/open-power/hostboot/commit/415026c16dd2>`__ Fix instance path for SMPGROUP target
+- `14a61c96fa3b <https://github.com/open-power/hostboot/commit/14a61c96fa3b>`__ Comment why we add INSTANCE_PATH specifically for SMPGROUP
+- `49e74816eab8 <https://github.com/open-power/hostboot/commit/49e74816eab8>`__ Set DECONFIG_GARDABLE for SMPGROUP target
+- `0c9579f525f4 <https://github.com/open-power/hostboot/commit/0c9579f525f4>`__ Deconfig by association rule for SMPGROUP targets
+- `32f37bb83e3b <https://github.com/open-power/hostboot/commit/32f37bb83e3b>`__ Make OBUS_BRICK deconfigurable
+
+nagurram-in (5):
+
+- `e33bd00b1ee9 <https://github.com/open-power/hostboot/commit/e33bd00b1ee9>`__ HDAT: Fix to pass mcbist target for mem bus frequency API
+- `f3fd15c5b123 <https://github.com/open-power/hostboot/commit/f3fd15c5b123>`__ HDAT: New attribute LOCATION_CODE support for fru target
+- `bd0816fb2fc0 <https://github.com/open-power/hostboot/commit/bd0816fb2fc0>`__ Making SYSTEM_BRAND_NAME attrib non-volatile to show up in common_mrw
+- `8a1a0c7e98a9 <https://github.com/open-power/hostboot/commit/8a1a0c7e98a9>`__ IS_MPIPL_SUPPORTED attribute support and update in hdat IPLP structure
+- `3a9cf6e696c8 <https://github.com/open-power/hostboot/commit/3a9cf6e696c8>`__ attribute ECID value updation in hdat pcrd structure
+
+spashabk-in (1):
+
+- `764053f34519 <https://github.com/open-power/hostboot/commit/764053f34519>`__ Remove clear(step 3) of reset vectors
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.1-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-2:
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (2):
+
+- `139bc907486b <https://github.com/open-power/occ/commit/139bc907486b>`__ Package the g_wof struct so debug command data is consistent
+- `7c2a9700d0db <https://github.com/open-power/occ/commit/7c2a9700d0db>`__ Redundant APSS Support
+
+Douglas Gilbert (1):
+
+- `5c01b5476e8f <https://github.com/open-power/occ/commit/5c01b5476e8f>`__ captureFir: Add delay and sbefifo reset
+
+William Bryan (1):
+
+- `0cb9eeae2f09 <https://github.com/open-power/occ/commit/0cb9eeae2f09>`__ Enable GPE IPC Timers
+
+mbroyles (1):
+
+- `aa97e176b1be <https://github.com/open-power/occ/commit/aa97e176b1be>`__ Force update of OPAL-OCC memory after GPU presence detected
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+.. _v2.1-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-3:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+.. _v2.1-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-4:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+.. _v2.1-patches-5:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-5:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.1-patches-6:
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/v2.1/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+.. _v2.1-commits-6:
+
+Commits
+~~~~~~~
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+.. _v2.1-patches-7:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-7:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _v2.1-patches-8:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-8:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.1-patches-9:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-9:
+
+Commits
+~~~~~~~
+
+Amit Tendolkar (1):
+
+- `130b50b59ad9 <https://github.com/open-power/sbe/commit/130b50b59ad9>`__ Adapt p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood
+
+Ben Gass (2):
+
+- `9e29d4fe5a70 <https://github.com/open-power/sbe/commit/9e29d4fe5a70>`__ Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
+- `f892a8416e8e <https://github.com/open-power/sbe/commit/f892a8416e8e>`__ Updating p9.core.scan.initfile settings for p9n 2.3
+
+Claus Michael Olsen (2):
+
+- `34332987f42c <https://github.com/open-power/sbe/commit/34332987f42c>`__ Risk level 3/4/5 support: Step 2 - image update to TOR v7
+- `3d4428aecda5 <https://github.com/open-power/sbe/commit/3d4428aecda5>`__ Update to p9_xip_tool to handle stand-alone DDCO ring files.
+
+Dan Crowell (1):
+
+- `c49c39a81e98 <https://github.com/open-power/sbe/commit/c49c39a81e98>`__ Update some defaults for AVSBUS attributes
+
+Greg Still (1):
+
+- `67921d4743cf <https://github.com/open-power/sbe/commit/67921d4743cf>`__ PM: Increase PB Purge time for MPIPL to accommodate Fleetwood
+
+Joachim Fenkes (2):
+
+- `13c1572a60e0 <https://github.com/open-power/sbe/commit/13c1572a60e0>`__ p9_setup_clock_term: Apply tweak bits, put oscswitches into reset
+- `477bacfa8441 <https://github.com/open-power/sbe/commit/477bacfa8441>`__ p9_sbe_tp_chiplet_init3: Don’t meddle with osclite controls on Cumulus
+
+Joe McGill (11):
+
+- `a7e21bc75bf9 <https://github.com/open-power/sbe/commit/a7e21bc75bf9>`__ Savory Insomnia – revert to ordered tlbie mode for Cumulus
+- `d29d12f39592 <https://github.com/open-power/sbe/commit/d29d12f39592>`__ enable spreading via SS PLL for Fleetwood platform
+- `09d13a9cd035 <https://github.com/open-power/sbe/commit/09d13a9cd035>`__ p9_sbe_common – mark TP LFIR bits 18:20 recoverable
+- `bd17734ee3ab <https://github.com/open-power/sbe/commit/bd17734ee3ab>`__ support IO reconfig loop for OBUS DL link training failures
+- `d73e4c11febe <https://github.com/open-power/sbe/commit/d73e4c11febe>`__ mask core SPATTN bit used for core checkstop handshake
+- `b1c006980fb3 <https://github.com/open-power/sbe/commit/b1c006980fb3>`__ p9_sbe_scominit – unmask TP LFIR bit 37 for Cumulus
+- `5cef9c4eb6aa <https://github.com/open-power/sbe/commit/5cef9c4eb6aa>`__ p9_sbe_common – mark TP LFIR bit 37 as recoverable
+- `88ab568acc8d <https://github.com/open-power/sbe/commit/88ab568acc8d>`__ p9_security_white_black_list – add whitelist entries for OBUS FBC link bringup
+- `8de7378aac3a <https://github.com/open-power/sbe/commit/8de7378aac3a>`__ shift OBUS FIR programming inits for secure boot
+- `264fc9ba9c05 <https://github.com/open-power/sbe/commit/264fc9ba9c05>`__ p9_sbe_scominit – unmask TP LFIR 37 only when MF oscswitch redundancy enabled
+- `c7e17788930d <https://github.com/open-power/sbe/commit/c7e17788930d>`__ correctly propogate bad return code from p9_adu_coherent_status_check
+
+John Rell (1):
+
+- `accb97c18e8c <https://github.com/open-power/sbe/commit/accb97c18e8c>`__ jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus HW446964
+
+Matt K. Light (3):
+
+- `02925f11e3e8 <https://github.com/open-power/sbe/commit/02925f11e3e8>`__ remove whitespace and newlines from target before processing
+- `c2f19a1bfda6 <https://github.com/open-power/sbe/commit/c2f19a1bfda6>`__ remove whitespace and newlines from target before processing
+- `784e30991497 <https://github.com/open-power/sbe/commit/784e30991497>`__ Add more fapi2 target types for Axone
+
+Nick Klazynski (5):
+
+- `1768f6cce137 <https://github.com/open-power/sbe/commit/1768f6cce137>`__ TM workaround for HW443982
+- `8338464e3a33 <https://github.com/open-power/sbe/commit/8338464e3a33>`__ HW447585, HW447589, HW439303, Fix CDD1.2 security setting
+- `2ed31c121975 <https://github.com/open-power/sbe/commit/2ed31c121975>`__ Enable full ERAT for NDD2.2+ and CDD1.1+
+- `e83aed77c770 <https://github.com/open-power/sbe/commit/e83aed77c770>`__ Disable 2-for-1 on NDD2.2- and CDD1.2-
+- `67f436de322f <https://github.com/open-power/sbe/commit/67f436de322f>`__ Add RL0/RL1 support for CDD1.2
+
+Prasad Bg Ranganath (2):
+
+- `02f710ae2d11 <https://github.com/open-power/sbe/commit/02f710ae2d11>`__ SBE:PUTRING: Add callout support for checkword mismatch failure
+- `a04833dd5f32 <https://github.com/open-power/sbe/commit/a04833dd5f32>`__ PM:Remove deprecated attributes
+
+Prem Shanker Jha (1):
+
+- `be807f0fd7ec <https://github.com/open-power/sbe/commit/be807f0fd7ec>`__ PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.
+
+Raja Das (3):
+
+- `104a5bd096f7 <https://github.com/open-power/sbe/commit/104a5bd096f7>`__ Tempopary fix to fail MPIPL if Cache is not scommable
+- `7ba886dde651 <https://github.com/open-power/sbe/commit/7ba886dde651>`__ Enabled scomable state check before cache flush in mpipl
+- `85b69681ae32 <https://github.com/open-power/sbe/commit/85b69681ae32>`__ SBE Tool support for fleetwood systems
+
+Sachin Gupta (9):
+
+- `9dc8c3e5576d <https://github.com/open-power/sbe/commit/9dc8c3e5576d>`__ Revert Tempopary fix to fail MPIPL if Cache is not scommable
+- `0c4dc80bce2a <https://github.com/open-power/sbe/commit/0c4dc80bce2a>`__ Add A bus initialisation registers
+- `62e384f64597 <https://github.com/open-power/sbe/commit/62e384f64597>`__ Update whitelist for p9_block_wakeup_intr
+- `7a3d56b6644a <https://github.com/open-power/sbe/commit/7a3d56b6644a>`__ Add TOD delay register in whitelist
+- `e746b0c91ee1 <https://github.com/open-power/sbe/commit/e746b0c91ee1>`__ Support new field for greylist
+- `5d80e1109dd5 <https://github.com/open-power/sbe/commit/5d80e1109dd5>`__ Support for greylist
+- `3105d5a9227b <https://github.com/open-power/sbe/commit/3105d5a9227b>`__ Use Greylist in PutScomUnderMask
+- `45f5609a54bb <https://github.com/open-power/sbe/commit/45f5609a54bb>`__ Move some istep code to seeprom
+- `e1d29fc77510 <https://github.com/open-power/sbe/commit/e1d29fc77510>`__ Workaround for vector pool issue
+
+Santosh Balasubramanian (1):
+
+- `6ebd43e6945e <https://github.com/open-power/sbe/commit/6ebd43e6945e>`__ Nest perf counter cfg registers
+
+Soma BhanuTej (2):
+
+- `1a52c0665d85 <https://github.com/open-power/sbe/commit/1a52c0665d85>`__ Adding p9c DD13 support
+- `04d89b3a5653 <https://github.com/open-power/sbe/commit/04d89b3a5653>`__ Adding p9c 1.3 support.
+
+Srikantha Meesala (1):
+
+- `1f42bd29d1e7 <https://github.com/open-power/sbe/commit/1f42bd29d1e7>`__ Blacklist violation error due to 0x04011821 SCOM
+
+Sumit Kumar (1):
+
+- `c6e317a13c35 <https://github.com/open-power/sbe/commit/c6e317a13c35>`__ gitRelease: Fix to include master branch
+
+spashabk-in (9):
+
+- `af40291dc92d <https://github.com/open-power/sbe/commit/af40291dc92d>`__ Update backing build
+- `e3dd8facc038 <https://github.com/open-power/sbe/commit/e3dd8facc038>`__ Fence all chip-ops in QUIESCE state
+- `d73b8bc3e960 <https://github.com/open-power/sbe/commit/d73b8bc3e960>`__ Handle FSP failover
+- `c1da4a458459 <https://github.com/open-power/sbe/commit/c1da4a458459>`__ Handle hreset of SBE
+- `7d1ec1f14057 <https://github.com/open-power/sbe/commit/7d1ec1f14057>`__ Bump up security list table size datatype
+- `9f90433232b8 <https://github.com/open-power/sbe/commit/9f90433232b8>`__ Support periodic timer
+- `8ea4ecdb8d56 <https://github.com/open-power/sbe/commit/8ea4ecdb8d56>`__ Fill MBOX response on get capabilities
+- `bd0b22cd5586 <https://github.com/open-power/sbe/commit/bd0b22cd5586>`__ Fix timer issue in Async task
+- `fad6732f2270 <https://github.com/open-power/sbe/commit/fad6732f2270>`__ Check for system checkstop for individual mpipl step
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.1-patches-10:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-10:
+
+Commits
+~~~~~~~
+
+Akshay Adiga (1):
+
+- `34e9c3c1edb3 <https://github.com/open-power/skiboot/commit/34e9c3c1edb3>`__ SLW: Remove stop1_lite and stop2_lite
+
+Alexey Kardashevskiy (1):
+
+- `fca2b2b839a6 <https://github.com/open-power/skiboot/commit/fca2b2b839a6>`__ npu2: Reset NVLinks on hot reset
+
+Andrew Donnellan (7):
+
+- `44709b88491c <https://github.com/open-power/skiboot/commit/44709b88491c>`__ hw/npu2, core/hmi: Use NPU instead of NPU2 as log message prefix
+- `a5530359e129 <https://github.com/open-power/skiboot/commit/a5530359e129>`__ slw: Fix trivial typo in debug message
+- `815417dcda2e <https://github.com/open-power/skiboot/commit/815417dcda2e>`__ init, occ: Initialise OCC earlier on BMC systems
+- `ef623f91e5c4 <https://github.com/open-power/skiboot/commit/ef623f91e5c4>`__ occ: Move occ declarations into occ.h
+- `9b394a32c8ea <https://github.com/open-power/skiboot/commit/9b394a32c8ea>`__ occ: Add support for GPU presence detection
+- `a36b40799055 <https://github.com/open-power/skiboot/commit/a36b40799055>`__ npu2: Use same compatible string for NVLink and OpenCAPI link nodes in device tree
+- `6889a6134960 <https://github.com/open-power/skiboot/commit/6889a6134960>`__ occ: Update Dynamic Data comment block with new GPU presence fields
+
+Andrew Jeffery (2):
+
+- `50dfd067835a <https://github.com/open-power/skiboot/commit/50dfd067835a>`__ pci: Fix PCI_DEVICE_ID()
+- `dc24a1fd61e0 <https://github.com/open-power/skiboot/commit/dc24a1fd61e0>`__ core: Add test for PCI quirks
+
+Balbir Singh (1):
+
+- `8cbe91569112 <https://github.com/open-power/skiboot/commit/8cbe91569112>`__ external/mambo: Add support for readline if it exists
+
+Balbir singh (6):
+
+- `ad58f8da1d4f <https://github.com/open-power/skiboot/commit/ad58f8da1d4f>`__ Fix strtok for previous tokens being NULL
+- `e18f3fd2301c <https://github.com/open-power/skiboot/commit/e18f3fd2301c>`__ check for NULL input string in is_sai_loc_code
+- `9da2eb12f14f <https://github.com/open-power/skiboot/commit/9da2eb12f14f>`__ mbox/flash: Remove dead code
+- `7ed804a6fbc0 <https://github.com/open-power/skiboot/commit/7ed804a6fbc0>`__ libflash/blocklevel_write: Fix missing error handling
+- `5802477a821e <https://github.com/open-power/skiboot/commit/5802477a821e>`__ libflash/blocklevel.c: Remove unused store to ecc_len
+- `6ede024c810f <https://github.com/open-power/skiboot/commit/6ede024c810f>`__ pmem: volatile bindings for the poorly enabled
+
+Benjamin Herrenschmidt (5):
+
+- `98ad450bd75e <https://github.com/open-power/skiboot/commit/98ad450bd75e>`__ cpu: Remove duplicate setting of LPCR
+- `a8700b5beeab <https://github.com/open-power/skiboot/commit/a8700b5beeab>`__ cpu: Do an isync after setting LPCR
+- `08992151641a <https://github.com/open-power/skiboot/commit/08992151641a>`__ fsp/console: Always establish OPAL console API backend
+- `15d9f3199782 <https://github.com/open-power/skiboot/commit/15d9f3199782>`__ cpu: Use STOP1 on POWER9 for idle/sleep inside OPAL
+- `53dac89cb8aa <https://github.com/open-power/skiboot/commit/53dac89cb8aa>`__ cpu: Cleanup clearing of doorbells on P9
+
+Breno Leitao (1):
+
+- `67bdd1668e6a <https://github.com/open-power/skiboot/commit/67bdd1668e6a>`__ doc: add entry for OPAL_CHECK_ASYNC_COMPLETION
+
+Christophe Lombard (2):
+
+- `1e5668520cfb <https://github.com/open-power/skiboot/commit/1e5668520cfb>`__ capi: Add a comment for the Transport Control Register
+- `98182a960c5f <https://github.com/open-power/skiboot/commit/98182a960c5f>`__ capi: Select the correct IODA table entry for the mbt cache.
+
+Cédric Le Goater (1):
+
+- `35cd7a379b93 <https://github.com/open-power/skiboot/commit/35cd7a379b93>`__ plat/qemu: add PNOR support
+
+Dan Crowell (1):
+
+- `55ef0db841a0 <https://github.com/open-power/skiboot/commit/55ef0db841a0>`__ Add prepare_hbrt_update to hbrt interfaces
+
+Frederic Barrat (7):
+
+- `b5c863a86427 <https://github.com/open-power/skiboot/commit/b5c863a86427>`__ npu2-opencapi: Use presence detection
+- `baa4156c71f4 <https://github.com/open-power/skiboot/commit/baa4156c71f4>`__ npu2-opencapi: Rework adapter reset
+- `465bc3cac5b6 <https://github.com/open-power/skiboot/commit/465bc3cac5b6>`__ npu2-opencapi: Train links on fundamental reset
+- `f27a6322ec1c <https://github.com/open-power/skiboot/commit/f27a6322ec1c>`__ npu2-opencapi: Cleanup traces printed during link training
+- `60cb2cd0595d <https://github.com/open-power/skiboot/commit/60cb2cd0595d>`__ npu2-opencapi: Fix link state to report link down
+- `94140dbc6a9c <https://github.com/open-power/skiboot/commit/94140dbc6a9c>`__ npu2-opencapi: reduce number of retries to train the link
+- `c2ce576152b4 <https://github.com/open-power/skiboot/commit/c2ce576152b4>`__ p8-i2c: fix wrong request status when a reset is needed
+
+Haren Myneni (1):
+
+- `56026a132924 <https://github.com/open-power/skiboot/commit/56026a132924>`__ NX: Add NX coprocessor init opal call
+
+Joel Stanley (8):
+
+- `22320e119800 <https://github.com/open-power/skiboot/commit/22320e119800>`__ pflash: Use correct prefix when installing
+- `3754022e50d5 <https://github.com/open-power/skiboot/commit/3754022e50d5>`__ occ-sensor: Avoid using uninitialised struct cpu_thread
+- `4026841b4848 <https://github.com/open-power/skiboot/commit/4026841b4848>`__ timebase: Remove unused remaining time calculation
+- `c3f20185ff5d <https://github.com/open-power/skiboot/commit/c3f20185ff5d>`__ hdata: Remove hn variable where it is unused
+- `b2054c43315d <https://github.com/open-power/skiboot/commit/b2054c43315d>`__ psi: Properly mask errors in SEMR
+- `c032c5991207 <https://github.com/open-power/skiboot/commit/c032c5991207>`__ ast-bmc: Document BMC scratch register
+- `b09e48ffcdbf <https://github.com/open-power/skiboot/commit/b09e48ffcdbf>`__ astbmc: Enable mbox depending on scratch reg
+- `5235791bbc66 <https://github.com/open-power/skiboot/commit/5235791bbc66>`__ opal-ci: qemu: Use the powernv-3.0 branch
+
+Madhavan Srinivasan (1):
+
+- `28ba76c32ea1 <https://github.com/open-power/skiboot/commit/28ba76c32ea1>`__ external/xscom-utils: Add python library for xscom access
+
+Mahesh Salgaonkar (2):
+
+- `e9ee7c7d3571 <https://github.com/open-power/skiboot/commit/e9ee7c7d3571>`__ opal-prd: Do not error out on first failure for soft/hard offline.
+- `fa82d360a73a <https://github.com/open-power/skiboot/commit/fa82d360a73a>`__ opal/hmi: Display correct chip id while printing NPU FIRs.
+
+Michael Neuling (4):
+
+- `3d019581c981 <https://github.com/open-power/skiboot/commit/3d019581c981>`__ cpu: Clear PCR SPR in opal_reinit_cpus()
+- `da05882b8e6e <https://github.com/open-power/skiboot/commit/da05882b8e6e>`__ phb4: Minimise wait when moving through FRESET states
+- `efc4020a32fb <https://github.com/open-power/skiboot/commit/efc4020a32fb>`__ phb4: Move training trace logging to next state.
+- `9078f8268922 <https://github.com/open-power/skiboot/commit/9078f8268922>`__ phb4: Delay training till after PERST is deasserted
+
+Nicholas Piggin (3):
+
+- `277615348ba6 <https://github.com/open-power/skiboot/commit/277615348ba6>`__ core/console: fix deadlock when printing with console lock held
+- `7a3f307ed0db <https://github.com/open-power/skiboot/commit/7a3f307ed0db>`__ core/cpu: parallelise global CPU register setting jobs
+- `e21159bf9683 <https://github.com/open-power/skiboot/commit/e21159bf9683>`__ core: always flush console before stopping
+
+Oliver O’Halloran (4):
+
+- `ac6059026442 <https://github.com/open-power/skiboot/commit/ac6059026442>`__ p8-i2c: Allow a per-port default timeout
+- `3668dc88a1bd <https://github.com/open-power/skiboot/commit/3668dc88a1bd>`__ hdata: Add TPM timeout workaround
+- `81d52fb22cc9 <https://github.com/open-power/skiboot/commit/81d52fb22cc9>`__ libstb/i2c-driver: Bump max timeout
+- `49656a181133 <https://github.com/open-power/skiboot/commit/49656a181133>`__ p8-i2c: Remove force reset
+
+Reza Arbab (1):
+
+- `5ff8763c9b04 <https://github.com/open-power/skiboot/commit/5ff8763c9b04>`__ npu2/hw-procedures: Fence bricks via NTL instead of MISC
+
+Samuel Mendoza-Jonas (2):
+
+- `3f0ddec7e719 <https://github.com/open-power/skiboot/commit/3f0ddec7e719>`__ astbmc: Set romulus BMC type to OpenBMC
+- `5cc781de8803 <https://github.com/open-power/skiboot/commit/5cc781de8803>`__ ffspart: Don’t require user to create blank partitions manually
+
+Shilpasri G Bhat (1):
+
+- `d6de8fe73b88 <https://github.com/open-power/skiboot/commit/d6de8fe73b88>`__ occ: sensors: Fix the size of the phandle array ‘sensors’ in DT
+
+Stewart Smith (30):
+
+- `fe4cb348e13b <https://github.com/open-power/skiboot/commit/fe4cb348e13b>`__ skiboot 6.0.2 release notes
+- `ce2aab620902 <https://github.com/open-power/skiboot/commit/ce2aab620902>`__ doc: Further document development and release process
+- `32e6ad0692ae <https://github.com/open-power/skiboot/commit/32e6ad0692ae>`__ doc/opal-power-shift-ratio: fix table formatting
+- `0181eea27db1 <https://github.com/open-power/skiboot/commit/0181eea27db1>`__ doc/opal-api: flesh out return-codes documentation
+- `e92277523645 <https://github.com/open-power/skiboot/commit/e92277523645>`__ AMI BMC: use 0x3a as OEM command
+- `dc4e55316981 <https://github.com/open-power/skiboot/commit/dc4e55316981>`__ skiboot 6.0.4 release notes
+- `d14909ecbd0d <https://github.com/open-power/skiboot/commit/d14909ecbd0d>`__ skiboot 5.10.6 release notes
+- `4a4840a304ba <https://github.com/open-power/skiboot/commit/4a4840a304ba>`__ skiboot 5.9.9 release notes
+- `b4a02f79820b <https://github.com/open-power/skiboot/commit/b4a02f79820b>`__ skiboot 5.4.10 release notes
+- `f708f67a4d0a <https://github.com/open-power/skiboot/commit/f708f67a4d0a>`__ hdata/tests/stubs.c: fix GCC8 warning
+- `b32ddeb7ea0d <https://github.com/open-power/skiboot/commit/b32ddeb7ea0d>`__ core/test/run_mem_region: fix GCC8 compile error
+- `44d0f8638bc1 <https://github.com/open-power/skiboot/commit/44d0f8638bc1>`__ hdata/spira.c: fix iplparams feature name string handling
+- `70d544de8739 <https://github.com/open-power/skiboot/commit/70d544de8739>`__ hdata/i2c.c: fix building with gcc8
+- `918b7233d3bb <https://github.com/open-power/skiboot/commit/918b7233d3bb>`__ Add -Wno-stringop-truncation for GCC8
+- `2865cedf49bf <https://github.com/open-power/skiboot/commit/2865cedf49bf>`__ travis: add fedora28
+- `021f6f39b9bf <https://github.com/open-power/skiboot/commit/021f6f39b9bf>`__ test/qemu: skip qemu test if ‘old’ qemu without PCR
+- `bbfd8738319f <https://github.com/open-power/skiboot/commit/bbfd8738319f>`__ travis: remove Ubuntu 12.04
+- `5b70462c73a8 <https://github.com/open-power/skiboot/commit/5b70462c73a8>`__ ipmi-watchdog: don’t run by default yet
+- `a5a32e86f3e2 <https://github.com/open-power/skiboot/commit/a5a32e86f3e2>`__ libflash: fix gcov build
+- `1b86a92b6cb6 <https://github.com/open-power/skiboot/commit/1b86a92b6cb6>`__ Quieten console output on boot
+- `61bbadfcd603 <https://github.com/open-power/skiboot/commit/61bbadfcd603>`__ Blockchain isn’t the only data structure deserving of love
+- `8f650b6d55b4 <https://github.com/open-power/skiboot/commit/8f650b6d55b4>`__ hw/bt.c: quieten all the noisy BT/IPMI messages
+- `e50e239b75c3 <https://github.com/open-power/skiboot/commit/e50e239b75c3>`__ libflash: quieten our logging
+- `1839d2c714f8 <https://github.com/open-power/skiboot/commit/1839d2c714f8>`__ ipmi-sel: use opal_booting() over poking at debug descriptor
+- `b1dee4a43dc3 <https://github.com/open-power/skiboot/commit/b1dee4a43dc3>`__ Split debug_descriptor out into own include file
+- `900f86ab6ff7 <https://github.com/open-power/skiboot/commit/900f86ab6ff7>`__ Move include lock.h to fsp-console.h from console.h
+- `440ecc83ab75 <https://github.com/open-power/skiboot/commit/440ecc83ab75>`__ skiboot v6.1-rc1 release notes
+- `af1cbe34c85d <https://github.com/open-power/skiboot/commit/af1cbe34c85d>`__ test/qemu: start building qemu again, and use our built qemu for tests
+- `4949e4417d0e <https://github.com/open-power/skiboot/commit/4949e4417d0e>`__ skiboot 6.0.5 release notes
+- `452998f4be59 <https://github.com/open-power/skiboot/commit/452998f4be59>`__ skiboot 6.1 release notes
+
+Vaibhav Jain (2):
+
+- `47c09cdfe7a3 <https://github.com/open-power/skiboot/commit/47c09cdfe7a3>`__ phb4/capp: Calculate STQ/DMA read engines based on link-width for PEC
+- `8e61dfdb3865 <https://github.com/open-power/skiboot/commit/8e61dfdb3865>`__ cpu: Ensure no-return flag is updated for current cpu_thread
+
+Vasant Hegde (4):
+
+- `bb0079ea8490 <https://github.com/open-power/skiboot/commit/bb0079ea8490>`__ platform/astbmc: Do not delete compatible property
+- `ded1f6e1abf5 <https://github.com/open-power/skiboot/commit/ded1f6e1abf5>`__ fast-reboot: Disable on FSP IPL side change
+- `77f510d35e8d <https://github.com/open-power/skiboot/commit/77f510d35e8d>`__ vpd: Sanitize VPD data
+- `861350941f9a <https://github.com/open-power/skiboot/commit/861350941f9a>`__ vpd: Add vendor property to processor node
+
+William A. Kennington III (9):
+
+- `27dec8f85b68 <https://github.com/open-power/skiboot/commit/27dec8f85b68>`__ ipmi-watchdog: WD_POWER_CYCLE_ACTION -> WD_RESET_ACTION
+- `b23d7714b4b8 <https://github.com/open-power/skiboot/commit/b23d7714b4b8>`__ ipmi-watchdog: Make it possible to set DONT_STOP
+- `af7c59027d7b <https://github.com/open-power/skiboot/commit/af7c59027d7b>`__ ipmi-watchdog: Don’t reset the watchdog twice
+- `84995f900497 <https://github.com/open-power/skiboot/commit/84995f900497>`__ ipmi-watchdog: Don’t disable at shutdown
+- `c9f363245238 <https://github.com/open-power/skiboot/commit/c9f363245238>`__ ipmi-watchdog: Add a flag to determine if we are still ticking
+- `651f2049feb3 <https://github.com/open-power/skiboot/commit/651f2049feb3>`__ ipmi-watchdog: The stop action should disable reset
+- `7e956e687e64 <https://github.com/open-power/skiboot/commit/7e956e687e64>`__ ipmi-watchdog: Simplify our completion function
+- `2d2916409639 <https://github.com/open-power/skiboot/commit/2d2916409639>`__ ipmi-watchdog: Support resetting the watchdog after set
+- `e6e74c53ed64 <https://github.com/open-power/skiboot/commit/e6e74c53ed64>`__ ipmi-watchdog: Support handling re-initialization
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+.. _v2.1-patches-11:
+
+Patches
+~~~~~~~
+
+.. _v2.1-commits-11:
+
+Commits
+~~~~~~~
+
+Adrian Barrera (2):
+
+- `46c6f2b4f13e <https://github.com/open-power/zaius-xml/commit/46c6f2b4f13e>`__ Enable stop states 4,5
+- `f9eeb2840947 <https://github.com/open-power/zaius-xml/commit/f9eeb2840947>`__ Enable WOF Phase 2 Support
diff --git a/_sources/release-notes/v2.2-rc1.rst.txt b/_sources/release-notes/v2.2-rc1.rst.txt
new file mode 100644
index 0000000..6212dae
--- /dev/null
+++ b/_sources/release-notes/v2.2-rc1.rst.txt
@@ -0,0 +1,4049 @@
+Release Notes for OpenPower Firmware v2.2-rc1
+=============================================
+
+op-build v2.2-rc1 was released on Thursday November 29th, 2018. It will become the new stable
+release of op-build, following on from v2.1, first released on July 12th, 2018.
+
+op-build v2.2-rc1 contains all the fixes as of op-build v2.0.10, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.2 release. We expect to do a final
+v2.2 tagged release early December 2018.
+
+Removed platforms
+-----------------
+
+- openpower_p9_mambo
+
+The openpower_mambo and openpower_p9_mambo defconfigs were the same, so we only need one of them.
+
+Updated Packages
+----------------
+
++--------------------+--------------+---------------+---------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++====================+==============+===============+=============================================+
+| busybox | 1.28.4 | 1.29.3 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| dtc | 1.4.4 | 1.4.7 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| elfutils | 0.169 | 0.174 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| ethtool | 4.15 | 4.16 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| hcode | hw061618a.92 | hw112118a.930 | p9dsu, romulus, witherspoon, |
+| | 0 | | witherspoon_dev, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| hostboot | 16f11c2e9 | 14dbbd68d | witherspoon_dev |
++--------------------+--------------+---------------+---------------------------------------------+
+| hostboot | 876b79aac | 3f1f2186b | p9dsu, romulus, witherspoon, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| hostboot-binaries | hw070718b.92 | hw111318a.930 | barreleye, firestone, garrison, habanero, |
+| | 0 | | p9dsu, palmetto, romulus, vesnin, |
+| | | | witherspoon, witherspoon_dev, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| hostboot-p8 | d3025f5d7 | c35645e2d | barreleye, firestone, garrison, habanero, |
+| | | | palmetto, vesnin |
++--------------------+--------------+---------------+---------------------------------------------+
+| ima-catalog | 6a1fd2545 | 3d30c7aca | barreleye, firestone, garrison, habanero, |
+| | | | p9dsu, palmetto, romulus, vesnin, |
+| | | | witherspoon, witherspoon_dev, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| libflash | v5.10.1 | v6.2-rc1 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, p9dsu, palmetto, pseries, |
+| | | | romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| linux | 4.17.4 | 4.19.4 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| linux-firmware | 65b1c68c6 | 8d69bab7a | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| linux-headers | 4.17.4 | 4.19.4 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| machine-xml | 6a78496c2 | acb73cf1f | habanero |
++--------------------+--------------+---------------+---------------------------------------------+
+| machine-xml | c6f563966 | e0fae90fc | palmetto |
++--------------------+--------------+---------------+---------------------------------------------+
+| machine-xml | b788f9984 | d91ade764 | romulus |
++--------------------+--------------+---------------+---------------------------------------------+
+| machine-xml | dda5b93d9 | 4fb3a4b92 | vesnin |
++--------------------+--------------+---------------+---------------------------------------------+
+| machine-xml | 7cd20a6ac | c488a6234 | witherspoon |
++--------------------+--------------+---------------+---------------------------------------------+
+| machine-xml | f9eeb2840 | 40bf092f8 | zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| occ | 5c01b5476 | 12c8088a3 | p9dsu, romulus, witherspoon, |
+| | | | witherspoon_dev, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| openpower-pnor | f6d970c6a | aa94a39eb | barreleye, firestone, garrison, habanero, |
+| | | | p9dsu, palmetto, romulus, vesnin, |
+| | | | witherspoon, witherspoon_dev, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| petitboot | 1.8.0 | 1.9.2 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| sbe | fad6732f2 | cf61dc391 | p9dsu, romulus, witherspoon, |
+| | | | witherspoon_dev, zaius |
++--------------------+--------------+---------------+---------------------------------------------+
+| skiboot | v6.1 | v6.2-rc2 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+| util-linux | 2.32 | 2.32.1 | barreleye, firenze, firestone, garrison, |
+| | | | habanero, openpower_mambo, p9dsu, palmetto, |
+| | | | pseries, romulus, vesnin, witherspoon, |
+| | | | witherspoon_dev, zaius, zz |
++--------------------+--------------+---------------+---------------------------------------------+
+
+Removed Packages
+----------------
+
++---------------+-----------+-------------------------------------------------+
+| Package | Version | Platforms |
++===============+===========+=================================================+
+| common-p8-xml | e02b6f6dd | p9dsu,romulus,witherspoon,witherspoon_dev,zaius |
++---------------+-----------+-------------------------------------------------+
+| occ | 5c01b5476 | zz |
++---------------+-----------+-------------------------------------------------+
+| openpower-mrw | 0729a4a68 | p9dsu,romulus,witherspoon,witherspoon_dev,zaius |
++---------------+-----------+-------------------------------------------------+
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Joel Stanley (1):
+
+- `0c79a27379bd <https://github.com/open-power/habanero-xml/commit/0c79a27379bd>`__ Fix
+ IBSCOM_MCS_BASE_ADDR value
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+.. _op-build-v2.2-rc1-patches-1:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-1:
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `28e636043531 <https://github.com/open-power/hcode/commit/28e636043531>`__ Set GPMMR
+ RESET_STATE_INDICATOR
+
+Anusha Reddy Rangareddygari (1):
+
+- `9d9a20de2e4b <https://github.com/open-power/hcode/commit/9d9a20de2e4b>`__ Adding a fapi_assert
+ to flag error if PPE is not halted.
+
+Brian Vanderpool (10):
+
+- `e3d105d276b3 <https://github.com/open-power/hcode/commit/e3d105d276b3>`__ STOP: Clear CPPM_PECES
+ on entry during power save cycle to prevent wakeup events
+- `0d334632a4fc <https://github.com/open-power/hcode/commit/0d334632a4fc>`__ Enable CME IAR trace
+ and remove stall events from trace
+- `2770649588ff <https://github.com/open-power/hcode/commit/2770649588ff>`__ STOP: PCBMux Savior
+ version 2 + TLBIE workaround
+- `387d0dff2475 <https://github.com/open-power/hcode/commit/387d0dff2475>`__ STOP: Scom Restore
+ version 2
+- `127b1eca3e84 <https://github.com/open-power/hcode/commit/127b1eca3e84>`__ STOP: Release the PCB
+ Atomic lock on aborted Stop 11 entry
+- `69de20ee7f49 <https://github.com/open-power/hcode/commit/69de20ee7f49>`__ This reverts the stop
+ 1 commits
+- `927a4ffbc292 <https://github.com/open-power/hcode/commit/927a4ffbc292>`__ STOP: Move delay after
+ LPID change to before asserting quiesce
+- `0999eb2d7378 <https://github.com/open-power/hcode/commit/0999eb2d7378>`__ STOP: Give SGPE
+ control over VDM, DPLL before turning off Jump protect and VDMs
+- `585ebdd5ad02 <https://github.com/open-power/hcode/commit/585ebdd5ad02>`__ STOP: Fix DB2 message
+ for DD1
+- `22782e49d66c <https://github.com/open-power/hcode/commit/22782e49d66c>`__ STOP: Clear CPPM_PECES
+ on entry during power save cycle to prevent wakeup events
+
+Chris Steffen (1):
+
+- `6d1fd2cc84e1 <https://github.com/open-power/hcode/commit/6d1fd2cc84e1>`__ Alink Hot Repair Fix
+
+Christopher M. Riedl (5):
+
+- `d1883eb35452 <https://github.com/open-power/hcode/commit/d1883eb35452>`__ Pstate: Resonant
+ Clocking Enablement - CME Hcode
+- `6b5e4bb67b41 <https://github.com/open-power/hcode/commit/6b5e4bb67b41>`__ Pstate: Remove legacy
+ VDM code
+- `212a68631c93 <https://github.com/open-power/hcode/commit/212a68631c93>`__ Pstate: VDM Enablement
+- `2815449e8a63 <https://github.com/open-power/hcode/commit/2815449e8a63>`__ PM: Implement L2
+ Resclk Function
+- `1257a0854ca3 <https://github.com/open-power/hcode/commit/1257a0854ca3>`__ IOTA
+
+Claus Michael Olsen (3):
+
+- `57bbd2874a93 <https://github.com/open-power/hcode/commit/57bbd2874a93>`__ Cleanup: Updated Mvpd
+ access function and removal of unused rings
+- `68ddc7db4986 <https://github.com/open-power/hcode/commit/68ddc7db4986>`__ Infrastructure support
+ for new MC OMI rings for Axone
+- `3c3a12adec74 <https://github.com/open-power/hcode/commit/3c3a12adec74>`__ OCMB explorer
+ initCompiler support
+
+Douglas Gilbert (1):
+
+- `ed9af7a17733 <https://github.com/open-power/hcode/commit/ed9af7a17733>`__ HCODE Make divide
+ using DERP/DORP atomic
+
+Greg Still (5):
+
+- `dc65a4916ce5 <https://github.com/open-power/hcode/commit/dc65a4916ce5>`__ PM: clear Hcode error
+ injection bits upon injection and malf alert
+- `b342ec7d38cc <https://github.com/open-power/hcode/commit/b342ec7d38cc>`__ SGPE and CME scanning
+ integration
+- `1dcc359d6da6 <https://github.com/open-power/hcode/commit/1dcc359d6da6>`__ PM: clear Hcode error
+ injection bits upon injection and malf alert
+- `d11796515369 <https://github.com/open-power/hcode/commit/d11796515369>`__ SMF: SBE updates for
+ SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
+- `962e9921c88b <https://github.com/open-power/hcode/commit/962e9921c88b>`__ SMF: clear HRMOR[15]
+ in all modes so that secure mode won’t hang core
+
+Gregory S. Still (2):
+
+- `5762d99877f8 <https://github.com/open-power/hcode/commit/5762d99877f8>`__ Revert “Self Restore:
+ Integrated support for build of self-restore code in EKB.”
+- `51932dc44266 <https://github.com/open-power/hcode/commit/51932dc44266>`__ Revert “Self Restore:
+ Integrated support for build of self-restore code in EKB.”
+
+Jenny Huynh (2):
+
+- `473b1f4620dd <https://github.com/open-power/hcode/commit/473b1f4620dd>`__ HW417560 NCU master
+ tlbie settings tuning
+- `08985a7d51c3 <https://github.com/open-power/hcode/commit/08985a7d51c3>`__ Secure memory
+ allocation and setup
+
+Joe McGill (1):
+
+- `8fde47008ae5 <https://github.com/open-power/hcode/commit/8fde47008ae5>`__ FBC TDM recovery – PPE
+ update, clear recal_abort, pdwn unconnected lanes
+
+Michael Floyd (5):
+
+- `060a3ae8b3a1 <https://github.com/open-power/hcode/commit/060a3ae8b3a1>`__ STOP: Support to
+ unfreeze IMA after self-restore
+- `b46f051b9884 <https://github.com/open-power/hcode/commit/b46f051b9884>`__ STOP: Actually enable
+ Manual Stop1 for Nimbus DD1 to fix the PSSCR PLS reporting
+- `51a2d2a61147 <https://github.com/open-power/hcode/commit/51a2d2a61147>`__ STOP: Fix STOP1
+ correctly for DD1 Workaround
+- `0fea3b073537 <https://github.com/open-power/hcode/commit/0fea3b073537>`__ Fix DD LEVEL to
+ support minor ECs
+- `d520bc71a080 <https://github.com/open-power/hcode/commit/d520bc71a080>`__ CME Code Size
+ Reduction ATTEMPT#3
+
+Prasad Bg Ranganath (2):
+
+- `08ca175ac7d3 <https://github.com/open-power/hcode/commit/08ca175ac7d3>`__ Putring support for
+ SGPE platform
+- `90d69ca63b67 <https://github.com/open-power/hcode/commit/90d69ca63b67>`__ STOP:Dont clear
+ pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
+
+Prem Shanker Jha (23):
+
+- `edbff4367d05 <https://github.com/open-power/hcode/commit/edbff4367d05>`__ STOP API: API
+ conditionally supports 255 SCOM restore entries for each quad.
+- `66176a78c769 <https://github.com/open-power/hcode/commit/66176a78c769>`__ PM: Added support for
+ enable disable of 24x7 IMA.
+- `2f1b55d0784a <https://github.com/open-power/hcode/commit/2f1b55d0784a>`__ EQ SCOM Restore:
+ Introduced version control in SCOM restore entry.
+- `c5e1d1e154fa <https://github.com/open-power/hcode/commit/c5e1d1e154fa>`__ Hcode Injection: Adds
+ hcode error injection capability.
+- `2c4a28977ea7 <https://github.com/open-power/hcode/commit/2c4a28977ea7>`__ SCOM Restore:
+ Increased max eq scom restores entries supported to 255.
+- `058ab063c16f <https://github.com/open-power/hcode/commit/058ab063c16f>`__ SCOM Restore: Handle
+ case of old HB and new STOP API case.
+- `64f1e841cc66 <https://github.com/open-power/hcode/commit/64f1e841cc66>`__ SCOM Restore: Updated
+ EQ SCOM Restore logic.
+- `ffe69c747671 <https://github.com/open-power/hcode/commit/ffe69c747671>`__ UV Support: CME Hcode
+ changes to enable STOP entry exit in SMF mode.
+- `5477b13b8aa1 <https://github.com/open-power/hcode/commit/5477b13b8aa1>`__ Self Restore:
+ Integrated build with rest of the EKB build flow.
+- `52a11a1d8cc7 <https://github.com/open-power/hcode/commit/52a11a1d8cc7>`__ Revert “Self Restore:
+ Integrated build with rest of the EKB build flow.”
+- `00771fa993da <https://github.com/open-power/hcode/commit/00771fa993da>`__ Self Restore:
+ Integrated support for build of self-restore code in EKB.
+- `c919d9d0b0a5 <https://github.com/open-power/hcode/commit/c919d9d0b0a5>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `d7e8d7883577 <https://github.com/open-power/hcode/commit/d7e8d7883577>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `3061db3d69ee <https://github.com/open-power/hcode/commit/3061db3d69ee>`__ STOP API: Changes for
+ SMF and SPR self save
+- `0adc4f9c9733 <https://github.com/open-power/hcode/commit/0adc4f9c9733>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `56c7b556aa46 <https://github.com/open-power/hcode/commit/56c7b556aa46>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `df7b1f86b421 <https://github.com/open-power/hcode/commit/df7b1f86b421>`__ Img Build: HOMER
+ changes for SMF and SPR self save.
+- `12ef819fb295 <https://github.com/open-power/hcode/commit/12ef819fb295>`__ Self Restore:
+ Integrated build with rest of the EKB build flow.
+- `03fb4ce48575 <https://github.com/open-power/hcode/commit/03fb4ce48575>`__ Revert “Self Restore:
+ Integrated build with rest of the EKB build flow.”
+- `2f1739a53581 <https://github.com/open-power/hcode/commit/2f1739a53581>`__ Self Restore:
+ Integrated support for build of self-restore code in EKB.
+- `7bb39027bdf6 <https://github.com/open-power/hcode/commit/7bb39027bdf6>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `31fe5db5426e <https://github.com/open-power/hcode/commit/31fe5db5426e>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `1762a6ef1dc9 <https://github.com/open-power/hcode/commit/1762a6ef1dc9>`__ Self Restore: Changes
+ for SMF and SPR self save.
+
+Rahul Batra (18):
+
+- `777fb2ed5684 <https://github.com/open-power/hcode/commit/777fb2ed5684>`__ PGPE: Fixes and
+ Cleanup for Mfg/Char team
+- `985248cf55ed <https://github.com/open-power/hcode/commit/985248cf55ed>`__ OCC Flags/OCC Scratch
+ Updates
+- `6b56b1459f58 <https://github.com/open-power/hcode/commit/6b56b1459f58>`__ PSTATE: CME
+ refactoring and cleanup
+- `40edb9bed0e8 <https://github.com/open-power/hcode/commit/40edb9bed0e8>`__ PM: PGPE-SGPE Common
+ Code Updates
+- `b87f07ac673a <https://github.com/open-power/hcode/commit/b87f07ac673a>`__ PM: Inter-PPM controls
+ enablement and VDMCFG
+- `f8af7be16849 <https://github.com/open-power/hcode/commit/f8af7be16849>`__ PM: PMSR Update Fixes
+- `4f3d1f8ad891 <https://github.com/open-power/hcode/commit/4f3d1f8ad891>`__ PGPE:
+ STOP11+WOF+SafeMode Fixes
+- `c9cb39853b5c <https://github.com/open-power/hcode/commit/c9cb39853b5c>`__ WOF: More Phase 2
+ Fixes
+- `dc1e756bfc15 <https://github.com/open-power/hcode/commit/dc1e756bfc15>`__ PGPE: Error Handling
+ Support
+- `314a7a3990a1 <https://github.com/open-power/hcode/commit/314a7a3990a1>`__ PM: Fixes for Livelock
+ Scenarios
+- `1dda31245982 <https://github.com/open-power/hcode/commit/1dda31245982>`__ CME: Process DB0
+ inside intercme_msg_handler
+- `299fb1c3181c <https://github.com/open-power/hcode/commit/299fb1c3181c>`__ PGPE: ACK pending IPCs
+ upon fault with Pstates Stopped
+- `299a9ff24994 <https://github.com/open-power/hcode/commit/299a9ff24994>`__ PGPE: Don’t set EE=1
+ in CME Err Handler
+- `a4a2740828dd <https://github.com/open-power/hcode/commit/a4a2740828dd>`__ PGPE: Use correct VPD
+ Pts for VDD to Pstate intp.
+- `0c9db2e5070a <https://github.com/open-power/hcode/commit/0c9db2e5070a>`__ PM: Add Fields in OCC
+ Comp. Shr SRAM (1/4)
+- `96d494c43265 <https://github.com/open-power/hcode/commit/96d494c43265>`__ PM: Move SGPE/PGPE
+ Region and update QPMR/PPMR(2/4)
+- `888eabf3c65b <https://github.com/open-power/hcode/commit/888eabf3c65b>`__ PM:Fill SGPE/PGPE
+ regions fields in QPMR/PPMR(3/4)
+- `4576fce87893 <https://github.com/open-power/hcode/commit/4576fce87893>`__ PGPE: Only ack pending
+ Quad Exit on WOF Disable
+
+Richard J. Knight (1):
+
+- `62d33641fb57 <https://github.com/open-power/hcode/commit/62d33641fb57>`__ update gerrit hostname
+ for server migration
+
+Yue Du (131):
+
+- `9fa0bca8256d <https://github.com/open-power/hcode/commit/9fa0bca8256d>`__ STOP: Fix Srr1 wrongly
+ reported upon special wakeup
+- `9cf14ad78bee <https://github.com/open-power/hcode/commit/9cf14ad78bee>`__ STOP: Fix CME Special
+ Attention handling
+- `b187d9dec127 <https://github.com/open-power/hcode/commit/b187d9dec127>`__ STOP: Clean up stop
+ state after aborted L3 purge during Stop 11 entry
+- `50d85ba05425 <https://github.com/open-power/hcode/commit/50d85ba05425>`__ STOP: Fix Core Special
+ Wakeup window condition
+- `2f063536057b <https://github.com/open-power/hcode/commit/2f063536057b>`__ PM: PGPE hang fix
+ during VDM droop workaround
+- `b46364f8852b <https://github.com/open-power/hcode/commit/b46364f8852b>`__ STOP: Fix Stop1 Window
+ conditions
+- `6d438cd34f57 <https://github.com/open-power/hcode/commit/6d438cd34f57>`__ STOP: Fix hole in
+ 62403
+- `369bb2085bc9 <https://github.com/open-power/hcode/commit/369bb2085bc9>`__ STOP: remove chiplet
+ enable drop in core_poweron for multicast scom
+- `335521ff5c3c <https://github.com/open-power/hcode/commit/335521ff5c3c>`__ STOP: Fix VDM Droop
+ Event DB3 Window condition breaking STOP
+- `8ee920ea7232 <https://github.com/open-power/hcode/commit/8ee920ea7232>`__ first draft of
+ ppe_closed/cme & sgpe, and common/pmlib/
+- `64616b74284e <https://github.com/open-power/hcode/commit/64616b74284e>`__ CME/SGPE: Complete
+ Working STOP8 CME/SGPE Images Snapshot
+- `5f2e6f8d81d6 <https://github.com/open-power/hcode/commit/5f2e6f8d81d6>`__ CME/SGPE: STOP11
+ CME/SGPE Images Snapshot
+- `bfede8ec480a <https://github.com/open-power/hcode/commit/bfede8ec480a>`__ Combined Stop/PState
+ Cme Image + unified interrupt handler
+- `61af8a881aae <https://github.com/open-power/hcode/commit/61af8a881aae>`__ CME/SGPE: update stop
+ cme/sgpe images
+- `bc9bb572d403 <https://github.com/open-power/hcode/commit/bc9bb572d403>`__ CME/SGPE: Optimus
+ Prime approves these upgrade of STOP images
+- `79e84aa28337 <https://github.com/open-power/hcode/commit/79e84aa28337>`__ CME/SGPE: STOP Images
+ functional bug fix collection
+- `6a5a238342c0 <https://github.com/open-power/hcode/commit/6a5a238342c0>`__ CME/SGPE: STOP image
+ updates and fixes
+- `812806005f0e <https://github.com/open-power/hcode/commit/812806005f0e>`__ CME/SGPE: yet another
+ updating commit for stop images
+- `03a1c325e27f <https://github.com/open-power/hcode/commit/03a1c325e27f>`__ STOP: Hcode SPWU
+ replacing auto spwu
+- `43ed89a56b77 <https://github.com/open-power/hcode/commit/43ed89a56b77>`__ HB: fix HB core boot
+ resulting cme boot
+- `4d137bc45835 <https://github.com/open-power/hcode/commit/4d137bc45835>`__ STOP Image updates
+- `bfc2e785e03f <https://github.com/open-power/hcode/commit/bfc2e785e03f>`__ STOP: clear EISR
+ pm_active in entry catchup case.
+- `db26cbf27922 <https://github.com/open-power/hcode/commit/db26cbf27922>`__ STOP: enable cme trace
+ array before cme boot in SGPE
+- `6237da008ba3 <https://github.com/open-power/hcode/commit/6237da008ba3>`__ STOP: logic hole in L2
+ purge abort causing core being 0 undetected
+- `08e215c16d75 <https://github.com/open-power/hcode/commit/08e215c16d75>`__ STOP: fix variable
+ spin being defined under epm_tunning enabled
+- `5e742844d0d6 <https://github.com/open-power/hcode/commit/5e742844d0d6>`__ STOP: Cache Scom
+ Restore(without copy to Sram)
+- `395eb7ab9d95 <https://github.com/open-power/hcode/commit/395eb7ab9d95>`__ STOP: DD2 - abort
+ entry on attn/recov + skip power off on OOB bits
+- `5e3e7f755b40 <https://github.com/open-power/hcode/commit/5e3e7f755b40>`__ STOP: scominit adding
+ initfile calls
+- `add78b915e7e <https://github.com/open-power/hcode/commit/add78b915e7e>`__ STOP: Set chiplet ids
+ in sgpe and cme
+- `aee37bdb6f32 <https://github.com/open-power/hcode/commit/aee37bdb6f32>`__ STOP: SGPE IPC support
+ for WOF
+- `ee432a5c78b9 <https://github.com/open-power/hcode/commit/ee432a5c78b9>`__ STOP: Enable
+ DLS+ManualStop1 Fix for DD1
+- `c47b00594dd0 <https://github.com/open-power/hcode/commit/c47b00594dd0>`__ STOP: Stop cme trace
+ array and halt CME before stop cache clocks
+- `1cacd2e47afb <https://github.com/open-power/hcode/commit/1cacd2e47afb>`__ STOP: prevent ppe wait
+ cycle being compiled out by compiler
+- `e5cbaf622642 <https://github.com/open-power/hcode/commit/e5cbaf622642>`__ STOP: Clear up todo
+ items in STOP and mark them with RTC
+- `7a8ac99b193a <https://github.com/open-power/hcode/commit/7a8ac99b193a>`__ STOP: Fix CME halt in
+ sgpe entry to check partial good ex
+- `8045ce18d2f1 <https://github.com/open-power/hcode/commit/8045ce18d2f1>`__ HW398205: fix cme
+ entry abort changed irq masking assumption
+- `9636f085a381 <https://github.com/open-power/hcode/commit/9636f085a381>`__ STOP: optimize size of
+ stop images
+- `147aa0e27bfb <https://github.com/open-power/hcode/commit/147aa0e27bfb>`__ STOP: Fix L2 purge
+ abort by pc interrupt on core handoff to sgpe
+- `23699f0f507c <https://github.com/open-power/hcode/commit/23699f0f507c>`__ STOP: move drop few
+ quiesces from l2/cache startclocks to scomcust
+- `b8fd2c796b1e <https://github.com/open-power/hcode/commit/b8fd2c796b1e>`__ IPL/Stop: Assert
+ ABIST_SRAM_MODE_DC to support ABIST Recovery
+- `ca38deeb68d3 <https://github.com/open-power/hcode/commit/ca38deeb68d3>`__ STOP: Fix optimize
+ size and quad spwu issue of EIMR bookkeep
+- `8f9b2870e788 <https://github.com/open-power/hcode/commit/8f9b2870e788>`__ Hcode: Create
+ centralized memory map headers
+- `2b66fcf8c509 <https://github.com/open-power/hcode/commit/2b66fcf8c509>`__ STOP: Change ring_save
+ structure to 0xfff3fc00 PDA location
+- `e3f788c9832f <https://github.com/open-power/hcode/commit/e3f788c9832f>`__ STOP: Atomic lock of
+ cache clock controller and PCB slave
+- `c2290bc9dcd9 <https://github.com/open-power/hcode/commit/c2290bc9dcd9>`__ STOP: FIX phantom
+ wakeup vs. wakeup_notify_select
+- `0bd58a1ae4cd <https://github.com/open-power/hcode/commit/0bd58a1ae4cd>`__ STOP: Acquire pcbmux
+ after assert glsmux in cme exit
+- `397e4a685a0a <https://github.com/open-power/hcode/commit/397e4a685a0a>`__ STOP: Conditional
+ compile current error check to save cme size
+- `2f993351fce4 <https://github.com/open-power/hcode/commit/2f993351fce4>`__ STOP: writing all 1s
+ to lpid of each thread regardless fuse or not
+- `4e43fe99fdd5 <https://github.com/open-power/hcode/commit/4e43fe99fdd5>`__ STOP: DD2 set
+ PPM_WRITE_DISABLE along with wakeup_notify_select
+- `d306208678bf <https://github.com/open-power/hcode/commit/d306208678bf>`__ STOP: Using PANIC
+ codes at every pk_halt
+- `42983359df3b <https://github.com/open-power/hcode/commit/42983359df3b>`__ STOP: IPC Fixes
+- `018efbd5a68a <https://github.com/open-power/hcode/commit/018efbd5a68a>`__ STOP: Recent Lab Fixes
+- `c8a51c06776a <https://github.com/open-power/hcode/commit/c8a51c06776a>`__ STOP: express
+ processing targets of stop1/2 and stop5/8 exit
+- `53f1e7456266 <https://github.com/open-power/hcode/commit/53f1e7456266>`__ STOP: UIH updates on
+ trace and phantom interrupt handling
+- `14430f595c58 <https://github.com/open-power/hcode/commit/14430f595c58>`__ STOP: clear PCBMUX
+ disable from STOP Exit instead of SGPE INIT
+- `595dfc61ace3 <https://github.com/open-power/hcode/commit/595dfc61ace3>`__ STOP: Fix express
+ processing commit
+- `3a274b8ce7a8 <https://github.com/open-power/hcode/commit/3a274b8ce7a8>`__ STOP: Enable CHTM
+- `25e3908c810f <https://github.com/open-power/hcode/commit/25e3908c810f>`__ STOP: DD2 workaround
+ toggling pm_exit and wakeup without lpid ram
+- `4214195803a4 <https://github.com/open-power/hcode/commit/4214195803a4>`__ STOP: Add global
+ checkstop FIR check in CME/SGPE
+- `da5fbae2bce5 <https://github.com/open-power/hcode/commit/da5fbae2bce5>`__ STOP: enable
+ decrementor wakeup
+- `42ddb69355b9 <https://github.com/open-power/hcode/commit/42ddb69355b9>`__ STOP: SGPE fixes for
+ PGPE Interaction
+- `dbc5a4d27789 <https://github.com/open-power/hcode/commit/dbc5a4d27789>`__ STOP: Fix
+ FABRIC_PUMP_MODE plumbing in stop images
+- `8e8f54fb5906 <https://github.com/open-power/hcode/commit/8e8f54fb5906>`__ STOP: Stop1 overall
+ fix
+- `4404541f4c43 <https://github.com/open-power/hcode/commit/4404541f4c43>`__ STOP: Fix STOP1 with
+ Powermixer
+- `a7817cd22ca3 <https://github.com/open-power/hcode/commit/a7817cd22ca3>`__ STOP: Fix hostboot
+ stop level mapping
+- `e1b9fa3165f7 <https://github.com/open-power/hcode/commit/e1b9fa3165f7>`__ STOP: Move Stop 8 code
+ from CME to SGPE for CME space savings
+- `d5c4e6d6eb3c <https://github.com/open-power/hcode/commit/d5c4e6d6eb3c>`__ STOP: move CME
+ scominits from corequad_init to SGPE
+- `8d6afc648185 <https://github.com/open-power/hcode/commit/8d6afc648185>`__ STOP: NDD2 daul cast
+ workaround
+- `9e5e6987ce47 <https://github.com/open-power/hcode/commit/9e5e6987ce47>`__ STOP: Scrub \_ANR and
+ \_OR opcode from regular cme getscom
+- `3be7a025c4b4 <https://github.com/open-power/hcode/commit/3be7a025c4b4>`__ STOP: Fix suspend_stop
+ when threads are idle
+- `5ef29f4f0b44 <https://github.com/open-power/hcode/commit/5ef29f4f0b44>`__ STOP: block wakeup (+
+ block entry since patch 15)
+- `97d950e4fcf4 <https://github.com/open-power/hcode/commit/97d950e4fcf4>`__ STOP: Suspend stop to
+ cmes
+- `35e40d9f239a <https://github.com/open-power/hcode/commit/35e40d9f239a>`__ STOP: inline
+ called-once functions
+- `853ebdb748d0 <https://github.com/open-power/hcode/commit/853ebdb748d0>`__ STOP: Fix EPM Compiler
+ error
+- `1bdd5be3c625 <https://github.com/open-power/hcode/commit/1bdd5be3c625>`__ STOP: CME no state
+ loss causes stop level map
+- `4f79fd1521fa <https://github.com/open-power/hcode/commit/4f79fd1521fa>`__ STOP: Put PIG and
+ Notify_select back to back
+- `bb61e86407c9 <https://github.com/open-power/hcode/commit/bb61e86407c9>`__ STOP: collection of
+ small fixes
+- `dfe9fb6d5b26 <https://github.com/open-power/hcode/commit/dfe9fb6d5b26>`__ STOP: Remove sdisn dd1
+ workaround from dd2, add sync
+- `165be7914dd4 <https://github.com/open-power/hcode/commit/165be7914dd4>`__ STOP: Disable Stop8
+- `a785ba7bd82a <https://github.com/open-power/hcode/commit/a785ba7bd82a>`__ STOP: Stop5
+ Performance Boost and solve IPC issues
+- `46e554dd65d6 <https://github.com/open-power/hcode/commit/46e554dd65d6>`__ STOP: Fix Disable
+ Stop8 on L3 Purge Abort case
+- `879e075c8794 <https://github.com/open-power/hcode/commit/879e075c8794>`__ STOP: Fix
+ DISABLE_STOP8 broken HB in NDD1
+- `70ea2a3001f9 <https://github.com/open-power/hcode/commit/70ea2a3001f9>`__ STOP/EPM: Fix Stop5
+ history and marker reporting
+- `ef3b1c4fd9f6 <https://github.com/open-power/hcode/commit/ef3b1c4fd9f6>`__ STOP: Attempt to Fix
+ quad spwu caused incorrect flow
+- `5663ad1a0a6e <https://github.com/open-power/hcode/commit/5663ad1a0a6e>`__ STOP: Init code before
+ starting threads
+- `92e7e51217c7 <https://github.com/open-power/hcode/commit/92e7e51217c7>`__ STOP: Core Xstop
+ Injection
+- `1d91a624cd08 <https://github.com/open-power/hcode/commit/1d91a624cd08>`__ STOP: Fix NCU tlbie
+ quiesce and purge for disable_stop8
+- `c4dd66c7e905 <https://github.com/open-power/hcode/commit/c4dd66c7e905>`__ STOP: Fix PIG in L2
+ Resonant Clock support
+- `3a0701e16b0b <https://github.com/open-power/hcode/commit/3a0701e16b0b>`__ STOP/EPM: Fix EPM
+ marker
+- `1ca56324b31b <https://github.com/open-power/hcode/commit/1ca56324b31b>`__ STOP: Add Core quiesce
+ workaround to CME Fit Timer
+- `16c90472bc44 <https://github.com/open-power/hcode/commit/16c90472bc44>`__ STOP: Fix resonant
+ clock supprot for STOP11
+- `7e6359852b9c <https://github.com/open-power/hcode/commit/7e6359852b9c>`__ STOP: Fix VDM
+- `6bcca60d0b20 <https://github.com/open-power/hcode/commit/6bcca60d0b20>`__ STOP: Reenable STOP8
+ (without L2 resonant clock support)
+- `2f9abf6ea21a <https://github.com/open-power/hcode/commit/2f9abf6ea21a>`__ STOP: Core livelock
+ buster
+- `42f7f0722483 <https://github.com/open-power/hcode/commit/42f7f0722483>`__ STOP: Properly clear
+ DPLL unlock indication in dpll_setup
+- `8de4444d0bf0 <https://github.com/open-power/hcode/commit/8de4444d0bf0>`__ STOP: Fix VDM being
+ powered down through Stop2
+- `0d6d5a47ca19 <https://github.com/open-power/hcode/commit/0d6d5a47ca19>`__ STOP: Fix Dec Wakeup
+ on NDD2.1
+- `687e91a4bebc <https://github.com/open-power/hcode/commit/687e91a4bebc>`__ Revert PLL unlock
+ commits of 45102 and 46563
+- `84d1108a96f5 <https://github.com/open-power/hcode/commit/84d1108a96f5>`__ STOP: Fix Resonent
+ Clock Support for STOP11
+- `3f6199622ee9 <https://github.com/open-power/hcode/commit/3f6199622ee9>`__ STOP: Fix SGPE UIH
+ Messed up EIMR book keeping Error
+- `b5a192341afa <https://github.com/open-power/hcode/commit/b5a192341afa>`__ STOP: Fix SGPE IPC
+ acks causing UIH stack underflow
+- `9453b8d7ded6 <https://github.com/open-power/hcode/commit/9453b8d7ded6>`__ STOP: EX deconfigure
+ masking for EQ chiplet FIR
+- `7665beeefb58 <https://github.com/open-power/hcode/commit/7665beeefb58>`__ STOP/PState: SGPE/PGPE
+ Error Handling Support
+- `9b1b8717adaa <https://github.com/open-power/hcode/commit/9b1b8717adaa>`__ STOP: Fix PLS deepest
+ when stop4+ due to self restore wakeup
+- `69a928aa4bb2 <https://github.com/open-power/hcode/commit/69a928aa4bb2>`__ STOP: Update STOP
+ History with Stop8 for Srr1 state loss reporting
+- `55f1962e9611 <https://github.com/open-power/hcode/commit/55f1962e9611>`__ STOP: Fix SGPE stop
+ servicing wakeups
+- `23df9c72f523 <https://github.com/open-power/hcode/commit/23df9c72f523>`__ STOP: Fix Phantom PCWU
+ causing CME IOTA to halt
+- `6394ad5d5d44 <https://github.com/open-power/hcode/commit/6394ad5d5d44>`__ STOP: Block Wakeup
+ Mode Fixes for Phyp
+- `80df64dc8b8d <https://github.com/open-power/hcode/commit/80df64dc8b8d>`__ STOP: Fix Block Wakeup
+ Mode with Catchup and Abort cases
+- `504882800d12 <https://github.com/open-power/hcode/commit/504882800d12>`__ STOP: Abort Entry on
+ Error
+- `b85b02d31b6c <https://github.com/open-power/hcode/commit/b85b02d31b6c>`__ STOP: Support Suspend
+ Entry/Exit and Fix Pig Collision
+- `2daa7fda42f4 <https://github.com/open-power/hcode/commit/2daa7fda42f4>`__ STOP: Fix Data Machine
+ Check with PLS Fix
+- `1bd7fb127cf2 <https://github.com/open-power/hcode/commit/1bd7fb127cf2>`__ STOP: Fix Infinite
+ Stacking up Stop Processing led by Entry Abort
+- `d9226cd7ef3c <https://github.com/open-power/hcode/commit/d9226cd7ef3c>`__ STOP: Fix SGPE Active
+ Core Updates
+- `d1716d00737b <https://github.com/open-power/hcode/commit/d1716d00737b>`__ STOP: Fix History
+ Write Data Machine Check by PPM_WRITE_DISABLE
+- `a14e95a6f9a9 <https://github.com/open-power/hcode/commit/a14e95a6f9a9>`__ STOP: CME/SGPE Hcode
+ size reduction via global use of literals
+- `16516a11d74b <https://github.com/open-power/hcode/commit/16516a11d74b>`__ STOP: Fix Srr1 wrongly
+ reported upon special wakeup
+- `0b555c46d817 <https://github.com/open-power/hcode/commit/0b555c46d817>`__ STOP: Fix leftover
+ wakeup aborting next entry
+- `4c395be55c71 <https://github.com/open-power/hcode/commit/4c395be55c71>`__ STOP: Clean up stop
+ state after aborted L3 purge during Stop 11 entry
+- `97ebd3defe27 <https://github.com/open-power/hcode/commit/97ebd3defe27>`__ STOP: Fix Stop1 Window
+ conditions
+- `0b859154f439 <https://github.com/open-power/hcode/commit/0b859154f439>`__ STOP: Fix hole in
+ 62403
+- `05ecc90b525b <https://github.com/open-power/hcode/commit/05ecc90b525b>`__ STOP: Fix PLS/Srr1
+ over reporting bug (impact stop2 only)
+- `1e733df20292 <https://github.com/open-power/hcode/commit/1e733df20292>`__ STOP: Assert Auto
+ Special Wakeup mode on cores with halted CME
+- `691d819d65ae <https://github.com/open-power/hcode/commit/691d819d65ae>`__ STOP: Fix incorrect
+ solution in 61385
+- `ba27d42d879d <https://github.com/open-power/hcode/commit/ba27d42d879d>`__ STOP: Fix leftover
+ wakeup aborting next entry
+- `6fa2da010fe0 <https://github.com/open-power/hcode/commit/6fa2da010fe0>`__ STOP: Assert Auto
+ Special Wakeup mode on cores with halted CME
+- `5e5285bdc7ca <https://github.com/open-power/hcode/commit/5e5285bdc7ca>`__ STOP: Fix Spwu Auto to
+ Manual mode Signals Sync up.
+- `81d08fdcddec <https://github.com/open-power/hcode/commit/81d08fdcddec>`__ IPL/STOP: Disable LCO
+ when only two EXes are configured
+- `d1bfc67460df <https://github.com/open-power/hcode/commit/d1bfc67460df>`__ STOP: Disable cache
+ inject and LCO before purge L3
+- `e995520aa797 <https://github.com/open-power/hcode/commit/e995520aa797>`__ STOP: Fix Bug
+ introduced by 66511
+- `933b1b1214c5 <https://github.com/open-power/hcode/commit/933b1b1214c5>`__ STOP: Change cme init
+ to avoid using sisr block wakeup status
+
+hostboot (77):
+
+- `8ebf9d25f75e <https://github.com/open-power/hcode/commit/8ebf9d25f75e>`__ Release tag
+ information updated for hw061918a.920
+- `ebe34c4d9214 <https://github.com/open-power/hcode/commit/ebe34c4d9214>`__ Release tag
+ information updated for hw062018a.920
+- `fa642d7dff73 <https://github.com/open-power/hcode/commit/fa642d7dff73>`__ Release tag
+ information updated for hw062118a.920
+- `c8b9fe083a2d <https://github.com/open-power/hcode/commit/c8b9fe083a2d>`__ Release tag
+ information updated for hw062218a.920
+- `5aec165e2d02 <https://github.com/open-power/hcode/commit/5aec165e2d02>`__ Release tag
+ information updated for hw062318a.920
+- `e5489c35029d <https://github.com/open-power/hcode/commit/e5489c35029d>`__ Release tag
+ information updated for hw062518a.920
+- `6c04729cc5a5 <https://github.com/open-power/hcode/commit/6c04729cc5a5>`__ Release tag
+ information updated for hw062618a.920
+- `b2db756845d1 <https://github.com/open-power/hcode/commit/b2db756845d1>`__ Release tag
+ information updated for hw062718a.920
+- `016a745b13ba <https://github.com/open-power/hcode/commit/016a745b13ba>`__ Release tag
+ information updated for hw062818a.920
+- `169b85d36210 <https://github.com/open-power/hcode/commit/169b85d36210>`__ Release tag
+ information updated for hw062918a.920
+- `1ff4bfd66475 <https://github.com/open-power/hcode/commit/1ff4bfd66475>`__ Release tag
+ information updated for hw070318a.920
+- `61331f0370f3 <https://github.com/open-power/hcode/commit/61331f0370f3>`__ Release tag
+ information updated for hw070618a.920
+- `43f4caba2ed5 <https://github.com/open-power/hcode/commit/43f4caba2ed5>`__ Release tag
+ information updated for hw070718b.920
+- `4fb5657b74cc <https://github.com/open-power/hcode/commit/4fb5657b74cc>`__ Release tag
+ information updated for hw071018a.920
+- `63cade31b47f <https://github.com/open-power/hcode/commit/63cade31b47f>`__ Release tag
+ information updated for hw071118a.920
+- `9585f97f7b16 <https://github.com/open-power/hcode/commit/9585f97f7b16>`__ Release tag
+ information updated for hw071118b.920
+- `f4500d105ab1 <https://github.com/open-power/hcode/commit/f4500d105ab1>`__ Release tag
+ information updated for hw071418a.920
+- `a07a0e57a533 <https://github.com/open-power/hcode/commit/a07a0e57a533>`__ Release tag
+ information updated for hw071518a.920
+- `31e3dd374bb3 <https://github.com/open-power/hcode/commit/31e3dd374bb3>`__ Release tag
+ information updated for hw071718a.920
+- `c55120a93fee <https://github.com/open-power/hcode/commit/c55120a93fee>`__ Release tag
+ information updated for hw071818a.920
+- `181339033db5 <https://github.com/open-power/hcode/commit/181339033db5>`__ Release tag
+ information updated for hw072518a.920
+- `c7456ae85294 <https://github.com/open-power/hcode/commit/c7456ae85294>`__ Release tag
+ information updated for hw072618a.920
+- `eda2a98fe87d <https://github.com/open-power/hcode/commit/eda2a98fe87d>`__ Release tag
+ information updated for hw080118a.920
+- `d7ae5d19629f <https://github.com/open-power/hcode/commit/d7ae5d19629f>`__ Release tag
+ information updated for hw080918a.920
+- `94491cf743ec <https://github.com/open-power/hcode/commit/94491cf743ec>`__ Release tag
+ information updated for hw082218a.930
+- `f241353a3ec6 <https://github.com/open-power/hcode/commit/f241353a3ec6>`__ Remove files to
+ restore git history
+- `6786319b2fb4 <https://github.com/open-power/hcode/commit/6786319b2fb4>`__ Release tag
+ information updated for hw082218b.930
+- `6e6e58f54558 <https://github.com/open-power/hcode/commit/6e6e58f54558>`__ Release tag
+ information updated for hw082318a.930
+- `054ef762ef58 <https://github.com/open-power/hcode/commit/054ef762ef58>`__ Release tag
+ information updated for hw082418a.930
+- `22eddcf69bc3 <https://github.com/open-power/hcode/commit/22eddcf69bc3>`__ Release tag
+ information updated for hw082518a.930
+- `3909ea4b1a3c <https://github.com/open-power/hcode/commit/3909ea4b1a3c>`__ Release tag
+ information updated for hw082718b.930
+- `0dd088012def <https://github.com/open-power/hcode/commit/0dd088012def>`__ Release tag
+ information updated for hw082818a.930
+- `4adf86eece20 <https://github.com/open-power/hcode/commit/4adf86eece20>`__ Release tag
+ information updated for hw082918a.930
+- `75917d6d2499 <https://github.com/open-power/hcode/commit/75917d6d2499>`__ Release tag
+ information updated for hw083018a.930
+- `8b0503bbb423 <https://github.com/open-power/hcode/commit/8b0503bbb423>`__ Release tag
+ information updated for hw090118a.930
+- `ba2ab0af5bb9 <https://github.com/open-power/hcode/commit/ba2ab0af5bb9>`__ Release tag
+ information updated for hw090318a.930
+- `aa14edfd21c2 <https://github.com/open-power/hcode/commit/aa14edfd21c2>`__ Release tag
+ information updated for hw090518a.930
+- `3850f5347cb2 <https://github.com/open-power/hcode/commit/3850f5347cb2>`__ Release tag
+ information updated for hw091318a.930
+- `ab50249172ff <https://github.com/open-power/hcode/commit/ab50249172ff>`__ Release tag
+ information updated for hw091518a.930
+- `2187a72368c3 <https://github.com/open-power/hcode/commit/2187a72368c3>`__ Release tag
+ information updated for hw091818a.930
+- `96d91da78a8a <https://github.com/open-power/hcode/commit/96d91da78a8a>`__ Release tag
+ information updated for hw091918a.930
+- `9d245f2518e4 <https://github.com/open-power/hcode/commit/9d245f2518e4>`__ Release tag
+ information updated for hw092018a.930
+- `c715f43231cc <https://github.com/open-power/hcode/commit/c715f43231cc>`__ Release tag
+ information updated for hw092218a.930
+- `0ee2ed1e73e5 <https://github.com/open-power/hcode/commit/0ee2ed1e73e5>`__ Release tag
+ information updated for hw092518a.930
+- `85f754205d58 <https://github.com/open-power/hcode/commit/85f754205d58>`__ Release tag
+ information updated for hw092618a.930
+- `10bf99ef8b63 <https://github.com/open-power/hcode/commit/10bf99ef8b63>`__ Release tag
+ information updated for hw092718a.930
+- `110d77df2db5 <https://github.com/open-power/hcode/commit/110d77df2db5>`__ Release tag
+ information updated for hw092818a.930
+- `96a0480a73df <https://github.com/open-power/hcode/commit/96a0480a73df>`__ Release tag
+ information updated for hw092918a.930
+- `8994383c50d7 <https://github.com/open-power/hcode/commit/8994383c50d7>`__ Release tag
+ information updated for hw100218a.930
+- `97dfe3026c12 <https://github.com/open-power/hcode/commit/97dfe3026c12>`__ Release tag
+ information updated for hw100318a.930
+- `32d6982fa49c <https://github.com/open-power/hcode/commit/32d6982fa49c>`__ Release tag
+ information updated for hw100418a.930
+- `fb1cfe5d1f0d <https://github.com/open-power/hcode/commit/fb1cfe5d1f0d>`__ Release tag
+ information updated for hw100518a.930
+- `6083743a69ad <https://github.com/open-power/hcode/commit/6083743a69ad>`__ Release tag
+ information updated for hw100618a.930
+- `bbc1e12eb3c2 <https://github.com/open-power/hcode/commit/bbc1e12eb3c2>`__ Release tag
+ information updated for hw100918a.930
+- `833f5f0cac7d <https://github.com/open-power/hcode/commit/833f5f0cac7d>`__ Release tag
+ information updated for hw101018a.930
+- `2e50384d51b6 <https://github.com/open-power/hcode/commit/2e50384d51b6>`__ Release tag
+ information updated for hw101118a.930
+- `d2fb0b0c60c8 <https://github.com/open-power/hcode/commit/d2fb0b0c60c8>`__ Release tag
+ information updated for hw101218a.930
+- `3aa39e3ce6b3 <https://github.com/open-power/hcode/commit/3aa39e3ce6b3>`__ Release tag
+ information updated for hw101318a.930
+- `94a83e1f90a7 <https://github.com/open-power/hcode/commit/94a83e1f90a7>`__ Release tag
+ information updated for hw101718a.930
+- `92d086017054 <https://github.com/open-power/hcode/commit/92d086017054>`__ Release tag
+ information updated for hw101818a.930
+- `97165dd1a052 <https://github.com/open-power/hcode/commit/97165dd1a052>`__ Release tag
+ information updated for hw101918a.930
+- `875b828fcde4 <https://github.com/open-power/hcode/commit/875b828fcde4>`__ Release tag
+ information updated for hw102018a.930
+- `c1bc6f698107 <https://github.com/open-power/hcode/commit/c1bc6f698107>`__ Release tag
+ information updated for hw102318a.930
+- `aa1bf832ebb5 <https://github.com/open-power/hcode/commit/aa1bf832ebb5>`__ Release tag
+ information updated for hw102418a.930
+- `1dd4c043e9d7 <https://github.com/open-power/hcode/commit/1dd4c043e9d7>`__ Release tag
+ information updated for hw102518a.930
+- `690b5374a33a <https://github.com/open-power/hcode/commit/690b5374a33a>`__ Release tag
+ information updated for hw102618a.930
+- `947ea51a0746 <https://github.com/open-power/hcode/commit/947ea51a0746>`__ Release tag
+ information updated for hw102718a.930
+- `081daf6f62d2 <https://github.com/open-power/hcode/commit/081daf6f62d2>`__ Release tag
+ information updated for hw103018a.930
+- `c80d12a0db73 <https://github.com/open-power/hcode/commit/c80d12a0db73>`__ Release tag
+ information updated for hw103118a.930
+- `e86871325999 <https://github.com/open-power/hcode/commit/e86871325999>`__ Release tag
+ information updated for hw110118a.930
+- `97b411489e03 <https://github.com/open-power/hcode/commit/97b411489e03>`__ Release tag
+ information updated for hw110218a.930
+- `f30dd702b79e <https://github.com/open-power/hcode/commit/f30dd702b79e>`__ Release tag
+ information updated for hw110318a.930
+- `670b3fa576fb <https://github.com/open-power/hcode/commit/670b3fa576fb>`__ Removing selfRest.bin
+ as it changed, mirror tool cannot mirror binary files
+- `0178a133fbbd <https://github.com/open-power/hcode/commit/0178a133fbbd>`__ Release tag
+ information updated for hw111318a.930
+- `cdb633ddb79d <https://github.com/open-power/hcode/commit/cdb633ddb79d>`__ Release tag
+ information updated for hw111518a.930
+- `92d425d4f137 <https://github.com/open-power/hcode/commit/92d425d4f137>`__ Release tag
+ information updated for hw112018a.930
+- `f5d8831eca2d <https://github.com/open-power/hcode/commit/f5d8831eca2d>`__ Release tag
+ information updated for hw112118a.930
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _op-build-v2.2-rc1-patches-2:
+
+Patches
+~~~~~~~
+
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _op-build-v2.2-rc1-commits-2:
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `2c1001a91668 <https://github.com/open-power/hostboot/commit/2c1001a91668>`__ Axone only-IPL
+ Procedures update to support SBE changes
+
+Adam Hale (5):
+
+- `2fe693504fb6 <https://github.com/open-power/hostboot/commit/2fe693504fb6>`__ SW434534: Channel
+ Fail Cascade Workaround part 1
+- `4b5108755cea <https://github.com/open-power/hostboot/commit/4b5108755cea>`__ Disable HW439321
+ workaround in dd1.3
+- `95b925b6af0e <https://github.com/open-power/hostboot/commit/95b925b6af0e>`__ HW439321 for dd1.3
+ with compat mode
+- `4f8994da8802 <https://github.com/open-power/hostboot/commit/4f8994da8802>`__ HW467590 - WAT
+ Solution to prevent ARMWF starvation early hang
+- `d83a4ee8495c <https://github.com/open-power/hostboot/commit/d83a4ee8495c>`__ SW449387 - Removed
+ Centaur Bad Lane voting disable and CRC tally
+
+Alpana Kumari (2):
+
+- `e5df99c9d267 <https://github.com/open-power/hostboot/commit/e5df99c9d267>`__ EC level match for
+ only functional master Proc per Node
+- `e68587e470a3 <https://github.com/open-power/hostboot/commit/e68587e470a3>`__ Support flag
+ parameter for addBusCallout
+
+Alvin Wang (1):
+
+- `41e818515bd8 <https://github.com/open-power/hostboot/commit/41e818515bd8>`__ Update
+ setup_fw_boot_config() to read out actual values from attributes
+
+Amit Tendolkar (6):
+
+- `8fcc6813c098 <https://github.com/open-power/hostboot/commit/8fcc6813c098>`__ SW419349: Handle
+ override of deconfig by Error vs FCO reasons by association
+- `dc3e00781d72 <https://github.com/open-power/hostboot/commit/dc3e00781d72>`__ Adapt
+ p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood
+- `7ae026518959 <https://github.com/open-power/hostboot/commit/7ae026518959>`__ Avoid spurious Malf
+ Alert (HMI) to PHYP in PM Complex Reset/Suspend
+- `dd2fa4504ba3 <https://github.com/open-power/hostboot/commit/dd2fa4504ba3>`__ Handling special
+ wakeup assert/deassert mis-match in PM Reset/Init on MALF
+- `4022351e16d2 <https://github.com/open-power/hostboot/commit/4022351e16d2>`__ Enable PM Malf
+ Alert Handling & PM Complex FFDC to HOMER
+- `9787cfbf7cd9 <https://github.com/open-power/hostboot/commit/9787cfbf7cd9>`__ Misc. fixes for PM
+ Malf/Stop Recovery with CME injects
+
+Andre Marin (30):
+
+- `e53ffaa95148 <https://github.com/open-power/hostboot/commit/e53ffaa95148>`__ Add empty files for
+ refactored SPD read API
+- `81996e944c89 <https://github.com/open-power/hostboot/commit/81996e944c89>`__ Add SPD reader and
+ traits DDR4 def
+- `3f7719f257dd <https://github.com/open-power/hostboot/commit/3f7719f257dd>`__ Add SPD decoder
+ files for the factory, decoder, and data engine
+- `a8edea55c6dd <https://github.com/open-power/hostboot/commit/a8edea55c6dd>`__ Move poll.H into
+ generic memory folder
+- `77a99242f79d <https://github.com/open-power/hostboot/commit/77a99242f79d>`__ Remove Nimbus
+ dependencies from the SPD decoder
+- `d175f43bb505 <https://github.com/open-power/hostboot/commit/d175f43bb505>`__ Add MEM_PORT target
+- `0baa771538e2 <https://github.com/open-power/hostboot/commit/0baa771538e2>`__ Add empty
+ mss_byte.H and mss_generic_check to ease HB mirroring
+- `6a03e838d00c <https://github.com/open-power/hostboot/commit/6a03e838d00c>`__ Generalize byte
+ reading from SPD reading, for exp i2c reuse
+- `971d57b0cfd8 <https://github.com/open-power/hostboot/commit/971d57b0cfd8>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `4b6dde2ad7d0 <https://github.com/open-power/hostboot/commit/4b6dde2ad7d0>`__ Implement
+ exp_check_for_ready
+- `84923368d03f <https://github.com/open-power/hostboot/commit/84923368d03f>`__ Fix i2c doxy and
+ update i2c_access.H doxy to match fapi2_access_i2c.H
+- `d6d3649cfdfa <https://github.com/open-power/hostboot/commit/d6d3649cfdfa>`__ Fixes memdiags
+ broadcast mode address check bug
+- `a26749cdb659 <https://github.com/open-power/hostboot/commit/a26749cdb659>`__ Remove Nimbus
+ dependencies from the SPD decoder
+- `f43f978d59a3 <https://github.com/open-power/hostboot/commit/f43f978d59a3>`__ Add field .C empty
+ files for hb mirroring
+- `0fb82ef1a410 <https://github.com/open-power/hostboot/commit/0fb82ef1a410>`__ Initial mss_field
+ endian modification
+- `afa0689dd90b <https://github.com/open-power/hostboot/commit/afa0689dd90b>`__ Port-over generic
+ SPD attributes that shouldn’t change per controller
+- `812d58b11ac4 <https://github.com/open-power/hostboot/commit/812d58b11ac4>`__ Add empty explorer
+ “check_for_ready” procedure files
+- `9bc9cc1ec309 <https://github.com/open-power/hostboot/commit/9bc9cc1ec309>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `d768ab360d9b <https://github.com/open-power/hostboot/commit/d768ab360d9b>`__ Add empty memory
+ explorer error XML
+- `317471bc269b <https://github.com/open-power/hostboot/commit/317471bc269b>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `d4e67b9f29f6 <https://github.com/open-power/hostboot/commit/d4e67b9f29f6>`__ Implement
+ exp_check_for_ready
+- `69f7231cce31 <https://github.com/open-power/hostboot/commit/69f7231cce31>`__ Add emtpy
+ exp_i2c_fields.H file for mirroring
+- `544628c36630 <https://github.com/open-power/hostboot/commit/544628c36630>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `f47ca20c2aa8 <https://github.com/open-power/hostboot/commit/f47ca20c2aa8>`__ Initial mss_field
+ endian modification
+- `46bc5b3d85a2 <https://github.com/open-power/hostboot/commit/46bc5b3d85a2>`__ Add empty explorer
+ “check_for_ready” procedure files
+- `b6c4337484ca <https://github.com/open-power/hostboot/commit/b6c4337484ca>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `a77117372fee <https://github.com/open-power/hostboot/commit/a77117372fee>`__ Implement
+ exp_check_for_ready
+- `98630bf9e248 <https://github.com/open-power/hostboot/commit/98630bf9e248>`__ Initial mss_field
+ endian modification
+- `d928fb03a931 <https://github.com/open-power/hostboot/commit/d928fb03a931>`__ Add explorer data
+ structures empty file for HB mirroring
+- `e1856b43b32c <https://github.com/open-power/hostboot/commit/e1856b43b32c>`__ Added common
+ explorer FW data structures
+
+Andres Lugo-Reyes (2):
+
+- `cf258fcfb753 <https://github.com/open-power/hostboot/commit/cf258fcfb753>`__ HTMGT: WOF Reset
+ Disable Flag
+- `d1c85ffcab10 <https://github.com/open-power/hostboot/commit/d1c85ffcab10>`__ HTMGT: Save WOF
+ reset reasons across all WOF resets
+
+Andrew Geissler (10):
+
+- `aa1c91c061f7 <https://github.com/open-power/hostboot/commit/aa1c91c061f7>`__ Use last l3 cache
+ object for SIMICS trace
+- `3e4082b28d2a <https://github.com/open-power/hostboot/commit/3e4082b28d2a>`__ Look for any parent
+ on deconfigure
+- `1c1b2267a25e <https://github.com/open-power/hostboot/commit/1c1b2267a25e>`__ Make HUID values
+ node-relative
+- `ea86539a69de <https://github.com/open-power/hostboot/commit/ea86539a69de>`__ Ensure hwas state
+ reflects resource recovery actions
+- `d848b2c3bae0 <https://github.com/open-power/hostboot/commit/d848b2c3bae0>`__ Ensure memory
+ HUID’s are node-relative
+- `1edd371b0fa0 <https://github.com/open-power/hostboot/commit/1edd371b0fa0>`__ Always use last
+ valid SIMICS object for trace
+- `71ef9b83a69b <https://github.com/open-power/hostboot/commit/71ef9b83a69b>`__ Make REL_POS
+ correct for sub-units
+- `3b48d9e5a62c <https://github.com/open-power/hostboot/commit/3b48d9e5a62c>`__ Avoid SIMICS
+ exception if SBE tracMERG not available
+- `3cb9eb102386 <https://github.com/open-power/hostboot/commit/3cb9eb102386>`__ Add MC target to
+ subsystem table
+- `725cc4974d8c <https://github.com/open-power/hostboot/commit/725cc4974d8c>`__ Add SMPGROUP target
+ to subsystem table
+
+Andrew Jeffery (27):
+
+- `de06d0f09c74 <https://github.com/open-power/hostboot/commit/de06d0f09c74>`__ console: ast2400:
+ Indicate SP has met configuration requirements
+- `4b4caf5ee458 <https://github.com/open-power/hostboot/commit/4b4caf5ee458>`__ console: Fix
+ whitespace in ast2400 initialize() method
+- `9b1dcc3aeea9 <https://github.com/open-power/hostboot/commit/9b1dcc3aeea9>`__ istepdispatcher:
+ Remove undefined symbol ENTER_INFO from TRACDCOMP
+- `2c582e41b281 <https://github.com/open-power/hostboot/commit/2c582e41b281>`__ intr: Use the
+ correct trace handle in intrrp TRACDCOMP calls
+- `8a4663c131e1 <https://github.com/open-power/hostboot/commit/8a4663c131e1>`__ assert: Include
+ file name in assert output
+- `797f6fc91822 <https://github.com/open-power/hostboot/commit/797f6fc91822>`__ assert: Print the
+ backtrace for critical and kernel assertions
+- `102225f4e3e2 <https://github.com/open-power/hostboot/commit/102225f4e3e2>`__ ipmi: Break
+ circular dependency between ipmimsg and ipmibt
+- `9a7f18c66e5b <https://github.com/open-power/hostboot/commit/9a7f18c66e5b>`__ ipmi: Replace
+ incorrect dependency on ipmibt with ipmimsg
+- `e862c4c5a9e0 <https://github.com/open-power/hostboot/commit/e862c4c5a9e0>`__ initservice: Flush
+ trace buffers before shutdown syscall
+- `bc363055ec19 <https://github.com/open-power/hostboot/commit/bc363055ec19>`__ ipmi: Break
+ circular dependency between IpmiDD and IpmiRP
+- `281dac1b173c <https://github.com/open-power/hostboot/commit/281dac1b173c>`__ ipmi: Drop
+ unnecessary ipmiconfig dependencies
+- `dc0f490b31fc <https://github.com/open-power/hostboot/commit/dc0f490b31fc>`__ ipmi: Drop
+ unnecessary ipmibt dependency from ipmifru
+- `988eda165254 <https://github.com/open-power/hostboot/commit/988eda165254>`__ ipmi: Introduce
+ register_for_event() interface
+- `d6741cb3db68 <https://github.com/open-power/hostboot/commit/d6741cb3db68>`__ ipmi: Terminate SEL
+ task via shutdown event
+- `1b481183921d <https://github.com/open-power/hostboot/commit/1b481183921d>`__ ipmi: IpmiDD and
+ IpmiRP must never free resources
+- `5fc457309f2c <https://github.com/open-power/hostboot/commit/5fc457309f2c>`__ ipmi: Split into
+ ipmibase and ipmiext modules
+- `e2c0716a0984 <https://github.com/open-power/hostboot/commit/e2c0716a0984>`__ ipmi: Remove IpmiRP
+ dependency on targeting
+- `4874662e58d9 <https://github.com/open-power/hostboot/commit/4874662e58d9>`__ initservice: Move
+ ipmibase module to base image
+- `c829113199d6 <https://github.com/open-power/hostboot/commit/c829113199d6>`__ pnor: Introduce an
+ IPMI-based PNOR driver implementation
+- `92d167f704d5 <https://github.com/open-power/hostboot/commit/92d167f704d5>`__ pnor: Rename the
+ SFC-based PnorDD class to PnorSfcDD
+- `d768905cfe02 <https://github.com/open-power/hostboot/commit/d768905cfe02>`__ pnor: ipmidd:
+ Rename class to PnorIpmiDD
+- `7c16f3706b3c <https://github.com/open-power/hostboot/commit/7c16f3706b3c>`__ pnor: mboxdd:
+ Rename class to PnorMboxDD
+- `9518b4c189c9 <https://github.com/open-power/hostboot/commit/9518b4c189c9>`__ pnor: Fall back to
+ AST mbox transport if IPMI is unavailable
+- `03ec024db41d <https://github.com/open-power/hostboot/commit/03ec024db41d>`__ errl: Mark
+ errlogMsgHandler() as detached
+- `95165ec1e111 <https://github.com/open-power/hostboot/commit/95165ec1e111>`__ Revert “sio: Add
+ test for availability - LPC error tweak”
+- `55ff29accb83 <https://github.com/open-power/hostboot/commit/55ff29accb83>`__ sio: Add test for
+ availability
+- `ead1bda912e6 <https://github.com/open-power/hostboot/commit/ead1bda912e6>`__ ipmi: Increase
+ polling rate to decrease boot time
+
+Anusha Reddy Rangareddygari (2):
+
+- `8e74571d1bfb <https://github.com/open-power/hostboot/commit/8e74571d1bfb>`__ Adding a
+ fapi_assert to flag error if PPE is not halted.
+- `09370fc47b50 <https://github.com/open-power/hostboot/commit/09370fc47b50>`__ Axone only-Mux
+ settings for TOD refclk input
+
+Artem Senichev (1):
+
+- `61fb23dd2828 <https://github.com/open-power/hostboot/commit/61fb23dd2828>`__ Fix incorrect
+ syntax in addimgid shell script
+
+Ben Gass (26):
+
+- `ee559052e566 <https://github.com/open-power/hostboot/commit/ee559052e566>`__ Update p9n_23 engd
+ with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
+- `d4954387404b <https://github.com/open-power/hostboot/commit/d4954387404b>`__ Correct Safe mode
+ freqency to UltraTurbo compare error message.
+- `785e89f5fcf9 <https://github.com/open-power/hostboot/commit/785e89f5fcf9>`__ Shorten A-link
+ timers for sim. Add polling for A-link training.
+- `f563ab5ac678 <https://github.com/open-power/hostboot/commit/f563ab5ac678>`__ Updating
+ p9.core.scan.initfile settings for p9n 2.3
+- `fbd09aa69c39 <https://github.com/open-power/hostboot/commit/fbd09aa69c39>`__ Fix for SW441002.
+- `b30aa3595760 <https://github.com/open-power/hostboot/commit/b30aa3595760>`__ Build p9n 10 and 20
+ by default.
+- `0502c52ac63f <https://github.com/open-power/hostboot/commit/0502c52ac63f>`__ Use obus p9ndd1 spy
+ name attribute for obus initfile
+- `86fd886b32e9 <https://github.com/open-power/hostboot/commit/86fd886b32e9>`__ Adding p9c_11
+ support.
+- `c1e92050031d <https://github.com/open-power/hostboot/commit/c1e92050031d>`__ Adding p9a support.
+- `59369e38ac11 <https://github.com/open-power/hostboot/commit/59369e38ac11>`__ Shorten A-link
+ timers for sim. Add polling for A-link training.
+- `cfd2b2b799ed <https://github.com/open-power/hostboot/commit/cfd2b2b799ed>`__ Re-submit Axone
+ updates
+- `35d53de6263d <https://github.com/open-power/hostboot/commit/35d53de6263d>`__ Add support for p9c
+ 1.2
+- `e5312ecd72ac <https://github.com/open-power/hostboot/commit/e5312ecd72ac>`__ Remove
+ PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in p9.obus.scom.initfile
+- `fff26d78ba7b <https://github.com/open-power/hostboot/commit/fff26d78ba7b>`__ Adding p9n 2.3
+ support and p9n 2.3/p9c 1.2 security update
+- `3341c6aab4fa <https://github.com/open-power/hostboot/commit/3341c6aab4fa>`__ p9_scominfo update
+ OMI order to logically follow MC->MI->MCC instead of OMIC
+- `3b48b9210afb <https://github.com/open-power/hostboot/commit/3b48b9210afb>`__ Update p9a_10 engd
+ from o10_e9018_1_tp018_ec409_soa_sc_u261_01
+- `422867966bfc <https://github.com/open-power/hostboot/commit/422867966bfc>`__ Back out p9a_10
+ engd that breaks the initcompiler.
+- `6d61a393a74b <https://github.com/open-power/hostboot/commit/6d61a393a74b>`__ Adds initfile for
+ Explorer
+- `4fe67dfccf81 <https://github.com/open-power/hostboot/commit/4fe67dfccf81>`__ initCompiler
+ updates
+- `5d96a7778c3f <https://github.com/open-power/hostboot/commit/5d96a7778c3f>`__ Update Axone engd.
+- `7504dc6275e7 <https://github.com/open-power/hostboot/commit/7504dc6275e7>`__ Adding
+ p9a_get/put_mmio and explorer_inband
+- `990f7cfae74d <https://github.com/open-power/hostboot/commit/990f7cfae74d>`__ Fix exp_inband_wrap
+ makefile
+- `e6f098dcfe47 <https://github.com/open-power/hostboot/commit/e6f098dcfe47>`__ Adding Axone
+ register header files.
+- `5e1f534a38ba <https://github.com/open-power/hostboot/commit/5e1f534a38ba>`__ Adjust MI/MCC p9a
+ scom translation for PB scoms
+- `4c9fb0a48cd0 <https://github.com/open-power/hostboot/commit/4c9fb0a48cd0>`__ Explorer registers
+ and fields generated from dev
+- `3f1f2186bb80 <https://github.com/open-power/hostboot/commit/3f1f2186bb80>`__ Adding omi_init
+ procedures.
+
+Benjamin Weisenbeck (24):
+
+- `eaaf8422a3e4 <https://github.com/open-power/hostboot/commit/eaaf8422a3e4>`__ PRD: Support for
+ handling core unit checkstop
+- `9e5283c651ba <https://github.com/open-power/hostboot/commit/9e5283c651ba>`__ PRD: Callout both
+ PCI clocks by position for double clock failure
+- `8e3836f3ef0b <https://github.com/open-power/hostboot/commit/8e3836f3ef0b>`__ PRD: Cleanup RC
+ handling in PLL code
+- `0b069da4ece5 <https://github.com/open-power/hostboot/commit/0b069da4ece5>`__ PRD: Fix core
+ checkstop masking
+- `3796a71a5012 <https://github.com/open-power/hostboot/commit/3796a71a5012>`__ PRD: Add missing
+ centaur PLL CheckErrorType plugin
+- `e52b70dbea22 <https://github.com/open-power/hostboot/commit/e52b70dbea22>`__ PRD: Centaur
+ address translation support for dynamic memory deallocation
+- `e86727885971 <https://github.com/open-power/hostboot/commit/e86727885971>`__ PRD: Centaur
+ dynamic deallocation bug fix
+- `698365f71be5 <https://github.com/open-power/hostboot/commit/698365f71be5>`__ PRD: Add PLL
+ signature for Centaur chip
+- `c2b1cfab3f59 <https://github.com/open-power/hostboot/commit/c2b1cfab3f59>`__ PRD: Use common
+ SetCallout method for TOD
+- `5268e2f09ba1 <https://github.com/open-power/hostboot/commit/5268e2f09ba1>`__ PRD: Increase
+ threshold on cache CEs to allow 64 line deletes (128 CEs)
+- `830b052cb619 <https://github.com/open-power/hostboot/commit/830b052cb619>`__ PRD: Fix handling
+ of dead cores in PmRecovery
+- `96e031001818 <https://github.com/open-power/hostboot/commit/96e031001818>`__ PRD: Check for
+ neighbor core checkstop in pre-analysis plugin
+- `c17bbad98d89 <https://github.com/open-power/hostboot/commit/c17bbad98d89>`__ PRD: Fix makefile
+ for PllPostAnalysis
+- `04712b91e355 <https://github.com/open-power/hostboot/commit/04712b91e355>`__ PRD: Adjust core
+ checkstop handling for EX rt deconfig
+- `eae1d5f0e27f <https://github.com/open-power/hostboot/commit/eae1d5f0e27f>`__ PRD: Separate PLL
+ handling by domain type
+- `3a589bedae6f <https://github.com/open-power/hostboot/commit/3a589bedae6f>`__ PRD: Fix MF ref
+ failover error signature
+- `47994fb03586 <https://github.com/open-power/hostboot/commit/47994fb03586>`__ PRD: Add parser for
+ power management recovery FFDC
+- `6c30bcf89758 <https://github.com/open-power/hostboot/commit/6c30bcf89758>`__ PRD: Handle chips
+ with different MF clock sources
+- `c2dc84d23e14 <https://github.com/open-power/hostboot/commit/c2dc84d23e14>`__ PRD: Add all
+ relevant callouts for SMP interface errors
+- `e49b630b208f <https://github.com/open-power/hostboot/commit/e49b630b208f>`__ PRD: Make
+ predictive callout on L3 multi bitline fails
+- `46663cd701c1 <https://github.com/open-power/hostboot/commit/46663cd701c1>`__ PRD: Distinguish
+ hard obus link failures from predictive callouts
+- `272a72400ca9 <https://github.com/open-power/hostboot/commit/272a72400ca9>`__ PRD: Updates for PM
+ ffdc parser
+- `6f8308dff91e <https://github.com/open-power/hostboot/commit/6f8308dff91e>`__ PRD: Correct
+ interpretation of PLL error bits in TP error register
+- `d02cb05f827a <https://github.com/open-power/hostboot/commit/d02cb05f827a>`__ PRD: Request SW
+ dump type for unhandled core checkstops
+
+Bill Hoffa (32):
+
+- `f3b2f887b854 <https://github.com/open-power/hostboot/commit/f3b2f887b854>`__ Add 2nd query to
+ hbRelease script finding commits in release-fips920
+- `6bb10d494153 <https://github.com/open-power/hostboot/commit/6bb10d494153>`__ Force hbRelease to
+ search ‘master’ branch
+- `034db70a607c <https://github.com/open-power/hostboot/commit/034db70a607c>`__ Multinode MPIPL
+ INTRP Initialization Changes
+- `b3e359badd40 <https://github.com/open-power/hostboot/commit/b3e359badd40>`__ Corrected data type
+ to size for var in retrieveRepairDataMemBuf()
+- `112e8c957fb6 <https://github.com/open-power/hostboot/commit/112e8c957fb6>`__ Enable DMI Erepair
+- `cb841f1bd72a <https://github.com/open-power/hostboot/commit/cb841f1bd72a>`__ Add kernel debug
+ trace to Invalid IPC Message Errors
+- `7bd4032abfb7 <https://github.com/open-power/hostboot/commit/7bd4032abfb7>`__ Leverage INTRP
+ fully for SBE PSU Interrupt Handling
+- `622bd28195c7 <https://github.com/open-power/hostboot/commit/622bd28195c7>`__ Fix Memory
+ Mirroring Address Calculation
+- `ea5c84fe7741 <https://github.com/open-power/hostboot/commit/ea5c84fe7741>`__ Use
+ PROC_MIRROR_BASES_ACK attribute in memory mirroring addr calculation
+- `912086b52a2a <https://github.com/open-power/hostboot/commit/912086b52a2a>`__ Add Get Nodal HRMOR
+ Utility
+- `97c196cc741f <https://github.com/open-power/hostboot/commit/97c196cc741f>`__ Remove unused
+ memOps variable in attnsvc.C
+- `331b4bff6cb9 <https://github.com/open-power/hostboot/commit/331b4bff6cb9>`__ Restore Timebase on
+ Master Core Threads 1-3 after Sleep/Winkle
+- `85bd4989fd0d <https://github.com/open-power/hostboot/commit/85bd4989fd0d>`__ Remove Duplicate
+ init settings ATTR_START_CBS_FIFO_RESET_SKIP
+- `e07f0c96e66b <https://github.com/open-power/hostboot/commit/e07f0c96e66b>`__ Modify VPD
+ fetchData() call to allow for reading from actual HW
+- `498b466c4425 <https://github.com/open-power/hostboot/commit/498b466c4425>`__ Base Core/Kernel
+ Changes to Support the Axone Processor Chip
+- `feba8f886228 <https://github.com/open-power/hostboot/commit/feba8f886228>`__ Use Dimm Numbering
+ instead of Port Number for REL_POS attribute
+- `64499fa24bc2 <https://github.com/open-power/hostboot/commit/64499fa24bc2>`__ Update
+ p9_sbe_i2c_bit_rate_divisor_setting to set I2C Rate Valid bit
+- `0d43552dfb6d <https://github.com/open-power/hostboot/commit/0d43552dfb6d>`__ Use Simics CPU
+ Object passed in when executing hap handler code
+- `dd8217ef8e93 <https://github.com/open-power/hostboot/commit/dd8217ef8e93>`__ Axone PNOR
+ Generation
+- `30bd2ff53aa1 <https://github.com/open-power/hostboot/commit/30bd2ff53aa1>`__ Add EQ and EX
+ Target types to Axone Simics XML
+- `b0c72bd00938 <https://github.com/open-power/hostboot/commit/b0c72bd00938>`__ Add Core Target
+ type Instances to Axone Simics XML
+- `d45d4fa13688 <https://github.com/open-power/hostboot/commit/d45d4fa13688>`__ Add Obus + Obus
+ Brick Target type Instances to Axone Simics XML
+- `cf366534e0e4 <https://github.com/open-power/hostboot/commit/cf366534e0e4>`__ Add TPM, CAPP, OCC,
+ PEC, and PHB Target Instances to Axone Simics XML
+- `83e27f4864e8 <https://github.com/open-power/hostboot/commit/83e27f4864e8>`__ Add SBE, PPE and
+ XBUS Target Instances to Axone Simics XML
+- `d204258959bd <https://github.com/open-power/hostboot/commit/d204258959bd>`__ Add MC and MI
+ Target Instances to Axone Simics XML
+- `dbcdabf8af8e <https://github.com/open-power/hostboot/commit/dbcdabf8af8e>`__ Add the MCC Target
+ Instance to Axone Simics XML
+- `4909980fa3bc <https://github.com/open-power/hostboot/commit/4909980fa3bc>`__ Add the OMI Target
+ Instance to Axone Simics XML
+- `a3979e8bbf2f <https://github.com/open-power/hostboot/commit/a3979e8bbf2f>`__ Add the OCMB_CHIP
+ Target Instance to Axone Simics XML
+- `ddf8426c6e24 <https://github.com/open-power/hostboot/commit/ddf8426c6e24>`__ Add the MEMORY_PORT
+ Target Instance to Axone Simics XML
+- `5181a5ac88e5 <https://github.com/open-power/hostboot/commit/5181a5ac88e5>`__ Add the DIMM Target
+ Instances to Axone Simics XML
+- `042a59be98c3 <https://github.com/open-power/hostboot/commit/042a59be98c3>`__ Add the OMIC Target
+ Instances to Axone Simics XML
+- `7637f0a44427 <https://github.com/open-power/hostboot/commit/7637f0a44427>`__ Add the PERVASIVE
+ (PERV) Target Instances to Axone Simics XML
+
+Brian Bakke (2):
+
+- `e364f91be172 <https://github.com/open-power/hostboot/commit/e364f91be172>`__ Fixes to node IPC
+ messaging to handle non-zero base addresses
+- `77eb9fe3e55a <https://github.com/open-power/hostboot/commit/77eb9fe3e55a>`__ Itep16 substep
+ order does not match documentation
+
+Brian Silver (5):
+
+- `fcf9daff51a1 <https://github.com/open-power/hostboot/commit/fcf9daff51a1>`__ Add empty files for
+ plug-rules mirror
+- `14c430f5aa45 <https://github.com/open-power/hostboot/commit/14c430f5aa45>`__ Add rudimentary
+ memory plug rules
+- `201da82c44f0 <https://github.com/open-power/hostboot/commit/201da82c44f0>`__ Add enforcement of
+ DDR4 DRAM on Nimbus via plug rules
+- `3a199f3856da <https://github.com/open-power/hostboot/commit/3a199f3856da>`__ Add an attribute to
+ avoid the plug rules in partial good scenarios
+- `59bc732070c3 <https://github.com/open-power/hostboot/commit/59bc732070c3>`__ Add rank config MRW
+ override to plug rules
+
+Brian Stegmiller (5):
+
+- `86cda996b3fb <https://github.com/open-power/hostboot/commit/86cda996b3fb>`__ PRD: DMI Lane
+ Repair
+- `54007af8d4c0 <https://github.com/open-power/hostboot/commit/54007af8d4c0>`__ PRD: Handle SMP
+ Cables
+- `7f37a0717a29 <https://github.com/open-power/hostboot/commit/7f37a0717a29>`__ PRDF: SMP cable
+ callout changes for FSP
+- `f1ef5d3692e0 <https://github.com/open-power/hostboot/commit/f1ef5d3692e0>`__ PRDF: Use peer SMP
+ target as ATTR on FSP only
+- `e9481e191717 <https://github.com/open-power/hostboot/commit/e9481e191717>`__ ATTN: Centaur UCS
+ handling
+
+CHRISTINA L. GRAVES (1):
+
+- `c63b3e4a122c <https://github.com/open-power/hostboot/commit/c63b3e4a122c>`__ p9_fab_iovalid fix
+ to clear action0/1 bits corresponding w/ link being enabled
+
+Caleb Palmer (31):
+
+- `58436097f094 <https://github.com/open-power/hostboot/commit/58436097f094>`__ PRD: Fix template
+ in applyRasPolicies
+- `8d97caa96550 <https://github.com/open-power/hostboot/commit/8d97caa96550>`__ Fix Bad Dq Centaur
+ Translation
+- `8186a367ec6f <https://github.com/open-power/hostboot/commit/8186a367ec6f>`__ Temp remove bad bit
+ translation until attr enabled for Fleetwood
+- `bfebff1e8079 <https://github.com/open-power/hostboot/commit/bfebff1e8079>`__ Adjust Bad Dq
+ Translation for CDIMMs
+- `a65f239bf383 <https://github.com/open-power/hostboot/commit/a65f239bf383>`__ PRD: Dont report
+ error log for backlog count underflow FIR
+- `44180ef7b2b4 <https://github.com/open-power/hostboot/commit/44180ef7b2b4>`__ Add translation to
+ Row Repair DRAM position
+- `00118c922196 <https://github.com/open-power/hostboot/commit/00118c922196>`__ Row Repair enabled
+ attributes and support function
+- `fa0f6415f67f <https://github.com/open-power/hostboot/commit/fa0f6415f67f>`__ Row repair enabled
+ MRW remove writeable
+- `3527992a75f5 <https://github.com/open-power/hostboot/commit/3527992a75f5>`__ Row Repair don’t
+ translate invalid repairs
+- `167888ed45ea <https://github.com/open-power/hostboot/commit/167888ed45ea>`__ Import Row Repair
+ Supported HWPs
+- `307b61a6de9b <https://github.com/open-power/hostboot/commit/307b61a6de9b>`__ Adjust port select
+ in bad dq for spares
+- `52093c412c62 <https://github.com/open-power/hostboot/commit/52093c412c62>`__ PRD: Add
+ MemRowRepair class
+- `0a6c8e400c83 <https://github.com/open-power/hostboot/commit/0a6c8e400c83>`__ PRDF: Add utilities
+ for checking dram spares
+- `4dee8a0a6545 <https://github.com/open-power/hostboot/commit/4dee8a0a6545>`__ PRD: Row Repair VCM
+ Updates
+- `1612a30cff63 <https://github.com/open-power/hostboot/commit/1612a30cff63>`__ PRD: Fix inputted
+ DRAM pos for row repair
+- `137a748910ed <https://github.com/open-power/hostboot/commit/137a748910ed>`__ Fix bad mirror of
+ p9c_mss_rowRepairFuncs
+- `91304df7800f <https://github.com/open-power/hostboot/commit/91304df7800f>`__ Row Repair enabled
+ attributes and support function
+- `8f66e502fddf <https://github.com/open-power/hostboot/commit/8f66e502fddf>`__ Row Repair enabled
+ fix fapi_attr_gets
+- `31b6cf0ac237 <https://github.com/open-power/hostboot/commit/31b6cf0ac237>`__ PRD: Fixes for MBS
+ timeout cases
+- `c6eb349f096c <https://github.com/open-power/hostboot/commit/c6eb349f096c>`__ Fix finding paired
+ DIMM in is_sPPR_supported
+- `4992f9d6d9b2 <https://github.com/open-power/hostboot/commit/4992f9d6d9b2>`__ PRD: Add Row Repair
+ VPD data to errl
+- `6dc98524f367 <https://github.com/open-power/hostboot/commit/6dc98524f367>`__ Reconfig loop only
+ when setting bad bits not clearing
+- `112454f3888d <https://github.com/open-power/hostboot/commit/112454f3888d>`__ PRD: Row repair fix
+ checking dram for prev repair
+- `414037d985e1 <https://github.com/open-power/hostboot/commit/414037d985e1>`__ PRD: Increment addr
+ to next row for VCM row repair
+- `629218645e52 <https://github.com/open-power/hostboot/commit/629218645e52>`__ PRD: Row Repair
+ adjust for MBA Port 1 inversion
+- `e652b190c9a8 <https://github.com/open-power/hostboot/commit/e652b190c9a8>`__ PRD: Support for
+ new Axone domains
+- `8350f2358cab <https://github.com/open-power/hostboot/commit/8350f2358cab>`__ PRD: Axone
+ GetConnected support
+- `74aed5ff82cb <https://github.com/open-power/hostboot/commit/74aed5ff82cb>`__ PRD: Make
+ getDimmSlct/Port generic
+- `7d4f360d16e2 <https://github.com/open-power/hostboot/commit/7d4f360d16e2>`__ MDIA: Initial
+ Axone/OCMB updates
+- `327449849168 <https://github.com/open-power/hostboot/commit/327449849168>`__ Dram Repairs VPD
+ \__getTranslationPortSlct improvements
+- `c525c33e2020 <https://github.com/open-power/hostboot/commit/c525c33e2020>`__ Dram Repairs VPD
+ favor FAPI trgts and getHelperAttr improvements
+
+CamVan Nguyen (4):
+
+- `9677181a2e7f <https://github.com/open-power/hostboot/commit/9677181a2e7f>`__ Remove “Force
+ hbRelease to search master branch” code
+- `f13cb430ae5b <https://github.com/open-power/hostboot/commit/f13cb430ae5b>`__ Post list of git
+ commits in HB release to CMVC feature
+- `23126e788fcf <https://github.com/open-power/hostboot/commit/23126e788fcf>`__ Add cumulus cdimm
+ support to auto-release -m path
+- `c9d3c11613e9 <https://github.com/open-power/hostboot/commit/c9d3c11613e9>`__ Remove auto-release
+ & hbRelease tools
+
+Chris Cain (2):
+
+- `78f90ced0fa3 <https://github.com/open-power/hostboot/commit/78f90ced0fa3>`__ Add component IDs
+ for PGPE and SGPE/XGPE
+- `d97118693693 <https://github.com/open-power/hostboot/commit/d97118693693>`__ HTMGT support for
+ PGPE/SGPE error logs
+
+Chris Steffen (26):
+
+- `94bdad69c456 <https://github.com/open-power/hostboot/commit/94bdad69c456>`__ DMI I/O Checkin
+- `3a3a0d0d4dc8 <https://github.com/open-power/hostboot/commit/3a3a0d0d4dc8>`__ I/O Metadata
+ Cleanup
+- `4a51cec16bdd <https://github.com/open-power/hostboot/commit/4a51cec16bdd>`__ SW431549 DMI Read
+ Erepair
+- `13b422771493 <https://github.com/open-power/hostboot/commit/13b422771493>`__ Updating Channel
+ Fail Mask
+- `bd7bfe453ed6 <https://github.com/open-power/hostboot/commit/bd7bfe453ed6>`__ Cen Too Many Bus
+ Errors
+- `d2482ab7773d <https://github.com/open-power/hostboot/commit/d2482ab7773d>`__ P9C Abus Reset
+ Procedure
+- `66c70d8c5bf4 <https://github.com/open-power/hostboot/commit/66c70d8c5bf4>`__ P9C Abus Procedure
+- `6f232b1b410a <https://github.com/open-power/hostboot/commit/6f232b1b410a>`__ Reverting to
+ Default DMI Channel Mask
+- `cfec2cad8915 <https://github.com/open-power/hostboot/commit/cfec2cad8915>`__ Updating P9C DMI
+ Proc Firs
+- `fc087d0b8268 <https://github.com/open-power/hostboot/commit/fc087d0b8268>`__ Alink Hot Repair
+ Fix
+- `a048e96b8e00 <https://github.com/open-power/hostboot/commit/a048e96b8e00>`__ Adding SMP PHY MFG
+ Stress Test
+- `96eb889d26fa <https://github.com/open-power/hostboot/commit/96eb889d26fa>`__ Move Xbus Erepair
+ FIR Clearing
+- `a6df8bea1715 <https://github.com/open-power/hostboot/commit/a6df8bea1715>`__ DMI Spare Lane
+ Suppression
+- `5fff2d76035e <https://github.com/open-power/hostboot/commit/5fff2d76035e>`__ Enable I/O PPE PHY
+ Communication for Abus
+- `24188d25f62a <https://github.com/open-power/hostboot/commit/24188d25f62a>`__ P9 Centaur Erepair
+ Update
+- `fc4f9deda281 <https://github.com/open-power/hostboot/commit/fc4f9deda281>`__ DMI Max Spares
+ Exceeded Unit CS
+- `207de5cbd30e <https://github.com/open-power/hostboot/commit/207de5cbd30e>`__ P9C Abus Procedure
+- `968021204323 <https://github.com/open-power/hostboot/commit/968021204323>`__ I/O Obus Scom
+ Initfile Checkin
+- `30d9a874a1ec <https://github.com/open-power/hostboot/commit/30d9a874a1ec>`__ io xbus/obus
+ initfile update
+- `3b1a2bb98f1b <https://github.com/open-power/hostboot/commit/3b1a2bb98f1b>`__ Update Obus
+ Initfile
+- `83ff21ec7556 <https://github.com/open-power/hostboot/commit/83ff21ec7556>`__ Applying CTLE
+ Coarse if SMP Abus Config
+- `70e60e2e03e7 <https://github.com/open-power/hostboot/commit/70e60e2e03e7>`__ Set SMP Abus Rx AC
+ Coupled at Dccal
+- `be64b15a256c <https://github.com/open-power/hostboot/commit/be64b15a256c>`__ Clear Spare Lane on
+ MC instead of DMI
+- `814860ea37f6 <https://github.com/open-power/hostboot/commit/814860ea37f6>`__ SMP Abus PPE
+ Workaround
+- `79549236b644 <https://github.com/open-power/hostboot/commit/79549236b644>`__ DMI Change Max
+ Spares to Recoverable
+- `30de5c86983e <https://github.com/open-power/hostboot/commit/30de5c86983e>`__ DMI Increase FIFO
+ Margin
+
+Christian Geddes (52):
+
+- `17d1f78337ea <https://github.com/open-power/hostboot/commit/17d1f78337ea>`__ Refactor re-init of
+ targeting data during MPIPL/HBRT startup
+- `6b01faeebc16 <https://github.com/open-power/hostboot/commit/6b01faeebc16>`__ Link PLID for
+ failing SBE recovery in PRD path w/ other related logs
+- `e15b65ed41d8 <https://github.com/open-power/hostboot/commit/e15b65ed41d8>`__ Fix bugs in core
+ checkstop escalation manipulation during HB
+- `5090c197292c <https://github.com/open-power/hostboot/commit/5090c197292c>`__ Deprecate legacy
+ ATTR_MBA_PORT/ATTR_MBA_DIMM
+- `be8bb8fae414 <https://github.com/open-power/hostboot/commit/be8bb8fae414>`__ Update PEER_TARGET
+ values to be NULL on MPIPL if needed
+- `4d9e273baf30 <https://github.com/open-power/hostboot/commit/4d9e273baf30>`__ Remove deprecated
+ VCS_I2C_RAIL attribute from hb code
+- `62f32b295f6b <https://github.com/open-power/hostboot/commit/62f32b295f6b>`__ Allow HWSV to
+ handle gard callouts during runtime for FSP systems
+- `50e72792adbd <https://github.com/open-power/hostboot/commit/50e72792adbd>`__ Print out MBOX/INTR
+ state info on DMA request hang
+- `3d15e71d67bf <https://github.com/open-power/hostboot/commit/3d15e71d67bf>`__ Update comment in
+ getSbeVersionViaChipop to be correct
+- `c7c960c7582c <https://github.com/open-power/hostboot/commit/c7c960c7582c>`__ Remove invalid
+ HRMOR setting code
+- `be6ed717c7a1 <https://github.com/open-power/hostboot/commit/be6ed717c7a1>`__ Only switch sides
+ and perform hreset if SEEPROM side versions match
+- `3203b0f520a2 <https://github.com/open-power/hostboot/commit/3203b0f520a2>`__ Add TIMA and IC LSI
+ ESB states to memdiag hang debug output
+- `10ccdde9f063 <https://github.com/open-power/hostboot/commit/10ccdde9f063>`__ Lookup remote
+ node’s HRMOR value save from prev boot during MPIPL
+- `b2cf0aa44b39 <https://github.com/open-power/hostboot/commit/b2cf0aa44b39>`__ Make processing of
+ hrmor value in MemStateInfo consistent
+- `98a657059a5c <https://github.com/open-power/hostboot/commit/98a657059a5c>`__ Only unmask source
+ on proc targ passed to unmask function in intrrp
+- `f8e8d7c203dc <https://github.com/open-power/hostboot/commit/f8e8d7c203dc>`__ Base targeting
+ support for Axone memory complex
+- `ffcc637cd404 <https://github.com/open-power/hostboot/commit/ffcc637cd404>`__ Base targeting
+ support for OCMB chip and MEM_PORT chiplet
+- `7214cd962fb5 <https://github.com/open-power/hostboot/commit/7214cd962fb5>`__ Update ecmd debug
+ scripts and fapi_utils script with Axone targets
+- `a9697e7b95a6 <https://github.com/open-power/hostboot/commit/a9697e7b95a6>`__ Dump interrupt
+ state information if psudd times out
+- `2c8610bff34f <https://github.com/open-power/hostboot/commit/2c8610bff34f>`__ Cleanup from Axone
+ targeting base commit
+- `e82098f4237a <https://github.com/open-power/hostboot/commit/e82098f4237a>`__ Update PG detection
+ for new Axone memory targets
+- `e867f7fa67be <https://github.com/open-power/hostboot/commit/e867f7fa67be>`__ Remove ATTR_REL_POS
+ from attribute_types.xml
+- `9b9a992ef245 <https://github.com/open-power/hostboot/commit/9b9a992ef245>`__ Turn off core xstop
+ escalalation on slave nodes prior payload handoff
+- `192ca8aa60bd <https://github.com/open-power/hostboot/commit/192ca8aa60bd>`__ Ensure we collect
+ PPE trace if psu op times out
+- `5f64ef1356e4 <https://github.com/open-power/hostboot/commit/5f64ef1356e4>`__ Update scom test
+ cases with Axone P9 Targets
+- `5e3f78a64c7c <https://github.com/open-power/hostboot/commit/5e3f78a64c7c>`__ Update fapi2 tests
+ cases with Axone targets
+- `bbad6ad29aab <https://github.com/open-power/hostboot/commit/bbad6ad29aab>`__ Add OCMB_CHIP and
+ MEM_PORT fapi2 test cases
+- `739807847a95 <https://github.com/open-power/hostboot/commit/739807847a95>`__ Set wakeup mode in
+ istep 15 based on SMF setttings
+- `5b7c6b466357 <https://github.com/open-power/hostboot/commit/5b7c6b466357>`__ Reset
+ ATTR_SPCWKUP_COUNT to 0 at start of MPIPL
+- `e569e65e9894 <https://github.com/open-power/hostboot/commit/e569e65e9894>`__ Re-read SBE
+ doorbell register in simics if PSU interrupt is found
+- `9f4cbc90fd47 <https://github.com/open-power/hostboot/commit/9f4cbc90fd47>`__ Cache C4 DQ/DQS
+ settings from VPD
+- `7511e132b1e5 <https://github.com/open-power/hostboot/commit/7511e132b1e5>`__ Correctly handle
+ psu FFDC on OpenPower Systems
+- `69241719be5e <https://github.com/open-power/hostboot/commit/69241719be5e>`__ Add missing axone
+ specific targets to targeting XML
+- `93f12cd78e8f <https://github.com/open-power/hostboot/commit/93f12cd78e8f>`__ Remove
+ printTimaInfo function until we figure out how to avoid issues
+- `0aed8ab711c6 <https://github.com/open-power/hostboot/commit/0aed8ab711c6>`__ Improve error
+ traces for MBOX errors
+- `ce1ebd1460c3 <https://github.com/open-power/hostboot/commit/ce1ebd1460c3>`__ Fix bugs in debug
+ tools introduced when adding Axone targets
+- `3e677e6cdf31 <https://github.com/open-power/hostboot/commit/3e677e6cdf31>`__ Wrap TS\_ macros in
+ {} to avoid strange IF statement behavior
+- `74812c31b9e5 <https://github.com/open-power/hostboot/commit/74812c31b9e5>`__ Elevate log levels
+ for simics during PSU ops
+- `4ee84ba35b54 <https://github.com/open-power/hostboot/commit/4ee84ba35b54>`__ Add way for
+ developers to disable hb sim logging via env variable
+- `2f6cb7e3b2a0 <https://github.com/open-power/hostboot/commit/2f6cb7e3b2a0>`__ Register Scom
+ Device Routes for OMI, OMIC , and MCC targets
+- `608fd968f4c3 <https://github.com/open-power/hostboot/commit/608fd968f4c3>`__ Disable automatic
+ collection of SIM logs with MAGIC_SET_LOG_LEVEL
+- `923654e1ecc7 <https://github.com/open-power/hostboot/commit/923654e1ecc7>`__ Clear INT_CQ
+ related firs after reseting INTRRP logic in HB
+- `0e15017d11ea <https://github.com/open-power/hostboot/commit/0e15017d11ea>`__ Add exp_i2c_scom
+ driver that will be consumed by HB/SBE platforms
+- `fffa79ecb0c7 <https://github.com/open-power/hostboot/commit/fffa79ecb0c7>`__ Remove all files in
+ src/import/hwpf/fapi2/include/plat/
+- `16f5d479caf5 <https://github.com/open-power/hostboot/commit/16f5d479caf5>`__ Update
+ platGetTargetName to handle AXONE and EXPLORER models
+- `0002dbd29151 <https://github.com/open-power/hostboot/commit/0002dbd29151>`__ Update
+ fapi2CreatePlatLogTest.H to use the fapi trace buffer
+- `e34d17297e0d <https://github.com/open-power/hostboot/commit/e34d17297e0d>`__ Update axone simics
+ xml to use correct chiplet id for MC1 chiplet
+- `208f80eb821c <https://github.com/open-power/hostboot/commit/208f80eb821c>`__ Refactor
+ fapi2HwAccessTest to ignore ATTR_MODEL
+- `6cf801f1c1b7 <https://github.com/open-power/hostboot/commit/6cf801f1c1b7>`__ Route scom
+ operations on OCMB chips to exp_i2c_scom interface
+- `cd754bf0b111 <https://github.com/open-power/hostboot/commit/cd754bf0b111>`__ Route scom
+ operations on OCMB chips to fapi2 mmio scom interface
+- `d6cee85dcb3c <https://github.com/open-power/hostboot/commit/d6cee85dcb3c>`__ Update bbuild to
+ b1114a_1846.930
+- `759971ea1bcd <https://github.com/open-power/hostboot/commit/759971ea1bcd>`__ Fix CAPP target XML
+ in Axone simics xml file
+
+Claus Michael Olsen (4):
+
+- `bcb2189aabb0 <https://github.com/open-power/hostboot/commit/bcb2189aabb0>`__ TOR API code
+ restruct: Fixing missing symbols in common_ringId API.
+- `55b7b8fc2712 <https://github.com/open-power/hostboot/commit/55b7b8fc2712>`__ Cleanup: Updated
+ Mvpd access function and removal of unused rings
+- `8d1d1f240749 <https://github.com/open-power/hostboot/commit/8d1d1f240749>`__ Infrastructure
+ support for new MC OMI rings for Axone
+- `52b76be22225 <https://github.com/open-power/hostboot/commit/52b76be22225>`__ P10 prep:
+ Infrastructure (IS) ring Id metadata and API changes
+
+Corey Swenson (6):
+
+- `c2acd2959348 <https://github.com/open-power/hostboot/commit/c2acd2959348>`__ Enable CFM testing
+ of new target data
+- `022bd8f4c321 <https://github.com/open-power/hostboot/commit/022bd8f4c321>`__ Remove inband scom
+ bit 18 workaround comment
+- `f27124c1e25b <https://github.com/open-power/hostboot/commit/f27124c1e25b>`__ Add part number and
+ serial number to error log hw callout data
+- `5656a872211d <https://github.com/open-power/hostboot/commit/5656a872211d>`__ Check for targeting
+ before adding version info in errl commit
+- `83335d59ac59 <https://github.com/open-power/hostboot/commit/83335d59ac59>`__ Enable IPMI errl
+ after targeting is initialized
+- `40039bb5fddf <https://github.com/open-power/hostboot/commit/40039bb5fddf>`__ Extend multicast
+ workaround and add tests
+
+Dan Crowell (76):
+
+- `41daed137d2f <https://github.com/open-power/hostboot/commit/41daed137d2f>`__ Write Hostboot
+ HRMOR into core scratch reg 1
+- `7ce378803d9a <https://github.com/open-power/hostboot/commit/7ce378803d9a>`__ Always deconfigure
+ the parent of any deconfigured DIMM
+- `fe439a0d9ef0 <https://github.com/open-power/hostboot/commit/fe439a0d9ef0>`__ Add
+ RESOURCE_RECOVERED event for all Targets
+- `2c5c60e23fad <https://github.com/open-power/hostboot/commit/2c5c60e23fad>`__ Add clock callout
+ enums for specific clock sources
+- `4189613d36cc <https://github.com/open-power/hostboot/commit/4189613d36cc>`__ Fix for multinode
+ HBRT use of VPD
+- `cc9d2c634eb6 <https://github.com/open-power/hostboot/commit/cc9d2c634eb6>`__ Remove
+ EXTERNAL_VRM_STEPDELAY
+- `7cc829425257 <https://github.com/open-power/hostboot/commit/7cc829425257>`__ Debug improvements
+ for exceptions and OOM hangs
+- `2432d94f7f53 <https://github.com/open-power/hostboot/commit/2432d94f7f53>`__ Update MAGIC
+ instruction for Simics
+- `3eddb7eaa994 <https://github.com/open-power/hostboot/commit/3eddb7eaa994>`__ Force
+ ATTR_PROC_EFF_FABRIC_CHIP_ID to correct values
+- `a4dca215e867 <https://github.com/open-power/hostboot/commit/a4dca215e867>`__ Update some
+ defaults for AVSBUS attributes
+- `0e138b0da002 <https://github.com/open-power/hostboot/commit/0e138b0da002>`__ Modify debug
+ framework to be build-independent
+- `e5dfc3ab0ec5 <https://github.com/open-power/hostboot/commit/e5dfc3ab0ec5>`__ Allow SPDX override
+ as part of FW load
+- `f27c103c8f1c <https://github.com/open-power/hostboot/commit/f27c103c8f1c>`__ Modify subsys
+ translation for memory targets
+- `e14387c19cc9 <https://github.com/open-power/hostboot/commit/e14387c19cc9>`__ Fix bad traces in
+ pnor utility functions
+- `1534c78f2989 <https://github.com/open-power/hostboot/commit/1534c78f2989>`__ Add Resolves option
+ for tags
+- `5b97e1cba5e1 <https://github.com/open-power/hostboot/commit/5b97e1cba5e1>`__ Re-enable
+ p9c_mss_draminit_training_advanced
+- `3dd1f642a339 <https://github.com/open-power/hostboot/commit/3dd1f642a339>`__ Remove unused files
+- `53d16c247e67 <https://github.com/open-power/hostboot/commit/53d16c247e67>`__ Fix symsmode check
+ to allow in-memory lookup
+- `8f9c60506bc9 <https://github.com/open-power/hostboot/commit/8f9c60506bc9>`__ Skip call to FSP
+ for runtime deconfigs if there is no FSP
+- `3c435be37674 <https://github.com/open-power/hostboot/commit/3c435be37674>`__ Remove
+ ATTR_PROC_CHIP_MEM_TO_USE
+- `c3dda09f76af <https://github.com/open-power/hostboot/commit/c3dda09f76af>`__ Add constants to
+ core checkstop handler
+- `e37d51a556e6 <https://github.com/open-power/hostboot/commit/e37d51a556e6>`__ Fix array overrun
+ in draminit training advanced
+- `67733e22e0ed <https://github.com/open-power/hostboot/commit/67733e22e0ed>`__ Support for mrwHide
+ attribute from fapi attribute xmls
+- `798b0d2d3fd0 <https://github.com/open-power/hostboot/commit/798b0d2d3fd0>`__ Get rid of extra
+ default for ATTR_CEN_MSS_VREF_CAL_CNTL
+- `6bf123e83d18 <https://github.com/open-power/hostboot/commit/6bf123e83d18>`__ Remove double free
+ from WOF lookup in HBRT
+- `5675c7315db0 <https://github.com/open-power/hostboot/commit/5675c7315db0>`__ Add flag to HWAS
+ Callout for SMP repair indicator
+- `e3ba36df4d51 <https://github.com/open-power/hostboot/commit/e3ba36df4d51>`__ Mirror fixes
+- `a8d65df44910 <https://github.com/open-power/hostboot/commit/a8d65df44910>`__ Documentation for
+ attribute xml tags
+- `1b5a02cab7f8 <https://github.com/open-power/hostboot/commit/1b5a02cab7f8>`__ Use Cumulus DD1.3
+ SBE image instead of DD1.0
+- `cc012e3efd4c <https://github.com/open-power/hostboot/commit/cc012e3efd4c>`__ Move bbuild to
+ b0813a_1832.930
+- `00185ccfdd81 <https://github.com/open-power/hostboot/commit/00185ccfdd81>`__ Increase i2c
+ timeout to 20ms
+- `35083b66077d <https://github.com/open-power/hostboot/commit/35083b66077d>`__ Add brief
+ descriptions for procedure callouts
+- `d897f3d7f7c7 <https://github.com/open-power/hostboot/commit/d897f3d7f7c7>`__ Fix some shortname
+ issues
+- `a5e13152b439 <https://github.com/open-power/hostboot/commit/a5e13152b439>`__ Another fix to
+ symsmode parms for debug mode
+- `1c4ad2c91e38 <https://github.com/open-power/hostboot/commit/1c4ad2c91e38>`__ Remove XSCOM and
+ LPC BARs from MRW processing
+- `1e8f52d2d75a <https://github.com/open-power/hostboot/commit/1e8f52d2d75a>`__ Add ATTR_REL_POS
+ for all units and dimms
+- `ee83b4d3b2e3 <https://github.com/open-power/hostboot/commit/ee83b4d3b2e3>`__ Keep original istep
+ error log during reconfig loops
+- `48dc95aac15c <https://github.com/open-power/hostboot/commit/48dc95aac15c>`__ Enable CUMULUS
+ config to use Zeppelin’s SPDX override
+- `4bff76ae17a5 <https://github.com/open-power/hostboot/commit/4bff76ae17a5>`__ Check capability
+ bit before using wakeup for OPAL in OpenPOWER
+- `7bb1f1275069 <https://github.com/open-power/hostboot/commit/7bb1f1275069>`__ Skip PM FFDC
+ collection if the HOMER is not valid
+- `02f6ebe3f176 <https://github.com/open-power/hostboot/commit/02f6ebe3f176>`__ New FAPI2
+ interfaces to read and write MMIO ranges
+- `8291079771a0 <https://github.com/open-power/hostboot/commit/8291079771a0>`__ Add EQ chiplet to
+ #W errors
+- `2a2962bd96ec <https://github.com/open-power/hostboot/commit/2a2962bd96ec>`__ Undo hack for PM
+ change that got reverted
+- `f04d03f76595 <https://github.com/open-power/hostboot/commit/f04d03f76595>`__ Clear out HOMER
+ attributes and reset PM in PHYP mode
+- `f23a93b5944f <https://github.com/open-power/hostboot/commit/f23a93b5944f>`__ Remove to remirror
+- `4e4dbf34cd08 <https://github.com/open-power/hostboot/commit/4e4dbf34cd08>`__ Forcibly clear all
+ previous wakeups when the PM Complex starts
+- `f359d22efddd <https://github.com/open-power/hostboot/commit/f359d22efddd>`__ Fix CVPD testcases
+ for CDIMM configuration
+- `94c4cbbc02e3 <https://github.com/open-power/hostboot/commit/94c4cbbc02e3>`__ Ignore wakeup
+ failures on checkstopped cores
+- `7a6203d615b8 <https://github.com/open-power/hostboot/commit/7a6203d615b8>`__ Start compiling in
+ attributes under src/import/generic/
+- `7e78cc344a0d <https://github.com/open-power/hostboot/commit/7e78cc344a0d>`__ Fix inverted
+ translation logic in wakeup change
+- `9d54c3e4a33d <https://github.com/open-power/hostboot/commit/9d54c3e4a33d>`__ Attribute cleanup
+- `2cfc8b1e8aa6 <https://github.com/open-power/hostboot/commit/2cfc8b1e8aa6>`__ Increment HBRT EID
+ on every commit
+- `dd13920527a8 <https://github.com/open-power/hostboot/commit/dd13920527a8>`__ Remove deprecated
+ attributes
+- `c33d5206a1af <https://github.com/open-power/hostboot/commit/c33d5206a1af>`__ Make lid_load
+ failures visible logs
+- `46b6d71b01b4 <https://github.com/open-power/hostboot/commit/46b6d71b01b4>`__ Add consistent
+ enter-exit traces for all runtime interfaces
+- `459e8bf8e80e <https://github.com/open-power/hostboot/commit/459e8bf8e80e>`__ Set SBE console
+ enable based on Hostboot config var
+- `c136b6462721 <https://github.com/open-power/hostboot/commit/c136b6462721>`__ Start compiling
+ p9c_mss_row_repair
+- `94566a8b220c <https://github.com/open-power/hostboot/commit/94566a8b220c>`__ Adding prereqs to
+ fix simics fails
+- `52f52bb84c85 <https://github.com/open-power/hostboot/commit/52f52bb84c85>`__ Cleanup to Runtime
+ SCOM RCs
+- `627379aeaa27 <https://github.com/open-power/hostboot/commit/627379aeaa27>`__ sio: Add test for
+ availability - LPC error tweak
+- `14d96c84c0a0 <https://github.com/open-power/hostboot/commit/14d96c84c0a0>`__ Delay targeting
+ update in CFM until all nodes are processed
+- `0482f9183726 <https://github.com/open-power/hostboot/commit/0482f9183726>`__ Couple improvements
+ to some runtime traces
+- `8652b516291e <https://github.com/open-power/hostboot/commit/8652b516291e>`__ Fix reversed
+ polarity in SBE console check
+- `18413b3e3268 <https://github.com/open-power/hostboot/commit/18413b3e3268>`__ Tweaks to traces
+ for runtime error handling
+- `2cf26961a1b5 <https://github.com/open-power/hostboot/commit/2cf26961a1b5>`__ Removing a few more
+ attributes from the Serverwiz2 export list
+- `5ddbd1ea9797 <https://github.com/open-power/hostboot/commit/5ddbd1ea9797>`__ Add HW callout to
+ WOF table errors
+- `33514fd4143b <https://github.com/open-power/hostboot/commit/33514fd4143b>`__ Break down Dump
+ requests into 1MB chunks
+- `13d6fcf76a5f <https://github.com/open-power/hostboot/commit/13d6fcf76a5f>`__ Make Boootloader
+ trace tool follow HRMOR
+- `07f679f36f4c <https://github.com/open-power/hostboot/commit/07f679f36f4c>`__ Clear out FIR Init
+ parameters after extra PM Resets
+- `46edcd4b4dee <https://github.com/open-power/hostboot/commit/46edcd4b4dee>`__ Only save the CME
+ FIR Masks after they have been setup once
+- `55c7c54ca26a <https://github.com/open-power/hostboot/commit/55c7c54ca26a>`__ Initial
+ documentation for initservice
+- `9d418f5eefe3 <https://github.com/open-power/hostboot/commit/9d418f5eefe3>`__ Add missing mutex
+ in LPC error path
+- `e0373c9878e6 <https://github.com/open-power/hostboot/commit/e0373c9878e6>`__ Add Axone targets
+ to fapi error utilities
+- `42e8d57d84b9 <https://github.com/open-power/hostboot/commit/42e8d57d84b9>`__ Make
+ ATTR_CLOCK_PLL_MUX writeable for DS8K
+- `a4d8ef54250c <https://github.com/open-power/hostboot/commit/a4d8ef54250c>`__ Add explorer
+ directory to attribute_info lookup
+- `499916e45869 <https://github.com/open-power/hostboot/commit/499916e45869>`__ Increase ipmi
+ polling frequency to every 1ms
+
+Daniel Howe (1):
+
+- `7b9936e7b593 <https://github.com/open-power/hostboot/commit/7b9936e7b593>`__ dd1.1+ DL training
+ procedure updates
+
+Daniel M. Crowell (1):
+
+- `99761f93896d <https://github.com/open-power/hostboot/commit/99761f93896d>`__ Revert “P10 prep:
+ Infrastructure (IS) ring Id metadata and API changes”
+
+Dave Heller (3):
+
+- `60b941209240 <https://github.com/open-power/hostboot/commit/60b941209240>`__ Secure Boot: Run
+ signtool with keepcache=true
+- `adc91be44ab6 <https://github.com/open-power/hostboot/commit/adc91be44ab6>`__ Secure Boot:
+ Support Independent signing mode in genPnorImages.pl
+- `f517c6c5507a <https://github.com/open-power/hostboot/commit/f517c6c5507a>`__ Secure Boot: Don’t
+ override user setting of SB_KEEP_CACHE
+
+Dean Sanner (6):
+
+- `cb3442b8f94f <https://github.com/open-power/hostboot/commit/cb3442b8f94f>`__ Fix up memory
+ mirroring base address on non 0 nodes
+- `5be875d40b41 <https://github.com/open-power/hostboot/commit/5be875d40b41>`__ Handle inter-node
+ HRMOR correctly on 3/4 nodes
+- `437807d50d4a <https://github.com/open-power/hostboot/commit/437807d50d4a>`__ Account for mixed
+ procs in compatibility mode
+- `f629523b932b <https://github.com/open-power/hostboot/commit/f629523b932b>`__ Run INT scominit on
+ all nodes in multinode systems
+- `824747757133 <https://github.com/open-power/hostboot/commit/824747757133>`__ Update
+ computeNonPhypRtTarget for P9C OPAL
+- `fcfd722a6abb <https://github.com/open-power/hostboot/commit/fcfd722a6abb>`__ Support HB running
+ in SMF
+
+Dhruvaraj Subhashchandran (7):
+
+- `62011defef4e <https://github.com/open-power/hostboot/commit/62011defef4e>`__ Update the no sync
+ attributes xml.
+- `691894a135de <https://github.com/open-power/hostboot/commit/691894a135de>`__ Detect non sync
+ attribute usage in HWPs on FSP.
+- `1441646529dc <https://github.com/open-power/hostboot/commit/1441646529dc>`__ Skipping FSP access
+ check for FAPI attributes
+- `f5db0c7eb220 <https://github.com/open-power/hostboot/commit/f5db0c7eb220>`__ Add recovered gard
+ log only for garded targets.
+- `3b5764defdff <https://github.com/open-power/hostboot/commit/3b5764defdff>`__ Skip resource
+ recovery for node and power gard.
+- `223824211e63 <https://github.com/open-power/hostboot/commit/223824211e63>`__ Additional field to
+ indicate sync in attribute metadata.
+- `7f52979db708 <https://github.com/open-power/hostboot/commit/7f52979db708>`__ fix Skip resource
+ recovery for node and power gard.
+
+Elizabeth Liner (8):
+
+- `0539920e555b <https://github.com/open-power/hostboot/commit/0539920e555b>`__ Re-enabling test
+ cases that were turned off during bringup
+- `27fc2d9695a4 <https://github.com/open-power/hostboot/commit/27fc2d9695a4>`__ Adding Chiplet Num
+ testcases for MC, MI and DMI in cumulus
+- `f2bdbd447c94 <https://github.com/open-power/hostboot/commit/f2bdbd447c94>`__ Turning on MDIA
+ test
+- `4085033d657d <https://github.com/open-power/hostboot/commit/4085033d657d>`__ Removing unecessary
+ SBE test
+- `d409b6a48945 <https://github.com/open-power/hostboot/commit/d409b6a48945>`__ Removing testcase
+ that is no longer valid.
+- `63e6fb743366 <https://github.com/open-power/hostboot/commit/63e6fb743366>`__ Turning off some
+ VPD test cases for Cumulus only
+- `d7cc38f0dbce <https://github.com/open-power/hostboot/commit/d7cc38f0dbce>`__ Adding VPD testing
+ data for Cumulus and Nimbus.
+- `c3499cc7e8cc <https://github.com/open-power/hostboot/commit/c3499cc7e8cc>`__ Adding cumulus
+ model to ci testing
+
+Greg Still (7):
+
+- `4e919f5e820f <https://github.com/open-power/hostboot/commit/4e919f5e820f>`__ PM: clear Hcode
+ error injection bit upon PM complex reset
+- `f59ac34985af <https://github.com/open-power/hostboot/commit/f59ac34985af>`__ PM: Clear error
+ injection bits before special wake-up in PM complex reset
+- `e95497ee0e43 <https://github.com/open-power/hostboot/commit/e95497ee0e43>`__ PM: Fix double
+ biases value into safe mode frequency
+- `3546db2b916f <https://github.com/open-power/hostboot/commit/3546db2b916f>`__ PM: Increase PB
+ Purge time for MPIPL to accommodate Fleetwood
+- `57fb07ecc684 <https://github.com/open-power/hostboot/commit/57fb07ecc684>`__ PM: pm_firinit
+ class fix to properly clear FIRs upon initialization
+- `931118120f2b <https://github.com/open-power/hostboot/commit/931118120f2b>`__ PM: Move PBAFIR
+ checkstops to recoverable attentions
+- `47c5001b587c <https://github.com/open-power/hostboot/commit/47c5001b587c>`__ SMF: SBE updates
+ for SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
+
+Ilya Smirnov (17):
+
+- `b77dbedc8f3c <https://github.com/open-power/hostboot/commit/b77dbedc8f3c>`__ Add Locking of Abus
+ Sec Mailboxes
+- `c7384e829f3d <https://github.com/open-power/hostboot/commit/c7384e829f3d>`__ Secure Boot:
+ Support API to fence off all node processors’ secure mailboxes
+- `7e0d574dff88 <https://github.com/open-power/hostboot/commit/7e0d574dff88>`__ New Global For
+ Console Daemon
+- `c8a30bc070a2 <https://github.com/open-power/hostboot/commit/c8a30bc070a2>`__ Add Option to Use
+ opal-elog-parse to eSEL.pl
+- `d875133a8d13 <https://github.com/open-power/hostboot/commit/d875133a8d13>`__ Pre-set HB TI Area
+ in doStutdown Path
+- `41cda93cb3e7 <https://github.com/open-power/hostboot/commit/41cda93cb3e7>`__ Add Support for TPM
+ Message Queue Flushing
+- `d2c065d794ce <https://github.com/open-power/hostboot/commit/d2c065d794ce>`__ Display Secure Mode
+ Console Trace During Boot
+- `f4f189641a8a <https://github.com/open-power/hostboot/commit/f4f189641a8a>`__ Attach Traces to
+ call_mss_eff_config Errors
+- `ba8d9b8321dd <https://github.com/open-power/hostboot/commit/ba8d9b8321dd>`__ Mark
+ IPC_DATA_INVALID Errors as Informational
+- `2ff7bd1af135 <https://github.com/open-power/hostboot/commit/2ff7bd1af135>`__ Sync Attributes to
+ FSP In TPM Required Path
+- `f70518cf12dc <https://github.com/open-power/hostboot/commit/f70518cf12dc>`__ Set TPM_UNUSABLE
+ Only if TPM is Required
+- `fd77849e3981 <https://github.com/open-power/hostboot/commit/fd77849e3981>`__ Port System and
+ Node Targets Stitching Code
+- `7b8e409427f3 <https://github.com/open-power/hostboot/commit/7b8e409427f3>`__ Don’t Process
+ Interrupts During Shutdown
+- `bdcb33b8fd84 <https://github.com/open-power/hostboot/commit/bdcb33b8fd84>`__ SMF: Store URMOR
+ SPR Value in host_build_stop_image
+- `22134d69a201 <https://github.com/open-power/hostboot/commit/22134d69a201>`__ SMF: Port NVRAM
+ Reading Logic From Skiboot
+- `1aae1ba2930c <https://github.com/open-power/hostboot/commit/1aae1ba2930c>`__ Move HOMER BAR to
+ Secure Memory in SMF Mode
+- `c8511398e857 <https://github.com/open-power/hostboot/commit/c8511398e857>`__ Serialize the Check
+ For Prologs in CI
+
+Jacob Harvey (5):
+
+- `54a05ea9d278 <https://github.com/open-power/hostboot/commit/54a05ea9d278>`__ Implement BC
+ attributes and make eff_dimm class
+- `17244eeb2294 <https://github.com/open-power/hostboot/commit/17244eeb2294>`__ Update
+ mss_eff_config to L3
+- `5505f90c9c82 <https://github.com/open-power/hostboot/commit/5505f90c9c82>`__ Fix memory plug
+ rules and error handling
+- `17a5d5f52af1 <https://github.com/open-power/hostboot/commit/17a5d5f52af1>`__ Remove logErrors in
+ plug_rules
+- `8b1a3dcf482e <https://github.com/open-power/hostboot/commit/8b1a3dcf482e>`__ L3 work for mss
+ xmls
+
+Jan Hlavac (1):
+
+- `9be05f401c09 <https://github.com/open-power/hostboot/commit/9be05f401c09>`__ linker: fix
+ compiler warnings
+
+Jaymes Wilks (9):
+
+- `0c6d58230e61 <https://github.com/open-power/hostboot/commit/0c6d58230e61>`__ Create attributes
+ for intended PHYP ATTN areas
+- `24f3312ea1d3 <https://github.com/open-power/hostboot/commit/24f3312ea1d3>`__ HRMOR relative
+ addressing for PHyp SP ATTN area dump
+- `d406ad362d7f <https://github.com/open-power/hostboot/commit/d406ad362d7f>`__ SP ATTN area
+ relative addressing cleanup
+- `ef1e22766400 <https://github.com/open-power/hostboot/commit/ef1e22766400>`__ In non-MNFG, only
+ match SBE keys for the sides that boot
+- `ae718b725e8c <https://github.com/open-power/hostboot/commit/ae718b725e8c>`__ Callout
+ non-functional TPM before processor on I2C
+- `8b8b8de88700 <https://github.com/open-power/hostboot/commit/8b8b8de88700>`__ Implement generic
+ i2c device callouts for FSP
+- `00d9a1bc226b <https://github.com/open-power/hostboot/commit/00d9a1bc226b>`__ Disable tolerating
+ blacklist violations
+- `87adeec28640 <https://github.com/open-power/hostboot/commit/87adeec28640>`__ Support
+ openpower-specific I2C device callouts
+- `4694514bf5ce <https://github.com/open-power/hostboot/commit/4694514bf5ce>`__ Zero out TPM FRU ID
+ to avoid hostboot crash
+
+Jennifer A. Stofer (2):
+
+- `7e8b0c98a623 <https://github.com/open-power/hostboot/commit/7e8b0c98a623>`__ Revert “Adding p9a
+ support.”
+- `edcc962667ba <https://github.com/open-power/hostboot/commit/edcc962667ba>`__ Revert “Verify
+ Clock/power state on non functional EX/Core/quad chiplets”
+
+Jenny Huynh (8):
+
+- `2a377a20bf0b <https://github.com/open-power/hostboot/commit/2a377a20bf0b>`__ Secure memory
+ allocation and setup
+- `34d3b9353e22 <https://github.com/open-power/hostboot/commit/34d3b9353e22>`__ Avoid enabling smf
+ bits in nmmu logic for P9
+- `25be20644f96 <https://github.com/open-power/hostboot/commit/25be20644f96>`__ SW427193 /
+ HW461448: Enable memory controller wat
+- `a291da772449 <https://github.com/open-power/hostboot/commit/a291da772449>`__ Mask early hang
+ indicators from nmmu/vas unit
+- `d72526550ef6 <https://github.com/open-power/hostboot/commit/d72526550ef6>`__ Mask NMMUFIR(7),
+ NMMUFIR(36:39)
+- `a04dc7a75506 <https://github.com/open-power/hostboot/commit/a04dc7a75506>`__ Enforce SMF size
+ requirements and correct valid bit
+- `e8825169c84c <https://github.com/open-power/hostboot/commit/e8825169c84c>`__ HW471413 Aggressive
+ Uncle: disable ERAT thread sharing
+- `0faf0e05fd41 <https://github.com/open-power/hostboot/commit/0faf0e05fd41>`__ Tune xbus
+ packet_delay_limit for various systems
+
+Joachim Fenkes (3):
+
+- `5129448452b6 <https://github.com/open-power/hostboot/commit/5129448452b6>`__ p9_sbe_lpc_init:
+ Add final check for errors
+- `3dcbd232eb5d <https://github.com/open-power/hostboot/commit/3dcbd232eb5d>`__ p9_sbe_lpc_init:
+ Improve reset
+- `93478adb3314 <https://github.com/open-power/hostboot/commit/93478adb3314>`__ p9_tod_init: Update
+ spread spectrum synchronization for Axone
+
+Joe McGill (42):
+
+- `f9a40964fc9d <https://github.com/open-power/hostboot/commit/f9a40964fc9d>`__ support IO reconfig
+ loop for OBUS DL link training failures
+- `dece8b8d13ad <https://github.com/open-power/hostboot/commit/dece8b8d13ad>`__ p9_sbe_scominit –
+ unmask TP LFIR bit 37 for Cumulus
+- `4a43554124f7 <https://github.com/open-power/hostboot/commit/4a43554124f7>`__ p9_sbe_common –
+ mark TP LFIR bit 37 as recoverable
+- `306a71070535 <https://github.com/open-power/hostboot/commit/306a71070535>`__ FBC Level 1
+ procedures
+- `b7d8c7cfb45e <https://github.com/open-power/hostboot/commit/b7d8c7cfb45e>`__ L2 HWPs –
+ p9_smp_link_layer and p9_fab_iovalid
+- `75649c5f3d45 <https://github.com/open-power/hostboot/commit/75649c5f3d45>`__ L2 - Fabric updates
+ for multi-chip support
+- `2cd54a28ccb0 <https://github.com/open-power/hostboot/commit/2cd54a28ccb0>`__ p9_fab_iovalid –
+ invoke link validation subroutine
+- `36a8aaf9dc8b <https://github.com/open-power/hostboot/commit/36a8aaf9dc8b>`__ L3 update –
+ p9_fab_iovalid
+- `904da7128b41 <https://github.com/open-power/hostboot/commit/904da7128b41>`__ IO, FBC updates to
+ enable ABUS for Fleetwood
+- `0c44c70474ee <https://github.com/open-power/hostboot/commit/0c44c70474ee>`__ shift XBUS FIR
+ programming inits for secure boot
+- `6d4c897edca3 <https://github.com/open-power/hostboot/commit/6d4c897edca3>`__ p9_fab_iovalid –
+ secure ABUS mailboxes after iovalid is asserted
+- `eae5dde56fae <https://github.com/open-power/hostboot/commit/eae5dde56fae>`__ support IO reconfig
+ loop for OBUS DL link training failures
+- `78055ea9215e <https://github.com/open-power/hostboot/commit/78055ea9215e>`__ p9_fab_iovalid –
+ remove code setting ABUS security lock
+- `67ae5190164c <https://github.com/open-power/hostboot/commit/67ae5190164c>`__ shift OBUS FIR
+ programming inits for secure boot
+- `ed7254aed9ca <https://github.com/open-power/hostboot/commit/ed7254aed9ca>`__ use
+ putscomUnderMask API to update FBC DL control register
+- `8dba363050dc <https://github.com/open-power/hostboot/commit/8dba363050dc>`__ shift OBUS FIR
+ programming inits for secure boot
+- `d93fbb365235 <https://github.com/open-power/hostboot/commit/d93fbb365235>`__ correctly propogate
+ bad return code from p9_adu_coherent_status_check
+- `36839984fe01 <https://github.com/open-power/hostboot/commit/36839984fe01>`__ p9_throttle_sync –
+ clear refresh sync type after issuing IPL sync
+- `352adcc2ae3e <https://github.com/open-power/hostboot/commit/352adcc2ae3e>`__ Update Cumulus MI
+ runtime FIR settings
+- `da084ab14a46 <https://github.com/open-power/hostboot/commit/da084ab14a46>`__ allow option to
+ enforce mirroring of all system memory
+- `6f42293e7704 <https://github.com/open-power/hostboot/commit/6f42293e7704>`__ set PEC disable
+ store thread based ordering chicken switches
+- `1d72c0ee82a2 <https://github.com/open-power/hostboot/commit/1d72c0ee82a2>`__
+ p9_sbe_check_quiesce – restore call to p9_int_scrub_caches
+- `613fa4b3a5c5 <https://github.com/open-power/hostboot/commit/613fa4b3a5c5>`__ p9_mss_eff_grouping
+ – comment, whitespace only updates
+- `41556dbc622c <https://github.com/open-power/hostboot/commit/41556dbc622c>`__
+ p9.int.scom.initfile – increase INT_VC_AIB_TIMEOUT
+- `6bf2d027a217 <https://github.com/open-power/hostboot/commit/6bf2d027a217>`__ p9_sbe_scominit –
+ set XSCOM BAR in secure memory with SMF enabled
+- `3a9f22d17780 <https://github.com/open-power/hostboot/commit/3a9f22d17780>`__
+ p9.pci.scan.initfile – replace 62028 implementation with initfile entry
+- `cdf4b35b7d63 <https://github.com/open-power/hostboot/commit/cdf4b35b7d63>`__ mask VAS FIR bits
+ 33,35,37
+- `b255bf6cc5d8 <https://github.com/open-power/hostboot/commit/b255bf6cc5d8>`__ p9_obus_fir_utils –
+ create header for OBUS FIR settings
+- `3fa58ab0e303 <https://github.com/open-power/hostboot/commit/3fa58ab0e303>`__ Validate OBUS DL
+ lane failed indications during initial link training
+- `73f196ac8f86 <https://github.com/open-power/hostboot/commit/73f196ac8f86>`__ p9_xip_customize.C
+ – update filter PLL bucket select only for AW keyword ver2
+- `c6643d484b19 <https://github.com/open-power/hostboot/commit/c6643d484b19>`__ apply INT ARX clock
+ gate disable to p9n DD2.0 hardware
+- `c17dc98087ad <https://github.com/open-power/hostboot/commit/c17dc98087ad>`__ validate DL, TL,
+ iovalid state prior to SMP build
+- `9a96890811e7 <https://github.com/open-power/hostboot/commit/9a96890811e7>`__ p9_fab_iovalid –
+ enhance half-link fail determination
+- `b407cfc0f325 <https://github.com/open-power/hostboot/commit/b407cfc0f325>`__ Updates to permit
+ synchronized SS PLL spreading via TOD
+- `af570fbad576 <https://github.com/open-power/hostboot/commit/af570fbad576>`__ nest updates for
+ p9c DD1.3 native and p9c DD1.2 compatibility modes
+- `b38e80aebe0e <https://github.com/open-power/hostboot/commit/b38e80aebe0e>`__ prevent NVDL
+ recal_abort to OBUS PHY during SMP usage
+- `f784325ac298 <https://github.com/open-power/hostboot/commit/f784325ac298>`__
+ p9.int.scom.initfile – increase PC timeouts
+- `b0270a92f421 <https://github.com/open-power/hostboot/commit/b0270a92f421>`__
+ p9.int.scom.initfile – mask early hang indicator FIR bits
+- `5a2e55b7708e <https://github.com/open-power/hostboot/commit/5a2e55b7708e>`__ SMP ABUS – use
+ pattern A to detect lane failures
+- `69cc45d8f059 <https://github.com/open-power/hostboot/commit/69cc45d8f059>`__ FBC ABUS TDM inject
+ and recovery HWPs
+- `1720267b190a <https://github.com/open-power/hostboot/commit/1720267b190a>`__ p9_mss_eff_grouping
+ – update deconfiguration rules
+- `c4f812722685 <https://github.com/open-power/hostboot/commit/c4f812722685>`__ FBC TDM recovery –
+ PPE update, clear recal_abort, pdwn unconnected lanes
+
+Joel Stanley (2):
+
+- `b24deec9bad7 <https://github.com/open-power/hostboot/commit/b24deec9bad7>`__ bootconfig:
+ Describe pnor boot flags
+- `de2d12b23dff <https://github.com/open-power/hostboot/commit/de2d12b23dff>`__ fapi2: Use correct
+ RingMode type
+
+John Rell (11):
+
+- `b2ff2dd0c8e5 <https://github.com/open-power/hostboot/commit/b2ff2dd0c8e5>`__ jgr18081500
+ ctle_coarse update for SW442177
+- `293c1262d807 <https://github.com/open-power/hostboot/commit/293c1262d807>`__ jgr17042800 Updated
+ Obus scom initfile
+- `396eca7c503c <https://github.com/open-power/hostboot/commit/396eca7c503c>`__ jgr17050500 Updated
+ Obus initfile for HW405290
+- `58b5e5dba045 <https://github.com/open-power/hostboot/commit/58b5e5dba045>`__ jgr17061500 Nim
+ Obus DD2 update
+- `aeed09827aef <https://github.com/open-power/hostboot/commit/aeed09827aef>`__ jgr17071200 Removed
+ pdwn settings
+- `7772f8c9a003 <https://github.com/open-power/hostboot/commit/7772f8c9a003>`__ jgr17081500 Update
+ TX_ZCAL_P_4X settings for dmi,o,x buses
+- `1821567eaf9b <https://github.com/open-power/hostboot/commit/1821567eaf9b>`__ jgr17082300 Setting
+ changes for HW41801 HW419305
+- `3e89694dba30 <https://github.com/open-power/hostboot/commit/3e89694dba30>`__ jgr17083100 Fixed
+ overlooked setting from gerrit change 45079 and HW419305
+- `254e702fe7ff <https://github.com/open-power/hostboot/commit/254e702fe7ff>`__ jgr171017 Setting
+ changes for Obus boardwire vs cable
+- `a712f59387fd <https://github.com/open-power/hostboot/commit/a712f59387fd>`__ jgr18042600 Changed
+ rx_recal_abort_dl_mask=0 for cumulus HW446964
+- `5299301303d4 <https://github.com/open-power/hostboot/commit/5299301303d4>`__ jgr18081500
+ ctle_coarse update for SW442177
+
+Li Meng (1):
+
+- `24186bec3e6e <https://github.com/open-power/hostboot/commit/24186bec3e6e>`__ add lrdimm plug
+ rules
+
+Louis Stermole (24):
+
+- `1d21270b627a <https://github.com/open-power/hostboot/commit/1d21270b627a>`__ Restore
+ ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to fix masking errors
+- `1d33fcf2c591 <https://github.com/open-power/hostboot/commit/1d33fcf2c591>`__ Add bad bit setting
+ to p9c training advanced
+- `fd49726ffcf0 <https://github.com/open-power/hostboot/commit/fd49726ffcf0>`__ Fix
+ p9c_generic_shmoo unit test to work with corrected bad bits attr
+- `85a561df01c8 <https://github.com/open-power/hostboot/commit/85a561df01c8>`__ Improve WR_VREF
+ shmoo algorithm in p9c training_adv
+- `12289773b37d <https://github.com/open-power/hostboot/commit/12289773b37d>`__ Setup terminations
+ on non-calibrating ranks during WR_LVL on DDR3
+- `c66059fce342 <https://github.com/open-power/hostboot/commit/c66059fce342>`__ Fix PDA fails due
+ to DRAM count on CDIMMs in p9c WR_VREF shmoo
+- `648be0c060f6 <https://github.com/open-power/hostboot/commit/648be0c060f6>`__ Add default
+ (initToZero) for ATTR_CEN_LRDIMM_RANK_MULT_MODE
+- `f62ab04343d1 <https://github.com/open-power/hostboot/commit/f62ab04343d1>`__ Reduce size of
+ generic_shmoo class in firmware
+- `a84a3f3af197 <https://github.com/open-power/hostboot/commit/a84a3f3af197>`__ Add option to
+ increase VREF step in p9c characterization shmoo
+- `7fa5843dd1b5 <https://github.com/open-power/hostboot/commit/7fa5843dd1b5>`__ Change p9c box
+ shmoo callouts from recovered to predictive
+- `7a9396eef7d8 <https://github.com/open-power/hostboot/commit/7a9396eef7d8>`__ Add plug rule for
+ dual-drop DIMM configs that produce different xlate settings
+- `5abc57bc8352 <https://github.com/open-power/hostboot/commit/5abc57bc8352>`__ Add empty files for
+ p9c soft PPR (row repair) function
+- `0101df38954b <https://github.com/open-power/hostboot/commit/0101df38954b>`__ Multiple fixes to
+ enable p9c draminit_training_adv during IPL
+- `bdf069fd1360 <https://github.com/open-power/hostboot/commit/bdf069fd1360>`__ Add soft PPR (row
+ repair) function for p9c
+- `93192aff25f4 <https://github.com/open-power/hostboot/commit/93192aff25f4>`__ Add row repair
+ access functions and attr switches for p9c
+- `a7b46bd16dfc <https://github.com/open-power/hostboot/commit/a7b46bd16dfc>`__ Fix makefile error
+ for p9c_mss_draminit_mc
+- `81faecc96e97 <https://github.com/open-power/hostboot/commit/81faecc96e97>`__ Change training_adv
+ sanity check fail to a recovered fail for p9c
+- `e5eb14043e5d <https://github.com/open-power/hostboot/commit/e5eb14043e5d>`__ Fix attribute
+ access errors in p9c row_repair
+- `12eac54482d5 <https://github.com/open-power/hostboot/commit/12eac54482d5>`__ Re-enable training
+ advanced WR_VREF algorithm in xml for p9c
+- `fecb93f47316 <https://github.com/open-power/hostboot/commit/fecb93f47316>`__ Fix Centaur
+ workaround in p9c_mss_row_repair
+- `59b84449bc49 <https://github.com/open-power/hostboot/commit/59b84449bc49>`__ Remove some debug
+ trace from p9c_mss_draminit_training_adv code
+- `7b0ac241e5dd <https://github.com/open-power/hostboot/commit/7b0ac241e5dd>`__ Fix MR0 corruption
+ when applying rank1 row repair on p9c
+- `b26e6d85c030 <https://github.com/open-power/hostboot/commit/b26e6d85c030>`__ Fix RCD parity
+ errors in p9c row repair
+- `de9ec8dc9ca5 <https://github.com/open-power/hostboot/commit/de9ec8dc9ca5>`__ Add blank
+ gen_mss_volt.H file for HB mirror
+
+Marty Gloff (1):
+
+- `ccf2f3445e15 <https://github.com/open-power/hostboot/commit/ccf2f3445e15>`__ HBRT attrrp depends
+ on node zero being present
+
+Matt Derksen (22):
+
+- `9ec1a1f399f3 <https://github.com/open-power/hostboot/commit/9ec1a1f399f3>`__ Reenable
+ getMemBufRawCardType calling.
+- `e38d6b0d199b <https://github.com/open-power/hostboot/commit/e38d6b0d199b>`__ DRAM sparing
+ support functions
+- `3302fd380eba <https://github.com/open-power/hostboot/commit/3302fd380eba>`__ Additional DRAM
+ sparing support functions
+- `1a90c4370493 <https://github.com/open-power/hostboot/commit/1a90c4370493>`__ Remove IOMCFIR and
+ SCOM_MODE_PB checks
+- `b7906419b3bc <https://github.com/open-power/hostboot/commit/b7906419b3bc>`__ Call
+ fapi2::getSPD() via FAPI_INVOKE_HWP
+- `3e645f2d3703 <https://github.com/open-power/hostboot/commit/3e645f2d3703>`__ Add WOF compare
+ data section for RC_WOF_TABLE_NOT_FOUND errors
+- `27c01047205d <https://github.com/open-power/hostboot/commit/27c01047205d>`__ Use hostservice to
+ do special wakeup at runtime for open-power systems
+- `78c7928126a9 <https://github.com/open-power/hostboot/commit/78c7928126a9>`__ Only store HRMOR
+ value on primary node
+- `847e8ef1fbeb <https://github.com/open-power/hostboot/commit/847e8ef1fbeb>`__ Add hostboot
+ reserved memory mirroring support
+- `14340c147361 <https://github.com/open-power/hostboot/commit/14340c147361>`__ Use
+ ATTR_MAX_COMPUTE_NODES_PER_SYSTEM instead of hardcoding
+- `7c5afbddbf0a <https://github.com/open-power/hostboot/commit/7c5afbddbf0a>`__ Additional tracing
+ for shutdown events
+- `2968366be470 <https://github.com/open-power/hostboot/commit/2968366be470>`__ Add thread ID into
+ trace_lite traces
+- `716f5fdcab1d <https://github.com/open-power/hostboot/commit/716f5fdcab1d>`__ Fix part
+ translation for SMP_CABLE callout
+- `165bb46bac36 <https://github.com/open-power/hostboot/commit/165bb46bac36>`__ Support fapi2 i2c
+ functions
+- `1c97a157a652 <https://github.com/open-power/hostboot/commit/1c97a157a652>`__ Cxxtest for
+ fapi_i2c support
+- `667b300924ee <https://github.com/open-power/hostboot/commit/667b300924ee>`__ Fix cscope segfault
+ problem
+- `39b2ccdfc8b3 <https://github.com/open-power/hostboot/commit/39b2ccdfc8b3>`__ Fix compile error
+- `f07e1f685951 <https://github.com/open-power/hostboot/commit/f07e1f685951>`__ Fix WOF data not
+ found FFDC
+- `a45ace1ec733 <https://github.com/open-power/hostboot/commit/a45ace1ec733>`__ Send Attn chip list
+ for monitoring
+- `1e21ee6d26e5 <https://github.com/open-power/hostboot/commit/1e21ee6d26e5>`__ Allow stopIPL to be
+ called before istepdispatcher is loaded
+- `1e1b50096bb4 <https://github.com/open-power/hostboot/commit/1e1b50096bb4>`__ Support fapi2 MMIO
+ functions
+- `2dfa56b49d0e <https://github.com/open-power/hostboot/commit/2dfa56b49d0e>`__ Deconfig parent
+ rollup simplified
+
+Matt K. Light (3):
+
+- `353567d4b178 <https://github.com/open-power/hostboot/commit/353567d4b178>`__ Add more fapi2
+ target types for Axone
+- `501844c893e5 <https://github.com/open-power/hostboot/commit/501844c893e5>`__ fapi2 i2c access
+ headers
+- `9af02ab015ac <https://github.com/open-power/hostboot/commit/9af02ab015ac>`__ fapi2 i2c dox
+ update
+
+Matt Raybuck (8):
+
+- `6a593d78b7c5 <https://github.com/open-power/hostboot/commit/6a593d78b7c5>`__ Combine trace
+ buffers in errlog
+- `306037698122 <https://github.com/open-power/hostboot/commit/306037698122>`__ Add VERSION to all
+ OpenPOWER error logs
+- `9b59223389e7 <https://github.com/open-power/hostboot/commit/9b59223389e7>`__ Add commit hook to
+ sort the attribute xml files
+- `3ee865ba154a <https://github.com/open-power/hostboot/commit/3ee865ba154a>`__ Attribute keyword
+ to require override
+- `7caab9472ef7 <https://github.com/open-power/hostboot/commit/7caab9472ef7>`__ new targeting
+ sorting tools removes newline from prolog
+- `0c5edba986eb <https://github.com/open-power/hostboot/commit/0c5edba986eb>`__ Added support for
+ recursive mutexes
+- `2e77a7fb1433 <https://github.com/open-power/hostboot/commit/2e77a7fb1433>`__ Attribute support
+ for recursive mutexes
+- `9e552af485f3 <https://github.com/open-power/hostboot/commit/9e552af485f3>`__ Remove hardcoding
+ of partial good logic (1/2)
+
+Maxim Polyakov (1):
+
+- `1ad25a8428db <https://github.com/open-power/hostboot/commit/1ad25a8428db>`__ Support for
+ extended FRU data for memory modules
+
+Mengze Liao (1):
+
+- `61bcb01d6fd5 <https://github.com/open-power/hostboot/commit/61bcb01d6fd5>`__ Add PCIe dynamic
+ bifurcation function for barreleye G2
+
+Michael Pardeik (2):
+
+- `df43ad6f8512 <https://github.com/open-power/hostboot/commit/df43ad6f8512>`__ P9N/P9C util to
+ throttle HWP updates for min util and safemode
+- `49fe793f319d <https://github.com/open-power/hostboot/commit/49fe793f319d>`__ centaur mba
+ initfile update for refresh reset interval
+
+Mike Baiocchi (13):
+
+- `36d47d4ca26d <https://github.com/open-power/hostboot/commit/36d47d4ca26d>`__ Update bbuild to
+ b0608a_1823.920 and CUMULUS/Jenkins Fix
+- `7617e77949d7 <https://github.com/open-power/hostboot/commit/7617e77949d7>`__ Add procedure for
+ istep 18’s Node Communication ABUS Exchange
+- `323f71eb613d <https://github.com/open-power/hostboot/commit/323f71eb613d>`__ Add TPM Calls to
+ Node Communication ABUS Exchange Procedure
+- `47e859f60d22 <https://github.com/open-power/hostboot/commit/47e859f60d22>`__ Good-Path Fixes for
+ Secure Node Communications
+- `1759af757bd8 <https://github.com/open-power/hostboot/commit/1759af757bd8>`__ Add error callouts
+ and other improvements for Node Communications
+- `a76fe8f24e07 <https://github.com/open-power/hostboot/commit/a76fe8f24e07>`__ Read HW Key Hash
+ From SBE Seeprom via ChipOp when applicable
+- `8948f0196ab1 <https://github.com/open-power/hostboot/commit/8948f0196ab1>`__ ABUS Node
+ Communication: Add Support for Redundant Links
+- `8dab4e13569f <https://github.com/open-power/hostboot/commit/8dab4e13569f>`__ Add PEER_TARGET and
+ PEER_PATH to SMPGROUP Target
+- `85367d8e40dd <https://github.com/open-power/hostboot/commit/85367d8e40dd>`__ Update
+ adjustHbiPhysSize() Function to handle HBI Expansion
+- `a0ee54b5faf4 <https://github.com/open-power/hostboot/commit/a0ee54b5faf4>`__ Update bbuild to
+ b0710c_1827.920
+- `2d79288ff609 <https://github.com/open-power/hostboot/commit/2d79288ff609>`__ ABUS Node
+ Communication is operational, so commit all errors
+- `887663e6ad51 <https://github.com/open-power/hostboot/commit/887663e6ad51>`__ Minor Error Log
+ Improvements
+- `864d9b80ebf9 <https://github.com/open-power/hostboot/commit/864d9b80ebf9>`__ Node
+ Communications: use addHwCallout() to deconfigure
+
+Nicholas E. Bofferding (1):
+
+- `506a20f3bb46 <https://github.com/open-power/hostboot/commit/506a20f3bb46>`__ Revert “Delete
+ non-terminating TPM error in fabric integration step”
+
+Nick Bofferding (38):
+
+- `b14259e6b41a <https://github.com/open-power/hostboot/commit/b14259e6b41a>`__ Secure Boot:
+ Disable x-bus node communication
+- `6359b6a6e881 <https://github.com/open-power/hostboot/commit/6359b6a6e881>`__ Fix memory leaks
+ associated with various msg_sendrecv calls
+- `f9aa8f06bbd8 <https://github.com/open-power/hostboot/commit/f9aa8f06bbd8>`__ Memory Management:
+ Fix coalesce to track holes in the page management
+- `b81a9c8640e6 <https://github.com/open-power/hostboot/commit/b81a9c8640e6>`__ Secure Boot: Defer
+ init of Centaur SCOM cache register definitions
+- `cbacafbc508a <https://github.com/open-power/hostboot/commit/cbacafbc508a>`__ Secure Boot:
+ Enabled final Secure Boot settings for Zeppelin
+- `1db54dcc27d4 <https://github.com/open-power/hostboot/commit/1db54dcc27d4>`__ Secure Boot:
+ Disable cache of 2010800 Centaur register
+- `82aa44098bcf <https://github.com/open-power/hostboot/commit/82aa44098bcf>`__ Remove
+ p9_fab_iovalid.C in order to re-mirror it
+- `30fe98727be2 <https://github.com/open-power/hostboot/commit/30fe98727be2>`__ Secure Boot:
+ Centaur Security: Fix handling of 9 Centaur registers
+- `d420d7b06a2e <https://github.com/open-power/hostboot/commit/d420d7b06a2e>`__ Secure Boot: Set
+ FIR mask bits for inactive OBUS links during host coalesce
+- `be4d594926a5 <https://github.com/open-power/hostboot/commit/be4d594926a5>`__ Post informational
+ error log for planar jumper settings
+- `9886d8d502e8 <https://github.com/open-power/hostboot/commit/9886d8d502e8>`__ Trusted Boot:
+ Provide appropriate callout when TPM not provisioned
+- `fd642c6bf549 <https://github.com/open-power/hostboot/commit/fd642c6bf549>`__ Invoke P9 TIs
+ correctly
+- `5015187c64ab <https://github.com/open-power/hostboot/commit/5015187c64ab>`__ Debug: Increase Ps
+ tool stack frame depth to 35 frames
+- `b37f41b2c08c <https://github.com/open-power/hostboot/commit/b37f41b2c08c>`__ Secure Boot: Copy
+ PHyp secure header into standard reserved memory area
+- `34e69d280e11 <https://github.com/open-power/hostboot/commit/34e69d280e11>`__ Fix HRMOR scratch
+ reg calculation
+- `928ef690c086 <https://github.com/open-power/hostboot/commit/928ef690c086>`__ Send errors from
+ previous boots as callhome type eSELs
+- `ea3d3a6c4f98 <https://github.com/open-power/hostboot/commit/ea3d3a6c4f98>`__ I2C: Inhibit
+ sending slave stop command when SDA and SCL are not both asserted
+- `5ce2333d7d4a <https://github.com/open-power/hostboot/commit/5ce2333d7d4a>`__ Secure Boot: Clear
+ XBUS FIR bits after SMP enabled
+- `923ed59ce8a7 <https://github.com/open-power/hostboot/commit/923ed59ce8a7>`__ MRW: If bus object
+ doesn’t have I2C_ADDRESS property, get it from I2C slave
+- `6b3ddf52b517 <https://github.com/open-power/hostboot/commit/6b3ddf52b517>`__ eRepair: Pass RX/TX
+ vectors into lane power down HWPs in right order
+- `9350ecec4bd2 <https://github.com/open-power/hostboot/commit/9350ecec4bd2>`__ i2c: Don’t wait for
+ SDA to go high before sending slave stop command
+- `c87bd309d9bc <https://github.com/open-power/hostboot/commit/c87bd309d9bc>`__ Atomically latch
+ shutdown status and TI data together in shutdown
+- `080d25563d0b <https://github.com/open-power/hostboot/commit/080d25563d0b>`__ Secure Boot: Report
+ base/extended code mismatch as terminating
+- `c3b2b326c53f <https://github.com/open-power/hostboot/commit/c3b2b326c53f>`__ Trusted Boot:
+ Report Primary TPM required reason code as terminating
+- `bdb1634e8e6a <https://github.com/open-power/hostboot/commit/bdb1634e8e6a>`__ Delete
+ non-terminating TPM error in fabric integration step
+- `4f68936b4801 <https://github.com/open-power/hostboot/commit/4f68936b4801>`__ Update VPD in
+ correct node at runtime
+- `17bf8a65e3be <https://github.com/open-power/hostboot/commit/17bf8a65e3be>`__ Fix duplicate trace
+ section removal accounting in error log flatten
+- `7209f9061a3c <https://github.com/open-power/hostboot/commit/7209f9061a3c>`__ Trusted Boot: When
+ TPM not detected properly, report errors if TPM is required
+- `01fcdb647ea0 <https://github.com/open-power/hostboot/commit/01fcdb647ea0>`__ Shutdown: Move
+ attribute sync to shutdown handler
+- `9d6361875127 <https://github.com/open-power/hostboot/commit/9d6361875127>`__ Create new FAPI
+ attribute HB_HRMOR_BYTES
+- `727443a3a2f3 <https://github.com/open-power/hostboot/commit/727443a3a2f3>`__ Close windows where
+ Hostboot HRMOR is not available to FSP
+- `39c57d2a42c3 <https://github.com/open-power/hostboot/commit/39c57d2a42c3>`__ Serialize all
+ attribute synchronization calls
+- `a9c72287f685 <https://github.com/open-power/hostboot/commit/a9c72287f685>`__ Add
+ lib_isteps_mss.so as an istep 15 dependency
+- `24f1a6c7c10b <https://github.com/open-power/hostboot/commit/24f1a6c7c10b>`__ Prevent double free
+ condition when sending attributes to FSP
+- `d70302a9f7af <https://github.com/open-power/hostboot/commit/d70302a9f7af>`__ Disable
+ synchronization tests
+- `a6cb27b4cfab <https://github.com/open-power/hostboot/commit/a6cb27b4cfab>`__ Add OCMBFW
+ partition to FSP and Hostboot PNOR layouts
+- `9b7da2e3c3a7 <https://github.com/open-power/hostboot/commit/9b7da2e3c3a7>`__ Support for putting
+ fences around mallocs
+- `1e6bbb9b989b <https://github.com/open-power/hostboot/commit/1e6bbb9b989b>`__ Only allow key
+ transition in istep 10.2
+
+Nick Klazynski (6):
+
+- `443609a24275 <https://github.com/open-power/hostboot/commit/443609a24275>`__ Add RL0/RL1 support
+ for CDD1.2
+- `c916d4e2d430 <https://github.com/open-power/hostboot/commit/c916d4e2d430>`__ Clockgate disable
+ workaround for HW452921
+- `d334558fdeb8 <https://github.com/open-power/hostboot/commit/d334558fdeb8>`__ Enable CDD1.3’s 4
+ risklevels (step 1)
+- `edf9575e0567 <https://github.com/open-power/hostboot/commit/edf9575e0567>`__ Enable Core
+ compatability Mode; Add HW443669
+- `874b5b34b0b7 <https://github.com/open-power/hostboot/commit/874b5b34b0b7>`__ Workaround for
+ SW440224
+- `9cee8ff39774 <https://github.com/open-power/hostboot/commit/9cee8ff39774>`__ Add TLBIE WAT
+
+Prachi Gupta (13):
+
+- `5815703c3be9 <https://github.com/open-power/hostboot/commit/5815703c3be9>`__ Add support for
+ missing memory behind master proc
+- `27bf395be2cd <https://github.com/open-power/hostboot/commit/27bf395be2cd>`__ missing memory:
+ istep 7 and 14 changes
+- `d50263f51eb4 <https://github.com/open-power/hostboot/commit/d50263f51eb4>`__ getMBvpdAttr:
+ Updates for DDR3 support
+- `cc638c9bdc4e <https://github.com/open-power/hostboot/commit/cc638c9bdc4e>`__ Added in a sleep
+ after we winkle in istep 18 to avoid race conditions
+- `cfc5fb7993fa <https://github.com/open-power/hostboot/commit/cfc5fb7993fa>`__ Save HRMOR in mbox
+ scratch reg for IPC messaging
+- `e4f0610314ca <https://github.com/open-power/hostboot/commit/e4f0610314ca>`__ Wrap Test: Change
+ GROUP_ID/CHIP_ID to match the new proc numbering scheme
+- `ba4fc129cd44 <https://github.com/open-power/hostboot/commit/ba4fc129cd44>`__
+ platGetMBvpdSlopeInterceptData: fix ATTR_CEN_CDIMM_VPD_MASTER_TOTAL_POWER_SLOPE
+- `4dfcdd4a9e59 <https://github.com/open-power/hostboot/commit/4dfcdd4a9e59>`__ p9_fab_iovalid:
+ process errors returned by this HWP
+- `c818c28e735f <https://github.com/open-power/hostboot/commit/c818c28e735f>`__ WOF Lid load:
+ Remove extra malloc and use getStoredLidImage
+- `39c18a013796 <https://github.com/open-power/hostboot/commit/39c18a013796>`__ Update xbus/obus
+ procedures with the latest initCompiler changes
+- `8832be410a8c <https://github.com/open-power/hostboot/commit/8832be410a8c>`__ Fix paranthesis
+ syntax in scom initfiles
+- `70e41813c010 <https://github.com/open-power/hostboot/commit/70e41813c010>`__
+ Centaur_Register_List.csv: Updating it to hostboot level
+- `76ae3d5f09c9 <https://github.com/open-power/hostboot/commit/76ae3d5f09c9>`__ Documentation:
+ Initial commit to create base README.md
+
+Prasad Bg Ranganath (13):
+
+- `261923ec2039 <https://github.com/open-power/hostboot/commit/261923ec2039>`__ PPB: Bug fix in
+ computing IAC Vdn value
+- `25da6f268179 <https://github.com/open-power/hostboot/commit/25da6f268179>`__ PM:Remove
+ deprecated attributes
+- `4f0098cf3ce3 <https://github.com/open-power/hostboot/commit/4f0098cf3ce3>`__ PPB:Compute safe
+ mode Freq and Volt calculation during runtime
+- `a0e63fb29fed <https://github.com/open-power/hostboot/commit/a0e63fb29fed>`__ Bug fix for the
+ Runtime pstate bias update
+- `8f2be4b1063a <https://github.com/open-power/hostboot/commit/8f2be4b1063a>`__ PM:Clear GPE2 error
+ bit in OISR/IMR register before SGPE boots
+- `eefd5f1438bf <https://github.com/open-power/hostboot/commit/eefd5f1438bf>`__ HCODE: DD21
+ makefile changes for CME,PGPE and SGPE
+- `600ffa160d54 <https://github.com/open-power/hostboot/commit/600ffa160d54>`__ Verify Clock/power
+ state on non functional EX/Core/quad chiplets
+- `1dd6d7647746 <https://github.com/open-power/hostboot/commit/1dd6d7647746>`__ Verify EQ/EX/Core
+ clock/power states
+- `ae850cf7588d <https://github.com/open-power/hostboot/commit/ae850cf7588d>`__ PM:Some more
+ cleanups in update_ec_eq procedure for core unit xstop case
+- `c4f75d029310 <https://github.com/open-power/hostboot/commit/c4f75d029310>`__ Update core quiesce
+ interface in update_ec_eq procedure
+- `1012b75b38e5 <https://github.com/open-power/hostboot/commit/1012b75b38e5>`__ Update the PSTATE
+ attributes when we hit error during istep 15
+- `e82eda284f01 <https://github.com/open-power/hostboot/commit/e82eda284f01>`__ STOP:Dont clear
+ pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
+- `4d72d31b7671 <https://github.com/open-power/hostboot/commit/4d72d31b7671>`__ PM:Fix PSAFE update
+ during pm reset flow
+
+Prem Shanker Jha (18):
+
+- `cfa7304f5d6a <https://github.com/open-power/hostboot/commit/cfa7304f5d6a>`__ STOP API: API
+ conditionally supports 255 SCOM restore entries for each quad.
+- `d2f43e6540fa <https://github.com/open-power/hostboot/commit/d2f43e6540fa>`__ PM: Added support
+ for enable disable of 24x7 IMA.
+- `0d47fa9358e2 <https://github.com/open-power/hostboot/commit/0d47fa9358e2>`__ SCOM Restore:
+ Handle case of old HB and new STOP API case.
+- `48e7db4febee <https://github.com/open-power/hostboot/commit/48e7db4febee>`__ STOP_Recovery:
+ Added hwp changes to support error log parser.
+- `adaf8f7d6eec <https://github.com/open-power/hostboot/commit/adaf8f7d6eec>`__ STOP Recovery:
+ Implemented STOP Recovery parser for error log.
+- `a30c34acdf4c <https://github.com/open-power/hostboot/commit/a30c34acdf4c>`__ SCOM Restore:
+ Increased max eq scom restores entries supported to 255.
+- `15641e1a1fae <https://github.com/open-power/hostboot/commit/15641e1a1fae>`__ UV Support: HWP
+ inits runtime wakeup mode for each functional core.
+- `d808f52a637f <https://github.com/open-power/hostboot/commit/d808f52a637f>`__ UV Support: Updated
+ HWP to set runtime wakeup mode.
+- `53569a27d4da <https://github.com/open-power/hostboot/commit/53569a27d4da>`__ UV Support: Fixed
+ target issue in setup runtime wakeup mode HWP.
+- `29f9ee17713d <https://github.com/open-power/hostboot/commit/29f9ee17713d>`__ 24x7: Populated
+ Abus bits in UAV for cumulus based system.
+- `09ab06ca2d56 <https://github.com/open-power/hostboot/commit/09ab06ca2d56>`__ UV Support :
+ Augmented STOP API and self restore for enabling ultravisor.
+- `076c45f663b8 <https://github.com/open-power/hostboot/commit/076c45f663b8>`__ Revert “UV Support
+ : Augmented STOP API and self restore for enabling UV”
+- `bd440419c808 <https://github.com/open-power/hostboot/commit/bd440419c808>`__ STOP API: Changes
+ for SMF and SPR self save
+- `5baacd28d51e <https://github.com/open-power/hostboot/commit/5baacd28d51e>`__ PM Malfunction:
+ Fixed issues with user data section parser plugin.
+- `bdd0985889a6 <https://github.com/open-power/hostboot/commit/bdd0985889a6>`__ STOP Recovery:
+ Removed OCI address with SCOM address in HWP error xml.
+- `451a26b55f90 <https://github.com/open-power/hostboot/commit/451a26b55f90>`__ Img Build: HOMER
+ changes for SMF and SPR self save.
+- `ad52fe4087a2 <https://github.com/open-power/hostboot/commit/ad52fe4087a2>`__ PM: Fixed handling
+ of CME LFIR mask during PM complex reset.
+- `c826f6afcb57 <https://github.com/open-power/hostboot/commit/c826f6afcb57>`__ PM: Handled SCOM
+ failures while determining unit availability.
+
+Rahul Batra (3):
+
+- `f75a73ed4a8f <https://github.com/open-power/hostboot/commit/f75a73ed4a8f>`__ PM: Not mask
+ OCC_HB_NOTIFY during PM Reset
+- `77fbc86e8ca9 <https://github.com/open-power/hostboot/commit/77fbc86e8ca9>`__ PM: Move SGPE/PGPE
+ Region and update QPMR/PPMR(2/4)
+- `4c1c0fa70078 <https://github.com/open-power/hostboot/commit/4c1c0fa70078>`__ PM:Fill SGPE/PGPE
+ regions fields in QPMR/PPMR(3/4)
+
+Raja Das (4):
+
+- `38834a9cad0b <https://github.com/open-power/hostboot/commit/38834a9cad0b>`__ Inverted logic of
+ hasClock bit in Clock Status register
+- `529bf938bf0e <https://github.com/open-power/hostboot/commit/529bf938bf0e>`__ Use Attr to
+ Save/Fetch MDRT Count
+- `9f49d11b83bf <https://github.com/open-power/hostboot/commit/9f49d11b83bf>`__ [ARCH_REG 2] Enable
+ architected register data reserve in the host
+- `ac96eaf6e918 <https://github.com/open-power/hostboot/commit/ac96eaf6e918>`__ [OPAL-MPIPL][6]
+ Reserve the HBBL and HBB load area for OPAL fspless
+
+Ricardo Mata (1):
+
+- `d8771d1fcc44 <https://github.com/open-power/hostboot/commit/d8771d1fcc44>`__ SW442214 - Turn off
+ Cache Inject for Fleetwood
+
+Richard J. Knight (19):
+
+- `c6cbabf3d435 <https://github.com/open-power/hostboot/commit/c6cbabf3d435>`__ Add HX keyword
+ attribute for PCIe bifurcation support
+- `8e9be410090d <https://github.com/open-power/hostboot/commit/8e9be410090d>`__ Fix SRC BC8A1A20 -
+ RUNTIME::RC_INVALID_RHB_INSTANCE
+- `8c3f57a54055 <https://github.com/open-power/hostboot/commit/8c3f57a54055>`__ Fix for SW432203:
+ fails istep at istep host_runtime_setup
+- `a729adbb1966 <https://github.com/open-power/hostboot/commit/a729adbb1966>`__ Update
+ genHwsvMrwXml.pl to include the attributes for PCIE config
+- `96aa468a7e6a <https://github.com/open-power/hostboot/commit/96aa468a7e6a>`__ Fix for assert in
+ hbrt on two node fleetwood
+- `0ee708e360e9 <https://github.com/open-power/hostboot/commit/0ee708e360e9>`__ Fix for hostboot
+ not forcing a TI for PSU timeout w/SBE dead
+- `fc9830a4a2b1 <https://github.com/open-power/hostboot/commit/fc9830a4a2b1>`__ Fix simics P9C RCD
+ timeout issues
+- `98e6e05479d5 <https://github.com/open-power/hostboot/commit/98e6e05479d5>`__ Fix for SW438315 :
+ IPL is stuck in loop eq(n0p0c0)
+- `e37d7f6e51e7 <https://github.com/open-power/hostboot/commit/e37d7f6e51e7>`__ Add support for
+ iterating over EC_LEVELS
+- `7ebda794dd19 <https://github.com/open-power/hostboot/commit/7ebda794dd19>`__ Update code to
+ consolidate writes to same address in same putScom
+- `739bcecb2371 <https://github.com/open-power/hostboot/commit/739bcecb2371>`__ Modify initCompiler
+ to use FAPI_TRY in generated procedures
+- `945f67bed15e <https://github.com/open-power/hostboot/commit/945f67bed15e>`__ Modify initCompiler
+ to use template version of buffer insert
+- `9398c35b5f22 <https://github.com/open-power/hostboot/commit/9398c35b5f22>`__ Updates to
+ initcompiler to support DD2 and cumulus
+- `ffcb6f88958e <https://github.com/open-power/hostboot/commit/ffcb6f88958e>`__ Remove
+ Centaur_Register_List.csv due to mirror issues
+- `cdc84edda8ba <https://github.com/open-power/hostboot/commit/cdc84edda8ba>`__ Restore DRAM
+ repairs function not deploying port0 spare
+- `76a14949a1ee <https://github.com/open-power/hostboot/commit/76a14949a1ee>`__ Modify the getFfdc
+ routine to consider the SBE proc
+- `1adef8c1c0ad <https://github.com/open-power/hostboot/commit/1adef8c1c0ad>`__ Eliminate makefile
+ warnings for duplicate targets
+- `bb6dc0455116 <https://github.com/open-power/hostboot/commit/bb6dc0455116>`__ Add prototype for
+ releasing platform data pointer storage function
+- `c16e0b97bd22 <https://github.com/open-power/hostboot/commit/c16e0b97bd22>`__ get FAPI_POS for
+ all valid target types passed in SBE FIFO ffdc
+
+Rick Ward (6):
+
+- `b364d7b062bf <https://github.com/open-power/hostboot/commit/b364d7b062bf>`__ Centaur Channel
+ Checkstop (runtime)
+- `74bfadb2ab87 <https://github.com/open-power/hostboot/commit/74bfadb2ab87>`__ Centaur Channel
+ Checkstop (runtime)
+- `71397fd3ade8 <https://github.com/open-power/hostboot/commit/71397fd3ade8>`__ SBE PSU timeout
+ during MBOX init causes task crash/HB TI
+- `b3c214b8b836 <https://github.com/open-power/hostboot/commit/b3c214b8b836>`__ Host went to kernel
+ panic after gard’ing PEC0/PHB0 (PCIFIR CS)
+- `b265c68d057a <https://github.com/open-power/hostboot/commit/b265c68d057a>`__ OP issue:
+ processMrw.pl should error on duplicate sensor IDs #75
+- `8351efdb3b65 <https://github.com/open-power/hostboot/commit/8351efdb3b65>`__ Inband MMIO access
+ to OCMB (skeleton)
+
+Roland Veloz (4):
+
+- `c6916a42d34b <https://github.com/open-power/hostboot/commit/c6916a42d34b>`__ Add support for
+ getting SBE Capabilites; extract SBE Version, Commit ID and Tags
+- `0189e34d3bbc <https://github.com/open-power/hostboot/commit/0189e34d3bbc>`__ Create a utility to
+ add/remove entries from a link list within a given buffer
+- `c8448c3a09ae <https://github.com/open-power/hostboot/commit/c8448c3a09ae>`__ Deconfig EC/EX/EQ
+ at runtime
+- `a92f91459eb2 <https://github.com/open-power/hostboot/commit/a92f91459eb2>`__ Added the I2C MUX
+ attribute and target definitions
+
+Ryan Black (2):
+
+- `e2ade14ecc5e <https://github.com/open-power/hostboot/commit/e2ade14ecc5e>`__ Change npu ATSD
+ timeout to disabled
+- `c7084925a74a <https://github.com/open-power/hostboot/commit/c7084925a74a>`__ Mask ut=0 and ut=1
+ mmio bad cmd/length/align
+
+Ryan King (2):
+
+- `44f196de4e6f <https://github.com/open-power/hostboot/commit/44f196de4e6f>`__ Add sensor cache
+ read as an explorer inband command
+- `9a4642d1da32 <https://github.com/open-power/hostboot/commit/9a4642d1da32>`__ Add sensor cache
+ read as an explorer inband command
+
+Sachin Gupta (3):
+
+- `f9a7b72ad608 <https://github.com/open-power/hostboot/commit/f9a7b72ad608>`__ Disable SBE HW i2c
+ reset sequence on hreset
+- `dd91bd34b189 <https://github.com/open-power/hostboot/commit/dd91bd34b189>`__ Support
+ ATTR_LPC_CONSOLE_CNFG attribute
+- `62feee748b72 <https://github.com/open-power/hostboot/commit/62feee748b72>`__ Customize LPC
+ console policy in SBE
+
+Sakethan R Kotta (2):
+
+- `34d086e3e678 <https://github.com/open-power/hostboot/commit/34d086e3e678>`__ untrusted SBE
+ reserved memory region to Rsvd Mem Trace Buf Section
+- `1ec6201b896c <https://github.com/open-power/hostboot/commit/1ec6201b896c>`__ HBRT Reserved Mem
+ Trace Buffer implementation.
+
+Sameer Veer (2):
+
+- `55c1b84a1524 <https://github.com/open-power/hostboot/commit/55c1b84a1524>`__ Change gerrit
+ server references to reflect move from RTP to RCHLAND
+- `5fbdd684e1b4 <https://github.com/open-power/hostboot/commit/5fbdd684e1b4>`__ Fixing copyright
+ prolog to 2018 after Gerrit server move from RTP to RCHLAND
+
+Samuel Mendoza-Jonas (1):
+
+- `cd400323aa49 <https://github.com/open-power/hostboot/commit/cd400323aa49>`__ genPnorImages: Add
+ VERSION to signed partitions
+
+Santosh Balasubramanian (3):
+
+- `07cf2ea6e013 <https://github.com/open-power/hostboot/commit/07cf2ea6e013>`__ Secure Boot:
+ Centaur Security: Initial sensitive register list
+- `04bc0be96475 <https://github.com/open-power/hostboot/commit/04bc0be96475>`__ New empty file
+- `1a417fb578fa <https://github.com/open-power/hostboot/commit/1a417fb578fa>`__ Secure Boot:
+ Centaur Security: Initial sensitive register list
+
+Sheldon Bailey (2):
+
+- `2efcf2186232 <https://github.com/open-power/hostboot/commit/2efcf2186232>`__ OCC reset happening
+ on OpenPower systems with more than 2 processors
+- `8fb031bf5c6b <https://github.com/open-power/hostboot/commit/8fb031bf5c6b>`__ HTMGT: Check for
+ OCC elog action bit to force sending an error log to BMC
+
+Soma BhanuTej (3):
+
+- `2271594fab8c <https://github.com/open-power/hostboot/commit/2271594fab8c>`__ BugFix for
+ extract_sbe_rc
+- `ebb451d4bef5 <https://github.com/open-power/hostboot/commit/ebb451d4bef5>`__ Nimbus DD22 support
+ updates to ekb
+- `2b11c73334dc <https://github.com/open-power/hostboot/commit/2b11c73334dc>`__ Adding p9c 1.3
+ support.
+
+Srikantha Meesala (1):
+
+- `5957dac24557 <https://github.com/open-power/hostboot/commit/5957dac24557>`__ HWSV - Hostboot
+ common data structure for Attn chip Id list
+
+Stephen Glancy (52):
+
+- `48ed215d898d <https://github.com/open-power/hostboot/commit/48ed215d898d>`__ Fix MBS mask FIR
+ for Obus recovery
+- `5e71d0883849 <https://github.com/open-power/hostboot/commit/5e71d0883849>`__ Fixes CKE levels
+ during RCD initialization
+- `3927a22f49db <https://github.com/open-power/hostboot/commit/3927a22f49db>`__ Fixes IPL UE
+ callout code
+- `a49be1a5d21b <https://github.com/open-power/hostboot/commit/a49be1a5d21b>`__ Removes erroneous
+ FAPI ERR print
+- `866f841512df <https://github.com/open-power/hostboot/commit/866f841512df>`__ Updates training
+ advanced workarounds to run after a failure
+- `f5c960805358 <https://github.com/open-power/hostboot/commit/f5c960805358>`__ Updates the
+ training advanced algorithm
+- `a9e7978b5816 <https://github.com/open-power/hostboot/commit/a9e7978b5816>`__ Fixes Centaur chip
+ selects during RCD load
+- `8df62cd15e91 <https://github.com/open-power/hostboot/commit/8df62cd15e91>`__ Fixes Centaur RCD
+ load sequence
+- `5b93d4000b1c <https://github.com/open-power/hostboot/commit/5b93d4000b1c>`__ Enables RCD protect
+ for centaur systems
+- `c8f0bbe2a227 <https://github.com/open-power/hostboot/commit/c8f0bbe2a227>`__ Fixes Centaur
+ training to skip known bad bits
+- `ea861ac8618f <https://github.com/open-power/hostboot/commit/ea861ac8618f>`__ Disables training
+ advanced by default p9c
+- `9eb4bc85198a <https://github.com/open-power/hostboot/commit/9eb4bc85198a>`__ Adds blank files
+ for generic code
+- `74bdfc62ed5b <https://github.com/open-power/hostboot/commit/74bdfc62ed5b>`__ Reverts SW438645
+ fix to unblock driver release
+- `206d83461d04 <https://github.com/open-power/hostboot/commit/206d83461d04>`__ Adds Nimbus
+ conversions blank file
+- `982cbeab21b9 <https://github.com/open-power/hostboot/commit/982cbeab21b9>`__ Fixes Centaur
+ training advanced to unmask errors when disabled
+- `28b83673a117 <https://github.com/open-power/hostboot/commit/28b83673a117>`__ Moves conversions
+ to be in the generic code space
+- `f1189ec04f1f <https://github.com/open-power/hostboot/commit/f1189ec04f1f>`__ Fixes p9c’s
+ training’s swizzle of known bad bits
+- `8cb89b7faae9 <https://github.com/open-power/hostboot/commit/8cb89b7faae9>`__ Moves generic xml
+ directories to be in generic/procedures
+- `6a6d63736635 <https://github.com/open-power/hostboot/commit/6a6d63736635>`__ Moves CAS latency
+ algorithm to generic folder
+- `b4a7e97c1806 <https://github.com/open-power/hostboot/commit/b4a7e97c1806>`__ Fixes an array out
+ of bounds bug in mss_freq
+- `263f34b16742 <https://github.com/open-power/hostboot/commit/263f34b16742>`__ Creates blank files
+ for moving mss_freq to generic
+- `4f35730b3dbe <https://github.com/open-power/hostboot/commit/4f35730b3dbe>`__ Adds endian_swap to
+ fapi2
+- `444aeb467542 <https://github.com/open-power/hostboot/commit/444aeb467542>`__ Adds skeleton code
+ for LRDIMM
+- `bb0c1121374c <https://github.com/open-power/hostboot/commit/bb0c1121374c>`__ Updates memory plug
+ rules
+- `5e126f31d70e <https://github.com/open-power/hostboot/commit/5e126f31d70e>`__ Adds plug rule for
+ NVDIMM in specific DIMM slots
+- `053fd94b4963 <https://github.com/open-power/hostboot/commit/053fd94b4963>`__ Adds MRW support
+ for x4/x8 DIMM configurations
+- `639b6728bfdb <https://github.com/open-power/hostboot/commit/639b6728bfdb>`__ Adds skeleton code
+ for LRDIMM
+- `11cc78395582 <https://github.com/open-power/hostboot/commit/11cc78395582>`__ Moves and renames
+ swizzle.H to generic
+- `4f8cfb6e9c07 <https://github.com/open-power/hostboot/commit/4f8cfb6e9c07>`__ Moves sync code to
+ generic folder
+- `99d8a2ec0d3f <https://github.com/open-power/hostboot/commit/99d8a2ec0d3f>`__ Adds insert
+ function space helpers for LRDIMM
+- `a4e14b209192 <https://github.com/open-power/hostboot/commit/a4e14b209192>`__ Adds per-Buffer
+ addressability API for LRDIMM
+- `07585c1409e3 <https://github.com/open-power/hostboot/commit/07585c1409e3>`__ Removes unused
+ attribute accessors
+- `cb5a36814f64 <https://github.com/open-power/hostboot/commit/cb5a36814f64>`__ Works around LRDIMM
+ plug rules error for LRDIMM BUP
+- `6ba203356a7c <https://github.com/open-power/hostboot/commit/6ba203356a7c>`__ Fixes VPD access
+ and eff_config for LRDIMM’s
+- `f3a2693e80a0 <https://github.com/open-power/hostboot/commit/f3a2693e80a0>`__ Updates training
+ steps factory to be LRDIMM capable
+- `51d1eba8c769 <https://github.com/open-power/hostboot/commit/51d1eba8c769>`__ Updates to
+ configure all four rank pair registers
+- `0e93132bcb61 <https://github.com/open-power/hostboot/commit/0e93132bcb61>`__ Updates rank API to
+ work with LRDIMM’s
+- `3f02abe6d443 <https://github.com/open-power/hostboot/commit/3f02abe6d443>`__ Adds explorer OMI
+ training code
+- `a8111666cbde <https://github.com/open-power/hostboot/commit/a8111666cbde>`__ Adds blank files
+ for LRDIMM PBA
+- `26d020f01c51 <https://github.com/open-power/hostboot/commit/26d020f01c51>`__ Adds per-Buffer
+ addressability API for LRDIMM
+- `a2f59106caec <https://github.com/open-power/hostboot/commit/a2f59106caec>`__ Adds code to run
+ MPR writes on all ranks in a rank pair
+- `74c643ef35c6 <https://github.com/open-power/hostboot/commit/74c643ef35c6>`__ Fixes b-side bug in
+ MPR write function
+- `bea054feb650 <https://github.com/open-power/hostboot/commit/bea054feb650>`__ Fixes BCW load bugs
+- `3376ac3e22bb <https://github.com/open-power/hostboot/commit/3376ac3e22bb>`__ Adds MREP training
+ for LRDIMM
+- `211ed8c6aeeb <https://github.com/open-power/hostboot/commit/211ed8c6aeeb>`__ Adds Explorer OMI
+ setup - step 12.8a
+- `148e9b6f92f5 <https://github.com/open-power/hostboot/commit/148e9b6f92f5>`__ Adds explorer OMI
+ training code
+- `ba0764361587 <https://github.com/open-power/hostboot/commit/ba0764361587>`__ Adds explorer OMI
+ training code
+- `f0bc4fed86e5 <https://github.com/open-power/hostboot/commit/f0bc4fed86e5>`__ Points exp_inband
+ to generic constants
+- `c4b62455d609 <https://github.com/open-power/hostboot/commit/c4b62455d609>`__ Adds p9a chip
+ directory structure
+- `40a34c94a981 <https://github.com/open-power/hostboot/commit/40a34c94a981>`__ Fixes LRDIMM
+ eff_config bugs
+- `a690866298f5 <https://github.com/open-power/hostboot/commit/a690866298f5>`__ Updates LRDIMM code
+ to utilize board swizzling
+- `341f4013f6ae <https://github.com/open-power/hostboot/commit/341f4013f6ae>`__ Updates PBA to use
+ RCW’s to issue BCW’s
+
+Sumit Kumar (12):
+
+- `1e12696d400f <https://github.com/open-power/hostboot/commit/1e12696d400f>`__ eRepair: Fixed
+ lanes handling of target types
+- `0b9c80f1ce27 <https://github.com/open-power/hostboot/commit/0b9c80f1ce27>`__ eRepair: More debug
+ traces added
+- `8af690ede64b <https://github.com/open-power/hostboot/commit/8af690ede64b>`__ eRepair: Fixed
+ DMI/MemBuf lanes update in vpd
+- `923e7b0d61e1 <https://github.com/open-power/hostboot/commit/923e7b0d61e1>`__ eRepair: Fixed
+ records update for failed lanes in vpd
+- `ce0ea22d0d9d <https://github.com/open-power/hostboot/commit/ce0ea22d0d9d>`__ eRepair: Code
+ restruct
+- `f4aa6c672a2d <https://github.com/open-power/hostboot/commit/f4aa6c672a2d>`__ eRepair: Fix to
+ invalidate vpd records correctly
+- `9da5e1b9a7b1 <https://github.com/open-power/hostboot/commit/9da5e1b9a7b1>`__ eRepair: Centaur
+ specific code update
+- `7cec18ac9375 <https://github.com/open-power/hostboot/commit/7cec18ac9375>`__ eRepair: Fix to
+ handle incoming bad lanes threshold condition correctly
+- `a6ceb537f74d <https://github.com/open-power/hostboot/commit/a6ceb537f74d>`__ eRepair: Fix to
+ check and record unique incoming failed lanes
+- `b5704a1d3f19 <https://github.com/open-power/hostboot/commit/b5704a1d3f19>`__ eRepair: Fix to
+ update invalidate lane record correctly
+- `6dbd41c57edf <https://github.com/open-power/hostboot/commit/6dbd41c57edf>`__ eRepair: Correctly
+ update xbus vpd records based on clock group
+- `254192acec31 <https://github.com/open-power/hostboot/commit/254192acec31>`__ eRepair: Invalidate
+ non-matching vpd records
+
+Swathi Madhuri Bhattiprolu (2):
+
+- `e3163f375ff8 <https://github.com/open-power/hostboot/commit/e3163f375ff8>`__ Implement the VPD
+ backend for these attributes
+- `cb5b45d887ba <https://github.com/open-power/hostboot/commit/cb5b45d887ba>`__ DDR3 Support for
+ Fleetwood
+
+Thi Tran (11):
+
+- `d46f111a8f66 <https://github.com/open-power/hostboot/commit/d46f111a8f66>`__ Fix unbalance FCO
+ distribution between procs
+- `58f42f15ae71 <https://github.com/open-power/hostboot/commit/58f42f15ae71>`__ Fix data storage
+ exception when PRD runs in istep 12.
+- `b983851d8eb0 <https://github.com/open-power/hostboot/commit/b983851d8eb0>`__ Prohibit memory
+ grouping of RDIMM and NVDIMM in the same group.
+- `16f11c2e9b10 <https://github.com/open-power/hostboot/commit/16f11c2e9b10>`__ p9_cen_framelock
+ update for channel failure attentions
+- `4c66599e7fd3 <https://github.com/open-power/hostboot/commit/4c66599e7fd3>`__ Need to add
+ CPU_SPR_HRMOR when calculating HB reserved mem limits.
+- `c09432de26ea <https://github.com/open-power/hostboot/commit/c09432de26ea>`__ P9 Cumulus
+ InitCompiler supportis - Part 3
+- `bf70b2a6db71 <https://github.com/open-power/hostboot/commit/bf70b2a6db71>`__ SMP wrap mode - Run
+ host_load_io_ppe earlier in Wrap mode.
+- `b2971fa73897 <https://github.com/open-power/hostboot/commit/b2971fa73897>`__ Create empty files
+ for OMI init procedures.
+- `e0d09f462610 <https://github.com/open-power/hostboot/commit/e0d09f462610>`__ Create empty files
+ for OMI init procedures.
+- `a515f16a4a30 <https://github.com/open-power/hostboot/commit/a515f16a4a30>`__ Only call PRD
+ attention handling in resetPMComplex function at runtime.
+- `28ee0f739fe2 <https://github.com/open-power/hostboot/commit/28ee0f739fe2>`__ Adding
+ callout/deconfig/gard information on some Centaur init errors.
+
+Tsung Yeung (4):
+
+- `7ec5dcab3d1d <https://github.com/open-power/hostboot/commit/7ec5dcab3d1d>`__ Default DDR4-2933
+ to 2666
+- `1f6ed77b32b6 <https://github.com/open-power/hostboot/commit/1f6ed77b32b6>`__ Targeting support
+ for NVDIMM-N P9 on ZZ
+- `2c1c99f37019 <https://github.com/open-power/hostboot/commit/2c1c99f37019>`__ Adds NVDIMM IPL
+ Support on ZZ
+- `25102e0add22 <https://github.com/open-power/hostboot/commit/25102e0add22>`__ P9: Disable Maint
+ Address Mode After Self-Refresh Exit on NVDIMM
+
+Vasant Hegde (2):
+
+- `99c1c9d7dcc2 <https://github.com/open-power/hostboot/commit/99c1c9d7dcc2>`__ hdata: Increase RHB
+ instance count
+- `e30bf32f6960 <https://github.com/open-power/hostboot/commit/e30bf32f6960>`__ MPIPL: Update MDRT
+ count only if its valid
+
+Venkatesh Sainath (2):
+
+- `2e3958796d0c <https://github.com/open-power/hostboot/commit/2e3958796d0c>`__ Fleetwood 2N
+ specific targeting binary generation
+- `73cad1f1ae2a <https://github.com/open-power/hostboot/commit/73cad1f1ae2a>`__ Pushing HB plugins
+ and related files for building errltool
+
+William A. Kennington III (1):
+
+- `9a9bc342c943 <https://github.com/open-power/hostboot/commit/9a9bc342c943>`__ ipmiwatchdog:
+ Handle uninitialized errors during reset
+
+William G. Hoffa (1):
+
+- `45f20525ba60 <https://github.com/open-power/hostboot/commit/45f20525ba60>`__ Revert “Force
+ hbRelease to search ‘master’ branch”
+
+Yue Du (2):
+
+- `b731dce860a0 <https://github.com/open-power/hostboot/commit/b731dce860a0>`__ PM: Prevent Core-L2
+ Quiesce from removing PM_EXIT upon SPWU
+- `09f379b65821 <https://github.com/open-power/hostboot/commit/09f379b65821>`__ STOP: Disable cache
+ inject and LCO before purge L3
+
+Zane Shelley (89):
+
+- `9192da4a49db <https://github.com/open-power/hostboot/commit/9192da4a49db>`__ PRD: refined
+ handleChnlFail() for Centaur
+- `1a66b96f84f3 <https://github.com/open-power/hostboot/commit/1a66b96f84f3>`__ PRD: FFDC registers
+ for channel failure attentions
+- `a0ea8ab73807 <https://github.com/open-power/hostboot/commit/a0ea8ab73807>`__ PRD: updates from
+ latest RAS XML
+- `41f3aa61a7e9 <https://github.com/open-power/hostboot/commit/41f3aa61a7e9>`__ PRD: removed old P8
+ memory system system code
+- `cecaeb320299 <https://github.com/open-power/hostboot/commit/cecaeb320299>`__ PRD: typo in
+ runtime DRAM sparing signature
+- `38666ab58f15 <https://github.com/open-power/hostboot/commit/38666ab58f15>`__ PRD: create
+ MarkStore::applyRasPolicies()
+- `557dadfef131 <https://github.com/open-power/hostboot/commit/557dadfef131>`__ PRD: remove NX unit
+ checkstop support
+- `2775c2ed81ce <https://github.com/open-power/hostboot/commit/2775c2ed81ce>`__ PRD: removed
+ runtime deconfig for channel failure
+- `f6c80b9c6010 <https://github.com/open-power/hostboot/commit/f6c80b9c6010>`__ PRD: removed
+ depricated ErrDataService::handleUnitCS()
+- `ee548e96749a <https://github.com/open-power/hostboot/commit/ee548e96749a>`__ PRD: removed
+ depricated unit dump support
+- `bcfc61239031 <https://github.com/open-power/hostboot/commit/bcfc61239031>`__ PRD: removed
+ depricated rt deconfig and unit dump interfaces
+- `f54c91bffdc2 <https://github.com/open-power/hostboot/commit/f54c91bffdc2>`__ PRD: removed
+ erroneous trace in getMemBufRawCardType()
+- `47c75711f2be <https://github.com/open-power/hostboot/commit/47c75711f2be>`__ PRD: fixed
+ erroneous trace in PlatConfigurator::build()
+- `2b7899b5f805 <https://github.com/open-power/hostboot/commit/2b7899b5f805>`__ PRD: removed
+ redundant ECC capture data
+- `0fc9ee71e06e <https://github.com/open-power/hostboot/commit/0fc9ee71e06e>`__ PRD: remove empty
+ TD controller data
+- `f290f5d4a9ef <https://github.com/open-power/hostboot/commit/f290f5d4a9ef>`__ PRD: fixed parser
+ bugs in TD_CTLR_DATA
+- `fc766f78534e <https://github.com/open-power/hostboot/commit/fc766f78534e>`__ PRD: set Cumulus
+ command list timeout to match Nimbus
+- `27bf34b7fa6e <https://github.com/open-power/hostboot/commit/27bf34b7fa6e>`__ PRD: add CE table
+ traces for MNFG mode thresholds
+- `e1a04818ba32 <https://github.com/open-power/hostboot/commit/e1a04818ba32>`__ PRD: enable FSP
+ channel fail isolation on processor side of bus
+- `36b343d78a73 <https://github.com/open-power/hostboot/commit/36b343d78a73>`__ PRD: use correct
+ symbol when writing MBA markstore
+- `2024675173c3 <https://github.com/open-power/hostboot/commit/2024675173c3>`__ PRD: MNFG spare
+ DRAM deploy needs to deploy on both MBA ports
+- `34768601609c <https://github.com/open-power/hostboot/commit/34768601609c>`__ PRD: Do not abort
+ on UE during MBA TPS
+- `03416d24641d <https://github.com/open-power/hostboot/commit/03416d24641d>`__ PRD: Set ‘too many
+ bus errors’ in DMIFIR to UNIT_CS
+- `b2c2ca936ce6 <https://github.com/open-power/hostboot/commit/b2c2ca936ce6>`__ PRD: MBA command
+ resume not incrementing address
+- `ccea7f349f6e <https://github.com/open-power/hostboot/commit/ccea7f349f6e>`__ PRD: shift UCS and
+ HA chiplet masks to match chiplet FIRs
+- `a4746b6f2924 <https://github.com/open-power/hostboot/commit/a4746b6f2924>`__ PRD: fix bug that
+ bypasses TPS ban support
+- `84a0b8e43c20 <https://github.com/open-power/hostboot/commit/84a0b8e43c20>`__ PRD: remove unused
+ TD queue parameters
+- `5a3703db513a <https://github.com/open-power/hostboot/commit/5a3703db513a>`__ PRD: All TPS bans
+ on MCA target should cause fetch CE masking
+- `630c378b8dde <https://github.com/open-power/hostboot/commit/630c378b8dde>`__ PRD: reduce number
+ of ways TPS can be banned
+- `bb794f948b1f <https://github.com/open-power/hostboot/commit/bb794f948b1f>`__ PRD: Ban TPS if UE
+ found during VCM, DSD, or TPS procedures
+- `5a927c8232d0 <https://github.com/open-power/hostboot/commit/5a927c8232d0>`__ PRD: abort TPS if
+ chip mark placed during procedure
+- `4696c5090436 <https://github.com/open-power/hostboot/commit/4696c5090436>`__ PRD: fixed the
+ per-symbol threshold in MBA TPS
+- `6fd60cf786f0 <https://github.com/open-power/hostboot/commit/6fd60cf786f0>`__ PRD: Query for
+ active attentions when channel fail detected
+- `37c183df8540 <https://github.com/open-power/hostboot/commit/37c183df8540>`__ PRD: used wrong
+ contructor when creating MemMark obj in TPS
+- `682ff15d4238 <https://github.com/open-power/hostboot/commit/682ff15d4238>`__ PRD: separate
+ UNIT_CS flag into PROC_CORE_CS and MEM_CHNL_FAIL
+- `de5c390af3c7 <https://github.com/open-power/hostboot/commit/de5c390af3c7>`__ PRD: ignore SCOM
+ errors in rule code summary construct
+- `5be7d802291e <https://github.com/open-power/hostboot/commit/5be7d802291e>`__ PRD: incorrect CFAM
+ register addresses used in Hostboot
+- `1ff70a1f246d <https://github.com/open-power/hostboot/commit/1ff70a1f246d>`__ PRD: no deconfig
+ during checkstop, delayed deconfig during TI
+- `1ba5e879f3a4 <https://github.com/open-power/hostboot/commit/1ba5e879f3a4>`__ PRD: firmware
+ assisted channel failure workaround
+- `a908d8307ad7 <https://github.com/open-power/hostboot/commit/a908d8307ad7>`__ PRD: reorder
+ isolation for channel fail attentions
+- `62f4b4adbd87 <https://github.com/open-power/hostboot/commit/62f4b4adbd87>`__ PRD: Manually clear
+ the Centaur interrupt status reg on chnl fail
+- `832ce2259291 <https://github.com/open-power/hostboot/commit/832ce2259291>`__ PRD: removed
+ stubbed HWSV enums from Hostboot code
+- `df829c02d7d5 <https://github.com/open-power/hostboot/commit/df829c02d7d5>`__ PRD: segfault in
+ PLL domain code
+- `da9d0e7c5ed5 <https://github.com/open-power/hostboot/commit/da9d0e7c5ed5>`__ PRD: Add core
+ scratch register 3 to FFDC
+- `45dd7d0b57af <https://github.com/open-power/hostboot/commit/45dd7d0b57af>`__ PRD: change
+ threshold for L3FIR[28] LRU parity error
+- `86d3fc2a9d5c <https://github.com/open-power/hostboot/commit/86d3fc2a9d5c>`__ PRD: add lane
+ repair extra signatures to appropriate targets
+- `d37ee6f5a97b <https://github.com/open-power/hostboot/commit/d37ee6f5a97b>`__ PRD: getScom()
+ retry for HBRT channel failures
+- `6ff0b982dfd3 <https://github.com/open-power/hostboot/commit/6ff0b982dfd3>`__ PRD: Sys/PCI
+ oscillator failover thresholding
+- `4f0f9f1534a1 <https://github.com/open-power/hostboot/commit/4f0f9f1534a1>`__ PRD: resume super
+ fast read support for Row Repair
+- `396c1d366536 <https://github.com/open-power/hostboot/commit/396c1d366536>`__ PRD: resume command
+ support in VcmEvent for Row Repair
+- `890ac53effd1 <https://github.com/open-power/hostboot/commit/890ac53effd1>`__ PRD: linker issue
+ with template specializations in VcmEvent class
+- `e55c53fae43a <https://github.com/open-power/hostboot/commit/e55c53fae43a>`__ PRD: added
+ PlatServices::isRowRepairEnabled()
+- `e748ff234b02 <https://github.com/open-power/hostboot/commit/e748ff234b02>`__ PRD: handle write
+ blocked RC when clearing chip mark on MBA
+- `410e6cc5d93c <https://github.com/open-power/hostboot/commit/410e6cc5d93c>`__ PRD: Simplified
+ System::Analyze() interface
+- `8034c8c2ce2c <https://github.com/open-power/hostboot/commit/8034c8c2ce2c>`__ PRD: fixed priority
+ of PreAnalysis function
+- `5ae9d29bd4d1 <https://github.com/open-power/hostboot/commit/5ae9d29bd4d1>`__ PRD: give MC
+ chiplets priority for channel failure analysis
+- `f9f785efd4c7 <https://github.com/open-power/hostboot/commit/f9f785efd4c7>`__ PRD: RX trgt used
+ for TX trgt in XBUS lane repair VPD write
+- `8aacdb878830 <https://github.com/open-power/hostboot/commit/8aacdb878830>`__ PRD: fix input
+ parameters for lane repair power down HWPs
+- `60d11f6f5f07 <https://github.com/open-power/hostboot/commit/60d11f6f5f07>`__ PRD: better
+ isolation for RCD parity errors and channel failures
+- `4b214fb15026 <https://github.com/open-power/hostboot/commit/4b214fb15026>`__ PRD: lane repair
+ virtual registers for DMI target
+- `32aa25ec3b49 <https://github.com/open-power/hostboot/commit/32aa25ec3b49>`__ PRD: add ‘max
+ spares exceeded’ attentions to checkstop root cause
+- `55a1d38302ca <https://github.com/open-power/hostboot/commit/55a1d38302ca>`__ Added portable
+ shebang to applyTargetingStyle tool
+- `dae5fa093ce7 <https://github.com/open-power/hostboot/commit/dae5fa093ce7>`__ PRD: Fix lane
+ repair FFDC for XBUS clock 1 domain
+- `09b976dcc51f <https://github.com/open-power/hostboot/commit/09b976dcc51f>`__ RAS_XML: updates to
+ sync the XML with actual values from hardware
+- `e68ba552bbe0 <https://github.com/open-power/hostboot/commit/e68ba552bbe0>`__ PRD: updates to
+ sync the XML with actual values from hardware
+- `aac8421a2554 <https://github.com/open-power/hostboot/commit/aac8421a2554>`__ PRD: change
+ register used to query for active chnl fail attn
+- `829943397a90 <https://github.com/open-power/hostboot/commit/829943397a90>`__ PRD: Capture extra
+ FFDC for current memory mirroring config
+- `140618aff4a5 <https://github.com/open-power/hostboot/commit/140618aff4a5>`__ PRD: obus extra
+ signatures
+- `965a9eaad536 <https://github.com/open-power/hostboot/commit/965a9eaad536>`__ PRD:
+ ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS not used on Nimbus
+- `524937cba951 <https://github.com/open-power/hostboot/commit/524937cba951>`__ remove deprecated
+ ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS
+- `e9ade5b4dbf7 <https://github.com/open-power/hostboot/commit/e9ade5b4dbf7>`__ PRD: PM error log
+ parser updates
+- `bbd4b6cad455 <https://github.com/open-power/hostboot/commit/bbd4b6cad455>`__ PRD: removed
+ default resolution due to problems with CS filter
+- `10915cf668b3 <https://github.com/open-power/hostboot/commit/10915cf668b3>`__ PRD: wrong target
+ used in PLL analysis code
+- `9c247751560a <https://github.com/open-power/hostboot/commit/9c247751560a>`__ PRD: Make room for
+ Axone prf files in HBRT
+- `68d4feee7c9a <https://github.com/open-power/hostboot/commit/68d4feee7c9a>`__ PRD: prep splitting
+ rule files by chip model
+- `7315fb2debc3 <https://github.com/open-power/hostboot/commit/7315fb2debc3>`__ PRD: Created
+ Cumulus specific rule files
+- `ca2ceb0720d6 <https://github.com/open-power/hostboot/commit/ca2ceb0720d6>`__ PRD: Created Nimbus
+ specific rule files
+- `b12a2a3c601c <https://github.com/open-power/hostboot/commit/b12a2a3c601c>`__ PRD: Created
+ Centaur specific rule files
+- `beca51100d6b <https://github.com/open-power/hostboot/commit/beca51100d6b>`__ PRD: Fixed TOD
+ register capturing
+- `7f716fe1404d <https://github.com/open-power/hostboot/commit/7f716fe1404d>`__ PRD: Remove
+ remaining P8 code
+- `116af97857bb <https://github.com/open-power/hostboot/commit/116af97857bb>`__ PRD: Fix compile
+ warning for Centaur extra signatures
+- `f5096ac13faf <https://github.com/open-power/hostboot/commit/f5096ac13faf>`__ PRD: Updates from
+ the RAS XML
+- `01399735eee7 <https://github.com/open-power/hostboot/commit/01399735eee7>`__ PRD: rule file
+ updates for XML parsing tool
+- `40cf4bc6b06d <https://github.com/open-power/hostboot/commit/40cf4bc6b06d>`__ PRD: Make room for
+ Axone prf files in Hostboot
+- `ba0aa772d541 <https://github.com/open-power/hostboot/commit/ba0aa772d541>`__ PRD: updates from
+ XML and XML parser
+- `195f63624185 <https://github.com/open-power/hostboot/commit/195f63624185>`__ PRD: Rule file
+ updates for Centaur
+- `06c7de48489f <https://github.com/open-power/hostboot/commit/06c7de48489f>`__ PRD: update filter
+ parsing in XML parser
+- `cc7d24e732f8 <https://github.com/open-power/hostboot/commit/cc7d24e732f8>`__ PRD: Fixed XML
+ parser for summary analysis
+- `e2e2e85b17ea <https://github.com/open-power/hostboot/commit/e2e2e85b17ea>`__ PRD: separated NPU
+ registers and actions into separate rule files
+
+aravnair-in (5):
+
+- `14a61c96fa3b <https://github.com/open-power/hostboot/commit/14a61c96fa3b>`__ Comment why we add
+ INSTANCE_PATH specifically for SMPGROUP
+- `49e74816eab8 <https://github.com/open-power/hostboot/commit/49e74816eab8>`__ Set
+ DECONFIG_GARDABLE for SMPGROUP target
+- `0c9579f525f4 <https://github.com/open-power/hostboot/commit/0c9579f525f4>`__ Deconfig by
+ association rule for SMPGROUP targets
+- `32f37bb83e3b <https://github.com/open-power/hostboot/commit/32f37bb83e3b>`__ Make OBUS_BRICK
+ deconfigurable
+- `6c5154f68c50 <https://github.com/open-power/hostboot/commit/6c5154f68c50>`__ Add deconfigure
+ SMPGROUP peer targets rule for SMPGROUP
+
+nagurram-in (3):
+
+- `bd0816fb2fc0 <https://github.com/open-power/hostboot/commit/bd0816fb2fc0>`__ Making
+ SYSTEM_BRAND_NAME attrib non-volatile to show up in common_mrw
+- `8a1a0c7e98a9 <https://github.com/open-power/hostboot/commit/8a1a0c7e98a9>`__ IS_MPIPL_SUPPORTED
+ attribute support and update in hdat IPLP structure
+- `3a9cf6e696c8 <https://github.com/open-power/hostboot/commit/3a9cf6e696c8>`__ attribute ECID
+ value updation in hdat pcrd structure
+
+spashabk-in (3):
+
+- `1a7732ad4182 <https://github.com/open-power/hostboot/commit/1a7732ad4182>`__ Introducing lpc
+ utils source file
+- `38ef75800929 <https://github.com/open-power/hostboot/commit/38ef75800929>`__ Move lpc_rw to a
+ source file
+- `a52846d8be94 <https://github.com/open-power/hostboot/commit/a52846d8be94>`__ Support 1byte data
+ access on LPC
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _op-build-v2.2-rc1-patches-3:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-3:
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (6):
+
+- `63a59b2f06eb <https://github.com/open-power/occ/commit/63a59b2f06eb>`__ WOF Reset debug command
+- `e03ec216c2a4 <https://github.com/open-power/occ/commit/e03ec216c2a4>`__ Tool to parse raw WOF
+ hex data
+- `e66f727bf40b <https://github.com/open-power/occ/commit/e66f727bf40b>`__ Fix units in comments in
+ OPPB to match ekb and actual units.
+- `41f0c2c5e001 <https://github.com/open-power/occ/commit/41f0c2c5e001>`__ WOF: Add Extended RC to
+ wof errors
+- `7f75f89c885f <https://github.com/open-power/occ/commit/7f75f89c885f>`__ Update occtoolp9 to
+ handle parsing WOF Reset reason in opal-prd
+- `c0210a3fc54d <https://github.com/open-power/occ/commit/c0210a3fc54d>`__ Add WOF parameters to
+ WOF error logs
+
+Chris Cain (7):
+
+- `a8a2c3a4f7e8 <https://github.com/open-power/occ/commit/a8a2c3a4f7e8>`__ Fix DIMM callout on
+ temperature timeout
+- `18583159ffc2 <https://github.com/open-power/occ/commit/18583159ffc2>`__ Fix PGPE beacon
+ detection
+- `d7adf6c28157 <https://github.com/open-power/occ/commit/d7adf6c28157>`__ Miscellaneous update to
+ occtoolp9
+- `b67db9d09b18 <https://github.com/open-power/occ/commit/b67db9d09b18>`__ Support for NVDIMMs
+- `008cb0bc5f1a <https://github.com/open-power/occ/commit/008cb0bc5f1a>`__ Assert ddr_resetn during
+ EPOW on NVDIMMs
+- `49d91f3310f2 <https://github.com/open-power/occ/commit/49d91f3310f2>`__ NVDIMM procedure update
+- `12c8088a32c5 <https://github.com/open-power/occ/commit/12c8088a32c5>`__ Updates to occtoolp9
+
+Douglas Gilbert (2):
+
+- `17d77ae94197 <https://github.com/open-power/occ/commit/17d77ae94197>`__
+ Memory:MPV:STC920:Zeppelin: OCC held in reset after a channel checkstop
+- `3e23a4ef97bc <https://github.com/open-power/occ/commit/3e23a4ef97bc>`__ Write firdata to PNOR
+ over IPMI
+
+Sumit Kumar (1):
+
+- `074010fb5fd9 <https://github.com/open-power/occ/commit/074010fb5fd9>`__ 24x7: Added Alink PMU &
+ fix for defect SW430218
+
+William Bryan (6):
+
+- `6d556b9b95fd <https://github.com/open-power/occ/commit/6d556b9b95fd>`__ Increase GPE1 Stack Size
+- `f284c3068077 <https://github.com/open-power/occ/commit/f284c3068077>`__ Correct centaur time
+ scaling factor
+- `97f1483c0bd9 <https://github.com/open-power/occ/commit/97f1483c0bd9>`__ imageHdrScript fixes
+- `07f6e35c3f82 <https://github.com/open-power/occ/commit/07f6e35c3f82>`__ Update GPE1 Binary 8/15
+- `d84708e4e986 <https://github.com/open-power/occ/commit/d84708e4e986>`__ Only update centaur
+ sensors if data was collected
+- `1de1be8ec36b <https://github.com/open-power/occ/commit/1de1be8ec36b>`__ Memory bandwidth sensor
+ fixes
+
+mbroyles (8):
+
+- `bc0c2332263b <https://github.com/open-power/occ/commit/bc0c2332263b>`__ Prevent calling out
+ DIMMs and Centaurs due to GPE issues
+- `b8a8037ca194 <https://github.com/open-power/occ/commit/b8a8037ca194>`__ Prevent calling out
+ Centaurs on clock failover CQ: SW437405
+- `1f0ae6950bfc <https://github.com/open-power/occ/commit/1f0ae6950bfc>`__ Debug command updates
+- `eed59077ba18 <https://github.com/open-power/occ/commit/eed59077ba18>`__ Allow N mode power cap
+ to be higher than N+1
+- `0f604d61c285 <https://github.com/open-power/occ/commit/0f604d61c285>`__ Add WOF sensors for
+ AMESTER
+- `b1453b6ce600 <https://github.com/open-power/occ/commit/b1453b6ce600>`__ Include oversubscription
+ in clip history
+- `8344884b54ca <https://github.com/open-power/occ/commit/8344884b54ca>`__ Improved PGPE error
+ handling part 1
+- `bd6800942d1d <https://github.com/open-power/occ/commit/bd6800942d1d>`__ Fix memory OT throttling
+ on Nimbus
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+.. _op-build-v2.2-rc1-patches-4:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-4:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+.. _op-build-v2.2-rc1-patches-5:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-5:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+.. _op-build-v2.2-rc1-patches-6:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-6:
+
+Commits
+~~~~~~~
+
+Joel Stanley (1):
+
+- `19c86eb1e5f1 <https://github.com/open-power/palmetto-xml/commit/19c86eb1e5f1>`__ Fix
+ IBSCOM_MCS_BASE_ADDR value
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _op-build-v2.2-rc1-patches-7:
+
+Patches
+~~~~~~~
+
+- `petitboot-01-autotools-Add-autopoint-generated-files.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch>`__
+
+.. _op-build-v2.2-rc1-commits-7:
+
+Commits
+~~~~~~~
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+.. _op-build-v2.2-rc1-patches-8:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-8:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _op-build-v2.2-rc1-patches-9:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-9:
+
+Commits
+~~~~~~~
+
+HankChang (1):
+
+- `3ea5832b5ccd <https://github.com/open-power/romulus-xml/commit/3ea5832b5ccd>`__ Updated
+ DECONFIG_GARDABLE ATTR for RAS
+
+Nick Gruendler (1):
+
+- `6d169111bade <https://github.com/open-power/romulus-xml/commit/6d169111bade>`__ Set
+ X_ETHRESHOLD-REPAIR
+
+Nickolaus Gruendler (7):
+
+- `9309ecf5eef8 <https://github.com/open-power/romulus-xml/commit/9309ecf5eef8>`__ Add DD2.2 4 and
+ 8 core WOF tables
+- `97b82bfd90db <https://github.com/open-power/romulus-xml/commit/97b82bfd90db>`__ Enable 2666
+ memory for single drop
+- `7f925b710c48 <https://github.com/open-power/romulus-xml/commit/7f925b710c48>`__ Update dual drop
+ mem speed, stop states
+- `7c1bfbb45ab0 <https://github.com/open-power/romulus-xml/commit/7c1bfbb45ab0>`__ Update WOF
+ tables and wof phase2 support
+- `bcee0de48654 <https://github.com/open-power/romulus-xml/commit/bcee0de48654>`__ Update WOF
+ tables and remove unneeded ones
+- `93456eecf038 <https://github.com/open-power/romulus-xml/commit/93456eecf038>`__ DD2.1 16c WOF
+ data
+- `d91ade7643d6 <https://github.com/open-power/romulus-xml/commit/d91ade7643d6>`__ Update PCIE EQ
+ setting for gen3
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _op-build-v2.2-rc1-patches-10:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-10:
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `1d4b3dd1656b <https://github.com/open-power/sbe/commit/1d4b3dd1656b>`__ Axone only-IPL
+ Procedures update to support SBE changes
+
+Adam Hale (2):
+
+- `2eb270876749 <https://github.com/open-power/sbe/commit/2eb270876749>`__ Disable HW439321
+ workaround in dd1.3
+- `68b93cc0698a <https://github.com/open-power/sbe/commit/68b93cc0698a>`__ HW467590 - WAT Solution
+ to prevent ARMWF starvation early hang
+
+Amit Tendolkar (2):
+
+- `d5794d13060d <https://github.com/open-power/sbe/commit/d5794d13060d>`__ Avoid spurious Malf
+ Alert (HMI) to PHYP in PM Complex Reset/Suspend
+- `06f2b048dd60 <https://github.com/open-power/sbe/commit/06f2b048dd60>`__ Handling special wakeup
+ assert/deassert mis-match in PM Reset/Init on MALF
+
+Andre Marin (1):
+
+- `d12c98f3bf94 <https://github.com/open-power/sbe/commit/d12c98f3bf94>`__ Add MEM_PORT target
+
+Anusha Reddy Rangareddygari (4):
+
+- `aee8470bb261 <https://github.com/open-power/sbe/commit/aee8470bb261>`__ Initf procedure updates
+ for Cumulus
+- `40409eb7a0de <https://github.com/open-power/sbe/commit/40409eb7a0de>`__ Initf procedure updates
+ for OMI rings for Axone
+- `957a64765762 <https://github.com/open-power/sbe/commit/957a64765762>`__ Initf procedure updates
+ for Axone OMI rings
+- `5697a351821d <https://github.com/open-power/sbe/commit/5697a351821d>`__ Axone only-Mux settings
+ for TOD refclk input
+
+Ben Gass (3):
+
+- `c9c321873ecd <https://github.com/open-power/sbe/commit/c9c321873ecd>`__ Update p9a_10 engd from
+ o10_e9018_1_tp018_ec409_soa_sc_u261_01
+- `656d77e999c1 <https://github.com/open-power/sbe/commit/656d77e999c1>`__ Back out p9a_10 engd
+ that breaks the initcompiler.
+- `3fd4e84f2ab4 <https://github.com/open-power/sbe/commit/3fd4e84f2ab4>`__ Update Axone engd.
+
+Chris Steffen (1):
+
+- `022cf9ef4eee <https://github.com/open-power/sbe/commit/022cf9ef4eee>`__ Alink Hot Repair Fix
+
+Christian Geddes (1):
+
+- `653af7c39dce <https://github.com/open-power/sbe/commit/653af7c39dce>`__ Clear INT_CQ related
+ firs after completing sync_reset in MPIPL
+
+Christian R. Geddes (1):
+
+- `d366d4d3fd47 <https://github.com/open-power/sbe/commit/d366d4d3fd47>`__ Revert “Clear INT_CQ
+ related firs after completing sync_reset in MPIPL”
+
+Claus Michael Olsen (2):
+
+- `b899067de964 <https://github.com/open-power/sbe/commit/b899067de964>`__ Cleanup: Updated Mvpd
+ access function and removal of unused rings
+- `225922537f45 <https://github.com/open-power/sbe/commit/225922537f45>`__ Infrastructure support
+ for new MC OMI rings for Axone
+
+Dan Crowell (4):
+
+- `114eb0df447d <https://github.com/open-power/sbe/commit/114eb0df447d>`__ Remove
+ ATTR_PROC_CHIP_MEM_TO_USE
+- `c9b485103576 <https://github.com/open-power/sbe/commit/c9b485103576>`__ Attribute cleanup
+- `12f20f559a22 <https://github.com/open-power/sbe/commit/12f20f559a22>`__ Only save the CME FIR
+ Masks after they have been setup once
+- `41ac7c13db4a <https://github.com/open-power/sbe/commit/41ac7c13db4a>`__ Add Axone targets to
+ fapi error utilities
+
+Dean Sanner (2):
+
+- `69dedc0ffc26 <https://github.com/open-power/sbe/commit/69dedc0ffc26>`__ Add hook to setup
+ ATTR_SMF_CONFIG
+- `ff37b7ecb360 <https://github.com/open-power/sbe/commit/ff37b7ecb360>`__ Use core target for
+ HRMOR/URMOR scoms in p9_sbe_load_bootloader
+
+Douglas Gilbert (1):
+
+- `ef27d8bc4244 <https://github.com/open-power/sbe/commit/ef27d8bc4244>`__ HCODE Make divide using
+ DERP/DORP atomic
+
+Greg Still (2):
+
+- `895e0d5c76a7 <https://github.com/open-power/sbe/commit/895e0d5c76a7>`__ SMF: SBE updates for SMF
+ (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
+- `e4bd0e56146b <https://github.com/open-power/sbe/commit/e4bd0e56146b>`__ SMF: clear HRMOR[15] in
+ all modes so that secure mode won’t hang core
+
+Jennifer A. Stofer (2):
+
+- `19a6cc35b628 <https://github.com/open-power/sbe/commit/19a6cc35b628>`__ Revert “lpc_init:
+ Correct LPC host controller timeout value”
+- `ecf448158b9d <https://github.com/open-power/sbe/commit/ecf448158b9d>`__ Revert “Initf procedure
+ updates for OMI rings for Axone”
+
+Jenny Huynh (7):
+
+- `739cb752fc4a <https://github.com/open-power/sbe/commit/739cb752fc4a>`__ Secure memory allocation
+ and setup
+- `3163363f9b24 <https://github.com/open-power/sbe/commit/3163363f9b24>`__ Avoid enabling smf bits
+ in nmmu logic for P9
+- `3399fd3edb81 <https://github.com/open-power/sbe/commit/3399fd3edb81>`__ SW427193 / HW461448:
+ Enable memory controller wat
+- `9f0712eccd00 <https://github.com/open-power/sbe/commit/9f0712eccd00>`__ Mask early hang
+ indicators from nmmu/vas unit
+- `f980f21554a3 <https://github.com/open-power/sbe/commit/f980f21554a3>`__ Mask NMMUFIR(7),
+ NMMUFIR(36:39)
+- `96b355495608 <https://github.com/open-power/sbe/commit/96b355495608>`__ Enforce SMF size
+ requirements and correct valid bit
+- `baa6ab8c737e <https://github.com/open-power/sbe/commit/baa6ab8c737e>`__ HW471413 Aggressive
+ Uncle: disable ERAT thread sharing
+
+Joachim Fenkes (5):
+
+- `a8686c27d27e <https://github.com/open-power/sbe/commit/a8686c27d27e>`__ p9_sbe_lpc_init: Add
+ final check for errors
+- `c7486f7b07ab <https://github.com/open-power/sbe/commit/c7486f7b07ab>`__ p9_sbe_tp_chiplet_init3:
+ Set up oscillator error mask based on MF osc setting
+- `4191b61e176a <https://github.com/open-power/sbe/commit/4191b61e176a>`__ p9_sbe_lpc_init: Improve
+ reset
+- `bbce13954daa <https://github.com/open-power/sbe/commit/bbce13954daa>`__ lpc_init: Correct LPC
+ host controller timeout value
+- `97b414635410 <https://github.com/open-power/sbe/commit/97b414635410>`__ p9_sbe_lpc_init: Skip
+ final error check for Fleetwood GA1
+
+Joe McGill (12):
+
+- `add228241007 <https://github.com/open-power/sbe/commit/add228241007>`__ allow option to enforce
+ mirroring of all system memory
+- `b725244e84ae <https://github.com/open-power/sbe/commit/b725244e84ae>`__ set PEC disable store
+ thread based ordering chicken switches
+- `8dcb329eeac4 <https://github.com/open-power/sbe/commit/8dcb329eeac4>`__ p9_sbe_check_quiesce –
+ restore call to p9_int_scrub_caches
+- `c8fede9e612b <https://github.com/open-power/sbe/commit/c8fede9e612b>`__ p9_sbe_scominit – set
+ XSCOM BAR in secure memory with SMF enabled
+- `0eff4a7aa441 <https://github.com/open-power/sbe/commit/0eff4a7aa441>`__ p9.pci.scan.initfile –
+ replace 62028 implementation with initfile entry
+- `bb2581994b16 <https://github.com/open-power/sbe/commit/bb2581994b16>`__ Validate OBUS DL lane
+ failed indications during initial link training
+- `a29e1a56702f <https://github.com/open-power/sbe/commit/a29e1a56702f>`__ apply INT ARX clock gate
+ disable to p9n DD2.0 hardware
+- `d7508dcad439 <https://github.com/open-power/sbe/commit/d7508dcad439>`__ Updates to permit
+ synchronized SS PLL spreading via TOD
+- `da2faf32fae4 <https://github.com/open-power/sbe/commit/da2faf32fae4>`__ nest updates for p9c
+ DD1.3 native and p9c DD1.2 compatibility modes
+- `dcd07da310ae <https://github.com/open-power/sbe/commit/dcd07da310ae>`__ prevent NVDL recal_abort
+ to OBUS PHY during SMP usage
+- `ed95ad23449b <https://github.com/open-power/sbe/commit/ed95ad23449b>`__ FBC ABUS TDM inject and
+ recovery HWPs
+- `6ef77d03b31f <https://github.com/open-power/sbe/commit/6ef77d03b31f>`__ whitelist updates for
+ ABUS CCM
+
+Joel Stanley (2):
+
+- `9fcda53c50f7 <https://github.com/open-power/sbe/commit/9fcda53c50f7>`__ p9_sbe_tp_chiplet_init:
+ Fix missing semicolons
+- `d779bc19cdeb <https://github.com/open-power/sbe/commit/d779bc19cdeb>`__ fapi2: Use correct
+ RingMode type
+
+Louis Stermole (1):
+
+- `026d810afdde <https://github.com/open-power/sbe/commit/026d810afdde>`__ Add row repair access
+ functions and attr switches for p9c
+
+Nick Bofferding (1):
+
+- `ab21d9215c0e <https://github.com/open-power/sbe/commit/ab21d9215c0e>`__ Secure Boot: Whitelist
+ PPE External Interface XCR and SMP lane related register
+
+Nick Klazynski (4):
+
+- `dc6a9a0a6028 <https://github.com/open-power/sbe/commit/dc6a9a0a6028>`__ Clockgate disable
+ workaround for HW452921
+- `2582f47596ad <https://github.com/open-power/sbe/commit/2582f47596ad>`__ Enable CDD1.3’s 4
+ risklevels (step 1)
+- `037aa8a374c5 <https://github.com/open-power/sbe/commit/037aa8a374c5>`__ Enable Core
+ compatability Mode; Add HW443669
+- `d78d955fd260 <https://github.com/open-power/sbe/commit/d78d955fd260>`__ Add TLBIE WAT
+
+Prasad Bg Ranganath (3):
+
+- `6fca30900233 <https://github.com/open-power/sbe/commit/6fca30900233>`__ Marking CME sram addr
+ and cntrl register for whitelist
+- `2bd351fbbd39 <https://github.com/open-power/sbe/commit/2bd351fbbd39>`__ PM:Some more cleanups in
+ update_ec_eq procedure for core unit xstop case
+- `5833ebe6d677 <https://github.com/open-power/sbe/commit/5833ebe6d677>`__ STOP:Dont clear
+ pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
+
+Prem Shanker Jha (5):
+
+- `1d60e2d7700c <https://github.com/open-power/sbe/commit/1d60e2d7700c>`__ PM: Added support for
+ enable disable of 24x7 IMA.
+- `26f2defa140d <https://github.com/open-power/sbe/commit/26f2defa140d>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `4a4cf323a8a1 <https://github.com/open-power/sbe/commit/4a4cf323a8a1>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `090243ffb298 <https://github.com/open-power/sbe/commit/090243ffb298>`__ PM: Fixed handling of
+ CME LFIR mask during PM complex reset.
+- `63f0f90e5883 <https://github.com/open-power/sbe/commit/63f0f90e5883>`__ Img Build: HOMER changes
+ for SMF and SPR self save.
+
+Raja Das (12):
+
+- `432a7bb830ab <https://github.com/open-power/sbe/commit/432a7bb830ab>`__ Inverted logic of
+ hasClock bit in Clock Status register
+- `4a2a88ff8081 <https://github.com/open-power/sbe/commit/4a2a88ff8081>`__ [SBE-ARCH2] Format
+ register dump and SBE Capturing the Data
+- `bd5c4de63cdd <https://github.com/open-power/sbe/commit/bd5c4de63cdd>`__ [SBE-ARCH1]HRMOR
+ relocated to 4Gb for SPLess Opal system
+- `7a091ef2465a <https://github.com/open-power/sbe/commit/7a091ef2465a>`__ Updated core stop state
+ while capturing data in MPIPL
+- `26acfd0fd5e7 <https://github.com/open-power/sbe/commit/26acfd0fd5e7>`__ Simics check in case of
+ spless system before modifying HRMOR to 4GB
+- `0297fe823ff6 <https://github.com/open-power/sbe/commit/0297fe823ff6>`__ Axone tp_chiplet_init
+ sequence in boot
+- `a273362351bf <https://github.com/open-power/sbe/commit/a273362351bf>`__ Added newline
+ termination after putting in build info into Hash
+- `74de67ab5090 <https://github.com/open-power/sbe/commit/74de67ab5090>`__ Increased l2 loader size
+ in PIBMEM
+- `f4b6cc7a8717 <https://github.com/open-power/sbe/commit/f4b6cc7a8717>`__ Added AXONE option for
+ sbe-trace
+- `470b106f89cc <https://github.com/open-power/sbe/commit/470b106f89cc>`__ Updated tracehash.pl
+ file to skip parsing of empty line from hash file
+- `2992583ae8c9 <https://github.com/open-power/sbe/commit/2992583ae8c9>`__ Axone chipId support
+- `bbeb8d0cefc7 <https://github.com/open-power/sbe/commit/bbeb8d0cefc7>`__ Instruction machine
+ check ISR updated
+
+Richard J. Knight (3):
+
+- `4f7caa36ee81 <https://github.com/open-power/sbe/commit/4f7caa36ee81>`__ Add prototype for
+ releasing platform data pointer storage function
+- `a2fae5c9cbeb <https://github.com/open-power/sbe/commit/a2fae5c9cbeb>`__ Modify the getFfdc
+ routine to consider the SBE proc
+- `1536a9ea7882 <https://github.com/open-power/sbe/commit/1536a9ea7882>`__ get FAPI_POS for all
+ valid target types passed in SBE FIFO ffdc
+
+Sachin Gupta (8):
+
+- `a682d4b3a60e <https://github.com/open-power/sbe/commit/a682d4b3a60e>`__ Update backing build
+- `2c410f1b2264 <https://github.com/open-power/sbe/commit/2c410f1b2264>`__ Fix in quisce
+- `a46943dd8677 <https://github.com/open-power/sbe/commit/a46943dd8677>`__ Updating backing build
+- `43e1ba4a2643 <https://github.com/open-power/sbe/commit/43e1ba4a2643>`__ Remove intermediate rule
+ for C/c files
+- `0ee0a590013e <https://github.com/open-power/sbe/commit/0ee0a590013e>`__ Only call lpc init
+ procedure on slave procs in mnfg mode
+- `629cf0ba3bf7 <https://github.com/open-power/sbe/commit/629cf0ba3bf7>`__ Support
+ ATTR_LPC_CONSOLE_CNFG attribute
+- `ca16ce92cfeb <https://github.com/open-power/sbe/commit/ca16ce92cfeb>`__ Put temporary file in
+ project config folder
+- `50f39386956e <https://github.com/open-power/sbe/commit/50f39386956e>`__ Revert Only call lpc
+ init procedure on slave procs in mnfg mode
+
+Stephen Glancy (2):
+
+- `d103f7adad9d <https://github.com/open-power/sbe/commit/d103f7adad9d>`__ Adds endian_swap to
+ fapi2
+- `4158d2de4415 <https://github.com/open-power/sbe/commit/4158d2de4415>`__ Removes unused attribute
+ accessors
+
+Sumit Kumar (1):
+
+- `08a3b13f505d <https://github.com/open-power/sbe/commit/08a3b13f505d>`__ Updated gerrit hostname
+
+Yue Du (3):
+
+- `00d48c74abbd <https://github.com/open-power/sbe/commit/00d48c74abbd>`__ STOP: remove chiplet
+ enable drop in core_poweron for multicast scom
+- `77f8505ebf78 <https://github.com/open-power/sbe/commit/77f8505ebf78>`__ PM: Prevent Core-L2
+ Quiesce from removing PM_EXIT upon SPWU
+- `16fde70421d8 <https://github.com/open-power/sbe/commit/16fde70421d8>`__ IPL/STOP: Disable LCO
+ when only two EXes are configured
+
+Zane Shelley (1):
+
+- `a29db3da0819 <https://github.com/open-power/sbe/commit/a29db3da0819>`__ RAS_XML: updates to sync
+ the XML with actual values from hardware
+
+manichow (1):
+
+- `2bdc2af078a7 <https://github.com/open-power/sbe/commit/2bdc2af078a7>`__ Register 1020019 was
+ white listed
+
+spashabk-in (24):
+
+- `8c276e4ad59b <https://github.com/open-power/sbe/commit/8c276e4ad59b>`__ Update memory address of
+ ADU testcase
+- `5c79faf686d8 <https://github.com/open-power/sbe/commit/5c79faf686d8>`__ ppe CI memory testcase
+ failure fix
+- `c6fdb271fa1a <https://github.com/open-power/sbe/commit/c6fdb271fa1a>`__ Optimize PSU testcases
+- `bba0cab94144 <https://github.com/open-power/sbe/commit/bba0cab94144>`__ Protect fapi rc between
+ processor and async thread
+- `5e3c66327088 <https://github.com/open-power/sbe/commit/5e3c66327088>`__ Skip select master EX on
+ slave SBE
+- `ddefd501a212 <https://github.com/open-power/sbe/commit/ddefd501a212>`__ Suspend async task on
+ quiesce SBE
+- `2567f8f47e82 <https://github.com/open-power/sbe/commit/2567f8f47e82>`__ Get capabilities spec
+ sync
+- `a8ae4fab627a <https://github.com/open-power/sbe/commit/a8ae4fab627a>`__ Support special wakeup
+ for SRESET
+- `e6fa24197013 <https://github.com/open-power/sbe/commit/e6fa24197013>`__ Special wakeup bit
+ correction
+- `20a60ab17ed6 <https://github.com/open-power/sbe/commit/20a60ab17ed6>`__ Add axone config
+- `d436cbc3c974 <https://github.com/open-power/sbe/commit/d436cbc3c974>`__ Project specific boot
+ handling
+- `cf180c5928c4 <https://github.com/open-power/sbe/commit/cf180c5928c4>`__ Axone image suffix
+- `ba07774edab2 <https://github.com/open-power/sbe/commit/ba07774edab2>`__ Bump up axone pibmem
+ size to 224KB
+- `121afb0e9980 <https://github.com/open-power/sbe/commit/121afb0e9980>`__ Move all text section to
+ PIBMEM for axone
+- `f4b7f496c8fc <https://github.com/open-power/sbe/commit/f4b7f496c8fc>`__ Introducing lpc utils
+ source file
+- `9bb64314aad7 <https://github.com/open-power/sbe/commit/9bb64314aad7>`__ Release sbe binaries as
+ part of simics tar
+- `6b4839f3d35e <https://github.com/open-power/sbe/commit/6b4839f3d35e>`__ Fix forced-trace command
+- `3aa7b7c2918f <https://github.com/open-power/sbe/commit/3aa7b7c2918f>`__ Enable parallel builds
+ in SBE
+- `eb8c94369f30 <https://github.com/open-power/sbe/commit/eb8c94369f30>`__ Move Control instruction
+ to seeprom
+- `da99f39710df <https://github.com/open-power/sbe/commit/da99f39710df>`__ Jenkins parallel build
+- `ff74130fcca2 <https://github.com/open-power/sbe/commit/ff74130fcca2>`__ Move lpc_rw to a source
+ file
+- `e1a4637ad7c4 <https://github.com/open-power/sbe/commit/e1a4637ad7c4>`__ Support 1byte data
+ access on LPC
+- `17ee7c1c6dec <https://github.com/open-power/sbe/commit/17ee7c1c6dec>`__ Enabling ipmi console
+ access
+- `cf61dc391d03 <https://github.com/open-power/sbe/commit/cf61dc391d03>`__ SBE logs on serial
+ console
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _op-build-v2.2-rc1-patches-11:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-11:
+
+Commits
+~~~~~~~
+
+Adriana Kobylak (1):
+
+- `b6ebee077d91 <https://github.com/open-power/skiboot/commit/b6ebee077d91>`__ pflash: Add –skip
+ option for reading
+
+Alexey Kardashevskiy (1):
+
+- `8a2b6d51b771 <https://github.com/open-power/skiboot/commit/8a2b6d51b771>`__ npu2: Use correct
+ kill type for TCE invalidation
+
+Alistair Popple (2):
+
+- `b8702e2c6963 <https://github.com/open-power/skiboot/commit/b8702e2c6963>`__ Move
+ pb_cen_hp_mode_curr register definition to xscom-p9-reg.h
+- `68518e542e6f <https://github.com/open-power/skiboot/commit/68518e542e6f>`__ phb4: Disable nodal
+ scoped DMA accesses when PB pump mode is enabled
+
+Andrew Donnellan (10):
+
+- `be54c89e7e97 <https://github.com/open-power/skiboot/commit/be54c89e7e97>`__ hw/phb4: Fix unused
+ value/parameter warnings
+- `8a8cc857fa3f <https://github.com/open-power/skiboot/commit/8a8cc857fa3f>`__ hw/npu2: Don’t
+ assert if we hit a mixed OpenCAPI/NVLink setup
+- `34ceb75f2829 <https://github.com/open-power/skiboot/commit/34ceb75f2829>`__ hw/npu2-opencapi:
+ Fix setting of supported OpenCAPI templates
+- `c38bdc3984a2 <https://github.com/open-power/skiboot/commit/c38bdc3984a2>`__
+ hw/npu2-hw-procedures: Enable RX auto recal on OpenCAPI links
+- `ecc4a562b5d1 <https://github.com/open-power/skiboot/commit/ecc4a562b5d1>`__ occ: Wait if OCC GPU
+ presence status not immediately available
+- `7ecb29651c31 <https://github.com/open-power/skiboot/commit/7ecb29651c31>`__ npu2: Split device
+ index into brick and link index
+- `68415d5e38ef <https://github.com/open-power/skiboot/commit/68415d5e38ef>`__ hw/npu2: Common NPU2
+ init routine between NVLink and OpenCAPI
+- `b6cc82cb39c4 <https://github.com/open-power/skiboot/commit/b6cc82cb39c4>`__ hw/npu2, platform:
+ Add NPU2 platform device detection callback
+- `6a728afd121b <https://github.com/open-power/skiboot/commit/6a728afd121b>`__ hw/npu2, platform:
+ Restructure OpenCAPI i2c reset/presence pins
+- `9d5b516f2870 <https://github.com/open-power/skiboot/commit/9d5b516f2870>`__
+ platforms/astbmc/witherspoon: Implement OpenCAPI support
+
+Andrew Jeffery (30):
+
+- `5b1bc2ffe791 <https://github.com/open-power/skiboot/commit/5b1bc2ffe791>`__ ast-bmc: Move copy
+ routines to ast-sf-ctrl
+- `467b00fdfd67 <https://github.com/open-power/skiboot/commit/467b00fdfd67>`__ core/pci-quirk:
+ Remove broken comment in quirk_astbmc_vga()
+- `7a5af6da49b9 <https://github.com/open-power/skiboot/commit/7a5af6da49b9>`__ core/pci-quirk:
+ Clean up commented code in quirk_astbmc_vga()
+- `8972e44f9788 <https://github.com/open-power/skiboot/commit/8972e44f9788>`__ ast-bmc: Rename LPC
+ FW cycle helpers
+- `ebc8524a3a45 <https://github.com/open-power/skiboot/commit/ebc8524a3a45>`__ ast-io: Rework
+ setup/tear-down of communication with the BMC
+- `1d8793c64b59 <https://github.com/open-power/skiboot/commit/1d8793c64b59>`__ lpc: Silence LPC
+ SYNC no-response error when necessary
+- `8bb4a1cd9af4 <https://github.com/open-power/skiboot/commit/8bb4a1cd9af4>`__ ast-io: Use
+ bmc_sio_{get, put}() where required
+- `d40484209620 <https://github.com/open-power/skiboot/commit/d40484209620>`__ ipmi: Introduce
+ registration for SEL command handlers
+- `88579eba5fde <https://github.com/open-power/skiboot/commit/88579eba5fde>`__ core/lock: Use
+ try_lock_caller() in lock_caller() to capture owner
+- `3aa5394f4da1 <https://github.com/open-power/skiboot/commit/3aa5394f4da1>`__ core/flash: Only
+ lock around flashes update in flash_register()
+- `c0b84547521d <https://github.com/open-power/skiboot/commit/c0b84547521d>`__ core/flash: Unlock
+ around blocklevel calls in NVRAM accessors
+- `35c955970af6 <https://github.com/open-power/skiboot/commit/35c955970af6>`__ libflash: Add
+ ipmi-hiomap
+- `b5edb1692b7f <https://github.com/open-power/skiboot/commit/b5edb1692b7f>`__ astbmc: Prefer
+ ipmi-hiomap for PNOR access
+- `1a1ff0ab2c78 <https://github.com/open-power/skiboot/commit/1a1ff0ab2c78>`__ astbmc: Remove
+ coordinated isolation support
+- `5684204c2d0b <https://github.com/open-power/skiboot/commit/5684204c2d0b>`__ lpc: Introduce
+ generic probe capability
+- `dd554bacd13c <https://github.com/open-power/skiboot/commit/dd554bacd13c>`__ astbmc: Use LPC
+ probe calls to determine SIO presence
+- `9a830ee06c66 <https://github.com/open-power/skiboot/commit/9a830ee06c66>`__ platform:
+ Restructure bmc_platform type
+- `a43e9a66aae9 <https://github.com/open-power/skiboot/commit/a43e9a66aae9>`__ astbmc: Fail SFC
+ init if SIO is unavailable
+- `7194e92cc700 <https://github.com/open-power/skiboot/commit/7194e92cc700>`__ lpc: Clear sync
+ no-response field prior to device probe
+- `f271f0263475 <https://github.com/open-power/skiboot/commit/f271f0263475>`__
+ libflash/ipmi-hiomap: Cleanup allocation on init failure
+- `a07f8bb329f7 <https://github.com/open-power/skiboot/commit/a07f8bb329f7>`__ p9dsu: Add
+ HIOMAP-over-IPMI support
+- `a6131d3a215d <https://github.com/open-power/skiboot/commit/a6131d3a215d>`__ p9dsu: Describe
+ platform BMC register configuration
+- `34cffed2ccf3 <https://github.com/open-power/skiboot/commit/34cffed2ccf3>`__
+ libflash/ipmi-hiomap: Improve event handling
+- `f47fbc97d421 <https://github.com/open-power/skiboot/commit/f47fbc97d421>`__
+ libflash/ipmi-hiomap: Restore window state on window/protocol reset
+- `dbdfb0e2ea3c <https://github.com/open-power/skiboot/commit/dbdfb0e2ea3c>`__
+ libflash/ipmi-hiomap: Use error codes rather than abort()
+- `cee7ec9eae09 <https://github.com/open-power/skiboot/commit/cee7ec9eae09>`__ core/flash: Log
+ return code when ffs_init() fails
+- `f58be461091f <https://github.com/open-power/skiboot/commit/f58be461091f>`__ libflash/test:
+ Rewrite Makefile.check to improve scalability
+- `97f839beffb5 <https://github.com/open-power/skiboot/commit/97f839beffb5>`__
+ libflash/ipmi-hiomap: Fix argument type warning on x86-64
+- `1151a987ae45 <https://github.com/open-power/skiboot/commit/1151a987ae45>`__
+ libflash/ipmi-hiomap: Add support for unit tests
+- `d49bfeea7bf2 <https://github.com/open-power/skiboot/commit/d49bfeea7bf2>`__
+ libflash/ipmi-hiomap: Respect daemon presence and flash control
+
+Artem Senichev (1):
+
+- `6ea075edd7af <https://github.com/open-power/skiboot/commit/6ea075edd7af>`__
+ platforms/astbmc/vesnin: Send list of PCI devices to BMC through IPMI
+
+Benjamin Herrenschmidt (12):
+
+- `7db7c9f65229 <https://github.com/open-power/skiboot/commit/7db7c9f65229>`__ xive: Disable block
+ tracker
+- `f737777b3438 <https://github.com/open-power/skiboot/commit/f737777b3438>`__ i2c: Fix
+ multiple-enqueue of the same request on NACK
+- `ef79d0370737 <https://github.com/open-power/skiboot/commit/ef79d0370737>`__ i2c: Ensure ordering
+ between i2c_request_send() and completion
+- `d3bb756b2d98 <https://github.com/open-power/skiboot/commit/d3bb756b2d98>`__ lock: Increase
+ con_suspend before \__try_lock
+- `2925dd08c5e3 <https://github.com/open-power/skiboot/commit/2925dd08c5e3>`__ lock: Move code
+ around
+- `2f2e0ee95a3d <https://github.com/open-power/skiboot/commit/2f2e0ee95a3d>`__ lock: Fix
+ interactions between lock dependency checker and stack checker
+- `b78d823faf4f <https://github.com/open-power/skiboot/commit/b78d823faf4f>`__ cpu: Better output
+ when waiting for a very long job
+- `cfecc3960c00 <https://github.com/open-power/skiboot/commit/cfecc3960c00>`__ phb4: Don’t try to
+ access non-existent PEST entries
+- `0a087154ca4f <https://github.com/open-power/skiboot/commit/0a087154ca4f>`__ phb4: Handle
+ allocation errors in phb4_eeh_dump_regs()
+- `9a83ab711ea3 <https://github.com/open-power/skiboot/commit/9a83ab711ea3>`__ phb4: Workaround PHB
+ errata with CFG write UR/CA errors
+- `95f7b3b9698b <https://github.com/open-power/skiboot/commit/95f7b3b9698b>`__ nx: Don’t abort on
+ missing NX when using a QEMU machine
+- `784799510c45 <https://github.com/open-power/skiboot/commit/784799510c45>`__ phb4: Update &
+ cleanup register definitions
+
+Cyril Bur (1):
+
+- `0d96d56298d5 <https://github.com/open-power/skiboot/commit/0d96d56298d5>`__ phb4: Use the return
+ value of phb4_fenced() in phb4_get_diag_data()
+
+Frederic Barrat (10):
+
+- `f385ac321e0b <https://github.com/open-power/skiboot/commit/f385ac321e0b>`__ npu2-opencapi: Don’t
+ send commands to NPU when link is down
+- `2d339446fc77 <https://github.com/open-power/skiboot/commit/2d339446fc77>`__ opal/hmi: Catch NPU2
+ HMIs for opencapi
+- `3b9bc869a4fe <https://github.com/open-power/skiboot/commit/3b9bc869a4fe>`__ phb4: Disable 32-bit
+ MSI in capi mode
+- `a800fa35b822 <https://github.com/open-power/skiboot/commit/a800fa35b822>`__ hw/p8-i2c: Fix i2c
+ request timeout
+- `a92f432eae5b <https://github.com/open-power/skiboot/commit/a92f432eae5b>`__ npu2-opencapi:
+ Enable presence detection on ZZ
+- `4d28576dffd5 <https://github.com/open-power/skiboot/commit/4d28576dffd5>`__
+ platform/witherspoon: Avoid harmless error message
+- `cdaa6d1b2614 <https://github.com/open-power/skiboot/commit/cdaa6d1b2614>`__
+ platform/witherspoon: Fix opencapi lane-mask used on GPU0
+- `ff376805bde5 <https://github.com/open-power/skiboot/commit/ff376805bde5>`__ npu2-opencapi: Log
+ extra information on link training failure
+- `64d06b1feed1 <https://github.com/open-power/skiboot/commit/64d06b1feed1>`__ npu2-opencapi:
+ Detect if link trained in degraded mode
+- `e1a8469a208c <https://github.com/open-power/skiboot/commit/e1a8469a208c>`__ npu2-opencapi: Log
+ ODL endpoint information register
+
+Jeremy Kerr (1):
+
+- `01089cb8b4a2 <https://github.com/open-power/skiboot/commit/01089cb8b4a2>`__ docs/platforms: Add
+ S812L and S822L
+
+Joel Stanley (8):
+
+- `052694653f13 <https://github.com/open-power/skiboot/commit/052694653f13>`__ Makefile: Remove
+ -mno-direct-move cflag
+- `2e55c6b88451 <https://github.com/open-power/skiboot/commit/2e55c6b88451>`__ Makefile: remove
+ try-cflags on no-altivec and no-vsx
+- `3c54a914e54d <https://github.com/open-power/skiboot/commit/3c54a914e54d>`__ README: Update Qemu
+ instructions
+- `a3a8f7d0cf11 <https://github.com/open-power/skiboot/commit/a3a8f7d0cf11>`__ cpu: Quieten OS
+ endian switch messages
+- `35e735ae24eb <https://github.com/open-power/skiboot/commit/35e735ae24eb>`__ ffspart: Add toc
+ test
+- `ad2ca201f46c <https://github.com/open-power/skiboot/commit/ad2ca201f46c>`__ ffspart: Add test
+ for eraseblock size
+- `b211d20162c8 <https://github.com/open-power/skiboot/commit/b211d20162c8>`__ opal-ci: Use
+ ubuntu:rolling for Ubuntu latest image
+- `42fa2c4e472f <https://github.com/open-power/skiboot/commit/42fa2c4e472f>`__ travis: Coverity
+ fixed their SSL cert
+
+Madhavan Srinivasan (1):
+
+- `ae546e0b6d97 <https://github.com/open-power/skiboot/commit/ae546e0b6d97>`__ external/mambo:
+ Check for qtrace_utils.tcl before sourcing it
+
+Mahesh Salgaonkar (2):
+
+- `1317448ddd1a <https://github.com/open-power/skiboot/commit/1317448ddd1a>`__ opal/hmi: Ignore
+ debug trigger inject core FIR.
+- `c884f2d0cb92 <https://github.com/open-power/skiboot/commit/c884f2d0cb92>`__ opal/hmi: Handle
+ early HMIs on thread0 when secondaries are still in OPAL.
+
+Michael Ellerman (1):
+
+- `caf0ff13c254 <https://github.com/open-power/skiboot/commit/caf0ff13c254>`__ doc: Add
+ documentation on supported platforms and CPUs
+
+Michael Neuling (4):
+
+- `051da83b625d <https://github.com/open-power/skiboot/commit/051da83b625d>`__ phb4: Fix typo in
+ disable lane eq code
+- `832cac15956c <https://github.com/open-power/skiboot/commit/832cac15956c>`__ mambo: Merge
+ PMEM_DISK and PMEM_VOLATILE code
+- `80b7b37c63a5 <https://github.com/open-power/skiboot/commit/80b7b37c63a5>`__ init: Fix starting
+ stripped kernel
+- `7dbf80d1db45 <https://github.com/open-power/skiboot/commit/7dbf80d1db45>`__ phb4: Generate
+ checkstop on AIB ECC corr/uncorr for DD2.0 parts
+
+Nicholas Piggin (11):
+
+- `5bf03755a972 <https://github.com/open-power/skiboot/commit/5bf03755a972>`__ cpu: add
+ cpu_queue_job_on_node()
+- `cb835dbdf875 <https://github.com/open-power/skiboot/commit/cb835dbdf875>`__ external/mambo:
+ conditionally source qtrace script
+- `3e3ad77c1ced <https://github.com/open-power/skiboot/commit/3e3ad77c1ced>`__ hw/chiptod: test
+ QUIRK_NO_CHIPTOD in opal_resync_timebase
+- `129e4408f7f4 <https://github.com/open-power/skiboot/commit/129e4408f7f4>`__ core/fast-reboot:
+ print the fast reboot disable reason
+- `20126d267812 <https://github.com/open-power/skiboot/commit/20126d267812>`__ core/mem_region:
+ mambo reserve kernel payload areas
+- `5118fc7fb0ea <https://github.com/open-power/skiboot/commit/5118fc7fb0ea>`__ skiboot.lds.S: move
+ read-write data after the end of symbol map
+- `2649d663ede6 <https://github.com/open-power/skiboot/commit/2649d663ede6>`__ fast-reboot: verify
+ firmware “romem” checksum
+- `2aa227cc0e18 <https://github.com/open-power/skiboot/commit/2aa227cc0e18>`__ core/lock: fix
+ timeout warning causing a deadlock false positive
+- `527286706ab1 <https://github.com/open-power/skiboot/commit/527286706ab1>`__ core/lock: don’t set
+ bust_locks on lock error
+- `12b74c455bed <https://github.com/open-power/skiboot/commit/12b74c455bed>`__ core/flash: NULL
+ pointer dereference fixes
+- `c4230046ecd5 <https://github.com/open-power/skiboot/commit/c4230046ecd5>`__ core/device: NULL
+ pointer dereference fix
+
+Oliver O’Halloran (27):
+
+- `2710351f76b9 <https://github.com/open-power/skiboot/commit/2710351f76b9>`__ hw/phb4: Print the
+ PEs in the EEH dump in hex
+- `d1ac16801a38 <https://github.com/open-power/skiboot/commit/d1ac16801a38>`__ hw/phb4: Add a
+ helper to dump the PELT-V
+- `3e23604be0cb <https://github.com/open-power/skiboot/commit/3e23604be0cb>`__ hw/phb4: Add helpers
+ to dump the IODA tables
+- `7a7ff2d6281f <https://github.com/open-power/skiboot/commit/7a7ff2d6281f>`__ hw/phb4: Use
+ local_alloc for phb4 structures
+- `55cab51c74a8 <https://github.com/open-power/skiboot/commit/55cab51c74a8>`__ mem_region: Merge
+ similar allocations when dumping
+- `b465be797e86 <https://github.com/open-power/skiboot/commit/b465be797e86>`__ hw/p8-i2c: Print the
+ set error bits
+- `7a311b9dec27 <https://github.com/open-power/skiboot/commit/7a311b9dec27>`__ pci: Clarify power
+ down logic
+- `6c45dc0d04fc <https://github.com/open-power/skiboot/commit/6c45dc0d04fc>`__ core/pci: Print ‘PCI
+ Summary’ at PR_NOTICE
+- `d76e4fb2665b <https://github.com/open-power/skiboot/commit/d76e4fb2665b>`__ zaius: Add a slot
+ table
+- `c07958783dbc <https://github.com/open-power/skiboot/commit/c07958783dbc>`__ astbmc/slots: Add
+ SW_PLUGGABLE() macro
+- `7a9eb51051f1 <https://github.com/open-power/skiboot/commit/7a9eb51051f1>`__ astbmc/slot: Add
+ \_add_slot_info()
+- `ea4e422f6343 <https://github.com/open-power/skiboot/commit/ea4e422f6343>`__ zaius: Add slots for
+ the Barreleye G2 HDD rack
+- `63ea33fb8fd0 <https://github.com/open-power/skiboot/commit/63ea33fb8fd0>`__ hdata/iohub: Fix
+ Cumulus Hub ID number
+- `eb146fac9685 <https://github.com/open-power/skiboot/commit/eb146fac9685>`__ core/i2c: Move the
+ timeout field into i2c_request
+- `bb27c7219dc6 <https://github.com/open-power/skiboot/commit/bb27c7219dc6>`__ hw/p8-i2c: Remove
+ p8_i2c_request structure
+- `801462feb7d6 <https://github.com/open-power/skiboot/commit/801462feb7d6>`__ core/i2c: Remove bus
+ specific alloc and free callbacks
+- `7665748f2f2e <https://github.com/open-power/skiboot/commit/7665748f2f2e>`__ nvram: Print how
+ long we waited for nvram
+- `c94de0277cf6 <https://github.com/open-power/skiboot/commit/c94de0277cf6>`__ nvram: Fix
+ wait-for-nvram message
+- `57a17c2f300e <https://github.com/open-power/skiboot/commit/57a17c2f300e>`__ xscom-utils/getsram:
+ Make it work on P9
+- `6e524662ff77 <https://github.com/open-power/skiboot/commit/6e524662ff77>`__ xscom-utils: Rework
+ getsram
+- `30ffd4c6a528 <https://github.com/open-power/skiboot/commit/30ffd4c6a528>`__ hdata: Explain what
+ the xscom node bus-frequency is
+- `1355c312c308 <https://github.com/open-power/skiboot/commit/1355c312c308>`__ witherspoon: Rename
+ shared slot fixup function
+- `dfaf471eb1a7 <https://github.com/open-power/skiboot/commit/dfaf471eb1a7>`__ hdata/i2c: Add
+ whitelisting for Host I2C devices
+- `f88e37248463 <https://github.com/open-power/skiboot/commit/f88e37248463>`__ hdata/i2c: Make SPD
+ workaround more workaroundy
+- `9597a12ef4b3 <https://github.com/open-power/skiboot/commit/9597a12ef4b3>`__ phb4: Check for RX
+ errors after link training
+- `324365f3aa9b <https://github.com/open-power/skiboot/commit/324365f3aa9b>`__ libstb: Pass a
+ tpm_dev to tpm_i2c_request_send()
+- `751cc33a2cfa <https://github.com/open-power/skiboot/commit/751cc33a2cfa>`__ platform/firenze:
+ Fix branch-to-null crash
+
+Prem Shanker Jha (3):
+
+- `1a4aa1cb0349 <https://github.com/open-power/skiboot/commit/1a4aa1cb0349>`__ STOP API: API
+ conditionally supports 255 SCOM restore entries for each quad.
+- `9000b6b187f9 <https://github.com/open-power/skiboot/commit/9000b6b187f9>`__ SCOM Restore: Handle
+ case of old HB and new STOP API case.
+- `6ed87dbdd66b <https://github.com/open-power/skiboot/commit/6ed87dbdd66b>`__ STOP API: Changes
+ for SMF and SPR self save
+
+Rashmica Gupta (1):
+
+- `0fa446cc21cb <https://github.com/open-power/skiboot/commit/0fa446cc21cb>`__ Add the other 7 ATSD
+ registers to the device tree.
+
+Reza Arbab (8):
+
+- `c2493fd0ce30 <https://github.com/open-power/skiboot/commit/c2493fd0ce30>`__ npu2/hw-procedures:
+ Don’t open code NPU2_NTL_MISC_CFG2_BRICK_ENABLE
+- `041d69bb1a70 <https://github.com/open-power/skiboot/commit/041d69bb1a70>`__ npu2/hw-procedures:
+ Enable parity and credit overflow checks
+- `167fcb20aa97 <https://github.com/open-power/skiboot/commit/167fcb20aa97>`__ pci: Move logging
+ macros to pci.h
+- `77f26507f1ea <https://github.com/open-power/skiboot/commit/77f26507f1ea>`__ phb4: Track PEC
+ index in dt and phb4 struct
+- `06e997009945 <https://github.com/open-power/skiboot/commit/06e997009945>`__ npu2: Add
+ NPU2_SM_REG_OFFSET()
+- `f43465a0ac6d <https://github.com/open-power/skiboot/commit/f43465a0ac6d>`__ npu2: Don’t open
+ code NPU2_RELAXED_ORDERING_CFG2
+- `736d8b150f86 <https://github.com/open-power/skiboot/commit/736d8b150f86>`__ npu2: Add support
+ for relaxed-ordering mode
+- `1c62f56b3351 <https://github.com/open-power/skiboot/commit/1c62f56b3351>`__ doc/opal-api:
+ Document npu2 relaxed ordering APIs
+
+Russell Currey (1):
+
+- `19c8d728e86e <https://github.com/open-power/skiboot/commit/19c8d728e86e>`__ errorlog: Rename
+ PHB3 to just PHB
+
+Samuel Mendoza-Jonas (5):
+
+- `3cd749c99791 <https://github.com/open-power/skiboot/commit/3cd749c99791>`__ Recognise signed
+ VERSION partition
+- `714be69223cc <https://github.com/open-power/skiboot/commit/714be69223cc>`__ core/flash: Emit a
+ warning if Skiboot version doesn’t match
+- `c0375a62396d <https://github.com/open-power/skiboot/commit/c0375a62396d>`__ core/flash: Ignore
+ prefix when comparing versions.
+- `4b92a1b80f6d <https://github.com/open-power/skiboot/commit/4b92a1b80f6d>`__ libflash: Restore
+ blocklevel tests
+- `e24771081422 <https://github.com/open-power/skiboot/commit/e24771081422>`__ libflash: Don’t
+ merge ECC-protected ranges
+
+Stewart Smith (45):
+
+- `06808a037d44 <https://github.com/open-power/skiboot/commit/06808a037d44>`__ fast-reboot:
+ parallel memory clearing
+- `21f540e8e51e <https://github.com/open-power/skiboot/commit/21f540e8e51e>`__ Scan PCI and clear
+ memory simultaneously
+- `4757519c697e <https://github.com/open-power/skiboot/commit/4757519c697e>`__ mem_region: log
+ region name on mem_alloc failure
+- `2c30ddb93baf <https://github.com/open-power/skiboot/commit/2c30ddb93baf>`__ mem_check(): Correct
+ alignment assumptions
+- `13e9a66a7b39 <https://github.com/open-power/skiboot/commit/13e9a66a7b39>`__ Fixup unit tests for
+ cpu_queue_job() in mem_region.c
+- `f651e8eb56e2 <https://github.com/open-power/skiboot/commit/f651e8eb56e2>`__ Fixup pflash build
+ for ast refactor
+- `c1d43fc84a30 <https://github.com/open-power/skiboot/commit/c1d43fc84a30>`__ skiboot 6.0.6
+ release notes
+- `25f7266f736c <https://github.com/open-power/skiboot/commit/25f7266f736c>`__ core/cpu.c: assert
+ pir is sane before using
+- `7e529767704b <https://github.com/open-power/skiboot/commit/7e529767704b>`__ skiboot 6.0.7
+ release notes
+- `b6605667cf80 <https://github.com/open-power/skiboot/commit/b6605667cf80>`__ don’t fail fatally
+ if qtrace can’t be loaded
+- `f3d801c01f97 <https://github.com/open-power/skiboot/commit/f3d801c01f97>`__ skiboot 6.0.8
+ release notes
+- `9ff660e21834 <https://github.com/open-power/skiboot/commit/9ff660e21834>`__ Qemu: don’t print
+ PR_WARNING on qemu defining rtc/uart
+- `084e37bab1cf <https://github.com/open-power/skiboot/commit/084e37bab1cf>`__ Use $() rather than
+ backticks in all shell
+- `2485be65e166 <https://github.com/open-power/skiboot/commit/2485be65e166>`__ clang:
+ -Wno-error=ignored-attributes
+- `74116e3e37cf <https://github.com/open-power/skiboot/commit/74116e3e37cf>`__
+ xscom-utils/adu_scoms.py: run 2to3 over it
+- `f83568436527 <https://github.com/open-power/skiboot/commit/f83568436527>`__ TEMPORARY HACK:
+ Disable verifying VERSION
+- `da773b275e62 <https://github.com/open-power/skiboot/commit/da773b275e62>`__ SBE-p8: Do all sbe
+ timer update with xscom lock held
+- `7c8e1c6f89f3 <https://github.com/open-power/skiboot/commit/7c8e1c6f89f3>`__ Add fast-reboot
+ property to /ibm,opal DT node
+- `aeb366970e0c <https://github.com/open-power/skiboot/commit/aeb366970e0c>`__ Actually add
+ /ibm,opal/fast-reboot property
+- `cc4de28374c7 <https://github.com/open-power/skiboot/commit/cc4de28374c7>`__ opal-ci: Build old
+ dtc version for fedora 28
+- `2d68e6fa5822 <https://github.com/open-power/skiboot/commit/2d68e6fa5822>`__ gcov: Fix building
+ with GCC8
+- `8fba29a2b5e5 <https://github.com/open-power/skiboot/commit/8fba29a2b5e5>`__ core/device: Add
+ test for duplicate nodes with dt_attach_root()
+- `8fd95036cdd8 <https://github.com/open-power/skiboot/commit/8fd95036cdd8>`__ core/device: add
+ test for dt_new() a duplicate node
+- `51c35e372831 <https://github.com/open-power/skiboot/commit/51c35e372831>`__ core/device:
+ increase test coverage for dt_new_addr and dt_new_2addr
+- `c5d71815288c <https://github.com/open-power/skiboot/commit/c5d71815288c>`__ core/device: Test
+ dt_new_check()
+- `9b9be42009e1 <https://github.com/open-power/skiboot/commit/9b9be42009e1>`__ Quieten ‘warnings’
+ now that SIO is disabled
+- `4b8cc05a9451 <https://github.com/open-power/skiboot/commit/4b8cc05a9451>`__ Revert “TEMPORARY
+ HACK: Disable verifying VERSION”
+- `b6de35b6896a <https://github.com/open-power/skiboot/commit/b6de35b6896a>`__ hiomap: free ipmi
+ message in callback
+- `d513609b4f48 <https://github.com/open-power/skiboot/commit/d513609b4f48>`__ travis/ci: rework
+ Dockerfiles to produce build artifacts
+- `8d58ee17ea20 <https://github.com/open-power/skiboot/commit/8d58ee17ea20>`__ hiomap: fix missing
+ newline at end of ‘Flushing writes’ prlog()
+- `d10862e40cd8 <https://github.com/open-power/skiboot/commit/d10862e40cd8>`__ Run pollers in
+ time_wait() when not booting
+- `3dd480db1a69 <https://github.com/open-power/skiboot/commit/3dd480db1a69>`__ skiboot v6.0.10
+ release notes
+- `594cfacf0e41 <https://github.com/open-power/skiboot/commit/594cfacf0e41>`__ CI: Bump the Qemu we
+ build for CI testing
+- `52725306f495 <https://github.com/open-power/skiboot/commit/52725306f495>`__ skiboot 6.0.11
+ release notes
+- `971a1a0a620a <https://github.com/open-power/skiboot/commit/971a1a0a620a>`__ gcov: link in
+ ctors\* as newer GCC doesn’t group them all
+- `606a5a3d44e3 <https://github.com/open-power/skiboot/commit/606a5a3d44e3>`__ hiomap: quieten
+ warning on failing to move a window
+- `30f8a6006de4 <https://github.com/open-power/skiboot/commit/30f8a6006de4>`__ skiboot v6.0.13
+ release notes
+- `28bf1faf44cd <https://github.com/open-power/skiboot/commit/28bf1faf44cd>`__ ipmi: Reduce
+ ipmi_queue_msg_sync() polling loop time to 10ms
+- `8a2f8a3c12c6 <https://github.com/open-power/skiboot/commit/8a2f8a3c12c6>`__ skiboot v6.2-rc1
+ release notes
+- `50ea35c2d078 <https://github.com/open-power/skiboot/commit/50ea35c2d078>`__ Warn on long OPAL
+ calls
+- `b547df61bdad <https://github.com/open-power/skiboot/commit/b547df61bdad>`__ hdata/test:
+ workaround dtc bugs
+- `acb0f2160500 <https://github.com/open-power/skiboot/commit/acb0f2160500>`__ skiboot v6.0.14
+ release notes
+- `87b436c32ac8 <https://github.com/open-power/skiboot/commit/87b436c32ac8>`__ libpore: Sync p8
+ files, remove erroneous “IBM Confidential”
+- `37bce07eea2b <https://github.com/open-power/skiboot/commit/37bce07eea2b>`__ Don’t warn on “long”
+ OPAL_RESYNC_TIMEBASE calls
+- `10497d05169f <https://github.com/open-power/skiboot/commit/10497d05169f>`__ skiboot v6.2-rc2
+ release notes
+
+Vaibhav Jain (14):
+
+- `3754dba77ef5 <https://github.com/open-power/skiboot/commit/3754dba77ef5>`__ phb4: Reallocate
+ PEC2 DMA-Read engines to improve GPU-Direct bandwidth
+- `5690c5a8980f <https://github.com/open-power/skiboot/commit/5690c5a8980f>`__ doc: Add a man page
+ for OPAL_PCI_SET_PHB_CAPI_MODE
+- `ef9caad57e59 <https://github.com/open-power/skiboot/commit/ef9caad57e59>`__ phb4/capp: Update
+ DMA read engines set in APC_FSM_READ_MASK based on link-width
+- `ec954f764efe <https://github.com/open-power/skiboot/commit/ec954f764efe>`__ capp: Fix the capp
+ recovery timeout comparison
+- `1520d6a1e3aa <https://github.com/open-power/skiboot/commit/1520d6a1e3aa>`__ phb4: Don’t probe a
+ PHB if its garded
+- `5f728c53d42c <https://github.com/open-power/skiboot/commit/5f728c53d42c>`__ opal: use
+ for_each_safe to iterate over opal_syncers
+- `a6fca4819fd1 <https://github.com/open-power/skiboot/commit/a6fca4819fd1>`__ nvram: Fix a
+ possible NULL pointer de-ref in nvram_query_eq()
+- `09fabd68f732 <https://github.com/open-power/skiboot/commit/09fabd68f732>`__ phb4: Reset pfir and
+ nfir if new errors reported during ETU reset
+- `0f7868260709 <https://github.com/open-power/skiboot/commit/0f7868260709>`__ phb4: Re-factor
+ phb4_fenced() and introduce phb4_dump_pec_err_regs()
+- `2d7419274dfa <https://github.com/open-power/skiboot/commit/2d7419274dfa>`__ phb4/capp: Use link
+ width to allocate STQ engines to CAPP
+- `d5ebd5519dcd <https://github.com/open-power/skiboot/commit/d5ebd5519dcd>`__ phb4/capp: Update
+ the expected Eye-catcher for CAPP ucode lid
+- `c8e1d61ae2c9 <https://github.com/open-power/skiboot/commit/c8e1d61ae2c9>`__ phb4: Enable PHB
+ MMIO-0/1 Bars only when mmio window exists
+- `7cef472ed1fe <https://github.com/open-power/skiboot/commit/7cef472ed1fe>`__ opal/hmi: Wakeup the
+ cpu before reading core_fir
+- `999246716d2d <https://github.com/open-power/skiboot/commit/999246716d2d>`__ phb4/capp: Only
+ reset FIR bits that cause capp machine check
+
+Vaidyanathan Srinivasan (1):
+
+- `df5da053c459 <https://github.com/open-power/skiboot/commit/df5da053c459>`__ core/cpu: Fix memory
+ allocation for job array
+
+Vasant Hegde (9):
+
+- `ff576aa8187b <https://github.com/open-power/skiboot/commit/ff576aa8187b>`__ opal-prd: Fix
+ opal-prd crash
+- `15880d514e1f <https://github.com/open-power/skiboot/commit/15880d514e1f>`__ core/cpu: Call
+ memset with proper cpu_thread offset
+- `dd2dacf8ee06 <https://github.com/open-power/skiboot/commit/dd2dacf8ee06>`__ hdata: Fix dtc
+ warnings
+- `9d9395c3d542 <https://github.com/open-power/skiboot/commit/9d9395c3d542>`__ hdata: Make sure FW
+ feature name is not empty
+- `2fba868b5380 <https://github.com/open-power/skiboot/commit/2fba868b5380>`__ fsp/surv: Improve
+ log message
+- `70a7a3fdfa36 <https://github.com/open-power/skiboot/commit/70a7a3fdfa36>`__ hdata: Cleanup
+ get_hb_reserved_mem
+- `50d508c3cd62 <https://github.com/open-power/skiboot/commit/50d508c3cd62>`__ hdata: Make sure
+ reserved node name starts with “ibm,”
+- `904623dbbda4 <https://github.com/open-power/skiboot/commit/904623dbbda4>`__ FSP: Improve
+ Reset/Reload log message
+- `c94b5a9e9c32 <https://github.com/open-power/skiboot/commit/c94b5a9e9c32>`__ hdata/i2c: Skip
+ unknown device type
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _op-build-v2.2-rc1-patches-12:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-12:
+
+Commits
+~~~~~~~
+
+Artem Senichev (2):
+
+- `118e0a59c1a9 <https://github.com/open-power/vesnin-xml/commit/118e0a59c1a9>`__ Disable hidden
+ error logs in production mode
+- `4fb3a4b928a9 <https://github.com/open-power/vesnin-xml/commit/4fb3a4b928a9>`__ Add multiple nest
+ frequencies support
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _op-build-v2.2-rc1-patches-13:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-13:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (1):
+
+- `c488a6234d09 <https://github.com/open-power/witherspoon-xml/commit/c488a6234d09>`__ Added value
+ to TPM FRU ID
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+.. _op-build-v2.2-rc1-patches-14:
+
+Patches
+~~~~~~~
+
+.. _op-build-v2.2-rc1-commits-14:
+
+Commits
+~~~~~~~
+
+Adrian Barrera (1):
+
+- `40bf092f8f82 <https://github.com/open-power/zaius-xml/commit/40bf092f8f82>`__ Update GARD
+ settings per RAS testing
diff --git a/_sources/release-notes/v2.2.rst.txt b/_sources/release-notes/v2.2.rst.txt
new file mode 100644
index 0000000..db64abf
--- /dev/null
+++ b/_sources/release-notes/v2.2.rst.txt
@@ -0,0 +1,5159 @@
+Release Notes for OpenPower Firmware v2.2
+=========================================
+
+op-build v2.2 was released on Friday March 8th, 2019. It is the new stable release of op-build,
+following on from v2.1, first released on July 12th, 2018.
+
+op-build v2.2 contains all the fixes as of op-build v2.0.14, and we expect to continue to do stable
+2.0.y releases of v2.0 into the forseeable future. We do not expect to do any stable releases of
+v2.1.
+
+There have been a lot of changes since op-build v2.1 (it’s been a long time between drinks), we hope
+to return to a more regular schedule of releases going forward, with op-build v2.3 following very
+shortly after v2.2, before moving to what we think will be a 3 month release cycle. We’ve been
+spending some time between firmware teams inside IBM to plan for something we can reliably commit
+to, and prevent these long breaks in the future.
+
+Over op-build v2.1, this release contains the following changes:
+
+Removed platforms
+-----------------
+
+- openpower_p9_mambo Removed as it was identical to the openpower_mambo platform.
+
+Updated Packages
+----------------
+
++-------------------+---------------+-----------------+--------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++===================+===============+=================+============================================+
+| busybox | 1.28.4 | 1.29.3 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| dtc | 1.4.4 | 1.4.7 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| elfutils | 0.169 | 0.174 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| ethtool | 4.15 | 4.16 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| glibc | glibc-2.27-57 | glibc-2.28-69-g | witherspoon, p9dsu, zaius, habanero, |
+| | -g6c99e37f | 1e5c5303 | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| hcode | hw061618a.920 | hw022319a.930 | witherspoon, p9dsu, zaius, |
+| | | | witherspoon_dev, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| hostboot | 876b79aacd9b | 37e67698be56 | witherspoon, p9dsu, zaius, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| hostboot | 16f11c2e9b10 | 37e67698be56 | witherspoon_dev |
++-------------------+---------------+-----------------+--------------------------------------------+
+| hostboot-binaries | hw070718b.920 | hw021419a.930 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, witherspoon_dev, |
+| | | | firestone, palmetto, vesnin, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| hostboot-p8 | d3025f5d7ddd | a3b0cb929cbf | habanero, garrison, barreleye, firestone, |
+| | | | palmetto, vesnin |
++-------------------+---------------+-----------------+--------------------------------------------+
+| ima-catalog | 6a1fd25458a4 | 3d30c7aca6c8 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, witherspoon_dev, |
+| | | | firestone, palmetto, vesnin, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| kmod | 24 | 25 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| libflash | v5.10.1 | v6.2 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | witherspoon_dev, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| linux | 4.17.4 | 4.19.26 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| linux-firmware | 65b1c68c63f9 | 44d4fca9922a | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| linux-headers | 4.17.4 | 4.19.26 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| lvm2 | 2.02.173 | 2.02.180 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | 2494a4306565 | 9df12d2653f2 | firestone |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | 19a516499e10 | c5c35cb575ed | garrison |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | 6a78496c286e | c3998a513e1f | habanero |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | c6f563966e9f | 19aa4d3a0f0b | palmetto |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | b788f99848d6 | 741046046ec3 | romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | dda5b93d90b6 | c994a1815bcb | vesnin |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | 7cd20a6ac8fe | f7cffdbe00f6 | witherspoon |
++-------------------+---------------+-----------------+--------------------------------------------+
+| machine-xml | f9eeb2840947 | 6f6b5efd3279 | zaius |
++-------------------+---------------+-----------------+--------------------------------------------+
+| occ | 5c01b5476e8f | 12c8088a32c5 | witherspoon, p9dsu, zaius, |
+| | | | witherspoon_dev, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| occ-p8 | 28f2cec690b7 | a2856b77a618 | habanero, firenze, garrison, barreleye, |
+| | | | openpower_mambo, pseries, firestone, |
+| | | | palmetto, vesnin |
++-------------------+---------------+-----------------+--------------------------------------------+
+| openpower-pnor | f6d970c6a600 | 0aeae23bd0c68 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, witherspoon_dev, |
+| | | | firestone, palmetto, vesnin, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| petitboot | 1.8.0 | v1.10.2 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| sbe | fad6732f2270f | 2e253cebdaff | witherspoon, p9dsu, zaius, |
+| | | | witherspoon_dev, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| skiboot | v6.1 | v6.2.2 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+| util-linux | 2.32 | 2.32.1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, |
+| | | | openpower_mambo, witherspoon_dev, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++-------------------+---------------+-----------------+--------------------------------------------+
+
+New Packages
+------------
+
++--------------------------------+--------------------------------+--------------------------------+
+| Package | Version | Platforms |
++================================+================================+================================+
+| libaio | 0.3.111 | witherspoon,p9dsu,zaius,habane |
+| | | ro,firenze,garrison,barreleye, |
+| | | openpower_mambo,witherspoon_de |
+| | | v,pseries,firestone,palmetto,v |
+| | | esnin,zz,romulus |
++--------------------------------+--------------------------------+--------------------------------+
+| linux-firmware | 44d4fca9922a | vesnin |
++--------------------------------+--------------------------------+--------------------------------+
+| sudo | 1.8.23 | witherspoon,p9dsu,zaius,habane |
+| | | ro,firenze,garrison,barreleye, |
+| | | openpower_mambo,witherspoon_de |
+| | | v,pseries,firestone,palmetto,v |
+| | | esnin,zz,romulus |
++--------------------------------+--------------------------------+--------------------------------+
+
+Removed Packages
+----------------
+
++---------------+--------------+-------------------------------------------------+
+| Package | Version | Platforms |
++===============+==============+=================================================+
+| common-p8-xml | e02b6f6ddd5f | witherspoon,p9dsu,zaius,witherspoon_dev,romulus |
++---------------+--------------+-------------------------------------------------+
+| occ | 5c01b5476e8f | zz |
++---------------+--------------+-------------------------------------------------+
+| openpower-mrw | 0729a4a68c0e | witherspoon,p9dsu,zaius,witherspoon_dev,romulus |
++---------------+--------------+-------------------------------------------------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+.. _patches-2.2-1:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-1:
+
+Commits
+~~~~~~~
+
+Samuel Mendoza-Jonas (1):
+
+- `7491fd532ce4 <https://github.com/open-power/firestone-xml/commit/7491fd532ce4>`__ Fix
+ IBSCOM_MCS_BASE_ADDR formatting
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+.. _patches-2.2-2:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-2:
+
+Commits
+~~~~~~~
+
+Joel Stanley (1):
+
+- `1a7255c95008 <https://github.com/open-power/garrison-xml/commit/1a7255c95008>`__ Fix
+ IBSCOM_MCS_BASE_ADDR value
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+.. _patches-2.2-3:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-3:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `c7adf3d2e5d1 <https://github.com/open-power/habanero-xml/commit/c7adf3d2e5d1>`__ Add System Fw
+ Fru Id
+
+Joel Stanley (1):
+
+- `0c79a27379bd <https://github.com/open-power/habanero-xml/commit/0c79a27379bd>`__ Fix
+ IBSCOM_MCS_BASE_ADDR value
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+.. _patches-2.2-4:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-4:
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `28e636043531 <https://github.com/open-power/hcode/commit/28e636043531>`__ Set GPMMR
+ RESET_STATE_INDICATOR
+
+Anusha Reddy Rangareddygari (3):
+
+- `9d9a20de2e4b <https://github.com/open-power/hcode/commit/9d9a20de2e4b>`__ Adding a fapi_assert
+ to flag error if PPE is not halted.
+- `b2a1839e628a <https://github.com/open-power/hcode/commit/b2a1839e628a>`__ p9_pibms_reg_dump,
+ p9_pibmem_dump updates
+- `09387cb3aeef <https://github.com/open-power/hcode/commit/09387cb3aeef>`__ Removing check on sbe
+ region fence
+
+Ben Gass (3):
+
+- `2041e71b44a7 <https://github.com/open-power/hcode/commit/2041e71b44a7>`__ Add support for p9c
+ 1.2
+- `52a1900d8439 <https://github.com/open-power/hcode/commit/52a1900d8439>`__ Add support for p9c
+ 1.2
+- `e91574e22285 <https://github.com/open-power/hcode/commit/e91574e22285>`__ Add support for p9c
+ 1.2
+
+Brian Vanderpool (10):
+
+- `e3d105d276b3 <https://github.com/open-power/hcode/commit/e3d105d276b3>`__ STOP: Clear CPPM_PECES
+ on entry during power save cycle to prevent wakeup events
+- `0d334632a4fc <https://github.com/open-power/hcode/commit/0d334632a4fc>`__ Enable CME IAR trace
+ and remove stall events from trace
+- `2770649588ff <https://github.com/open-power/hcode/commit/2770649588ff>`__ STOP: PCBMux Savior
+ version 2 + TLBIE workaround
+- `387d0dff2475 <https://github.com/open-power/hcode/commit/387d0dff2475>`__ STOP: Scom Restore
+ version 2
+- `127b1eca3e84 <https://github.com/open-power/hcode/commit/127b1eca3e84>`__ STOP: Release the PCB
+ Atomic lock on aborted Stop 11 entry
+- `69de20ee7f49 <https://github.com/open-power/hcode/commit/69de20ee7f49>`__ This reverts the stop
+ 1 commits
+- `927a4ffbc292 <https://github.com/open-power/hcode/commit/927a4ffbc292>`__ STOP: Move delay after
+ LPID change to before asserting quiesce
+- `0999eb2d7378 <https://github.com/open-power/hcode/commit/0999eb2d7378>`__ STOP: Give SGPE
+ control over VDM, DPLL before turning off Jump protect and VDMs
+- `585ebdd5ad02 <https://github.com/open-power/hcode/commit/585ebdd5ad02>`__ STOP: Fix DB2 message
+ for DD1
+- `22782e49d66c <https://github.com/open-power/hcode/commit/22782e49d66c>`__ STOP: Clear CPPM_PECES
+ on entry during power save cycle to prevent wakeup events
+
+Chris Steffen (1):
+
+- `6d1fd2cc84e1 <https://github.com/open-power/hcode/commit/6d1fd2cc84e1>`__ Alink Hot Repair Fix
+
+Christopher M. Riedl (5):
+
+- `d1883eb35452 <https://github.com/open-power/hcode/commit/d1883eb35452>`__ Pstate: Resonant
+ Clocking Enablement - CME Hcode
+- `6b5e4bb67b41 <https://github.com/open-power/hcode/commit/6b5e4bb67b41>`__ Pstate: Remove legacy
+ VDM code
+- `212a68631c93 <https://github.com/open-power/hcode/commit/212a68631c93>`__ Pstate: VDM Enablement
+- `2815449e8a63 <https://github.com/open-power/hcode/commit/2815449e8a63>`__ PM: Implement L2
+ Resclk Function
+- `1257a0854ca3 <https://github.com/open-power/hcode/commit/1257a0854ca3>`__ IOTA
+
+Claus Michael Olsen (3):
+
+- `57bbd2874a93 <https://github.com/open-power/hcode/commit/57bbd2874a93>`__ Cleanup: Updated Mvpd
+ access function and removal of unused rings
+- `68ddc7db4986 <https://github.com/open-power/hcode/commit/68ddc7db4986>`__ Infrastructure support
+ for new MC OMI rings for Axone
+- `3c3a12adec74 <https://github.com/open-power/hcode/commit/3c3a12adec74>`__ OCMB explorer
+ initCompiler support
+
+Douglas Gilbert (2):
+
+- `ed9af7a17733 <https://github.com/open-power/hcode/commit/ed9af7a17733>`__ HCODE Make divide
+ using DERP/DORP atomic
+- `f38abc883f4a <https://github.com/open-power/hcode/commit/f38abc883f4a>`__ HCODE: Add git commit
+ to version field for QPMR, PPMR, and CPMR
+
+Greg Still (5):
+
+- `dc65a4916ce5 <https://github.com/open-power/hcode/commit/dc65a4916ce5>`__ PM: clear Hcode error
+ injection bits upon injection and malf alert
+- `b342ec7d38cc <https://github.com/open-power/hcode/commit/b342ec7d38cc>`__ SGPE and CME scanning
+ integration
+- `1dcc359d6da6 <https://github.com/open-power/hcode/commit/1dcc359d6da6>`__ PM: clear Hcode error
+ injection bits upon injection and malf alert
+- `d11796515369 <https://github.com/open-power/hcode/commit/d11796515369>`__ SMF: SBE updates for
+ SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
+- `962e9921c88b <https://github.com/open-power/hcode/commit/962e9921c88b>`__ SMF: clear HRMOR[15]
+ in all modes so that secure mode won’t hang core
+
+Gregory S. Still (5):
+
+- `5762d99877f8 <https://github.com/open-power/hcode/commit/5762d99877f8>`__ Revert “Self Restore:
+ Integrated support for build of self-restore code in EKB.”
+- `51932dc44266 <https://github.com/open-power/hcode/commit/51932dc44266>`__ Revert “Self Restore:
+ Integrated support for build of self-restore code in EKB.”
+- `b68dcc1aa28b <https://github.com/open-power/hcode/commit/b68dcc1aa28b>`__ Revert “PM: OCC<>PGPE
+ interface for P9+”
+- `bb9e53906b0a <https://github.com/open-power/hcode/commit/bb9e53906b0a>`__ Revert “Self Restore:
+ Integrated support for build of self-restore code in EKB.”
+- `a6f1075b8955 <https://github.com/open-power/hcode/commit/a6f1075b8955>`__ Revert “Self Restore:
+ Integrated support for build of self-restore code in EKB.”
+
+Jenny Huynh (2):
+
+- `473b1f4620dd <https://github.com/open-power/hcode/commit/473b1f4620dd>`__ HW417560 NCU master
+ tlbie settings tuning
+- `08985a7d51c3 <https://github.com/open-power/hcode/commit/08985a7d51c3>`__ Secure memory
+ allocation and setup
+
+Joe McGill (2):
+
+- `8fde47008ae5 <https://github.com/open-power/hcode/commit/8fde47008ae5>`__ FBC TDM recovery – PPE
+ update, clear recal_abort, pdwn unconnected lanes
+- `a98ec3b12009 <https://github.com/open-power/hcode/commit/a98ec3b12009>`__ Change CME BCE reads
+ to always use VG scope
+
+Michael Floyd (5):
+
+- `060a3ae8b3a1 <https://github.com/open-power/hcode/commit/060a3ae8b3a1>`__ STOP: Support to
+ unfreeze IMA after self-restore
+- `b46f051b9884 <https://github.com/open-power/hcode/commit/b46f051b9884>`__ STOP: Actually enable
+ Manual Stop1 for Nimbus DD1 to fix the PSSCR PLS reporting
+- `51a2d2a61147 <https://github.com/open-power/hcode/commit/51a2d2a61147>`__ STOP: Fix STOP1
+ correctly for DD1 Workaround
+- `0fea3b073537 <https://github.com/open-power/hcode/commit/0fea3b073537>`__ Fix DD LEVEL to
+ support minor ECs
+- `d520bc71a080 <https://github.com/open-power/hcode/commit/d520bc71a080>`__ CME Code Size
+ Reduction ATTEMPT#3
+
+Prasad Bg Ranganath (2):
+
+- `08ca175ac7d3 <https://github.com/open-power/hcode/commit/08ca175ac7d3>`__ Putring support for
+ SGPE platform
+- `90d69ca63b67 <https://github.com/open-power/hcode/commit/90d69ca63b67>`__ STOP:Dont clear
+ pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
+
+Prem Shanker Jha (29):
+
+- `edbff4367d05 <https://github.com/open-power/hcode/commit/edbff4367d05>`__ STOP API: API
+ conditionally supports 255 SCOM restore entries for each quad.
+- `66176a78c769 <https://github.com/open-power/hcode/commit/66176a78c769>`__ PM: Added support for
+ enable disable of 24x7 IMA.
+- `2f1b55d0784a <https://github.com/open-power/hcode/commit/2f1b55d0784a>`__ EQ SCOM Restore:
+ Introduced version control in SCOM restore entry.
+- `c5e1d1e154fa <https://github.com/open-power/hcode/commit/c5e1d1e154fa>`__ Hcode Injection: Adds
+ hcode error injection capability.
+- `2c4a28977ea7 <https://github.com/open-power/hcode/commit/2c4a28977ea7>`__ SCOM Restore:
+ Increased max eq scom restores entries supported to 255.
+- `058ab063c16f <https://github.com/open-power/hcode/commit/058ab063c16f>`__ SCOM Restore: Handle
+ case of old HB and new STOP API case.
+- `64f1e841cc66 <https://github.com/open-power/hcode/commit/64f1e841cc66>`__ SCOM Restore: Updated
+ EQ SCOM Restore logic.
+- `ffe69c747671 <https://github.com/open-power/hcode/commit/ffe69c747671>`__ UV Support: CME Hcode
+ changes to enable STOP entry exit in SMF mode.
+- `5477b13b8aa1 <https://github.com/open-power/hcode/commit/5477b13b8aa1>`__ Self Restore:
+ Integrated build with rest of the EKB build flow.
+- `52a11a1d8cc7 <https://github.com/open-power/hcode/commit/52a11a1d8cc7>`__ Revert “Self Restore:
+ Integrated build with rest of the EKB build flow.”
+- `00771fa993da <https://github.com/open-power/hcode/commit/00771fa993da>`__ Self Restore:
+ Integrated support for build of self-restore code in EKB.
+- `c919d9d0b0a5 <https://github.com/open-power/hcode/commit/c919d9d0b0a5>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `d7e8d7883577 <https://github.com/open-power/hcode/commit/d7e8d7883577>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `3061db3d69ee <https://github.com/open-power/hcode/commit/3061db3d69ee>`__ STOP API: Changes for
+ SMF and SPR self save
+- `0adc4f9c9733 <https://github.com/open-power/hcode/commit/0adc4f9c9733>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `56c7b556aa46 <https://github.com/open-power/hcode/commit/56c7b556aa46>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `df7b1f86b421 <https://github.com/open-power/hcode/commit/df7b1f86b421>`__ Img Build: HOMER
+ changes for SMF and SPR self save.
+- `12ef819fb295 <https://github.com/open-power/hcode/commit/12ef819fb295>`__ Self Restore:
+ Integrated build with rest of the EKB build flow.
+- `03fb4ce48575 <https://github.com/open-power/hcode/commit/03fb4ce48575>`__ Revert “Self Restore:
+ Integrated build with rest of the EKB build flow.”
+- `2f1739a53581 <https://github.com/open-power/hcode/commit/2f1739a53581>`__ Self Restore:
+ Integrated support for build of self-restore code in EKB.
+- `7bb39027bdf6 <https://github.com/open-power/hcode/commit/7bb39027bdf6>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `31fe5db5426e <https://github.com/open-power/hcode/commit/31fe5db5426e>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `1762a6ef1dc9 <https://github.com/open-power/hcode/commit/1762a6ef1dc9>`__ Self Restore: Changes
+ for SMF and SPR self save.
+- `1b71d5d08868 <https://github.com/open-power/hcode/commit/1b71d5d08868>`__ Self Save: Fixed bugs
+ pertaining to SPR self save.
+- `41a92e1e1fc1 <https://github.com/open-power/hcode/commit/41a92e1e1fc1>`__ VDM(Part 1):
+ Introduced new members in CME and CPMR image headers
+- `802577fb1316 <https://github.com/open-power/hcode/commit/802577fb1316>`__ Self Restore:
+ Integrated build with rest of the EKB build flow.
+- `f824d8dfc016 <https://github.com/open-power/hcode/commit/f824d8dfc016>`__ Revert “Self Restore:
+ Integrated build with rest of the EKB build flow.”
+- `26bd09ea49d9 <https://github.com/open-power/hcode/commit/26bd09ea49d9>`__ Self Restore:
+ Integrated support for build of self-restore code in EKB.
+- `1d9d13289fa9 <https://github.com/open-power/hcode/commit/1d9d13289fa9>`__ Self Restore:
+ Integrated support for build of self-restore code in EKB.
+
+Rahul Batra (27):
+
+- `777fb2ed5684 <https://github.com/open-power/hcode/commit/777fb2ed5684>`__ PGPE: Fixes and
+ Cleanup for Mfg/Char team
+- `985248cf55ed <https://github.com/open-power/hcode/commit/985248cf55ed>`__ OCC Flags/OCC Scratch
+ Updates
+- `6b56b1459f58 <https://github.com/open-power/hcode/commit/6b56b1459f58>`__ PSTATE: CME
+ refactoring and cleanup
+- `40edb9bed0e8 <https://github.com/open-power/hcode/commit/40edb9bed0e8>`__ PM: PGPE-SGPE Common
+ Code Updates
+- `b87f07ac673a <https://github.com/open-power/hcode/commit/b87f07ac673a>`__ PM: Inter-PPM controls
+ enablement and VDMCFG
+- `f8af7be16849 <https://github.com/open-power/hcode/commit/f8af7be16849>`__ PM: PMSR Update Fixes
+- `4f3d1f8ad891 <https://github.com/open-power/hcode/commit/4f3d1f8ad891>`__ PGPE:
+ STOP11+WOF+SafeMode Fixes
+- `c9cb39853b5c <https://github.com/open-power/hcode/commit/c9cb39853b5c>`__ WOF: More Phase 2
+ Fixes
+- `dc1e756bfc15 <https://github.com/open-power/hcode/commit/dc1e756bfc15>`__ PGPE: Error Handling
+ Support
+- `314a7a3990a1 <https://github.com/open-power/hcode/commit/314a7a3990a1>`__ PM: Fixes for Livelock
+ Scenarios
+- `1dda31245982 <https://github.com/open-power/hcode/commit/1dda31245982>`__ CME: Process DB0
+ inside intercme_msg_handler
+- `299fb1c3181c <https://github.com/open-power/hcode/commit/299fb1c3181c>`__ PGPE: ACK pending IPCs
+ upon fault with Pstates Stopped
+- `299a9ff24994 <https://github.com/open-power/hcode/commit/299a9ff24994>`__ PGPE: Don’t set EE=1
+ in CME Err Handler
+- `a4a2740828dd <https://github.com/open-power/hcode/commit/a4a2740828dd>`__ PGPE: Use correct VPD
+ Pts for VDD to Pstate intp.
+- `0c9db2e5070a <https://github.com/open-power/hcode/commit/0c9db2e5070a>`__ PM: Add Fields in OCC
+ Comp. Shr SRAM (1/4)
+- `96d494c43265 <https://github.com/open-power/hcode/commit/96d494c43265>`__ PM: Move SGPE/PGPE
+ Region and update QPMR/PPMR(2/4)
+- `888eabf3c65b <https://github.com/open-power/hcode/commit/888eabf3c65b>`__ PM:Fill SGPE/PGPE
+ regions fields in QPMR/PPMR(3/4)
+- `4576fce87893 <https://github.com/open-power/hcode/commit/4576fce87893>`__ PGPE: Only ack pending
+ Quad Exit on WOF Disable
+- `6c9d78a1f206 <https://github.com/open-power/hcode/commit/6c9d78a1f206>`__ PM: Clean Up PROLOG
+- `9bc92eb0e169 <https://github.com/open-power/hcode/commit/9bc92eb0e169>`__ PM: Fix default aux
+ task
+- `e085a963007d <https://github.com/open-power/hcode/commit/e085a963007d>`__ PM: OCC<>PGPE
+ interface for P9+
+- `9b0e0c73659f <https://github.com/open-power/hcode/commit/9b0e0c73659f>`__ PGPE: WOV HW procs and
+ Global Parm updates (2/3)
+- `e5e276106c9e <https://github.com/open-power/hcode/commit/e5e276106c9e>`__ PGPE: WOV Hcode
+ Updates (3/3)
+- `49a2d8e9c294 <https://github.com/open-power/hcode/commit/49a2d8e9c294>`__ PGPE: WOV Fixes
+- `211c48c95e7d <https://github.com/open-power/hcode/commit/211c48c95e7d>`__ PGPE: Write magic
+ number in HcodeOCCShared struct
+- `7f3dc3dd47ac <https://github.com/open-power/hcode/commit/7f3dc3dd47ac>`__ PM: OCC<>PGPE
+ Interface for P9+
+- `d0628e156378 <https://github.com/open-power/hcode/commit/d0628e156378>`__ PGPE: Use busy-wait
+ instead of PK_SLEEP for delay
+
+Raja Das (1):
+
+- `dcf37eba122b <https://github.com/open-power/hcode/commit/dcf37eba122b>`__ Re-used loader_data
+ section to pibmem repair scom data for Axone
+
+Richard J. Knight (1):
+
+- `62d33641fb57 <https://github.com/open-power/hcode/commit/62d33641fb57>`__ update gerrit hostname
+ for server migration
+
+Yue Du (131):
+
+- `9fa0bca8256d <https://github.com/open-power/hcode/commit/9fa0bca8256d>`__ STOP: Fix Srr1 wrongly
+ reported upon special wakeup
+- `9cf14ad78bee <https://github.com/open-power/hcode/commit/9cf14ad78bee>`__ STOP: Fix CME Special
+ Attention handling
+- `b187d9dec127 <https://github.com/open-power/hcode/commit/b187d9dec127>`__ STOP: Clean up stop
+ state after aborted L3 purge during Stop 11 entry
+- `50d85ba05425 <https://github.com/open-power/hcode/commit/50d85ba05425>`__ STOP: Fix Core Special
+ Wakeup window condition
+- `2f063536057b <https://github.com/open-power/hcode/commit/2f063536057b>`__ PM: PGPE hang fix
+ during VDM droop workaround
+- `b46364f8852b <https://github.com/open-power/hcode/commit/b46364f8852b>`__ STOP: Fix Stop1 Window
+ conditions
+- `6d438cd34f57 <https://github.com/open-power/hcode/commit/6d438cd34f57>`__ STOP: Fix hole in
+ 62403
+- `369bb2085bc9 <https://github.com/open-power/hcode/commit/369bb2085bc9>`__ STOP: remove chiplet
+ enable drop in core_poweron for multicast scom
+- `335521ff5c3c <https://github.com/open-power/hcode/commit/335521ff5c3c>`__ STOP: Fix VDM Droop
+ Event DB3 Window condition breaking STOP
+- `8ee920ea7232 <https://github.com/open-power/hcode/commit/8ee920ea7232>`__ first draft of
+ ppe_closed/cme & sgpe, and common/pmlib/
+- `64616b74284e <https://github.com/open-power/hcode/commit/64616b74284e>`__ CME/SGPE: Complete
+ Working STOP8 CME/SGPE Images Snapshot
+- `5f2e6f8d81d6 <https://github.com/open-power/hcode/commit/5f2e6f8d81d6>`__ CME/SGPE: STOP11
+ CME/SGPE Images Snapshot
+- `bfede8ec480a <https://github.com/open-power/hcode/commit/bfede8ec480a>`__ Combined Stop/PState
+ Cme Image + unified interrupt handler
+- `61af8a881aae <https://github.com/open-power/hcode/commit/61af8a881aae>`__ CME/SGPE: update stop
+ cme/sgpe images
+- `bc9bb572d403 <https://github.com/open-power/hcode/commit/bc9bb572d403>`__ CME/SGPE: Optimus
+ Prime approves these upgrade of STOP images
+- `79e84aa28337 <https://github.com/open-power/hcode/commit/79e84aa28337>`__ CME/SGPE: STOP Images
+ functional bug fix collection
+- `6a5a238342c0 <https://github.com/open-power/hcode/commit/6a5a238342c0>`__ CME/SGPE: STOP image
+ updates and fixes
+- `812806005f0e <https://github.com/open-power/hcode/commit/812806005f0e>`__ CME/SGPE: yet another
+ updating commit for stop images
+- `03a1c325e27f <https://github.com/open-power/hcode/commit/03a1c325e27f>`__ STOP: Hcode SPWU
+ replacing auto spwu
+- `43ed89a56b77 <https://github.com/open-power/hcode/commit/43ed89a56b77>`__ HB: fix HB core boot
+ resulting cme boot
+- `4d137bc45835 <https://github.com/open-power/hcode/commit/4d137bc45835>`__ STOP Image updates
+- `bfc2e785e03f <https://github.com/open-power/hcode/commit/bfc2e785e03f>`__ STOP: clear EISR
+ pm_active in entry catchup case.
+- `db26cbf27922 <https://github.com/open-power/hcode/commit/db26cbf27922>`__ STOP: enable cme trace
+ array before cme boot in SGPE
+- `6237da008ba3 <https://github.com/open-power/hcode/commit/6237da008ba3>`__ STOP: logic hole in L2
+ purge abort causing core being 0 undetected
+- `08e215c16d75 <https://github.com/open-power/hcode/commit/08e215c16d75>`__ STOP: fix variable
+ spin being defined under epm_tunning enabled
+- `5e742844d0d6 <https://github.com/open-power/hcode/commit/5e742844d0d6>`__ STOP: Cache Scom
+ Restore(without copy to Sram)
+- `395eb7ab9d95 <https://github.com/open-power/hcode/commit/395eb7ab9d95>`__ STOP: DD2 - abort
+ entry on attn/recov + skip power off on OOB bits
+- `5e3e7f755b40 <https://github.com/open-power/hcode/commit/5e3e7f755b40>`__ STOP: scominit adding
+ initfile calls
+- `add78b915e7e <https://github.com/open-power/hcode/commit/add78b915e7e>`__ STOP: Set chiplet ids
+ in sgpe and cme
+- `aee37bdb6f32 <https://github.com/open-power/hcode/commit/aee37bdb6f32>`__ STOP: SGPE IPC support
+ for WOF
+- `ee432a5c78b9 <https://github.com/open-power/hcode/commit/ee432a5c78b9>`__ STOP: Enable
+ DLS+ManualStop1 Fix for DD1
+- `c47b00594dd0 <https://github.com/open-power/hcode/commit/c47b00594dd0>`__ STOP: Stop cme trace
+ array and halt CME before stop cache clocks
+- `1cacd2e47afb <https://github.com/open-power/hcode/commit/1cacd2e47afb>`__ STOP: prevent ppe wait
+ cycle being compiled out by compiler
+- `e5cbaf622642 <https://github.com/open-power/hcode/commit/e5cbaf622642>`__ STOP: Clear up todo
+ items in STOP and mark them with RTC
+- `7a8ac99b193a <https://github.com/open-power/hcode/commit/7a8ac99b193a>`__ STOP: Fix CME halt in
+ sgpe entry to check partial good ex
+- `8045ce18d2f1 <https://github.com/open-power/hcode/commit/8045ce18d2f1>`__ HW398205: fix cme
+ entry abort changed irq masking assumption
+- `9636f085a381 <https://github.com/open-power/hcode/commit/9636f085a381>`__ STOP: optimize size of
+ stop images
+- `147aa0e27bfb <https://github.com/open-power/hcode/commit/147aa0e27bfb>`__ STOP: Fix L2 purge
+ abort by pc interrupt on core handoff to sgpe
+- `23699f0f507c <https://github.com/open-power/hcode/commit/23699f0f507c>`__ STOP: move drop few
+ quiesces from l2/cache startclocks to scomcust
+- `b8fd2c796b1e <https://github.com/open-power/hcode/commit/b8fd2c796b1e>`__ IPL/Stop: Assert
+ ABIST_SRAM_MODE_DC to support ABIST Recovery
+- `ca38deeb68d3 <https://github.com/open-power/hcode/commit/ca38deeb68d3>`__ STOP: Fix optimize
+ size and quad spwu issue of EIMR bookkeep
+- `8f9b2870e788 <https://github.com/open-power/hcode/commit/8f9b2870e788>`__ Hcode: Create
+ centralized memory map headers
+- `2b66fcf8c509 <https://github.com/open-power/hcode/commit/2b66fcf8c509>`__ STOP: Change ring_save
+ structure to 0xfff3fc00 PDA location
+- `e3f788c9832f <https://github.com/open-power/hcode/commit/e3f788c9832f>`__ STOP: Atomic lock of
+ cache clock controller and PCB slave
+- `c2290bc9dcd9 <https://github.com/open-power/hcode/commit/c2290bc9dcd9>`__ STOP: FIX phantom
+ wakeup vs. wakeup_notify_select
+- `0bd58a1ae4cd <https://github.com/open-power/hcode/commit/0bd58a1ae4cd>`__ STOP: Acquire pcbmux
+ after assert glsmux in cme exit
+- `397e4a685a0a <https://github.com/open-power/hcode/commit/397e4a685a0a>`__ STOP: Conditional
+ compile current error check to save cme size
+- `2f993351fce4 <https://github.com/open-power/hcode/commit/2f993351fce4>`__ STOP: writing all 1s
+ to lpid of each thread regardless fuse or not
+- `4e43fe99fdd5 <https://github.com/open-power/hcode/commit/4e43fe99fdd5>`__ STOP: DD2 set
+ PPM_WRITE_DISABLE along with wakeup_notify_select
+- `d306208678bf <https://github.com/open-power/hcode/commit/d306208678bf>`__ STOP: Using PANIC
+ codes at every pk_halt
+- `42983359df3b <https://github.com/open-power/hcode/commit/42983359df3b>`__ STOP: IPC Fixes
+- `018efbd5a68a <https://github.com/open-power/hcode/commit/018efbd5a68a>`__ STOP: Recent Lab Fixes
+- `c8a51c06776a <https://github.com/open-power/hcode/commit/c8a51c06776a>`__ STOP: express
+ processing targets of stop1/2 and stop5/8 exit
+- `53f1e7456266 <https://github.com/open-power/hcode/commit/53f1e7456266>`__ STOP: UIH updates on
+ trace and phantom interrupt handling
+- `14430f595c58 <https://github.com/open-power/hcode/commit/14430f595c58>`__ STOP: clear PCBMUX
+ disable from STOP Exit instead of SGPE INIT
+- `595dfc61ace3 <https://github.com/open-power/hcode/commit/595dfc61ace3>`__ STOP: Fix express
+ processing commit
+- `3a274b8ce7a8 <https://github.com/open-power/hcode/commit/3a274b8ce7a8>`__ STOP: Enable CHTM
+- `25e3908c810f <https://github.com/open-power/hcode/commit/25e3908c810f>`__ STOP: DD2 workaround
+ toggling pm_exit and wakeup without lpid ram
+- `4214195803a4 <https://github.com/open-power/hcode/commit/4214195803a4>`__ STOP: Add global
+ checkstop FIR check in CME/SGPE
+- `da5fbae2bce5 <https://github.com/open-power/hcode/commit/da5fbae2bce5>`__ STOP: enable
+ decrementor wakeup
+- `42ddb69355b9 <https://github.com/open-power/hcode/commit/42ddb69355b9>`__ STOP: SGPE fixes for
+ PGPE Interaction
+- `dbc5a4d27789 <https://github.com/open-power/hcode/commit/dbc5a4d27789>`__ STOP: Fix
+ FABRIC_PUMP_MODE plumbing in stop images
+- `8e8f54fb5906 <https://github.com/open-power/hcode/commit/8e8f54fb5906>`__ STOP: Stop1 overall
+ fix
+- `4404541f4c43 <https://github.com/open-power/hcode/commit/4404541f4c43>`__ STOP: Fix STOP1 with
+ Powermixer
+- `a7817cd22ca3 <https://github.com/open-power/hcode/commit/a7817cd22ca3>`__ STOP: Fix hostboot
+ stop level mapping
+- `e1b9fa3165f7 <https://github.com/open-power/hcode/commit/e1b9fa3165f7>`__ STOP: Move Stop 8 code
+ from CME to SGPE for CME space savings
+- `d5c4e6d6eb3c <https://github.com/open-power/hcode/commit/d5c4e6d6eb3c>`__ STOP: move CME
+ scominits from corequad_init to SGPE
+- `8d6afc648185 <https://github.com/open-power/hcode/commit/8d6afc648185>`__ STOP: NDD2 daul cast
+ workaround
+- `9e5e6987ce47 <https://github.com/open-power/hcode/commit/9e5e6987ce47>`__ STOP: Scrub \_ANR and
+ \_OR opcode from regular cme getscom
+- `3be7a025c4b4 <https://github.com/open-power/hcode/commit/3be7a025c4b4>`__ STOP: Fix suspend_stop
+ when threads are idle
+- `5ef29f4f0b44 <https://github.com/open-power/hcode/commit/5ef29f4f0b44>`__ STOP: block wakeup (+
+ block entry since patch 15)
+- `97d950e4fcf4 <https://github.com/open-power/hcode/commit/97d950e4fcf4>`__ STOP: Suspend stop to
+ cmes
+- `35e40d9f239a <https://github.com/open-power/hcode/commit/35e40d9f239a>`__ STOP: inline
+ called-once functions
+- `853ebdb748d0 <https://github.com/open-power/hcode/commit/853ebdb748d0>`__ STOP: Fix EPM Compiler
+ error
+- `1bdd5be3c625 <https://github.com/open-power/hcode/commit/1bdd5be3c625>`__ STOP: CME no state
+ loss causes stop level map
+- `4f79fd1521fa <https://github.com/open-power/hcode/commit/4f79fd1521fa>`__ STOP: Put PIG and
+ Notify_select back to back
+- `bb61e86407c9 <https://github.com/open-power/hcode/commit/bb61e86407c9>`__ STOP: collection of
+ small fixes
+- `dfe9fb6d5b26 <https://github.com/open-power/hcode/commit/dfe9fb6d5b26>`__ STOP: Remove sdisn dd1
+ workaround from dd2, add sync
+- `165be7914dd4 <https://github.com/open-power/hcode/commit/165be7914dd4>`__ STOP: Disable Stop8
+- `a785ba7bd82a <https://github.com/open-power/hcode/commit/a785ba7bd82a>`__ STOP: Stop5
+ Performance Boost and solve IPC issues
+- `46e554dd65d6 <https://github.com/open-power/hcode/commit/46e554dd65d6>`__ STOP: Fix Disable
+ Stop8 on L3 Purge Abort case
+- `879e075c8794 <https://github.com/open-power/hcode/commit/879e075c8794>`__ STOP: Fix
+ DISABLE_STOP8 broken HB in NDD1
+- `70ea2a3001f9 <https://github.com/open-power/hcode/commit/70ea2a3001f9>`__ STOP/EPM: Fix Stop5
+ history and marker reporting
+- `ef3b1c4fd9f6 <https://github.com/open-power/hcode/commit/ef3b1c4fd9f6>`__ STOP: Attempt to Fix
+ quad spwu caused incorrect flow
+- `5663ad1a0a6e <https://github.com/open-power/hcode/commit/5663ad1a0a6e>`__ STOP: Init code before
+ starting threads
+- `92e7e51217c7 <https://github.com/open-power/hcode/commit/92e7e51217c7>`__ STOP: Core Xstop
+ Injection
+- `1d91a624cd08 <https://github.com/open-power/hcode/commit/1d91a624cd08>`__ STOP: Fix NCU tlbie
+ quiesce and purge for disable_stop8
+- `c4dd66c7e905 <https://github.com/open-power/hcode/commit/c4dd66c7e905>`__ STOP: Fix PIG in L2
+ Resonant Clock support
+- `3a0701e16b0b <https://github.com/open-power/hcode/commit/3a0701e16b0b>`__ STOP/EPM: Fix EPM
+ marker
+- `1ca56324b31b <https://github.com/open-power/hcode/commit/1ca56324b31b>`__ STOP: Add Core quiesce
+ workaround to CME Fit Timer
+- `16c90472bc44 <https://github.com/open-power/hcode/commit/16c90472bc44>`__ STOP: Fix resonant
+ clock supprot for STOP11
+- `7e6359852b9c <https://github.com/open-power/hcode/commit/7e6359852b9c>`__ STOP: Fix VDM
+- `6bcca60d0b20 <https://github.com/open-power/hcode/commit/6bcca60d0b20>`__ STOP: Reenable STOP8
+ (without L2 resonant clock support)
+- `2f9abf6ea21a <https://github.com/open-power/hcode/commit/2f9abf6ea21a>`__ STOP: Core livelock
+ buster
+- `42f7f0722483 <https://github.com/open-power/hcode/commit/42f7f0722483>`__ STOP: Properly clear
+ DPLL unlock indication in dpll_setup
+- `8de4444d0bf0 <https://github.com/open-power/hcode/commit/8de4444d0bf0>`__ STOP: Fix VDM being
+ powered down through Stop2
+- `0d6d5a47ca19 <https://github.com/open-power/hcode/commit/0d6d5a47ca19>`__ STOP: Fix Dec Wakeup
+ on NDD2.1
+- `687e91a4bebc <https://github.com/open-power/hcode/commit/687e91a4bebc>`__ Revert PLL unlock
+ commits of 45102 and 46563
+- `84d1108a96f5 <https://github.com/open-power/hcode/commit/84d1108a96f5>`__ STOP: Fix Resonent
+ Clock Support for STOP11
+- `3f6199622ee9 <https://github.com/open-power/hcode/commit/3f6199622ee9>`__ STOP: Fix SGPE UIH
+ Messed up EIMR book keeping Error
+- `b5a192341afa <https://github.com/open-power/hcode/commit/b5a192341afa>`__ STOP: Fix SGPE IPC
+ acks causing UIH stack underflow
+- `9453b8d7ded6 <https://github.com/open-power/hcode/commit/9453b8d7ded6>`__ STOP: EX deconfigure
+ masking for EQ chiplet FIR
+- `7665beeefb58 <https://github.com/open-power/hcode/commit/7665beeefb58>`__ STOP/PState: SGPE/PGPE
+ Error Handling Support
+- `9b1b8717adaa <https://github.com/open-power/hcode/commit/9b1b8717adaa>`__ STOP: Fix PLS deepest
+ when stop4+ due to self restore wakeup
+- `69a928aa4bb2 <https://github.com/open-power/hcode/commit/69a928aa4bb2>`__ STOP: Update STOP
+ History with Stop8 for Srr1 state loss reporting
+- `55f1962e9611 <https://github.com/open-power/hcode/commit/55f1962e9611>`__ STOP: Fix SGPE stop
+ servicing wakeups
+- `23df9c72f523 <https://github.com/open-power/hcode/commit/23df9c72f523>`__ STOP: Fix Phantom PCWU
+ causing CME IOTA to halt
+- `6394ad5d5d44 <https://github.com/open-power/hcode/commit/6394ad5d5d44>`__ STOP: Block Wakeup
+ Mode Fixes for Phyp
+- `80df64dc8b8d <https://github.com/open-power/hcode/commit/80df64dc8b8d>`__ STOP: Fix Block Wakeup
+ Mode with Catchup and Abort cases
+- `504882800d12 <https://github.com/open-power/hcode/commit/504882800d12>`__ STOP: Abort Entry on
+ Error
+- `b85b02d31b6c <https://github.com/open-power/hcode/commit/b85b02d31b6c>`__ STOP: Support Suspend
+ Entry/Exit and Fix Pig Collision
+- `2daa7fda42f4 <https://github.com/open-power/hcode/commit/2daa7fda42f4>`__ STOP: Fix Data Machine
+ Check with PLS Fix
+- `1bd7fb127cf2 <https://github.com/open-power/hcode/commit/1bd7fb127cf2>`__ STOP: Fix Infinite
+ Stacking up Stop Processing led by Entry Abort
+- `d9226cd7ef3c <https://github.com/open-power/hcode/commit/d9226cd7ef3c>`__ STOP: Fix SGPE Active
+ Core Updates
+- `d1716d00737b <https://github.com/open-power/hcode/commit/d1716d00737b>`__ STOP: Fix History
+ Write Data Machine Check by PPM_WRITE_DISABLE
+- `a14e95a6f9a9 <https://github.com/open-power/hcode/commit/a14e95a6f9a9>`__ STOP: CME/SGPE Hcode
+ size reduction via global use of literals
+- `16516a11d74b <https://github.com/open-power/hcode/commit/16516a11d74b>`__ STOP: Fix Srr1 wrongly
+ reported upon special wakeup
+- `0b555c46d817 <https://github.com/open-power/hcode/commit/0b555c46d817>`__ STOP: Fix leftover
+ wakeup aborting next entry
+- `4c395be55c71 <https://github.com/open-power/hcode/commit/4c395be55c71>`__ STOP: Clean up stop
+ state after aborted L3 purge during Stop 11 entry
+- `97ebd3defe27 <https://github.com/open-power/hcode/commit/97ebd3defe27>`__ STOP: Fix Stop1 Window
+ conditions
+- `0b859154f439 <https://github.com/open-power/hcode/commit/0b859154f439>`__ STOP: Fix hole in
+ 62403
+- `05ecc90b525b <https://github.com/open-power/hcode/commit/05ecc90b525b>`__ STOP: Fix PLS/Srr1
+ over reporting bug (impact stop2 only)
+- `1e733df20292 <https://github.com/open-power/hcode/commit/1e733df20292>`__ STOP: Assert Auto
+ Special Wakeup mode on cores with halted CME
+- `691d819d65ae <https://github.com/open-power/hcode/commit/691d819d65ae>`__ STOP: Fix incorrect
+ solution in 61385
+- `ba27d42d879d <https://github.com/open-power/hcode/commit/ba27d42d879d>`__ STOP: Fix leftover
+ wakeup aborting next entry
+- `6fa2da010fe0 <https://github.com/open-power/hcode/commit/6fa2da010fe0>`__ STOP: Assert Auto
+ Special Wakeup mode on cores with halted CME
+- `5e5285bdc7ca <https://github.com/open-power/hcode/commit/5e5285bdc7ca>`__ STOP: Fix Spwu Auto to
+ Manual mode Signals Sync up.
+- `81d08fdcddec <https://github.com/open-power/hcode/commit/81d08fdcddec>`__ IPL/STOP: Disable LCO
+ when only two EXes are configured
+- `d1bfc67460df <https://github.com/open-power/hcode/commit/d1bfc67460df>`__ STOP: Disable cache
+ inject and LCO before purge L3
+- `e995520aa797 <https://github.com/open-power/hcode/commit/e995520aa797>`__ STOP: Fix Bug
+ introduced by 66511
+- `933b1b1214c5 <https://github.com/open-power/hcode/commit/933b1b1214c5>`__ STOP: Change cme init
+ to avoid using sisr block wakeup status
+
+hostboot (113):
+
+- `8ebf9d25f75e <https://github.com/open-power/hcode/commit/8ebf9d25f75e>`__ Release tag
+ information updated for hw061918a.920
+- `ebe34c4d9214 <https://github.com/open-power/hcode/commit/ebe34c4d9214>`__ Release tag
+ information updated for hw062018a.920
+- `fa642d7dff73 <https://github.com/open-power/hcode/commit/fa642d7dff73>`__ Release tag
+ information updated for hw062118a.920
+- `c8b9fe083a2d <https://github.com/open-power/hcode/commit/c8b9fe083a2d>`__ Release tag
+ information updated for hw062218a.920
+- `5aec165e2d02 <https://github.com/open-power/hcode/commit/5aec165e2d02>`__ Release tag
+ information updated for hw062318a.920
+- `e5489c35029d <https://github.com/open-power/hcode/commit/e5489c35029d>`__ Release tag
+ information updated for hw062518a.920
+- `6c04729cc5a5 <https://github.com/open-power/hcode/commit/6c04729cc5a5>`__ Release tag
+ information updated for hw062618a.920
+- `b2db756845d1 <https://github.com/open-power/hcode/commit/b2db756845d1>`__ Release tag
+ information updated for hw062718a.920
+- `016a745b13ba <https://github.com/open-power/hcode/commit/016a745b13ba>`__ Release tag
+ information updated for hw062818a.920
+- `169b85d36210 <https://github.com/open-power/hcode/commit/169b85d36210>`__ Release tag
+ information updated for hw062918a.920
+- `1ff4bfd66475 <https://github.com/open-power/hcode/commit/1ff4bfd66475>`__ Release tag
+ information updated for hw070318a.920
+- `61331f0370f3 <https://github.com/open-power/hcode/commit/61331f0370f3>`__ Release tag
+ information updated for hw070618a.920
+- `43f4caba2ed5 <https://github.com/open-power/hcode/commit/43f4caba2ed5>`__ Release tag
+ information updated for hw070718b.920
+- `4fb5657b74cc <https://github.com/open-power/hcode/commit/4fb5657b74cc>`__ Release tag
+ information updated for hw071018a.920
+- `63cade31b47f <https://github.com/open-power/hcode/commit/63cade31b47f>`__ Release tag
+ information updated for hw071118a.920
+- `9585f97f7b16 <https://github.com/open-power/hcode/commit/9585f97f7b16>`__ Release tag
+ information updated for hw071118b.920
+- `f4500d105ab1 <https://github.com/open-power/hcode/commit/f4500d105ab1>`__ Release tag
+ information updated for hw071418a.920
+- `a07a0e57a533 <https://github.com/open-power/hcode/commit/a07a0e57a533>`__ Release tag
+ information updated for hw071518a.920
+- `31e3dd374bb3 <https://github.com/open-power/hcode/commit/31e3dd374bb3>`__ Release tag
+ information updated for hw071718a.920
+- `c55120a93fee <https://github.com/open-power/hcode/commit/c55120a93fee>`__ Release tag
+ information updated for hw071818a.920
+- `181339033db5 <https://github.com/open-power/hcode/commit/181339033db5>`__ Release tag
+ information updated for hw072518a.920
+- `c7456ae85294 <https://github.com/open-power/hcode/commit/c7456ae85294>`__ Release tag
+ information updated for hw072618a.920
+- `eda2a98fe87d <https://github.com/open-power/hcode/commit/eda2a98fe87d>`__ Release tag
+ information updated for hw080118a.920
+- `d7ae5d19629f <https://github.com/open-power/hcode/commit/d7ae5d19629f>`__ Release tag
+ information updated for hw080918a.920
+- `94491cf743ec <https://github.com/open-power/hcode/commit/94491cf743ec>`__ Release tag
+ information updated for hw082218a.930
+- `f241353a3ec6 <https://github.com/open-power/hcode/commit/f241353a3ec6>`__ Remove files to
+ restore git history
+- `6786319b2fb4 <https://github.com/open-power/hcode/commit/6786319b2fb4>`__ Release tag
+ information updated for hw082218b.930
+- `6e6e58f54558 <https://github.com/open-power/hcode/commit/6e6e58f54558>`__ Release tag
+ information updated for hw082318a.930
+- `054ef762ef58 <https://github.com/open-power/hcode/commit/054ef762ef58>`__ Release tag
+ information updated for hw082418a.930
+- `22eddcf69bc3 <https://github.com/open-power/hcode/commit/22eddcf69bc3>`__ Release tag
+ information updated for hw082518a.930
+- `3909ea4b1a3c <https://github.com/open-power/hcode/commit/3909ea4b1a3c>`__ Release tag
+ information updated for hw082718b.930
+- `0dd088012def <https://github.com/open-power/hcode/commit/0dd088012def>`__ Release tag
+ information updated for hw082818a.930
+- `4adf86eece20 <https://github.com/open-power/hcode/commit/4adf86eece20>`__ Release tag
+ information updated for hw082918a.930
+- `75917d6d2499 <https://github.com/open-power/hcode/commit/75917d6d2499>`__ Release tag
+ information updated for hw083018a.930
+- `8b0503bbb423 <https://github.com/open-power/hcode/commit/8b0503bbb423>`__ Release tag
+ information updated for hw090118a.930
+- `ba2ab0af5bb9 <https://github.com/open-power/hcode/commit/ba2ab0af5bb9>`__ Release tag
+ information updated for hw090318a.930
+- `aa14edfd21c2 <https://github.com/open-power/hcode/commit/aa14edfd21c2>`__ Release tag
+ information updated for hw090518a.930
+- `3850f5347cb2 <https://github.com/open-power/hcode/commit/3850f5347cb2>`__ Release tag
+ information updated for hw091318a.930
+- `ab50249172ff <https://github.com/open-power/hcode/commit/ab50249172ff>`__ Release tag
+ information updated for hw091518a.930
+- `2187a72368c3 <https://github.com/open-power/hcode/commit/2187a72368c3>`__ Release tag
+ information updated for hw091818a.930
+- `96d91da78a8a <https://github.com/open-power/hcode/commit/96d91da78a8a>`__ Release tag
+ information updated for hw091918a.930
+- `9d245f2518e4 <https://github.com/open-power/hcode/commit/9d245f2518e4>`__ Release tag
+ information updated for hw092018a.930
+- `c715f43231cc <https://github.com/open-power/hcode/commit/c715f43231cc>`__ Release tag
+ information updated for hw092218a.930
+- `0ee2ed1e73e5 <https://github.com/open-power/hcode/commit/0ee2ed1e73e5>`__ Release tag
+ information updated for hw092518a.930
+- `85f754205d58 <https://github.com/open-power/hcode/commit/85f754205d58>`__ Release tag
+ information updated for hw092618a.930
+- `10bf99ef8b63 <https://github.com/open-power/hcode/commit/10bf99ef8b63>`__ Release tag
+ information updated for hw092718a.930
+- `110d77df2db5 <https://github.com/open-power/hcode/commit/110d77df2db5>`__ Release tag
+ information updated for hw092818a.930
+- `96a0480a73df <https://github.com/open-power/hcode/commit/96a0480a73df>`__ Release tag
+ information updated for hw092918a.930
+- `8994383c50d7 <https://github.com/open-power/hcode/commit/8994383c50d7>`__ Release tag
+ information updated for hw100218a.930
+- `97dfe3026c12 <https://github.com/open-power/hcode/commit/97dfe3026c12>`__ Release tag
+ information updated for hw100318a.930
+- `32d6982fa49c <https://github.com/open-power/hcode/commit/32d6982fa49c>`__ Release tag
+ information updated for hw100418a.930
+- `fb1cfe5d1f0d <https://github.com/open-power/hcode/commit/fb1cfe5d1f0d>`__ Release tag
+ information updated for hw100518a.930
+- `6083743a69ad <https://github.com/open-power/hcode/commit/6083743a69ad>`__ Release tag
+ information updated for hw100618a.930
+- `bbc1e12eb3c2 <https://github.com/open-power/hcode/commit/bbc1e12eb3c2>`__ Release tag
+ information updated for hw100918a.930
+- `833f5f0cac7d <https://github.com/open-power/hcode/commit/833f5f0cac7d>`__ Release tag
+ information updated for hw101018a.930
+- `2e50384d51b6 <https://github.com/open-power/hcode/commit/2e50384d51b6>`__ Release tag
+ information updated for hw101118a.930
+- `d2fb0b0c60c8 <https://github.com/open-power/hcode/commit/d2fb0b0c60c8>`__ Release tag
+ information updated for hw101218a.930
+- `3aa39e3ce6b3 <https://github.com/open-power/hcode/commit/3aa39e3ce6b3>`__ Release tag
+ information updated for hw101318a.930
+- `94a83e1f90a7 <https://github.com/open-power/hcode/commit/94a83e1f90a7>`__ Release tag
+ information updated for hw101718a.930
+- `92d086017054 <https://github.com/open-power/hcode/commit/92d086017054>`__ Release tag
+ information updated for hw101818a.930
+- `97165dd1a052 <https://github.com/open-power/hcode/commit/97165dd1a052>`__ Release tag
+ information updated for hw101918a.930
+- `875b828fcde4 <https://github.com/open-power/hcode/commit/875b828fcde4>`__ Release tag
+ information updated for hw102018a.930
+- `c1bc6f698107 <https://github.com/open-power/hcode/commit/c1bc6f698107>`__ Release tag
+ information updated for hw102318a.930
+- `aa1bf832ebb5 <https://github.com/open-power/hcode/commit/aa1bf832ebb5>`__ Release tag
+ information updated for hw102418a.930
+- `1dd4c043e9d7 <https://github.com/open-power/hcode/commit/1dd4c043e9d7>`__ Release tag
+ information updated for hw102518a.930
+- `690b5374a33a <https://github.com/open-power/hcode/commit/690b5374a33a>`__ Release tag
+ information updated for hw102618a.930
+- `947ea51a0746 <https://github.com/open-power/hcode/commit/947ea51a0746>`__ Release tag
+ information updated for hw102718a.930
+- `081daf6f62d2 <https://github.com/open-power/hcode/commit/081daf6f62d2>`__ Release tag
+ information updated for hw103018a.930
+- `c80d12a0db73 <https://github.com/open-power/hcode/commit/c80d12a0db73>`__ Release tag
+ information updated for hw103118a.930
+- `e86871325999 <https://github.com/open-power/hcode/commit/e86871325999>`__ Release tag
+ information updated for hw110118a.930
+- `97b411489e03 <https://github.com/open-power/hcode/commit/97b411489e03>`__ Release tag
+ information updated for hw110218a.930
+- `f30dd702b79e <https://github.com/open-power/hcode/commit/f30dd702b79e>`__ Release tag
+ information updated for hw110318a.930
+- `670b3fa576fb <https://github.com/open-power/hcode/commit/670b3fa576fb>`__ Removing selfRest.bin
+ as it changed, mirror tool cannot mirror binary files
+- `0178a133fbbd <https://github.com/open-power/hcode/commit/0178a133fbbd>`__ Release tag
+ information updated for hw111318a.930
+- `cdb633ddb79d <https://github.com/open-power/hcode/commit/cdb633ddb79d>`__ Release tag
+ information updated for hw111518a.930
+- `92d425d4f137 <https://github.com/open-power/hcode/commit/92d425d4f137>`__ Release tag
+ information updated for hw112018a.930
+- `f5d8831eca2d <https://github.com/open-power/hcode/commit/f5d8831eca2d>`__ Release tag
+ information updated for hw112118a.930
+- `363773a73142 <https://github.com/open-power/hcode/commit/363773a73142>`__ Release tag
+ information updated for hw112718a.930
+- `a2826e1d6989 <https://github.com/open-power/hcode/commit/a2826e1d6989>`__ Release tag
+ information updated for hw112918a.930
+- `99461d215726 <https://github.com/open-power/hcode/commit/99461d215726>`__ Release tag
+ information updated for hw113018a.930
+- `6c6cc6e6e343 <https://github.com/open-power/hcode/commit/6c6cc6e6e343>`__ Release tag
+ information updated for hw120218a.930
+- `8afbacaacced <https://github.com/open-power/hcode/commit/8afbacaacced>`__ Release tag
+ information updated for hw120418a.930
+- `fe8b0f92c7fe <https://github.com/open-power/hcode/commit/fe8b0f92c7fe>`__ Release tag
+ information updated for hw120518a.930
+- `ed2213496939 <https://github.com/open-power/hcode/commit/ed2213496939>`__ Release tag
+ information updated for hw120618a.930
+- `bb0509e82ee8 <https://github.com/open-power/hcode/commit/bb0509e82ee8>`__ Release tag
+ information updated for hw120818a.930
+- `892e1d1505f3 <https://github.com/open-power/hcode/commit/892e1d1505f3>`__ Release tag
+ information updated for hw121118a.930
+- `0418170136fe <https://github.com/open-power/hcode/commit/0418170136fe>`__ Release tag
+ information updated for hw121218a.930
+- `43da3f1f8df0 <https://github.com/open-power/hcode/commit/43da3f1f8df0>`__ Release tag
+ information updated for hw121318a.930
+- `19c6e2eb09b3 <https://github.com/open-power/hcode/commit/19c6e2eb09b3>`__ Release tag
+ information updated for hw121418a.930
+- `42ca6a54b294 <https://github.com/open-power/hcode/commit/42ca6a54b294>`__ Release tag
+ information updated for hw121518a.930
+- `447dbbe40145 <https://github.com/open-power/hcode/commit/447dbbe40145>`__ Release tag
+ information updated for hw121718a.930
+- `e6449433d8c2 <https://github.com/open-power/hcode/commit/e6449433d8c2>`__ Release tag
+ information updated for hw121818a.930
+- `896327d0ed01 <https://github.com/open-power/hcode/commit/896327d0ed01>`__ Release tag
+ information updated for hw122018a.930
+- `8e3228bf69fa <https://github.com/open-power/hcode/commit/8e3228bf69fa>`__ Release tag
+ information updated for hw123119a.930
+- `68d1acfd7de3 <https://github.com/open-power/hcode/commit/68d1acfd7de3>`__ Release tag
+ information updated for hw012519a.930
+- `3b8ef40daf8d <https://github.com/open-power/hcode/commit/3b8ef40daf8d>`__ Release tag
+ information updated for hw012619a.930
+- `2353468b6fb5 <https://github.com/open-power/hcode/commit/2353468b6fb5>`__ Release tag
+ information updated for hw012919a.930
+- `34151cae0fb1 <https://github.com/open-power/hcode/commit/34151cae0fb1>`__ Release tag
+ information updated for hw013019a.930
+- `d27c3d4a899d <https://github.com/open-power/hcode/commit/d27c3d4a899d>`__ Updated chips.env.mk
+ to include P9N DD2.3 in openPOWER HCODE
+- `3b77cb39ffd5 <https://github.com/open-power/hcode/commit/3b77cb39ffd5>`__ Release tag
+ information updated for hw013119a.930
+- `31d47f050661 <https://github.com/open-power/hcode/commit/31d47f050661>`__ Release tag
+ information updated for hw020419a.930
+- `a5399a3cb1d0 <https://github.com/open-power/hcode/commit/a5399a3cb1d0>`__ Release tag
+ information updated for hw020619a.930
+- `4f8516268636 <https://github.com/open-power/hcode/commit/4f8516268636>`__ Release tag
+ information updated for hw020819a.930
+- `f0643f627184 <https://github.com/open-power/hcode/commit/f0643f627184>`__ Release tag
+ information updated for hw020919a.930
+- `6504c6036556 <https://github.com/open-power/hcode/commit/6504c6036556>`__ Release tag
+ information updated for hw021219a.930
+- `efcad17ef20a <https://github.com/open-power/hcode/commit/efcad17ef20a>`__ Release tag
+ information updated for hw021419a.930
+- `40ddeb27840f <https://github.com/open-power/hcode/commit/40ddeb27840f>`__ Release tag
+ information updated for hw021519a.930
+- `8d5d51b0fa76 <https://github.com/open-power/hcode/commit/8d5d51b0fa76>`__ Release tag
+ information updated for hw021619a.930
+- `26e4a803a885 <https://github.com/open-power/hcode/commit/26e4a803a885>`__ Release tag
+ information updated for hw021919a.930
+- `cf135ee44fe4 <https://github.com/open-power/hcode/commit/cf135ee44fe4>`__ Release tag
+ information updated for hw022019a.930
+- `1ea35ee43977 <https://github.com/open-power/hcode/commit/1ea35ee43977>`__ Release tag
+ information updated for hw022119a.930
+- `a7d5df492731 <https://github.com/open-power/hcode/commit/a7d5df492731>`__ Release tag
+ information updated for hw022219a.930
+- `367c9515f3ba <https://github.com/open-power/hcode/commit/367c9515f3ba>`__ Release tag
+ information updated for hw022319a.930
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _patches-2.2-5:
+
+Patches
+~~~~~~~
+
+- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _commits-2.2-5:
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (2):
+
+- `2c1001a91668 <https://github.com/open-power/hostboot/commit/2c1001a91668>`__ Axone only-IPL
+ Procedures update to support SBE changes
+- `d0154972da11 <https://github.com/open-power/hostboot/commit/d0154972da11>`__ L1 Rev istep
+ 0.(6-8,11,13,14),1.1,2.(1-13,15,18-20,22,26,27,30,32,34) V2
+
+Adam Hale (6):
+
+- `2fe693504fb6 <https://github.com/open-power/hostboot/commit/2fe693504fb6>`__ SW434534: Channel
+ Fail Cascade Workaround part 1
+- `4b5108755cea <https://github.com/open-power/hostboot/commit/4b5108755cea>`__ Disable HW439321
+ workaround in dd1.3
+- `95b925b6af0e <https://github.com/open-power/hostboot/commit/95b925b6af0e>`__ HW439321 for dd1.3
+ with compat mode
+- `4f8994da8802 <https://github.com/open-power/hostboot/commit/4f8994da8802>`__ HW467590 - WAT
+ Solution to prevent ARMWF starvation early hang
+- `d83a4ee8495c <https://github.com/open-power/hostboot/commit/d83a4ee8495c>`__ SW449387 - Removed
+ Centaur Bad Lane voting disable and CRC tally
+- `e787bf781886 <https://github.com/open-power/hostboot/commit/e787bf781886>`__ Memory Controller
+ Axone initfiles - initial
+
+Alpana Kumari (2):
+
+- `e68587e470a3 <https://github.com/open-power/hostboot/commit/e68587e470a3>`__ Support flag
+ parameter for addBusCallout
+- `657fa3a59869 <https://github.com/open-power/hostboot/commit/657fa3a59869>`__ Use new Bus callout
+ Interface
+
+Alvin Wang (15):
+
+- `41e818515bd8 <https://github.com/open-power/hostboot/commit/41e818515bd8>`__ Update
+ setup_fw_boot_config() to read out actual values from attributes
+- `8b5de061e473 <https://github.com/open-power/hostboot/commit/8b5de061e473>`__ Adds blank files
+ for generic
+- `04cb76144aae <https://github.com/open-power/hostboot/commit/04cb76144aae>`__ Moves fir reg to
+ generic folder
+- `c9b82b3883b1 <https://github.com/open-power/hostboot/commit/c9b82b3883b1>`__ Adds
+ exp_draminit_mc
+- `527ce1d4fac5 <https://github.com/open-power/hostboot/commit/527ce1d4fac5>`__ Added p9a_omi_train
+ procedure
+- `860b67a682af <https://github.com/open-power/hostboot/commit/860b67a682af>`__ Adds empty files
+ for exp_draminit_mc and p9a_omi_train
+- `749dad0aade6 <https://github.com/open-power/hostboot/commit/749dad0aade6>`__ Update
+ setup_fw_boot_config() to read out actual values from attributes
+- `98a341798a2f <https://github.com/open-power/hostboot/commit/98a341798a2f>`__ Update
+ setup_fw_boot_config() to read out actual values from attributes
+- `c1549db07fe8 <https://github.com/open-power/hostboot/commit/c1549db07fe8>`__ Added p9a_omi_train
+ procedure
+- `2206846076da <https://github.com/open-power/hostboot/commit/2206846076da>`__ Adds p9a_omi_train
+ procedure(START)
+- `1434297c10f3 <https://github.com/open-power/hostboot/commit/1434297c10f3>`__ Adds
+ exp_draminit_mc
+- `5cc4d102d8c8 <https://github.com/open-power/hostboot/commit/5cc4d102d8c8>`__ Update
+ setup_fw_boot_config() to read out actual values from attributes
+- `ca19f71b0d0e <https://github.com/open-power/hostboot/commit/ca19f71b0d0e>`__ Adds empty files
+ for exp_draminit_mc and p9a_omi_train
+- `b377d2191c6a <https://github.com/open-power/hostboot/commit/b377d2191c6a>`__ Adds
+ exp_draminit_mc
+- `8f2fbd818041 <https://github.com/open-power/hostboot/commit/8f2fbd818041>`__ Reinstates
+ exp_draminit_mc with change_addr_mux_sel fix
+
+Amit Tendolkar (4):
+
+- `7ae026518959 <https://github.com/open-power/hostboot/commit/7ae026518959>`__ Avoid spurious Malf
+ Alert (HMI) to PHYP in PM Complex Reset/Suspend
+- `dd2fa4504ba3 <https://github.com/open-power/hostboot/commit/dd2fa4504ba3>`__ Handling special
+ wakeup assert/deassert mis-match in PM Reset/Init on MALF
+- `4022351e16d2 <https://github.com/open-power/hostboot/commit/4022351e16d2>`__ Enable PM Malf
+ Alert Handling & PM Complex FFDC to HOMER
+- `9787cfbf7cd9 <https://github.com/open-power/hostboot/commit/9787cfbf7cd9>`__ Misc. fixes for PM
+ Malf/Stop Recovery with CME injects
+
+Andre Marin (54):
+
+- `3f7719f257dd <https://github.com/open-power/hostboot/commit/3f7719f257dd>`__ Add SPD decoder
+ files for the factory, decoder, and data engine
+- `a8edea55c6dd <https://github.com/open-power/hostboot/commit/a8edea55c6dd>`__ Move poll.H into
+ generic memory folder
+- `77a99242f79d <https://github.com/open-power/hostboot/commit/77a99242f79d>`__ Remove Nimbus
+ dependencies from the SPD decoder
+- `d175f43bb505 <https://github.com/open-power/hostboot/commit/d175f43bb505>`__ Add MEM_PORT target
+- `0baa771538e2 <https://github.com/open-power/hostboot/commit/0baa771538e2>`__ Add empty
+ mss_byte.H and mss_generic_check to ease HB mirroring
+- `6a03e838d00c <https://github.com/open-power/hostboot/commit/6a03e838d00c>`__ Generalize byte
+ reading from SPD reading, for exp i2c reuse
+- `971d57b0cfd8 <https://github.com/open-power/hostboot/commit/971d57b0cfd8>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `4b6dde2ad7d0 <https://github.com/open-power/hostboot/commit/4b6dde2ad7d0>`__ Implement
+ exp_check_for_ready
+- `84923368d03f <https://github.com/open-power/hostboot/commit/84923368d03f>`__ Fix i2c doxy and
+ update i2c_access.H doxy to match fapi2_access_i2c.H
+- `d6d3649cfdfa <https://github.com/open-power/hostboot/commit/d6d3649cfdfa>`__ Fixes memdiags
+ broadcast mode address check bug
+- `a26749cdb659 <https://github.com/open-power/hostboot/commit/a26749cdb659>`__ Remove Nimbus
+ dependencies from the SPD decoder
+- `f43f978d59a3 <https://github.com/open-power/hostboot/commit/f43f978d59a3>`__ Add field .C empty
+ files for hb mirroring
+- `0fb82ef1a410 <https://github.com/open-power/hostboot/commit/0fb82ef1a410>`__ Initial mss_field
+ endian modification
+- `afa0689dd90b <https://github.com/open-power/hostboot/commit/afa0689dd90b>`__ Port-over generic
+ SPD attributes that shouldn’t change per controller
+- `812d58b11ac4 <https://github.com/open-power/hostboot/commit/812d58b11ac4>`__ Add empty explorer
+ “check_for_ready” procedure files
+- `9bc9cc1ec309 <https://github.com/open-power/hostboot/commit/9bc9cc1ec309>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `d768ab360d9b <https://github.com/open-power/hostboot/commit/d768ab360d9b>`__ Add empty memory
+ explorer error XML
+- `317471bc269b <https://github.com/open-power/hostboot/commit/317471bc269b>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `d4e67b9f29f6 <https://github.com/open-power/hostboot/commit/d4e67b9f29f6>`__ Implement
+ exp_check_for_ready
+- `69f7231cce31 <https://github.com/open-power/hostboot/commit/69f7231cce31>`__ Add emtpy
+ exp_i2c_fields.H file for mirroring
+- `544628c36630 <https://github.com/open-power/hostboot/commit/544628c36630>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `f47ca20c2aa8 <https://github.com/open-power/hostboot/commit/f47ca20c2aa8>`__ Initial mss_field
+ endian modification
+- `46bc5b3d85a2 <https://github.com/open-power/hostboot/commit/46bc5b3d85a2>`__ Add empty explorer
+ “check_for_ready” procedure files
+- `b6c4337484ca <https://github.com/open-power/hostboot/commit/b6c4337484ca>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `a77117372fee <https://github.com/open-power/hostboot/commit/a77117372fee>`__ Implement
+ exp_check_for_ready
+- `98630bf9e248 <https://github.com/open-power/hostboot/commit/98630bf9e248>`__ Initial mss_field
+ endian modification
+- `d928fb03a931 <https://github.com/open-power/hostboot/commit/d928fb03a931>`__ Add explorer data
+ structures empty file for HB mirroring
+- `e1856b43b32c <https://github.com/open-power/hostboot/commit/e1856b43b32c>`__ Added common
+ explorer FW data structures
+- `e2e0e0456051 <https://github.com/open-power/hostboot/commit/e2e0e0456051>`__ Add exp_draminit
+ and fix data_structs constants
+- `f2ee4fcf3ae4 <https://github.com/open-power/hostboot/commit/f2ee4fcf3ae4>`__ Rename exp
+ procedures files to match FW doc
+- `be5b9f4a0229 <https://github.com/open-power/hostboot/commit/be5b9f4a0229>`__ Add empty files
+ needed for draminit, eases HB mirroring
+- `29cd96eae92f <https://github.com/open-power/hostboot/commit/29cd96eae92f>`__ Rename exp_phy_init
+ to exp_draminit_utils
+- `bafdb81a24b5 <https://github.com/open-power/hostboot/commit/bafdb81a24b5>`__ Add exp_draminit
+ and fix data_structs constants
+- `71bc706f27df <https://github.com/open-power/hostboot/commit/71bc706f27df>`__ Move fake_spd
+ testing data into generic
+- `7a16c287bd81 <https://github.com/open-power/hostboot/commit/7a16c287bd81>`__ Add empty data
+ engine files for generic eff_config
+- `573dc45421fe <https://github.com/open-power/hostboot/commit/573dc45421fe>`__ Add DDIMM empty
+ files for easier HB mirroring
+- `605baad67443 <https://github.com/open-power/hostboot/commit/605baad67443>`__ Generalize set
+ fields in pre_data_init
+- `bd7d0b7b5d90 <https://github.com/open-power/hostboot/commit/bd7d0b7b5d90>`__ Add SPD DDIMM DDR4
+ module except for PMIC fields
+- `6b3270dcb259 <https://github.com/open-power/hostboot/commit/6b3270dcb259>`__ Add empty explorer
+ “check_for_ready” procedure files
+- `01826b8b8a83 <https://github.com/open-power/hostboot/commit/01826b8b8a83>`__ Implement
+ exp_check_for_ready
+- `b573dd73e95a <https://github.com/open-power/hostboot/commit/b573dd73e95a>`__ Add DDIMM module
+ functions into SPD facade
+- `4da49bc35fa2 <https://github.com/open-power/hostboot/commit/4da49bc35fa2>`__ Add L1 procedures
+ for p9a and makefiles
+- `8878b7e04db4 <https://github.com/open-power/hostboot/commit/8878b7e04db4>`__ Rename exp
+ procedures files to match FW doc
+- `d05ef241e3d7 <https://github.com/open-power/hostboot/commit/d05ef241e3d7>`__ Add empty generic
+ memory effective attr xml for HB to mirror
+- `b60f5da2bde2 <https://github.com/open-power/hostboot/commit/b60f5da2bde2>`__ Port-over generic
+ SPD attributes that shouldn’t change per controller
+- `94c7954c22bc <https://github.com/open-power/hostboot/commit/94c7954c22bc>`__ Add empty HWPs,
+ UTs, and makefiles needed for Axone
+- `64f14f0cf2dc <https://github.com/open-power/hostboot/commit/64f14f0cf2dc>`__ Add L1 procedures
+ for p9a and makefiles
+- `84b32560e1aa <https://github.com/open-power/hostboot/commit/84b32560e1aa>`__ Add empty p9a unit
+ test and axone_pre_data_engine files for HB mirroring
+- `dc56cd6fe5ff <https://github.com/open-power/hostboot/commit/dc56cd6fe5ff>`__ Add empty HWPs,
+ UTs, and makefiles needed for Axone
+- `c20c2b87a3bd <https://github.com/open-power/hostboot/commit/c20c2b87a3bd>`__ Add L1 procedures
+ for p9a and makefiles
+- `a47c3bc95b0d <https://github.com/open-power/hostboot/commit/a47c3bc95b0d>`__ Generalize set
+ fields in pre_data_init
+- `c0e8d172a0cd <https://github.com/open-power/hostboot/commit/c0e8d172a0cd>`__ Add empty pos,
+ c_str files to split dimm specialization
+- `bf5d123e2ffb <https://github.com/open-power/hostboot/commit/bf5d123e2ffb>`__ Add empty bulk_pwr
+ and utils_to_throttle header files for HB mirror
+- `e9702279f81e <https://github.com/open-power/hostboot/commit/e9702279f81e>`__ Port-over generic
+ SPD attributes that shouldn’t change per controller
+
+Andres Lugo-Reyes (1):
+
+- `d1c85ffcab10 <https://github.com/open-power/hostboot/commit/d1c85ffcab10>`__ HTMGT: Save WOF
+ reset reasons across all WOF resets
+
+Andrew Geissler (4):
+
+- `71ef9b83a69b <https://github.com/open-power/hostboot/commit/71ef9b83a69b>`__ Make REL_POS
+ correct for sub-units
+- `3b48d9e5a62c <https://github.com/open-power/hostboot/commit/3b48d9e5a62c>`__ Avoid SIMICS
+ exception if SBE tracMERG not available
+- `3cb9eb102386 <https://github.com/open-power/hostboot/commit/3cb9eb102386>`__ Add MC target to
+ subsystem table
+- `725cc4974d8c <https://github.com/open-power/hostboot/commit/725cc4974d8c>`__ Add SMPGROUP target
+ to subsystem table
+
+Andrew Jeffery (27):
+
+- `de06d0f09c74 <https://github.com/open-power/hostboot/commit/de06d0f09c74>`__ console: ast2400:
+ Indicate SP has met configuration requirements
+- `4b4caf5ee458 <https://github.com/open-power/hostboot/commit/4b4caf5ee458>`__ console: Fix
+ whitespace in ast2400 initialize() method
+- `9b1dcc3aeea9 <https://github.com/open-power/hostboot/commit/9b1dcc3aeea9>`__ istepdispatcher:
+ Remove undefined symbol ENTER_INFO from TRACDCOMP
+- `2c582e41b281 <https://github.com/open-power/hostboot/commit/2c582e41b281>`__ intr: Use the
+ correct trace handle in intrrp TRACDCOMP calls
+- `8a4663c131e1 <https://github.com/open-power/hostboot/commit/8a4663c131e1>`__ assert: Include
+ file name in assert output
+- `797f6fc91822 <https://github.com/open-power/hostboot/commit/797f6fc91822>`__ assert: Print the
+ backtrace for critical and kernel assertions
+- `102225f4e3e2 <https://github.com/open-power/hostboot/commit/102225f4e3e2>`__ ipmi: Break
+ circular dependency between ipmimsg and ipmibt
+- `9a7f18c66e5b <https://github.com/open-power/hostboot/commit/9a7f18c66e5b>`__ ipmi: Replace
+ incorrect dependency on ipmibt with ipmimsg
+- `e862c4c5a9e0 <https://github.com/open-power/hostboot/commit/e862c4c5a9e0>`__ initservice: Flush
+ trace buffers before shutdown syscall
+- `bc363055ec19 <https://github.com/open-power/hostboot/commit/bc363055ec19>`__ ipmi: Break
+ circular dependency between IpmiDD and IpmiRP
+- `281dac1b173c <https://github.com/open-power/hostboot/commit/281dac1b173c>`__ ipmi: Drop
+ unnecessary ipmiconfig dependencies
+- `dc0f490b31fc <https://github.com/open-power/hostboot/commit/dc0f490b31fc>`__ ipmi: Drop
+ unnecessary ipmibt dependency from ipmifru
+- `988eda165254 <https://github.com/open-power/hostboot/commit/988eda165254>`__ ipmi: Introduce
+ register_for_event() interface
+- `d6741cb3db68 <https://github.com/open-power/hostboot/commit/d6741cb3db68>`__ ipmi: Terminate SEL
+ task via shutdown event
+- `1b481183921d <https://github.com/open-power/hostboot/commit/1b481183921d>`__ ipmi: IpmiDD and
+ IpmiRP must never free resources
+- `5fc457309f2c <https://github.com/open-power/hostboot/commit/5fc457309f2c>`__ ipmi: Split into
+ ipmibase and ipmiext modules
+- `e2c0716a0984 <https://github.com/open-power/hostboot/commit/e2c0716a0984>`__ ipmi: Remove IpmiRP
+ dependency on targeting
+- `4874662e58d9 <https://github.com/open-power/hostboot/commit/4874662e58d9>`__ initservice: Move
+ ipmibase module to base image
+- `c829113199d6 <https://github.com/open-power/hostboot/commit/c829113199d6>`__ pnor: Introduce an
+ IPMI-based PNOR driver implementation
+- `92d167f704d5 <https://github.com/open-power/hostboot/commit/92d167f704d5>`__ pnor: Rename the
+ SFC-based PnorDD class to PnorSfcDD
+- `d768905cfe02 <https://github.com/open-power/hostboot/commit/d768905cfe02>`__ pnor: ipmidd:
+ Rename class to PnorIpmiDD
+- `7c16f3706b3c <https://github.com/open-power/hostboot/commit/7c16f3706b3c>`__ pnor: mboxdd:
+ Rename class to PnorMboxDD
+- `9518b4c189c9 <https://github.com/open-power/hostboot/commit/9518b4c189c9>`__ pnor: Fall back to
+ AST mbox transport if IPMI is unavailable
+- `03ec024db41d <https://github.com/open-power/hostboot/commit/03ec024db41d>`__ errl: Mark
+ errlogMsgHandler() as detached
+- `95165ec1e111 <https://github.com/open-power/hostboot/commit/95165ec1e111>`__ Revert “sio: Add
+ test for availability - LPC error tweak”
+- `55ff29accb83 <https://github.com/open-power/hostboot/commit/55ff29accb83>`__ sio: Add test for
+ availability
+- `ead1bda912e6 <https://github.com/open-power/hostboot/commit/ead1bda912e6>`__ ipmi: Increase
+ polling rate to decrease boot time
+
+Anusha Reddy Rangareddygari (4):
+
+- `8e74571d1bfb <https://github.com/open-power/hostboot/commit/8e74571d1bfb>`__ Adding a
+ fapi_assert to flag error if PPE is not halted.
+- `09370fc47b50 <https://github.com/open-power/hostboot/commit/09370fc47b50>`__ Axone only-Mux
+ settings for TOD refclk input
+- `bc78a12cf399 <https://github.com/open-power/hostboot/commit/bc78a12cf399>`__ FAPI_INF entering
+ and exiting message updates
+- `47b59238e268 <https://github.com/open-power/hostboot/commit/47b59238e268>`__ Update hardware
+ procedure metadata
+
+Anuwat Saetow (1):
+
+- `a47f74aceddf <https://github.com/open-power/hostboot/commit/a47f74aceddf>`__ Added initial copy
+ of generic_memory_si_attributes.xml
+
+Artem Senichev (1):
+
+- `61fb23dd2828 <https://github.com/open-power/hostboot/commit/61fb23dd2828>`__ Fix incorrect
+ syntax in addimgid shell script
+
+Ben Gass (30):
+
+- `fbd09aa69c39 <https://github.com/open-power/hostboot/commit/fbd09aa69c39>`__ Fix for SW441002.
+- `b30aa3595760 <https://github.com/open-power/hostboot/commit/b30aa3595760>`__ Build p9n 10 and 20
+ by default.
+- `0502c52ac63f <https://github.com/open-power/hostboot/commit/0502c52ac63f>`__ Use obus p9ndd1 spy
+ name attribute for obus initfile
+- `86fd886b32e9 <https://github.com/open-power/hostboot/commit/86fd886b32e9>`__ Adding p9c_11
+ support.
+- `c1e92050031d <https://github.com/open-power/hostboot/commit/c1e92050031d>`__ Adding p9a support.
+- `59369e38ac11 <https://github.com/open-power/hostboot/commit/59369e38ac11>`__ Shorten A-link
+ timers for sim. Add polling for A-link training.
+- `cfd2b2b799ed <https://github.com/open-power/hostboot/commit/cfd2b2b799ed>`__ Re-submit Axone
+ updates
+- `35d53de6263d <https://github.com/open-power/hostboot/commit/35d53de6263d>`__ Add support for p9c
+ 1.2
+- `e5312ecd72ac <https://github.com/open-power/hostboot/commit/e5312ecd72ac>`__ Remove
+ PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in p9.obus.scom.initfile
+- `fff26d78ba7b <https://github.com/open-power/hostboot/commit/fff26d78ba7b>`__ Adding p9n 2.3
+ support and p9n 2.3/p9c 1.2 security update
+- `3341c6aab4fa <https://github.com/open-power/hostboot/commit/3341c6aab4fa>`__ p9_scominfo update
+ OMI order to logically follow MC->MI->MCC instead of OMIC
+- `3b48b9210afb <https://github.com/open-power/hostboot/commit/3b48b9210afb>`__ Update p9a_10 engd
+ from o10_e9018_1_tp018_ec409_soa_sc_u261_01
+- `422867966bfc <https://github.com/open-power/hostboot/commit/422867966bfc>`__ Back out p9a_10
+ engd that breaks the initcompiler.
+- `6d61a393a74b <https://github.com/open-power/hostboot/commit/6d61a393a74b>`__ Adds initfile for
+ Explorer
+- `4fe67dfccf81 <https://github.com/open-power/hostboot/commit/4fe67dfccf81>`__ initCompiler
+ updates
+- `5d96a7778c3f <https://github.com/open-power/hostboot/commit/5d96a7778c3f>`__ Update Axone engd.
+- `7504dc6275e7 <https://github.com/open-power/hostboot/commit/7504dc6275e7>`__ Adding
+ p9a_get/put_mmio and explorer_inband
+- `990f7cfae74d <https://github.com/open-power/hostboot/commit/990f7cfae74d>`__ Fix exp_inband_wrap
+ makefile
+- `e6f098dcfe47 <https://github.com/open-power/hostboot/commit/e6f098dcfe47>`__ Adding Axone
+ register header files.
+- `5e1f534a38ba <https://github.com/open-power/hostboot/commit/5e1f534a38ba>`__ Adjust MI/MCC p9a
+ scom translation for PB scoms
+- `4c9fb0a48cd0 <https://github.com/open-power/hostboot/commit/4c9fb0a48cd0>`__ Explorer registers
+ and fields generated from dev
+- `3f1f2186bb80 <https://github.com/open-power/hostboot/commit/3f1f2186bb80>`__ Adding omi_init
+ procedures.
+- `f4bce59197ae <https://github.com/open-power/hostboot/commit/f4bce59197ae>`__ Adding
+ p9a_ocmb_enable
+- `c335cd14fff7 <https://github.com/open-power/hostboot/commit/c335cd14fff7>`__ Add missing Axone
+ MC channel translations.
+- `52080a90a556 <https://github.com/open-power/hostboot/commit/52080a90a556>`__ Adding
+ p9a_ocmb_enable
+- `72a52820278d <https://github.com/open-power/hostboot/commit/72a52820278d>`__ Update
+ p9a.omi_init.scom.initfile
+- `8b4a6f12f800 <https://github.com/open-power/hostboot/commit/8b4a6f12f800>`__ Explorer registers
+ and fields generated from dev
+- `2b34b85249dd <https://github.com/open-power/hostboot/commit/2b34b85249dd>`__ Adds initfile for
+ Explorer
+- `a54de9465ed1 <https://github.com/open-power/hostboot/commit/a54de9465ed1>`__ Adds initfile for
+ Explorer
+- `589a0089cc1e <https://github.com/open-power/hostboot/commit/589a0089cc1e>`__ Back out p9a_10
+ engd that breaks the initcompiler.
+
+Benjamin Weisenbeck (17):
+
+- `698365f71be5 <https://github.com/open-power/hostboot/commit/698365f71be5>`__ PRD: Add PLL
+ signature for Centaur chip
+- `c2b1cfab3f59 <https://github.com/open-power/hostboot/commit/c2b1cfab3f59>`__ PRD: Use common
+ SetCallout method for TOD
+- `5268e2f09ba1 <https://github.com/open-power/hostboot/commit/5268e2f09ba1>`__ PRD: Increase
+ threshold on cache CEs to allow 64 line deletes (128 CEs)
+- `830b052cb619 <https://github.com/open-power/hostboot/commit/830b052cb619>`__ PRD: Fix handling
+ of dead cores in PmRecovery
+- `96e031001818 <https://github.com/open-power/hostboot/commit/96e031001818>`__ PRD: Check for
+ neighbor core checkstop in pre-analysis plugin
+- `c17bbad98d89 <https://github.com/open-power/hostboot/commit/c17bbad98d89>`__ PRD: Fix makefile
+ for PllPostAnalysis
+- `04712b91e355 <https://github.com/open-power/hostboot/commit/04712b91e355>`__ PRD: Adjust core
+ checkstop handling for EX rt deconfig
+- `eae1d5f0e27f <https://github.com/open-power/hostboot/commit/eae1d5f0e27f>`__ PRD: Separate PLL
+ handling by domain type
+- `3a589bedae6f <https://github.com/open-power/hostboot/commit/3a589bedae6f>`__ PRD: Fix MF ref
+ failover error signature
+- `47994fb03586 <https://github.com/open-power/hostboot/commit/47994fb03586>`__ PRD: Add parser for
+ power management recovery FFDC
+- `6c30bcf89758 <https://github.com/open-power/hostboot/commit/6c30bcf89758>`__ PRD: Handle chips
+ with different MF clock sources
+- `c2dc84d23e14 <https://github.com/open-power/hostboot/commit/c2dc84d23e14>`__ PRD: Add all
+ relevant callouts for SMP interface errors
+- `e49b630b208f <https://github.com/open-power/hostboot/commit/e49b630b208f>`__ PRD: Make
+ predictive callout on L3 multi bitline fails
+- `46663cd701c1 <https://github.com/open-power/hostboot/commit/46663cd701c1>`__ PRD: Distinguish
+ hard obus link failures from predictive callouts
+- `272a72400ca9 <https://github.com/open-power/hostboot/commit/272a72400ca9>`__ PRD: Updates for PM
+ ffdc parser
+- `6f8308dff91e <https://github.com/open-power/hostboot/commit/6f8308dff91e>`__ PRD: Correct
+ interpretation of PLL error bits in TP error register
+- `d02cb05f827a <https://github.com/open-power/hostboot/commit/d02cb05f827a>`__ PRD: Request SW
+ dump type for unhandled core checkstops
+
+Bill Hoffa (24):
+
+- `97c196cc741f <https://github.com/open-power/hostboot/commit/97c196cc741f>`__ Remove unused
+ memOps variable in attnsvc.C
+- `331b4bff6cb9 <https://github.com/open-power/hostboot/commit/331b4bff6cb9>`__ Restore Timebase on
+ Master Core Threads 1-3 after Sleep/Winkle
+- `85bd4989fd0d <https://github.com/open-power/hostboot/commit/85bd4989fd0d>`__ Remove Duplicate
+ init settings ATTR_START_CBS_FIFO_RESET_SKIP
+- `e07f0c96e66b <https://github.com/open-power/hostboot/commit/e07f0c96e66b>`__ Modify VPD
+ fetchData() call to allow for reading from actual HW
+- `498b466c4425 <https://github.com/open-power/hostboot/commit/498b466c4425>`__ Base Core/Kernel
+ Changes to Support the Axone Processor Chip
+- `feba8f886228 <https://github.com/open-power/hostboot/commit/feba8f886228>`__ Use Dimm Numbering
+ instead of Port Number for REL_POS attribute
+- `64499fa24bc2 <https://github.com/open-power/hostboot/commit/64499fa24bc2>`__ Update
+ p9_sbe_i2c_bit_rate_divisor_setting to set I2C Rate Valid bit
+- `0d43552dfb6d <https://github.com/open-power/hostboot/commit/0d43552dfb6d>`__ Use Simics CPU
+ Object passed in when executing hap handler code
+- `dd8217ef8e93 <https://github.com/open-power/hostboot/commit/dd8217ef8e93>`__ Axone PNOR
+ Generation
+- `30bd2ff53aa1 <https://github.com/open-power/hostboot/commit/30bd2ff53aa1>`__ Add EQ and EX
+ Target types to Axone Simics XML
+- `b0c72bd00938 <https://github.com/open-power/hostboot/commit/b0c72bd00938>`__ Add Core Target
+ type Instances to Axone Simics XML
+- `d45d4fa13688 <https://github.com/open-power/hostboot/commit/d45d4fa13688>`__ Add Obus + Obus
+ Brick Target type Instances to Axone Simics XML
+- `cf366534e0e4 <https://github.com/open-power/hostboot/commit/cf366534e0e4>`__ Add TPM, CAPP, OCC,
+ PEC, and PHB Target Instances to Axone Simics XML
+- `83e27f4864e8 <https://github.com/open-power/hostboot/commit/83e27f4864e8>`__ Add SBE, PPE and
+ XBUS Target Instances to Axone Simics XML
+- `d204258959bd <https://github.com/open-power/hostboot/commit/d204258959bd>`__ Add MC and MI
+ Target Instances to Axone Simics XML
+- `dbcdabf8af8e <https://github.com/open-power/hostboot/commit/dbcdabf8af8e>`__ Add the MCC Target
+ Instance to Axone Simics XML
+- `4909980fa3bc <https://github.com/open-power/hostboot/commit/4909980fa3bc>`__ Add the OMI Target
+ Instance to Axone Simics XML
+- `a3979e8bbf2f <https://github.com/open-power/hostboot/commit/a3979e8bbf2f>`__ Add the OCMB_CHIP
+ Target Instance to Axone Simics XML
+- `ddf8426c6e24 <https://github.com/open-power/hostboot/commit/ddf8426c6e24>`__ Add the MEMORY_PORT
+ Target Instance to Axone Simics XML
+- `5181a5ac88e5 <https://github.com/open-power/hostboot/commit/5181a5ac88e5>`__ Add the DIMM Target
+ Instances to Axone Simics XML
+- `042a59be98c3 <https://github.com/open-power/hostboot/commit/042a59be98c3>`__ Add the OMIC Target
+ Instances to Axone Simics XML
+- `7637f0a44427 <https://github.com/open-power/hostboot/commit/7637f0a44427>`__ Add the PERVASIVE
+ (PERV) Target Instances to Axone Simics XML
+- `2ad30a4a4e4d <https://github.com/open-power/hostboot/commit/2ad30a4a4e4d>`__ Axone Simics
+ Updates – Finds Functional Master Proc
+- `e36e0019e0b9 <https://github.com/open-power/hostboot/commit/e36e0019e0b9>`__ HBBL LPC Error
+ Checking
+
+Brian Silver (5):
+
+- `fcf9daff51a1 <https://github.com/open-power/hostboot/commit/fcf9daff51a1>`__ Add empty files for
+ plug-rules mirror
+- `14c430f5aa45 <https://github.com/open-power/hostboot/commit/14c430f5aa45>`__ Add rudimentary
+ memory plug rules
+- `201da82c44f0 <https://github.com/open-power/hostboot/commit/201da82c44f0>`__ Add enforcement of
+ DDR4 DRAM on Nimbus via plug rules
+- `3a199f3856da <https://github.com/open-power/hostboot/commit/3a199f3856da>`__ Add an attribute to
+ avoid the plug rules in partial good scenarios
+- `59bc732070c3 <https://github.com/open-power/hostboot/commit/59bc732070c3>`__ Add rank config MRW
+ override to plug rules
+
+Brian Stegmiller (5):
+
+- `54007af8d4c0 <https://github.com/open-power/hostboot/commit/54007af8d4c0>`__ PRD: Handle SMP
+ Cables
+- `7f37a0717a29 <https://github.com/open-power/hostboot/commit/7f37a0717a29>`__ PRDF: SMP cable
+ callout changes for FSP
+- `f1ef5d3692e0 <https://github.com/open-power/hostboot/commit/f1ef5d3692e0>`__ PRDF: Use peer SMP
+ target as ATTR on FSP only
+- `e9481e191717 <https://github.com/open-power/hostboot/commit/e9481e191717>`__ ATTN: Centaur UCS
+ handling
+- `9c50b31d9770 <https://github.com/open-power/hostboot/commit/9c50b31d9770>`__ PRD: Allow UCS and
+ HOST broadcast reads for hostboot
+
+CHRISTINA L. GRAVES (6):
+
+- `b455f921905d <https://github.com/open-power/hostboot/commit/b455f921905d>`__ Adding in LPC
+ functional reset to sbe_lpc_init
+- `aa29d07f1fec <https://github.com/open-power/hostboot/commit/aa29d07f1fec>`__ Adding in
+ configurations for PNOR/LPC communication
+- `b3c5dca5b4df <https://github.com/open-power/hostboot/commit/b3c5dca5b4df>`__ Fixing order of
+ setting clock muxes & functional reset & removing sim only scoms
+- `d7d6bff49f22 <https://github.com/open-power/hostboot/commit/d7d6bff49f22>`__ p9_sbe_lpc_init fix
+ with GPIO reset
+- `8d513e245051 <https://github.com/open-power/hostboot/commit/8d513e245051>`__ Adding in LPC and
+ OPB timeout values
+- `40451eef027e <https://github.com/open-power/hostboot/commit/40451eef027e>`__ Do the real LPC
+ reset for DD2
+
+Caleb Palmer (51):
+
+- `00118c922196 <https://github.com/open-power/hostboot/commit/00118c922196>`__ Row Repair enabled
+ attributes and support function
+- `fa0f6415f67f <https://github.com/open-power/hostboot/commit/fa0f6415f67f>`__ Row repair enabled
+ MRW remove writeable
+- `3527992a75f5 <https://github.com/open-power/hostboot/commit/3527992a75f5>`__ Row Repair don’t
+ translate invalid repairs
+- `167888ed45ea <https://github.com/open-power/hostboot/commit/167888ed45ea>`__ Import Row Repair
+ Supported HWPs
+- `307b61a6de9b <https://github.com/open-power/hostboot/commit/307b61a6de9b>`__ Adjust port select
+ in bad dq for spares
+- `52093c412c62 <https://github.com/open-power/hostboot/commit/52093c412c62>`__ PRD: Add
+ MemRowRepair class
+- `0a6c8e400c83 <https://github.com/open-power/hostboot/commit/0a6c8e400c83>`__ PRDF: Add utilities
+ for checking dram spares
+- `4dee8a0a6545 <https://github.com/open-power/hostboot/commit/4dee8a0a6545>`__ PRD: Row Repair VCM
+ Updates
+- `1612a30cff63 <https://github.com/open-power/hostboot/commit/1612a30cff63>`__ PRD: Fix inputted
+ DRAM pos for row repair
+- `137a748910ed <https://github.com/open-power/hostboot/commit/137a748910ed>`__ Fix bad mirror of
+ p9c_mss_rowRepairFuncs
+- `91304df7800f <https://github.com/open-power/hostboot/commit/91304df7800f>`__ Row Repair enabled
+ attributes and support function
+- `8f66e502fddf <https://github.com/open-power/hostboot/commit/8f66e502fddf>`__ Row Repair enabled
+ fix fapi_attr_gets
+- `31b6cf0ac237 <https://github.com/open-power/hostboot/commit/31b6cf0ac237>`__ PRD: Fixes for MBS
+ timeout cases
+- `c6eb349f096c <https://github.com/open-power/hostboot/commit/c6eb349f096c>`__ Fix finding paired
+ DIMM in is_sPPR_supported
+- `4992f9d6d9b2 <https://github.com/open-power/hostboot/commit/4992f9d6d9b2>`__ PRD: Add Row Repair
+ VPD data to errl
+- `6dc98524f367 <https://github.com/open-power/hostboot/commit/6dc98524f367>`__ Reconfig loop only
+ when setting bad bits not clearing
+- `112454f3888d <https://github.com/open-power/hostboot/commit/112454f3888d>`__ PRD: Row repair fix
+ checking dram for prev repair
+- `414037d985e1 <https://github.com/open-power/hostboot/commit/414037d985e1>`__ PRD: Increment addr
+ to next row for VCM row repair
+- `629218645e52 <https://github.com/open-power/hostboot/commit/629218645e52>`__ PRD: Row Repair
+ adjust for MBA Port 1 inversion
+- `e652b190c9a8 <https://github.com/open-power/hostboot/commit/e652b190c9a8>`__ PRD: Support for
+ new Axone domains
+- `8350f2358cab <https://github.com/open-power/hostboot/commit/8350f2358cab>`__ PRD: Axone
+ GetConnected support
+- `74aed5ff82cb <https://github.com/open-power/hostboot/commit/74aed5ff82cb>`__ PRD: Make
+ getDimmSlct/Port generic
+- `7d4f360d16e2 <https://github.com/open-power/hostboot/commit/7d4f360d16e2>`__ MDIA: Initial
+ Axone/OCMB updates
+- `327449849168 <https://github.com/open-power/hostboot/commit/327449849168>`__ Dram Repairs VPD
+ \__getTranslationPortSlct improvements
+- `c525c33e2020 <https://github.com/open-power/hostboot/commit/c525c33e2020>`__ Dram Repairs VPD
+ favor FAPI trgts and getHelperAttr improvements
+- `c3edab536c20 <https://github.com/open-power/hostboot/commit/c3edab536c20>`__ Dram Repairs VPD
+ spare byte helpers improvements
+- `85f4a0400873 <https://github.com/open-power/hostboot/commit/85f4a0400873>`__ Dram Repairs VPD
+ translation helpers improvements
+- `1c2d3eb70a0f <https://github.com/open-power/hostboot/commit/1c2d3eb70a0f>`__ Dram Repairs VPD
+ getter and setter minor cleanup
+- `d77c897c2540 <https://github.com/open-power/hostboot/commit/d77c897c2540>`__ Dram Repairs VPD
+ reconfig loop helper function
+- `8dec4a446e3a <https://github.com/open-power/hostboot/commit/8dec4a446e3a>`__ Row Repair VPD
+ minor improvements
+- `8c45251a793e <https://github.com/open-power/hostboot/commit/8c45251a793e>`__ Dram Repairs and
+ Row Repair VPD translation trace
+- `8e551a605aa2 <https://github.com/open-power/hostboot/commit/8e551a605aa2>`__ PRD: Axone
+ Configurator updates
+- `a10dc1641d32 <https://github.com/open-power/hostboot/commit/a10dc1641d32>`__ Update
+ dimmBadDqCheckParamGetBitmap to be generic
+- `8c09e8bd73d7 <https://github.com/open-power/hostboot/commit/8c09e8bd73d7>`__ Update row repair
+ funcs to be generic
+- `451596eb83df <https://github.com/open-power/hostboot/commit/451596eb83df>`__ PRD: Axone updates
+ for MemDqBitmap class
+- `c7d8ac0a078b <https://github.com/open-power/hostboot/commit/c7d8ac0a078b>`__ Add PRD files SRCs
+ to srcListing
+- `e3ceaa63602b <https://github.com/open-power/hostboot/commit/e3ceaa63602b>`__ PRD: Nimbus symbol
+ mark performance workaround
+- `fba889a1a092 <https://github.com/open-power/hostboot/commit/fba889a1a092>`__ PRD: Callout row
+ repairs when all repairs used
+- `d276ff6b5326 <https://github.com/open-power/hostboot/commit/d276ff6b5326>`__ PRD: Bad dq bitmap
+ add proper clear func
+- `39a6b40220d9 <https://github.com/open-power/hostboot/commit/39a6b40220d9>`__ PRD: Initial NVDIMM
+ Support
+- `5b03768f4279 <https://github.com/open-power/hostboot/commit/5b03768f4279>`__ PRD: PHBNFIR
+ callout proc instead of PHB
+- `4802d403f061 <https://github.com/open-power/hostboot/commit/4802d403f061>`__ PRD: Fix
+ getBadDqBitmap check for dimm
+- `95bbfc78a463 <https://github.com/open-power/hostboot/commit/95bbfc78a463>`__ PRD: Adjust row
+ repair capture data size
+- `3229ca9f881b <https://github.com/open-power/hostboot/commit/3229ca9f881b>`__ PRD: PlatServices
+ support for NVDIMM persistency lost msg
+- `5a0ae42a9589 <https://github.com/open-power/hostboot/commit/5a0ae42a9589>`__ Update Bad Bits and
+ Row Repair for new MSS attrs
+- `76a14521424a <https://github.com/open-power/hostboot/commit/76a14521424a>`__ Revert “PRD:
+ Initial NVDIMM Support”
+- `26ccad36beb1 <https://github.com/open-power/hostboot/commit/26ccad36beb1>`__ PRD: Add MCFIR to
+ capture group for mem mirror FFDC
+- `670a4d60cf40 <https://github.com/open-power/hostboot/commit/670a4d60cf40>`__ PRD: Explorer rule
+ and makefile updates
+- `0fd6d39f64cd <https://github.com/open-power/hostboot/commit/0fd6d39f64cd>`__ PRD: MPIPL Make
+ sure PRD is initialized in startScrub
+- `1f1c362c62da <https://github.com/open-power/hostboot/commit/1f1c362c62da>`__ PRD: NVDIMM
+ isolation redesign
+- `c8094ee98e6d <https://github.com/open-power/hostboot/commit/c8094ee98e6d>`__ PRD: Adjust dram
+ repairs capture data max size
+
+CamVan Nguyen (4):
+
+- `9677181a2e7f <https://github.com/open-power/hostboot/commit/9677181a2e7f>`__ Remove “Force
+ hbRelease to search master branch” code
+- `f13cb430ae5b <https://github.com/open-power/hostboot/commit/f13cb430ae5b>`__ Post list of git
+ commits in HB release to CMVC feature
+- `23126e788fcf <https://github.com/open-power/hostboot/commit/23126e788fcf>`__ Add cumulus cdimm
+ support to auto-release -m path
+- `c9d3c11613e9 <https://github.com/open-power/hostboot/commit/c9d3c11613e9>`__ Remove auto-release
+ & hbRelease tools
+
+Chris Cain (5):
+
+- `78f90ced0fa3 <https://github.com/open-power/hostboot/commit/78f90ced0fa3>`__ Add component IDs
+ for PGPE and SGPE/XGPE
+- `d97118693693 <https://github.com/open-power/hostboot/commit/d97118693693>`__ HTMGT support for
+ PGPE/SGPE error logs
+- `a31cd814105a <https://github.com/open-power/hostboot/commit/a31cd814105a>`__ HTMGT: Update error
+ logs to reflect elog source
+- `2d59cd70dae6 <https://github.com/open-power/hostboot/commit/2d59cd70dae6>`__ HTMGT: Clear OCC
+ reset counts after an hour
+- `02f33294dea5 <https://github.com/open-power/hostboot/commit/02f33294dea5>`__ HTMGT: Change OCC
+ logs to info while recovery is still being attempted
+
+Chris Steffen (19):
+
+- `a048e96b8e00 <https://github.com/open-power/hostboot/commit/a048e96b8e00>`__ Adding SMP PHY MFG
+ Stress Test
+- `96eb889d26fa <https://github.com/open-power/hostboot/commit/96eb889d26fa>`__ Move Xbus Erepair
+ FIR Clearing
+- `a6df8bea1715 <https://github.com/open-power/hostboot/commit/a6df8bea1715>`__ DMI Spare Lane
+ Suppression
+- `5fff2d76035e <https://github.com/open-power/hostboot/commit/5fff2d76035e>`__ Enable I/O PPE PHY
+ Communication for Abus
+- `24188d25f62a <https://github.com/open-power/hostboot/commit/24188d25f62a>`__ P9 Centaur Erepair
+ Update
+- `fc4f9deda281 <https://github.com/open-power/hostboot/commit/fc4f9deda281>`__ DMI Max Spares
+ Exceeded Unit CS
+- `207de5cbd30e <https://github.com/open-power/hostboot/commit/207de5cbd30e>`__ P9C Abus Procedure
+- `968021204323 <https://github.com/open-power/hostboot/commit/968021204323>`__ I/O Obus Scom
+ Initfile Checkin
+- `30d9a874a1ec <https://github.com/open-power/hostboot/commit/30d9a874a1ec>`__ io xbus/obus
+ initfile update
+- `3b1a2bb98f1b <https://github.com/open-power/hostboot/commit/3b1a2bb98f1b>`__ Update Obus
+ Initfile
+- `83ff21ec7556 <https://github.com/open-power/hostboot/commit/83ff21ec7556>`__ Applying CTLE
+ Coarse if SMP Abus Config
+- `70e60e2e03e7 <https://github.com/open-power/hostboot/commit/70e60e2e03e7>`__ Set SMP Abus Rx AC
+ Coupled at Dccal
+- `be64b15a256c <https://github.com/open-power/hostboot/commit/be64b15a256c>`__ Clear Spare Lane on
+ MC instead of DMI
+- `814860ea37f6 <https://github.com/open-power/hostboot/commit/814860ea37f6>`__ SMP Abus PPE
+ Workaround
+- `79549236b644 <https://github.com/open-power/hostboot/commit/79549236b644>`__ DMI Change Max
+ Spares to Recoverable
+- `30de5c86983e <https://github.com/open-power/hostboot/commit/30de5c86983e>`__ DMI Increase FIFO
+ Margin
+- `de881124f74c <https://github.com/open-power/hostboot/commit/de881124f74c>`__ P9 Obus MNFG CRC
+ and ECC Error Threshold
+- `6781c16acf6d <https://github.com/open-power/hostboot/commit/6781c16acf6d>`__ P9 Xbus/DMI CM
+ Workaround
+- `688a9733e614 <https://github.com/open-power/hostboot/commit/688a9733e614>`__ P9 Obus MNFG Errors
+ Attribute Fix
+
+Christian Geddes (90):
+
+- `3d15e71d67bf <https://github.com/open-power/hostboot/commit/3d15e71d67bf>`__ Update comment in
+ getSbeVersionViaChipop to be correct
+- `c7c960c7582c <https://github.com/open-power/hostboot/commit/c7c960c7582c>`__ Remove invalid
+ HRMOR setting code
+- `be6ed717c7a1 <https://github.com/open-power/hostboot/commit/be6ed717c7a1>`__ Only switch sides
+ and perform hreset if SEEPROM side versions match
+- `3203b0f520a2 <https://github.com/open-power/hostboot/commit/3203b0f520a2>`__ Add TIMA and IC LSI
+ ESB states to memdiag hang debug output
+- `10ccdde9f063 <https://github.com/open-power/hostboot/commit/10ccdde9f063>`__ Lookup remote
+ node’s HRMOR value save from prev boot during MPIPL
+- `b2cf0aa44b39 <https://github.com/open-power/hostboot/commit/b2cf0aa44b39>`__ Make processing of
+ hrmor value in MemStateInfo consistent
+- `98a657059a5c <https://github.com/open-power/hostboot/commit/98a657059a5c>`__ Only unmask source
+ on proc targ passed to unmask function in intrrp
+- `f8e8d7c203dc <https://github.com/open-power/hostboot/commit/f8e8d7c203dc>`__ Base targeting
+ support for Axone memory complex
+- `ffcc637cd404 <https://github.com/open-power/hostboot/commit/ffcc637cd404>`__ Base targeting
+ support for OCMB chip and MEM_PORT chiplet
+- `7214cd962fb5 <https://github.com/open-power/hostboot/commit/7214cd962fb5>`__ Update ecmd debug
+ scripts and fapi_utils script with Axone targets
+- `a9697e7b95a6 <https://github.com/open-power/hostboot/commit/a9697e7b95a6>`__ Dump interrupt
+ state information if psudd times out
+- `2c8610bff34f <https://github.com/open-power/hostboot/commit/2c8610bff34f>`__ Cleanup from Axone
+ targeting base commit
+- `e82098f4237a <https://github.com/open-power/hostboot/commit/e82098f4237a>`__ Update PG detection
+ for new Axone memory targets
+- `e867f7fa67be <https://github.com/open-power/hostboot/commit/e867f7fa67be>`__ Remove ATTR_REL_POS
+ from attribute_types.xml
+- `9b9a992ef245 <https://github.com/open-power/hostboot/commit/9b9a992ef245>`__ Turn off core xstop
+ escalalation on slave nodes prior payload handoff
+- `192ca8aa60bd <https://github.com/open-power/hostboot/commit/192ca8aa60bd>`__ Ensure we collect
+ PPE trace if psu op times out
+- `5f64ef1356e4 <https://github.com/open-power/hostboot/commit/5f64ef1356e4>`__ Update scom test
+ cases with Axone P9 Targets
+- `5e3f78a64c7c <https://github.com/open-power/hostboot/commit/5e3f78a64c7c>`__ Update fapi2 tests
+ cases with Axone targets
+- `bbad6ad29aab <https://github.com/open-power/hostboot/commit/bbad6ad29aab>`__ Add OCMB_CHIP and
+ MEM_PORT fapi2 test cases
+- `739807847a95 <https://github.com/open-power/hostboot/commit/739807847a95>`__ Set wakeup mode in
+ istep 15 based on SMF setttings
+- `5b7c6b466357 <https://github.com/open-power/hostboot/commit/5b7c6b466357>`__ Reset
+ ATTR_SPCWKUP_COUNT to 0 at start of MPIPL
+- `e569e65e9894 <https://github.com/open-power/hostboot/commit/e569e65e9894>`__ Re-read SBE
+ doorbell register in simics if PSU interrupt is found
+- `9f4cbc90fd47 <https://github.com/open-power/hostboot/commit/9f4cbc90fd47>`__ Cache C4 DQ/DQS
+ settings from VPD
+- `7511e132b1e5 <https://github.com/open-power/hostboot/commit/7511e132b1e5>`__ Correctly handle
+ psu FFDC on OpenPower Systems
+- `69241719be5e <https://github.com/open-power/hostboot/commit/69241719be5e>`__ Add missing axone
+ specific targets to targeting XML
+- `93f12cd78e8f <https://github.com/open-power/hostboot/commit/93f12cd78e8f>`__ Remove
+ printTimaInfo function until we figure out how to avoid issues
+- `0aed8ab711c6 <https://github.com/open-power/hostboot/commit/0aed8ab711c6>`__ Improve error
+ traces for MBOX errors
+- `ce1ebd1460c3 <https://github.com/open-power/hostboot/commit/ce1ebd1460c3>`__ Fix bugs in debug
+ tools introduced when adding Axone targets
+- `3e677e6cdf31 <https://github.com/open-power/hostboot/commit/3e677e6cdf31>`__ Wrap TS\_ macros in
+ {} to avoid strange IF statement behavior
+- `74812c31b9e5 <https://github.com/open-power/hostboot/commit/74812c31b9e5>`__ Elevate log levels
+ for simics during PSU ops
+- `4ee84ba35b54 <https://github.com/open-power/hostboot/commit/4ee84ba35b54>`__ Add way for
+ developers to disable hb sim logging via env variable
+- `2f6cb7e3b2a0 <https://github.com/open-power/hostboot/commit/2f6cb7e3b2a0>`__ Register Scom
+ Device Routes for OMI, OMIC , and MCC targets
+- `608fd968f4c3 <https://github.com/open-power/hostboot/commit/608fd968f4c3>`__ Disable automatic
+ collection of SIM logs with MAGIC_SET_LOG_LEVEL
+- `923654e1ecc7 <https://github.com/open-power/hostboot/commit/923654e1ecc7>`__ Clear INT_CQ
+ related firs after reseting INTRRP logic in HB
+- `0e15017d11ea <https://github.com/open-power/hostboot/commit/0e15017d11ea>`__ Add exp_i2c_scom
+ driver that will be consumed by HB/SBE platforms
+- `fffa79ecb0c7 <https://github.com/open-power/hostboot/commit/fffa79ecb0c7>`__ Remove all files in
+ src/import/hwpf/fapi2/include/plat/
+- `16f5d479caf5 <https://github.com/open-power/hostboot/commit/16f5d479caf5>`__ Update
+ platGetTargetName to handle AXONE and EXPLORER models
+- `0002dbd29151 <https://github.com/open-power/hostboot/commit/0002dbd29151>`__ Update
+ fapi2CreatePlatLogTest.H to use the fapi trace buffer
+- `e34d17297e0d <https://github.com/open-power/hostboot/commit/e34d17297e0d>`__ Update axone simics
+ xml to use correct chiplet id for MC1 chiplet
+- `208f80eb821c <https://github.com/open-power/hostboot/commit/208f80eb821c>`__ Refactor
+ fapi2HwAccessTest to ignore ATTR_MODEL
+- `6cf801f1c1b7 <https://github.com/open-power/hostboot/commit/6cf801f1c1b7>`__ Route scom
+ operations on OCMB chips to exp_i2c_scom interface
+- `cd754bf0b111 <https://github.com/open-power/hostboot/commit/cd754bf0b111>`__ Route scom
+ operations on OCMB chips to fapi2 mmio scom interface
+- `d6cee85dcb3c <https://github.com/open-power/hostboot/commit/d6cee85dcb3c>`__ Update bbuild to
+ b1114a_1846.930
+- `759971ea1bcd <https://github.com/open-power/hostboot/commit/759971ea1bcd>`__ Fix CAPP target XML
+ in Axone simics xml file
+- `f63977be6280 <https://github.com/open-power/hostboot/commit/f63977be6280>`__ Clean up
+ typos/small things with expscom directory
+- `63a9aa53dcf3 <https://github.com/open-power/hostboot/commit/63a9aa53dcf3>`__ Define Parent/Child
+ Relationship for OMIC/OMI targets
+- `b08d6146f834 <https://github.com/open-power/hostboot/commit/b08d6146f834>`__ Create error log
+ and fail if Proc’s EC is found to be 0x0
+- `aac415d94083 <https://github.com/open-power/hostboot/commit/aac415d94083>`__ Set FSIMASTER
+ attributes to correct values
+- `cda012113b8d <https://github.com/open-power/hostboot/commit/cda012113b8d>`__ Add forceBE option
+ to endian_utils.H
+- `9e89b556adb6 <https://github.com/open-power/hostboot/commit/9e89b556adb6>`__ Add README.md to
+ src/usr/i2c/ which describes P9 I2C layout
+- `4a8f0e512566 <https://github.com/open-power/hostboot/commit/4a8f0e512566>`__ Default
+ ASYNC_NEST_FREQ_MHZ to be 0xFFFF for Axone simics xml
+- `db55a872a4a7 <https://github.com/open-power/hostboot/commit/db55a872a4a7>`__ Add VPD_REC_NUM
+ defaults for OCMB chips in Axone system xml for sim
+- `6620644f7435 <https://github.com/open-power/hostboot/commit/6620644f7435>`__ Write SPD to DDIMM
+ eeproms for axone simics
+- `36673e6d9525 <https://github.com/open-power/hostboot/commit/36673e6d9525>`__ Fill in remaining
+ dimms for simics_AXONE.system.xml
+- `cdcc9c270584 <https://github.com/open-power/hostboot/commit/cdcc9c270584>`__ Fix order of
+ parameters for mmioscomdd
+- `ec1cb99a429e <https://github.com/open-power/hostboot/commit/ec1cb99a429e>`__ Update Axone
+ Partial Good rules to clean up error logs
+- `1b23e2592366 <https://github.com/open-power/hostboot/commit/1b23e2592366>`__ Remove Redundant
+ phyiscal map setup
+- `f8189b1d81d8 <https://github.com/open-power/hostboot/commit/f8189b1d81d8>`__ Change code using
+ SANDBOX ENVAR to use CLI variables start sim scripts
+- `756a8239c061 <https://github.com/open-power/hostboot/commit/756a8239c061>`__ Real OCMB presence
+ detection support for Axone simics
+- `caa8eda59c2c <https://github.com/open-power/hostboot/commit/caa8eda59c2c>`__ Add presence
+ detection for i2c mux targets
+- `ac15fd763d3e <https://github.com/open-power/hostboot/commit/ac15fd763d3e>`__ Add new
+ pnorLayoutAxone.xml w/ new EECACHE section
+- `5ccb0c4605c0 <https://github.com/open-power/hostboot/commit/5ccb0c4605c0>`__ Fix
+ EEPROM_VPD_PRIMARY_INFO attribute on proc targ in axone sim XML
+- `89a8815250a9 <https://github.com/open-power/hostboot/commit/89a8815250a9>`__ Set TPM model to be
+ the x75 nuvoton for axone simics
+- `675244ee606e <https://github.com/open-power/hostboot/commit/675244ee606e>`__ Load HWAS module
+ earlier in ext init tasks
+- `d5fe22ba3b37 <https://github.com/open-power/hostboot/commit/d5fe22ba3b37>`__ Remove sha512 hash
+ from EECACHE section & init section w/ correct info
+- `d054b917fa8b <https://github.com/open-power/hostboot/commit/d054b917fa8b>`__ Add temporary Axone
+ simics workarounds to progress IPL
+- `de4076a6de0b <https://github.com/open-power/hostboot/commit/de4076a6de0b>`__ Add new memory
+ related chiplet types to scomtrans function
+- `318a3c71f79d <https://github.com/open-power/hostboot/commit/318a3c71f79d>`__ Skip dmi_io_dccal
+ in Axone
+- `79fc8b675dfd <https://github.com/open-power/hostboot/commit/79fc8b675dfd>`__ Use singleton
+ instance of TargetService in mmio.C
+- `1db47476245e <https://github.com/open-power/hostboot/commit/1db47476245e>`__ Unset CONFIG_FILE
+ env var if in standalone environment
+- `77e4bbb369ee <https://github.com/open-power/hostboot/commit/77e4bbb369ee>`__ Make sure FIRDATA
+ is filled in axone pnor, remove UVBWLIST section
+- `27e1f1e7bd37 <https://github.com/open-power/hostboot/commit/27e1f1e7bd37>`__ Update simics to
+ latest build for Axone simics bringup
+- `37c6c66c97c2 <https://github.com/open-power/hostboot/commit/37c6c66c97c2>`__ Update OBUS PLL
+ Bucket attribute getter with Axone EC levels
+- `c023204d6e3c <https://github.com/open-power/hostboot/commit/c023204d6e3c>`__ Add call to
+ p9a_ocmb_enable to istep 10.4
+- `bc12ed0cd438 <https://github.com/open-power/hostboot/commit/bc12ed0cd438>`__ Skip NPU scominit
+ until ARTMISS register gets updated
+- `eee350897db3 <https://github.com/open-power/hostboot/commit/eee350897db3>`__ Fix issues w/ axone
+ updates to simics scripts
+- `b9678e8f9164 <https://github.com/open-power/hostboot/commit/b9678e8f9164>`__ Disable Sync Test
+- `aa18e987116a <https://github.com/open-power/hostboot/commit/aa18e987116a>`__ Add EEPROM caching
+ device op
+- `3ba6748d3f2c <https://github.com/open-power/hostboot/commit/3ba6748d3f2c>`__ Update i2c driver
+ for OCMB chip
+- `345f3cf8259d <https://github.com/open-power/hostboot/commit/345f3cf8259d>`__ Fix tags in
+ exp_omi_train attribute xml
+- `8b0719770221 <https://github.com/open-power/hostboot/commit/8b0719770221>`__ Add expscom test
+ cases
+- `e2b54b9aeeb8 <https://github.com/open-power/hostboot/commit/e2b54b9aeeb8>`__ Add call to
+ exp_check_for_ready to istep 10.4
+- `cbe42ab92a49 <https://github.com/open-power/hostboot/commit/cbe42ab92a49>`__ Add new P9A hwp
+ error xml path to fapi2 file generation makefile
+- `d74d9444ae9c <https://github.com/open-power/hostboot/commit/d74d9444ae9c>`__ Set simics xml to
+ match simics model for OCMB port numbering
+- `bc80fc6b8435 <https://github.com/open-power/hostboot/commit/bc80fc6b8435>`__ Update istep_mss
+ modules makefile to generate mss accessors
+- `e6832f74ac22 <https://github.com/open-power/hostboot/commit/e6832f74ac22>`__ Add new path in
+ EEPROM device op to allow reading from new EECACHE
+- `7c42c4cac717 <https://github.com/open-power/hostboot/commit/7c42c4cac717>`__ Update simics build
+ and pull in Axone binary to pnor generation
+- `b4d32e92638b <https://github.com/open-power/hostboot/commit/b4d32e92638b>`__ Use shell command
+ to look up CEC_TYPE
+- `2fce6c032485 <https://github.com/open-power/hostboot/commit/2fce6c032485>`__ Add omi
+ setup/training calls to istep 12
+- `a9f93cb8d542 <https://github.com/open-power/hostboot/commit/a9f93cb8d542>`__ Update simics build
+ to include p9a_omi_train_check fixes
+
+Claus Michael Olsen (3):
+
+- `55b7b8fc2712 <https://github.com/open-power/hostboot/commit/55b7b8fc2712>`__ Cleanup: Updated
+ Mvpd access function and removal of unused rings
+- `8d1d1f240749 <https://github.com/open-power/hostboot/commit/8d1d1f240749>`__ Infrastructure
+ support for new MC OMI rings for Axone
+- `52b76be22225 <https://github.com/open-power/hostboot/commit/52b76be22225>`__ P10 prep:
+ Infrastructure (IS) ring Id metadata and API changes
+
+Corey Swenson (10):
+
+- `c2acd2959348 <https://github.com/open-power/hostboot/commit/c2acd2959348>`__ Enable CFM testing
+ of new target data
+- `022bd8f4c321 <https://github.com/open-power/hostboot/commit/022bd8f4c321>`__ Remove inband scom
+ bit 18 workaround comment
+- `f27124c1e25b <https://github.com/open-power/hostboot/commit/f27124c1e25b>`__ Add part number and
+ serial number to error log hw callout data
+- `5656a872211d <https://github.com/open-power/hostboot/commit/5656a872211d>`__ Check for targeting
+ before adding version info in errl commit
+- `83335d59ac59 <https://github.com/open-power/hostboot/commit/83335d59ac59>`__ Enable IPMI errl
+ after targeting is initialized
+- `40039bb5fddf <https://github.com/open-power/hostboot/commit/40039bb5fddf>`__ Extend multicast
+ workaround and add tests
+- `37132b70227c <https://github.com/open-power/hostboot/commit/37132b70227c>`__ Generate error when
+ pnor is not accessed via ipmi
+- `ddae90ce735c <https://github.com/open-power/hostboot/commit/ddae90ce735c>`__ Make MCS acker
+ workaround changes permanent
+- `99bfd4be9d12 <https://github.com/open-power/hostboot/commit/99bfd4be9d12>`__ Use virtual address
+ buffer to read mvpd rings
+- `80cea86add7b <https://github.com/open-power/hostboot/commit/80cea86add7b>`__ Remove call to
+ retrieve data from a previous runtime crash
+
+Dan Crowell (91):
+
+- `f27c103c8f1c <https://github.com/open-power/hostboot/commit/f27c103c8f1c>`__ Modify subsys
+ translation for memory targets
+- `e14387c19cc9 <https://github.com/open-power/hostboot/commit/e14387c19cc9>`__ Fix bad traces in
+ pnor utility functions
+- `1534c78f2989 <https://github.com/open-power/hostboot/commit/1534c78f2989>`__ Add Resolves option
+ for tags
+- `5b97e1cba5e1 <https://github.com/open-power/hostboot/commit/5b97e1cba5e1>`__ Re-enable
+ p9c_mss_draminit_training_advanced
+- `3dd1f642a339 <https://github.com/open-power/hostboot/commit/3dd1f642a339>`__ Remove unused files
+- `53d16c247e67 <https://github.com/open-power/hostboot/commit/53d16c247e67>`__ Fix symsmode check
+ to allow in-memory lookup
+- `8f9c60506bc9 <https://github.com/open-power/hostboot/commit/8f9c60506bc9>`__ Skip call to FSP
+ for runtime deconfigs if there is no FSP
+- `3c435be37674 <https://github.com/open-power/hostboot/commit/3c435be37674>`__ Remove
+ ATTR_PROC_CHIP_MEM_TO_USE
+- `c3dda09f76af <https://github.com/open-power/hostboot/commit/c3dda09f76af>`__ Add constants to
+ core checkstop handler
+- `e37d51a556e6 <https://github.com/open-power/hostboot/commit/e37d51a556e6>`__ Fix array overrun
+ in draminit training advanced
+- `67733e22e0ed <https://github.com/open-power/hostboot/commit/67733e22e0ed>`__ Support for mrwHide
+ attribute from fapi attribute xmls
+- `798b0d2d3fd0 <https://github.com/open-power/hostboot/commit/798b0d2d3fd0>`__ Get rid of extra
+ default for ATTR_CEN_MSS_VREF_CAL_CNTL
+- `6bf123e83d18 <https://github.com/open-power/hostboot/commit/6bf123e83d18>`__ Remove double free
+ from WOF lookup in HBRT
+- `5675c7315db0 <https://github.com/open-power/hostboot/commit/5675c7315db0>`__ Add flag to HWAS
+ Callout for SMP repair indicator
+- `e3ba36df4d51 <https://github.com/open-power/hostboot/commit/e3ba36df4d51>`__ Mirror fixes
+- `a8d65df44910 <https://github.com/open-power/hostboot/commit/a8d65df44910>`__ Documentation for
+ attribute xml tags
+- `1b5a02cab7f8 <https://github.com/open-power/hostboot/commit/1b5a02cab7f8>`__ Use Cumulus DD1.3
+ SBE image instead of DD1.0
+- `cc012e3efd4c <https://github.com/open-power/hostboot/commit/cc012e3efd4c>`__ Move bbuild to
+ b0813a_1832.930
+- `00185ccfdd81 <https://github.com/open-power/hostboot/commit/00185ccfdd81>`__ Increase i2c
+ timeout to 20ms
+- `35083b66077d <https://github.com/open-power/hostboot/commit/35083b66077d>`__ Add brief
+ descriptions for procedure callouts
+- `d897f3d7f7c7 <https://github.com/open-power/hostboot/commit/d897f3d7f7c7>`__ Fix some shortname
+ issues
+- `a5e13152b439 <https://github.com/open-power/hostboot/commit/a5e13152b439>`__ Another fix to
+ symsmode parms for debug mode
+- `1c4ad2c91e38 <https://github.com/open-power/hostboot/commit/1c4ad2c91e38>`__ Remove XSCOM and
+ LPC BARs from MRW processing
+- `1e8f52d2d75a <https://github.com/open-power/hostboot/commit/1e8f52d2d75a>`__ Add ATTR_REL_POS
+ for all units and dimms
+- `ee83b4d3b2e3 <https://github.com/open-power/hostboot/commit/ee83b4d3b2e3>`__ Keep original istep
+ error log during reconfig loops
+- `48dc95aac15c <https://github.com/open-power/hostboot/commit/48dc95aac15c>`__ Enable CUMULUS
+ config to use Zeppelin’s SPDX override
+- `4bff76ae17a5 <https://github.com/open-power/hostboot/commit/4bff76ae17a5>`__ Check capability
+ bit before using wakeup for OPAL in OpenPOWER
+- `7bb1f1275069 <https://github.com/open-power/hostboot/commit/7bb1f1275069>`__ Skip PM FFDC
+ collection if the HOMER is not valid
+- `02f6ebe3f176 <https://github.com/open-power/hostboot/commit/02f6ebe3f176>`__ New FAPI2
+ interfaces to read and write MMIO ranges
+- `8291079771a0 <https://github.com/open-power/hostboot/commit/8291079771a0>`__ Add EQ chiplet to
+ #W errors
+- `2a2962bd96ec <https://github.com/open-power/hostboot/commit/2a2962bd96ec>`__ Undo hack for PM
+ change that got reverted
+- `f04d03f76595 <https://github.com/open-power/hostboot/commit/f04d03f76595>`__ Clear out HOMER
+ attributes and reset PM in PHYP mode
+- `f23a93b5944f <https://github.com/open-power/hostboot/commit/f23a93b5944f>`__ Remove to remirror
+- `4e4dbf34cd08 <https://github.com/open-power/hostboot/commit/4e4dbf34cd08>`__ Forcibly clear all
+ previous wakeups when the PM Complex starts
+- `f359d22efddd <https://github.com/open-power/hostboot/commit/f359d22efddd>`__ Fix CVPD testcases
+ for CDIMM configuration
+- `94c4cbbc02e3 <https://github.com/open-power/hostboot/commit/94c4cbbc02e3>`__ Ignore wakeup
+ failures on checkstopped cores
+- `7a6203d615b8 <https://github.com/open-power/hostboot/commit/7a6203d615b8>`__ Start compiling in
+ attributes under src/import/generic/
+- `7e78cc344a0d <https://github.com/open-power/hostboot/commit/7e78cc344a0d>`__ Fix inverted
+ translation logic in wakeup change
+- `9d54c3e4a33d <https://github.com/open-power/hostboot/commit/9d54c3e4a33d>`__ Attribute cleanup
+- `2cfc8b1e8aa6 <https://github.com/open-power/hostboot/commit/2cfc8b1e8aa6>`__ Increment HBRT EID
+ on every commit
+- `dd13920527a8 <https://github.com/open-power/hostboot/commit/dd13920527a8>`__ Remove deprecated
+ attributes
+- `c33d5206a1af <https://github.com/open-power/hostboot/commit/c33d5206a1af>`__ Make lid_load
+ failures visible logs
+- `46b6d71b01b4 <https://github.com/open-power/hostboot/commit/46b6d71b01b4>`__ Add consistent
+ enter-exit traces for all runtime interfaces
+- `459e8bf8e80e <https://github.com/open-power/hostboot/commit/459e8bf8e80e>`__ Set SBE console
+ enable based on Hostboot config var
+- `c136b6462721 <https://github.com/open-power/hostboot/commit/c136b6462721>`__ Start compiling
+ p9c_mss_row_repair
+- `94566a8b220c <https://github.com/open-power/hostboot/commit/94566a8b220c>`__ Adding prereqs to
+ fix simics fails
+- `52f52bb84c85 <https://github.com/open-power/hostboot/commit/52f52bb84c85>`__ Cleanup to Runtime
+ SCOM RCs
+- `627379aeaa27 <https://github.com/open-power/hostboot/commit/627379aeaa27>`__ sio: Add test for
+ availability - LPC error tweak
+- `14d96c84c0a0 <https://github.com/open-power/hostboot/commit/14d96c84c0a0>`__ Delay targeting
+ update in CFM until all nodes are processed
+- `0482f9183726 <https://github.com/open-power/hostboot/commit/0482f9183726>`__ Couple improvements
+ to some runtime traces
+- `8652b516291e <https://github.com/open-power/hostboot/commit/8652b516291e>`__ Fix reversed
+ polarity in SBE console check
+- `18413b3e3268 <https://github.com/open-power/hostboot/commit/18413b3e3268>`__ Tweaks to traces
+ for runtime error handling
+- `2cf26961a1b5 <https://github.com/open-power/hostboot/commit/2cf26961a1b5>`__ Removing a few more
+ attributes from the Serverwiz2 export list
+- `5ddbd1ea9797 <https://github.com/open-power/hostboot/commit/5ddbd1ea9797>`__ Add HW callout to
+ WOF table errors
+- `33514fd4143b <https://github.com/open-power/hostboot/commit/33514fd4143b>`__ Break down Dump
+ requests into 1MB chunks
+- `13d6fcf76a5f <https://github.com/open-power/hostboot/commit/13d6fcf76a5f>`__ Make Boootloader
+ trace tool follow HRMOR
+- `07f679f36f4c <https://github.com/open-power/hostboot/commit/07f679f36f4c>`__ Clear out FIR Init
+ parameters after extra PM Resets
+- `46edcd4b4dee <https://github.com/open-power/hostboot/commit/46edcd4b4dee>`__ Only save the CME
+ FIR Masks after they have been setup once
+- `55c7c54ca26a <https://github.com/open-power/hostboot/commit/55c7c54ca26a>`__ Initial
+ documentation for initservice
+- `9d418f5eefe3 <https://github.com/open-power/hostboot/commit/9d418f5eefe3>`__ Add missing mutex
+ in LPC error path
+- `e0373c9878e6 <https://github.com/open-power/hostboot/commit/e0373c9878e6>`__ Add Axone targets
+ to fapi error utilities
+- `42e8d57d84b9 <https://github.com/open-power/hostboot/commit/42e8d57d84b9>`__ Make
+ ATTR_CLOCK_PLL_MUX writeable for DS8K
+- `a4d8ef54250c <https://github.com/open-power/hostboot/commit/a4d8ef54250c>`__ Add explorer
+ directory to attribute_info lookup
+- `499916e45869 <https://github.com/open-power/hostboot/commit/499916e45869>`__ Increase ipmi
+ polling frequency to every 1ms
+- `e3007bd7476f <https://github.com/open-power/hostboot/commit/e3007bd7476f>`__ Support for MRW
+ attribute mss_mrw_nvdimm_plug_rules
+- `cbf7565aeb3f <https://github.com/open-power/hostboot/commit/cbf7565aeb3f>`__ Progress code
+ tweaks
+- `4d54d9e0962c <https://github.com/open-power/hostboot/commit/4d54d9e0962c>`__ Mask off OBUS FIRs
+ during MPIPL
+- `b08f9e7eb4a7 <https://github.com/open-power/hostboot/commit/b08f9e7eb4a7>`__ Add header file to
+ keep track of Chip IDs
+- `8e5dda92903e <https://github.com/open-power/hostboot/commit/8e5dda92903e>`__ Reduce ipmi trace
+ spam for pnor hiomap messages
+- `552d96423109 <https://github.com/open-power/hostboot/commit/552d96423109>`__ Hack to force OCMB
+ presence detection
+- `42d89b657da1 <https://github.com/open-power/hostboot/commit/42d89b657da1>`__ Add sync to
+ doorbell function to avoid weak consistency bug
+- `dd65f35941d2 <https://github.com/open-power/hostboot/commit/dd65f35941d2>`__ Add new istep for
+ Hostboot done
+- `44d2700c0eac <https://github.com/open-power/hostboot/commit/44d2700c0eac>`__ Make new WOV
+ attributes override-only
+- `17ba81ec0a52 <https://github.com/open-power/hostboot/commit/17ba81ec0a52>`__ Add msgsync to
+ doorbell wakeup logic to avoid weak consistency bug
+- `ff5e4695cc58 <https://github.com/open-power/hostboot/commit/ff5e4695cc58>`__ Add retry to slave
+ core wakeup path
+- `3e1fcbff53a5 <https://github.com/open-power/hostboot/commit/3e1fcbff53a5>`__ Interface for OCMB
+ getVPD
+- `f34e8263607c <https://github.com/open-power/hostboot/commit/f34e8263607c>`__ Remove
+ p9_dump_stop_info
+- `f6b8ae93833c <https://github.com/open-power/hostboot/commit/f6b8ae93833c>`__ Do not gard cores
+ on the initial core wakeup failure
+- `94fe5da0c6b4 <https://github.com/open-power/hostboot/commit/94fe5da0c6b4>`__ Add FSPBUILD to CI
+ scripts
+- `fa120078b864 <https://github.com/open-power/hostboot/commit/fa120078b864>`__ Add relationships
+ for MCC to PRD
+- `cf7c244558b6 <https://github.com/open-power/hostboot/commit/cf7c244558b6>`__ Move libconsole
+ into base image
+- `4d92ae4d4ac1 <https://github.com/open-power/hostboot/commit/4d92ae4d4ac1>`__ Add missing implied
+ include to populate_hbruntime.H
+- `a733a70261d1 <https://github.com/open-power/hostboot/commit/a733a70261d1>`__ Add more agressive
+ memory allocation calls
+- `8995ddcdc768 <https://github.com/open-power/hostboot/commit/8995ddcdc768>`__ Add a couple useful
+ traces to the PNOR build script
+- `4097d46b7346 <https://github.com/open-power/hostboot/commit/4097d46b7346>`__ Use proper
+ top-level include for fapi2 target
+- `5c187fcbf2bc <https://github.com/open-power/hostboot/commit/5c187fcbf2bc>`__ Handle partial-bad
+ MCS logic correctly
+- `eba5c2ffe5ff <https://github.com/open-power/hostboot/commit/eba5c2ffe5ff>`__ Statically allocate
+ work pages for PNOR Resource Provider
+- `5885d186389e <https://github.com/open-power/hostboot/commit/5885d186389e>`__ Add
+ ATTR_ENABLED_OBUS_BRICKS
+- `361f7d64b58f <https://github.com/open-power/hostboot/commit/361f7d64b58f>`__ Adjust makefile
+ directives for expscomtest
+- `9ea9129a79d5 <https://github.com/open-power/hostboot/commit/9ea9129a79d5>`__ Modify PNOR load
+ order in SBE update to avoid OOM condition
+- `7c0b8df17583 <https://github.com/open-power/hostboot/commit/7c0b8df17583>`__ Method to execute
+ testcases early in the boot
+
+Daniel M. Crowell (2):
+
+- `99761f93896d <https://github.com/open-power/hostboot/commit/99761f93896d>`__ Revert “P10 prep:
+ Infrastructure (IS) ring Id metadata and API changes”
+- `a48f4e959904 <https://github.com/open-power/hostboot/commit/a48f4e959904>`__ Revert “Enhance RAS
+ for case where boot firmware image is too big to load”
+
+Dave Heller (1):
+
+- `f517c6c5507a <https://github.com/open-power/hostboot/commit/f517c6c5507a>`__ Secure Boot: Don’t
+ override user setting of SB_KEEP_CACHE
+
+Dean Sanner (7):
+
+- `5be875d40b41 <https://github.com/open-power/hostboot/commit/5be875d40b41>`__ Handle inter-node
+ HRMOR correctly on 3/4 nodes
+- `437807d50d4a <https://github.com/open-power/hostboot/commit/437807d50d4a>`__ Account for mixed
+ procs in compatibility mode
+- `f629523b932b <https://github.com/open-power/hostboot/commit/f629523b932b>`__ Run INT scominit on
+ all nodes in multinode systems
+- `824747757133 <https://github.com/open-power/hostboot/commit/824747757133>`__ Update
+ computeNonPhypRtTarget for P9C OPAL
+- `fcfd722a6abb <https://github.com/open-power/hostboot/commit/fcfd722a6abb>`__ Support HB running
+ in SMF
+- `4288e39bf210 <https://github.com/open-power/hostboot/commit/4288e39bf210>`__ Support a default
+ risk/init level per MRW
+- `502ca3e72e19 <https://github.com/open-power/hostboot/commit/502ca3e72e19>`__ Find cpu struct
+ directly in doorbell interrupt handler
+
+Dhruvaraj Subhashchandran (5):
+
+- `1441646529dc <https://github.com/open-power/hostboot/commit/1441646529dc>`__ Skipping FSP access
+ check for FAPI attributes
+- `f5db0c7eb220 <https://github.com/open-power/hostboot/commit/f5db0c7eb220>`__ Add recovered gard
+ log only for garded targets.
+- `3b5764defdff <https://github.com/open-power/hostboot/commit/3b5764defdff>`__ Skip resource
+ recovery for node and power gard.
+- `223824211e63 <https://github.com/open-power/hostboot/commit/223824211e63>`__ Additional field to
+ indicate sync in attribute metadata.
+- `7f52979db708 <https://github.com/open-power/hostboot/commit/7f52979db708>`__ fix Skip resource
+ recovery for node and power gard.
+
+Elizabeth Liner (4):
+
+- `d409b6a48945 <https://github.com/open-power/hostboot/commit/d409b6a48945>`__ Removing testcase
+ that is no longer valid.
+- `63e6fb743366 <https://github.com/open-power/hostboot/commit/63e6fb743366>`__ Turning off some
+ VPD test cases for Cumulus only
+- `d7cc38f0dbce <https://github.com/open-power/hostboot/commit/d7cc38f0dbce>`__ Adding VPD testing
+ data for Cumulus and Nimbus.
+- `c3499cc7e8cc <https://github.com/open-power/hostboot/commit/c3499cc7e8cc>`__ Adding cumulus
+ model to ci testing
+
+Evan Lojewski (4):
+
+- `6cb1702db533 <https://github.com/open-power/hostboot/commit/6cb1702db533>`__ Update to allow
+ DDR4-SORDIMM modules to be used. [2/2]
+- `916771c0f54f <https://github.com/open-power/hostboot/commit/916771c0f54f>`__ Update to allow
+ DDR4-SORDIMM modules to be used. [1/2]
+- `cccf89e092dd <https://github.com/open-power/hostboot/commit/cccf89e092dd>`__ Add additional 2133
+ and 1866 ps values for spd parsing.
+- `febbe519b1fc <https://github.com/open-power/hostboot/commit/febbe519b1fc>`__ Update to allow
+ DDR4-SORDIMM modules to be used [3].
+
+Greg Still (3):
+
+- `931118120f2b <https://github.com/open-power/hostboot/commit/931118120f2b>`__ PM: Move PBAFIR
+ checkstops to recoverable attentions
+- `47c5001b587c <https://github.com/open-power/hostboot/commit/47c5001b587c>`__ SMF: SBE updates
+ for SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
+- `475664f1fa35 <https://github.com/open-power/hostboot/commit/475664f1fa35>`__ PM: fix cable pull
+ issue in clearing clock sync upon PM Complex Reset
+
+Gregory S. Still (1):
+
+- `5c7c298d058e <https://github.com/open-power/hostboot/commit/5c7c298d058e>`__ Revert “PM:
+ OCC<>PGPE interface for P9+”
+
+Ilya Smirnov (27):
+
+- `d2c065d794ce <https://github.com/open-power/hostboot/commit/d2c065d794ce>`__ Display Secure Mode
+ Console Trace During Boot
+- `f4f189641a8a <https://github.com/open-power/hostboot/commit/f4f189641a8a>`__ Attach Traces to
+ call_mss_eff_config Errors
+- `ba8d9b8321dd <https://github.com/open-power/hostboot/commit/ba8d9b8321dd>`__ Mark
+ IPC_DATA_INVALID Errors as Informational
+- `2ff7bd1af135 <https://github.com/open-power/hostboot/commit/2ff7bd1af135>`__ Sync Attributes to
+ FSP In TPM Required Path
+- `f70518cf12dc <https://github.com/open-power/hostboot/commit/f70518cf12dc>`__ Set TPM_UNUSABLE
+ Only if TPM is Required
+- `fd77849e3981 <https://github.com/open-power/hostboot/commit/fd77849e3981>`__ Port System and
+ Node Targets Stitching Code
+- `7b8e409427f3 <https://github.com/open-power/hostboot/commit/7b8e409427f3>`__ Don’t Process
+ Interrupts During Shutdown
+- `bdcb33b8fd84 <https://github.com/open-power/hostboot/commit/bdcb33b8fd84>`__ SMF: Store URMOR
+ SPR Value in host_build_stop_image
+- `22134d69a201 <https://github.com/open-power/hostboot/commit/22134d69a201>`__ SMF: Port NVRAM
+ Reading Logic From Skiboot
+- `1aae1ba2930c <https://github.com/open-power/hostboot/commit/1aae1ba2930c>`__ Move HOMER BAR to
+ Secure Memory in SMF Mode
+- `c8511398e857 <https://github.com/open-power/hostboot/commit/c8511398e857>`__ Serialize the Check
+ For Prologs in CI
+- `50182cf759b9 <https://github.com/open-power/hostboot/commit/50182cf759b9>`__ SMF: Distribute
+ Secure Memory Among Procs
+- `19a6643807b0 <https://github.com/open-power/hostboot/commit/19a6643807b0>`__ Fix HDAT PNOR
+ Partition’s Offset
+- `082f9363ee8e <https://github.com/open-power/hostboot/commit/082f9363ee8e>`__ SMF: Temporary Put
+ HOMER In Non-Secure Memory
+- `36bd1dae2188 <https://github.com/open-power/hostboot/commit/36bd1dae2188>`__ Unit Tests For
+ NVRAM Checking/Reading
+- `4ba2815b6b76 <https://github.com/open-power/hostboot/commit/4ba2815b6b76>`__ Unit Tests For
+ Adjusting SMF HOMER BAR
+- `21f75b9e4475 <https://github.com/open-power/hostboot/commit/21f75b9e4475>`__ SMF: NVRAM Reading
+ and Mem Distribution end-to-end Changes
+- `26f7f6d12b11 <https://github.com/open-power/hostboot/commit/26f7f6d12b11>`__ Trustedboot:
+ GetRandom API Changes
+- `e7a324f7574b <https://github.com/open-power/hostboot/commit/e7a324f7574b>`__ Create an
+ LRDIMM_CAPABLE HB Config
+- `39295f752d61 <https://github.com/open-power/hostboot/commit/39295f752d61>`__ Follow-up Changes
+ on SMF NVRAM End-To-End
+- `868b68df85eb <https://github.com/open-power/hostboot/commit/868b68df85eb>`__ Secureboot: Add New
+ TPM Commands For Nodecomm
+- `9de9d8f7c5b5 <https://github.com/open-power/hostboot/commit/9de9d8f7c5b5>`__ SMF: Create New
+ UVBWLIST Partition
+- `faafdfcec87b <https://github.com/open-power/hostboot/commit/faafdfcec87b>`__ Remove Hardcoded
+ *.prf.err.o and *.prf.reg.o From errltool Makefile
+- `00325c6de8ba <https://github.com/open-power/hostboot/commit/00325c6de8ba>`__ Secureboot:
+ Enhanced Multinode Comm: Slave Node
+- `3a6180ba3559 <https://github.com/open-power/hostboot/commit/3a6180ba3559>`__ Secureboot:
+ Enhanced Multinode Comm: Master Node
+- `09e13a7563a3 <https://github.com/open-power/hostboot/commit/09e13a7563a3>`__ Secureboot:
+ Enhanced Multinode Comm: Quote Size Fix
+- `cab3c5b1f80c <https://github.com/open-power/hostboot/commit/cab3c5b1f80c>`__ Secureboot:
+ Enhanced Multinode Comm: Add size of quote & signature to slv quote
+
+Jacob Harvey (5):
+
+- `54a05ea9d278 <https://github.com/open-power/hostboot/commit/54a05ea9d278>`__ Implement BC
+ attributes and make eff_dimm class
+- `17244eeb2294 <https://github.com/open-power/hostboot/commit/17244eeb2294>`__ Update
+ mss_eff_config to L3
+- `5505f90c9c82 <https://github.com/open-power/hostboot/commit/5505f90c9c82>`__ Fix memory plug
+ rules and error handling
+- `17a5d5f52af1 <https://github.com/open-power/hostboot/commit/17a5d5f52af1>`__ Remove logErrors in
+ plug_rules
+- `8b1a3dcf482e <https://github.com/open-power/hostboot/commit/8b1a3dcf482e>`__ L3 work for mss
+ xmls
+
+Jan Hlavac (1):
+
+- `9be05f401c09 <https://github.com/open-power/hostboot/commit/9be05f401c09>`__ linker: fix
+ compiler warnings
+
+Jayashankar Padath (1):
+
+- `540894339115 <https://github.com/open-power/hostboot/commit/540894339115>`__ HDAT: Fused core
+ and memorymap version support
+
+Jaymes Wilks (6):
+
+- `ae718b725e8c <https://github.com/open-power/hostboot/commit/ae718b725e8c>`__ Callout
+ non-functional TPM before processor on I2C
+- `8b8b8de88700 <https://github.com/open-power/hostboot/commit/8b8b8de88700>`__ Implement generic
+ i2c device callouts for FSP
+- `00d9a1bc226b <https://github.com/open-power/hostboot/commit/00d9a1bc226b>`__ Disable tolerating
+ blacklist violations
+- `87adeec28640 <https://github.com/open-power/hostboot/commit/87adeec28640>`__ Support
+ openpower-specific I2C device callouts
+- `4694514bf5ce <https://github.com/open-power/hostboot/commit/4694514bf5ce>`__ Zero out TPM FRU ID
+ to avoid hostboot crash
+- `1851aa0056c5 <https://github.com/open-power/hostboot/commit/1851aa0056c5>`__ Add TPM FRU
+ Inventory Record Data
+
+Jennifer A. Stofer (6):
+
+- `7e8b0c98a623 <https://github.com/open-power/hostboot/commit/7e8b0c98a623>`__ Revert “Adding p9a
+ support.”
+- `edcc962667ba <https://github.com/open-power/hostboot/commit/edcc962667ba>`__ Revert “Verify
+ Clock/power state on non functional EX/Core/quad chiplets”
+- `d9535e096407 <https://github.com/open-power/hostboot/commit/d9535e096407>`__ Revert “Adds
+ exp_draminit_mc”
+- `7f8346297acd <https://github.com/open-power/hostboot/commit/7f8346297acd>`__ Revert “lpc_init:
+ Correct LPC host controller timeout value”
+- `117289f4ebcf <https://github.com/open-power/hostboot/commit/117289f4ebcf>`__ Revert “Adds
+ exp_draminit_mc”
+- `acd134ba521f <https://github.com/open-power/hostboot/commit/acd134ba521f>`__ Revert “Adds
+ exp_draminit_mc”
+
+Jenny Huynh (16):
+
+- `2a377a20bf0b <https://github.com/open-power/hostboot/commit/2a377a20bf0b>`__ Secure memory
+ allocation and setup
+- `34d3b9353e22 <https://github.com/open-power/hostboot/commit/34d3b9353e22>`__ Avoid enabling smf
+ bits in nmmu logic for P9
+- `25be20644f96 <https://github.com/open-power/hostboot/commit/25be20644f96>`__ SW427193 /
+ HW461448: Enable memory controller wat
+- `a291da772449 <https://github.com/open-power/hostboot/commit/a291da772449>`__ Mask early hang
+ indicators from nmmu/vas unit
+- `d72526550ef6 <https://github.com/open-power/hostboot/commit/d72526550ef6>`__ Mask NMMUFIR(7),
+ NMMUFIR(36:39)
+- `a04dc7a75506 <https://github.com/open-power/hostboot/commit/a04dc7a75506>`__ Enforce SMF size
+ requirements and correct valid bit
+- `e8825169c84c <https://github.com/open-power/hostboot/commit/e8825169c84c>`__ HW471413 Aggressive
+ Uncle: disable ERAT thread sharing
+- `0faf0e05fd41 <https://github.com/open-power/hostboot/commit/0faf0e05fd41>`__ Tune xbus
+ packet_delay_limit for various systems
+- `c955ff685e66 <https://github.com/open-power/hostboot/commit/c955ff685e66>`__ Enable Nimbus DD23
+ risk levels
+- `0da0d7545191 <https://github.com/open-power/hostboot/commit/0da0d7545191>`__ HW477626 Dangerous
+ Elk - Applies to CDD12+
+- `be4944d74f10 <https://github.com/open-power/hostboot/commit/be4944d74f10>`__ HW477626 Dangerous
+ Elk - Temporarily apply to CDD13 native only
+- `98baafa55ea7 <https://github.com/open-power/hostboot/commit/98baafa55ea7>`__ Additional core
+ inits for Nimbus DD2.3 compatibility modes
+- `12dcf0ae25d2 <https://github.com/open-power/hostboot/commit/12dcf0ae25d2>`__ HW477626 Dangerous
+ Elk - Reapply for all CDD12+ risk levels
+- `7a82f47fd3ba <https://github.com/open-power/hostboot/commit/7a82f47fd3ba>`__ Axone core initfile
+ update to match Nimbus DD23
+- `20e1afb247a2 <https://github.com/open-power/hostboot/commit/20e1afb247a2>`__ Adjust PVR Version
+ for Axone
+- `cbea08dbf1b3 <https://github.com/open-power/hostboot/commit/cbea08dbf1b3>`__ Secure memory
+ allocation and setup
+
+Joachim Fenkes (11):
+
+- `3dcbd232eb5d <https://github.com/open-power/hostboot/commit/3dcbd232eb5d>`__ p9_sbe_lpc_init:
+ Improve reset
+- `93478adb3314 <https://github.com/open-power/hostboot/commit/93478adb3314>`__ p9_tod_init: Update
+ spread spectrum synchronization for Axone
+- `05f19a490fbe <https://github.com/open-power/hostboot/commit/05f19a490fbe>`__ p9_sbe_lpc_init:
+ Fix LPC bus LRESET for DD2
+- `4f5f6328360a <https://github.com/open-power/hostboot/commit/4f5f6328360a>`__ p9_sbe_lpc_init:
+ Fix timeout setup
+- `959908a2a341 <https://github.com/open-power/hostboot/commit/959908a2a341>`__ p9_sbe_lpc_init:
+ Add final check for errors
+- `f9656dc74945 <https://github.com/open-power/hostboot/commit/f9656dc74945>`__ p9_sbe_lpc_init:
+ Improve reset
+- `a35686ddb6ca <https://github.com/open-power/hostboot/commit/a35686ddb6ca>`__ lpc_init: Correct
+ LPC host controller timeout value
+- `5d01411aaf3b <https://github.com/open-power/hostboot/commit/5d01411aaf3b>`__ p9_sbe_lpc_init:
+ Skip final error check for Fleetwood GA1
+- `5e4b564b9cc3 <https://github.com/open-power/hostboot/commit/5e4b564b9cc3>`__ FAPI2: Multicast
+ API 1/2: Platform-breaking changes
+- `7d9e00e84843 <https://github.com/open-power/hostboot/commit/7d9e00e84843>`__ FAPI2: Multicast
+ API 2/2: Introduce the actual multicast functions
+- `5cf2cfc52a72 <https://github.com/open-power/hostboot/commit/5cf2cfc52a72>`__ p9_sbe_npll_setup:
+ Enable spread spectrum before starting PLL
+
+Joe McGill (26):
+
+- `6f42293e7704 <https://github.com/open-power/hostboot/commit/6f42293e7704>`__ set PEC disable
+ store thread based ordering chicken switches
+- `1d72c0ee82a2 <https://github.com/open-power/hostboot/commit/1d72c0ee82a2>`__
+ p9_sbe_check_quiesce – restore call to p9_int_scrub_caches
+- `613fa4b3a5c5 <https://github.com/open-power/hostboot/commit/613fa4b3a5c5>`__ p9_mss_eff_grouping
+ – comment, whitespace only updates
+- `41556dbc622c <https://github.com/open-power/hostboot/commit/41556dbc622c>`__
+ p9.int.scom.initfile – increase INT_VC_AIB_TIMEOUT
+- `6bf2d027a217 <https://github.com/open-power/hostboot/commit/6bf2d027a217>`__ p9_sbe_scominit –
+ set XSCOM BAR in secure memory with SMF enabled
+- `3a9f22d17780 <https://github.com/open-power/hostboot/commit/3a9f22d17780>`__
+ p9.pci.scan.initfile – replace 62028 implementation with initfile entry
+- `cdf4b35b7d63 <https://github.com/open-power/hostboot/commit/cdf4b35b7d63>`__ mask VAS FIR bits
+ 33,35,37
+- `b255bf6cc5d8 <https://github.com/open-power/hostboot/commit/b255bf6cc5d8>`__ p9_obus_fir_utils –
+ create header for OBUS FIR settings
+- `3fa58ab0e303 <https://github.com/open-power/hostboot/commit/3fa58ab0e303>`__ Validate OBUS DL
+ lane failed indications during initial link training
+- `73f196ac8f86 <https://github.com/open-power/hostboot/commit/73f196ac8f86>`__ p9_xip_customize.C
+ – update filter PLL bucket select only for AW keyword ver2
+- `c6643d484b19 <https://github.com/open-power/hostboot/commit/c6643d484b19>`__ apply INT ARX clock
+ gate disable to p9n DD2.0 hardware
+- `c17dc98087ad <https://github.com/open-power/hostboot/commit/c17dc98087ad>`__ validate DL, TL,
+ iovalid state prior to SMP build
+- `9a96890811e7 <https://github.com/open-power/hostboot/commit/9a96890811e7>`__ p9_fab_iovalid –
+ enhance half-link fail determination
+- `b407cfc0f325 <https://github.com/open-power/hostboot/commit/b407cfc0f325>`__ Updates to permit
+ synchronized SS PLL spreading via TOD
+- `af570fbad576 <https://github.com/open-power/hostboot/commit/af570fbad576>`__ nest updates for
+ p9c DD1.3 native and p9c DD1.2 compatibility modes
+- `b38e80aebe0e <https://github.com/open-power/hostboot/commit/b38e80aebe0e>`__ prevent NVDL
+ recal_abort to OBUS PHY during SMP usage
+- `f784325ac298 <https://github.com/open-power/hostboot/commit/f784325ac298>`__
+ p9.int.scom.initfile – increase PC timeouts
+- `b0270a92f421 <https://github.com/open-power/hostboot/commit/b0270a92f421>`__
+ p9.int.scom.initfile – mask early hang indicator FIR bits
+- `5a2e55b7708e <https://github.com/open-power/hostboot/commit/5a2e55b7708e>`__ SMP ABUS – use
+ pattern A to detect lane failures
+- `69cc45d8f059 <https://github.com/open-power/hostboot/commit/69cc45d8f059>`__ FBC ABUS TDM inject
+ and recovery HWPs
+- `1720267b190a <https://github.com/open-power/hostboot/commit/1720267b190a>`__ p9_mss_eff_grouping
+ – update deconfiguration rules
+- `c4f812722685 <https://github.com/open-power/hostboot/commit/c4f812722685>`__ FBC TDM recovery –
+ PPE update, clear recal_abort, pdwn unconnected lanes
+- `d902dfa03562 <https://github.com/open-power/hostboot/commit/d902dfa03562>`__ apply HW423589
+ option1 (MCD disable) workaround for p9n DD2.1
+- `9ac0a51a20c1 <https://github.com/open-power/hostboot/commit/9ac0a51a20c1>`__ p9_query_mssinfo –
+ adjust total memory reporting
+- `975f684980c6 <https://github.com/open-power/hostboot/commit/975f684980c6>`__ p9_query_mssinfo –
+ fill mirror_policy regardless of platform mirror support
+- `e8cfacbc3232 <https://github.com/open-power/hostboot/commit/e8cfacbc3232>`__ allow option to
+ enforce mirroring of all system memory
+
+Joel Stanley (2):
+
+- `b24deec9bad7 <https://github.com/open-power/hostboot/commit/b24deec9bad7>`__ bootconfig:
+ Describe pnor boot flags
+- `de2d12b23dff <https://github.com/open-power/hostboot/commit/de2d12b23dff>`__ fapi2: Use correct
+ RingMode type
+
+John Rell (11):
+
+- `b2ff2dd0c8e5 <https://github.com/open-power/hostboot/commit/b2ff2dd0c8e5>`__ jgr18081500
+ ctle_coarse update for SW442177
+- `293c1262d807 <https://github.com/open-power/hostboot/commit/293c1262d807>`__ jgr17042800 Updated
+ Obus scom initfile
+- `396eca7c503c <https://github.com/open-power/hostboot/commit/396eca7c503c>`__ jgr17050500 Updated
+ Obus initfile for HW405290
+- `58b5e5dba045 <https://github.com/open-power/hostboot/commit/58b5e5dba045>`__ jgr17061500 Nim
+ Obus DD2 update
+- `aeed09827aef <https://github.com/open-power/hostboot/commit/aeed09827aef>`__ jgr17071200 Removed
+ pdwn settings
+- `7772f8c9a003 <https://github.com/open-power/hostboot/commit/7772f8c9a003>`__ jgr17081500 Update
+ TX_ZCAL_P_4X settings for dmi,o,x buses
+- `1821567eaf9b <https://github.com/open-power/hostboot/commit/1821567eaf9b>`__ jgr17082300 Setting
+ changes for HW41801 HW419305
+- `3e89694dba30 <https://github.com/open-power/hostboot/commit/3e89694dba30>`__ jgr17083100 Fixed
+ overlooked setting from gerrit change 45079 and HW419305
+- `254e702fe7ff <https://github.com/open-power/hostboot/commit/254e702fe7ff>`__ jgr171017 Setting
+ changes for Obus boardwire vs cable
+- `a712f59387fd <https://github.com/open-power/hostboot/commit/a712f59387fd>`__ jgr18042600 Changed
+ rx_recal_abort_dl_mask=0 for cumulus HW446964
+- `5299301303d4 <https://github.com/open-power/hostboot/commit/5299301303d4>`__ jgr18081500
+ ctle_coarse update for SW442177
+
+Li Meng (11):
+
+- `24186bec3e6e <https://github.com/open-power/hostboot/commit/24186bec3e6e>`__ add lrdimm plug
+ rules
+- `51f5db9c1519 <https://github.com/open-power/hostboot/commit/51f5db9c1519>`__ Adds new LRDIMM raw
+ cards settings
+- `bd720a49650e <https://github.com/open-power/hostboot/commit/bd720a49650e>`__ Creates LRDIMM
+ mrep/dwl calibration recorder class
+- `f7cb4b2a4cf4 <https://github.com/open-power/hostboot/commit/f7cb4b2a4cf4>`__ Adds LRDIMM MWD
+ coarse training step
+- `9b441810e8d7 <https://github.com/open-power/hostboot/commit/9b441810e8d7>`__ Adds LRDIMM MWD
+ fine training step
+- `7381575f36f5 <https://github.com/open-power/hostboot/commit/7381575f36f5>`__ Adds error logging
+ features to LRDIMM MRD_COARSE
+- `92878a72ccf2 <https://github.com/open-power/hostboot/commit/92878a72ccf2>`__ Adds some BCW safe
+ delay for LRDIMM
+- `4e3054b31ad3 <https://github.com/open-power/hostboot/commit/4e3054b31ad3>`__ Adds workaround for
+ LRDIMM to clear FIRs
+- `ed2c193506ec <https://github.com/open-power/hostboot/commit/ed2c193506ec>`__ Adds new algorithm
+ for DWL
+- `076b28a8f445 <https://github.com/open-power/hostboot/commit/076b28a8f445>`__ Adds RAS features
+ to LRDIMM MRD_FINE and use fine_recorder class
+- `2ec59e8cf6b9 <https://github.com/open-power/hostboot/commit/2ec59e8cf6b9>`__ Fixes LRDIMM
+ training issue
+
+Louis Stermole (43):
+
+- `85a561df01c8 <https://github.com/open-power/hostboot/commit/85a561df01c8>`__ Improve WR_VREF
+ shmoo algorithm in p9c training_adv
+- `12289773b37d <https://github.com/open-power/hostboot/commit/12289773b37d>`__ Setup terminations
+ on non-calibrating ranks during WR_LVL on DDR3
+- `c66059fce342 <https://github.com/open-power/hostboot/commit/c66059fce342>`__ Fix PDA fails due
+ to DRAM count on CDIMMs in p9c WR_VREF shmoo
+- `648be0c060f6 <https://github.com/open-power/hostboot/commit/648be0c060f6>`__ Add default
+ (initToZero) for ATTR_CEN_LRDIMM_RANK_MULT_MODE
+- `f62ab04343d1 <https://github.com/open-power/hostboot/commit/f62ab04343d1>`__ Reduce size of
+ generic_shmoo class in firmware
+- `a84a3f3af197 <https://github.com/open-power/hostboot/commit/a84a3f3af197>`__ Add option to
+ increase VREF step in p9c characterization shmoo
+- `7fa5843dd1b5 <https://github.com/open-power/hostboot/commit/7fa5843dd1b5>`__ Change p9c box
+ shmoo callouts from recovered to predictive
+- `7a9396eef7d8 <https://github.com/open-power/hostboot/commit/7a9396eef7d8>`__ Add plug rule for
+ dual-drop DIMM configs that produce different xlate settings
+- `5abc57bc8352 <https://github.com/open-power/hostboot/commit/5abc57bc8352>`__ Add empty files for
+ p9c soft PPR (row repair) function
+- `0101df38954b <https://github.com/open-power/hostboot/commit/0101df38954b>`__ Multiple fixes to
+ enable p9c draminit_training_adv during IPL
+- `bdf069fd1360 <https://github.com/open-power/hostboot/commit/bdf069fd1360>`__ Add soft PPR (row
+ repair) function for p9c
+- `93192aff25f4 <https://github.com/open-power/hostboot/commit/93192aff25f4>`__ Add row repair
+ access functions and attr switches for p9c
+- `a7b46bd16dfc <https://github.com/open-power/hostboot/commit/a7b46bd16dfc>`__ Fix makefile error
+ for p9c_mss_draminit_mc
+- `81faecc96e97 <https://github.com/open-power/hostboot/commit/81faecc96e97>`__ Change training_adv
+ sanity check fail to a recovered fail for p9c
+- `e5eb14043e5d <https://github.com/open-power/hostboot/commit/e5eb14043e5d>`__ Fix attribute
+ access errors in p9c row_repair
+- `12eac54482d5 <https://github.com/open-power/hostboot/commit/12eac54482d5>`__ Re-enable training
+ advanced WR_VREF algorithm in xml for p9c
+- `fecb93f47316 <https://github.com/open-power/hostboot/commit/fecb93f47316>`__ Fix Centaur
+ workaround in p9c_mss_row_repair
+- `59b84449bc49 <https://github.com/open-power/hostboot/commit/59b84449bc49>`__ Remove some debug
+ trace from p9c_mss_draminit_training_adv code
+- `7b0ac241e5dd <https://github.com/open-power/hostboot/commit/7b0ac241e5dd>`__ Fix MR0 corruption
+ when applying rank1 row repair on p9c
+- `b26e6d85c030 <https://github.com/open-power/hostboot/commit/b26e6d85c030>`__ Fix RCD parity
+ errors in p9c row repair
+- `de9ec8dc9ca5 <https://github.com/open-power/hostboot/commit/de9ec8dc9ca5>`__ Add blank
+ gen_mss_volt.H file for HB mirror
+- `25b23bbf3086 <https://github.com/open-power/hostboot/commit/25b23bbf3086>`__ Add empty files for
+ porting mss_volt to generic
+- `6a6ee6a74bce <https://github.com/open-power/hostboot/commit/6a6ee6a74bce>`__ Move MSS volt attr
+ setters to generic folder
+- `3ef628970ba2 <https://github.com/open-power/hostboot/commit/3ef628970ba2>`__ Move
+ MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding
+- `3a992958a6d4 <https://github.com/open-power/hostboot/commit/3a992958a6d4>`__ Add p9a_mss_volt
+ procedure
+- `856a7adf6b50 <https://github.com/open-power/hostboot/commit/856a7adf6b50>`__ Fix RC09 ODT errors
+ on Nimbus dual-drop configs
+- `6a5388bbc8b0 <https://github.com/open-power/hostboot/commit/6a5388bbc8b0>`__ Add new MSS
+ attributes for Axone
+- `caec0f122a55 <https://github.com/open-power/hostboot/commit/caec0f122a55>`__ Convert mss
+ explorer and axone code to use attr accessors
+- `bd23628e6e9d <https://github.com/open-power/hostboot/commit/bd23628e6e9d>`__ Add generic
+ attribute accessor script and makefiles
+- `3d3ef8466200 <https://github.com/open-power/hostboot/commit/3d3ef8466200>`__ Add p9a_mss_volt
+ procedure
+- `7315298af82e <https://github.com/open-power/hostboot/commit/7315298af82e>`__ Add
+ ATTR_MSS_MEM_MVPD_FWMS to generic xml and fix accessor
+- `142cc29ed9f7 <https://github.com/open-power/hostboot/commit/142cc29ed9f7>`__ Fix 1-rank row
+ repair case in p9c draminit_training and draminit_mc
+- `6ad9d52a4bad <https://github.com/open-power/hostboot/commit/6ad9d52a4bad>`__ Convert mss
+ explorer and axone code to use attr accessors
+- `5421995274d7 <https://github.com/open-power/hostboot/commit/5421995274d7>`__ Add generic
+ attribute accessor script and makefiles
+- `f902471a6092 <https://github.com/open-power/hostboot/commit/f902471a6092>`__ Add new MSS
+ attributes for Axone
+- `5aa25ac451da <https://github.com/open-power/hostboot/commit/5aa25ac451da>`__ Add
+ ATTR_MSS_MEM_MVPD_FWMS to generic xml and fix accessor
+- `8928ba650762 <https://github.com/open-power/hostboot/commit/8928ba650762>`__ Convert mss
+ explorer and axone code to use attr accessors
+- `b22fa9e19c1a <https://github.com/open-power/hostboot/commit/b22fa9e19c1a>`__ Add p9a_mss_volt
+ procedure
+- `da8dc237c389 <https://github.com/open-power/hostboot/commit/da8dc237c389>`__ Add new MSS
+ attributes for Axone
+- `a89240102641 <https://github.com/open-power/hostboot/commit/a89240102641>`__ Convert mss
+ explorer and axone code to use attr accessors
+- `1fba0b5d505f <https://github.com/open-power/hostboot/commit/1fba0b5d505f>`__ Add p9a_mss_volt
+ procedure
+- `8fd946fc4b38 <https://github.com/open-power/hostboot/commit/8fd946fc4b38>`__ Add generic
+ attribute accessor script and makefiles
+- `66a5ca389cf9 <https://github.com/open-power/hostboot/commit/66a5ca389cf9>`__ Add new MSS
+ attributes for Axone
+
+Matt Derksen (36):
+
+- `b7906419b3bc <https://github.com/open-power/hostboot/commit/b7906419b3bc>`__ Call
+ fapi2::getSPD() via FAPI_INVOKE_HWP
+- `3e645f2d3703 <https://github.com/open-power/hostboot/commit/3e645f2d3703>`__ Add WOF compare
+ data section for RC_WOF_TABLE_NOT_FOUND errors
+- `27c01047205d <https://github.com/open-power/hostboot/commit/27c01047205d>`__ Use hostservice to
+ do special wakeup at runtime for open-power systems
+- `78c7928126a9 <https://github.com/open-power/hostboot/commit/78c7928126a9>`__ Only store HRMOR
+ value on primary node
+- `847e8ef1fbeb <https://github.com/open-power/hostboot/commit/847e8ef1fbeb>`__ Add hostboot
+ reserved memory mirroring support
+- `14340c147361 <https://github.com/open-power/hostboot/commit/14340c147361>`__ Use
+ ATTR_MAX_COMPUTE_NODES_PER_SYSTEM instead of hardcoding
+- `7c5afbddbf0a <https://github.com/open-power/hostboot/commit/7c5afbddbf0a>`__ Additional tracing
+ for shutdown events
+- `2968366be470 <https://github.com/open-power/hostboot/commit/2968366be470>`__ Add thread ID into
+ trace_lite traces
+- `716f5fdcab1d <https://github.com/open-power/hostboot/commit/716f5fdcab1d>`__ Fix part
+ translation for SMP_CABLE callout
+- `165bb46bac36 <https://github.com/open-power/hostboot/commit/165bb46bac36>`__ Support fapi2 i2c
+ functions
+- `1c97a157a652 <https://github.com/open-power/hostboot/commit/1c97a157a652>`__ Cxxtest for
+ fapi_i2c support
+- `667b300924ee <https://github.com/open-power/hostboot/commit/667b300924ee>`__ Fix cscope segfault
+ problem
+- `39b2ccdfc8b3 <https://github.com/open-power/hostboot/commit/39b2ccdfc8b3>`__ Fix compile error
+- `f07e1f685951 <https://github.com/open-power/hostboot/commit/f07e1f685951>`__ Fix WOF data not
+ found FFDC
+- `a45ace1ec733 <https://github.com/open-power/hostboot/commit/a45ace1ec733>`__ Send Attn chip list
+ for monitoring
+- `1e21ee6d26e5 <https://github.com/open-power/hostboot/commit/1e21ee6d26e5>`__ Allow stopIPL to be
+ called before istepdispatcher is loaded
+- `1e1b50096bb4 <https://github.com/open-power/hostboot/commit/1e1b50096bb4>`__ Support fapi2 MMIO
+ functions
+- `2dfa56b49d0e <https://github.com/open-power/hostboot/commit/2dfa56b49d0e>`__ Deconfig parent
+ rollup simplified
+- `b3290cc00d17 <https://github.com/open-power/hostboot/commit/b3290cc00d17>`__ Fix
+ predicateHwasChanged to only check subscribed bits
+- `b01425166372 <https://github.com/open-power/hostboot/commit/b01425166372>`__ Update WOF errl
+ parser to allow for padding
+- `f1f22626aa57 <https://github.com/open-power/hostboot/commit/f1f22626aa57>`__ Disable HX keyword
+ bifurcation
+- `881634a4e1f6 <https://github.com/open-power/hostboot/commit/881634a4e1f6>`__ Add ATTR_REL_POS to
+ NIMBUS system xml
+- `c8c73af1c713 <https://github.com/open-power/hostboot/commit/c8c73af1c713>`__ Deconfigure parent
+ if no more functioning children of child’s type
+- `b9a994a7a57a <https://github.com/open-power/hostboot/commit/b9a994a7a57a>`__ Support version 2
+ of PEC_PCIE_HX_KEYWORD_DATA
+- `b95e95e56ed7 <https://github.com/open-power/hostboot/commit/b95e95e56ed7>`__ Use RC_NO_SPIRA
+ instead of RC_BAD_NACA for error log
+- `386e53387a30 <https://github.com/open-power/hostboot/commit/386e53387a30>`__ No parent rollup
+ for OBUS children
+- `ad1c30eb712f <https://github.com/open-power/hostboot/commit/ad1c30eb712f>`__ Move NVDIMM
+ operations under NVDIMM modules
+- `799f85e1af46 <https://github.com/open-power/hostboot/commit/799f85e1af46>`__ Change to
+ DELAYED_DECONFIG for HX_KEYWORD errors
+- `cb35695328fb <https://github.com/open-power/hostboot/commit/cb35695328fb>`__ Inform PHYP of
+ NVDIMM protection by OCC
+- `0b958d9ac441 <https://github.com/open-power/hostboot/commit/0b958d9ac441>`__ OCC active
+ notification for NVDIMM protection
+- `ca540331fa7c <https://github.com/open-power/hostboot/commit/ca540331fa7c>`__ Enable NVDIMM code
+ on FSP-based systems
+- `8293d83310c1 <https://github.com/open-power/hostboot/commit/8293d83310c1>`__ Fix deconfigure
+ parent rollup policy
+- `6c2654db4623 <https://github.com/open-power/hostboot/commit/6c2654db4623>`__ Manually garded
+ targets incorrectly being resource recovered
+- `855fc5f9694d <https://github.com/open-power/hostboot/commit/855fc5f9694d>`__ Explorer_inband
+ support: add response data buffer to getRSP
+- `40cbc0048661 <https://github.com/open-power/hostboot/commit/40cbc0048661>`__ OpenPOWER support
+ for native and compatibility mode for DD2.3
+- `37e67698be56 <https://github.com/open-power/hostboot/commit/37e67698be56>`__ Framework for
+ NVDIMM update
+
+Matt K. Light (3):
+
+- `501844c893e5 <https://github.com/open-power/hostboot/commit/501844c893e5>`__ fapi2 i2c access
+ headers
+- `9af02ab015ac <https://github.com/open-power/hostboot/commit/9af02ab015ac>`__ fapi2 i2c dox
+ update
+- `e2eaa810c17a <https://github.com/open-power/hostboot/commit/e2eaa810c17a>`__ init values in
+ p9_pm_fir_class functions
+
+Matt Raybuck (23):
+
+- `6a593d78b7c5 <https://github.com/open-power/hostboot/commit/6a593d78b7c5>`__ Combine trace
+ buffers in errlog
+- `306037698122 <https://github.com/open-power/hostboot/commit/306037698122>`__ Add VERSION to all
+ OpenPOWER error logs
+- `9b59223389e7 <https://github.com/open-power/hostboot/commit/9b59223389e7>`__ Add commit hook to
+ sort the attribute xml files
+- `3ee865ba154a <https://github.com/open-power/hostboot/commit/3ee865ba154a>`__ Attribute keyword
+ to require override
+- `7caab9472ef7 <https://github.com/open-power/hostboot/commit/7caab9472ef7>`__ new targeting
+ sorting tools removes newline from prolog
+- `0c5edba986eb <https://github.com/open-power/hostboot/commit/0c5edba986eb>`__ Added support for
+ recursive mutexes
+- `2e77a7fb1433 <https://github.com/open-power/hostboot/commit/2e77a7fb1433>`__ Attribute support
+ for recursive mutexes
+- `9e552af485f3 <https://github.com/open-power/hostboot/commit/9e552af485f3>`__ Remove hardcoding
+ of partial good logic (1/2)
+- `022f2d75d80d <https://github.com/open-power/hostboot/commit/022f2d75d80d>`__ Add VERSION to all
+ OpenPOWER HBRT error logs
+- `8b6b1b256035 <https://github.com/open-power/hostboot/commit/8b6b1b256035>`__ Remove hardcoding
+ of partial good logic (2/2)
+- `c999bcf47251 <https://github.com/open-power/hostboot/commit/c999bcf47251>`__ Defect - multiple
+ SRCs generated on zz system
+- `5df2c7f08c0e <https://github.com/open-power/hostboot/commit/5df2c7f08c0e>`__ Better logging for
+ Partial Good Issues (1/2)
+- `24f66ecb7882 <https://github.com/open-power/hostboot/commit/24f66ecb7882>`__ Better logging for
+ Partial Good Issues (1.5/2)
+- `529e81cd709b <https://github.com/open-power/hostboot/commit/529e81cd709b>`__ Updates to
+ processMrw to fix Chiplet Ids
+- `1ba78c4580b6 <https://github.com/open-power/hostboot/commit/1ba78c4580b6>`__ Fix intermittent
+ Jenkins CI fail
+- `7e7b0b61c906 <https://github.com/open-power/hostboot/commit/7e7b0b61c906>`__ Deconfig updates
+ for Axone and OCMB
+- `566bc52410a9 <https://github.com/open-power/hostboot/commit/566bc52410a9>`__ presentByAssoc
+ updates for Axone and OCMB
+- `443a53ba1771 <https://github.com/open-power/hostboot/commit/443a53ba1771>`__ deconfigByAssoc
+ updates for Axone and OMCB
+- `c2f2f5037920 <https://github.com/open-power/hostboot/commit/c2f2f5037920>`__ remove unnecessary
+ checks in checkMinimumHardware
+- `dbc69abae26a <https://github.com/open-power/hostboot/commit/dbc69abae26a>`__ Fix intermittent CI
+ fails regarding mutexes
+- `72628079d63e <https://github.com/open-power/hostboot/commit/72628079d63e>`__ Updates to
+ processMrw.pl to fix erroneous chiplet ids
+- `ba2bcf1cdba3 <https://github.com/open-power/hostboot/commit/ba2bcf1cdba3>`__ Correct invalid
+ HUID and chiplet id values for NPU targets
+- `9825db50591c <https://github.com/open-power/hostboot/commit/9825db50591c>`__ Better logging for
+ Partial Good Issues (2/2)
+
+Matthew Raybuck (1):
+
+- `02150d1b6c0d <https://github.com/open-power/hostboot/commit/02150d1b6c0d>`__ Move watchdog timer
+ to prevent timeout
+
+Maxim Polyakov (2):
+
+- `1ad25a8428db <https://github.com/open-power/hostboot/commit/1ad25a8428db>`__ Support for
+ extended FRU data for memory modules
+- `1830d1847644 <https://github.com/open-power/hostboot/commit/1830d1847644>`__ Calculate capacity
+ for 3DS DIMMs in IPMI FRU inventory
+
+Mengze Liao (1):
+
+- `61bcb01d6fd5 <https://github.com/open-power/hostboot/commit/61bcb01d6fd5>`__ Add PCIe dynamic
+ bifurcation function for barreleye G2
+
+Mike Baiocchi (11):
+
+- `8948f0196ab1 <https://github.com/open-power/hostboot/commit/8948f0196ab1>`__ ABUS Node
+ Communication: Add Support for Redundant Links
+- `8dab4e13569f <https://github.com/open-power/hostboot/commit/8dab4e13569f>`__ Add PEER_TARGET and
+ PEER_PATH to SMPGROUP Target
+- `85367d8e40dd <https://github.com/open-power/hostboot/commit/85367d8e40dd>`__ Update
+ adjustHbiPhysSize() Function to handle HBI Expansion
+- `a0ee54b5faf4 <https://github.com/open-power/hostboot/commit/a0ee54b5faf4>`__ Update bbuild to
+ b0710c_1827.920
+- `2d79288ff609 <https://github.com/open-power/hostboot/commit/2d79288ff609>`__ ABUS Node
+ Communication is operational, so commit all errors
+- `887663e6ad51 <https://github.com/open-power/hostboot/commit/887663e6ad51>`__ Minor Error Log
+ Improvements
+- `864d9b80ebf9 <https://github.com/open-power/hostboot/commit/864d9b80ebf9>`__ Node
+ Communications: use addHwCallout() to deconfigure
+- `2ce1bf13b5bf <https://github.com/open-power/hostboot/commit/2ce1bf13b5bf>`__ Make TOC partion
+ Read-Only in all PNOR Layouts
+- `b5c6e0b3b0d4 <https://github.com/open-power/hostboot/commit/b5c6e0b3b0d4>`__ Add Support for
+ Nuvoton 75x Model of TPMs
+- `c47875eb8c65 <https://github.com/open-power/hostboot/commit/c47875eb8c65>`__ Add Node
+ Communications Transfer Protocol
+- `5420b7312c8a <https://github.com/open-power/hostboot/commit/5420b7312c8a>`__ Secureboot: Enable
+ New Multinode Trustedboot Transfer
+
+Nicholas E. Bofferding (1):
+
+- `506a20f3bb46 <https://github.com/open-power/hostboot/commit/506a20f3bb46>`__ Revert “Delete
+ non-terminating TPM error in fabric integration step”
+
+Nick Bofferding (31):
+
+- `928ef690c086 <https://github.com/open-power/hostboot/commit/928ef690c086>`__ Send errors from
+ previous boots as callhome type eSELs
+- `ea3d3a6c4f98 <https://github.com/open-power/hostboot/commit/ea3d3a6c4f98>`__ I2C: Inhibit
+ sending slave stop command when SDA and SCL are not both asserted
+- `5ce2333d7d4a <https://github.com/open-power/hostboot/commit/5ce2333d7d4a>`__ Secure Boot: Clear
+ XBUS FIR bits after SMP enabled
+- `923ed59ce8a7 <https://github.com/open-power/hostboot/commit/923ed59ce8a7>`__ MRW: If bus object
+ doesn’t have I2C_ADDRESS property, get it from I2C slave
+- `6b3ddf52b517 <https://github.com/open-power/hostboot/commit/6b3ddf52b517>`__ eRepair: Pass RX/TX
+ vectors into lane power down HWPs in right order
+- `9350ecec4bd2 <https://github.com/open-power/hostboot/commit/9350ecec4bd2>`__ i2c: Don’t wait for
+ SDA to go high before sending slave stop command
+- `c87bd309d9bc <https://github.com/open-power/hostboot/commit/c87bd309d9bc>`__ Atomically latch
+ shutdown status and TI data together in shutdown
+- `080d25563d0b <https://github.com/open-power/hostboot/commit/080d25563d0b>`__ Secure Boot: Report
+ base/extended code mismatch as terminating
+- `c3b2b326c53f <https://github.com/open-power/hostboot/commit/c3b2b326c53f>`__ Trusted Boot:
+ Report Primary TPM required reason code as terminating
+- `bdb1634e8e6a <https://github.com/open-power/hostboot/commit/bdb1634e8e6a>`__ Delete
+ non-terminating TPM error in fabric integration step
+- `4f68936b4801 <https://github.com/open-power/hostboot/commit/4f68936b4801>`__ Update VPD in
+ correct node at runtime
+- `17bf8a65e3be <https://github.com/open-power/hostboot/commit/17bf8a65e3be>`__ Fix duplicate trace
+ section removal accounting in error log flatten
+- `7209f9061a3c <https://github.com/open-power/hostboot/commit/7209f9061a3c>`__ Trusted Boot: When
+ TPM not detected properly, report errors if TPM is required
+- `01fcdb647ea0 <https://github.com/open-power/hostboot/commit/01fcdb647ea0>`__ Shutdown: Move
+ attribute sync to shutdown handler
+- `9d6361875127 <https://github.com/open-power/hostboot/commit/9d6361875127>`__ Create new FAPI
+ attribute HB_HRMOR_BYTES
+- `727443a3a2f3 <https://github.com/open-power/hostboot/commit/727443a3a2f3>`__ Close windows where
+ Hostboot HRMOR is not available to FSP
+- `39c57d2a42c3 <https://github.com/open-power/hostboot/commit/39c57d2a42c3>`__ Serialize all
+ attribute synchronization calls
+- `a9c72287f685 <https://github.com/open-power/hostboot/commit/a9c72287f685>`__ Add
+ lib_isteps_mss.so as an istep 15 dependency
+- `24f1a6c7c10b <https://github.com/open-power/hostboot/commit/24f1a6c7c10b>`__ Prevent double free
+ condition when sending attributes to FSP
+- `d70302a9f7af <https://github.com/open-power/hostboot/commit/d70302a9f7af>`__ Disable
+ synchronization tests
+- `a6cb27b4cfab <https://github.com/open-power/hostboot/commit/a6cb27b4cfab>`__ Add OCMBFW
+ partition to FSP and Hostboot PNOR layouts
+- `9b7da2e3c3a7 <https://github.com/open-power/hostboot/commit/9b7da2e3c3a7>`__ Support for putting
+ fences around mallocs
+- `1e6bbb9b989b <https://github.com/open-power/hostboot/commit/1e6bbb9b989b>`__ Only allow key
+ transition in istep 10.2
+- `db6829f72219 <https://github.com/open-power/hostboot/commit/db6829f72219>`__ Fix shutdown race
+ condition and task start error in IPMI SEL library
+- `9744e664b6ee <https://github.com/open-power/hostboot/commit/9744e664b6ee>`__ Increase HBI
+ partition to 12 MB (w/o ECC), up from 11
+- `27fd45b3d88a <https://github.com/open-power/hostboot/commit/27fd45b3d88a>`__ Remove trace buffer
+ flush at end of shutdown path
+- `2555c39c6f9c <https://github.com/open-power/hostboot/commit/2555c39c6f9c>`__ Support parsing
+ call home informational eSELs with debug tooling
+- `9228e4c1f5b4 <https://github.com/open-power/hostboot/commit/9228e4c1f5b4>`__ Add additional FFDC
+ to better debug TPM related errors
+- `d77319a7e204 <https://github.com/open-power/hostboot/commit/d77319a7e204>`__ Support tool that
+ can package UCD\* flash images into a binary
+- `b61b4966edc3 <https://github.com/open-power/hostboot/commit/b61b4966edc3>`__ Support reading UCD
+ flash update LIDs
+- `ee1cd5b0adfa <https://github.com/open-power/hostboot/commit/ee1cd5b0adfa>`__ Enhance RAS for
+ case where boot firmware image is too big to load
+
+Nick Klazynski (5):
+
+- `c916d4e2d430 <https://github.com/open-power/hostboot/commit/c916d4e2d430>`__ Clockgate disable
+ workaround for HW452921
+- `d334558fdeb8 <https://github.com/open-power/hostboot/commit/d334558fdeb8>`__ Enable CDD1.3’s 4
+ risklevels (step 1)
+- `edf9575e0567 <https://github.com/open-power/hostboot/commit/edf9575e0567>`__ Enable Core
+ compatability Mode; Add HW443669
+- `874b5b34b0b7 <https://github.com/open-power/hostboot/commit/874b5b34b0b7>`__ Workaround for
+ SW440224
+- `9cee8ff39774 <https://github.com/open-power/hostboot/commit/9cee8ff39774>`__ Add TLBIE WAT
+
+Prachi Gupta (8):
+
+- `e4f0610314ca <https://github.com/open-power/hostboot/commit/e4f0610314ca>`__ Wrap Test: Change
+ GROUP_ID/CHIP_ID to match the new proc numbering scheme
+- `ba4fc129cd44 <https://github.com/open-power/hostboot/commit/ba4fc129cd44>`__
+ platGetMBvpdSlopeInterceptData: fix ATTR_CEN_CDIMM_VPD_MASTER_TOTAL_POWER_SLOPE
+- `4dfcdd4a9e59 <https://github.com/open-power/hostboot/commit/4dfcdd4a9e59>`__ p9_fab_iovalid:
+ process errors returned by this HWP
+- `c818c28e735f <https://github.com/open-power/hostboot/commit/c818c28e735f>`__ WOF Lid load:
+ Remove extra malloc and use getStoredLidImage
+- `39c18a013796 <https://github.com/open-power/hostboot/commit/39c18a013796>`__ Update xbus/obus
+ procedures with the latest initCompiler changes
+- `8832be410a8c <https://github.com/open-power/hostboot/commit/8832be410a8c>`__ Fix paranthesis
+ syntax in scom initfiles
+- `70e41813c010 <https://github.com/open-power/hostboot/commit/70e41813c010>`__
+ Centaur_Register_List.csv: Updating it to hostboot level
+- `76ae3d5f09c9 <https://github.com/open-power/hostboot/commit/76ae3d5f09c9>`__ Documentation:
+ Initial commit to create base README.md
+
+Prasad Bg Ranganath (16):
+
+- `4f0098cf3ce3 <https://github.com/open-power/hostboot/commit/4f0098cf3ce3>`__ PPB:Compute safe
+ mode Freq and Volt calculation during runtime
+- `a0e63fb29fed <https://github.com/open-power/hostboot/commit/a0e63fb29fed>`__ Bug fix for the
+ Runtime pstate bias update
+- `8f2be4b1063a <https://github.com/open-power/hostboot/commit/8f2be4b1063a>`__ PM:Clear GPE2 error
+ bit in OISR/IMR register before SGPE boots
+- `eefd5f1438bf <https://github.com/open-power/hostboot/commit/eefd5f1438bf>`__ HCODE: DD21
+ makefile changes for CME,PGPE and SGPE
+- `600ffa160d54 <https://github.com/open-power/hostboot/commit/600ffa160d54>`__ Verify Clock/power
+ state on non functional EX/Core/quad chiplets
+- `1dd6d7647746 <https://github.com/open-power/hostboot/commit/1dd6d7647746>`__ Verify EQ/EX/Core
+ clock/power states
+- `ae850cf7588d <https://github.com/open-power/hostboot/commit/ae850cf7588d>`__ PM:Some more
+ cleanups in update_ec_eq procedure for core unit xstop case
+- `c4f75d029310 <https://github.com/open-power/hostboot/commit/c4f75d029310>`__ Update core quiesce
+ interface in update_ec_eq procedure
+- `1012b75b38e5 <https://github.com/open-power/hostboot/commit/1012b75b38e5>`__ Update the PSTATE
+ attributes when we hit error during istep 15
+- `e82eda284f01 <https://github.com/open-power/hostboot/commit/e82eda284f01>`__ STOP:Dont clear
+ pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
+- `4d72d31b7671 <https://github.com/open-power/hostboot/commit/4d72d31b7671>`__ PM:Fix PSAFE update
+ during pm reset flow
+- `a3dae2881da3 <https://github.com/open-power/hostboot/commit/a3dae2881da3>`__ PPB:Undervolting
+ biasing: fix bug found in testing.
+- `6b07d699323e <https://github.com/open-power/hostboot/commit/6b07d699323e>`__ PPB:New attribute
+ ATTR_PMCR_MOST_RECENT_MODE for PMCR request
+- `2a2071cb6815 <https://github.com/open-power/hostboot/commit/2a2071cb6815>`__ HB:Cme fir
+ attribute reset fix
+- `de2fa98fc722 <https://github.com/open-power/hostboot/commit/de2fa98fc722>`__ PM HWP: Fix bug in
+ stop clock procedure that effects mpipl
+- `1f4d5ba3b545 <https://github.com/open-power/hostboot/commit/1f4d5ba3b545>`__ HWP:Cache stop
+ clocks complete fix
+
+Prem Shanker Jha (25):
+
+- `0d47fa9358e2 <https://github.com/open-power/hostboot/commit/0d47fa9358e2>`__ SCOM Restore:
+ Handle case of old HB and new STOP API case.
+- `48e7db4febee <https://github.com/open-power/hostboot/commit/48e7db4febee>`__ STOP_Recovery:
+ Added hwp changes to support error log parser.
+- `adaf8f7d6eec <https://github.com/open-power/hostboot/commit/adaf8f7d6eec>`__ STOP Recovery:
+ Implemented STOP Recovery parser for error log.
+- `a30c34acdf4c <https://github.com/open-power/hostboot/commit/a30c34acdf4c>`__ SCOM Restore:
+ Increased max eq scom restores entries supported to 255.
+- `15641e1a1fae <https://github.com/open-power/hostboot/commit/15641e1a1fae>`__ UV Support: HWP
+ inits runtime wakeup mode for each functional core.
+- `d808f52a637f <https://github.com/open-power/hostboot/commit/d808f52a637f>`__ UV Support: Updated
+ HWP to set runtime wakeup mode.
+- `53569a27d4da <https://github.com/open-power/hostboot/commit/53569a27d4da>`__ UV Support: Fixed
+ target issue in setup runtime wakeup mode HWP.
+- `29f9ee17713d <https://github.com/open-power/hostboot/commit/29f9ee17713d>`__ 24x7: Populated
+ Abus bits in UAV for cumulus based system.
+- `09ab06ca2d56 <https://github.com/open-power/hostboot/commit/09ab06ca2d56>`__ UV Support :
+ Augmented STOP API and self restore for enabling ultravisor.
+- `076c45f663b8 <https://github.com/open-power/hostboot/commit/076c45f663b8>`__ Revert “UV Support
+ : Augmented STOP API and self restore for enabling UV”
+- `bd440419c808 <https://github.com/open-power/hostboot/commit/bd440419c808>`__ STOP API: Changes
+ for SMF and SPR self save
+- `5baacd28d51e <https://github.com/open-power/hostboot/commit/5baacd28d51e>`__ PM Malfunction:
+ Fixed issues with user data section parser plugin.
+- `bdd0985889a6 <https://github.com/open-power/hostboot/commit/bdd0985889a6>`__ STOP Recovery:
+ Removed OCI address with SCOM address in HWP error xml.
+- `451a26b55f90 <https://github.com/open-power/hostboot/commit/451a26b55f90>`__ Img Build: HOMER
+ changes for SMF and SPR self save.
+- `ad52fe4087a2 <https://github.com/open-power/hostboot/commit/ad52fe4087a2>`__ PM: Fixed handling
+ of CME LFIR mask during PM complex reset.
+- `c826f6afcb57 <https://github.com/open-power/hostboot/commit/c826f6afcb57>`__ PM: Handled SCOM
+ failures while determining unit availability.
+- `2740698edc8f <https://github.com/open-power/hostboot/commit/2740698edc8f>`__ SMF: Defined new
+ attribute to store unsecure HOMER’s base address.
+- `55a180dc08f9 <https://github.com/open-power/hostboot/commit/55a180dc08f9>`__ Self Save: Fixed
+ bugs pertaining to SPR self save.
+- `f5dd1c1283ba <https://github.com/open-power/hostboot/commit/f5dd1c1283ba>`__ SMF: Fixes to
+ enable SMF on correct DD levels of Nimbus, Cumulus and Axone.
+- `9c147a336dfa <https://github.com/open-power/hostboot/commit/9c147a336dfa>`__ PM Malf Func: Fixed
+ bugs pertaining pm malfunction FFDC and parser.
+- `164e4ec2af05 <https://github.com/open-power/hostboot/commit/164e4ec2af05>`__ SMF: Defined new
+ attribute containing unsecure HOMER memory’s size.
+- `5e78ec881250 <https://github.com/open-power/hostboot/commit/5e78ec881250>`__ PRD: Fixed handling
+ PM malfunction error log plugin.
+- `0ac318bbe2e1 <https://github.com/open-power/hostboot/commit/0ac318bbe2e1>`__ VDM(Part 1):
+ Introduced new members in CME and CPMR image headers
+- `3de3e3bbc10f <https://github.com/open-power/hostboot/commit/3de3e3bbc10f>`__ SMF: Populates
+ unsecure HOMER with SC2 instruction.
+- `ab41d473f8b6 <https://github.com/open-power/hostboot/commit/ab41d473f8b6>`__ PM HWP: Fixed error
+ path bug pertaining to query STOP state.
+
+Pretty Mariam Jacob (1):
+
+- `2106cf97da7c <https://github.com/open-power/hostboot/commit/2106cf97da7c>`__ Added Alink changes
+ in attributes and initfiles
+
+Rahul Batra (9):
+
+- `77fbc86e8ca9 <https://github.com/open-power/hostboot/commit/77fbc86e8ca9>`__ PM: Move SGPE/PGPE
+ Region and update QPMR/PPMR(2/4)
+- `4c1c0fa70078 <https://github.com/open-power/hostboot/commit/4c1c0fa70078>`__ PM:Fill SGPE/PGPE
+ regions fields in QPMR/PPMR(3/4)
+- `896f7a9abffa <https://github.com/open-power/hostboot/commit/896f7a9abffa>`__ PM: Checks for
+ PGPE/SGPE Region in PPMR/QPMR(4/4)
+- `ed66faeb8524 <https://github.com/open-power/hostboot/commit/ed66faeb8524>`__ PGPE: WOV
+ Attributes (1/3)
+- `65f81d4498e2 <https://github.com/open-power/hostboot/commit/65f81d4498e2>`__ PM: OCC<>PGPE
+ interface for P9+
+- `2ab88987e5fe <https://github.com/open-power/hostboot/commit/2ab88987e5fe>`__ PGPE: WOV HW procs
+ and Global Parm updates (2/3)
+- `afdc9cd94432 <https://github.com/open-power/hostboot/commit/afdc9cd94432>`__ SMF: Make
+ UNSECURE_HOMER_ADDR unwriteable on FAPI
+- `b933c9e13a62 <https://github.com/open-power/hostboot/commit/b933c9e13a62>`__ PGPE: Write magic
+ number in HcodeOCCShared struct
+- `23c66ccdeab0 <https://github.com/open-power/hostboot/commit/23c66ccdeab0>`__ PM: OCC<>PGPE
+ Interface for P9+
+
+Raja Das (6):
+
+- `38834a9cad0b <https://github.com/open-power/hostboot/commit/38834a9cad0b>`__ Inverted logic of
+ hasClock bit in Clock Status register
+- `529bf938bf0e <https://github.com/open-power/hostboot/commit/529bf938bf0e>`__ Use Attr to
+ Save/Fetch MDRT Count
+- `9f49d11b83bf <https://github.com/open-power/hostboot/commit/9f49d11b83bf>`__ [ARCH_REG 2] Enable
+ architected register data reserve in the host
+- `ac96eaf6e918 <https://github.com/open-power/hostboot/commit/ac96eaf6e918>`__ [OPAL-MPIPL][6]
+ Reserve the HBBL and HBB load area for OPAL fspless
+- `812b233bc4aa <https://github.com/open-power/hostboot/commit/812b233bc4aa>`__ Re-used loader_data
+ section to pibmem repair scom data for Axone
+- `e410bcca357c <https://github.com/open-power/hostboot/commit/e410bcca357c>`__ Axone pibmem repair
+ logic
+
+Ricardo Mata (1):
+
+- `d8771d1fcc44 <https://github.com/open-power/hostboot/commit/d8771d1fcc44>`__ SW442214 - Turn off
+ Cache Inject for Fleetwood
+
+Richard J. Knight (15):
+
+- `0ee708e360e9 <https://github.com/open-power/hostboot/commit/0ee708e360e9>`__ Fix for hostboot
+ not forcing a TI for PSU timeout w/SBE dead
+- `fc9830a4a2b1 <https://github.com/open-power/hostboot/commit/fc9830a4a2b1>`__ Fix simics P9C RCD
+ timeout issues
+- `98e6e05479d5 <https://github.com/open-power/hostboot/commit/98e6e05479d5>`__ Fix for SW438315 :
+ IPL is stuck in loop eq(n0p0c0)
+- `e37d7f6e51e7 <https://github.com/open-power/hostboot/commit/e37d7f6e51e7>`__ Add support for
+ iterating over EC_LEVELS
+- `7ebda794dd19 <https://github.com/open-power/hostboot/commit/7ebda794dd19>`__ Update code to
+ consolidate writes to same address in same putScom
+- `739bcecb2371 <https://github.com/open-power/hostboot/commit/739bcecb2371>`__ Modify initCompiler
+ to use FAPI_TRY in generated procedures
+- `945f67bed15e <https://github.com/open-power/hostboot/commit/945f67bed15e>`__ Modify initCompiler
+ to use template version of buffer insert
+- `9398c35b5f22 <https://github.com/open-power/hostboot/commit/9398c35b5f22>`__ Updates to
+ initcompiler to support DD2 and cumulus
+- `ffcb6f88958e <https://github.com/open-power/hostboot/commit/ffcb6f88958e>`__ Remove
+ Centaur_Register_List.csv due to mirror issues
+- `cdc84edda8ba <https://github.com/open-power/hostboot/commit/cdc84edda8ba>`__ Restore DRAM
+ repairs function not deploying port0 spare
+- `76a14949a1ee <https://github.com/open-power/hostboot/commit/76a14949a1ee>`__ Modify the getFfdc
+ routine to consider the SBE proc
+- `1adef8c1c0ad <https://github.com/open-power/hostboot/commit/1adef8c1c0ad>`__ Eliminate makefile
+ warnings for duplicate targets
+- `bb6dc0455116 <https://github.com/open-power/hostboot/commit/bb6dc0455116>`__ Add prototype for
+ releasing platform data pointer storage function
+- `c16e0b97bd22 <https://github.com/open-power/hostboot/commit/c16e0b97bd22>`__ get FAPI_POS for
+ all valid target types passed in SBE FIFO ffdc
+- `c9cae9d8e748 <https://github.com/open-power/hostboot/commit/c9cae9d8e748>`__ Enable PCIe slot
+ bifurcation using HX keyword
+
+Rick Ward (5):
+
+- `b3c214b8b836 <https://github.com/open-power/hostboot/commit/b3c214b8b836>`__ Host went to kernel
+ panic after gard’ing PEC0/PHB0 (PCIFIR CS)
+- `b265c68d057a <https://github.com/open-power/hostboot/commit/b265c68d057a>`__ OP issue:
+ processMrw.pl should error on duplicate sensor IDs #75
+- `8351efdb3b65 <https://github.com/open-power/hostboot/commit/8351efdb3b65>`__ Inband MMIO access
+ to OCMB (skeleton)
+- `8923b2a9a3c9 <https://github.com/open-power/hostboot/commit/8923b2a9a3c9>`__ Inband MMIO access
+ to OCMB
+- `2d410b67952a <https://github.com/open-power/hostboot/commit/2d410b67952a>`__ Cleanup minor code
+ review nits from SW433868.
+
+Roland Veloz (9):
+
+- `c8448c3a09ae <https://github.com/open-power/hostboot/commit/c8448c3a09ae>`__ Deconfig EC/EX/EQ
+ at runtime
+- `a92f91459eb2 <https://github.com/open-power/hostboot/commit/a92f91459eb2>`__ Added the I2C MUX
+ attribute and target definitions
+- `b63c84765363 <https://github.com/open-power/hostboot/commit/b63c84765363>`__ Driver changes to
+ support i2c mux
+- `a2833876dd0d <https://github.com/open-power/hostboot/commit/a2833876dd0d>`__ HB Axone simics
+ model changes to support DDIMM SPD i2c access
+- `fd94eaab5b2f <https://github.com/open-power/hostboot/commit/fd94eaab5b2f>`__ Replace attribute
+ I2C_MUX_INFO with attribute FAPI_I2C_CONTROL_INFO
+- `a567fae92a16 <https://github.com/open-power/hostboot/commit/a567fae92a16>`__ Set the DIMM SPD
+ size
+- `602885b3880d <https://github.com/open-power/hostboot/commit/602885b3880d>`__ Set the I2C MUX bus
+ selector in the i2cPresence function
+- `cbc757100785 <https://github.com/open-power/hostboot/commit/cbc757100785>`__ Create FAPI mapping
+ function for DDIM SPD data
+- `0a11e342c724 <https://github.com/open-power/hostboot/commit/0a11e342c724>`__ Added the HWP error
+ XML file for the DDIM SPD data mapping function
+
+Ryan Black (1):
+
+- `c7084925a74a <https://github.com/open-power/hostboot/commit/c7084925a74a>`__ Mask ut=0 and ut=1
+ mmio bad cmd/length/align
+
+Ryan King (2):
+
+- `44f196de4e6f <https://github.com/open-power/hostboot/commit/44f196de4e6f>`__ Add sensor cache
+ read as an explorer inband command
+- `9a4642d1da32 <https://github.com/open-power/hostboot/commit/9a4642d1da32>`__ Add sensor cache
+ read as an explorer inband command
+
+Sachin Gupta (3):
+
+- `f9a7b72ad608 <https://github.com/open-power/hostboot/commit/f9a7b72ad608>`__ Disable SBE HW i2c
+ reset sequence on hreset
+- `dd91bd34b189 <https://github.com/open-power/hostboot/commit/dd91bd34b189>`__ Support
+ ATTR_LPC_CONSOLE_CNFG attribute
+- `62feee748b72 <https://github.com/open-power/hostboot/commit/62feee748b72>`__ Customize LPC
+ console policy in SBE
+
+Sameer Veer (2):
+
+- `55c1b84a1524 <https://github.com/open-power/hostboot/commit/55c1b84a1524>`__ Change gerrit
+ server references to reflect move from RTP to RCHLAND
+- `5fbdd684e1b4 <https://github.com/open-power/hostboot/commit/5fbdd684e1b4>`__ Fixing copyright
+ prolog to 2018 after Gerrit server move from RTP to RCHLAND
+
+Sampa Misra (2):
+
+- `ac53c27a467b <https://github.com/open-power/hostboot/commit/ac53c27a467b>`__ all scripts for
+ hdat pnor partition
+- `93809c8a36ec <https://github.com/open-power/hostboot/commit/93809c8a36ec>`__ fix VINI RT HW LX
+ keyword for Phyp
+
+Samuel Mendoza-Jonas (1):
+
+- `cd400323aa49 <https://github.com/open-power/hostboot/commit/cd400323aa49>`__ genPnorImages: Add
+ VERSION to signed partitions
+
+Santosh Balasubramanian (2):
+
+- `04bc0be96475 <https://github.com/open-power/hostboot/commit/04bc0be96475>`__ New empty file
+- `1a417fb578fa <https://github.com/open-power/hostboot/commit/1a417fb578fa>`__ Secure Boot:
+ Centaur Security: Initial sensitive register list
+
+Sheldon Bailey (2):
+
+- `2efcf2186232 <https://github.com/open-power/hostboot/commit/2efcf2186232>`__ OCC reset happening
+ on OpenPower systems with more than 2 processors
+- `8fb031bf5c6b <https://github.com/open-power/hostboot/commit/8fb031bf5c6b>`__ HTMGT: Check for
+ OCC elog action bit to force sending an error log to BMC
+
+Shelton Leung (1):
+
+- `38c63b67d8d0 <https://github.com/open-power/hostboot/commit/38c63b67d8d0>`__ HW474117 WAT to
+ allow firmware to disable bypass on port
+
+Soma BhanuTej (6):
+
+- `2271594fab8c <https://github.com/open-power/hostboot/commit/2271594fab8c>`__ BugFix for
+ extract_sbe_rc
+- `ebb451d4bef5 <https://github.com/open-power/hostboot/commit/ebb451d4bef5>`__ Nimbus DD22 support
+ updates to ekb
+- `2b11c73334dc <https://github.com/open-power/hostboot/commit/2b11c73334dc>`__ Adding p9c 1.3
+ support.
+- `c58fe9065fd3 <https://github.com/open-power/hostboot/commit/c58fe9065fd3>`__ Axone updates to
+ p9_extract_sbe_rc
+- `9fc690c83456 <https://github.com/open-power/hostboot/commit/9fc690c83456>`__ Remove SBE region
+ fence check - p9_extract_sbe_rc
+- `a1c6facd1fa7 <https://github.com/open-power/hostboot/commit/a1c6facd1fa7>`__ Update p9a_10 engd
+ - spy name changes
+
+Srikantha Meesala (2):
+
+- `5957dac24557 <https://github.com/open-power/hostboot/commit/5957dac24557>`__ HWSV - Hostboot
+ common data structure for Attn chip Id list
+- `720ee62acd97 <https://github.com/open-power/hostboot/commit/720ee62acd97>`__ Create and allow
+ for PNOR SBE Partition to have DD2.3 Images
+
+Stephen Glancy (70):
+
+- `a9e7978b5816 <https://github.com/open-power/hostboot/commit/a9e7978b5816>`__ Fixes Centaur chip
+ selects during RCD load
+- `8df62cd15e91 <https://github.com/open-power/hostboot/commit/8df62cd15e91>`__ Fixes Centaur RCD
+ load sequence
+- `5b93d4000b1c <https://github.com/open-power/hostboot/commit/5b93d4000b1c>`__ Enables RCD protect
+ for centaur systems
+- `c8f0bbe2a227 <https://github.com/open-power/hostboot/commit/c8f0bbe2a227>`__ Fixes Centaur
+ training to skip known bad bits
+- `ea861ac8618f <https://github.com/open-power/hostboot/commit/ea861ac8618f>`__ Disables training
+ advanced by default p9c
+- `9eb4bc85198a <https://github.com/open-power/hostboot/commit/9eb4bc85198a>`__ Adds blank files
+ for generic code
+- `74bdfc62ed5b <https://github.com/open-power/hostboot/commit/74bdfc62ed5b>`__ Reverts SW438645
+ fix to unblock driver release
+- `206d83461d04 <https://github.com/open-power/hostboot/commit/206d83461d04>`__ Adds Nimbus
+ conversions blank file
+- `982cbeab21b9 <https://github.com/open-power/hostboot/commit/982cbeab21b9>`__ Fixes Centaur
+ training advanced to unmask errors when disabled
+- `28b83673a117 <https://github.com/open-power/hostboot/commit/28b83673a117>`__ Moves conversions
+ to be in the generic code space
+- `f1189ec04f1f <https://github.com/open-power/hostboot/commit/f1189ec04f1f>`__ Fixes p9c’s
+ training’s swizzle of known bad bits
+- `8cb89b7faae9 <https://github.com/open-power/hostboot/commit/8cb89b7faae9>`__ Moves generic xml
+ directories to be in generic/procedures
+- `6a6d63736635 <https://github.com/open-power/hostboot/commit/6a6d63736635>`__ Moves CAS latency
+ algorithm to generic folder
+- `b4a7e97c1806 <https://github.com/open-power/hostboot/commit/b4a7e97c1806>`__ Fixes an array out
+ of bounds bug in mss_freq
+- `263f34b16742 <https://github.com/open-power/hostboot/commit/263f34b16742>`__ Creates blank files
+ for moving mss_freq to generic
+- `4f35730b3dbe <https://github.com/open-power/hostboot/commit/4f35730b3dbe>`__ Adds endian_swap to
+ fapi2
+- `444aeb467542 <https://github.com/open-power/hostboot/commit/444aeb467542>`__ Adds skeleton code
+ for LRDIMM
+- `bb0c1121374c <https://github.com/open-power/hostboot/commit/bb0c1121374c>`__ Updates memory plug
+ rules
+- `5e126f31d70e <https://github.com/open-power/hostboot/commit/5e126f31d70e>`__ Adds plug rule for
+ NVDIMM in specific DIMM slots
+- `053fd94b4963 <https://github.com/open-power/hostboot/commit/053fd94b4963>`__ Adds MRW support
+ for x4/x8 DIMM configurations
+- `639b6728bfdb <https://github.com/open-power/hostboot/commit/639b6728bfdb>`__ Adds skeleton code
+ for LRDIMM
+- `11cc78395582 <https://github.com/open-power/hostboot/commit/11cc78395582>`__ Moves and renames
+ swizzle.H to generic
+- `4f8cfb6e9c07 <https://github.com/open-power/hostboot/commit/4f8cfb6e9c07>`__ Moves sync code to
+ generic folder
+- `99d8a2ec0d3f <https://github.com/open-power/hostboot/commit/99d8a2ec0d3f>`__ Adds insert
+ function space helpers for LRDIMM
+- `a4e14b209192 <https://github.com/open-power/hostboot/commit/a4e14b209192>`__ Adds per-Buffer
+ addressability API for LRDIMM
+- `07585c1409e3 <https://github.com/open-power/hostboot/commit/07585c1409e3>`__ Removes unused
+ attribute accessors
+- `cb5a36814f64 <https://github.com/open-power/hostboot/commit/cb5a36814f64>`__ Works around LRDIMM
+ plug rules error for LRDIMM BUP
+- `6ba203356a7c <https://github.com/open-power/hostboot/commit/6ba203356a7c>`__ Fixes VPD access
+ and eff_config for LRDIMM’s
+- `f3a2693e80a0 <https://github.com/open-power/hostboot/commit/f3a2693e80a0>`__ Updates training
+ steps factory to be LRDIMM capable
+- `51d1eba8c769 <https://github.com/open-power/hostboot/commit/51d1eba8c769>`__ Updates to
+ configure all four rank pair registers
+- `0e93132bcb61 <https://github.com/open-power/hostboot/commit/0e93132bcb61>`__ Updates rank API to
+ work with LRDIMM’s
+- `3f02abe6d443 <https://github.com/open-power/hostboot/commit/3f02abe6d443>`__ Adds explorer OMI
+ training code
+- `a8111666cbde <https://github.com/open-power/hostboot/commit/a8111666cbde>`__ Adds blank files
+ for LRDIMM PBA
+- `26d020f01c51 <https://github.com/open-power/hostboot/commit/26d020f01c51>`__ Adds per-Buffer
+ addressability API for LRDIMM
+- `a2f59106caec <https://github.com/open-power/hostboot/commit/a2f59106caec>`__ Adds code to run
+ MPR writes on all ranks in a rank pair
+- `74c643ef35c6 <https://github.com/open-power/hostboot/commit/74c643ef35c6>`__ Fixes b-side bug in
+ MPR write function
+- `bea054feb650 <https://github.com/open-power/hostboot/commit/bea054feb650>`__ Fixes BCW load bugs
+- `3376ac3e22bb <https://github.com/open-power/hostboot/commit/3376ac3e22bb>`__ Adds MREP training
+ for LRDIMM
+- `211ed8c6aeeb <https://github.com/open-power/hostboot/commit/211ed8c6aeeb>`__ Adds Explorer OMI
+ setup - step 12.8a
+- `148e9b6f92f5 <https://github.com/open-power/hostboot/commit/148e9b6f92f5>`__ Adds explorer OMI
+ training code
+- `ba0764361587 <https://github.com/open-power/hostboot/commit/ba0764361587>`__ Adds explorer OMI
+ training code
+- `f0bc4fed86e5 <https://github.com/open-power/hostboot/commit/f0bc4fed86e5>`__ Points exp_inband
+ to generic constants
+- `c4b62455d609 <https://github.com/open-power/hostboot/commit/c4b62455d609>`__ Adds p9a chip
+ directory structure
+- `40a34c94a981 <https://github.com/open-power/hostboot/commit/40a34c94a981>`__ Fixes LRDIMM
+ eff_config bugs
+- `a690866298f5 <https://github.com/open-power/hostboot/commit/a690866298f5>`__ Updates LRDIMM code
+ to utilize board swizzling
+- `341f4013f6ae <https://github.com/open-power/hostboot/commit/341f4013f6ae>`__ Updates PBA to use
+ RCW’s to issue BCW’s
+- `14dbbd68d03d <https://github.com/open-power/hostboot/commit/14dbbd68d03d>`__ Fixes set_pba_mode
+ to use proper F0BC1x values
+- `546c014e9b53 <https://github.com/open-power/hostboot/commit/546c014e9b53>`__ Adds LRDIMM DWL
+ training step
+- `6f238688a927 <https://github.com/open-power/hostboot/commit/6f238688a927>`__ Adds CCS ODT helper
+ commands
+- `c03fc477305e <https://github.com/open-power/hostboot/commit/c03fc477305e>`__ Adds LRDIMM helper
+ functions
+- `cbf2ab45d919 <https://github.com/open-power/hostboot/commit/cbf2ab45d919>`__ Adds error logging
+ features to LRDIMM DWL
+- `09524b1a8bf8 <https://github.com/open-power/hostboot/commit/09524b1a8bf8>`__ Adds LRDIMM MRD -
+ DRAM to buffer RD calibration
+- `734cddb5e74f <https://github.com/open-power/hostboot/commit/734cddb5e74f>`__ Creates LRDIMM fine
+ calibration recorder class
+- `c95d3d860070 <https://github.com/open-power/hostboot/commit/c95d3d860070>`__ Adds MRD coarse
+- `b0ab4fd697a7 <https://github.com/open-power/hostboot/commit/b0ab4fd697a7>`__ Updates LRDIMM
+ flags to be HB compatible
+- `3e681b92f8a4 <https://github.com/open-power/hostboot/commit/3e681b92f8a4>`__ Fixes LRDIMM
+ initialization attributes and timings
+- `8d0bb9d30bd0 <https://github.com/open-power/hostboot/commit/8d0bb9d30bd0>`__ Updates MWD_COARSE
+ to run multiple patterns
+- `a97dbdf5b265 <https://github.com/open-power/hostboot/commit/a97dbdf5b265>`__ Adds blank Explorer
+ MMIO setup files
+- `e112cf5c675d <https://github.com/open-power/hostboot/commit/e112cf5c675d>`__ Adds Explorer OMI
+ setup - step 12.8a
+- `610ca55e285e <https://github.com/open-power/hostboot/commit/610ca55e285e>`__ Adds explorer OMI
+ training code
+- `b898a84dd4c2 <https://github.com/open-power/hostboot/commit/b898a84dd4c2>`__ Adds blank files
+ for EFD API
+- `bccafb637f17 <https://github.com/open-power/hostboot/commit/bccafb637f17>`__ Fixes LRDIMM NTTM
+ mode read timing for HW bug
+- `73bc592f980c <https://github.com/open-power/hostboot/commit/73bc592f980c>`__ Adds blank Explorer
+ MMIO setup files
+- `8212d722bc10 <https://github.com/open-power/hostboot/commit/8212d722bc10>`__ Adds explorer OMI
+ training code
+- `b8427c4aa072 <https://github.com/open-power/hostboot/commit/b8427c4aa072>`__ Updates MCA write
+ and read timings
+- `944d6518debb <https://github.com/open-power/hostboot/commit/944d6518debb>`__ Adds p9a chip
+ directory structure
+- `99f296373162 <https://github.com/open-power/hostboot/commit/99f296373162>`__ Adds blank files
+ for explorer training handler
+- `1ea4099921c0 <https://github.com/open-power/hostboot/commit/1ea4099921c0>`__ Adds the explorer
+ training response structure
+- `fcb319431661 <https://github.com/open-power/hostboot/commit/fcb319431661>`__ Adds blank files
+ for generic bad bits code
+- `69c434205684 <https://github.com/open-power/hostboot/commit/69c434205684>`__ Adds DDIMM EFD
+ decoder API
+
+Sumit Kumar (11):
+
+- `8af690ede64b <https://github.com/open-power/hostboot/commit/8af690ede64b>`__ eRepair: Fixed
+ DMI/MemBuf lanes update in vpd
+- `923e7b0d61e1 <https://github.com/open-power/hostboot/commit/923e7b0d61e1>`__ eRepair: Fixed
+ records update for failed lanes in vpd
+- `ce0ea22d0d9d <https://github.com/open-power/hostboot/commit/ce0ea22d0d9d>`__ eRepair: Code
+ restruct
+- `f4aa6c672a2d <https://github.com/open-power/hostboot/commit/f4aa6c672a2d>`__ eRepair: Fix to
+ invalidate vpd records correctly
+- `9da5e1b9a7b1 <https://github.com/open-power/hostboot/commit/9da5e1b9a7b1>`__ eRepair: Centaur
+ specific code update
+- `7cec18ac9375 <https://github.com/open-power/hostboot/commit/7cec18ac9375>`__ eRepair: Fix to
+ handle incoming bad lanes threshold condition correctly
+- `a6ceb537f74d <https://github.com/open-power/hostboot/commit/a6ceb537f74d>`__ eRepair: Fix to
+ check and record unique incoming failed lanes
+- `b5704a1d3f19 <https://github.com/open-power/hostboot/commit/b5704a1d3f19>`__ eRepair: Fix to
+ update invalidate lane record correctly
+- `6dbd41c57edf <https://github.com/open-power/hostboot/commit/6dbd41c57edf>`__ eRepair: Correctly
+ update xbus vpd records based on clock group
+- `254192acec31 <https://github.com/open-power/hostboot/commit/254192acec31>`__ eRepair: Invalidate
+ non-matching vpd records
+- `30e3c861cc23 <https://github.com/open-power/hostboot/commit/30e3c861cc23>`__ eRepair(Zeppelin):
+ Fix to invalidate centaur vpd records
+
+Sunil.Kumar (1):
+
+- `166a4cb6fa7b <https://github.com/open-power/hostboot/commit/166a4cb6fa7b>`__ Level 2 Procedure -
+ p9_sbe_lpc_init
+
+Thi Tran (9):
+
+- `4c66599e7fd3 <https://github.com/open-power/hostboot/commit/4c66599e7fd3>`__ Need to add
+ CPU_SPR_HRMOR when calculating HB reserved mem limits.
+- `c09432de26ea <https://github.com/open-power/hostboot/commit/c09432de26ea>`__ P9 Cumulus
+ InitCompiler supportis - Part 3
+- `bf70b2a6db71 <https://github.com/open-power/hostboot/commit/bf70b2a6db71>`__ SMP wrap mode - Run
+ host_load_io_ppe earlier in Wrap mode.
+- `b2971fa73897 <https://github.com/open-power/hostboot/commit/b2971fa73897>`__ Create empty files
+ for OMI init procedures.
+- `e0d09f462610 <https://github.com/open-power/hostboot/commit/e0d09f462610>`__ Create empty files
+ for OMI init procedures.
+- `a515f16a4a30 <https://github.com/open-power/hostboot/commit/a515f16a4a30>`__ Only call PRD
+ attention handling in resetPMComplex function at runtime.
+- `28ee0f739fe2 <https://github.com/open-power/hostboot/commit/28ee0f739fe2>`__ Adding
+ callout/deconfig/gard information on some Centaur init errors.
+- `9f1d0e3a21a1 <https://github.com/open-power/hostboot/commit/9f1d0e3a21a1>`__ Change target types
+ to 64-bit and add P10 target types
+- `ebd72d043f23 <https://github.com/open-power/hostboot/commit/ebd72d043f23>`__ Change
+ ATTR_MRW_ENHANCED_GROUPING_NO_MIRRORING name
+
+Tsung Yeung (11):
+
+- `1f6ed77b32b6 <https://github.com/open-power/hostboot/commit/1f6ed77b32b6>`__ Targeting support
+ for NVDIMM-N P9 on ZZ
+- `2c1c99f37019 <https://github.com/open-power/hostboot/commit/2c1c99f37019>`__ Adds NVDIMM IPL
+ Support on ZZ
+- `25102e0add22 <https://github.com/open-power/hostboot/commit/25102e0add22>`__ P9: Disable Maint
+ Address Mode After Self-Refresh Exit on NVDIMM
+- `468aed31ffbe <https://github.com/open-power/hostboot/commit/468aed31ffbe>`__ Move NVDIMM Erase
+ and Arm to Runtime
+- `a1ec3238d820 <https://github.com/open-power/hostboot/commit/a1ec3238d820>`__ P9: NVDIMM SBE
+ Support to Trigger Catastrophic Save
+- `719413654adb <https://github.com/open-power/hostboot/commit/719413654adb>`__ Update bbuild to
+ b0121a_1904.930
+- `dc1efdb95ce7 <https://github.com/open-power/hostboot/commit/dc1efdb95ce7>`__ NVDIMM SBE Support
+ to Trigger CSAVE - xip_customize
+- `b2027cd8b704 <https://github.com/open-power/hostboot/commit/b2027cd8b704>`__ Disable NVDIMM
+ Trigger Before Draminit and Deassert DDR_RESETn During MPIPL
+- `c7b63e7f7d1d <https://github.com/open-power/hostboot/commit/c7b63e7f7d1d>`__ Adjust STR enter
+ sequence to enable immediate entry
+- `d4c084086a47 <https://github.com/open-power/hostboot/commit/d4c084086a47>`__ Disable maint
+ address mode before rcd_load during NVDIMM post-restore
+- `85e03b6c3d2e <https://github.com/open-power/hostboot/commit/85e03b6c3d2e>`__ Enable mss_scrub on
+ MPIPL if NVDIMM is configured
+
+Vasant Hegde (2):
+
+- `99c1c9d7dcc2 <https://github.com/open-power/hostboot/commit/99c1c9d7dcc2>`__ hdata: Increase RHB
+ instance count
+- `e30bf32f6960 <https://github.com/open-power/hostboot/commit/e30bf32f6960>`__ MPIPL: Update MDRT
+ count only if its valid
+
+Venkatesh Sainath (1):
+
+- `73cad1f1ae2a <https://github.com/open-power/hostboot/commit/73cad1f1ae2a>`__ Pushing HB plugins
+ and related files for building errltool
+
+William A. Kennington III (1):
+
+- `9a9bc342c943 <https://github.com/open-power/hostboot/commit/9a9bc342c943>`__ ipmiwatchdog:
+ Handle uninitialized errors during reset
+
+Yue Du (2):
+
+- `b731dce860a0 <https://github.com/open-power/hostboot/commit/b731dce860a0>`__ PM: Prevent Core-L2
+ Quiesce from removing PM_EXIT upon SPWU
+- `09f379b65821 <https://github.com/open-power/hostboot/commit/09f379b65821>`__ STOP: Disable cache
+ inject and LCO before purge L3
+
+Zane Shelley (70):
+
+- `de5c390af3c7 <https://github.com/open-power/hostboot/commit/de5c390af3c7>`__ PRD: ignore SCOM
+ errors in rule code summary construct
+- `5be7d802291e <https://github.com/open-power/hostboot/commit/5be7d802291e>`__ PRD: incorrect CFAM
+ register addresses used in Hostboot
+- `1ff70a1f246d <https://github.com/open-power/hostboot/commit/1ff70a1f246d>`__ PRD: no deconfig
+ during checkstop, delayed deconfig during TI
+- `1ba5e879f3a4 <https://github.com/open-power/hostboot/commit/1ba5e879f3a4>`__ PRD: firmware
+ assisted channel failure workaround
+- `a908d8307ad7 <https://github.com/open-power/hostboot/commit/a908d8307ad7>`__ PRD: reorder
+ isolation for channel fail attentions
+- `62f4b4adbd87 <https://github.com/open-power/hostboot/commit/62f4b4adbd87>`__ PRD: Manually clear
+ the Centaur interrupt status reg on chnl fail
+- `832ce2259291 <https://github.com/open-power/hostboot/commit/832ce2259291>`__ PRD: removed
+ stubbed HWSV enums from Hostboot code
+- `df829c02d7d5 <https://github.com/open-power/hostboot/commit/df829c02d7d5>`__ PRD: segfault in
+ PLL domain code
+- `da9d0e7c5ed5 <https://github.com/open-power/hostboot/commit/da9d0e7c5ed5>`__ PRD: Add core
+ scratch register 3 to FFDC
+- `45dd7d0b57af <https://github.com/open-power/hostboot/commit/45dd7d0b57af>`__ PRD: change
+ threshold for L3FIR[28] LRU parity error
+- `86d3fc2a9d5c <https://github.com/open-power/hostboot/commit/86d3fc2a9d5c>`__ PRD: add lane
+ repair extra signatures to appropriate targets
+- `d37ee6f5a97b <https://github.com/open-power/hostboot/commit/d37ee6f5a97b>`__ PRD: getScom()
+ retry for HBRT channel failures
+- `6ff0b982dfd3 <https://github.com/open-power/hostboot/commit/6ff0b982dfd3>`__ PRD: Sys/PCI
+ oscillator failover thresholding
+- `4f0f9f1534a1 <https://github.com/open-power/hostboot/commit/4f0f9f1534a1>`__ PRD: resume super
+ fast read support for Row Repair
+- `396c1d366536 <https://github.com/open-power/hostboot/commit/396c1d366536>`__ PRD: resume command
+ support in VcmEvent for Row Repair
+- `890ac53effd1 <https://github.com/open-power/hostboot/commit/890ac53effd1>`__ PRD: linker issue
+ with template specializations in VcmEvent class
+- `e55c53fae43a <https://github.com/open-power/hostboot/commit/e55c53fae43a>`__ PRD: added
+ PlatServices::isRowRepairEnabled()
+- `e748ff234b02 <https://github.com/open-power/hostboot/commit/e748ff234b02>`__ PRD: handle write
+ blocked RC when clearing chip mark on MBA
+- `410e6cc5d93c <https://github.com/open-power/hostboot/commit/410e6cc5d93c>`__ PRD: Simplified
+ System::Analyze() interface
+- `8034c8c2ce2c <https://github.com/open-power/hostboot/commit/8034c8c2ce2c>`__ PRD: fixed priority
+ of PreAnalysis function
+- `5ae9d29bd4d1 <https://github.com/open-power/hostboot/commit/5ae9d29bd4d1>`__ PRD: give MC
+ chiplets priority for channel failure analysis
+- `f9f785efd4c7 <https://github.com/open-power/hostboot/commit/f9f785efd4c7>`__ PRD: RX trgt used
+ for TX trgt in XBUS lane repair VPD write
+- `8aacdb878830 <https://github.com/open-power/hostboot/commit/8aacdb878830>`__ PRD: fix input
+ parameters for lane repair power down HWPs
+- `60d11f6f5f07 <https://github.com/open-power/hostboot/commit/60d11f6f5f07>`__ PRD: better
+ isolation for RCD parity errors and channel failures
+- `4b214fb15026 <https://github.com/open-power/hostboot/commit/4b214fb15026>`__ PRD: lane repair
+ virtual registers for DMI target
+- `32aa25ec3b49 <https://github.com/open-power/hostboot/commit/32aa25ec3b49>`__ PRD: add ‘max
+ spares exceeded’ attentions to checkstop root cause
+- `55a1d38302ca <https://github.com/open-power/hostboot/commit/55a1d38302ca>`__ Added portable
+ shebang to applyTargetingStyle tool
+- `dae5fa093ce7 <https://github.com/open-power/hostboot/commit/dae5fa093ce7>`__ PRD: Fix lane
+ repair FFDC for XBUS clock 1 domain
+- `09b976dcc51f <https://github.com/open-power/hostboot/commit/09b976dcc51f>`__ RAS_XML: updates to
+ sync the XML with actual values from hardware
+- `e68ba552bbe0 <https://github.com/open-power/hostboot/commit/e68ba552bbe0>`__ PRD: updates to
+ sync the XML with actual values from hardware
+- `aac8421a2554 <https://github.com/open-power/hostboot/commit/aac8421a2554>`__ PRD: change
+ register used to query for active chnl fail attn
+- `829943397a90 <https://github.com/open-power/hostboot/commit/829943397a90>`__ PRD: Capture extra
+ FFDC for current memory mirroring config
+- `140618aff4a5 <https://github.com/open-power/hostboot/commit/140618aff4a5>`__ PRD: obus extra
+ signatures
+- `965a9eaad536 <https://github.com/open-power/hostboot/commit/965a9eaad536>`__ PRD:
+ ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS not used on Nimbus
+- `524937cba951 <https://github.com/open-power/hostboot/commit/524937cba951>`__ remove deprecated
+ ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS
+- `e9ade5b4dbf7 <https://github.com/open-power/hostboot/commit/e9ade5b4dbf7>`__ PRD: PM error log
+ parser updates
+- `bbd4b6cad455 <https://github.com/open-power/hostboot/commit/bbd4b6cad455>`__ PRD: removed
+ default resolution due to problems with CS filter
+- `10915cf668b3 <https://github.com/open-power/hostboot/commit/10915cf668b3>`__ PRD: wrong target
+ used in PLL analysis code
+- `9c247751560a <https://github.com/open-power/hostboot/commit/9c247751560a>`__ PRD: Make room for
+ Axone prf files in HBRT
+- `68d4feee7c9a <https://github.com/open-power/hostboot/commit/68d4feee7c9a>`__ PRD: prep splitting
+ rule files by chip model
+- `7315fb2debc3 <https://github.com/open-power/hostboot/commit/7315fb2debc3>`__ PRD: Created
+ Cumulus specific rule files
+- `ca2ceb0720d6 <https://github.com/open-power/hostboot/commit/ca2ceb0720d6>`__ PRD: Created Nimbus
+ specific rule files
+- `b12a2a3c601c <https://github.com/open-power/hostboot/commit/b12a2a3c601c>`__ PRD: Created
+ Centaur specific rule files
+- `beca51100d6b <https://github.com/open-power/hostboot/commit/beca51100d6b>`__ PRD: Fixed TOD
+ register capturing
+- `7f716fe1404d <https://github.com/open-power/hostboot/commit/7f716fe1404d>`__ PRD: Remove
+ remaining P8 code
+- `116af97857bb <https://github.com/open-power/hostboot/commit/116af97857bb>`__ PRD: Fix compile
+ warning for Centaur extra signatures
+- `f5096ac13faf <https://github.com/open-power/hostboot/commit/f5096ac13faf>`__ PRD: Updates from
+ the RAS XML
+- `01399735eee7 <https://github.com/open-power/hostboot/commit/01399735eee7>`__ PRD: rule file
+ updates for XML parsing tool
+- `40cf4bc6b06d <https://github.com/open-power/hostboot/commit/40cf4bc6b06d>`__ PRD: Make room for
+ Axone prf files in Hostboot
+- `ba0aa772d541 <https://github.com/open-power/hostboot/commit/ba0aa772d541>`__ PRD: updates from
+ XML and XML parser
+- `195f63624185 <https://github.com/open-power/hostboot/commit/195f63624185>`__ PRD: Rule file
+ updates for Centaur
+- `06c7de48489f <https://github.com/open-power/hostboot/commit/06c7de48489f>`__ PRD: update filter
+ parsing in XML parser
+- `cc7d24e732f8 <https://github.com/open-power/hostboot/commit/cc7d24e732f8>`__ PRD: Fixed XML
+ parser for summary analysis
+- `e2e2e85b17ea <https://github.com/open-power/hostboot/commit/e2e2e85b17ea>`__ PRD: separated NPU
+ registers and actions into separate rule files
+- `8535abf21a53 <https://github.com/open-power/hostboot/commit/8535abf21a53>`__ increase HBRT PNOR
+ size
+- `f6bbedd9f3f3 <https://github.com/open-power/hostboot/commit/f6bbedd9f3f3>`__ PRD: Initial Axone
+ rule files
+- `3131f27dfef2 <https://github.com/open-power/hostboot/commit/3131f27dfef2>`__ PRD: Fixed last
+ functional core function for P9
+- `1144a49a1991 <https://github.com/open-power/hostboot/commit/1144a49a1991>`__ PRD: updates to the
+ XML parser for centaur
+- `eb8d14930c5e <https://github.com/open-power/hostboot/commit/eb8d14930c5e>`__ PRD: rule and
+ action file support for Explorer
+- `bf6ab8287c51 <https://github.com/open-power/hostboot/commit/bf6ab8287c51>`__ PRD: Updated
+ checkLastFuncCore() for fused core mode
+- `c6b5971be189 <https://github.com/open-power/hostboot/commit/c6b5971be189>`__ PRD: limit OBUS
+ callouts when not in SMP mode
+- `4e34d24e1cd6 <https://github.com/open-power/hostboot/commit/4e34d24e1cd6>`__ PRD: Fabric Sorting
+ for Axone
+- `b711fc5353d2 <https://github.com/open-power/hostboot/commit/b711fc5353d2>`__ PRD: Enable core
+ unit checkstop analysis for Axone
+- `25189734c7b3 <https://github.com/open-power/hostboot/commit/25189734c7b3>`__ PRD: enable line
+ delete support for Axone
+- `96251f9d6aa9 <https://github.com/open-power/hostboot/commit/96251f9d6aa9>`__ PRD: Enable fabric
+ lane repair for Axone
+- `229ade5d23e7 <https://github.com/open-power/hostboot/commit/229ade5d23e7>`__ PRD: PLL analysis
+ support for Axone
+- `c517b8a501ae <https://github.com/open-power/hostboot/commit/c517b8a501ae>`__ PRD: TOD analysis
+ support for Axone
+- `bfac98200f7e <https://github.com/open-power/hostboot/commit/bfac98200f7e>`__ PRD: OP checkstop
+ analysis support for Axone
+- `7ef75d2c6844 <https://github.com/open-power/hostboot/commit/7ef75d2c6844>`__ PRD: Prioritize
+ centaur internal timeout over channel failure
+- `12264bb84217 <https://github.com/open-power/hostboot/commit/12264bb84217>`__ PRD: buffer overrun
+ issue in PRD capture data
+
+aravnair-in (1):
+
+- `6c5154f68c50 <https://github.com/open-power/hostboot/commit/6c5154f68c50>`__ Add deconfigure
+ SMPGROUP peer targets rule for SMPGROUP
+
+duchen (1):
+
+- `a57d9746ec97 <https://github.com/open-power/hostboot/commit/a57d9746ec97>`__ Update FAPI2
+ functions to handle new template parms for multicast support
+
+shlimeng (1):
+
+- `829034ee752e <https://github.com/open-power/hostboot/commit/829034ee752e>`__ Add new algorithm
+ for MREP and error log
+
+spashabk-in (5):
+
+- `1a7732ad4182 <https://github.com/open-power/hostboot/commit/1a7732ad4182>`__ Introducing lpc
+ utils source file
+- `38ef75800929 <https://github.com/open-power/hostboot/commit/38ef75800929>`__ Move lpc_rw to a
+ source file
+- `a52846d8be94 <https://github.com/open-power/hostboot/commit/a52846d8be94>`__ Support 1byte data
+ access on LPC
+- `0a21d54e66d2 <https://github.com/open-power/hostboot/commit/0a21d54e66d2>`__ Introducing lpc
+ utils source file
+- `4478b63177ef <https://github.com/open-power/hostboot/commit/4478b63177ef>`__ Move lpc_rw to a
+ source file
+
+xiaozq (1):
+
+- `888662cc151b <https://github.com/open-power/hostboot/commit/888662cc151b>`__ p9_query_mssinfo
+ for single chip mss information query.
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _patches-2.2-6:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-6:
+
+Commits
+~~~~~~~
+
+Andres Lugo-Reyes (6):
+
+- `63a59b2f06eb <https://github.com/open-power/occ/commit/63a59b2f06eb>`__ WOF Reset debug command
+- `e03ec216c2a4 <https://github.com/open-power/occ/commit/e03ec216c2a4>`__ Tool to parse raw WOF
+ hex data
+- `e66f727bf40b <https://github.com/open-power/occ/commit/e66f727bf40b>`__ Fix units in comments in
+ OPPB to match ekb and actual units.
+- `41f0c2c5e001 <https://github.com/open-power/occ/commit/41f0c2c5e001>`__ WOF: Add Extended RC to
+ wof errors
+- `7f75f89c885f <https://github.com/open-power/occ/commit/7f75f89c885f>`__ Update occtoolp9 to
+ handle parsing WOF Reset reason in opal-prd
+- `c0210a3fc54d <https://github.com/open-power/occ/commit/c0210a3fc54d>`__ Add WOF parameters to
+ WOF error logs
+
+Chris Cain (7):
+
+- `a8a2c3a4f7e8 <https://github.com/open-power/occ/commit/a8a2c3a4f7e8>`__ Fix DIMM callout on
+ temperature timeout
+- `18583159ffc2 <https://github.com/open-power/occ/commit/18583159ffc2>`__ Fix PGPE beacon
+ detection
+- `d7adf6c28157 <https://github.com/open-power/occ/commit/d7adf6c28157>`__ Miscellaneous update to
+ occtoolp9
+- `b67db9d09b18 <https://github.com/open-power/occ/commit/b67db9d09b18>`__ Support for NVDIMMs
+- `008cb0bc5f1a <https://github.com/open-power/occ/commit/008cb0bc5f1a>`__ Assert ddr_resetn during
+ EPOW on NVDIMMs
+- `49d91f3310f2 <https://github.com/open-power/occ/commit/49d91f3310f2>`__ NVDIMM procedure update
+- `12c8088a32c5 <https://github.com/open-power/occ/commit/12c8088a32c5>`__ Updates to occtoolp9
+
+Douglas Gilbert (2):
+
+- `17d77ae94197 <https://github.com/open-power/occ/commit/17d77ae94197>`__
+ Memory:MPV:STC920:Zeppelin: OCC held in reset after a channel checkstop
+- `3e23a4ef97bc <https://github.com/open-power/occ/commit/3e23a4ef97bc>`__ Write firdata to PNOR
+ over IPMI
+
+Sumit Kumar (1):
+
+- `074010fb5fd9 <https://github.com/open-power/occ/commit/074010fb5fd9>`__ 24x7: Added Alink PMU &
+ fix for defect SW430218
+
+William Bryan (6):
+
+- `6d556b9b95fd <https://github.com/open-power/occ/commit/6d556b9b95fd>`__ Increase GPE1 Stack Size
+- `f284c3068077 <https://github.com/open-power/occ/commit/f284c3068077>`__ Correct centaur time
+ scaling factor
+- `97f1483c0bd9 <https://github.com/open-power/occ/commit/97f1483c0bd9>`__ imageHdrScript fixes
+- `07f6e35c3f82 <https://github.com/open-power/occ/commit/07f6e35c3f82>`__ Update GPE1 Binary 8/15
+- `d84708e4e986 <https://github.com/open-power/occ/commit/d84708e4e986>`__ Only update centaur
+ sensors if data was collected
+- `1de1be8ec36b <https://github.com/open-power/occ/commit/1de1be8ec36b>`__ Memory bandwidth sensor
+ fixes
+
+mbroyles (8):
+
+- `bc0c2332263b <https://github.com/open-power/occ/commit/bc0c2332263b>`__ Prevent calling out
+ DIMMs and Centaurs due to GPE issues
+- `b8a8037ca194 <https://github.com/open-power/occ/commit/b8a8037ca194>`__ Prevent calling out
+ Centaurs on clock failover CQ: SW437405
+- `1f0ae6950bfc <https://github.com/open-power/occ/commit/1f0ae6950bfc>`__ Debug command updates
+- `eed59077ba18 <https://github.com/open-power/occ/commit/eed59077ba18>`__ Allow N mode power cap
+ to be higher than N+1
+- `0f604d61c285 <https://github.com/open-power/occ/commit/0f604d61c285>`__ Add WOF sensors for
+ AMESTER
+- `b1453b6ce600 <https://github.com/open-power/occ/commit/b1453b6ce600>`__ Include oversubscription
+ in clip history
+- `8344884b54ca <https://github.com/open-power/occ/commit/8344884b54ca>`__ Improved PGPE error
+ handling part 1
+- `bd6800942d1d <https://github.com/open-power/occ/commit/bd6800942d1d>`__ Fix memory OT throttling
+ on Nimbus
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+.. _patches-2.2-7:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-7:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+.. _patches-2.2-8:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-8:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+.. _patches-2.2-9:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-9:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `c3cbf2b97145 <https://github.com/open-power/palmetto-xml/commit/c3cbf2b97145>`__ Add Sys Fw Fru
+ Id
+
+Joel Stanley (1):
+
+- `19c86eb1e5f1 <https://github.com/open-power/palmetto-xml/commit/19c86eb1e5f1>`__ Fix
+ IBSCOM_MCS_BASE_ADDR value
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _patches-2.2-10:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-10:
+
+Commits
+~~~~~~~
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+.. _patches-2.2-11:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-11:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _patches-2.2-12:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-12:
+
+Commits
+~~~~~~~
+
+Adrian Barrera (1):
+
+- `6a2b4e9c991d <https://github.com/open-power/romulus-xml/commit/6a2b4e9c991d>`__ Update default
+ PCIe G3 lane Eq for all PHBs
+
+HankChang (1):
+
+- `3ea5832b5ccd <https://github.com/open-power/romulus-xml/commit/3ea5832b5ccd>`__ Updated
+ DECONFIG_GARDABLE ATTR for RAS
+
+Matt Raybuck (1):
+
+- `378b84d6d93a <https://github.com/open-power/romulus-xml/commit/378b84d6d93a>`__ Corrected
+ invalid chiplet id values for MCS units
+
+Nick Gruendler (1):
+
+- `6d169111bade <https://github.com/open-power/romulus-xml/commit/6d169111bade>`__ Set
+ X_ETHRESHOLD-REPAIR
+
+Nickolaus Gruendler (7):
+
+- `9309ecf5eef8 <https://github.com/open-power/romulus-xml/commit/9309ecf5eef8>`__ Add DD2.2 4 and
+ 8 core WOF tables
+- `97b82bfd90db <https://github.com/open-power/romulus-xml/commit/97b82bfd90db>`__ Enable 2666
+ memory for single drop
+- `7f925b710c48 <https://github.com/open-power/romulus-xml/commit/7f925b710c48>`__ Update dual drop
+ mem speed, stop states
+- `7c1bfbb45ab0 <https://github.com/open-power/romulus-xml/commit/7c1bfbb45ab0>`__ Update WOF
+ tables and wof phase2 support
+- `bcee0de48654 <https://github.com/open-power/romulus-xml/commit/bcee0de48654>`__ Update WOF
+ tables and remove unneeded ones
+- `93456eecf038 <https://github.com/open-power/romulus-xml/commit/93456eecf038>`__ DD2.1 16c WOF
+ data
+- `d91ade7643d6 <https://github.com/open-power/romulus-xml/commit/d91ade7643d6>`__ Update PCIE EQ
+ setting for gen3
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _patches-2.2-13:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-13:
+
+Commits
+~~~~~~~
+
+Abhishek Agarwal (1):
+
+- `1d4b3dd1656b <https://github.com/open-power/sbe/commit/1d4b3dd1656b>`__ Axone only-IPL
+ Procedures update to support SBE changes
+
+Adam Hale (2):
+
+- `2eb270876749 <https://github.com/open-power/sbe/commit/2eb270876749>`__ Disable HW439321
+ workaround in dd1.3
+- `68b93cc0698a <https://github.com/open-power/sbe/commit/68b93cc0698a>`__ HW467590 - WAT Solution
+ to prevent ARMWF starvation early hang
+
+Alvin Wang (1):
+
+- `dbdcd7a7c9dc <https://github.com/open-power/sbe/commit/dbdcd7a7c9dc>`__ Update
+ setup_fw_boot_config() to read out actual values from attributes
+
+Amit Tendolkar (2):
+
+- `d5794d13060d <https://github.com/open-power/sbe/commit/d5794d13060d>`__ Avoid spurious Malf
+ Alert (HMI) to PHYP in PM Complex Reset/Suspend
+- `06f2b048dd60 <https://github.com/open-power/sbe/commit/06f2b048dd60>`__ Handling special wakeup
+ assert/deassert mis-match in PM Reset/Init on MALF
+
+Andre Marin (19):
+
+- `d12c98f3bf94 <https://github.com/open-power/sbe/commit/d12c98f3bf94>`__ Add MEM_PORT target
+- `975341f85c28 <https://github.com/open-power/sbe/commit/975341f85c28>`__ Modify spd_decoder,
+ eff_config, unit tests. Modify dependent files
+- `cfb08bf31741 <https://github.com/open-power/sbe/commit/cfb08bf31741>`__ Add mss throttle files
+ L1
+- `b9d5c1e0b525 <https://github.com/open-power/sbe/commit/b9d5c1e0b525>`__ Modify freq & dep.
+ files. Add cas latency & unit tests
+- `49c63541c6ed <https://github.com/open-power/sbe/commit/49c63541c6ed>`__ Fix throttle procedure &
+ MSS attribute clean up
+- `60f0428ecc8e <https://github.com/open-power/sbe/commit/60f0428ecc8e>`__ Add eff_config
+ functionality needed for RIT, fix cas_latency bug & attr files
+- `7a955f623f4f <https://github.com/open-power/sbe/commit/7a955f623f4f>`__ Modify SPD blob and
+ eff-config hardcoding to match VBU
+- `2ce64ff2a7c1 <https://github.com/open-power/sbe/commit/2ce64ff2a7c1>`__ Fix
+ p9_mss_utils_to_throttle, create throttles API, attribute cleanup
+- `dfac7593ceb5 <https://github.com/open-power/sbe/commit/dfac7593ceb5>`__ Add LRDIMM to
+ translation register infrastructure and unit tests.
+- `9f22ccd6654f <https://github.com/open-power/sbe/commit/9f22ccd6654f>`__ Add read cmd, precharge
+ all cmd, and read cmd CCS instruction and unit tests
+- `c296d8d25294 <https://github.com/open-power/sbe/commit/c296d8d25294>`__ Add PHY sequencer
+ refresh settings after draminit
+- `bf3e7649798e <https://github.com/open-power/sbe/commit/bf3e7649798e>`__ Remove ZQCAL redundant
+ CCS inst, move to draminit_training
+- `f83a56fc20e8 <https://github.com/open-power/sbe/commit/f83a56fc20e8>`__ Add Write CRC attributes
+ to xml and eff_dimm
+- `224f435e1760 <https://github.com/open-power/sbe/commit/224f435e1760>`__ Fix i2c doxy and update
+ i2c_access.H doxy to match fapi2_access_i2c.H
+- `3dbbc66ec9d3 <https://github.com/open-power/sbe/commit/3dbbc66ec9d3>`__ Add empty explorer
+ “check_for_ready” procedure files
+- `77c7728ea9e7 <https://github.com/open-power/sbe/commit/77c7728ea9e7>`__ Added I2C fields,
+ EXP_FW_STATUS API
+- `09fc729a0e49 <https://github.com/open-power/sbe/commit/09fc729a0e49>`__ Implement
+ exp_check_for_ready
+- `40778a92810f <https://github.com/open-power/sbe/commit/40778a92810f>`__ Initial mss_field endian
+ modification
+- `234dbdb65dd7 <https://github.com/open-power/sbe/commit/234dbdb65dd7>`__ Add exp_draminit and fix
+ data_structs constants
+
+Anusha Reddy Rangareddygari (4):
+
+- `aee8470bb261 <https://github.com/open-power/sbe/commit/aee8470bb261>`__ Initf procedure updates
+ for Cumulus
+- `40409eb7a0de <https://github.com/open-power/sbe/commit/40409eb7a0de>`__ Initf procedure updates
+ for OMI rings for Axone
+- `957a64765762 <https://github.com/open-power/sbe/commit/957a64765762>`__ Initf procedure updates
+ for Axone OMI rings
+- `5697a351821d <https://github.com/open-power/sbe/commit/5697a351821d>`__ Axone only-Mux settings
+ for TOD refclk input
+
+Ben Gass (5):
+
+- `c9c321873ecd <https://github.com/open-power/sbe/commit/c9c321873ecd>`__ Update p9a_10 engd from
+ o10_e9018_1_tp018_ec409_soa_sc_u261_01
+- `656d77e999c1 <https://github.com/open-power/sbe/commit/656d77e999c1>`__ Back out p9a_10 engd
+ that breaks the initcompiler.
+- `3fd4e84f2ab4 <https://github.com/open-power/sbe/commit/3fd4e84f2ab4>`__ Update Axone engd.
+- `b95ca3802748 <https://github.com/open-power/sbe/commit/b95ca3802748>`__ Adding p9a_ocmb_enable
+- `99a4816003f1 <https://github.com/open-power/sbe/commit/99a4816003f1>`__ Adding omi_init
+ procedures.
+
+Brian Silver (26):
+
+- `c874b0234370 <https://github.com/open-power/sbe/commit/c874b0234370>`__ Initial commit of memory
+ subsystem
+- `10b33503959b <https://github.com/open-power/sbe/commit/10b33503959b>`__ Add PHY RC class, update
+ setup cal for 2D wc/rc
+- `cbf577233f98 <https://github.com/open-power/sbe/commit/cbf577233f98>`__ Add mcbist L2 function
+- `4d73c7a1e85d <https://github.com/open-power/sbe/commit/4d73c7a1e85d>`__ Change DIMM_SIZE from 8
+ bits to 32 bits
+- `82f796bbc0d2 <https://github.com/open-power/sbe/commit/82f796bbc0d2>`__ Add dp16 io tx dll/vreg
+ config
+- `611d94b420a2 <https://github.com/open-power/sbe/commit/611d94b420a2>`__ Add L2 p9_mss_scrub
+- `02414db1db84 <https://github.com/open-power/sbe/commit/02414db1db84>`__ Change ODT R/W to take
+ values from VPD
+- `f4fe10e30b1f <https://github.com/open-power/sbe/commit/f4fe10e30b1f>`__ Add consumption of IBT
+ from VPD and place in RCD7x
+- `fdd2a22a19b5 <https://github.com/open-power/sbe/commit/fdd2a22a19b5>`__ Changes related to RTT
+ VPD settings
+- `a7bf0135fb18 <https://github.com/open-power/sbe/commit/a7bf0135fb18>`__ Implement MRW
+ attributes; dram_clks, db_util, 2n_mode
+- `281819c9a3f6 <https://github.com/open-power/sbe/commit/281819c9a3f6>`__ Change PHY to use GPO,
+ RLO, WLO from VPD
+- `1a9deb52ca5e <https://github.com/open-power/sbe/commit/1a9deb52ca5e>`__ Add bit field of master
+ ranks attribute for PRD
+- `2318bae2ec82 <https://github.com/open-power/sbe/commit/2318bae2ec82>`__ Add an attribute to
+ avoid the plug rules in partial good scenarios
+- `5857fe5e9341 <https://github.com/open-power/sbe/commit/5857fe5e9341>`__ Change
+ p9_mss_freq_system to write attributes, errors for Cronus
+- `e61c6620ebf2 <https://github.com/open-power/sbe/commit/e61c6620ebf2>`__ Add disabled bit
+ processing for DDR PHY initial calibration
+- `1a63e02fb8fb <https://github.com/open-power/sbe/commit/1a63e02fb8fb>`__ Add DP16 workarounds for
+ Nimbus DD1.0
+- `14a4648821a3 <https://github.com/open-power/sbe/commit/14a4648821a3>`__ Enable read VREF
+ calibration
+- `939b1b6dae25 <https://github.com/open-power/sbe/commit/939b1b6dae25>`__ Initial commit of memory
+ subsystem
+- `d350afb8fe94 <https://github.com/open-power/sbe/commit/d350afb8fe94>`__ Add mcbist L2 function
+- `33aeb4130fcd <https://github.com/open-power/sbe/commit/33aeb4130fcd>`__ Add initial FIR checking
+ for APB interface
+- `737236237bc4 <https://github.com/open-power/sbe/commit/737236237bc4>`__ Change draminit_mc
+ mcbist subtest to perform compares rather than ECC
+- `cadb2f99a87b <https://github.com/open-power/sbe/commit/cadb2f99a87b>`__ Add memdiags scrub
+ capability
+- `fadf57f63054 <https://github.com/open-power/sbe/commit/fadf57f63054>`__ Update error handling
+ for IPL procedures
+- `bba0660f44a8 <https://github.com/open-power/sbe/commit/bba0660f44a8>`__ Update memory library
+ for 1R 4gbx4 DIMM
+- `8baf05c39b20 <https://github.com/open-power/sbe/commit/8baf05c39b20>`__ Add 3DS DIMM support
+- `5942578dbc6c <https://github.com/open-power/sbe/commit/5942578dbc6c>`__ Changes to limit DLL cal
+ on spare DP8, stop CSS before starting
+
+Chris Steffen (1):
+
+- `022cf9ef4eee <https://github.com/open-power/sbe/commit/022cf9ef4eee>`__ Alink Hot Repair Fix
+
+Christian Geddes (2):
+
+- `653af7c39dce <https://github.com/open-power/sbe/commit/653af7c39dce>`__ Clear INT_CQ related
+ firs after completing sync_reset in MPIPL
+- `da97ec320573 <https://github.com/open-power/sbe/commit/da97ec320573>`__ Add exp_i2c_scom driver
+ that will be consumed by HB/SBE platforms
+
+Christian R. Geddes (1):
+
+- `d366d4d3fd47 <https://github.com/open-power/sbe/commit/d366d4d3fd47>`__ Revert “Clear INT_CQ
+ related firs after completing sync_reset in MPIPL”
+
+Claus Michael Olsen (2):
+
+- `b899067de964 <https://github.com/open-power/sbe/commit/b899067de964>`__ Cleanup: Updated Mvpd
+ access function and removal of unused rings
+- `225922537f45 <https://github.com/open-power/sbe/commit/225922537f45>`__ Infrastructure support
+ for new MC OMI rings for Axone
+
+Dan Crowell (9):
+
+- `114eb0df447d <https://github.com/open-power/sbe/commit/114eb0df447d>`__ Remove
+ ATTR_PROC_CHIP_MEM_TO_USE
+- `c9b485103576 <https://github.com/open-power/sbe/commit/c9b485103576>`__ Attribute cleanup
+- `12f20f559a22 <https://github.com/open-power/sbe/commit/12f20f559a22>`__ Only save the CME FIR
+ Masks after they have been setup once
+- `41ac7c13db4a <https://github.com/open-power/sbe/commit/41ac7c13db4a>`__ Add Axone targets to
+ fapi error utilities
+- `29377f9ca5d2 <https://github.com/open-power/sbe/commit/29377f9ca5d2>`__ Remove whitespace that
+ breaks HB attribute compiler
+- `0bd8a112862e <https://github.com/open-power/sbe/commit/0bd8a112862e>`__ Add override attributes
+ for memory vpd access
+- `f2c585d70f39 <https://github.com/open-power/sbe/commit/f2c585d70f39>`__ Change
+ ATTR_MSS_WR_VREF_OFFSET to be override-only
+- `e95bde71fdee <https://github.com/open-power/sbe/commit/e95bde71fdee>`__ Make new WOV attributes
+ override-only
+- `2e253cebdaff <https://github.com/open-power/sbe/commit/2e253cebdaff>`__ Interface for OCMB
+ getVPD
+
+Dean Sanner (3):
+
+- `69dedc0ffc26 <https://github.com/open-power/sbe/commit/69dedc0ffc26>`__ Add hook to setup
+ ATTR_SMF_CONFIG
+- `ff37b7ecb360 <https://github.com/open-power/sbe/commit/ff37b7ecb360>`__ Use core target for
+ HRMOR/URMOR scoms in p9_sbe_load_bootloader
+- `4cedc39a1cbe <https://github.com/open-power/sbe/commit/4cedc39a1cbe>`__ Leave scratch valid bits
+ alone to allow HB to query
+
+Douglas Gilbert (1):
+
+- `ef27d8bc4244 <https://github.com/open-power/sbe/commit/ef27d8bc4244>`__ HCODE Make divide using
+ DERP/DORP atomic
+
+Greg Still (2):
+
+- `895e0d5c76a7 <https://github.com/open-power/sbe/commit/895e0d5c76a7>`__ SMF: SBE updates for SMF
+ (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
+- `e4bd0e56146b <https://github.com/open-power/sbe/commit/e4bd0e56146b>`__ SMF: clear HRMOR[15] in
+ all modes so that secure mode won’t hang core
+
+Jacob Harvey (19):
+
+- `b5a8ad90ae2d <https://github.com/open-power/sbe/commit/b5a8ad90ae2d>`__ Added initToZero tag for
+ all memory attributes
+- `79dc09405f69 <https://github.com/open-power/sbe/commit/79dc09405f69>`__ Change MSS_VOLT to
+ MSS_VOLT_VDDR
+- `b7da4b95261b <https://github.com/open-power/sbe/commit/b7da4b95261b>`__ Fix eff_config, remove
+ custom_dimm
+- `b79b9ca39e1b <https://github.com/open-power/sbe/commit/b79b9ca39e1b>`__ Modifying ATTRs for
+ memory power thermal
+- `50fe674d875b <https://github.com/open-power/sbe/commit/50fe674d875b>`__ Cleaned spd xml and
+ Added module manufacturer info
+- `3e99f56e4eb2 <https://github.com/open-power/sbe/commit/3e99f56e4eb2>`__ Started implementation
+ of bulk_pwr_throttles
+- `e08919954f75 <https://github.com/open-power/sbe/commit/e08919954f75>`__ Implement L2
+ eff_config_thermal, bulk_pwr_throttle
+- `8198935a9b65 <https://github.com/open-power/sbe/commit/8198935a9b65>`__ Fixing
+ bulk_pwr_throttles calculations
+- `00d7f23538f6 <https://github.com/open-power/sbe/commit/00d7f23538f6>`__ Move MRS attributes to
+ eff_config to calc LRDIMMs
+- `fa8cd7a53397 <https://github.com/open-power/sbe/commit/fa8cd7a53397>`__ Disabling
+ temp_refresh_mode
+- `28138fa01bdb <https://github.com/open-power/sbe/commit/28138fa01bdb>`__ Fixing raw card setting
+ for DIMMs
+- `8c2f174a055a <https://github.com/open-power/sbe/commit/8c2f174a055a>`__ Fix up setup_cal and
+ vref attrs
+- `3b8fd10f3017 <https://github.com/open-power/sbe/commit/3b8fd10f3017>`__ Add in L1
+ draminit_training_adv files
+- `e3f992ac8cf6 <https://github.com/open-power/sbe/commit/e3f992ac8cf6>`__ Implementing
+ draminit_training_adv
+- `cf118099b000 <https://github.com/open-power/sbe/commit/cf118099b000>`__ Disabled Training
+ Advance in sim
+- `f62eba35005d <https://github.com/open-power/sbe/commit/f62eba35005d>`__ L3 RAS for
+ draminit_training, eff_config, lib
+- `8b1f6433ef30 <https://github.com/open-power/sbe/commit/8b1f6433ef30>`__ Clean up memdiags ffdc
+ naming
+- `847583feba87 <https://github.com/open-power/sbe/commit/847583feba87>`__ L3 draminit and mss_lib
+- `c3d5f54e035a <https://github.com/open-power/sbe/commit/c3d5f54e035a>`__ Fix sim problems on awan
+
+Jennifer A. Stofer (2):
+
+- `19a6cc35b628 <https://github.com/open-power/sbe/commit/19a6cc35b628>`__ Revert “lpc_init:
+ Correct LPC host controller timeout value”
+- `ecf448158b9d <https://github.com/open-power/sbe/commit/ecf448158b9d>`__ Revert “Initf procedure
+ updates for OMI rings for Axone”
+
+Jenny Huynh (8):
+
+- `739cb752fc4a <https://github.com/open-power/sbe/commit/739cb752fc4a>`__ Secure memory allocation
+ and setup
+- `3163363f9b24 <https://github.com/open-power/sbe/commit/3163363f9b24>`__ Avoid enabling smf bits
+ in nmmu logic for P9
+- `3399fd3edb81 <https://github.com/open-power/sbe/commit/3399fd3edb81>`__ SW427193 / HW461448:
+ Enable memory controller wat
+- `9f0712eccd00 <https://github.com/open-power/sbe/commit/9f0712eccd00>`__ Mask early hang
+ indicators from nmmu/vas unit
+- `f980f21554a3 <https://github.com/open-power/sbe/commit/f980f21554a3>`__ Mask NMMUFIR(7),
+ NMMUFIR(36:39)
+- `96b355495608 <https://github.com/open-power/sbe/commit/96b355495608>`__ Enforce SMF size
+ requirements and correct valid bit
+- `baa6ab8c737e <https://github.com/open-power/sbe/commit/baa6ab8c737e>`__ HW471413 Aggressive
+ Uncle: disable ERAT thread sharing
+- `7032c3353697 <https://github.com/open-power/sbe/commit/7032c3353697>`__ Enable Nimbus DD23 risk
+ levels
+
+Joachim Fenkes (6):
+
+- `a8686c27d27e <https://github.com/open-power/sbe/commit/a8686c27d27e>`__ p9_sbe_lpc_init: Add
+ final check for errors
+- `c7486f7b07ab <https://github.com/open-power/sbe/commit/c7486f7b07ab>`__ p9_sbe_tp_chiplet_init3:
+ Set up oscillator error mask based on MF osc setting
+- `4191b61e176a <https://github.com/open-power/sbe/commit/4191b61e176a>`__ p9_sbe_lpc_init: Improve
+ reset
+- `bbce13954daa <https://github.com/open-power/sbe/commit/bbce13954daa>`__ lpc_init: Correct LPC
+ host controller timeout value
+- `97b414635410 <https://github.com/open-power/sbe/commit/97b414635410>`__ p9_sbe_lpc_init: Skip
+ final error check for Fleetwood GA1
+- `c3907f462c51 <https://github.com/open-power/sbe/commit/c3907f462c51>`__ test: Temporarily
+ disable testArrayAccess
+
+Joe McGill (14):
+
+- `add228241007 <https://github.com/open-power/sbe/commit/add228241007>`__ allow option to enforce
+ mirroring of all system memory
+- `b725244e84ae <https://github.com/open-power/sbe/commit/b725244e84ae>`__ set PEC disable store
+ thread based ordering chicken switches
+- `8dcb329eeac4 <https://github.com/open-power/sbe/commit/8dcb329eeac4>`__ p9_sbe_check_quiesce –
+ restore call to p9_int_scrub_caches
+- `c8fede9e612b <https://github.com/open-power/sbe/commit/c8fede9e612b>`__ p9_sbe_scominit – set
+ XSCOM BAR in secure memory with SMF enabled
+- `0eff4a7aa441 <https://github.com/open-power/sbe/commit/0eff4a7aa441>`__ p9.pci.scan.initfile –
+ replace 62028 implementation with initfile entry
+- `bb2581994b16 <https://github.com/open-power/sbe/commit/bb2581994b16>`__ Validate OBUS DL lane
+ failed indications during initial link training
+- `a29e1a56702f <https://github.com/open-power/sbe/commit/a29e1a56702f>`__ apply INT ARX clock gate
+ disable to p9n DD2.0 hardware
+- `d7508dcad439 <https://github.com/open-power/sbe/commit/d7508dcad439>`__ Updates to permit
+ synchronized SS PLL spreading via TOD
+- `da2faf32fae4 <https://github.com/open-power/sbe/commit/da2faf32fae4>`__ nest updates for p9c
+ DD1.3 native and p9c DD1.2 compatibility modes
+- `dcd07da310ae <https://github.com/open-power/sbe/commit/dcd07da310ae>`__ prevent NVDL recal_abort
+ to OBUS PHY during SMP usage
+- `ed95ad23449b <https://github.com/open-power/sbe/commit/ed95ad23449b>`__ FBC ABUS TDM inject and
+ recovery HWPs
+- `6ef77d03b31f <https://github.com/open-power/sbe/commit/6ef77d03b31f>`__ whitelist updates for
+ ABUS CCM
+- `41e1c16c7172 <https://github.com/open-power/sbe/commit/41e1c16c7172>`__ Add MSS customization
+ support from CRP0 Lx MVPD
+- `658b2f4ef5f3 <https://github.com/open-power/sbe/commit/658b2f4ef5f3>`__ apply HW423589 option1
+ (MCD disable) workaround for p9n DD2.1
+
+Joel Stanley (2):
+
+- `9fcda53c50f7 <https://github.com/open-power/sbe/commit/9fcda53c50f7>`__ p9_sbe_tp_chiplet_init:
+ Fix missing semicolons
+- `d779bc19cdeb <https://github.com/open-power/sbe/commit/d779bc19cdeb>`__ fapi2: Use correct
+ RingMode type
+
+Louis Stermole (10):
+
+- `026d810afdde <https://github.com/open-power/sbe/commit/026d810afdde>`__ Add row repair access
+ functions and attr switches for p9c
+- `43db7b547db5 <https://github.com/open-power/sbe/commit/43db7b547db5>`__ Adding defaults for DRAM
+ dll_reset and dll_enable
+- `ef6b416c8749 <https://github.com/open-power/sbe/commit/ef6b416c8749>`__ Add attribute
+ ATTR_EFF_RANK_GROUP_OVERRIDE
+- `e179917b2c46 <https://github.com/open-power/sbe/commit/e179917b2c46>`__ Disable RTT_WR during
+ WR_LEVEL cal step, and set equivalent terminations
+- `65add1de701a <https://github.com/open-power/sbe/commit/65add1de701a>`__ Improve description of
+ ATTR_EFF_RANK_GROUP_OVERRIDE
+- `9dc84acf3693 <https://github.com/open-power/sbe/commit/9dc84acf3693>`__ Move
+ MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding
+- `ea070e563fc3 <https://github.com/open-power/sbe/commit/ea070e563fc3>`__ Fix 1R dual-drop bugs
+- `a66ed7d25440 <https://github.com/open-power/sbe/commit/a66ed7d25440>`__ Move MSS Rosetta map
+ from lab to f/w library, add API
+- `3a4b3bd7d357 <https://github.com/open-power/sbe/commit/3a4b3bd7d357>`__ Add API for MC to C4 DQ
+ pin index translation
+- `7359a42e3aea <https://github.com/open-power/sbe/commit/7359a42e3aea>`__ Change mss_freq
+ algorithm to deconfigure ports to achieve common DIMM freq
+
+Matt K. Light (2):
+
+- `bfc895ae5d9e <https://github.com/open-power/sbe/commit/bfc895ae5d9e>`__ fapi2 i2c access headers
+- `de6a45dcdabe <https://github.com/open-power/sbe/commit/de6a45dcdabe>`__ fapi2 i2c dox update
+
+Nick Bofferding (1):
+
+- `ab21d9215c0e <https://github.com/open-power/sbe/commit/ab21d9215c0e>`__ Secure Boot: Whitelist
+ PPE External Interface XCR and SMP lane related register
+
+Nick Klazynski (4):
+
+- `dc6a9a0a6028 <https://github.com/open-power/sbe/commit/dc6a9a0a6028>`__ Clockgate disable
+ workaround for HW452921
+- `2582f47596ad <https://github.com/open-power/sbe/commit/2582f47596ad>`__ Enable CDD1.3’s 4
+ risklevels (step 1)
+- `037aa8a374c5 <https://github.com/open-power/sbe/commit/037aa8a374c5>`__ Enable Core
+ compatability Mode; Add HW443669
+- `d78d955fd260 <https://github.com/open-power/sbe/commit/d78d955fd260>`__ Add TLBIE WAT
+
+Prasad Bg Ranganath (3):
+
+- `6fca30900233 <https://github.com/open-power/sbe/commit/6fca30900233>`__ Marking CME sram addr
+ and cntrl register for whitelist
+- `2bd351fbbd39 <https://github.com/open-power/sbe/commit/2bd351fbbd39>`__ PM:Some more cleanups in
+ update_ec_eq procedure for core unit xstop case
+- `5833ebe6d677 <https://github.com/open-power/sbe/commit/5833ebe6d677>`__ STOP:Dont clear
+ pmc_pcb_intr_type0_pending in OISR1/OIMR1 register
+
+Prem Shanker Jha (7):
+
+- `1d60e2d7700c <https://github.com/open-power/sbe/commit/1d60e2d7700c>`__ PM: Added support for
+ enable disable of 24x7 IMA.
+- `26f2defa140d <https://github.com/open-power/sbe/commit/26f2defa140d>`__ UV Support : Augmented
+ STOP API and self restore for enabling ultravisor.
+- `4a4cf323a8a1 <https://github.com/open-power/sbe/commit/4a4cf323a8a1>`__ Revert “UV Support :
+ Augmented STOP API and self restore for enabling UV”
+- `090243ffb298 <https://github.com/open-power/sbe/commit/090243ffb298>`__ PM: Fixed handling of
+ CME LFIR mask during PM complex reset.
+- `63f0f90e5883 <https://github.com/open-power/sbe/commit/63f0f90e5883>`__ Img Build: HOMER changes
+ for SMF and SPR self save.
+- `f84706a9ed02 <https://github.com/open-power/sbe/commit/f84706a9ed02>`__ SMF: Defined new
+ attribute to store unsecure HOMER’s base address.
+- `cc4c778333b5 <https://github.com/open-power/sbe/commit/cc4c778333b5>`__ SMF: Defined new
+ attribute to store unsecure HOMER’s base address.
+
+RAJA DAS (1):
+
+- `3d13f0af8432 <https://github.com/open-power/sbe/commit/3d13f0af8432>`__ Revert “Self Save: Fixed
+ bugs pertaining to SPR self save.”
+
+Rahul Batra (2):
+
+- `3b46d1735013 <https://github.com/open-power/sbe/commit/3b46d1735013>`__ PGPE: WOV Attributes
+ (1/3)
+- `37a2ec2b1354 <https://github.com/open-power/sbe/commit/37a2ec2b1354>`__ SMF: Make
+ UNSECURE_HOMER_ADDR unwriteable on FAPI
+
+Raja Das (16):
+
+- `432a7bb830ab <https://github.com/open-power/sbe/commit/432a7bb830ab>`__ Inverted logic of
+ hasClock bit in Clock Status register
+- `4a2a88ff8081 <https://github.com/open-power/sbe/commit/4a2a88ff8081>`__ [SBE-ARCH2] Format
+ register dump and SBE Capturing the Data
+- `bd5c4de63cdd <https://github.com/open-power/sbe/commit/bd5c4de63cdd>`__ [SBE-ARCH1]HRMOR
+ relocated to 4Gb for SPLess Opal system
+- `7a091ef2465a <https://github.com/open-power/sbe/commit/7a091ef2465a>`__ Updated core stop state
+ while capturing data in MPIPL
+- `26acfd0fd5e7 <https://github.com/open-power/sbe/commit/26acfd0fd5e7>`__ Simics check in case of
+ spless system before modifying HRMOR to 4GB
+- `0297fe823ff6 <https://github.com/open-power/sbe/commit/0297fe823ff6>`__ Axone tp_chiplet_init
+ sequence in boot
+- `a273362351bf <https://github.com/open-power/sbe/commit/a273362351bf>`__ Added newline
+ termination after putting in build info into Hash
+- `74de67ab5090 <https://github.com/open-power/sbe/commit/74de67ab5090>`__ Increased l2 loader size
+ in PIBMEM
+- `f4b6cc7a8717 <https://github.com/open-power/sbe/commit/f4b6cc7a8717>`__ Added AXONE option for
+ sbe-trace
+- `470b106f89cc <https://github.com/open-power/sbe/commit/470b106f89cc>`__ Updated tracehash.pl
+ file to skip parsing of empty line from hash file
+- `2992583ae8c9 <https://github.com/open-power/sbe/commit/2992583ae8c9>`__ Axone chipId support
+- `bbeb8d0cefc7 <https://github.com/open-power/sbe/commit/bbeb8d0cefc7>`__ Instruction machine
+ check ISR updated
+- `39be529611f3 <https://github.com/open-power/sbe/commit/39be529611f3>`__ Removed dual compilation
+ of pibmem_repair.S
+- `8c6000a46281 <https://github.com/open-power/sbe/commit/8c6000a46281>`__ Re-used loader_data
+ section to pibmem repair scom data for Axone
+- `c0a1b5d3de4d <https://github.com/open-power/sbe/commit/c0a1b5d3de4d>`__ Support for renaming
+ loader_data section to pibmemrepair_data section
+- `50133b0d87d0 <https://github.com/open-power/sbe/commit/50133b0d87d0>`__ Axone pibmem only image
+ compilation
+
+Richard J. Knight (5):
+
+- `4f7caa36ee81 <https://github.com/open-power/sbe/commit/4f7caa36ee81>`__ Add prototype for
+ releasing platform data pointer storage function
+- `a2fae5c9cbeb <https://github.com/open-power/sbe/commit/a2fae5c9cbeb>`__ Modify the getFfdc
+ routine to consider the SBE proc
+- `1536a9ea7882 <https://github.com/open-power/sbe/commit/1536a9ea7882>`__ get FAPI_POS for all
+ valid target types passed in SBE FIFO ffdc
+- `4abbd808718d <https://github.com/open-power/sbe/commit/4abbd808718d>`__ FAPI2 - Enable register
+ ffdc support
+- `147883cba7f4 <https://github.com/open-power/sbe/commit/147883cba7f4>`__ Change target types for
+ memory FFDC
+
+Sachin Gupta (9):
+
+- `a682d4b3a60e <https://github.com/open-power/sbe/commit/a682d4b3a60e>`__ Update backing build
+- `2c410f1b2264 <https://github.com/open-power/sbe/commit/2c410f1b2264>`__ Fix in quisce
+- `a46943dd8677 <https://github.com/open-power/sbe/commit/a46943dd8677>`__ Updating backing build
+- `43e1ba4a2643 <https://github.com/open-power/sbe/commit/43e1ba4a2643>`__ Remove intermediate rule
+ for C/c files
+- `0ee0a590013e <https://github.com/open-power/sbe/commit/0ee0a590013e>`__ Only call lpc init
+ procedure on slave procs in mnfg mode
+- `629cf0ba3bf7 <https://github.com/open-power/sbe/commit/629cf0ba3bf7>`__ Support
+ ATTR_LPC_CONSOLE_CNFG attribute
+- `ca16ce92cfeb <https://github.com/open-power/sbe/commit/ca16ce92cfeb>`__ Put temporary file in
+ project config folder
+- `50f39386956e <https://github.com/open-power/sbe/commit/50f39386956e>`__ Revert Only call lpc
+ init procedure on slave procs in mnfg mode
+- `eaee47c85878 <https://github.com/open-power/sbe/commit/eaee47c85878>`__ Remove unused code from
+ SBE
+
+Santosh Puranik (1):
+
+- `8fd3e3a6f64c <https://github.com/open-power/sbe/commit/8fd3e3a6f64c>`__ Mark OB1 and OB2 present
+ for Axone
+
+Srikantha Meesala (1):
+
+- `0121de3404a4 <https://github.com/open-power/sbe/commit/0121de3404a4>`__ Enable DD2.3 in op build
+ and Disable DD2.0
+
+Stephen Glancy (14):
+
+- `d103f7adad9d <https://github.com/open-power/sbe/commit/d103f7adad9d>`__ Adds endian_swap to
+ fapi2
+- `4158d2de4415 <https://github.com/open-power/sbe/commit/4158d2de4415>`__ Removes unused attribute
+ accessors
+- `2afef5ba1d8d <https://github.com/open-power/sbe/commit/2afef5ba1d8d>`__ Fixed eff_config attr
+ generation
+- `f3df43fa56d1 <https://github.com/open-power/sbe/commit/f3df43fa56d1>`__ Fixed CL and timing
+ bugs, unit test augmentations
+- `b99ae92f6e5d <https://github.com/open-power/sbe/commit/b99ae92f6e5d>`__ Updates MCBIST for
+ dual-drop systems
+- `8e6447a0500a <https://github.com/open-power/sbe/commit/8e6447a0500a>`__ Updates WR VREF for
+ characterization results
+- `67d2399b0593 <https://github.com/open-power/sbe/commit/67d2399b0593>`__ Updates training
+ advanced and adds custom WR CTR
+- `8a8152b3899d <https://github.com/open-power/sbe/commit/8a8152b3899d>`__ Updates custom RD CTR
+ pattern
+- `691b1fdd183f <https://github.com/open-power/sbe/commit/691b1fdd183f>`__ Updates the training
+ advanced algorithm
+- `88910edf281a <https://github.com/open-power/sbe/commit/88910edf281a>`__ Removes unused attribute
+ accessors
+- `f97b07db36ea <https://github.com/open-power/sbe/commit/f97b07db36ea>`__ Fixes LRDIMM eff_config
+ bugs
+- `b1e13ff2022b <https://github.com/open-power/sbe/commit/b1e13ff2022b>`__ Adds explorer OMI
+ training code
+- `b75034351145 <https://github.com/open-power/sbe/commit/b75034351145>`__ Adds PDA support
+- `7a9f08a0a7ea <https://github.com/open-power/sbe/commit/7a9f08a0a7ea>`__ Moves sync code to
+ generic folder
+
+Sumit Kumar (1):
+
+- `08a3b13f505d <https://github.com/open-power/sbe/commit/08a3b13f505d>`__ Updated gerrit hostname
+
+Sunil Kumar (2):
+
+- `64cbaffb38a0 <https://github.com/open-power/sbe/commit/64cbaffb38a0>`__ Flush NVDIMM Chipop
+- `381998929720 <https://github.com/open-power/sbe/commit/381998929720>`__ Incorporate NVDIMM HWP
+ into SBE.
+
+Thi Tran (1):
+
+- `32acc42c886d <https://github.com/open-power/sbe/commit/32acc42c886d>`__ Change target types to
+ 64-bit and add P10 target types
+
+Tsung Yeung (4):
+
+- `1610ae1216ac <https://github.com/open-power/sbe/commit/1610ae1216ac>`__ Default DDR4-2933 to
+ 2666
+- `baa99608f3cd <https://github.com/open-power/sbe/commit/baa99608f3cd>`__ P9: NVDIMM SBE Support
+ to Trigger Catastrophic Save
+- `a1d61a155a92 <https://github.com/open-power/sbe/commit/a1d61a155a92>`__ P9: NVDIMM SBE Support
+ to Trigger Catastrophic Save
+- `17058c49441a <https://github.com/open-power/sbe/commit/17058c49441a>`__ P9: NVDIMM SBE Support
+ to Trigger Catastrophic Save
+
+Yue Du (3):
+
+- `00d48c74abbd <https://github.com/open-power/sbe/commit/00d48c74abbd>`__ STOP: remove chiplet
+ enable drop in core_poweron for multicast scom
+- `77f8505ebf78 <https://github.com/open-power/sbe/commit/77f8505ebf78>`__ PM: Prevent Core-L2
+ Quiesce from removing PM_EXIT upon SPWU
+- `16fde70421d8 <https://github.com/open-power/sbe/commit/16fde70421d8>`__ IPL/STOP: Disable LCO
+ when only two EXes are configured
+
+Zane Shelley (1):
+
+- `a29db3da0819 <https://github.com/open-power/sbe/commit/a29db3da0819>`__ RAS_XML: updates to sync
+ the XML with actual values from hardware
+
+manichow (1):
+
+- `2bdc2af078a7 <https://github.com/open-power/sbe/commit/2bdc2af078a7>`__ Register 1020019 was
+ white listed
+
+spashabk-in (24):
+
+- `8c276e4ad59b <https://github.com/open-power/sbe/commit/8c276e4ad59b>`__ Update memory address of
+ ADU testcase
+- `5c79faf686d8 <https://github.com/open-power/sbe/commit/5c79faf686d8>`__ ppe CI memory testcase
+ failure fix
+- `c6fdb271fa1a <https://github.com/open-power/sbe/commit/c6fdb271fa1a>`__ Optimize PSU testcases
+- `bba0cab94144 <https://github.com/open-power/sbe/commit/bba0cab94144>`__ Protect fapi rc between
+ processor and async thread
+- `5e3c66327088 <https://github.com/open-power/sbe/commit/5e3c66327088>`__ Skip select master EX on
+ slave SBE
+- `ddefd501a212 <https://github.com/open-power/sbe/commit/ddefd501a212>`__ Suspend async task on
+ quiesce SBE
+- `2567f8f47e82 <https://github.com/open-power/sbe/commit/2567f8f47e82>`__ Get capabilities spec
+ sync
+- `a8ae4fab627a <https://github.com/open-power/sbe/commit/a8ae4fab627a>`__ Support special wakeup
+ for SRESET
+- `e6fa24197013 <https://github.com/open-power/sbe/commit/e6fa24197013>`__ Special wakeup bit
+ correction
+- `20a60ab17ed6 <https://github.com/open-power/sbe/commit/20a60ab17ed6>`__ Add axone config
+- `d436cbc3c974 <https://github.com/open-power/sbe/commit/d436cbc3c974>`__ Project specific boot
+ handling
+- `cf180c5928c4 <https://github.com/open-power/sbe/commit/cf180c5928c4>`__ Axone image suffix
+- `ba07774edab2 <https://github.com/open-power/sbe/commit/ba07774edab2>`__ Bump up axone pibmem
+ size to 224KB
+- `121afb0e9980 <https://github.com/open-power/sbe/commit/121afb0e9980>`__ Move all text section to
+ PIBMEM for axone
+- `f4b7f496c8fc <https://github.com/open-power/sbe/commit/f4b7f496c8fc>`__ Introducing lpc utils
+ source file
+- `9bb64314aad7 <https://github.com/open-power/sbe/commit/9bb64314aad7>`__ Release sbe binaries as
+ part of simics tar
+- `6b4839f3d35e <https://github.com/open-power/sbe/commit/6b4839f3d35e>`__ Fix forced-trace command
+- `3aa7b7c2918f <https://github.com/open-power/sbe/commit/3aa7b7c2918f>`__ Enable parallel builds
+ in SBE
+- `eb8c94369f30 <https://github.com/open-power/sbe/commit/eb8c94369f30>`__ Move Control instruction
+ to seeprom
+- `da99f39710df <https://github.com/open-power/sbe/commit/da99f39710df>`__ Jenkins parallel build
+- `ff74130fcca2 <https://github.com/open-power/sbe/commit/ff74130fcca2>`__ Move lpc_rw to a source
+ file
+- `e1a4637ad7c4 <https://github.com/open-power/sbe/commit/e1a4637ad7c4>`__ Support 1byte data
+ access on LPC
+- `17ee7c1c6dec <https://github.com/open-power/sbe/commit/17ee7c1c6dec>`__ Enabling ipmi console
+ access
+- `cf61dc391d03 <https://github.com/open-power/sbe/commit/cf61dc391d03>`__ SBE logs on serial
+ console
+
+whs (1):
+
+- `984f025a3a05 <https://github.com/open-power/sbe/commit/984f025a3a05>`__ Packaging of memory vpd
+ on Nimbus, MCA->MCS
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _patches-2.2-14:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-14:
+
+Commits
+~~~~~~~
+
+Adriana Kobylak (1):
+
+- `b6ebee077d91 <https://github.com/open-power/skiboot/commit/b6ebee077d91>`__ pflash: Add –skip
+ option for reading
+
+Alexey Kardashevskiy (6):
+
+- `8a2b6d51b771 <https://github.com/open-power/skiboot/commit/8a2b6d51b771>`__ npu2: Use correct
+ kill type for TCE invalidation
+- `003ccd577516 <https://github.com/open-power/skiboot/commit/003ccd577516>`__ npu2: Advertise
+ correct TCE page size
+- `3e3defbf73e3 <https://github.com/open-power/skiboot/commit/3e3defbf73e3>`__ npu2: Return
+ sensible PCI error when not frozen
+- `d8b161f4b361 <https://github.com/open-power/skiboot/commit/d8b161f4b361>`__ npu2: Allow ATSD for
+ LPAR other than 0
+- `64627c85e648 <https://github.com/open-power/skiboot/commit/64627c85e648>`__ cpufeatures: Always
+ advertise POWER8NVL as DD2
+- `889dba86c3c8 <https://github.com/open-power/skiboot/commit/889dba86c3c8>`__ hw/phb3/naples:
+ Disable D-states
+
+Alistair Popple (2):
+
+- `b8702e2c6963 <https://github.com/open-power/skiboot/commit/b8702e2c6963>`__ Move
+ pb_cen_hp_mode_curr register definition to xscom-p9-reg.h
+- `68518e542e6f <https://github.com/open-power/skiboot/commit/68518e542e6f>`__ phb4: Disable nodal
+ scoped DMA accesses when PB pump mode is enabled
+
+Andrew Donnellan (10):
+
+- `be54c89e7e97 <https://github.com/open-power/skiboot/commit/be54c89e7e97>`__ hw/phb4: Fix unused
+ value/parameter warnings
+- `8a8cc857fa3f <https://github.com/open-power/skiboot/commit/8a8cc857fa3f>`__ hw/npu2: Don’t
+ assert if we hit a mixed OpenCAPI/NVLink setup
+- `34ceb75f2829 <https://github.com/open-power/skiboot/commit/34ceb75f2829>`__ hw/npu2-opencapi:
+ Fix setting of supported OpenCAPI templates
+- `c38bdc3984a2 <https://github.com/open-power/skiboot/commit/c38bdc3984a2>`__
+ hw/npu2-hw-procedures: Enable RX auto recal on OpenCAPI links
+- `ecc4a562b5d1 <https://github.com/open-power/skiboot/commit/ecc4a562b5d1>`__ occ: Wait if OCC GPU
+ presence status not immediately available
+- `7ecb29651c31 <https://github.com/open-power/skiboot/commit/7ecb29651c31>`__ npu2: Split device
+ index into brick and link index
+- `68415d5e38ef <https://github.com/open-power/skiboot/commit/68415d5e38ef>`__ hw/npu2: Common NPU2
+ init routine between NVLink and OpenCAPI
+- `b6cc82cb39c4 <https://github.com/open-power/skiboot/commit/b6cc82cb39c4>`__ hw/npu2, platform:
+ Add NPU2 platform device detection callback
+- `6a728afd121b <https://github.com/open-power/skiboot/commit/6a728afd121b>`__ hw/npu2, platform:
+ Restructure OpenCAPI i2c reset/presence pins
+- `9d5b516f2870 <https://github.com/open-power/skiboot/commit/9d5b516f2870>`__
+ platforms/astbmc/witherspoon: Implement OpenCAPI support
+
+Andrew Jeffery (83):
+
+- `5b1bc2ffe791 <https://github.com/open-power/skiboot/commit/5b1bc2ffe791>`__ ast-bmc: Move copy
+ routines to ast-sf-ctrl
+- `467b00fdfd67 <https://github.com/open-power/skiboot/commit/467b00fdfd67>`__ core/pci-quirk:
+ Remove broken comment in quirk_astbmc_vga()
+- `7a5af6da49b9 <https://github.com/open-power/skiboot/commit/7a5af6da49b9>`__ core/pci-quirk:
+ Clean up commented code in quirk_astbmc_vga()
+- `8972e44f9788 <https://github.com/open-power/skiboot/commit/8972e44f9788>`__ ast-bmc: Rename LPC
+ FW cycle helpers
+- `ebc8524a3a45 <https://github.com/open-power/skiboot/commit/ebc8524a3a45>`__ ast-io: Rework
+ setup/tear-down of communication with the BMC
+- `1d8793c64b59 <https://github.com/open-power/skiboot/commit/1d8793c64b59>`__ lpc: Silence LPC
+ SYNC no-response error when necessary
+- `8bb4a1cd9af4 <https://github.com/open-power/skiboot/commit/8bb4a1cd9af4>`__ ast-io: Use
+ bmc_sio_{get, put}() where required
+- `d40484209620 <https://github.com/open-power/skiboot/commit/d40484209620>`__ ipmi: Introduce
+ registration for SEL command handlers
+- `88579eba5fde <https://github.com/open-power/skiboot/commit/88579eba5fde>`__ core/lock: Use
+ try_lock_caller() in lock_caller() to capture owner
+- `3aa5394f4da1 <https://github.com/open-power/skiboot/commit/3aa5394f4da1>`__ core/flash: Only
+ lock around flashes update in flash_register()
+- `c0b84547521d <https://github.com/open-power/skiboot/commit/c0b84547521d>`__ core/flash: Unlock
+ around blocklevel calls in NVRAM accessors
+- `35c955970af6 <https://github.com/open-power/skiboot/commit/35c955970af6>`__ libflash: Add
+ ipmi-hiomap
+- `b5edb1692b7f <https://github.com/open-power/skiboot/commit/b5edb1692b7f>`__ astbmc: Prefer
+ ipmi-hiomap for PNOR access
+- `1a1ff0ab2c78 <https://github.com/open-power/skiboot/commit/1a1ff0ab2c78>`__ astbmc: Remove
+ coordinated isolation support
+- `5684204c2d0b <https://github.com/open-power/skiboot/commit/5684204c2d0b>`__ lpc: Introduce
+ generic probe capability
+- `dd554bacd13c <https://github.com/open-power/skiboot/commit/dd554bacd13c>`__ astbmc: Use LPC
+ probe calls to determine SIO presence
+- `9a830ee06c66 <https://github.com/open-power/skiboot/commit/9a830ee06c66>`__ platform:
+ Restructure bmc_platform type
+- `a43e9a66aae9 <https://github.com/open-power/skiboot/commit/a43e9a66aae9>`__ astbmc: Fail SFC
+ init if SIO is unavailable
+- `7194e92cc700 <https://github.com/open-power/skiboot/commit/7194e92cc700>`__ lpc: Clear sync
+ no-response field prior to device probe
+- `f271f0263475 <https://github.com/open-power/skiboot/commit/f271f0263475>`__
+ libflash/ipmi-hiomap: Cleanup allocation on init failure
+- `a07f8bb329f7 <https://github.com/open-power/skiboot/commit/a07f8bb329f7>`__ p9dsu: Add
+ HIOMAP-over-IPMI support
+- `a6131d3a215d <https://github.com/open-power/skiboot/commit/a6131d3a215d>`__ p9dsu: Describe
+ platform BMC register configuration
+- `34cffed2ccf3 <https://github.com/open-power/skiboot/commit/34cffed2ccf3>`__
+ libflash/ipmi-hiomap: Improve event handling
+- `f47fbc97d421 <https://github.com/open-power/skiboot/commit/f47fbc97d421>`__
+ libflash/ipmi-hiomap: Restore window state on window/protocol reset
+- `dbdfb0e2ea3c <https://github.com/open-power/skiboot/commit/dbdfb0e2ea3c>`__
+ libflash/ipmi-hiomap: Use error codes rather than abort()
+- `cee7ec9eae09 <https://github.com/open-power/skiboot/commit/cee7ec9eae09>`__ core/flash: Log
+ return code when ffs_init() fails
+- `f58be461091f <https://github.com/open-power/skiboot/commit/f58be461091f>`__ libflash/test:
+ Rewrite Makefile.check to improve scalability
+- `97f839beffb5 <https://github.com/open-power/skiboot/commit/97f839beffb5>`__
+ libflash/ipmi-hiomap: Fix argument type warning on x86-64
+- `1151a987ae45 <https://github.com/open-power/skiboot/commit/1151a987ae45>`__
+ libflash/ipmi-hiomap: Add support for unit tests
+- `d49bfeea7bf2 <https://github.com/open-power/skiboot/commit/d49bfeea7bf2>`__
+ libflash/ipmi-hiomap: Respect daemon presence and flash control
+- `5d07d064db05 <https://github.com/open-power/skiboot/commit/5d07d064db05>`__ libflash/test:
+ Generate header dependencies for tests
+- `e3a3ba16a44a <https://github.com/open-power/skiboot/commit/e3a3ba16a44a>`__ test-ipmi-hiomap:
+ Add ability to delay some IPMI messages
+- `3056fcd0a7c4 <https://github.com/open-power/skiboot/commit/3056fcd0a7c4>`__ test-ipmi-hiomap:
+ Dump unexpected IPMI messages
+- `7cb5eca8d6ca <https://github.com/open-power/skiboot/commit/7cb5eca8d6ca>`__ test-ipmi-hiomap:
+ Ensure the completion code is set
+- `272443f7687b <https://github.com/open-power/skiboot/commit/272443f7687b>`__ test-ipmi-hiomap:
+ Print some information on early scenario_exit()
+- `7bb5ead55bdf <https://github.com/open-power/skiboot/commit/7bb5ead55bdf>`__
+ libflash/ipmi-hiomap: Fix leak of msg in callback
+- `2e29cf8d00fb <https://github.com/open-power/skiboot/commit/2e29cf8d00fb>`__
+ libflash/ipmi-hiomap: Overhaul error handling
+- `5c4b51a0408f <https://github.com/open-power/skiboot/commit/5c4b51a0408f>`__
+ libflash/ipmi-hiomap: Overhaul event handling
+- `041d61e2be1d <https://github.com/open-power/skiboot/commit/041d61e2be1d>`__
+ libflash/ipmi-hiomap: Remove unused close handling
+- `b64b3544d90b <https://github.com/open-power/skiboot/commit/b64b3544d90b>`__
+ libflash/ipmi-hiomap: Enforce message size for empty response
+- `cca1c08ece5e <https://github.com/open-power/skiboot/commit/cca1c08ece5e>`__ test-ipmi-hiomap:
+ Add protocol-persistent-error test
+- `a215e3e547a0 <https://github.com/open-power/skiboot/commit/a215e3e547a0>`__ test-ipmi-hiomap:
+ Add read-one-block test
+- `96ca4e26deb6 <https://github.com/open-power/skiboot/commit/96ca4e26deb6>`__ test-ipmi-hiomap:
+ Add read-two-blocks test
+- `ea318dbe989f <https://github.com/open-power/skiboot/commit/ea318dbe989f>`__ test-ipmi-hiomap:
+ Add event-before-read
+- `e4e76c8d2f6c <https://github.com/open-power/skiboot/commit/e4e76c8d2f6c>`__ test-ipmi-hiomap:
+ Add event-during-read test
+- `e3497461c93b <https://github.com/open-power/skiboot/commit/e3497461c93b>`__ test-ipmi-hiomap:
+ Add write-one-block test
+- `bf722c0ac561 <https://github.com/open-power/skiboot/commit/bf722c0ac561>`__ test-ipmi-hiomap:
+ Add write-two-blocks test
+- `4cc5d420eeb4 <https://github.com/open-power/skiboot/commit/4cc5d420eeb4>`__ test-ipmi-hiomap:
+ Add event-before-write test
+- `55b284e63e7d <https://github.com/open-power/skiboot/commit/55b284e63e7d>`__ test-ipmi-hiomap:
+ Add event-during-write test
+- `da61b9e8dc1f <https://github.com/open-power/skiboot/commit/da61b9e8dc1f>`__ test-ipmi-hiomap:
+ Add erase-one-block test
+- `a6f3245eda74 <https://github.com/open-power/skiboot/commit/a6f3245eda74>`__ test-ipmi-hiomap:
+ Add erase-two-blocks test
+- `6432db36f0b1 <https://github.com/open-power/skiboot/commit/6432db36f0b1>`__ test-ipmi-hiomap:
+ Add event-before-erase test
+- `7d666e226bd9 <https://github.com/open-power/skiboot/commit/7d666e226bd9>`__ test-ipmi-hiomap:
+ Add event-during-erase
+- `d69b6567669b <https://github.com/open-power/skiboot/commit/d69b6567669b>`__ test-ipmi-hiomap:
+ Add bad-sequence test
+- `4f9facdacef9 <https://github.com/open-power/skiboot/commit/4f9facdacef9>`__ test-ipmi-hiomap:
+ Add action-error test
+- `b20312eb6ee5 <https://github.com/open-power/skiboot/commit/b20312eb6ee5>`__ test-ipmi-hiomap:
+ Add get-flash-info test
+- `852d38850654 <https://github.com/open-power/skiboot/commit/852d38850654>`__ test-ipmi-hiomap:
+ Add get-info-error test
+- `21bed4d078d9 <https://github.com/open-power/skiboot/commit/21bed4d078d9>`__ test-ipmi-hiomap:
+ Add get-flash-info-error test
+- `05e1dabcb97d <https://github.com/open-power/skiboot/commit/05e1dabcb97d>`__ test-ipmi-hiomap:
+ Add create-read-window-error test
+- `1c97112ba0b9 <https://github.com/open-power/skiboot/commit/1c97112ba0b9>`__ test-ipmi-hiomap:
+ Add create-write-window-error test
+- `14959a69eeac <https://github.com/open-power/skiboot/commit/14959a69eeac>`__ test-ipmi-hiomap:
+ Add mark-dirty-error test
+- `4de5c234518b <https://github.com/open-power/skiboot/commit/4de5c234518b>`__ test-ipmi-hiomap:
+ Add flush-error test
+- `c38fccd32df0 <https://github.com/open-power/skiboot/commit/c38fccd32df0>`__ test-ipmi-hiomap:
+ Add ack-error test
+- `5e1559af3394 <https://github.com/open-power/skiboot/commit/5e1559af3394>`__ test-ipmi-hiomap:
+ Add erase-error test
+- `66b4b2e49d46 <https://github.com/open-power/skiboot/commit/66b4b2e49d46>`__ test-ipmi-hiomap:
+ Add ack-malformed tests
+- `90ae8a0767ce <https://github.com/open-power/skiboot/commit/90ae8a0767ce>`__ test-ipmi-hiomap:
+ Add get-info-malformed tests
+- `7ae038042951 <https://github.com/open-power/skiboot/commit/7ae038042951>`__ test-ipmi-hiomap:
+ Add get-flash-info-malformed tests
+- `dba42852b0de <https://github.com/open-power/skiboot/commit/dba42852b0de>`__ test-ipmi-hiomap:
+ Add create-read-window-malformed tests
+- `564d5e4ba7e4 <https://github.com/open-power/skiboot/commit/564d5e4ba7e4>`__ test-ipmi-hiomap:
+ Add create-write-window-malformed tests
+- `b812fa3d16ce <https://github.com/open-power/skiboot/commit/b812fa3d16ce>`__ test-ipmi-hiomap:
+ Add mark-dirty-malformed tests
+- `0ebf921c1a0a <https://github.com/open-power/skiboot/commit/0ebf921c1a0a>`__ test-ipmi-hiomap:
+ Add flush-malformed tests
+- `4769cb645e20 <https://github.com/open-power/skiboot/commit/4769cb645e20>`__ test-ipmi-hiomap:
+ Add erase-malformed tests
+- `35a6cbe24717 <https://github.com/open-power/skiboot/commit/35a6cbe24717>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-ack test
+- `ffe09809c035 <https://github.com/open-power/skiboot/commit/ffe09809c035>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-get-info test
+- `0e8e03ee34ba <https://github.com/open-power/skiboot/commit/0e8e03ee34ba>`__ test-ipmi-hiomap:
+ Add protocol-recovery-get-flash-info-failure test
+- `75622fe738cd <https://github.com/open-power/skiboot/commit/75622fe738cd>`__ test-ipmi-hiomap:
+ Add read-one-block-twice test
+- `1a8a5c352762 <https://github.com/open-power/skiboot/commit/1a8a5c352762>`__ test-ipmi-hiomap:
+ Add write-one-block-twice test
+- `2d8b0043aa9d <https://github.com/open-power/skiboot/commit/2d8b0043aa9d>`__ test-ipmi-hiomap:
+ Add erase-one-block-twice test
+- `381a7e6553d7 <https://github.com/open-power/skiboot/commit/381a7e6553d7>`__ ast-io: Rework
+ ast_sio_is_enabled() test sequence
+- `6e7145a55afc <https://github.com/open-power/skiboot/commit/6e7145a55afc>`__ astbmc: Try IPMI
+ HIOMAP for P8 (again)
+- `4ff0e16df304 <https://github.com/open-power/skiboot/commit/4ff0e16df304>`__ p8dtu: Enable HIOMAP
+ support
+- `137b11c77feb <https://github.com/open-power/skiboot/commit/137b11c77feb>`__ p8dtu: Configure BMC
+ graphics
+- `b7594b26929e <https://github.com/open-power/skiboot/commit/b7594b26929e>`__ astbmc: Enable IPMI
+ HIOMAP for AMI platforms
+
+Artem Senichev (1):
+
+- `6ea075edd7af <https://github.com/open-power/skiboot/commit/6ea075edd7af>`__
+ platforms/astbmc/vesnin: Send list of PCI devices to BMC through IPMI
+
+Benjamin Herrenschmidt (12):
+
+- `7db7c9f65229 <https://github.com/open-power/skiboot/commit/7db7c9f65229>`__ xive: Disable block
+ tracker
+- `f737777b3438 <https://github.com/open-power/skiboot/commit/f737777b3438>`__ i2c: Fix
+ multiple-enqueue of the same request on NACK
+- `ef79d0370737 <https://github.com/open-power/skiboot/commit/ef79d0370737>`__ i2c: Ensure ordering
+ between i2c_request_send() and completion
+- `d3bb756b2d98 <https://github.com/open-power/skiboot/commit/d3bb756b2d98>`__ lock: Increase
+ con_suspend before \__try_lock
+- `2925dd08c5e3 <https://github.com/open-power/skiboot/commit/2925dd08c5e3>`__ lock: Move code
+ around
+- `2f2e0ee95a3d <https://github.com/open-power/skiboot/commit/2f2e0ee95a3d>`__ lock: Fix
+ interactions between lock dependency checker and stack checker
+- `b78d823faf4f <https://github.com/open-power/skiboot/commit/b78d823faf4f>`__ cpu: Better output
+ when waiting for a very long job
+- `cfecc3960c00 <https://github.com/open-power/skiboot/commit/cfecc3960c00>`__ phb4: Don’t try to
+ access non-existent PEST entries
+- `0a087154ca4f <https://github.com/open-power/skiboot/commit/0a087154ca4f>`__ phb4: Handle
+ allocation errors in phb4_eeh_dump_regs()
+- `9a83ab711ea3 <https://github.com/open-power/skiboot/commit/9a83ab711ea3>`__ phb4: Workaround PHB
+ errata with CFG write UR/CA errors
+- `95f7b3b9698b <https://github.com/open-power/skiboot/commit/95f7b3b9698b>`__ nx: Don’t abort on
+ missing NX when using a QEMU machine
+- `784799510c45 <https://github.com/open-power/skiboot/commit/784799510c45>`__ phb4: Update &
+ cleanup register definitions
+
+Cyril Bur (1):
+
+- `0d96d56298d5 <https://github.com/open-power/skiboot/commit/0d96d56298d5>`__ phb4: Use the return
+ value of phb4_fenced() in phb4_get_diag_data()
+
+Cédric Le Goater (2):
+
+- `8340a9642bba <https://github.com/open-power/skiboot/commit/8340a9642bba>`__ plat/qemu: use the
+ common OpenPOWER routines to initialize
+- `2f0b6af6e01c <https://github.com/open-power/skiboot/commit/2f0b6af6e01c>`__ plat/qemu: fix
+ platform initialization when the BT device is not present
+
+Deb McLemore (2):
+
+- `83f06eec281d <https://github.com/open-power/skiboot/commit/83f06eec281d>`__ p9dsu: Fix p9dsu
+ default variant
+- `c8941393f452 <https://github.com/open-power/skiboot/commit/c8941393f452>`__ p9dsu: Fix p9dsu
+ slot tables
+
+Frederic Barrat (11):
+
+- `f385ac321e0b <https://github.com/open-power/skiboot/commit/f385ac321e0b>`__ npu2-opencapi: Don’t
+ send commands to NPU when link is down
+- `2d339446fc77 <https://github.com/open-power/skiboot/commit/2d339446fc77>`__ opal/hmi: Catch NPU2
+ HMIs for opencapi
+- `3b9bc869a4fe <https://github.com/open-power/skiboot/commit/3b9bc869a4fe>`__ phb4: Disable 32-bit
+ MSI in capi mode
+- `a800fa35b822 <https://github.com/open-power/skiboot/commit/a800fa35b822>`__ hw/p8-i2c: Fix i2c
+ request timeout
+- `a92f432eae5b <https://github.com/open-power/skiboot/commit/a92f432eae5b>`__ npu2-opencapi:
+ Enable presence detection on ZZ
+- `4d28576dffd5 <https://github.com/open-power/skiboot/commit/4d28576dffd5>`__
+ platform/witherspoon: Avoid harmless error message
+- `cdaa6d1b2614 <https://github.com/open-power/skiboot/commit/cdaa6d1b2614>`__
+ platform/witherspoon: Fix opencapi lane-mask used on GPU0
+- `ff376805bde5 <https://github.com/open-power/skiboot/commit/ff376805bde5>`__ npu2-opencapi: Log
+ extra information on link training failure
+- `64d06b1feed1 <https://github.com/open-power/skiboot/commit/64d06b1feed1>`__ npu2-opencapi:
+ Detect if link trained in degraded mode
+- `e1a8469a208c <https://github.com/open-power/skiboot/commit/e1a8469a208c>`__ npu2-opencapi: Log
+ ODL endpoint information register
+- `1bd34e4c60c6 <https://github.com/open-power/skiboot/commit/1bd34e4c60c6>`__ i2c: Fix i2c request
+ hang during opal init if timers are not checked
+
+Jeremy Kerr (1):
+
+- `01089cb8b4a2 <https://github.com/open-power/skiboot/commit/01089cb8b4a2>`__ docs/platforms: Add
+ S812L and S822L
+
+Joel Stanley (17):
+
+- `052694653f13 <https://github.com/open-power/skiboot/commit/052694653f13>`__ Makefile: Remove
+ -mno-direct-move cflag
+- `2e55c6b88451 <https://github.com/open-power/skiboot/commit/2e55c6b88451>`__ Makefile: remove
+ try-cflags on no-altivec and no-vsx
+- `3c54a914e54d <https://github.com/open-power/skiboot/commit/3c54a914e54d>`__ README: Update Qemu
+ instructions
+- `a3a8f7d0cf11 <https://github.com/open-power/skiboot/commit/a3a8f7d0cf11>`__ cpu: Quieten OS
+ endian switch messages
+- `35e735ae24eb <https://github.com/open-power/skiboot/commit/35e735ae24eb>`__ ffspart: Add toc
+ test
+- `ad2ca201f46c <https://github.com/open-power/skiboot/commit/ad2ca201f46c>`__ ffspart: Add test
+ for eraseblock size
+- `b211d20162c8 <https://github.com/open-power/skiboot/commit/b211d20162c8>`__ opal-ci: Use
+ ubuntu:rolling for Ubuntu latest image
+- `42fa2c4e472f <https://github.com/open-power/skiboot/commit/42fa2c4e472f>`__ travis: Coverity
+ fixed their SSL cert
+- `c1e65823dc08 <https://github.com/open-power/skiboot/commit/c1e65823dc08>`__ ci: Update gcov
+ comment in Fedora 28
+- `2033a6c3ebbe <https://github.com/open-power/skiboot/commit/2033a6c3ebbe>`__ ci: Disable GCOV
+ builds in ubuntu-latest
+- `f08ad3307b8e <https://github.com/open-power/skiboot/commit/f08ad3307b8e>`__ ci: Use Ubuntu
+ latest config for Debian unstable
+- `ee5b02aad960 <https://github.com/open-power/skiboot/commit/ee5b02aad960>`__ ci: Update Debian
+ unstable packages
+- `c9d5184cd1a7 <https://github.com/open-power/skiboot/commit/c9d5184cd1a7>`__ ci: Add dtc
+ dependencies for rawhide
+- `a8e1c697ae15 <https://github.com/open-power/skiboot/commit/a8e1c697ae15>`__ ci: Drop P8 mambo
+ from Debian unstable
+- `1a07f8b147b7 <https://github.com/open-power/skiboot/commit/1a07f8b147b7>`__ ci: Add opal-utils
+ to Debian unstable
+- `8da47e00d153 <https://github.com/open-power/skiboot/commit/8da47e00d153>`__ test: Update qemu
+ arguments to use bmc simulator
+- `6932a97ce37b <https://github.com/open-power/skiboot/commit/6932a97ce37b>`__ ci: Bump Qemu
+ version
+
+Madhavan Srinivasan (1):
+
+- `ae546e0b6d97 <https://github.com/open-power/skiboot/commit/ae546e0b6d97>`__ external/mambo:
+ Check for qtrace_utils.tcl before sourcing it
+
+Mahesh Salgaonkar (2):
+
+- `1317448ddd1a <https://github.com/open-power/skiboot/commit/1317448ddd1a>`__ opal/hmi: Ignore
+ debug trigger inject core FIR.
+- `c884f2d0cb92 <https://github.com/open-power/skiboot/commit/c884f2d0cb92>`__ opal/hmi: Handle
+ early HMIs on thread0 when secondaries are still in OPAL.
+
+Michael Ellerman (1):
+
+- `caf0ff13c254 <https://github.com/open-power/skiboot/commit/caf0ff13c254>`__ doc: Add
+ documentation on supported platforms and CPUs
+
+Michael Neuling (4):
+
+- `051da83b625d <https://github.com/open-power/skiboot/commit/051da83b625d>`__ phb4: Fix typo in
+ disable lane eq code
+- `832cac15956c <https://github.com/open-power/skiboot/commit/832cac15956c>`__ mambo: Merge
+ PMEM_DISK and PMEM_VOLATILE code
+- `80b7b37c63a5 <https://github.com/open-power/skiboot/commit/80b7b37c63a5>`__ init: Fix starting
+ stripped kernel
+- `7dbf80d1db45 <https://github.com/open-power/skiboot/commit/7dbf80d1db45>`__ phb4: Generate
+ checkstop on AIB ECC corr/uncorr for DD2.0 parts
+
+Nicholas Piggin (12):
+
+- `5bf03755a972 <https://github.com/open-power/skiboot/commit/5bf03755a972>`__ cpu: add
+ cpu_queue_job_on_node()
+- `cb835dbdf875 <https://github.com/open-power/skiboot/commit/cb835dbdf875>`__ external/mambo:
+ conditionally source qtrace script
+- `3e3ad77c1ced <https://github.com/open-power/skiboot/commit/3e3ad77c1ced>`__ hw/chiptod: test
+ QUIRK_NO_CHIPTOD in opal_resync_timebase
+- `129e4408f7f4 <https://github.com/open-power/skiboot/commit/129e4408f7f4>`__ core/fast-reboot:
+ print the fast reboot disable reason
+- `20126d267812 <https://github.com/open-power/skiboot/commit/20126d267812>`__ core/mem_region:
+ mambo reserve kernel payload areas
+- `5118fc7fb0ea <https://github.com/open-power/skiboot/commit/5118fc7fb0ea>`__ skiboot.lds.S: move
+ read-write data after the end of symbol map
+- `2649d663ede6 <https://github.com/open-power/skiboot/commit/2649d663ede6>`__ fast-reboot: verify
+ firmware “romem” checksum
+- `2aa227cc0e18 <https://github.com/open-power/skiboot/commit/2aa227cc0e18>`__ core/lock: fix
+ timeout warning causing a deadlock false positive
+- `527286706ab1 <https://github.com/open-power/skiboot/commit/527286706ab1>`__ core/lock: don’t set
+ bust_locks on lock error
+- `12b74c455bed <https://github.com/open-power/skiboot/commit/12b74c455bed>`__ core/flash: NULL
+ pointer dereference fixes
+- `c4230046ecd5 <https://github.com/open-power/skiboot/commit/c4230046ecd5>`__ core/device: NULL
+ pointer dereference fix
+- `c51c7a5df601 <https://github.com/open-power/skiboot/commit/c51c7a5df601>`__ core/cpu: HID update
+ race
+
+Oliver O’Halloran (27):
+
+- `2710351f76b9 <https://github.com/open-power/skiboot/commit/2710351f76b9>`__ hw/phb4: Print the
+ PEs in the EEH dump in hex
+- `d1ac16801a38 <https://github.com/open-power/skiboot/commit/d1ac16801a38>`__ hw/phb4: Add a
+ helper to dump the PELT-V
+- `3e23604be0cb <https://github.com/open-power/skiboot/commit/3e23604be0cb>`__ hw/phb4: Add helpers
+ to dump the IODA tables
+- `7a7ff2d6281f <https://github.com/open-power/skiboot/commit/7a7ff2d6281f>`__ hw/phb4: Use
+ local_alloc for phb4 structures
+- `55cab51c74a8 <https://github.com/open-power/skiboot/commit/55cab51c74a8>`__ mem_region: Merge
+ similar allocations when dumping
+- `b465be797e86 <https://github.com/open-power/skiboot/commit/b465be797e86>`__ hw/p8-i2c: Print the
+ set error bits
+- `7a311b9dec27 <https://github.com/open-power/skiboot/commit/7a311b9dec27>`__ pci: Clarify power
+ down logic
+- `6c45dc0d04fc <https://github.com/open-power/skiboot/commit/6c45dc0d04fc>`__ core/pci: Print ‘PCI
+ Summary’ at PR_NOTICE
+- `d76e4fb2665b <https://github.com/open-power/skiboot/commit/d76e4fb2665b>`__ zaius: Add a slot
+ table
+- `c07958783dbc <https://github.com/open-power/skiboot/commit/c07958783dbc>`__ astbmc/slots: Add
+ SW_PLUGGABLE() macro
+- `7a9eb51051f1 <https://github.com/open-power/skiboot/commit/7a9eb51051f1>`__ astbmc/slot: Add
+ \_add_slot_info()
+- `ea4e422f6343 <https://github.com/open-power/skiboot/commit/ea4e422f6343>`__ zaius: Add slots for
+ the Barreleye G2 HDD rack
+- `63ea33fb8fd0 <https://github.com/open-power/skiboot/commit/63ea33fb8fd0>`__ hdata/iohub: Fix
+ Cumulus Hub ID number
+- `eb146fac9685 <https://github.com/open-power/skiboot/commit/eb146fac9685>`__ core/i2c: Move the
+ timeout field into i2c_request
+- `bb27c7219dc6 <https://github.com/open-power/skiboot/commit/bb27c7219dc6>`__ hw/p8-i2c: Remove
+ p8_i2c_request structure
+- `801462feb7d6 <https://github.com/open-power/skiboot/commit/801462feb7d6>`__ core/i2c: Remove bus
+ specific alloc and free callbacks
+- `7665748f2f2e <https://github.com/open-power/skiboot/commit/7665748f2f2e>`__ nvram: Print how
+ long we waited for nvram
+- `c94de0277cf6 <https://github.com/open-power/skiboot/commit/c94de0277cf6>`__ nvram: Fix
+ wait-for-nvram message
+- `57a17c2f300e <https://github.com/open-power/skiboot/commit/57a17c2f300e>`__ xscom-utils/getsram:
+ Make it work on P9
+- `6e524662ff77 <https://github.com/open-power/skiboot/commit/6e524662ff77>`__ xscom-utils: Rework
+ getsram
+- `30ffd4c6a528 <https://github.com/open-power/skiboot/commit/30ffd4c6a528>`__ hdata: Explain what
+ the xscom node bus-frequency is
+- `1355c312c308 <https://github.com/open-power/skiboot/commit/1355c312c308>`__ witherspoon: Rename
+ shared slot fixup function
+- `dfaf471eb1a7 <https://github.com/open-power/skiboot/commit/dfaf471eb1a7>`__ hdata/i2c: Add
+ whitelisting for Host I2C devices
+- `f88e37248463 <https://github.com/open-power/skiboot/commit/f88e37248463>`__ hdata/i2c: Make SPD
+ workaround more workaroundy
+- `9597a12ef4b3 <https://github.com/open-power/skiboot/commit/9597a12ef4b3>`__ phb4: Check for RX
+ errors after link training
+- `324365f3aa9b <https://github.com/open-power/skiboot/commit/324365f3aa9b>`__ libstb: Pass a
+ tpm_dev to tpm_i2c_request_send()
+- `751cc33a2cfa <https://github.com/open-power/skiboot/commit/751cc33a2cfa>`__ platform/firenze:
+ Fix branch-to-null crash
+
+Prem Shanker Jha (3):
+
+- `1a4aa1cb0349 <https://github.com/open-power/skiboot/commit/1a4aa1cb0349>`__ STOP API: API
+ conditionally supports 255 SCOM restore entries for each quad.
+- `9000b6b187f9 <https://github.com/open-power/skiboot/commit/9000b6b187f9>`__ SCOM Restore: Handle
+ case of old HB and new STOP API case.
+- `6ed87dbdd66b <https://github.com/open-power/skiboot/commit/6ed87dbdd66b>`__ STOP API: Changes
+ for SMF and SPR self save
+
+Rashmica Gupta (2):
+
+- `0fa446cc21cb <https://github.com/open-power/skiboot/commit/0fa446cc21cb>`__ Add the other 7 ATSD
+ registers to the device tree.
+- `b2e120fa5b0e <https://github.com/open-power/skiboot/commit/b2e120fa5b0e>`__ Add purging CPU L2
+ and L3 caches into NPU hreset.
+
+Reza Arbab (9):
+
+- `c2493fd0ce30 <https://github.com/open-power/skiboot/commit/c2493fd0ce30>`__ npu2/hw-procedures:
+ Don’t open code NPU2_NTL_MISC_CFG2_BRICK_ENABLE
+- `041d69bb1a70 <https://github.com/open-power/skiboot/commit/041d69bb1a70>`__ npu2/hw-procedures:
+ Enable parity and credit overflow checks
+- `167fcb20aa97 <https://github.com/open-power/skiboot/commit/167fcb20aa97>`__ pci: Move logging
+ macros to pci.h
+- `77f26507f1ea <https://github.com/open-power/skiboot/commit/77f26507f1ea>`__ phb4: Track PEC
+ index in dt and phb4 struct
+- `06e997009945 <https://github.com/open-power/skiboot/commit/06e997009945>`__ npu2: Add
+ NPU2_SM_REG_OFFSET()
+- `f43465a0ac6d <https://github.com/open-power/skiboot/commit/f43465a0ac6d>`__ npu2: Don’t open
+ code NPU2_RELAXED_ORDERING_CFG2
+- `736d8b150f86 <https://github.com/open-power/skiboot/commit/736d8b150f86>`__ npu2: Add support
+ for relaxed-ordering mode
+- `1c62f56b3351 <https://github.com/open-power/skiboot/commit/1c62f56b3351>`__ doc/opal-api:
+ Document npu2 relaxed ordering APIs
+- `1ab11ac8b4b9 <https://github.com/open-power/skiboot/commit/1ab11ac8b4b9>`__ core/lock: Stop
+ drop_my_locks() from always causing abort
+
+Russell Currey (1):
+
+- `19c8d728e86e <https://github.com/open-power/skiboot/commit/19c8d728e86e>`__ errorlog: Rename
+ PHB3 to just PHB
+
+Samuel Mendoza-Jonas (5):
+
+- `3cd749c99791 <https://github.com/open-power/skiboot/commit/3cd749c99791>`__ Recognise signed
+ VERSION partition
+- `714be69223cc <https://github.com/open-power/skiboot/commit/714be69223cc>`__ core/flash: Emit a
+ warning if Skiboot version doesn’t match
+- `c0375a62396d <https://github.com/open-power/skiboot/commit/c0375a62396d>`__ core/flash: Ignore
+ prefix when comparing versions.
+- `4b92a1b80f6d <https://github.com/open-power/skiboot/commit/4b92a1b80f6d>`__ libflash: Restore
+ blocklevel tests
+- `e24771081422 <https://github.com/open-power/skiboot/commit/e24771081422>`__ libflash: Don’t
+ merge ECC-protected ranges
+
+Shilpasri G Bhat (2):
+
+- `05dc67bf4f3d <https://github.com/open-power/skiboot/commit/05dc67bf4f3d>`__ opal-prd: hservice:
+ Enable hservice->wakeup() in BMC
+- `0fe8ecd59fc0 <https://github.com/open-power/skiboot/commit/0fe8ecd59fc0>`__ powercap: occ: Fix
+ the powercapping range allowed for user
+
+Stewart Smith (62):
+
+- `06808a037d44 <https://github.com/open-power/skiboot/commit/06808a037d44>`__ fast-reboot:
+ parallel memory clearing
+- `21f540e8e51e <https://github.com/open-power/skiboot/commit/21f540e8e51e>`__ Scan PCI and clear
+ memory simultaneously
+- `4757519c697e <https://github.com/open-power/skiboot/commit/4757519c697e>`__ mem_region: log
+ region name on mem_alloc failure
+- `2c30ddb93baf <https://github.com/open-power/skiboot/commit/2c30ddb93baf>`__ mem_check(): Correct
+ alignment assumptions
+- `13e9a66a7b39 <https://github.com/open-power/skiboot/commit/13e9a66a7b39>`__ Fixup unit tests for
+ cpu_queue_job() in mem_region.c
+- `f651e8eb56e2 <https://github.com/open-power/skiboot/commit/f651e8eb56e2>`__ Fixup pflash build
+ for ast refactor
+- `c1d43fc84a30 <https://github.com/open-power/skiboot/commit/c1d43fc84a30>`__ skiboot 6.0.6
+ release notes
+- `25f7266f736c <https://github.com/open-power/skiboot/commit/25f7266f736c>`__ core/cpu.c: assert
+ pir is sane before using
+- `7e529767704b <https://github.com/open-power/skiboot/commit/7e529767704b>`__ skiboot 6.0.7
+ release notes
+- `b6605667cf80 <https://github.com/open-power/skiboot/commit/b6605667cf80>`__ don’t fail fatally
+ if qtrace can’t be loaded
+- `f3d801c01f97 <https://github.com/open-power/skiboot/commit/f3d801c01f97>`__ skiboot 6.0.8
+ release notes
+- `9ff660e21834 <https://github.com/open-power/skiboot/commit/9ff660e21834>`__ Qemu: don’t print
+ PR_WARNING on qemu defining rtc/uart
+- `084e37bab1cf <https://github.com/open-power/skiboot/commit/084e37bab1cf>`__ Use $() rather than
+ backticks in all shell
+- `2485be65e166 <https://github.com/open-power/skiboot/commit/2485be65e166>`__ clang:
+ -Wno-error=ignored-attributes
+- `74116e3e37cf <https://github.com/open-power/skiboot/commit/74116e3e37cf>`__
+ xscom-utils/adu_scoms.py: run 2to3 over it
+- `f83568436527 <https://github.com/open-power/skiboot/commit/f83568436527>`__ TEMPORARY HACK:
+ Disable verifying VERSION
+- `da773b275e62 <https://github.com/open-power/skiboot/commit/da773b275e62>`__ SBE-p8: Do all sbe
+ timer update with xscom lock held
+- `7c8e1c6f89f3 <https://github.com/open-power/skiboot/commit/7c8e1c6f89f3>`__ Add fast-reboot
+ property to /ibm,opal DT node
+- `aeb366970e0c <https://github.com/open-power/skiboot/commit/aeb366970e0c>`__ Actually add
+ /ibm,opal/fast-reboot property
+- `cc4de28374c7 <https://github.com/open-power/skiboot/commit/cc4de28374c7>`__ opal-ci: Build old
+ dtc version for fedora 28
+- `2d68e6fa5822 <https://github.com/open-power/skiboot/commit/2d68e6fa5822>`__ gcov: Fix building
+ with GCC8
+- `8fba29a2b5e5 <https://github.com/open-power/skiboot/commit/8fba29a2b5e5>`__ core/device: Add
+ test for duplicate nodes with dt_attach_root()
+- `8fd95036cdd8 <https://github.com/open-power/skiboot/commit/8fd95036cdd8>`__ core/device: add
+ test for dt_new() a duplicate node
+- `51c35e372831 <https://github.com/open-power/skiboot/commit/51c35e372831>`__ core/device:
+ increase test coverage for dt_new_addr and dt_new_2addr
+- `c5d71815288c <https://github.com/open-power/skiboot/commit/c5d71815288c>`__ core/device: Test
+ dt_new_check()
+- `9b9be42009e1 <https://github.com/open-power/skiboot/commit/9b9be42009e1>`__ Quieten ‘warnings’
+ now that SIO is disabled
+- `4b8cc05a9451 <https://github.com/open-power/skiboot/commit/4b8cc05a9451>`__ Revert “TEMPORARY
+ HACK: Disable verifying VERSION”
+- `b6de35b6896a <https://github.com/open-power/skiboot/commit/b6de35b6896a>`__ hiomap: free ipmi
+ message in callback
+- `d513609b4f48 <https://github.com/open-power/skiboot/commit/d513609b4f48>`__ travis/ci: rework
+ Dockerfiles to produce build artifacts
+- `8d58ee17ea20 <https://github.com/open-power/skiboot/commit/8d58ee17ea20>`__ hiomap: fix missing
+ newline at end of ‘Flushing writes’ prlog()
+- `d10862e40cd8 <https://github.com/open-power/skiboot/commit/d10862e40cd8>`__ Run pollers in
+ time_wait() when not booting
+- `3dd480db1a69 <https://github.com/open-power/skiboot/commit/3dd480db1a69>`__ skiboot v6.0.10
+ release notes
+- `594cfacf0e41 <https://github.com/open-power/skiboot/commit/594cfacf0e41>`__ CI: Bump the Qemu we
+ build for CI testing
+- `52725306f495 <https://github.com/open-power/skiboot/commit/52725306f495>`__ skiboot 6.0.11
+ release notes
+- `971a1a0a620a <https://github.com/open-power/skiboot/commit/971a1a0a620a>`__ gcov: link in
+ ctors\* as newer GCC doesn’t group them all
+- `606a5a3d44e3 <https://github.com/open-power/skiboot/commit/606a5a3d44e3>`__ hiomap: quieten
+ warning on failing to move a window
+- `30f8a6006de4 <https://github.com/open-power/skiboot/commit/30f8a6006de4>`__ skiboot v6.0.13
+ release notes
+- `28bf1faf44cd <https://github.com/open-power/skiboot/commit/28bf1faf44cd>`__ ipmi: Reduce
+ ipmi_queue_msg_sync() polling loop time to 10ms
+- `8a2f8a3c12c6 <https://github.com/open-power/skiboot/commit/8a2f8a3c12c6>`__ skiboot v6.2-rc1
+ release notes
+- `50ea35c2d078 <https://github.com/open-power/skiboot/commit/50ea35c2d078>`__ Warn on long OPAL
+ calls
+- `b547df61bdad <https://github.com/open-power/skiboot/commit/b547df61bdad>`__ hdata/test:
+ workaround dtc bugs
+- `acb0f2160500 <https://github.com/open-power/skiboot/commit/acb0f2160500>`__ skiboot v6.0.14
+ release notes
+- `87b436c32ac8 <https://github.com/open-power/skiboot/commit/87b436c32ac8>`__ libpore: Sync p8
+ files, remove erroneous “IBM Confidential”
+- `37bce07eea2b <https://github.com/open-power/skiboot/commit/37bce07eea2b>`__ Don’t warn on “long”
+ OPAL_RESYNC_TIMEBASE calls
+- `10497d05169f <https://github.com/open-power/skiboot/commit/10497d05169f>`__ skiboot v6.2-rc2
+ release notes
+- `5ebb15d265bd <https://github.com/open-power/skiboot/commit/5ebb15d265bd>`__ core/cpu.c: avoid
+ container_of(NULL) in next_cpu()
+- `88bf48a2a5de <https://github.com/open-power/skiboot/commit/88bf48a2a5de>`__ Change ifdef around
+ dump_fdt() to shut up static analysis
+- `685f0786a935 <https://github.com/open-power/skiboot/commit/685f0786a935>`__ mem_region.c: Move
+ ifdef for MEM_POISON to shut up static analysis
+- `0714735f0b85 <https://github.com/open-power/skiboot/commit/0714735f0b85>`__ opal_trace_entry:
+ Move ifdef around to shut up static analysis
+- `95f587417cd9 <https://github.com/open-power/skiboot/commit/95f587417cd9>`__
+ opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENT
+- `99fc78dbee4a <https://github.com/open-power/skiboot/commit/99fc78dbee4a>`__ vpd: Force static
+ analysis to not think about NULL term strings
+- `babd5a27dc06 <https://github.com/open-power/skiboot/commit/babd5a27dc06>`__ hdata/iohub.c:
+ remove condition that was always true
+- `e35f1cb63c1b <https://github.com/open-power/skiboot/commit/e35f1cb63c1b>`__ hw/bt.c: Move some
+ debug ifdef to make static analysis happy
+- `eb0226273239 <https://github.com/open-power/skiboot/commit/eb0226273239>`__ Revert “npu2: Allow
+ ATSD for LPAR other than 0”
+- `1534ab1dca13 <https://github.com/open-power/skiboot/commit/1534ab1dca13>`__ libflash/file:
+ greatly increase perf of file_erase()
+- `7ac3a7793190 <https://github.com/open-power/skiboot/commit/7ac3a7793190>`__ ffspart: Increase
+ MAX_LINE to above PATH_MAX
+- `f12bdee4d0b1 <https://github.com/open-power/skiboot/commit/f12bdee4d0b1>`__ ffspart: Support
+ flashing already ECC protected images
+- `ce8417b8c4e0 <https://github.com/open-power/skiboot/commit/ce8417b8c4e0>`__ opal-ci: Drop
+ fedora27, add fedora29
+- `8b9877f94428 <https://github.com/open-power/skiboot/commit/8b9877f94428>`__ skiboot v6.2 release
+ notes
+- `6bb72e8f7b9d <https://github.com/open-power/skiboot/commit/6bb72e8f7b9d>`__ firmware-versions:
+ Add test case for parsing VERSION
+- `0647f2a2c4eb <https://github.com/open-power/skiboot/commit/0647f2a2c4eb>`__ skiboot v6.2.1
+ release notes
+- `428cb852e3a0 <https://github.com/open-power/skiboot/commit/428cb852e3a0>`__ qemu: bt device
+ isn’t always hanging off /
+
+Vaibhav Jain (14):
+
+- `3754dba77ef5 <https://github.com/open-power/skiboot/commit/3754dba77ef5>`__ phb4: Reallocate
+ PEC2 DMA-Read engines to improve GPU-Direct bandwidth
+- `5690c5a8980f <https://github.com/open-power/skiboot/commit/5690c5a8980f>`__ doc: Add a man page
+ for OPAL_PCI_SET_PHB_CAPI_MODE
+- `ef9caad57e59 <https://github.com/open-power/skiboot/commit/ef9caad57e59>`__ phb4/capp: Update
+ DMA read engines set in APC_FSM_READ_MASK based on link-width
+- `ec954f764efe <https://github.com/open-power/skiboot/commit/ec954f764efe>`__ capp: Fix the capp
+ recovery timeout comparison
+- `1520d6a1e3aa <https://github.com/open-power/skiboot/commit/1520d6a1e3aa>`__ phb4: Don’t probe a
+ PHB if its garded
+- `5f728c53d42c <https://github.com/open-power/skiboot/commit/5f728c53d42c>`__ opal: use
+ for_each_safe to iterate over opal_syncers
+- `a6fca4819fd1 <https://github.com/open-power/skiboot/commit/a6fca4819fd1>`__ nvram: Fix a
+ possible NULL pointer de-ref in nvram_query_eq()
+- `09fabd68f732 <https://github.com/open-power/skiboot/commit/09fabd68f732>`__ phb4: Reset pfir and
+ nfir if new errors reported during ETU reset
+- `0f7868260709 <https://github.com/open-power/skiboot/commit/0f7868260709>`__ phb4: Re-factor
+ phb4_fenced() and introduce phb4_dump_pec_err_regs()
+- `2d7419274dfa <https://github.com/open-power/skiboot/commit/2d7419274dfa>`__ phb4/capp: Use link
+ width to allocate STQ engines to CAPP
+- `d5ebd5519dcd <https://github.com/open-power/skiboot/commit/d5ebd5519dcd>`__ phb4/capp: Update
+ the expected Eye-catcher for CAPP ucode lid
+- `c8e1d61ae2c9 <https://github.com/open-power/skiboot/commit/c8e1d61ae2c9>`__ phb4: Enable PHB
+ MMIO-0/1 Bars only when mmio window exists
+- `7cef472ed1fe <https://github.com/open-power/skiboot/commit/7cef472ed1fe>`__ opal/hmi: Wakeup the
+ cpu before reading core_fir
+- `999246716d2d <https://github.com/open-power/skiboot/commit/999246716d2d>`__ phb4/capp: Only
+ reset FIR bits that cause capp machine check
+
+Vaidyanathan Srinivasan (1):
+
+- `df5da053c459 <https://github.com/open-power/skiboot/commit/df5da053c459>`__ core/cpu: Fix memory
+ allocation for job array
+
+Vasant Hegde (19):
+
+- `ff576aa8187b <https://github.com/open-power/skiboot/commit/ff576aa8187b>`__ opal-prd: Fix
+ opal-prd crash
+- `15880d514e1f <https://github.com/open-power/skiboot/commit/15880d514e1f>`__ core/cpu: Call
+ memset with proper cpu_thread offset
+- `dd2dacf8ee06 <https://github.com/open-power/skiboot/commit/dd2dacf8ee06>`__ hdata: Fix dtc
+ warnings
+- `9d9395c3d542 <https://github.com/open-power/skiboot/commit/9d9395c3d542>`__ hdata: Make sure FW
+ feature name is not empty
+- `2fba868b5380 <https://github.com/open-power/skiboot/commit/2fba868b5380>`__ fsp/surv: Improve
+ log message
+- `70a7a3fdfa36 <https://github.com/open-power/skiboot/commit/70a7a3fdfa36>`__ hdata: Cleanup
+ get_hb_reserved_mem
+- `50d508c3cd62 <https://github.com/open-power/skiboot/commit/50d508c3cd62>`__ hdata: Make sure
+ reserved node name starts with “ibm,”
+- `904623dbbda4 <https://github.com/open-power/skiboot/commit/904623dbbda4>`__ FSP: Improve
+ Reset/Reload log message
+- `c94b5a9e9c32 <https://github.com/open-power/skiboot/commit/c94b5a9e9c32>`__ hdata/i2c: Skip
+ unknown device type
+- `ab10b2e62e58 <https://github.com/open-power/skiboot/commit/ab10b2e62e58>`__ core/ipmi: Improve
+ error message
+- `d07a5622a9e1 <https://github.com/open-power/skiboot/commit/d07a5622a9e1>`__ core/opal: Print PIR
+ value in exit path
+- `cadaf7c36e83 <https://github.com/open-power/skiboot/commit/cadaf7c36e83>`__ libflash/ecc: Fix
+ compilation warning
+- `2e2bf87b42f7 <https://github.com/open-power/skiboot/commit/2e2bf87b42f7>`__ ipmi/power: Fix
+ system reboot issue
+- `73fa7be132a4 <https://github.com/open-power/skiboot/commit/73fa7be132a4>`__ hw/bt: Fix message
+ retry handler
+- `44f90875712f <https://github.com/open-power/skiboot/commit/44f90875712f>`__ hw/bt: Add backend
+ interface to disable ipmi message retry option
+- `788c9ac2b926 <https://github.com/open-power/skiboot/commit/788c9ac2b926>`__ hw/bt: Introduce
+ separate list for synchronous messages
+- `28f5fe3a6edc <https://github.com/open-power/skiboot/commit/28f5fe3a6edc>`__ core/ipmi: Add ipmi
+ sync messages to top of the list
+- `af5c2978dbcd <https://github.com/open-power/skiboot/commit/af5c2978dbcd>`__ hw/bt: Do not
+ disable ipmi message retry during OPAL boot
+- `5da21e2cc79d <https://github.com/open-power/skiboot/commit/5da21e2cc79d>`__ skiboot v6.2.2
+ release notes
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _patches-2.2-15:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-15:
+
+Commits
+~~~~~~~
+
+Artem Senichev (7):
+
+- `118e0a59c1a9 <https://github.com/open-power/vesnin-xml/commit/118e0a59c1a9>`__ Disable hidden
+ error logs in production mode
+- `4fb3a4b928a9 <https://github.com/open-power/vesnin-xml/commit/4fb3a4b928a9>`__ Add multiple nest
+ frequencies support
+- `58749a257a67 <https://github.com/open-power/vesnin-xml/commit/58749a257a67>`__ Human readable
+ xml (pretty formatting)
+- `3eff045c6be2 <https://github.com/open-power/vesnin-xml/commit/3eff045c6be2>`__ Renumbering
+ membuf FRU names
+- `bff39ab219bb <https://github.com/open-power/vesnin-xml/commit/bff39ab219bb>`__ Renumbering DIMM
+ FRU names
+- `e56f1665ae9d <https://github.com/open-power/vesnin-xml/commit/e56f1665ae9d>`__ Remove vesnin.rpt
+ file
+- `c994a1815bcb <https://github.com/open-power/vesnin-xml/commit/c994a1815bcb>`__ Remove unused
+ temperature sensor ID for CPU cores
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _patches-2.2-16:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-16:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (3):
+
+- `c488a6234d09 <https://github.com/open-power/witherspoon-xml/commit/c488a6234d09>`__ Added value
+ to TPM FRU ID
+- `dce824c12588 <https://github.com/open-power/witherspoon-xml/commit/dce824c12588>`__ Backing out
+ TPM FRU ID
+- `e76c2fc5aeb5 <https://github.com/open-power/witherspoon-xml/commit/e76c2fc5aeb5>`__ Adding in
+ TPM FRU info
+
+Matt Raybuck (1):
+
+- `f7cffdbe00f6 <https://github.com/open-power/witherspoon-xml/commit/f7cffdbe00f6>`__ Correct
+ invalid chiplet ids for MCS units (#80)
+
+sannerd (1):
+
+- `c8bca533fcea <https://github.com/open-power/witherspoon-xml/commit/c8bca533fcea>`__ Default
+ Spectre/Meltdown HW Inits to Kernel mode (#78)
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+.. _patches-2.2-17:
+
+Patches
+~~~~~~~
+
+.. _commits-2.2-17:
+
+Commits
+~~~~~~~
+
+Adrian Barrera (1):
+
+- `40bf092f8f82 <https://github.com/open-power/zaius-xml/commit/40bf092f8f82>`__ Update GARD
+ settings per RAS testing
+
+Matt Raybuck (1):
+
+- `6f6b5efd3279 <https://github.com/open-power/zaius-xml/commit/6f6b5efd3279>`__ Correct invalid
+ chiplet ids for MCS units
diff --git a/_sources/release-notes/v2.3-rc1.rst.txt b/_sources/release-notes/v2.3-rc1.rst.txt
new file mode 100644
index 0000000..07cd4a9
--- /dev/null
+++ b/_sources/release-notes/v2.3-rc1.rst.txt
@@ -0,0 +1,1618 @@
+Release Notes for OpenPower Firmware v2.3-rc1
+=============================================
+
+op-build v2.3-rc1 was released on Wednesday April 3rd, 2019. It will become the new stable release
+of op-build, following on from v2.2, first released on March 9th, 2019.
+
+The op-build v2.3 release cycle is a uniquely shorter one as we’ve been working on getting ready to
+have a more reliably predictable release schedule going for future releases.
+
+op-build v2.3-rc1 contains all the fixes as of op-build v2.0.15, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.3 release. We expect to do a final
+v2.3 tagged release early April 2019. Please test this release candidate heavily!
+
+Known Bugs
+----------
+
+We have two known bugs that are currently release blockers for the final v2.3.
+
+- There exists a bug where boot devices *may* not show up in petitboot until “Rescan Devices” is
+ selected.
+- There exists a bug where Control-C behaviour in the petitboot shell has changed, which may cause
+ some test scripts to get confused.
+
+Removed platforms
+-----------------
+
+- openpower_mambo (superseded by the generic ‘opal’ defconfig, aimed towards use with simulators)
+- witherspoon_dev (superseded by just using the generic witherspoon defconfig)
+
+New platforms
+-------------
+
+- opal
+
+Updated Packages
+----------------
+
++----------------+------------------+---------------+---------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++================+==================+===============+=============================================+
+| ethtool | 4.16 | 4.19 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| eudev | 3.2.5 | 3.2.7 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| glibc | 2.28-69-g1e5c530 | 2.28-94-g4aef | witherspoon, p9dsu, zaius, habanero, |
+| | 3 | f335 | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| hcode | hw022319a.930 | hw032919a.940 | witherspoon, p9dsu, zaius, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| hostboot | 37e67698be566 | ca03643dd893 | witherspoon, p9dsu, zaius, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| hostboot-p8 | a3b0cb929cbf2 | c2074ad87972 | habanero, garrison, barreleye, firestone, |
+| | | | palmetto, vesnin |
++----------------+------------------+---------------+---------------------------------------------+
+| i2c-tools | 4.0 | 4.1 | pseries, vesnin |
++----------------+------------------+---------------+---------------------------------------------+
+| linux | 4.19.26 | 4.19.30 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| linux-firmware | 44d4fca9922a | 1baa34868b2c | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| linux-headers | 4.19.26 | 4.19.30 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| lvm2 | 2.02.180 | 2.02.183 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| machine-xml | c994a1815bcb | f44f8808fc7c | vesnin |
++----------------+------------------+---------------+---------------------------------------------+
+| machine-xml | f7cffdbe00f6 | e3e9aef82673 | witherspoon |
++----------------+------------------+---------------+---------------------------------------------+
+| occ | 12c8088a32c5 | 58e422dede59 | witherspoon, p9dsu, zaius, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| openpower-pnor | 0aeae23bd0c6 | 2ea669b4aa57 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, firestone, palmetto, |
+| | | | vesnin, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| sbe | 2e253cebdaff | 1410677b65e4 | witherspoon, p9dsu, zaius, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| skiboot | v6.2.2 | v6.3-rc1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| util-linux | 2.32.1 | 2.33 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Chris Cain (1):
+
+- `3330dbdae60f <https://github.com/open-power/hcode/commit/3330dbdae60f>`__ Proposed structure
+ change for OCC
+
+Prasad Bg Ranganath (1):
+
+- `0dd012c7f495 <https://github.com/open-power/hcode/commit/0dd012c7f495>`__ PPB: Refactor pstate
+ parameter block
+
+hostboot (13):
+
+- `cc5c034aa468 <https://github.com/open-power/hcode/commit/cc5c034aa468>`__ Release tag
+ information updated for hw030819a.940
+- `96bdad1dc08c <https://github.com/open-power/hcode/commit/96bdad1dc08c>`__ Release tag
+ information updated for hw030919a.940
+- `b4bd4e7e0e75 <https://github.com/open-power/hcode/commit/b4bd4e7e0e75>`__ Release tag
+ information updated for hw031219a.940
+- `b31c43a6c27e <https://github.com/open-power/hcode/commit/b31c43a6c27e>`__ Release tag
+ information updated for hw031319a.940
+- `3d18592a7e3a <https://github.com/open-power/hcode/commit/3d18592a7e3a>`__ Release tag
+ information updated for hw031619a.940
+- `4ffb0e57df57 <https://github.com/open-power/hcode/commit/4ffb0e57df57>`__ Release tag
+ information updated for hw031919a.940
+- `ca318ee145bf <https://github.com/open-power/hcode/commit/ca318ee145bf>`__ Release tag
+ information updated for hw032019b.940
+- `21fb83a0aec7 <https://github.com/open-power/hcode/commit/21fb83a0aec7>`__ Release tag
+ information updated for hw032119a.940
+- `f722a49ec15b <https://github.com/open-power/hcode/commit/f722a49ec15b>`__ Release tag
+ information updated for hw032219a.940
+- `b072dcdd5a9a <https://github.com/open-power/hcode/commit/b072dcdd5a9a>`__ Release tag
+ information updated for hw032319a.940
+- `33eeb29bcbf6 <https://github.com/open-power/hcode/commit/33eeb29bcbf6>`__ Release tag
+ information updated for hw032619a.940
+- `2c76877c7370 <https://github.com/open-power/hcode/commit/2c76877c7370>`__ Release tag
+ information updated for hw032719a.940
+- `0dbac1b4fde0 <https://github.com/open-power/hcode/commit/0dbac1b4fde0>`__ Release tag
+ information updated for hw032919a.940
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.3-rc1-patches-1:
+
+Patches
+~~~~~~~
+
+- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
+- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
+- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
+
+.. _v2.3-rc1-commits-1:
+
+Commits
+~~~~~~~
+
+Alvin Wang (7):
+
+- `49a169abfa3d <https://github.com/open-power/hostboot/commit/49a169abfa3d>`__ Adds mcbist empty
+ files
+- `517ec60ee50d <https://github.com/open-power/hostboot/commit/517ec60ee50d>`__ Adds mcbist empty
+ files
+- `f50a11628b1c <https://github.com/open-power/hostboot/commit/f50a11628b1c>`__ Change generic
+ mcbist file name
+- `4984330e0ef9 <https://github.com/open-power/hostboot/commit/4984330e0ef9>`__ Change generic
+ mcbist file name
+- `d7910f680f5c <https://github.com/open-power/hostboot/commit/d7910f680f5c>`__ Add exp_scrub empty
+ files
+- `8765bcd2cc17 <https://github.com/open-power/hostboot/commit/8765bcd2cc17>`__ Add empty files for
+ power_theraml
+- `75f8277bbc20 <https://github.com/open-power/hostboot/commit/75f8277bbc20>`__ Add empty
+ file(accessor_wrapper.H) for power_theraml
+
+Andre A. Marin (4):
+
+- `c368037cb36e <https://github.com/open-power/hostboot/commit/c368037cb36e>`__ Update phy_pharams
+ structure, tests, and exp attrs
+- `ee476c6abdad <https://github.com/open-power/hostboot/commit/ee476c6abdad>`__ Update phy_pharams
+ structure, tests, and exp attrs
+- `d679e6d649ee <https://github.com/open-power/hostboot/commit/d679e6d649ee>`__ Add
+ attr_engine_traits empty files for HB to mirror
+- `b5e9f70eb916 <https://github.com/open-power/hostboot/commit/b5e9f70eb916>`__ Update phy_pharams
+ structure, tests, and exp attrs
+
+Andre Marin (6):
+
+- `877a032b90cd <https://github.com/open-power/hostboot/commit/877a032b90cd>`__ Fix SPD cas latency
+ assert bug
+- `9e1906f95ba3 <https://github.com/open-power/hostboot/commit/9e1906f95ba3>`__ Add
+ std::remove_all_extends to HB STL library
+- `2dcce4bcccc2 <https://github.com/open-power/hostboot/commit/2dcce4bcccc2>`__ Add L1 for
+ p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle
+- `1c169fc8be5a <https://github.com/open-power/hostboot/commit/1c169fc8be5a>`__ Add attribute
+ engine algorithm for eff_config and pre_eff_config
+- `018a009896d8 <https://github.com/open-power/hostboot/commit/018a009896d8>`__ Add attribute
+ engine algorithm for eff_config and pre_eff_config
+- `e5a493e300da <https://github.com/open-power/hostboot/commit/e5a493e300da>`__ Add attribute
+ engine algorithm for eff_config and pre_eff_config
+
+Ben Gass (6):
+
+- `5bfda17c8018 <https://github.com/open-power/hostboot/commit/5bfda17c8018>`__ Add chip base
+ address to the OMI MMIO offset in p9a_mmio_util
+- `d27c5e1fe431 <https://github.com/open-power/hostboot/commit/d27c5e1fe431>`__ Update ATRMISS
+ registers for Axone
+- `71d98844bb93 <https://github.com/open-power/hostboot/commit/71d98844bb93>`__ Update p9_l2_flush
+ to check if purge is busy on anything prior to flush.
+- `a4278d1df874 <https://github.com/open-power/hostboot/commit/a4278d1df874>`__ Add
+ ATTR_OMI_DL_GROUP_POS and ATTR_OMI_DL_NUM for OMI targets
+- `224517ac925b <https://github.com/open-power/hostboot/commit/224517ac925b>`__ Update cmd/rsp
+ endian handling in exp_inband
+- `5beffad6f2f2 <https://github.com/open-power/hostboot/commit/5beffad6f2f2>`__ Replace FAPI_ERR
+ with FAPI_DBG when no error in exp_omi_init
+
+Bill Hoffa (4):
+
+- `7364f2447d18 <https://github.com/open-power/hostboot/commit/7364f2447d18>`__ Initialize and test
+ alt-master PNOR access in all boots
+- `8b9e2d415060 <https://github.com/open-power/hostboot/commit/8b9e2d415060>`__ Fix autocitest
+ simics attempt numbering
+- `c54069667c86 <https://github.com/open-power/hostboot/commit/c54069667c86>`__ Catch Unknown
+ Values for CONFIG_APPLY attribute
+- `2620abc7dc62 <https://github.com/open-power/hostboot/commit/2620abc7dc62>`__ INTRP HW Workaround
+ for Clockgating Issue
+
+Caleb Palmer (10):
+
+- `066af762a047 <https://github.com/open-power/hostboot/commit/066af762a047>`__ Add SW callout if
+ invalid proc model in call_mss_scrub
+- `d94e5b51c9e5 <https://github.com/open-power/hostboot/commit/d94e5b51c9e5>`__ PRD: Remove old
+ domain startScrubs
+- `0843af939876 <https://github.com/open-power/hostboot/commit/0843af939876>`__ PRD: Don’t skip ECC
+ spare when no DRAM spare
+- `86b0576b22dc <https://github.com/open-power/hostboot/commit/86b0576b22dc>`__ PRD: NVDIMM reg
+ review updates
+- `6d28e5b524f2 <https://github.com/open-power/hostboot/commit/6d28e5b524f2>`__ PRD: Remove EccSp
+ from errl when not avail
+- `be07d93af71c <https://github.com/open-power/hostboot/commit/be07d93af71c>`__ PRD: MEM_PORT
+ getConnected support
+- `4046e66acfb6 <https://github.com/open-power/hostboot/commit/4046e66acfb6>`__ Hostboot Memory HWP
+ include update
+- `16024c9f92fa <https://github.com/open-power/hostboot/commit/16024c9f92fa>`__ PRD: Axone
+ PlatServices and Misc Updates
+- `f2837b85611f <https://github.com/open-power/hostboot/commit/f2837b85611f>`__ PRD: Memory HWP
+ include updates
+- `09b6e80a55d2 <https://github.com/open-power/hostboot/commit/09b6e80a55d2>`__ PRD: NVDIMM health
+ status reg errors no longer gard
+
+Chen Du (1):
+
+- `c4031acbfb05 <https://github.com/open-power/hostboot/commit/c4031acbfb05>`__ Dropped messages at
+ shutdown
+
+Chris Cain (1):
+
+- `ad388de1a208 <https://github.com/open-power/hostboot/commit/ad388de1a208>`__ Proposed structure
+ change for OCC
+
+Chris Steffen (1):
+
+- `298aa306a1f4 <https://github.com/open-power/hostboot/commit/298aa306a1f4>`__ P9A OMI Dccal /
+ Scominit
+
+Christian Geddes (32):
+
+- `8ee01af225a0 <https://github.com/open-power/hostboot/commit/8ee01af225a0>`__ Allow child/parent
+ lookups between DIMM and OCMB_CHIP targets
+- `6cc4d5078e34 <https://github.com/open-power/hostboot/commit/6cc4d5078e34>`__ Again try to fix
+ checkpoint issue with fips930 simics
+- `3452fbd95989 <https://github.com/open-power/hostboot/commit/3452fbd95989>`__ Allow for nullptr
+ io_buffer in eecache read
+- `7ce2a9daac0c <https://github.com/open-power/hostboot/commit/7ce2a9daac0c>`__ Add interface to
+ look up model type of master processor on targetService
+- `efda71702697 <https://github.com/open-power/hostboot/commit/efda71702697>`__ Set early test case
+ IPL step to be 14.7 in Axone simics
+- `e70d216f8e2b <https://github.com/open-power/hostboot/commit/e70d216f8e2b>`__ Compile and add
+ calls to exp_scominit in istep 13.8
+- `58b845f915ea <https://github.com/open-power/hostboot/commit/58b845f915ea>`__ Disable Mutex
+ Attribute Test Cases for now
+- `250291d09340 <https://github.com/open-power/hostboot/commit/250291d09340>`__ Add
+ p9a_omi_training_check hwp call to istep 12.9
+- `3b02a6aa674c <https://github.com/open-power/hostboot/commit/3b02a6aa674c>`__ Fix
+ getChildByAffinity call in mmio.C and add more traces
+- `dafcf54942f1 <https://github.com/open-power/hostboot/commit/dafcf54942f1>`__ Remove imported
+ files that were added incorrectly
+- `552339eb7f78 <https://github.com/open-power/hostboot/commit/552339eb7f78>`__ Create a common
+ explorer accesss module expaccess
+- `281c7c93a463 <https://github.com/open-power/hostboot/commit/281c7c93a463>`__ Skip enabling PM
+ complex (start_stop_engine HWP) in Axone simics
+- `63afd50c3393 <https://github.com/open-power/hostboot/commit/63afd50c3393>`__ Disable SMF tests
+ for Axone bringup
+- `5618f2f2b432 <https://github.com/open-power/hostboot/commit/5618f2f2b432>`__ Fix issues with how
+ we were handling new .so added for Axone
+- `9145082bb0ca <https://github.com/open-power/hostboot/commit/9145082bb0ca>`__ Disable OCMB mmio
+ communication tests until MMIO works
+- `b397d8d630ac <https://github.com/open-power/hostboot/commit/b397d8d630ac>`__ Allow single dimm
+ configurations in Axone
+- `dd41d6161ea9 <https://github.com/open-power/hostboot/commit/dd41d6161ea9>`__ Set
+ MAX_COMPUTE_NODES attribute so TOD code gets setup correctly
+- `3653c5d44e88 <https://github.com/open-power/hostboot/commit/3653c5d44e88>`__ Skip establish ex
+ chiplet step (15.3) during Axone for now
+- `0a0fe1f2857a <https://github.com/open-power/hostboot/commit/0a0fe1f2857a>`__ Compile new
+ Axone/Explorer memory libs in isteps_mss library
+- `d09e67a0a554 <https://github.com/open-power/hostboot/commit/d09e67a0a554>`__ Update simics
+ release that Axone is using and adjust simics script
+- `b8cfbb22598c <https://github.com/open-power/hostboot/commit/b8cfbb22598c>`__ Set MUX i2c slave
+ port to be 1
+- `1c5f03e47872 <https://github.com/open-power/hostboot/commit/1c5f03e47872>`__ Fix bug that was
+ scrambling traces in errorlogs during HBRT
+- `ddc7b1ec95be <https://github.com/open-power/hostboot/commit/ddc7b1ec95be>`__ Apply OBUS PG rules
+ update to Axone also
+- `a52d45742151 <https://github.com/open-power/hostboot/commit/a52d45742151>`__ Edit
+ cxxtest.start.sh script to call runsim correctly
+- `c6677251ee3d <https://github.com/open-power/hostboot/commit/c6677251ee3d>`__ Call p9a_mss_volt
+ if MEM_PORT targets are available in istep 7.2
+- `994299cf3d45 <https://github.com/open-power/hostboot/commit/994299cf3d45>`__ Add code to call
+ p9a_mss_freq / p9a_mss_freq_system in istep 7.3
+- `1564d45787ce <https://github.com/open-power/hostboot/commit/1564d45787ce>`__ Wrap exp_draminit
+ in a extern “C” to workaround name mangling
+- `30a512e3d84d <https://github.com/open-power/hostboot/commit/30a512e3d84d>`__ Disable OCMB getVPD
+ tests until we get better SPD
+- `33e7c6de0769 <https://github.com/open-power/hostboot/commit/33e7c6de0769>`__ Add calls to
+ available p9a_mss_eff_config HWPs in istep 7.4
+- `85e898e7c68e <https://github.com/open-power/hostboot/commit/85e898e7c68e>`__ Edit autocitest to
+ handle hbTrace.log generated in /src/
+- `a98d9a843a71 <https://github.com/open-power/hostboot/commit/a98d9a843a71>`__ Generate P9A
+ accessors for Axone
+- `f55c462e587c <https://github.com/open-power/hostboot/commit/f55c462e587c>`__ Resize WOF to allow
+ AXONE test pnor to fit inside 64 MB
+
+Christian R. Geddes (1):
+
+- `bcecb8a2a15a <https://github.com/open-power/hostboot/commit/bcecb8a2a15a>`__ Revert “Update
+ phy_pharams structure, tests, and exp attrs”
+
+Corey Swenson (1):
+
+- `0bfacdff427f <https://github.com/open-power/hostboot/commit/0bfacdff427f>`__ Add callouts for
+ NVDIMM errors
+
+Dan Crowell (16):
+
+- `b8720c117759 <https://github.com/open-power/hostboot/commit/b8720c117759>`__ Reset Engine E to
+ handle NVDIMMs
+- `d505fea7f169 <https://github.com/open-power/hostboot/commit/d505fea7f169>`__ Make overrideOnly
+ fapi attributes volatile-zero
+- `86b5d355d643 <https://github.com/open-power/hostboot/commit/86b5d355d643>`__ Delete complextype
+ fields in attributes if they have no value
+- `e73d0c117548 <https://github.com/open-power/hostboot/commit/e73d0c117548>`__ Force reboot
+ without visible errors for core wakeup failure
+- `386165c1c5da <https://github.com/open-power/hostboot/commit/386165c1c5da>`__ Updates to
+ testcases for Axone
+- `ce4004d542f1 <https://github.com/open-power/hostboot/commit/ce4004d542f1>`__ Create runtime mss
+ library
+- `4636db0ab1ec <https://github.com/open-power/hostboot/commit/4636db0ab1ec>`__ Always use original
+ defaults for attribute fields with no value
+- `0b3f4e146b01 <https://github.com/open-power/hostboot/commit/0b3f4e146b01>`__ Use meaningful
+ values for PNOR build parms
+- `7d86b40c30c1 <https://github.com/open-power/hostboot/commit/7d86b40c30c1>`__ Modify rank
+ variable for OCMB VPD lookup
+- `c2c08ea15af6 <https://github.com/open-power/hostboot/commit/c2c08ea15af6>`__ Remove old fapi
+ files
+- `63622494a0f3 <https://github.com/open-power/hostboot/commit/63622494a0f3>`__ Add PMIC target
+- `e0f035161098 <https://github.com/open-power/hostboot/commit/e0f035161098>`__ Tweak page eviction
+ parameters to handle low mem better
+- `2c2978d3a443 <https://github.com/open-power/hostboot/commit/2c2978d3a443>`__ Add ASSERT trace
+ buffer to task crash log
+- `8fc37a704410 <https://github.com/open-power/hostboot/commit/8fc37a704410>`__ Create
+ p9a_disable_ocmb_i2c HWP
+- `27d7ab8db738 <https://github.com/open-power/hostboot/commit/27d7ab8db738>`__ Moving libnvdimm
+ into a resident module
+- `7c067d46c2f7 <https://github.com/open-power/hostboot/commit/7c067d46c2f7>`__ Make pci cache
+ injection attributes writeable
+
+Dean Sanner (2):
+
+- `73fc80f05f07 <https://github.com/open-power/hostboot/commit/73fc80f05f07>`__ Base HWP mirroring
+ control on HB policy
+- `610f16673641 <https://github.com/open-power/hostboot/commit/610f16673641>`__ Allow OPAL to run
+ on fused cores
+
+Glenn Miles (6):
+
+- `0af9610f18a1 <https://github.com/open-power/hostboot/commit/0af9610f18a1>`__ Make access to
+ iv_overridePtr threadsafe
+- `676c584aaa70 <https://github.com/open-power/hostboot/commit/676c584aaa70>`__ Make more room for
+ hbicore_extended in PNOR layout files.
+- `814734326962 <https://github.com/open-power/hostboot/commit/814734326962>`__ Use thread_local
+ for globals that require it
+- `373d8a5fb285 <https://github.com/open-power/hostboot/commit/373d8a5fb285>`__ Run memory training
+ in parallel across centaurs
+- `853d251aef29 <https://github.com/open-power/hostboot/commit/853d251aef29>`__ Add 1MB to PNOR HBI
+ section
+- `f6ddb6dc19f8 <https://github.com/open-power/hostboot/commit/f6ddb6dc19f8>`__ Add checks for
+ invalid trace data in removeDuplicateTraces
+
+Ilya Smirnov (5):
+
+- `b1c1b2cc5e78 <https://github.com/open-power/hostboot/commit/b1c1b2cc5e78>`__ Secureboot:
+ Enhanced Multinode Comm: TPM_POISONED
+- `ed35e3da7c26 <https://github.com/open-power/hostboot/commit/ed35e3da7c26>`__ Unit Tests For SMF
+ Secure Mem Distribution
+- `9ece0ede203d <https://github.com/open-power/hostboot/commit/9ece0ede203d>`__ SMF: Memory
+ Distribution Logic Improvements
+- `eeb5732a169d <https://github.com/open-power/hostboot/commit/eeb5732a169d>`__ Revert “SMF: Create
+ New UVBWLIST Partition”
+- `c7534ed92a2d <https://github.com/open-power/hostboot/commit/c7534ed92a2d>`__ Secureboot:
+ Enhanced Nomdecomm: Quote Fix
+
+Jacob Harvey (1):
+
+- `e7f0582196fb <https://github.com/open-power/hostboot/commit/e7f0582196fb>`__ L3 work for mss
+ xmls
+
+Jayashankar Padath (1):
+
+- `596bde3e93f3 <https://github.com/open-power/hostboot/commit/596bde3e93f3>`__ HDAT : Support of
+ new Rugby values in P9N systems
+
+Jaymes Wilks (2):
+
+- `f5475890894b <https://github.com/open-power/hostboot/commit/f5475890894b>`__ Support thread
+ local storage
+- `ff62338a5699 <https://github.com/open-power/hostboot/commit/ff62338a5699>`__ Thread local
+ storage: Update unit tests for thread local storage
+
+Jenny Huynh (1):
+
+- `1c6429e239e2 <https://github.com/open-power/hostboot/commit/1c6429e239e2>`__ HW483672: Enable
+ TLBIE WAT (version 5); fixes unintended flushing
+
+Joe McGill (1):
+
+- `87cc9b25b008 <https://github.com/open-power/hostboot/commit/87cc9b25b008>`__ cleanup references
+ to chip-centric EC feature attributes
+
+Kahn Evans (1):
+
+- `e45d35734d18 <https://github.com/open-power/hostboot/commit/e45d35734d18>`__ Fix doxygen
+ warnings
+
+Louis Stermole (11):
+
+- `5fcfd69a0278 <https://github.com/open-power/hostboot/commit/5fcfd69a0278>`__ Remove MBA GARD
+ from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME
+- `835d2074b6bc <https://github.com/open-power/hostboot/commit/835d2074b6bc>`__ Add empty files
+ required for mss::index, pos, and c_str templating
+- `197507fb6e80 <https://github.com/open-power/hostboot/commit/197507fb6e80>`__ Add empty file
+ required for templating eff_memory_size
+- `ebf6fda9958f <https://github.com/open-power/hostboot/commit/ebf6fda9958f>`__ Add empty files
+ required for p9a_mss_freq
+- `6f660c2b98b7 <https://github.com/open-power/hostboot/commit/6f660c2b98b7>`__ Add new files
+ required for fixing mss::index, mss::pos, and mss::c_str
+- `0f728a100a8e <https://github.com/open-power/hostboot/commit/0f728a100a8e>`__ Add empty file for
+ explorer eff_memory_size specialization
+- `8fc0e7abffb0 <https://github.com/open-power/hostboot/commit/8fc0e7abffb0>`__ Add p9a version of
+ eff_memory_size API
+- `ca025608c0c1 <https://github.com/open-power/hostboot/commit/ca025608c0c1>`__ Move p9a sync.C and
+ sync.H to new names to fix collisions
+- `6bdf34b9fe0a <https://github.com/open-power/hostboot/commit/6bdf34b9fe0a>`__ Add workaround for
+ Nimbus symbol mark performance hw bug
+- `76a4f5d86930 <https://github.com/open-power/hostboot/commit/76a4f5d86930>`__ Move explorer
+ specialization of eff_memory_size into explorer lib
+- `a5d11b476381 <https://github.com/open-power/hostboot/commit/a5d11b476381>`__ Add empty files for
+ DEFAULT_MC_TYPE constants
+
+Luis Fernandez (2):
+
+- `90552694307e <https://github.com/open-power/hostboot/commit/90552694307e>`__ Secure Boot: Log
+ error when attribute override attempted in secure mode
+- `ab6efc5935dc <https://github.com/open-power/hostboot/commit/ab6efc5935dc>`__ HB Improvements:
+ Fix compiler warnings on modern compilers
+
+Mark Pizzutillo (4):
+
+- `847ced968c58 <https://github.com/open-power/hostboot/commit/847ced968c58>`__ Add blank files for
+ axone p10 rank API
+- `7b3c165b9c65 <https://github.com/open-power/hostboot/commit/7b3c165b9c65>`__ Add empty files for
+ gemini IPL
+- `af6712fe5c03 <https://github.com/open-power/hostboot/commit/af6712fe5c03>`__ Remove files not
+ needed by gemini IPL
+- `9011abf477a1 <https://github.com/open-power/hostboot/commit/9011abf477a1>`__ Add wrapper and
+ utils blank files for exp_getecid
+
+Matt Derksen (4):
+
+- `518a05ca5136 <https://github.com/open-power/hostboot/commit/518a05ca5136>`__ Move nvdimm_update
+ call to istep 21.1
+- `2df122342fae <https://github.com/open-power/hostboot/commit/2df122342fae>`__ Use NVDIMM lids for
+ update
+- `a5c403221e3e <https://github.com/open-power/hostboot/commit/a5c403221e3e>`__ Fixing runtime i2c
+ operation
+- `f5ab52ab7117 <https://github.com/open-power/hostboot/commit/f5ab52ab7117>`__ NVDIMM update code
+
+Matt K. Light (1):
+
+- `a7c8ac4df4e1 <https://github.com/open-power/hostboot/commit/a7c8ac4df4e1>`__ move
+ ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file
+
+Matt Raybuck (1):
+
+- `4b29a1188536 <https://github.com/open-power/hostboot/commit/4b29a1188536>`__ UCD attribute and
+ targeting updates
+
+Matthew Raybuck (10):
+
+- `d2899da82cb0 <https://github.com/open-power/hostboot/commit/d2899da82cb0>`__ Improve performance
+ of Partial Good logic
+- `3830dc6e8fb0 <https://github.com/open-power/hostboot/commit/3830dc6e8fb0>`__ Support UCD target
+ generation for Zeppelin MRW
+- `d47b63700d87 <https://github.com/open-power/hostboot/commit/d47b63700d87>`__ Add functions to
+ get Device Id and MFR revision from UCD
+- `3265b62f038c <https://github.com/open-power/hostboot/commit/3265b62f038c>`__ Improve performance
+ of general PG algorithm
+- `2cfb551c4e56 <https://github.com/open-power/hostboot/commit/2cfb551c4e56>`__ TESTCASES: Improve
+ performance of general PG algorithm
+- `086018c231e7 <https://github.com/open-power/hostboot/commit/086018c231e7>`__ Support UCD for I2C
+ callouts
+- `c3264eed4874 <https://github.com/open-power/hostboot/commit/c3264eed4874>`__ Add minor tweaks to
+ I2C Callouts for UCD
+- `8684bd3d5656 <https://github.com/open-power/hostboot/commit/8684bd3d5656>`__ Add retry loop to
+ UCD deviceOps
+- `b445b93fc21e <https://github.com/open-power/hostboot/commit/b445b93fc21e>`__ Handle bad PEC from
+ UCD device op
+- `ac7a4f206efe <https://github.com/open-power/hostboot/commit/ac7a4f206efe>`__ Fix UCD retry loop
+ size bug
+
+Mike Baiocchi (7):
+
+- `d74d3932d989 <https://github.com/open-power/hostboot/commit/d74d3932d989>`__ Secureboot: Enhance
+ Error Callouts For New Multinode Trustedboot Transfer
+- `4eb72a8bf074 <https://github.com/open-power/hostboot/commit/4eb72a8bf074>`__ Adjust I2C Reset
+ for OpenPower MPIPL
+- `656ba908c6f2 <https://github.com/open-power/hostboot/commit/656ba908c6f2>`__ Add UCD devices to
+ ATTR_I2C_BUS_SPEED_ARRAY for ZZ
+- `08d6bc305592 <https://github.com/open-power/hostboot/commit/08d6bc305592>`__ Update UCD class
+ member variables and functions
+- `ffdc6b255981 <https://github.com/open-power/hostboot/commit/ffdc6b255981>`__ Add check to
+ determine if a UCD’s I2C Master is functional
+- `72fc1da005b7 <https://github.com/open-power/hostboot/commit/72fc1da005b7>`__ Invoke UCD Update
+ Algorithm on UCD Devices
+- `571956c7f546 <https://github.com/open-power/hostboot/commit/571956c7f546>`__ Create Attribute to
+ force UCD Updates
+
+Murulidhar Nataraju (1):
+
+- `6b7bbd62febe <https://github.com/open-power/hostboot/commit/6b7bbd62febe>`__ Enable OCC Start in
+ MPIPL path for OPAL based systems
+
+Nick Bofferding (9):
+
+- `90b00de769e0 <https://github.com/open-power/hostboot/commit/90b00de769e0>`__ Enhance RAS for
+ case where boot firmware image is too big to load
+- `09a3da759682 <https://github.com/open-power/hostboot/commit/09a3da759682>`__ UCD Flash Update:
+ Support I2C SMBUS operations for UCD flash update
+- `10784ce5d02b <https://github.com/open-power/hostboot/commit/10784ce5d02b>`__ Support UCD target
+ generation for ZZ MRW
+- `642a5f63c61b <https://github.com/open-power/hostboot/commit/642a5f63c61b>`__ Support UCD
+ discovery
+- `5588cf81b95d <https://github.com/open-power/hostboot/commit/5588cf81b95d>`__ Fix bug where task
+ migrates away from pinned CPU unexpectedly
+- `810394f87078 <https://github.com/open-power/hostboot/commit/810394f87078>`__ UCD flash update
+ invoker
+- `0d9e3f2cde91 <https://github.com/open-power/hostboot/commit/0d9e3f2cde91>`__ Verify UCD update
+ success at end of store to UCD flash
+- `de2312a44b13 <https://github.com/open-power/hostboot/commit/de2312a44b13>`__ Fix deadlock in ECC
+ error shutdown path
+- `ca03643dd893 <https://github.com/open-power/hostboot/commit/ca03643dd893>`__ Initialize backup
+ TPM in MPIPL
+
+Prasad Bg Ranganath (1):
+
+- `4d983e4c8bdd <https://github.com/open-power/hostboot/commit/4d983e4c8bdd>`__ PPB: Refactor
+ pstate parameter block
+
+Prem Shanker Jha (1):
+
+- `143d03952806 <https://github.com/open-power/hostboot/commit/143d03952806>`__ Image Build: Fixed
+ handling of unsecure HOMER address field.
+
+Raja Das (2):
+
+- `55260d579728 <https://github.com/open-power/hostboot/commit/55260d579728>`__ Security List
+ Binary Dump Chip-op Support
+- `b8f4e5009a34 <https://github.com/open-power/hostboot/commit/b8f4e5009a34>`__ OPAL/MPIPL:
+ Processor Dump Area Table interfaces
+
+Ricardo Mata Jr (1):
+
+- `784fe894f9ec <https://github.com/open-power/hostboot/commit/784fe894f9ec>`__ Updated
+ proc_pcie_config to support cache inject attributes
+
+Roland Veloz (3):
+
+- `6e84cce39773 <https://github.com/open-power/hostboot/commit/6e84cce39773>`__ Force VPD IO
+ through HW (Axone) ,add plat function to get OCMB VPD
+- `038631ba24f0 <https://github.com/open-power/hostboot/commit/038631ba24f0>`__ Updated file
+ ddimm_get_efd.C to be in sync with file ddimm_get_efd.xml
+- `17930bb348b5 <https://github.com/open-power/hostboot/commit/17930bb348b5>`__ Unit test and
+ integration test for platGetVPD(OCMB) call
+
+Sharath Manjunath (1):
+
+- `bdaa5b1d2af3 <https://github.com/open-power/hostboot/commit/bdaa5b1d2af3>`__ Update exp_draminit
+ to read values from attributes
+
+Stanley Zheng (1):
+
+- `c23e99369c50 <https://github.com/open-power/hostboot/commit/c23e99369c50>`__ add address xlate
+ to initfile
+
+Stephen Glancy (8):
+
+- `dadbba56f413 <https://github.com/open-power/hostboot/commit/dadbba56f413>`__ Adds SI setting for
+ 4R and dual-drop LRDIMM configs
+- `c050abede299 <https://github.com/open-power/hostboot/commit/c050abede299>`__ Updates the
+ explorer training response structure
+- `6fa8d0452930 <https://github.com/open-power/hostboot/commit/6fa8d0452930>`__ Updates read to
+ write timers for LRDIMM
+- `c96464c7d525 <https://github.com/open-power/hostboot/commit/c96464c7d525>`__ Moves set bad
+ bitmap into generic
+- `2b943a5ba24f <https://github.com/open-power/hostboot/commit/2b943a5ba24f>`__ Fixes MPR read ODT
+ values
+- `b850083ce640 <https://github.com/open-power/hostboot/commit/b850083ce640>`__ Fixes LRDIMM CKE
+ issue
+- `8e0290d32802 <https://github.com/open-power/hostboot/commit/8e0290d32802>`__ Fixes LRDIMM rank
+ configuration for dual-drop
+- `cd82f3ecbcef <https://github.com/open-power/hostboot/commit/cd82f3ecbcef>`__ Adds DDIMM EFD
+ decoder API
+
+Steven Janssen (1):
+
+- `85942470b223 <https://github.com/open-power/hostboot/commit/85942470b223>`__ Update function
+ pointer name to correctly point to function
+
+Stewart Smith (1):
+
+- `4470dc33a126 <https://github.com/open-power/hostboot/commit/4470dc33a126>`__ Disable warnings
+ that crop up a lot with GCC6
+
+Sumit Kumar (1):
+
+- `395f284926ab <https://github.com/open-power/hostboot/commit/395f284926ab>`__ FAPI_Infra:Add new
+ member to structure ErrorInfoHwCallout
+
+Tsung Yeung (3):
+
+- `8eb0494af6a1 <https://github.com/open-power/hostboot/commit/8eb0494af6a1>`__ Enforces NVDIMM
+ Pairing
+- `da2c80997909 <https://github.com/open-power/hostboot/commit/da2c80997909>`__ Suppresses
+ maintenance error messages due to STR exit
+- `c2a9006d0552 <https://github.com/open-power/hostboot/commit/c2a9006d0552>`__ NVDIMM RCD restore
+ fix and zqcal timing fix
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.3-rc1-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc1-commits-2:
+
+Commits
+~~~~~~~
+
+Chris Cain (2):
+
+- `1904821d6279 <https://github.com/open-power/occ/commit/1904821d6279>`__ Updates to wofparser
+ tool
+- `98ccba678ad4 <https://github.com/open-power/occ/commit/98ccba678ad4>`__ Support for PGPE error
+ handling
+
+William Bryan (1):
+
+- `6e52f56bd2cc <https://github.com/open-power/occ/commit/6e52f56bd2cc>`__ Fix memory bandwidth
+ chom averages
+
+Zane Shelley (11):
+
+- `75f2dd306f18 <https://github.com/open-power/occ/commit/75f2dd306f18>`__ FIRDATA: fix iteration
+ bug in firData.c
+- `d60be21fc396 <https://github.com/open-power/occ/commit/d60be21fc396>`__ FIRDATA: remove
+ Cumulus/Centaur targets and add Axone/Explorer
+- `d85d3c5387ec <https://github.com/open-power/occ/commit/d85d3c5387ec>`__ FIRDATA: add Axone
+ memory subsystem SCOM support
+- `18fa6f29e388 <https://github.com/open-power/occ/commit/18fa6f29e388>`__ FIRDATA: removed HOMER
+ support for Cumulus/Centaur
+- `d2801157a080 <https://github.com/open-power/occ/commit/d2801157a080>`__ FIRDATA: Clean up HOMER
+ parsing variables in firData.c
+- `d4e558e09c51 <https://github.com/open-power/occ/commit/d4e558e09c51>`__ FIRDATA: Simplified
+ adding targets to PNOR
+- `29d1d67db71c <https://github.com/open-power/occ/commit/29d1d67db71c>`__ FIRDATA: Simplified
+ adding chip units to PNOR
+- `69bac807b007 <https://github.com/open-power/occ/commit/69bac807b007>`__ FIRDATA: Simplified
+ iterating targets from HOMER in firData.c
+- `b673f22459ca <https://github.com/open-power/occ/commit/b673f22459ca>`__ FIRDATA: Further
+ simplifying iteration variables in firData.c
+- `6220fb3d8d7a <https://github.com/open-power/occ/commit/6220fb3d8d7a>`__ FIRDATA: Simplified
+ adding subunit targets to PNOR in firData.c
+- `58e422dede59 <https://github.com/open-power/occ/commit/58e422dede59>`__ FIRDATA: added
+ Axone/Explorer support to firData.c
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.3-rc1-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc1-commits-3:
+
+Commits
+~~~~~~~
+
+Christian Geddes (1):
+
+- `0f9a51d0059e <https://github.com/open-power/sbe/commit/0f9a51d0059e>`__ Update i2c driver for
+ OCMB chip
+
+Christopher M Riedl (1):
+
+- `a3b2377b7de1 <https://github.com/open-power/sbe/commit/a3b2377b7de1>`__ Implement PBA
+ Cache-Inhibited 8B Rd/Wr Access
+
+Dan Crowell (1):
+
+- `c9b85ed2ed42 <https://github.com/open-power/sbe/commit/c9b85ed2ed42>`__ Add
+ ATTR_ENABLED_OBUS_BRICKS
+
+Jenny Huynh (6):
+
+- `be0d09d34335 <https://github.com/open-power/sbe/commit/be0d09d34335>`__ HW477626 Dangerous Elk -
+ Applies to CDD12+
+- `e18d802d082f <https://github.com/open-power/sbe/commit/e18d802d082f>`__ HW477626 Dangerous Elk -
+ Temporarily apply to CDD13 native only
+- `04c534c750c6 <https://github.com/open-power/sbe/commit/04c534c750c6>`__ HW477626 Dangerous Elk -
+ Reapply for all CDD12+ risk levels
+- `f3b4f8efe1f8 <https://github.com/open-power/sbe/commit/f3b4f8efe1f8>`__ Additional core inits
+ for Nimbus DD2.3 compatibility modes
+- `934ccd82e22f <https://github.com/open-power/sbe/commit/934ccd82e22f>`__ Axone core initfile
+ update to match Nimbus DD23
+- `4a5f8ddab286 <https://github.com/open-power/sbe/commit/4a5f8ddab286>`__ Adjust PVR Version for
+ Axone
+
+Joachim Fenkes (5):
+
+- `b9b668e5916e <https://github.com/open-power/sbe/commit/b9b668e5916e>`__ FAPI2: Multicast API
+ 1/2: Platform-breaking changes
+- `8a09d58df7aa <https://github.com/open-power/sbe/commit/8a09d58df7aa>`__ FAPI2: Multicast API
+ 2/2: Introduce the actual multicast functions
+- `4529a95e14de <https://github.com/open-power/sbe/commit/4529a95e14de>`__ Add tools to help
+ measure and compare SBE image size
+- `5786b04efe86 <https://github.com/open-power/sbe/commit/5786b04efe86>`__ p9_sbe_tp_chiplet_init3:
+ Mask TOD error bit 62 (osclite switched)
+- `e8590a9d3a19 <https://github.com/open-power/sbe/commit/e8590a9d3a19>`__ p9_sbe_npll_setup:
+ Enable spread spectrum before starting PLL
+
+Joe McGill (1):
+
+- `81642d21704f <https://github.com/open-power/sbe/commit/81642d21704f>`__ whitelist update for
+ ABUS CCM
+
+Prasad Bg Ranganath (3):
+
+- `9eba57570f29 <https://github.com/open-power/sbe/commit/9eba57570f29>`__ PPB:New attribute
+ ATTR_PMCR_MOST_RECENT_MODE for PMCR request
+- `8fd8d1401c5f <https://github.com/open-power/sbe/commit/8fd8d1401c5f>`__ HWP:Cache stop clocks
+ complete fix
+- `1410677b65e4 <https://github.com/open-power/sbe/commit/1410677b65e4>`__ PM HWP: Fix bug in stop
+ clock procedure that effects mpipl
+
+Prem Shanker Jha (2):
+
+- `b6b4eafa650c <https://github.com/open-power/sbe/commit/b6b4eafa650c>`__ SMF: Defined new
+ attribute containing unsecure HOMER memory’s size.
+- `47f5faba3803 <https://github.com/open-power/sbe/commit/47f5faba3803>`__ SMF: Populates unsecure
+ HOMER with SC2 instruction.
+
+Pretty Mariam Jacob (1):
+
+- `b2548e254811 <https://github.com/open-power/sbe/commit/b2548e254811>`__ Added Alink changes in
+ attributes and initfiles
+
+Raja Das (5):
+
+- `0420efec88bd <https://github.com/open-power/sbe/commit/0420efec88bd>`__ White/Black/Grey List
+ Binary dump PSU Chip-op Support
+- `0321b165dad7 <https://github.com/open-power/sbe/commit/0321b165dad7>`__ SBE scripts to update
+ pib repair data
+- `9f9f77cec3cb <https://github.com/open-power/sbe/commit/9f9f77cec3cb>`__ L1 loader Axone Pibmem
+ repair parse
+- `c508f8e9d96e <https://github.com/open-power/sbe/commit/c508f8e9d96e>`__ NVDIMM Flush update
+- `57905edebf34 <https://github.com/open-power/sbe/commit/57905edebf34>`__ Axone pibmem repair
+ logic
+
+Soma BhanuTej (1):
+
+- `1d73131d1a11 <https://github.com/open-power/sbe/commit/1d73131d1a11>`__ Update p9a_10 engd - spy
+ name changes
+
+Srikantha Meesala (1):
+
+- `9b5f5c303ddc <https://github.com/open-power/sbe/commit/9b5f5c303ddc>`__ Befor flushNVDIMM
+ chip-op make sure all core Instructions are stopped
+
+Stephen Glancy (2):
+
+- `953dc3134693 <https://github.com/open-power/sbe/commit/953dc3134693>`__ Updates MWD_COARSE to
+ run multiple patterns
+- `6eb2a4c0f0d8 <https://github.com/open-power/sbe/commit/6eb2a4c0f0d8>`__ Updates MCA write and
+ read timings
+
+Tsung Yeung (1):
+
+- `1ac3d5b9cd5f <https://github.com/open-power/sbe/commit/1ac3d5b9cd5f>`__ Adjust STR enter
+ sequence to enable immediate entry
+
+kswaroop (1):
+
+- `81c848765857 <https://github.com/open-power/sbe/commit/81c848765857>`__ PIBMEM only image
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.3-rc1-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc1-commits-4:
+
+Commits
+~~~~~~~
+
+Abhishek Goel (1):
+
+- `b821f8c2a8e3 <https://github.com/open-power/skiboot/commit/b821f8c2a8e3>`__ power-mgmt : occ :
+ Add ‘freq-domain-mask’ DT property
+
+Akshay Adiga (2):
+
+- `40b99f58ea37 <https://github.com/open-power/skiboot/commit/40b99f58ea37>`__ SLW: Remove Idle
+ state support tor Power8 DD1
+- `c46ab3a0509c <https://github.com/open-power/skiboot/commit/c46ab3a0509c>`__ SLW: Print verbose
+ info on errors only
+
+Alexey Kardashevskiy (8):
+
+- `17975a6e6457 <https://github.com/open-power/skiboot/commit/17975a6e6457>`__ cpufeatures: Always
+ advertise POWER8NVL as DD2
+- `64627c85e648 <https://github.com/open-power/skiboot/commit/64627c85e648>`__ cpufeatures: Always
+ advertise POWER8NVL as DD2
+- `fd0950488f7f <https://github.com/open-power/skiboot/commit/fd0950488f7f>`__ opal: Deprecate
+ reading the PHB status
+- `4824d17bb53b <https://github.com/open-power/skiboot/commit/4824d17bb53b>`__ hw/phb3/naples:
+ Disable D-states
+- `889dba86c3c8 <https://github.com/open-power/skiboot/commit/889dba86c3c8>`__ hw/phb3/naples:
+ Disable D-states
+- `ba1d95a1d460 <https://github.com/open-power/skiboot/commit/ba1d95a1d460>`__ npu2: Add
+ XTS_BDF_MAP wildcard refcount
+- `c0f17caddcd8 <https://github.com/open-power/skiboot/commit/c0f17caddcd8>`__ npu2: Allow ATSD for
+ LPAR other than 0
+- `b392d785eb49 <https://github.com/open-power/skiboot/commit/b392d785eb49>`__ witherspoon: Add
+ nvlink2 interconnect information
+
+Andrew Donnellan (9):
+
+- `682fa68e577c <https://github.com/open-power/skiboot/commit/682fa68e577c>`__
+ platforms/witherspoon: Make PCIe shared slot error message more informative
+- `e1c3ed8224bf <https://github.com/open-power/skiboot/commit/e1c3ed8224bf>`__ config: Get rid of
+ DEBUG_MALLOC
+- `647dc4aff7b6 <https://github.com/open-power/skiboot/commit/647dc4aff7b6>`__ config: Get rid of
+ FAST_REBOOT_CLEARS_MEMORY
+- `c9bc52a250a0 <https://github.com/open-power/skiboot/commit/c9bc52a250a0>`__ core/stack: Remove
+ r1 argument from \___backtrace()
+- `b971b67ac2e1 <https://github.com/open-power/skiboot/commit/b971b67ac2e1>`__ core/stack: Define a
+ backtrace metadata struct
+- `80a49c7022b2 <https://github.com/open-power/skiboot/commit/80a49c7022b2>`__ core/stack: Store
+ PIR in \___backtrace()
+- `8dddd751ef43 <https://github.com/open-power/skiboot/commit/8dddd751ef43>`__ hw/fsp, hw/ipmi:
+ Convert attn code to not use backtrace wrappers
+- `e5a7411cd74e <https://github.com/open-power/skiboot/commit/e5a7411cd74e>`__ core/stack: Convert
+ stack check code to not use backtrace wrapper
+- `b965b9de25d2 <https://github.com/open-power/skiboot/commit/b965b9de25d2>`__ core/stack: Rename
+ backtrace functions, get rid of wrappers
+
+Andrew Jeffery (115):
+
+- `bd9839684d48 <https://github.com/open-power/skiboot/commit/bd9839684d48>`__ astbmc: Try IPMI
+ HIOMAP for P8
+- `71ce936ffe38 <https://github.com/open-power/skiboot/commit/71ce936ffe38>`__ p8dtu: Enable HIOMAP
+ support
+- `9dcbd1f41d98 <https://github.com/open-power/skiboot/commit/9dcbd1f41d98>`__ p8dtu: Configure BMC
+ graphics
+- `963629523084 <https://github.com/open-power/skiboot/commit/963629523084>`__ pflash: Don’t try
+ update RO ToC
+- `0dec1de73e1e <https://github.com/open-power/skiboot/commit/0dec1de73e1e>`__ libflash/test:
+ Generate header dependencies for tests
+- `3852a9460abc <https://github.com/open-power/skiboot/commit/3852a9460abc>`__ ffspart, libflash:
+ Fix stack size warnings
+- `a7e1efe864ad <https://github.com/open-power/skiboot/commit/a7e1efe864ad>`__ pflash: Increase
+ stack frame size warning threshold
+- `5636d390b7f0 <https://github.com/open-power/skiboot/commit/5636d390b7f0>`__ gard: Fix warnings
+ from gcc 8.2.0
+- `96409597aa39 <https://github.com/open-power/skiboot/commit/96409597aa39>`__ Makefile: Paper over
+ gard and pflash coverage issues
+- `43ca6a2e5b12 <https://github.com/open-power/skiboot/commit/43ca6a2e5b12>`__ test-ipmi-hiomap:
+ Add ability to delay some IPMI messages
+- `f246cceda717 <https://github.com/open-power/skiboot/commit/f246cceda717>`__ test-ipmi-hiomap:
+ Dump unexpected IPMI messages
+- `5293333dd1af <https://github.com/open-power/skiboot/commit/5293333dd1af>`__ test-ipmi-hiomap:
+ Ensure the completion code is set
+- `f46ed4f7ee79 <https://github.com/open-power/skiboot/commit/f46ed4f7ee79>`__ test-ipmi-hiomap:
+ Print some information on early scenario_exit()
+- `1b3a5dfbdf92 <https://github.com/open-power/skiboot/commit/1b3a5dfbdf92>`__
+ libflash/ipmi-hiomap: Fix leak of msg in callback
+- `64a61885a229 <https://github.com/open-power/skiboot/commit/64a61885a229>`__
+ libflash/ipmi-hiomap: Overhaul error handling
+- `403d527269be <https://github.com/open-power/skiboot/commit/403d527269be>`__
+ libflash/ipmi-hiomap: Overhaul event handling
+- `6d8bd2dd9eab <https://github.com/open-power/skiboot/commit/6d8bd2dd9eab>`__
+ libflash/ipmi-hiomap: Remove unused close handling
+- `4af122b23402 <https://github.com/open-power/skiboot/commit/4af122b23402>`__
+ libflash/ipmi-hiomap: Enforce message size for empty response
+- `41e6e8b4acf7 <https://github.com/open-power/skiboot/commit/41e6e8b4acf7>`__ test-ipmi-hiomap:
+ Add protocol-persistent-error test
+- `5b12dfe8dd0d <https://github.com/open-power/skiboot/commit/5b12dfe8dd0d>`__ test-ipmi-hiomap:
+ Add read-one-block test
+- `d4b870c8524c <https://github.com/open-power/skiboot/commit/d4b870c8524c>`__ test-ipmi-hiomap:
+ Add read-two-blocks test
+- `e1f20bfd7d91 <https://github.com/open-power/skiboot/commit/e1f20bfd7d91>`__ test-ipmi-hiomap:
+ Add event-before-read
+- `fd271bc570d3 <https://github.com/open-power/skiboot/commit/fd271bc570d3>`__ test-ipmi-hiomap:
+ Add event-during-read test
+- `e69b1135db38 <https://github.com/open-power/skiboot/commit/e69b1135db38>`__ test-ipmi-hiomap:
+ Add write-one-block test
+- `eb0c85ae9868 <https://github.com/open-power/skiboot/commit/eb0c85ae9868>`__ test-ipmi-hiomap:
+ Add write-two-blocks test
+- `7f246ff2c999 <https://github.com/open-power/skiboot/commit/7f246ff2c999>`__ test-ipmi-hiomap:
+ Add event-before-write test
+- `9175028fc84a <https://github.com/open-power/skiboot/commit/9175028fc84a>`__ test-ipmi-hiomap:
+ Add event-during-write test
+- `5ee7b0f70b04 <https://github.com/open-power/skiboot/commit/5ee7b0f70b04>`__ test-ipmi-hiomap:
+ Add erase-one-block test
+- `275b3d12af39 <https://github.com/open-power/skiboot/commit/275b3d12af39>`__ test-ipmi-hiomap:
+ Add erase-two-blocks test
+- `410b80725ad2 <https://github.com/open-power/skiboot/commit/410b80725ad2>`__ test-ipmi-hiomap:
+ Add event-before-erase test
+- `c2a4b4988ecc <https://github.com/open-power/skiboot/commit/c2a4b4988ecc>`__ test-ipmi-hiomap:
+ Add event-during-erase
+- `077d19d82405 <https://github.com/open-power/skiboot/commit/077d19d82405>`__ test-ipmi-hiomap:
+ Add bad-sequence test
+- `ecf6430d1ee9 <https://github.com/open-power/skiboot/commit/ecf6430d1ee9>`__ test-ipmi-hiomap:
+ Add action-error test
+- `f65c781eee16 <https://github.com/open-power/skiboot/commit/f65c781eee16>`__ test-ipmi-hiomap:
+ Add get-flash-info test
+- `bcdd3f134970 <https://github.com/open-power/skiboot/commit/bcdd3f134970>`__ test-ipmi-hiomap:
+ Add get-info-error test
+- `0bef2695055d <https://github.com/open-power/skiboot/commit/0bef2695055d>`__ test-ipmi-hiomap:
+ Add get-flash-info-error test
+- `c4d5734fde21 <https://github.com/open-power/skiboot/commit/c4d5734fde21>`__ test-ipmi-hiomap:
+ Add create-read-window-error test
+- `364b433adb7d <https://github.com/open-power/skiboot/commit/364b433adb7d>`__ test-ipmi-hiomap:
+ Add create-write-window-error test
+- `a4349da67c9c <https://github.com/open-power/skiboot/commit/a4349da67c9c>`__ test-ipmi-hiomap:
+ Add mark-dirty-error test
+- `7798ea646fb7 <https://github.com/open-power/skiboot/commit/7798ea646fb7>`__ test-ipmi-hiomap:
+ Add flush-error test
+- `ff5153612f85 <https://github.com/open-power/skiboot/commit/ff5153612f85>`__ test-ipmi-hiomap:
+ Add ack-error test
+- `12ca08b58e5b <https://github.com/open-power/skiboot/commit/12ca08b58e5b>`__ test-ipmi-hiomap:
+ Add erase-error test
+- `4642a6c9a66b <https://github.com/open-power/skiboot/commit/4642a6c9a66b>`__ test-ipmi-hiomap:
+ Add ack-malformed tests
+- `8745e91d48d1 <https://github.com/open-power/skiboot/commit/8745e91d48d1>`__ test-ipmi-hiomap:
+ Add get-info-malformed tests
+- `5c2ada09e76d <https://github.com/open-power/skiboot/commit/5c2ada09e76d>`__ test-ipmi-hiomap:
+ Add get-flash-info-malformed tests
+- `bd1a08ab3e12 <https://github.com/open-power/skiboot/commit/bd1a08ab3e12>`__ test-ipmi-hiomap:
+ Add create-read-window-malformed tests
+- `ee0314d2d9d0 <https://github.com/open-power/skiboot/commit/ee0314d2d9d0>`__ test-ipmi-hiomap:
+ Add create-write-window-malformed tests
+- `c7b8293d867a <https://github.com/open-power/skiboot/commit/c7b8293d867a>`__ test-ipmi-hiomap:
+ Add mark-dirty-malformed tests
+- `985c7a26bcb1 <https://github.com/open-power/skiboot/commit/985c7a26bcb1>`__ test-ipmi-hiomap:
+ Add flush-malformed tests
+- `7735cc354609 <https://github.com/open-power/skiboot/commit/7735cc354609>`__ test-ipmi-hiomap:
+ Add erase-malformed tests
+- `d0c798252521 <https://github.com/open-power/skiboot/commit/d0c798252521>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-ack test
+- `ce81b9364131 <https://github.com/open-power/skiboot/commit/ce81b9364131>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-get-info test
+- `9398b84fad0e <https://github.com/open-power/skiboot/commit/9398b84fad0e>`__ test-ipmi-hiomap:
+ Add protocol-recovery-get-flash-info-failure test
+- `b94bb54f6569 <https://github.com/open-power/skiboot/commit/b94bb54f6569>`__ test-ipmi-hiomap:
+ Add read-one-block-twice test
+- `ed35a7d04bde <https://github.com/open-power/skiboot/commit/ed35a7d04bde>`__ test-ipmi-hiomap:
+ Add write-one-block-twice test
+- `a3777e58990f <https://github.com/open-power/skiboot/commit/a3777e58990f>`__ test-ipmi-hiomap:
+ Add erase-one-block-twice test
+- `6a4db4c249a1 <https://github.com/open-power/skiboot/commit/6a4db4c249a1>`__ ast-io: Rework
+ ast_sio_is_enabled() test sequence
+- `c826e1ca9e5b <https://github.com/open-power/skiboot/commit/c826e1ca9e5b>`__ astbmc: Try IPMI
+ HIOMAP for P8 (again)
+- `b9d7c9da583a <https://github.com/open-power/skiboot/commit/b9d7c9da583a>`__ astbmc: Enable IPMI
+ HIOMAP for AMI platforms
+- `5d07d064db05 <https://github.com/open-power/skiboot/commit/5d07d064db05>`__ libflash/test:
+ Generate header dependencies for tests
+- `e3a3ba16a44a <https://github.com/open-power/skiboot/commit/e3a3ba16a44a>`__ test-ipmi-hiomap:
+ Add ability to delay some IPMI messages
+- `3056fcd0a7c4 <https://github.com/open-power/skiboot/commit/3056fcd0a7c4>`__ test-ipmi-hiomap:
+ Dump unexpected IPMI messages
+- `7cb5eca8d6ca <https://github.com/open-power/skiboot/commit/7cb5eca8d6ca>`__ test-ipmi-hiomap:
+ Ensure the completion code is set
+- `272443f7687b <https://github.com/open-power/skiboot/commit/272443f7687b>`__ test-ipmi-hiomap:
+ Print some information on early scenario_exit()
+- `7bb5ead55bdf <https://github.com/open-power/skiboot/commit/7bb5ead55bdf>`__
+ libflash/ipmi-hiomap: Fix leak of msg in callback
+- `2e29cf8d00fb <https://github.com/open-power/skiboot/commit/2e29cf8d00fb>`__
+ libflash/ipmi-hiomap: Overhaul error handling
+- `5c4b51a0408f <https://github.com/open-power/skiboot/commit/5c4b51a0408f>`__
+ libflash/ipmi-hiomap: Overhaul event handling
+- `041d61e2be1d <https://github.com/open-power/skiboot/commit/041d61e2be1d>`__
+ libflash/ipmi-hiomap: Remove unused close handling
+- `b64b3544d90b <https://github.com/open-power/skiboot/commit/b64b3544d90b>`__
+ libflash/ipmi-hiomap: Enforce message size for empty response
+- `cca1c08ece5e <https://github.com/open-power/skiboot/commit/cca1c08ece5e>`__ test-ipmi-hiomap:
+ Add protocol-persistent-error test
+- `a215e3e547a0 <https://github.com/open-power/skiboot/commit/a215e3e547a0>`__ test-ipmi-hiomap:
+ Add read-one-block test
+- `96ca4e26deb6 <https://github.com/open-power/skiboot/commit/96ca4e26deb6>`__ test-ipmi-hiomap:
+ Add read-two-blocks test
+- `ea318dbe989f <https://github.com/open-power/skiboot/commit/ea318dbe989f>`__ test-ipmi-hiomap:
+ Add event-before-read
+- `e4e76c8d2f6c <https://github.com/open-power/skiboot/commit/e4e76c8d2f6c>`__ test-ipmi-hiomap:
+ Add event-during-read test
+- `e3497461c93b <https://github.com/open-power/skiboot/commit/e3497461c93b>`__ test-ipmi-hiomap:
+ Add write-one-block test
+- `bf722c0ac561 <https://github.com/open-power/skiboot/commit/bf722c0ac561>`__ test-ipmi-hiomap:
+ Add write-two-blocks test
+- `4cc5d420eeb4 <https://github.com/open-power/skiboot/commit/4cc5d420eeb4>`__ test-ipmi-hiomap:
+ Add event-before-write test
+- `55b284e63e7d <https://github.com/open-power/skiboot/commit/55b284e63e7d>`__ test-ipmi-hiomap:
+ Add event-during-write test
+- `da61b9e8dc1f <https://github.com/open-power/skiboot/commit/da61b9e8dc1f>`__ test-ipmi-hiomap:
+ Add erase-one-block test
+- `a6f3245eda74 <https://github.com/open-power/skiboot/commit/a6f3245eda74>`__ test-ipmi-hiomap:
+ Add erase-two-blocks test
+- `6432db36f0b1 <https://github.com/open-power/skiboot/commit/6432db36f0b1>`__ test-ipmi-hiomap:
+ Add event-before-erase test
+- `7d666e226bd9 <https://github.com/open-power/skiboot/commit/7d666e226bd9>`__ test-ipmi-hiomap:
+ Add event-during-erase
+- `d69b6567669b <https://github.com/open-power/skiboot/commit/d69b6567669b>`__ test-ipmi-hiomap:
+ Add bad-sequence test
+- `4f9facdacef9 <https://github.com/open-power/skiboot/commit/4f9facdacef9>`__ test-ipmi-hiomap:
+ Add action-error test
+- `b20312eb6ee5 <https://github.com/open-power/skiboot/commit/b20312eb6ee5>`__ test-ipmi-hiomap:
+ Add get-flash-info test
+- `852d38850654 <https://github.com/open-power/skiboot/commit/852d38850654>`__ test-ipmi-hiomap:
+ Add get-info-error test
+- `21bed4d078d9 <https://github.com/open-power/skiboot/commit/21bed4d078d9>`__ test-ipmi-hiomap:
+ Add get-flash-info-error test
+- `05e1dabcb97d <https://github.com/open-power/skiboot/commit/05e1dabcb97d>`__ test-ipmi-hiomap:
+ Add create-read-window-error test
+- `1c97112ba0b9 <https://github.com/open-power/skiboot/commit/1c97112ba0b9>`__ test-ipmi-hiomap:
+ Add create-write-window-error test
+- `14959a69eeac <https://github.com/open-power/skiboot/commit/14959a69eeac>`__ test-ipmi-hiomap:
+ Add mark-dirty-error test
+- `4de5c234518b <https://github.com/open-power/skiboot/commit/4de5c234518b>`__ test-ipmi-hiomap:
+ Add flush-error test
+- `c38fccd32df0 <https://github.com/open-power/skiboot/commit/c38fccd32df0>`__ test-ipmi-hiomap:
+ Add ack-error test
+- `5e1559af3394 <https://github.com/open-power/skiboot/commit/5e1559af3394>`__ test-ipmi-hiomap:
+ Add erase-error test
+- `66b4b2e49d46 <https://github.com/open-power/skiboot/commit/66b4b2e49d46>`__ test-ipmi-hiomap:
+ Add ack-malformed tests
+- `90ae8a0767ce <https://github.com/open-power/skiboot/commit/90ae8a0767ce>`__ test-ipmi-hiomap:
+ Add get-info-malformed tests
+- `7ae038042951 <https://github.com/open-power/skiboot/commit/7ae038042951>`__ test-ipmi-hiomap:
+ Add get-flash-info-malformed tests
+- `dba42852b0de <https://github.com/open-power/skiboot/commit/dba42852b0de>`__ test-ipmi-hiomap:
+ Add create-read-window-malformed tests
+- `564d5e4ba7e4 <https://github.com/open-power/skiboot/commit/564d5e4ba7e4>`__ test-ipmi-hiomap:
+ Add create-write-window-malformed tests
+- `b812fa3d16ce <https://github.com/open-power/skiboot/commit/b812fa3d16ce>`__ test-ipmi-hiomap:
+ Add mark-dirty-malformed tests
+- `0ebf921c1a0a <https://github.com/open-power/skiboot/commit/0ebf921c1a0a>`__ test-ipmi-hiomap:
+ Add flush-malformed tests
+- `4769cb645e20 <https://github.com/open-power/skiboot/commit/4769cb645e20>`__ test-ipmi-hiomap:
+ Add erase-malformed tests
+- `35a6cbe24717 <https://github.com/open-power/skiboot/commit/35a6cbe24717>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-ack test
+- `ffe09809c035 <https://github.com/open-power/skiboot/commit/ffe09809c035>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-get-info test
+- `0e8e03ee34ba <https://github.com/open-power/skiboot/commit/0e8e03ee34ba>`__ test-ipmi-hiomap:
+ Add protocol-recovery-get-flash-info-failure test
+- `75622fe738cd <https://github.com/open-power/skiboot/commit/75622fe738cd>`__ test-ipmi-hiomap:
+ Add read-one-block-twice test
+- `1a8a5c352762 <https://github.com/open-power/skiboot/commit/1a8a5c352762>`__ test-ipmi-hiomap:
+ Add write-one-block-twice test
+- `2d8b0043aa9d <https://github.com/open-power/skiboot/commit/2d8b0043aa9d>`__ test-ipmi-hiomap:
+ Add erase-one-block-twice test
+- `381a7e6553d7 <https://github.com/open-power/skiboot/commit/381a7e6553d7>`__ ast-io: Rework
+ ast_sio_is_enabled() test sequence
+- `6e7145a55afc <https://github.com/open-power/skiboot/commit/6e7145a55afc>`__ astbmc: Try IPMI
+ HIOMAP for P8 (again)
+- `52be9b85e455 <https://github.com/open-power/skiboot/commit/52be9b85e455>`__ zaius: Add BMC
+ description
+- `4ff0e16df304 <https://github.com/open-power/skiboot/commit/4ff0e16df304>`__ p8dtu: Enable HIOMAP
+ support
+- `137b11c77feb <https://github.com/open-power/skiboot/commit/137b11c77feb>`__ p8dtu: Configure BMC
+ graphics
+- `b7594b26929e <https://github.com/open-power/skiboot/commit/b7594b26929e>`__ astbmc: Enable IPMI
+ HIOMAP for AMI platforms
+- `cccf5d79de07 <https://github.com/open-power/skiboot/commit/cccf5d79de07>`__ core/flash: Retry
+ requests as necessary in flash_load_resource()
+- `6225d1192493 <https://github.com/open-power/skiboot/commit/6225d1192493>`__ astbmc: Handle
+ failure to initialise raw flash
+
+Anju T Sudhakar (7):
+
+- `6d9a87cec05a <https://github.com/open-power/skiboot/commit/6d9a87cec05a>`__ doc/imc: Edit
+ imc.rst documentation to include
+- `09e912109070 <https://github.com/open-power/skiboot/commit/09e912109070>`__ doc/device-tree:
+ Edit device tree documentation for imc to include trace-node information.
+- `f3a0fb699040 <https://github.com/open-power/skiboot/commit/f3a0fb699040>`__ doc/opal-api: Edit
+ documentation for IMC opal call to include trace-imc
+- `5506d8a45882 <https://github.com/open-power/skiboot/commit/5506d8a45882>`__ include/imc: Trace
+ IMC Macro definitions
+- `fa8f3f3fcead <https://github.com/open-power/skiboot/commit/fa8f3f3fcead>`__ hw/imc: Refactor
+ opal init call for core-imc
+- `df2a1e579aaa <https://github.com/open-power/skiboot/commit/df2a1e579aaa>`__ hw/imc: Enable opal
+ calls to init/start/stop IMC Trace mode
+- `027d87475eff <https://github.com/open-power/skiboot/commit/027d87475eff>`__ external/mambo:
+ Mambo hack to add trace-imc nodes in the device-tree
+
+Artem Senichev (1):
+
+- `eb83850ee1de <https://github.com/open-power/skiboot/commit/eb83850ee1de>`__ platforms/vesnin:
+ Disable PCIe port bifurcation
+
+Cédric Le Goater (1):
+
+- `bbcbbd3e071f <https://github.com/open-power/skiboot/commit/bbcbbd3e071f>`__ xive: Add calls to
+ save/restore the queues and VPs HW state
+
+Deb McLemore (6):
+
+- `31231ed300f2 <https://github.com/open-power/skiboot/commit/31231ed300f2>`__ p9dsu: Fix p9dsu
+ default variant
+- `87517c8737b9 <https://github.com/open-power/skiboot/commit/87517c8737b9>`__ p9dsu: Fix p9dsu
+ slot tables
+- `83f06eec281d <https://github.com/open-power/skiboot/commit/83f06eec281d>`__ p9dsu: Fix p9dsu
+ default variant
+- `c8941393f452 <https://github.com/open-power/skiboot/commit/c8941393f452>`__ p9dsu: Fix p9dsu
+ slot tables
+- `64a16ae05bb2 <https://github.com/open-power/skiboot/commit/64a16ae05bb2>`__ p9dsu: Fix slot
+ labels for p9dsu2u
+- `c470806a2e5e <https://github.com/open-power/skiboot/commit/c470806a2e5e>`__ p9dsu: Undo slot
+ label name changes
+
+Frederic Barrat (10):
+
+- `536c8fbf932d <https://github.com/open-power/skiboot/commit/536c8fbf932d>`__ npu2-opencapi:
+ Rework ODL register access
+- `e621b7b67951 <https://github.com/open-power/skiboot/commit/e621b7b67951>`__ npu2-opencapi: Setup
+ perf counters to detect CRC errors
+- `9f3cdff99656 <https://github.com/open-power/skiboot/commit/9f3cdff99656>`__ npu2-opencapi:
+ Rename functions used to reset an adapter
+- `ce9dd46d36d0 <https://github.com/open-power/skiboot/commit/ce9dd46d36d0>`__ npu2-opencapi: Keep
+ ODL and adapter in reset at the same time
+- `e4efac7d8c90 <https://github.com/open-power/skiboot/commit/e4efac7d8c90>`__ npu2-opencapi: ODL
+ should be in reset when enabled
+- `d75436f0d3d0 <https://github.com/open-power/skiboot/commit/d75436f0d3d0>`__ npu2-opencapi:
+ Extend delay after releasing reset on adapter
+- `998911498597 <https://github.com/open-power/skiboot/commit/998911498597>`__ npu2-opencapi: Fix
+ adapter reset when using 2 adapters
+- `8cf6758e1889 <https://github.com/open-power/skiboot/commit/8cf6758e1889>`__ npu2-hw-procedures:
+ Don’t set iovalid for opencapi devices
+- `11c5faa66aa0 <https://github.com/open-power/skiboot/commit/11c5faa66aa0>`__ npu2-hw-procedures:
+ Fix zcal in mixed opencapi and nvlink mode
+- `14a78d5c2e85 <https://github.com/open-power/skiboot/commit/14a78d5c2e85>`__ npu2/hw-procedures:
+ Fix parallel zcal for opencapi
+
+Jeff Scheel (1):
+
+- `abd17b24a5ae <https://github.com/open-power/skiboot/commit/abd17b24a5ae>`__ doc: Adjusting tags
+ in release notes to eliminate global conflict for singlehtml builds
+
+Joel Stanley (2):
+
+- `23470f10d0b1 <https://github.com/open-power/skiboot/commit/23470f10d0b1>`__ Revert “astbmc: Try
+ IPMI HIOMAP for P8”
+- `cd2b103f2488 <https://github.com/open-power/skiboot/commit/cd2b103f2488>`__ Makefile: Check
+ -Wno-stringop-truncation is supported
+
+Mahesh Salgaonkar (4):
+
+- `017da88b2d05 <https://github.com/open-power/skiboot/commit/017da88b2d05>`__ opal/hmi: Fix double
+ unlock of hmi lock in failure path.
+- `ca349b836d02 <https://github.com/open-power/skiboot/commit/ca349b836d02>`__ opal/hmi: Don’t
+ retry TOD recovery if it is already in failed state.
+- `497734984231 <https://github.com/open-power/skiboot/commit/497734984231>`__ opal/hmi: set a flag
+ to inform OS that TOD/TB has failed.
+- `2c71d7032484 <https://github.com/open-power/skiboot/commit/2c71d7032484>`__ Fix hang in
+ pnv_platform_error_reboot path due to TOD failure.
+
+Michael Neuling (1):
+
+- `740904858586 <https://github.com/open-power/skiboot/commit/740904858586>`__ xive: Make no_sync
+ parameter affermative in \__xive_set_irq_config()
+
+Michal Suchanek (1):
+
+- `bef1ddc40813 <https://github.com/open-power/skiboot/commit/bef1ddc40813>`__ libffs: Fix string
+ truncation gcc warning.
+
+Nicholas Piggin (20):
+
+- `3500a606c6db <https://github.com/open-power/skiboot/commit/3500a606c6db>`__ phb4: remove POWER9N
+ DD1 creset workaround
+- `3b4ae3a2e2a5 <https://github.com/open-power/skiboot/commit/3b4ae3a2e2a5>`__ xive: remove POWER9N
+ DD1 NVT table size workaround
+- `0b0d15e3c170 <https://github.com/open-power/skiboot/commit/0b0d15e3c170>`__ Remove POWER9N DD1
+ support
+- `d27180b55d77 <https://github.com/open-power/skiboot/commit/d27180b55d77>`__ core/cpu: HID update
+ race
+- `57610a3681bc <https://github.com/open-power/skiboot/commit/57610a3681bc>`__ external/mambo:
+ allow CPU targeting for most debug utils
+- `0d44d7f7d29d <https://github.com/open-power/skiboot/commit/0d44d7f7d29d>`__ core/init: rename
+ setup_reset_vector
+- `9e075d75274c <https://github.com/open-power/skiboot/commit/9e075d75274c>`__ core/cpu: do not
+ inline cpu_relax
+- `9c58bbd720b7 <https://github.com/open-power/skiboot/commit/9c58bbd720b7>`__ core/exceptions:
+ save current MSR in exception frame
+- `e1d44e8c117f <https://github.com/open-power/skiboot/commit/e1d44e8c117f>`__ asm/head: use HSRR
+ exception registers in FIXUP_ENDIAN
+- `02aea4c8760a <https://github.com/open-power/skiboot/commit/02aea4c8760a>`__ core/init: rearrange
+ final boot steps
+- `d25287a167fd <https://github.com/open-power/skiboot/commit/d25287a167fd>`__ core/fast-reboot:
+ improve NMI handling during fast reset
+- `ebb814a80369 <https://github.com/open-power/skiboot/commit/ebb814a80369>`__ core/init: enable
+ machine check on secondaries
+- `75669cb37067 <https://github.com/open-power/skiboot/commit/75669cb37067>`__ asm/head: provide
+ asm support for interrupts to be returned from
+- `37baa9731d0d <https://github.com/open-power/skiboot/commit/37baa9731d0d>`__ core/fast-reboot:
+ fast reboot specific sreset patch
+- `4ebb78cffda8 <https://github.com/open-power/skiboot/commit/4ebb78cffda8>`__ asm/head: sreset
+ handler remove FIXUP_ENDIAN
+- `8a43bf86b7d4 <https://github.com/open-power/skiboot/commit/8a43bf86b7d4>`__ core/exceptions:
+ implement an exception handler for non-powersave sresets
+- `22524e901744 <https://github.com/open-power/skiboot/commit/22524e901744>`__ core/exceptions:
+ allow recoverable sreset exceptions
+- `5d86cebd5368 <https://github.com/open-power/skiboot/commit/5d86cebd5368>`__ core/exceptions:
+ implement support for MCE interrupts in powersave
+- `c51c7a5df601 <https://github.com/open-power/skiboot/commit/c51c7a5df601>`__ core/cpu: HID update
+ race
+- `450b429feb43 <https://github.com/open-power/skiboot/commit/450b429feb43>`__ asm/head: move
+ unnecessary code out of head
+
+Oliver O’Halloran (28):
+
+- `08981e62e1d9 <https://github.com/open-power/skiboot/commit/08981e62e1d9>`__ phb4: Rework BDFN
+ filtering in phb4_set_pe()
+- `2f5d15f167b0 <https://github.com/open-power/skiboot/commit/2f5d15f167b0>`__ phb4: Remove
+ pointless NULL checks
+- `e19f14e3134b <https://github.com/open-power/skiboot/commit/e19f14e3134b>`__ phb4: Eliminate
+ p->rte_cache
+- `a3a64a4b8737 <https://github.com/open-power/skiboot/commit/a3a64a4b8737>`__ phb4: Eliminate
+ peltv_cache
+- `639f67285c2c <https://github.com/open-power/skiboot/commit/639f67285c2c>`__ phb4: Update some
+ comments
+- `3eadafbd35ae <https://github.com/open-power/skiboot/commit/3eadafbd35ae>`__ hdata/test: Fix up
+ linux,sml-base property
+- `fa3dee2a63e6 <https://github.com/open-power/skiboot/commit/fa3dee2a63e6>`__ hdata/test: Add
+ OP920 HDAT test data
+- `f35a3c376a44 <https://github.com/open-power/skiboot/commit/f35a3c376a44>`__ hdata/memory: Remove
+ find_shared()
+- `4822a7ba9d33 <https://github.com/open-power/skiboot/commit/4822a7ba9d33>`__ hdata/memory: Add
+ NVDIMM support
+- `9b67792c3801 <https://github.com/open-power/skiboot/commit/9b67792c3801>`__ hw/phb4: Fix
+ indentation of brdgCtl
+- `43f11d51e601 <https://github.com/open-power/skiboot/commit/43f11d51e601>`__ platforms/zz:
+ Re-enable LXVPD slot information parsing
+- `1941d3f26373 <https://github.com/open-power/skiboot/commit/1941d3f26373>`__ platforms/romulus:
+ Also support talos
+- `1c3baae4f2b3 <https://github.com/open-power/skiboot/commit/1c3baae4f2b3>`__ hdata/iohub: Look
+ for IOVPD on P9
+- `0ec1e37004da <https://github.com/open-power/skiboot/commit/0ec1e37004da>`__ hw/phb4: Look for
+ the hub-id from in the PBCQ node
+- `14372fc9fb60 <https://github.com/open-power/skiboot/commit/14372fc9fb60>`__ core/pci: Increase
+ the max slot string size
+- `99937b943845 <https://github.com/open-power/skiboot/commit/99937b943845>`__ core/pcie-slot: Set
+ power state from the PWRCTL flag
+- `efc568c1e30b <https://github.com/open-power/skiboot/commit/efc568c1e30b>`__ fsp/lxvpd: Print
+ more LXVPD slot information
+- `0c86fef7e502 <https://github.com/open-power/skiboot/commit/0c86fef7e502>`__ firenze-pci: Always
+ init slot info from LXVPD
+- `1ef5a64b85d5 <https://github.com/open-power/skiboot/commit/1ef5a64b85d5>`__ core/pcie-slot:
+ Better explain suprise_check
+- `84aa25921a09 <https://github.com/open-power/skiboot/commit/84aa25921a09>`__ core/pcie-slot:
+ Don’t bail early in the power on case
+- `70edcbb4b39d <https://github.com/open-power/skiboot/commit/70edcbb4b39d>`__ hw/phb4: Skip FRESET
+ PERST when coming from CRESET
+- `e89d3f32d216 <https://github.com/open-power/skiboot/commit/e89d3f32d216>`__ hw/phb4: Remove
+ FRESET presence check
+- `b8b4c79d4419 <https://github.com/open-power/skiboot/commit/b8b4c79d4419>`__ hw/phb4: Factor out
+ PERST control
+- `722cf1c2ed56 <https://github.com/open-power/skiboot/commit/722cf1c2ed56>`__ hw/phb4: Drop
+ FRESET_DEASSERT_DELAY state
+- `a31085d7d432 <https://github.com/open-power/skiboot/commit/a31085d7d432>`__ core/i2c: Add
+ request state tracking
+- `d290b244efbc <https://github.com/open-power/skiboot/commit/d290b244efbc>`__ core/i2c: Poll on
+ request state in i2c_request_send()
+- `319e7d935f13 <https://github.com/open-power/skiboot/commit/319e7d935f13>`__ core/i2c: split
+ i2c_request_send()
+- `517f088a8e39 <https://github.com/open-power/skiboot/commit/517f088a8e39>`__ platforms/firenze:
+ Rework I2C controller fixups
+
+Reza Arbab (18):
+
+- `aa56d9a2abdb <https://github.com/open-power/skiboot/commit/aa56d9a2abdb>`__ Remove duplicate
+ npu2-common.o from $(HW_OBJS)
+- `552cb9e371d8 <https://github.com/open-power/skiboot/commit/552cb9e371d8>`__ npu2: Remove dead
+ code from npu2_cfg_write_bar()
+- `69ca8a8ff7a9 <https://github.com/open-power/skiboot/commit/69ca8a8ff7a9>`__ npu2: Remove unused
+ npu2::bdf2pe_cache
+- `2d12672a812f <https://github.com/open-power/skiboot/commit/2d12672a812f>`__ npu2: Remove unused
+ npu2::lxive_cache
+- `237882bfc84f <https://github.com/open-power/skiboot/commit/237882bfc84f>`__ npu2: Remove unused
+ npu2_dev::procedure_data
+- `b496cab97086 <https://github.com/open-power/skiboot/commit/b496cab97086>`__ npu2: Remove unused
+ npu2_dev_nvlink::vendor_cap
+- `cd5ddbe3b40c <https://github.com/open-power/skiboot/commit/cd5ddbe3b40c>`__ npu2: Fix missing
+ iteration in tce kill loop
+- `3f79ab6cdb4d <https://github.com/open-power/skiboot/commit/3f79ab6cdb4d>`__ npu2: Remove
+ redundant assignment to p->phb_nvlink.scan_map
+- `38cf215cb505 <https://github.com/open-power/skiboot/commit/38cf215cb505>`__ npu2: Replace open
+ coded dt_find_by_name_addr()
+- `9ef153f6f013 <https://github.com/open-power/skiboot/commit/9ef153f6f013>`__ core/lock: Stop
+ drop_my_locks() from always causing abort
+- `d3803711f8a9 <https://github.com/open-power/skiboot/commit/d3803711f8a9>`__ Add PVR_TYPE_P9P
+- `1ab11ac8b4b9 <https://github.com/open-power/skiboot/commit/1ab11ac8b4b9>`__ core/lock: Stop
+ drop_my_locks() from always causing abort
+- `855465aa7804 <https://github.com/open-power/skiboot/commit/855465aa7804>`__ devicetree: Fix
+ syntax error in power9-phb4.dts
+- `85c4c823ab11 <https://github.com/open-power/skiboot/commit/85c4c823ab11>`__ devicetree: Fix typo
+ in power9-phb4.dts
+- `eecd9083f1bd <https://github.com/open-power/skiboot/commit/eecd9083f1bd>`__ devicetree: Add nx
+ node to power9-phb4.dts
+- `13926b45897b <https://github.com/open-power/skiboot/commit/13926b45897b>`__ devicetree: Move
+ power9-phb4.dts
+- `50d1a089deef <https://github.com/open-power/skiboot/commit/50d1a089deef>`__ devicetree: Add
+ p9-simics.dts
+- `9f9dd8d71de9 <https://github.com/open-power/skiboot/commit/9f9dd8d71de9>`__ devicetree: Add
+ Makefile to build dtb binaries
+
+Russell Currey (2):
+
+- `8d8a9ca30453 <https://github.com/open-power/skiboot/commit/8d8a9ca30453>`__ external/mambo:
+ Populate kernel-base-address in the DT
+- `edf7e841ff9d <https://github.com/open-power/skiboot/commit/edf7e841ff9d>`__ external/mambo:
+ Error out if kernel is too large
+
+Santosh Sivaraj (2):
+
+- `3ac2db0a83e7 <https://github.com/open-power/skiboot/commit/3ac2db0a83e7>`__ flash: Add support
+ for async decompression
+- `c86fb12c07a6 <https://github.com/open-power/skiboot/commit/c86fb12c07a6>`__ imc/catalog:
+ Decompress catalog asynchronously
+
+Shilpasri G Bhat (4):
+
+- `a96739c6c1cd <https://github.com/open-power/skiboot/commit/a96739c6c1cd>`__ powercap: occ: Fix
+ the powercapping range allowed for user
+- `0fe8ecd59fc0 <https://github.com/open-power/skiboot/commit/0fe8ecd59fc0>`__ powercap: occ: Fix
+ the powercapping range allowed for user
+- `27e4943eade2 <https://github.com/open-power/skiboot/commit/27e4943eade2>`__ fast-reboot: occ:
+ Remove ‘freq-domain-mask’ from fast-reboot path
+- `961b7128ebd8 <https://github.com/open-power/skiboot/commit/961b7128ebd8>`__ fast-reboot: occ:
+ Call occ_pstates_init() on fast-reset on all machines
+
+Stewart Smith (38):
+
+- `44aa41061a9f <https://github.com/open-power/skiboot/commit/44aa41061a9f>`__ qemu: bt device
+ isn’t always hanging off /
+- `59a21fc87f54 <https://github.com/open-power/skiboot/commit/59a21fc87f54>`__ sparse: Make tree
+ ‘constant is so big’ warning clean
+- `625f9ac034f1 <https://github.com/open-power/skiboot/commit/625f9ac034f1>`__ zz: platform_ocapi
+ can be static
+- `ec65b9ab4c4c <https://github.com/open-power/skiboot/commit/ec65b9ab4c4c>`__ zaius: zaius_ocapi
+ can be static
+- `c2c426ef668b <https://github.com/open-power/skiboot/commit/c2c426ef668b>`__ doc: clarify
+ OPAL_RTC_READ return values
+- `3170270be92a <https://github.com/open-power/skiboot/commit/3170270be92a>`__ firmware-versions:
+ Add test case for parsing VERSION
+- `6bb72e8f7b9d <https://github.com/open-power/skiboot/commit/6bb72e8f7b9d>`__ firmware-versions:
+ Add test case for parsing VERSION
+- `816a1d7bb2ef <https://github.com/open-power/skiboot/commit/816a1d7bb2ef>`__ pflash: Support
+ encoding/decoding ECC’d partitions
+- `0647f2a2c4eb <https://github.com/open-power/skiboot/commit/0647f2a2c4eb>`__ skiboot v6.2.1
+ release notes
+- `75382eb708c0 <https://github.com/open-power/skiboot/commit/75382eb708c0>`__ skiboot v6.2.1
+ release notes
+- `7ac85e4517cc <https://github.com/open-power/skiboot/commit/7ac85e4517cc>`__ skiboot v6.0.17
+ release notes
+- `40b377a01ef5 <https://github.com/open-power/skiboot/commit/40b377a01ef5>`__ hw/test: generalise
+ makefile
+- `81847dd347ef <https://github.com/open-power/skiboot/commit/81847dd347ef>`__ doc: fix definition
+ lists in opal-imc-counters
+- `f3ad5bb09249 <https://github.com/open-power/skiboot/commit/f3ad5bb09249>`__ sparse: symbol
+ ‘sbe_timer_lock’ was not declared. Should it be static?
+- `96c0ec2ab78b <https://github.com/open-power/skiboot/commit/96c0ec2ab78b>`__ sparse: symbol
+ ‘xive_buddy_lock/xive_vp_buddy’ was not declared. Should it be static?
+- `f9b79a611501 <https://github.com/open-power/skiboot/commit/f9b79a611501>`__ sparse: symbol
+ ’NPU2_PHY_*’ was not declared. Should it be static?
+- `655e0bc6865c <https://github.com/open-power/skiboot/commit/655e0bc6865c>`__ sparse: symbol
+ ’procedure_*’ was not declared. Should it be static?
+- `039d184dda21 <https://github.com/open-power/skiboot/commit/039d184dda21>`__ sparse: symbols in
+ imc.c weren’t declared, Should they be static?
+- `3b8b7e8c4e78 <https://github.com/open-power/skiboot/commit/3b8b7e8c4e78>`__ sparse: symbol
+ ‘*bar*’ was not declared. Should it be static?
+- `0eea56b06b4f <https://github.com/open-power/skiboot/commit/0eea56b06b4f>`__ Don’t use variable
+ length arrays in exception code
+- `ee01ef4ed82a <https://github.com/open-power/skiboot/commit/ee01ef4ed82a>`__ i2c: Fix sparse
+ warnings for type assignment
+- `428cb852e3a0 <https://github.com/open-power/skiboot/commit/428cb852e3a0>`__ qemu: bt device
+ isn’t always hanging off /
+- `3ef409d43de9 <https://github.com/open-power/skiboot/commit/3ef409d43de9>`__ doc:
+ s/stb_init()/secureboot_init()/ to match reality
+- `2b96407921a6 <https://github.com/open-power/skiboot/commit/2b96407921a6>`__ opal-ci: Drop
+ CentOS6 support
+- `6c36257bf32f <https://github.com/open-power/skiboot/commit/6c36257bf32f>`__ opal-ci: Drop
+ unneded reference to ubuntu 12.04
+- `e4a06f098c4f <https://github.com/open-power/skiboot/commit/e4a06f098c4f>`__ opal-ci: drop fedora
+ 28
+- `7cd8402c3bec <https://github.com/open-power/skiboot/commit/7cd8402c3bec>`__ Drop old Coverity
+ jobs (we build via separate .travis.yml in a branch)
+- `043e85bf7477 <https://github.com/open-power/skiboot/commit/043e85bf7477>`__
+ hw/ipmi/test/run-fru: Fix string truncation warning, enhance test
+- `fedb949b7179 <https://github.com/open-power/skiboot/commit/fedb949b7179>`__ Fix broken
+ opal-ci/build-fedora-rawhide.sh symlink
+- `c0faa9232168 <https://github.com/open-power/skiboot/commit/c0faa9232168>`__ hdata: Add
+ protection against corrupt ntuples structure
+- `a2c13f1d6119 <https://github.com/open-power/skiboot/commit/a2c13f1d6119>`__ hdata_to_dt: fail
+ “gracefully” on fatal op_display()
+- `bee7be6ab780 <https://github.com/open-power/skiboot/commit/bee7be6ab780>`__ hdata: Prevent NULL
+ dereference on duplicate slot map info
+- `d0e56d97d4cd <https://github.com/open-power/skiboot/commit/d0e56d97d4cd>`__ ci: Remove
+ debian-jessie boot test.
+- `cb87cf17279b <https://github.com/open-power/skiboot/commit/cb87cf17279b>`__ ci: qemu boot tests
+ should use built skiboot
+- `133cc8cea258 <https://github.com/open-power/skiboot/commit/133cc8cea258>`__ ci/fedora29:
+ –allowerasing to work around conflicting packages
+- `11374f20e8f1 <https://github.com/open-power/skiboot/commit/11374f20e8f1>`__ Bump allowed stack
+ frame size for unit tests/host programs
+- `3e0eef2e9a92 <https://github.com/open-power/skiboot/commit/3e0eef2e9a92>`__ Force noinline for
+ pci_add_(one_)device_node(s)()
+- `050d8165ab05 <https://github.com/open-power/skiboot/commit/050d8165ab05>`__ skiboot v6.3-rc1
+ release notes
+
+Timothy Pearson (1):
+
+- `8b26e29acbc8 <https://github.com/open-power/skiboot/commit/8b26e29acbc8>`__ Retry link training
+ at PCIe GEN1 if presence detected but training repeatedly failed
+
+Vaibhav Jain (8):
+
+- `658c39dda366 <https://github.com/open-power/skiboot/commit/658c39dda366>`__ opal: Update
+ opal_del_host_sync_notifier() to accept ’void \*data’
+- `9d2d0115eaca <https://github.com/open-power/skiboot/commit/9d2d0115eaca>`__ core/pci: Introduce
+ a new pci_slot_op named completed_sm_run()
+- `763f397d5be7 <https://github.com/open-power/skiboot/commit/763f397d5be7>`__ capp/phb: Introduce
+ ‘struct capp’ to hold capp related info in ‘struct phb’
+- `1a87f8f97175 <https://github.com/open-power/skiboot/commit/1a87f8f97175>`__ phb4/capp: Update
+ and re-factor phb4_set_capi_mode()
+- `78ccc722c2fd <https://github.com/open-power/skiboot/commit/78ccc722c2fd>`__ capp/phb4: Force
+ CAPP to PCIe mode during kernel shutdown
+- `52fa634e2152 <https://github.com/open-power/skiboot/commit/52fa634e2152>`__ capp/phb4: Introduce
+ PHB4 flag, PHB4_CAPP_DISABLE to disable CAPP
+- `3dc87605be7a <https://github.com/open-power/skiboot/commit/3dc87605be7a>`__ phb4/capp: Implement
+ sequence to disable CAPP and enable fast-reset
+- `d572d3a72fa2 <https://github.com/open-power/skiboot/commit/d572d3a72fa2>`__ capp/phb4: Prevent
+ HMI from getting triggered when disabling CAPP
+
+Vasant Hegde (30):
+
+- `06ef9bd2d9a6 <https://github.com/open-power/skiboot/commit/06ef9bd2d9a6>`__ skiboot v6.0.15
+ release notes
+- `7516e3827e50 <https://github.com/open-power/skiboot/commit/7516e3827e50>`__ core/ipmi: Improve
+ error message
+- `554062d7fe5a <https://github.com/open-power/skiboot/commit/554062d7fe5a>`__ core/opal: Print PIR
+ value in exit path
+- `67fc150c82a7 <https://github.com/open-power/skiboot/commit/67fc150c82a7>`__ skiboot v6.0.16
+ release notes
+- `ab10b2e62e58 <https://github.com/open-power/skiboot/commit/ab10b2e62e58>`__ core/ipmi: Improve
+ error message
+- `d07a5622a9e1 <https://github.com/open-power/skiboot/commit/d07a5622a9e1>`__ core/opal: Print PIR
+ value in exit path
+- `b1d421875b4c <https://github.com/open-power/skiboot/commit/b1d421875b4c>`__ ipmi/power: Fix
+ system reboot issue
+- `dd9b61cdfca7 <https://github.com/open-power/skiboot/commit/dd9b61cdfca7>`__ hdata/i2c: Reduce
+ severity of log message
+- `b570fb646289 <https://github.com/open-power/skiboot/commit/b570fb646289>`__ libflash/ecc: Fix
+ compilation warning
+- `cadaf7c36e83 <https://github.com/open-power/skiboot/commit/cadaf7c36e83>`__ libflash/ecc: Fix
+ compilation warning
+- `fdd27ca27231 <https://github.com/open-power/skiboot/commit/fdd27ca27231>`__ hw/bt: Fix message
+ retry handler
+- `01f977c33d46 <https://github.com/open-power/skiboot/commit/01f977c33d46>`__ hw/bt: Add backend
+ interface to disable ipmi message retry option
+- `c526a280dcd1 <https://github.com/open-power/skiboot/commit/c526a280dcd1>`__ hdata/memory: Fix
+ warning message
+- `4f0ceb63e951 <https://github.com/open-power/skiboot/commit/4f0ceb63e951>`__ hdata/memory:
+ Removed share-id property
+- `61978c2c54d0 <https://github.com/open-power/skiboot/commit/61978c2c54d0>`__ hw/bt: Introduce
+ separate list for synchronous messages
+- `968c30905d7a <https://github.com/open-power/skiboot/commit/968c30905d7a>`__ core/ipmi: Add ipmi
+ sync messages to top of the list
+- `c0ab7b45db3d <https://github.com/open-power/skiboot/commit/c0ab7b45db3d>`__ hw/bt: Do not
+ disable ipmi message retry during OPAL boot
+- `2e2bf87b42f7 <https://github.com/open-power/skiboot/commit/2e2bf87b42f7>`__ ipmi/power: Fix
+ system reboot issue
+- `73fa7be132a4 <https://github.com/open-power/skiboot/commit/73fa7be132a4>`__ hw/bt: Fix message
+ retry handler
+- `44f90875712f <https://github.com/open-power/skiboot/commit/44f90875712f>`__ hw/bt: Add backend
+ interface to disable ipmi message retry option
+- `788c9ac2b926 <https://github.com/open-power/skiboot/commit/788c9ac2b926>`__ hw/bt: Introduce
+ separate list for synchronous messages
+- `28f5fe3a6edc <https://github.com/open-power/skiboot/commit/28f5fe3a6edc>`__ core/ipmi: Add ipmi
+ sync messages to top of the list
+- `af5c2978dbcd <https://github.com/open-power/skiboot/commit/af5c2978dbcd>`__ hw/bt: Do not
+ disable ipmi message retry during OPAL boot
+- `5da21e2cc79d <https://github.com/open-power/skiboot/commit/5da21e2cc79d>`__ skiboot v6.2.2
+ release notes
+- `6aa3bd8ab6ad <https://github.com/open-power/skiboot/commit/6aa3bd8ab6ad>`__ skiboot v6.0.18
+ release notes
+- `261ca8e779e5 <https://github.com/open-power/skiboot/commit/261ca8e779e5>`__ skiboot v6.2.2
+ release notes
+- `2ba5ce84a197 <https://github.com/open-power/skiboot/commit/2ba5ce84a197>`__ Update skiboot
+ stable tree rules
+- `4456616272a4 <https://github.com/open-power/skiboot/commit/4456616272a4>`__ skiboot v6.0.19
+ release notes
+- `92a5c57a14e2 <https://github.com/open-power/skiboot/commit/92a5c57a14e2>`__ skiboot v6.2.3
+ release notes
+- `08de14aaa937 <https://github.com/open-power/skiboot/commit/08de14aaa937>`__ core/ipmi: Print
+ correct netfn value
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _v2.3-rc1-patches-5:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc1-commits-5:
+
+Commits
+~~~~~~~
+
+Artem Senichev (2):
+
+- `6549b6d2bf42 <https://github.com/open-power/vesnin-xml/commit/6549b6d2bf42>`__ Disable PCIe port
+ bifurcation
+- `f44f8808fc7c <https://github.com/open-power/vesnin-xml/commit/f44f8808fc7c>`__ Fix
+ IBSCOM_MCS_BASE_ADDR formatting
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _v2.3-rc1-patches-6:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc1-commits-6:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `ed1f0ebe2e2e <https://github.com/open-power/witherspoon-xml/commit/ed1f0ebe2e2e>`__ The
+ CONFIG_APPLY attribute needs a default value
+
+Erich Hauptli (2):
+
+- `c47cddbcd13b <https://github.com/open-power/witherspoon-xml/commit/c47cddbcd13b>`__ Picked up
+ PROC_COMPAT\* attribute
+- `00f0727053e8 <https://github.com/open-power/witherspoon-xml/commit/00f0727053e8>`__ Fixing GPU
+ I2C Addresses
diff --git a/_sources/release-notes/v2.3-rc2.rst.txt b/_sources/release-notes/v2.3-rc2.rst.txt
new file mode 100644
index 0000000..9a86657
--- /dev/null
+++ b/_sources/release-notes/v2.3-rc2.rst.txt
@@ -0,0 +1,208 @@
+Release Notes for OpenPower Firmware v2.3-rc2
+=============================================
+
+op-build v2.3-rc2 was released on Friday April 5th, 2019. It will become the new stable release of
+op-build, following on from v2.2, first released on March 9th, 2019.
+
+The op-build v2.3 release cycle is a uniquely shorter one as we’ve been working on getting ready to
+have a more reliably predictable release schedule going for future releases.
+
+op-build v2.3-rc2 contains all the fixes as of op-build v2.0.15, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.3 release. We expect to do a final
+v2.3 tagged release early April 2019. Please test this release candidate heavily!
+
+Known Bugs
+----------
+
+We have one known bug (carried over from rc1) that are currently release blockers for the final
+v2.3.
+
+- There exists a bug where Control-C behaviour in the petitboot shell has changed, which may cause
+ some test scripts to get confused.
+
+Fixed Bugs
+----------
+
+One of the two bugs listed in “known bugs” for rc1 has been fixed:
+
+- There exists a bug where boot devices *may* not show up in petitboot until “Rescan Devices” is
+ selected.
+
+Updated Packages
+----------------
+
++----------------+------------------+---------------+---------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++================+==================+===============+=============================================+
+| hcode | hw032919a.940 | hw040319a.940 | witherspoon, p9dsu, zaius, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| hostboot | ca03643dd893 | e5622fb032dc | witherspoon, p9dsu, zaius, romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| hostboot-p8 | c2074ad87972 | dc218d94c57b9 | habanero, garrison, barreleye, firestone, |
+| | | | palmetto, vesnin |
++----------------+------------------+---------------+---------------------------------------------+
+| linux | 4.19.30 | 5.0.5 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, vesnin, zz, |
+| | | | romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| linux-headers | 4.19.30 | 5.0.5 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, vesnin, zz, |
+| | | | romulus |
++----------------+------------------+---------------+---------------------------------------------+
+| petitboot | v1.10.2 | v1.10.3 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, vesnin, zz, |
+| | | | romulus |
++----------------+------------------+---------------+---------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+hostboot (2):
+
+- `f89e3fc16469 <https://github.com/open-power/hcode/commit/f89e3fc16469>`__ Release tag
+ information updated for hw040219a.940
+- `2e3a283588c1 <https://github.com/open-power/hcode/commit/2e3a283588c1>`__ Release tag
+ information updated for hw040319a.940
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.3-rc2-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc2-commits-1:
+
+Commits
+~~~~~~~
+
+Andre A. Marin (1):
+
+- `ee76c2ca5927 <https://github.com/open-power/hostboot/commit/ee76c2ca5927>`__ Fix c_str and pos
+ DIMM specialization
+
+Andre Marin (1):
+
+- `8daf280f7d24 <https://github.com/open-power/hostboot/commit/8daf280f7d24>`__ Fix true_type and
+ false\_ type typdef with integral_constant
+
+Caleb Palmer (1):
+
+- `f7937e802748 <https://github.com/open-power/hostboot/commit/f7937e802748>`__ PRD: Fix isEccSp
+ capture data check
+
+Chen Du (1):
+
+- `5da79e14c316 <https://github.com/open-power/hostboot/commit/5da79e14c316>`__ Get ring override
+ failing
+
+Christian Geddes (4):
+
+- `9882fe3c773b <https://github.com/open-power/hostboot/commit/9882fe3c773b>`__ Set REL_POS to 0 on
+ all DIMM target in simics Axone
+- `215eaa2074f5 <https://github.com/open-power/hostboot/commit/215eaa2074f5>`__ Stop overwriting
+ OCMB vpd info in standalone and handle DDIMM modules
+- `9fd0af32313c <https://github.com/open-power/hostboot/commit/9fd0af32313c>`__ Set
+ ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes
+- `16378af2527d <https://github.com/open-power/hostboot/commit/16378af2527d>`__ Compile Explorer
+ MSS libs in our istepsmss lib
+
+Corey Swenson (2):
+
+- `201a39f54be6 <https://github.com/open-power/hostboot/commit/201a39f54be6>`__ Add part callout
+ for the Backup Power Module
+- `e5622fb032dc <https://github.com/open-power/hostboot/commit/e5622fb032dc>`__ Insufficient
+ Resources check needs to handle NVDIMM logic
+
+Dan Crowell (1):
+
+- `54178321414b <https://github.com/open-power/hostboot/commit/54178321414b>`__ Constants for
+ future DIMMs
+
+Ilya Smirnov (1):
+
+- `25c1b412b86a <https://github.com/open-power/hostboot/commit/25c1b412b86a>`__ Process Core and EQ
+ Gard Records in MPIPL Path
+
+Jennifer A. Stofer (1):
+
+- `12b139b58521 <https://github.com/open-power/hostboot/commit/12b139b58521>`__ Revert “P9 Xbus/DMI
+ CM Workaround”
+
+Mike Baiocchi (1):
+
+- `1b5381224824 <https://github.com/open-power/hostboot/commit/1b5381224824>`__ Cleanup UCD Update
+ Algorithm Code
+
+Murulidhar Nataraju (1):
+
+- `ed1208121086 <https://github.com/open-power/hostboot/commit/ed1208121086>`__ Istep 18 - MPIPL on
+ OPAL System update
+
+Nick Bofferding (1):
+
+- `ec86a5683941 <https://github.com/open-power/hostboot/commit/ec86a5683941>`__ Decrease WOFDATA
+ partition by 1 MB until HBI space can be reduced
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.3-rc2-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc2-commits-2:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.3-rc2-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.3-rc2-commits-3:
+
+Commits
+~~~~~~~
+
+Samuel Mendoza-Jonas (6):
+
+- `df1a234c15fb <https://github.com/open-power/petitboot/commit/df1a234c15fb>`__ lib/system: Add
+ cryptsetup utility
+- `ba8144f917f5 <https://github.com/open-power/petitboot/commit/ba8144f917f5>`__ lib/process: Add
+ option to pipe to process stdin
+- `5f8fa2c151b8 <https://github.com/open-power/petitboot/commit/5f8fa2c151b8>`__ lib: Add
+ AUTH_MSG_DECRYPT
+- `f583f0cf35fc <https://github.com/open-power/petitboot/commit/f583f0cf35fc>`__ discover:
+ Recognise and open LUKS encrypted partitions
+- `1ad18bf128c4 <https://github.com/open-power/petitboot/commit/1ad18bf128c4>`__ ui/ncurses: Add
+ prompt for LUKS device password
+- `1cd261748c00 <https://github.com/open-power/petitboot/commit/1cd261748c00>`__ utils/pb-console:
+ Use -m to run shell in own process group
diff --git a/_sources/release-notes/v2.3.1.rst.txt b/_sources/release-notes/v2.3.1.rst.txt
new file mode 100644
index 0000000..14e6085
--- /dev/null
+++ b/_sources/release-notes/v2.3.1.rst.txt
@@ -0,0 +1,244 @@
+Release Notes for OpenPower Firmware v2.3.1
+===========================================
+
+op-build v2.3.1 was released on July 9th, 2019 and contains several important
+fixes for POWER8 and POWER9 systems.
+
+For POWER8 and POWER9 systems there are updated skiboot, Linux, and buildroot.
+There's also an an updated hostboot for POWER8 systems.
+
+skiboot
+-------
+
+Bug fixes included in this release are:
+
+- npu2: Purge cache when resetting a GPU
+
+ After putting all a GPU's links in reset, do a cache purge in case we
+ have CPU cache lines belonging to the now-unaccessible GPU memory.
+
+- npu2: Reset NVLinks when resetting a GPU
+
+ Resetting a V100 GPU brings its NVLinks down and if an NPU tries using
+ those, an HMI occurs. We were lucky not to observe this as the bare metal
+ does not normally reset a GPU and when passed through, GPUs are usually
+ before NPUs in QEMU command line or Libvirt XML and because of that NPUs
+ are naturally reset first. However simple change of the device order
+ brings HMIs.
+
+ This defines a bus control filter for a PCI slot with a GPU with NVLinks
+ so when the host system issues secondary bus reset to the slot, it resets
+ associated NVLinks.
+
+- hw/phb4: Assert Link Disable bit after ETU init
+
+ The cursed RAID card in ozrom1 has a bug where it ignores PERST being
+ asserted. The PCIe Base spec is a little vague about what happens
+ while PERST is asserted, but it does clearly specify that when
+ PERST is de-asserted the Link Training and Status State Machine
+ (LTSSM) of a device should return to the initial state (Detect)
+ defined in the spec and the link training process should restart.
+
+ This bug was worked around in 9078f8268922 ("phb4: Delay training till
+ after PERST is deasserted") by setting the link disable bit at the
+ start of the FRESET process and clearing it after PERST was
+ de-asserted. Although this fixed the bug, the patch offered no
+ explaination of why the fix worked.
+
+ In b8b4c79d4419 ("hw/phb4: Factor out PERST control") the link disable
+ workaround was moved into phb4_assert_perst(). This is called
+ always in the CRESET case, but a following patch resulted in
+ assert_perst() not being called if phb4_freset() was entered following a
+ CRESET since p->skip_perst was set in the CRESET handler. This is bad
+ since a side-effect of the CRESET is that the Link Disable bit is
+ cleared.
+
+ This, combined with the RAID card ignoring PERST results in the PCIe
+ link being trained by the PHB while we're waiting out the 100ms
+ ETU reset time. If we hack skiboot to print a DLP trace after returning
+ from phb4_hw_init() we get: ::
+
+ PHB#0001[0:1]: Initialization complete
+ PHB#0001[0:1]: TRACE:0x0000102101000000 0ms presence GEN1:x16:polling
+ PHB#0001[0:1]: TRACE:0x0000001101000000 23ms GEN1:x16:detect
+ PHB#0001[0:1]: TRACE:0x0000102101000000 23ms presence GEN1:x16:polling
+ PHB#0001[0:1]: TRACE:0x0000183101000000 29ms training GEN1:x16:config
+ PHB#0001[0:1]: TRACE:0x00001c5881000000 30ms training GEN1:x08:recovery
+ PHB#0001[0:1]: TRACE:0x00001c5883000000 30ms training GEN3:x08:recovery
+ PHB#0001[0:1]: TRACE:0x0000144883000000 33ms presence GEN3:x08:L0
+ PHB#0001[0:1]: TRACE:0x0000154883000000 33ms trained GEN3:x08:L0
+ PHB#0001[0:1]: CRESET: wait_time = 100
+ PHB#0001[0:1]: FRESET: Starts
+ PHB#0001[0:1]: FRESET: Prepare for link down
+ PHB#0001[0:1]: FRESET: Assert skipped
+ PHB#0001[0:1]: FRESET: Deassert
+ PHB#0001[0:1]: TRACE:0x0000154883000000 0ms trained GEN3:x08:L0
+ PHB#0001[0:1]: TRACE: Reached target state
+ PHB#0001[0:1]: LINK: Start polling
+ PHB#0001[0:1]: LINK: Electrical link detected
+ PHB#0001[0:1]: LINK: Link is up
+ PHB#0001[0:1]: LINK: Went down waiting for stabilty
+ PHB#0001[0:1]: LINK: DLP train control: 0x0000105101000000
+ PHB#0001[0:1]: CRESET: Starts
+
+ What has happened here is that the link is trained to 8x Gen3 33ms after
+ we return from phb4_init_hw(), and before we've waitined to 100ms
+ that we normally wait after re-initialising the ETU. When we "deassert"
+ PERST later on in the FRESET handler the link in L0 (normal) state. At
+ this point we try to read from the Vendor/Device ID register to verify
+ that the link is stable and immediately get a PHB fence due to a PCIe
+ Completion Timeout. Skiboot attempts to recover by doing another CRESET,
+ but this will encounter the same issue.
+
+ This patch fixes the problem by setting the Link Disable bit (by calling
+ phb4_assert_perst()) immediately after we return from phb4_init_hw().
+ This prevents the link from being trained while PERST is asserted which
+ seems to avoid the Completion Timeout. With the patch applied we get: ::
+
+ PHB#0001[0:1]: Initialization complete
+ PHB#0001[0:1]: TRACE:0x0000102101000000 0ms presence GEN1:x16:polling
+ PHB#0001[0:1]: TRACE:0x0000001101000000 23ms GEN1:x16:detect
+ PHB#0001[0:1]: TRACE:0x0000102101000000 23ms presence GEN1:x16:polling
+ PHB#0001[0:1]: TRACE:0x0000909101000000 29ms presence GEN1:x16:disabled
+ PHB#0001[0:1]: CRESET: wait_time = 100
+ PHB#0001[0:1]: FRESET: Starts
+ PHB#0001[0:1]: FRESET: Prepare for link down
+ PHB#0001[0:1]: FRESET: Assert skipped
+ PHB#0001[0:1]: FRESET: Deassert
+ PHB#0001[0:1]: TRACE:0x0000001101000000 0ms GEN1:x16:detect
+ PHB#0001[0:1]: TRACE:0x0000102101000000 0ms presence GEN1:x16:polling
+ PHB#0001[0:1]: TRACE:0x0000001101000000 24ms GEN1:x16:detect
+ PHB#0001[0:1]: TRACE:0x0000102101000000 36ms presence GEN1:x16:polling
+ PHB#0001[0:1]: TRACE:0x0000183101000000 97ms training GEN1:x16:config
+ PHB#0001[0:1]: TRACE:0x00001c5881000000 97ms training GEN1:x08:recovery
+ PHB#0001[0:1]: TRACE:0x00001c5883000000 97ms training GEN3:x08:recovery
+ PHB#0001[0:1]: TRACE:0x0000144883000000 99ms presence GEN3:x08:L0
+ PHB#0001[0:1]: TRACE: Reached target state
+ PHB#0001[0:1]: LINK: Start polling
+ PHB#0001[0:1]: LINK: Electrical link detected
+ PHB#0001[0:1]: LINK: Link is up
+ PHB#0001[0:1]: LINK: Link is stable
+ PHB#0001[0:1]: LINK: Card [9005:028c] Optimal Retry:disabled
+ PHB#0001[0:1]: LINK: Speed Train:GEN3 PHB:GEN4 DEV:GEN3
+ PHB#0001[0:1]: LINK: Width Train:x08 PHB:x08 DEV:x08
+ PHB#0001[0:1]: LINK: RX Errors Now:0 Max:8 Lane:0x0000
+
+- npu2: Reset PID wildcard and refcounter when mapped to LPID
+
+ Since 105d80f85b "npu2: Use unfiltered mode in XTS tables" we do not
+ register every PID in the XTS table so the table has one entry per LPID.
+ Then we added a reference counter to keep track of the entry use when
+ switching GPU between the host and guest systems (the "Fixes:" tag below).
+
+ The POWERNV platform setup creates such entries and references them
+ at the boot time when initializing IOMMUs and only removes it when
+ a GPU is passed through to a guest. This creates a problem as POWERNV
+ boots via kexec and no defererencing happens; the XTS table state remains
+ undefined. So when the host kernel boots, skiboot thinks there are valid
+ XTS entries and does not update the XTS table which breaks ATS.
+
+ This adds the reference counter and the XTS entry reset when a GPU is
+ assigned to LPID and we cannot rely on the kernel to clean that up.
+
+- hw/phb4: Use read/write_reg in assert_perst
+
+ While the PHB is fenced we can't use the MMIO interface to access PHB
+ registers. While processing a complete reset we inject a PHB fence to
+ isolate the PHB from the rest of the system because the PHB won't
+ respond to MMIOs from the rest of the system while being reset.
+
+ We assert PERST after the fence has been erected which requires us to
+ use the XSCOM indirect interface to access the PHB registers rather than
+ the MMIO interface. Previously we did that when asserting PERST in the
+ CRESET path. However in b8b4c79d4419 ("hw/phb4: Factor out PERST
+ control"). This was re-written to use the raw in_be64() accessor. This
+ means that CRESET would not be asserted in the reset path. On some
+ Mellanox cards this would prevent them from re-loading their firmware
+ when the system was fast-reset.
+
+ This patch fixes the problem by replacing the raw {in|out}_be64()
+ accessors with the phb4_{read|write}_reg() functions.
+
+- opal-prd: Fix prd message size issue
+
+ If prd messages size is insufficient then read_prd_msg() call fails with
+ below error. And caller is not reallocating sufficient buffer. Also its
+ hard to guess the size.
+
+ sample log:::
+ -----------
+ Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+ Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+ Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+ ....
+
+ Lets use opal-msg-size device tree property to allocate memory
+ for prd message.
+
+- npu2: Fix clearing the FIR bits
+
+ FIR registers are SCOM-only so they cannot be accesses with the indirect
+ write, and yet we use SCOM-based addresses for these; fix this.
+
+- opal-gard: Account for ECC size when clearing partition
+
+ When 'opal-gard clear all' is run, it works by erasing the GUARD then
+ using blockevel_smart_write() to write nothing to the partition. This
+ second write call is needed because we rely on libflash to set the ECC
+ bits appropriately when the partition contained ECCed data.
+
+ The API for this is a little odd with the caller specifying how much
+ actual data to write, and libflash writing size + size/8 bytes
+ since there is one additional ECC byte for every eight bytes of data.
+
+ We currently do not account for the extra space consumed by the ECC data
+ in reset_partition() which is used to handle the 'clear all' command.
+ Which results in the paritition following the GUARD partition being
+ partially overwritten when the command is used. This patch fixes the
+ problem by reducing the length we would normally write by the number
+ of ECC bytes required.
+
+- nvram: Flag dangerous NVRAM options
+
+ Most nvram options used by skiboot are just for debug or testing for
+ regressions. They should never be used long term.
+
+ We've hit a number of issues in testing and the field where nvram
+ options have been set "temporarily" but haven't been properly cleared
+ after, resulting in crashes or real bugs being masked.
+
+ This patch marks most nvram options used by skiboot as dangerous and
+ prints a chicken to remind users of the problem.
+
+- devicetree: Don't set path to dtc in makefile
+
+ By setting the path we fail to build under buildroot which has it's own
+ set of host tools in PATH, but not at /usr/bin.
+
+ Keep the variable so it can be set if need be but default to whatever
+ 'dtc' is in the users path.
+
+
+Linux and buildroot
+-------------------
+
+Move to Linux v5.1.15-openpower1 and buildroot 2019.02.3
+
+This updates to a in-support stable Linux release, resolving potential
+security and stability issues. Notably, this includes fixes for
+CVE-2019-12817, CVE-2019-11477, CVE-2019-11478, and CVE-2019-11479.
+
+Buildroot stays on the same major version with the .2 and .3 stable
+releases added in.
+
+The skiroot defconfig is updated to ensure we still run the MMU in Radix
+mode (see http://git.kernel.org/torvalds/c/8adddf349fda0). It also
+disables xmon by default.
+
+Hostboot
+--------
+
+Point op-build P8 hostboot at commit to report cache-count-disabled OS flag
+
+Points OP build at the P8 hostboot package commit which enables reporting to the OS
+that the cache-count-disabled Spectre workaround is available.
diff --git a/_sources/release-notes/v2.3.rst.txt b/_sources/release-notes/v2.3.rst.txt
new file mode 100644
index 0000000..924430c
--- /dev/null
+++ b/_sources/release-notes/v2.3.rst.txt
@@ -0,0 +1,1877 @@
+Release Notes for OpenPower Firmware v2.3
+=========================================
+
+op-build v2.3 was released on Tuesday May 21st, 2019. It is the new stable release of op-build,
+following on from v2.2, first released on March 8th, 2019.
+
+op-build v2.3 contains all the fixes as of op-build v2.0.15, and we expect to continue to do stable
+2.0.y releases of v2.0 into the forseeable future. We do not expect to do any stable releases of
+v2.2.
+
+The v2.3 release cycle has been short yet still contains some notable changes.
+
+Over op-build v2.2, this release contains the following changes:
+
+Removed platforms
+-----------------
+
+- openpower_mambo (superseded by the generic ‘opal’ defconfig, aimed towards use with simulators)
+- witherspoon_dev (superseded by just using the generic witherspoon defconfig)
+
+New platforms
+-------------
+
+- opal
+
+Since v2.3-rc2: - p8dtu
+
+Updated Packages since v2.3-rc2
+-------------------------------
+
++------------+-------------------+-----------------+----------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++============+===================+=================+==============================================+
+| hcode | hw040319a.940 | hw041519a.opv23 | witherspoon, p9dsu, zaius, romulus |
++------------+-------------------+-----------------+----------------------------------------------+
+| hostboot | e5622fb032dc | ca03643dd893 | witherspoon, p9dsu, zaius, romulus |
++------------+-------------------+-----------------+----------------------------------------------+
+| hostboot-b | hw021419a.930 | hw041519a.opv23 | witherspoon, p9dsu, zaius, habanero, |
+| inaries | | | garrison, barreleye, firestone, palmetto, |
+| | | | vesnin, romulus |
++------------+-------------------+-----------------+----------------------------------------------+
+| linux | 5.0.5 | 5.0.7 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, opal, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++------------+-------------------+-----------------+----------------------------------------------+
+| linux-head | 5.0.5 | 5.0.7 | witherspoon, p9dsu, zaius, habanero, |
+| ers | | | firenze, garrison, barreleye, pseries, opal, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++------------+-------------------+-----------------+----------------------------------------------+
+| skiboot | v6.3-rc1 | v6.3.1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, opal, |
+| | | | firestone, palmetto, vesnin, zz, romulus |
++------------+-------------------+-----------------+----------------------------------------------+
+
+Updated Packages since v2.2
+---------------------------
+
++-------------+----------------+-----------------+------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=============+================+=================+================================================+
+| ethtool | 4.16 | 4.19 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| eudev | 3.2.5 | 3.2.7 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| glibc | glibc-2.28-69- | glibc-2.28-94-g | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | g1e5c5303 | 4aeff335 | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| hcode | hw022319a.930 | hw041519a.opv23 | witherspoon, p9dsu, zaius, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| hostboot | 37e67698be56 | ca03643dd893 | witherspoon, p9dsu, zaius, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| hostboot-bi | hw021419a.930 | hw041519a.opv23 | witherspoon, p9dsu, zaius, habanero, garrison, |
+| naries | | | barreleye, firestone, palmetto, vesnin, |
+| | | | romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| hostboot-p8 | a3b0cb929cbf | dc218d94c57b | habanero, garrison, barreleye, firestone, |
+| | | | palmetto, vesnin |
++-------------+----------------+-----------------+------------------------------------------------+
+| i2c-tools | 4.0 | 4.1 | pseries, vesnin |
++-------------+----------------+-----------------+------------------------------------------------+
+| linux | 4.19.26 | 5.0.7 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| linux-firmw | 44d4fca9922a | 1baa34868b2c | witherspoon, p9dsu, zaius, habanero, firenze, |
+| are | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| linux-heade | 4.19.26 | 5.0.7 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| rs | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| lvm2 | 2.02.180 | 2.02.183 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| machine-xml | c994a1815bcb | f44f8808fc7c8 | vesnin |
++-------------+----------------+-----------------+------------------------------------------------+
+| machine-xml | f7cffdbe00f6 | e3e9aef82673b | witherspoon |
++-------------+----------------+-----------------+------------------------------------------------+
+| occ | 12c8088a32c5 | 58e422dede59 | witherspoon, p9dsu, zaius, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| openpower-p | 0aeae23bd0c68 | 2ea669b4aa57 | witherspoon, p9dsu, zaius, habanero, garrison, |
+| nor | | | barreleye, firestone, palmetto, vesnin, |
+| | | | romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| petitboot | v1.10.2 | v1.10.3 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| sbe | 2e253cebdaff | 1410677b65e4 | witherspoon, p9dsu, zaius, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| skiboot | v6.2.2 | v6.3.1 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+| util-linux | 2.32.1 | 2.33 | witherspoon, p9dsu, zaius, habanero, firenze, |
+| | | | garrison, barreleye, pseries, firestone, |
+| | | | palmetto, vesnin, zz, romulus |
++-------------+----------------+-----------------+------------------------------------------------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Chris Cain (1):
+
+- `3330dbdae60f <https://github.com/open-power/hcode/commit/3330dbdae60f>`__ Proposed structure
+ change for OCC
+
+Prasad Bg Ranganath (1):
+
+- `0dd012c7f495 <https://github.com/open-power/hcode/commit/0dd012c7f495>`__ PPB: Refactor pstate
+ parameter block
+
+hostboot (14):
+
+- `cc5c034aa468 <https://github.com/open-power/hcode/commit/cc5c034aa468>`__ Release tag
+ information updated for hw030819a.940
+- `96bdad1dc08c <https://github.com/open-power/hcode/commit/96bdad1dc08c>`__ Release tag
+ information updated for hw030919a.940
+- `b4bd4e7e0e75 <https://github.com/open-power/hcode/commit/b4bd4e7e0e75>`__ Release tag
+ information updated for hw031219a.940
+- `b31c43a6c27e <https://github.com/open-power/hcode/commit/b31c43a6c27e>`__ Release tag
+ information updated for hw031319a.940
+- `3d18592a7e3a <https://github.com/open-power/hcode/commit/3d18592a7e3a>`__ Release tag
+ information updated for hw031619a.940
+- `4ffb0e57df57 <https://github.com/open-power/hcode/commit/4ffb0e57df57>`__ Release tag
+ information updated for hw031919a.940
+- `ca318ee145bf <https://github.com/open-power/hcode/commit/ca318ee145bf>`__ Release tag
+ information updated for hw032019b.940
+- `21fb83a0aec7 <https://github.com/open-power/hcode/commit/21fb83a0aec7>`__ Release tag
+ information updated for hw032119a.940
+- `f722a49ec15b <https://github.com/open-power/hcode/commit/f722a49ec15b>`__ Release tag
+ information updated for hw032219a.940
+- `b072dcdd5a9a <https://github.com/open-power/hcode/commit/b072dcdd5a9a>`__ Release tag
+ information updated for hw032319a.940
+- `06fd9cb6a476 <https://github.com/open-power/hcode/commit/06fd9cb6a476>`__ Release tag
+ information updated for hw041119a.opv23
+- `65dd1355197d <https://github.com/open-power/hcode/commit/65dd1355197d>`__ Release tag
+ information updated for hw041219a.opv23
+- `cce430a720af <https://github.com/open-power/hcode/commit/cce430a720af>`__ Release tag
+ information updated for hw041319a.opv23
+- `adf78f8e0538 <https://github.com/open-power/hcode/commit/adf78f8e0538>`__ Release tag
+ information updated for hw041519a.opv23
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.3-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-1:
+
+Commits
+~~~~~~~
+
+Alvin Wang (7):
+
+- `49a169abfa3d <https://github.com/open-power/hostboot/commit/49a169abfa3d>`__ Adds mcbist empty
+ files
+- `517ec60ee50d <https://github.com/open-power/hostboot/commit/517ec60ee50d>`__ Adds mcbist empty
+ files
+- `f50a11628b1c <https://github.com/open-power/hostboot/commit/f50a11628b1c>`__ Change generic
+ mcbist file name
+- `4984330e0ef9 <https://github.com/open-power/hostboot/commit/4984330e0ef9>`__ Change generic
+ mcbist file name
+- `d7910f680f5c <https://github.com/open-power/hostboot/commit/d7910f680f5c>`__ Add exp_scrub empty
+ files
+- `8765bcd2cc17 <https://github.com/open-power/hostboot/commit/8765bcd2cc17>`__ Add empty files for
+ power_theraml
+- `75f8277bbc20 <https://github.com/open-power/hostboot/commit/75f8277bbc20>`__ Add empty
+ file(accessor_wrapper.H) for power_theraml
+
+Andre A. Marin (4):
+
+- `c368037cb36e <https://github.com/open-power/hostboot/commit/c368037cb36e>`__ Update phy_pharams
+ structure, tests, and exp attrs
+- `ee476c6abdad <https://github.com/open-power/hostboot/commit/ee476c6abdad>`__ Update phy_pharams
+ structure, tests, and exp attrs
+- `d679e6d649ee <https://github.com/open-power/hostboot/commit/d679e6d649ee>`__ Add
+ attr_engine_traits empty files for HB to mirror
+- `b5e9f70eb916 <https://github.com/open-power/hostboot/commit/b5e9f70eb916>`__ Update phy_pharams
+ structure, tests, and exp attrs
+
+Andre Marin (6):
+
+- `877a032b90cd <https://github.com/open-power/hostboot/commit/877a032b90cd>`__ Fix SPD cas latency
+ assert bug
+- `9e1906f95ba3 <https://github.com/open-power/hostboot/commit/9e1906f95ba3>`__ Add
+ std::remove_all_extends to HB STL library
+- `2dcce4bcccc2 <https://github.com/open-power/hostboot/commit/2dcce4bcccc2>`__ Add L1 for
+ p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle
+- `1c169fc8be5a <https://github.com/open-power/hostboot/commit/1c169fc8be5a>`__ Add attribute
+ engine algorithm for eff_config and pre_eff_config
+- `018a009896d8 <https://github.com/open-power/hostboot/commit/018a009896d8>`__ Add attribute
+ engine algorithm for eff_config and pre_eff_config
+- `e5a493e300da <https://github.com/open-power/hostboot/commit/e5a493e300da>`__ Add attribute
+ engine algorithm for eff_config and pre_eff_config
+
+Ben Gass (6):
+
+- `5bfda17c8018 <https://github.com/open-power/hostboot/commit/5bfda17c8018>`__ Add chip base
+ address to the OMI MMIO offset in p9a_mmio_util
+- `d27c5e1fe431 <https://github.com/open-power/hostboot/commit/d27c5e1fe431>`__ Update ATRMISS
+ registers for Axone
+- `71d98844bb93 <https://github.com/open-power/hostboot/commit/71d98844bb93>`__ Update p9_l2_flush
+ to check if purge is busy on anything prior to flush.
+- `a4278d1df874 <https://github.com/open-power/hostboot/commit/a4278d1df874>`__ Add
+ ATTR_OMI_DL_GROUP_POS and ATTR_OMI_DL_NUM for OMI targets
+- `224517ac925b <https://github.com/open-power/hostboot/commit/224517ac925b>`__ Update cmd/rsp
+ endian handling in exp_inband
+- `5beffad6f2f2 <https://github.com/open-power/hostboot/commit/5beffad6f2f2>`__ Replace FAPI_ERR
+ with FAPI_DBG when no error in exp_omi_init
+
+Bill Hoffa (4):
+
+- `7364f2447d18 <https://github.com/open-power/hostboot/commit/7364f2447d18>`__ Initialize and test
+ alt-master PNOR access in all boots
+- `8b9e2d415060 <https://github.com/open-power/hostboot/commit/8b9e2d415060>`__ Fix autocitest
+ simics attempt numbering
+- `c54069667c86 <https://github.com/open-power/hostboot/commit/c54069667c86>`__ Catch Unknown
+ Values for CONFIG_APPLY attribute
+- `2620abc7dc62 <https://github.com/open-power/hostboot/commit/2620abc7dc62>`__ INTRP HW Workaround
+ for Clockgating Issue
+
+Caleb Palmer (10):
+
+- `066af762a047 <https://github.com/open-power/hostboot/commit/066af762a047>`__ Add SW callout if
+ invalid proc model in call_mss_scrub
+- `d94e5b51c9e5 <https://github.com/open-power/hostboot/commit/d94e5b51c9e5>`__ PRD: Remove old
+ domain startScrubs
+- `0843af939876 <https://github.com/open-power/hostboot/commit/0843af939876>`__ PRD: Don’t skip ECC
+ spare when no DRAM spare
+- `86b0576b22dc <https://github.com/open-power/hostboot/commit/86b0576b22dc>`__ PRD: NVDIMM reg
+ review updates
+- `6d28e5b524f2 <https://github.com/open-power/hostboot/commit/6d28e5b524f2>`__ PRD: Remove EccSp
+ from errl when not avail
+- `be07d93af71c <https://github.com/open-power/hostboot/commit/be07d93af71c>`__ PRD: MEM_PORT
+ getConnected support
+- `4046e66acfb6 <https://github.com/open-power/hostboot/commit/4046e66acfb6>`__ Hostboot Memory HWP
+ include update
+- `16024c9f92fa <https://github.com/open-power/hostboot/commit/16024c9f92fa>`__ PRD: Axone
+ PlatServices and Misc Updates
+- `f2837b85611f <https://github.com/open-power/hostboot/commit/f2837b85611f>`__ PRD: Memory HWP
+ include updates
+- `09b6e80a55d2 <https://github.com/open-power/hostboot/commit/09b6e80a55d2>`__ PRD: NVDIMM health
+ status reg errors no longer gard
+
+Chen Du (1):
+
+- `c4031acbfb05 <https://github.com/open-power/hostboot/commit/c4031acbfb05>`__ Dropped messages at
+ shutdown
+
+Chris Cain (1):
+
+- `ad388de1a208 <https://github.com/open-power/hostboot/commit/ad388de1a208>`__ Proposed structure
+ change for OCC
+
+Chris Steffen (1):
+
+- `298aa306a1f4 <https://github.com/open-power/hostboot/commit/298aa306a1f4>`__ P9A OMI Dccal /
+ Scominit
+
+Christian Geddes (32):
+
+- `8ee01af225a0 <https://github.com/open-power/hostboot/commit/8ee01af225a0>`__ Allow child/parent
+ lookups between DIMM and OCMB_CHIP targets
+- `6cc4d5078e34 <https://github.com/open-power/hostboot/commit/6cc4d5078e34>`__ Again try to fix
+ checkpoint issue with fips930 simics
+- `3452fbd95989 <https://github.com/open-power/hostboot/commit/3452fbd95989>`__ Allow for nullptr
+ io_buffer in eecache read
+- `7ce2a9daac0c <https://github.com/open-power/hostboot/commit/7ce2a9daac0c>`__ Add interface to
+ look up model type of master processor on targetService
+- `efda71702697 <https://github.com/open-power/hostboot/commit/efda71702697>`__ Set early test case
+ IPL step to be 14.7 in Axone simics
+- `e70d216f8e2b <https://github.com/open-power/hostboot/commit/e70d216f8e2b>`__ Compile and add
+ calls to exp_scominit in istep 13.8
+- `58b845f915ea <https://github.com/open-power/hostboot/commit/58b845f915ea>`__ Disable Mutex
+ Attribute Test Cases for now
+- `250291d09340 <https://github.com/open-power/hostboot/commit/250291d09340>`__ Add
+ p9a_omi_training_check hwp call to istep 12.9
+- `3b02a6aa674c <https://github.com/open-power/hostboot/commit/3b02a6aa674c>`__ Fix
+ getChildByAffinity call in mmio.C and add more traces
+- `dafcf54942f1 <https://github.com/open-power/hostboot/commit/dafcf54942f1>`__ Remove imported
+ files that were added incorrectly
+- `552339eb7f78 <https://github.com/open-power/hostboot/commit/552339eb7f78>`__ Create a common
+ explorer accesss module expaccess
+- `281c7c93a463 <https://github.com/open-power/hostboot/commit/281c7c93a463>`__ Skip enabling PM
+ complex (start_stop_engine HWP) in Axone simics
+- `63afd50c3393 <https://github.com/open-power/hostboot/commit/63afd50c3393>`__ Disable SMF tests
+ for Axone bringup
+- `5618f2f2b432 <https://github.com/open-power/hostboot/commit/5618f2f2b432>`__ Fix issues with how
+ we were handling new .so added for Axone
+- `9145082bb0ca <https://github.com/open-power/hostboot/commit/9145082bb0ca>`__ Disable OCMB mmio
+ communication tests until MMIO works
+- `b397d8d630ac <https://github.com/open-power/hostboot/commit/b397d8d630ac>`__ Allow single dimm
+ configurations in Axone
+- `dd41d6161ea9 <https://github.com/open-power/hostboot/commit/dd41d6161ea9>`__ Set
+ MAX_COMPUTE_NODES attribute so TOD code gets setup correctly
+- `3653c5d44e88 <https://github.com/open-power/hostboot/commit/3653c5d44e88>`__ Skip establish ex
+ chiplet step (15.3) during Axone for now
+- `0a0fe1f2857a <https://github.com/open-power/hostboot/commit/0a0fe1f2857a>`__ Compile new
+ Axone/Explorer memory libs in isteps_mss library
+- `d09e67a0a554 <https://github.com/open-power/hostboot/commit/d09e67a0a554>`__ Update simics
+ release that Axone is using and adjust simics script
+- `b8cfbb22598c <https://github.com/open-power/hostboot/commit/b8cfbb22598c>`__ Set MUX i2c slave
+ port to be 1
+- `1c5f03e47872 <https://github.com/open-power/hostboot/commit/1c5f03e47872>`__ Fix bug that was
+ scrambling traces in errorlogs during HBRT
+- `ddc7b1ec95be <https://github.com/open-power/hostboot/commit/ddc7b1ec95be>`__ Apply OBUS PG rules
+ update to Axone also
+- `a52d45742151 <https://github.com/open-power/hostboot/commit/a52d45742151>`__ Edit
+ cxxtest.start.sh script to call runsim correctly
+- `c6677251ee3d <https://github.com/open-power/hostboot/commit/c6677251ee3d>`__ Call p9a_mss_volt
+ if MEM_PORT targets are available in istep 7.2
+- `994299cf3d45 <https://github.com/open-power/hostboot/commit/994299cf3d45>`__ Add code to call
+ p9a_mss_freq / p9a_mss_freq_system in istep 7.3
+- `1564d45787ce <https://github.com/open-power/hostboot/commit/1564d45787ce>`__ Wrap exp_draminit
+ in a extern “C” to workaround name mangling
+- `30a512e3d84d <https://github.com/open-power/hostboot/commit/30a512e3d84d>`__ Disable OCMB getVPD
+ tests until we get better SPD
+- `33e7c6de0769 <https://github.com/open-power/hostboot/commit/33e7c6de0769>`__ Add calls to
+ available p9a_mss_eff_config HWPs in istep 7.4
+- `85e898e7c68e <https://github.com/open-power/hostboot/commit/85e898e7c68e>`__ Edit autocitest to
+ handle hbTrace.log generated in /src/
+- `a98d9a843a71 <https://github.com/open-power/hostboot/commit/a98d9a843a71>`__ Generate P9A
+ accessors for Axone
+- `f55c462e587c <https://github.com/open-power/hostboot/commit/f55c462e587c>`__ Resize WOF to allow
+ AXONE test pnor to fit inside 64 MB
+
+Christian R. Geddes (1):
+
+- `bcecb8a2a15a <https://github.com/open-power/hostboot/commit/bcecb8a2a15a>`__ Revert “Update
+ phy_pharams structure, tests, and exp attrs”
+
+Corey Swenson (1):
+
+- `0bfacdff427f <https://github.com/open-power/hostboot/commit/0bfacdff427f>`__ Add callouts for
+ NVDIMM errors
+
+Dan Crowell (16):
+
+- `b8720c117759 <https://github.com/open-power/hostboot/commit/b8720c117759>`__ Reset Engine E to
+ handle NVDIMMs
+- `d505fea7f169 <https://github.com/open-power/hostboot/commit/d505fea7f169>`__ Make overrideOnly
+ fapi attributes volatile-zero
+- `86b5d355d643 <https://github.com/open-power/hostboot/commit/86b5d355d643>`__ Delete complextype
+ fields in attributes if they have no value
+- `e73d0c117548 <https://github.com/open-power/hostboot/commit/e73d0c117548>`__ Force reboot
+ without visible errors for core wakeup failure
+- `386165c1c5da <https://github.com/open-power/hostboot/commit/386165c1c5da>`__ Updates to
+ testcases for Axone
+- `ce4004d542f1 <https://github.com/open-power/hostboot/commit/ce4004d542f1>`__ Create runtime mss
+ library
+- `4636db0ab1ec <https://github.com/open-power/hostboot/commit/4636db0ab1ec>`__ Always use original
+ defaults for attribute fields with no value
+- `0b3f4e146b01 <https://github.com/open-power/hostboot/commit/0b3f4e146b01>`__ Use meaningful
+ values for PNOR build parms
+- `7d86b40c30c1 <https://github.com/open-power/hostboot/commit/7d86b40c30c1>`__ Modify rank
+ variable for OCMB VPD lookup
+- `c2c08ea15af6 <https://github.com/open-power/hostboot/commit/c2c08ea15af6>`__ Remove old fapi
+ files
+- `63622494a0f3 <https://github.com/open-power/hostboot/commit/63622494a0f3>`__ Add PMIC target
+- `e0f035161098 <https://github.com/open-power/hostboot/commit/e0f035161098>`__ Tweak page eviction
+ parameters to handle low mem better
+- `2c2978d3a443 <https://github.com/open-power/hostboot/commit/2c2978d3a443>`__ Add ASSERT trace
+ buffer to task crash log
+- `8fc37a704410 <https://github.com/open-power/hostboot/commit/8fc37a704410>`__ Create
+ p9a_disable_ocmb_i2c HWP
+- `27d7ab8db738 <https://github.com/open-power/hostboot/commit/27d7ab8db738>`__ Moving libnvdimm
+ into a resident module
+- `7c067d46c2f7 <https://github.com/open-power/hostboot/commit/7c067d46c2f7>`__ Make pci cache
+ injection attributes writeable
+
+Dean Sanner (2):
+
+- `73fc80f05f07 <https://github.com/open-power/hostboot/commit/73fc80f05f07>`__ Base HWP mirroring
+ control on HB policy
+- `610f16673641 <https://github.com/open-power/hostboot/commit/610f16673641>`__ Allow OPAL to run
+ on fused cores
+
+Glenn Miles (6):
+
+- `0af9610f18a1 <https://github.com/open-power/hostboot/commit/0af9610f18a1>`__ Make access to
+ iv_overridePtr threadsafe
+- `676c584aaa70 <https://github.com/open-power/hostboot/commit/676c584aaa70>`__ Make more room for
+ hbicore_extended in PNOR layout files.
+- `814734326962 <https://github.com/open-power/hostboot/commit/814734326962>`__ Use thread_local
+ for globals that require it
+- `373d8a5fb285 <https://github.com/open-power/hostboot/commit/373d8a5fb285>`__ Run memory training
+ in parallel across centaurs
+- `853d251aef29 <https://github.com/open-power/hostboot/commit/853d251aef29>`__ Add 1MB to PNOR HBI
+ section
+- `f6ddb6dc19f8 <https://github.com/open-power/hostboot/commit/f6ddb6dc19f8>`__ Add checks for
+ invalid trace data in removeDuplicateTraces
+
+Ilya Smirnov (5):
+
+- `b1c1b2cc5e78 <https://github.com/open-power/hostboot/commit/b1c1b2cc5e78>`__ Secureboot:
+ Enhanced Multinode Comm: TPM_POISONED
+- `ed35e3da7c26 <https://github.com/open-power/hostboot/commit/ed35e3da7c26>`__ Unit Tests For SMF
+ Secure Mem Distribution
+- `9ece0ede203d <https://github.com/open-power/hostboot/commit/9ece0ede203d>`__ SMF: Memory
+ Distribution Logic Improvements
+- `eeb5732a169d <https://github.com/open-power/hostboot/commit/eeb5732a169d>`__ Revert “SMF: Create
+ New UVBWLIST Partition”
+- `c7534ed92a2d <https://github.com/open-power/hostboot/commit/c7534ed92a2d>`__ Secureboot:
+ Enhanced Nomdecomm: Quote Fix
+
+Jacob Harvey (1):
+
+- `e7f0582196fb <https://github.com/open-power/hostboot/commit/e7f0582196fb>`__ L3 work for mss
+ xmls
+
+Jayashankar Padath (1):
+
+- `596bde3e93f3 <https://github.com/open-power/hostboot/commit/596bde3e93f3>`__ HDAT : Support of
+ new Rugby values in P9N systems
+
+Jaymes Wilks (2):
+
+- `f5475890894b <https://github.com/open-power/hostboot/commit/f5475890894b>`__ Support thread
+ local storage
+- `ff62338a5699 <https://github.com/open-power/hostboot/commit/ff62338a5699>`__ Thread local
+ storage: Update unit tests for thread local storage
+
+Jenny Huynh (1):
+
+- `1c6429e239e2 <https://github.com/open-power/hostboot/commit/1c6429e239e2>`__ HW483672: Enable
+ TLBIE WAT (version 5); fixes unintended flushing
+
+Joe McGill (1):
+
+- `87cc9b25b008 <https://github.com/open-power/hostboot/commit/87cc9b25b008>`__ cleanup references
+ to chip-centric EC feature attributes
+
+Kahn Evans (1):
+
+- `e45d35734d18 <https://github.com/open-power/hostboot/commit/e45d35734d18>`__ Fix doxygen
+ warnings
+
+Louis Stermole (11):
+
+- `5fcfd69a0278 <https://github.com/open-power/hostboot/commit/5fcfd69a0278>`__ Remove MBA GARD
+ from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME
+- `835d2074b6bc <https://github.com/open-power/hostboot/commit/835d2074b6bc>`__ Add empty files
+ required for mss::index, pos, and c_str templating
+- `197507fb6e80 <https://github.com/open-power/hostboot/commit/197507fb6e80>`__ Add empty file
+ required for templating eff_memory_size
+- `ebf6fda9958f <https://github.com/open-power/hostboot/commit/ebf6fda9958f>`__ Add empty files
+ required for p9a_mss_freq
+- `6f660c2b98b7 <https://github.com/open-power/hostboot/commit/6f660c2b98b7>`__ Add new files
+ required for fixing mss::index, mss::pos, and mss::c_str
+- `0f728a100a8e <https://github.com/open-power/hostboot/commit/0f728a100a8e>`__ Add empty file for
+ explorer eff_memory_size specialization
+- `8fc0e7abffb0 <https://github.com/open-power/hostboot/commit/8fc0e7abffb0>`__ Add p9a version of
+ eff_memory_size API
+- `ca025608c0c1 <https://github.com/open-power/hostboot/commit/ca025608c0c1>`__ Move p9a sync.C and
+ sync.H to new names to fix collisions
+- `6bdf34b9fe0a <https://github.com/open-power/hostboot/commit/6bdf34b9fe0a>`__ Add workaround for
+ Nimbus symbol mark performance hw bug
+- `76a4f5d86930 <https://github.com/open-power/hostboot/commit/76a4f5d86930>`__ Move explorer
+ specialization of eff_memory_size into explorer lib
+- `a5d11b476381 <https://github.com/open-power/hostboot/commit/a5d11b476381>`__ Add empty files for
+ DEFAULT_MC_TYPE constants
+
+Luis Fernandez (2):
+
+- `90552694307e <https://github.com/open-power/hostboot/commit/90552694307e>`__ Secure Boot: Log
+ error when attribute override attempted in secure mode
+- `ab6efc5935dc <https://github.com/open-power/hostboot/commit/ab6efc5935dc>`__ HB Improvements:
+ Fix compiler warnings on modern compilers
+
+Mark Pizzutillo (4):
+
+- `847ced968c58 <https://github.com/open-power/hostboot/commit/847ced968c58>`__ Add blank files for
+ axone p10 rank API
+- `7b3c165b9c65 <https://github.com/open-power/hostboot/commit/7b3c165b9c65>`__ Add empty files for
+ gemini IPL
+- `af6712fe5c03 <https://github.com/open-power/hostboot/commit/af6712fe5c03>`__ Remove files not
+ needed by gemini IPL
+- `9011abf477a1 <https://github.com/open-power/hostboot/commit/9011abf477a1>`__ Add wrapper and
+ utils blank files for exp_getecid
+
+Matt Derksen (4):
+
+- `518a05ca5136 <https://github.com/open-power/hostboot/commit/518a05ca5136>`__ Move nvdimm_update
+ call to istep 21.1
+- `2df122342fae <https://github.com/open-power/hostboot/commit/2df122342fae>`__ Use NVDIMM lids for
+ update
+- `a5c403221e3e <https://github.com/open-power/hostboot/commit/a5c403221e3e>`__ Fixing runtime i2c
+ operation
+- `f5ab52ab7117 <https://github.com/open-power/hostboot/commit/f5ab52ab7117>`__ NVDIMM update code
+
+Matt K. Light (1):
+
+- `a7c8ac4df4e1 <https://github.com/open-power/hostboot/commit/a7c8ac4df4e1>`__ move
+ ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file
+
+Matt Raybuck (1):
+
+- `4b29a1188536 <https://github.com/open-power/hostboot/commit/4b29a1188536>`__ UCD attribute and
+ targeting updates
+
+Matthew Raybuck (10):
+
+- `d2899da82cb0 <https://github.com/open-power/hostboot/commit/d2899da82cb0>`__ Improve performance
+ of Partial Good logic
+- `3830dc6e8fb0 <https://github.com/open-power/hostboot/commit/3830dc6e8fb0>`__ Support UCD target
+ generation for Zeppelin MRW
+- `d47b63700d87 <https://github.com/open-power/hostboot/commit/d47b63700d87>`__ Add functions to
+ get Device Id and MFR revision from UCD
+- `3265b62f038c <https://github.com/open-power/hostboot/commit/3265b62f038c>`__ Improve performance
+ of general PG algorithm
+- `2cfb551c4e56 <https://github.com/open-power/hostboot/commit/2cfb551c4e56>`__ TESTCASES: Improve
+ performance of general PG algorithm
+- `086018c231e7 <https://github.com/open-power/hostboot/commit/086018c231e7>`__ Support UCD for I2C
+ callouts
+- `c3264eed4874 <https://github.com/open-power/hostboot/commit/c3264eed4874>`__ Add minor tweaks to
+ I2C Callouts for UCD
+- `8684bd3d5656 <https://github.com/open-power/hostboot/commit/8684bd3d5656>`__ Add retry loop to
+ UCD deviceOps
+- `b445b93fc21e <https://github.com/open-power/hostboot/commit/b445b93fc21e>`__ Handle bad PEC from
+ UCD device op
+- `ac7a4f206efe <https://github.com/open-power/hostboot/commit/ac7a4f206efe>`__ Fix UCD retry loop
+ size bug
+
+Mike Baiocchi (7):
+
+- `d74d3932d989 <https://github.com/open-power/hostboot/commit/d74d3932d989>`__ Secureboot: Enhance
+ Error Callouts For New Multinode Trustedboot Transfer
+- `4eb72a8bf074 <https://github.com/open-power/hostboot/commit/4eb72a8bf074>`__ Adjust I2C Reset
+ for OpenPower MPIPL
+- `656ba908c6f2 <https://github.com/open-power/hostboot/commit/656ba908c6f2>`__ Add UCD devices to
+ ATTR_I2C_BUS_SPEED_ARRAY for ZZ
+- `08d6bc305592 <https://github.com/open-power/hostboot/commit/08d6bc305592>`__ Update UCD class
+ member variables and functions
+- `ffdc6b255981 <https://github.com/open-power/hostboot/commit/ffdc6b255981>`__ Add check to
+ determine if a UCD’s I2C Master is functional
+- `72fc1da005b7 <https://github.com/open-power/hostboot/commit/72fc1da005b7>`__ Invoke UCD Update
+ Algorithm on UCD Devices
+- `571956c7f546 <https://github.com/open-power/hostboot/commit/571956c7f546>`__ Create Attribute to
+ force UCD Updates
+
+Murulidhar Nataraju (1):
+
+- `6b7bbd62febe <https://github.com/open-power/hostboot/commit/6b7bbd62febe>`__ Enable OCC Start in
+ MPIPL path for OPAL based systems
+
+Nick Bofferding (9):
+
+- `90b00de769e0 <https://github.com/open-power/hostboot/commit/90b00de769e0>`__ Enhance RAS for
+ case where boot firmware image is too big to load
+- `09a3da759682 <https://github.com/open-power/hostboot/commit/09a3da759682>`__ UCD Flash Update:
+ Support I2C SMBUS operations for UCD flash update
+- `10784ce5d02b <https://github.com/open-power/hostboot/commit/10784ce5d02b>`__ Support UCD target
+ generation for ZZ MRW
+- `642a5f63c61b <https://github.com/open-power/hostboot/commit/642a5f63c61b>`__ Support UCD
+ discovery
+- `5588cf81b95d <https://github.com/open-power/hostboot/commit/5588cf81b95d>`__ Fix bug where task
+ migrates away from pinned CPU unexpectedly
+- `810394f87078 <https://github.com/open-power/hostboot/commit/810394f87078>`__ UCD flash update
+ invoker
+- `0d9e3f2cde91 <https://github.com/open-power/hostboot/commit/0d9e3f2cde91>`__ Verify UCD update
+ success at end of store to UCD flash
+- `de2312a44b13 <https://github.com/open-power/hostboot/commit/de2312a44b13>`__ Fix deadlock in ECC
+ error shutdown path
+- `ca03643dd893 <https://github.com/open-power/hostboot/commit/ca03643dd893>`__ Initialize backup
+ TPM in MPIPL
+
+Prasad Bg Ranganath (1):
+
+- `4d983e4c8bdd <https://github.com/open-power/hostboot/commit/4d983e4c8bdd>`__ PPB: Refactor
+ pstate parameter block
+
+Prem Shanker Jha (1):
+
+- `143d03952806 <https://github.com/open-power/hostboot/commit/143d03952806>`__ Image Build: Fixed
+ handling of unsecure HOMER address field.
+
+Raja Das (2):
+
+- `55260d579728 <https://github.com/open-power/hostboot/commit/55260d579728>`__ Security List
+ Binary Dump Chip-op Support
+- `b8f4e5009a34 <https://github.com/open-power/hostboot/commit/b8f4e5009a34>`__ OPAL/MPIPL:
+ Processor Dump Area Table interfaces
+
+Ricardo Mata Jr (1):
+
+- `784fe894f9ec <https://github.com/open-power/hostboot/commit/784fe894f9ec>`__ Updated
+ proc_pcie_config to support cache inject attributes
+
+Roland Veloz (3):
+
+- `6e84cce39773 <https://github.com/open-power/hostboot/commit/6e84cce39773>`__ Force VPD IO
+ through HW (Axone) ,add plat function to get OCMB VPD
+- `038631ba24f0 <https://github.com/open-power/hostboot/commit/038631ba24f0>`__ Updated file
+ ddimm_get_efd.C to be in sync with file ddimm_get_efd.xml
+- `17930bb348b5 <https://github.com/open-power/hostboot/commit/17930bb348b5>`__ Unit test and
+ integration test for platGetVPD(OCMB) call
+
+Sharath Manjunath (1):
+
+- `bdaa5b1d2af3 <https://github.com/open-power/hostboot/commit/bdaa5b1d2af3>`__ Update exp_draminit
+ to read values from attributes
+
+Stanley Zheng (1):
+
+- `c23e99369c50 <https://github.com/open-power/hostboot/commit/c23e99369c50>`__ add address xlate
+ to initfile
+
+Stephen Glancy (8):
+
+- `dadbba56f413 <https://github.com/open-power/hostboot/commit/dadbba56f413>`__ Adds SI setting for
+ 4R and dual-drop LRDIMM configs
+- `c050abede299 <https://github.com/open-power/hostboot/commit/c050abede299>`__ Updates the
+ explorer training response structure
+- `6fa8d0452930 <https://github.com/open-power/hostboot/commit/6fa8d0452930>`__ Updates read to
+ write timers for LRDIMM
+- `c96464c7d525 <https://github.com/open-power/hostboot/commit/c96464c7d525>`__ Moves set bad
+ bitmap into generic
+- `2b943a5ba24f <https://github.com/open-power/hostboot/commit/2b943a5ba24f>`__ Fixes MPR read ODT
+ values
+- `b850083ce640 <https://github.com/open-power/hostboot/commit/b850083ce640>`__ Fixes LRDIMM CKE
+ issue
+- `8e0290d32802 <https://github.com/open-power/hostboot/commit/8e0290d32802>`__ Fixes LRDIMM rank
+ configuration for dual-drop
+- `cd82f3ecbcef <https://github.com/open-power/hostboot/commit/cd82f3ecbcef>`__ Adds DDIMM EFD
+ decoder API
+
+Steven Janssen (1):
+
+- `85942470b223 <https://github.com/open-power/hostboot/commit/85942470b223>`__ Update function
+ pointer name to correctly point to function
+
+Stewart Smith (1):
+
+- `4470dc33a126 <https://github.com/open-power/hostboot/commit/4470dc33a126>`__ Disable warnings
+ that crop up a lot with GCC6
+
+Sumit Kumar (1):
+
+- `395f284926ab <https://github.com/open-power/hostboot/commit/395f284926ab>`__ FAPI_Infra:Add new
+ member to structure ErrorInfoHwCallout
+
+Tsung Yeung (3):
+
+- `8eb0494af6a1 <https://github.com/open-power/hostboot/commit/8eb0494af6a1>`__ Enforces NVDIMM
+ Pairing
+- `da2c80997909 <https://github.com/open-power/hostboot/commit/da2c80997909>`__ Suppresses
+ maintenance error messages due to STR exit
+- `c2a9006d0552 <https://github.com/open-power/hostboot/commit/c2a9006d0552>`__ NVDIMM RCD restore
+ fix and zqcal timing fix
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.3-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-2:
+
+Commits
+~~~~~~~
+
+Chris Cain (2):
+
+- `1904821d6279 <https://github.com/open-power/occ/commit/1904821d6279>`__ Updates to wofparser
+ tool
+- `98ccba678ad4 <https://github.com/open-power/occ/commit/98ccba678ad4>`__ Support for PGPE error
+ handling
+
+William Bryan (1):
+
+- `6e52f56bd2cc <https://github.com/open-power/occ/commit/6e52f56bd2cc>`__ Fix memory bandwidth
+ chom averages
+
+Zane Shelley (11):
+
+- `75f2dd306f18 <https://github.com/open-power/occ/commit/75f2dd306f18>`__ FIRDATA: fix iteration
+ bug in firData.c
+- `d60be21fc396 <https://github.com/open-power/occ/commit/d60be21fc396>`__ FIRDATA: remove
+ Cumulus/Centaur targets and add Axone/Explorer
+- `d85d3c5387ec <https://github.com/open-power/occ/commit/d85d3c5387ec>`__ FIRDATA: add Axone
+ memory subsystem SCOM support
+- `18fa6f29e388 <https://github.com/open-power/occ/commit/18fa6f29e388>`__ FIRDATA: removed HOMER
+ support for Cumulus/Centaur
+- `d2801157a080 <https://github.com/open-power/occ/commit/d2801157a080>`__ FIRDATA: Clean up HOMER
+ parsing variables in firData.c
+- `d4e558e09c51 <https://github.com/open-power/occ/commit/d4e558e09c51>`__ FIRDATA: Simplified
+ adding targets to PNOR
+- `29d1d67db71c <https://github.com/open-power/occ/commit/29d1d67db71c>`__ FIRDATA: Simplified
+ adding chip units to PNOR
+- `69bac807b007 <https://github.com/open-power/occ/commit/69bac807b007>`__ FIRDATA: Simplified
+ iterating targets from HOMER in firData.c
+- `b673f22459ca <https://github.com/open-power/occ/commit/b673f22459ca>`__ FIRDATA: Further
+ simplifying iteration variables in firData.c
+- `6220fb3d8d7a <https://github.com/open-power/occ/commit/6220fb3d8d7a>`__ FIRDATA: Simplified
+ adding subunit targets to PNOR in firData.c
+- `58e422dede59 <https://github.com/open-power/occ/commit/58e422dede59>`__ FIRDATA: added
+ Axone/Explorer support to firData.c
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+.. _v2.3-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-3:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+.. _v2.3-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-4:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+.. _v2.3-patches-5:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-5:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.3-patches-6:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-6:
+
+Commits
+~~~~~~~
+
+Samuel Mendoza-Jonas (6):
+
+- `df1a234c15fb <https://github.com/open-power/petitboot/commit/df1a234c15fb>`__ lib/system: Add
+ cryptsetup utility
+- `ba8144f917f5 <https://github.com/open-power/petitboot/commit/ba8144f917f5>`__ lib/process: Add
+ option to pipe to process stdin
+- `5f8fa2c151b8 <https://github.com/open-power/petitboot/commit/5f8fa2c151b8>`__ lib: Add
+ AUTH_MSG_DECRYPT
+- `f583f0cf35fc <https://github.com/open-power/petitboot/commit/f583f0cf35fc>`__ discover:
+ Recognise and open LUKS encrypted partitions
+- `1ad18bf128c4 <https://github.com/open-power/petitboot/commit/1ad18bf128c4>`__ ui/ncurses: Add
+ prompt for LUKS device password
+- `1cd261748c00 <https://github.com/open-power/petitboot/commit/1cd261748c00>`__ utils/pb-console:
+ Use -m to run shell in own process group
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+.. _v2.3-patches-7:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-7:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _v2.3-patches-8:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-8:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.3-patches-9:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-9:
+
+Commits
+~~~~~~~
+
+Christian Geddes (1):
+
+- `0f9a51d0059e <https://github.com/open-power/sbe/commit/0f9a51d0059e>`__ Update i2c driver for
+ OCMB chip
+
+Christopher M Riedl (1):
+
+- `a3b2377b7de1 <https://github.com/open-power/sbe/commit/a3b2377b7de1>`__ Implement PBA
+ Cache-Inhibited 8B Rd/Wr Access
+
+Dan Crowell (1):
+
+- `c9b85ed2ed42 <https://github.com/open-power/sbe/commit/c9b85ed2ed42>`__ Add
+ ATTR_ENABLED_OBUS_BRICKS
+
+Jenny Huynh (6):
+
+- `be0d09d34335 <https://github.com/open-power/sbe/commit/be0d09d34335>`__ HW477626 Dangerous Elk -
+ Applies to CDD12+
+- `e18d802d082f <https://github.com/open-power/sbe/commit/e18d802d082f>`__ HW477626 Dangerous Elk -
+ Temporarily apply to CDD13 native only
+- `04c534c750c6 <https://github.com/open-power/sbe/commit/04c534c750c6>`__ HW477626 Dangerous Elk -
+ Reapply for all CDD12+ risk levels
+- `f3b4f8efe1f8 <https://github.com/open-power/sbe/commit/f3b4f8efe1f8>`__ Additional core inits
+ for Nimbus DD2.3 compatibility modes
+- `934ccd82e22f <https://github.com/open-power/sbe/commit/934ccd82e22f>`__ Axone core initfile
+ update to match Nimbus DD23
+- `4a5f8ddab286 <https://github.com/open-power/sbe/commit/4a5f8ddab286>`__ Adjust PVR Version for
+ Axone
+
+Joachim Fenkes (5):
+
+- `b9b668e5916e <https://github.com/open-power/sbe/commit/b9b668e5916e>`__ FAPI2: Multicast API
+ 1/2: Platform-breaking changes
+- `8a09d58df7aa <https://github.com/open-power/sbe/commit/8a09d58df7aa>`__ FAPI2: Multicast API
+ 2/2: Introduce the actual multicast functions
+- `4529a95e14de <https://github.com/open-power/sbe/commit/4529a95e14de>`__ Add tools to help
+ measure and compare SBE image size
+- `5786b04efe86 <https://github.com/open-power/sbe/commit/5786b04efe86>`__ p9_sbe_tp_chiplet_init3:
+ Mask TOD error bit 62 (osclite switched)
+- `e8590a9d3a19 <https://github.com/open-power/sbe/commit/e8590a9d3a19>`__ p9_sbe_npll_setup:
+ Enable spread spectrum before starting PLL
+
+Joe McGill (1):
+
+- `81642d21704f <https://github.com/open-power/sbe/commit/81642d21704f>`__ whitelist update for
+ ABUS CCM
+
+Prasad Bg Ranganath (3):
+
+- `9eba57570f29 <https://github.com/open-power/sbe/commit/9eba57570f29>`__ PPB:New attribute
+ ATTR_PMCR_MOST_RECENT_MODE for PMCR request
+- `8fd8d1401c5f <https://github.com/open-power/sbe/commit/8fd8d1401c5f>`__ HWP:Cache stop clocks
+ complete fix
+- `1410677b65e4 <https://github.com/open-power/sbe/commit/1410677b65e4>`__ PM HWP: Fix bug in stop
+ clock procedure that effects mpipl
+
+Prem Shanker Jha (2):
+
+- `b6b4eafa650c <https://github.com/open-power/sbe/commit/b6b4eafa650c>`__ SMF: Defined new
+ attribute containing unsecure HOMER memory’s size.
+- `47f5faba3803 <https://github.com/open-power/sbe/commit/47f5faba3803>`__ SMF: Populates unsecure
+ HOMER with SC2 instruction.
+
+Pretty Mariam Jacob (1):
+
+- `b2548e254811 <https://github.com/open-power/sbe/commit/b2548e254811>`__ Added Alink changes in
+ attributes and initfiles
+
+Raja Das (5):
+
+- `0420efec88bd <https://github.com/open-power/sbe/commit/0420efec88bd>`__ White/Black/Grey List
+ Binary dump PSU Chip-op Support
+- `0321b165dad7 <https://github.com/open-power/sbe/commit/0321b165dad7>`__ SBE scripts to update
+ pib repair data
+- `9f9f77cec3cb <https://github.com/open-power/sbe/commit/9f9f77cec3cb>`__ L1 loader Axone Pibmem
+ repair parse
+- `c508f8e9d96e <https://github.com/open-power/sbe/commit/c508f8e9d96e>`__ NVDIMM Flush update
+- `57905edebf34 <https://github.com/open-power/sbe/commit/57905edebf34>`__ Axone pibmem repair
+ logic
+
+Soma BhanuTej (1):
+
+- `1d73131d1a11 <https://github.com/open-power/sbe/commit/1d73131d1a11>`__ Update p9a_10 engd - spy
+ name changes
+
+Srikantha Meesala (1):
+
+- `9b5f5c303ddc <https://github.com/open-power/sbe/commit/9b5f5c303ddc>`__ Befor flushNVDIMM
+ chip-op make sure all core Instructions are stopped
+
+Stephen Glancy (2):
+
+- `953dc3134693 <https://github.com/open-power/sbe/commit/953dc3134693>`__ Updates MWD_COARSE to
+ run multiple patterns
+- `6eb2a4c0f0d8 <https://github.com/open-power/sbe/commit/6eb2a4c0f0d8>`__ Updates MCA write and
+ read timings
+
+Tsung Yeung (1):
+
+- `1ac3d5b9cd5f <https://github.com/open-power/sbe/commit/1ac3d5b9cd5f>`__ Adjust STR enter
+ sequence to enable immediate entry
+
+kswaroop (1):
+
+- `81c848765857 <https://github.com/open-power/sbe/commit/81c848765857>`__ PIBMEM only image
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.3-patches-10:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-10:
+
+Commits
+~~~~~~~
+
+Abhishek Goel (1):
+
+- `b821f8c2a8e3 <https://github.com/open-power/skiboot/commit/b821f8c2a8e3>`__ power-mgmt : occ :
+ Add ‘freq-domain-mask’ DT property
+
+Akshay Adiga (2):
+
+- `40b99f58ea37 <https://github.com/open-power/skiboot/commit/40b99f58ea37>`__ SLW: Remove Idle
+ state support tor Power8 DD1
+- `c46ab3a0509c <https://github.com/open-power/skiboot/commit/c46ab3a0509c>`__ SLW: Print verbose
+ info on errors only
+
+Alexey Kardashevskiy (9):
+
+- `17975a6e6457 <https://github.com/open-power/skiboot/commit/17975a6e6457>`__ cpufeatures: Always
+ advertise POWER8NVL as DD2
+- `64627c85e648 <https://github.com/open-power/skiboot/commit/64627c85e648>`__ cpufeatures: Always
+ advertise POWER8NVL as DD2
+- `fd0950488f7f <https://github.com/open-power/skiboot/commit/fd0950488f7f>`__ opal: Deprecate
+ reading the PHB status
+- `4824d17bb53b <https://github.com/open-power/skiboot/commit/4824d17bb53b>`__ hw/phb3/naples:
+ Disable D-states
+- `889dba86c3c8 <https://github.com/open-power/skiboot/commit/889dba86c3c8>`__ hw/phb3/naples:
+ Disable D-states
+- `ba1d95a1d460 <https://github.com/open-power/skiboot/commit/ba1d95a1d460>`__ npu2: Add
+ XTS_BDF_MAP wildcard refcount
+- `c0f17caddcd8 <https://github.com/open-power/skiboot/commit/c0f17caddcd8>`__ npu2: Allow ATSD for
+ LPAR other than 0
+- `b392d785eb49 <https://github.com/open-power/skiboot/commit/b392d785eb49>`__ witherspoon: Add
+ nvlink2 interconnect information
+- `0f492a925908 <https://github.com/open-power/skiboot/commit/0f492a925908>`__ npu2: Disable
+ Probe-to-Invalid-Return-Modified-or-Owned snarfing by default
+
+Andrew Donnellan (11):
+
+- `682fa68e577c <https://github.com/open-power/skiboot/commit/682fa68e577c>`__
+ platforms/witherspoon: Make PCIe shared slot error message more informative
+- `e1c3ed8224bf <https://github.com/open-power/skiboot/commit/e1c3ed8224bf>`__ config: Get rid of
+ DEBUG_MALLOC
+- `647dc4aff7b6 <https://github.com/open-power/skiboot/commit/647dc4aff7b6>`__ config: Get rid of
+ FAST_REBOOT_CLEARS_MEMORY
+- `c9bc52a250a0 <https://github.com/open-power/skiboot/commit/c9bc52a250a0>`__ core/stack: Remove
+ r1 argument from \___backtrace()
+- `b971b67ac2e1 <https://github.com/open-power/skiboot/commit/b971b67ac2e1>`__ core/stack: Define a
+ backtrace metadata struct
+- `80a49c7022b2 <https://github.com/open-power/skiboot/commit/80a49c7022b2>`__ core/stack: Store
+ PIR in \___backtrace()
+- `8dddd751ef43 <https://github.com/open-power/skiboot/commit/8dddd751ef43>`__ hw/fsp, hw/ipmi:
+ Convert attn code to not use backtrace wrappers
+- `e5a7411cd74e <https://github.com/open-power/skiboot/commit/e5a7411cd74e>`__ core/stack: Convert
+ stack check code to not use backtrace wrapper
+- `b965b9de25d2 <https://github.com/open-power/skiboot/commit/b965b9de25d2>`__ core/stack: Rename
+ backtrace functions, get rid of wrappers
+- `73cd109ecd8f <https://github.com/open-power/skiboot/commit/73cd109ecd8f>`__ opal-api: Reserve 2
+ OPAL API calls for future OpenCAPI LPC use
+- `b3bc840c1d85 <https://github.com/open-power/skiboot/commit/b3bc840c1d85>`__ hw/npu2: Fix
+ OpenCAPI PE assignment
+
+Andrew Jeffery (115):
+
+- `bd9839684d48 <https://github.com/open-power/skiboot/commit/bd9839684d48>`__ astbmc: Try IPMI
+ HIOMAP for P8
+- `71ce936ffe38 <https://github.com/open-power/skiboot/commit/71ce936ffe38>`__ p8dtu: Enable HIOMAP
+ support
+- `9dcbd1f41d98 <https://github.com/open-power/skiboot/commit/9dcbd1f41d98>`__ p8dtu: Configure BMC
+ graphics
+- `963629523084 <https://github.com/open-power/skiboot/commit/963629523084>`__ pflash: Don’t try
+ update RO ToC
+- `0dec1de73e1e <https://github.com/open-power/skiboot/commit/0dec1de73e1e>`__ libflash/test:
+ Generate header dependencies for tests
+- `3852a9460abc <https://github.com/open-power/skiboot/commit/3852a9460abc>`__ ffspart, libflash:
+ Fix stack size warnings
+- `a7e1efe864ad <https://github.com/open-power/skiboot/commit/a7e1efe864ad>`__ pflash: Increase
+ stack frame size warning threshold
+- `5636d390b7f0 <https://github.com/open-power/skiboot/commit/5636d390b7f0>`__ gard: Fix warnings
+ from gcc 8.2.0
+- `96409597aa39 <https://github.com/open-power/skiboot/commit/96409597aa39>`__ Makefile: Paper over
+ gard and pflash coverage issues
+- `43ca6a2e5b12 <https://github.com/open-power/skiboot/commit/43ca6a2e5b12>`__ test-ipmi-hiomap:
+ Add ability to delay some IPMI messages
+- `f246cceda717 <https://github.com/open-power/skiboot/commit/f246cceda717>`__ test-ipmi-hiomap:
+ Dump unexpected IPMI messages
+- `5293333dd1af <https://github.com/open-power/skiboot/commit/5293333dd1af>`__ test-ipmi-hiomap:
+ Ensure the completion code is set
+- `f46ed4f7ee79 <https://github.com/open-power/skiboot/commit/f46ed4f7ee79>`__ test-ipmi-hiomap:
+ Print some information on early scenario_exit()
+- `1b3a5dfbdf92 <https://github.com/open-power/skiboot/commit/1b3a5dfbdf92>`__
+ libflash/ipmi-hiomap: Fix leak of msg in callback
+- `64a61885a229 <https://github.com/open-power/skiboot/commit/64a61885a229>`__
+ libflash/ipmi-hiomap: Overhaul error handling
+- `403d527269be <https://github.com/open-power/skiboot/commit/403d527269be>`__
+ libflash/ipmi-hiomap: Overhaul event handling
+- `6d8bd2dd9eab <https://github.com/open-power/skiboot/commit/6d8bd2dd9eab>`__
+ libflash/ipmi-hiomap: Remove unused close handling
+- `4af122b23402 <https://github.com/open-power/skiboot/commit/4af122b23402>`__
+ libflash/ipmi-hiomap: Enforce message size for empty response
+- `41e6e8b4acf7 <https://github.com/open-power/skiboot/commit/41e6e8b4acf7>`__ test-ipmi-hiomap:
+ Add protocol-persistent-error test
+- `5b12dfe8dd0d <https://github.com/open-power/skiboot/commit/5b12dfe8dd0d>`__ test-ipmi-hiomap:
+ Add read-one-block test
+- `d4b870c8524c <https://github.com/open-power/skiboot/commit/d4b870c8524c>`__ test-ipmi-hiomap:
+ Add read-two-blocks test
+- `e1f20bfd7d91 <https://github.com/open-power/skiboot/commit/e1f20bfd7d91>`__ test-ipmi-hiomap:
+ Add event-before-read
+- `fd271bc570d3 <https://github.com/open-power/skiboot/commit/fd271bc570d3>`__ test-ipmi-hiomap:
+ Add event-during-read test
+- `e69b1135db38 <https://github.com/open-power/skiboot/commit/e69b1135db38>`__ test-ipmi-hiomap:
+ Add write-one-block test
+- `eb0c85ae9868 <https://github.com/open-power/skiboot/commit/eb0c85ae9868>`__ test-ipmi-hiomap:
+ Add write-two-blocks test
+- `7f246ff2c999 <https://github.com/open-power/skiboot/commit/7f246ff2c999>`__ test-ipmi-hiomap:
+ Add event-before-write test
+- `9175028fc84a <https://github.com/open-power/skiboot/commit/9175028fc84a>`__ test-ipmi-hiomap:
+ Add event-during-write test
+- `5ee7b0f70b04 <https://github.com/open-power/skiboot/commit/5ee7b0f70b04>`__ test-ipmi-hiomap:
+ Add erase-one-block test
+- `275b3d12af39 <https://github.com/open-power/skiboot/commit/275b3d12af39>`__ test-ipmi-hiomap:
+ Add erase-two-blocks test
+- `410b80725ad2 <https://github.com/open-power/skiboot/commit/410b80725ad2>`__ test-ipmi-hiomap:
+ Add event-before-erase test
+- `c2a4b4988ecc <https://github.com/open-power/skiboot/commit/c2a4b4988ecc>`__ test-ipmi-hiomap:
+ Add event-during-erase
+- `077d19d82405 <https://github.com/open-power/skiboot/commit/077d19d82405>`__ test-ipmi-hiomap:
+ Add bad-sequence test
+- `ecf6430d1ee9 <https://github.com/open-power/skiboot/commit/ecf6430d1ee9>`__ test-ipmi-hiomap:
+ Add action-error test
+- `f65c781eee16 <https://github.com/open-power/skiboot/commit/f65c781eee16>`__ test-ipmi-hiomap:
+ Add get-flash-info test
+- `bcdd3f134970 <https://github.com/open-power/skiboot/commit/bcdd3f134970>`__ test-ipmi-hiomap:
+ Add get-info-error test
+- `0bef2695055d <https://github.com/open-power/skiboot/commit/0bef2695055d>`__ test-ipmi-hiomap:
+ Add get-flash-info-error test
+- `c4d5734fde21 <https://github.com/open-power/skiboot/commit/c4d5734fde21>`__ test-ipmi-hiomap:
+ Add create-read-window-error test
+- `364b433adb7d <https://github.com/open-power/skiboot/commit/364b433adb7d>`__ test-ipmi-hiomap:
+ Add create-write-window-error test
+- `a4349da67c9c <https://github.com/open-power/skiboot/commit/a4349da67c9c>`__ test-ipmi-hiomap:
+ Add mark-dirty-error test
+- `7798ea646fb7 <https://github.com/open-power/skiboot/commit/7798ea646fb7>`__ test-ipmi-hiomap:
+ Add flush-error test
+- `ff5153612f85 <https://github.com/open-power/skiboot/commit/ff5153612f85>`__ test-ipmi-hiomap:
+ Add ack-error test
+- `12ca08b58e5b <https://github.com/open-power/skiboot/commit/12ca08b58e5b>`__ test-ipmi-hiomap:
+ Add erase-error test
+- `4642a6c9a66b <https://github.com/open-power/skiboot/commit/4642a6c9a66b>`__ test-ipmi-hiomap:
+ Add ack-malformed tests
+- `8745e91d48d1 <https://github.com/open-power/skiboot/commit/8745e91d48d1>`__ test-ipmi-hiomap:
+ Add get-info-malformed tests
+- `5c2ada09e76d <https://github.com/open-power/skiboot/commit/5c2ada09e76d>`__ test-ipmi-hiomap:
+ Add get-flash-info-malformed tests
+- `bd1a08ab3e12 <https://github.com/open-power/skiboot/commit/bd1a08ab3e12>`__ test-ipmi-hiomap:
+ Add create-read-window-malformed tests
+- `ee0314d2d9d0 <https://github.com/open-power/skiboot/commit/ee0314d2d9d0>`__ test-ipmi-hiomap:
+ Add create-write-window-malformed tests
+- `c7b8293d867a <https://github.com/open-power/skiboot/commit/c7b8293d867a>`__ test-ipmi-hiomap:
+ Add mark-dirty-malformed tests
+- `985c7a26bcb1 <https://github.com/open-power/skiboot/commit/985c7a26bcb1>`__ test-ipmi-hiomap:
+ Add flush-malformed tests
+- `7735cc354609 <https://github.com/open-power/skiboot/commit/7735cc354609>`__ test-ipmi-hiomap:
+ Add erase-malformed tests
+- `d0c798252521 <https://github.com/open-power/skiboot/commit/d0c798252521>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-ack test
+- `ce81b9364131 <https://github.com/open-power/skiboot/commit/ce81b9364131>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-get-info test
+- `9398b84fad0e <https://github.com/open-power/skiboot/commit/9398b84fad0e>`__ test-ipmi-hiomap:
+ Add protocol-recovery-get-flash-info-failure test
+- `b94bb54f6569 <https://github.com/open-power/skiboot/commit/b94bb54f6569>`__ test-ipmi-hiomap:
+ Add read-one-block-twice test
+- `ed35a7d04bde <https://github.com/open-power/skiboot/commit/ed35a7d04bde>`__ test-ipmi-hiomap:
+ Add write-one-block-twice test
+- `a3777e58990f <https://github.com/open-power/skiboot/commit/a3777e58990f>`__ test-ipmi-hiomap:
+ Add erase-one-block-twice test
+- `6a4db4c249a1 <https://github.com/open-power/skiboot/commit/6a4db4c249a1>`__ ast-io: Rework
+ ast_sio_is_enabled() test sequence
+- `c826e1ca9e5b <https://github.com/open-power/skiboot/commit/c826e1ca9e5b>`__ astbmc: Try IPMI
+ HIOMAP for P8 (again)
+- `b9d7c9da583a <https://github.com/open-power/skiboot/commit/b9d7c9da583a>`__ astbmc: Enable IPMI
+ HIOMAP for AMI platforms
+- `5d07d064db05 <https://github.com/open-power/skiboot/commit/5d07d064db05>`__ libflash/test:
+ Generate header dependencies for tests
+- `e3a3ba16a44a <https://github.com/open-power/skiboot/commit/e3a3ba16a44a>`__ test-ipmi-hiomap:
+ Add ability to delay some IPMI messages
+- `3056fcd0a7c4 <https://github.com/open-power/skiboot/commit/3056fcd0a7c4>`__ test-ipmi-hiomap:
+ Dump unexpected IPMI messages
+- `7cb5eca8d6ca <https://github.com/open-power/skiboot/commit/7cb5eca8d6ca>`__ test-ipmi-hiomap:
+ Ensure the completion code is set
+- `272443f7687b <https://github.com/open-power/skiboot/commit/272443f7687b>`__ test-ipmi-hiomap:
+ Print some information on early scenario_exit()
+- `7bb5ead55bdf <https://github.com/open-power/skiboot/commit/7bb5ead55bdf>`__
+ libflash/ipmi-hiomap: Fix leak of msg in callback
+- `2e29cf8d00fb <https://github.com/open-power/skiboot/commit/2e29cf8d00fb>`__
+ libflash/ipmi-hiomap: Overhaul error handling
+- `5c4b51a0408f <https://github.com/open-power/skiboot/commit/5c4b51a0408f>`__
+ libflash/ipmi-hiomap: Overhaul event handling
+- `041d61e2be1d <https://github.com/open-power/skiboot/commit/041d61e2be1d>`__
+ libflash/ipmi-hiomap: Remove unused close handling
+- `b64b3544d90b <https://github.com/open-power/skiboot/commit/b64b3544d90b>`__
+ libflash/ipmi-hiomap: Enforce message size for empty response
+- `cca1c08ece5e <https://github.com/open-power/skiboot/commit/cca1c08ece5e>`__ test-ipmi-hiomap:
+ Add protocol-persistent-error test
+- `a215e3e547a0 <https://github.com/open-power/skiboot/commit/a215e3e547a0>`__ test-ipmi-hiomap:
+ Add read-one-block test
+- `96ca4e26deb6 <https://github.com/open-power/skiboot/commit/96ca4e26deb6>`__ test-ipmi-hiomap:
+ Add read-two-blocks test
+- `ea318dbe989f <https://github.com/open-power/skiboot/commit/ea318dbe989f>`__ test-ipmi-hiomap:
+ Add event-before-read
+- `e4e76c8d2f6c <https://github.com/open-power/skiboot/commit/e4e76c8d2f6c>`__ test-ipmi-hiomap:
+ Add event-during-read test
+- `e3497461c93b <https://github.com/open-power/skiboot/commit/e3497461c93b>`__ test-ipmi-hiomap:
+ Add write-one-block test
+- `bf722c0ac561 <https://github.com/open-power/skiboot/commit/bf722c0ac561>`__ test-ipmi-hiomap:
+ Add write-two-blocks test
+- `4cc5d420eeb4 <https://github.com/open-power/skiboot/commit/4cc5d420eeb4>`__ test-ipmi-hiomap:
+ Add event-before-write test
+- `55b284e63e7d <https://github.com/open-power/skiboot/commit/55b284e63e7d>`__ test-ipmi-hiomap:
+ Add event-during-write test
+- `da61b9e8dc1f <https://github.com/open-power/skiboot/commit/da61b9e8dc1f>`__ test-ipmi-hiomap:
+ Add erase-one-block test
+- `a6f3245eda74 <https://github.com/open-power/skiboot/commit/a6f3245eda74>`__ test-ipmi-hiomap:
+ Add erase-two-blocks test
+- `6432db36f0b1 <https://github.com/open-power/skiboot/commit/6432db36f0b1>`__ test-ipmi-hiomap:
+ Add event-before-erase test
+- `7d666e226bd9 <https://github.com/open-power/skiboot/commit/7d666e226bd9>`__ test-ipmi-hiomap:
+ Add event-during-erase
+- `d69b6567669b <https://github.com/open-power/skiboot/commit/d69b6567669b>`__ test-ipmi-hiomap:
+ Add bad-sequence test
+- `4f9facdacef9 <https://github.com/open-power/skiboot/commit/4f9facdacef9>`__ test-ipmi-hiomap:
+ Add action-error test
+- `b20312eb6ee5 <https://github.com/open-power/skiboot/commit/b20312eb6ee5>`__ test-ipmi-hiomap:
+ Add get-flash-info test
+- `852d38850654 <https://github.com/open-power/skiboot/commit/852d38850654>`__ test-ipmi-hiomap:
+ Add get-info-error test
+- `21bed4d078d9 <https://github.com/open-power/skiboot/commit/21bed4d078d9>`__ test-ipmi-hiomap:
+ Add get-flash-info-error test
+- `05e1dabcb97d <https://github.com/open-power/skiboot/commit/05e1dabcb97d>`__ test-ipmi-hiomap:
+ Add create-read-window-error test
+- `1c97112ba0b9 <https://github.com/open-power/skiboot/commit/1c97112ba0b9>`__ test-ipmi-hiomap:
+ Add create-write-window-error test
+- `14959a69eeac <https://github.com/open-power/skiboot/commit/14959a69eeac>`__ test-ipmi-hiomap:
+ Add mark-dirty-error test
+- `4de5c234518b <https://github.com/open-power/skiboot/commit/4de5c234518b>`__ test-ipmi-hiomap:
+ Add flush-error test
+- `c38fccd32df0 <https://github.com/open-power/skiboot/commit/c38fccd32df0>`__ test-ipmi-hiomap:
+ Add ack-error test
+- `5e1559af3394 <https://github.com/open-power/skiboot/commit/5e1559af3394>`__ test-ipmi-hiomap:
+ Add erase-error test
+- `66b4b2e49d46 <https://github.com/open-power/skiboot/commit/66b4b2e49d46>`__ test-ipmi-hiomap:
+ Add ack-malformed tests
+- `90ae8a0767ce <https://github.com/open-power/skiboot/commit/90ae8a0767ce>`__ test-ipmi-hiomap:
+ Add get-info-malformed tests
+- `7ae038042951 <https://github.com/open-power/skiboot/commit/7ae038042951>`__ test-ipmi-hiomap:
+ Add get-flash-info-malformed tests
+- `dba42852b0de <https://github.com/open-power/skiboot/commit/dba42852b0de>`__ test-ipmi-hiomap:
+ Add create-read-window-malformed tests
+- `564d5e4ba7e4 <https://github.com/open-power/skiboot/commit/564d5e4ba7e4>`__ test-ipmi-hiomap:
+ Add create-write-window-malformed tests
+- `b812fa3d16ce <https://github.com/open-power/skiboot/commit/b812fa3d16ce>`__ test-ipmi-hiomap:
+ Add mark-dirty-malformed tests
+- `0ebf921c1a0a <https://github.com/open-power/skiboot/commit/0ebf921c1a0a>`__ test-ipmi-hiomap:
+ Add flush-malformed tests
+- `4769cb645e20 <https://github.com/open-power/skiboot/commit/4769cb645e20>`__ test-ipmi-hiomap:
+ Add erase-malformed tests
+- `35a6cbe24717 <https://github.com/open-power/skiboot/commit/35a6cbe24717>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-ack test
+- `ffe09809c035 <https://github.com/open-power/skiboot/commit/ffe09809c035>`__ test-ipmi-hiomap:
+ Add protocol-recovery-failure-get-info test
+- `0e8e03ee34ba <https://github.com/open-power/skiboot/commit/0e8e03ee34ba>`__ test-ipmi-hiomap:
+ Add protocol-recovery-get-flash-info-failure test
+- `75622fe738cd <https://github.com/open-power/skiboot/commit/75622fe738cd>`__ test-ipmi-hiomap:
+ Add read-one-block-twice test
+- `1a8a5c352762 <https://github.com/open-power/skiboot/commit/1a8a5c352762>`__ test-ipmi-hiomap:
+ Add write-one-block-twice test
+- `2d8b0043aa9d <https://github.com/open-power/skiboot/commit/2d8b0043aa9d>`__ test-ipmi-hiomap:
+ Add erase-one-block-twice test
+- `381a7e6553d7 <https://github.com/open-power/skiboot/commit/381a7e6553d7>`__ ast-io: Rework
+ ast_sio_is_enabled() test sequence
+- `6e7145a55afc <https://github.com/open-power/skiboot/commit/6e7145a55afc>`__ astbmc: Try IPMI
+ HIOMAP for P8 (again)
+- `52be9b85e455 <https://github.com/open-power/skiboot/commit/52be9b85e455>`__ zaius: Add BMC
+ description
+- `4ff0e16df304 <https://github.com/open-power/skiboot/commit/4ff0e16df304>`__ p8dtu: Enable HIOMAP
+ support
+- `137b11c77feb <https://github.com/open-power/skiboot/commit/137b11c77feb>`__ p8dtu: Configure BMC
+ graphics
+- `b7594b26929e <https://github.com/open-power/skiboot/commit/b7594b26929e>`__ astbmc: Enable IPMI
+ HIOMAP for AMI platforms
+- `cccf5d79de07 <https://github.com/open-power/skiboot/commit/cccf5d79de07>`__ core/flash: Retry
+ requests as necessary in flash_load_resource()
+- `6225d1192493 <https://github.com/open-power/skiboot/commit/6225d1192493>`__ astbmc: Handle
+ failure to initialise raw flash
+
+Anju T Sudhakar (7):
+
+- `6d9a87cec05a <https://github.com/open-power/skiboot/commit/6d9a87cec05a>`__ doc/imc: Edit
+ imc.rst documentation to include
+- `09e912109070 <https://github.com/open-power/skiboot/commit/09e912109070>`__ doc/device-tree:
+ Edit device tree documentation for imc to include trace-node information.
+- `f3a0fb699040 <https://github.com/open-power/skiboot/commit/f3a0fb699040>`__ doc/opal-api: Edit
+ documentation for IMC opal call to include trace-imc
+- `5506d8a45882 <https://github.com/open-power/skiboot/commit/5506d8a45882>`__ include/imc: Trace
+ IMC Macro definitions
+- `fa8f3f3fcead <https://github.com/open-power/skiboot/commit/fa8f3f3fcead>`__ hw/imc: Refactor
+ opal init call for core-imc
+- `df2a1e579aaa <https://github.com/open-power/skiboot/commit/df2a1e579aaa>`__ hw/imc: Enable opal
+ calls to init/start/stop IMC Trace mode
+- `027d87475eff <https://github.com/open-power/skiboot/commit/027d87475eff>`__ external/mambo:
+ Mambo hack to add trace-imc nodes in the device-tree
+
+Artem Senichev (1):
+
+- `eb83850ee1de <https://github.com/open-power/skiboot/commit/eb83850ee1de>`__ platforms/vesnin:
+ Disable PCIe port bifurcation
+
+Cédric Le Goater (1):
+
+- `bbcbbd3e071f <https://github.com/open-power/skiboot/commit/bbcbbd3e071f>`__ xive: Add calls to
+ save/restore the queues and VPs HW state
+
+Deb McLemore (6):
+
+- `31231ed300f2 <https://github.com/open-power/skiboot/commit/31231ed300f2>`__ p9dsu: Fix p9dsu
+ default variant
+- `87517c8737b9 <https://github.com/open-power/skiboot/commit/87517c8737b9>`__ p9dsu: Fix p9dsu
+ slot tables
+- `83f06eec281d <https://github.com/open-power/skiboot/commit/83f06eec281d>`__ p9dsu: Fix p9dsu
+ default variant
+- `c8941393f452 <https://github.com/open-power/skiboot/commit/c8941393f452>`__ p9dsu: Fix p9dsu
+ slot tables
+- `64a16ae05bb2 <https://github.com/open-power/skiboot/commit/64a16ae05bb2>`__ p9dsu: Fix slot
+ labels for p9dsu2u
+- `c470806a2e5e <https://github.com/open-power/skiboot/commit/c470806a2e5e>`__ p9dsu: Undo slot
+ label name changes
+
+Frederic Barrat (17):
+
+- `536c8fbf932d <https://github.com/open-power/skiboot/commit/536c8fbf932d>`__ npu2-opencapi:
+ Rework ODL register access
+- `e621b7b67951 <https://github.com/open-power/skiboot/commit/e621b7b67951>`__ npu2-opencapi: Setup
+ perf counters to detect CRC errors
+- `9f3cdff99656 <https://github.com/open-power/skiboot/commit/9f3cdff99656>`__ npu2-opencapi:
+ Rename functions used to reset an adapter
+- `ce9dd46d36d0 <https://github.com/open-power/skiboot/commit/ce9dd46d36d0>`__ npu2-opencapi: Keep
+ ODL and adapter in reset at the same time
+- `e4efac7d8c90 <https://github.com/open-power/skiboot/commit/e4efac7d8c90>`__ npu2-opencapi: ODL
+ should be in reset when enabled
+- `d75436f0d3d0 <https://github.com/open-power/skiboot/commit/d75436f0d3d0>`__ npu2-opencapi:
+ Extend delay after releasing reset on adapter
+- `998911498597 <https://github.com/open-power/skiboot/commit/998911498597>`__ npu2-opencapi: Fix
+ adapter reset when using 2 adapters
+- `8cf6758e1889 <https://github.com/open-power/skiboot/commit/8cf6758e1889>`__ npu2-hw-procedures:
+ Don’t set iovalid for opencapi devices
+- `11c5faa66aa0 <https://github.com/open-power/skiboot/commit/11c5faa66aa0>`__ npu2-hw-procedures:
+ Fix zcal in mixed opencapi and nvlink mode
+- `14a78d5c2e85 <https://github.com/open-power/skiboot/commit/14a78d5c2e85>`__ npu2/hw-procedures:
+ Fix parallel zcal for opencapi
+- `d3af5072cb55 <https://github.com/open-power/skiboot/commit/d3af5072cb55>`__ hw/npu2: Move npu2
+ irq setup code to common area
+- `fa97373f3274 <https://github.com/open-power/skiboot/commit/fa97373f3274>`__ hw/npu2: Use NVLink
+ irq setup for OpenCAPI
+- `f8dfd699f584 <https://github.com/open-power/skiboot/commit/f8dfd699f584>`__ hw/npu2: Setup an
+ error interrupt on some opencapi FIRs
+- `7320a21e7261 <https://github.com/open-power/skiboot/commit/7320a21e7261>`__ hw/npu2: Report
+ errors to the OS if an OpenCAPI brick is fenced
+- `d1f3e4faf9d9 <https://github.com/open-power/skiboot/commit/d1f3e4faf9d9>`__ hw/npu2: Dump (more)
+ npu2 registers on link error and HMIs
+- `87528900ad41 <https://github.com/open-power/skiboot/commit/87528900ad41>`__ opal/hmi: Never
+ trust a cow!
+- `c3e38ba93c5f <https://github.com/open-power/skiboot/commit/c3e38ba93c5f>`__ hw/npu2: Show name
+ of opencapi error interrupts
+
+Jeff Scheel (1):
+
+- `abd17b24a5ae <https://github.com/open-power/skiboot/commit/abd17b24a5ae>`__ doc: Adjusting tags
+ in release notes to eliminate global conflict for singlehtml builds
+
+Joel Stanley (3):
+
+- `23470f10d0b1 <https://github.com/open-power/skiboot/commit/23470f10d0b1>`__ Revert “astbmc: Try
+ IPMI HIOMAP for P8”
+- `cd2b103f2488 <https://github.com/open-power/skiboot/commit/cd2b103f2488>`__ Makefile: Check
+ -Wno-stringop-truncation is supported
+- `a7855bdd6593 <https://github.com/open-power/skiboot/commit/a7855bdd6593>`__ Makefile: Build with
+ symbols
+
+Jordan Niethe (1):
+
+- `9fde370b03c0 <https://github.com/open-power/skiboot/commit/9fde370b03c0>`__ chiptod: Remove
+ unused prototype from header
+
+Mahesh Salgaonkar (5):
+
+- `017da88b2d05 <https://github.com/open-power/skiboot/commit/017da88b2d05>`__ opal/hmi: Fix double
+ unlock of hmi lock in failure path.
+- `ca349b836d02 <https://github.com/open-power/skiboot/commit/ca349b836d02>`__ opal/hmi: Don’t
+ retry TOD recovery if it is already in failed state.
+- `497734984231 <https://github.com/open-power/skiboot/commit/497734984231>`__ opal/hmi: set a flag
+ to inform OS that TOD/TB has failed.
+- `2c71d7032484 <https://github.com/open-power/skiboot/commit/2c71d7032484>`__ Fix hang in
+ pnv_platform_error_reboot path due to TOD failure.
+- `5f339b4b5d80 <https://github.com/open-power/skiboot/commit/5f339b4b5d80>`__ opal/hmi: Initialize
+ the hmi event with old value of TFMR.
+
+Michael Neuling (1):
+
+- `740904858586 <https://github.com/open-power/skiboot/commit/740904858586>`__ xive: Make no_sync
+ parameter affermative in \__xive_set_irq_config()
+
+Michal Suchanek (1):
+
+- `bef1ddc40813 <https://github.com/open-power/skiboot/commit/bef1ddc40813>`__ libffs: Fix string
+ truncation gcc warning.
+
+Nicholas Piggin (28):
+
+- `3500a606c6db <https://github.com/open-power/skiboot/commit/3500a606c6db>`__ phb4: remove POWER9N
+ DD1 creset workaround
+- `3b4ae3a2e2a5 <https://github.com/open-power/skiboot/commit/3b4ae3a2e2a5>`__ xive: remove POWER9N
+ DD1 NVT table size workaround
+- `0b0d15e3c170 <https://github.com/open-power/skiboot/commit/0b0d15e3c170>`__ Remove POWER9N DD1
+ support
+- `d27180b55d77 <https://github.com/open-power/skiboot/commit/d27180b55d77>`__ core/cpu: HID update
+ race
+- `57610a3681bc <https://github.com/open-power/skiboot/commit/57610a3681bc>`__ external/mambo:
+ allow CPU targeting for most debug utils
+- `0d44d7f7d29d <https://github.com/open-power/skiboot/commit/0d44d7f7d29d>`__ core/init: rename
+ setup_reset_vector
+- `9e075d75274c <https://github.com/open-power/skiboot/commit/9e075d75274c>`__ core/cpu: do not
+ inline cpu_relax
+- `9c58bbd720b7 <https://github.com/open-power/skiboot/commit/9c58bbd720b7>`__ core/exceptions:
+ save current MSR in exception frame
+- `e1d44e8c117f <https://github.com/open-power/skiboot/commit/e1d44e8c117f>`__ asm/head: use HSRR
+ exception registers in FIXUP_ENDIAN
+- `02aea4c8760a <https://github.com/open-power/skiboot/commit/02aea4c8760a>`__ core/init: rearrange
+ final boot steps
+- `d25287a167fd <https://github.com/open-power/skiboot/commit/d25287a167fd>`__ core/fast-reboot:
+ improve NMI handling during fast reset
+- `ebb814a80369 <https://github.com/open-power/skiboot/commit/ebb814a80369>`__ core/init: enable
+ machine check on secondaries
+- `75669cb37067 <https://github.com/open-power/skiboot/commit/75669cb37067>`__ asm/head: provide
+ asm support for interrupts to be returned from
+- `37baa9731d0d <https://github.com/open-power/skiboot/commit/37baa9731d0d>`__ core/fast-reboot:
+ fast reboot specific sreset patch
+- `4ebb78cffda8 <https://github.com/open-power/skiboot/commit/4ebb78cffda8>`__ asm/head: sreset
+ handler remove FIXUP_ENDIAN
+- `8a43bf86b7d4 <https://github.com/open-power/skiboot/commit/8a43bf86b7d4>`__ core/exceptions:
+ implement an exception handler for non-powersave sresets
+- `22524e901744 <https://github.com/open-power/skiboot/commit/22524e901744>`__ core/exceptions:
+ allow recoverable sreset exceptions
+- `5d86cebd5368 <https://github.com/open-power/skiboot/commit/5d86cebd5368>`__ core/exceptions:
+ implement support for MCE interrupts in powersave
+- `c51c7a5df601 <https://github.com/open-power/skiboot/commit/c51c7a5df601>`__ core/cpu: HID update
+ race
+- `450b429feb43 <https://github.com/open-power/skiboot/commit/450b429feb43>`__ asm/head: move
+ unnecessary code out of head
+- `36dca1e915da <https://github.com/open-power/skiboot/commit/36dca1e915da>`__ build:
+ -fno-asynchronous-unwind-tables
+- `6b08928fb487 <https://github.com/open-power/skiboot/commit/6b08928fb487>`__ build/lds: place
+ debug sections according to defaults
+- `065877fc59de <https://github.com/open-power/skiboot/commit/065877fc59de>`__ build/lds: place
+ remaining sections according to defaults
+- `7f22e25c2b97 <https://github.com/open-power/skiboot/commit/7f22e25c2b97>`__ build: link with
+ –orphan-handling=warn
+- `53ef0db6e2ef <https://github.com/open-power/skiboot/commit/53ef0db6e2ef>`__ asm/head.S: set
+ POWER9 radix HID bit at entry
+- `f244f3e1b679 <https://github.com/open-power/skiboot/commit/f244f3e1b679>`__ external/mambo: also
+ invoke readline for the non-autorun case
+- `32a23ae6b0d3 <https://github.com/open-power/skiboot/commit/32a23ae6b0d3>`__ asm/head: balance
+ branches to avoid link stack predictor mispredicts
+- `2c8f96534a97 <https://github.com/open-power/skiboot/commit/2c8f96534a97>`__ hw/xscom: add
+ missing P9P chip name
+
+Oliver O’Halloran (35):
+
+- `08981e62e1d9 <https://github.com/open-power/skiboot/commit/08981e62e1d9>`__ phb4: Rework BDFN
+ filtering in phb4_set_pe()
+- `2f5d15f167b0 <https://github.com/open-power/skiboot/commit/2f5d15f167b0>`__ phb4: Remove
+ pointless NULL checks
+- `e19f14e3134b <https://github.com/open-power/skiboot/commit/e19f14e3134b>`__ phb4: Eliminate
+ p->rte_cache
+- `a3a64a4b8737 <https://github.com/open-power/skiboot/commit/a3a64a4b8737>`__ phb4: Eliminate
+ peltv_cache
+- `639f67285c2c <https://github.com/open-power/skiboot/commit/639f67285c2c>`__ phb4: Update some
+ comments
+- `3eadafbd35ae <https://github.com/open-power/skiboot/commit/3eadafbd35ae>`__ hdata/test: Fix up
+ linux,sml-base property
+- `fa3dee2a63e6 <https://github.com/open-power/skiboot/commit/fa3dee2a63e6>`__ hdata/test: Add
+ OP920 HDAT test data
+- `f35a3c376a44 <https://github.com/open-power/skiboot/commit/f35a3c376a44>`__ hdata/memory: Remove
+ find_shared()
+- `4822a7ba9d33 <https://github.com/open-power/skiboot/commit/4822a7ba9d33>`__ hdata/memory: Add
+ NVDIMM support
+- `9b67792c3801 <https://github.com/open-power/skiboot/commit/9b67792c3801>`__ hw/phb4: Fix
+ indentation of brdgCtl
+- `43f11d51e601 <https://github.com/open-power/skiboot/commit/43f11d51e601>`__ platforms/zz:
+ Re-enable LXVPD slot information parsing
+- `1941d3f26373 <https://github.com/open-power/skiboot/commit/1941d3f26373>`__ platforms/romulus:
+ Also support talos
+- `1c3baae4f2b3 <https://github.com/open-power/skiboot/commit/1c3baae4f2b3>`__ hdata/iohub: Look
+ for IOVPD on P9
+- `0ec1e37004da <https://github.com/open-power/skiboot/commit/0ec1e37004da>`__ hw/phb4: Look for
+ the hub-id from in the PBCQ node
+- `14372fc9fb60 <https://github.com/open-power/skiboot/commit/14372fc9fb60>`__ core/pci: Increase
+ the max slot string size
+- `99937b943845 <https://github.com/open-power/skiboot/commit/99937b943845>`__ core/pcie-slot: Set
+ power state from the PWRCTL flag
+- `efc568c1e30b <https://github.com/open-power/skiboot/commit/efc568c1e30b>`__ fsp/lxvpd: Print
+ more LXVPD slot information
+- `0c86fef7e502 <https://github.com/open-power/skiboot/commit/0c86fef7e502>`__ firenze-pci: Always
+ init slot info from LXVPD
+- `1ef5a64b85d5 <https://github.com/open-power/skiboot/commit/1ef5a64b85d5>`__ core/pcie-slot:
+ Better explain suprise_check
+- `84aa25921a09 <https://github.com/open-power/skiboot/commit/84aa25921a09>`__ core/pcie-slot:
+ Don’t bail early in the power on case
+- `70edcbb4b39d <https://github.com/open-power/skiboot/commit/70edcbb4b39d>`__ hw/phb4: Skip FRESET
+ PERST when coming from CRESET
+- `e89d3f32d216 <https://github.com/open-power/skiboot/commit/e89d3f32d216>`__ hw/phb4: Remove
+ FRESET presence check
+- `b8b4c79d4419 <https://github.com/open-power/skiboot/commit/b8b4c79d4419>`__ hw/phb4: Factor out
+ PERST control
+- `722cf1c2ed56 <https://github.com/open-power/skiboot/commit/722cf1c2ed56>`__ hw/phb4: Drop
+ FRESET_DEASSERT_DELAY state
+- `a31085d7d432 <https://github.com/open-power/skiboot/commit/a31085d7d432>`__ core/i2c: Add
+ request state tracking
+- `d290b244efbc <https://github.com/open-power/skiboot/commit/d290b244efbc>`__ core/i2c: Poll on
+ request state in i2c_request_send()
+- `319e7d935f13 <https://github.com/open-power/skiboot/commit/319e7d935f13>`__ core/i2c: split
+ i2c_request_send()
+- `517f088a8e39 <https://github.com/open-power/skiboot/commit/517f088a8e39>`__ platforms/firenze:
+ Rework I2C controller fixups
+- `ff960a77a192 <https://github.com/open-power/skiboot/commit/ff960a77a192>`__ core/pci: Prefer
+ ibm, slot-label when finding loc codes
+- `af5a3ee925d1 <https://github.com/open-power/skiboot/commit/af5a3ee925d1>`__ hw/xscom: Enable sw
+ xstop by default on p9
+- `b507209d2266 <https://github.com/open-power/skiboot/commit/b507209d2266>`__ hw/phb4: Squash the
+ IO bridge window
+- `2e2157121aa1 <https://github.com/open-power/skiboot/commit/2e2157121aa1>`__ hw/phb4: Read
+ ibm,loc-code from PBCQ node
+- `b50406ba4878 <https://github.com/open-power/skiboot/commit/b50406ba4878>`__ core/pci: Use PHB
+ io-base-location by default for PHB slots
+- `98a1ae107396 <https://github.com/open-power/skiboot/commit/98a1ae107396>`__ hw/phb4: Fix
+ references to PHB3
+- `290fbf30ddc2 <https://github.com/open-power/skiboot/commit/290fbf30ddc2>`__ pci/iov: Remove
+ skiboot VF tracking
+
+Reza Arbab (19):
+
+- `aa56d9a2abdb <https://github.com/open-power/skiboot/commit/aa56d9a2abdb>`__ Remove duplicate
+ npu2-common.o from $(HW_OBJS)
+- `552cb9e371d8 <https://github.com/open-power/skiboot/commit/552cb9e371d8>`__ npu2: Remove dead
+ code from npu2_cfg_write_bar()
+- `69ca8a8ff7a9 <https://github.com/open-power/skiboot/commit/69ca8a8ff7a9>`__ npu2: Remove unused
+ npu2::bdf2pe_cache
+- `2d12672a812f <https://github.com/open-power/skiboot/commit/2d12672a812f>`__ npu2: Remove unused
+ npu2::lxive_cache
+- `237882bfc84f <https://github.com/open-power/skiboot/commit/237882bfc84f>`__ npu2: Remove unused
+ npu2_dev::procedure_data
+- `b496cab97086 <https://github.com/open-power/skiboot/commit/b496cab97086>`__ npu2: Remove unused
+ npu2_dev_nvlink::vendor_cap
+- `cd5ddbe3b40c <https://github.com/open-power/skiboot/commit/cd5ddbe3b40c>`__ npu2: Fix missing
+ iteration in tce kill loop
+- `3f79ab6cdb4d <https://github.com/open-power/skiboot/commit/3f79ab6cdb4d>`__ npu2: Remove
+ redundant assignment to p->phb_nvlink.scan_map
+- `38cf215cb505 <https://github.com/open-power/skiboot/commit/38cf215cb505>`__ npu2: Replace open
+ coded dt_find_by_name_addr()
+- `9ef153f6f013 <https://github.com/open-power/skiboot/commit/9ef153f6f013>`__ core/lock: Stop
+ drop_my_locks() from always causing abort
+- `d3803711f8a9 <https://github.com/open-power/skiboot/commit/d3803711f8a9>`__ Add PVR_TYPE_P9P
+- `1ab11ac8b4b9 <https://github.com/open-power/skiboot/commit/1ab11ac8b4b9>`__ core/lock: Stop
+ drop_my_locks() from always causing abort
+- `855465aa7804 <https://github.com/open-power/skiboot/commit/855465aa7804>`__ devicetree: Fix
+ syntax error in power9-phb4.dts
+- `85c4c823ab11 <https://github.com/open-power/skiboot/commit/85c4c823ab11>`__ devicetree: Fix typo
+ in power9-phb4.dts
+- `eecd9083f1bd <https://github.com/open-power/skiboot/commit/eecd9083f1bd>`__ devicetree: Add nx
+ node to power9-phb4.dts
+- `13926b45897b <https://github.com/open-power/skiboot/commit/13926b45897b>`__ devicetree: Move
+ power9-phb4.dts
+- `50d1a089deef <https://github.com/open-power/skiboot/commit/50d1a089deef>`__ devicetree: Add
+ p9-simics.dts
+- `9f9dd8d71de9 <https://github.com/open-power/skiboot/commit/9f9dd8d71de9>`__ devicetree: Add
+ Makefile to build dtb binaries
+- `46050485f5ef <https://github.com/open-power/skiboot/commit/46050485f5ef>`__ README: Reflect
+ openpower_mambo_defconfig name change
+
+Russell Currey (2):
+
+- `8d8a9ca30453 <https://github.com/open-power/skiboot/commit/8d8a9ca30453>`__ external/mambo:
+ Populate kernel-base-address in the DT
+- `edf7e841ff9d <https://github.com/open-power/skiboot/commit/edf7e841ff9d>`__ external/mambo:
+ Error out if kernel is too large
+
+Samuel Mendoza-Jonas (3):
+
+- `9834b0874af4 <https://github.com/open-power/skiboot/commit/9834b0874af4>`__ include/ipmi: Fix
+ incorrect chassis commands
+- `757dfba75e03 <https://github.com/open-power/skiboot/commit/757dfba75e03>`__ platforms/astbmc:
+ Check for SBE validation step
+- `6ef47971a87d <https://github.com/open-power/skiboot/commit/6ef47971a87d>`__ doc/bmc: Document
+ SBE validation on P8 platforms
+
+Santosh Sivaraj (2):
+
+- `3ac2db0a83e7 <https://github.com/open-power/skiboot/commit/3ac2db0a83e7>`__ flash: Add support
+ for async decompression
+- `c86fb12c07a6 <https://github.com/open-power/skiboot/commit/c86fb12c07a6>`__ imc/catalog:
+ Decompress catalog asynchronously
+
+Shilpasri G Bhat (4):
+
+- `a96739c6c1cd <https://github.com/open-power/skiboot/commit/a96739c6c1cd>`__ powercap: occ: Fix
+ the powercapping range allowed for user
+- `0fe8ecd59fc0 <https://github.com/open-power/skiboot/commit/0fe8ecd59fc0>`__ powercap: occ: Fix
+ the powercapping range allowed for user
+- `27e4943eade2 <https://github.com/open-power/skiboot/commit/27e4943eade2>`__ fast-reboot: occ:
+ Remove ‘freq-domain-mask’ from fast-reboot path
+- `961b7128ebd8 <https://github.com/open-power/skiboot/commit/961b7128ebd8>`__ fast-reboot: occ:
+ Call occ_pstates_init() on fast-reset on all machines
+
+Stewart Smith (51):
+
+- `44aa41061a9f <https://github.com/open-power/skiboot/commit/44aa41061a9f>`__ qemu: bt device
+ isn’t always hanging off /
+- `59a21fc87f54 <https://github.com/open-power/skiboot/commit/59a21fc87f54>`__ sparse: Make tree
+ ‘constant is so big’ warning clean
+- `625f9ac034f1 <https://github.com/open-power/skiboot/commit/625f9ac034f1>`__ zz: platform_ocapi
+ can be static
+- `ec65b9ab4c4c <https://github.com/open-power/skiboot/commit/ec65b9ab4c4c>`__ zaius: zaius_ocapi
+ can be static
+- `c2c426ef668b <https://github.com/open-power/skiboot/commit/c2c426ef668b>`__ doc: clarify
+ OPAL_RTC_READ return values
+- `3170270be92a <https://github.com/open-power/skiboot/commit/3170270be92a>`__ firmware-versions:
+ Add test case for parsing VERSION
+- `6bb72e8f7b9d <https://github.com/open-power/skiboot/commit/6bb72e8f7b9d>`__ firmware-versions:
+ Add test case for parsing VERSION
+- `816a1d7bb2ef <https://github.com/open-power/skiboot/commit/816a1d7bb2ef>`__ pflash: Support
+ encoding/decoding ECC’d partitions
+- `0647f2a2c4eb <https://github.com/open-power/skiboot/commit/0647f2a2c4eb>`__ skiboot v6.2.1
+ release notes
+- `75382eb708c0 <https://github.com/open-power/skiboot/commit/75382eb708c0>`__ skiboot v6.2.1
+ release notes
+- `7ac85e4517cc <https://github.com/open-power/skiboot/commit/7ac85e4517cc>`__ skiboot v6.0.17
+ release notes
+- `40b377a01ef5 <https://github.com/open-power/skiboot/commit/40b377a01ef5>`__ hw/test: generalise
+ makefile
+- `81847dd347ef <https://github.com/open-power/skiboot/commit/81847dd347ef>`__ doc: fix definition
+ lists in opal-imc-counters
+- `f3ad5bb09249 <https://github.com/open-power/skiboot/commit/f3ad5bb09249>`__ sparse: symbol
+ ‘sbe_timer_lock’ was not declared. Should it be static?
+- `96c0ec2ab78b <https://github.com/open-power/skiboot/commit/96c0ec2ab78b>`__ sparse: symbol
+ ‘xive_buddy_lock/xive_vp_buddy’ was not declared. Should it be static?
+- `f9b79a611501 <https://github.com/open-power/skiboot/commit/f9b79a611501>`__ sparse: symbol
+ ’NPU2_PHY_*’ was not declared. Should it be static?
+- `655e0bc6865c <https://github.com/open-power/skiboot/commit/655e0bc6865c>`__ sparse: symbol
+ ’procedure_*’ was not declared. Should it be static?
+- `039d184dda21 <https://github.com/open-power/skiboot/commit/039d184dda21>`__ sparse: symbols in
+ imc.c weren’t declared, Should they be static?
+- `3b8b7e8c4e78 <https://github.com/open-power/skiboot/commit/3b8b7e8c4e78>`__ sparse: symbol
+ ‘*bar*’ was not declared. Should it be static?
+- `0eea56b06b4f <https://github.com/open-power/skiboot/commit/0eea56b06b4f>`__ Don’t use variable
+ length arrays in exception code
+- `ee01ef4ed82a <https://github.com/open-power/skiboot/commit/ee01ef4ed82a>`__ i2c: Fix sparse
+ warnings for type assignment
+- `428cb852e3a0 <https://github.com/open-power/skiboot/commit/428cb852e3a0>`__ qemu: bt device
+ isn’t always hanging off /
+- `3ef409d43de9 <https://github.com/open-power/skiboot/commit/3ef409d43de9>`__ doc:
+ s/stb_init()/secureboot_init()/ to match reality
+- `2b96407921a6 <https://github.com/open-power/skiboot/commit/2b96407921a6>`__ opal-ci: Drop
+ CentOS6 support
+- `6c36257bf32f <https://github.com/open-power/skiboot/commit/6c36257bf32f>`__ opal-ci: Drop
+ unneded reference to ubuntu 12.04
+- `e4a06f098c4f <https://github.com/open-power/skiboot/commit/e4a06f098c4f>`__ opal-ci: drop fedora
+ 28
+- `7cd8402c3bec <https://github.com/open-power/skiboot/commit/7cd8402c3bec>`__ Drop old Coverity
+ jobs (we build via separate .travis.yml in a branch)
+- `043e85bf7477 <https://github.com/open-power/skiboot/commit/043e85bf7477>`__
+ hw/ipmi/test/run-fru: Fix string truncation warning, enhance test
+- `fedb949b7179 <https://github.com/open-power/skiboot/commit/fedb949b7179>`__ Fix broken
+ opal-ci/build-fedora-rawhide.sh symlink
+- `c0faa9232168 <https://github.com/open-power/skiboot/commit/c0faa9232168>`__ hdata: Add
+ protection against corrupt ntuples structure
+- `a2c13f1d6119 <https://github.com/open-power/skiboot/commit/a2c13f1d6119>`__ hdata_to_dt: fail
+ “gracefully” on fatal op_display()
+- `bee7be6ab780 <https://github.com/open-power/skiboot/commit/bee7be6ab780>`__ hdata: Prevent NULL
+ dereference on duplicate slot map info
+- `d0e56d97d4cd <https://github.com/open-power/skiboot/commit/d0e56d97d4cd>`__ ci: Remove
+ debian-jessie boot test.
+- `cb87cf17279b <https://github.com/open-power/skiboot/commit/cb87cf17279b>`__ ci: qemu boot tests
+ should use built skiboot
+- `133cc8cea258 <https://github.com/open-power/skiboot/commit/133cc8cea258>`__ ci/fedora29:
+ –allowerasing to work around conflicting packages
+- `11374f20e8f1 <https://github.com/open-power/skiboot/commit/11374f20e8f1>`__ Bump allowed stack
+ frame size for unit tests/host programs
+- `3e0eef2e9a92 <https://github.com/open-power/skiboot/commit/3e0eef2e9a92>`__ Force noinline for
+ pci_add_(one)_device_node(s)()
+- `050d8165ab05 <https://github.com/open-power/skiboot/commit/050d8165ab05>`__ skiboot v6.3-rc1
+ release notes
+- `24268c766206 <https://github.com/open-power/skiboot/commit/24268c766206>`__ cpufeatures: Add
+ tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug node
+- `ff79070d1c4c <https://github.com/open-power/skiboot/commit/ff79070d1c4c>`__ skiboot v6.3-rc2
+ release notes
+- `208ca81ffd47 <https://github.com/open-power/skiboot/commit/208ca81ffd47>`__ opal-ci: Centos7
+ with latest crosstool toolchain (gcc 8.1.0)
+- `d318cdb3863f <https://github.com/open-power/skiboot/commit/d318cdb3863f>`__ hw/xscom: P9P rather
+ than P9
+- `cb2e148df960 <https://github.com/open-power/skiboot/commit/cb2e148df960>`__ doc: Add (most)
+ nvram debugging options
+- `44afdc1afb1f <https://github.com/open-power/skiboot/commit/44afdc1afb1f>`__ core/init: LPC isn’t
+ just P8 (fix comment)
+- `b877a4e8b9ea <https://github.com/open-power/skiboot/commit/b877a4e8b9ea>`__ Write boot progress
+ to LPC port 80h
+- `0634dd410dae <https://github.com/open-power/skiboot/commit/0634dd410dae>`__ Write boot progress
+ to LPC ports 81 and 82
+- `588c39adb1ec <https://github.com/open-power/skiboot/commit/588c39adb1ec>`__ skiboot v6.3-rc3
+ release notes
+- `119108908e9b <https://github.com/open-power/skiboot/commit/119108908e9b>`__ pci: Try harder to
+ add meaningful ibm,loc-code
+- `14f709b8eeda <https://github.com/open-power/skiboot/commit/14f709b8eeda>`__ Disable fast-reset
+ for POWER8
+- `54811997b6d0 <https://github.com/open-power/skiboot/commit/54811997b6d0>`__ skiboot v6.3 release
+ notes
+- `2cc067ede570 <https://github.com/open-power/skiboot/commit/2cc067ede570>`__ ipmi: ensure forward
+ progress on ipmi_queue_msg_sync()
+
+Timothy Pearson (5):
+
+- `8b26e29acbc8 <https://github.com/open-power/skiboot/commit/8b26e29acbc8>`__ Retry link training
+ at PCIe GEN1 if presence detected but training repeatedly failed
+- `23903ca69351 <https://github.com/open-power/skiboot/commit/23903ca69351>`__ Copy and convert
+ Romulus descriptors to Talos
+- `c51914b87b48 <https://github.com/open-power/skiboot/commit/c51914b87b48>`__ Remove Talos DT
+ match from Romulus file
+- `27fcf2fa8350 <https://github.com/open-power/skiboot/commit/27fcf2fa8350>`__ Expose PNOR Flash
+ partitions to host MTD driver via devicetree
+- `0f42d72abdf7 <https://github.com/open-power/skiboot/commit/0f42d72abdf7>`__ Mark all partitions
+ except full PNOR and boot kernel firmware read only
+
+Vaibhav Jain (8):
+
+- `658c39dda366 <https://github.com/open-power/skiboot/commit/658c39dda366>`__ opal: Update
+ opal_del_host_sync_notifier() to accept ’void \*data’
+- `9d2d0115eaca <https://github.com/open-power/skiboot/commit/9d2d0115eaca>`__ core/pci: Introduce
+ a new pci_slot_op named completed_sm_run()
+- `763f397d5be7 <https://github.com/open-power/skiboot/commit/763f397d5be7>`__ capp/phb: Introduce
+ ‘struct capp’ to hold capp related info in ‘struct phb’
+- `1a87f8f97175 <https://github.com/open-power/skiboot/commit/1a87f8f97175>`__ phb4/capp: Update
+ and re-factor phb4_set_capi_mode()
+- `78ccc722c2fd <https://github.com/open-power/skiboot/commit/78ccc722c2fd>`__ capp/phb4: Force
+ CAPP to PCIe mode during kernel shutdown
+- `52fa634e2152 <https://github.com/open-power/skiboot/commit/52fa634e2152>`__ capp/phb4: Introduce
+ PHB4 flag, PHB4_CAPP_DISABLE to disable CAPP
+- `3dc87605be7a <https://github.com/open-power/skiboot/commit/3dc87605be7a>`__ phb4/capp: Implement
+ sequence to disable CAPP and enable fast-reset
+- `d572d3a72fa2 <https://github.com/open-power/skiboot/commit/d572d3a72fa2>`__ capp/phb4: Prevent
+ HMI from getting triggered when disabling CAPP
+
+Vasant Hegde (38):
+
+- `06ef9bd2d9a6 <https://github.com/open-power/skiboot/commit/06ef9bd2d9a6>`__ skiboot v6.0.15
+ release notes
+- `7516e3827e50 <https://github.com/open-power/skiboot/commit/7516e3827e50>`__ core/ipmi: Improve
+ error message
+- `554062d7fe5a <https://github.com/open-power/skiboot/commit/554062d7fe5a>`__ core/opal: Print PIR
+ value in exit path
+- `67fc150c82a7 <https://github.com/open-power/skiboot/commit/67fc150c82a7>`__ skiboot v6.0.16
+ release notes
+- `ab10b2e62e58 <https://github.com/open-power/skiboot/commit/ab10b2e62e58>`__ core/ipmi: Improve
+ error message
+- `d07a5622a9e1 <https://github.com/open-power/skiboot/commit/d07a5622a9e1>`__ core/opal: Print PIR
+ value in exit path
+- `b1d421875b4c <https://github.com/open-power/skiboot/commit/b1d421875b4c>`__ ipmi/power: Fix
+ system reboot issue
+- `dd9b61cdfca7 <https://github.com/open-power/skiboot/commit/dd9b61cdfca7>`__ hdata/i2c: Reduce
+ severity of log message
+- `b570fb646289 <https://github.com/open-power/skiboot/commit/b570fb646289>`__ libflash/ecc: Fix
+ compilation warning
+- `cadaf7c36e83 <https://github.com/open-power/skiboot/commit/cadaf7c36e83>`__ libflash/ecc: Fix
+ compilation warning
+- `fdd27ca27231 <https://github.com/open-power/skiboot/commit/fdd27ca27231>`__ hw/bt: Fix message
+ retry handler
+- `01f977c33d46 <https://github.com/open-power/skiboot/commit/01f977c33d46>`__ hw/bt: Add backend
+ interface to disable ipmi message retry option
+- `c526a280dcd1 <https://github.com/open-power/skiboot/commit/c526a280dcd1>`__ hdata/memory: Fix
+ warning message
+- `4f0ceb63e951 <https://github.com/open-power/skiboot/commit/4f0ceb63e951>`__ hdata/memory:
+ Removed share-id property
+- `61978c2c54d0 <https://github.com/open-power/skiboot/commit/61978c2c54d0>`__ hw/bt: Introduce
+ separate list for synchronous messages
+- `968c30905d7a <https://github.com/open-power/skiboot/commit/968c30905d7a>`__ core/ipmi: Add ipmi
+ sync messages to top of the list
+- `c0ab7b45db3d <https://github.com/open-power/skiboot/commit/c0ab7b45db3d>`__ hw/bt: Do not
+ disable ipmi message retry during OPAL boot
+- `2e2bf87b42f7 <https://github.com/open-power/skiboot/commit/2e2bf87b42f7>`__ ipmi/power: Fix
+ system reboot issue
+- `73fa7be132a4 <https://github.com/open-power/skiboot/commit/73fa7be132a4>`__ hw/bt: Fix message
+ retry handler
+- `44f90875712f <https://github.com/open-power/skiboot/commit/44f90875712f>`__ hw/bt: Add backend
+ interface to disable ipmi message retry option
+- `788c9ac2b926 <https://github.com/open-power/skiboot/commit/788c9ac2b926>`__ hw/bt: Introduce
+ separate list for synchronous messages
+- `28f5fe3a6edc <https://github.com/open-power/skiboot/commit/28f5fe3a6edc>`__ core/ipmi: Add ipmi
+ sync messages to top of the list
+- `af5c2978dbcd <https://github.com/open-power/skiboot/commit/af5c2978dbcd>`__ hw/bt: Do not
+ disable ipmi message retry during OPAL boot
+- `5da21e2cc79d <https://github.com/open-power/skiboot/commit/5da21e2cc79d>`__ skiboot v6.2.2
+ release notes
+- `6aa3bd8ab6ad <https://github.com/open-power/skiboot/commit/6aa3bd8ab6ad>`__ skiboot v6.0.18
+ release notes
+- `261ca8e779e5 <https://github.com/open-power/skiboot/commit/261ca8e779e5>`__ skiboot v6.2.2
+ release notes
+- `2ba5ce84a197 <https://github.com/open-power/skiboot/commit/2ba5ce84a197>`__ Update skiboot
+ stable tree rules
+- `4456616272a4 <https://github.com/open-power/skiboot/commit/4456616272a4>`__ skiboot v6.0.19
+ release notes
+- `92a5c57a14e2 <https://github.com/open-power/skiboot/commit/92a5c57a14e2>`__ skiboot v6.2.3
+ release notes
+- `08de14aaa937 <https://github.com/open-power/skiboot/commit/08de14aaa937>`__ core/ipmi: Print
+ correct netfn value
+- `7f291166283f <https://github.com/open-power/skiboot/commit/7f291166283f>`__
+ libflash/ipmi-hiomap: Fix blocks count issue
+- `dfa935ebaa54 <https://github.com/open-power/skiboot/commit/dfa935ebaa54>`__ test-ipmi-hiomap:
+ Assert if size is zero
+- `9facf3336054 <https://github.com/open-power/skiboot/commit/9facf3336054>`__ test-ipmi-hiomap:
+ Add write-one-byte test
+- `9fd1495fba7a <https://github.com/open-power/skiboot/commit/9fd1495fba7a>`__ test-ipmi-hiomap:
+ Fix lpc-read-success
+- `857f046d3ab0 <https://github.com/open-power/skiboot/commit/857f046d3ab0>`__ test-ipmi-hiomap:
+ Add read-one-byte test
+- `e0b8541ff8ca <https://github.com/open-power/skiboot/commit/e0b8541ff8ca>`__ opal-prd: Check
+ malloc return value
+- `ac226d2c98ad <https://github.com/open-power/skiboot/commit/ac226d2c98ad>`__ opal-prd: Fix memory
+ leak in is-fsp-system check
+- `990d248a61a0 <https://github.com/open-power/skiboot/commit/990d248a61a0>`__ skiboot v6.3.1
+ release notes
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _v2.3-patches-11:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-11:
+
+Commits
+~~~~~~~
+
+Artem Senichev (2):
+
+- `6549b6d2bf42 <https://github.com/open-power/vesnin-xml/commit/6549b6d2bf42>`__ Disable PCIe port
+ bifurcation
+- `f44f8808fc7c <https://github.com/open-power/vesnin-xml/commit/f44f8808fc7c>`__ Fix
+ IBSCOM_MCS_BASE_ADDR formatting
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _v2.3-patches-12:
+
+Patches
+~~~~~~~
+
+.. _v2.3-commits-12:
+
+Commits
+~~~~~~~
+
+Bill Hoffa (1):
+
+- `ed1f0ebe2e2e <https://github.com/open-power/witherspoon-xml/commit/ed1f0ebe2e2e>`__ The
+ CONFIG_APPLY attribute needs a default value
+
+Erich Hauptli (2):
+
+- `c47cddbcd13b <https://github.com/open-power/witherspoon-xml/commit/c47cddbcd13b>`__ Picked up
+ PROC_COMPAT\* attribute
+- `00f0727053e8 <https://github.com/open-power/witherspoon-xml/commit/00f0727053e8>`__ Fixing GPU
+ I2C Addresses
diff --git a/_sources/release-notes/v2.4-rc1.rst.txt b/_sources/release-notes/v2.4-rc1.rst.txt
new file mode 100644
index 0000000..04208c1
--- /dev/null
+++ b/_sources/release-notes/v2.4-rc1.rst.txt
@@ -0,0 +1,2298 @@
+Release Notes for OpenPower Firmware v2.4-rc1
+=============================================
+
+op-build v2.4-rc1 was released on Tuesday July 9th, 2019. It will become the new stable release of op-build,
+following on from v2.3, first released on May 21st, 2019.
+
+The op-build v2.4 release cycle has been fairly short, and follows on from v2.3 to ensure we have a more
+reliably predictable release schedule going for future releases.
+
+op-build v2.4-rc1 contains all the fixes as of op-build v2.3.1 and v2.0.15, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.4 release. We expect to do a final v2.4
+tagged release early April 2019. Please test this release candidate heavily!
+
+New platforms
+-------------
+
+- nicole
+
+Updated Packages
+----------------
+
++---------------------+--------------------+--------------------+------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+====================+====================+==========================================+
+| busybox | 1.29.3 | 1.30.1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| check | 0.11.0 | 0.12.0 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, p8dtu, vesnin, zz, |
+| | | | romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| dropbear | 2018.76 | 2019.78 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| glibc | glibc-2.28-94-g4ae | 2.29-11-ge28ad442e | witherspoon, p9dsu, zaius, habanero, |
+| | ff335ca | 7 | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hcode | hw041519a.opv23 | hw070619a.940 | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hostboot | ca03643dd8 | 2b061c6081 | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hostboot-binaries | hw041519a.opv23 | hw062819a.940 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, firestone, |
+| | | | palmetto, p8dtu, vesnin, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hostboot-p8 | dc218d94c5 | 27dda299f0 | habanero, garrison, barreleye, |
+| | | | firestone, palmetto, p8dtu, vesnin |
++---------------------+--------------------+--------------------+------------------------------------------+
+| libflash | v6.2 | v6.4-rc1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, p8dtu, vesnin, zz, |
+| | | | romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| linux | 5.0.7 | 5.1.16 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| linux-headers | 5.0.7 | 5.1.16 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| machine-xml | 741046046ec3 | eac9377724 | romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| machine-xml | f44f8808fc7c | deed9ba0bc | vesnin |
++---------------------+--------------------+--------------------+------------------------------------------+
+| machine-xml | e3e9aef82673 | a6f4df381b | witherspoon |
++---------------------+--------------------+--------------------+------------------------------------------+
+| nvme | v1.3 | v1.7 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| occ | 58e422dede | e5a2afd6cf | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| openpower-pnor | 2ea669b4aa | 43fc2ebbae | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, firestone, |
+| | | | palmetto, p8dtu, vesnin, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| petitboot | v1.10.3 | v1.10.4 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| sbe | 1410677b65 | b96edc83e9 | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| skiboot | v6.3.1 | v6.4-rc1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| sudo | 1.8.23 | 1.8.27 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+
+New Packages
+------------
+
++-------------+------------+---------------------------------------------------------------------------------+
+| Package | Version | Platforms |
++=============+============+=================================================================================+
+| cryptsetup | 2.0.6 | witherspoon,p9dsu,zaius,habanero,firenze,garrison,barreleye,pseries,opal,firest |
+| | | one,palmetto,p8dtu,vesnin,zz,romulus |
++-------------+------------+---------------------------------------------------------------------------------+
+| json-c | 0.13.1 | witherspoon,p9dsu,zaius,habanero,firenze,garrison,barreleye,pseries,opal,firest |
+| | | one,palmetto,p8dtu,vesnin,zz,romulus |
++-------------+------------+---------------------------------------------------------------------------------+
+| libflash | v6.4-rc1 | opal |
++-------------+------------+---------------------------------------------------------------------------------+
+
+Removed Packages
+----------------
+
++---------+-------------+-----------+
+| Package | Version | Platforms |
++=========+=============+===========+
+| occ-p8 | a2856b77a61 | opal |
++---------+-------------+-----------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Ben Gass (1):
+
+- `647c79394de1 <https://github.com/open-power/hcode/commit/647c79394de1>`__ Add p9a.omi.pll.scan.initfile
+ and ifCompiler support.
+
+Dan Crowell (1):
+
+- `9cad5ac42b3e <https://github.com/open-power/hcode/commit/9cad5ac42b3e>`__ Synch up OMI and MCA frequencies
+
+Prem Shanker Jha (4):
+
+- `cc0b781abd67 <https://github.com/open-power/hcode/commit/cc0b781abd67>`__ Self Save: Fixing self save of
+ core SPR.
+- `abe84794dea8 <https://github.com/open-power/hcode/commit/abe84794dea8>`__ VDM(Part 2): CME hcode support
+ for per quad VDM.
+- `62fab01afb46 <https://github.com/open-power/hcode/commit/62fab01afb46>`__ VDM(Part 3): Image build changes
+ for quad level VDM
+- `b897d74ad16d <https://github.com/open-power/hcode/commit/b897d74ad16d>`__ Stop API: STOP API made project
+ agnostic.
+
+Rahul Batra (4):
+
+- `793c77ef0f8b <https://github.com/open-power/hcode/commit/793c77ef0f8b>`__ PM: Fix Clip Update Timeout
+- `cade83363c25 <https://github.com/open-power/hcode/commit/cade83363c25>`__ PGPE: Fix Voltage Delay Math
+- `2def3a70b164 <https://github.com/open-power/hcode/commit/2def3a70b164>`__ PM: WOV(OCS) HW Procedures
+ Changes (1/2)
+- `4d775c52daa4 <https://github.com/open-power/hcode/commit/4d775c52daa4>`__ PM: WOV(OCS) PGPE Hcode Changes
+ (2/2)
+
+Sumit Kumar (2):
+
+- `e74922a6d8a0 <https://github.com/open-power/hcode/commit/e74922a6d8a0>`__ Updating latest selfRest.bin
+ file
+- `5086d51d705e <https://github.com/open-power/hcode/commit/5086d51d705e>`__ Enablement of Axone support
+
+Yue Du (2):
+
+- `f3d82eaa4d8c <https://github.com/open-power/hcode/commit/f3d82eaa4d8c>`__ Self Save: Added support for SPR
+ self save in CME hcode(func ver)
+- `f52ed17d38e2 <https://github.com/open-power/hcode/commit/f52ed17d38e2>`__ PM: Handle PIB Reset with data
+ check handler on all GPEs
+
+hostboot (70):
+
+- `33eeb29bcbf6 <https://github.com/open-power/hcode/commit/33eeb29bcbf6>`__ Release tag information updated
+ for hw032619a.940
+- `2c76877c7370 <https://github.com/open-power/hcode/commit/2c76877c7370>`__ Release tag information updated
+ for hw032719a.940
+- `0dbac1b4fde0 <https://github.com/open-power/hcode/commit/0dbac1b4fde0>`__ Release tag information updated
+ for hw032919a.940
+- `f89e3fc16469 <https://github.com/open-power/hcode/commit/f89e3fc16469>`__ Release tag information updated
+ for hw040219a.940
+- `2e3a283588c1 <https://github.com/open-power/hcode/commit/2e3a283588c1>`__ Release tag information updated
+ for hw040319a.940
+- `7aa944ea0394 <https://github.com/open-power/hcode/commit/7aa944ea0394>`__ Release tag information updated
+ for hw040419a.940
+- `b7e42ee4ac93 <https://github.com/open-power/hcode/commit/b7e42ee4ac93>`__ Release tag information updated
+ for hw040519a.940
+- `0068bf4a881f <https://github.com/open-power/hcode/commit/0068bf4a881f>`__ Release tag information updated
+ for hw040619a.940
+- `e194945ed60a <https://github.com/open-power/hcode/commit/e194945ed60a>`__ Release tag information updated
+ for hw040919a.940
+- `f3cda9419f28 <https://github.com/open-power/hcode/commit/f3cda9419f28>`__ Release tag information updated
+ for hw041019a.940
+- `06fd9cb6a476 <https://github.com/open-power/hcode/commit/06fd9cb6a476>`__ Release tag information updated
+ for hw041119a.opv23
+- `65dd1355197d <https://github.com/open-power/hcode/commit/65dd1355197d>`__ Release tag information updated
+ for hw041219a.opv23
+- `8dbd6d87ed00 <https://github.com/open-power/hcode/commit/8dbd6d87ed00>`__ Release tag information updated
+ for hw041219a.940
+- `cce430a720af <https://github.com/open-power/hcode/commit/cce430a720af>`__ Release tag information updated
+ for hw041319a.opv23
+- `ffbcc5c2f0cf <https://github.com/open-power/hcode/commit/ffbcc5c2f0cf>`__ Release tag information updated
+ for hw041319a.940
+- `adf78f8e0538 <https://github.com/open-power/hcode/commit/adf78f8e0538>`__ Release tag information updated
+ for hw041519a.opv23
+- `ce3d455f346d <https://github.com/open-power/hcode/commit/ce3d455f346d>`__ Release tag information updated
+ for hw041619a.940
+- `8c97ca682995 <https://github.com/open-power/hcode/commit/8c97ca682995>`__ Release tag information updated
+ for hw041719a.940
+- `4f9688427e91 <https://github.com/open-power/hcode/commit/4f9688427e91>`__ Release tag information updated
+ for hw041819a.940
+- `5acd078fd3f0 <https://github.com/open-power/hcode/commit/5acd078fd3f0>`__ Release tag information updated
+ for hw042019a.940
+- `4116020415c9 <https://github.com/open-power/hcode/commit/4116020415c9>`__ Release tag information updated
+ for hw042119a.940
+- `14a3a15e85ad <https://github.com/open-power/hcode/commit/14a3a15e85ad>`__ Release tag information updated
+ for hw042319a.940
+- `2f40a0bc37ee <https://github.com/open-power/hcode/commit/2f40a0bc37ee>`__ Release tag information updated
+ for hw042419a.940
+- `003286ea46c5 <https://github.com/open-power/hcode/commit/003286ea46c5>`__ Release tag information updated
+ for hw042519a.940
+- `dabc711649d5 <https://github.com/open-power/hcode/commit/dabc711649d5>`__ Release tag information updated
+ for hw043019a.940
+- `2c6610c66e83 <https://github.com/open-power/hcode/commit/2c6610c66e83>`__ Release tag information updated
+ for hw050119a.940
+- `39145945224a <https://github.com/open-power/hcode/commit/39145945224a>`__ Release tag information updated
+ for hw050319a.940
+- `0f4531f47288 <https://github.com/open-power/hcode/commit/0f4531f47288>`__ Release tag information updated
+ for hw050619a.940
+- `f7c4f239b1e5 <https://github.com/open-power/hcode/commit/f7c4f239b1e5>`__ Release tag information updated
+ for hw050719a.940
+- `c781b28fbeb6 <https://github.com/open-power/hcode/commit/c781b28fbeb6>`__ Release tag information updated
+ for hw050819a.940
+- `d0888141f218 <https://github.com/open-power/hcode/commit/d0888141f218>`__ Release tag information updated
+ for hw050919a.940
+- `e63f4dafc713 <https://github.com/open-power/hcode/commit/e63f4dafc713>`__ Release tag information updated
+ for hw051019a.940
+- `10f61cf1aa52 <https://github.com/open-power/hcode/commit/10f61cf1aa52>`__ Release tag information updated
+ for hw051119a.940
+- `68397358937e <https://github.com/open-power/hcode/commit/68397358937e>`__ Release tag information updated
+ for hw051419a.940
+- `617ca61be3e7 <https://github.com/open-power/hcode/commit/617ca61be3e7>`__ Release tag information updated
+ for hw051519a.940
+- `babbbd9e7ab4 <https://github.com/open-power/hcode/commit/babbbd9e7ab4>`__ Release tag information updated
+ for hw051619a.940
+- `1fae419a10e4 <https://github.com/open-power/hcode/commit/1fae419a10e4>`__ Release tag information updated
+ for hw051719a.940
+- `9fa0d43ee460 <https://github.com/open-power/hcode/commit/9fa0d43ee460>`__ Release tag information updated
+ for hw051819a.940
+- `a42f29857e7e <https://github.com/open-power/hcode/commit/a42f29857e7e>`__ Release tag information updated
+ for hw051919a.940
+- `07a00831e5b7 <https://github.com/open-power/hcode/commit/07a00831e5b7>`__ Release tag information updated
+ for hw052119a.940
+- `46218be06574 <https://github.com/open-power/hcode/commit/46218be06574>`__ Release tag information updated
+ for hw052219a.940
+- `2cc906fda56b <https://github.com/open-power/hcode/commit/2cc906fda56b>`__ Release tag information updated
+ for hw052419a.940
+- `49a2cb056e55 <https://github.com/open-power/hcode/commit/49a2cb056e55>`__ Release tag information updated
+ for hw052819a.940
+- `ed4018a1a7d5 <https://github.com/open-power/hcode/commit/ed4018a1a7d5>`__ Release tag information updated
+ for hw052919a.940
+- `59cfe7bac2f1 <https://github.com/open-power/hcode/commit/59cfe7bac2f1>`__ Release tag information updated
+ for hw053019a.940
+- `ee03775d4100 <https://github.com/open-power/hcode/commit/ee03775d4100>`__ Release tag information updated
+ for hw053119a.940
+- `14c3b1b259ae <https://github.com/open-power/hcode/commit/14c3b1b259ae>`__ Release tag information updated
+ for hw060119a.940
+- `ff534ad63c7b <https://github.com/open-power/hcode/commit/ff534ad63c7b>`__ Release tag information updated
+ for hw060319a.940
+- `d067896908e2 <https://github.com/open-power/hcode/commit/d067896908e2>`__ Release tag information updated
+ for hw060519a.940
+- `9d1e42453697 <https://github.com/open-power/hcode/commit/9d1e42453697>`__ Release tag information updated
+ for hw060619a.940
+- `6d78641ae7be <https://github.com/open-power/hcode/commit/6d78641ae7be>`__ Release tag information updated
+ for hw060719a.940
+- `150e0728a2b4 <https://github.com/open-power/hcode/commit/150e0728a2b4>`__ Release tag information updated
+ for hw060819a.940
+- `90451319ce96 <https://github.com/open-power/hcode/commit/90451319ce96>`__ Release tag information updated
+ for hw061119a.940
+- `ba05d3cfaca8 <https://github.com/open-power/hcode/commit/ba05d3cfaca8>`__ Release tag information updated
+ for hw061219a.940
+- `e9c438bf807b <https://github.com/open-power/hcode/commit/e9c438bf807b>`__ Release tag information updated
+ for hw061319a.940
+- `48a5e9a75af3 <https://github.com/open-power/hcode/commit/48a5e9a75af3>`__ Release tag information updated
+ for hw061419a.940
+- `bf63e7d6cc0f <https://github.com/open-power/hcode/commit/bf63e7d6cc0f>`__ Release tag information updated
+ for hw061519a.940
+- `862bea7c7ea0 <https://github.com/open-power/hcode/commit/862bea7c7ea0>`__ Release tag information updated
+ for hw061819a.940
+- `a80d726abf60 <https://github.com/open-power/hcode/commit/a80d726abf60>`__ Release tag information updated
+ for hw061919a.940
+- `78e266936926 <https://github.com/open-power/hcode/commit/78e266936926>`__ Release tag information updated
+ for hw061919b.940
+- `07697763fd69 <https://github.com/open-power/hcode/commit/07697763fd69>`__ Release tag information updated
+ for hw062019a.940
+- `0bf8ba716cea <https://github.com/open-power/hcode/commit/0bf8ba716cea>`__ Release tag information updated
+ for hw062119a.940
+- `7f13e53dc1f2 <https://github.com/open-power/hcode/commit/7f13e53dc1f2>`__ Release tag information updated
+ for hw062519a.940
+- `93c9a0f47fd8 <https://github.com/open-power/hcode/commit/93c9a0f47fd8>`__ Release tag information updated
+ for hw062619a.940
+- `891db3bc80bf <https://github.com/open-power/hcode/commit/891db3bc80bf>`__ Release tag information updated
+ for hw062819a.940
+- `2228ce6ea2dd <https://github.com/open-power/hcode/commit/2228ce6ea2dd>`__ Release tag information updated
+ for hw062919a.940
+- `1dff5815b671 <https://github.com/open-power/hcode/commit/1dff5815b671>`__ Release tag information updated
+ for hw070219a.940
+- `5aca25f5653a <https://github.com/open-power/hcode/commit/5aca25f5653a>`__ Release tag information updated
+ for hw070319a.940
+- `882d19fd7e7c <https://github.com/open-power/hcode/commit/882d19fd7e7c>`__ Release tag information updated
+ for hw070419a.940
+- `c1dd2d8676e5 <https://github.com/open-power/hcode/commit/c1dd2d8676e5>`__ Release tag information updated
+ for hw070619a.940
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _v2.4-rc1-patches-1:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-1:
+
+Commits
+~~~~~~~
+
+Alvin Wang (15):
+
+- `f6f5d7720e3c <https://github.com/open-power/hostboot/commit/f6f5d7720e3c>`__ Add empty files for kind
+ library
+- `0c1d170c7552 <https://github.com/open-power/hostboot/commit/0c1d170c7552>`__ Add more files for mcbist
+ library
+- `56dd65e049e4 <https://github.com/open-power/hostboot/commit/56dd65e049e4>`__ Add empty traits files for
+ power_thermal lib
+- `deec9656ec00 <https://github.com/open-power/hostboot/commit/deec9656ec00>`__ Add empty trait file for
+ explorer mcbist library
+- `3c3ab2bd4c3c <https://github.com/open-power/hostboot/commit/3c3ab2bd4c3c>`__ Move MCBIST lib to generic
+ folder
+- `4ce53f71e9fc <https://github.com/open-power/hostboot/commit/4ce53f71e9fc>`__ Move power_thermal lib to
+ generic
+- `015e5dff8610 <https://github.com/open-power/hostboot/commit/015e5dff8610>`__ Add empty files for
+ exp_background_scrub
+- `081679022f97 <https://github.com/open-power/hostboot/commit/081679022f97>`__ Add exp_scrub
+- `d035a51f51ae <https://github.com/open-power/hostboot/commit/d035a51f51ae>`__ Move kind library to generic
+- `18527d404f0f <https://github.com/open-power/hostboot/commit/18527d404f0f>`__ Move the mcbist lab library
+ to generic folder
+- `da246c5fde38 <https://github.com/open-power/hostboot/commit/da246c5fde38>`__ Add empty files for mcbist
+ library refactoring
+- `03fc49941aa7 <https://github.com/open-power/hostboot/commit/03fc49941aa7>`__ Add trap_adress class in
+ mcbist library
+- `e60c6842b51d <https://github.com/open-power/hostboot/commit/e60c6842b51d>`__ Add error count mode0/1 to
+ mcbist library
+- `ca91046e0b3d <https://github.com/open-power/hostboot/commit/ca91046e0b3d>`__ Add empty file nimbus_kind.H
+- `dbba2f9d8fe3 <https://github.com/open-power/hostboot/commit/dbba2f9d8fe3>`__ Add OMI_EDPL_DISABLE
+ attribute
+
+Andre A. Marin (6):
+
+- `ee76c2ca5927 <https://github.com/open-power/hostboot/commit/ee76c2ca5927>`__ Fix c_str and pos DIMM
+ specialization
+- `508ddc960ec6 <https://github.com/open-power/hostboot/commit/508ddc960ec6>`__ Add mem_size and misc attrs,
+ unit tests enable
+- `3b13a6483b18 <https://github.com/open-power/hostboot/commit/3b13a6483b18>`__ Add call to setup derived
+ attributes in p9a_mss_eff_config
+- `f83005325604 <https://github.com/open-power/hostboot/commit/f83005325604>`__ Added Nimbus NDVDIMM specific
+ DIMM slot attribute
+- `19394bc52406 <https://github.com/open-power/hostboot/commit/19394bc52406>`__ Modify accessor makefiles for
+ generic and explorer to use shell find
+- `ab3afc32f1e6 <https://github.com/open-power/hostboot/commit/ab3afc32f1e6>`__ Modify initial PRBS patter
+ before DL link training starts
+
+Andre Marin (3):
+
+- `8daf280f7d24 <https://github.com/open-power/hostboot/commit/8daf280f7d24>`__ Fix true_type and false\_
+ type typdef with integral_constant
+- `923075be5002 <https://github.com/open-power/hostboot/commit/923075be5002>`__ Update HPW Level for MSS API
+ library
+- `9bb7b5f0b5c6 <https://github.com/open-power/hostboot/commit/9bb7b5f0b5c6>`__ Add call to exp_getecid in
+ istep 12.1
+
+Ben Gass (9):
+
+- `b823dd50837a <https://github.com/open-power/hostboot/commit/b823dd50837a>`__ Update p9_mss_eff_grouping
+ for Axone support
+- `c8651104f00d <https://github.com/open-power/hostboot/commit/c8651104f00d>`__ Update p9a_10 engd from
+ o10_e9032_pd_tp024_ec412_soa_sc_u080_01
+- `4766a68dc15b <https://github.com/open-power/hostboot/commit/4766a68dc15b>`__ Move omic dials from
+ p9a.omi.io.scom.initfile to new p9a.omic.io.scom.initfile.
+- `5f6849602d6f <https://github.com/open-power/hostboot/commit/5f6849602d6f>`__ Explorer registers and fields
+ generated from dev
+- `94af35140717 <https://github.com/open-power/hostboot/commit/94af35140717>`__ Explorer registers and fields
+ generated from dev
+- `6fd61efddafb <https://github.com/open-power/hostboot/commit/6fd61efddafb>`__ Add p9a.omi.pll.scan.initfile
+ and ifCompiler support.
+- `1083e8c22b9e <https://github.com/open-power/hostboot/commit/1083e8c22b9e>`__ Update p9_setup_bars for 3
+ NPU’s on Axone
+- `9869ca82dbbc <https://github.com/open-power/hostboot/commit/9869ca82dbbc>`__ Update npu initfiles for
+ Axone
+- `39b36480d549 <https://github.com/open-power/hostboot/commit/39b36480d549>`__ Set IOO clockgate_disable for
+ Axone HW481539 / HW438727
+
+Bill Hoffa (2):
+
+- `ecf2201cee8c <https://github.com/open-power/hostboot/commit/ecf2201cee8c>`__ Modify IPMI Timeout Value
+- `f619d06251d5 <https://github.com/open-power/hostboot/commit/f619d06251d5>`__ Verify Dimm Type in DJVPD
+ Cache
+
+Brian Silver (2):
+
+- `e7bb5cee3856 <https://github.com/open-power/hostboot/commit/e7bb5cee3856>`__ Add fake_vpd support
+- `9c1f3e24b6e4 <https://github.com/open-power/hostboot/commit/9c1f3e24b6e4>`__ Change p9_mss_freq_system to
+ write attributes, errors for Cronus
+
+Caleb Palmer (24):
+
+- `f7937e802748 <https://github.com/open-power/hostboot/commit/f7937e802748>`__ PRD: Fix isEccSp capture data
+ check
+- `69796d72c4f6 <https://github.com/open-power/hostboot/commit/69796d72c4f6>`__ PRD: Fix assert in
+ getNumMasterRanksPerDimm
+- `8941c2cd6251 <https://github.com/open-power/hostboot/commit/8941c2cd6251>`__ PRD: NVDIMM mask EVENT_N bit
+ on persistency lost
+- `9d139bd7d99a <https://github.com/open-power/hostboot/commit/9d139bd7d99a>`__ PRD: Axone/Explorer Misc
+ Updates needed for TdCtlr/DataBundles
+- `1665708d67b6 <https://github.com/open-power/hostboot/commit/1665708d67b6>`__ PRD: MCACALFIR[8] FFDC Update
+ for NVDIMMs
+- `686bbf502fc6 <https://github.com/open-power/hostboot/commit/686bbf502fc6>`__ Add OCMB_CHIP support for
+ BAD_DQ_BITMAP getters/setters
+- `343589ebeb49 <https://github.com/open-power/hostboot/commit/343589ebeb49>`__ NPU SCOM translation support
+ for Axone
+- `abf11187330d <https://github.com/open-power/hostboot/commit/abf11187330d>`__ Add OCMB_CHIP support for
+ ROW_REPAIR getters/setters
+- `57fa9ded821c <https://github.com/open-power/hostboot/commit/57fa9ded821c>`__ PRD: Axone misc updates for
+ moving ecc/maint logic to OCMB
+- `68367c57c139 <https://github.com/open-power/hostboot/commit/68367c57c139>`__ PRD: Axone Add PLL Slave
+ Error Regs
+- `957a96a94127 <https://github.com/open-power/hostboot/commit/957a96a94127>`__ PRD: Axone/Explorer TdCtlr
+ and DataBundle Updates
+- `2bb80fdb4caa <https://github.com/open-power/hostboot/commit/2bb80fdb4caa>`__ PRD: Axone Dram Spare Deploy
+ (DSD) updates
+- `aeb359a820ee <https://github.com/open-power/hostboot/commit/aeb359a820ee>`__ PRD: Axone MemMark updates
+- `57b59e9d788f <https://github.com/open-power/hostboot/commit/57b59e9d788f>`__ PRD: Update Axone calls to
+ isDramWidthX4
+- `c539eeef3781 <https://github.com/open-power/hostboot/commit/c539eeef3781>`__ NPU SCOM translation Hostboot
+ updates
+- `c153a4336ab2 <https://github.com/open-power/hostboot/commit/c153a4336ab2>`__ PRD: Initial Explorer Plugin
+ Files
+- `ab4ea694f5ba <https://github.com/open-power/hostboot/commit/ab4ea694f5ba>`__ PRD: Initial Axone Rule
+ Plugins
+- `93f529ed118b <https://github.com/open-power/hostboot/commit/93f529ed118b>`__ PRD: Add AnalyzeFetchMpe
+ Plugin
+- `bd0eb8fcc8d4 <https://github.com/open-power/hostboot/commit/bd0eb8fcc8d4>`__ PRD: Add handleRrFo for OCMB
+ domain
+- `8db1ba5aaa81 <https://github.com/open-power/hostboot/commit/8db1ba5aaa81>`__ PRD: Avoid gard for NVDIMMs
+- `8e6a69de2d39 <https://github.com/open-power/hostboot/commit/8e6a69de2d39>`__ PRD: Remove use of
+ unsupported MEM_PORT ExtensibleChip
+- `56b1b58b9348 <https://github.com/open-power/hostboot/commit/56b1b58b9348>`__ PRD: Update NVDIMM BPM cable
+ callout
+- `6060c1c88907 <https://github.com/open-power/hostboot/commit/6060c1c88907>`__ PRD: Axone MemAddress Updates
+- `8bc5e2c76793 <https://github.com/open-power/hostboot/commit/8bc5e2c76793>`__ PRD: Add OCMB support for
+ BAD_DQ_BITMAP code
+
+Chen Du (7):
+
+- `5da79e14c316 <https://github.com/open-power/hostboot/commit/5da79e14c316>`__ Get ring override failing
+- `bbbd68a140c9 <https://github.com/open-power/hostboot/commit/bbbd68a140c9>`__ Add page tables to read only
+ partitions
+- `bda479bb7563 <https://github.com/open-power/hostboot/commit/bda479bb7563>`__ MRW parsing updates for
+ Axone+UB
+- `54a570f06c63 <https://github.com/open-power/hostboot/commit/54a570f06c63>`__ MRW parsing updates for
+ Axone+UB task 2
+- `d41d0f9b82f7 <https://github.com/open-power/hostboot/commit/d41d0f9b82f7>`__ MRW parsing for DDIMM, PMIC,
+ and Axone OBUS
+- `48c966a99ec1 <https://github.com/open-power/hostboot/commit/48c966a99ec1>`__ Add OMI BAR calculations to
+ MRW scripts
+- `3268563ca22b <https://github.com/open-power/hostboot/commit/3268563ca22b>`__ MRW parsing for DDIMM, PMIC,
+ and OCMB_CHIP
+
+Chris Cain (1):
+
+- `cbf60d385958 <https://github.com/open-power/hostboot/commit/cbf60d385958>`__ Add SMF mode flag to HOMER
+ for use by OCC
+
+Chris Steffen (1):
+
+- `d91209c1201c <https://github.com/open-power/hostboot/commit/d91209c1201c>`__ Axone Xbus Linearity
+
+Christian Geddes (56):
+
+- `9882fe3c773b <https://github.com/open-power/hostboot/commit/9882fe3c773b>`__ Set REL_POS to 0 on all DIMM
+ target in simics Axone
+- `215eaa2074f5 <https://github.com/open-power/hostboot/commit/215eaa2074f5>`__ Stop overwriting OCMB vpd
+ info in standalone and handle DDIMM modules
+- `9fd0af32313c <https://github.com/open-power/hostboot/commit/9fd0af32313c>`__ Set
+ ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes
+- `16378af2527d <https://github.com/open-power/hostboot/commit/16378af2527d>`__ Compile Explorer MSS libs in
+ our istepsmss lib
+- `514f1137ec8e <https://github.com/open-power/hostboot/commit/514f1137ec8e>`__ Set ATTR_MEM_EFF_DIMM_SIZE
+ until MSS team sets in in HWPs
+- `616f55b76767 <https://github.com/open-power/hostboot/commit/616f55b76767>`__ Setup CONFIG_AXONE env
+ variable correctly
+- `0c03d552d8db <https://github.com/open-power/hostboot/commit/0c03d552d8db>`__ Workaround unused var in
+ certain configurations
+- `020f13727307 <https://github.com/open-power/hostboot/commit/020f13727307>`__ Update simics release to
+ April 8th release
+- `6fc227ed83ce <https://github.com/open-power/hostboot/commit/6fc227ed83ce>`__ Re-order i2c properties in
+ Axone simics XML to align closer with sim
+- `091bf3c3fd9c <https://github.com/open-power/hostboot/commit/091bf3c3fd9c>`__ Update MAX_ALLOWED_DIMM_FREQ
+ to support 3200 MHz
+- `c4b67afb3574 <https://github.com/open-power/hostboot/commit/c4b67afb3574>`__ Correct MSS accessor
+ generation for Axone compiles
+- `75c14bbdbc1f <https://github.com/open-power/hostboot/commit/75c14bbdbc1f>`__ Revert “Remove unused VPD
+ sections from axone pnor layout”
+- `4aa1ee7a5835 <https://github.com/open-power/hostboot/commit/4aa1ee7a5835>`__ Fix compile bugs in
+ axone_sync
+- `5fbc925d910e <https://github.com/open-power/hostboot/commit/5fbc925d910e>`__ Fix mismatch between mirrored
+ file and original EKB copy
+- `a6ac440a808a <https://github.com/open-power/hostboot/commit/a6ac440a808a>`__ Re-enable OCMB VPD fapi2
+ tests
+- `d0c71ff0ce91 <https://github.com/open-power/hostboot/commit/d0c71ff0ce91>`__ Add
+ ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET to MC targets
+- `e583424484de <https://github.com/open-power/hostboot/commit/e583424484de>`__ Validate OMI INBAND BAR
+ offset attributes against calculated values
+- `ae7863d01445 <https://github.com/open-power/hostboot/commit/ae7863d01445>`__ Compile and call
+ p9a_omi_setup_bars in istep 12.3
+- `625a082c5e39 <https://github.com/open-power/hostboot/commit/625a082c5e39>`__ Add p9a_omi_init and
+ exp_omi_init calls to istep 12.13
+- `8112a619ebf4 <https://github.com/open-power/hostboot/commit/8112a619ebf4>`__ Run Axone simics all the way
+ to completion by default
+- `f39b02dcad91 <https://github.com/open-power/hostboot/commit/f39b02dcad91>`__ Update pnor XML WOF
+ description to say 6 MB
+- `2a292b1a81ea <https://github.com/open-power/hostboot/commit/2a292b1a81ea>`__ Compile and call
+ exp_draminit_mc
+- `ebf286d5e287 <https://github.com/open-power/hostboot/commit/ebf286d5e287>`__ Add support for dimm type
+ DDIMM in exp draminit utils
+- `07fbdf5d4f29 <https://github.com/open-power/hostboot/commit/07fbdf5d4f29>`__ Compile and call
+ p9a_io_omi_scominit
+- `ff01029ea8dd <https://github.com/open-power/hostboot/commit/ff01029ea8dd>`__ Increase size allocated for
+ HBI in axone pnor layout xml
+- `b632f2cf6a4c <https://github.com/open-power/hostboot/commit/b632f2cf6a4c>`__ Update simbuild to latest
+ simics release
+- `3cf1a8dc6cd8 <https://github.com/open-power/hostboot/commit/3cf1a8dc6cd8>`__ Ignore CRC errors for
+ Hostboot during Axone bringup
+- `b07aab28c595 <https://github.com/open-power/hostboot/commit/b07aab28c595>`__ Separate communication data
+ padding from endianess correcting code
+- `546d0438ecc7 <https://github.com/open-power/hostboot/commit/546d0438ecc7>`__ Clean up traces and comments
+ in MMIO driver
+- `41d22225ff91 <https://github.com/open-power/hostboot/commit/41d22225ff91>`__ Remove workaround filtering
+ invalid filenames
+- `6fbd4f33e00e <https://github.com/open-power/hostboot/commit/6fbd4f33e00e>`__ Update simbuild for axone
+ simics bringup
+- `7254582b9b25 <https://github.com/open-power/hostboot/commit/7254582b9b25>`__ Add call to p9a_omi_io_dccal
+ in istep 12.6
+- `decb0b6a03b1 <https://github.com/open-power/hostboot/commit/decb0b6a03b1>`__ Remove workaround setting
+ EFF_DIMM_SIZE attribute
+- `c18d709e4a17 <https://github.com/open-power/hostboot/commit/c18d709e4a17>`__ Set endianess switch
+ attributes to workaround inband OCMB sim issues
+- `292334fef529 <https://github.com/open-power/hostboot/commit/292334fef529>`__ Skip OCMB MMIO Response
+ polling in hostboot
+- `e4b279cb88d7 <https://github.com/open-power/hostboot/commit/e4b279cb88d7>`__ Compile and call exp_draminit
+ in istep 13.10
+- `8c70b5902d51 <https://github.com/open-power/hostboot/commit/8c70b5902d51>`__ Set i2c slave’s port
+ correctly in Axone XML for OCMB targets
+- `b95951684667 <https://github.com/open-power/hostboot/commit/b95951684667>`__ Force Axone simics to read
+ all VPD from HW with config flags
+- `3dabc95cb3ef <https://github.com/open-power/hostboot/commit/3dabc95cb3ef>`__ Enable MMIO scom after OMI is
+ initialized
+- `33bccd985a80 <https://github.com/open-power/hostboot/commit/33bccd985a80>`__ Clean up traces seen during
+ Axone IPLs
+- `ab9d2e931925 <https://github.com/open-power/hostboot/commit/ab9d2e931925>`__ Increase size of HBRT to 8 MB
+ for all pnor layouts
+- `a70922169308 <https://github.com/open-power/hostboot/commit/a70922169308>`__ Update startup.simics to
+ correctly lookups processor targets
+- `3f6ff0a8bddf <https://github.com/open-power/hostboot/commit/3f6ff0a8bddf>`__ Clean up some comments and
+ refactor how we determine new cache entry
+- `0f0d13a5bb80 <https://github.com/open-power/hostboot/commit/0f0d13a5bb80>`__ Update non-present dimm/ocmb
+ i2c attributes
+- `7b2d475bbbee <https://github.com/open-power/hostboot/commit/7b2d475bbbee>`__ Update DIMM’s 0-8
+ EEPROM_VPD_PRIMARY_INFO to match the corresponding OCMBs
+- `98bd24eebf87 <https://github.com/open-power/hostboot/commit/98bd24eebf87>`__ Unset
+ CONSOLE_OUTPUT_ERRORDISPLAY in axone config
+- `12ef1ffdc34a <https://github.com/open-power/hostboot/commit/12ef1ffdc34a>`__ Make some FAPI_INF traces
+ that are spamming FW logs into FAPI_DBG
+- `aa4a14d415c7 <https://github.com/open-power/hostboot/commit/aa4a14d415c7>`__ Update bbuild and point axone
+ simics at scandef.abr from bbuild
+- `ded2da534feb <https://github.com/open-power/hostboot/commit/ded2da534feb>`__ Skip MSS cleanup for now in
+ Axone
+- `37038960c8c7 <https://github.com/open-power/hostboot/commit/37038960c8c7>`__ Enable sbe update for Axone
+- `1ac1e9584462 <https://github.com/open-power/hostboot/commit/1ac1e9584462>`__ Add interface to mark eeprom
+ caches valid/invalid
+- `5ef6025f2142 <https://github.com/open-power/hostboot/commit/5ef6025f2142>`__ Update simics release used
+ for Axone simics
+- `1b06c4f813fd <https://github.com/open-power/hostboot/commit/1b06c4f813fd>`__ Remove references to prebuilt
+ eecache
+- `3805319f1d63 <https://github.com/open-power/hostboot/commit/3805319f1d63>`__ Add HCDB Support for eeprom
+ cache process
+- `20423884e486 <https://github.com/open-power/hostboot/commit/20423884e486>`__ Trace message if unable to
+ understand its contents of eeprom cache
+- `4154aa707744 <https://github.com/open-power/hostboot/commit/4154aa707744>`__ Add functions to back
+ ATTR_FREQ_MCA_MHZ and ATTR_MC_PLL_BUCKET in P9A
+
+Christian R. Geddes (1):
+
+- `710af45a83d8 <https://github.com/open-power/hostboot/commit/710af45a83d8>`__ Revert “Remove references to
+ prebuilt eecache”
+
+Corey Swenson (13):
+
+- `201a39f54be6 <https://github.com/open-power/hostboot/commit/201a39f54be6>`__ Add part callout for the
+ Backup Power Module
+- `e5622fb032dc <https://github.com/open-power/hostboot/commit/e5622fb032dc>`__ Insufficient Resources check
+ needs to handle NVDIMM logic
+- `06d0a08aa27f <https://github.com/open-power/hostboot/commit/06d0a08aa27f>`__ Add NVDIMM key attributes and
+ generate keys
+- `65509c8551f4 <https://github.com/open-power/hostboot/commit/65509c8551f4>`__ Add back nvdimm_gen_keys
+ function
+- `9cd799d038d2 <https://github.com/open-power/hostboot/commit/9cd799d038d2>`__ Remove procedure callout
+ EPUB_PRC_NVDIMM_ER
+- `5fd22b47f8d6 <https://github.com/open-power/hostboot/commit/5fd22b47f8d6>`__ NVDIMM encryption HW function
+ support
+- `20f6884ac8c6 <https://github.com/open-power/hostboot/commit/20f6884ac8c6>`__ Add workaround to avoid DARN
+ instruction at runtime
+- `7508722e0908 <https://github.com/open-power/hostboot/commit/7508722e0908>`__ Handle NVDIMM encryption
+ errors
+- `4b81399d6441 <https://github.com/open-power/hostboot/commit/4b81399d6441>`__ Assembly for DARN instruction
+ inconsistent
+- `639cf25d2ace <https://github.com/open-power/hostboot/commit/639cf25d2ace>`__ Move the NVDIMM_ARMED
+ attribute from PROC to DIMM type
+- `dd0aba64608a <https://github.com/open-power/hostboot/commit/dd0aba64608a>`__ Auto-arm the NVDIMMs at
+ runtime
+- `ac003eb126a0 <https://github.com/open-power/hostboot/commit/ac003eb126a0>`__ Call
+ notifyNvdimmProtectionChange function during IPL
+- `3acea873dad1 <https://github.com/open-power/hostboot/commit/3acea873dad1>`__ Remove dependency on
+ ATTR_NVDIMM_ENCRYPTION_ENABLE for unlock
+
+Corey V. Swenson (1):
+
+- `09a23939d34a <https://github.com/open-power/hostboot/commit/09a23939d34a>`__ Revert “Add workaround to
+ avoid DARN instruction at runtime”
+
+Dan Crowell (36):
+
+- `54178321414b <https://github.com/open-power/hostboot/commit/54178321414b>`__ Constants for future DIMMs
+- `08d472b97829 <https://github.com/open-power/hostboot/commit/08d472b97829>`__ Update Explorer FW Command
+ IDs
+- `f89a1420c7d8 <https://github.com/open-power/hostboot/commit/f89a1420c7d8>`__ Add sequence id to IPMI
+ timeout traces
+- `47c643354d42 <https://github.com/open-power/hostboot/commit/47c643354d42>`__ Remove deleted mirrored file
+- `eee59e94a080 <https://github.com/open-power/hostboot/commit/eee59e94a080>`__ Remove to remirror some files
+- `14242c9ba2fd <https://github.com/open-power/hostboot/commit/14242c9ba2fd>`__ Remove file to remirror
+- `27dd91ca0933 <https://github.com/open-power/hostboot/commit/27dd91ca0933>`__ Hide several OCMB attributes
+ from ServerWiz
+- `96be8677443a <https://github.com/open-power/hostboot/commit/96be8677443a>`__ Add Gemini to chipids list
+- `80295355e810 <https://github.com/open-power/hostboot/commit/80295355e810>`__ Support writable
+ ATTR_FREQ_MCA_MHZ for Axone
+- `eb3c89638a1e <https://github.com/open-power/hostboot/commit/eb3c89638a1e>`__ Handle DD2.3 mode properly
+ when setting elevated risk in HDAT
+- `d0523b75c390 <https://github.com/open-power/hostboot/commit/d0523b75c390>`__ Temporarily disable the
+ exp_fw_update test in Simics
+- `e929912354d6 <https://github.com/open-power/hostboot/commit/e929912354d6>`__ Add Axone to RISK_LEVEL logic
+- `e827b625b481 <https://github.com/open-power/hostboot/commit/e827b625b481>`__ Add system policy attribute
+ for enterprise ocmb function
+- `fa1b266a6293 <https://github.com/open-power/hostboot/commit/fa1b266a6293>`__ Synch up OMI and MCA
+ frequencies
+- `cb99413cc04a <https://github.com/open-power/hostboot/commit/cb99413cc04a>`__ Add logic to compute
+ MSS_MRW_NVDIMM_SLOT_POSITION for ZZ
+- `05847c16cfe6 <https://github.com/open-power/hostboot/commit/05847c16cfe6>`__ Increase number of reserved
+ hdat sections
+- `8dd975ed5975 <https://github.com/open-power/hostboot/commit/8dd975ed5975>`__ Document Axone NPU
+ configuration
+- `539b82d046cf <https://github.com/open-power/hostboot/commit/539b82d046cf>`__ Remove VPD generation from
+ Axone simics startup
+- `5f9f4dfaba7a <https://github.com/open-power/hostboot/commit/5f9f4dfaba7a>`__ Allow temporary args to be
+ passed to runsim through hb startsimics
+- `6ba1edec99a7 <https://github.com/open-power/hostboot/commit/6ba1edec99a7>`__ Enable the UART console in
+ Axone Simics config
+- `07cf7dbe48a6 <https://github.com/open-power/hostboot/commit/07cf7dbe48a6>`__ Add pmic_efd_processing to
+ istep07 makefile
+- `bdf02135b46d <https://github.com/open-power/hostboot/commit/bdf02135b46d>`__ Remove some Centaur
+ procedures from Axone compile
+- `3e49ebe43fe8 <https://github.com/open-power/hostboot/commit/3e49ebe43fe8>`__ Temporarily disable
+ testExplrMMIO bad write test
+- `0c4e786e0e95 <https://github.com/open-power/hostboot/commit/0c4e786e0e95>`__ Removing renamed
+ axone/explorer files
+- `f815ee6a9c02 <https://github.com/open-power/hostboot/commit/f815ee6a9c02>`__ Add Axone target types to
+ errl/hwas functions
+- `be08f8a97099 <https://github.com/open-power/hostboot/commit/be08f8a97099>`__ Skip FSI info gathering for
+ OCMB chips
+- `1d850029be30 <https://github.com/open-power/hostboot/commit/1d850029be30>`__ Force appropriate values for
+ NPU config
+- `33a1e9fabb06 <https://github.com/open-power/hostboot/commit/33a1e9fabb06>`__ Modify I2C divider for Axone
+- `897e9b5b38e8 <https://github.com/open-power/hostboot/commit/897e9b5b38e8>`__ Push NVDIMM attribute updates
+ down to the FSP
+- `fd59bd865bfb <https://github.com/open-power/hostboot/commit/fd59bd865bfb>`__ Default NV state to Memory
+ Not Preserved
+- `926ec6f90b17 <https://github.com/open-power/hostboot/commit/926ec6f90b17>`__ Handle unsupported status bit
+ for NVDIMM Encrytion Status
+- `79a312ed32a9 <https://github.com/open-power/hostboot/commit/79a312ed32a9>`__ Clean up the attribute error
+ user details
+- `6fccf28881ec <https://github.com/open-power/hostboot/commit/6fccf28881ec>`__ Add explicit support for a
+ few new companies in copyright
+- `b119ea556c15 <https://github.com/open-power/hostboot/commit/b119ea556c15>`__ Hide CHTM attributes from
+ ServerWiz
+- `9f597d2c7a66 <https://github.com/open-power/hostboot/commit/9f597d2c7a66>`__ Fix errludattribute changes
+ that broke the build
+- `08b6443e65d3 <https://github.com/open-power/hostboot/commit/08b6443e65d3>`__ Push ATTR_NVDIMM_ARMED down
+ to FSP to handle MPIPL case
+
+Dan Larson (1):
+
+- `a4c72a5f2da8 <https://github.com/open-power/hostboot/commit/a4c72a5f2da8>`__ HBCI-177: Enable Code
+ Coverage in CI
+
+Dawit Habtegiorgis (1):
+
+- `b0b1f035aaad <https://github.com/open-power/hostboot/commit/b0b1f035aaad>`__ P10 SRC listing order
+
+Devon Baughen (5):
+
+- `c5e2251b0c17 <https://github.com/open-power/hostboot/commit/c5e2251b0c17>`__ add MR0 shadow regs override
+ to fix wr_vref shmoo
+- `f702a3b2f6b6 <https://github.com/open-power/hostboot/commit/f702a3b2f6b6>`__ add explorer mcbist wrapper
+- `450f70a3b34e <https://github.com/open-power/hostboot/commit/450f70a3b34e>`__ add first draft of
+ exp_access_delay_regs code
+- `9acff299c655 <https://github.com/open-power/hostboot/commit/9acff299c655>`__ add omi attrs for omi dl
+ config0
+- `04a0314a1b44 <https://github.com/open-power/hostboot/commit/04a0314a1b44>`__ add manual omi training
+ sequence
+
+Glenn Miles (14):
+
+- `1654f76c7fd2 <https://github.com/open-power/hostboot/commit/1654f76c7fd2>`__ Populate OCMBFW partition
+ with packaged image
+- `9c184e5de057 <https://github.com/open-power/hostboot/commit/9c184e5de057>`__ Add procedures for updating
+ explorer firmware image
+- `a6b70d6c06d2 <https://github.com/open-power/hostboot/commit/a6b70d6c06d2>`__ Add new ‘expupd’ module
+- `27f08a0b90a8 <https://github.com/open-power/hostboot/commit/27f08a0b90a8>`__ Add new enum, OCMB_FW_UPDATE,
+ to ATTR_RECONFIGURE_LOOP
+- `f1b76d406973 <https://github.com/open-power/hostboot/commit/f1b76d406973>`__ Load and validate OCMB FW
+ image in istep 12.13
+- `a2ee107c441a <https://github.com/open-power/hostboot/commit/a2ee107c441a>`__ Update simbuild for axone
+ simics bringup
+- `6aeba3917d4d <https://github.com/open-power/hostboot/commit/6aeba3917d4d>`__ Increase OCMBFW PNOR
+ partition to 1164kb
+- `c0b91d3b52a6 <https://github.com/open-power/hostboot/commit/c0b91d3b52a6>`__ High level support for
+ updating explorer firmware
+- `63810dfdcefe <https://github.com/open-power/hostboot/commit/63810dfdcefe>`__ Pull in latest axone-simics
+ release
+- `d4f73f9d0e75 <https://github.com/open-power/hostboot/commit/d4f73f9d0e75>`__ Revert change to disable
+ polling in getRSP
+- `aa62415e8d84 <https://github.com/open-power/hostboot/commit/aa62415e8d84>`__ Add procedure for updating
+ explorer firmware over TWI interface
+- `6a6b6852f6e2 <https://github.com/open-power/hostboot/commit/6a6b6852f6e2>`__ Add HWP for entering Explorer
+ TWI mode
+- `5634271463a1 <https://github.com/open-power/hostboot/commit/5634271463a1>`__ OCMB MMIO error handling
+- `a697687b5e5e <https://github.com/open-power/hostboot/commit/a697687b5e5e>`__ Add MMIO test cases that
+ force failures
+
+Ilya Smirnov (7):
+
+- `25c1b412b86a <https://github.com/open-power/hostboot/commit/25c1b412b86a>`__ Process Core and EQ Gard
+ Records in MPIPL Path
+- `28c069596438 <https://github.com/open-power/hostboot/commit/28c069596438>`__ SMF: Put HOMER Back in SMF
+ Memory
+- `033619612142 <https://github.com/open-power/hostboot/commit/033619612142>`__ Flush Errlmanager Queue
+ Before Fetching Gard Records
+- `a9addc3db4f8 <https://github.com/open-power/hostboot/commit/a9addc3db4f8>`__ SMF: Logic For Creating
+ Non-Secure HOMER Memory Space
+- `d1d3f44dd939 <https://github.com/open-power/hostboot/commit/d1d3f44dd939>`__ SMF: New Ultravisor
+ White/Blacklist Handling
+- `4f0694a7bc3f <https://github.com/open-power/hostboot/commit/4f0694a7bc3f>`__ Remove Redundant LPC Bus
+ Check
+- `a1f8b3160946 <https://github.com/open-power/hostboot/commit/a1f8b3160946>`__ Add Child RC Checking to
+ Thread Pool
+
+Jennifer A. Stofer (1):
+
+- `12b139b58521 <https://github.com/open-power/hostboot/commit/12b139b58521>`__ Revert “P9 Xbus/DMI CM
+ Workaround”
+
+Jenny Huynh (4):
+
+- `bedc05eb919f <https://github.com/open-power/hostboot/commit/bedc05eb919f>`__ Fabric inits update for Axone
+- `cf8f5459f14f <https://github.com/open-power/hostboot/commit/cf8f5459f14f>`__ Fix fabric inits for Axone
+- `cb318fbc38a9 <https://github.com/open-power/hostboot/commit/cb318fbc38a9>`__ Add missing targetType arg to
+ ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP
+- `0ad5976c1f8b <https://github.com/open-power/hostboot/commit/0ad5976c1f8b>`__ Fix Axone SMF lower address
+ mapping and enable chip addr extension mask in mcu
+
+Joachim Fenkes (6):
+
+- `a6ab2972787f <https://github.com/open-power/hostboot/commit/a6ab2972787f>`__ FAPI2: Add method to Target
+ to query core select vector from CORE targets
+- `63a8b58f12b7 <https://github.com/open-power/hostboot/commit/63a8b58f12b7>`__ p9_tod_setup: Workaround for
+ HW480181
+- `96195e47b503 <https://github.com/open-power/hostboot/commit/96195e47b503>`__ Fix for workaround for
+ HW480181
+- `19fde64271e5 <https://github.com/open-power/hostboot/commit/19fde64271e5>`__ p9_sbe_tracearray: Updates
+ for Axone
+- `06a885d8e671 <https://github.com/open-power/hostboot/commit/06a885d8e671>`__ p9_tod_setup: Disable clock
+ doubling when running off LPC clock
+- `ea40a0eeae03 <https://github.com/open-power/hostboot/commit/ea40a0eeae03>`__ FAPI2: Clarify that broadcast
+ groups must be mapped explicitly
+
+Joe McGill (6):
+
+- `1b7cc09d2da5 <https://github.com/open-power/hostboot/commit/1b7cc09d2da5>`__ p9_xbus_fir_utils.H – create
+ header for definition of XBUS related FIR settings
+- `834bc3db0d21 <https://github.com/open-power/hostboot/commit/834bc3db0d21>`__ shift OBUS FIR programming
+ inits for secure boot
+- `13af137b03af <https://github.com/open-power/hostboot/commit/13af137b03af>`__ FAPI2: replace IOPAU target
+ references with PAUC
+- `4b03b01b34bd <https://github.com/open-power/hostboot/commit/4b03b01b34bd>`__ p9.filter.pll.scan.initfile –
+ update CP filter config for p9a
+- `415af5749f8f <https://github.com/open-power/hostboot/commit/415af5749f8f>`__ create attribute to reflect
+ DPLL input frequency
+- `feab766b57db <https://github.com/open-power/hostboot/commit/feab766b57db>`__ update i2c bit rate divisor
+ for p9a
+
+Kahn Evans (1):
+
+- `b9b808b3f44e <https://github.com/open-power/hostboot/commit/b9b808b3f44e>`__ Fixing doxygen warnings
+
+Li Meng (2):
+
+- `186d6f22c2ad <https://github.com/open-power/hostboot/commit/186d6f22c2ad>`__ Fixes for LRDIMM dual drop DB
+ training
+- `96032f3cd122 <https://github.com/open-power/hostboot/commit/96032f3cd122>`__ Adds error logging features
+ to LRDIMM MWD_FINE
+
+Louis Stermole (27):
+
+- `54a9c7b4a9e8 <https://github.com/open-power/hostboot/commit/54a9c7b4a9e8>`__ Fix duplicate symbol errors
+ from DEFAULT_MC_TYPE
+- `7d859fce1073 <https://github.com/open-power/hostboot/commit/7d859fce1073>`__ Add workaround for Nimbus
+ symbol mark performance hw bug
+- `2b26420e7247 <https://github.com/open-power/hostboot/commit/2b26420e7247>`__ Add p9a_mss_freq procedure
+- `c08e3bfb24fc <https://github.com/open-power/hostboot/commit/c08e3bfb24fc>`__ Fix default on
+ ATTR_MSS_MRW_SUPPORTED_FREQ to be 4 entries
+- `f8a7a5a564ec <https://github.com/open-power/hostboot/commit/f8a7a5a564ec>`__ Move MSS MRW attributes to
+ generic XML
+- `12426d3bf24d <https://github.com/open-power/hostboot/commit/12426d3bf24d>`__ Add ATTR_FREQ_OMI_MHZ
+- `357441ef8b73 <https://github.com/open-power/hostboot/commit/357441ef8b73>`__ Add p9a_mss_freq_system
+ procedure
+- `ea434a2363ec <https://github.com/open-power/hostboot/commit/ea434a2363ec>`__ Fix Explorer getRSP for
+ endianness and buffer size
+- `e28412847eab <https://github.com/open-power/hostboot/commit/e28412847eab>`__ Add 32-bit word swap on
+ Explorer inband structures
+- `5fd2903850cb <https://github.com/open-power/hostboot/commit/5fd2903850cb>`__ Add debug params to
+ exp_check_for_ready_wrap
+- `9870db1cf564 <https://github.com/open-power/hostboot/commit/9870db1cf564>`__ Change CRC gen/check for
+ Explorer inband to match EXP firmware
+- `574186ea098a <https://github.com/open-power/hostboot/commit/574186ea098a>`__ Clear Explorer outbound
+ doorbell after reading cmd response
+- `dc2e4807c4e5 <https://github.com/open-power/hostboot/commit/dc2e4807c4e5>`__ Add lab tools to test MCHIP
+ FW commands
+- `8bde2e5cb164 <https://github.com/open-power/hostboot/commit/8bde2e5cb164>`__ Update exp_omi_train for
+ testing
+- `678ca9786f8a <https://github.com/open-power/hostboot/commit/678ca9786f8a>`__ Add retry of EXP_FW_STATUS
+ when status is FW_BUSY
+- `b1a583763dfb <https://github.com/open-power/hostboot/commit/b1a583763dfb>`__ Fix trace in exp_omi_setup to
+ be more clear
+- `245047c0ff42 <https://github.com/open-power/hostboot/commit/245047c0ff42>`__ Add check for BOOT_STAGE ==
+ runtime fw in exp_check_for_ready
+- `d6e85c3e9c5b <https://github.com/open-power/hostboot/commit/d6e85c3e9c5b>`__ Add reset of FORCE_STR to
+ exp_draminit_mc
+- `f11931ee5e44 <https://github.com/open-power/hostboot/commit/f11931ee5e44>`__ Add attr to control endian
+ swap of OMI CFG reg data on Explorer
+- `2c3e6ed587ba <https://github.com/open-power/hostboot/commit/2c3e6ed587ba>`__ Add reset of explorer
+ outbound doorbell before running new cmd
+- `e455c84e39cf <https://github.com/open-power/hostboot/commit/e455c84e39cf>`__ Fix missing params in
+ exp_draminit response trace
+- `6f3e6b81cba8 <https://github.com/open-power/hostboot/commit/6f3e6b81cba8>`__ Change register used for
+ IML_COMPLETE in exp_draminit_mc
+- `dcf8b4ea580d <https://github.com/open-power/hostboot/commit/dcf8b4ea580d>`__ Change tags on
+ ATTR_MSS_OCMB_EXP_OMI_CFG_ENDIAN_CTRL to make it platInit
+- `432870d9b5c4 <https://github.com/open-power/hostboot/commit/432870d9b5c4>`__ Add procedure wrapper and
+ makefiles for exp_mss_thermal_init
+- `6a075926870a <https://github.com/open-power/hostboot/commit/6a075926870a>`__ Fix alignment of exp_draminit
+ training response display
+- `907f20be9991 <https://github.com/open-power/hostboot/commit/907f20be9991>`__ Add generic mss_timing header
+ for HB mirror
+- `8cb482056c65 <https://github.com/open-power/hostboot/commit/8cb482056c65>`__ Change defaults for
+ power/thermal attrs
+
+Luis Fernandez (6):
+
+- `4995ec0ba6f1 <https://github.com/open-power/hostboot/commit/4995ec0ba6f1>`__ HB Improvements: Fix compiler
+ warnings on modern compilers
+- `acd09d45c209 <https://github.com/open-power/hostboot/commit/acd09d45c209>`__ HB Improvements: Compiler
+ Issues with Different Config Files
+- `d4e167d5bd38 <https://github.com/open-power/hostboot/commit/d4e167d5bd38>`__ HB Improvements: Fix compiler
+ warnings on modern compilers (add-on)
+- `49d81ec6a770 <https://github.com/open-power/hostboot/commit/49d81ec6a770>`__ General Improvement: Get HB
+ standalone + op-build working with GCC8
+- `fe000f81b649 <https://github.com/open-power/hostboot/commit/fe000f81b649>`__ Revisit attributes with array
+ types.
+- `d58f3a708535 <https://github.com/open-power/hostboot/commit/d58f3a708535>`__ Compiling with GCC 8
+
+Mark Pizzutillo (33):
+
+- `f2ac038e8a1d <https://github.com/open-power/hostboot/commit/f2ac038e8a1d>`__ Add exp_rank.H blank file
+ (renamed from rank.H)
+- `a5c731ef077d <https://github.com/open-power/hostboot/commit/a5c731ef077d>`__ Remove rank.H to rename to
+ exp_rank.H
+- `e686c6c40b70 <https://github.com/open-power/hostboot/commit/e686c6c40b70>`__ Add empty files for
+ exp_getecid
+- `7c4068b510e1 <https://github.com/open-power/hostboot/commit/7c4068b510e1>`__ Added code for exp_getecid
+ and unit tests
+- `0d3c3c752b95 <https://github.com/open-power/hostboot/commit/0d3c3c752b95>`__ Add blank files for PMIC i2c
+- `3f25846bd235 <https://github.com/open-power/hostboot/commit/3f25846bd235>`__ Add gemini IPL code and unit
+ tests
+- `bcea118c1c51 <https://github.com/open-power/hostboot/commit/bcea118c1c51>`__ Add git commit data to gemini
+ hwp and exp_getecid
+- `2007c4f94085 <https://github.com/open-power/hostboot/commit/2007c4f94085>`__ Add SPD getters for PMIC
+ fields
+- `865d4639a390 <https://github.com/open-power/hostboot/commit/865d4639a390>`__ Add new blank files for new
+ PMIC directories and procedures
+- `ee2270e80fc2 <https://github.com/open-power/hostboot/commit/ee2270e80fc2>`__ Add new blank files for new
+ PMIC directories and procedures
+- `3498e76492e9 <https://github.com/open-power/hostboot/commit/3498e76492e9>`__ Remove PMIC I2C files from
+ explorer path
+- `32bc3c06a9ba <https://github.com/open-power/hostboot/commit/32bc3c06a9ba>`__ Add API for axone p10 dimm
+ rank
+- `dc855079f522 <https://github.com/open-power/hostboot/commit/dc855079f522>`__ Add L1 PMIC procedures
+- `bb8ed3193462 <https://github.com/open-power/hostboot/commit/bb8ed3193462>`__ Remove unneeded gemini
+ makefiles
+- `621e0bac1f53 <https://github.com/open-power/hostboot/commit/621e0bac1f53>`__ Fix exp_getecid register
+ accesses
+- `823149252170 <https://github.com/open-power/hostboot/commit/823149252170>`__ Add attributes for PMIC SPD
+ fields
+- `f730180b2b41 <https://github.com/open-power/hostboot/commit/f730180b2b41>`__ Add i2c support for PMIC
+ target
+- `5de4c5ec41bf <https://github.com/open-power/hostboot/commit/5de4c5ec41bf>`__ Fix memdiags to fix jenkins
+- `1dab92e705f6 <https://github.com/open-power/hostboot/commit/1dab92e705f6>`__ Add PMIC enable procedure
+ code and UTs
+- `ee52194d04b1 <https://github.com/open-power/hostboot/commit/ee52194d04b1>`__ Add code for PMIC bias
+ procedure & UTs
+- `cbac4e3d76af <https://github.com/open-power/hostboot/commit/cbac4e3d76af>`__ Add pmic fields to p9a
+ eff_config
+- `ae412fdaabaa <https://github.com/open-power/hostboot/commit/ae412fdaabaa>`__ Remove check for eff dimm
+ size in gem_draminit
+- `b1ca9dbf1eab <https://github.com/open-power/hostboot/commit/b1ca9dbf1eab>`__ Add blank files for pmic EFD
+ processing
+- `4bf4a26d8c08 <https://github.com/open-power/hostboot/commit/4bf4a26d8c08>`__ Remove pmic_bias files to
+ move to lab directory
+- `692db28a0ad4 <https://github.com/open-power/hostboot/commit/692db28a0ad4>`__ Move pmic_bias utils to lab
+ directory
+- `06b50f0ecc2b <https://github.com/open-power/hostboot/commit/06b50f0ecc2b>`__ Add istep7 include directory
+ for pmic EFD processing
+- `cd1e2c047b78 <https://github.com/open-power/hostboot/commit/cd1e2c047b78>`__ Add EFD processing to
+ pmic_enable
+- `d9a2585c80fe <https://github.com/open-power/hostboot/commit/d9a2585c80fe>`__ Add pmic_update lab tool
+- `ca414b982877 <https://github.com/open-power/hostboot/commit/ca414b982877>`__ Fix exp_draminit phy_params
+- `1dc17625bd83 <https://github.com/open-power/hostboot/commit/1dc17625bd83>`__ Small amends to exp_draminit
+- `c88e93047c9a <https://github.com/open-power/hostboot/commit/c88e93047c9a>`__ Update pmic_enable to bypass
+ attribute checks for boot from EEPROM
+- `1581c67d3151 <https://github.com/open-power/hostboot/commit/1581c67d3151>`__ Add blank files for
+ p9a_throttle_sync procedure
+- `3c2d8ccc8fdb <https://github.com/open-power/hostboot/commit/3c2d8ccc8fdb>`__ Add memory initialization to
+ gem_draminit
+
+Matt Derksen (39):
+
+- `f68a45ca5694 <https://github.com/open-power/hostboot/commit/f68a45ca5694>`__ Small cleanup of NVDIMM
+ update
+- `e0fc8dd0b264 <https://github.com/open-power/hostboot/commit/e0fc8dd0b264>`__ Add simics
+ exit_cache_contained mode call
+- `5e672904032c <https://github.com/open-power/hostboot/commit/5e672904032c>`__ Remove unused VPD sections
+ from axone pnor layout
+- `36375399974d <https://github.com/open-power/hostboot/commit/36375399974d>`__ Current copyright year not
+ added
+- `b6e503999c4c <https://github.com/open-power/hostboot/commit/b6e503999c4c>`__ Allow update of zeroed NVDIMM
+ level
+- `ecfbca46ab3f <https://github.com/open-power/hostboot/commit/ecfbca46ab3f>`__ Make sure memory is cleaned
+ up in errlud_i2c.C
+- `16cf78fed03f <https://github.com/open-power/hostboot/commit/16cf78fed03f>`__ Add new PMIC target for Axone
+- `2431563fb687 <https://github.com/open-power/hostboot/commit/2431563fb687>`__ Remove DJVPD and CVPD
+ sections from axone pnor layout
+- `7e2a874589b1 <https://github.com/open-power/hostboot/commit/7e2a874589b1>`__ Add FAPI_POS and account for
+ 4 possible PMIC targets
+- `7f0b6fddf3f8 <https://github.com/open-power/hostboot/commit/7f0b6fddf3f8>`__ Enable
+ IPLTIME_CHECKSTOP_ANALYSIS in axone
+- `72ef108a5db4 <https://github.com/open-power/hostboot/commit/72ef108a5db4>`__ Enable p9_pm_stop_gpe_init
+ call in istep15
+- `6c39a01069ec <https://github.com/open-power/hostboot/commit/6c39a01069ec>`__ Compile Gemini hardware
+ procedures in hostboot
+- `19a436e44c7d <https://github.com/open-power/hostboot/commit/19a436e44c7d>`__ Return p9a_omi_io_scom
+ failure
+- `df8f6df13fa6 <https://github.com/open-power/hostboot/commit/df8f6df13fa6>`__ Add gemini HWP calling into
+ hostboot
+- `0c954ba135fb <https://github.com/open-power/hostboot/commit/0c954ba135fb>`__ Fix
+ test_fapi2getChildTargetsForCDG for Axone
+- `7a9f6ce95c59 <https://github.com/open-power/hostboot/commit/7a9f6ce95c59>`__ Re-enable calling
+ p9_npu_scominit
+- `7ddeb4b85db8 <https://github.com/open-power/hostboot/commit/7ddeb4b85db8>`__ Remove unnecessary pmic mk
+ files from ekb import
+- `64f4f47ac448 <https://github.com/open-power/hostboot/commit/64f4f47ac448>`__ Enable 32GB NVDIMM update
+- `22d6da8c6be6 <https://github.com/open-power/hostboot/commit/22d6da8c6be6>`__ NVDIMM info logs around
+ update
+- `624f87148b03 <https://github.com/open-power/hostboot/commit/624f87148b03>`__ New simics level for axone
+- `8f4eeca3100a <https://github.com/open-power/hostboot/commit/8f4eeca3100a>`__ Updates to compile new pmic
+ fields in p9a eff_config
+- `3d09e6cb299b <https://github.com/open-power/hostboot/commit/3d09e6cb299b>`__ Integrate pmic_enable HWP
+ into IPL
+- `f212028b43f3 <https://github.com/open-power/hostboot/commit/f212028b43f3>`__ Enable calling
+ p9_update_ec_eq_state
+- `ddfd90ead9c5 <https://github.com/open-power/hostboot/commit/ddfd90ead9c5>`__ New simics level for Axone
+- `7779247d5f65 <https://github.com/open-power/hostboot/commit/7779247d5f65>`__ Enable calling p9_setup_evid
+ for Axone
+- `1a8e06d43d36 <https://github.com/open-power/hostboot/commit/1a8e06d43d36>`__ Use i2c word write for NVDIMM
+ update
+- `2094256e054f <https://github.com/open-power/hostboot/commit/2094256e054f>`__ Update simics level
+- `e9d12d6326f7 <https://github.com/open-power/hostboot/commit/e9d12d6326f7>`__ Enable tpmddtest.H for Axone
+- `5316f7dc08c6 <https://github.com/open-power/hostboot/commit/5316f7dc08c6>`__ Enable the scomtest for AXONE
+ config
+- `2c86bbc37ee8 <https://github.com/open-power/hostboot/commit/2c86bbc37ee8>`__ Run exp tests in Axone and
+ make generic Load utility
+- `3b05c7a782f6 <https://github.com/open-power/hostboot/commit/3b05c7a782f6>`__ Enable fapi2MmioAccessTest
+ for axone
+- `164e8bc5fc07 <https://github.com/open-power/hostboot/commit/164e8bc5fc07>`__ Add planar vpd support to
+ Axone simics
+- `730a9fb5a883 <https://github.com/open-power/hostboot/commit/730a9fb5a883>`__ Update genMemVpd.pl to
+ support DQ and CKE mapping
+- `5dafe24ce671 <https://github.com/open-power/hostboot/commit/5dafe24ce671>`__ Added CK and DQ vpd accessors
+- `a59fbce9c954 <https://github.com/open-power/hostboot/commit/a59fbce9c954>`__ Updated genMemVpd.pl to strip
+ carriage returns from line data
+- `b5499344e2e1 <https://github.com/open-power/hostboot/commit/b5499344e2e1>`__ Add a 4-byte timestamp into
+ new VM keyword
+- `52e9d9eb5546 <https://github.com/open-power/hostboot/commit/52e9d9eb5546>`__ Add a version nibble to the
+ end of VM VPD
+- `c0f21a7774f4 <https://github.com/open-power/hostboot/commit/c0f21a7774f4>`__ Change filename for VM
+ keyword to zz_vm_VM.bin
+- `2b061c6081d4 <https://github.com/open-power/hostboot/commit/2b061c6081d4>`__ Signed windage values not
+ picked up in MT keyword generation
+
+Matt K. Light (3):
+
+- `2722201d0d10 <https://github.com/open-power/hostboot/commit/2722201d0d10>`__ add GEMINI enum for ATTR_NAME
+- `157eb4dc4966 <https://github.com/open-power/hostboot/commit/157eb4dc4966>`__ move mss_generic link to
+ wrapper, fix OCMB_IS_NOT_EXPLORER ffdc call
+- `3d3bb8cd5fe6 <https://github.com/open-power/hostboot/commit/3d3bb8cd5fe6>`__ update
+ TARGET_TYPE_MULTICASTABLE
+
+Matthew Hickman (7):
+
+- `cacebfde8993 <https://github.com/open-power/hostboot/commit/cacebfde8993>`__ Added empty files for ecc
+ port
+- `8b15178b0679 <https://github.com/open-power/hostboot/commit/8b15178b0679>`__ Added empty files for ccs
+ port
+- `2b3c06d52085 <https://github.com/open-power/hostboot/commit/2b3c06d52085>`__ Fixed the ccs port merge
+ conflicts and added lab code
+- `2e0e547728eb <https://github.com/open-power/hostboot/commit/2e0e547728eb>`__ Added shell files for
+ exp_memdiags
+- `4a561d8c80c4 <https://github.com/open-power/hostboot/commit/4a561d8c80c4>`__ Added one last empty for ecc
+- `879157876fc2 <https://github.com/open-power/hostboot/commit/879157876fc2>`__ Added more empty files for
+ ecc port
+- `428f5e2c632e <https://github.com/open-power/hostboot/commit/428f5e2c632e>`__ Ported ecc engine to generic
+
+Matthew Raybuck (16):
+
+- `882f15ebfdcd <https://github.com/open-power/hostboot/commit/882f15ebfdcd>`__ Test Cases for deconfig
+ updates for AXONE
+- `1737cfb1a19d <https://github.com/open-power/hostboot/commit/1737cfb1a19d>`__ Update OCMB 9-15 to have
+ valid i2c and eeprom info
+- `740541cdd9e0 <https://github.com/open-power/hostboot/commit/740541cdd9e0>`__ Infer presense detection of
+ Explorer chip from VPD EEPROM
+- `f177dd883e86 <https://github.com/open-power/hostboot/commit/f177dd883e86>`__ Collect IDEC for Explorer
+ chip
+- `5f68c549965e <https://github.com/open-power/hostboot/commit/5f68c549965e>`__ Gemini vs Explorer Presence
+ Detection via SPD
+- `6390bd34536a <https://github.com/open-power/hostboot/commit/6390bd34536a>`__ Add keywords for part and
+ serial number for DDIMM
+- `7d1cedd447b6 <https://github.com/open-power/hostboot/commit/7d1cedd447b6>`__ Add keyword support for OCMB
+ SPD reads
+- `d2da0774fa01 <https://github.com/open-power/hostboot/commit/d2da0774fa01>`__ Targeting updates for EEPROM
+ content type
+- `ae7fd02c2115 <https://github.com/open-power/hostboot/commit/ae7fd02c2115>`__ Refactor keyword support for
+ various DIMM types
+- `85c03c9b4f64 <https://github.com/open-power/hostboot/commit/85c03c9b4f64>`__ Add cache/hardware comparison
+ functions for SPD classes of VPD content
+- `36c966c7dd11 <https://github.com/open-power/hostboot/commit/36c966c7dd11>`__ Add cache/hardware comparison
+ functions for ipvpd classes of VPD content
+- `fa7d62b7304b <https://github.com/open-power/hostboot/commit/fa7d62b7304b>`__ Support tool that can package
+ BPM flash images into a binary
+- `6adc57ce4966 <https://github.com/open-power/hostboot/commit/6adc57ce4966>`__ Fix typo in
+ buildBpmFlashImages.pl
+- `2f311fe0914d <https://github.com/open-power/hostboot/commit/2f311fe0914d>`__ Replace chomp function with
+ platform neutral end-of-line stripping regex
+- `94e392de6a0a <https://github.com/open-power/hostboot/commit/94e392de6a0a>`__ Fix memory leak in
+ nvdimm_update.C
+- `3a5514cde7fa <https://github.com/open-power/hostboot/commit/3a5514cde7fa>`__ Turn off NVDIMM debug trace
+ output
+
+Michael Baiocchi (1):
+
+- `3c3e5a250d39 <https://github.com/open-power/hostboot/commit/3c3e5a250d39>`__ Revert “Add OCMB_CHIP_TYPE
+ Attribute”
+
+Mike Baiocchi (9):
+
+- `1b5381224824 <https://github.com/open-power/hostboot/commit/1b5381224824>`__ Cleanup UCD Update Algorithm
+ Code
+- `1dc4c34f591f <https://github.com/open-power/hostboot/commit/1dc4c34f591f>`__ Force UCD Updates on each IPL
+- `0da6ad912fdf <https://github.com/open-power/hostboot/commit/0da6ad912fdf>`__ Add OCMB_CHIP_TYPE Attribute
+- `1e1ea69fbf60 <https://github.com/open-power/hostboot/commit/1e1ea69fbf60>`__ Fix missing header file in
+ eepromCache.C
+- `3c199d2a3a26 <https://github.com/open-power/hostboot/commit/3c199d2a3a26>`__ Remove GLOBAL PNOR Partition
+- `4f842cf1d6fe <https://github.com/open-power/hostboot/commit/4f842cf1d6fe>`__ Combine ‘generic’ and
+ ‘explorer’ OCMB chip targets
+- `8fb322bab4c1 <https://github.com/open-power/hostboot/commit/8fb322bab4c1>`__ Remove ‘EXPLORER’ as
+ attribute MODEL type
+- `d978f97d33f0 <https://github.com/open-power/hostboot/commit/d978f97d33f0>`__ Add Device Tree support for
+ Nuvoton TPM 75x
+- `ca9007fb2efc <https://github.com/open-power/hostboot/commit/ca9007fb2efc>`__ Add Support for new HDAT
+ Slave Device Type for Nuvoton 75x
+
+Murulidhar Nataraju (1):
+
+- `ed1208121086 <https://github.com/open-power/hostboot/commit/ed1208121086>`__ Istep 18 - MPIPL on OPAL
+ System update
+
+Nick Bofferding (9):
+
+- `ec86a5683941 <https://github.com/open-power/hostboot/commit/ec86a5683941>`__ Decrease WOFDATA partition by
+ 1 MB until HBI space can be reduced
+- `85326973c80e <https://github.com/open-power/hostboot/commit/85326973c80e>`__ Reduce draminit_training_adv
+ thread count to avoid OOM
+- `a9aa7be26b1f <https://github.com/open-power/hostboot/commit/a9aa7be26b1f>`__ Fix page coalesce bug in
+ coalescing end of cache memory range
+- `3e582366ea6b <https://github.com/open-power/hostboot/commit/3e582366ea6b>`__ Disable parallel operations
+ in draminit advanced training
+- `5002bdd78954 <https://github.com/open-power/hostboot/commit/5002bdd78954>`__ Reduce LRU RO constraint to
+ allow RO page evictions
+- `cf29aa3e9203 <https://github.com/open-power/hostboot/commit/cf29aa3e9203>`__ Fix UCD invalid command error
+ for 0 byte block read SMBus requests
+- `239bd856fd66 <https://github.com/open-power/hostboot/commit/239bd856fd66>`__ Re-enable
+ mss_draminit_trainadv parallelism
+- `0f03814d62a6 <https://github.com/open-power/hostboot/commit/0f03814d62a6>`__ Only display ERRL user
+ details callouts/strings when dumping error to console
+- `c070a3d6521e <https://github.com/open-power/hostboot/commit/c070a3d6521e>`__ Fix gcc8 signature validation
+ anomaly
+
+Prasad Bg Ranganath (2):
+
+- `cb5872dbdd7f <https://github.com/open-power/hostboot/commit/cb5872dbdd7f>`__ PPB: OPPB pstatemin value
+ endianess fix
+- `431fd07bcd5f <https://github.com/open-power/hostboot/commit/431fd07bcd5f>`__ PPB: Bug fix in compute VPD
+ points that impact to bias values
+
+Prem Shanker Jha (4):
+
+- `4148562b6758 <https://github.com/open-power/hostboot/commit/4148562b6758>`__ PM: Fixed error path handling
+ of getscoms in HWP p9_query_core_access_state.
+- `89ff9fa99391 <https://github.com/open-power/hostboot/commit/89ff9fa99391>`__ VDM(Part 2): CME hcode
+ support for per quad VDM.
+- `58df73fd1074 <https://github.com/open-power/hostboot/commit/58df73fd1074>`__ VDM(Part 3): Image build
+ changes for quad level VDM
+- `b3996f56863f <https://github.com/open-power/hostboot/commit/b3996f56863f>`__ Stop API: STOP API made
+ project agnostic.
+
+Rahul Batra (4):
+
+- `3483624140e3 <https://github.com/open-power/hostboot/commit/3483624140e3>`__ PM: Revert VID slopes in GPPB
+ to non-zero
+- `2a6adcbfe414 <https://github.com/open-power/hostboot/commit/2a6adcbfe414>`__ PM: Fix WOV Enablement
+- `761c81cf0ecb <https://github.com/open-power/hostboot/commit/761c81cf0ecb>`__ PM: WOV(OCS) HW Procedures
+ Changes (1/2)
+- `a34f4c584414 <https://github.com/open-power/hostboot/commit/a34f4c584414>`__ PM: WOV(OCS) PGPE Hcode
+ Changes (2/2)
+
+Ricardo Mata Jr (1):
+
+- `3f9202c62194 <https://github.com/open-power/hostboot/commit/3f9202c62194>`__ Added chip ec attribute for
+ PCI cache injection.
+
+Richard J. Knight (1):
+
+- `66b1aa028bfa <https://github.com/open-power/hostboot/commit/66b1aa028bfa>`__ Call the tool to generate the
+ cmsk rings + .C files for procedure
+
+Roland Veloz (11):
+
+- `8d531bced31e <https://github.com/open-power/hostboot/commit/8d531bced31e>`__ Added unit test for HWP call
+ ddimm_get_efd
+- `92ee1c5a0784 <https://github.com/open-power/hostboot/commit/92ee1c5a0784>`__ Defect fix for class
+ RsvdTraceBuffer to fix ErrorLog flatten issue
+- `d935c5c94a9e <https://github.com/open-power/hostboot/commit/d935c5c94a9e>`__ Added more error reporting to
+ HWSV when PNOR fails, removed superfluous code
+- `8d9dc76256f5 <https://github.com/open-power/hostboot/commit/8d9dc76256f5>`__ Corrected bad logic, in an if
+ statement, that was creating a bad trace
+- `f38ca7d5412b <https://github.com/open-power/hostboot/commit/f38ca7d5412b>`__ Added new
+ GenericFspMboxMessage_t interface to save NVDIMM keys
+- `7aa27e142c26 <https://github.com/open-power/hostboot/commit/7aa27e142c26>`__ Implementing PHYP to HBRT
+ NVDIMM message to issue an NVDIMM operation
+- `9192b12a33dc <https://github.com/open-power/hostboot/commit/9192b12a33dc>`__ Reworked the
+ AttributeTank::Attribute API
+- `c4faf5ce57f2 <https://github.com/open-power/hostboot/commit/c4faf5ce57f2>`__ Changed the generic message
+ type from MSG_DECONFIG_TARGET to MSG_ATTR_WRITE_OP
+- `56cb2793c030 <https://github.com/open-power/hostboot/commit/56cb2793c030>`__ Added template function to
+ make an attribute with given target and attribute ID
+- `b75cfea6155c <https://github.com/open-power/hostboot/commit/b75cfea6155c>`__ Unit test for structure
+ TARGETING::AttributeTank::Attribute
+- `d2d561f722aa <https://github.com/open-power/hostboot/commit/d2d561f722aa>`__ Unit test for the firmware
+ request sendAttributes
+
+Sharath Manjunath (3):
+
+- `4cc19fda64c0 <https://github.com/open-power/hostboot/commit/4cc19fda64c0>`__ Add exp_thermal_init for
+ Explorer FW
+- `47b32b1aaaf2 <https://github.com/open-power/hostboot/commit/47b32b1aaaf2>`__ Adds blank files to Explorer
+ thermal_init commit
+- `ecdac321bf0a <https://github.com/open-power/hostboot/commit/ecdac321bf0a>`__ Add exp_thermal_init for
+ Explorer FW
+
+Stephen Glancy (48):
+
+- `cfc5cde5be5f <https://github.com/open-power/hostboot/commit/cfc5cde5be5f>`__ Adds blank explorer training
+ handler C file
+- `b047a25de8a6 <https://github.com/open-power/hostboot/commit/b047a25de8a6>`__ Adds process training
+ response to exp draminit
+- `9a27a108a9b8 <https://github.com/open-power/hostboot/commit/9a27a108a9b8>`__ Adds MCA workaround blank
+ files for HB
+- `af698e0c2096 <https://github.com/open-power/hostboot/commit/af698e0c2096>`__ Adds in workaround for
+ self-time refresh
+- `763efd13a331 <https://github.com/open-power/hostboot/commit/763efd13a331>`__ Updates dramint training
+ structure
+- `f79af6ea7e38 <https://github.com/open-power/hostboot/commit/f79af6ea7e38>`__ Fixes LR host write leveling
+ crashes
+- `d27962f1bfbd <https://github.com/open-power/hostboot/commit/d27962f1bfbd>`__ Updates CCS to run with quad
+ encoded chip select
+- `f53d3ff4139f <https://github.com/open-power/hostboot/commit/f53d3ff4139f>`__ Adds LRDIMM shadow register
+ workaround
+- `06f75dffe7d2 <https://github.com/open-power/hostboot/commit/06f75dffe7d2>`__ Fixes four-rank rank pairing
+ code
+- `4cfa805d328b <https://github.com/open-power/hostboot/commit/4cfa805d328b>`__ Fixes MC addressing for
+ 4R/quad-encoded chip select
+- `745094dc3a9f <https://github.com/open-power/hostboot/commit/745094dc3a9f>`__ Moves blame a FIR API to
+ generic
+- `93fcaa00fbf0 <https://github.com/open-power/hostboot/commit/93fcaa00fbf0>`__ Adds explorer post-draminit
+ bad bits processing
+- `8328e67e0ca1 <https://github.com/open-power/hostboot/commit/8328e67e0ca1>`__ Updates LRDIMM dual drop SI
+ settings
+- `ffe6b0311623 <https://github.com/open-power/hostboot/commit/ffe6b0311623>`__ Updates RCW’s attributes for
+ quad encoded CS mode
+- `98267572c8c1 <https://github.com/open-power/hostboot/commit/98267572c8c1>`__ Fixes LRDIM dual-drop 4R
+ frequency/plug rules bugs
+- `8578705fa8a2 <https://github.com/open-power/hostboot/commit/8578705fa8a2>`__ Adds p9a freq specialization
+- `1e9aa61c5f76 <https://github.com/open-power/hostboot/commit/1e9aa61c5f76>`__ Adds blankfile for git commit
+ data helper
+- `e4956ca54c22 <https://github.com/open-power/hostboot/commit/e4956ca54c22>`__ Updates the LRDIMM to use SPD
+ SI values
+- `ac6b97d1a4ff <https://github.com/open-power/hostboot/commit/ac6b97d1a4ff>`__ Adds git commit data to
+ p9a/exp procedures
+- `97517fa73c61 <https://github.com/open-power/hostboot/commit/97517fa73c61>`__ Adds explorer training
+ response display functions
+- `4b56cf2d5156 <https://github.com/open-power/hostboot/commit/4b56cf2d5156>`__ Adds blank files for new cen
+ plug rules
+- `51a8aa7ccf8b <https://github.com/open-power/hostboot/commit/51a8aa7ccf8b>`__ Fixes centaur plug rules to
+ force balanced MBA configs
+- `f43f8bd48e3f <https://github.com/open-power/hostboot/commit/f43f8bd48e3f>`__ Disables RD VREF for LRDIMM
+- `8069ef850b91 <https://github.com/open-power/hostboot/commit/8069ef850b91>`__ Adds p9a chip directory
+ structure
+- `aff20d90b967 <https://github.com/open-power/hostboot/commit/aff20d90b967>`__ Adds unified input processing
+ for wrappers
+- `ac2fd033cc0b <https://github.com/open-power/hostboot/commit/ac2fd033cc0b>`__ Moves lab helpers to generic
+ folder
+- `510773cb52f9 <https://github.com/open-power/hostboot/commit/510773cb52f9>`__ Adds explorer training
+ response blank C file
+- `290b29f13a8a <https://github.com/open-power/hostboot/commit/290b29f13a8a>`__ Adds explorer training
+ response display functions
+- `5efcf184ed79 <https://github.com/open-power/hostboot/commit/5efcf184ed79>`__ Adds p9a chip directory
+ structure
+- `0d02b87f9c90 <https://github.com/open-power/hostboot/commit/0d02b87f9c90>`__ Adds explorer address and
+ field fixes headers
+- `902e166a98fe <https://github.com/open-power/hostboot/commit/902e166a98fe>`__ Adds explorer to check for
+ response doorbell
+- `114d10d29c18 <https://github.com/open-power/hostboot/commit/114d10d29c18>`__ Fixes LRDIMM command to
+ command timing
+- `a38021c7fa73 <https://github.com/open-power/hostboot/commit/a38021c7fa73>`__ Fixes RCD parity CID
+ configuration
+- `b952df368d42 <https://github.com/open-power/hostboot/commit/b952df368d42>`__ Moves CCS lab code to generic
+- `4a2e3c2c2db5 <https://github.com/open-power/hostboot/commit/4a2e3c2c2db5>`__ Adds new attributes for
+ 07MAY19 explorer specification
+- `82423eab5bba <https://github.com/open-power/hostboot/commit/82423eab5bba>`__ Fixes MCBIST compile fails
+- `6bb5c0eda318 <https://github.com/open-power/hostboot/commit/6bb5c0eda318>`__ Fixes MCBIST compile fails
+- `af06bf24063e <https://github.com/open-power/hostboot/commit/af06bf24063e>`__ Adds blank files for explorer
+ EFD processing
+- `ec840df7fcaf <https://github.com/open-power/hostboot/commit/ec840df7fcaf>`__ Adds explorer CCS
+ specialization
+- `2acc85787f4b <https://github.com/open-power/hostboot/commit/2acc85787f4b>`__ Updates the explorer draminit
+ for 07MAY19 spec
+- `7bf4bd007709 <https://github.com/open-power/hostboot/commit/7bf4bd007709>`__ Fixes MCBIST read bug in i2c
+ mode
+- `8a6b5a50b388 <https://github.com/open-power/hostboot/commit/8a6b5a50b388>`__ Adds EFD decode updates for
+ 07MAY19 spec updates
+- `11066067e94b <https://github.com/open-power/hostboot/commit/11066067e94b>`__ Fixes FFDC for files moved to
+ generic
+- `42dbafc33bfa <https://github.com/open-power/hostboot/commit/42dbafc33bfa>`__ Adds hardware specific
+ definitions to initfiles
+- `ea9fb95e6c5a <https://github.com/open-power/hostboot/commit/ea9fb95e6c5a>`__ Adds axone support for
+ p9_throttle_sync
+- `30d44084f574 <https://github.com/open-power/hostboot/commit/30d44084f574>`__ Adds a helper function to
+ hold CKE’s high in draminit
+- `38b300796ea1 <https://github.com/open-power/hostboot/commit/38b300796ea1>`__ Updates swizzle for MCBIST
+ error_count_mode1
+- `2910a088420c <https://github.com/open-power/hostboot/commit/2910a088420c>`__ Moves shmoo_data API to
+ generic memory lab
+
+Steven Janssen (3):
+
+- `d42dd7f9ed04 <https://github.com/open-power/hostboot/commit/d42dd7f9ed04>`__ Fix library dependancy
+- `2aaca494ec04 <https://github.com/open-power/hostboot/commit/2aaca494ec04>`__ Update file name to match
+ function name
+- `9efb5475e019 <https://github.com/open-power/hostboot/commit/9efb5475e019>`__ Fix library dependancy
+
+Thi Tran (1):
+
+- `2a334beaa4b6 <https://github.com/open-power/hostboot/commit/2a334beaa4b6>`__ Fix incorrect group of 8
+ Mirrorable setting for Axone.
+
+Tsung Yeung (14):
+
+- `9ab1bc28a6d2 <https://github.com/open-power/hostboot/commit/9ab1bc28a6d2>`__ Preload CCS program to
+ support EPOW on NVDIMM
+- `4d2fdefa996b <https://github.com/open-power/hostboot/commit/4d2fdefa996b>`__ Adds HWP call to set up CCS
+ for EPOW
+- `9291b67c357d <https://github.com/open-power/hostboot/commit/9291b67c357d>`__ NVDIMM - erase after arm to
+ prevent stale image getting restored on next boot
+- `40bcbd0f3a78 <https://github.com/open-power/hostboot/commit/40bcbd0f3a78>`__ Enable median rank wr_vref
+ value on NVDIMM
+- `468349f5827c <https://github.com/open-power/hostboot/commit/468349f5827c>`__ Includes NVDIMM in workaround
+ for self-time refresh
+- `d4dae0f83725 <https://github.com/open-power/hostboot/commit/d4dae0f83725>`__ P9: NVDIMM SBE Support to
+ Trigger Catastrophic Save
+- `ff832044c09e <https://github.com/open-power/hostboot/commit/ff832044c09e>`__ Adjust STR enter sequence to
+ enable immediate entry
+- `fa0064292733 <https://github.com/open-power/hostboot/commit/fa0064292733>`__ Ignore refresh overrun fir
+ NVDIMM during post-restore sequence
+- `031a5d086262 <https://github.com/open-power/hostboot/commit/031a5d086262>`__ NVDIMM Change Polling Order
+- `1c0d5d1e89b3 <https://github.com/open-power/hostboot/commit/1c0d5d1e89b3>`__ Uses
+ ATTR_MSS_MRW_NVDIMM_SLOT_POSITION instead of FAPI_POS for nvdimm plug rules
+- `2c39e6a8184b <https://github.com/open-power/hostboot/commit/2c39e6a8184b>`__ NVDIMM wr_vref workaround fix
+ and add refreshes to ccs program (nvdimm only)
+- `dee477f94aa6 <https://github.com/open-power/hostboot/commit/dee477f94aa6>`__ Add polling after STR entry
+ to ensure port is in STR before asserting RESETn
+- `1f8ec61acd51 <https://github.com/open-power/hostboot/commit/1f8ec61acd51>`__ Disable BAR Temporarily to
+ prevent STR exit during nvdimm handover
+- `d51b8ebc92c7 <https://github.com/open-power/hostboot/commit/d51b8ebc92c7>`__ Change polling condition to
+ avoid premature timeout error
+
+Zach Clark (3):
+
+- `6a2bedba84d0 <https://github.com/open-power/hostboot/commit/6a2bedba84d0>`__ Developer Improvement: Get
+ code coverage tool working with Hostboot
+- `ff818674b181 <https://github.com/open-power/hostboot/commit/ff818674b181>`__ Make GCOV support work with
+ GCC 8.1 - 8.3
+- `cffebe48c7b1 <https://github.com/open-power/hostboot/commit/cffebe48c7b1>`__ Fix “possibly uninitialized
+ variable”
+
+Zane Shelley (9):
+
+- `0a802a96758f <https://github.com/open-power/hostboot/commit/0a802a96758f>`__ PRD: invalid access to
+ pointer address in prdfWriteHomerFirData.C
+- `36a58f1f8047 <https://github.com/open-power/hostboot/commit/36a58f1f8047>`__ PRD: change thresholding for
+ OBUS link UEs
+- `a1f0a3ed6d3b <https://github.com/open-power/hostboot/commit/a1f0a3ed6d3b>`__ PRD: misc cleanup from latest
+ RAS XML
+- `d893f5ac1b3d <https://github.com/open-power/hostboot/commit/d893f5ac1b3d>`__ PRD: NPUFIR updates for Axone
+- `e2a0b43c8684 <https://github.com/open-power/hostboot/commit/e2a0b43c8684>`__ PRD: Memory subsystem updates
+ for Axone
+- `ca47ced07c4c <https://github.com/open-power/hostboot/commit/ca47ced07c4c>`__ PRD: replaced MODEL_EXPLORER
+ with MODEL_OCMB
+- `31aec74cbca7 <https://github.com/open-power/hostboot/commit/31aec74cbca7>`__ PRD: debug trace output
+ update for OCMB models
+- `c720019a8163 <https://github.com/open-power/hostboot/commit/c720019a8163>`__ PRD: Axone memory updates
+ from RAS XML
+- `578bf1c6cdcd <https://github.com/open-power/hostboot/commit/578bf1c6cdcd>`__ PRD: Explorer updates from
+ RAS XML
+
+aravnair-in (1):
+
+- `75031a86cc54 <https://github.com/open-power/hostboot/commit/75031a86cc54>`__ ZZ-GEN4 and ZZ-2U-GEN4
+ sysetem binaries need to be built
+
+lean wang(王棚辉) (1):
+
+- `913204775de8 <https://github.com/open-power/hostboot/commit/913204775de8>`__ ips print total memory
+
+whs (1):
+
+- `916c31cdf802 <https://github.com/open-power/hostboot/commit/916c31cdf802>`__ Create tool to generate
+ memory vpd keyword mappings
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _v2.4-rc1-patches-2:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-2:
+
+Commits
+~~~~~~~
+
+Caleb Palmer (2):
+
+- `fb4b3eb861b2 <https://github.com/open-power/occ/commit/fb4b3eb861b2>`__ NPU target addr translation
+ support
+- `e5a2afd6cfb0 <https://github.com/open-power/occ/commit/e5a2afd6cfb0>`__ NPU target addr translation fixes
+
+Chris Cain (13):
+
+- `d03cb7413705 <https://github.com/open-power/occ/commit/d03cb7413705>`__ Update to PGPE elog structure
+- `f7b1e2a3bcae <https://github.com/open-power/occ/commit/f7b1e2a3bcae>`__ Add support for a second voltage
+ sense from APSS
+- `f65ac6e26087 <https://github.com/open-power/occ/commit/f65ac6e26087>`__ Add regs for PGPE debug
+- `b082b5771c9d <https://github.com/open-power/occ/commit/b082b5771c9d>`__ NVDIMM procedure update
+- `ad9bb2d1e41c <https://github.com/open-power/occ/commit/ad9bb2d1e41c>`__ Disable 24x7 when EPOW detected to
+ prevent GPE halt
+- `de361c2a961f <https://github.com/open-power/occ/commit/de361c2a961f>`__ New NVDIMM save procedure
+- `19b906f9c3a8 <https://github.com/open-power/occ/commit/19b906f9c3a8>`__ Pick up new HCODE elog structure
+- `91d3487ed586 <https://github.com/open-power/occ/commit/91d3487ed586>`__ Open CAPI memory config data
+ support
+- `a880ffe3a854 <https://github.com/open-power/occ/commit/a880ffe3a854>`__ Support for Secure Memory Facility
+ (SMF) mode
+- `9a6d21e73e44 <https://github.com/open-power/occ/commit/9a6d21e73e44>`__ Initial OCMB fixes
+- `326a900583f6 <https://github.com/open-power/occ/commit/326a900583f6>`__ Initialize mem type for Centaur
+- `d13bd3fa8e38 <https://github.com/open-power/occ/commit/d13bd3fa8e38>`__ Handle thermal vote based on OCMB
+ membuf
+- `6ce9a5d0fefe <https://github.com/open-power/occ/commit/6ce9a5d0fefe>`__ Allow maximum number of sensors to
+ be returned in debug command
+
+Douglas Gilbert (1):
+
+- `afa37a7e9bc0 <https://github.com/open-power/occ/commit/afa37a7e9bc0>`__ Explorer MSBUF monitoring
+
+Timothy Pearson (1):
+
+- `4b9396843b2d <https://github.com/open-power/occ/commit/4b9396843b2d>`__ Fix build failure on GCC8
+
+mbroyles (6):
+
+- `c77b16ee36a3 <https://github.com/open-power/occ/commit/c77b16ee36a3>`__ Run WOF every tick
+- `d10b665d0f1b <https://github.com/open-power/occ/commit/d10b665d0f1b>`__ WOF temperature scaling equation
+ change
+- `f8e8d60e453c <https://github.com/open-power/occ/commit/f8e8d60e453c>`__ Delete un-used Amester functions
+- `cf4c143eb571 <https://github.com/open-power/occ/commit/cf4c143eb571>`__ WOF changes for OCS and freq
+ tracking
+- `5e53fc1458f1 <https://github.com/open-power/occ/commit/5e53fc1458f1>`__ Increase PGPE elog size to include
+ full PGPE trace
+- `aa38078b2e09 <https://github.com/open-power/occ/commit/aa38078b2e09>`__ Avoid calculating negative AC
+ currents
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _v2.4-rc1-patches-3:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-3:
+
+Commits
+~~~~~~~
+
+Javier Martinez Canillas (2):
+
+- `53e0f3ef35ac <https://github.com/open-power/petitboot/commit/53e0f3ef35ac>`__ discover/grub2: Allow using
+ title for default even if id was defined
+- `7edc34c4ee8d <https://github.com/open-power/petitboot/commit/7edc34c4ee8d>`__ discover/grub2: Allow to
+ separate the –id argument using a space char
+
+Samuel Mendoza-Jonas (6):
+
+- `9e869ebe3a51 <https://github.com/open-power/petitboot/commit/9e869ebe3a51>`__ Various fixups and checks to
+ make scan-build happy
+- `aa596b2c1034 <https://github.com/open-power/petitboot/commit/aa596b2c1034>`__ utils: Quote plugin name and
+ vendor variables
+- `3cf30cfa4f23 <https://github.com/open-power/petitboot/commit/3cf30cfa4f23>`__ utils: Optionally run
+ utilities as root
+- `cf9e0cd6f7ca <https://github.com/open-power/petitboot/commit/cf9e0cd6f7ca>`__ Remove outdated TODO file
+- `d61806e79788 <https://github.com/open-power/petitboot/commit/d61806e79788>`__ doc: Start writing some
+ in-tree documentation
+- `cd95d81c16bd <https://github.com/open-power/petitboot/commit/cd95d81c16bd>`__ travis: Publish sphinx docs
+ to Github pages
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _v2.4-rc1-patches-4:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-4:
+
+Commits
+~~~~~~~
+
+Nickolaus Gruendler (2):
+
+- `be9d6cfc4f9b <https://github.com/open-power/romulus-xml/commit/be9d6cfc4f9b>`__ Add memd vpd file
+- `eac9377724ba <https://github.com/open-power/romulus-xml/commit/eac9377724ba>`__ Correct error in memd
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _v2.4-rc1-patches-5:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-5:
+
+Commits
+~~~~~~~
+
+Alvin Wang (1):
+
+- `fb4fa9c6de3f <https://github.com/open-power/sbe/commit/fb4fa9c6de3f>`__ Move MCBIST lib to generic folder
+
+Ben Gass (6):
+
+- `448290d76b93 <https://github.com/open-power/sbe/commit/448290d76b93>`__ Update p9_l2_flush to check if
+ purge is busy on anything prior to flush.
+- `26c8a88a4f65 <https://github.com/open-power/sbe/commit/26c8a88a4f65>`__ Update ATRMISS registers for Axone
+- `2d663084a860 <https://github.com/open-power/sbe/commit/2d663084a860>`__ Update p9_mss_eff_grouping for
+ Axone support
+- `b031344b3316 <https://github.com/open-power/sbe/commit/b031344b3316>`__ Add p9a.omi.pll.scan.initfile and
+ ifCompiler support.
+- `fc26a6bd34b5 <https://github.com/open-power/sbe/commit/fc26a6bd34b5>`__ Update npu initfiles for Axone
+- `54b282143d67 <https://github.com/open-power/sbe/commit/54b282143d67>`__ Set IOO clockgate_disable for
+ Axone HW481539 / HW438727
+
+Chris Steffen (1):
+
+- `0268ea4e1545 <https://github.com/open-power/sbe/commit/0268ea4e1545>`__ Axone Xbus Linearity
+
+Christian Geddes (1):
+
+- `ce01c89b7df0 <https://github.com/open-power/sbe/commit/ce01c89b7df0>`__ Make some FAPI_INF traces that are
+ spamming FW logs into FAPI_DBG
+
+Dan Crowell (4):
+
+- `e27b0cc841ed <https://github.com/open-power/sbe/commit/e27b0cc841ed>`__ Modify rank variable for OCMB VPD
+ lookup
+- `8cdd1fc4febf <https://github.com/open-power/sbe/commit/8cdd1fc4febf>`__ Add PMIC target
+- `cd57fb58133a <https://github.com/open-power/sbe/commit/cd57fb58133a>`__ Synch up OMI and MCA frequencies
+- `b96edc83e949 <https://github.com/open-power/sbe/commit/b96edc83e949>`__ Hide CHTM attributes from
+ ServerWiz
+
+Glenn Miles (2):
+
+- `22169bd672be <https://github.com/open-power/sbe/commit/22169bd672be>`__ Add new enum, OCMB_FW_UPDATE, to
+ ATTR_RECONFIGURE_LOOP
+- `2f9112decc89 <https://github.com/open-power/sbe/commit/2f9112decc89>`__ Add HWP for entering Explorer TWI
+ mode
+
+Jenny Huynh (3):
+
+- `db120737ef3c <https://github.com/open-power/sbe/commit/db120737ef3c>`__ HW483672: Enable TLBIE WAT
+ (version 5); fixes unintended flushing
+- `890db5d7d8fe <https://github.com/open-power/sbe/commit/890db5d7d8fe>`__ Fabric inits update for Axone
+- `e99d1c084c42 <https://github.com/open-power/sbe/commit/e99d1c084c42>`__ Add missing targetType arg to
+ ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP
+
+Joachim Fenkes (5):
+
+- `6a7478da76d1 <https://github.com/open-power/sbe/commit/6a7478da76d1>`__ FAPI2: Add method to Target to
+ query core select vector from CORE targets
+- `9c5d98ebc72b <https://github.com/open-power/sbe/commit/9c5d98ebc72b>`__ p9_sbe_nest_enable_ridi: Open up
+ PCIe refclk drivers
+- `ce819e5d65ed <https://github.com/open-power/sbe/commit/ce819e5d65ed>`__ p9_sbe_tracearray: Updates for
+ Axone
+- `f0d3622fbac5 <https://github.com/open-power/sbe/commit/f0d3622fbac5>`__ p9_sbe_chiplet_reset: Add missing
+ OB3 clock muxes for Axone
+- `044f03861f86 <https://github.com/open-power/sbe/commit/044f03861f86>`__ FAPI2: Clarify that broadcast
+ groups must be mapped explicitly
+
+Joe McGill (5):
+
+- `40d3c1667e11 <https://github.com/open-power/sbe/commit/40d3c1667e11>`__ cleanup references to chip-centric
+ EC feature attributes
+- `7e6b30a82f4b <https://github.com/open-power/sbe/commit/7e6b30a82f4b>`__ FAPI2: replace IOPAU target
+ references with PAUC
+- `e9bc6a014a07 <https://github.com/open-power/sbe/commit/e9bc6a014a07>`__ p9.filter.pll.scan.initfile –
+ update CP filter config for p9a
+- `582a724a0172 <https://github.com/open-power/sbe/commit/582a724a0172>`__ p9_sbe_npll_setup – update SS
+ enablement for p9a
+- `c96691091792 <https://github.com/open-power/sbe/commit/c96691091792>`__ update i2c bit rate divisor for
+ p9a
+
+Kahn Evans (1):
+
+- `4db0f651a400 <https://github.com/open-power/sbe/commit/4db0f651a400>`__ Fix doxygen warnings
+
+Louis Stermole (4):
+
+- `de09972a4e9c <https://github.com/open-power/sbe/commit/de09972a4e9c>`__ Add ATTR_FREQ_OMI_MHZ
+- `02cd24317d11 <https://github.com/open-power/sbe/commit/02cd24317d11>`__ Add debug params to
+ exp_check_for_ready_wrap
+- `9beca538b919 <https://github.com/open-power/sbe/commit/9beca538b919>`__ Add retry of EXP_FW_STATUS when
+ status is FW_BUSY
+- `42cc2406dde6 <https://github.com/open-power/sbe/commit/42cc2406dde6>`__ Add check for BOOT_STAGE ==
+ runtime fw in exp_check_for_ready
+
+Mark Pizzutillo (1):
+
+- `ca17f0c1d193 <https://github.com/open-power/sbe/commit/ca17f0c1d193>`__ Added code for exp_getecid and
+ unit tests
+
+Matt K. Light (3):
+
+- `8acc5d3145f7 <https://github.com/open-power/sbe/commit/8acc5d3145f7>`__ add define to control inclusion of
+ getCoreSelect plat impl
+- `673bc92dbf97 <https://github.com/open-power/sbe/commit/673bc92dbf97>`__ add GEMINI enum for ATTR_NAME
+- `5cab254e8ffa <https://github.com/open-power/sbe/commit/5cab254e8ffa>`__ update TARGET_TYPE_MULTICASTABLE
+
+Matthew Hickman (1):
+
+- `8f2375e3e79c <https://github.com/open-power/sbe/commit/8f2375e3e79c>`__ Fixed the ccs port merge conflicts
+ and added lab code
+
+Murulidhar Nataraju (3):
+
+- `249671d79a09 <https://github.com/open-power/sbe/commit/249671d79a09>`__ Updated HRMOR to 3968MB (64MB \*
+ 62) less than
+- `28c54880dd08 <https://github.com/open-power/sbe/commit/28c54880dd08>`__ Axone: Update sbeOpDistribute.py
+- `e116764a9681 <https://github.com/open-power/sbe/commit/e116764a9681>`__ Update build in customrc
+
+Prem Shanker Jha (2):
+
+- `c94f972a747d <https://github.com/open-power/sbe/commit/c94f972a747d>`__ PM: Fixed error path handling of
+ getscoms in HWP p9_query_core_access_state.
+- `833b7412036c <https://github.com/open-power/sbe/commit/833b7412036c>`__ VDM(Part 3): Image build changes
+ for quad level VDM
+
+Rahul Batra (1):
+
+- `8ec1c8aac612 <https://github.com/open-power/sbe/commit/8ec1c8aac612>`__ PM: WOV(OCS) HW Procedures Changes
+ (1/2)
+
+Raja Das (3):
+
+- `f560231a9e83 <https://github.com/open-power/sbe/commit/f560231a9e83>`__ Optimized the processor dump
+ structure between SBE and Hostboot
+- `4bd48045fe9a <https://github.com/open-power/sbe/commit/4bd48045fe9a>`__ Update Backing build to customrc
+ and update standalone simics patch
+- `c54904f7b338 <https://github.com/open-power/sbe/commit/c54904f7b338>`__ Added .NOTPARALLEL special key for
+ *.s intermediate files from*.S
+
+Ricardo Mata Jr (1):
+
+- `378ec4ffdd3d <https://github.com/open-power/sbe/commit/378ec4ffdd3d>`__ Added chip ec attribute for PCI
+ cache injection.
+
+Sharath Manjunath (1):
+
+- `61c4b74f573d <https://github.com/open-power/sbe/commit/61c4b74f573d>`__ Update exp_draminit to read values
+ from attributes
+
+Srikantha Meesala (3):
+
+- `8a2bb59e3dc9 <https://github.com/open-power/sbe/commit/8a2bb59e3dc9>`__ Makefile issue with parallel build
+- `e02d72ae04fe <https://github.com/open-power/sbe/commit/e02d72ae04fe>`__ White/Black/Grey List Binary dump
+ full SBE implementation
+- `959bcf49938d <https://github.com/open-power/sbe/commit/959bcf49938d>`__ Support Collect DUMP in ZZ-L
+ system
+
+Stephen Glancy (2):
+
+- `510ac957f02d <https://github.com/open-power/sbe/commit/510ac957f02d>`__ Adds explorer CCS specialization
+- `ed7027c5b077 <https://github.com/open-power/sbe/commit/ed7027c5b077>`__ Fixes FFDC for files moved to
+ generic
+
+Sumit Kumar (1):
+
+- `7fc696f4f131 <https://github.com/open-power/sbe/commit/7fc696f4f131>`__ FAPI_Infra:Add new member to
+ structure ErrorInfoHwCallout
+
+Sunil Kumar (1):
+
+- `01030a212c07 <https://github.com/open-power/sbe/commit/01030a212c07>`__ AXONE Bringup CI
+
+Tsung Yeung (2):
+
+- `c9667ef21a6f <https://github.com/open-power/sbe/commit/c9667ef21a6f>`__ Add polling after STR entry to
+ ensure port is in STR before asserting RESETn
+- `94df8bea72bd <https://github.com/open-power/sbe/commit/94df8bea72bd>`__ Disable BAR Temporarily to prevent
+ STR exit during nvdimm handover
+
+Yue Du (1):
+
+- `ca676f5b5d40 <https://github.com/open-power/sbe/commit/ca676f5b5d40>`__ PM: Handle PIB Reset with data
+ check handler on all GPEs
+
+Zach Clark (1):
+
+- `8384a9660449 <https://github.com/open-power/sbe/commit/8384a9660449>`__ Fix “possibly uninitialized
+ variable”
+
+kswaroop (2):
+
+- `3f92b561d721 <https://github.com/open-power/sbe/commit/3f92b561d721>`__ Fix for race condition while
+ copying “p9_xip_tool”
+- `ceb6f8424a2c <https://github.com/open-power/sbe/commit/ceb6f8424a2c>`__ Changed backing build to
+ /esw/fips940/Builds/b0620a_1925.940
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _v2.4-rc1-patches-6:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-6:
+
+Commits
+~~~~~~~
+
+Aaron Sawdey (1):
+
+- `16aa1b111ed0 <https://github.com/open-power/skiboot/commit/16aa1b111ed0>`__ external/mambo: fix tcl
+ startup code for mambo bogus net (repost)
+
+Alexey Kardashevskiy (5):
+
+- `7c977c734e1c <https://github.com/open-power/skiboot/commit/7c977c734e1c>`__ npu2: Reset PID wildcard and
+ refcounter when mapped to LPID
+- `68d11e4460ec <https://github.com/open-power/skiboot/commit/68d11e4460ec>`__ npu2: Reset NVLinks when
+ resetting a GPU
+- `5ed3884f8d04 <https://github.com/open-power/skiboot/commit/5ed3884f8d04>`__ npu2: Fix clearing the FIR
+ bits
+- `d496bb141c97 <https://github.com/open-power/skiboot/commit/d496bb141c97>`__ npu2: Clear fence state for a
+ brick being reset
+- `d2005818bea3 <https://github.com/open-power/skiboot/commit/d2005818bea3>`__ npu2: Increase timeout for
+ L2/L3 cache purging
+
+Alistair Popple (3):
+
+- `d7636a10bd59 <https://github.com/open-power/skiboot/commit/d7636a10bd59>`__ external/mambo: Add an option
+ to exit Mambo when the system is shutdown
+- `3b36d5be5ea0 <https://github.com/open-power/skiboot/commit/3b36d5be5ea0>`__ skiboot.tcl: Add option to
+ wait for GDB server connection
+- `20a3b69bd1b4 <https://github.com/open-power/skiboot/commit/20a3b69bd1b4>`__ lpc-port80h: Don’t write port
+ 80h when running under Simics
+
+Andrew Donnellan (2):
+
+- `1a548857ce1f <https://github.com/open-power/skiboot/commit/1a548857ce1f>`__ hw/npu2-opencapi: Add initial
+ support for allocating OpenCAPI LPC memory
+- `1706e0311c47 <https://github.com/open-power/skiboot/commit/1706e0311c47>`__ core/lock: Add debug options
+ to store backtrace of where lock was taken
+
+Artem Senichev (2):
+
+- `c6eca76efb2e <https://github.com/open-power/skiboot/commit/c6eca76efb2e>`__ platforms/vesnin: PCI
+ inventory via IPMI OEM
+- `6cea3a7bba7c <https://github.com/open-power/skiboot/commit/6cea3a7bba7c>`__ platforms/nicole: Add new
+ platform
+
+Claudio Carvalho (1):
+
+- `bedb1c2343b2 <https://github.com/open-power/skiboot/commit/bedb1c2343b2>`__ trustedboot: Change PCR and
+ event_type for the skiboot events
+
+Cédric Le Goater (3):
+
+- `04efad3a40f7 <https://github.com/open-power/skiboot/commit/04efad3a40f7>`__ plat/qemu: add a POWER8 and
+ POWER9 platform
+- `27243a37469f <https://github.com/open-power/skiboot/commit/27243a37469f>`__ chip: add no-nx quirk for all
+ QEMU platforms
+- `d1a556881a71 <https://github.com/open-power/skiboot/commit/d1a556881a71>`__ nx: remove check on the “qemu,
+ powernv” property
+
+Frederic Barrat (2):
+
+- `ce49505c2faf <https://github.com/open-power/skiboot/commit/ce49505c2faf>`__ npu2-opencapi: Mask 2 XSL
+ errors
+- `2a7e5cb685b8 <https://github.com/open-power/skiboot/commit/2a7e5cb685b8>`__ opal/hmi: Report NPU2
+ checkstop reason
+
+Joel Stanley (1):
+
+- `c8b5e8a95caf <https://github.com/open-power/skiboot/commit/c8b5e8a95caf>`__ devicetree: Don’t set path to
+ dtc in makefile
+
+Jordan Niethe (16):
+
+- `989c41041944 <https://github.com/open-power/skiboot/commit/989c41041944>`__ core/test/run-trace: Fix type
+ in testing struct
+- `ad61b0a90ea1 <https://github.com/open-power/skiboot/commit/ad61b0a90ea1>`__ core/trace: Put boot_tracebuf
+ in correct location.
+- `6b8e1b60aa3c <https://github.com/open-power/skiboot/commit/6b8e1b60aa3c>`__ external/trace: Fix endianness
+ detection in Makefile
+- `000f9331a6eb <https://github.com/open-power/skiboot/commit/000f9331a6eb>`__ external/trace: Use correct
+ width integer byte swapping
+- `d56b151d7f87 <https://github.com/open-power/skiboot/commit/d56b151d7f87>`__ core/test/run-trace: Stop
+ using indeterminate fields
+- `bc04bf1eef38 <https://github.com/open-power/skiboot/commit/bc04bf1eef38>`__ core/trace: Change mask/and to
+ modulo for buffer offset
+- `2717c6b8ddcd <https://github.com/open-power/skiboot/commit/2717c6b8ddcd>`__ core/trace: Change buffer
+ alignment from 4K to 64K
+- `9825301b3fe6 <https://github.com/open-power/skiboot/commit/9825301b3fe6>`__ core/trace: Change trace
+ buffer size
+- `8a566ff62037 <https://github.com/open-power/skiboot/commit/8a566ff62037>`__ core/trace: Add pir number to
+ debug_descriptor
+- `8c4763094cb8 <https://github.com/open-power/skiboot/commit/8c4763094cb8>`__ core/trace: Export trace
+ buffers to sysfs
+- `3f61c832bf1f <https://github.com/open-power/skiboot/commit/3f61c832bf1f>`__ external/trace: Introduce
+ structure for reading traces
+- `085dbf049050 <https://github.com/open-power/skiboot/commit/085dbf049050>`__ external/trace: mmap trace
+ buffers in dump_trace
+- `6c74b8e4dda1 <https://github.com/open-power/skiboot/commit/6c74b8e4dda1>`__ include/mem_region-malloc:
+ Define calloc for CCAN Heap
+- `3d6aca20b8ae <https://github.com/open-power/skiboot/commit/3d6aca20b8ae>`__ ccan: Add CCAN heap source
+- `a5038b4ccaf2 <https://github.com/open-power/skiboot/commit/a5038b4ccaf2>`__ external/trace: Add support
+ for dumping multiple buffers
+- `e0ed7e9985b4 <https://github.com/open-power/skiboot/commit/e0ed7e9985b4>`__ external/trace: Add follow
+ option to dump_trace
+
+Lei YU (1):
+
+- `df34cedd050a <https://github.com/open-power/skiboot/commit/df34cedd050a>`__ Add P9 DIO interrupt support
+
+Michael Neuling (3):
+
+- `5beda3c6fe5b <https://github.com/open-power/skiboot/commit/5beda3c6fe5b>`__ nvram: Flag dangerous NVRAM
+ options
+- `901261bc7699 <https://github.com/open-power/skiboot/commit/901261bc7699>`__ mambo: Add addr2func for
+ symbol resolution
+- `68284c211739 <https://github.com/open-power/skiboot/commit/68284c211739>`__ mambo: Integrate addr2line
+ into backtrace command
+
+Nicholas Piggin (12):
+
+- `7382324e9c41 <https://github.com/open-power/skiboot/commit/7382324e9c41>`__ xscom: move more register
+ definitions into processor-specific includes
+- `eaa899f53237 <https://github.com/open-power/skiboot/commit/eaa899f53237>`__ fast-reboot:: skip read-only
+ memory checksum for slow simulators
+- `90d01f9526ba <https://github.com/open-power/skiboot/commit/90d01f9526ba>`__ xive: Remove xive rev field
+ and recognize P9P
+- `a8343d5f1a0d <https://github.com/open-power/skiboot/commit/a8343d5f1a0d>`__ fdt: check more errors
+- `78040c772b5f <https://github.com/open-power/skiboot/commit/78040c772b5f>`__ core/pci: pci_slot_add_loc use
+ null-terminated strings
+- `fb447636f18c <https://github.com/open-power/skiboot/commit/fb447636f18c>`__ build: Makefile clean gcov
+ files
+- `bb408ca82fa8 <https://github.com/open-power/skiboot/commit/bb408ca82fa8>`__ build: allow per-directory
+ flag additions and subtractions
+- `32d44e355521 <https://github.com/open-power/skiboot/commit/32d44e355521>`__ fsp/leds: improve string
+ operations bounds checking
+- `bc0a30f0bc58 <https://github.com/open-power/skiboot/commit/bc0a30f0bc58>`__ libfdt: upgrade to upstream
+ dtc.git 243176c
+- `df6b7a2dadd7 <https://github.com/open-power/skiboot/commit/df6b7a2dadd7>`__ device-tree: speed up fdt
+ building on slow simulators
+- `a00971e1946b <https://github.com/open-power/skiboot/commit/a00971e1946b>`__ libc/string: speed up common
+ string functions
+- `4025c84b4582 <https://github.com/open-power/skiboot/commit/4025c84b4582>`__ external/mambo: Bump default
+ POWER9 to Nimbus DD2.3
+
+Oliver O’Halloran (12):
+
+- `22057f868f3b <https://github.com/open-power/skiboot/commit/22057f868f3b>`__ pci/iov: Remove skiboot VF
+ tracking
+- `290fbf30ddc2 <https://github.com/open-power/skiboot/commit/290fbf30ddc2>`__ pci/iov: Remove skiboot VF
+ tracking
+- `76c569ca3000 <https://github.com/open-power/skiboot/commit/76c569ca3000>`__ hw/phb4: Make pci-tracing
+ print at PR_NOTICE
+- `27d1ef2ebabb <https://github.com/open-power/skiboot/commit/27d1ef2ebabb>`__ opal-gard: Account for ECC
+ size when clearing partition
+- `02a683bf09d9 <https://github.com/open-power/skiboot/commit/02a683bf09d9>`__ hw/phb4: Assert Link Disable
+ bit after ETU init
+- `771497098efd <https://github.com/open-power/skiboot/commit/771497098efd>`__ hw/phb4: Use read/write_reg in
+ assert_perst
+- `166a053f1d96 <https://github.com/open-power/skiboot/commit/166a053f1d96>`__ hw/phb4: Add missing LTSSM
+ states
+- `4760818d7c78 <https://github.com/open-power/skiboot/commit/4760818d7c78>`__ hw/phb4: Set trace enable
+ where it’s used
+- `6c0a6612f492 <https://github.com/open-power/skiboot/commit/6c0a6612f492>`__ hw/phb4: Make
+ phb4_training_trace() more general
+- `b557b79a3a3c <https://github.com/open-power/skiboot/commit/b557b79a3a3c>`__ opal-api: Document hole in the
+ token list
+- `4a3ce90df510 <https://github.com/open-power/skiboot/commit/4a3ce90df510>`__ pci: Make the pci-eeh-verbose
+ nvram option generic
+- `6e049e3c4fc5 <https://github.com/open-power/skiboot/commit/6e049e3c4fc5>`__ hw/phb3: Add verbose EEH
+ output
+
+Reza Arbab (2):
+
+- `3386550f5174 <https://github.com/open-power/skiboot/commit/3386550f5174>`__ npu2: Fix typo
+- `d4f2f77377da <https://github.com/open-power/skiboot/commit/d4f2f77377da>`__ npu2: Purge cache when
+ resetting a GPU
+
+Samuel Mendoza-Jonas (6):
+
+- `bc2b1de3beb2 <https://github.com/open-power/skiboot/commit/bc2b1de3beb2>`__ include/ipmi: Fix incorrect
+ chassis commands
+- `1bc63b896405 <https://github.com/open-power/skiboot/commit/1bc63b896405>`__ platforms/astbmc: Check for
+ SBE validation step
+- `5e8a373ebe4d <https://github.com/open-power/skiboot/commit/5e8a373ebe4d>`__ doc/bmc: Document SBE
+ validation on P8 platforms
+- `9834b0874af4 <https://github.com/open-power/skiboot/commit/9834b0874af4>`__ include/ipmi: Fix incorrect
+ chassis commands
+- `757dfba75e03 <https://github.com/open-power/skiboot/commit/757dfba75e03>`__ platforms/astbmc: Check for
+ SBE validation step
+- `6ef47971a87d <https://github.com/open-power/skiboot/commit/6ef47971a87d>`__ doc/bmc: Document SBE
+ validation on P8 platforms
+
+Shilpasri G Bhat (1):
+
+- `92fd4f48014d <https://github.com/open-power/skiboot/commit/92fd4f48014d>`__ occ-sensors: Check if OCC is
+ reset while reading inband sensors
+
+Stewart Smith (150):
+
+- `f01cd777adb1 <https://github.com/open-power/skiboot/commit/f01cd777adb1>`__ ipmi: ensure forward progress
+ on ipmi_queue_msg_sync()
+- `2cc067ede570 <https://github.com/open-power/skiboot/commit/2cc067ede570>`__ ipmi: ensure forward progress
+ on ipmi_queue_msg_sync()
+- `59bdc3a2d199 <https://github.com/open-power/skiboot/commit/59bdc3a2d199>`__ hw/xive.c: Fix memcmp() in
+ DEBUG build to compare struct not ptr
+- `ac734a084319 <https://github.com/open-power/skiboot/commit/ac734a084319>`__ opal-ci: Add Fedora 30
+- `ec52b670ddf5 <https://github.com/open-power/skiboot/commit/ec52b670ddf5>`__ Intentionally discard
+ fini_array sections
+- `7c9b3eb3c149 <https://github.com/open-power/skiboot/commit/7c9b3eb3c149>`__ With new GCC comes larger GCOV
+ binaries
+- `76f7316bc8fc <https://github.com/open-power/skiboot/commit/76f7316bc8fc>`__ ubuntu:rolling now missing
+ libcrypto.so.1.0.0, remove p8 mambo
+- `33de0a26f587 <https://github.com/open-power/skiboot/commit/33de0a26f587>`__ doc: flesh out OPAL return
+ codes documentation
+- `fea5e6e204d9 <https://github.com/open-power/skiboot/commit/fea5e6e204d9>`__ doc/opal-spec: update email
+ address
+- `54f7a0e1d8d0 <https://github.com/open-power/skiboot/commit/54f7a0e1d8d0>`__ doc/overview: flesh out
+ overview
+- `e5d1bf6408a2 <https://github.com/open-power/skiboot/commit/e5d1bf6408a2>`__ doc: Giant OPAL API table
+- `410c6dcf6dbc <https://github.com/open-power/skiboot/commit/410c6dcf6dbc>`__ doc: Make OPAL_CONSOLE docs
+ pretty
+- `3c09d3d55c42 <https://github.com/open-power/skiboot/commit/3c09d3d55c42>`__ doc: Make OPAL_RTC_READ docs
+ pretty
+- `6eb1be26fc28 <https://github.com/open-power/skiboot/commit/6eb1be26fc28>`__ doc: make OPAL_RTC_WRITE docs
+ pretty
+- `c22375d9edf2 <https://github.com/open-power/skiboot/commit/c22375d9edf2>`__ doc: prettify OPAL_REINIT_CPUS
+- `4653773053ae <https://github.com/open-power/skiboot/commit/4653773053ae>`__ doc: prettify FSP Code update
+ docs
+- `022d6f9b8cc7 <https://github.com/open-power/skiboot/commit/022d6f9b8cc7>`__ doc: prettify and expand
+ OPAL_HANDLE_HMI2 docs
+- `8d871aec1e24 <https://github.com/open-power/skiboot/commit/8d871aec1e24>`__ doc: prettify OPAL powercap
+ docs
+- `6c9a98a2ffe5 <https://github.com/open-power/skiboot/commit/6c9a98a2ffe5>`__ doc: prettify opal IMC
+ counters calls
+- `fbd5f4c9290b <https://github.com/open-power/skiboot/commit/fbd5f4c9290b>`__ doc: prettify
+ OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR
+- `a24d9df75f20 <https://github.com/open-power/skiboot/commit/a24d9df75f20>`__ doc: prettify OPAL_QUIESCE
+- `1e57f1d587cf <https://github.com/open-power/skiboot/commit/1e57f1d587cf>`__ doc: prettify OPAL_PCI_SET_P2P
+- `95b50422d7e0 <https://github.com/open-power/skiboot/commit/95b50422d7e0>`__ doc: prettify
+ OPAL_[GET|SET]_PBCQ_TUNNEL_BAR
+- `5d4e227e4591 <https://github.com/open-power/skiboot/commit/5d4e227e4591>`__ doc: prettify and RSTify
+ OPAL_NMMU_SET_PTCR
+- `6f0bb487e844 <https://github.com/open-power/skiboot/commit/6f0bb487e844>`__ doc: prettify
+ OPAL_PCI_TCE_KILL
+- `3baffee8afe2 <https://github.com/open-power/skiboot/commit/3baffee8afe2>`__ doc: prettify OPAL_INT
+ calls
+- `e88bae8c7b3c <https://github.com/open-power/skiboot/commit/e88bae8c7b3c>`__ doc: prettify
+ OPAL_PCI_[GET|SET]_POWER_STATE
+- `b33ad4d3ed54 <https://github.com/open-power/skiboot/commit/b33ad4d3ed54>`__ doc: prettify
+ OPAL_GET_DEVICE_TREE
+- `38b45e292f45 <https://github.com/open-power/skiboot/commit/38b45e292f45>`__ doc: prettify
+ OPAL_PCI_GET_PRESENCE_STATE
+- `f7ec077e37c8 <https://github.com/open-power/skiboot/commit/f7ec077e37c8>`__ doc: prettify OPAL_PRD_MSG
+- `de8d541eb563 <https://github.com/open-power/skiboot/commit/de8d541eb563>`__ doc: prettify
+ OPAL_IPMI_(SEND|RECV)
+- `543cad968b04 <https://github.com/open-power/skiboot/commit/543cad968b04>`__ doc: prettify OPAL_SLW_SET_REG
+- `25702ad76005 <https://github.com/open-power/skiboot/commit/25702ad76005>`__ doc: prettify OPAL_CHECK_TOKEN
+- `0def86b35c92 <https://github.com/open-power/skiboot/commit/0def86b35c92>`__ doc: prettify
+ OPAL_PCI_SET_PHB_CAPI_MODE
+- `b3ed27ff6ef8 <https://github.com/open-power/skiboot/commit/b3ed27ff6ef8>`__ doc: make OPAL_TEST docs
+ pretty
+- `5b13696650b1 <https://github.com/open-power/skiboot/commit/5b13696650b1>`__ doc: Add anchors to 5.1.13 and
+ 5.3.0 release notes
+- `ac16abb5df81 <https://github.com/open-power/skiboot/commit/ac16abb5df81>`__ doc: combine OPAL_RTC_READ and
+ OPAL_RTC_WRITE pages
+- `2c2c622d1dc2 <https://github.com/open-power/skiboot/commit/2c2c622d1dc2>`__ doc: Make OPAL_CEC_POWER_DOWN
+ docs pretty
+- `2e93db95d85d <https://github.com/open-power/skiboot/commit/2e93db95d85d>`__ doc: Add example to
+ OPAL_CEC_POWER_DOWN
+- `9b33b08a2778 <https://github.com/open-power/skiboot/commit/9b33b08a2778>`__ doc: flesh out OPAL_CEC_REBOOT
+ docs
+- `c73270fd417a <https://github.com/open-power/skiboot/commit/c73270fd417a>`__ doc: Flesh out NVRAM docs
+- `cb8c5d76e72a <https://github.com/open-power/skiboot/commit/cb8c5d76e72a>`__ doc: Fix up
+ OPAL_HANDLE_INTERRUPT links
+- `d3e07e2a07d3 <https://github.com/open-power/skiboot/commit/d3e07e2a07d3>`__ doc: Add details on removed
+ calls
+- `8e4bb49cb5cd <https://github.com/open-power/skiboot/commit/8e4bb49cb5cd>`__ Remove remnants of
+ OPAL_PCI_SET_PHB_TCE_MEMORY
+- `df8dd2733162 <https://github.com/open-power/skiboot/commit/df8dd2733162>`__ Remove last remnants of
+ OPAL_PCI_SET_PHB_TCE_MEMORY and OPAL_PCI_SET_HUB_TCE_MEMORY
+- `11cdf2107fb1 <https://github.com/open-power/skiboot/commit/11cdf2107fb1>`__ doc: Add PCI Config Space OPAL
+ call docs
+- `fb4d55672f9d <https://github.com/open-power/skiboot/commit/fb4d55672f9d>`__ doc: Make OPAL_ELOG pretty,
+ mark OPAL_ELOG_WRITE unimplemented
+- `6dd269db19f7 <https://github.com/open-power/skiboot/commit/6dd269db19f7>`__ Document the long removed
+ OPAL_REGISTER_OPAL_EXCEPTION_HANDLER call
+- `8c47f5ede6b2 <https://github.com/open-power/skiboot/commit/8c47f5ede6b2>`__ doc: fix OPAL_CONSOLE links
+- `ae2de39b80de <https://github.com/open-power/skiboot/commit/ae2de39b80de>`__ doc: OPAL_START_CPU and
+ OPAL_RETURN_CPU
+- `da90a25872ff <https://github.com/open-power/skiboot/commit/da90a25872ff>`__ doc: Add links to XIVE calls
+- `af6d53905913 <https://github.com/open-power/skiboot/commit/af6d53905913>`__ doc: Combine and extend
+ OPAL_SENSOR_READ[_U64] docs
+- `91a1f4409ca6 <https://github.com/open-power/skiboot/commit/91a1f4409ca6>`__ doc: Clean up OPAL power shift
+ ratio docs
+- `5eac08c4b3a3 <https://github.com/open-power/skiboot/commit/5eac08c4b3a3>`__ doc: combine
+ OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR
+- `550f749f0d5a <https://github.com/open-power/skiboot/commit/550f749f0d5a>`__ doc: Extend
+ OPAL_LEDS_[GET|SET]_INDICATOR
+- `70362d09064d <https://github.com/open-power/skiboot/commit/70362d09064d>`__ doc: prettify and flesh out
+ OPAL_FLASH call documentation
+- `88a17d78ae8d <https://github.com/open-power/skiboot/commit/88a17d78ae8d>`__ doc: Add OPAL_I2C_REQUEST
+ documentation
+- `ed702b6524b7 <https://github.com/open-power/skiboot/commit/ed702b6524b7>`__ doc: Flesh out
+ OPAL_(READ|WRITE)_TPO and OPAL_GET_DPO_STATUS docs
+- `77f7c48a1fd6 <https://github.com/open-power/skiboot/commit/77f7c48a1fd6>`__ doc: Flesh out
+ OPAL_(UN)REGISTER_DUMP_REGION docs
+- `1fbddac373ef <https://github.com/open-power/skiboot/commit/1fbddac373ef>`__ doc: prettify and flesh out
+ OPAL_XSCOM_READ and OPAL_XSCOM_WRITE
+- `c78419dca251 <https://github.com/open-power/skiboot/commit/c78419dca251>`__ doc: flesh out and prettify
+ OPAL_LPC_(READ|WRITE)
+- `e437a0fc0fd4 <https://github.com/open-power/skiboot/commit/e437a0fc0fd4>`__ doc: misc formatting fixes
+- `dc24fd7fe912 <https://github.com/open-power/skiboot/commit/dc24fd7fe912>`__ doc: Document OPAL_DUMP
+ calls
+- `39bd3717a128 <https://github.com/open-power/skiboot/commit/39bd3717a128>`__ Add missing 5.4.9 release
+ notes
+- `bf1b2d6c7906 <https://github.com/open-power/skiboot/commit/bf1b2d6c7906>`__ skiboot 6.0.3 release notes
+- `b63096b65bb9 <https://github.com/open-power/skiboot/commit/b63096b65bb9>`__ skiboot v6.0.12 release notes
+- `64e239b22dda <https://github.com/open-power/skiboot/commit/64e239b22dda>`__ skiboot 6.0.9 release notes
+- `6d84c3f3d05f <https://github.com/open-power/skiboot/commit/6d84c3f3d05f>`__ doc: Add missing skiboot 5.9.8
+ release notes
+- `cd08835db7cb <https://github.com/open-power/skiboot/commit/cd08835db7cb>`__ doc: Add missing skiboot-4.0
+ release notes
+- `769ce61fbcfa <https://github.com/open-power/skiboot/commit/769ce61fbcfa>`__ doc: Add missing skiboot-5.0
+ release notes
+- `3e86783b80e5 <https://github.com/open-power/skiboot/commit/3e86783b80e5>`__ doc: Add missing skiboot-4.1
+ release notes
+- `12b49b4434f4 <https://github.com/open-power/skiboot/commit/12b49b4434f4>`__ doc: Add missing skiboot-4.1.1
+ release notes
+- `b4b596393e71 <https://github.com/open-power/skiboot/commit/b4b596393e71>`__ doc: Add skeleton
+ OPAL_PCI_EEH_FREEZE_STATUS docs
+- `9dd1df6b37d0 <https://github.com/open-power/skiboot/commit/9dd1df6b37d0>`__ doc: OPAL_PCI_SHPC was never
+ implemented
+- `484e81580580 <https://github.com/open-power/skiboot/commit/484e81580580>`__ doc: Add skeleton
+ OPAL_PCI_EEH_FREEZE_CLEAR docs
+- `5eec3e33bc06 <https://github.com/open-power/skiboot/commit/5eec3e33bc06>`__ Remove unused
+ OPAL_PCI_EEH_FREEZE_STATUS2
+- `e6d95f28f325 <https://github.com/open-power/skiboot/commit/e6d95f28f325>`__ doc: prettify
+ OPAL_PCI_PHB_MMIO_ENABLE
+- `8ab9f9d33f0c <https://github.com/open-power/skiboot/commit/8ab9f9d33f0c>`__ doc: prettify
+ OPAL_PCI_SET_PHB_MEM_WINDOW
+- `897d8c8a41d9 <https://github.com/open-power/skiboot/commit/897d8c8a41d9>`__ doc: prettify
+ OPAL_PCI_MAP_PE_MMIO_WINDOW
+- `5b4d6f1f0e61 <https://github.com/open-power/skiboot/commit/5b4d6f1f0e61>`__ Remove never implemented
+ OPAL_PCI_SET_PHB_TABLE_MEMORY and document why
+- `2299cbb445b6 <https://github.com/open-power/skiboot/commit/2299cbb445b6>`__ doc: prettify OPAL_PCI_SET_PE
+- `8ff862327371 <https://github.com/open-power/skiboot/commit/8ff862327371>`__ doc: prettify
+ OPAL_PCI_SET_PELTV
+- `7599c245bbde <https://github.com/open-power/skiboot/commit/7599c245bbde>`__ doc: prettify OPAL_PCI_SET_MVE
+- `0c1a54e40263 <https://github.com/open-power/skiboot/commit/0c1a54e40263>`__ doc: prettify
+ OPAL_PCI_SET_MVE_ENABLE
+- `065cfb71eef2 <https://github.com/open-power/skiboot/commit/065cfb71eef2>`__ Remove unused
+ OPAL_PCI_GET_XIVE_REISSUE and OPAL_PCI_SET_XIVE_REISSUE
+- `fb0bd9be4132 <https://github.com/open-power/skiboot/commit/fb0bd9be4132>`__ doc: prettify
+ OPAL_PCI_SET_XIVE_PE
+- `a98ca2e80d49 <https://github.com/open-power/skiboot/commit/a98ca2e80d49>`__ Remove unused
+ OPAL_GET_XIVE_SOURCE
+- `309dc0d0a06a <https://github.com/open-power/skiboot/commit/309dc0d0a06a>`__ doc: prettify
+ OPAL_GET_MSI_[32|64]
+- `f797854384a3 <https://github.com/open-power/skiboot/commit/f797854384a3>`__ doc: Document
+ OPAL_QUERY_CPU_STATUS
+- `e9bced00496e <https://github.com/open-power/skiboot/commit/e9bced00496e>`__ doc: prettify
+ OPAL_PCI_MAP_PE_DMA_WINDOW[_REAL]
+- `9a3314d7bfdb <https://github.com/open-power/skiboot/commit/9a3314d7bfdb>`__ doc: Add skeleton
+ OPAL_PCI_RESET docs
+- `321dd1693401 <https://github.com/open-power/skiboot/commit/321dd1693401>`__ doc: Skeleton
+ OPAL_PCI_GET_HUB_DIAG_DATA docs
+- `e985764f5734 <https://github.com/open-power/skiboot/commit/e985764f5734>`__ doc: Flesh out
+ OPAL_PCI_GET_PHB_DIAG_DATA2 docs
+- `0e56e26ab02a <https://github.com/open-power/skiboot/commit/0e56e26ab02a>`__ Remove remnants of
+ OPAL_PCI_GET_PHB_DIAG_DATA
+- `a4edaf6ce18b <https://github.com/open-power/skiboot/commit/a4edaf6ce18b>`__ doc: OPAL_PCI_FENCE_PHB was
+ never implemented
+- `272d0658f1ac <https://github.com/open-power/skiboot/commit/272d0658f1ac>`__ doc: Add skeleton for
+ OPAL_PCI_REINIT
+- `227de3c5dfc9 <https://github.com/open-power/skiboot/commit/227de3c5dfc9>`__ doc: OPAL_PCI_MASK_PE_ERROR
+ was never implemented
+- `7eae8441e74a <https://github.com/open-power/skiboot/commit/7eae8441e74a>`__ doc: Mark
+ OPAL_SET_SLOT_LED_STATUS as never implemented
+- `de278bc3b401 <https://github.com/open-power/skiboot/commit/de278bc3b401>`__ doc: Add OPAL_GET_EPOW_STATUS
+ docs
+- `0d1c898fd38e <https://github.com/open-power/skiboot/commit/0d1c898fd38e>`__ doc:
+ OPAL_SET_SYSTEM_ATTENTION_LED was never implemented
+- `66b4b96a2710 <https://github.com/open-power/skiboot/commit/66b4b96a2710>`__ doc: OPAL_RESERVED[12],
+ reserved but never used
+- `40bd86dd1ca9 <https://github.com/open-power/skiboot/commit/40bd86dd1ca9>`__ doc: Add skeleton for
+ OPAL_PCI_NEXT_ERROR
+- `dc9ee7f37f0c <https://github.com/open-power/skiboot/commit/dc9ee7f37f0c>`__ doc: Skeleton OPAL_PCI_POLL
+ docs
+- `9b9f564fdb9c <https://github.com/open-power/skiboot/commit/9b9f564fdb9c>`__ doc: Add OPAL_PCI_MSI_EOI
+ skeleton docs
+- `3310851c9b2a <https://github.com/open-power/skiboot/commit/3310851c9b2a>`__ doc: Add OPAL_ELOG_WRITE to a
+ list of future calls
+- `a6bbe935f0a1 <https://github.com/open-power/skiboot/commit/a6bbe935f0a1>`__ doc: Add skeleton
+ OPAL_RESYNC_TIMEBASE docs
+- `971a2993ac8a <https://github.com/open-power/skiboot/commit/971a2993ac8a>`__ doc: prettify OPAL_GET_MSG
+- `d64431cca54b <https://github.com/open-power/skiboot/commit/d64431cca54b>`__ doc: prettify
+ OPAL_CHECK_ASYNC_COMPLETION
+- `9d3a0036ed41 <https://github.com/open-power/skiboot/commit/9d3a0036ed41>`__ doc: prettify
+ OPAL_SYNC_HOST_REBOOT
+- `227c81905887 <https://github.com/open-power/skiboot/commit/227c81905887>`__ doc: Document OPAL_GET_PARAM
+ and OPAL_SET_PARAM
+- `70abf89d6bef <https://github.com/open-power/skiboot/commit/70abf89d6bef>`__ doc: Document OPAL_ELOG_SEND
+ as not ever used
+- `d69e78b29d42 <https://github.com/open-power/skiboot/commit/d69e78b29d42>`__ doc: Document
+ OPAL_WRITE_OPPANEL_ASYNC
+- `cdc7a00a0541 <https://github.com/open-power/skiboot/commit/cdc7a00a0541>`__ doc: Skeleton
+ OPAL_PCI_ERR_INJECT docs
+- `05cf82f958f2 <https://github.com/open-power/skiboot/commit/05cf82f958f2>`__ doc: skeleton
+ OPAL_PCI_EEH_FREEZE_SET docs
+- `3240ad51fa81 <https://github.com/open-power/skiboot/commit/3240ad51fa81>`__ doc: Document
+ OPAL_CONFIG_CPU_IDLE_STATE
+- `07a475fbda19 <https://github.com/open-power/skiboot/commit/07a475fbda19>`__ doc: prettify OPAL_GET_XIVE
+ and OPAL_SET_XIVE
+- `63dd1315f5ac <https://github.com/open-power/skiboot/commit/63dd1315f5ac>`__ doc: fixup misc broken links
+- `16b7ae641037 <https://github.com/open-power/skiboot/commit/16b7ae641037>`__ Remove POWER7 and POWER7+
+ support
+- `6995f7d1309d <https://github.com/open-power/skiboot/commit/6995f7d1309d>`__ Remove P7 remnants: hw/cec.c,
+ apollo platform
+- `a66f5a81000d <https://github.com/open-power/skiboot/commit/a66f5a81000d>`__ hw/lpc: Fix theoretical
+ possible out-of-bounds-read
+- `2d4c7f9886ee <https://github.com/open-power/skiboot/commit/2d4c7f9886ee>`__ core/cpu: Fix theoretical
+ use-after-free if no_return job returns
+- `0a2f8fbf9314 <https://github.com/open-power/skiboot/commit/0a2f8fbf9314>`__ doc: Add OPAL tokens 46-48 as
+ never used
+- `db3929ee4f0a <https://github.com/open-power/skiboot/commit/db3929ee4f0a>`__ doc: Futher document
+ OPAL_REINIT_CPUS_MMU modes
+- `df9d972c2308 <https://github.com/open-power/skiboot/commit/df9d972c2308>`__ sparse: fix OPAL API function
+ argument test
+- `728c73b8efb8 <https://github.com/open-power/skiboot/commit/728c73b8efb8>`__ sparse: fix bt_lock should be
+ static
+- `dbf27b6c4af8 <https://github.com/open-power/skiboot/commit/dbf27b6c4af8>`__ sparse: fix incorrect type
+ assignment in core/ipmi.c
+- `9c89e53d235c <https://github.com/open-power/skiboot/commit/9c89e53d235c>`__ travis: add back Coverity Scan
+- `ef691db35337 <https://github.com/open-power/skiboot/commit/ef691db35337>`__ struct p9_sbe_msg doesn’t need
+ to be packed
+- `ba977f2e4406 <https://github.com/open-power/skiboot/commit/ba977f2e4406>`__ hdata/vpd: fix printing
+ (char*)0x00
+- `b904cb733750 <https://github.com/open-power/skiboot/commit/b904cb733750>`__ Disable
+ -Waddress-of-packed-member for GCC9
+- `d615b964a946 <https://github.com/open-power/skiboot/commit/d615b964a946>`__ doc: travis-ci deploy docs!
+- `bad74d247bcc <https://github.com/open-power/skiboot/commit/bad74d247bcc>`__ op_display: make platform
+ function rather than “FSP” specific
+- `7e6602e30975 <https://github.com/open-power/skiboot/commit/7e6602e30975>`__ Move more FSP functions to FSP
+ platform
+- `1b07618e8a2d <https://github.com/open-power/skiboot/commit/1b07618e8a2d>`__ Split FSP OCC code out into
+ hw/fsp/
+- `30ea4db09c7c <https://github.com/open-power/skiboot/commit/30ea4db09c7c>`__ Move core/hostservices.c to
+ platforms/ibm-fsp/
+- `bfe3f8aa3618 <https://github.com/open-power/skiboot/commit/bfe3f8aa3618>`__ host_services_occ_base_setup
+ is core homer code not host_services
+- `7a1c727edf31 <https://github.com/open-power/skiboot/commit/7a1c727edf31>`__ core/init.c: use if
+ (platform.bmc) rather than !fsp_present()
+- `915097bdb87f <https://github.com/open-power/skiboot/commit/915097bdb87f>`__ core/init.c: no longer need to
+ include FSP headers
+- `9fc0c1287ada <https://github.com/open-power/skiboot/commit/9fc0c1287ada>`__ Move FSP specific op-panel
+ calls to platform.exit()
+- `5e705176fd26 <https://github.com/open-power/skiboot/commit/5e705176fd26>`__ core/opal: move HIR trigger to
+ FSP poller
+- `20965078a198 <https://github.com/open-power/skiboot/commit/20965078a198>`__ hw/fsp/fsp.c: remove lying
+ comments
+- `d14cfe94cdbe <https://github.com/open-power/skiboot/commit/d14cfe94cdbe>`__ core/pci: use !platform.bmc
+ hack over fsp_present()
+- `ddf48eae7697 <https://github.com/open-power/skiboot/commit/ddf48eae7697>`__ fast-reboot: move platform
+ specific bits to a platform call
+- `77b17098b41c <https://github.com/open-power/skiboot/commit/77b17098b41c>`__ Move FSP-specific VPD
+ functionality to platforms/ibm-fsp/
+- `5f64c9e48a12 <https://github.com/open-power/skiboot/commit/5f64c9e48a12>`__ core/timer: Use platform
+ heartmeat_time call for FSP platforms
+- `dfb707f5579e <https://github.com/open-power/skiboot/commit/dfb707f5579e>`__ Separate FSP specific PSI code
+- `633645665cb3 <https://github.com/open-power/skiboot/commit/633645665cb3>`__ Move platform specific PRD
+ functionality to struct platform
+- `46a5902e7b63 <https://github.com/open-power/skiboot/commit/46a5902e7b63>`__ Experimental support for
+ building without FSP code
+- `695240b0cadd <https://github.com/open-power/skiboot/commit/695240b0cadd>`__ doc: Add .nojekyll to not
+ confuse gh-pages
+- `4db38a36b310 <https://github.com/open-power/skiboot/commit/4db38a36b310>`__ skiboot v6.4-rc1 release notes
+
+Suraj Jitindar Singh (1):
+
+- `b8329fe2982d <https://github.com/open-power/skiboot/commit/b8329fe2982d>`__ core/fast-reboot: Add
+ im-feeling-lucky option
+
+Vasant Hegde (17):
+
+- `7097cb6a40dc <https://github.com/open-power/skiboot/commit/7097cb6a40dc>`__ skiboot v6.0.20 release notes
+- `e6e70ea51c65 <https://github.com/open-power/skiboot/commit/e6e70ea51c65>`__ skiboot v6.2.4 release notes
+- `990d248a61a0 <https://github.com/open-power/skiboot/commit/990d248a61a0>`__ skiboot v6.3.1 release notes
+- `a78bf50e02dd <https://github.com/open-power/skiboot/commit/a78bf50e02dd>`__ skiboot v6.3.1 release notes
+- `41109e5073bd <https://github.com/open-power/skiboot/commit/41109e5073bd>`__ gard: Use consistent name
+- `bc5584c3145b <https://github.com/open-power/skiboot/commit/bc5584c3145b>`__ core/opal: Increase
+ opal-msg-size size
+- `ec9f67bdaedc <https://github.com/open-power/skiboot/commit/ec9f67bdaedc>`__ opal-msg: Pass return value to
+ callback handler
+- `66d0ad68687b <https://github.com/open-power/skiboot/commit/66d0ad68687b>`__ opal-msg: Pass parameter size
+ to \_opal_queue_msg()
+- `b6fce51e3170 <https://github.com/open-power/skiboot/commit/b6fce51e3170>`__ opal-msg: Enhance opal-get-msg
+ API
+- `e2fcc4dd6d58 <https://github.com/open-power/skiboot/commit/e2fcc4dd6d58>`__ core/test/run-msg: Add
+ callback function test
+- `bdcf4483eb55 <https://github.com/open-power/skiboot/commit/bdcf4483eb55>`__ hostservices: Do not call
+ hservices_init on ZZ
+- `fcb1d4dc1b9d <https://github.com/open-power/skiboot/commit/fcb1d4dc1b9d>`__ prd: Validate
+ \_opal_queue_msg() return value
+- `fb702bf01aea <https://github.com/open-power/skiboot/commit/fb702bf01aea>`__ prd: Implement generic HBRT -
+ FSP interface
+- `eb86b1484f54 <https://github.com/open-power/skiboot/commit/eb86b1484f54>`__ prd: Implement generic FSP -
+ HBRT interface
+- `9cae036fafea <https://github.com/open-power/skiboot/commit/9cae036fafea>`__ opal-prd: Fix prd message size
+ issue
+- `0bf01d93ee39 <https://github.com/open-power/skiboot/commit/0bf01d93ee39>`__ platform/zz: Add new platform
+ type
+- `197ee04e276b <https://github.com/open-power/skiboot/commit/197ee04e276b>`__ skiboot v6.3.2 release notes
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _v2.4-rc1-patches-7:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-7:
+
+Commits
+~~~~~~~
+
+Artem Senichev (1):
+
+- `deed9ba0bc6d <https://github.com/open-power/vesnin-xml/commit/deed9ba0bc6d>`__ Setup APSS channels (power
+ consumption)
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _v2.4-rc1-patches-8:
+
+Patches
+~~~~~~~
+
+.. _v2.4-rc1-commits-8:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (1):
+
+- `a6f4df381b97 <https://github.com/open-power/witherspoon-xml/commit/a6f4df381b97>`__ Op build 2.0.y (#83)
diff --git a/_sources/release-notes/v2.4.rst.txt b/_sources/release-notes/v2.4.rst.txt
new file mode 100644
index 0000000..ce048ab
--- /dev/null
+++ b/_sources/release-notes/v2.4.rst.txt
@@ -0,0 +1,2523 @@
+Release Notes for OpenPower Firmware v2.4
+=========================================
+
+op-build v2.4 was released on Thursday July 18th, 2019. It becomes the new stable release of op-build,
+following on from v2.3, first released on May 21st, 2019.
+
+The op-build v2.4 release cycle has been fairly short, and follows on from v2.3 to ensure we have a more
+reliably predictable release schedule going for future releases.
+
+op-build v2.4 contains all the fixes as of op-build v2.3.1 and v2.0.15, and we expect to continue to do stable
+2.0.y releases of v2.0 into the forseeable future.
+
+New platforms
+-------------
+
+- nicole
+
+Updated Packages
+----------------
+
+Since v2.4-rc1:
+
++----------------+-------------+-------------+--------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++================+=============+=============+==============================================================+
+| hcode | hw070619a.9 | hw071319a.9 | witherspoon, p9dsu, zaius, romulus, nicole |
+| | 40 | 40 | |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| hostboot | 2b061c6081d | 8abecc2fde6 | witherspoon, p9dsu, zaius, romulus, nicole |
+| | 4 | d | |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| libflash | v6.4-rc1 | v6.4 | witherspoon, p9dsu, zaius, habanero, firenze, garrison, |
+| | | | barreleye, pseries, opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus, nicole |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| linux | 5.1.16 | 5.2.1 | witherspoon, p9dsu, zaius, habanero, firenze, garrison, |
+| | | | barreleye, pseries, opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus, nicole |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| linux-headers | 5.1.16 | 5.2.1 | witherspoon, p9dsu, zaius, habanero, firenze, garrison, |
+| | | | barreleye, pseries, opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus, nicole |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| machine-xml | eac9377724b | 26b20929225 | nicole |
+| | a | 9 | |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| occ-p8 | a2856b77a61 | 28b9f6edc69 | habanero, firenze, garrison, barreleye, pseries, firestone, |
+| | 8 | 8 | palmetto, p8dtu, vesnin |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| openpower-pnor | 43fc2ebbae0 | 03469302c58 | witherspoon, p9dsu, zaius, habanero, garrison, barreleye, |
+| | f | f | firestone, palmetto, p8dtu, vesnin, romulus, nicole |
++----------------+-------------+-------------+--------------------------------------------------------------+
+| skiboot | v6.4-rc1 | v6.4 | witherspoon, p9dsu, zaius, habanero, firenze, garrison, |
+| | | | barreleye, pseries, opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus, nicole |
++----------------+-------------+-------------+--------------------------------------------------------------+
+
+Since v2.3:
+
++---------------------+--------------------+--------------------+------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+====================+====================+==========================================+
+| busybox | 1.29.3 | 1.30.1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| check | 0.11.0 | 0.12.0 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, p8dtu, vesnin, zz, |
+| | | | romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| dropbear | 2018.76 | 2019.78 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| glibc | glibc-2.28-94-g4ae | 2.29-11-ge28ad442e | witherspoon, p9dsu, zaius, habanero, |
+| | ff335ca19 | 73b0 | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hcode | hw041519a.opv23 | hw071319a.940 | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hostboot | ca03643dd893 | 8abecc2fde6d | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hostboot-binaries | hw041519a.opv23 | hw062819a.940 | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, firestone, |
+| | | | palmetto, p8dtu, vesnin, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| hostboot-p8 | dc218d94c57b | 27dda299f0ad | habanero, garrison, barreleye, |
+| | | | firestone, palmetto, p8dtu, vesnin |
++---------------------+--------------------+--------------------+------------------------------------------+
+| libflash | v6.2 | v6.4 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | firestone, palmetto, p8dtu, vesnin, zz, |
+| | | | romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| linux | 5.0.7 | 5.2.1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| linux-headers | 5.0.7 | 5.2.1 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| machine-xml | 741046046ec3 | eac9377724ba | romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| machine-xml | f44f8808fc7c | deed9ba0bc6d | vesnin |
++---------------------+--------------------+--------------------+------------------------------------------+
+| machine-xml | e3e9aef82673 | a6f4df381b97 | witherspoon |
++---------------------+--------------------+--------------------+------------------------------------------+
+| nvme | v1.3 | v1.7 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| occ | 58e422dede59 | e5a2afd6cfb0 | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| occ-p8 | a2856b77a618 | 28b9f6edc698d | habanero, firenze, garrison, barreleye, |
+| | | | pseries, firestone, palmetto, p8dtu, |
+| | | | vesnin |
++---------------------+--------------------+--------------------+------------------------------------------+
+| openpower-pnor | 2ea669b4aa57 | 03469302c58f | witherspoon, p9dsu, zaius, habanero, |
+| | | | garrison, barreleye, firestone, |
+| | | | palmetto, p8dtu, vesnin, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| petitboot | v1.10.3 | v1.10.4 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| sbe | 1410677b65e4 | b96edc83e949 | witherspoon, p9dsu, zaius, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| skiboot | v6.3.1 | v6.4 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+| sudo | 1.8.23 | 1.8.27 | witherspoon, p9dsu, zaius, habanero, |
+| | | | firenze, garrison, barreleye, pseries, |
+| | | | opal, firestone, palmetto, p8dtu, |
+| | | | vesnin, zz, romulus |
++---------------------+--------------------+--------------------+------------------------------------------+
+
+New Packages
+------------
+
++-----------------------------------+-----------------------------------+-----------------------------------+
+| Package | Version | Platforms |
++===================================+===================================+===================================+
+| cryptsetup | 2.0.6 | witherspoon,p9dsu,zaius,habanero, |
+| | | firenze,garrison,barreleye,pserie |
+| | | s,opal,firestone,palmetto,p8dtu,v |
+| | | esnin,zz,romulus |
++-----------------------------------+-----------------------------------+-----------------------------------+
+| json-c | 0.13.1 | witherspoon,p9dsu,zaius,habanero, |
+| | | firenze,garrison,barreleye,pserie |
+| | | s,opal,firestone,palmetto,p8dtu,v |
+| | | esnin,zz,romulus |
++-----------------------------------+-----------------------------------+-----------------------------------+
+| libflash | v6.4 | opal |
++-----------------------------------+-----------------------------------+-----------------------------------+
+
+Removed Packages
+----------------
+
++---------+------------------------------------------+-----------+
+| Package | Version | Platforms |
++=========+==========================================+===========+
+| occ-p8 | a2856b77a618e35f597e3e472868a2617eec67fa | opal |
++---------+------------------------------------------+-----------+
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Ben Gass (1):
+
+- `647c79394de1 <https://github.com/open-power/hcode/commit/647c79394de1>`__ Add p9a.omi.pll.scan.initfile
+ and ifCompiler support.
+
+Dan Crowell (1):
+
+- `9cad5ac42b3e <https://github.com/open-power/hcode/commit/9cad5ac42b3e>`__ Synch up OMI and MCA frequencies
+
+Prem Shanker Jha (4):
+
+- `cc0b781abd67 <https://github.com/open-power/hcode/commit/cc0b781abd67>`__ Self Save: Fixing self save of
+ core SPR.
+- `abe84794dea8 <https://github.com/open-power/hcode/commit/abe84794dea8>`__ VDM(Part 2): CME hcode support
+ for per quad VDM.
+- `62fab01afb46 <https://github.com/open-power/hcode/commit/62fab01afb46>`__ VDM(Part 3): Image build changes
+ for quad level VDM
+- `b897d74ad16d <https://github.com/open-power/hcode/commit/b897d74ad16d>`__ Stop API: STOP API made project
+ agnostic.
+
+Rahul Batra (4):
+
+- `793c77ef0f8b <https://github.com/open-power/hcode/commit/793c77ef0f8b>`__ PM: Fix Clip Update Timeout
+- `cade83363c25 <https://github.com/open-power/hcode/commit/cade83363c25>`__ PGPE: Fix Voltage Delay Math
+- `2def3a70b164 <https://github.com/open-power/hcode/commit/2def3a70b164>`__ PM: WOV(OCS) HW Procedures
+ Changes (1/2)
+- `4d775c52daa4 <https://github.com/open-power/hcode/commit/4d775c52daa4>`__ PM: WOV(OCS) PGPE Hcode Changes
+ (2/2)
+
+Sumit Kumar (2):
+
+- `e74922a6d8a0 <https://github.com/open-power/hcode/commit/e74922a6d8a0>`__ Updating latest selfRest.bin
+ file
+- `5086d51d705e <https://github.com/open-power/hcode/commit/5086d51d705e>`__ Enablement of Axone support
+
+Yue Du (3):
+
+- `f3d82eaa4d8c <https://github.com/open-power/hcode/commit/f3d82eaa4d8c>`__ Self Save: Added support for SPR
+ self save in CME hcode(func ver)
+- `f52ed17d38e2 <https://github.com/open-power/hcode/commit/f52ed17d38e2>`__ PM: Handle PIB Reset with data
+ check handler on all GPEs
+- `0f71cc0dd5af <https://github.com/open-power/hcode/commit/0f71cc0dd5af>`__ Axone: Fix PPE PVR expectation
+ checks and SMF build flag
+
+hostboot (72):
+
+- `33eeb29bcbf6 <https://github.com/open-power/hcode/commit/33eeb29bcbf6>`__ Release tag information updated
+ for hw032619a.940
+- `2c76877c7370 <https://github.com/open-power/hcode/commit/2c76877c7370>`__ Release tag information updated
+ for hw032719a.940
+- `0dbac1b4fde0 <https://github.com/open-power/hcode/commit/0dbac1b4fde0>`__ Release tag information updated
+ for hw032919a.940
+- `f89e3fc16469 <https://github.com/open-power/hcode/commit/f89e3fc16469>`__ Release tag information updated
+ for hw040219a.940
+- `2e3a283588c1 <https://github.com/open-power/hcode/commit/2e3a283588c1>`__ Release tag information updated
+ for hw040319a.940
+- `7aa944ea0394 <https://github.com/open-power/hcode/commit/7aa944ea0394>`__ Release tag information updated
+ for hw040419a.940
+- `b7e42ee4ac93 <https://github.com/open-power/hcode/commit/b7e42ee4ac93>`__ Release tag information updated
+ for hw040519a.940
+- `0068bf4a881f <https://github.com/open-power/hcode/commit/0068bf4a881f>`__ Release tag information updated
+ for hw040619a.940
+- `e194945ed60a <https://github.com/open-power/hcode/commit/e194945ed60a>`__ Release tag information updated
+ for hw040919a.940
+- `f3cda9419f28 <https://github.com/open-power/hcode/commit/f3cda9419f28>`__ Release tag information updated
+ for hw041019a.940
+- `06fd9cb6a476 <https://github.com/open-power/hcode/commit/06fd9cb6a476>`__ Release tag information updated
+ for hw041119a.opv23
+- `65dd1355197d <https://github.com/open-power/hcode/commit/65dd1355197d>`__ Release tag information updated
+ for hw041219a.opv23
+- `8dbd6d87ed00 <https://github.com/open-power/hcode/commit/8dbd6d87ed00>`__ Release tag information updated
+ for hw041219a.940
+- `cce430a720af <https://github.com/open-power/hcode/commit/cce430a720af>`__ Release tag information updated
+ for hw041319a.opv23
+- `ffbcc5c2f0cf <https://github.com/open-power/hcode/commit/ffbcc5c2f0cf>`__ Release tag information updated
+ for hw041319a.940
+- `adf78f8e0538 <https://github.com/open-power/hcode/commit/adf78f8e0538>`__ Release tag information updated
+ for hw041519a.opv23
+- `ce3d455f346d <https://github.com/open-power/hcode/commit/ce3d455f346d>`__ Release tag information updated
+ for hw041619a.940
+- `8c97ca682995 <https://github.com/open-power/hcode/commit/8c97ca682995>`__ Release tag information updated
+ for hw041719a.940
+- `4f9688427e91 <https://github.com/open-power/hcode/commit/4f9688427e91>`__ Release tag information updated
+ for hw041819a.940
+- `5acd078fd3f0 <https://github.com/open-power/hcode/commit/5acd078fd3f0>`__ Release tag information updated
+ for hw042019a.940
+- `4116020415c9 <https://github.com/open-power/hcode/commit/4116020415c9>`__ Release tag information updated
+ for hw042119a.940
+- `14a3a15e85ad <https://github.com/open-power/hcode/commit/14a3a15e85ad>`__ Release tag information updated
+ for hw042319a.940
+- `2f40a0bc37ee <https://github.com/open-power/hcode/commit/2f40a0bc37ee>`__ Release tag information updated
+ for hw042419a.940
+- `003286ea46c5 <https://github.com/open-power/hcode/commit/003286ea46c5>`__ Release tag information updated
+ for hw042519a.940
+- `dabc711649d5 <https://github.com/open-power/hcode/commit/dabc711649d5>`__ Release tag information updated
+ for hw043019a.940
+- `2c6610c66e83 <https://github.com/open-power/hcode/commit/2c6610c66e83>`__ Release tag information updated
+ for hw050119a.940
+- `39145945224a <https://github.com/open-power/hcode/commit/39145945224a>`__ Release tag information updated
+ for hw050319a.940
+- `0f4531f47288 <https://github.com/open-power/hcode/commit/0f4531f47288>`__ Release tag information updated
+ for hw050619a.940
+- `f7c4f239b1e5 <https://github.com/open-power/hcode/commit/f7c4f239b1e5>`__ Release tag information updated
+ for hw050719a.940
+- `c781b28fbeb6 <https://github.com/open-power/hcode/commit/c781b28fbeb6>`__ Release tag information updated
+ for hw050819a.940
+- `d0888141f218 <https://github.com/open-power/hcode/commit/d0888141f218>`__ Release tag information updated
+ for hw050919a.940
+- `e63f4dafc713 <https://github.com/open-power/hcode/commit/e63f4dafc713>`__ Release tag information updated
+ for hw051019a.940
+- `10f61cf1aa52 <https://github.com/open-power/hcode/commit/10f61cf1aa52>`__ Release tag information updated
+ for hw051119a.940
+- `68397358937e <https://github.com/open-power/hcode/commit/68397358937e>`__ Release tag information updated
+ for hw051419a.940
+- `617ca61be3e7 <https://github.com/open-power/hcode/commit/617ca61be3e7>`__ Release tag information updated
+ for hw051519a.940
+- `babbbd9e7ab4 <https://github.com/open-power/hcode/commit/babbbd9e7ab4>`__ Release tag information updated
+ for hw051619a.940
+- `1fae419a10e4 <https://github.com/open-power/hcode/commit/1fae419a10e4>`__ Release tag information updated
+ for hw051719a.940
+- `9fa0d43ee460 <https://github.com/open-power/hcode/commit/9fa0d43ee460>`__ Release tag information updated
+ for hw051819a.940
+- `a42f29857e7e <https://github.com/open-power/hcode/commit/a42f29857e7e>`__ Release tag information updated
+ for hw051919a.940
+- `07a00831e5b7 <https://github.com/open-power/hcode/commit/07a00831e5b7>`__ Release tag information updated
+ for hw052119a.940
+- `46218be06574 <https://github.com/open-power/hcode/commit/46218be06574>`__ Release tag information updated
+ for hw052219a.940
+- `2cc906fda56b <https://github.com/open-power/hcode/commit/2cc906fda56b>`__ Release tag information updated
+ for hw052419a.940
+- `49a2cb056e55 <https://github.com/open-power/hcode/commit/49a2cb056e55>`__ Release tag information updated
+ for hw052819a.940
+- `ed4018a1a7d5 <https://github.com/open-power/hcode/commit/ed4018a1a7d5>`__ Release tag information updated
+ for hw052919a.940
+- `59cfe7bac2f1 <https://github.com/open-power/hcode/commit/59cfe7bac2f1>`__ Release tag information updated
+ for hw053019a.940
+- `ee03775d4100 <https://github.com/open-power/hcode/commit/ee03775d4100>`__ Release tag information updated
+ for hw053119a.940
+- `14c3b1b259ae <https://github.com/open-power/hcode/commit/14c3b1b259ae>`__ Release tag information updated
+ for hw060119a.940
+- `ff534ad63c7b <https://github.com/open-power/hcode/commit/ff534ad63c7b>`__ Release tag information updated
+ for hw060319a.940
+- `d067896908e2 <https://github.com/open-power/hcode/commit/d067896908e2>`__ Release tag information updated
+ for hw060519a.940
+- `9d1e42453697 <https://github.com/open-power/hcode/commit/9d1e42453697>`__ Release tag information updated
+ for hw060619a.940
+- `6d78641ae7be <https://github.com/open-power/hcode/commit/6d78641ae7be>`__ Release tag information updated
+ for hw060719a.940
+- `150e0728a2b4 <https://github.com/open-power/hcode/commit/150e0728a2b4>`__ Release tag information updated
+ for hw060819a.940
+- `90451319ce96 <https://github.com/open-power/hcode/commit/90451319ce96>`__ Release tag information updated
+ for hw061119a.940
+- `ba05d3cfaca8 <https://github.com/open-power/hcode/commit/ba05d3cfaca8>`__ Release tag information updated
+ for hw061219a.940
+- `e9c438bf807b <https://github.com/open-power/hcode/commit/e9c438bf807b>`__ Release tag information updated
+ for hw061319a.940
+- `48a5e9a75af3 <https://github.com/open-power/hcode/commit/48a5e9a75af3>`__ Release tag information updated
+ for hw061419a.940
+- `bf63e7d6cc0f <https://github.com/open-power/hcode/commit/bf63e7d6cc0f>`__ Release tag information updated
+ for hw061519a.940
+- `862bea7c7ea0 <https://github.com/open-power/hcode/commit/862bea7c7ea0>`__ Release tag information updated
+ for hw061819a.940
+- `a80d726abf60 <https://github.com/open-power/hcode/commit/a80d726abf60>`__ Release tag information updated
+ for hw061919a.940
+- `78e266936926 <https://github.com/open-power/hcode/commit/78e266936926>`__ Release tag information updated
+ for hw061919b.940
+- `07697763fd69 <https://github.com/open-power/hcode/commit/07697763fd69>`__ Release tag information updated
+ for hw062019a.940
+- `0bf8ba716cea <https://github.com/open-power/hcode/commit/0bf8ba716cea>`__ Release tag information updated
+ for hw062119a.940
+- `7f13e53dc1f2 <https://github.com/open-power/hcode/commit/7f13e53dc1f2>`__ Release tag information updated
+ for hw062519a.940
+- `93c9a0f47fd8 <https://github.com/open-power/hcode/commit/93c9a0f47fd8>`__ Release tag information updated
+ for hw062619a.940
+- `891db3bc80bf <https://github.com/open-power/hcode/commit/891db3bc80bf>`__ Release tag information updated
+ for hw062819a.940
+- `2228ce6ea2dd <https://github.com/open-power/hcode/commit/2228ce6ea2dd>`__ Release tag information updated
+ for hw062919a.940
+- `1dff5815b671 <https://github.com/open-power/hcode/commit/1dff5815b671>`__ Release tag information updated
+ for hw070219a.940
+- `5aca25f5653a <https://github.com/open-power/hcode/commit/5aca25f5653a>`__ Release tag information updated
+ for hw070319a.940
+- `882d19fd7e7c <https://github.com/open-power/hcode/commit/882d19fd7e7c>`__ Release tag information updated
+ for hw070419a.940
+- `c1dd2d8676e5 <https://github.com/open-power/hcode/commit/c1dd2d8676e5>`__ Release tag information updated
+ for hw070619a.940
+- `ec0d8bb47f67 <https://github.com/open-power/hcode/commit/ec0d8bb47f67>`__ Release tag information updated
+ for hw070919a.940
+- `19fa25eac9ea <https://github.com/open-power/hcode/commit/19fa25eac9ea>`__ Release tag information updated
+ for hw071319a.940
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _patches-1:
+
+Patches
+~~~~~~~
+
+.. _commits-1:
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `491995a6a3ed <https://github.com/open-power/hostboot/commit/491995a6a3ed>`__ temporary mc inits to enable
+ wider team
+
+Alvin Wang (15):
+
+- `f6f5d7720e3c <https://github.com/open-power/hostboot/commit/f6f5d7720e3c>`__ Add empty files for kind
+ library
+- `0c1d170c7552 <https://github.com/open-power/hostboot/commit/0c1d170c7552>`__ Add more files for mcbist
+ library
+- `56dd65e049e4 <https://github.com/open-power/hostboot/commit/56dd65e049e4>`__ Add empty traits files for
+ power_thermal lib
+- `deec9656ec00 <https://github.com/open-power/hostboot/commit/deec9656ec00>`__ Add empty trait file for
+ explorer mcbist library
+- `3c3ab2bd4c3c <https://github.com/open-power/hostboot/commit/3c3ab2bd4c3c>`__ Move MCBIST lib to generic
+ folder
+- `4ce53f71e9fc <https://github.com/open-power/hostboot/commit/4ce53f71e9fc>`__ Move power_thermal lib to
+ generic
+- `015e5dff8610 <https://github.com/open-power/hostboot/commit/015e5dff8610>`__ Add empty files for
+ exp_background_scrub
+- `081679022f97 <https://github.com/open-power/hostboot/commit/081679022f97>`__ Add exp_scrub
+- `d035a51f51ae <https://github.com/open-power/hostboot/commit/d035a51f51ae>`__ Move kind library to generic
+- `18527d404f0f <https://github.com/open-power/hostboot/commit/18527d404f0f>`__ Move the mcbist lab library
+ to generic folder
+- `da246c5fde38 <https://github.com/open-power/hostboot/commit/da246c5fde38>`__ Add empty files for mcbist
+ library refactoring
+- `03fc49941aa7 <https://github.com/open-power/hostboot/commit/03fc49941aa7>`__ Add trap_adress class in
+ mcbist library
+- `e60c6842b51d <https://github.com/open-power/hostboot/commit/e60c6842b51d>`__ Add error count mode0/1 to
+ mcbist library
+- `ca91046e0b3d <https://github.com/open-power/hostboot/commit/ca91046e0b3d>`__ Add empty file nimbus_kind.H
+- `dbba2f9d8fe3 <https://github.com/open-power/hostboot/commit/dbba2f9d8fe3>`__ Add OMI_EDPL_DISABLE
+ attribute
+
+Andre A. Marin (6):
+
+- `ee76c2ca5927 <https://github.com/open-power/hostboot/commit/ee76c2ca5927>`__ Fix c_str and pos DIMM
+ specialization
+- `508ddc960ec6 <https://github.com/open-power/hostboot/commit/508ddc960ec6>`__ Add mem_size and misc attrs,
+ unit tests enable
+- `3b13a6483b18 <https://github.com/open-power/hostboot/commit/3b13a6483b18>`__ Add call to setup derived
+ attributes in p9a_mss_eff_config
+- `f83005325604 <https://github.com/open-power/hostboot/commit/f83005325604>`__ Added Nimbus NDVDIMM specific
+ DIMM slot attribute
+- `19394bc52406 <https://github.com/open-power/hostboot/commit/19394bc52406>`__ Modify accessor makefiles for
+ generic and explorer to use shell find
+- `ab3afc32f1e6 <https://github.com/open-power/hostboot/commit/ab3afc32f1e6>`__ Modify initial PRBS patter
+ before DL link training starts
+
+Andre Marin (3):
+
+- `8daf280f7d24 <https://github.com/open-power/hostboot/commit/8daf280f7d24>`__ Fix true_type and false\_
+ type typdef with integral_constant
+- `923075be5002 <https://github.com/open-power/hostboot/commit/923075be5002>`__ Update HPW Level for MSS API
+ library
+- `9bb7b5f0b5c6 <https://github.com/open-power/hostboot/commit/9bb7b5f0b5c6>`__ Add call to exp_getecid in
+ istep 12.1
+
+Ben Gass (10):
+
+- `b823dd50837a <https://github.com/open-power/hostboot/commit/b823dd50837a>`__ Update p9_mss_eff_grouping
+ for Axone support
+- `c8651104f00d <https://github.com/open-power/hostboot/commit/c8651104f00d>`__ Update p9a_10 engd from
+ o10_e9032_pd_tp024_ec412_soa_sc_u080_01
+- `4766a68dc15b <https://github.com/open-power/hostboot/commit/4766a68dc15b>`__ Move omic dials from
+ p9a.omi.io.scom.initfile to new p9a.omic.io.scom.initfile.
+- `5f6849602d6f <https://github.com/open-power/hostboot/commit/5f6849602d6f>`__ Explorer registers and fields
+ generated from dev
+- `94af35140717 <https://github.com/open-power/hostboot/commit/94af35140717>`__ Explorer registers and fields
+ generated from dev
+- `6fd61efddafb <https://github.com/open-power/hostboot/commit/6fd61efddafb>`__ Add p9a.omi.pll.scan.initfile
+ and ifCompiler support.
+- `1083e8c22b9e <https://github.com/open-power/hostboot/commit/1083e8c22b9e>`__ Update p9_setup_bars for 3
+ NPU’s on Axone
+- `9869ca82dbbc <https://github.com/open-power/hostboot/commit/9869ca82dbbc>`__ Update npu initfiles for
+ Axone
+- `39b36480d549 <https://github.com/open-power/hostboot/commit/39b36480d549>`__ Set IOO clockgate_disable for
+ Axone HW481539 / HW438727
+- `b0decd01a99a <https://github.com/open-power/hostboot/commit/b0decd01a99a>`__ Fix bar address swizzle in
+ p9a_addr_ext.C
+
+Bill Hoffa (2):
+
+- `ecf2201cee8c <https://github.com/open-power/hostboot/commit/ecf2201cee8c>`__ Modify IPMI Timeout Value
+- `f619d06251d5 <https://github.com/open-power/hostboot/commit/f619d06251d5>`__ Verify Dimm Type in DJVPD
+ Cache
+
+Brian Silver (2):
+
+- `e7bb5cee3856 <https://github.com/open-power/hostboot/commit/e7bb5cee3856>`__ Add fake_vpd support
+- `9c1f3e24b6e4 <https://github.com/open-power/hostboot/commit/9c1f3e24b6e4>`__ Change p9_mss_freq_system to
+ write attributes, errors for Cronus
+
+Caleb Palmer (27):
+
+- `f7937e802748 <https://github.com/open-power/hostboot/commit/f7937e802748>`__ PRD: Fix isEccSp capture data
+ check
+- `69796d72c4f6 <https://github.com/open-power/hostboot/commit/69796d72c4f6>`__ PRD: Fix assert in
+ getNumMasterRanksPerDimm
+- `8941c2cd6251 <https://github.com/open-power/hostboot/commit/8941c2cd6251>`__ PRD: NVDIMM mask EVENT_N bit
+ on persistency lost
+- `9d139bd7d99a <https://github.com/open-power/hostboot/commit/9d139bd7d99a>`__ PRD: Axone/Explorer Misc
+ Updates needed for TdCtlr/DataBundles
+- `1665708d67b6 <https://github.com/open-power/hostboot/commit/1665708d67b6>`__ PRD: MCACALFIR[8] FFDC Update
+ for NVDIMMs
+- `686bbf502fc6 <https://github.com/open-power/hostboot/commit/686bbf502fc6>`__ Add OCMB_CHIP support for
+ BAD_DQ_BITMAP getters/setters
+- `343589ebeb49 <https://github.com/open-power/hostboot/commit/343589ebeb49>`__ NPU SCOM translation support
+ for Axone
+- `abf11187330d <https://github.com/open-power/hostboot/commit/abf11187330d>`__ Add OCMB_CHIP support for
+ ROW_REPAIR getters/setters
+- `57fa9ded821c <https://github.com/open-power/hostboot/commit/57fa9ded821c>`__ PRD: Axone misc updates for
+ moving ecc/maint logic to OCMB
+- `68367c57c139 <https://github.com/open-power/hostboot/commit/68367c57c139>`__ PRD: Axone Add PLL Slave
+ Error Regs
+- `957a96a94127 <https://github.com/open-power/hostboot/commit/957a96a94127>`__ PRD: Axone/Explorer TdCtlr
+ and DataBundle Updates
+- `2bb80fdb4caa <https://github.com/open-power/hostboot/commit/2bb80fdb4caa>`__ PRD: Axone Dram Spare Deploy
+ (DSD) updates
+- `aeb359a820ee <https://github.com/open-power/hostboot/commit/aeb359a820ee>`__ PRD: Axone MemMark updates
+- `57b59e9d788f <https://github.com/open-power/hostboot/commit/57b59e9d788f>`__ PRD: Update Axone calls to
+ isDramWidthX4
+- `c539eeef3781 <https://github.com/open-power/hostboot/commit/c539eeef3781>`__ NPU SCOM translation Hostboot
+ updates
+- `c153a4336ab2 <https://github.com/open-power/hostboot/commit/c153a4336ab2>`__ PRD: Initial Explorer Plugin
+ Files
+- `ab4ea694f5ba <https://github.com/open-power/hostboot/commit/ab4ea694f5ba>`__ PRD: Initial Axone Rule
+ Plugins
+- `93f529ed118b <https://github.com/open-power/hostboot/commit/93f529ed118b>`__ PRD: Add AnalyzeFetchMpe
+ Plugin
+- `bd0eb8fcc8d4 <https://github.com/open-power/hostboot/commit/bd0eb8fcc8d4>`__ PRD: Add handleRrFo for OCMB
+ domain
+- `8db1ba5aaa81 <https://github.com/open-power/hostboot/commit/8db1ba5aaa81>`__ PRD: Avoid gard for NVDIMMs
+- `8e6a69de2d39 <https://github.com/open-power/hostboot/commit/8e6a69de2d39>`__ PRD: Remove use of
+ unsupported MEM_PORT ExtensibleChip
+- `56b1b58b9348 <https://github.com/open-power/hostboot/commit/56b1b58b9348>`__ PRD: Update NVDIMM BPM cable
+ callout
+- `6060c1c88907 <https://github.com/open-power/hostboot/commit/6060c1c88907>`__ PRD: Axone MemAddress Updates
+- `8bc5e2c76793 <https://github.com/open-power/hostboot/commit/8bc5e2c76793>`__ PRD: Add OCMB support for
+ BAD_DQ_BITMAP code
+- `85475e45d89c <https://github.com/open-power/hostboot/commit/85475e45d89c>`__ NPU SCOM translation
+ non-instance 0 fix
+- `ccafae2fadc9 <https://github.com/open-power/hostboot/commit/ccafae2fadc9>`__ PRD: Fix row repair template
+ bug
+- `8abecc2fde6d <https://github.com/open-power/hostboot/commit/8abecc2fde6d>`__ PRD: Uncomment two Axone
+ attrs that are available now
+
+Chen Du (7):
+
+- `5da79e14c316 <https://github.com/open-power/hostboot/commit/5da79e14c316>`__ Get ring override failing
+- `bbbd68a140c9 <https://github.com/open-power/hostboot/commit/bbbd68a140c9>`__ Add page tables to read only
+ partitions
+- `bda479bb7563 <https://github.com/open-power/hostboot/commit/bda479bb7563>`__ MRW parsing updates for
+ Axone+UB
+- `54a570f06c63 <https://github.com/open-power/hostboot/commit/54a570f06c63>`__ MRW parsing updates for
+ Axone+UB task 2
+- `d41d0f9b82f7 <https://github.com/open-power/hostboot/commit/d41d0f9b82f7>`__ MRW parsing for DDIMM, PMIC,
+ and Axone OBUS
+- `48c966a99ec1 <https://github.com/open-power/hostboot/commit/48c966a99ec1>`__ Add OMI BAR calculations to
+ MRW scripts
+- `3268563ca22b <https://github.com/open-power/hostboot/commit/3268563ca22b>`__ MRW parsing for DDIMM, PMIC,
+ and OCMB_CHIP
+
+Chris Cain (1):
+
+- `cbf60d385958 <https://github.com/open-power/hostboot/commit/cbf60d385958>`__ Add SMF mode flag to HOMER
+ for use by OCC
+
+Chris Steffen (1):
+
+- `d91209c1201c <https://github.com/open-power/hostboot/commit/d91209c1201c>`__ Axone Xbus Linearity
+
+Christian Geddes (58):
+
+- `9882fe3c773b <https://github.com/open-power/hostboot/commit/9882fe3c773b>`__ Set REL_POS to 0 on all DIMM
+ target in simics Axone
+- `215eaa2074f5 <https://github.com/open-power/hostboot/commit/215eaa2074f5>`__ Stop overwriting OCMB vpd
+ info in standalone and handle DDIMM modules
+- `9fd0af32313c <https://github.com/open-power/hostboot/commit/9fd0af32313c>`__ Set
+ ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes
+- `16378af2527d <https://github.com/open-power/hostboot/commit/16378af2527d>`__ Compile Explorer MSS libs in
+ our istepsmss lib
+- `514f1137ec8e <https://github.com/open-power/hostboot/commit/514f1137ec8e>`__ Set ATTR_MEM_EFF_DIMM_SIZE
+ until MSS team sets in in HWPs
+- `616f55b76767 <https://github.com/open-power/hostboot/commit/616f55b76767>`__ Setup CONFIG_AXONE env
+ variable correctly
+- `0c03d552d8db <https://github.com/open-power/hostboot/commit/0c03d552d8db>`__ Workaround unused var in
+ certain configurations
+- `020f13727307 <https://github.com/open-power/hostboot/commit/020f13727307>`__ Update simics release to
+ April 8th release
+- `6fc227ed83ce <https://github.com/open-power/hostboot/commit/6fc227ed83ce>`__ Re-order i2c properties in
+ Axone simics XML to align closer with sim
+- `091bf3c3fd9c <https://github.com/open-power/hostboot/commit/091bf3c3fd9c>`__ Update MAX_ALLOWED_DIMM_FREQ
+ to support 3200 MHz
+- `c4b67afb3574 <https://github.com/open-power/hostboot/commit/c4b67afb3574>`__ Correct MSS accessor
+ generation for Axone compiles
+- `75c14bbdbc1f <https://github.com/open-power/hostboot/commit/75c14bbdbc1f>`__ Revert “Remove unused VPD
+ sections from axone pnor layout”
+- `4aa1ee7a5835 <https://github.com/open-power/hostboot/commit/4aa1ee7a5835>`__ Fix compile bugs in
+ axone_sync
+- `5fbc925d910e <https://github.com/open-power/hostboot/commit/5fbc925d910e>`__ Fix mismatch between mirrored
+ file and original EKB copy
+- `a6ac440a808a <https://github.com/open-power/hostboot/commit/a6ac440a808a>`__ Re-enable OCMB VPD fapi2
+ tests
+- `d0c71ff0ce91 <https://github.com/open-power/hostboot/commit/d0c71ff0ce91>`__ Add
+ ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET to MC targets
+- `e583424484de <https://github.com/open-power/hostboot/commit/e583424484de>`__ Validate OMI INBAND BAR
+ offset attributes against calculated values
+- `ae7863d01445 <https://github.com/open-power/hostboot/commit/ae7863d01445>`__ Compile and call
+ p9a_omi_setup_bars in istep 12.3
+- `625a082c5e39 <https://github.com/open-power/hostboot/commit/625a082c5e39>`__ Add p9a_omi_init and
+ exp_omi_init calls to istep 12.13
+- `8112a619ebf4 <https://github.com/open-power/hostboot/commit/8112a619ebf4>`__ Run Axone simics all the way
+ to completion by default
+- `f39b02dcad91 <https://github.com/open-power/hostboot/commit/f39b02dcad91>`__ Update pnor XML WOF
+ description to say 6 MB
+- `2a292b1a81ea <https://github.com/open-power/hostboot/commit/2a292b1a81ea>`__ Compile and call
+ exp_draminit_mc
+- `ebf286d5e287 <https://github.com/open-power/hostboot/commit/ebf286d5e287>`__ Add support for dimm type
+ DDIMM in exp draminit utils
+- `07fbdf5d4f29 <https://github.com/open-power/hostboot/commit/07fbdf5d4f29>`__ Compile and call
+ p9a_io_omi_scominit
+- `ff01029ea8dd <https://github.com/open-power/hostboot/commit/ff01029ea8dd>`__ Increase size allocated for
+ HBI in axone pnor layout xml
+- `b632f2cf6a4c <https://github.com/open-power/hostboot/commit/b632f2cf6a4c>`__ Update simbuild to latest
+ simics release
+- `3cf1a8dc6cd8 <https://github.com/open-power/hostboot/commit/3cf1a8dc6cd8>`__ Ignore CRC errors for
+ Hostboot during Axone bringup
+- `b07aab28c595 <https://github.com/open-power/hostboot/commit/b07aab28c595>`__ Separate communication data
+ padding from endianess correcting code
+- `546d0438ecc7 <https://github.com/open-power/hostboot/commit/546d0438ecc7>`__ Clean up traces and comments
+ in MMIO driver
+- `41d22225ff91 <https://github.com/open-power/hostboot/commit/41d22225ff91>`__ Remove workaround filtering
+ invalid filenames
+- `6fbd4f33e00e <https://github.com/open-power/hostboot/commit/6fbd4f33e00e>`__ Update simbuild for axone
+ simics bringup
+- `7254582b9b25 <https://github.com/open-power/hostboot/commit/7254582b9b25>`__ Add call to p9a_omi_io_dccal
+ in istep 12.6
+- `decb0b6a03b1 <https://github.com/open-power/hostboot/commit/decb0b6a03b1>`__ Remove workaround setting
+ EFF_DIMM_SIZE attribute
+- `c18d709e4a17 <https://github.com/open-power/hostboot/commit/c18d709e4a17>`__ Set endianess switch
+ attributes to workaround inband OCMB sim issues
+- `292334fef529 <https://github.com/open-power/hostboot/commit/292334fef529>`__ Skip OCMB MMIO Response
+ polling in hostboot
+- `e4b279cb88d7 <https://github.com/open-power/hostboot/commit/e4b279cb88d7>`__ Compile and call exp_draminit
+ in istep 13.10
+- `8c70b5902d51 <https://github.com/open-power/hostboot/commit/8c70b5902d51>`__ Set i2c slave’s port
+ correctly in Axone XML for OCMB targets
+- `b95951684667 <https://github.com/open-power/hostboot/commit/b95951684667>`__ Force Axone simics to read
+ all VPD from HW with config flags
+- `3dabc95cb3ef <https://github.com/open-power/hostboot/commit/3dabc95cb3ef>`__ Enable MMIO scom after OMI is
+ initialized
+- `33bccd985a80 <https://github.com/open-power/hostboot/commit/33bccd985a80>`__ Clean up traces seen during
+ Axone IPLs
+- `ab9d2e931925 <https://github.com/open-power/hostboot/commit/ab9d2e931925>`__ Increase size of HBRT to 8 MB
+ for all pnor layouts
+- `a70922169308 <https://github.com/open-power/hostboot/commit/a70922169308>`__ Update startup.simics to
+ correctly lookups processor targets
+- `3f6ff0a8bddf <https://github.com/open-power/hostboot/commit/3f6ff0a8bddf>`__ Clean up some comments and
+ refactor how we determine new cache entry
+- `0f0d13a5bb80 <https://github.com/open-power/hostboot/commit/0f0d13a5bb80>`__ Update non-present dimm/ocmb
+ i2c attributes
+- `7b2d475bbbee <https://github.com/open-power/hostboot/commit/7b2d475bbbee>`__ Update DIMM’s 0-8
+ EEPROM_VPD_PRIMARY_INFO to match the corresponding OCMBs
+- `98bd24eebf87 <https://github.com/open-power/hostboot/commit/98bd24eebf87>`__ Unset
+ CONSOLE_OUTPUT_ERRORDISPLAY in axone config
+- `12ef1ffdc34a <https://github.com/open-power/hostboot/commit/12ef1ffdc34a>`__ Make some FAPI_INF traces
+ that are spamming FW logs into FAPI_DBG
+- `aa4a14d415c7 <https://github.com/open-power/hostboot/commit/aa4a14d415c7>`__ Update bbuild and point axone
+ simics at scandef.abr from bbuild
+- `ded2da534feb <https://github.com/open-power/hostboot/commit/ded2da534feb>`__ Skip MSS cleanup for now in
+ Axone
+- `37038960c8c7 <https://github.com/open-power/hostboot/commit/37038960c8c7>`__ Enable sbe update for Axone
+- `1ac1e9584462 <https://github.com/open-power/hostboot/commit/1ac1e9584462>`__ Add interface to mark eeprom
+ caches valid/invalid
+- `5ef6025f2142 <https://github.com/open-power/hostboot/commit/5ef6025f2142>`__ Update simics release used
+ for Axone simics
+- `1b06c4f813fd <https://github.com/open-power/hostboot/commit/1b06c4f813fd>`__ Remove references to prebuilt
+ eecache
+- `3805319f1d63 <https://github.com/open-power/hostboot/commit/3805319f1d63>`__ Add HCDB Support for eeprom
+ cache process
+- `20423884e486 <https://github.com/open-power/hostboot/commit/20423884e486>`__ Trace message if unable to
+ understand its contents of eeprom cache
+- `4154aa707744 <https://github.com/open-power/hostboot/commit/4154aa707744>`__ Add functions to back
+ ATTR_FREQ_MCA_MHZ and ATTR_MC_PLL_BUCKET in P9A
+- `ca15d68452e8 <https://github.com/open-power/hostboot/commit/ca15d68452e8>`__ Start simics in vexec for
+ Axone by default
+- `c1030f009e8a <https://github.com/open-power/hostboot/commit/c1030f009e8a>`__ Add optional params to
+ build-script to skips some steps
+
+Christian R. Geddes (1):
+
+- `710af45a83d8 <https://github.com/open-power/hostboot/commit/710af45a83d8>`__ Revert “Remove references to
+ prebuilt eecache”
+
+Corey Swenson (16):
+
+- `201a39f54be6 <https://github.com/open-power/hostboot/commit/201a39f54be6>`__ Add part callout for the
+ Backup Power Module
+- `e5622fb032dc <https://github.com/open-power/hostboot/commit/e5622fb032dc>`__ Insufficient Resources check
+ needs to handle NVDIMM logic
+- `06d0a08aa27f <https://github.com/open-power/hostboot/commit/06d0a08aa27f>`__ Add NVDIMM key attributes and
+ generate keys
+- `65509c8551f4 <https://github.com/open-power/hostboot/commit/65509c8551f4>`__ Add back nvdimm_gen_keys
+ function
+- `9cd799d038d2 <https://github.com/open-power/hostboot/commit/9cd799d038d2>`__ Remove procedure callout
+ EPUB_PRC_NVDIMM_ER
+- `5fd22b47f8d6 <https://github.com/open-power/hostboot/commit/5fd22b47f8d6>`__ NVDIMM encryption HW function
+ support
+- `20f6884ac8c6 <https://github.com/open-power/hostboot/commit/20f6884ac8c6>`__ Add workaround to avoid DARN
+ instruction at runtime
+- `7508722e0908 <https://github.com/open-power/hostboot/commit/7508722e0908>`__ Handle NVDIMM encryption
+ errors
+- `4b81399d6441 <https://github.com/open-power/hostboot/commit/4b81399d6441>`__ Assembly for DARN instruction
+ inconsistent
+- `639cf25d2ace <https://github.com/open-power/hostboot/commit/639cf25d2ace>`__ Move the NVDIMM_ARMED
+ attribute from PROC to DIMM type
+- `dd0aba64608a <https://github.com/open-power/hostboot/commit/dd0aba64608a>`__ Auto-arm the NVDIMMs at
+ runtime
+- `ac003eb126a0 <https://github.com/open-power/hostboot/commit/ac003eb126a0>`__ Call
+ notifyNvdimmProtectionChange function during IPL
+- `3acea873dad1 <https://github.com/open-power/hostboot/commit/3acea873dad1>`__ Remove dependency on
+ ATTR_NVDIMM_ENCRYPTION_ENABLE for unlock
+- `66de4e82cbb6 <https://github.com/open-power/hostboot/commit/66de4e82cbb6>`__ Fix send_ATTR_NVDIMM_ARMED
+ function to send armed attr to HWSV
+- `c35178409516 <https://github.com/open-power/hostboot/commit/c35178409516>`__ Move gen_keys and
+ encrypt_unlock from istep 14 to 13
+- `bde6d57b2757 <https://github.com/open-power/hostboot/commit/bde6d57b2757>`__ Deconfig dimms when nvdimm
+ encryption unlock fails
+
+Corey V. Swenson (1):
+
+- `09a23939d34a <https://github.com/open-power/hostboot/commit/09a23939d34a>`__ Revert “Add workaround to
+ avoid DARN instruction at runtime”
+
+Dan Crowell (39):
+
+- `54178321414b <https://github.com/open-power/hostboot/commit/54178321414b>`__ Constants for future DIMMs
+- `08d472b97829 <https://github.com/open-power/hostboot/commit/08d472b97829>`__ Update Explorer FW Command
+ IDs
+- `f89a1420c7d8 <https://github.com/open-power/hostboot/commit/f89a1420c7d8>`__ Add sequence id to IPMI
+ timeout traces
+- `47c643354d42 <https://github.com/open-power/hostboot/commit/47c643354d42>`__ Remove deleted mirrored file
+- `eee59e94a080 <https://github.com/open-power/hostboot/commit/eee59e94a080>`__ Remove to remirror some files
+- `14242c9ba2fd <https://github.com/open-power/hostboot/commit/14242c9ba2fd>`__ Remove file to remirror
+- `27dd91ca0933 <https://github.com/open-power/hostboot/commit/27dd91ca0933>`__ Hide several OCMB attributes
+ from ServerWiz
+- `96be8677443a <https://github.com/open-power/hostboot/commit/96be8677443a>`__ Add Gemini to chipids list
+- `80295355e810 <https://github.com/open-power/hostboot/commit/80295355e810>`__ Support writable
+ ATTR_FREQ_MCA_MHZ for Axone
+- `eb3c89638a1e <https://github.com/open-power/hostboot/commit/eb3c89638a1e>`__ Handle DD2.3 mode properly
+ when setting elevated risk in HDAT
+- `d0523b75c390 <https://github.com/open-power/hostboot/commit/d0523b75c390>`__ Temporarily disable the
+ exp_fw_update test in Simics
+- `e929912354d6 <https://github.com/open-power/hostboot/commit/e929912354d6>`__ Add Axone to RISK_LEVEL logic
+- `e827b625b481 <https://github.com/open-power/hostboot/commit/e827b625b481>`__ Add system policy attribute
+ for enterprise ocmb function
+- `fa1b266a6293 <https://github.com/open-power/hostboot/commit/fa1b266a6293>`__ Synch up OMI and MCA
+ frequencies
+- `cb99413cc04a <https://github.com/open-power/hostboot/commit/cb99413cc04a>`__ Add logic to compute
+ MSS_MRW_NVDIMM_SLOT_POSITION for ZZ
+- `05847c16cfe6 <https://github.com/open-power/hostboot/commit/05847c16cfe6>`__ Increase number of reserved
+ hdat sections
+- `8dd975ed5975 <https://github.com/open-power/hostboot/commit/8dd975ed5975>`__ Document Axone NPU
+ configuration
+- `539b82d046cf <https://github.com/open-power/hostboot/commit/539b82d046cf>`__ Remove VPD generation from
+ Axone simics startup
+- `5f9f4dfaba7a <https://github.com/open-power/hostboot/commit/5f9f4dfaba7a>`__ Allow temporary args to be
+ passed to runsim through hb startsimics
+- `6ba1edec99a7 <https://github.com/open-power/hostboot/commit/6ba1edec99a7>`__ Enable the UART console in
+ Axone Simics config
+- `07cf7dbe48a6 <https://github.com/open-power/hostboot/commit/07cf7dbe48a6>`__ Add pmic_efd_processing to
+ istep07 makefile
+- `bdf02135b46d <https://github.com/open-power/hostboot/commit/bdf02135b46d>`__ Remove some Centaur
+ procedures from Axone compile
+- `3e49ebe43fe8 <https://github.com/open-power/hostboot/commit/3e49ebe43fe8>`__ Temporarily disable
+ testExplrMMIO bad write test
+- `0c4e786e0e95 <https://github.com/open-power/hostboot/commit/0c4e786e0e95>`__ Removing renamed
+ axone/explorer files
+- `f815ee6a9c02 <https://github.com/open-power/hostboot/commit/f815ee6a9c02>`__ Add Axone target types to
+ errl/hwas functions
+- `be08f8a97099 <https://github.com/open-power/hostboot/commit/be08f8a97099>`__ Skip FSI info gathering for
+ OCMB chips
+- `1d850029be30 <https://github.com/open-power/hostboot/commit/1d850029be30>`__ Force appropriate values for
+ NPU config
+- `33a1e9fabb06 <https://github.com/open-power/hostboot/commit/33a1e9fabb06>`__ Modify I2C divider for Axone
+- `897e9b5b38e8 <https://github.com/open-power/hostboot/commit/897e9b5b38e8>`__ Push NVDIMM attribute updates
+ down to the FSP
+- `fd59bd865bfb <https://github.com/open-power/hostboot/commit/fd59bd865bfb>`__ Default NV state to Memory
+ Not Preserved
+- `926ec6f90b17 <https://github.com/open-power/hostboot/commit/926ec6f90b17>`__ Handle unsupported status bit
+ for NVDIMM Encrytion Status
+- `79a312ed32a9 <https://github.com/open-power/hostboot/commit/79a312ed32a9>`__ Clean up the attribute error
+ user details
+- `6fccf28881ec <https://github.com/open-power/hostboot/commit/6fccf28881ec>`__ Add explicit support for a
+ few new companies in copyright
+- `b119ea556c15 <https://github.com/open-power/hostboot/commit/b119ea556c15>`__ Hide CHTM attributes from
+ ServerWiz
+- `9f597d2c7a66 <https://github.com/open-power/hostboot/commit/9f597d2c7a66>`__ Fix errludattribute changes
+ that broke the build
+- `08b6443e65d3 <https://github.com/open-power/hostboot/commit/08b6443e65d3>`__ Push ATTR_NVDIMM_ARMED down
+ to FSP to handle MPIPL case
+- `6c082570bd75 <https://github.com/open-power/hostboot/commit/6c082570bd75>`__ Add command echo to sandbox
+ executor
+- `d667cbdad00d <https://github.com/open-power/hostboot/commit/d667cbdad00d>`__ Make attribute xml inclusion
+ more specific
+- `80a0d27f8ab7 <https://github.com/open-power/hostboot/commit/80a0d27f8ab7>`__ Fix NVDIMM linker errors
+ caused by PRD
+
+Dan Larson (1):
+
+- `a4c72a5f2da8 <https://github.com/open-power/hostboot/commit/a4c72a5f2da8>`__ HBCI-177: Enable Code
+ Coverage in CI
+
+Dawit Habtegiorgis (1):
+
+- `b0b1f035aaad <https://github.com/open-power/hostboot/commit/b0b1f035aaad>`__ P10 SRC listing order
+
+Devon Baughen (5):
+
+- `c5e2251b0c17 <https://github.com/open-power/hostboot/commit/c5e2251b0c17>`__ add MR0 shadow regs override
+ to fix wr_vref shmoo
+- `f702a3b2f6b6 <https://github.com/open-power/hostboot/commit/f702a3b2f6b6>`__ add explorer mcbist wrapper
+- `450f70a3b34e <https://github.com/open-power/hostboot/commit/450f70a3b34e>`__ add first draft of
+ exp_access_delay_regs code
+- `9acff299c655 <https://github.com/open-power/hostboot/commit/9acff299c655>`__ add omi attrs for omi dl
+ config0
+- `04a0314a1b44 <https://github.com/open-power/hostboot/commit/04a0314a1b44>`__ add manual omi training
+ sequence
+
+Glenn Miles (16):
+
+- `1654f76c7fd2 <https://github.com/open-power/hostboot/commit/1654f76c7fd2>`__ Populate OCMBFW partition
+ with packaged image
+- `9c184e5de057 <https://github.com/open-power/hostboot/commit/9c184e5de057>`__ Add procedures for updating
+ explorer firmware image
+- `a6b70d6c06d2 <https://github.com/open-power/hostboot/commit/a6b70d6c06d2>`__ Add new ‘expupd’ module
+- `27f08a0b90a8 <https://github.com/open-power/hostboot/commit/27f08a0b90a8>`__ Add new enum, OCMB_FW_UPDATE,
+ to ATTR_RECONFIGURE_LOOP
+- `f1b76d406973 <https://github.com/open-power/hostboot/commit/f1b76d406973>`__ Load and validate OCMB FW
+ image in istep 12.13
+- `a2ee107c441a <https://github.com/open-power/hostboot/commit/a2ee107c441a>`__ Update simbuild for axone
+ simics bringup
+- `6aeba3917d4d <https://github.com/open-power/hostboot/commit/6aeba3917d4d>`__ Increase OCMBFW PNOR
+ partition to 1164kb
+- `c0b91d3b52a6 <https://github.com/open-power/hostboot/commit/c0b91d3b52a6>`__ High level support for
+ updating explorer firmware
+- `63810dfdcefe <https://github.com/open-power/hostboot/commit/63810dfdcefe>`__ Pull in latest axone-simics
+ release
+- `d4f73f9d0e75 <https://github.com/open-power/hostboot/commit/d4f73f9d0e75>`__ Revert change to disable
+ polling in getRSP
+- `aa62415e8d84 <https://github.com/open-power/hostboot/commit/aa62415e8d84>`__ Add procedure for updating
+ explorer firmware over TWI interface
+- `6a6b6852f6e2 <https://github.com/open-power/hostboot/commit/6a6b6852f6e2>`__ Add HWP for entering Explorer
+ TWI mode
+- `5634271463a1 <https://github.com/open-power/hostboot/commit/5634271463a1>`__ OCMB MMIO error handling
+- `a697687b5e5e <https://github.com/open-power/hostboot/commit/a697687b5e5e>`__ Add MMIO test cases that
+ force failures
+- `4e69f8fe6542 <https://github.com/open-power/hostboot/commit/4e69f8fe6542>`__ Fix intermittent
+ testExplrMMIO failure in CI
+- `025067bcd46e <https://github.com/open-power/hostboot/commit/025067bcd46e>`__ Testcases to verify MMIO and
+ I2C Scoms to Explorer work consistently
+
+Ilya Smirnov (7):
+
+- `25c1b412b86a <https://github.com/open-power/hostboot/commit/25c1b412b86a>`__ Process Core and EQ Gard
+ Records in MPIPL Path
+- `28c069596438 <https://github.com/open-power/hostboot/commit/28c069596438>`__ SMF: Put HOMER Back in SMF
+ Memory
+- `033619612142 <https://github.com/open-power/hostboot/commit/033619612142>`__ Flush Errlmanager Queue
+ Before Fetching Gard Records
+- `a9addc3db4f8 <https://github.com/open-power/hostboot/commit/a9addc3db4f8>`__ SMF: Logic For Creating
+ Non-Secure HOMER Memory Space
+- `d1d3f44dd939 <https://github.com/open-power/hostboot/commit/d1d3f44dd939>`__ SMF: New Ultravisor
+ White/Blacklist Handling
+- `4f0694a7bc3f <https://github.com/open-power/hostboot/commit/4f0694a7bc3f>`__ Remove Redundant LPC Bus
+ Check
+- `a1f8b3160946 <https://github.com/open-power/hostboot/commit/a1f8b3160946>`__ Add Child RC Checking to
+ Thread Pool
+
+Jennifer A. Stofer (1):
+
+- `12b139b58521 <https://github.com/open-power/hostboot/commit/12b139b58521>`__ Revert “P9 Xbus/DMI CM
+ Workaround”
+
+Jenny Huynh (4):
+
+- `bedc05eb919f <https://github.com/open-power/hostboot/commit/bedc05eb919f>`__ Fabric inits update for Axone
+- `cf8f5459f14f <https://github.com/open-power/hostboot/commit/cf8f5459f14f>`__ Fix fabric inits for Axone
+- `cb318fbc38a9 <https://github.com/open-power/hostboot/commit/cb318fbc38a9>`__ Add missing targetType arg to
+ ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP
+- `0ad5976c1f8b <https://github.com/open-power/hostboot/commit/0ad5976c1f8b>`__ Fix Axone SMF lower address
+ mapping and enable chip addr extension mask in mcu
+
+Joachim Fenkes (6):
+
+- `a6ab2972787f <https://github.com/open-power/hostboot/commit/a6ab2972787f>`__ FAPI2: Add method to Target
+ to query core select vector from CORE targets
+- `63a8b58f12b7 <https://github.com/open-power/hostboot/commit/63a8b58f12b7>`__ p9_tod_setup: Workaround for
+ HW480181
+- `96195e47b503 <https://github.com/open-power/hostboot/commit/96195e47b503>`__ Fix for workaround for
+ HW480181
+- `19fde64271e5 <https://github.com/open-power/hostboot/commit/19fde64271e5>`__ p9_sbe_tracearray: Updates
+ for Axone
+- `06a885d8e671 <https://github.com/open-power/hostboot/commit/06a885d8e671>`__ p9_tod_setup: Disable clock
+ doubling when running off LPC clock
+- `ea40a0eeae03 <https://github.com/open-power/hostboot/commit/ea40a0eeae03>`__ FAPI2: Clarify that broadcast
+ groups must be mapped explicitly
+
+Joe McGill (7):
+
+- `1b7cc09d2da5 <https://github.com/open-power/hostboot/commit/1b7cc09d2da5>`__ p9_xbus_fir_utils.H – create
+ header for definition of XBUS related FIR settings
+- `834bc3db0d21 <https://github.com/open-power/hostboot/commit/834bc3db0d21>`__ shift OBUS FIR programming
+ inits for secure boot
+- `13af137b03af <https://github.com/open-power/hostboot/commit/13af137b03af>`__ FAPI2: replace IOPAU target
+ references with PAUC
+- `4b03b01b34bd <https://github.com/open-power/hostboot/commit/4b03b01b34bd>`__ p9.filter.pll.scan.initfile –
+ update CP filter config for p9a
+- `415af5749f8f <https://github.com/open-power/hostboot/commit/415af5749f8f>`__ create attribute to reflect
+ DPLL input frequency
+- `feab766b57db <https://github.com/open-power/hostboot/commit/feab766b57db>`__ update i2c bit rate divisor
+ for p9a
+- `00826314dde6 <https://github.com/open-power/hostboot/commit/00826314dde6>`__ p9_fircheck – updates for
+ Axone
+
+Kahn Evans (1):
+
+- `b9b808b3f44e <https://github.com/open-power/hostboot/commit/b9b808b3f44e>`__ Fixing doxygen warnings
+
+Li Meng (2):
+
+- `186d6f22c2ad <https://github.com/open-power/hostboot/commit/186d6f22c2ad>`__ Fixes for LRDIMM dual drop DB
+ training
+- `96032f3cd122 <https://github.com/open-power/hostboot/commit/96032f3cd122>`__ Adds error logging features
+ to LRDIMM MWD_FINE
+
+Louis Stermole (31):
+
+- `54a9c7b4a9e8 <https://github.com/open-power/hostboot/commit/54a9c7b4a9e8>`__ Fix duplicate symbol errors
+ from DEFAULT_MC_TYPE
+- `7d859fce1073 <https://github.com/open-power/hostboot/commit/7d859fce1073>`__ Add workaround for Nimbus
+ symbol mark performance hw bug
+- `2b26420e7247 <https://github.com/open-power/hostboot/commit/2b26420e7247>`__ Add p9a_mss_freq procedure
+- `c08e3bfb24fc <https://github.com/open-power/hostboot/commit/c08e3bfb24fc>`__ Fix default on
+ ATTR_MSS_MRW_SUPPORTED_FREQ to be 4 entries
+- `f8a7a5a564ec <https://github.com/open-power/hostboot/commit/f8a7a5a564ec>`__ Move MSS MRW attributes to
+ generic XML
+- `12426d3bf24d <https://github.com/open-power/hostboot/commit/12426d3bf24d>`__ Add ATTR_FREQ_OMI_MHZ
+- `357441ef8b73 <https://github.com/open-power/hostboot/commit/357441ef8b73>`__ Add p9a_mss_freq_system
+ procedure
+- `ea434a2363ec <https://github.com/open-power/hostboot/commit/ea434a2363ec>`__ Fix Explorer getRSP for
+ endianness and buffer size
+- `e28412847eab <https://github.com/open-power/hostboot/commit/e28412847eab>`__ Add 32-bit word swap on
+ Explorer inband structures
+- `5fd2903850cb <https://github.com/open-power/hostboot/commit/5fd2903850cb>`__ Add debug params to
+ exp_check_for_ready_wrap
+- `9870db1cf564 <https://github.com/open-power/hostboot/commit/9870db1cf564>`__ Change CRC gen/check for
+ Explorer inband to match EXP firmware
+- `574186ea098a <https://github.com/open-power/hostboot/commit/574186ea098a>`__ Clear Explorer outbound
+ doorbell after reading cmd response
+- `dc2e4807c4e5 <https://github.com/open-power/hostboot/commit/dc2e4807c4e5>`__ Add lab tools to test MCHIP
+ FW commands
+- `8bde2e5cb164 <https://github.com/open-power/hostboot/commit/8bde2e5cb164>`__ Update exp_omi_train for
+ testing
+- `678ca9786f8a <https://github.com/open-power/hostboot/commit/678ca9786f8a>`__ Add retry of EXP_FW_STATUS
+ when status is FW_BUSY
+- `b1a583763dfb <https://github.com/open-power/hostboot/commit/b1a583763dfb>`__ Fix trace in exp_omi_setup to
+ be more clear
+- `245047c0ff42 <https://github.com/open-power/hostboot/commit/245047c0ff42>`__ Add check for BOOT_STAGE ==
+ runtime fw in exp_check_for_ready
+- `d6e85c3e9c5b <https://github.com/open-power/hostboot/commit/d6e85c3e9c5b>`__ Add reset of FORCE_STR to
+ exp_draminit_mc
+- `f11931ee5e44 <https://github.com/open-power/hostboot/commit/f11931ee5e44>`__ Add attr to control endian
+ swap of OMI CFG reg data on Explorer
+- `2c3e6ed587ba <https://github.com/open-power/hostboot/commit/2c3e6ed587ba>`__ Add reset of explorer
+ outbound doorbell before running new cmd
+- `e455c84e39cf <https://github.com/open-power/hostboot/commit/e455c84e39cf>`__ Fix missing params in
+ exp_draminit response trace
+- `6f3e6b81cba8 <https://github.com/open-power/hostboot/commit/6f3e6b81cba8>`__ Change register used for
+ IML_COMPLETE in exp_draminit_mc
+- `dcf8b4ea580d <https://github.com/open-power/hostboot/commit/dcf8b4ea580d>`__ Change tags on
+ ATTR_MSS_OCMB_EXP_OMI_CFG_ENDIAN_CTRL to make it platInit
+- `432870d9b5c4 <https://github.com/open-power/hostboot/commit/432870d9b5c4>`__ Add procedure wrapper and
+ makefiles for exp_mss_thermal_init
+- `6a075926870a <https://github.com/open-power/hostboot/commit/6a075926870a>`__ Fix alignment of exp_draminit
+ training response display
+- `907f20be9991 <https://github.com/open-power/hostboot/commit/907f20be9991>`__ Add generic mss_timing header
+ for HB mirror
+- `8cb482056c65 <https://github.com/open-power/hostboot/commit/8cb482056c65>`__ Change defaults for
+ power/thermal attrs
+- `d9bbcfabbc2f <https://github.com/open-power/hostboot/commit/d9bbcfabbc2f>`__ Add missing timing attrs to
+ p9a_eff_config
+- `d6bd1b697801 <https://github.com/open-power/hostboot/commit/d6bd1b697801>`__ Increase doorbell polling
+ duration in exp_draminit
+- `035e5f85fe8b <https://github.com/open-power/hostboot/commit/035e5f85fe8b>`__ Fixes for
+ p9a_mss_eff_config_thermal
+- `4cedc849f4b0 <https://github.com/open-power/hostboot/commit/4cedc849f4b0>`__ Fix ddimm_get_efd for EFDs
+ that support multiple ranks
+
+Luis Fernandez (6):
+
+- `4995ec0ba6f1 <https://github.com/open-power/hostboot/commit/4995ec0ba6f1>`__ HB Improvements: Fix compiler
+ warnings on modern compilers
+- `acd09d45c209 <https://github.com/open-power/hostboot/commit/acd09d45c209>`__ HB Improvements: Compiler
+ Issues with Different Config Files
+- `d4e167d5bd38 <https://github.com/open-power/hostboot/commit/d4e167d5bd38>`__ HB Improvements: Fix compiler
+ warnings on modern compilers (add-on)
+- `49d81ec6a770 <https://github.com/open-power/hostboot/commit/49d81ec6a770>`__ General Improvement: Get HB
+ standalone + op-build working with GCC8
+- `fe000f81b649 <https://github.com/open-power/hostboot/commit/fe000f81b649>`__ Revisit attributes with array
+ types.
+- `d58f3a708535 <https://github.com/open-power/hostboot/commit/d58f3a708535>`__ Compiling with GCC 8
+
+Mark Pizzutillo (37):
+
+- `f2ac038e8a1d <https://github.com/open-power/hostboot/commit/f2ac038e8a1d>`__ Add exp_rank.H blank file
+ (renamed from rank.H)
+- `a5c731ef077d <https://github.com/open-power/hostboot/commit/a5c731ef077d>`__ Remove rank.H to rename to
+ exp_rank.H
+- `e686c6c40b70 <https://github.com/open-power/hostboot/commit/e686c6c40b70>`__ Add empty files for
+ exp_getecid
+- `7c4068b510e1 <https://github.com/open-power/hostboot/commit/7c4068b510e1>`__ Added code for exp_getecid
+ and unit tests
+- `0d3c3c752b95 <https://github.com/open-power/hostboot/commit/0d3c3c752b95>`__ Add blank files for PMIC i2c
+- `3f25846bd235 <https://github.com/open-power/hostboot/commit/3f25846bd235>`__ Add gemini IPL code and unit
+ tests
+- `bcea118c1c51 <https://github.com/open-power/hostboot/commit/bcea118c1c51>`__ Add git commit data to gemini
+ hwp and exp_getecid
+- `2007c4f94085 <https://github.com/open-power/hostboot/commit/2007c4f94085>`__ Add SPD getters for PMIC
+ fields
+- `865d4639a390 <https://github.com/open-power/hostboot/commit/865d4639a390>`__ Add new blank files for new
+ PMIC directories and procedures
+- `ee2270e80fc2 <https://github.com/open-power/hostboot/commit/ee2270e80fc2>`__ Add new blank files for new
+ PMIC directories and procedures
+- `3498e76492e9 <https://github.com/open-power/hostboot/commit/3498e76492e9>`__ Remove PMIC I2C files from
+ explorer path
+- `32bc3c06a9ba <https://github.com/open-power/hostboot/commit/32bc3c06a9ba>`__ Add API for axone p10 dimm
+ rank
+- `dc855079f522 <https://github.com/open-power/hostboot/commit/dc855079f522>`__ Add L1 PMIC procedures
+- `bb8ed3193462 <https://github.com/open-power/hostboot/commit/bb8ed3193462>`__ Remove unneeded gemini
+ makefiles
+- `621e0bac1f53 <https://github.com/open-power/hostboot/commit/621e0bac1f53>`__ Fix exp_getecid register
+ accesses
+- `823149252170 <https://github.com/open-power/hostboot/commit/823149252170>`__ Add attributes for PMIC SPD
+ fields
+- `f730180b2b41 <https://github.com/open-power/hostboot/commit/f730180b2b41>`__ Add i2c support for PMIC
+ target
+- `5de4c5ec41bf <https://github.com/open-power/hostboot/commit/5de4c5ec41bf>`__ Fix memdiags to fix jenkins
+- `1dab92e705f6 <https://github.com/open-power/hostboot/commit/1dab92e705f6>`__ Add PMIC enable procedure
+ code and UTs
+- `ee52194d04b1 <https://github.com/open-power/hostboot/commit/ee52194d04b1>`__ Add code for PMIC bias
+ procedure & UTs
+- `cbac4e3d76af <https://github.com/open-power/hostboot/commit/cbac4e3d76af>`__ Add pmic fields to p9a
+ eff_config
+- `ae412fdaabaa <https://github.com/open-power/hostboot/commit/ae412fdaabaa>`__ Remove check for eff dimm
+ size in gem_draminit
+- `b1ca9dbf1eab <https://github.com/open-power/hostboot/commit/b1ca9dbf1eab>`__ Add blank files for pmic EFD
+ processing
+- `4bf4a26d8c08 <https://github.com/open-power/hostboot/commit/4bf4a26d8c08>`__ Remove pmic_bias files to
+ move to lab directory
+- `692db28a0ad4 <https://github.com/open-power/hostboot/commit/692db28a0ad4>`__ Move pmic_bias utils to lab
+ directory
+- `06b50f0ecc2b <https://github.com/open-power/hostboot/commit/06b50f0ecc2b>`__ Add istep7 include directory
+ for pmic EFD processing
+- `cd1e2c047b78 <https://github.com/open-power/hostboot/commit/cd1e2c047b78>`__ Add EFD processing to
+ pmic_enable
+- `d9a2585c80fe <https://github.com/open-power/hostboot/commit/d9a2585c80fe>`__ Add pmic_update lab tool
+- `ca414b982877 <https://github.com/open-power/hostboot/commit/ca414b982877>`__ Fix exp_draminit phy_params
+- `1dc17625bd83 <https://github.com/open-power/hostboot/commit/1dc17625bd83>`__ Small amends to exp_draminit
+- `c88e93047c9a <https://github.com/open-power/hostboot/commit/c88e93047c9a>`__ Update pmic_enable to bypass
+ attribute checks for boot from EEPROM
+- `1581c67d3151 <https://github.com/open-power/hostboot/commit/1581c67d3151>`__ Add blank files for
+ p9a_throttle_sync procedure
+- `3c2d8ccc8fdb <https://github.com/open-power/hostboot/commit/3c2d8ccc8fdb>`__ Add memory initialization to
+ gem_draminit
+- `edce11bc98f2 <https://github.com/open-power/hostboot/commit/edce11bc98f2>`__ Fix more exp_draminit
+ parameters
+- `d3bde7d87845 <https://github.com/open-power/hostboot/commit/d3bde7d87845>`__ Set bit to zero out memory in
+ gem_draminit
+- `1b5a0bda16a0 <https://github.com/open-power/hostboot/commit/1b5a0bda16a0>`__ Add support for IBM MFG ID in
+ ddimm_get_efd for gemini
+- `264bea8053f2 <https://github.com/open-power/hostboot/commit/264bea8053f2>`__ Add p9a_throttle_sync
+ procedure
+
+Matt Derksen (39):
+
+- `f68a45ca5694 <https://github.com/open-power/hostboot/commit/f68a45ca5694>`__ Small cleanup of NVDIMM
+ update
+- `e0fc8dd0b264 <https://github.com/open-power/hostboot/commit/e0fc8dd0b264>`__ Add simics
+ exit_cache_contained mode call
+- `5e672904032c <https://github.com/open-power/hostboot/commit/5e672904032c>`__ Remove unused VPD sections
+ from axone pnor layout
+- `36375399974d <https://github.com/open-power/hostboot/commit/36375399974d>`__ Current copyright year not
+ added
+- `b6e503999c4c <https://github.com/open-power/hostboot/commit/b6e503999c4c>`__ Allow update of zeroed NVDIMM
+ level
+- `ecfbca46ab3f <https://github.com/open-power/hostboot/commit/ecfbca46ab3f>`__ Make sure memory is cleaned
+ up in errlud_i2c.C
+- `16cf78fed03f <https://github.com/open-power/hostboot/commit/16cf78fed03f>`__ Add new PMIC target for Axone
+- `2431563fb687 <https://github.com/open-power/hostboot/commit/2431563fb687>`__ Remove DJVPD and CVPD
+ sections from axone pnor layout
+- `7e2a874589b1 <https://github.com/open-power/hostboot/commit/7e2a874589b1>`__ Add FAPI_POS and account for
+ 4 possible PMIC targets
+- `7f0b6fddf3f8 <https://github.com/open-power/hostboot/commit/7f0b6fddf3f8>`__ Enable
+ IPLTIME_CHECKSTOP_ANALYSIS in axone
+- `72ef108a5db4 <https://github.com/open-power/hostboot/commit/72ef108a5db4>`__ Enable p9_pm_stop_gpe_init
+ call in istep15
+- `6c39a01069ec <https://github.com/open-power/hostboot/commit/6c39a01069ec>`__ Compile Gemini hardware
+ procedures in hostboot
+- `19a436e44c7d <https://github.com/open-power/hostboot/commit/19a436e44c7d>`__ Return p9a_omi_io_scom
+ failure
+- `df8f6df13fa6 <https://github.com/open-power/hostboot/commit/df8f6df13fa6>`__ Add gemini HWP calling into
+ hostboot
+- `0c954ba135fb <https://github.com/open-power/hostboot/commit/0c954ba135fb>`__ Fix
+ test_fapi2getChildTargetsForCDG for Axone
+- `7a9f6ce95c59 <https://github.com/open-power/hostboot/commit/7a9f6ce95c59>`__ Re-enable calling
+ p9_npu_scominit
+- `7ddeb4b85db8 <https://github.com/open-power/hostboot/commit/7ddeb4b85db8>`__ Remove unnecessary pmic mk
+ files from ekb import
+- `64f4f47ac448 <https://github.com/open-power/hostboot/commit/64f4f47ac448>`__ Enable 32GB NVDIMM update
+- `22d6da8c6be6 <https://github.com/open-power/hostboot/commit/22d6da8c6be6>`__ NVDIMM info logs around
+ update
+- `624f87148b03 <https://github.com/open-power/hostboot/commit/624f87148b03>`__ New simics level for axone
+- `8f4eeca3100a <https://github.com/open-power/hostboot/commit/8f4eeca3100a>`__ Updates to compile new pmic
+ fields in p9a eff_config
+- `3d09e6cb299b <https://github.com/open-power/hostboot/commit/3d09e6cb299b>`__ Integrate pmic_enable HWP
+ into IPL
+- `f212028b43f3 <https://github.com/open-power/hostboot/commit/f212028b43f3>`__ Enable calling
+ p9_update_ec_eq_state
+- `ddfd90ead9c5 <https://github.com/open-power/hostboot/commit/ddfd90ead9c5>`__ New simics level for Axone
+- `7779247d5f65 <https://github.com/open-power/hostboot/commit/7779247d5f65>`__ Enable calling p9_setup_evid
+ for Axone
+- `1a8e06d43d36 <https://github.com/open-power/hostboot/commit/1a8e06d43d36>`__ Use i2c word write for NVDIMM
+ update
+- `2094256e054f <https://github.com/open-power/hostboot/commit/2094256e054f>`__ Update simics level
+- `e9d12d6326f7 <https://github.com/open-power/hostboot/commit/e9d12d6326f7>`__ Enable tpmddtest.H for Axone
+- `5316f7dc08c6 <https://github.com/open-power/hostboot/commit/5316f7dc08c6>`__ Enable the scomtest for AXONE
+ config
+- `2c86bbc37ee8 <https://github.com/open-power/hostboot/commit/2c86bbc37ee8>`__ Run exp tests in Axone and
+ make generic Load utility
+- `3b05c7a782f6 <https://github.com/open-power/hostboot/commit/3b05c7a782f6>`__ Enable fapi2MmioAccessTest
+ for axone
+- `164e8bc5fc07 <https://github.com/open-power/hostboot/commit/164e8bc5fc07>`__ Add planar vpd support to
+ Axone simics
+- `730a9fb5a883 <https://github.com/open-power/hostboot/commit/730a9fb5a883>`__ Update genMemVpd.pl to
+ support DQ and CKE mapping
+- `5dafe24ce671 <https://github.com/open-power/hostboot/commit/5dafe24ce671>`__ Added CK and DQ vpd accessors
+- `a59fbce9c954 <https://github.com/open-power/hostboot/commit/a59fbce9c954>`__ Updated genMemVpd.pl to strip
+ carriage returns from line data
+- `b5499344e2e1 <https://github.com/open-power/hostboot/commit/b5499344e2e1>`__ Add a 4-byte timestamp into
+ new VM keyword
+- `52e9d9eb5546 <https://github.com/open-power/hostboot/commit/52e9d9eb5546>`__ Add a version nibble to the
+ end of VM VPD
+- `c0f21a7774f4 <https://github.com/open-power/hostboot/commit/c0f21a7774f4>`__ Change filename for VM
+ keyword to zz_vm_VM.bin
+- `2b061c6081d4 <https://github.com/open-power/hostboot/commit/2b061c6081d4>`__ Signed windage values not
+ picked up in MT keyword generation
+
+Matt K. Light (3):
+
+- `2722201d0d10 <https://github.com/open-power/hostboot/commit/2722201d0d10>`__ add GEMINI enum for ATTR_NAME
+- `157eb4dc4966 <https://github.com/open-power/hostboot/commit/157eb4dc4966>`__ move mss_generic link to
+ wrapper, fix OCMB_IS_NOT_EXPLORER ffdc call
+- `3d3bb8cd5fe6 <https://github.com/open-power/hostboot/commit/3d3bb8cd5fe6>`__ update
+ TARGET_TYPE_MULTICASTABLE
+
+Matthew Hickman (7):
+
+- `cacebfde8993 <https://github.com/open-power/hostboot/commit/cacebfde8993>`__ Added empty files for ecc
+ port
+- `8b15178b0679 <https://github.com/open-power/hostboot/commit/8b15178b0679>`__ Added empty files for ccs
+ port
+- `2b3c06d52085 <https://github.com/open-power/hostboot/commit/2b3c06d52085>`__ Fixed the ccs port merge
+ conflicts and added lab code
+- `2e0e547728eb <https://github.com/open-power/hostboot/commit/2e0e547728eb>`__ Added shell files for
+ exp_memdiags
+- `4a561d8c80c4 <https://github.com/open-power/hostboot/commit/4a561d8c80c4>`__ Added one last empty for ecc
+- `879157876fc2 <https://github.com/open-power/hostboot/commit/879157876fc2>`__ Added more empty files for
+ ecc port
+- `428f5e2c632e <https://github.com/open-power/hostboot/commit/428f5e2c632e>`__ Ported ecc engine to generic
+
+Matthew Raybuck (16):
+
+- `882f15ebfdcd <https://github.com/open-power/hostboot/commit/882f15ebfdcd>`__ Test Cases for deconfig
+ updates for AXONE
+- `1737cfb1a19d <https://github.com/open-power/hostboot/commit/1737cfb1a19d>`__ Update OCMB 9-15 to have
+ valid i2c and eeprom info
+- `740541cdd9e0 <https://github.com/open-power/hostboot/commit/740541cdd9e0>`__ Infer presense detection of
+ Explorer chip from VPD EEPROM
+- `f177dd883e86 <https://github.com/open-power/hostboot/commit/f177dd883e86>`__ Collect IDEC for Explorer
+ chip
+- `5f68c549965e <https://github.com/open-power/hostboot/commit/5f68c549965e>`__ Gemini vs Explorer Presence
+ Detection via SPD
+- `6390bd34536a <https://github.com/open-power/hostboot/commit/6390bd34536a>`__ Add keywords for part and
+ serial number for DDIMM
+- `7d1cedd447b6 <https://github.com/open-power/hostboot/commit/7d1cedd447b6>`__ Add keyword support for OCMB
+ SPD reads
+- `d2da0774fa01 <https://github.com/open-power/hostboot/commit/d2da0774fa01>`__ Targeting updates for EEPROM
+ content type
+- `ae7fd02c2115 <https://github.com/open-power/hostboot/commit/ae7fd02c2115>`__ Refactor keyword support for
+ various DIMM types
+- `85c03c9b4f64 <https://github.com/open-power/hostboot/commit/85c03c9b4f64>`__ Add cache/hardware comparison
+ functions for SPD classes of VPD content
+- `36c966c7dd11 <https://github.com/open-power/hostboot/commit/36c966c7dd11>`__ Add cache/hardware comparison
+ functions for ipvpd classes of VPD content
+- `fa7d62b7304b <https://github.com/open-power/hostboot/commit/fa7d62b7304b>`__ Support tool that can package
+ BPM flash images into a binary
+- `6adc57ce4966 <https://github.com/open-power/hostboot/commit/6adc57ce4966>`__ Fix typo in
+ buildBpmFlashImages.pl
+- `2f311fe0914d <https://github.com/open-power/hostboot/commit/2f311fe0914d>`__ Replace chomp function with
+ platform neutral end-of-line stripping regex
+- `94e392de6a0a <https://github.com/open-power/hostboot/commit/94e392de6a0a>`__ Fix memory leak in
+ nvdimm_update.C
+- `3a5514cde7fa <https://github.com/open-power/hostboot/commit/3a5514cde7fa>`__ Turn off NVDIMM debug trace
+ output
+
+Michael Baiocchi (1):
+
+- `3c3e5a250d39 <https://github.com/open-power/hostboot/commit/3c3e5a250d39>`__ Revert “Add OCMB_CHIP_TYPE
+ Attribute”
+
+Mike Baiocchi (9):
+
+- `1b5381224824 <https://github.com/open-power/hostboot/commit/1b5381224824>`__ Cleanup UCD Update Algorithm
+ Code
+- `1dc4c34f591f <https://github.com/open-power/hostboot/commit/1dc4c34f591f>`__ Force UCD Updates on each IPL
+- `0da6ad912fdf <https://github.com/open-power/hostboot/commit/0da6ad912fdf>`__ Add OCMB_CHIP_TYPE Attribute
+- `1e1ea69fbf60 <https://github.com/open-power/hostboot/commit/1e1ea69fbf60>`__ Fix missing header file in
+ eepromCache.C
+- `3c199d2a3a26 <https://github.com/open-power/hostboot/commit/3c199d2a3a26>`__ Remove GLOBAL PNOR Partition
+- `4f842cf1d6fe <https://github.com/open-power/hostboot/commit/4f842cf1d6fe>`__ Combine ‘generic’ and
+ ‘explorer’ OCMB chip targets
+- `8fb322bab4c1 <https://github.com/open-power/hostboot/commit/8fb322bab4c1>`__ Remove ‘EXPLORER’ as
+ attribute MODEL type
+- `d978f97d33f0 <https://github.com/open-power/hostboot/commit/d978f97d33f0>`__ Add Device Tree support for
+ Nuvoton TPM 75x
+- `ca9007fb2efc <https://github.com/open-power/hostboot/commit/ca9007fb2efc>`__ Add Support for new HDAT
+ Slave Device Type for Nuvoton 75x
+
+Murulidhar Nataraju (1):
+
+- `ed1208121086 <https://github.com/open-power/hostboot/commit/ed1208121086>`__ Istep 18 - MPIPL on OPAL
+ System update
+
+Nick Bofferding (9):
+
+- `ec86a5683941 <https://github.com/open-power/hostboot/commit/ec86a5683941>`__ Decrease WOFDATA partition by
+ 1 MB until HBI space can be reduced
+- `85326973c80e <https://github.com/open-power/hostboot/commit/85326973c80e>`__ Reduce draminit_training_adv
+ thread count to avoid OOM
+- `a9aa7be26b1f <https://github.com/open-power/hostboot/commit/a9aa7be26b1f>`__ Fix page coalesce bug in
+ coalescing end of cache memory range
+- `3e582366ea6b <https://github.com/open-power/hostboot/commit/3e582366ea6b>`__ Disable parallel operations
+ in draminit advanced training
+- `5002bdd78954 <https://github.com/open-power/hostboot/commit/5002bdd78954>`__ Reduce LRU RO constraint to
+ allow RO page evictions
+- `cf29aa3e9203 <https://github.com/open-power/hostboot/commit/cf29aa3e9203>`__ Fix UCD invalid command error
+ for 0 byte block read SMBus requests
+- `239bd856fd66 <https://github.com/open-power/hostboot/commit/239bd856fd66>`__ Re-enable
+ mss_draminit_trainadv parallelism
+- `0f03814d62a6 <https://github.com/open-power/hostboot/commit/0f03814d62a6>`__ Only display ERRL user
+ details callouts/strings when dumping error to console
+- `c070a3d6521e <https://github.com/open-power/hostboot/commit/c070a3d6521e>`__ Fix gcc8 signature validation
+ anomaly
+
+Prasad Bg Ranganath (2):
+
+- `cb5872dbdd7f <https://github.com/open-power/hostboot/commit/cb5872dbdd7f>`__ PPB: OPPB pstatemin value
+ endianess fix
+- `431fd07bcd5f <https://github.com/open-power/hostboot/commit/431fd07bcd5f>`__ PPB: Bug fix in compute VPD
+ points that impact to bias values
+
+Prem Shanker Jha (4):
+
+- `4148562b6758 <https://github.com/open-power/hostboot/commit/4148562b6758>`__ PM: Fixed error path handling
+ of getscoms in HWP p9_query_core_access_state.
+- `89ff9fa99391 <https://github.com/open-power/hostboot/commit/89ff9fa99391>`__ VDM(Part 2): CME hcode
+ support for per quad VDM.
+- `58df73fd1074 <https://github.com/open-power/hostboot/commit/58df73fd1074>`__ VDM(Part 3): Image build
+ changes for quad level VDM
+- `b3996f56863f <https://github.com/open-power/hostboot/commit/b3996f56863f>`__ Stop API: STOP API made
+ project agnostic.
+
+Rahul Batra (4):
+
+- `3483624140e3 <https://github.com/open-power/hostboot/commit/3483624140e3>`__ PM: Revert VID slopes in GPPB
+ to non-zero
+- `2a6adcbfe414 <https://github.com/open-power/hostboot/commit/2a6adcbfe414>`__ PM: Fix WOV Enablement
+- `761c81cf0ecb <https://github.com/open-power/hostboot/commit/761c81cf0ecb>`__ PM: WOV(OCS) HW Procedures
+ Changes (1/2)
+- `a34f4c584414 <https://github.com/open-power/hostboot/commit/a34f4c584414>`__ PM: WOV(OCS) PGPE Hcode
+ Changes (2/2)
+
+Ricardo Mata Jr (1):
+
+- `3f9202c62194 <https://github.com/open-power/hostboot/commit/3f9202c62194>`__ Added chip ec attribute for
+ PCI cache injection.
+
+Richard J. Knight (1):
+
+- `66b1aa028bfa <https://github.com/open-power/hostboot/commit/66b1aa028bfa>`__ Call the tool to generate the
+ cmsk rings + .C files for procedure
+
+Roland Veloz (12):
+
+- `8d531bced31e <https://github.com/open-power/hostboot/commit/8d531bced31e>`__ Added unit test for HWP call
+ ddimm_get_efd
+- `92ee1c5a0784 <https://github.com/open-power/hostboot/commit/92ee1c5a0784>`__ Defect fix for class
+ RsvdTraceBuffer to fix ErrorLog flatten issue
+- `d935c5c94a9e <https://github.com/open-power/hostboot/commit/d935c5c94a9e>`__ Added more error reporting to
+ HWSV when PNOR fails, removed superfluous code
+- `8d9dc76256f5 <https://github.com/open-power/hostboot/commit/8d9dc76256f5>`__ Corrected bad logic, in an if
+ statement, that was creating a bad trace
+- `f38ca7d5412b <https://github.com/open-power/hostboot/commit/f38ca7d5412b>`__ Added new
+ GenericFspMboxMessage_t interface to save NVDIMM keys
+- `7aa27e142c26 <https://github.com/open-power/hostboot/commit/7aa27e142c26>`__ Implementing PHYP to HBRT
+ NVDIMM message to issue an NVDIMM operation
+- `9192b12a33dc <https://github.com/open-power/hostboot/commit/9192b12a33dc>`__ Reworked the
+ AttributeTank::Attribute API
+- `c4faf5ce57f2 <https://github.com/open-power/hostboot/commit/c4faf5ce57f2>`__ Changed the generic message
+ type from MSG_DECONFIG_TARGET to MSG_ATTR_WRITE_OP
+- `56cb2793c030 <https://github.com/open-power/hostboot/commit/56cb2793c030>`__ Added template function to
+ make an attribute with given target and attribute ID
+- `b75cfea6155c <https://github.com/open-power/hostboot/commit/b75cfea6155c>`__ Unit test for structure
+ TARGETING::AttributeTank::Attribute
+- `d2d561f722aa <https://github.com/open-power/hostboot/commit/d2d561f722aa>`__ Unit test for the firmware
+ request sendAttributes
+- `c4d644e0244f <https://github.com/open-power/hostboot/commit/c4d644e0244f>`__ Temporary fix: skipping over
+ printing doubles to avoid a crash
+
+Sharath Manjunath (3):
+
+- `4cc19fda64c0 <https://github.com/open-power/hostboot/commit/4cc19fda64c0>`__ Add exp_thermal_init for
+ Explorer FW
+- `47b32b1aaaf2 <https://github.com/open-power/hostboot/commit/47b32b1aaaf2>`__ Adds blank files to Explorer
+ thermal_init commit
+- `ecdac321bf0a <https://github.com/open-power/hostboot/commit/ecdac321bf0a>`__ Add exp_thermal_init for
+ Explorer FW
+
+Stephen Glancy (48):
+
+- `cfc5cde5be5f <https://github.com/open-power/hostboot/commit/cfc5cde5be5f>`__ Adds blank explorer training
+ handler C file
+- `b047a25de8a6 <https://github.com/open-power/hostboot/commit/b047a25de8a6>`__ Adds process training
+ response to exp draminit
+- `9a27a108a9b8 <https://github.com/open-power/hostboot/commit/9a27a108a9b8>`__ Adds MCA workaround blank
+ files for HB
+- `af698e0c2096 <https://github.com/open-power/hostboot/commit/af698e0c2096>`__ Adds in workaround for
+ self-time refresh
+- `763efd13a331 <https://github.com/open-power/hostboot/commit/763efd13a331>`__ Updates dramint training
+ structure
+- `f79af6ea7e38 <https://github.com/open-power/hostboot/commit/f79af6ea7e38>`__ Fixes LR host write leveling
+ crashes
+- `d27962f1bfbd <https://github.com/open-power/hostboot/commit/d27962f1bfbd>`__ Updates CCS to run with quad
+ encoded chip select
+- `f53d3ff4139f <https://github.com/open-power/hostboot/commit/f53d3ff4139f>`__ Adds LRDIMM shadow register
+ workaround
+- `06f75dffe7d2 <https://github.com/open-power/hostboot/commit/06f75dffe7d2>`__ Fixes four-rank rank pairing
+ code
+- `4cfa805d328b <https://github.com/open-power/hostboot/commit/4cfa805d328b>`__ Fixes MC addressing for
+ 4R/quad-encoded chip select
+- `745094dc3a9f <https://github.com/open-power/hostboot/commit/745094dc3a9f>`__ Moves blame a FIR API to
+ generic
+- `93fcaa00fbf0 <https://github.com/open-power/hostboot/commit/93fcaa00fbf0>`__ Adds explorer post-draminit
+ bad bits processing
+- `8328e67e0ca1 <https://github.com/open-power/hostboot/commit/8328e67e0ca1>`__ Updates LRDIMM dual drop SI
+ settings
+- `ffe6b0311623 <https://github.com/open-power/hostboot/commit/ffe6b0311623>`__ Updates RCW’s attributes for
+ quad encoded CS mode
+- `98267572c8c1 <https://github.com/open-power/hostboot/commit/98267572c8c1>`__ Fixes LRDIM dual-drop 4R
+ frequency/plug rules bugs
+- `8578705fa8a2 <https://github.com/open-power/hostboot/commit/8578705fa8a2>`__ Adds p9a freq specialization
+- `1e9aa61c5f76 <https://github.com/open-power/hostboot/commit/1e9aa61c5f76>`__ Adds blankfile for git commit
+ data helper
+- `e4956ca54c22 <https://github.com/open-power/hostboot/commit/e4956ca54c22>`__ Updates the LRDIMM to use SPD
+ SI values
+- `ac6b97d1a4ff <https://github.com/open-power/hostboot/commit/ac6b97d1a4ff>`__ Adds git commit data to
+ p9a/exp procedures
+- `97517fa73c61 <https://github.com/open-power/hostboot/commit/97517fa73c61>`__ Adds explorer training
+ response display functions
+- `4b56cf2d5156 <https://github.com/open-power/hostboot/commit/4b56cf2d5156>`__ Adds blank files for new cen
+ plug rules
+- `51a8aa7ccf8b <https://github.com/open-power/hostboot/commit/51a8aa7ccf8b>`__ Fixes centaur plug rules to
+ force balanced MBA configs
+- `f43f8bd48e3f <https://github.com/open-power/hostboot/commit/f43f8bd48e3f>`__ Disables RD VREF for LRDIMM
+- `8069ef850b91 <https://github.com/open-power/hostboot/commit/8069ef850b91>`__ Adds p9a chip directory
+ structure
+- `aff20d90b967 <https://github.com/open-power/hostboot/commit/aff20d90b967>`__ Adds unified input processing
+ for wrappers
+- `ac2fd033cc0b <https://github.com/open-power/hostboot/commit/ac2fd033cc0b>`__ Moves lab helpers to generic
+ folder
+- `510773cb52f9 <https://github.com/open-power/hostboot/commit/510773cb52f9>`__ Adds explorer training
+ response blank C file
+- `290b29f13a8a <https://github.com/open-power/hostboot/commit/290b29f13a8a>`__ Adds explorer training
+ response display functions
+- `5efcf184ed79 <https://github.com/open-power/hostboot/commit/5efcf184ed79>`__ Adds p9a chip directory
+ structure
+- `0d02b87f9c90 <https://github.com/open-power/hostboot/commit/0d02b87f9c90>`__ Adds explorer address and
+ field fixes headers
+- `902e166a98fe <https://github.com/open-power/hostboot/commit/902e166a98fe>`__ Adds explorer to check for
+ response doorbell
+- `114d10d29c18 <https://github.com/open-power/hostboot/commit/114d10d29c18>`__ Fixes LRDIMM command to
+ command timing
+- `a38021c7fa73 <https://github.com/open-power/hostboot/commit/a38021c7fa73>`__ Fixes RCD parity CID
+ configuration
+- `b952df368d42 <https://github.com/open-power/hostboot/commit/b952df368d42>`__ Moves CCS lab code to generic
+- `4a2e3c2c2db5 <https://github.com/open-power/hostboot/commit/4a2e3c2c2db5>`__ Adds new attributes for
+ 07MAY19 explorer specification
+- `82423eab5bba <https://github.com/open-power/hostboot/commit/82423eab5bba>`__ Fixes MCBIST compile fails
+- `6bb5c0eda318 <https://github.com/open-power/hostboot/commit/6bb5c0eda318>`__ Fixes MCBIST compile fails
+- `af06bf24063e <https://github.com/open-power/hostboot/commit/af06bf24063e>`__ Adds blank files for explorer
+ EFD processing
+- `ec840df7fcaf <https://github.com/open-power/hostboot/commit/ec840df7fcaf>`__ Adds explorer CCS
+ specialization
+- `2acc85787f4b <https://github.com/open-power/hostboot/commit/2acc85787f4b>`__ Updates the explorer draminit
+ for 07MAY19 spec
+- `7bf4bd007709 <https://github.com/open-power/hostboot/commit/7bf4bd007709>`__ Fixes MCBIST read bug in i2c
+ mode
+- `8a6b5a50b388 <https://github.com/open-power/hostboot/commit/8a6b5a50b388>`__ Adds EFD decode updates for
+ 07MAY19 spec updates
+- `11066067e94b <https://github.com/open-power/hostboot/commit/11066067e94b>`__ Fixes FFDC for files moved to
+ generic
+- `42dbafc33bfa <https://github.com/open-power/hostboot/commit/42dbafc33bfa>`__ Adds hardware specific
+ definitions to initfiles
+- `ea9fb95e6c5a <https://github.com/open-power/hostboot/commit/ea9fb95e6c5a>`__ Adds axone support for
+ p9_throttle_sync
+- `30d44084f574 <https://github.com/open-power/hostboot/commit/30d44084f574>`__ Adds a helper function to
+ hold CKE’s high in draminit
+- `38b300796ea1 <https://github.com/open-power/hostboot/commit/38b300796ea1>`__ Updates swizzle for MCBIST
+ error_count_mode1
+- `2910a088420c <https://github.com/open-power/hostboot/commit/2910a088420c>`__ Moves shmoo_data API to
+ generic memory lab
+
+Steven Janssen (5):
+
+- `d42dd7f9ed04 <https://github.com/open-power/hostboot/commit/d42dd7f9ed04>`__ Fix library dependancy
+- `2aaca494ec04 <https://github.com/open-power/hostboot/commit/2aaca494ec04>`__ Update file name to match
+ function name
+- `9efb5475e019 <https://github.com/open-power/hostboot/commit/9efb5475e019>`__ Fix library dependancy
+- `e28af449f61a <https://github.com/open-power/hostboot/commit/e28af449f61a>`__ Update file name to match
+ function name
+- `48255bc69e6d <https://github.com/open-power/hostboot/commit/48255bc69e6d>`__ Update include file path
+
+Thi Tran (1):
+
+- `2a334beaa4b6 <https://github.com/open-power/hostboot/commit/2a334beaa4b6>`__ Fix incorrect group of 8
+ Mirrorable setting for Axone.
+
+Tsung Yeung (15):
+
+- `9ab1bc28a6d2 <https://github.com/open-power/hostboot/commit/9ab1bc28a6d2>`__ Preload CCS program to
+ support EPOW on NVDIMM
+- `4d2fdefa996b <https://github.com/open-power/hostboot/commit/4d2fdefa996b>`__ Adds HWP call to set up CCS
+ for EPOW
+- `9291b67c357d <https://github.com/open-power/hostboot/commit/9291b67c357d>`__ NVDIMM - erase after arm to
+ prevent stale image getting restored on next boot
+- `40bcbd0f3a78 <https://github.com/open-power/hostboot/commit/40bcbd0f3a78>`__ Enable median rank wr_vref
+ value on NVDIMM
+- `468349f5827c <https://github.com/open-power/hostboot/commit/468349f5827c>`__ Includes NVDIMM in workaround
+ for self-time refresh
+- `d4dae0f83725 <https://github.com/open-power/hostboot/commit/d4dae0f83725>`__ P9: NVDIMM SBE Support to
+ Trigger Catastrophic Save
+- `ff832044c09e <https://github.com/open-power/hostboot/commit/ff832044c09e>`__ Adjust STR enter sequence to
+ enable immediate entry
+- `fa0064292733 <https://github.com/open-power/hostboot/commit/fa0064292733>`__ Ignore refresh overrun fir
+ NVDIMM during post-restore sequence
+- `031a5d086262 <https://github.com/open-power/hostboot/commit/031a5d086262>`__ NVDIMM Change Polling Order
+- `1c0d5d1e89b3 <https://github.com/open-power/hostboot/commit/1c0d5d1e89b3>`__ Uses
+ ATTR_MSS_MRW_NVDIMM_SLOT_POSITION instead of FAPI_POS for nvdimm plug rules
+- `2c39e6a8184b <https://github.com/open-power/hostboot/commit/2c39e6a8184b>`__ NVDIMM wr_vref workaround fix
+ and add refreshes to ccs program (nvdimm only)
+- `dee477f94aa6 <https://github.com/open-power/hostboot/commit/dee477f94aa6>`__ Add polling after STR entry
+ to ensure port is in STR before asserting RESETn
+- `1f8ec61acd51 <https://github.com/open-power/hostboot/commit/1f8ec61acd51>`__ Disable BAR Temporarily to
+ prevent STR exit during nvdimm handover
+- `d51b8ebc92c7 <https://github.com/open-power/hostboot/commit/d51b8ebc92c7>`__ Change polling condition to
+ avoid premature timeout error
+- `311bb136cadf <https://github.com/open-power/hostboot/commit/311bb136cadf>`__ Double nvdimm ops timeout
+ values to accommodate encryption
+
+Zach Clark (3):
+
+- `6a2bedba84d0 <https://github.com/open-power/hostboot/commit/6a2bedba84d0>`__ Developer Improvement: Get
+ code coverage tool working with Hostboot
+- `ff818674b181 <https://github.com/open-power/hostboot/commit/ff818674b181>`__ Make GCOV support work with
+ GCC 8.1 - 8.3
+- `cffebe48c7b1 <https://github.com/open-power/hostboot/commit/cffebe48c7b1>`__ Fix “possibly uninitialized
+ variable”
+
+Zane Shelley (9):
+
+- `0a802a96758f <https://github.com/open-power/hostboot/commit/0a802a96758f>`__ PRD: invalid access to
+ pointer address in prdfWriteHomerFirData.C
+- `36a58f1f8047 <https://github.com/open-power/hostboot/commit/36a58f1f8047>`__ PRD: change thresholding for
+ OBUS link UEs
+- `a1f0a3ed6d3b <https://github.com/open-power/hostboot/commit/a1f0a3ed6d3b>`__ PRD: misc cleanup from latest
+ RAS XML
+- `d893f5ac1b3d <https://github.com/open-power/hostboot/commit/d893f5ac1b3d>`__ PRD: NPUFIR updates for Axone
+- `e2a0b43c8684 <https://github.com/open-power/hostboot/commit/e2a0b43c8684>`__ PRD: Memory subsystem updates
+ for Axone
+- `ca47ced07c4c <https://github.com/open-power/hostboot/commit/ca47ced07c4c>`__ PRD: replaced MODEL_EXPLORER
+ with MODEL_OCMB
+- `31aec74cbca7 <https://github.com/open-power/hostboot/commit/31aec74cbca7>`__ PRD: debug trace output
+ update for OCMB models
+- `c720019a8163 <https://github.com/open-power/hostboot/commit/c720019a8163>`__ PRD: Axone memory updates
+ from RAS XML
+- `578bf1c6cdcd <https://github.com/open-power/hostboot/commit/578bf1c6cdcd>`__ PRD: Explorer updates from
+ RAS XML
+
+aravnair-in (1):
+
+- `75031a86cc54 <https://github.com/open-power/hostboot/commit/75031a86cc54>`__ ZZ-GEN4 and ZZ-2U-GEN4
+ sysetem binaries need to be built
+
+lean wang(王棚辉) (1):
+
+- `913204775de8 <https://github.com/open-power/hostboot/commit/913204775de8>`__ ips print total memory
+
+whs (1):
+
+- `916c31cdf802 <https://github.com/open-power/hostboot/commit/916c31cdf802>`__ Create tool to generate
+ memory vpd keyword mappings
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _patches-2:
+
+Patches
+~~~~~~~
+
+.. _commits-2:
+
+Commits
+~~~~~~~
+
+Caleb Palmer (2):
+
+- `fb4b3eb861b2 <https://github.com/open-power/occ/commit/fb4b3eb861b2>`__ NPU target addr translation
+ support
+- `e5a2afd6cfb0 <https://github.com/open-power/occ/commit/e5a2afd6cfb0>`__ NPU target addr translation fixes
+
+Chris Cain (13):
+
+- `d03cb7413705 <https://github.com/open-power/occ/commit/d03cb7413705>`__ Update to PGPE elog structure
+- `f7b1e2a3bcae <https://github.com/open-power/occ/commit/f7b1e2a3bcae>`__ Add support for a second voltage
+ sense from APSS
+- `f65ac6e26087 <https://github.com/open-power/occ/commit/f65ac6e26087>`__ Add regs for PGPE debug
+- `b082b5771c9d <https://github.com/open-power/occ/commit/b082b5771c9d>`__ NVDIMM procedure update
+- `ad9bb2d1e41c <https://github.com/open-power/occ/commit/ad9bb2d1e41c>`__ Disable 24x7 when EPOW detected to
+ prevent GPE halt
+- `de361c2a961f <https://github.com/open-power/occ/commit/de361c2a961f>`__ New NVDIMM save procedure
+- `19b906f9c3a8 <https://github.com/open-power/occ/commit/19b906f9c3a8>`__ Pick up new HCODE elog structure
+- `91d3487ed586 <https://github.com/open-power/occ/commit/91d3487ed586>`__ Open CAPI memory config data
+ support
+- `a880ffe3a854 <https://github.com/open-power/occ/commit/a880ffe3a854>`__ Support for Secure Memory Facility
+ (SMF) mode
+- `9a6d21e73e44 <https://github.com/open-power/occ/commit/9a6d21e73e44>`__ Initial OCMB fixes
+- `326a900583f6 <https://github.com/open-power/occ/commit/326a900583f6>`__ Initialize mem type for Centaur
+- `d13bd3fa8e38 <https://github.com/open-power/occ/commit/d13bd3fa8e38>`__ Handle thermal vote based on OCMB
+ membuf
+- `6ce9a5d0fefe <https://github.com/open-power/occ/commit/6ce9a5d0fefe>`__ Allow maximum number of sensors to
+ be returned in debug command
+
+Douglas Gilbert (1):
+
+- `afa37a7e9bc0 <https://github.com/open-power/occ/commit/afa37a7e9bc0>`__ Explorer MSBUF monitoring
+
+Timothy Pearson (1):
+
+- `4b9396843b2d <https://github.com/open-power/occ/commit/4b9396843b2d>`__ Fix build failure on GCC8
+
+mbroyles (6):
+
+- `c77b16ee36a3 <https://github.com/open-power/occ/commit/c77b16ee36a3>`__ Run WOF every tick
+- `d10b665d0f1b <https://github.com/open-power/occ/commit/d10b665d0f1b>`__ WOF temperature scaling equation
+ change
+- `f8e8d60e453c <https://github.com/open-power/occ/commit/f8e8d60e453c>`__ Delete un-used Amester functions
+- `cf4c143eb571 <https://github.com/open-power/occ/commit/cf4c143eb571>`__ WOF changes for OCS and freq
+ tracking
+- `5e53fc1458f1 <https://github.com/open-power/occ/commit/5e53fc1458f1>`__ Increase PGPE elog size to include
+ full PGPE trace
+- `aa38078b2e09 <https://github.com/open-power/occ/commit/aa38078b2e09>`__ Avoid calculating negative AC
+ currents
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+.. _patches-3:
+
+Patches
+~~~~~~~
+
+.. _commits-3:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p8dtu-xml
+------------------
+
+`Repository <https://github.com/open-power/p8dtu-xml>`__
+
+.. _patches-4:
+
+Patches
+~~~~~~~
+
+.. _commits-4:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+.. _patches-5:
+
+Patches
+~~~~~~~
+
+.. _commits-5:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+.. _patches-6:
+
+Patches
+~~~~~~~
+
+.. _commits-6:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _patches-7:
+
+Patches
+~~~~~~~
+
+.. _commits-7:
+
+Commits
+~~~~~~~
+
+Javier Martinez Canillas (2):
+
+- `53e0f3ef35ac <https://github.com/open-power/petitboot/commit/53e0f3ef35ac>`__ discover/grub2: Allow using
+ title for default even if id was defined
+- `7edc34c4ee8d <https://github.com/open-power/petitboot/commit/7edc34c4ee8d>`__ discover/grub2: Allow to
+ separate the –id argument using a space char
+
+Samuel Mendoza-Jonas (6):
+
+- `9e869ebe3a51 <https://github.com/open-power/petitboot/commit/9e869ebe3a51>`__ Various fixups and checks to
+ make scan-build happy
+- `aa596b2c1034 <https://github.com/open-power/petitboot/commit/aa596b2c1034>`__ utils: Quote plugin name and
+ vendor variables
+- `3cf30cfa4f23 <https://github.com/open-power/petitboot/commit/3cf30cfa4f23>`__ utils: Optionally run
+ utilities as root
+- `cf9e0cd6f7ca <https://github.com/open-power/petitboot/commit/cf9e0cd6f7ca>`__ Remove outdated TODO file
+- `d61806e79788 <https://github.com/open-power/petitboot/commit/d61806e79788>`__ doc: Start writing some
+ in-tree documentation
+- `cd95d81c16bd <https://github.com/open-power/petitboot/commit/cd95d81c16bd>`__ travis: Publish sphinx docs
+ to Github pages
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+.. _patches-8:
+
+Patches
+~~~~~~~
+
+.. _commits-8:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _patches-9:
+
+Patches
+~~~~~~~
+
+.. _commits-9:
+
+Commits
+~~~~~~~
+
+Nickolaus Gruendler (2):
+
+- `be9d6cfc4f9b <https://github.com/open-power/romulus-xml/commit/be9d6cfc4f9b>`__ Add memd vpd file
+- `eac9377724ba <https://github.com/open-power/romulus-xml/commit/eac9377724ba>`__ Correct error in memd
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _patches-10:
+
+Patches
+~~~~~~~
+
+.. _commits-10:
+
+Commits
+~~~~~~~
+
+Alvin Wang (1):
+
+- `fb4fa9c6de3f <https://github.com/open-power/sbe/commit/fb4fa9c6de3f>`__ Move MCBIST lib to generic folder
+
+Ben Gass (6):
+
+- `448290d76b93 <https://github.com/open-power/sbe/commit/448290d76b93>`__ Update p9_l2_flush to check if
+ purge is busy on anything prior to flush.
+- `26c8a88a4f65 <https://github.com/open-power/sbe/commit/26c8a88a4f65>`__ Update ATRMISS registers for Axone
+- `2d663084a860 <https://github.com/open-power/sbe/commit/2d663084a860>`__ Update p9_mss_eff_grouping for
+ Axone support
+- `b031344b3316 <https://github.com/open-power/sbe/commit/b031344b3316>`__ Add p9a.omi.pll.scan.initfile and
+ ifCompiler support.
+- `fc26a6bd34b5 <https://github.com/open-power/sbe/commit/fc26a6bd34b5>`__ Update npu initfiles for Axone
+- `54b282143d67 <https://github.com/open-power/sbe/commit/54b282143d67>`__ Set IOO clockgate_disable for
+ Axone HW481539 / HW438727
+
+Chris Steffen (1):
+
+- `0268ea4e1545 <https://github.com/open-power/sbe/commit/0268ea4e1545>`__ Axone Xbus Linearity
+
+Christian Geddes (1):
+
+- `ce01c89b7df0 <https://github.com/open-power/sbe/commit/ce01c89b7df0>`__ Make some FAPI_INF traces that are
+ spamming FW logs into FAPI_DBG
+
+Dan Crowell (4):
+
+- `e27b0cc841ed <https://github.com/open-power/sbe/commit/e27b0cc841ed>`__ Modify rank variable for OCMB VPD
+ lookup
+- `8cdd1fc4febf <https://github.com/open-power/sbe/commit/8cdd1fc4febf>`__ Add PMIC target
+- `cd57fb58133a <https://github.com/open-power/sbe/commit/cd57fb58133a>`__ Synch up OMI and MCA frequencies
+- `b96edc83e949 <https://github.com/open-power/sbe/commit/b96edc83e949>`__ Hide CHTM attributes from
+ ServerWiz
+
+Glenn Miles (2):
+
+- `22169bd672be <https://github.com/open-power/sbe/commit/22169bd672be>`__ Add new enum, OCMB_FW_UPDATE, to
+ ATTR_RECONFIGURE_LOOP
+- `2f9112decc89 <https://github.com/open-power/sbe/commit/2f9112decc89>`__ Add HWP for entering Explorer TWI
+ mode
+
+Jenny Huynh (3):
+
+- `db120737ef3c <https://github.com/open-power/sbe/commit/db120737ef3c>`__ HW483672: Enable TLBIE WAT
+ (version 5); fixes unintended flushing
+- `890db5d7d8fe <https://github.com/open-power/sbe/commit/890db5d7d8fe>`__ Fabric inits update for Axone
+- `e99d1c084c42 <https://github.com/open-power/sbe/commit/e99d1c084c42>`__ Add missing targetType arg to
+ ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP
+
+Joachim Fenkes (5):
+
+- `6a7478da76d1 <https://github.com/open-power/sbe/commit/6a7478da76d1>`__ FAPI2: Add method to Target to
+ query core select vector from CORE targets
+- `9c5d98ebc72b <https://github.com/open-power/sbe/commit/9c5d98ebc72b>`__ p9_sbe_nest_enable_ridi: Open up
+ PCIe refclk drivers
+- `ce819e5d65ed <https://github.com/open-power/sbe/commit/ce819e5d65ed>`__ p9_sbe_tracearray: Updates for
+ Axone
+- `f0d3622fbac5 <https://github.com/open-power/sbe/commit/f0d3622fbac5>`__ p9_sbe_chiplet_reset: Add missing
+ OB3 clock muxes for Axone
+- `044f03861f86 <https://github.com/open-power/sbe/commit/044f03861f86>`__ FAPI2: Clarify that broadcast
+ groups must be mapped explicitly
+
+Joe McGill (5):
+
+- `40d3c1667e11 <https://github.com/open-power/sbe/commit/40d3c1667e11>`__ cleanup references to chip-centric
+ EC feature attributes
+- `7e6b30a82f4b <https://github.com/open-power/sbe/commit/7e6b30a82f4b>`__ FAPI2: replace IOPAU target
+ references with PAUC
+- `e9bc6a014a07 <https://github.com/open-power/sbe/commit/e9bc6a014a07>`__ p9.filter.pll.scan.initfile –
+ update CP filter config for p9a
+- `582a724a0172 <https://github.com/open-power/sbe/commit/582a724a0172>`__ p9_sbe_npll_setup – update SS
+ enablement for p9a
+- `c96691091792 <https://github.com/open-power/sbe/commit/c96691091792>`__ update i2c bit rate divisor for
+ p9a
+
+Kahn Evans (1):
+
+- `4db0f651a400 <https://github.com/open-power/sbe/commit/4db0f651a400>`__ Fix doxygen warnings
+
+Louis Stermole (4):
+
+- `de09972a4e9c <https://github.com/open-power/sbe/commit/de09972a4e9c>`__ Add ATTR_FREQ_OMI_MHZ
+- `02cd24317d11 <https://github.com/open-power/sbe/commit/02cd24317d11>`__ Add debug params to
+ exp_check_for_ready_wrap
+- `9beca538b919 <https://github.com/open-power/sbe/commit/9beca538b919>`__ Add retry of EXP_FW_STATUS when
+ status is FW_BUSY
+- `42cc2406dde6 <https://github.com/open-power/sbe/commit/42cc2406dde6>`__ Add check for BOOT_STAGE ==
+ runtime fw in exp_check_for_ready
+
+Mark Pizzutillo (1):
+
+- `ca17f0c1d193 <https://github.com/open-power/sbe/commit/ca17f0c1d193>`__ Added code for exp_getecid and
+ unit tests
+
+Matt K. Light (3):
+
+- `8acc5d3145f7 <https://github.com/open-power/sbe/commit/8acc5d3145f7>`__ add define to control inclusion of
+ getCoreSelect plat impl
+- `673bc92dbf97 <https://github.com/open-power/sbe/commit/673bc92dbf97>`__ add GEMINI enum for ATTR_NAME
+- `5cab254e8ffa <https://github.com/open-power/sbe/commit/5cab254e8ffa>`__ update TARGET_TYPE_MULTICASTABLE
+
+Matthew Hickman (1):
+
+- `8f2375e3e79c <https://github.com/open-power/sbe/commit/8f2375e3e79c>`__ Fixed the ccs port merge conflicts
+ and added lab code
+
+Murulidhar Nataraju (3):
+
+- `249671d79a09 <https://github.com/open-power/sbe/commit/249671d79a09>`__ Updated HRMOR to 3968MB (64MB \*
+ 62) less than
+- `28c54880dd08 <https://github.com/open-power/sbe/commit/28c54880dd08>`__ Axone: Update sbeOpDistribute.py
+- `e116764a9681 <https://github.com/open-power/sbe/commit/e116764a9681>`__ Update build in customrc
+
+Prem Shanker Jha (2):
+
+- `c94f972a747d <https://github.com/open-power/sbe/commit/c94f972a747d>`__ PM: Fixed error path handling of
+ getscoms in HWP p9_query_core_access_state.
+- `833b7412036c <https://github.com/open-power/sbe/commit/833b7412036c>`__ VDM(Part 3): Image build changes
+ for quad level VDM
+
+Rahul Batra (1):
+
+- `8ec1c8aac612 <https://github.com/open-power/sbe/commit/8ec1c8aac612>`__ PM: WOV(OCS) HW Procedures Changes
+ (1/2)
+
+Raja Das (3):
+
+- `f560231a9e83 <https://github.com/open-power/sbe/commit/f560231a9e83>`__ Optimized the processor dump
+ structure between SBE and Hostboot
+- `4bd48045fe9a <https://github.com/open-power/sbe/commit/4bd48045fe9a>`__ Update Backing build to customrc
+ and update standalone simics patch
+- `c54904f7b338 <https://github.com/open-power/sbe/commit/c54904f7b338>`__ Added .NOTPARALLEL special key for
+ *.s intermediate files from*.S
+
+Ricardo Mata Jr (1):
+
+- `378ec4ffdd3d <https://github.com/open-power/sbe/commit/378ec4ffdd3d>`__ Added chip ec attribute for PCI
+ cache injection.
+
+Sharath Manjunath (1):
+
+- `61c4b74f573d <https://github.com/open-power/sbe/commit/61c4b74f573d>`__ Update exp_draminit to read values
+ from attributes
+
+Srikantha Meesala (3):
+
+- `8a2bb59e3dc9 <https://github.com/open-power/sbe/commit/8a2bb59e3dc9>`__ Makefile issue with parallel build
+- `e02d72ae04fe <https://github.com/open-power/sbe/commit/e02d72ae04fe>`__ White/Black/Grey List Binary dump
+ full SBE implementation
+- `959bcf49938d <https://github.com/open-power/sbe/commit/959bcf49938d>`__ Support Collect DUMP in ZZ-L
+ system
+
+Stephen Glancy (2):
+
+- `510ac957f02d <https://github.com/open-power/sbe/commit/510ac957f02d>`__ Adds explorer CCS specialization
+- `ed7027c5b077 <https://github.com/open-power/sbe/commit/ed7027c5b077>`__ Fixes FFDC for files moved to
+ generic
+
+Sumit Kumar (1):
+
+- `7fc696f4f131 <https://github.com/open-power/sbe/commit/7fc696f4f131>`__ FAPI_Infra:Add new member to
+ structure ErrorInfoHwCallout
+
+Sunil Kumar (1):
+
+- `01030a212c07 <https://github.com/open-power/sbe/commit/01030a212c07>`__ AXONE Bringup CI
+
+Tsung Yeung (2):
+
+- `c9667ef21a6f <https://github.com/open-power/sbe/commit/c9667ef21a6f>`__ Add polling after STR entry to
+ ensure port is in STR before asserting RESETn
+- `94df8bea72bd <https://github.com/open-power/sbe/commit/94df8bea72bd>`__ Disable BAR Temporarily to prevent
+ STR exit during nvdimm handover
+
+Yue Du (1):
+
+- `ca676f5b5d40 <https://github.com/open-power/sbe/commit/ca676f5b5d40>`__ PM: Handle PIB Reset with data
+ check handler on all GPEs
+
+Zach Clark (1):
+
+- `8384a9660449 <https://github.com/open-power/sbe/commit/8384a9660449>`__ Fix “possibly uninitialized
+ variable”
+
+kswaroop (2):
+
+- `3f92b561d721 <https://github.com/open-power/sbe/commit/3f92b561d721>`__ Fix for race condition while
+ copying “p9_xip_tool”
+- `ceb6f8424a2c <https://github.com/open-power/sbe/commit/ceb6f8424a2c>`__ Changed backing build to
+ /esw/fips940/Builds/b0620a_1925.940
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _patches-11:
+
+Patches
+~~~~~~~
+
+.. _commits-11:
+
+Commits
+~~~~~~~
+
+Aaron Sawdey (1):
+
+- `16aa1b111ed0 <https://github.com/open-power/skiboot/commit/16aa1b111ed0>`__ external/mambo: fix tcl
+ startup code for mambo bogus net (repost)
+
+Alexey Kardashevskiy (5):
+
+- `7c977c734e1c <https://github.com/open-power/skiboot/commit/7c977c734e1c>`__ npu2: Reset PID wildcard and
+ refcounter when mapped to LPID
+- `68d11e4460ec <https://github.com/open-power/skiboot/commit/68d11e4460ec>`__ npu2: Reset NVLinks when
+ resetting a GPU
+- `5ed3884f8d04 <https://github.com/open-power/skiboot/commit/5ed3884f8d04>`__ npu2: Fix clearing the FIR
+ bits
+- `d496bb141c97 <https://github.com/open-power/skiboot/commit/d496bb141c97>`__ npu2: Clear fence state for a
+ brick being reset
+- `d2005818bea3 <https://github.com/open-power/skiboot/commit/d2005818bea3>`__ npu2: Increase timeout for
+ L2/L3 cache purging
+
+Alistair Popple (3):
+
+- `d7636a10bd59 <https://github.com/open-power/skiboot/commit/d7636a10bd59>`__ external/mambo: Add an option
+ to exit Mambo when the system is shutdown
+- `3b36d5be5ea0 <https://github.com/open-power/skiboot/commit/3b36d5be5ea0>`__ skiboot.tcl: Add option to
+ wait for GDB server connection
+- `20a3b69bd1b4 <https://github.com/open-power/skiboot/commit/20a3b69bd1b4>`__ lpc-port80h: Don’t write port
+ 80h when running under Simics
+
+Andrew Donnellan (2):
+
+- `1a548857ce1f <https://github.com/open-power/skiboot/commit/1a548857ce1f>`__ hw/npu2-opencapi: Add initial
+ support for allocating OpenCAPI LPC memory
+- `1706e0311c47 <https://github.com/open-power/skiboot/commit/1706e0311c47>`__ core/lock: Add debug options
+ to store backtrace of where lock was taken
+
+Artem Senichev (2):
+
+- `c6eca76efb2e <https://github.com/open-power/skiboot/commit/c6eca76efb2e>`__ platforms/vesnin: PCI
+ inventory via IPMI OEM
+- `6cea3a7bba7c <https://github.com/open-power/skiboot/commit/6cea3a7bba7c>`__ platforms/nicole: Add new
+ platform
+
+Claudio Carvalho (1):
+
+- `bedb1c2343b2 <https://github.com/open-power/skiboot/commit/bedb1c2343b2>`__ trustedboot: Change PCR and
+ event_type for the skiboot events
+
+Cédric Le Goater (3):
+
+- `04efad3a40f7 <https://github.com/open-power/skiboot/commit/04efad3a40f7>`__ plat/qemu: add a POWER8 and
+ POWER9 platform
+- `27243a37469f <https://github.com/open-power/skiboot/commit/27243a37469f>`__ chip: add no-nx quirk for all
+ QEMU platforms
+- `d1a556881a71 <https://github.com/open-power/skiboot/commit/d1a556881a71>`__ nx: remove check on the “qemu,
+ powernv” property
+
+Frederic Barrat (4):
+
+- `ce49505c2faf <https://github.com/open-power/skiboot/commit/ce49505c2faf>`__ npu2-opencapi: Mask 2 XSL
+ errors
+- `2a7e5cb685b8 <https://github.com/open-power/skiboot/commit/2a7e5cb685b8>`__ opal/hmi: Report NPU2
+ checkstop reason
+- `ff81d0d13683 <https://github.com/open-power/skiboot/commit/ff81d0d13683>`__ hdata: Align SMP link
+ definitions with current HDAT spec
+- `4cfc2f773ad5 <https://github.com/open-power/skiboot/commit/4cfc2f773ad5>`__ npu2-opencapi: Add opencapi
+ support on ZZ
+
+Joel Stanley (2):
+
+- `c8b5e8a95caf <https://github.com/open-power/skiboot/commit/c8b5e8a95caf>`__ devicetree: Don’t set path to
+ dtc in makefile
+- `218eb321d0b3 <https://github.com/open-power/skiboot/commit/218eb321d0b3>`__ Add github template telling
+ people not to use pull requests
+
+Jordan Niethe (16):
+
+- `989c41041944 <https://github.com/open-power/skiboot/commit/989c41041944>`__ core/test/run-trace: Fix type
+ in testing struct
+- `ad61b0a90ea1 <https://github.com/open-power/skiboot/commit/ad61b0a90ea1>`__ core/trace: Put boot_tracebuf
+ in correct location.
+- `6b8e1b60aa3c <https://github.com/open-power/skiboot/commit/6b8e1b60aa3c>`__ external/trace: Fix endianness
+ detection in Makefile
+- `000f9331a6eb <https://github.com/open-power/skiboot/commit/000f9331a6eb>`__ external/trace: Use correct
+ width integer byte swapping
+- `d56b151d7f87 <https://github.com/open-power/skiboot/commit/d56b151d7f87>`__ core/test/run-trace: Stop
+ using indeterminate fields
+- `bc04bf1eef38 <https://github.com/open-power/skiboot/commit/bc04bf1eef38>`__ core/trace: Change mask/and to
+ modulo for buffer offset
+- `2717c6b8ddcd <https://github.com/open-power/skiboot/commit/2717c6b8ddcd>`__ core/trace: Change buffer
+ alignment from 4K to 64K
+- `9825301b3fe6 <https://github.com/open-power/skiboot/commit/9825301b3fe6>`__ core/trace: Change trace
+ buffer size
+- `8a566ff62037 <https://github.com/open-power/skiboot/commit/8a566ff62037>`__ core/trace: Add pir number to
+ debug_descriptor
+- `8c4763094cb8 <https://github.com/open-power/skiboot/commit/8c4763094cb8>`__ core/trace: Export trace
+ buffers to sysfs
+- `3f61c832bf1f <https://github.com/open-power/skiboot/commit/3f61c832bf1f>`__ external/trace: Introduce
+ structure for reading traces
+- `085dbf049050 <https://github.com/open-power/skiboot/commit/085dbf049050>`__ external/trace: mmap trace
+ buffers in dump_trace
+- `6c74b8e4dda1 <https://github.com/open-power/skiboot/commit/6c74b8e4dda1>`__ include/mem_region-malloc:
+ Define calloc for CCAN Heap
+- `3d6aca20b8ae <https://github.com/open-power/skiboot/commit/3d6aca20b8ae>`__ ccan: Add CCAN heap source
+- `a5038b4ccaf2 <https://github.com/open-power/skiboot/commit/a5038b4ccaf2>`__ external/trace: Add support
+ for dumping multiple buffers
+- `e0ed7e9985b4 <https://github.com/open-power/skiboot/commit/e0ed7e9985b4>`__ external/trace: Add follow
+ option to dump_trace
+
+Lei YU (1):
+
+- `df34cedd050a <https://github.com/open-power/skiboot/commit/df34cedd050a>`__ Add P9 DIO interrupt support
+
+Michael Neuling (3):
+
+- `5beda3c6fe5b <https://github.com/open-power/skiboot/commit/5beda3c6fe5b>`__ nvram: Flag dangerous NVRAM
+ options
+- `901261bc7699 <https://github.com/open-power/skiboot/commit/901261bc7699>`__ mambo: Add addr2func for
+ symbol resolution
+- `68284c211739 <https://github.com/open-power/skiboot/commit/68284c211739>`__ mambo: Integrate addr2line
+ into backtrace command
+
+Nicholas Piggin (12):
+
+- `7382324e9c41 <https://github.com/open-power/skiboot/commit/7382324e9c41>`__ xscom: move more register
+ definitions into processor-specific includes
+- `eaa899f53237 <https://github.com/open-power/skiboot/commit/eaa899f53237>`__ fast-reboot:: skip read-only
+ memory checksum for slow simulators
+- `90d01f9526ba <https://github.com/open-power/skiboot/commit/90d01f9526ba>`__ xive: Remove xive rev field
+ and recognize P9P
+- `a8343d5f1a0d <https://github.com/open-power/skiboot/commit/a8343d5f1a0d>`__ fdt: check more errors
+- `78040c772b5f <https://github.com/open-power/skiboot/commit/78040c772b5f>`__ core/pci: pci_slot_add_loc use
+ null-terminated strings
+- `fb447636f18c <https://github.com/open-power/skiboot/commit/fb447636f18c>`__ build: Makefile clean gcov
+ files
+- `bb408ca82fa8 <https://github.com/open-power/skiboot/commit/bb408ca82fa8>`__ build: allow per-directory
+ flag additions and subtractions
+- `32d44e355521 <https://github.com/open-power/skiboot/commit/32d44e355521>`__ fsp/leds: improve string
+ operations bounds checking
+- `bc0a30f0bc58 <https://github.com/open-power/skiboot/commit/bc0a30f0bc58>`__ libfdt: upgrade to upstream
+ dtc.git 243176c
+- `df6b7a2dadd7 <https://github.com/open-power/skiboot/commit/df6b7a2dadd7>`__ device-tree: speed up fdt
+ building on slow simulators
+- `a00971e1946b <https://github.com/open-power/skiboot/commit/a00971e1946b>`__ libc/string: speed up common
+ string functions
+- `4025c84b4582 <https://github.com/open-power/skiboot/commit/4025c84b4582>`__ external/mambo: Bump default
+ POWER9 to Nimbus DD2.3
+
+Oliver O’Halloran (16):
+
+- `22057f868f3b <https://github.com/open-power/skiboot/commit/22057f868f3b>`__ pci/iov: Remove skiboot VF
+ tracking
+- `290fbf30ddc2 <https://github.com/open-power/skiboot/commit/290fbf30ddc2>`__ pci/iov: Remove skiboot VF
+ tracking
+- `76c569ca3000 <https://github.com/open-power/skiboot/commit/76c569ca3000>`__ hw/phb4: Make pci-tracing
+ print at PR_NOTICE
+- `27d1ef2ebabb <https://github.com/open-power/skiboot/commit/27d1ef2ebabb>`__ opal-gard: Account for ECC
+ size when clearing partition
+- `02a683bf09d9 <https://github.com/open-power/skiboot/commit/02a683bf09d9>`__ hw/phb4: Assert Link Disable
+ bit after ETU init
+- `771497098efd <https://github.com/open-power/skiboot/commit/771497098efd>`__ hw/phb4: Use read/write_reg in
+ assert_perst
+- `166a053f1d96 <https://github.com/open-power/skiboot/commit/166a053f1d96>`__ hw/phb4: Add missing LTSSM
+ states
+- `4760818d7c78 <https://github.com/open-power/skiboot/commit/4760818d7c78>`__ hw/phb4: Set trace enable
+ where it’s used
+- `6c0a6612f492 <https://github.com/open-power/skiboot/commit/6c0a6612f492>`__ hw/phb4: Make
+ phb4_training_trace() more general
+- `b557b79a3a3c <https://github.com/open-power/skiboot/commit/b557b79a3a3c>`__ opal-api: Document hole in the
+ token list
+- `4a3ce90df510 <https://github.com/open-power/skiboot/commit/4a3ce90df510>`__ pci: Make the pci-eeh-verbose
+ nvram option generic
+- `6e049e3c4fc5 <https://github.com/open-power/skiboot/commit/6e049e3c4fc5>`__ hw/phb3: Add verbose EEH
+ output
+- `f68b949dbc64 <https://github.com/open-power/skiboot/commit/f68b949dbc64>`__ core/platform: Add
+ finalise_dt() callback
+- `3af76b4e53b7 <https://github.com/open-power/skiboot/commit/3af76b4e53b7>`__ witherspoon: Add nvlink peers
+ in finalise_dt()
+- `4c929bb54629 <https://github.com/open-power/skiboot/commit/4c929bb54629>`__ ibm-fsp: Use finalise_dt() for
+ DT fixups
+- `e4203d350e03 <https://github.com/open-power/skiboot/commit/e4203d350e03>`__ libflash: Fix broken
+ continuations
+
+Reza Arbab (2):
+
+- `3386550f5174 <https://github.com/open-power/skiboot/commit/3386550f5174>`__ npu2: Fix typo
+- `d4f2f77377da <https://github.com/open-power/skiboot/commit/d4f2f77377da>`__ npu2: Purge cache when
+ resetting a GPU
+
+Samuel Mendoza-Jonas (6):
+
+- `bc2b1de3beb2 <https://github.com/open-power/skiboot/commit/bc2b1de3beb2>`__ include/ipmi: Fix incorrect
+ chassis commands
+- `1bc63b896405 <https://github.com/open-power/skiboot/commit/1bc63b896405>`__ platforms/astbmc: Check for
+ SBE validation step
+- `5e8a373ebe4d <https://github.com/open-power/skiboot/commit/5e8a373ebe4d>`__ doc/bmc: Document SBE
+ validation on P8 platforms
+- `9834b0874af4 <https://github.com/open-power/skiboot/commit/9834b0874af4>`__ include/ipmi: Fix incorrect
+ chassis commands
+- `757dfba75e03 <https://github.com/open-power/skiboot/commit/757dfba75e03>`__ platforms/astbmc: Check for
+ SBE validation step
+- `6ef47971a87d <https://github.com/open-power/skiboot/commit/6ef47971a87d>`__ doc/bmc: Document SBE
+ validation on P8 platforms
+
+Shilpasri G Bhat (1):
+
+- `92fd4f48014d <https://github.com/open-power/skiboot/commit/92fd4f48014d>`__ occ-sensors: Check if OCC is
+ reset while reading inband sensors
+
+Stewart Smith (151):
+
+- `f01cd777adb1 <https://github.com/open-power/skiboot/commit/f01cd777adb1>`__ ipmi: ensure forward progress
+ on ipmi_queue_msg_sync()
+- `2cc067ede570 <https://github.com/open-power/skiboot/commit/2cc067ede570>`__ ipmi: ensure forward progress
+ on ipmi_queue_msg_sync()
+- `59bdc3a2d199 <https://github.com/open-power/skiboot/commit/59bdc3a2d199>`__ hw/xive.c: Fix memcmp() in
+ DEBUG build to compare struct not ptr
+- `ac734a084319 <https://github.com/open-power/skiboot/commit/ac734a084319>`__ opal-ci: Add Fedora 30
+- `ec52b670ddf5 <https://github.com/open-power/skiboot/commit/ec52b670ddf5>`__ Intentionally discard
+ fini_array sections
+- `7c9b3eb3c149 <https://github.com/open-power/skiboot/commit/7c9b3eb3c149>`__ With new GCC comes larger GCOV
+ binaries
+- `76f7316bc8fc <https://github.com/open-power/skiboot/commit/76f7316bc8fc>`__ ubuntu:rolling now missing
+ libcrypto.so.1.0.0, remove p8 mambo
+- `33de0a26f587 <https://github.com/open-power/skiboot/commit/33de0a26f587>`__ doc: flesh out OPAL return
+ codes documentation
+- `fea5e6e204d9 <https://github.com/open-power/skiboot/commit/fea5e6e204d9>`__ doc/opal-spec: update email
+ address
+- `54f7a0e1d8d0 <https://github.com/open-power/skiboot/commit/54f7a0e1d8d0>`__ doc/overview: flesh out
+ overview
+- `e5d1bf6408a2 <https://github.com/open-power/skiboot/commit/e5d1bf6408a2>`__ doc: Giant OPAL API table
+- `410c6dcf6dbc <https://github.com/open-power/skiboot/commit/410c6dcf6dbc>`__ doc: Make OPAL_CONSOLE_\* docs
+ pretty
+- `3c09d3d55c42 <https://github.com/open-power/skiboot/commit/3c09d3d55c42>`__ doc: Make OPAL_RTC_READ docs
+ pretty
+- `6eb1be26fc28 <https://github.com/open-power/skiboot/commit/6eb1be26fc28>`__ doc: make OPAL_RTC_WRITE docs
+ pretty
+- `c22375d9edf2 <https://github.com/open-power/skiboot/commit/c22375d9edf2>`__ doc: prettify OPAL_REINIT_CPUS
+- `4653773053ae <https://github.com/open-power/skiboot/commit/4653773053ae>`__ doc: prettify FSP Code update
+ docs
+- `022d6f9b8cc7 <https://github.com/open-power/skiboot/commit/022d6f9b8cc7>`__ doc: prettify and expand
+ OPAL_HANDLE_HMI2 docs
+- `8d871aec1e24 <https://github.com/open-power/skiboot/commit/8d871aec1e24>`__ doc: prettify OPAL powercap
+ docs
+- `6c9a98a2ffe5 <https://github.com/open-power/skiboot/commit/6c9a98a2ffe5>`__ doc: prettify opal IMC
+ counters calls
+- `fbd5f4c9290b <https://github.com/open-power/skiboot/commit/fbd5f4c9290b>`__ doc: prettify
+ OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR
+- `a24d9df75f20 <https://github.com/open-power/skiboot/commit/a24d9df75f20>`__ doc: prettify OPAL_QUIESCE
+- `1e57f1d587cf <https://github.com/open-power/skiboot/commit/1e57f1d587cf>`__ doc: prettify OPAL_PCI_SET_P2P
+- `95b50422d7e0 <https://github.com/open-power/skiboot/commit/95b50422d7e0>`__ doc: prettify
+ OPAL_[GET|SET]_PBCQ_TUNNEL_BAR
+- `5d4e227e4591 <https://github.com/open-power/skiboot/commit/5d4e227e4591>`__ doc: prettify and RSTify
+ OPAL_NMMU_SET_PTCR
+- `6f0bb487e844 <https://github.com/open-power/skiboot/commit/6f0bb487e844>`__ doc: prettify
+ OPAL_PCI_TCE_KILL
+- `3baffee8afe2 <https://github.com/open-power/skiboot/commit/3baffee8afe2>`__ doc: prettify OPAL_INT_\*
+ calls
+- `e88bae8c7b3c <https://github.com/open-power/skiboot/commit/e88bae8c7b3c>`__ doc: prettify
+ OPAL_PCI_[GET|SET]_POWER_STATE
+- `b33ad4d3ed54 <https://github.com/open-power/skiboot/commit/b33ad4d3ed54>`__ doc: prettify
+ OPAL_GET_DEVICE_TREE
+- `38b45e292f45 <https://github.com/open-power/skiboot/commit/38b45e292f45>`__ doc: prettify
+ OPAL_PCI_GET_PRESENCE_STATE
+- `f7ec077e37c8 <https://github.com/open-power/skiboot/commit/f7ec077e37c8>`__ doc: prettify OPAL_PRD_MSG
+- `de8d541eb563 <https://github.com/open-power/skiboot/commit/de8d541eb563>`__ doc: prettify
+ OPAL_IPMI_(SEND|RECV)
+- `543cad968b04 <https://github.com/open-power/skiboot/commit/543cad968b04>`__ doc: prettify OPAL_SLW_SET_REG
+- `25702ad76005 <https://github.com/open-power/skiboot/commit/25702ad76005>`__ doc: prettify OPAL_CHECK_TOKEN
+- `0def86b35c92 <https://github.com/open-power/skiboot/commit/0def86b35c92>`__ doc: prettify
+ OPAL_PCI_SET_PHB_CAPI_MODE
+- `b3ed27ff6ef8 <https://github.com/open-power/skiboot/commit/b3ed27ff6ef8>`__ doc: make OPAL_TEST docs
+ pretty
+- `5b13696650b1 <https://github.com/open-power/skiboot/commit/5b13696650b1>`__ doc: Add anchors to 5.1.13 and
+ 5.3.0 release notes
+- `ac16abb5df81 <https://github.com/open-power/skiboot/commit/ac16abb5df81>`__ doc: combine OPAL_RTC_READ and
+ OPAL_RTC_WRITE pages
+- `2c2c622d1dc2 <https://github.com/open-power/skiboot/commit/2c2c622d1dc2>`__ doc: Make OPAL_CEC_POWER_DOWN
+ docs pretty
+- `2e93db95d85d <https://github.com/open-power/skiboot/commit/2e93db95d85d>`__ doc: Add example to
+ OPAL_CEC_POWER_DOWN
+- `9b33b08a2778 <https://github.com/open-power/skiboot/commit/9b33b08a2778>`__ doc: flesh out OPAL_CEC_REBOOT
+ docs
+- `c73270fd417a <https://github.com/open-power/skiboot/commit/c73270fd417a>`__ doc: Flesh out NVRAM docs
+- `cb8c5d76e72a <https://github.com/open-power/skiboot/commit/cb8c5d76e72a>`__ doc: Fix up
+ OPAL_HANDLE_INTERRUPT links
+- `d3e07e2a07d3 <https://github.com/open-power/skiboot/commit/d3e07e2a07d3>`__ doc: Add details on removed
+ calls
+- `8e4bb49cb5cd <https://github.com/open-power/skiboot/commit/8e4bb49cb5cd>`__ Remove remnants of
+ OPAL_PCI_SET_PHB_TCE_MEMORY
+- `df8dd2733162 <https://github.com/open-power/skiboot/commit/df8dd2733162>`__ Remove last remnants of
+ OPAL_PCI_SET_PHB_TCE_MEMORY and OPAL_PCI_SET_HUB_TCE_MEMORY
+- `11cdf2107fb1 <https://github.com/open-power/skiboot/commit/11cdf2107fb1>`__ doc: Add PCI Config Space OPAL
+ call docs
+- `fb4d55672f9d <https://github.com/open-power/skiboot/commit/fb4d55672f9d>`__ doc: Make OPAL_ELOG_\* pretty,
+ mark OPAL_ELOG_WRITE unimplemented
+- `6dd269db19f7 <https://github.com/open-power/skiboot/commit/6dd269db19f7>`__ Document the long removed
+ OPAL_REGISTER_OPAL_EXCEPTION_HANDLER call
+- `8c47f5ede6b2 <https://github.com/open-power/skiboot/commit/8c47f5ede6b2>`__ doc: fix OPAL_CONSOLE_\* links
+- `ae2de39b80de <https://github.com/open-power/skiboot/commit/ae2de39b80de>`__ doc: OPAL_START_CPU and
+ OPAL_RETURN_CPU
+- `da90a25872ff <https://github.com/open-power/skiboot/commit/da90a25872ff>`__ doc: Add links to XIVE calls
+- `af6d53905913 <https://github.com/open-power/skiboot/commit/af6d53905913>`__ doc: Combine and extend
+ OPAL_SENSOR_READ[_U64] docs
+- `91a1f4409ca6 <https://github.com/open-power/skiboot/commit/91a1f4409ca6>`__ doc: Clean up OPAL power shift
+ ratio docs
+- `5eac08c4b3a3 <https://github.com/open-power/skiboot/commit/5eac08c4b3a3>`__ doc: combine
+ OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR
+- `550f749f0d5a <https://github.com/open-power/skiboot/commit/550f749f0d5a>`__ doc: Extend
+ OPAL_LEDS_[GET|SET]_INDICATOR
+- `70362d09064d <https://github.com/open-power/skiboot/commit/70362d09064d>`__ doc: prettify and flesh out
+ OPAL_FLASH_\* call documentation
+- `88a17d78ae8d <https://github.com/open-power/skiboot/commit/88a17d78ae8d>`__ doc: Add OPAL_I2C_REQUEST
+ documentation
+- `ed702b6524b7 <https://github.com/open-power/skiboot/commit/ed702b6524b7>`__ doc: Flesh out
+ OPAL_(READ|WRITE)_TPO and OPAL_GET_DPO_STATUS docs
+- `77f7c48a1fd6 <https://github.com/open-power/skiboot/commit/77f7c48a1fd6>`__ doc: Flesh out
+ OPAL_(UN)REGISTER_DUMP_REGION docs
+- `1fbddac373ef <https://github.com/open-power/skiboot/commit/1fbddac373ef>`__ doc: prettify and flesh out
+ OPAL_XSCOM_READ and OPAL_XSCOM_WRITE
+- `c78419dca251 <https://github.com/open-power/skiboot/commit/c78419dca251>`__ doc: flesh out and prettify
+ OPAL_LPC_(READ|WRITE)
+- `e437a0fc0fd4 <https://github.com/open-power/skiboot/commit/e437a0fc0fd4>`__ doc: misc formatting fixes
+- `dc24fd7fe912 <https://github.com/open-power/skiboot/commit/dc24fd7fe912>`__ doc: Document OPAL_DUMP_\*
+ calls
+- `39bd3717a128 <https://github.com/open-power/skiboot/commit/39bd3717a128>`__ Add missing 5.4.9 release
+ notes
+- `bf1b2d6c7906 <https://github.com/open-power/skiboot/commit/bf1b2d6c7906>`__ skiboot 6.0.3 release notes
+- `b63096b65bb9 <https://github.com/open-power/skiboot/commit/b63096b65bb9>`__ skiboot v6.0.12 release notes
+- `64e239b22dda <https://github.com/open-power/skiboot/commit/64e239b22dda>`__ skiboot 6.0.9 release notes
+- `6d84c3f3d05f <https://github.com/open-power/skiboot/commit/6d84c3f3d05f>`__ doc: Add missing skiboot 5.9.8
+ release notes
+- `cd08835db7cb <https://github.com/open-power/skiboot/commit/cd08835db7cb>`__ doc: Add missing skiboot-4.0
+ release notes
+- `769ce61fbcfa <https://github.com/open-power/skiboot/commit/769ce61fbcfa>`__ doc: Add missing skiboot-5.0
+ release notes
+- `3e86783b80e5 <https://github.com/open-power/skiboot/commit/3e86783b80e5>`__ doc: Add missing skiboot-4.1
+ release notes
+- `12b49b4434f4 <https://github.com/open-power/skiboot/commit/12b49b4434f4>`__ doc: Add missing skiboot-4.1.1
+ release notes
+- `b4b596393e71 <https://github.com/open-power/skiboot/commit/b4b596393e71>`__ doc: Add skeleton
+ OPAL_PCI_EEH_FREEZE_STATUS docs
+- `9dd1df6b37d0 <https://github.com/open-power/skiboot/commit/9dd1df6b37d0>`__ doc: OPAL_PCI_SHPC was never
+ implemented
+- `484e81580580 <https://github.com/open-power/skiboot/commit/484e81580580>`__ doc: Add skeleton
+ OPAL_PCI_EEH_FREEZE_CLEAR docs
+- `5eec3e33bc06 <https://github.com/open-power/skiboot/commit/5eec3e33bc06>`__ Remove unused
+ OPAL_PCI_EEH_FREEZE_STATUS2
+- `e6d95f28f325 <https://github.com/open-power/skiboot/commit/e6d95f28f325>`__ doc: prettify
+ OPAL_PCI_PHB_MMIO_ENABLE
+- `8ab9f9d33f0c <https://github.com/open-power/skiboot/commit/8ab9f9d33f0c>`__ doc: prettify
+ OPAL_PCI_SET_PHB_MEM_WINDOW
+- `897d8c8a41d9 <https://github.com/open-power/skiboot/commit/897d8c8a41d9>`__ doc: prettify
+ OPAL_PCI_MAP_PE_MMIO_WINDOW
+- `5b4d6f1f0e61 <https://github.com/open-power/skiboot/commit/5b4d6f1f0e61>`__ Remove never implemented
+ OPAL_PCI_SET_PHB_TABLE_MEMORY and document why
+- `2299cbb445b6 <https://github.com/open-power/skiboot/commit/2299cbb445b6>`__ doc: prettify OPAL_PCI_SET_PE
+- `8ff862327371 <https://github.com/open-power/skiboot/commit/8ff862327371>`__ doc: prettify
+ OPAL_PCI_SET_PELTV
+- `7599c245bbde <https://github.com/open-power/skiboot/commit/7599c245bbde>`__ doc: prettify OPAL_PCI_SET_MVE
+- `0c1a54e40263 <https://github.com/open-power/skiboot/commit/0c1a54e40263>`__ doc: prettify
+ OPAL_PCI_SET_MVE_ENABLE
+- `065cfb71eef2 <https://github.com/open-power/skiboot/commit/065cfb71eef2>`__ Remove unused
+ OPAL_PCI_GET_XIVE_REISSUE and OPAL_PCI_SET_XIVE_REISSUE
+- `fb0bd9be4132 <https://github.com/open-power/skiboot/commit/fb0bd9be4132>`__ doc: prettify
+ OPAL_PCI_SET_XIVE_PE
+- `a98ca2e80d49 <https://github.com/open-power/skiboot/commit/a98ca2e80d49>`__ Remove unused
+ OPAL_GET_XIVE_SOURCE
+- `309dc0d0a06a <https://github.com/open-power/skiboot/commit/309dc0d0a06a>`__ doc: prettify
+ OPAL_GET_MSI_[32|64]
+- `f797854384a3 <https://github.com/open-power/skiboot/commit/f797854384a3>`__ doc: Document
+ OPAL_QUERY_CPU_STATUS
+- `e9bced00496e <https://github.com/open-power/skiboot/commit/e9bced00496e>`__ doc: prettify
+ OPAL_PCI_MAP_PE_DMA_WINDOW[_REAL]
+- `9a3314d7bfdb <https://github.com/open-power/skiboot/commit/9a3314d7bfdb>`__ doc: Add skeleton
+ OPAL_PCI_RESET docs
+- `321dd1693401 <https://github.com/open-power/skiboot/commit/321dd1693401>`__ doc: Skeleton
+ OPAL_PCI_GET_HUB_DIAG_DATA docs
+- `e985764f5734 <https://github.com/open-power/skiboot/commit/e985764f5734>`__ doc: Flesh out
+ OPAL_PCI_GET_PHB_DIAG_DATA2 docs
+- `0e56e26ab02a <https://github.com/open-power/skiboot/commit/0e56e26ab02a>`__ Remove remnants of
+ OPAL_PCI_GET_PHB_DIAG_DATA
+- `a4edaf6ce18b <https://github.com/open-power/skiboot/commit/a4edaf6ce18b>`__ doc: OPAL_PCI_FENCE_PHB was
+ never implemented
+- `272d0658f1ac <https://github.com/open-power/skiboot/commit/272d0658f1ac>`__ doc: Add skeleton for
+ OPAL_PCI_REINIT
+- `227de3c5dfc9 <https://github.com/open-power/skiboot/commit/227de3c5dfc9>`__ doc: OPAL_PCI_MASK_PE_ERROR
+ was never implemented
+- `7eae8441e74a <https://github.com/open-power/skiboot/commit/7eae8441e74a>`__ doc: Mark
+ OPAL_SET_SLOT_LED_STATUS as never implemented
+- `de278bc3b401 <https://github.com/open-power/skiboot/commit/de278bc3b401>`__ doc: Add OPAL_GET_EPOW_STATUS
+ docs
+- `0d1c898fd38e <https://github.com/open-power/skiboot/commit/0d1c898fd38e>`__ doc:
+ OPAL_SET_SYSTEM_ATTENTION_LED was never implemented
+- `66b4b96a2710 <https://github.com/open-power/skiboot/commit/66b4b96a2710>`__ doc: OPAL_RESERVED[12],
+ reserved but never used
+- `40bd86dd1ca9 <https://github.com/open-power/skiboot/commit/40bd86dd1ca9>`__ doc: Add skeleton for
+ OPAL_PCI_NEXT_ERROR
+- `dc9ee7f37f0c <https://github.com/open-power/skiboot/commit/dc9ee7f37f0c>`__ doc: Skeleton OPAL_PCI_POLL
+ docs
+- `9b9f564fdb9c <https://github.com/open-power/skiboot/commit/9b9f564fdb9c>`__ doc: Add OPAL_PCI_MSI_EOI
+ skeleton docs
+- `3310851c9b2a <https://github.com/open-power/skiboot/commit/3310851c9b2a>`__ doc: Add OPAL_ELOG_WRITE to a
+ list of future calls
+- `a6bbe935f0a1 <https://github.com/open-power/skiboot/commit/a6bbe935f0a1>`__ doc: Add skeleton
+ OPAL_RESYNC_TIMEBASE docs
+- `971a2993ac8a <https://github.com/open-power/skiboot/commit/971a2993ac8a>`__ doc: prettify OPAL_GET_MSG
+- `d64431cca54b <https://github.com/open-power/skiboot/commit/d64431cca54b>`__ doc: prettify
+ OPAL_CHECK_ASYNC_COMPLETION
+- `9d3a0036ed41 <https://github.com/open-power/skiboot/commit/9d3a0036ed41>`__ doc: prettify
+ OPAL_SYNC_HOST_REBOOT
+- `227c81905887 <https://github.com/open-power/skiboot/commit/227c81905887>`__ doc: Document OPAL_GET_PARAM
+ and OPAL_SET_PARAM
+- `70abf89d6bef <https://github.com/open-power/skiboot/commit/70abf89d6bef>`__ doc: Document OPAL_ELOG_SEND
+ as not ever used
+- `d69e78b29d42 <https://github.com/open-power/skiboot/commit/d69e78b29d42>`__ doc: Document
+ OPAL_WRITE_OPPANEL_ASYNC
+- `cdc7a00a0541 <https://github.com/open-power/skiboot/commit/cdc7a00a0541>`__ doc: Skeleton
+ OPAL_PCI_ERR_INJECT docs
+- `05cf82f958f2 <https://github.com/open-power/skiboot/commit/05cf82f958f2>`__ doc: skeleton
+ OPAL_PCI_EEH_FREEZE_SET docs
+- `3240ad51fa81 <https://github.com/open-power/skiboot/commit/3240ad51fa81>`__ doc: Document
+ OPAL_CONFIG_CPU_IDLE_STATE
+- `07a475fbda19 <https://github.com/open-power/skiboot/commit/07a475fbda19>`__ doc: prettify OPAL_GET_XIVE
+ and OPAL_SET_XIVE
+- `63dd1315f5ac <https://github.com/open-power/skiboot/commit/63dd1315f5ac>`__ doc: fixup misc broken links
+- `16b7ae641037 <https://github.com/open-power/skiboot/commit/16b7ae641037>`__ Remove POWER7 and POWER7+
+ support
+- `6995f7d1309d <https://github.com/open-power/skiboot/commit/6995f7d1309d>`__ Remove P7 remnants: hw/cec.c,
+ apollo platform
+- `a66f5a81000d <https://github.com/open-power/skiboot/commit/a66f5a81000d>`__ hw/lpc: Fix theoretical
+ possible out-of-bounds-read
+- `2d4c7f9886ee <https://github.com/open-power/skiboot/commit/2d4c7f9886ee>`__ core/cpu: Fix theoretical
+ use-after-free if no_return job returns
+- `0a2f8fbf9314 <https://github.com/open-power/skiboot/commit/0a2f8fbf9314>`__ doc: Add OPAL tokens 46-48 as
+ never used
+- `db3929ee4f0a <https://github.com/open-power/skiboot/commit/db3929ee4f0a>`__ doc: Futher document
+ OPAL_REINIT_CPUS_MMU_\* modes
+- `df9d972c2308 <https://github.com/open-power/skiboot/commit/df9d972c2308>`__ sparse: fix OPAL API function
+ argument test
+- `728c73b8efb8 <https://github.com/open-power/skiboot/commit/728c73b8efb8>`__ sparse: fix bt_lock should be
+ static
+- `dbf27b6c4af8 <https://github.com/open-power/skiboot/commit/dbf27b6c4af8>`__ sparse: fix incorrect type
+ assignment in core/ipmi.c
+- `9c89e53d235c <https://github.com/open-power/skiboot/commit/9c89e53d235c>`__ travis: add back Coverity Scan
+- `ef691db35337 <https://github.com/open-power/skiboot/commit/ef691db35337>`__ struct p9_sbe_msg doesn’t need
+ to be packed
+- `ba977f2e4406 <https://github.com/open-power/skiboot/commit/ba977f2e4406>`__ hdata/vpd: fix printing
+ (char*)0x00
+- `b904cb733750 <https://github.com/open-power/skiboot/commit/b904cb733750>`__ Disable
+ -Waddress-of-packed-member for GCC9
+- `d615b964a946 <https://github.com/open-power/skiboot/commit/d615b964a946>`__ doc: travis-ci deploy docs!
+- `bad74d247bcc <https://github.com/open-power/skiboot/commit/bad74d247bcc>`__ op_display: make platform
+ function rather than “FSP” specific
+- `7e6602e30975 <https://github.com/open-power/skiboot/commit/7e6602e30975>`__ Move more FSP functions to FSP
+ platform
+- `1b07618e8a2d <https://github.com/open-power/skiboot/commit/1b07618e8a2d>`__ Split FSP OCC code out into
+ hw/fsp/
+- `30ea4db09c7c <https://github.com/open-power/skiboot/commit/30ea4db09c7c>`__ Move core/hostservices.c to
+ platforms/ibm-fsp/
+- `bfe3f8aa3618 <https://github.com/open-power/skiboot/commit/bfe3f8aa3618>`__ host_services_occ_base_setup
+ is core homer code not host_services
+- `7a1c727edf31 <https://github.com/open-power/skiboot/commit/7a1c727edf31>`__ core/init.c: use if
+ (platform.bmc) rather than !fsp_present()
+- `915097bdb87f <https://github.com/open-power/skiboot/commit/915097bdb87f>`__ core/init.c: no longer need to
+ include FSP headers
+- `9fc0c1287ada <https://github.com/open-power/skiboot/commit/9fc0c1287ada>`__ Move FSP specific op-panel
+ calls to platform.exit()
+- `5e705176fd26 <https://github.com/open-power/skiboot/commit/5e705176fd26>`__ core/opal: move HIR trigger to
+ FSP poller
+- `20965078a198 <https://github.com/open-power/skiboot/commit/20965078a198>`__ hw/fsp/fsp.c: remove lying
+ comments
+- `d14cfe94cdbe <https://github.com/open-power/skiboot/commit/d14cfe94cdbe>`__ core/pci: use !platform.bmc
+ hack over fsp_present()
+- `ddf48eae7697 <https://github.com/open-power/skiboot/commit/ddf48eae7697>`__ fast-reboot: move platform
+ specific bits to a platform call
+- `77b17098b41c <https://github.com/open-power/skiboot/commit/77b17098b41c>`__ Move FSP-specific VPD
+ functionality to platforms/ibm-fsp/
+- `5f64c9e48a12 <https://github.com/open-power/skiboot/commit/5f64c9e48a12>`__ core/timer: Use platform
+ heartmeat_time call for FSP platforms
+- `dfb707f5579e <https://github.com/open-power/skiboot/commit/dfb707f5579e>`__ Separate FSP specific PSI code
+- `633645665cb3 <https://github.com/open-power/skiboot/commit/633645665cb3>`__ Move platform specific PRD
+ functionality to struct platform
+- `46a5902e7b63 <https://github.com/open-power/skiboot/commit/46a5902e7b63>`__ Experimental support for
+ building without FSP code
+- `695240b0cadd <https://github.com/open-power/skiboot/commit/695240b0cadd>`__ doc: Add .nojekyll to not
+ confuse gh-pages
+- `4db38a36b310 <https://github.com/open-power/skiboot/commit/4db38a36b310>`__ skiboot v6.4-rc1 release notes
+- `3a6fdede6ce1 <https://github.com/open-power/skiboot/commit/3a6fdede6ce1>`__ skiboot v6.4 release notes
+
+Suraj Jitindar Singh (1):
+
+- `b8329fe2982d <https://github.com/open-power/skiboot/commit/b8329fe2982d>`__ core/fast-reboot: Add
+ im-feeling-lucky option
+
+Vasant Hegde (17):
+
+- `7097cb6a40dc <https://github.com/open-power/skiboot/commit/7097cb6a40dc>`__ skiboot v6.0.20 release notes
+- `e6e70ea51c65 <https://github.com/open-power/skiboot/commit/e6e70ea51c65>`__ skiboot v6.2.4 release notes
+- `990d248a61a0 <https://github.com/open-power/skiboot/commit/990d248a61a0>`__ skiboot v6.3.1 release notes
+- `a78bf50e02dd <https://github.com/open-power/skiboot/commit/a78bf50e02dd>`__ skiboot v6.3.1 release notes
+- `41109e5073bd <https://github.com/open-power/skiboot/commit/41109e5073bd>`__ gard: Use consistent name
+- `bc5584c3145b <https://github.com/open-power/skiboot/commit/bc5584c3145b>`__ core/opal: Increase
+ opal-msg-size size
+- `ec9f67bdaedc <https://github.com/open-power/skiboot/commit/ec9f67bdaedc>`__ opal-msg: Pass return value to
+ callback handler
+- `66d0ad68687b <https://github.com/open-power/skiboot/commit/66d0ad68687b>`__ opal-msg: Pass parameter size
+ to \_opal_queue_msg()
+- `b6fce51e3170 <https://github.com/open-power/skiboot/commit/b6fce51e3170>`__ opal-msg: Enhance opal-get-msg
+ API
+- `e2fcc4dd6d58 <https://github.com/open-power/skiboot/commit/e2fcc4dd6d58>`__ core/test/run-msg: Add
+ callback function test
+- `bdcf4483eb55 <https://github.com/open-power/skiboot/commit/bdcf4483eb55>`__ hostservices: Do not call
+ hservices_init on ZZ
+- `fcb1d4dc1b9d <https://github.com/open-power/skiboot/commit/fcb1d4dc1b9d>`__ prd: Validate
+ \_opal_queue_msg() return value
+- `fb702bf01aea <https://github.com/open-power/skiboot/commit/fb702bf01aea>`__ prd: Implement generic HBRT -
+ FSP interface
+- `eb86b1484f54 <https://github.com/open-power/skiboot/commit/eb86b1484f54>`__ prd: Implement generic FSP -
+ HBRT interface
+- `9cae036fafea <https://github.com/open-power/skiboot/commit/9cae036fafea>`__ opal-prd: Fix prd message size
+ issue
+- `0bf01d93ee39 <https://github.com/open-power/skiboot/commit/0bf01d93ee39>`__ platform/zz: Add new platform
+ type
+- `197ee04e276b <https://github.com/open-power/skiboot/commit/197ee04e276b>`__ skiboot v6.3.2 release notes
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _patches-12:
+
+Patches
+~~~~~~~
+
+.. _commits-12:
+
+Commits
+~~~~~~~
+
+Artem Senichev (1):
+
+- `deed9ba0bc6d <https://github.com/open-power/vesnin-xml/commit/deed9ba0bc6d>`__ Setup APSS channels (power
+ consumption)
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _patches-13:
+
+Patches
+~~~~~~~
+
+.. _commits-13:
+
+Commits
+~~~~~~~
+
+Erich Hauptli (1):
+
+- `a6f4df381b97 <https://github.com/open-power/witherspoon-xml/commit/a6f4df381b97>`__ Op build 2.0.y (#83)
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+.. _patches-14:
+
+Patches
+~~~~~~~
+
+.. _commits-14:
+
+Commits
+~~~~~~~
+
+No changes.
diff --git a/_sources/release-notes/v2.5-rc1.rst.txt b/_sources/release-notes/v2.5-rc1.rst.txt
new file mode 100644
index 0000000..b9aa6d6
--- /dev/null
+++ b/_sources/release-notes/v2.5-rc1.rst.txt
@@ -0,0 +1,2678 @@
+Release Notes for OpenPower Firmware v2.5-rc1
+=============================================
+
+op-build v2.5-rc1 was released on Thursday, April 30th, 2020. It should become the next stable release of op-build, following on
+from v2.4, first released on July 28th, 2019.
+
+In addition to a number of bugfixes and re-factors, plus the 3 new platforms listed below, this release also brings new features
+since v2.4, to highlight a few:
+
+- Memory Preserving Initial Program Load (MPIPL): a Power feature where the contents of memory are preserved while the system
+ reboots after a failure.
+- Support for a new Power9 processor variant: Axone, aka P9P, with NPU3 hardware.
+- OpenCAPI reset support: allow FPGA-based OpenCAPI devices to be re-flashed with a new device image, then reset to activate the
+ new image.
+
+Please note that this is a RELEASE CANDIDATE and not the final v2.5 release. We expect to do a final v2.5 tagged release in late May
+2020. Please test this release candidate heavily!
+
+New platforms
+-------------
+
+- mihawk
+- blackbird
+- swift
+
+Updated Packages
+----------------
+
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+===================+===================+====================================================================+
+| elfutils | 0.174 | 0.176 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| glibc | 2.29-11-ge28ad44 | 2.29-30-g2d3fefd | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| hcode | hw071319a.940 | hw042820a.opmst | zaius, witherspoon, p9dsu, nicole, romulus |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| hostboot | 8abecc2 | e27c350 | zaius, witherspoon, p9dsu, nicole, romulus |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| hostboot-binaries | hw062819a.940 | hw013120a.opmst | zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus, |
+| | | | firestone, p8dtu, palmetto, vesnin, garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| hostboot-p8 | 27dda29 | 3267aff | habanero, barreleye, firestone, p8dtu, palmetto, vesnin, garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| ima-catalog | 3d30c7a | 89e00ee | zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus, |
+| | | | firestone, p8dtu, palmetto, vesnin, garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| kexec-lite | 87d044a | 6b0130b | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| libflash | v6.4 | v6.6 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| linux | 5.2.1 | 5.4.33 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| linux-firmware | 1baa348 | 20190717 | firenze, zaius, habanero, witherspoon, p9dsu, barreleye, romulus, |
+| | | | opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| linux-headers | 5.2.1 | 5.4.33 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| machine-xml | 26b2092 | 1ac78dd | nicole |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| machine-xml | eac9377 | 5b3fbca | romulus |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| machine-xml | a6f4df3 | 0f9b366 | witherspoon |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| occ | e5a2afd | ab4dc96 | zaius, witherspoon, p9dsu, nicole, romulus |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| openpower-pnor | 0346930 | 175f00d | zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus, |
+| | | | firestone, p8dtu, palmetto, vesnin, garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| petitboot | v1.10.4 | v1.12 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| sbe | b96edc8 | 78fb783 | zaius, witherspoon, p9dsu, nicole, romulus |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+| skiboot | v6.4 | v6.6 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++---------------------+-------------------+-------------------+--------------------------------------------------------------------+
+
+New Packages
+------------
+
+======= ======= =========
+Package Version Platforms
+======= ======= =========
+======= ======= =========
+
+Removed Packages
+----------------
+
+======== ======== ===============================================================================================================
+Package Version Platforms
+======== ======== ===============================================================================================================
+iprutils 2.4.15.1 zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison
+libsysfs 2.1.0 zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison
+======== ======== ===============================================================================================================
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+.. _patches-1:
+
+Patches
+~~~~~~~
+
+.. _commits-1:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+.. _patches-2:
+
+Patches
+~~~~~~~
+
+.. _commits-2:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+.. _patches-3:
+
+Patches
+~~~~~~~
+
+.. _commits-3:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+.. _patches-4:
+
+Patches
+~~~~~~~
+
+.. _commits-4:
+
+Commits
+~~~~~~~
+
+Amit Tendolkar (2):
+
+- `7b72e51e <https://github.com/open-power/hcode/commit/7b72e51e>`__ HCode Error Logs - Final structure change for PGPE-OCC API
+- `be8d21b4 <https://github.com/open-power/hcode/commit/be8d21b4>`__ OCC assisted PGPE, SGPE Error Logging
+
+Chris Steffen (1):
+
+- `a3c009c8 <https://github.com/open-power/hcode/commit/a3c009c8>`__ Abus PPE TSX Fix
+
+Gregory S Still (1):
+
+- `396561e6 <https://github.com/open-power/hcode/commit/396561e6>`__ Revert “Hcode: hcode changes for STOP exit in SMF enabled HV
+ mode”
+
+Jenny Huynh (1):
+
+- `d1862ef5 <https://github.com/open-power/hcode/commit/d1862ef5>`__ Make COREFIR(63) unit checkstop for Cumulus
+
+Luis Fernandez (1):
+
+- `8df77fd2 <https://github.com/open-power/hcode/commit/8df77fd2>`__ HB Implement Static Analysis with cppcheck
+
+Prem Shanker Jha (8):
+
+- `04f9cd2b <https://github.com/open-power/hcode/commit/04f9cd2b>`__ Img Build: Updated STOP API version to reflect SPR self save
+ availability.
+- `b3180c3a <https://github.com/open-power/hcode/commit/b3180c3a>`__ STOP API: API to verify API and image compatibility.
+- `beaaeb86 <https://github.com/open-power/hcode/commit/beaaeb86>`__ UV Support : Augmented STOP API and self restore for enabling
+ ultravisor.
+- `737919b4 <https://github.com/open-power/hcode/commit/737919b4>`__ Revert “UV Support : Augmented STOP API and self restore for
+ enabling UV”
+- `b7658f97 <https://github.com/open-power/hcode/commit/b7658f97>`__ Self Restore: Changes for SMF and SPR self save.
+- `065c07cb <https://github.com/open-power/hcode/commit/065c07cb>`__ Self Save: Fixing self save of core SPR.
+- `9eca2072 <https://github.com/open-power/hcode/commit/9eca2072>`__ Hcode: hcode changes for STOP exit in SMF enabled HV mode
+- `214ef8b2 <https://github.com/open-power/hcode/commit/214ef8b2>`__ HWP: Fixed HV-UV and UV transition during STOP entry in case
+ of LE.
+
+Rahul Batra (4):
+
+- `9a22b25d <https://github.com/open-power/hcode/commit/9a22b25d>`__ PGPE: Optrace fixes
+- `1096b337 <https://github.com/open-power/hcode/commit/1096b337>`__ PM: Fix DB0 Hang
+- `13b47242 <https://github.com/open-power/hcode/commit/13b47242>`__ PGPE: Fix bad volt updt upon nack
+- `e8d3ed8d <https://github.com/open-power/hcode/commit/e8d3ed8d>`__ PGPE: Multiple Droop Handling Fix
+
+Yue Du (4):
+
+- `a3362cd2 <https://github.com/open-power/hcode/commit/a3362cd2>`__ CME: Reduce Image Size
+- `bd92fe00 <https://github.com/open-power/hcode/commit/bd92fe00>`__ CME: Perform SMF Self Save After RAM Psscr.PLS in STOP Entry
+- `694afd66 <https://github.com/open-power/hcode/commit/694afd66>`__ Self Save: Added support for SPR self save in CME hcode(func
+ ver)
+- `b1c57628 <https://github.com/open-power/hcode/commit/b1c57628>`__ Axone: Disable Stop L3 Purge Abort to avoid disabling L3 hash
+
+hostboot (139):
+
+- `e753ab63 <https://github.com/open-power/hcode/commit/e753ab63>`__ Release tag information updated for hw071719a.940
+- `b7076783 <https://github.com/open-power/hcode/commit/b7076783>`__ Release tag information updated for hw071919a.940
+- `faebbb83 <https://github.com/open-power/hcode/commit/faebbb83>`__ Release tag information updated for hw072219a.940
+- `87e44f2b <https://github.com/open-power/hcode/commit/87e44f2b>`__ Release tag information updated for hw072419a.940
+- `2b1e4726 <https://github.com/open-power/hcode/commit/2b1e4726>`__ Release tag information updated for hw072719a.940
+- `8111338f <https://github.com/open-power/hcode/commit/8111338f>`__ Release tag information updated for hw073019a.940
+- `3478a0b5 <https://github.com/open-power/hcode/commit/3478a0b5>`__ Release tag information updated for hw073119a.940
+- `93d4ce16 <https://github.com/open-power/hcode/commit/93d4ce16>`__ Release tag information updated for hw080119a.940
+- `cfaad693 <https://github.com/open-power/hcode/commit/cfaad693>`__ Release tag information updated for hw080219a.940
+- `a4178079 <https://github.com/open-power/hcode/commit/a4178079>`__ Release tag information updated for hw081019a.940
+- `6383eed4 <https://github.com/open-power/hcode/commit/6383eed4>`__ Release tag information updated for hw081319a.940
+- `e34887db <https://github.com/open-power/hcode/commit/e34887db>`__ Release tag information updated for hw081419a.940
+- `c7e1ca8c <https://github.com/open-power/hcode/commit/c7e1ca8c>`__ Release tag information updated for hw081619a.940
+- `5dbebecf <https://github.com/open-power/hcode/commit/5dbebecf>`__ Release tag information updated for hw082819a.950
+- `56f778b6 <https://github.com/open-power/hcode/commit/56f778b6>`__ Release tag information updated for hw082819b.950
+- `3cf46f78 <https://github.com/open-power/hcode/commit/3cf46f78>`__ Release tag information updated for hw083019a.950
+- `c01997e6 <https://github.com/open-power/hcode/commit/c01997e6>`__ Release tag information updated for hw090119a.950
+- `5c34aed8 <https://github.com/open-power/hcode/commit/5c34aed8>`__ Release tag information updated for hw090319a.950
+- `f5a4f0ca <https://github.com/open-power/hcode/commit/f5a4f0ca>`__ Release tag information updated for hw090419a.opmst
+- `b2b481c6 <https://github.com/open-power/hcode/commit/b2b481c6>`__ Release tag information updated for hw090619a.opmst
+- `70a95c69 <https://github.com/open-power/hcode/commit/70a95c69>`__ Release tag information updated for hw091019a.opmst
+- `e016bbb5 <https://github.com/open-power/hcode/commit/e016bbb5>`__ Release tag information updated for hw091119a.opmst
+- `bd6572db <https://github.com/open-power/hcode/commit/bd6572db>`__ Release tag information updated for hw091319a.opmst
+- `a9791bdb <https://github.com/open-power/hcode/commit/a9791bdb>`__ Release tag information updated for hw091719a.opmst
+- `0229050e <https://github.com/open-power/hcode/commit/0229050e>`__ Release tag information updated for hw091919a.opmst
+- `3f12b2d6 <https://github.com/open-power/hcode/commit/3f12b2d6>`__ Release tag information updated for hw092019a.opmst
+- `b7ef293f <https://github.com/open-power/hcode/commit/b7ef293f>`__ Release tag information updated for hw092119a.opmst
+- `c136490e <https://github.com/open-power/hcode/commit/c136490e>`__ Release tag information updated for hw092519a.opmst
+- `f0fd894e <https://github.com/open-power/hcode/commit/f0fd894e>`__ Release tag information updated for hw092619a.opmst
+- `ffd6bf1a <https://github.com/open-power/hcode/commit/ffd6bf1a>`__ Release tag information updated for hw092719a.opmst
+- `d0caf465 <https://github.com/open-power/hcode/commit/d0caf465>`__ Release tag information updated for hw092819a.opmst
+- `6e5cf597 <https://github.com/open-power/hcode/commit/6e5cf597>`__ Release tag information updated for hw100119a.opmst
+- `4e4150a8 <https://github.com/open-power/hcode/commit/4e4150a8>`__ Release tag information updated for hw100219a.opmst
+- `b89376bb <https://github.com/open-power/hcode/commit/b89376bb>`__ Release tag information updated for hw100319a.opmst
+- `8f9fe01d <https://github.com/open-power/hcode/commit/8f9fe01d>`__ Release tag information updated for hw100419a.opmst
+- `eda2b054 <https://github.com/open-power/hcode/commit/eda2b054>`__ Release tag information updated for hw100519a.opmst
+- `b199e0c9 <https://github.com/open-power/hcode/commit/b199e0c9>`__ Release tag information updated for hw100819a.opmst
+- `cf7d20a8 <https://github.com/open-power/hcode/commit/cf7d20a8>`__ Release tag information updated for hw100919a.opmst
+- `278684d5 <https://github.com/open-power/hcode/commit/278684d5>`__ Release tag information updated for hw101219a.opmst
+- `2211d6ea <https://github.com/open-power/hcode/commit/2211d6ea>`__ Release tag information updated for hw101519a.opmst
+- `ea8c716f <https://github.com/open-power/hcode/commit/ea8c716f>`__ Release tag information updated for hw101619a.opmst
+- `925882fd <https://github.com/open-power/hcode/commit/925882fd>`__ Release tag information updated for hw101719a.opmst
+- `a2f7b4ce <https://github.com/open-power/hcode/commit/a2f7b4ce>`__ Release tag information updated for hw101819a.opmst
+- `b4200fb8 <https://github.com/open-power/hcode/commit/b4200fb8>`__ Release tag information updated for hw102319a.opmst
+- `afddb39b <https://github.com/open-power/hcode/commit/afddb39b>`__ Release tag information updated for hw102419a.opmst
+- `c240bed5 <https://github.com/open-power/hcode/commit/c240bed5>`__ Release tag information updated for hw102519a.opmst
+- `2fd4b164 <https://github.com/open-power/hcode/commit/2fd4b164>`__ Release tag information updated for hw102619a.opmst
+- `c1e42a5d <https://github.com/open-power/hcode/commit/c1e42a5d>`__ Release tag information updated for hw102919a.opmst
+- `af8209da <https://github.com/open-power/hcode/commit/af8209da>`__ Release tag information updated for hw103019a.opmst
+- `f5cfc834 <https://github.com/open-power/hcode/commit/f5cfc834>`__ Release tag information updated for hw110119a.opmst
+- `be19b686 <https://github.com/open-power/hcode/commit/be19b686>`__ Release tag information updated for hw110219a.opmst
+- `b7f2b8f2 <https://github.com/open-power/hcode/commit/b7f2b8f2>`__ Release tag information updated for hw110519a.opmst
+- `fa49d180 <https://github.com/open-power/hcode/commit/fa49d180>`__ Release tag information updated for hw110719a.opmst
+- `cf37b0ab <https://github.com/open-power/hcode/commit/cf37b0ab>`__ Release tag information updated for hw110819a.opmst
+- `486d807e <https://github.com/open-power/hcode/commit/486d807e>`__ Release tag information updated for hw110919b.opmst
+- `653be77b <https://github.com/open-power/hcode/commit/653be77b>`__ Release tag information updated for hw111319a.opmst
+- `5fbc0759 <https://github.com/open-power/hcode/commit/5fbc0759>`__ Release tag information updated for hw111819a.opmst
+- `23e6cff8 <https://github.com/open-power/hcode/commit/23e6cff8>`__ Release tag information updated for hw111919a.opmst
+- `84d2649d <https://github.com/open-power/hcode/commit/84d2649d>`__ Release tag information updated for hw112019a.opmst
+- `f22c2cdf <https://github.com/open-power/hcode/commit/f22c2cdf>`__ Release tag information updated for hw112219a.opmst
+- `877d7b06 <https://github.com/open-power/hcode/commit/877d7b06>`__ Release tag & head commit information updated for
+ hw112619a.opmst
+- `740156c3 <https://github.com/open-power/hcode/commit/740156c3>`__ Release tag & head commit information updated for
+ hw120419a.opmst
+- `24b70f41 <https://github.com/open-power/hcode/commit/24b70f41>`__ Release tag & head commit information updated for
+ hw120919a.opmst
+- `fb423b83 <https://github.com/open-power/hcode/commit/fb423b83>`__ Release tag & head commit information updated for
+ hw121019a.opmst
+- `9658287f <https://github.com/open-power/hcode/commit/9658287f>`__ Release tag & head commit information updated for
+ hw121219a.opmst
+- `7dc3ec6e <https://github.com/open-power/hcode/commit/7dc3ec6e>`__ Release tag & head commit information updated for
+ hw121919a.opmst
+- `abb3817e <https://github.com/open-power/hcode/commit/abb3817e>`__ Release tag & head commit information updated for
+ hw122019a.opmst
+- `0c8a19f1 <https://github.com/open-power/hcode/commit/0c8a19f1>`__ Release tag & head commit information updated for
+ hw123020a.opmst
+- `b8defe1b <https://github.com/open-power/hcode/commit/b8defe1b>`__ Release tag & head commit information updated for
+ hw010220a.opmst
+- `8628f1a4 <https://github.com/open-power/hcode/commit/8628f1a4>`__ Release tag & head commit information updated for
+ hw010620a.opmst
+- `4d14a3df <https://github.com/open-power/hcode/commit/4d14a3df>`__ Release tag & head commit information updated for
+ hw010720a.opmst
+- `0b5d50ff <https://github.com/open-power/hcode/commit/0b5d50ff>`__ Release tag & head commit information updated for
+ hw010820a.opmst
+- `fae5994b <https://github.com/open-power/hcode/commit/fae5994b>`__ Release tag & head commit information updated for
+ hw010920a.opmst
+- `ea3e3e75 <https://github.com/open-power/hcode/commit/ea3e3e75>`__ Release tag & head commit information updated for
+ hw011020a.opmst
+- `3e2164c0 <https://github.com/open-power/hcode/commit/3e2164c0>`__ Release tag & head commit information updated for
+ hw011120a.opmst
+- `e57fe736 <https://github.com/open-power/hcode/commit/e57fe736>`__ Release tag & head commit information updated for
+ hw011320a.opmst
+- `8f6fdad9 <https://github.com/open-power/hcode/commit/8f6fdad9>`__ Release tag & head commit information updated for
+ hw011420a.opmst
+- `99cffa02 <https://github.com/open-power/hcode/commit/99cffa02>`__ Release tag & head commit information updated for
+ hw011520a.opmst
+- `cc7e95de <https://github.com/open-power/hcode/commit/cc7e95de>`__ Hcode: hcode changes for STOP exit in SMF enabled HV mode
+- `af1e535c <https://github.com/open-power/hcode/commit/af1e535c>`__ Release tag & head commit information updated for
+ hw011620a.opmst
+- `5b1e9a29 <https://github.com/open-power/hcode/commit/5b1e9a29>`__ Release tag & head commit information updated for
+ hw012120a.opmst
+- `0e6b5b4f <https://github.com/open-power/hcode/commit/0e6b5b4f>`__ Release tag & head commit information updated for
+ hw012320a.opmst
+- `2779192c <https://github.com/open-power/hcode/commit/2779192c>`__ Release tag & head commit information updated for
+ hw012420a.opmst
+- `105a2313 <https://github.com/open-power/hcode/commit/105a2313>`__ Release tag & head commit information updated for
+ hw012720a.opmst
+- `ef7c3d86 <https://github.com/open-power/hcode/commit/ef7c3d86>`__ Release tag & head commit information updated for
+ hw012820a.opmst
+- `e7971b5b <https://github.com/open-power/hcode/commit/e7971b5b>`__ Release tag & head commit information updated for
+ hw012920a.opmst
+- `4a5305fc <https://github.com/open-power/hcode/commit/4a5305fc>`__ Release tag & head commit information updated for
+ hw013020a.opmst
+- `dba5f033 <https://github.com/open-power/hcode/commit/dba5f033>`__ Revert “Hcode: hcode changes for STOP exit in SMF enabled HV
+ mode”
+- `c03f6bd5 <https://github.com/open-power/hcode/commit/c03f6bd5>`__ Release tag & head commit information updated for
+ hw013120a.opmst
+- `d6a5e753 <https://github.com/open-power/hcode/commit/d6a5e753>`__ Release tag & head commit information updated for
+ hw020420a.opmst
+- `c1708e3c <https://github.com/open-power/hcode/commit/c1708e3c>`__ Release tag & head commit information updated for
+ hw020520a.opmst
+- `ff142255 <https://github.com/open-power/hcode/commit/ff142255>`__ Release tag & head commit information updated for
+ hw021120a.opmst
+- `64c963de <https://github.com/open-power/hcode/commit/64c963de>`__ Release tag & head commit information updated for
+ hw021120b.opmst
+- `727a2859 <https://github.com/open-power/hcode/commit/727a2859>`__ Release tag & head commit information updated for
+ hw021320a.opmst
+- `6b19c24e <https://github.com/open-power/hcode/commit/6b19c24e>`__ Release tag & head commit information updated for
+ hw021420a.opmst
+- `d3a9bfad <https://github.com/open-power/hcode/commit/d3a9bfad>`__ Release tag & head commit information updated for
+ hw021720a.opmst
+- `2bbe1ddd <https://github.com/open-power/hcode/commit/2bbe1ddd>`__ Release tag & head commit information updated for
+ hw021820a.opmst
+- `90a62283 <https://github.com/open-power/hcode/commit/90a62283>`__ Release tag & head commit information updated for
+ hw021920a.opmst
+- `c02c9362 <https://github.com/open-power/hcode/commit/c02c9362>`__ Release tag & head commit information updated for
+ hw022020a.opmst
+- `e2b9f7ba <https://github.com/open-power/hcode/commit/e2b9f7ba>`__ Release tag & head commit information updated for
+ hw022420a.opmst
+- `2cf1d512 <https://github.com/open-power/hcode/commit/2cf1d512>`__ Release tag & head commit information updated for
+ hw022420b.opmst
+- `ad88dac2 <https://github.com/open-power/hcode/commit/ad88dac2>`__ Release tag & head commit information updated for
+ hw022620a.opmst
+- `7586c895 <https://github.com/open-power/hcode/commit/7586c895>`__ Release tag & head commit information updated for
+ hw022620b.opmst
+- `2c1f3f88 <https://github.com/open-power/hcode/commit/2c1f3f88>`__ Release tag & head commit information updated for
+ hw022820a.opmst
+- `3ea6aa70 <https://github.com/open-power/hcode/commit/3ea6aa70>`__ Release tag & head commit information updated for
+ hw030220a.opmst
+- `5633c6eb <https://github.com/open-power/hcode/commit/5633c6eb>`__ Release tag & head commit information updated for
+ hw030320a.opmst
+- `1a1280a8 <https://github.com/open-power/hcode/commit/1a1280a8>`__ Release tag & head commit information updated for
+ hw030420a.opmst
+- `356145d8 <https://github.com/open-power/hcode/commit/356145d8>`__ Release tag & head commit information updated for
+ hw030520a.opmst
+- `f4d730d9 <https://github.com/open-power/hcode/commit/f4d730d9>`__ Release tag & head commit information updated for
+ hw030620a.opmst
+- `460e29ed <https://github.com/open-power/hcode/commit/460e29ed>`__ Release tag & head commit information updated for
+ hw030920a.opmst
+- `ac97ba7a <https://github.com/open-power/hcode/commit/ac97ba7a>`__ Release tag & head commit information updated for
+ hw031020a.opmst
+- `7bdcd32c <https://github.com/open-power/hcode/commit/7bdcd32c>`__ Release tag & head commit information updated for
+ hw031120a.opmst
+- `63e6d024 <https://github.com/open-power/hcode/commit/63e6d024>`__ Release tag & head commit information updated for
+ hw031220a.opmst
+- `e6e0c962 <https://github.com/open-power/hcode/commit/e6e0c962>`__ Release tag & head commit information updated for
+ hw031320a.opmst
+- `6adfbb52 <https://github.com/open-power/hcode/commit/6adfbb52>`__ Release tag & head commit information updated for
+ hw031620a.opmst
+- `d27dc42b <https://github.com/open-power/hcode/commit/d27dc42b>`__ Release tag & head commit information updated for
+ hw032020a.opmst
+- `f96da34e <https://github.com/open-power/hcode/commit/f96da34e>`__ Release tag & head commit information updated for
+ hw032020b.opmst
+- `56bc2678 <https://github.com/open-power/hcode/commit/56bc2678>`__ Release tag & head commit information updated for
+ hw032320a.opmst
+- `69fb7bd3 <https://github.com/open-power/hcode/commit/69fb7bd3>`__ Release tag & head commit information updated for
+ hw032520a.opmst
+- `1a795c98 <https://github.com/open-power/hcode/commit/1a795c98>`__ Release tag & head commit information updated for
+ hw032620a.opmst
+- `e52088b0 <https://github.com/open-power/hcode/commit/e52088b0>`__ Release tag & head commit information updated for
+ hw032720a.opmst
+- `d3d7eccf <https://github.com/open-power/hcode/commit/d3d7eccf>`__ Release tag & head commit information updated for
+ hw033020a.opmst
+- `b4b0c9b9 <https://github.com/open-power/hcode/commit/b4b0c9b9>`__ Release tag & head commit information updated for
+ hw033120a.opmst
+- `186d7570 <https://github.com/open-power/hcode/commit/186d7570>`__ Release tag & head commit information updated for
+ hw040120a.opmst
+- `c5fb9e98 <https://github.com/open-power/hcode/commit/c5fb9e98>`__ Release tag & head commit information updated for
+ hw040220a.opmst
+- `ef11f4b5 <https://github.com/open-power/hcode/commit/ef11f4b5>`__ Release tag & head commit information updated for
+ hw040320a.opmst
+- `db8a373e <https://github.com/open-power/hcode/commit/db8a373e>`__ Release tag & head commit information updated for
+ hw040820a.opmst
+- `5655a99d <https://github.com/open-power/hcode/commit/5655a99d>`__ Release tag & head commit information updated for
+ hw040920a.opmst
+- `bb72cdc4 <https://github.com/open-power/hcode/commit/bb72cdc4>`__ Release tag & head commit information updated for
+ hw041020a.opmst
+- `28c3f110 <https://github.com/open-power/hcode/commit/28c3f110>`__ Release tag & head commit information updated for
+ hw041420a.opmst
+- `fec3f5ce <https://github.com/open-power/hcode/commit/fec3f5ce>`__ Release tag & head commit information updated for
+ hw041520a.opmst
+- `bae922f5 <https://github.com/open-power/hcode/commit/bae922f5>`__ Release tag & head commit information updated for
+ hw041620a.opmst
+- `105d09ad <https://github.com/open-power/hcode/commit/105d09ad>`__ Release tag & head commit information updated for
+ hw041720a.opmst
+- `cd456911 <https://github.com/open-power/hcode/commit/cd456911>`__ Release tag & head commit information updated for
+ hw042020a.opmst
+- `b43c5809 <https://github.com/open-power/hcode/commit/b43c5809>`__ Release tag & head commit information updated for
+ hw042220a.opmst
+- `16ee9a3a <https://github.com/open-power/hcode/commit/16ee9a3a>`__ Release tag & head commit information updated for
+ hw042320a.opmst
+- `c8ce6e1a <https://github.com/open-power/hcode/commit/c8ce6e1a>`__ Release tag & head commit information updated for
+ hw042420a.opmst
+- `b742f96b <https://github.com/open-power/hcode/commit/b742f96b>`__ Release tag & head commit information updated for
+ hw042720a.opmst
+- `e5f8c726 <https://github.com/open-power/hcode/commit/e5f8c726>`__ Release tag & head commit information updated for
+ hw042820a.opmst
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+.. _patches-5:
+
+Patches
+~~~~~~~
+
+.. _commits-5:
+
+Commits
+~~~~~~~
+
+Adam Hale (13):
+
+- `505d05255 <https://github.com/open-power/hostboot/commit/505d05255>`__ Move to long term CLSCOM workaround
+- `a690cdb01 <https://github.com/open-power/hostboot/commit/a690cdb01>`__ Axone setup changes to disable bumpy toothpaste
+ workaround
+- `aeaa72448 <https://github.com/open-power/hostboot/commit/aeaa72448>`__ Axone Gemini MDI issue workaround
+- `c796d2cf8 <https://github.com/open-power/hostboot/commit/c796d2cf8>`__ Disable MC Channel Timeout because Gemini too slow
+- `074a2dd38 <https://github.com/open-power/hostboot/commit/074a2dd38>`__ Axone int updates
+- `23d883c6d <https://github.com/open-power/hostboot/commit/23d883c6d>`__ HW508066 - interleave granularity not setup for group of
+ 3/6 in Axone
+- `8b1553db4 <https://github.com/open-power/hostboot/commit/8b1553db4>`__ HW508063: Fix Mirrored BAR setup for SMF and Holes,set
+ map_mode when flipped
+- `3655c1760 <https://github.com/open-power/hostboot/commit/3655c1760>`__ Disable fast act for power savings - no performance
+ benefit
+- `74609673f <https://github.com/open-power/hostboot/commit/74609673f>`__ enable commandlists on non-gemini systems
+- `f83a8c5d6 <https://github.com/open-power/hostboot/commit/f83a8c5d6>`__ Set TL Credit limit to 18 for dcp0 credit return
+ improvement
+- `31dd0024d <https://github.com/open-power/hostboot/commit/31dd0024d>`__ Correct chiplet target for mc_omi_fir_reg xml
+- `875d8fcca <https://github.com/open-power/hostboot/commit/875d8fcca>`__ Remove OMIDL FIR setup from procedures, is done in
+ initfiles
+- `b481ff043 <https://github.com/open-power/hostboot/commit/b481ff043>`__ Init OMIC FIRs as masked
+
+Alvin Wang (2):
+
+- `870098a4e <https://github.com/open-power/hostboot/commit/870098a4e>`__ Move MCBIST lib to generic folder
+- `d236a4d9f <https://github.com/open-power/hostboot/commit/d236a4d9f>`__ Move kind library to generic
+
+Amit Tendolkar (2):
+
+- `18aa5d9e3 <https://github.com/open-power/hostboot/commit/18aa5d9e3>`__ HCode Error Logs - Final structure change for PGPE-OCC
+ API
+- `f40b75296 <https://github.com/open-power/hostboot/commit/f40b75296>`__ OCC assisted PGPE, SGPE Error Logging
+
+Andre A. Marin (15):
+
+- `8e08836ea <https://github.com/open-power/hostboot/commit/8e08836ea>`__ Add DDR4 RCD attributes from the EXP resp structure
+- `17867d02c <https://github.com/open-power/hostboot/commit/17867d02c>`__ Update TRFC_DLR to uint16 for 16Gb support
+- `a76d69766 <https://github.com/open-power/hostboot/commit/a76d69766>`__ Clean up PPE character format and target
+- `bc4196fe7 <https://github.com/open-power/hostboot/commit/bc4196fe7>`__ Add unit tests for mss field_t and macro def
+- `0d474d644 <https://github.com/open-power/hostboot/commit/0d474d644>`__ Add bounds check API to generic_check library
+- `80ecda0c5 <https://github.com/open-power/hostboot/commit/80ecda0c5>`__ Add DDR4 RCD attributes from the EXP resp structure
+- `3b661be89 <https://github.com/open-power/hostboot/commit/3b661be89>`__ Add supported_rcd attribute from SPD + tests
+- `f1c57ddcd <https://github.com/open-power/hostboot/commit/f1c57ddcd>`__ Update index_within_bounds() API
+- `c5c86d25e <https://github.com/open-power/hostboot/commit/c5c86d25e>`__ Update get_dimm_target() api to get_target()
+- `f92ebb1bd <https://github.com/open-power/hostboot/commit/f92ebb1bd>`__ Update get_ocmb_target() api to get_target()
+- `81fe4816a <https://github.com/open-power/hostboot/commit/81fe4816a>`__ Update attr_engine to handle more cases
+- `9ba2723f1 <https://github.com/open-power/hostboot/commit/9ba2723f1>`__ Add empty explorer_rc_resp_fields file for HB mirroring
+- `6110ede07 <https://github.com/open-power/hostboot/commit/6110ede07>`__ Add explorer rc response to eff_config
+- `f30db0976 <https://github.com/open-power/hostboot/commit/f30db0976>`__ Update API for std::begin and std::end
+- `dcb88fdc5 <https://github.com/open-power/hostboot/commit/dcb88fdc5>`__ Add explorer rc response to eff_config
+
+Andre Marin (15):
+
+- `831f9e0d8 <https://github.com/open-power/hostboot/commit/831f9e0d8>`__ Fix HB error with -Os compile flag due to eff_config
+- `ab9139914 <https://github.com/open-power/hostboot/commit/ab9139914>`__ Move pre_eff_config specific code to chip specific
+ folders
+- `0e26522ec <https://github.com/open-power/hostboot/commit/0e26522ec>`__ Add nimbus and cumulus empty files for find
+ specialization
+- `06ed7403d <https://github.com/open-power/hostboot/commit/06ed7403d>`__ Move find_magic from generic to Nimbus subdir path
+- `9fb424b8a <https://github.com/open-power/hostboot/commit/9fb424b8a>`__ Change return size of the DDR4 DDIMM SPD
+- `1061da027 <https://github.com/open-power/hostboot/commit/1061da027>`__ Add missing attributes needed to be set for generic
+ mss_kind
+- `491ac02e8 <https://github.com/open-power/hostboot/commit/491ac02e8>`__ Split nimbus and cumulus find API away from generic
+- `86f11d17e <https://github.com/open-power/hostboot/commit/86f11d17e>`__ Add mss throttle files L1
+- `f3b51d33a <https://github.com/open-power/hostboot/commit/f3b51d33a>`__ Move find API to share among memory controllers
+- `85dce0de2 <https://github.com/open-power/hostboot/commit/85dce0de2>`__ Disable mem clk stop when in STR for DD2.\* only
+- `a87142ef6 <https://github.com/open-power/hostboot/commit/a87142ef6>`__ Remove logic to disable memory clocks in STR if in
+ PD_AND_STR_CLK_STOP mode
+- `cdc14bcd3 <https://github.com/open-power/hostboot/commit/cdc14bcd3>`__ Split nimbus and cumulus find API away from generic
+- `f8776311e <https://github.com/open-power/hostboot/commit/f8776311e>`__ Add call to exp_mss_thermal_init to step 14.2
+- `daeac77bf <https://github.com/open-power/hostboot/commit/daeac77bf>`__ Add RC A2, B3, and C3 for 16Gb RDIMMs
+- `b403e6730 <https://github.com/open-power/hostboot/commit/b403e6730>`__ Clean up for p10 porting dependency errors
+
+Artem Senichev (3):
+
+- `ad8653d6a <https://github.com/open-power/hostboot/commit/ad8653d6a>`__ errl: Fix data reading from unaligned pointers
+- `c79620afd <https://github.com/open-power/hostboot/commit/c79620afd>`__ errl: Free memory allocated for parsers
+- `b47fb5983 <https://github.com/open-power/hostboot/commit/b47fb5983>`__ Replace descriptions with JEDEC register names
+
+Ben Gass (8):
+
+- `111b6f0e6 <https://github.com/open-power/hostboot/commit/111b6f0e6>`__ p9_nv_ref_clk_enable, NV refclk bits moved to ROOT_CTRL7
+ for Axone.
+- `fad02a31a <https://github.com/open-power/hostboot/commit/fad02a31a>`__ Translate logical mca regisers in mcs chiplet as mca
+ target type
+- `6c4acfedf <https://github.com/open-power/hostboot/commit/6c4acfedf>`__ Move NPU_ENABLE to its own initfile and call from
+ p9_npu_scominit for p9a.
+- `38845b646 <https://github.com/open-power/hostboot/commit/38845b646>`__ Call p9_fbc_ioo_dl_npu_scom from p9_npu_scominit
+- `d534ac32b <https://github.com/open-power/hostboot/commit/d534ac32b>`__ Update explorer scom header files with newer figtree
+ data.
+- `98bf4ecbd <https://github.com/open-power/hostboot/commit/98bf4ecbd>`__ Update OMI DS template support
+- `51aae2461 <https://github.com/open-power/hostboot/commit/51aae2461>`__ Adding obj_handle values for attentions to
+ explorer.scom.initfile
+- `4b0d4cb36 <https://github.com/open-power/hostboot/commit/4b0d4cb36>`__ Translate OMIC DL register correctly
+
+Bill Hoffa (12):
+
+- `6abe77368 <https://github.com/open-power/hostboot/commit/6abe77368>`__ Parse MEM_PORT target type out of Machine Readable
+ Workbook (MRW)
+- `07b05592e <https://github.com/open-power/hostboot/commit/07b05592e>`__ Add HUID value to DDIMM parsing
+- `7cfa513f0 <https://github.com/open-power/hostboot/commit/7cfa513f0>`__ Process MRW MC Targets Correctly
+- `05007faa4 <https://github.com/open-power/hostboot/commit/05007faa4>`__ Ignore OMIC connections for OCMB_CHIP MRW processing
+- `5825828fa <https://github.com/open-power/hostboot/commit/5825828fa>`__ Fix MMIO Addressing and Attributes on Non-Master Proc
+- `e05083bbd <https://github.com/open-power/hostboot/commit/e05083bbd>`__ Skip Alternate PNOR Validation on alt-master proc if lpc
+ init fails
+- `6c12d1ea9 <https://github.com/open-power/hostboot/commit/6c12d1ea9>`__ Update Sim level to 08_23_19_f5e686_simics.tar.gz
+- `e22e362f3 <https://github.com/open-power/hostboot/commit/e22e362f3>`__ Axone 2-Proc Standalone Sim Enablement
+- `75aa7d0bd <https://github.com/open-power/hostboot/commit/75aa7d0bd>`__ Remove Unused clearPoreBars function in Istep 21.3
+- `c283187cd <https://github.com/open-power/hostboot/commit/c283187cd>`__ Modify INTRP Initialization Order to route LSI interrupts
+ over PSHIHB
+- `7da5f5914 <https://github.com/open-power/hostboot/commit/7da5f5914>`__ Enable Serial Testcases
+- `c13c81ff9 <https://github.com/open-power/hostboot/commit/c13c81ff9>`__ Fix HB Simulation Startup Script for using vexec
+
+Bradley Pepper (1):
+
+- `504aa7ff8 <https://github.com/open-power/hostboot/commit/504aa7ff8>`__ Adds plug rule for dependent DIMM slots on Swift
+
+Brian Silver (4):
+
+- `127c22d27 <https://github.com/open-power/hostboot/commit/127c22d27>`__ Add dump_regs for MC
+- `bb6571fca <https://github.com/open-power/hostboot/commit/bb6571fca>`__ Add mcbist L2 function
+- `67a37edc8 <https://github.com/open-power/hostboot/commit/67a37edc8>`__ Change include paths in memory/lib, tests
+- `a123070b9 <https://github.com/open-power/hostboot/commit/a123070b9>`__ Add support for dynamic MC PERF2 register setup
+
+Caleb Palmer (66):
+
+- `6751459c3 <https://github.com/open-power/hostboot/commit/6751459c3>`__ PRD: Axone MemEccAnalysis Updates
+- `b731bda96 <https://github.com/open-power/hostboot/commit/b731bda96>`__ PRD: Axone Restore DRAM Repairs support
+- `4128797da <https://github.com/open-power/hostboot/commit/4128797da>`__ PRD: Axone sim support and test cases
+- `e65958555 <https://github.com/open-power/hostboot/commit/e65958555>`__ PRD: Add OCMB support for ROW_REPAIR code
+- `ddf90e53a <https://github.com/open-power/hostboot/commit/ddf90e53a>`__ PRD: Cumulus Add PLL Slave Error Regs
+- `37af28e05 <https://github.com/open-power/hostboot/commit/37af28e05>`__ PRD: NVDIMM avoid gard for general mem errors only for
+ IPL
+- `9de71650f <https://github.com/open-power/hostboot/commit/9de71650f>`__ PRD: Axone OMIC to OMI connection and log parser updates
+- `4ced77592 <https://github.com/open-power/hostboot/commit/4ced77592>`__ PRD: NVDIMM RDR no gard only for all repairs used case
+- `a51a38812 <https://github.com/open-power/hostboot/commit/a51a38812>`__ PRD: Add Axone background scrubbing framework
+- `b1090a522 <https://github.com/open-power/hostboot/commit/b1090a522>`__ PRD: Axone more MEM_PORT cleanup and misc updates
+- `8aa5e5fb9 <https://github.com/open-power/hostboot/commit/8aa5e5fb9>`__ PRD: NVDIMM signature and Warning Threshold update
+- `248c0df21 <https://github.com/open-power/hostboot/commit/248c0df21>`__ PRD: NVDIMM don’t check threshold unless no errors found
+- `84e076b71 <https://github.com/open-power/hostboot/commit/84e076b71>`__ PRD: Axone MemoryMru Updates
+- `285dc2bbe <https://github.com/open-power/hostboot/commit/285dc2bbe>`__ PRD: Uncomment OMI bus callout and cleanup getSlaveRanks
+- `ea5da88b0 <https://github.com/open-power/hostboot/commit/ea5da88b0>`__ MDIA: Update mdiatestmba.H test case
+- `cbd250000 <https://github.com/open-power/hostboot/commit/cbd250000>`__ PRD: Don’t dealloc NVDIMMs set to NO_GARD in a predictive
+ log
+- `6034efa84 <https://github.com/open-power/hostboot/commit/6034efa84>`__ PRD: Skip callouts without trgts when clearing NVDIMM
+ gard
+- `78c527c5e <https://github.com/open-power/hostboot/commit/78c527c5e>`__ PRD: NVDIMM signatures use MCA HUID instead of DIMM
+- `f7aeced78 <https://github.com/open-power/hostboot/commit/f7aeced78>`__ PRD: NVDIMM Fix negative temperature check
+- `8d0f324f7 <https://github.com/open-power/hostboot/commit/8d0f324f7>`__ PRD: Do not clear VPD at RDR when avoiding NVDIMM gard
+- `8e9808de5 <https://github.com/open-power/hostboot/commit/8e9808de5>`__ PRD: Fix reading of NVDIMM ES_TEMP value
+- `f5de75d9d <https://github.com/open-power/hostboot/commit/f5de75d9d>`__ PRD: NVDIMM Additional FFDC for error analysis
+- `b08fe621d <https://github.com/open-power/hostboot/commit/b08fe621d>`__ PRD: Update NVDIMM warning threshold adjustment
+- `bfe56382f <https://github.com/open-power/hostboot/commit/bfe56382f>`__ PRD: NVDIMM keep log hidden if no error found during
+ analysis
+- `d9057b40a <https://github.com/open-power/hostboot/commit/d9057b40a>`__ PRD: Fix UNIT_CS analysis in OCMB chiplet FIR
+- `d0f0ff1e5 <https://github.com/open-power/hostboot/commit/d0f0ff1e5>`__ PRD: Lane repair OMI bus callout changes
+- `b93f63ad3 <https://github.com/open-power/hostboot/commit/b93f63ad3>`__ PRD: NVDIMM workaround for ES TEMP glitches
+- `b99004fb7 <https://github.com/open-power/hostboot/commit/b99004fb7>`__ PRD: Initial Axone Channel Fail support
+- `70a4b6bf1 <https://github.com/open-power/hostboot/commit/70a4b6bf1>`__ PRD: Add threshold for stopping on UEs/CEs during BgScrub
+- `3920d160e <https://github.com/open-power/hostboot/commit/3920d160e>`__ PRD: Fix returning port position in dynamic mem dealloc
+- `9d750b3d9 <https://github.com/open-power/hostboot/commit/9d750b3d9>`__ PRD: Add additional FFDC to runtime NVDIMM analysis
+- `2dbc30966 <https://github.com/open-power/hostboot/commit/2dbc30966>`__ PRD: Axone UE/CE threshold for background scrub
+- `195dd6a15 <https://github.com/open-power/hostboot/commit/195dd6a15>`__ PRD: Axone VCM Updates
+- `e017df4c9 <https://github.com/open-power/hostboot/commit/e017df4c9>`__ PRD: Axone Two Phase Scrub (TPS) support
+- `e3407c1b4 <https://github.com/open-power/hostboot/commit/e3407c1b4>`__ PRD: OCMB handling for checkstop analysis path
+- `d8c686118 <https://github.com/open-power/hostboot/commit/d8c686118>`__ MDIA: Uncomment HWP calls
+- `fcbb09411 <https://github.com/open-power/hostboot/commit/fcbb09411>`__ Uncomment the remainder of hwp_wrappers.H
+- `0247cc5fb <https://github.com/open-power/hostboot/commit/0247cc5fb>`__ Update ATTR_MEM_VPD_DQ_MAPs default to a 1-to-1 mapping
+- `e3870cb85 <https://github.com/open-power/hostboot/commit/e3870cb85>`__ Add DIMM_BAD_DQ_DATA field for DDR4 DDIMM SPD and bad dq
+ tests
+- `574346780 <https://github.com/open-power/hostboot/commit/574346780>`__ PRD: Update CE/UE flood threshold to reset on new ranks
+- `bcdae9c49 <https://github.com/open-power/hostboot/commit/bcdae9c49>`__ PRD: Axone Dynamic Mem Dealloc Addr Translate Port Addr
+- `d65563f09 <https://github.com/open-power/hostboot/commit/d65563f09>`__ PRD: Axone Dynamic Mem Dealloc addr translate insert Grp
+ ID
+- `d1b590057 <https://github.com/open-power/hostboot/commit/d1b590057>`__ PRD: Uncomment Axone HWP code
+- `70ef78700 <https://github.com/open-power/hostboot/commit/70ef78700>`__ PRD: NVDIMM only update status bits for predictive logs
+- `1f4ac83bb <https://github.com/open-power/hostboot/commit/1f4ac83bb>`__ PRD: Add check for OCMBs to MemDealloc::dimmList
+- `cbb2bd756 <https://github.com/open-power/hostboot/commit/cbb2bd756>`__ PRD: Fix checkEccFirs template problem
+- `da3c3ba33 <https://github.com/open-power/hostboot/commit/da3c3ba33>`__ PRD: Add workaround for OMIDLFIR channel fails
+- `c10eba828 <https://github.com/open-power/hostboot/commit/c10eba828>`__ PRD: Change MCC to OCMB chip connection lookup
+- `a3fec9cb1 <https://github.com/open-power/hostboot/commit/a3fec9cb1>`__ MDIA: Reenable PRD memdiags instead of cronus version
+- `7e9fe96af <https://github.com/open-power/hostboot/commit/7e9fe96af>`__ PRD: Workarounds to avoid HIO during checkstops
+- `1b10af06e <https://github.com/open-power/hostboot/commit/1b10af06e>`__ Fix getting all OCMBs for mss_scrub
+- `51440d90c <https://github.com/open-power/hostboot/commit/51440d90c>`__ PRD: NVDIMM callouts for register access errors
+- `a91c5531f <https://github.com/open-power/hostboot/commit/a91c5531f>`__ PRD: Add default callout for chip connection lookup fails
+- `f07d459fb <https://github.com/open-power/hostboot/commit/f07d459fb>`__ PRD: Disable OCMB UCS check and clear subchnl specific
+ attn
+- `b6badfcb9 <https://github.com/open-power/hostboot/commit/b6badfcb9>`__ MDIA: Update timeout FFDC gathering for OCMBs
+- `004dbbae7 <https://github.com/open-power/hostboot/commit/004dbbae7>`__ PRD: Channel Fail fix OCMB UCS query
+- `e8491f368 <https://github.com/open-power/hostboot/commit/e8491f368>`__ PRD: Dyn mem dealloc fix getting ocmb channel pos
+- `d89b3e7bb <https://github.com/open-power/hostboot/commit/d89b3e7bb>`__ MDIA: Enable restore dram repairs for Axone
+- `638312ea6 <https://github.com/open-power/hostboot/commit/638312ea6>`__ MDIA: Update mdiatestmba test cases
+- `cec911056 <https://github.com/open-power/hostboot/commit/cec911056>`__ MDIA: Add MCC registers to timeout FFDC
+- `cff27861a <https://github.com/open-power/hostboot/commit/cff27861a>`__ MDIA: Disable restoreDramRepairs until we get updated HWP
+ call
+- `e64493c22 <https://github.com/open-power/hostboot/commit/e64493c22>`__ Make mss::ccs::execute static inline
+- `cf23c9a46 <https://github.com/open-power/hostboot/commit/cf23c9a46>`__ PRD: Add dependencies for restore_repair in hwp_wrappers
+- `9ed3a8c72 <https://github.com/open-power/hostboot/commit/9ed3a8c72>`__ MDIA: For OCMBs avoid getting parent chip
+- `7bf1bbfec <https://github.com/open-power/hostboot/commit/7bf1bbfec>`__ PRD: Ignore mainline IUE if on at same time as mainline
+ UE
+- `cc929c6fd <https://github.com/open-power/hostboot/commit/cc929c6fd>`__ PRD: Update OCMB_LFIR[38] to defaultMaskedError
+
+Chen Du (2):
+
+- `e783d1e86 <https://github.com/open-power/hostboot/commit/e783d1e86>`__ Dynamically generate ocmb cmd/rsp seq id
+- `85992ee55 <https://github.com/open-power/hostboot/commit/85992ee55>`__ Split nvdimm vendor logs
+
+Chris Cain (1):
+
+- `ceef10b02 <https://github.com/open-power/hostboot/commit/ceef10b02>`__ HTMGT: Update to support new PGPE elog structure
+
+Chris Steffen (1):
+
+- `2619526af <https://github.com/open-power/hostboot/commit/2619526af>`__ P9A Tx Fifo Init + Init Settings Update
+
+Christian Geddes (60):
+
+- `e7f8781ee <https://github.com/open-power/hostboot/commit/e7f8781ee>`__ Force sbe update loop if a change in OMI freq is detected
+- `73acf956a <https://github.com/open-power/hostboot/commit/73acf956a>`__ Support reading from EECACHE during runtime
+- `c865c731a <https://github.com/open-power/hostboot/commit/c865c731a>`__ Register EEPROM_CACHE device route for NODE targets for
+ PVPD support
+- `81c225bca <https://github.com/open-power/hostboot/commit/81c225bca>`__ Enable runtime test for Axone
+- `be772a1e3 <https://github.com/open-power/hostboot/commit/be772a1e3>`__ Break out of loop if we fail to load reserved mem section
+- `b3c0accfe <https://github.com/open-power/hostboot/commit/b3c0accfe>`__ Remove MVPD,MEMD and CENHWIMG section from Axone pnor
+ layout
+- `f9d0c39c1 <https://github.com/open-power/hostboot/commit/f9d0c39c1>`__ Skip phase 2 of IDEC check for ocmb targets for gemini
+- `7e05c2e69 <https://github.com/open-power/hostboot/commit/7e05c2e69>`__ Always update EECACHE header when we find a new eeprom
+ entry
+- `ed0430e90 <https://github.com/open-power/hostboot/commit/ed0430e90>`__ OR mux select with the “enable” bit 0b1000 when making
+ selection
+- `119219fbd <https://github.com/open-power/hostboot/commit/119219fbd>`__ Skip mss_scrub with axone system for until we get it
+ working
+- `311f9e017 <https://github.com/open-power/hostboot/commit/311f9e017>`__ Add temp workaround to force Axone to use Nimbus’s hcode
+ lid
+- `650345ffb <https://github.com/open-power/hostboot/commit/650345ffb>`__ Switch which OMI init hwp we call for GEMINI ocmb targets
+- `9bdc8a41d <https://github.com/open-power/hostboot/commit/9bdc8a41d>`__ Temp workaround to skip filling in TPM info for RT on
+ axone systems
+- `b424be0fc <https://github.com/open-power/hostboot/commit/b424be0fc>`__ Set Gemini EC level to be 0x10 if 0x00 is found in SPD
+ revision field
+- `aade92abb <https://github.com/open-power/hostboot/commit/aade92abb>`__ Add workaround to ignore MC channel hangs for Swift
+ bringup
+- `a7892148b <https://github.com/open-power/hostboot/commit/a7892148b>`__ Only compare a proc’s omi freq if it has functional OCMB
+ children
+- `c98af339b <https://github.com/open-power/hostboot/commit/c98af339b>`__ Do not unload modules loaded for unit tests
+- `0f996208d <https://github.com/open-power/hostboot/commit/0f996208d>`__ Use REL_POS of OMI and not OCMB for calculating hdat DIMM
+ ID’s
+- `ca543f732 <https://github.com/open-power/hostboot/commit/ca543f732>`__ Add OSYS record MM/SS keyword checks for PVPD
+- `b1ec6c18b <https://github.com/open-power/hostboot/commit/b1ec6c18b>`__ Update ocmb i2c driver to send address in read command
+ sequence
+- `a950157bf <https://github.com/open-power/hostboot/commit/a950157bf>`__ Update sim scripts to use $proc_chip_type to lookup chip
+ for Axone
+- `4e839856d <https://github.com/open-power/hostboot/commit/4e839856d>`__ Lookup ID/EC register on Gemini OCBMs for comparison to
+ SPD
+- `3bbc07ee0 <https://github.com/open-power/hostboot/commit/3bbc07ee0>`__ Introduce exp_getidec HWP
+- `00fa8005d <https://github.com/open-power/hostboot/commit/00fa8005d>`__ Compile new ioo_dl_npu_scominit HWP so its ready to use
+- `6ba5510b7 <https://github.com/open-power/hostboot/commit/6ba5510b7>`__ Add “Not Wired” option for OPTICS_CONFIG_MODE attrs
+- `59a241514 <https://github.com/open-power/hostboot/commit/59a241514>`__ Update DIMM mux_select to match their OCMB counterparts
+- `bafe5de9d <https://github.com/open-power/hostboot/commit/bafe5de9d>`__ Account for Explorer’s DMB_REVISION format in its SPD
+- `e85d6dd64 <https://github.com/open-power/hostboot/commit/e85d6dd64>`__ Re-enable mss_scrub in istep16 for axone systems
+- `8ab48e774 <https://github.com/open-power/hostboot/commit/8ab48e774>`__ Apply MC_HANG timeout workaround to all processors
+- `147018379 <https://github.com/open-power/hostboot/commit/147018379>`__ Skip OCMB targets while decidng what targets to process
+ for IpmiFruInv
+- `69f3bd253 <https://github.com/open-power/hostboot/commit/69f3bd253>`__ Update axone pnor layout to move eecache to the begining
+- `b7c4af200 <https://github.com/open-power/hostboot/commit/b7c4af200>`__ Add wrapper to exp_getidec HWP so we can call it in
+ platform code
+- `1b3bc0e6a <https://github.com/open-power/hostboot/commit/1b3bc0e6a>`__ Disable OMI deconfig tests
+- `0f3e041cb <https://github.com/open-power/hostboot/commit/0f3e041cb>`__ Add new DDR4 DDIMM keyword ENTIRE_SPD_WITHOUT_EFD
+- `e1de8adbd <https://github.com/open-power/hostboot/commit/e1de8adbd>`__ Increase hostboot standalone timeout to be 75 minutes
+- `bce435643 <https://github.com/open-power/hostboot/commit/bce435643>`__ Add call to fapi wrapper of exp_getidec into hwasPlat
+ code
+- `51c6d68c1 <https://github.com/open-power/hostboot/commit/51c6d68c1>`__ Update dimmspd used by explorers in axone simics
+- `1629aca37 <https://github.com/open-power/hostboot/commit/1629aca37>`__ Increase timeout for OCMB inband communication doorbell
+- `5b6b984fa <https://github.com/open-power/hostboot/commit/5b6b984fa>`__ Reorganize omi training steps accounting for new omi
+ training hwps
+- `8b524caae <https://github.com/open-power/hostboot/commit/8b524caae>`__ Set endianess attributes in hb_customized_attrs instead
+ of in code
+- `2dc7d1457 <https://github.com/open-power/hostboot/commit/2dc7d1457>`__ Update Part Number field side for DDR4 DDIMM spd layout
+- `a058d0e23 <https://github.com/open-power/hostboot/commit/a058d0e23>`__ Call cronus version of memdiags for explorer until prd
+ version works
+- `aa122e3e9 <https://github.com/open-power/hostboot/commit/aa122e3e9>`__ Don’t consider processor’s OMI freq if it is 0 when freq
+ restrictions
+- `9c4be0da9 <https://github.com/open-power/hostboot/commit/9c4be0da9>`__ Only call memdiags on Explorer ocmb chips
+- `632582f10 <https://github.com/open-power/hostboot/commit/632582f10>`__ Allow dynmic i2c device addresses and set up PMIC targets
+ to do this
+- `22b39d874 <https://github.com/open-power/hostboot/commit/22b39d874>`__ Adjust deadman timeout request time to be 10.5 seconds
+- `d1260d0c7 <https://github.com/open-power/hostboot/commit/d1260d0c7>`__ Fix ipmifruinv calls for dimms in swift systems
+- `c016e9860 <https://github.com/open-power/hostboot/commit/c016e9860>`__ Avoid commiting errors inside fapi2_i2c device driver
+- `c3689a691 <https://github.com/open-power/hostboot/commit/c3689a691>`__ Fixes to PMIC presence detection
+- `6d6b8ced5 <https://github.com/open-power/hostboot/commit/6d6b8ced5>`__ Allow HWPs that send BOOT_CONFIG command to ocbm to run
+ in simics
+- `7cb71794b <https://github.com/open-power/hostboot/commit/7cb71794b>`__ Correct ptr math and force CI i/o in kernal for machchk
+ escalation
+- `b80205824 <https://github.com/open-power/hostboot/commit/b80205824>`__ Filter out i2c slaves that are not associated with a
+ given master
+- `946a75dff <https://github.com/open-power/hostboot/commit/946a75dff>`__ Add calls to p9a_disable_ocmb_i2c HWP in istep 8.12
+- `ea01d258c <https://github.com/open-power/hostboot/commit/ea01d258c>`__ Introduce eecache_editor.pl tool
+- `2a1b24baf <https://github.com/open-power/hostboot/commit/2a1b24baf>`__ Correct target hiearchy in axone system xml
+- `d712b65d7 <https://github.com/open-power/hostboot/commit/d712b65d7>`__ Remove workaround setting EFUSE3 power-on value
+- `2a806047e <https://github.com/open-power/hostboot/commit/2a806047e>`__ Remove workaround added to increment MCS timeout for
+ gemini’s
+- `582071097 <https://github.com/open-power/hostboot/commit/582071097>`__ Add hwp retry loop as workaround until we resolve timeout
+ issue
+- `f32aff51f <https://github.com/open-power/hostboot/commit/f32aff51f>`__ Make RT_TARG id generation code common between IPL time
+ and runtime
+- `7866a7cc7 <https://github.com/open-power/hostboot/commit/7866a7cc7>`__ Add API to get OCMB’s mmio information, used to build
+ HDAT
+
+Claus Michael Olsen (1):
+
+- `aea300c8e <https://github.com/open-power/hostboot/commit/aea300c8e>`__ Fix to SW473350: p9_xip_customize Vpd core fill bug
+
+Corey Swenson (20):
+
+- `f088a0dc2 <https://github.com/open-power/hostboot/commit/f088a0dc2>`__ Miscellaneous NVDIMM cleanup
+- `af4454c30 <https://github.com/open-power/hostboot/commit/af4454c30>`__ NVDIMM unlock error DELAYED_DECONFIG
+- `f691dc23a <https://github.com/open-power/hostboot/commit/f691dc23a>`__ HBRT command from SBE to trigger NVDIMM operations
+- `0856a71d6 <https://github.com/open-power/hostboot/commit/0856a71d6>`__ Fix NVDIMM update error log comments
+- `2ad648b98 <https://github.com/open-power/hostboot/commit/2ad648b98>`__ NVDIMM: Load warning thresholds, after FW_UPDATE, on
+ every IPL
+- `d8db346a1 <https://github.com/open-power/hostboot/commit/d8db346a1>`__ Add Encryption Enabled bit to NV_STATUS_FLAG
+- `26c32cba6 <https://github.com/open-power/hostboot/commit/26c32cba6>`__ NVDIMM: Additional FFDC for NVDIMM/BPM callouts
+- `ce0d29c96 <https://github.com/open-power/hostboot/commit/ce0d29c96>`__ Add vendor log data to FFDC for all NVDIMM HW errors
+- `1434b8952 <https://github.com/open-power/hostboot/commit/1434b8952>`__ NVDIMM: FW_UPDATE: New FFDC for SECURITY_ERROR
+- `adc61f1bd <https://github.com/open-power/hostboot/commit/adc61f1bd>`__ Attempt to unlock encryption in NVDIMM Arm function
+- `7fb809d19 <https://github.com/open-power/hostboot/commit/7fb809d19>`__ Re-enable NV_STATUS notification for Opal
+- `f41f71705 <https://github.com/open-power/hostboot/commit/f41f71705>`__ Fix linker Object init
+- `d8decc681 <https://github.com/open-power/hostboot/commit/d8decc681>`__ Add support for NULL char in vendor log
+- `7e66117da <https://github.com/open-power/hostboot/commit/7e66117da>`__ Add NVDIMM opertions to rt_cmds
+- `d432c4503 <https://github.com/open-power/hostboot/commit/d432c4503>`__ Fix auto-arming NVDIMMs for ESS systems
+- `5eaa67a66 <https://github.com/open-power/hostboot/commit/5eaa67a66>`__ Always send NV_STATUS to Opal when opal-prd starts
+- `c3d65931f <https://github.com/open-power/hostboot/commit/c3d65931f>`__ Fix for missing HBRT error log after error injected
+- `634b78532 <https://github.com/open-power/hostboot/commit/634b78532>`__ NVDIMM : Catch save error during MPIPL
+- `a96914fab <https://github.com/open-power/hostboot/commit/a96914fab>`__ Add support for NVDIMM secure erase verify
+- `e69d7d9ff <https://github.com/open-power/hostboot/commit/e69d7d9ff>`__ ARM/DISARM NVDIMMs by proc
+
+Dan Crowell (56):
+
+- `d0e2fddc7 <https://github.com/open-power/hostboot/commit/d0e2fddc7>`__ Add option to factory reset nvdimms
+- `f2281d448 <https://github.com/open-power/hostboot/commit/f2281d448>`__ Enable URMOR hack for Axone
+- `2dc572888 <https://github.com/open-power/hostboot/commit/2dc572888>`__ Add type to adapt mrw version of i2c mux to hb mux type
+- `0d622822e <https://github.com/open-power/hostboot/commit/0d622822e>`__ Enable URMOR hack for Axone in shutdown path
+- `7a758c4ef <https://github.com/open-power/hostboot/commit/7a758c4ef>`__ Handle processor swap between slots to 1-socket system
+- `6c712843a <https://github.com/open-power/hostboot/commit/6c712843a>`__ Force NO_SWAP for Explorer MMIO word swap for now
+- `0606bb795 <https://github.com/open-power/hostboot/commit/0606bb795>`__ Honor DDIMM EFD metadata to choose OMI frequencies
+- `b4b84d189 <https://github.com/open-power/hostboot/commit/b4b84d189>`__ Fix BPM script to put temp files into obj tree
+- `fae196d66 <https://github.com/open-power/hostboot/commit/fae196d66>`__ Add Axone comment to grouping attribute
+- `c0426a12d <https://github.com/open-power/hostboot/commit/c0426a12d>`__ Remove a file to remirror it
+- `6d14af625 <https://github.com/open-power/hostboot/commit/6d14af625>`__ Add subsystem translations for NVDIMM part callouts
+- `4b8fb565e <https://github.com/open-power/hostboot/commit/4b8fb565e>`__ Fix OMIC MRW processing
+- `cd820b662 <https://github.com/open-power/hostboot/commit/cd820b662>`__ Final solution for Axone HCODE lid id
+- `2ceefa096 <https://github.com/open-power/hostboot/commit/2ceefa096>`__ Do not allow PNOR partition adjustments when not in test
+ mode
+- `5f27f36ed <https://github.com/open-power/hostboot/commit/5f27f36ed>`__ Enable SMF tests for Axone
+- `56b1dbc3c <https://github.com/open-power/hostboot/commit/56b1dbc3c>`__ Skip hardware delays when running in Simics
+- `8ad37b962 <https://github.com/open-power/hostboot/commit/8ad37b962>`__ Add support for DMI-MEMBUF bus failures to fapi
+- `a3a392385 <https://github.com/open-power/hostboot/commit/a3a392385>`__ Add OMI bus support to callouts
+- `ed40af7bc <https://github.com/open-power/hostboot/commit/ed40af7bc>`__ Enable rolling counter and verification of req id for
+ Explorer
+- `e9c4e6ad6 <https://github.com/open-power/hostboot/commit/e9c4e6ad6>`__ Remove ibm prefix from reserved memory spaces
+- `70b54e6ae <https://github.com/open-power/hostboot/commit/70b54e6ae>`__ Automatically set VPD cache flags based on EEPROM cache
+ setting
+- `a0207ea10 <https://github.com/open-power/hostboot/commit/a0207ea10>`__ Add attribute to explicitly force OCMB Firmware update
+ behavior
+- `576b16849 <https://github.com/open-power/hostboot/commit/576b16849>`__ Add plug-rule callout to memory vpd lookup failure
+- `a7739158a <https://github.com/open-power/hostboot/commit/a7739158a>`__ Support scoms to MEM_PORT targets
+- `38949a9bb <https://github.com/open-power/hostboot/commit/38949a9bb>`__ Do not crash if we have no functional nodes
+- `4924154e6 <https://github.com/open-power/hostboot/commit/4924154e6>`__ Create FW interfaces to execute memory diagnostics
+- `9c7a264f8 <https://github.com/open-power/hostboot/commit/9c7a264f8>`__ Fix fapi spd testcases
+- `d519d2911 <https://github.com/open-power/hostboot/commit/d519d2911>`__ Fix timestamp parser for OpenBMC ESELs
+- `95bb7028e <https://github.com/open-power/hostboot/commit/95bb7028e>`__ Move HBRT reserved memory off of NVDIMMs
+- `1f46cc39f <https://github.com/open-power/hostboot/commit/1f46cc39f>`__ Increase size of default printk buffer in error logs
+- `06b4ead53 <https://github.com/open-power/hostboot/commit/06b4ead53>`__ Mark bootloader RCs for FSP export
+- `dfba68af8 <https://github.com/open-power/hostboot/commit/dfba68af8>`__ Update simics level to
+ f0c3530f4fefad5236391e61ae29b1a2582636ca
+- `4235f2f22 <https://github.com/open-power/hostboot/commit/4235f2f22>`__ Add missing trace point to BlTrace.pm tool
+- `aad465f4b <https://github.com/open-power/hostboot/commit/aad465f4b>`__ For ATTR_MSS_OCMB_HALF_DIMM_MODE to full dimm mode
+- `c46f1ee5b <https://github.com/open-power/hostboot/commit/c46f1ee5b>`__ Automatically include config.h
+- `75c0908b9 <https://github.com/open-power/hostboot/commit/75c0908b9>`__ Switch DECONFIG over to DELAYED_DECONFIG
+- `4638dc513 <https://github.com/open-power/hostboot/commit/4638dc513>`__ Add current istep into TI SRC
+- `ddad6a525 <https://github.com/open-power/hostboot/commit/ddad6a525>`__ Call p9a_throttle_sync inside mss_scominit
+- `4198ffbc2 <https://github.com/open-power/hostboot/commit/4198ffbc2>`__ Force a Hostboot dump on any TI in Simics
+- `91f6cf741 <https://github.com/open-power/hostboot/commit/91f6cf741>`__ Enhancements to default console output
+- `6ceeb473d <https://github.com/open-power/hostboot/commit/6ceeb473d>`__ Move p9a_omi_setup_bars from 12.4 to 12.3
+- `03db83368 <https://github.com/open-power/hostboot/commit/03db83368>`__ Handle automatic interleaving between OMI sub-channels
+- `c6aaded09 <https://github.com/open-power/hostboot/commit/c6aaded09>`__ Support for ATTR_TMP and GUARD in standalone simics
+- `fd4e73a22 <https://github.com/open-power/hostboot/commit/fd4e73a22>`__ Add obj tree to EXTRAINCDIR for istep10
+- `14a51c828 <https://github.com/open-power/hostboot/commit/14a51c828>`__ Add more rc values to vmmpagetest
+- `1cb00f7e0 <https://github.com/open-power/hostboot/commit/1cb00f7e0>`__ Add fir subdir to Axone mss HWP compile path
+- `3b5bb9f2e <https://github.com/open-power/hostboot/commit/3b5bb9f2e>`__ Adjust idec algorithm for Explorer B.0 format
+- `1a19ea2ae <https://github.com/open-power/hostboot/commit/1a19ea2ae>`__ Change p9a_mss_freq from MEM_PORT to PROC_CHIP targets
+ (HB)
+- `4a69880fa <https://github.com/open-power/hostboot/commit/4a69880fa>`__ Better handling of end-of-year mirrored commits
+- `dced790c1 <https://github.com/open-power/hostboot/commit/dced790c1>`__ ZZ Gen4 WOFDATA
+- `541200528 <https://github.com/open-power/hostboot/commit/541200528>`__ Do not truncate error log at runtime when using
+ firmware_request
+- `4e31bed66 <https://github.com/open-power/hostboot/commit/4e31bed66>`__ Convert DECONFIG to DELAYED_DECONFIG on FSP systems
+- `c815997b7 <https://github.com/open-power/hostboot/commit/c815997b7>`__ Pass complete mmio address into runtime ocmb scom
+ interface
+- `0b49c1912 <https://github.com/open-power/hostboot/commit/0b49c1912>`__ Add translation for SuperWOF lid id
+- `9f4f5c89e <https://github.com/open-power/hostboot/commit/9f4f5c89e>`__ Allow very long attribute names
+- `f6f86c539 <https://github.com/open-power/hostboot/commit/f6f86c539>`__ Removing files to force a remirror…
+
+Dan Larson (1):
+
+- `514dce81c <https://github.com/open-power/hostboot/commit/514dce81c>`__ HCBI-239 Enable static analysis
+
+Daniel M Crowell (3):
+
+- `4a6e20386 <https://github.com/open-power/hostboot/commit/4a6e20386>`__ Revert “Compile Hostboot with -Os”
+- `35cc764a1 <https://github.com/open-power/hostboot/commit/35cc764a1>`__ Revert “Remove ibm prefix from reserved memory spaces”
+- `6332cbac6 <https://github.com/open-power/hostboot/commit/6332cbac6>`__ Revert “Add DDR4 RCD attributes from the EXP resp
+ structure”
+
+Dean Sanner (10):
+
+- `a22884e07 <https://github.com/open-power/hostboot/commit/a22884e07>`__ Correctly form LX record/keyword for OpenPOWER
+- `449d1fabb <https://github.com/open-power/hostboot/commit/449d1fabb>`__ Fix bug in attribute sync
+- `cd1e5c91e <https://github.com/open-power/hostboot/commit/cd1e5c91e>`__ Compile Hostboot with -Os
+- `c4e7bcba0 <https://github.com/open-power/hostboot/commit/c4e7bcba0>`__ Compile Hostboot with -Os
+- `7c03d51c2 <https://github.com/open-power/hostboot/commit/7c03d51c2>`__ Always position HOMER in HV space for istep 16
+- `b28407123 <https://github.com/open-power/hostboot/commit/b28407123>`__ Add missing target types for OCMB
+- `81abe97b7 <https://github.com/open-power/hostboot/commit/81abe97b7>`__ Support direct load of POWERVM from BOOTKERNEL partition
+- `d99b1eddc <https://github.com/open-power/hostboot/commit/d99b1eddc>`__ Add SBE Arch dump area for both OPAL & PHYP
+- `334617066 <https://github.com/open-power/hostboot/commit/334617066>`__ Replace spr/gpr numbers with names for arch dump
+- `c16b08724 <https://github.com/open-power/hostboot/commit/c16b08724>`__ Update HDAT flags to indicate memory dump
+
+Devon Baughen (1):
+
+- `df80bf43c <https://github.com/open-power/hostboot/commit/df80bf43c>`__ add function to turn on adaptation in bootconfig
+
+Emmanuel Sacristan (1):
+
+- `eb3d4239b <https://github.com/open-power/hostboot/commit/eb3d4239b>`__ adding iss 768 init for p9 behaviour in nmmu
+
+Giridhari Krishnan (1):
+
+- `d507b6f85 <https://github.com/open-power/hostboot/commit/d507b6f85>`__ Merging of Serverwiz and hostboot repo Targets.pm
+
+Glenn Miles (2):
+
+- `9f92316f3 <https://github.com/open-power/hostboot/commit/9f92316f3>`__ Do nothing with error logs after shutdown event is
+ received.
+- `68ba813f2 <https://github.com/open-power/hostboot/commit/68ba813f2>`__ Fix invalid use of vector iterator
+
+Ilya Smirnov (11):
+
+- `3ab493b69 <https://github.com/open-power/hostboot/commit/3ab493b69>`__ Account For TPM Not Required in Node Comm
+- `33dcae3a2 <https://github.com/open-power/hostboot/commit/33dcae3a2>`__ Set SMF_CONFIG Attribute in MBOX Scratch Reg
+- `4ea0824d8 <https://github.com/open-power/hostboot/commit/4ea0824d8>`__ Update SBE In Istep7.5 In SMF Mode
+- `3db6c1479 <https://github.com/open-power/hostboot/commit/3db6c1479>`__ Cache VERSION Partition
+- `b9cb9f771 <https://github.com/open-power/hostboot/commit/b9cb9f771>`__ Update SYS’s ATTR_XSCOM_BASE_ADDRESS in SMF Paths
+- `fc0e2ceee <https://github.com/open-power/hostboot/commit/fc0e2ceee>`__ HDAT: Add SMF Memory Region
+- `c049efe44 <https://github.com/open-power/hostboot/commit/c049efe44>`__ Update startup.simics To Disable SBE Updates
+- `d2bcdefb2 <https://github.com/open-power/hostboot/commit/d2bcdefb2>`__ Add Printk Traces to ThreadPool Unit Tests
+- `0e5621232 <https://github.com/open-power/hostboot/commit/0e5621232>`__ Fix ThreadPool Memory Corruption
+- `1cee7cd49 <https://github.com/open-power/hostboot/commit/1cee7cd49>`__ Fix UVBWLIST SBE Chip Op
+- `58930a38e <https://github.com/open-power/hostboot/commit/58930a38e>`__ HB TI Area Parser
+
+Jacob Harvey (6):
+
+- `9fc60d7a2 <https://github.com/open-power/hostboot/commit/9fc60d7a2>`__ Fixed doxygen errors and typos
+- `53b580bab <https://github.com/open-power/hostboot/commit/53b580bab>`__ Implementing thermal_init
+- `f26b88c04 <https://github.com/open-power/hostboot/commit/f26b88c04>`__ Power Thermal init
+- `85b7c42f1 <https://github.com/open-power/hostboot/commit/85b7c42f1>`__ Disable memory throttle change_after_sync
+- `7bb1c0030 <https://github.com/open-power/hostboot/commit/7bb1c0030>`__ Change power controll settings for PD/STR
+- `e7de009de <https://github.com/open-power/hostboot/commit/e7de009de>`__ L3 draminit and mss_lib
+
+Jayashankar Padath (3):
+
+- `103d85c96 <https://github.com/open-power/hostboot/commit/103d85c96>`__ HDAT: Support for Swift/Axone memory sub system
+- `50c349b5a <https://github.com/open-power/hostboot/commit/50c349b5a>`__ HDAT: Add MMIO information of OCMB in to Ms Area
+- `8e9344fa0 <https://github.com/open-power/hostboot/commit/8e9344fa0>`__ HDAT: Update on MMIO range address
+
+Jenny Huynh (2):
+
+- `1c64cf3cb <https://github.com/open-power/hostboot/commit/1c64cf3cb>`__ Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ ADD1.0+
+- `39854a32f <https://github.com/open-power/hostboot/commit/39854a32f>`__ Add slbv, slbe extraction to p9_ram_core procedure
+
+Jet Li (1):
+
+- `4e071c333 <https://github.com/open-power/hostboot/commit/4e071c333>`__ Create submodule in hostboot repo for mctp
+
+Joachim Fenkes (1):
+
+- `60d3cb8b4 <https://github.com/open-power/hostboot/commit/60d3cb8b4>`__ Streamline the way PIB/NET are initialized between SBE
+ and Cronus
+
+Joe McGill (2):
+
+- `bd473add8 <https://github.com/open-power/hostboot/commit/bd473add8>`__ p9_fbc_ioo_tdm_recovery – post spare lane FIR after final
+ FIR clearing, unmask
+- `1fb1c42e4 <https://github.com/open-power/hostboot/commit/1fb1c42e4>`__ p9_proc_gettracearray – updates for Axone
+
+Kahn Evans (1):
+
+- `66af054d9 <https://github.com/open-power/hostboot/commit/66af054d9>`__ Fix for missing putCMD symbols
+
+Klaus Heinrich Kiwi (1):
+
+- `caaf22c3e <https://github.com/open-power/hostboot/commit/caaf22c3e>`__ Debug Scripts: Remove deprecated defined(@array)
+
+Louis Stermole (37):
+
+- `dd6aa0faa <https://github.com/open-power/hostboot/commit/dd6aa0faa>`__ Lengthen polling duration for Explorer outbound doorbell
+- `a911c8a49 <https://github.com/open-power/hostboot/commit/a911c8a49>`__ Fix polling timeouts for exp_omi_train and
+ exp_check_for_ready
+- `eed860207 <https://github.com/open-power/hostboot/commit/eed860207>`__ Add attribute to control word swapping over OMI MMIO
+- `77397c404 <https://github.com/open-power/hostboot/commit/77397c404>`__ Change description and default for
+ ATTR_MSS_OCMB_EXP_BOOT_CONFIG_DFE_DISABLE
+- `51aebe563 <https://github.com/open-power/hostboot/commit/51aebe563>`__ Change p9a_mss_eff_config to use rank-specific RTT values
+ from SPD
+- `3e7974342 <https://github.com/open-power/hostboot/commit/3e7974342>`__ Updates to Explorer FW upload tools
+- `4cbe15e36 <https://github.com/open-power/hostboot/commit/4cbe15e36>`__ Rename p9a_mss_memdiag to exp_mss_memdiag
+- `9d7ab6bb2 <https://github.com/open-power/hostboot/commit/9d7ab6bb2>`__ Skip running EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ in
+ exp_mss_thermal_init
+- `ff05444dd <https://github.com/open-power/hostboot/commit/ff05444dd>`__ Remove unmask of MCBISTFIRQ[12]
+- `994392964 <https://github.com/open-power/hostboot/commit/994392964>`__ Remove unused procedure p9a_mss_eff_config_thermal
+- `3502d6036 <https://github.com/open-power/hostboot/commit/3502d6036>`__ Add deconfigure of memory port if mss_freq can’t find
+ consensus freq
+- `2f808f21c <https://github.com/open-power/hostboot/commit/2f808f21c>`__ Skip setting up emergency throttle settings for Explorer
+ in Cronus mode
+- `ef6600cc1 <https://github.com/open-power/hostboot/commit/ef6600cc1>`__ Add empty file for exp_port_traits
+- `7b91b9596 <https://github.com/open-power/hostboot/commit/7b91b9596>`__ Add attribute to specify polling timeout for
+ exp_check_for_ready
+- `a801fcf53 <https://github.com/open-power/hostboot/commit/a801fcf53>`__ Fix exp_draminit to print response structure and error
+ code when training fails
+- `a69715d78 <https://github.com/open-power/hostboot/commit/a69715d78>`__ Add p9a_mss_utils_to_throttle
+- `6b29b3829 <https://github.com/open-power/hostboot/commit/6b29b3829>`__ Change p9a_mss_freq to work on PROC_CHIP target
+- `f51ad1f24 <https://github.com/open-power/hostboot/commit/f51ad1f24>`__ Add blank file for exp_port.C
+- `a9b71d90c <https://github.com/open-power/hostboot/commit/a9b71d90c>`__ Don’t assert from ddimm_get_efd for unsupported freq if
+ ffdc_enabled not set
+- `c49249c72 <https://github.com/open-power/hostboot/commit/c49249c72>`__ Add Explorer specific MCBIST settings before scrub and
+ maint
+- `19e0f82a3 <https://github.com/open-power/hostboot/commit/19e0f82a3>`__ Add blank file exp_fir.C for HB mirror
+- `46174931e <https://github.com/open-power/hostboot/commit/46174931e>`__ Add blank files for P9A plug rules
+- `c4fd28507 <https://github.com/open-power/hostboot/commit/c4fd28507>`__ Add Axone FIR unmasking after p9_chiplet_scominit
+- `288f7babe <https://github.com/open-power/hostboot/commit/288f7babe>`__ Add unmask_after_exp_omi_setup and FIR checks
+- `3a26734f8 <https://github.com/open-power/hostboot/commit/3a26734f8>`__ Add ATTR_MEM_IGNORE_PLUG_RULES to skip Axone plug rules
+- `f40c41f81 <https://github.com/open-power/hostboot/commit/f40c41f81>`__ Increase exp_draminit polling timeout for MDS
+- `9c2a95eab <https://github.com/open-power/hostboot/commit/9c2a95eab>`__ Add some FIR unmask updates for p9a and explorer
+- `fde4c9f63 <https://github.com/open-power/hostboot/commit/fde4c9f63>`__ Add periodic mem cal to end of exp_draminit_mc
+- `513da3116 <https://github.com/open-power/hostboot/commit/513da3116>`__ Set reorder mode after read-only subtest in exp_memdiag
+- `e9687ad70 <https://github.com/open-power/hostboot/commit/e9687ad70>`__ Add unmasks for REG1 and REG2 versions of OMI_FIR for
+ Axone
+- `6ed0290da <https://github.com/open-power/hostboot/commit/6ed0290da>`__ Change “ALL EFDs have been exhausted” trace from error to
+ info
+- `eed98f14e <https://github.com/open-power/hostboot/commit/eed98f14e>`__ Fix DL_OMI_FIR unmasks after p9_chiplet_scominit to be DL
+ specific
+- `445272ea4 <https://github.com/open-power/hostboot/commit/445272ea4>`__ Fix Swift plug rule for DDIMM channel dependency
+- `044ece9cc <https://github.com/open-power/hostboot/commit/044ece9cc>`__ Add PRD helper functions for restore_repairs on Nimbus
+ and Explorer
+- `129a80acf <https://github.com/open-power/hostboot/commit/129a80acf>`__ Fix MC_OMI_FIR_REG_DL0_FLIT_CE unmask in p9a_omi_init
+- `d97ea2280 <https://github.com/open-power/hostboot/commit/d97ea2280>`__ Add initial masking to Explorer MC_OMI_FIR in
+ exp_omi_setup
+- `e27c350a6 <https://github.com/open-power/hostboot/commit/e27c350a6>`__ Add include for find.H in gen_mss_port.H
+
+Luis Fernandez (6):
+
+- `6faf10f43 <https://github.com/open-power/hostboot/commit/6faf10f43>`__ HB Implement Static Analysis with cppcheck
+- `5474e9200 <https://github.com/open-power/hostboot/commit/5474e9200>`__ Fixes from HB for GCC 8 Compiler
+- `163b6d077 <https://github.com/open-power/hostboot/commit/163b6d077>`__ (Fix for:) Alert when a partition’s space utilization
+ exceeds a threshold
+- `08501bc65 <https://github.com/open-power/hostboot/commit/08501bc65>`__ Patch For: Implement Static Analysis with cppcheck
+- `5dd26a01e <https://github.com/open-power/hostboot/commit/5dd26a01e>`__ New Optional Argument to PnorUtils.pm’s loadPnorLayout
+- `1f76bfa23 <https://github.com/open-power/hostboot/commit/1f76bfa23>`__ Add call to p9_throttle_sync inside
+ cumulus_call_mss_scominit
+
+MATTHEW I. HICKMAN (9):
+
+- `01ac1b8dc <https://github.com/open-power/hostboot/commit/01ac1b8dc>`__ Added security bit and fir handling, gard and trace fixes
+- `1cd7d1c78 <https://github.com/open-power/hostboot/commit/1cd7d1c78>`__ Fix for offset traces due to merge bug
+- `b0cd81c61 <https://github.com/open-power/hostboot/commit/b0cd81c61>`__ Fixed several small bugs found via code review
+- `913c6fde1 <https://github.com/open-power/hostboot/commit/913c6fde1>`__ Fixed several Arm error handling bugs
+- `b23632654 <https://github.com/open-power/hostboot/commit/b23632654>`__ Fixed pre-req check during NVDimm Arm
+- `36a6a52a5 <https://github.com/open-power/hostboot/commit/36a6a52a5>`__ Added additional erase error handling
+- `746ec708f <https://github.com/open-power/hostboot/commit/746ec708f>`__ Fixed the restore status flag bug
+- `5db287b6e <https://github.com/open-power/hostboot/commit/5db287b6e>`__ Fixed NOT_ENOUGH_ENERGY_FOR_CSAVE check
+- `7b8722652 <https://github.com/open-power/hostboot/commit/7b8722652>`__ Fixed error handling issues in arm path
+
+Mark Pizzutillo (57):
+
+- `3a513ca00 <https://github.com/open-power/hostboot/commit/3a513ca00>`__ Split omi setup & train for new DL_TRAIN cmd
+- `5ccea20bd <https://github.com/open-power/hostboot/commit/5ccea20bd>`__ Add omi_workarounds blank files for PRBS OMI training
+ workarounds
+- `5fffa914a <https://github.com/open-power/hostboot/commit/5fffa914a>`__ Add blank files for exp_inband move to memory/lib/
+- `cf4b39c85 <https://github.com/open-power/hostboot/commit/cf4b39c85>`__ Add PRBS training sequence to exp_omi_setup
+- `52ccb29ce <https://github.com/open-power/hostboot/commit/52ccb29ce>`__ Fix FAPI_INF segfault in exp_omi_setup
+- `bca5cf6af <https://github.com/open-power/hostboot/commit/bca5cf6af>`__ Create workaround for gemini MENTERP register bug
+- `79c45f4da <https://github.com/open-power/hostboot/commit/79c45f4da>`__ Move exp_inband to lib directory
+- `00d4530ee <https://github.com/open-power/hostboot/commit/00d4530ee>`__ Add rank API support in axone_mss_freq
+- `4b5c78b95 <https://github.com/open-power/hostboot/commit/4b5c78b95>`__ Add support for MCHP dmb revision ids in ddimm_get_efd
+- `24762ab00 <https://github.com/open-power/hostboot/commit/24762ab00>`__ Fix issue in pmic_enable where VR_ENABLE did not kick off
+- `3c930cf14 <https://github.com/open-power/hostboot/commit/3c930cf14>`__ Add workaround for gemini OMI config settings
+- `d43de0d64 <https://github.com/open-power/hostboot/commit/d43de0d64>`__ Add pmic_status_tool
+- `75ac15f71 <https://github.com/open-power/hostboot/commit/75ac15f71>`__ Fix bug causing get_mmio index overflow for swift
+- `ae8c69b80 <https://github.com/open-power/hostboot/commit/ae8c69b80>`__ Zero out command argument field to fix exp_draminit
+ issues
+- `7a27f4603 <https://github.com/open-power/hostboot/commit/7a27f4603>`__ Add ekb dual drop support for p9a
+- `3cdd4fbe9 <https://github.com/open-power/hostboot/commit/3cdd4fbe9>`__ Add pmic_i2c_addr_get function for platform code use
+- `b2be220bb <https://github.com/open-power/hostboot/commit/b2be220bb>`__ Add blank files for p9a_omi_setup procedure
+- `d80f7fc83 <https://github.com/open-power/hostboot/commit/d80f7fc83>`__ Fix dmb_revision size in ddimm_get_efd
+- `04d5973be <https://github.com/open-power/hostboot/commit/04d5973be>`__ Add blank files for exp_omi_train_check procedure
+- `48abe5e8a <https://github.com/open-power/hostboot/commit/48abe5e8a>`__ Add support for new pmic sequencing SPD fields
+- `c349ba997 <https://github.com/open-power/hostboot/commit/c349ba997>`__ Check PMIC error and enable statuses after pmic_enable
+- `104c2dc59 <https://github.com/open-power/hostboot/commit/104c2dc59>`__ Disable & clear PMIC status codes in beginning of
+ pmic_enable
+- `822fea83d <https://github.com/open-power/hostboot/commit/822fea83d>`__ Add MDS attribute & draminit support
+- `8f549e754 <https://github.com/open-power/hostboot/commit/8f549e754>`__ Add code and workarounds for \*_omi_setup and
+ \*_omi_train for Swift
+- `9546b72bc <https://github.com/open-power/hostboot/commit/9546b72bc>`__ Increase default PRBS_TIME for FW
+- `1745eed20 <https://github.com/open-power/hostboot/commit/1745eed20>`__ Make explorer endian attributes platInit
+- `d639a5a45 <https://github.com/open-power/hostboot/commit/d639a5a45>`__ Add printout of ECID in exp_getecid
+- `4921bf245 <https://github.com/open-power/hostboot/commit/4921bf245>`__ Update exp_draminit results display for new response
+ structs
+- `4b9dc024e <https://github.com/open-power/hostboot/commit/4b9dc024e>`__ Add assert for RSP extended data buffer size in
+ exp_draminit
+- `0b50210ae <https://github.com/open-power/hostboot/commit/0b50210ae>`__ Reverse mcbist address buffer fields
+- `3f280b8d2 <https://github.com/open-power/hostboot/commit/3f280b8d2>`__ Fix odt RD/WR fields
+- `eddd46a88 <https://github.com/open-power/hostboot/commit/eddd46a88>`__ Add MCBIST infinite tests
+- `30077cd8b <https://github.com/open-power/hostboot/commit/30077cd8b>`__ Add blank files for explorer plug rules libs
+- `7e3eaedff <https://github.com/open-power/hostboot/commit/7e3eaedff>`__ Add check for compatible upstream templates before
+ enabling Explorer metadata
+- `1ac7a33a9 <https://github.com/open-power/hostboot/commit/1ac7a33a9>`__ Fix EFD processor indexing error
+- `291768968 <https://github.com/open-power/hostboot/commit/291768968>`__ Remove vin_bulk check before status clears in pmic_enable
+- `ecac8199d <https://github.com/open-power/hostboot/commit/ecac8199d>`__ Add asserts for invalid states of enterprise & half dimm
+ mode
+- `0921b80a5 <https://github.com/open-power/hostboot/commit/0921b80a5>`__ Add new DDIMM spd version 0_3 and update UTs
+- `149d7cc96 <https://github.com/open-power/hostboot/commit/149d7cc96>`__ Fix pmic_status_tool exiting before checking both PMICs
+- `d3c8aa5e5 <https://github.com/open-power/hostboot/commit/d3c8aa5e5>`__ Update \*_train_check procedure errors to print status
+ info
+- `00950f87a <https://github.com/open-power/hostboot/commit/00950f87a>`__ Fix DFIMRL_DDRCLK_trained draminit result display
+ printout log level
+- `779761d1c <https://github.com/open-power/hostboot/commit/779761d1c>`__ Add read only subtest at the end of exp_mss_memdiags
+- `dc407ba49 <https://github.com/open-power/hostboot/commit/dc407ba49>`__ Add blank file for hwpf i2cslave attributes
+- `798af67f2 <https://github.com/open-power/hostboot/commit/798af67f2>`__ Add attribute for SPD_REVISION (byte 1)
+- `be69d0cb3 <https://github.com/open-power/hostboot/commit/be69d0cb3>`__ Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes
+- `6579e15ca <https://github.com/open-power/hostboot/commit/6579e15ca>`__ Refactor PMIC attributes to be at OCMB level
+- `921a602d7 <https://github.com/open-power/hostboot/commit/921a602d7>`__ Add deconfigure for OCMB_TARGET if no doorbell
+- `ac2efc87f <https://github.com/open-power/hostboot/commit/ac2efc87f>`__ Add SPD, ATTR, and code support for thermal sensor fields
+- `f5813785b <https://github.com/open-power/hostboot/commit/f5813785b>`__ Move p9a_omi_init from nimbus to axone directory
+- `87f140959 <https://github.com/open-power/hostboot/commit/87f140959>`__ Fix incorrect polling rate in exp_mss_thermal_init
+- `42f6285e7 <https://github.com/open-power/hostboot/commit/42f6285e7>`__ Update pmic_bias_tool percentage bias to be relative to
+ nominal
+- `ba560090b <https://github.com/open-power/hostboot/commit/ba560090b>`__ Update RAS DQ Inject tool with new MCHP squence
+- `18ef7916f <https://github.com/open-power/hostboot/commit/18ef7916f>`__ pmic_enable: Add additional clear for error status bits
+ in R04-R07
+- `50da7a4fa <https://github.com/open-power/hostboot/commit/50da7a4fa>`__ Update explorer CCS to handle A vs B side ranks
+- `5e3449aed <https://github.com/open-power/hostboot/commit/5e3449aed>`__ Update explorer CCS ODTs to support mirroring A-B
+- `f25313313 <https://github.com/open-power/hostboot/commit/f25313313>`__ Add FFDC and trace for DL0_ERROR_HOLD in
+ \*_omi_train_checks
+- `09ee51cf9 <https://github.com/open-power/hostboot/commit/09ee51cf9>`__ Add check for matching PMIC vendor and IDT revisions
+
+Matt Derksen (35):
+
+- `2e406cadf <https://github.com/open-power/hostboot/commit/2e406cadf>`__ Remove CONFIG_AXONE_BRING_UP from xscomtest
+- `b3043ae16 <https://github.com/open-power/hostboot/commit/b3043ae16>`__ Enable testpreverifiedlidmgr for Axone
+- `3a146159c <https://github.com/open-power/hostboot/commit/3a146159c>`__ Enable secure boot in Axone simics
+- `256d3e0a8 <https://github.com/open-power/hostboot/commit/256d3e0a8>`__ Enable prdf_hb_common_test for Axone
+- `199b35573 <https://github.com/open-power/hostboot/commit/199b35573>`__ Call new p9a_throttle_sync procedure
+- `fc5fa5842 <https://github.com/open-power/hostboot/commit/fc5fa5842>`__ Runtime scom support for OCMBs
+- `51b7478d2 <https://github.com/open-power/hostboot/commit/51b7478d2>`__ Fix calling eepromddtest.H
+- `794efce0c <https://github.com/open-power/hostboot/commit/794efce0c>`__ Fix retry failure in nvdimmWriteData()
+- `052182c0d <https://github.com/open-power/hostboot/commit/052182c0d>`__ Test runtime scom support in Axone
+- `b0f0228ff <https://github.com/open-power/hostboot/commit/b0f0228ff>`__ Remove verbose option from handle_duplicates call
+- `c4df5e918 <https://github.com/open-power/hostboot/commit/c4df5e918>`__ Update SPD_DDR4 size to be 640 bytes
+- `582ed66b3 <https://github.com/open-power/hostboot/commit/582ed66b3>`__ Implement std::begin() and std::end() for base types
+- `8664b9adb <https://github.com/open-power/hostboot/commit/8664b9adb>`__ Add exp_mss_eff_config_thermal call to istep7 for Axone
+- `feef0389e <https://github.com/open-power/hostboot/commit/feef0389e>`__ Dummy commit to prime hwsv for new Explorer FFDC
+ collection
+- `56574b602 <https://github.com/open-power/hostboot/commit/56574b602>`__ Support EXP_FW_LOG command to get Explorer FW logs
+- `8e6285e72 <https://github.com/open-power/hostboot/commit/8e6285e72>`__ Support EXP_FW_LOG command to get Explorer Firmware logs
+- `09016a8a7 <https://github.com/open-power/hostboot/commit/09016a8a7>`__ Hostboot platform support for Explorer inband commands
+ via i2c
+- `f5796a5fa <https://github.com/open-power/hostboot/commit/f5796a5fa>`__ Add NVDIMM node controller readme text
+- `63989a514 <https://github.com/open-power/hostboot/commit/63989a514>`__ Create error for unsuspected target in
+ configureHbrtHypIds
+- `b221671e5 <https://github.com/open-power/hostboot/commit/b221671e5>`__ NVDIMM Erase error handle not working in IPL Arm handling
+- `68ab1e874 <https://github.com/open-power/hostboot/commit/68ab1e874>`__ Prevent pre-3.0 level NVDIMMs from being in systems
+- `e01fc4be9 <https://github.com/open-power/hostboot/commit/e01fc4be9>`__ NVDIMM update - Clear FW Ops Status verification
+- `027b53647 <https://github.com/open-power/hostboot/commit/027b53647>`__ NVDIMM FW update region write retry
+- `12f57c203 <https://github.com/open-power/hostboot/commit/12f57c203>`__ Slot check after firmware update
+- `a50115980 <https://github.com/open-power/hostboot/commit/a50115980>`__ Remove excessive NVDIMM tracing from normal path
+- `e22bb40fb <https://github.com/open-power/hostboot/commit/e22bb40fb>`__ Fix reporting eecache if no record specified
+- `45cb27519 <https://github.com/open-power/hostboot/commit/45cb27519>`__ NVDIMM: Mask mbacalfir at the beginning of restore step
+ during mpipl
+- `829e56fb1 <https://github.com/open-power/hostboot/commit/829e56fb1>`__ NVDIMM: Use block write for nvdimm update
+- `a42605426 <https://github.com/open-power/hostboot/commit/a42605426>`__ NVDIMM: correct the RC for BLOCK write failure
+- `d45a9393d <https://github.com/open-power/hostboot/commit/d45a9393d>`__ NVDIMM: poll for updated SET_EVENT_NOTIFICATION_STATUS in
+ nvdimmArm
+- `fffe69ad3 <https://github.com/open-power/hostboot/commit/fffe69ad3>`__ Remove nvdimmAddVendorLog calls from checksum errors
+- `820a09943 <https://github.com/open-power/hostboot/commit/820a09943>`__ NVDIMM update: retry all region failures
+- `10a83636b <https://github.com/open-power/hostboot/commit/10a83636b>`__ Improvements to testing NVDIMM update path
+- `e53402c0f <https://github.com/open-power/hostboot/commit/e53402c0f>`__ Explorer update hash fix
+- `27e689c2f <https://github.com/open-power/hostboot/commit/27e689c2f>`__ Enable the inband Explorer update
+
+Matt K. Light (1):
+
+- `da8e96ea0 <https://github.com/open-power/hostboot/commit/da8e96ea0>`__ remove relative path to p9_lpc_utils.H from
+ p9_collect_lpc_regs.C
+
+Matthew Hickman (13):
+
+- `fd400b157 <https://github.com/open-power/hostboot/commit/fd400b157>`__ Added p9a memdiags implementation
+- `4d3e1f11e <https://github.com/open-power/hostboot/commit/4d3e1f11e>`__ Added PRD Wrapper file for hwp invoke commands
+- `afeaf784d <https://github.com/open-power/hostboot/commit/afeaf784d>`__ Fixed the ccs port merge conflicts and added lab code
+- `d57798877 <https://github.com/open-power/hostboot/commit/d57798877>`__ Added error checking and handling to nvdimm ipl
+- `d88e41a26 <https://github.com/open-power/hostboot/commit/d88e41a26>`__ Added fir unmasking after exp_scrub
+- `9965b521f <https://github.com/open-power/hostboot/commit/9965b521f>`__ Added unmasking to exp_memdiags
+- `abf673285 <https://github.com/open-power/hostboot/commit/abf673285>`__ Added blank files for mrs and row repair
+- `0106eaa7d <https://github.com/open-power/hostboot/commit/0106eaa7d>`__ Added port of MRS engine to generic
+- `6db3d460e <https://github.com/open-power/hostboot/commit/6db3d460e>`__ Added MRS attributes and MRS data handling for Explorer
+- `5adf9d688 <https://github.com/open-power/hostboot/commit/5adf9d688>`__ Added blank files for mrs and row repair
+- `470b8f500 <https://github.com/open-power/hostboot/commit/470b8f500>`__ Added port of MRS engine to generic
+- `bbeb38c59 <https://github.com/open-power/hostboot/commit/bbeb38c59>`__ Added MRS attributes and MRS data handling for Explorer
+- `cc7fb146a <https://github.com/open-power/hostboot/commit/cc7fb146a>`__ Added MRS attributes and MRS data handling for Explorer
+
+Matthew Raybuck (24):
+
+- `44fe892dc <https://github.com/open-power/hostboot/commit/44fe892dc>`__ Add BPM utility scripts to support additional firmware
+ update requirements
+- `72f32c4cb <https://github.com/open-power/hostboot/commit/72f32c4cb>`__ Update buildBpmFlashImages.pl to support configuration
+ data binary generation
+- `f18f9f2d1 <https://github.com/open-power/hostboot/commit/f18f9f2d1>`__ Add BPM firmware update procedure
+- `beeb7f5f9 <https://github.com/open-power/hostboot/commit/beeb7f5f9>`__ re-enable CRC generation for BPM firmware binary
+- `0f0b7c641 <https://github.com/open-power/hostboot/commit/0f0b7c641>`__ Fix BPM flash image script to properly calculate line
+ length
+- `c03117c7b <https://github.com/open-power/hostboot/commit/c03117c7b>`__ Add BPM config update procedure
+- `5617bb84a <https://github.com/open-power/hostboot/commit/5617bb84a>`__ Add update verification and recovery procedures
+- `3dc237792 <https://github.com/open-power/hostboot/commit/3dc237792>`__ Add error logs to BPM update procedure
+- `3c440fe6d <https://github.com/open-power/hostboot/commit/3c440fe6d>`__ Add multiple error handling to BPM update procedure
+- `56a3ce983 <https://github.com/open-power/hostboot/commit/56a3ce983>`__ Add code to run BPM update procedure from nvdimm_update.C
+- `e28bd663f <https://github.com/open-power/hostboot/commit/e28bd663f>`__ Correct BPM update flow to match SMARTs flow
+- `a2118008d <https://github.com/open-power/hostboot/commit/a2118008d>`__ Add attribute to force/skip BPM updates
+- `0ea4fac25 <https://github.com/open-power/hostboot/commit/0ea4fac25>`__ Enable BPM Updates
+- `deb984133 <https://github.com/open-power/hostboot/commit/deb984133>`__ Fix lingering error log issues for BPM updates
+- `f609640a7 <https://github.com/open-power/hostboot/commit/f609640a7>`__ Add more FFDC to BPM Update Error logs
+- `f88b6bc4a <https://github.com/open-power/hostboot/commit/f88b6bc4a>`__ BPM Updates: Extend the reset device wait to 15 seconds
+ from 10
+- `25e1157f5 <https://github.com/open-power/hostboot/commit/25e1157f5>`__ Fix misleading trace output for BPM attribute overrides
+- `d329c59bc <https://github.com/open-power/hostboot/commit/d329c59bc>`__ BPM Updates: Move NVDIMM controller reset and final fw
+ check to end of update
+- `60fbee21b <https://github.com/open-power/hostboot/commit/60fbee21b>`__ Fix bad arguments to additional FFDC capture in BPM
+ Update code
+- `fec74df97 <https://github.com/open-power/hostboot/commit/fec74df97>`__ Add a ReadMe to explain high level BPM Update Process
+- `a2b260834 <https://github.com/open-power/hostboot/commit/a2b260834>`__ BPM Update Tweaks
+- `ae388288d <https://github.com/open-power/hostboot/commit/ae388288d>`__ Add check to see if BPM is connected before attempting
+ Updates
+- `7ddeb4d31 <https://github.com/open-power/hostboot/commit/7ddeb4d31>`__ Add 100ms wait to disable write protection for BPM
+- `acdff8a39 <https://github.com/open-power/hostboot/commit/acdff8a39>`__ BPM: Bpm::issueCommand() fixes
+
+Maxim Polyakov (1):
+
+- `e8665007c <https://github.com/open-power/hostboot/commit/e8665007c>`__ ipmidcmi: Get DCMI capabilities info to check PM support
+
+Megan (3):
+
+- `845fb4492 <https://github.com/open-power/hostboot/commit/845fb4492>`__ Allow defining a partition with automatic starting offset
+- `ade048149 <https://github.com/open-power/hostboot/commit/ade048149>`__ Alert when a partition’s space utilization exceeds a
+ threshold
+- `1d4530dac <https://github.com/open-power/hostboot/commit/1d4530dac>`__ Implement Static Analysis with cppcheck
+
+Michael Baiocchi (1):
+
+- `ed42128c7 <https://github.com/open-power/hostboot/commit/ed42128c7>`__ Revert “Terminate the IPL for Physical Presence Detection
+ Erros in Mnfg Mode”
+
+Michael Pardeik (3):
+
+- `333d66b55 <https://github.com/open-power/hostboot/commit/333d66b55>`__ pmic status tool updates
+- `fe09e7b9d <https://github.com/open-power/hostboot/commit/fe09e7b9d>`__ exp_mss_eff_config_thermal fixes
+- `d0a45a3eb <https://github.com/open-power/hostboot/commit/d0a45a3eb>`__ pmic_status_tool updates
+
+Mike Baiocchi (15):
+
+- `bcd6d6f29 <https://github.com/open-power/hostboot/commit/bcd6d6f29>`__ Secureboot: Enable verifying OPAL Payload before starting
+ instructions
+- `de0e45306 <https://github.com/open-power/hostboot/commit/de0e45306>`__ Remove Forced Update of UCD Devices
+- `1dbb91e5e <https://github.com/open-power/hostboot/commit/1dbb91e5e>`__ Add new Key Clear Request Attribute
+- `eace166aa <https://github.com/open-power/hostboot/commit/eace166aa>`__ Support GPIO Physical Presence Detect Devices
+- `35964668f <https://github.com/open-power/hostboot/commit/35964668f>`__ Add Physical Presence Check and Window Open Features
+- `845513c74 <https://github.com/open-power/hostboot/commit/845513c74>`__ Move KEY_CLEAR_REQUEST attribute from node level to
+ system level
+- `26554a3e5 <https://github.com/open-power/hostboot/commit/26554a3e5>`__ Move definition of TRACE_ERR_FMT and TRACE_ERR_ARGS
+- `20b285f63 <https://github.com/open-power/hostboot/commit/20b285f63>`__ Add README.md files to the secureboot component
+- `131e6e15f <https://github.com/open-power/hostboot/commit/131e6e15f>`__ Base support for Key Clear Requests (not enabled at this
+ time)
+- `01b7ddff2 <https://github.com/open-power/hostboot/commit/01b7ddff2>`__ Enable Key Clear Requests for FSP Systems
+- `a8368a4f4 <https://github.com/open-power/hostboot/commit/a8368a4f4>`__ Create CONFIG_NO_FAPI_TRACE to ignore all FAPI traces
+- `14846f049 <https://github.com/open-power/hostboot/commit/14846f049>`__ Key Clear Request Sensor Support
+- `74d68472d <https://github.com/open-power/hostboot/commit/74d68472d>`__ Terminate the IPL for Physical Presence Detection Erros
+ in Mnfg Mode
+- `d4e588d22 <https://github.com/open-power/hostboot/commit/d4e588d22>`__ Skip UCD Updates on fips950
+- `23374658f <https://github.com/open-power/hostboot/commit/23374658f>`__ Properly Commit Physical Presence Detection Error Logs
+
+Milton Miller (1):
+
+- `f7dab51ab <https://github.com/open-power/hostboot/commit/f7dab51ab>`__ p9_tod_setup: always set edge doubling
+
+Murulidhar Nataraju (5):
+
+- `4e5e486a1 <https://github.com/open-power/hostboot/commit/4e5e486a1>`__ Enable copying of architected registers for OPAL
+- `39a6f147b <https://github.com/open-power/hostboot/commit/39a6f147b>`__ Update MPIPL Supported Bit
+- `3dbe6a196 <https://github.com/open-power/hostboot/commit/3dbe6a196>`__ MPIPL: For PHYP based system replace spr/gpr numbers with
+ names
+- `2ba85f05b <https://github.com/open-power/hostboot/commit/2ba85f05b>`__ MPIPL:Fix the condition for copyArchitectedRegs()
+- `d348d7c2d <https://github.com/open-power/hostboot/commit/d348d7c2d>`__ MPIPL: ZZ-L, Update copyArchitectedRegs() for non-HW dump
+ flow
+
+Nico Fajardo (10):
+
+- `1c830e13d <https://github.com/open-power/hostboot/commit/1c830e13d>`__ Add FAPI_ASSERT for unsupported SPD rank in RTT fetch
+- `5616a5a99 <https://github.com/open-power/hostboot/commit/5616a5a99>`__ Adding blank exp_fir\* files and unmask unit test
+- `43f41edb7 <https://github.com/open-power/hostboot/commit/43f41edb7>`__ Adding blank p9a fir folder and files
+- `5318cf7e4 <https://github.com/open-power/hostboot/commit/5318cf7e4>`__ Porting repair_state class and related functions
+- `596206610 <https://github.com/open-power/hostboot/commit/596206610>`__ Unmask after draminit and draminit_mc; cmd complete
+- `7a7bd8440 <https://github.com/open-power/hostboot/commit/7a7bd8440>`__ host_mc_traits blank file commit for after_p9a_omi_init
+- `8e19c8c4e <https://github.com/open-power/hostboot/commit/8e19c8c4e>`__ Adding after_p9a_omi_init.C and p9a-specific fir traits
+- `9b510640b <https://github.com/open-power/hostboot/commit/9b510640b>`__ Adding after exp_omi_init unmask procedures and unit test
+- `4991558f9 <https://github.com/open-power/hostboot/commit/4991558f9>`__ Adding unmasks after exp_scominit and unit test
+- `9b6bd57a1 <https://github.com/open-power/hostboot/commit/9b6bd57a1>`__ exp draminit & draminit_mc phase 3 update for PRD logging
+
+Prasad Bg Ranganath (1):
+
+- `f79d885bb <https://github.com/open-power/hostboot/commit/f79d885bb>`__ OCC firinit: Bug fix in reset path
+
+Prem Shanker Jha (4):
+
+- `1adf7486a <https://github.com/open-power/hostboot/commit/1adf7486a>`__ PM: Modified FFDC to avoid corruption of RC in error
+ path.
+- `a4f8acbeb <https://github.com/open-power/hostboot/commit/a4f8acbeb>`__ Img Build: Updated STOP API version to reflect SPR self
+ save availability.
+- `6ab72d5c3 <https://github.com/open-power/hostboot/commit/6ab72d5c3>`__ STOP API: API to verify API and image compatibility.
+- `af3984c4f <https://github.com/open-power/hostboot/commit/af3984c4f>`__ HWP: Fixed HV-UV and UV transition during STOP entry in
+ case of LE.
+
+Rahul Batra (1):
+
+- `12fdf6499 <https://github.com/open-power/hostboot/commit/12fdf6499>`__ PM: Fix DB0 Hang
+
+Roland Veloz (13):
+
+- `44c6d599b <https://github.com/open-power/hostboot/commit/44c6d599b>`__ Replaced invalid trace buffer with a valid one
+- `eafe3e3d5 <https://github.com/open-power/hostboot/commit/eafe3e3d5>`__ Added support for checking on the health status of an
+ NVDIMM
+- `86e12de69 <https://github.com/open-power/hostboot/commit/86e12de69>`__ Fix to not send a NVDIMM protection state change to OPAL
+- `7e5007180 <https://github.com/open-power/hostboot/commit/7e5007180>`__ NVDIMM: Fix issue where a deviceRead of a register is
+ returning bad data
+- `08db2d6a3 <https://github.com/open-power/hostboot/commit/08db2d6a3>`__ Increased the BMC timeout from 5 seconds to 30 seconds
+- `7dce74704 <https://github.com/open-power/hostboot/commit/7dce74704>`__ Adding a routine to do the double to string conversion
+- `96be9fd64 <https://github.com/open-power/hostboot/commit/96be9fd64>`__ In regards to health check errors, removed the software
+ callout
+- `453670491 <https://github.com/open-power/hostboot/commit/453670491>`__ Updated the HBRT reserved trace buffer code to compensate
+ for relocation
+- `153dcaa15 <https://github.com/open-power/hostboot/commit/153dcaa15>`__ Implement an HBRT interface to log a gard event from
+ PHYP/OPAL
+- `c3d8cfd06 <https://github.com/open-power/hostboot/commit/c3d8cfd06>`__ Added code to support doing an NVM health check
+- `fa1e0b136 <https://github.com/open-power/hostboot/commit/fa1e0b136>`__ Changed the callout in the call NVM Health Status to be
+ an NVDIMM
+- `532e4d358 <https://github.com/open-power/hostboot/commit/532e4d358>`__ ffdcExpander bash utility tool, written for December,
+ 2019 Hackathon
+- `1559c893b <https://github.com/open-power/hostboot/commit/1559c893b>`__ The HOMER address is colliding with an NVDIMM address and
+ should not
+
+Ryan Black (3):
+
+- `77ab77a26 <https://github.com/open-power/hostboot/commit/77ab77a26>`__ Mask NPU2FIR bits 15/16 & let consumer of SUE report/act
+ on error
+- `6b24abd70 <https://github.com/open-power/hostboot/commit/6b24abd70>`__ unit xstop npu firs/sys xstop ocapi firs -> recoverable
+ with fence
+- `f70454687 <https://github.com/open-power/hostboot/commit/f70454687>`__ set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ
+ buffer read data.
+
+Sheng-Hao Huang (1):
+
+- `0571992d6 <https://github.com/open-power/hostboot/commit/0571992d6>`__ for defect number HW476620
+
+Sneha Kadam (1):
+
+- `3eaf02929 <https://github.com/open-power/hostboot/commit/3eaf02929>`__ Renamed MCBIST subtest to clarify the test
+
+Stephen Glancy (35):
+
+- `de35db8a7 <https://github.com/open-power/hostboot/commit/de35db8a7>`__ Fixes MCBIST ecc/spare data pattern bug
+- `0978a1a32 <https://github.com/open-power/hostboot/commit/0978a1a32>`__ Adds lab MCBIST compare masking functionality
+- `1552e3875 <https://github.com/open-power/hostboot/commit/1552e3875>`__ Adds MCBIST beat/byte signature data patterns
+- `4a69b7534 <https://github.com/open-power/hostboot/commit/4a69b7534>`__ Adds LRDIMM shadow register workaround
+- `5e8d01aad <https://github.com/open-power/hostboot/commit/5e8d01aad>`__ Adds blank files for ecc traps and fwms addresses
+- `15b0afe89 <https://github.com/open-power/hostboot/commit/15b0afe89>`__ Moves ecc::trap_address and fwms::address to new files
+- `0d1f65bf2 <https://github.com/open-power/hostboot/commit/0d1f65bf2>`__ Adds explorer MCBIST address/data traps processing
+- `cfad3552a <https://github.com/open-power/hostboot/commit/cfad3552a>`__ Fixes maintenance pattern load bug
+- `3048b4b16 <https://github.com/open-power/hostboot/commit/3048b4b16>`__ Updates RDTAG for NVDIMM at 2400
+- `67fcaa2aa <https://github.com/open-power/hostboot/commit/67fcaa2aa>`__ Adds explorer primary_ranks function for sf_init
+- `7b8bfcc23 <https://github.com/open-power/hostboot/commit/7b8bfcc23>`__ Adds NVDIMM RD DQ delay workaround
+- `4f1f71a47 <https://github.com/open-power/hostboot/commit/4f1f71a47>`__ Adds power control access functions for NVDIMM
+- `2a3012ab7 <https://github.com/open-power/hostboot/commit/2a3012ab7>`__ Updates exp access delay regs to set delays
+- `5d5d91e2f <https://github.com/open-power/hostboot/commit/5d5d91e2f>`__ Adds explorer shmoo traits
+- `a95709f74 <https://github.com/open-power/hostboot/commit/a95709f74>`__ Adds explorer exerciser MCBIST for shmoo
+- `7148b00bf <https://github.com/open-power/hostboot/commit/7148b00bf>`__ Fixes explorer accessor bugs
+- `ca56ad521 <https://github.com/open-power/hostboot/commit/ca56ad521>`__ Adds eff config blank workaround files
+- `50b0357dd <https://github.com/open-power/hostboot/commit/50b0357dd>`__ Adds NVDIMM RCW drive strength workaround
+- `78426ddee <https://github.com/open-power/hostboot/commit/78426ddee>`__ Disables broadcast mode in memdiags::continue_cmd
+- `f96eba016 <https://github.com/open-power/hostboot/commit/f96eba016>`__ Adds explorer RD VREF to access delay regs
+- `d277b5e5d <https://github.com/open-power/hostboot/commit/d277b5e5d>`__ Adds explorer CAC shmoo
+- `5b24dd1c6 <https://github.com/open-power/hostboot/commit/5b24dd1c6>`__ Updates MCBIST print statements
+- `9431cc09d <https://github.com/open-power/hostboot/commit/9431cc09d>`__ Fixes MCBIST lab random addressing bug
+- `aae5b3e33 <https://github.com/open-power/hostboot/commit/aae5b3e33>`__ Fixes explorer FIR check to preserve bad RC
+- `7ed4ddefa <https://github.com/open-power/hostboot/commit/7ed4ddefa>`__ Fixes MCBIST lab DIMM select configuration
+- `c5263088b <https://github.com/open-power/hostboot/commit/c5263088b>`__ Updates MMIO to use FAPI_DBG
+- `97fc5523b <https://github.com/open-power/hostboot/commit/97fc5523b>`__ Adds MCBIST functional verification tests
+- `f6336baa2 <https://github.com/open-power/hostboot/commit/f6336baa2>`__ Updates centaur initfiles for 16Gb
+- `28614a19e <https://github.com/open-power/hostboot/commit/28614a19e>`__ Adds Centaur MCBIST 16Gb support
+- `5f5573b5b <https://github.com/open-power/hostboot/commit/5f5573b5b>`__ Adds utility to read explorer delay tap size
+- `2ff0e4392 <https://github.com/open-power/hostboot/commit/2ff0e4392>`__ Adds 16Gb support to centaur maintenance engine
+- `151a9b61a <https://github.com/open-power/hostboot/commit/151a9b61a>`__ Add blankfiles for explorer MRS specialization
+- `085223bff <https://github.com/open-power/hostboot/commit/085223bff>`__ Disables explorer low power mode for CCS
+- `11793f86a <https://github.com/open-power/hostboot/commit/11793f86a>`__ Fixes galois out of bounds bug
+- `a9774d7ae <https://github.com/open-power/hostboot/commit/a9774d7ae>`__ Updates WR VREF accessors to be generic
+
+Steven Janssen (3):
+
+- `1be056a58 <https://github.com/open-power/hostboot/commit/1be056a58>`__ Update pmic header files
+- `43fbaa4a3 <https://github.com/open-power/hostboot/commit/43fbaa4a3>`__ Fix library dependancy
+- `8ea9d8d3d <https://github.com/open-power/hostboot/commit/8ea9d8d3d>`__ update include path to resolve compiler warning in cronus
+
+Stewart Smith (1):
+
+- `ba9db9d33 <https://github.com/open-power/hostboot/commit/ba9db9d33>`__ memd_creation.pl: glob on \*.rvpd to allow README in
+ memd_binaries
+
+Sumit Kumar (1):
+
+- `f1074af21 <https://github.com/open-power/hostboot/commit/f1074af21>`__ Fapi_Infra:Add new member to structure ErrorInfoCDG
+
+Sunil Kumar (1):
+
+- `6b0389447 <https://github.com/open-power/hostboot/commit/6b0389447>`__ OCMB changes to suit PPE compilation.
+
+Thi Tran (3):
+
+- `bf2951c9b <https://github.com/open-power/hostboot/commit/bf2951c9b>`__ Fix HTM trace setup problem
+- `b3047ddb1 <https://github.com/open-power/hostboot/commit/b3047ddb1>`__ Fix bug injected by
+ https://rchgit01.rchland.ibm.com/gerrit1/#/c/82196/
+- `599bd468c <https://github.com/open-power/hostboot/commit/599bd468c>`__ Fix OCC sandbox base address overlapped with SMF in FLIP
+ mode.
+
+Tsung Yeung (12):
+
+- `533e20087 <https://github.com/open-power/hostboot/commit/533e20087>`__ Stop mcbist during nvdimm restore to prevent broadcast
+ out of sync
+- `8cc600d32 <https://github.com/open-power/hostboot/commit/8cc600d32>`__ Re-order NVDIMM MRS restore sequence to comply with Jedec
+ spec
+- `d97b70655 <https://github.com/open-power/hostboot/commit/d97b70655>`__ Invalidate BAR during MPIPL NVDIMM restore
+- `b94854d1f <https://github.com/open-power/hostboot/commit/b94854d1f>`__ Fix restore fail due to restore attempt on empty flash
+- `80f6d1dc0 <https://github.com/open-power/hostboot/commit/80f6d1dc0>`__ Replaces nvdimmWrite() to reset controller with
+ nvdimmResetController()
+- `c7a3665d1 <https://github.com/open-power/hostboot/commit/c7a3665d1>`__ Double the NVDIMM_READY timeout to prevent erroneous
+ error
+- `34f119b59 <https://github.com/open-power/hostboot/commit/34f119b59>`__ Add nvdimm arm retry logic in case of glitches
+- `3f41702fb <https://github.com/open-power/hostboot/commit/3f41702fb>`__ Replaces NVDIMM flush sequence with CCS
+- `be49aca6d <https://github.com/open-power/hostboot/commit/be49aca6d>`__ Improper element erase during loop causing post-restore
+ being skipped on nvdimm
+- `7ef7ab2d8 <https://github.com/open-power/hostboot/commit/7ef7ab2d8>`__ Updates RD_VREF CMD_PRECEDE_TIME for 16GB NVDIMM
+- `75798874c <https://github.com/open-power/hostboot/commit/75798874c>`__ Set ES policy before setting nvdimm thresholds
+- `f198534f2 <https://github.com/open-power/hostboot/commit/f198534f2>`__ Do not deconfig on nvdimm erase fail
+
+Vasant Hegde (2):
+
+- `76571f381 <https://github.com/open-power/hostboot/commit/76571f381>`__ MPIPL: Copy all SBE data to hypervisor memory
+- `ae8ef5dfe <https://github.com/open-power/hostboot/commit/ae8ef5dfe>`__ MPIPL: Make sure destination size does not cross 32GB
+
+Zach Clark (6):
+
+- `5091387d6 <https://github.com/open-power/hostboot/commit/5091387d6>`__ Cache objdump output for build performance
+- `af5c391af <https://github.com/open-power/hostboot/commit/af5c391af>`__ Fix GCOV build errors for AXONE configuration
+- `62c252e5b <https://github.com/open-power/hostboot/commit/62c252e5b>`__ Fix race condition in BufferPage allocation function
+- `19f75b84d <https://github.com/open-power/hostboot/commit/19f75b84d>`__ Make snprintf always terminate the output buffer
+- `a50e4ddfe <https://github.com/open-power/hostboot/commit/a50e4ddfe>`__ Add register file dump to kernel backtrace printout for
+ crashed tasks
+- `60210d3dd <https://github.com/open-power/hostboot/commit/60210d3dd>`__ Fix bug in crash handler register dump
+
+Zane Shelley (11):
+
+- `9eaf71aa2 <https://github.com/open-power/hostboot/commit/9eaf71aa2>`__ PRD: disable mask/clear for SMP failures on FSP
+- `2870f766e <https://github.com/open-power/hostboot/commit/2870f766e>`__ PRD: Temp fix to ignore lane repair attns in OpenCAPI
+ mode
+- `b4074ba8d <https://github.com/open-power/hostboot/commit/b4074ba8d>`__ PRD: removed unused MopRegisterAccess code
+- `69ad22663 <https://github.com/open-power/hostboot/commit/69ad22663>`__ PRD: removed redundant header iipbits.h
+- `e32c176c5 <https://github.com/open-power/hostboot/commit/e32c176c5>`__ PRD: fix OBUS workaround for non-SMP mode
+- `1db43a814 <https://github.com/open-power/hostboot/commit/1db43a814>`__ PRD: updates to IOOLFIR based on recent OpenCAPI FIR
+ review
+- `d94c2cb45 <https://github.com/open-power/hostboot/commit/d94c2cb45>`__ PRD: add virtual destructor to ScomRegister class
+- `f3f0a8ff4 <https://github.com/open-power/hostboot/commit/f3f0a8ff4>`__ PRD: fix Explorer FSI address workaround in FIRDATA code
+- `a23e7f84b <https://github.com/open-power/hostboot/commit/a23e7f84b>`__ PRD: boolean logic error in Axone chnl fail code
+- `1e1c8039a <https://github.com/open-power/hostboot/commit/1e1c8039a>`__ Fixed portabiliy issue in pre-commit hook
+- `b684d89ee <https://github.com/open-power/hostboot/commit/b684d89ee>`__ Minor fixes to addCopyright and pre-commit hooks
+
+lixg (1):
+
+- `ba790597a <https://github.com/open-power/hostboot/commit/ba790597a>`__ Verify manufacture date (MB) from PVPD before using
+
+manichow (1):
+
+- `d1797443d <https://github.com/open-power/hostboot/commit/d1797443d>`__ Quiesce procedure for NPU serving openCapi links
+
+rblack (1):
+
+- `8407dc2cc <https://github.com/open-power/hostboot/commit/8407dc2cc>`__ Speculative patch for NYU ATR timeouts update.
+
+Package: nicole-xml
+-------------------
+
+`Repository <https://github.com/open-power/nicole-xml>`__
+
+.. _patches-6:
+
+Patches
+~~~~~~~
+
+.. _commits-6:
+
+Commits
+~~~~~~~
+
+Artem Senichev (3):
+
+- `ad9f0ab <https://github.com/open-power/nicole-xml/commit/ad9f0ab>`__ Set XBus frequency to default value (2000MHz)
+- `c592dee <https://github.com/open-power/nicole-xml/commit/c592dee>`__ Add WOF table for POWER9 Sforza module
+- `1ac78dd <https://github.com/open-power/nicole-xml/commit/1ac78dd>`__ Add WOF table for POWER9 Sforza module
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+.. _patches-7:
+
+Patches
+~~~~~~~
+
+.. _commits-7:
+
+Commits
+~~~~~~~
+
+Caleb Palmer (1):
+
+- `bae814c <https://github.com/open-power/occ/commit/bae814c>`__ NPU target SCOM translation non-instance 0 fix
+
+Chris Cain (5):
+
+- `b230076 <https://github.com/open-power/occ/commit/b230076>`__ Pick up latest pgpe elog structure
+- `5c32e77 <https://github.com/open-power/occ/commit/5c32e77>`__ NVDIMM: Invalidate MCFGP facility at start of procedure
+- `e4597ab <https://github.com/open-power/occ/commit/e4597ab>`__ Ignore IPMI_SMS_ATN during fir data collection and remove 8k
+ buffer
+- `3ab2921 <https://github.com/open-power/occ/commit/3ab2921>`__ FIR data collection updates
+- `1bf0c8c <https://github.com/open-power/occ/commit/1bf0c8c>`__ Minor updates to occtoolp9
+
+Douglas Gilbert (2):
+
+- `0ac1770 <https://github.com/open-power/occ/commit/0ac1770>`__ P9a GPE support for up to 16 OCMBs
+- `e11f3af <https://github.com/open-power/occ/commit/e11f3af>`__ OCMB sensor enabled fix
+
+Sumit Kumar (1):
+
+- `8d4e7fa <https://github.com/open-power/occ/commit/8d4e7fa>`__ Corrected Alink scom address in PMU_CONFIGS_16
+
+William Bryan (1):
+
+- `8a315b7 <https://github.com/open-power/occ/commit/8a315b7>`__ Remove unused sensors to free up needed SRAM space
+
+joy_chu (1):
+
+- `1e8731f <https://github.com/open-power/occ/commit/1e8731f>`__ Modify: modify amec power sensor calculation
+
+mbroyles (6):
+
+- `e447be8 <https://github.com/open-power/occ/commit/e447be8>`__ Delete debug sensors to save SRAM
+- `8bbfabe <https://github.com/open-power/occ/commit/8bbfabe>`__ New WOF sensor for final adjusted Ceff Ratio Vdd
+- `d467852 <https://github.com/open-power/occ/commit/d467852>`__ Fix incorrect hw callout in Centaur DIMM OT errors
+- `7888141 <https://github.com/open-power/occ/commit/7888141>`__ Support for 16 OCMBs
+- `e3c65ee <https://github.com/open-power/occ/commit/e3c65ee>`__ Explorer internal sensor workaround
+- `ab4dc96 <https://github.com/open-power/occ/commit/ab4dc96>`__ Fix Vdd ceff ratio calculation when active cores is less than sort
+ cores
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+.. _patches-8:
+
+Patches
+~~~~~~~
+
+.. _commits-8:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p8dtu-xml
+------------------
+
+`Repository <https://github.com/open-power/p8dtu-xml>`__
+
+.. _patches-9:
+
+Patches
+~~~~~~~
+
+.. _commits-9:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+.. _patches-10:
+
+Patches
+~~~~~~~
+
+.. _commits-10:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+.. _patches-11:
+
+Patches
+~~~~~~~
+
+.. _commits-11:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+.. _patches-12:
+
+Patches
+~~~~~~~
+
+.. _commits-12:
+
+Commits
+~~~~~~~
+
+Jeremy Kerr (26):
+
+- `514a9a1 <https://github.com/open-power/petitboot/commit/514a9a1>`__ pb-console: start shell as a login shell
+- `6f23e17 <https://github.com/open-power/petitboot/commit/6f23e17>`__ pb-console: don’t modify PATH unless it’s empty
+- `e558da1 <https://github.com/open-power/petitboot/commit/e558da1>`__ discover/grub2: ‘search’ set-variable defaults to root
+- `61ede5e <https://github.com/open-power/petitboot/commit/61ede5e>`__ discover/grub2: Use getopt for ``search`` argument parsing
+- `76e97c5 <https://github.com/open-power/petitboot/commit/76e97c5>`__ discover/grub2: test for (ignored) –no-floppy argument
+- `1580c65 <https://github.com/open-power/petitboot/commit/1580c65>`__ discover/grub2: Add support for UUID and label for ‘search’
+ command
+- `8cb74c4 <https://github.com/open-power/petitboot/commit/8cb74c4>`__ discover/grub2: expose a struct for grub2 file references
+- `51f7117 <https://github.com/open-power/petitboot/commit/51f7117>`__ discover/grub2: Add parsing code for grub2 file specifiers
+- `9fc2ac6 <https://github.com/open-power/petitboot/commit/9fc2ac6>`__ discover/grub2: add support for grub2-style path specifiers
+ in resources
+- `b224457 <https://github.com/open-power/petitboot/commit/b224457>`__ discover/grub2: Allow (device)/path references in general
+ script usage
+- `a9a9d57 <https://github.com/open-power/petitboot/commit/a9a9d57>`__ discover/grub2: Add a reference from script to parser
+- `2c132eb <https://github.com/open-power/petitboot/commit/2c132eb>`__ discover/grub2: expose internal parse function
+- `9711179 <https://github.com/open-power/petitboot/commit/9711179>`__ discover/grub2: make statements_execute non-static
+- `967cfa7 <https://github.com/open-power/petitboot/commit/967cfa7>`__ discover/grub2: implement ‘source’ command
+- `1ef95c2 <https://github.com/open-power/petitboot/commit/1ef95c2>`__ test/parser: Add test for recent RHCOS grub2 config
+- `057dce2 <https://github.com/open-power/petitboot/commit/057dce2>`__ test/parser: Add RHEL8 grub config test
+- `6ee9cbc <https://github.com/open-power/petitboot/commit/6ee9cbc>`__ lib/pb-protocol: fix ordering of system info length
+ calculation
+- `b2e5a7b <https://github.com/open-power/petitboot/commit/b2e5a7b>`__ lib/types: consolidate struct system_info layout with
+ serialised version
+- `aa2d71a <https://github.com/open-power/petitboot/commit/aa2d71a>`__ protocol,types: Add secure & trusted boot state to system
+ info
+- `05d9b9b <https://github.com/open-power/petitboot/commit/05d9b9b>`__ discover/powerpc: detect secureboot enforcing mode
+- `e9340b7 <https://github.com/open-power/petitboot/commit/e9340b7>`__ ui/ncurses: Add secure & trusted boot status
+- `2f6259d <https://github.com/open-power/petitboot/commit/2f6259d>`__ discover/boot: add support for ``kexec -s`` for
+ kexec_file_load
+- `059cc51 <https://github.com/open-power/petitboot/commit/059cc51>`__ discover/boot: unify verification failure messages
+- `9383652 <https://github.com/open-power/petitboot/commit/9383652>`__ Remove unused ‘s’ file
+- `9cf513f <https://github.com/open-power/petitboot/commit/9cf513f>`__ docker: build petitboot outside of the source dir
+- `0ed84c0 <https://github.com/open-power/petitboot/commit/0ed84c0>`__ test/parser: Add rhel8 test data to check_DATA
+
+Maxim Polyakov (5):
+
+- `43813e6 <https://github.com/open-power/petitboot/commit/43813e6>`__ discover/platform-powerpc: add missing mbox block selector
+- `1088a8a <https://github.com/open-power/petitboot/commit/1088a8a>`__ discover/platform-powerpc: limit mailbox response size
+- `5f8321e <https://github.com/open-power/petitboot/commit/5f8321e>`__ discover/platform-powerpc: return the actual mailbox size
+- `eb027e7 <https://github.com/open-power/petitboot/commit/eb027e7>`__ discover/platform-powerpc: add mailbox message structure
+- `3c818a2 <https://github.com/open-power/petitboot/commit/3c818a2>`__ discover/platform-powerpc: don’t copy IANA from mbox to
+ buffer
+
+Maxiwell S. Garcia (4):
+
+- `827a7af <https://github.com/open-power/petitboot/commit/827a7af>`__ configure: Add libelf as a requirement
+- `0c07402 <https://github.com/open-power/petitboot/commit/0c07402>`__ discover: Add helper functions to read ELF notes
+- `3513c7f <https://github.com/open-power/petitboot/commit/3513c7f>`__ ui/ncurses: Add preboot check option in the config screen
+- `7b108df <https://github.com/open-power/petitboot/commit/7b108df>`__ discover: Check if the kernel image has Ultravisor support
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+.. _patches-13:
+
+Patches
+~~~~~~~
+
+.. _commits-13:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+.. _patches-14:
+
+Patches
+~~~~~~~
+
+.. _commits-14:
+
+Commits
+~~~~~~~
+
+Nickolaus Gruendler (1):
+
+- `5b3fbca <https://github.com/open-power/romulus-xml/commit/5b3fbca>`__ Update to ATTR_MSS_VPD_MR_DPHY_RLO for 2400 speed
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+.. _patches-15:
+
+Patches
+~~~~~~~
+
+.. _commits-15:
+
+Commits
+~~~~~~~
+
+Adam Hale (5):
+
+- `70858c2e <https://github.com/open-power/sbe/commit/70858c2e>`__ temporary mc inits to enable wider team
+- `51a69f51 <https://github.com/open-power/sbe/commit/51a69f51>`__ Move to long term CLSCOM workaround
+- `38af071c <https://github.com/open-power/sbe/commit/38af071c>`__ Axone setup changes to disable bumpy toothpaste workaround
+- `94f9bc2a <https://github.com/open-power/sbe/commit/94f9bc2a>`__ Axone Gemini MDI issue workaround
+- `3225e80a <https://github.com/open-power/sbe/commit/3225e80a>`__ Axone int updates
+
+Alvin Wang (13):
+
+- `518a1b2f <https://github.com/open-power/sbe/commit/518a1b2f>`__ Adds exp_draminit_mc
+- `9f94a4f1 <https://github.com/open-power/sbe/commit/9f94a4f1>`__ Reinstates exp_draminit_mc with change_addr_mux_sel fix
+- `a19089ef <https://github.com/open-power/sbe/commit/a19089ef>`__ Move MCBIST lib to generic folder
+- `37a8bf54 <https://github.com/open-power/sbe/commit/37a8bf54>`__ Move the mcbist lab library to generic folder
+- `73c86947 <https://github.com/open-power/sbe/commit/73c86947>`__ Move power_thermal lib to generic
+- `2932b6fa <https://github.com/open-power/sbe/commit/2932b6fa>`__ Update setup_fw_boot_config() to read out actual values from
+ attributes
+- `180d29ec <https://github.com/open-power/sbe/commit/180d29ec>`__ Adds exp_draminit_mc
+- `d48d771b <https://github.com/open-power/sbe/commit/d48d771b>`__ Reinstates exp_draminit_mc with change_addr_mux_sel fix
+- `eb69df41 <https://github.com/open-power/sbe/commit/eb69df41>`__ Move MCBIST lib to generic folder
+- `54d02bc2 <https://github.com/open-power/sbe/commit/54d02bc2>`__ Move power_thermal lib to generic
+- `cee5767f <https://github.com/open-power/sbe/commit/cee5767f>`__ Move the mcbist lab library to generic folder
+- `61979222 <https://github.com/open-power/sbe/commit/61979222>`__ Adds empty files for exp_draminit_mc and p9a_omi_train
+- `0bb6050f <https://github.com/open-power/sbe/commit/0bb6050f>`__ Adds p9a_omi_train procedure(START)
+
+Andre A. Marin (10):
+
+- `e1257e44 <https://github.com/open-power/sbe/commit/e1257e44>`__ Fix c_str and pos DIMM specialization
+- `20805cd4 <https://github.com/open-power/sbe/commit/20805cd4>`__ Add mem_size and misc attrs, unit tests enable
+- `a17eb3a5 <https://github.com/open-power/sbe/commit/a17eb3a5>`__ Fix c_str and pos DIMM specialization
+- `253e6fcf <https://github.com/open-power/sbe/commit/253e6fcf>`__ Add mem_size and misc attrs, unit tests enable
+- `d6698496 <https://github.com/open-power/sbe/commit/d6698496>`__ Clean up PPE character format and target
+- `0a776030 <https://github.com/open-power/sbe/commit/0a776030>`__ Add unit tests for mss field_t and macro def
+- `2dd4b6bd <https://github.com/open-power/sbe/commit/2dd4b6bd>`__ Add bounds check API to generic_check library
+- `ebcc0c09 <https://github.com/open-power/sbe/commit/ebcc0c09>`__ Add supported_rcd attribute from SPD + tests
+- `81d3ad9c <https://github.com/open-power/sbe/commit/81d3ad9c>`__ Update index_within_bounds() API
+- `ceefc24e <https://github.com/open-power/sbe/commit/ceefc24e>`__ Add explorer rc response to eff_config
+
+Andre Marin (37):
+
+- `730e7a76 <https://github.com/open-power/sbe/commit/730e7a76>`__ Add empty files for refactored SPD read API
+- `71405bb5 <https://github.com/open-power/sbe/commit/71405bb5>`__ Add SPD reader and traits DDR4 def
+- `6a0ab353 <https://github.com/open-power/sbe/commit/6a0ab353>`__ Add empty explorer “check_for_ready” procedure files
+- `d3a9c6e7 <https://github.com/open-power/sbe/commit/d3a9c6e7>`__ Add empty memory explorer error XML
+- `08f9043a <https://github.com/open-power/sbe/commit/08f9043a>`__ Add empty mss_byte.H and mss_generic_check to ease HB mirroring
+- `35af1e35 <https://github.com/open-power/sbe/commit/35af1e35>`__ Remove Nimbus dependencies from the SPD decoder
+- `50a5bf7b <https://github.com/open-power/sbe/commit/50a5bf7b>`__ Add emtpy exp_i2c_fields.H file for mirroring
+- `e454167d <https://github.com/open-power/sbe/commit/e454167d>`__ Generalize byte reading from SPD reading, for exp i2c reuse
+- `adc384e6 <https://github.com/open-power/sbe/commit/adc384e6>`__ Added I2C fields, EXP_FW_STATUS API
+- `2d3e83ab <https://github.com/open-power/sbe/commit/2d3e83ab>`__ Implement exp_check_for_ready
+- `09a9a40d <https://github.com/open-power/sbe/commit/09a9a40d>`__ Initial mss_field endian modification
+- `e66830b6 <https://github.com/open-power/sbe/commit/e66830b6>`__ Add exp_draminit and fix data_structs constants
+- `0f8b9522 <https://github.com/open-power/sbe/commit/0f8b9522>`__ Add L1 for p9a_mss_bulk_pwr_throttles and
+ p9a_mss_utils_to_throttle
+- `4338c9db <https://github.com/open-power/sbe/commit/4338c9db>`__ Generalize set fields in pre_data_init
+- `63dc7cda <https://github.com/open-power/sbe/commit/63dc7cda>`__ Add SPD DDIMM DDR4 module except for PMIC fields
+- `2edbcc69 <https://github.com/open-power/sbe/commit/2edbcc69>`__ Add attribute engine algorithm for eff_config and pre_eff_config
+- `052f732f <https://github.com/open-power/sbe/commit/052f732f>`__ Fix HB error with -Os compile flag due to eff_config
+- `3366f35e <https://github.com/open-power/sbe/commit/3366f35e>`__ Add missing attributes needed to be set for generic mss_kind
+- `bbbee5d9 <https://github.com/open-power/sbe/commit/bbbee5d9>`__ Add empty files for refactored SPD read API
+- `c4942627 <https://github.com/open-power/sbe/commit/c4942627>`__ Add SPD reader and traits DDR4 def
+- `4c69aba1 <https://github.com/open-power/sbe/commit/4c69aba1>`__ Add empty explorer “check_for_ready” procedure files
+- `646a51c8 <https://github.com/open-power/sbe/commit/646a51c8>`__ Add empty memory explorer error XML
+- `119f2896 <https://github.com/open-power/sbe/commit/119f2896>`__ Add empty mss_byte.H and mss_generic_check to ease HB mirroring
+- `59a5245f <https://github.com/open-power/sbe/commit/59a5245f>`__ Remove Nimbus dependencies from the SPD decoder
+- `c0f3e0a8 <https://github.com/open-power/sbe/commit/c0f3e0a8>`__ Add emtpy exp_i2c_fields.H file for mirroring
+- `d74733f0 <https://github.com/open-power/sbe/commit/d74733f0>`__ Generalize byte reading from SPD reading, for exp i2c reuse
+- `17441d0b <https://github.com/open-power/sbe/commit/17441d0b>`__ Added I2C fields, EXP_FW_STATUS API
+- `f52536b5 <https://github.com/open-power/sbe/commit/f52536b5>`__ Implement exp_check_for_ready
+- `ad9f7963 <https://github.com/open-power/sbe/commit/ad9f7963>`__ Initial mss_field endian modification
+- `82fbc51a <https://github.com/open-power/sbe/commit/82fbc51a>`__ Add exp_draminit and fix data_structs constants
+- `0248d119 <https://github.com/open-power/sbe/commit/0248d119>`__ Generalize set fields in pre_data_init
+- `13e163d1 <https://github.com/open-power/sbe/commit/13e163d1>`__ Add SPD DDIMM DDR4 module except for PMIC fields
+- `0f79843b <https://github.com/open-power/sbe/commit/0f79843b>`__ Add L1 for p9a_mss_bulk_pwr_throttles and
+ p9a_mss_utils_to_throttle
+- `0a037363 <https://github.com/open-power/sbe/commit/0a037363>`__ Add attribute engine algorithm for eff_config and pre_eff_config
+- `ab24d311 <https://github.com/open-power/sbe/commit/ab24d311>`__ Fix HB error with -Os compile flag due to eff_config
+- `d2f662b2 <https://github.com/open-power/sbe/commit/d2f662b2>`__ Add missing attributes needed to be set for generic mss_kind
+- `1e5e13ce <https://github.com/open-power/sbe/commit/1e5e13ce>`__ Clean up for p10 porting dependency errors
+
+Ben Gass (6):
+
+- `0a616016 <https://github.com/open-power/sbe/commit/0a616016>`__ Adding p9a_get/put_mmio and explorer_inband
+- `3c6ffc5b <https://github.com/open-power/sbe/commit/3c6ffc5b>`__ Update cmd/rsp endian handling in exp_inband
+- `201278b9 <https://github.com/open-power/sbe/commit/201278b9>`__ Adding p9a_get/put_mmio and explorer_inband
+- `52715d66 <https://github.com/open-power/sbe/commit/52715d66>`__ Update cmd/rsp endian handling in exp_inband
+- `db05b035 <https://github.com/open-power/sbe/commit/db05b035>`__ Adding Axone register header files.
+- `dfae3a84 <https://github.com/open-power/sbe/commit/dfae3a84>`__ Update p9_mss_eff_grouping for Axone support
+
+Bradley Pepper (1):
+
+- `547f0a27 <https://github.com/open-power/sbe/commit/547f0a27>`__ Adds plug rule for dependent DIMM slots on Swift
+
+Chris Steffen (1):
+
+- `6d59ceee <https://github.com/open-power/sbe/commit/6d59ceee>`__ P9A Tx Fifo Init + Init Settings Update
+
+Christian Geddes (13):
+
+- `5df3896a <https://github.com/open-power/sbe/commit/5df3896a>`__ Add exp_i2c_scom driver that will be consumed by HB/SBE
+ platforms
+- `4da70777 <https://github.com/open-power/sbe/commit/4da70777>`__ Add forceBE option to endian_utils.H
+- `07684ec0 <https://github.com/open-power/sbe/commit/07684ec0>`__ Update i2c driver for OCMB chip
+- `117e3fb9 <https://github.com/open-power/sbe/commit/117e3fb9>`__ Make some FAPI_INF traces that are spamming FW logs into
+ FAPI_DBG
+- `226899a2 <https://github.com/open-power/sbe/commit/226899a2>`__ Add exp_i2c_scom driver that will be consumed by HB/SBE
+ platforms
+- `f8a9eff2 <https://github.com/open-power/sbe/commit/f8a9eff2>`__ Add forceBE option to endian_utils.H
+- `c3b35f40 <https://github.com/open-power/sbe/commit/c3b35f40>`__ Update i2c driver for OCMB chip
+- `bfe4eb7d <https://github.com/open-power/sbe/commit/bfe4eb7d>`__ Make some FAPI_INF traces that are spamming FW logs into
+ FAPI_DBG
+- `aa9068ab <https://github.com/open-power/sbe/commit/aa9068ab>`__ Account for OMI technology in initial mcs setup for Axone
+- `793283f0 <https://github.com/open-power/sbe/commit/793283f0>`__ Update ocmb i2c driver to send address in read command sequence
+- `50895b93 <https://github.com/open-power/sbe/commit/50895b93>`__ Introduce exp_getidec HWP
+- `60330e0e <https://github.com/open-power/sbe/commit/60330e0e>`__ Add “Not Wired” option for OPTICS_CONFIG_MODE attrs
+- `13627efc <https://github.com/open-power/sbe/commit/13627efc>`__ Add exp_i2c_scom driver that will be consumed by HB/SBE
+ platforms
+
+Dan Crowell (5):
+
+- `0209c872 <https://github.com/open-power/sbe/commit/0209c872>`__ Update Explorer FW Command IDs
+- `aa5c5ff1 <https://github.com/open-power/sbe/commit/aa5c5ff1>`__ Update Explorer FW Command IDs
+- `3624a993 <https://github.com/open-power/sbe/commit/3624a993>`__ Add Axone comment to grouping attribute
+- `2b61547b <https://github.com/open-power/sbe/commit/2b61547b>`__ Enable rolling counter and verification of req id for Explorer
+- `512f9246 <https://github.com/open-power/sbe/commit/512f9246>`__ Adjust idec algorithm for Explorer B.0 format
+
+Dean Sanner (1):
+
+- `c05bb41d <https://github.com/open-power/sbe/commit/c05bb41d>`__ Run LPC Init to clean up errors on MPIPL
+
+Devon Baughen (1):
+
+- `c6c08ec5 <https://github.com/open-power/sbe/commit/c6c08ec5>`__ add function to turn on adaptation in bootconfig
+
+Emmanuel Sacristan (1):
+
+- `debfec25 <https://github.com/open-power/sbe/commit/debfec25>`__ adding iss 768 init for p9 behaviour in nmmu
+
+Evan Lojewski (2):
+
+- `e9924f12 <https://github.com/open-power/sbe/commit/e9924f12>`__ Update to allow DDR4-SORDIMM modules to be used [3].
+- `caacd24f <https://github.com/open-power/sbe/commit/caacd24f>`__ Update to allow DDR4-SORDIMM modules to be used [3].
+
+Glenn Miles (3):
+
+- `d3157de4 <https://github.com/open-power/sbe/commit/d3157de4>`__ Add procedures for updating explorer firmware image
+- `a6a2279a <https://github.com/open-power/sbe/commit/a6a2279a>`__ Add procedures for updating explorer firmware image
+- `d266398f <https://github.com/open-power/sbe/commit/d266398f>`__ Add HWP for entering Explorer TWI mode
+
+Greg Still (1):
+
+- `78fb7838 <https://github.com/open-power/sbe/commit/78fb7838>`__ PM Suspend: add halting of OCC GPEs
+
+Jennifer A. Stofer (2):
+
+- `1a12dc03 <https://github.com/open-power/sbe/commit/1a12dc03>`__ Revert “Adds exp_draminit_mc”
+- `af190d18 <https://github.com/open-power/sbe/commit/af190d18>`__ Revert “Adds exp_draminit_mc”
+
+Jenny Huynh (2):
+
+- `909eb261 <https://github.com/open-power/sbe/commit/909eb261>`__ Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ ADD1.0+
+- `ca5cbf31 <https://github.com/open-power/sbe/commit/ca5cbf31>`__ Add slbv, slbe extraction to p9_ram_core procedure
+
+Joachim Fenkes (1):
+
+- `ace80025 <https://github.com/open-power/sbe/commit/ace80025>`__ Streamline the way PIB/NET are initialized between SBE and
+ Cronus
+
+Joe McGill (1):
+
+- `bd520255 <https://github.com/open-power/sbe/commit/bd520255>`__ p9_proc_gettracearray – updates for Axone
+
+Li Meng (2):
+
+- `5890dd91 <https://github.com/open-power/sbe/commit/5890dd91>`__ Creates LRDIMM mrep/dwl calibration recorder class
+- `c700a05f <https://github.com/open-power/sbe/commit/c700a05f>`__ Creates LRDIMM mrep/dwl calibration recorder class
+
+Louis Stermole (27):
+
+- `5b8210bf <https://github.com/open-power/sbe/commit/5b8210bf>`__ Fix polling timeouts for exp_omi_train and exp_check_for_ready
+- `1cb0d8de <https://github.com/open-power/sbe/commit/1cb0d8de>`__ Move MSS volt attr setters to generic folder
+- `352d99be <https://github.com/open-power/sbe/commit/352d99be>`__ Add p9a_mss_volt procedure
+- `b6f6fb58 <https://github.com/open-power/sbe/commit/b6f6fb58>`__ Add p9a version of eff_memory_size API
+- `303dd8b9 <https://github.com/open-power/sbe/commit/303dd8b9>`__ Add retry of EXP_FW_STATUS when status is FW_BUSY
+- `7ef569b0 <https://github.com/open-power/sbe/commit/7ef569b0>`__ Add check for BOOT_STAGE == runtime fw in exp_check_for_ready
+- `5c3f1d99 <https://github.com/open-power/sbe/commit/5c3f1d99>`__ Fix polling timeouts for exp_omi_train and exp_check_for_ready
+- `95d92195 <https://github.com/open-power/sbe/commit/95d92195>`__ Fix duplicate symbol errors from DEFAULT_MC_TYPE
+- `cd9a1a6c <https://github.com/open-power/sbe/commit/cd9a1a6c>`__ Add p9a_mss_freq procedure
+- `25f753d8 <https://github.com/open-power/sbe/commit/25f753d8>`__ Update exp_omi_train for testing
+- `e9cd754f <https://github.com/open-power/sbe/commit/e9cd754f>`__ Add missing timing attrs to p9a_eff_config
+- `aab9c442 <https://github.com/open-power/sbe/commit/aab9c442>`__ Move MSS volt attr setters to generic folder
+- `c7096f6f <https://github.com/open-power/sbe/commit/c7096f6f>`__ Add p9a_mss_volt procedure
+- `4ccbdb85 <https://github.com/open-power/sbe/commit/4ccbdb85>`__ Add p9a version of eff_memory_size API
+- `82ad5ef7 <https://github.com/open-power/sbe/commit/82ad5ef7>`__ Fix duplicate symbol errors from DEFAULT_MC_TYPE
+- `55554d3a <https://github.com/open-power/sbe/commit/55554d3a>`__ Add p9a_mss_freq procedure
+- `851a68c4 <https://github.com/open-power/sbe/commit/851a68c4>`__ Add debug params to exp_check_for_ready_wrap
+- `fee0ceed <https://github.com/open-power/sbe/commit/fee0ceed>`__ Update exp_omi_train for testing
+- `713899e8 <https://github.com/open-power/sbe/commit/713899e8>`__ Add retry of EXP_FW_STATUS when status is FW_BUSY
+- `56c9d506 <https://github.com/open-power/sbe/commit/56c9d506>`__ Add check for BOOT_STAGE == runtime fw in exp_check_for_ready
+- `21be781f <https://github.com/open-power/sbe/commit/21be781f>`__ Add missing timing attrs to p9a_eff_config
+- `03efd459 <https://github.com/open-power/sbe/commit/03efd459>`__ Fix polling timeouts for exp_omi_train and exp_check_for_ready
+- `9a430ddf <https://github.com/open-power/sbe/commit/9a430ddf>`__ Updates to Explorer FW upload tools
+- `8b06b5c1 <https://github.com/open-power/sbe/commit/8b06b5c1>`__ Add deconfigure of memory port if mss_freq can’t find consensus
+ freq
+- `6cad7d02 <https://github.com/open-power/sbe/commit/6cad7d02>`__ Add Axone FIR unmasking after p9_chiplet_scominit
+- `c318ab00 <https://github.com/open-power/sbe/commit/c318ab00>`__ Add unmask_after_exp_omi_setup and FIR checks
+- `2f535c87 <https://github.com/open-power/sbe/commit/2f535c87>`__ Add unmasks for REG1 and REG2 versions of OMI_FIR for Axone
+
+Luis Fernandez (1):
+
+- `9acbf9f3 <https://github.com/open-power/sbe/commit/9acbf9f3>`__ HB Implement Static Analysis with cppcheck
+
+Mark Pizzutillo (24):
+
+- `c130fb5d <https://github.com/open-power/sbe/commit/c130fb5d>`__ Added code for exp_getecid and unit tests
+- `1d80cb57 <https://github.com/open-power/sbe/commit/1d80cb57>`__ Fix exp_getecid register accesses
+- `9ca91c9e <https://github.com/open-power/sbe/commit/9ca91c9e>`__ Add API for axone p10 dimm rank
+- `b06099df <https://github.com/open-power/sbe/commit/b06099df>`__ Add PMIC enable procedure code and UTs
+- `745d8711 <https://github.com/open-power/sbe/commit/745d8711>`__ Fix exp_draminit phy_params
+- `c257cb57 <https://github.com/open-power/sbe/commit/c257cb57>`__ Added code for exp_getecid and unit tests
+- `f68b0a02 <https://github.com/open-power/sbe/commit/f68b0a02>`__ Add API for axone p10 dimm rank
+- `68e02713 <https://github.com/open-power/sbe/commit/68e02713>`__ Fix exp_getecid register accesses
+- `72a62b5a <https://github.com/open-power/sbe/commit/72a62b5a>`__ Add PMIC enable procedure code and UTs
+- `39a198fb <https://github.com/open-power/sbe/commit/39a198fb>`__ Fix exp_draminit phy_params
+- `34778bc0 <https://github.com/open-power/sbe/commit/34778bc0>`__ Add PRBS training sequence to exp_omi_setup
+- `be05ce9e <https://github.com/open-power/sbe/commit/be05ce9e>`__ Create workaround for gemini MENTERP register bug
+- `71852bfe <https://github.com/open-power/sbe/commit/71852bfe>`__ Add workaround for gemini OMI config settings
+- `9346ae92 <https://github.com/open-power/sbe/commit/9346ae92>`__ Add code and workarounds for \*_omi_setup and \*_omi_train for
+ Swift
+- `27423190 <https://github.com/open-power/sbe/commit/27423190>`__ Update exp_draminit results display for new response structs
+- `2938d54f <https://github.com/open-power/sbe/commit/2938d54f>`__ Add assert for RSP extended data buffer size in exp_draminit
+- `c2b97f24 <https://github.com/open-power/sbe/commit/c2b97f24>`__ Add MCBIST infinite tests
+- `e1637c7d <https://github.com/open-power/sbe/commit/e1637c7d>`__ Add asserts for invalid states of enterprise & half dimm mode
+- `5f7d221a <https://github.com/open-power/sbe/commit/5f7d221a>`__ Add new DDIMM spd version 0_3 and update UTs
+- `2132642e <https://github.com/open-power/sbe/commit/2132642e>`__ Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes
+- `972885f1 <https://github.com/open-power/sbe/commit/972885f1>`__ Add attribute for SPD_REVISION (byte 1)
+- `b72e88b9 <https://github.com/open-power/sbe/commit/b72e88b9>`__ Refactor PMIC attributes to be at OCMB level
+- `7247b205 <https://github.com/open-power/sbe/commit/7247b205>`__ Add SPD, ATTR, and code support for thermal sensor fields
+- `2d51dbbb <https://github.com/open-power/sbe/commit/2d51dbbb>`__ Update RAS DQ Inject tool with new MCHP squence
+
+Marty E. Plummer (6):
+
+- `629327db <https://github.com/open-power/sbe/commit/629327db>`__ updateBuildTag: convert proc.stdout.read() to str.
+- `1ccc5eff <https://github.com/open-power/sbe/commit/1ccc5eff>`__ sbeCompression: add a python3 compatible fallback
+- `04a2b51f <https://github.com/open-power/sbe/commit/04a2b51f>`__ sbeCompression: use floor division
+- `e7dccb09 <https://github.com/open-power/sbe/commit/e7dccb09>`__ securityRegListGen: use io.open and read in text mode.
+- `2615d39b <https://github.com/open-power/sbe/commit/2615d39b>`__ parsAndCutElf: convert line to str
+- `e0e6c72e <https://github.com/open-power/sbe/commit/e0e6c72e>`__ treewide: use print function instead of statement
+
+Matt Derksen (1):
+
+- `245b9cef <https://github.com/open-power/sbe/commit/245b9cef>`__ Support EXP_FW_LOG command to get Explorer FW logs
+
+Matthew Hickman (2):
+
+- `c4bf31c0 <https://github.com/open-power/sbe/commit/c4bf31c0>`__ Ported ecc engine to generic
+- `f811ed4a <https://github.com/open-power/sbe/commit/f811ed4a>`__ Ported ecc engine to generic
+
+Murulidhar Nataraju (3):
+
+- `462aea8b <https://github.com/open-power/sbe/commit/462aea8b>`__ Update the Simics release path
+- `98d8d616 <https://github.com/open-power/sbe/commit/98d8d616>`__ Update EnterMPIPL to collect architected dumps and
+- `099e7402 <https://github.com/open-power/sbe/commit/099e7402>`__ MPIPL:SW485350
+
+Nico Fajardo (3):
+
+- `2e2e7ec7 <https://github.com/open-power/sbe/commit/2e2e7ec7>`__ Add FAPI_ASSERT for unsupported SPD rank in RTT fetch
+- `f95319e0 <https://github.com/open-power/sbe/commit/f95319e0>`__ Adding after_p9a_omi_init.C and p9a-specific fir traits
+- `e6cfaaee <https://github.com/open-power/sbe/commit/e6cfaaee>`__ exp draminit & draminit_mc phase 3 update for PRD logging
+
+Prem Shanker Jha (1):
+
+- `b05b7eb2 <https://github.com/open-power/sbe/commit/b05b7eb2>`__ PM: Modified FFDC to avoid corruption of RC in error path.
+
+Rahul Batra (1):
+
+- `49f59681 <https://github.com/open-power/sbe/commit/49f59681>`__ PM: Fix DB0 Hang
+
+Raja Das (6):
+
+- `8ee58f3e <https://github.com/open-power/sbe/commit/8ee58f3e>`__ Removed FlushNVDIMM from MPIPL Path
+- `7d3fabc4 <https://github.com/open-power/sbe/commit/7d3fabc4>`__ Updated the pibmem length for Axone in sbe-debug.py
+- `8fe7586c <https://github.com/open-power/sbe/commit/8fe7586c>`__ Updated backing build
+- `1120e327 <https://github.com/open-power/sbe/commit/1120e327>`__ Updated backing build
+- `1d411055 <https://github.com/open-power/sbe/commit/1d411055>`__ Optimized the Control Instruction Chip-op
+- `230eeb0e <https://github.com/open-power/sbe/commit/230eeb0e>`__ Updated backing build in customrc
+
+Ryan Black (1):
+
+- `166b70c6 <https://github.com/open-power/sbe/commit/166b70c6>`__ set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ buffer
+ read data.
+
+Ryan King (2):
+
+- `2ce7e143 <https://github.com/open-power/sbe/commit/2ce7e143>`__ Add sensor cache read as an explorer inband command
+- `e9fa3aa1 <https://github.com/open-power/sbe/commit/e9fa3aa1>`__ Add sensor cache read as an explorer inband command
+
+Sharath Manjunath (4):
+
+- `2e5302df <https://github.com/open-power/sbe/commit/2e5302df>`__ Update exp_draminit to read values from attributes
+- `91c77b9f <https://github.com/open-power/sbe/commit/91c77b9f>`__ Add exp_thermal_init for Explorer FW
+- `d35148fa <https://github.com/open-power/sbe/commit/d35148fa>`__ Update exp_draminit to read values from attributes
+- `b44d7913 <https://github.com/open-power/sbe/commit/b44d7913>`__ Add exp_thermal_init for Explorer FW
+
+Sheng-Hao Huang (1):
+
+- `26de8811 <https://github.com/open-power/sbe/commit/26de8811>`__ for defect number HW476620
+
+Sneha Kadam (1):
+
+- `4181f3d4 <https://github.com/open-power/sbe/commit/4181f3d4>`__ Renamed MCBIST subtest to clarify the test
+
+Stephen Glancy (42):
+
+- `2198e3d3 <https://github.com/open-power/sbe/commit/2198e3d3>`__ Adds Explorer OMI setup - step 12.8a
+- `9c255556 <https://github.com/open-power/sbe/commit/9c255556>`__ Moves conversions to be in the generic code space
+- `1b311f24 <https://github.com/open-power/sbe/commit/1b311f24>`__ Moves generic xml directories to be in generic/procedures
+- `8ece46a5 <https://github.com/open-power/sbe/commit/8ece46a5>`__ Adds explorer OMI training code
+- `7e7b430a <https://github.com/open-power/sbe/commit/7e7b430a>`__ Moves CAS latency algorithm to generic folder
+- `d51e3d14 <https://github.com/open-power/sbe/commit/d51e3d14>`__ Moves sync code to generic folder
+- `1f492888 <https://github.com/open-power/sbe/commit/1f492888>`__ Moves set bad bitmap into generic
+- `41a5e258 <https://github.com/open-power/sbe/commit/41a5e258>`__ Moves blame a FIR API to generic
+- `1fac7c34 <https://github.com/open-power/sbe/commit/1fac7c34>`__ Adds explorer post-draminit bad bits processing
+- `5d6711c6 <https://github.com/open-power/sbe/commit/5d6711c6>`__ Updates the LRDIMM to use SPD SI values
+- `234734a3 <https://github.com/open-power/sbe/commit/234734a3>`__ Adds explorer training response display functions
+- `8a98c662 <https://github.com/open-power/sbe/commit/8a98c662>`__ Fixes MCBIST compile fails
+- `a3d5f865 <https://github.com/open-power/sbe/commit/a3d5f865>`__ Adds DDIMM EFD decoder API
+- `ba55b796 <https://github.com/open-power/sbe/commit/ba55b796>`__ Adds process training response to exp draminit
+- `4ece76d0 <https://github.com/open-power/sbe/commit/4ece76d0>`__ Adds explorer CCS specialization
+- `0425da34 <https://github.com/open-power/sbe/commit/0425da34>`__ Adds EFD decode updates for 07MAY19 spec updates
+- `98807cd3 <https://github.com/open-power/sbe/commit/98807cd3>`__ Fixes FFDC for files moved to generic
+- `9ea40719 <https://github.com/open-power/sbe/commit/9ea40719>`__ Adds new attributes for 07MAY19 explorer specification
+- `5fb7dbd2 <https://github.com/open-power/sbe/commit/5fb7dbd2>`__ Adds Explorer OMI setup - step 12.8a
+- `856ef301 <https://github.com/open-power/sbe/commit/856ef301>`__ Moves conversions to be in the generic code space
+- `e5d4f0e7 <https://github.com/open-power/sbe/commit/e5d4f0e7>`__ Moves generic xml directories to be in generic/procedures
+- `dbef65eb <https://github.com/open-power/sbe/commit/dbef65eb>`__ Adds explorer OMI training code
+- `603999f3 <https://github.com/open-power/sbe/commit/603999f3>`__ Moves CAS latency algorithm to generic folder
+- `8fb1ba1e <https://github.com/open-power/sbe/commit/8fb1ba1e>`__ Moves sync code to generic folder
+- `92b5c676 <https://github.com/open-power/sbe/commit/92b5c676>`__ Adds DDIMM EFD decoder API
+- `337abf1d <https://github.com/open-power/sbe/commit/337abf1d>`__ Moves set bad bitmap into generic
+- `4d5e0e5b <https://github.com/open-power/sbe/commit/4d5e0e5b>`__ Adds process training response to exp draminit
+- `d5d815fe <https://github.com/open-power/sbe/commit/d5d815fe>`__ Moves blame a FIR API to generic
+- `9f315343 <https://github.com/open-power/sbe/commit/9f315343>`__ Adds explorer post-draminit bad bits processing
+- `8628f61e <https://github.com/open-power/sbe/commit/8628f61e>`__ Updates the LRDIMM to use SPD SI values
+- `135ec660 <https://github.com/open-power/sbe/commit/135ec660>`__ Adds explorer training response display functions
+- `33da4f84 <https://github.com/open-power/sbe/commit/33da4f84>`__ Adds new attributes for 07MAY19 explorer specification
+- `76bddf79 <https://github.com/open-power/sbe/commit/76bddf79>`__ Fixes MCBIST compile fails
+- `f9ce236f <https://github.com/open-power/sbe/commit/f9ce236f>`__ Adds explorer CCS specialization
+- `db6107b7 <https://github.com/open-power/sbe/commit/db6107b7>`__ Adds EFD decode updates for 07MAY19 spec updates
+- `87bb3373 <https://github.com/open-power/sbe/commit/87bb3373>`__ Fixes FFDC for files moved to generic
+- `49aa0e41 <https://github.com/open-power/sbe/commit/49aa0e41>`__ Adds MCBIST beat/byte signature data patterns
+- `05669c55 <https://github.com/open-power/sbe/commit/05669c55>`__ Adds explorer MCBIST address/data traps processing
+- `09fdf35a <https://github.com/open-power/sbe/commit/09fdf35a>`__ Fixes maintenance pattern load bug
+- `8187226a <https://github.com/open-power/sbe/commit/8187226a>`__ Updates exp access delay regs to set delays
+- `056538d3 <https://github.com/open-power/sbe/commit/056538d3>`__ Adds explorer shmoo traits
+- `03fbb688 <https://github.com/open-power/sbe/commit/03fbb688>`__ Fixes explorer accessor bugs
+
+Stewart Smith (1):
+
+- `7c74ddae <https://github.com/open-power/sbe/commit/7c74ddae>`__ Use full UART TX buffer (shave 5s off booting)
+
+Sumit Kumar (1):
+
+- `84c88858 <https://github.com/open-power/sbe/commit/84c88858>`__ Fapi_Infra:Add new member to structure ErrorInfoCDG
+
+Sunil Kumar (3):
+
+- `b1415469 <https://github.com/open-power/sbe/commit/b1415469>`__ OCMB changes to suit PPE compilation.
+- `be6e9acb <https://github.com/open-power/sbe/commit/be6e9acb>`__ Remove i2cSupport
+- `1921f40c <https://github.com/open-power/sbe/commit/1921f40c>`__ OCMB changes to suit PPE compilation.
+
+Tsung Yeung (1):
+
+- `435e4111 <https://github.com/open-power/sbe/commit/435e4111>`__ Replaces NVDIMM flush sequence with CCS
+
+manichow (1):
+
+- `247a18dc <https://github.com/open-power/sbe/commit/247a18dc>`__ Quiesce procedure for NPU serving openCapi links
+
+vinaybs6 (2):
+
+- `54d447a8 <https://github.com/open-power/sbe/commit/54d447a8>`__ Updating the customrc file
+- `54f3205f <https://github.com/open-power/sbe/commit/54f3205f>`__ Setting the HRMOR value for OPAL based systems.
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+.. _patches-16:
+
+Patches
+~~~~~~~
+
+.. _commits-16:
+
+Commits
+~~~~~~~
+
+Aaron Sawdey (1):
+
+- `f1234170 <https://github.com/open-power/skiboot/commit/f1234170>`__ external/mambo: support mambo COW mode for PMEM disk
+
+Alexey Kardashevskiy (3):
+
+- `2a0455ba <https://github.com/open-power/skiboot/commit/2a0455ba>`__ npu2: Invalidate entire TCE cache if many entries requested
+- `9be9a77a <https://github.com/open-power/skiboot/commit/9be9a77a>`__ npu2: Clear fence on all bricks
+- `08cd61e9 <https://github.com/open-power/skiboot/commit/08cd61e9>`__ phb4: Add PHB options get/set OPAL calls
+
+Alistair Popple (1):
+
+- `518ab49f <https://github.com/open-power/skiboot/commit/518ab49f>`__ skiboot.tcl: Add chip-id to pmem device tree node
+
+Andrew Donnellan (2):
+
+- `e85e2e2b <https://github.com/open-power/skiboot/commit/e85e2e2b>`__ npu2-opencapi: Fix integer promotion bug in LPC allocation
+- `bc72973d <https://github.com/open-power/skiboot/commit/bc72973d>`__ hw/npu2-opencapi: Support multiple LPC devices
+
+Andrew Geissler (1):
+
+- `2554cac8 <https://github.com/open-power/skiboot/commit/2554cac8>`__ Support BMC IPMI heartbeat command
+
+Andrew Jeffery (10):
+
+- `e08fee36 <https://github.com/open-power/skiboot/commit/e08fee36>`__ gard: Fix data corruption when clearing single records
+- `8f204c12 <https://github.com/open-power/skiboot/commit/8f204c12>`__ blocklevel: smart_write: Terminate line for debug output in
+ no-change case
+- `5c935e78 <https://github.com/open-power/skiboot/commit/5c935e78>`__ blocklevel: smart_write: Rename write buffer
+- `518db2b2 <https://github.com/open-power/skiboot/commit/518db2b2>`__ blocklevel: smart_write: Rename size variable for clarity
+- `6867bd54 <https://github.com/open-power/skiboot/commit/6867bd54>`__ blocklevel: smart_write: Avoid indirectly testing formal
+ parameters
+- `bdbbfcac <https://github.com/open-power/skiboot/commit/bdbbfcac>`__ blocklevel: smart_write: Deny writes intersecting ECC
+ protected regions
+- `aa52f943 <https://github.com/open-power/skiboot/commit/aa52f943>`__ blocklevel: smart_write: Avoid reuse of formal parameters
+- `a950fd78 <https://github.com/open-power/skiboot/commit/a950fd78>`__ blocklevel: smart_write: Tidy local variable declarations
+- `96ddf4b5 <https://github.com/open-power/skiboot/commit/96ddf4b5>`__ blocklevel: smart_write: Fix unaligned writes to ECC
+ partitions
+- `7853fc53 <https://github.com/open-power/skiboot/commit/7853fc53>`__ libflash: ipmi-hiomap: Document error handling strategy in
+ write path
+
+Artem Senichev (1):
+
+- `f9292037 <https://github.com/open-power/skiboot/commit/f9292037>`__ platforms/nicole: Fixup the system VPD EEPROM size
+
+Balamuruhan S (2):
+
+- `61ec8655 <https://github.com/open-power/skiboot/commit/61ec8655>`__ occ-sensor: clean dt properties if sensor is not available
+- `bb0f098c <https://github.com/open-power/skiboot/commit/bb0f098c>`__ chip: enable HOMER/OCC common area region in Qemu emulated
+ PowerNV host
+
+Cédric Le Goater (20):
+
+- `e97391ae <https://github.com/open-power/skiboot/commit/e97391ae>`__ xive: fix return value of opal_xive_allocate_irq()
+- `99557228 <https://github.com/open-power/skiboot/commit/99557228>`__ xive/p9: introduce header files for the registers
+- `75829014 <https://github.com/open-power/skiboot/commit/75829014>`__ xive/p9: minor cleanup of the interface
+- `f9f3bb0a <https://github.com/open-power/skiboot/commit/f9f3bb0a>`__ xive/p9: use MMIO access for VC_EQC_CONFIG
+- `0649e551 <https://github.com/open-power/skiboot/commit/0649e551>`__ xive/p9: remove code not using indirect mode
+- `71ad5938 <https://github.com/open-power/skiboot/commit/71ad5938>`__ xive/p9: remove code not using block group mode
+- `1f269bc0 <https://github.com/open-power/skiboot/commit/1f269bc0>`__ xive/p9: remove dead code
+- `a10f1502 <https://github.com/open-power/skiboot/commit/a10f1502>`__ xive/p9: obsolete OPAL_XIVE_IRQ_*_VIA_FW flags
+- `ad7e9a67 <https://github.com/open-power/skiboot/commit/ad7e9a67>`__ xive/p9: obsolete OPAL_XIVE_IRQ_SHIFT_BUG flags
+- `4f0a5633 <https://github.com/open-power/skiboot/commit/4f0a5633>`__ xive/p9: fix EQ bitmap assignment when allocation fails
+- `f0e2746e <https://github.com/open-power/skiboot/commit/f0e2746e>`__ xive/p9: introduce definitions for priorities
+- `e26a866f <https://github.com/open-power/skiboot/commit/e26a866f>`__ xive/p9: fix silent escalation EQ setup
+- `0118b0a2 <https://github.com/open-power/skiboot/commit/0118b0a2>`__ xive/p9: cleanup all EQs when a VP block is freed.
+- `4f194e77 <https://github.com/open-power/skiboot/commit/4f194e77>`__ xive/p9: remove ACK# setting in the NVT
+- `5d0a4134 <https://github.com/open-power/skiboot/commit/5d0a4134>`__ xive/p9: introduce NVT_SHIFT
+- `ca46415e <https://github.com/open-power/skiboot/commit/ca46415e>`__ xive/p9: remove XIVE_INT_SAFETY_GAP
+- `2354857f <https://github.com/open-power/skiboot/commit/2354857f>`__ xive/p9: use predefined bitmasks to manipulate EQ addresses
+- `6214cb80 <https://github.com/open-power/skiboot/commit/6214cb80>`__ xive/p9: introduce the ESB magic MMIO offsets
+- `721ef0d0 <https://github.com/open-power/skiboot/commit/721ef0d0>`__ plat/qemu: use “/qemu” device tree node to identify the QEMU
+ platform
+- `d807288d <https://github.com/open-power/skiboot/commit/d807288d>`__ plat/qemu: add a POWER10 platform
+
+Dan Crowell (1):
+
+- `1b638f89 <https://github.com/open-power/skiboot/commit/1b638f89>`__ Updating shared constants for HBRT
+
+Dan Horák (2):
+
+- `1a02a189 <https://github.com/open-power/skiboot/commit/1a02a189>`__ xscom-utils: refer only objects not sources for getscom
+- `53baedfd <https://github.com/open-power/skiboot/commit/53baedfd>`__ gard: fix installation rule
+
+Eric Richter (9):
+
+- `e023d6b9 <https://github.com/open-power/skiboot/commit/e023d6b9>`__ hw/test: include -gcov binaries in clean target
+- `04f0cdb9 <https://github.com/open-power/skiboot/commit/04f0cdb9>`__ doc: add opal secure variable documentation
+- `484bdc5d <https://github.com/open-power/skiboot/commit/484bdc5d>`__ libstb/secvar: add secure variable internal abstraction
+- `bc1f1e44 <https://github.com/open-power/skiboot/commit/bc1f1e44>`__ libstb/secvar: add secvar api implementation
+- `127db3a6 <https://github.com/open-power/skiboot/commit/127db3a6>`__ secvar/test: add rudimentary secvar API unit testing
+- `a55c46d5 <https://github.com/open-power/skiboot/commit/a55c46d5>`__ secvar_devtree: add generic compatible, and new format
+ device tree property
+- `6cdbf1ad <https://github.com/open-power/skiboot/commit/6cdbf1ad>`__ secvar_api: check that enqueue_update writes successfully
+ before returning success
+- `0dfaf110 <https://github.com/open-power/skiboot/commit/0dfaf110>`__ secvar_main: increase verbosity of the main entrypoint
+- `c2ba08e8 <https://github.com/open-power/skiboot/commit/c2ba08e8>`__ tpm_i2c_nuvoton: check TPM vendor id register during probe
+
+Frederic Barrat (26):
+
+- `f6f247a8 <https://github.com/open-power/skiboot/commit/f6f247a8>`__ core/pci: Refactor common paths on slot hotplug
+- `38e51a31 <https://github.com/open-power/skiboot/commit/38e51a31>`__ core/pci: Add missing lock in set_power_timer
+- `8bae2376 <https://github.com/open-power/skiboot/commit/8bae2376>`__ core/pci: Use proper phandle during hotplug for PHB slots
+- `30642155 <https://github.com/open-power/skiboot/commit/30642155>`__ core/pci: Train link of PHB slots when hotplugging
+- `94bc2d7a <https://github.com/open-power/skiboot/commit/94bc2d7a>`__ core/pci: Fix scan of devices for opencapi slots
+- `13e1a7e5 <https://github.com/open-power/skiboot/commit/13e1a7e5>`__ npu2-hw-procedures: Move some opencapi PHY settings in
+ one-off init
+- `544ce7ef <https://github.com/open-power/skiboot/commit/544ce7ef>`__ npu2-opencapi: Make sure the PCI slot has the proper ID
+- `fed081dc <https://github.com/open-power/skiboot/commit/fed081dc>`__ npu2-hw-procedures: Fix link retraining on reset
+- `2600cfac <https://github.com/open-power/skiboot/commit/2600cfac>`__ npu2-opencapi: Rework link training timeout
+- `c5db8325 <https://github.com/open-power/skiboot/commit/c5db8325>`__ npu2-opencapi: Tweak fundamental reset sequence
+- `7989d6ed <https://github.com/open-power/skiboot/commit/7989d6ed>`__ npu2-opencapi: Simplify freset states
+- `dbc70aea <https://github.com/open-power/skiboot/commit/dbc70aea>`__ npu2-opencapi: Detect PHY reset errors
+- `40bc636e <https://github.com/open-power/skiboot/commit/40bc636e>`__ npu2-opencapi: Improve error reporting to the OS
+- `6299d3e5 <https://github.com/open-power/skiboot/commit/6299d3e5>`__ npu2-opencapi: Activate PCI hotplug on opencapi slot
+- `9d5faafc <https://github.com/open-power/skiboot/commit/9d5faafc>`__ npu2-opencapi: Handle OPAL_UNMAP_PE operation on set_pe()
+ callback
+- `233e863c <https://github.com/open-power/skiboot/commit/233e863c>`__ npu2-opencapi: Log a warning when resetting a broken device
+- `425340bd <https://github.com/open-power/skiboot/commit/425340bd>`__ platform/mihawk: Detect old system compatible string
+- `da28a664 <https://github.com/open-power/skiboot/commit/da28a664>`__ npu2: Rework phb-index assignments for virtual PHBs
+- `57d43efd <https://github.com/open-power/skiboot/commit/57d43efd>`__ npu3: Don’t use the device tree to assign the phb-index of
+ the PHB
+- `bbb4777f <https://github.com/open-power/skiboot/commit/bbb4777f>`__ npu2, npu3: Remove ibm, phb-index property from the NPU dt
+ node
+- `8b9be491 <https://github.com/open-power/skiboot/commit/8b9be491>`__ npu3: Register virtual PHBs with static IDs
+- `09478eae <https://github.com/open-power/skiboot/commit/09478eae>`__ npu2-opencapi: don’t fence on masked XSL errors
+- `53408440 <https://github.com/open-power/skiboot/commit/53408440>`__ npu2-opencapi: Don’t drive reset signal permanently
+- `9de4f228 <https://github.com/open-power/skiboot/commit/9de4f228>`__ npu2-opencapi: Allow platforms to identify physical slots
+- `59482b92 <https://github.com/open-power/skiboot/commit/59482b92>`__ capp: Add lid definition for P9 DD2.3
+- `e876514b <https://github.com/open-power/skiboot/commit/e876514b>`__ hw/phb4: Tune GPU direct performance on witherspoon in PCI
+ mode
+
+Frédéric Bonnard (1):
+
+- `470ffb5f <https://github.com/open-power/skiboot/commit/470ffb5f>`__ external/common: Use file operation used on x86 for
+ ARCH_UNKNOWN
+
+Gavin Shan (2):
+
+- `8f33688a <https://github.com/open-power/skiboot/commit/8f33688a>`__ core/pci: Use cached VDID when populating device node
+- `c9c68152 <https://github.com/open-power/skiboot/commit/c9c68152>`__ core/pci: Check PCIe cap version in
+ pci_disable_completion_timeout()
+
+Haren Myneni (1):
+
+- `ad8cdd0f <https://github.com/open-power/skiboot/commit/ad8cdd0f>`__ VAS: Alloc IRQ and port address for each VAS instance
+
+Ilya Kuznetsov (1):
+
+- `dab352ee <https://github.com/open-power/skiboot/commit/dab352ee>`__ pci-slot: Allow to create slot for downstream port of any
+ switch
+
+Jordan Niethe (8):
+
+- `4acb8fe7 <https://github.com/open-power/skiboot/commit/4acb8fe7>`__ core/pci-dt-slots: Remove duplicate PCIDBG() definition
+- `df15dcfc <https://github.com/open-power/skiboot/commit/df15dcfc>`__ pci: Use a macro for accessing PCI BDF Bus Number
+- `f68639c6 <https://github.com/open-power/skiboot/commit/f68639c6>`__ pci: Use a macro for accessing PCI BDF Device Number
+- `e4e2aa9c <https://github.com/open-power/skiboot/commit/e4e2aa9c>`__ pci: Use a macro for accessing PCI BDF Function Number
+- `41f6c806 <https://github.com/open-power/skiboot/commit/41f6c806>`__ hw/phb4: Use standard MIN/MAX macro definitions
+- `851ce56c <https://github.com/open-power/skiboot/commit/851ce56c>`__ ipmi: Use standard MIN() macro definition
+- `a7864968 <https://github.com/open-power/skiboot/commit/a7864968>`__ core/flash: Use pr_fmt macro for tagging log messages
+- `9f0af279 <https://github.com/open-power/skiboot/commit/9f0af279>`__ ccan: Add CCAN heap license
+
+Joy Chu (3):
+
+- `52952aca <https://github.com/open-power/skiboot/commit/52952aca>`__ platform/mihawk: Add system VPD EEPROM to I2C bus
+- `d6ab89db <https://github.com/open-power/skiboot/commit/d6ab89db>`__ platform/mihawk: add nvme devices slot table
+- `68260957 <https://github.com/open-power/skiboot/commit/68260957>`__ platform/mihawk: support dynamic PCIe slot table
+
+Klaus Heinrich Kiwi (3):
+
+- `99ce1bef <https://github.com/open-power/skiboot/commit/99ce1bef>`__ ibm-fsp/lxvpd: check for upstream port on slot labeling
+- `ab1b05d2 <https://github.com/open-power/skiboot/commit/ab1b05d2>`__ PCI: create optional loc-code platform callback
+- `b8b1ebc1 <https://github.com/open-power/skiboot/commit/b8b1ebc1>`__ core/pci.c: cleanup pci_add_loc_code()
+
+Madhavan Srinivasan (2):
+
+- `7066a9c2 <https://github.com/open-power/skiboot/commit/7066a9c2>`__ hdat/spira: export abc and wxyz bus speeds
+- `37941672 <https://github.com/open-power/skiboot/commit/37941672>`__ hw/imc: Add error message on failing cases for imc_init
+
+Mahesh Salgaonkar (2):
+
+- `a810d1fe <https://github.com/open-power/skiboot/commit/a810d1fe>`__ IPMI: Trigger OPAL TI in abort path.
+- `53944d45 <https://github.com/open-power/skiboot/commit/53944d45>`__ opal-gard: Add support for new PVR POWER9P.
+
+Mauro S. M. Rodrigues (1):
+
+- `e4113f94 <https://github.com/open-power/skiboot/commit/e4113f94>`__ tpm_i2c_nuvoton: fix tpm_read_fifo overflow check
+
+Michael Ellerman (1):
+
+- `387ffa75 <https://github.com/open-power/skiboot/commit/387ffa75>`__ mambo: Add more tweakable security flags
+
+Michal Suchanek (1):
+
+- `6080c106 <https://github.com/open-power/skiboot/commit/6080c106>`__ errorlog: Prevent alignment error building with gcc9.
+
+Nicholas Piggin (47):
+
+- `4cf05f35 <https://github.com/open-power/skiboot/commit/4cf05f35>`__ asm/head: set skiboot TOC in interrupt handler entry
+- `a2c9babb <https://github.com/open-power/skiboot/commit/a2c9babb>`__ core/cpu.c: current_radix_mode should be initialised to true
+- `6266148e <https://github.com/open-power/skiboot/commit/6266148e>`__ build: use -mcpu=power8
+- `b70e8afd <https://github.com/open-power/skiboot/commit/b70e8afd>`__ core/exceptions.c: rearrange code to allow more interrupt
+ types
+- `9ddc1a6b <https://github.com/open-power/skiboot/commit/9ddc1a6b>`__ core/util: trap based assertions
+- `216433af <https://github.com/open-power/skiboot/commit/216433af>`__ core/util: branch-to-NULL assert for ELFv2 ABI
+- `1785745d <https://github.com/open-power/skiboot/commit/1785745d>`__ core/exceptions.c: do not include handler code in exception
+ backtrace
+- `6b512fce <https://github.com/open-power/skiboot/commit/6b512fce>`__ slw: slw_reinit fix array overrun
+- `3734172b <https://github.com/open-power/skiboot/commit/3734172b>`__ build: fix non-constant build asserts
+- `2501c3f6 <https://github.com/open-power/skiboot/commit/2501c3f6>`__ xive/p9: improve cache watch type checking
+- `154e4eed <https://github.com/open-power/skiboot/commit/154e4eed>`__ xive/p9: use predefined bitmasks to manipulate EQ addresses
+- `192d5865 <https://github.com/open-power/skiboot/commit/192d5865>`__ xive/p9: sbe size debug print fix
+- `40558797 <https://github.com/open-power/skiboot/commit/40558797>`__ fsp: map trace areas on P9
+- `ef7c7de8 <https://github.com/open-power/skiboot/commit/ef7c7de8>`__ psi: update registers to reflect >= P8 PHBSCR
+- `bb445088 <https://github.com/open-power/skiboot/commit/bb445088>`__ hdata/test/hdata_to_dt.c: use P8E PVR when -8E is given
+- `3fbfb0e3 <https://github.com/open-power/skiboot/commit/3fbfb0e3>`__ Remove dead POWER7 code
+- `26657393 <https://github.com/open-power/skiboot/commit/26657393>`__ asm/cvc_entry.S: r2 save fix
+- `ca412e3e <https://github.com/open-power/skiboot/commit/ca412e3e>`__ capp: fix endian conversion
+- `0ed09ec1 <https://github.com/open-power/skiboot/commit/0ed09ec1>`__ cpu: use dt accessor device tree access
+- `1b9a449d <https://github.com/open-power/skiboot/commit/1b9a449d>`__ opal-api: add endian conversions to most opal calls
+- `789624ff <https://github.com/open-power/skiboot/commit/789624ff>`__ opal-msg: endian fixes for opal-msg.c and opal_queue_msg
+ callers
+- `c47b2ffd <https://github.com/open-power/skiboot/commit/c47b2ffd>`__ elf: endian conversions
+- `518e5542 <https://github.com/open-power/skiboot/commit/518e5542>`__ spira: fix endian conversions in spira data structures
+- `8d49ff53 <https://github.com/open-power/skiboot/commit/8d49ff53>`__ hdata: endian conversions
+- `0d12f0c8 <https://github.com/open-power/skiboot/commit/0d12f0c8>`__ naca: move naca definition from asm to C
+- `bb9aebc6 <https://github.com/open-power/skiboot/commit/bb9aebc6>`__ io: endian conversions for io accessors
+- `08801245 <https://github.com/open-power/skiboot/commit/08801245>`__ hmi: endian conversions
+- `b5c22130 <https://github.com/open-power/skiboot/commit/b5c22130>`__ cvc: allow BE cvc code to be called from LE context
+- `1504bf98 <https://github.com/open-power/skiboot/commit/1504bf98>`__ xive: make endian-clean
+- `e73cf72d <https://github.com/open-power/skiboot/commit/e73cf72d>`__ phb4: make endian-clean
+- `61800f2d <https://github.com/open-power/skiboot/commit/61800f2d>`__ occ sensors: make endian-clean
+- `45c1436a <https://github.com/open-power/skiboot/commit/45c1436a>`__ memconsole: make endian-clean
+- `1959efa6 <https://github.com/open-power/skiboot/commit/1959efa6>`__ debug descriptor: make endian-clean
+- `a2c74d83 <https://github.com/open-power/skiboot/commit/a2c74d83>`__ ipmi: endian conversion
+- `390c4f5e <https://github.com/open-power/skiboot/commit/390c4f5e>`__ sbe-p9: endian conversion
+- `e3934d8c <https://github.com/open-power/skiboot/commit/e3934d8c>`__ fsp: endian conversions
+- `4ec92ece <https://github.com/open-power/skiboot/commit/4ec92ece>`__ errorlog: endian conversion
+- `f27d32f1 <https://github.com/open-power/skiboot/commit/f27d32f1>`__ pel: endian conversion
+- `8d9d63b9 <https://github.com/open-power/skiboot/commit/8d9d63b9>`__ libflash: ecc endian conversions
+- `9c72bbb6 <https://github.com/open-power/skiboot/commit/9c72bbb6>`__ prd: endian conversions
+- `752b2a2d <https://github.com/open-power/skiboot/commit/752b2a2d>`__ opal-dump: MPIPL endan conversions
+- `d71bb898 <https://github.com/open-power/skiboot/commit/d71bb898>`__ sfc-ctrl: endian conversions
+- `35776a29 <https://github.com/open-power/skiboot/commit/35776a29>`__ add little endian support
+- `a0cf95fe <https://github.com/open-power/skiboot/commit/a0cf95fe>`__ dt: assorted cleanups
+- `5178691d <https://github.com/open-power/skiboot/commit/5178691d>`__ add more sparse endian annotations
+- `e04a34af <https://github.com/open-power/skiboot/commit/e04a34af>`__ fix simple sparse warnings
+- `bca23d31 <https://github.com/open-power/skiboot/commit/bca23d31>`__ i2c: fix dereference beyond the end of buffer
+
+Oliver O’Halloran (80):
+
+- `ba10ce12 <https://github.com/open-power/skiboot/commit/ba10ce12>`__ Makefiles: Remove –Wno-stringop-truncation
+- `0f9371da <https://github.com/open-power/skiboot/commit/0f9371da>`__ hw: Put SPDX on new files
+- `9142bb3b <https://github.com/open-power/skiboot/commit/9142bb3b>`__ core/pci-quirk: Re-order struct members
+- `452a9a46 <https://github.com/open-power/skiboot/commit/452a9a46>`__ core/pci: Export pci_check_clear_freeze()
+- `a7c613eb <https://github.com/open-power/skiboot/commit/a7c613eb>`__ core/pci-quirk: Microsemi switch UR workaround
+- `e9a30df7 <https://github.com/open-power/skiboot/commit/e9a30df7>`__ hw/sbe-p9: Fix multi-line log messages
+- `e96635d4 <https://github.com/open-power/skiboot/commit/e96635d4>`__ include/xscom: Remove duplicate p8 definitions
+- `abf3e4c6 <https://github.com/open-power/skiboot/commit/abf3e4c6>`__ include/xscom: Remove duplicate p9 definitions
+- `b03906a9 <https://github.com/open-power/skiboot/commit/b03906a9>`__ include/xscom: Use the name EQ rather than EP
+- `b310e8f7 <https://github.com/open-power/skiboot/commit/b310e8f7>`__ hw/phb4: Prevent register accesses when in reset
+- `a1fced25 <https://github.com/open-power/skiboot/commit/a1fced25>`__ skiboot 6.5 release notes
+- `e2018d2a <https://github.com/open-power/skiboot/commit/e2018d2a>`__ core/flash: Validate secure boot content size
+- `1af237bc <https://github.com/open-power/skiboot/commit/1af237bc>`__ pci: recheck pci nvram hacks on fast-reboot
+- `f945230b <https://github.com/open-power/skiboot/commit/f945230b>`__ hdata: Add Axone IOHUB support
+- `8bb0ae35 <https://github.com/open-power/skiboot/commit/8bb0ae35>`__ core/pci: Only hack class code for root ports
+- `7b12d548 <https://github.com/open-power/skiboot/commit/7b12d548>`__ hw/lpc: Configure SerIRQ interrupts on P9P
+- `4017085c <https://github.com/open-power/skiboot/commit/4017085c>`__ hw/psi: Add chip ID to interrupt names
+- `fb2f03ea <https://github.com/open-power/skiboot/commit/fb2f03ea>`__ hw/psi-p9: Make interrupt name array global
+- `fa161cd8 <https://github.com/open-power/skiboot/commit/fa161cd8>`__ hw/psi-p9: Mask OPAL-owned LSIs without handlers
+- `9c9375fd <https://github.com/open-power/skiboot/commit/9c9375fd>`__ hw/psi: Remove explicit external IRQ policy
+- `923b5a53 <https://github.com/open-power/skiboot/commit/923b5a53>`__ core/platform: Actually disable fast-reboot on P8
+- `a4e0f636 <https://github.com/open-power/skiboot/commit/a4e0f636>`__ core/init: Don’t checksum MPIPL data areas
+- `cc34635d <https://github.com/open-power/skiboot/commit/cc34635d>`__ core/init: Checksum romem after patching out traps
+- `6cf9ace9 <https://github.com/open-power/skiboot/commit/6cf9ace9>`__ hw/port80: Squash No SYNC error
+- `1c282887 <https://github.com/open-power/skiboot/commit/1c282887>`__ memory: Add NUMA associtivity information to DT
+- `f9eb53d2 <https://github.com/open-power/skiboot/commit/f9eb53d2>`__ hdata: Add a generic compatible to ibm,secureboot
+- `a0340a09 <https://github.com/open-power/skiboot/commit/a0340a09>`__ libstb/secvar: Ensure secvar_set_status() is called once
+- `ca11072a <https://github.com/open-power/skiboot/commit/ca11072a>`__ libstb/secvar: Fix makefile
+- `24813aa2 <https://github.com/open-power/skiboot/commit/24813aa2>`__ core/trace: Move trace buffer exports to a subnode
+- `628158b2 <https://github.com/open-power/skiboot/commit/628158b2>`__ core/trace: Rename boot trace buffer
+- `446f9f03 <https://github.com/open-power/skiboot/commit/446f9f03>`__ core/pci: Squash warning from devices with no ecaps
+- `bbe5f003 <https://github.com/open-power/skiboot/commit/bbe5f003>`__ platforms/astbmc: Add more slot helper macros
+- `1ed21a83 <https://github.com/open-power/skiboot/commit/1ed21a83>`__ platforms/qemu: Add slot table
+- `83a92e3b <https://github.com/open-power/skiboot/commit/83a92e3b>`__ platforms/qemu: Add slot table entries for a PCIe switch
+- `7fddf42c <https://github.com/open-power/skiboot/commit/7fddf42c>`__ hdata/test: Remove all temp files
+- `46fac469 <https://github.com/open-power/skiboot/commit/46fac469>`__ test/mambo: Skip restoring the old ulimit
+- `9e87ef7f <https://github.com/open-power/skiboot/commit/9e87ef7f>`__ hw/test: Make tests quieter
+- `d6fc2fb3 <https://github.com/open-power/skiboot/commit/d6fc2fb3>`__ makefiles: Make attribute suggestions non-errors
+- `0b8f5ea3 <https://github.com/open-power/skiboot/commit/0b8f5ea3>`__ tests: Squash \__attrconst related warnings
+- `2899bda5 <https://github.com/open-power/skiboot/commit/2899bda5>`__ include/cpu: Move \__nomcount attribute
+- `7abb0ef5 <https://github.com/open-power/skiboot/commit/7abb0ef5>`__ opal-ci: Remove clang builds on 18.04
+- `0990e822 <https://github.com/open-power/skiboot/commit/0990e822>`__ boottests: Print the simulator output if V=1 is set
+- `dc85bd46 <https://github.com/open-power/skiboot/commit/dc85bd46>`__ witherspoon: Squash spurious I2C errors
+- `8b3012e1 <https://github.com/open-power/skiboot/commit/8b3012e1>`__ hw/p8-i2c: Don’t print warnings when dumping registers
+- `b449782d <https://github.com/open-power/skiboot/commit/b449782d>`__ hw/p8-i2c: Clean up interrupt masking
+- `9f7b726c <https://github.com/open-power/skiboot/commit/9f7b726c>`__ libstb/tpm: block access to unknown i2c devs on the tpm bus
+- `80fd2e96 <https://github.com/open-power/skiboot/commit/80fd2e96>`__ xscom: Don’t log xscom errors caused by OPAL calls
+- `a4fbdbc6 <https://github.com/open-power/skiboot/commit/a4fbdbc6>`__ doc: Add skiboot-5.2.0 ref
+- `f04000d7 <https://github.com/open-power/skiboot/commit/f04000d7>`__ doc/secvar: Fix table markup
+- `06a90e9b <https://github.com/open-power/skiboot/commit/06a90e9b>`__ doc/mpipl: Fix warnings
+- `c76b1c19 <https://github.com/open-power/skiboot/commit/c76b1c19>`__ doc/secvar: Fix indentation warnings
+- `93ea4773 <https://github.com/open-power/skiboot/commit/93ea4773>`__ doc: Fix code blocks in v6.3.3 release notes
+- `8be8d98e <https://github.com/open-power/skiboot/commit/8be8d98e>`__ doc/sbe: Fix block indentation
+- `58d51527 <https://github.com/open-power/skiboot/commit/58d51527>`__ doc: Remove duplicate OPAL_ELOG_WRITE label
+- `962f6d78 <https://github.com/open-power/skiboot/commit/962f6d78>`__ doc: Fix block in 6.3.2 release notes
+- `7b4619a6 <https://github.com/open-power/skiboot/commit/7b4619a6>`__ doc/opal-api: Remove spurious indent
+- `0f46e5ca <https://github.com/open-power/skiboot/commit/0f46e5ca>`__ doc/dt: Fix memory-heirachy block
+- `192efa9b <https://github.com/open-power/skiboot/commit/192efa9b>`__ doc/opal-api: Remove ref to OPAL_HMI_FLAGS_TOD_TB_FAIL
+- `7afd41b7 <https://github.com/open-power/skiboot/commit/7afd41b7>`__ doc/device-tree: Add secvar bindings to the toctree
+- `e23e0053 <https://github.com/open-power/skiboot/commit/e23e0053>`__ doc: Add VAS stuff into the tree
+- `f59b2f6b <https://github.com/open-power/skiboot/commit/f59b2f6b>`__ doc: Use parallel builds
+- `4a8b45a6 <https://github.com/open-power/skiboot/commit/4a8b45a6>`__ doc: Remove bonus CONTRIBUTING.md from the index
+- `275c73fc <https://github.com/open-power/skiboot/commit/275c73fc>`__ doc: Fix some errors in platforms-and-cpus
+- `a02072d0 <https://github.com/open-power/skiboot/commit/a02072d0>`__ doc/imc: Fix sphinx warning
+- `d332d419 <https://github.com/open-power/skiboot/commit/d332d419>`__ README.md: Add information on docs
+- `10bbcd07 <https://github.com/open-power/skiboot/commit/10bbcd07>`__ core/platform: Add an explicit fast-reboot type
+- `ee07f2c6 <https://github.com/open-power/skiboot/commit/ee07f2c6>`__ core/fast-reset: Do not enable by default
+- `82aed17a <https://github.com/open-power/skiboot/commit/82aed17a>`__ firenze-pci: Fix infinite loop in firenze_pci_add_loc_code()
+- `2e122fba <https://github.com/open-power/skiboot/commit/2e122fba>`__ hw/fsp: Remove stray va_end() in \__fsp_fillmsg()
+- `b776bb0f <https://github.com/open-power/skiboot/commit/b776bb0f>`__ hw/fsp: Fix GENERIC_FAILURE mailbox status code
+- `e19dddc5 <https://github.com/open-power/skiboot/commit/e19dddc5>`__ Re-license contributions from Raptor Computer Systems
+- `a5764dd3 <https://github.com/open-power/skiboot/commit/a5764dd3>`__ Re-license contributions from Dan Horák
+- `504f4f08 <https://github.com/open-power/skiboot/commit/504f4f08>`__ Re-license contributions from Yadro
+- `d703ad5b <https://github.com/open-power/skiboot/commit/d703ad5b>`__ hw/prd: Hold FSP notifications while PRD is inactive
+- `ec7be089 <https://github.com/open-power/skiboot/commit/ec7be089>`__ docs: Fix ref to skiboot-6.4 in 6.5 release notes
+- `7b57002d <https://github.com/open-power/skiboot/commit/7b57002d>`__ hw/xscom: Add scom infrastructure
+- `9b612fff <https://github.com/open-power/skiboot/commit/9b612fff>`__ hw/centaur: Convert to use the new scom API
+- `38b5c317 <https://github.com/open-power/skiboot/commit/38b5c317>`__ hdata/memory: Add support for memory-buffer mmio
+- `e991415a <https://github.com/open-power/skiboot/commit/e991415a>`__ hw/ocmb: Add OCMB SCOM support
+- `0f1937ef <https://github.com/open-power/skiboot/commit/0f1937ef>`__ skiboot v6.6 release notes
+
+Reza Arbab (19):
+
+- `7ff5558c <https://github.com/open-power/skiboot/commit/7ff5558c>`__ Dedup $(HW_OBJS)
+- `e7f76b4e <https://github.com/open-power/skiboot/commit/e7f76b4e>`__ hw/phys-map: Add pvr argument to phys_map_init()
+- `6db75f1d <https://github.com/open-power/skiboot/commit/6db75f1d>`__ hw/phys-map: Add Axone memory map
+- `8279e529 <https://github.com/open-power/skiboot/commit/8279e529>`__ npu2: Prepare purge_l2_l3_caches() for reuse
+- `d9ecf61c <https://github.com/open-power/skiboot/commit/d9ecf61c>`__ npu2: Refactor NPU OPAL calls
+- `d9b06b85 <https://github.com/open-power/skiboot/commit/d9b06b85>`__ npu2: Add checks to npu2-only codepaths
+- `aa3fc69f <https://github.com/open-power/skiboot/commit/aa3fc69f>`__ hw: Introduce npu3
+- `6017ba6a <https://github.com/open-power/skiboot/commit/6017ba6a>`__ Add Swift platform
+- `3e334fbb <https://github.com/open-power/skiboot/commit/3e334fbb>`__ npu3: Rename NPU3_SM_MISC_CFGn register macros
+- `82b57688 <https://github.com/open-power/skiboot/commit/82b57688>`__ npu3: Initialize NPU3_SNP_MISC_CFG0
+- `2422c100 <https://github.com/open-power/skiboot/commit/2422c100>`__ npu3: Expose remaining ATSD launch registers
+- `a36a4944 <https://github.com/open-power/skiboot/commit/a36a4944>`__ npu: Fix device binding error message
+- `38e1c73f <https://github.com/open-power/skiboot/commit/38e1c73f>`__ npu3: Delay enablement of DL parity checking
+- `3f5ecfb3 <https://github.com/open-power/skiboot/commit/3f5ecfb3>`__ devicetree: Remove lpc interrupt properties
+- `91b4be52 <https://github.com/open-power/skiboot/commit/91b4be52>`__ platforms/swift: Remove spurious error message
+- `03e7420e <https://github.com/open-power/skiboot/commit/03e7420e>`__ npu3: Add ibm, ioda2-npu3-phb to compatible property
+- `3ea336e7 <https://github.com/open-power/skiboot/commit/3ea336e7>`__ npu3: Improve SALT log output
+- `ece4109b <https://github.com/open-power/skiboot/commit/ece4109b>`__ npu3: Make SALT CMD_REG writable
+- `24664b48 <https://github.com/open-power/skiboot/commit/24664b48>`__ npu2/hw-procedures: Remove assertion from check_credits()
+
+Ryan Grimm (1):
+
+- `689f4469 <https://github.com/open-power/skiboot/commit/689f4469>`__ slw: Enable stop states on P9P
+
+Shilpasri G Bhat (1):
+
+- `1fa6e85a <https://github.com/open-power/skiboot/commit/1fa6e85a>`__ occ: Add pstate corresponding to base frequency to DT
+
+Stewart Smith (23):
+
+- `648c7cfd <https://github.com/open-power/skiboot/commit/648c7cfd>`__ Silence sparse warning for version.c
+- `2c256c68 <https://github.com/open-power/skiboot/commit/2c256c68>`__ sparse: Silence “directive in argument list” for version
+ string
+- `c7737655 <https://github.com/open-power/skiboot/commit/c7737655>`__ sparse: fix (main|secondar)_cpu_entry declaration types
+- `ae9fb433 <https://github.com/open-power/skiboot/commit/ae9fb433>`__ sparse: fix endian types of struct imc_chip_cb members
+- `64b30ec5 <https://github.com/open-power/skiboot/commit/64b30ec5>`__ sparse: various SPIRA structures, declare them.
+- `4b2af1e5 <https://github.com/open-power/skiboot/commit/4b2af1e5>`__ sparse: lpc uart interrupt pointer endianness
+- `352738f7 <https://github.com/open-power/skiboot/commit/352738f7>`__ sparse: hdata/fsp: u8 doesn’t have endian
+- `4bec3e9e <https://github.com/open-power/skiboot/commit/4bec3e9e>`__ sparse: hdata/iohub: correctly convert endianness
+- `33753c98 <https://github.com/open-power/skiboot/commit/33753c98>`__ sparse: hdata/spira sw_xstop_fir_bitpos is uint8_t, has no
+ endian
+- `62ceded3 <https://github.com/open-power/skiboot/commit/62ceded3>`__ sparse: libstb/container: fix endian type for magic number
+- `0ee242b9 <https://github.com/open-power/skiboot/commit/0ee242b9>`__ gcov: Fix skiboot size to dump out from simulators
+- `067de39a <https://github.com/open-power/skiboot/commit/067de39a>`__ Move ec/ code to Rhesus platform
+- `5ef3dd30 <https://github.com/open-power/skiboot/commit/5ef3dd30>`__ SPDX-ify all skiboot code
+- `5826c0a2 <https://github.com/open-power/skiboot/commit/5826c0a2>`__ travis: Enable fedora30 for ppc64le
+- `468a2dc1 <https://github.com/open-power/skiboot/commit/468a2dc1>`__ travis: remove fedora29
+- `85b94f12 <https://github.com/open-power/skiboot/commit/85b94f12>`__ travis: do gcov builds on fedora30
+- `8995ad61 <https://github.com/open-power/skiboot/commit/8995ad61>`__ doc/requirements.txt: pin docutils at 0.14
+- `73ded8c7 <https://github.com/open-power/skiboot/commit/73ded8c7>`__ doc/device-tree/ibm, opal/firmware/version: clarify timeline
+ of git-id vs version
+- `0e1db80c <https://github.com/open-power/skiboot/commit/0e1db80c>`__ SPDX fixups and Copyright date fixes
+- `12610da1 <https://github.com/open-power/skiboot/commit/12610da1>`__ libstb: export CVC/securerom code memory range
+- `70047661 <https://github.com/open-power/skiboot/commit/70047661>`__ mambo: enable use of real Container Verification Code
+- `49496485 <https://github.com/open-power/skiboot/commit/49496485>`__ Re-license IBM written files as Apache 2.0 OR GPLv2+
+- `57c451dd <https://github.com/open-power/skiboot/commit/57c451dd>`__ platform: add Raptor Blackbird support
+
+Thiago Jung Bauermann (2):
+
+- `528b72fa <https://github.com/open-power/skiboot/commit/528b72fa>`__ core/init: Add ibm,processor-storage-keys property to CPU DT
+ node
+- `9cd556ca <https://github.com/open-power/skiboot/commit/9cd556ca>`__ Makefile: Search for distro-provided cross-compiler
+
+Vasant Hegde (64):
+
+- `ca222757 <https://github.com/open-power/skiboot/commit/ca222757>`__ OPAL: Add OPAL boot entry address to device tree
+- `af98c563 <https://github.com/open-power/skiboot/commit/af98c563>`__ FSP/MDST: Rename fsp-mdst-table.c -> fsp-sysdump.c
+- `9d57eb46 <https://github.com/open-power/skiboot/commit/9d57eb46>`__ hdata: Split MDST ‘type’ field to accommodate MPIPL
+- `0b667811 <https://github.com/open-power/skiboot/commit/0b667811>`__ hdata: Define various DUMP related structures
+- `f10e629c <https://github.com/open-power/skiboot/commit/f10e629c>`__ mem-map: Setup memory for MDDT table
+- `bbe6e969 <https://github.com/open-power/skiboot/commit/bbe6e969>`__ mem-map: Setup memory for MDRT table
+- `935fccb0 <https://github.com/open-power/skiboot/commit/935fccb0>`__ hdata: Update spirah structure
+- `ed7110ee <https://github.com/open-power/skiboot/commit/ed7110ee>`__ hdata: Adjust various structure offset after relocation
+- `0cadc985 <https://github.com/open-power/skiboot/commit/0cadc985>`__ hdata: Create /ibm, opal/dump device tree node
+- `1ba3198b <https://github.com/open-power/skiboot/commit/1ba3198b>`__ MPIPL: Register for OPAL dump
+- `4f94bda6 <https://github.com/open-power/skiboot/commit/4f94bda6>`__ MPIPL: Define OPAL metadata area
+- `ef6da5f6 <https://github.com/open-power/skiboot/commit/ef6da5f6>`__ MPIPL: Add OPAL API to register for dump region
+- `8d0c8ae5 <https://github.com/open-power/skiboot/commit/8d0c8ae5>`__ MPIPL: Add OPAL API to register tags
+- `166eda4e <https://github.com/open-power/skiboot/commit/166eda4e>`__ SBE: Send OPAL relocated base address to SBE
+- `0a17e674 <https://github.com/open-power/skiboot/commit/0a17e674>`__ MPIPL: Add support to trigger MPIPL on BMC system
+- `fbd875d7 <https://github.com/open-power/skiboot/commit/fbd875d7>`__ MPIPL: Save crashing PIR
+- `aa694ea0 <https://github.com/open-power/skiboot/commit/aa694ea0>`__ HIOMAP: Reset bmc mbox in MPIPL path
+- `4a669d0f <https://github.com/open-power/skiboot/commit/4a669d0f>`__ platform: Introduce new reboot type
+- `6326c712 <https://github.com/open-power/skiboot/commit/6326c712>`__ hdata: Add “mpipl-boot” property to “dump” node
+- `3d85abd9 <https://github.com/open-power/skiboot/commit/3d85abd9>`__ MPIPL: Prepare OPAL data tag
+- `19a8694f <https://github.com/open-power/skiboot/commit/19a8694f>`__ MPIPL: Add OPAL API to query saved tags
+- `7fa3c1ec <https://github.com/open-power/skiboot/commit/7fa3c1ec>`__ MPIPL: Clear tags and metadata
+- `fa5cb006 <https://github.com/open-power/skiboot/commit/fa5cb006>`__ MPIPL: Reserve memory to capture architected registers data
+- `4ddf1144 <https://github.com/open-power/skiboot/commit/4ddf1144>`__ MPIPL: Prepare architected registers data tag
+- `11cb51ab <https://github.com/open-power/skiboot/commit/11cb51ab>`__ MPIPL: Add documentation
+- `cc028857 <https://github.com/open-power/skiboot/commit/cc028857>`__ MPIPL: struct opal_mpipl_fadump doesn’t needs to be packed
+- `d75e82db <https://github.com/open-power/skiboot/commit/d75e82db>`__ core/ipmi: Fix use-after-free
+- `a0c996e4 <https://github.com/open-power/skiboot/commit/a0c996e4>`__ core/ipmi: Remove redundant variable
+- `49be3377 <https://github.com/open-power/skiboot/commit/49be3377>`__ gard: Add support to run gard tests on FSP platform
+- `fc455b94 <https://github.com/open-power/skiboot/commit/fc455b94>`__ skiboot v6.3.4 release notes
+- `66ab3cbd <https://github.com/open-power/skiboot/commit/66ab3cbd>`__ skiboot v6.5.1 release notes
+- `b8bac56a <https://github.com/open-power/skiboot/commit/b8bac56a>`__ hostservices: Silence special wakeup assert/release logs
+- `c3bfa320 <https://github.com/open-power/skiboot/commit/c3bfa320>`__ hdata: Fix reserved node label search
+- `f1557795 <https://github.com/open-power/skiboot/commit/f1557795>`__ prd: Improve debug logs
+- `790a604e <https://github.com/open-power/skiboot/commit/790a604e>`__ prd: Fix prd message queuing interface
+- `7af08f2f <https://github.com/open-power/skiboot/commit/7af08f2f>`__ prd: Fix FSP - HBRT firmware_notify message
+- `2a63db65 <https://github.com/open-power/skiboot/commit/2a63db65>`__ FSP/IPMI: Handle FSP reset reload
+- `13c2f98e <https://github.com/open-power/skiboot/commit/13c2f98e>`__ skiboot 5.4.11 release notes
+- `87a470c2 <https://github.com/open-power/skiboot/commit/87a470c2>`__ skiboot v6.5.2 release notes
+- `28eab7cd <https://github.com/open-power/skiboot/commit/28eab7cd>`__ skiboot v6.3.3 release notes
+- `120b1b7d <https://github.com/open-power/skiboot/commit/120b1b7d>`__ skiboot v6.0.21 release notes
+- `a448c4e2 <https://github.com/open-power/skiboot/commit/a448c4e2>`__ hdata: Update MPIPL support IPL parameter
+- `179d53df <https://github.com/open-power/skiboot/commit/179d53df>`__ stable/build: Do not convert warnings to error
+- `eebee394 <https://github.com/open-power/skiboot/commit/eebee394>`__ hdata: Fix SP attention area address
+- `457f9635 <https://github.com/open-power/skiboot/commit/457f9635>`__ mpipl: Release cpu data memory in free reserved memory path
+- `b858aef5 <https://github.com/open-power/skiboot/commit/b858aef5>`__ mpipl: Disable fast-reboot during post MPIPL boot
+- `958769d1 <https://github.com/open-power/skiboot/commit/958769d1>`__ FSP: Remove flash hook after completing code update
+- `b0e02421 <https://github.com/open-power/skiboot/commit/b0e02421>`__ mpipl: Rework memory reservation for OPAL dump
+- `c53e3394 <https://github.com/open-power/skiboot/commit/c53e3394>`__ platform: Log error to BMC even if diag data is missing
+- `c8418ac7 <https://github.com/open-power/skiboot/commit/c8418ac7>`__ errorlog: Replace hardcode value with macro
+- `caae4d47 <https://github.com/open-power/skiboot/commit/caae4d47>`__ list: Add list_add_after()
+- `16d186cf <https://github.com/open-power/skiboot/commit/16d186cf>`__ memory: Sort memory regions list
+- `841874b6 <https://github.com/open-power/skiboot/commit/841874b6>`__ ipmi-sel: Free ipmi_msg in error path
+- `20101950 <https://github.com/open-power/skiboot/commit/20101950>`__ esel: Fix OEM SEL generator ID
+- `033e797c <https://github.com/open-power/skiboot/commit/033e797c>`__ eSEL: Make sure PANIC logs are sent to BMC before calling
+ assert
+- `daf9215c <https://github.com/open-power/skiboot/commit/daf9215c>`__ errorlog: Increase the severity of abnormal reboot events
+- `2700092e <https://github.com/open-power/skiboot/commit/2700092e>`__ skiboot v6.5.3 release notes
+- `d0043ee2 <https://github.com/open-power/skiboot/commit/d0043ee2>`__ skiboot v6.5.4 release notes
+- `4ccfb4b3 <https://github.com/open-power/skiboot/commit/4ccfb4b3>`__ skiboot v6.0.22 release notes
+- `3a4daeca <https://github.com/open-power/skiboot/commit/3a4daeca>`__ Revert “FSP: Disable PSI link whenever FSP tells OPAL about
+ impending R/R”
+- `33323055 <https://github.com/open-power/skiboot/commit/33323055>`__ skiboot v6.0.23 release notes
+- `d6eb510d <https://github.com/open-power/skiboot/commit/d6eb510d>`__ fsp: Ignore platform dump notification on P9
+- `34664746 <https://github.com/open-power/skiboot/commit/34664746>`__ MPIPL: Add support to save crash CPU details on FSP system
+- `9547b3da <https://github.com/open-power/skiboot/commit/9547b3da>`__ ZZ: Fix System Attention Indicator location code
+
+acsawdey (1):
+
+- `a08549a9 <https://github.com/open-power/skiboot/commit/a08549a9>`__ external/mambo: rename env var PMEM_MODES to PMEM_MODE
+
+joy_chu (1):
+
+- `9570730f <https://github.com/open-power/skiboot/commit/9570730f>`__ Add: add mihawk platform file
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+.. _patches-17:
+
+Patches
+~~~~~~~
+
+.. _commits-17:
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+.. _patches-18:
+
+Patches
+~~~~~~~
+
+.. _commits-18:
+
+Commits
+~~~~~~~
+
+Uma Yadlapati (1):
+
+- `c622cb5 <https://github.com/open-power/witherspoon-xml/commit/c622cb5>`__ Add IPMI Key Clear sensor (#84)
+
+nmuruli (1):
+
+- `0f9b366 <https://github.com/open-power/witherspoon-xml/commit/0f9b366>`__ Set IS_MPIPL_SUPPORTED to TRUE by default (#88)
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+.. _patches-19:
+
+Patches
+~~~~~~~
+
+.. _commits-19:
+
+Commits
+~~~~~~~
+
+No changes.
diff --git a/_sources/release-notes/v2.5.rst.txt b/_sources/release-notes/v2.5.rst.txt
new file mode 100644
index 0000000..f6e5efa
--- /dev/null
+++ b/_sources/release-notes/v2.5.rst.txt
@@ -0,0 +1,2737 @@
+Release Notes for OpenPower Firmware v2.5
+=========================================
+
+op-build v2.5 was released on Friday, May 22nd, 2020. It became the current stable release of op-build, following on from v2.4,
+first released on July 28th, 2019.
+
+In addition to a number of bugfixes and re-factors, plus the 3 new platforms listed below, this release also brings new features
+since v2.4, to highlight a few:
+
+- Memory Preserving Initial Program Load (MPIPL): a Power feature where the contents of memory are preserved while the system
+ reboots after a failure.
+- Support for a new Power9 processor variant: Axone, aka P9P, with NPU3 hardware.
+- OpenCAPI reset support: allow FPGA-based OpenCAPI devices to be re-flashed with a new device image, then reset to activate the
+ new image.
+
+Known issues
+------------
+
+- Some Romulus and Witherspoon systems are intermittently failing to reboot after a Redfish "GracefulRestart" operation. The system
+ will stop indefinitely with the console message "OPAL: Shutdown request type 0x0...". A cold IPL (system power cycle) may be
+ required to recover from that scenario.
+
+New platforms
+-------------
+
+- mihawk
+- blackbird
+- swift
+
+Updated Packages
+----------------
+
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++===========+===========================+===========================+=========================================================================+
+| elfutils | 0.174 | 0.176 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| glibc | 2.29-11-ge28ad44 | 2.29-30-g2d3fefd | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| hcode | hw071319a.940 | hw052020a.opmst | zaius, witherspoon, p9dsu, nicole, romulus |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| hostboot | 8abecc2 | 9865ef9 | zaius, witherspoon, p9dsu, nicole, romulus |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| hostboot- | hw062819a.940 | hw013120a.opmst | zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus, |
+| binaries | | | firestone, p8dtu, palmetto, vesnin, garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| hostboot- | 27dda29 | 3267aff | habanero, barreleye, firestone, p8dtu, palmetto, vesnin, garrison |
+| p8 | | | |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| ima-catal | 3d30c7a | 89e00ee | zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus, |
+| og | | | firestone, p8dtu, palmetto, vesnin, garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| kexec-lit | 87d044a | 6b0130b | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| e | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| libflash | v6.4 | v6.6 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| linux | 5.2.1 | 5.4.33 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| linux-fir | 1baa348 | 20190717 | firenze, zaius, habanero, witherspoon, p9dsu, barreleye, romulus, opal, |
+| mware | | | firestone, pseries, p8dtu, palmetto, zz, vesnin, garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| linux-hea | 5.2.1 | 5.4.33 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| ders | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| machine-x | 26b2092 | 9a6da5f | nicole |
+| ml | | | |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| machine-x | eac9377 | 5b3fbca | romulus |
+| ml | | | |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| machine-x | a6f4df3 | 0f9b366 | witherspoon |
+| ml | | | |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| occ | e5a2afd | ab4dc96 | zaius, witherspoon, p9dsu, nicole, romulus |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| occ-p8 | 28b9f6e | 841e28a | firenze, habanero, barreleye, firestone, pseries, p8dtu, palmetto, |
+| | | | vesnin, garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| openpower | 0346930 | 175f00d | zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus, |
+| -pnor | | | firestone, p8dtu, palmetto, vesnin, garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| petitboot | v1.10.4 | v1.12 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| sbe | b96edc8 | c58e8fd | zaius, witherspoon, p9dsu, nicole, romulus |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+| skiboot | v6.4 | v6.6 | firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye, |
+| | | | romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, |
+| | | | garrison |
++-----------+---------------------------+---------------------------+-------------------------------------------------------------------------+
+
+New Packages
+------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Removed Packages
+----------------
+
++------------+------------+-------------------------------------------------------------------------------------------------------------------+
+| Package | Version | Platforms |
++============+============+===================================================================================================================+
+| iprutils | 2.4.15.1 | zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison |
++------------+------------+-------------------------------------------------------------------------------------------------------------------+
+| libsysfs | 2.1.0 | zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison |
++------------+------------+-------------------------------------------------------------------------------------------------------------------+
+
+Package: barreleye-xml
+----------------------
+
+`Repository <https://github.com/open-power/barreleye-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: firestone-xml
+----------------------
+
+`Repository <https://github.com/open-power/firestone-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: garrison-xml
+---------------------
+
+`Repository <https://github.com/open-power/garrison-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: habanero-xml
+---------------------
+
+`Repository <https://github.com/open-power/habanero-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Amit Tendolkar (2):
+
+- `7b72e51e <https://github.com/open-power/hcode/commit/7b72e51e>`__ HCode Error Logs - Final structure change for PGPE-OCC API
+- `be8d21b4 <https://github.com/open-power/hcode/commit/be8d21b4>`__ OCC assisted PGPE, SGPE Error Logging
+
+Chris Steffen (1):
+
+- `a3c009c8 <https://github.com/open-power/hcode/commit/a3c009c8>`__ Abus PPE TSX Fix
+
+Gregory S Still (1):
+
+- `396561e6 <https://github.com/open-power/hcode/commit/396561e6>`__ Revert "Hcode: hcode changes for STOP exit in SMF enabled HV
+ mode"
+
+Jenny Huynh (1):
+
+- `d1862ef5 <https://github.com/open-power/hcode/commit/d1862ef5>`__ Make COREFIR(63) unit checkstop for Cumulus
+
+Luis Fernandez (1):
+
+- `8df77fd2 <https://github.com/open-power/hcode/commit/8df77fd2>`__ HB Implement Static Analysis with cppcheck
+
+Prem Shanker Jha (8):
+
+- `04f9cd2b <https://github.com/open-power/hcode/commit/04f9cd2b>`__ Img Build: Updated STOP API version to reflect SPR self save
+ availability.
+- `b3180c3a <https://github.com/open-power/hcode/commit/b3180c3a>`__ STOP API: API to verify API and image compatibility.
+- `beaaeb86 <https://github.com/open-power/hcode/commit/beaaeb86>`__ UV Support : Augmented STOP API and self restore for enabling
+ ultravisor.
+- `737919b4 <https://github.com/open-power/hcode/commit/737919b4>`__ Revert "UV Support : Augmented STOP API and self restore for
+ enabling UV"
+- `b7658f97 <https://github.com/open-power/hcode/commit/b7658f97>`__ Self Restore: Changes for SMF and SPR self save.
+- `065c07cb <https://github.com/open-power/hcode/commit/065c07cb>`__ Self Save: Fixing self save of core SPR.
+- `9eca2072 <https://github.com/open-power/hcode/commit/9eca2072>`__ Hcode: hcode changes for STOP exit in SMF enabled HV mode
+- `214ef8b2 <https://github.com/open-power/hcode/commit/214ef8b2>`__ HWP: Fixed HV-UV and UV transition during STOP entry in case
+ of LE.
+
+Rahul Batra (4):
+
+- `9a22b25d <https://github.com/open-power/hcode/commit/9a22b25d>`__ PGPE: Optrace fixes
+- `1096b337 <https://github.com/open-power/hcode/commit/1096b337>`__ PM: Fix DB0 Hang
+- `13b47242 <https://github.com/open-power/hcode/commit/13b47242>`__ PGPE: Fix bad volt updt upon nack
+- `e8d3ed8d <https://github.com/open-power/hcode/commit/e8d3ed8d>`__ PGPE: Multiple Droop Handling Fix
+
+Yue Du (4):
+
+- `a3362cd2 <https://github.com/open-power/hcode/commit/a3362cd2>`__ CME: Reduce Image Size
+- `bd92fe00 <https://github.com/open-power/hcode/commit/bd92fe00>`__ CME: Perform SMF Self Save After RAM Psscr.PLS in STOP Entry
+- `694afd66 <https://github.com/open-power/hcode/commit/694afd66>`__ Self Save: Added support for SPR self save in CME hcode(func
+ ver)
+- `b1c57628 <https://github.com/open-power/hcode/commit/b1c57628>`__ Axone: Disable Stop L3 Purge Abort to avoid disabling L3 hash
+
+hostboot (154):
+
+- `e753ab63 <https://github.com/open-power/hcode/commit/e753ab63>`__ Release tag information updated for hw071719a.940
+- `b7076783 <https://github.com/open-power/hcode/commit/b7076783>`__ Release tag information updated for hw071919a.940
+- `faebbb83 <https://github.com/open-power/hcode/commit/faebbb83>`__ Release tag information updated for hw072219a.940
+- `87e44f2b <https://github.com/open-power/hcode/commit/87e44f2b>`__ Release tag information updated for hw072419a.940
+- `2b1e4726 <https://github.com/open-power/hcode/commit/2b1e4726>`__ Release tag information updated for hw072719a.940
+- `8111338f <https://github.com/open-power/hcode/commit/8111338f>`__ Release tag information updated for hw073019a.940
+- `3478a0b5 <https://github.com/open-power/hcode/commit/3478a0b5>`__ Release tag information updated for hw073119a.940
+- `93d4ce16 <https://github.com/open-power/hcode/commit/93d4ce16>`__ Release tag information updated for hw080119a.940
+- `cfaad693 <https://github.com/open-power/hcode/commit/cfaad693>`__ Release tag information updated for hw080219a.940
+- `a4178079 <https://github.com/open-power/hcode/commit/a4178079>`__ Release tag information updated for hw081019a.940
+- `6383eed4 <https://github.com/open-power/hcode/commit/6383eed4>`__ Release tag information updated for hw081319a.940
+- `e34887db <https://github.com/open-power/hcode/commit/e34887db>`__ Release tag information updated for hw081419a.940
+- `c7e1ca8c <https://github.com/open-power/hcode/commit/c7e1ca8c>`__ Release tag information updated for hw081619a.940
+- `5dbebecf <https://github.com/open-power/hcode/commit/5dbebecf>`__ Release tag information updated for hw082819a.950
+- `56f778b6 <https://github.com/open-power/hcode/commit/56f778b6>`__ Release tag information updated for hw082819b.950
+- `3cf46f78 <https://github.com/open-power/hcode/commit/3cf46f78>`__ Release tag information updated for hw083019a.950
+- `c01997e6 <https://github.com/open-power/hcode/commit/c01997e6>`__ Release tag information updated for hw090119a.950
+- `5c34aed8 <https://github.com/open-power/hcode/commit/5c34aed8>`__ Release tag information updated for hw090319a.950
+- `f5a4f0ca <https://github.com/open-power/hcode/commit/f5a4f0ca>`__ Release tag information updated for hw090419a.opmst
+- `b2b481c6 <https://github.com/open-power/hcode/commit/b2b481c6>`__ Release tag information updated for hw090619a.opmst
+- `70a95c69 <https://github.com/open-power/hcode/commit/70a95c69>`__ Release tag information updated for hw091019a.opmst
+- `e016bbb5 <https://github.com/open-power/hcode/commit/e016bbb5>`__ Release tag information updated for hw091119a.opmst
+- `bd6572db <https://github.com/open-power/hcode/commit/bd6572db>`__ Release tag information updated for hw091319a.opmst
+- `a9791bdb <https://github.com/open-power/hcode/commit/a9791bdb>`__ Release tag information updated for hw091719a.opmst
+- `0229050e <https://github.com/open-power/hcode/commit/0229050e>`__ Release tag information updated for hw091919a.opmst
+- `3f12b2d6 <https://github.com/open-power/hcode/commit/3f12b2d6>`__ Release tag information updated for hw092019a.opmst
+- `b7ef293f <https://github.com/open-power/hcode/commit/b7ef293f>`__ Release tag information updated for hw092119a.opmst
+- `c136490e <https://github.com/open-power/hcode/commit/c136490e>`__ Release tag information updated for hw092519a.opmst
+- `f0fd894e <https://github.com/open-power/hcode/commit/f0fd894e>`__ Release tag information updated for hw092619a.opmst
+- `ffd6bf1a <https://github.com/open-power/hcode/commit/ffd6bf1a>`__ Release tag information updated for hw092719a.opmst
+- `d0caf465 <https://github.com/open-power/hcode/commit/d0caf465>`__ Release tag information updated for hw092819a.opmst
+- `6e5cf597 <https://github.com/open-power/hcode/commit/6e5cf597>`__ Release tag information updated for hw100119a.opmst
+- `4e4150a8 <https://github.com/open-power/hcode/commit/4e4150a8>`__ Release tag information updated for hw100219a.opmst
+- `b89376bb <https://github.com/open-power/hcode/commit/b89376bb>`__ Release tag information updated for hw100319a.opmst
+- `8f9fe01d <https://github.com/open-power/hcode/commit/8f9fe01d>`__ Release tag information updated for hw100419a.opmst
+- `eda2b054 <https://github.com/open-power/hcode/commit/eda2b054>`__ Release tag information updated for hw100519a.opmst
+- `b199e0c9 <https://github.com/open-power/hcode/commit/b199e0c9>`__ Release tag information updated for hw100819a.opmst
+- `cf7d20a8 <https://github.com/open-power/hcode/commit/cf7d20a8>`__ Release tag information updated for hw100919a.opmst
+- `278684d5 <https://github.com/open-power/hcode/commit/278684d5>`__ Release tag information updated for hw101219a.opmst
+- `2211d6ea <https://github.com/open-power/hcode/commit/2211d6ea>`__ Release tag information updated for hw101519a.opmst
+- `ea8c716f <https://github.com/open-power/hcode/commit/ea8c716f>`__ Release tag information updated for hw101619a.opmst
+- `925882fd <https://github.com/open-power/hcode/commit/925882fd>`__ Release tag information updated for hw101719a.opmst
+- `a2f7b4ce <https://github.com/open-power/hcode/commit/a2f7b4ce>`__ Release tag information updated for hw101819a.opmst
+- `b4200fb8 <https://github.com/open-power/hcode/commit/b4200fb8>`__ Release tag information updated for hw102319a.opmst
+- `afddb39b <https://github.com/open-power/hcode/commit/afddb39b>`__ Release tag information updated for hw102419a.opmst
+- `c240bed5 <https://github.com/open-power/hcode/commit/c240bed5>`__ Release tag information updated for hw102519a.opmst
+- `2fd4b164 <https://github.com/open-power/hcode/commit/2fd4b164>`__ Release tag information updated for hw102619a.opmst
+- `c1e42a5d <https://github.com/open-power/hcode/commit/c1e42a5d>`__ Release tag information updated for hw102919a.opmst
+- `af8209da <https://github.com/open-power/hcode/commit/af8209da>`__ Release tag information updated for hw103019a.opmst
+- `f5cfc834 <https://github.com/open-power/hcode/commit/f5cfc834>`__ Release tag information updated for hw110119a.opmst
+- `be19b686 <https://github.com/open-power/hcode/commit/be19b686>`__ Release tag information updated for hw110219a.opmst
+- `b7f2b8f2 <https://github.com/open-power/hcode/commit/b7f2b8f2>`__ Release tag information updated for hw110519a.opmst
+- `fa49d180 <https://github.com/open-power/hcode/commit/fa49d180>`__ Release tag information updated for hw110719a.opmst
+- `cf37b0ab <https://github.com/open-power/hcode/commit/cf37b0ab>`__ Release tag information updated for hw110819a.opmst
+- `486d807e <https://github.com/open-power/hcode/commit/486d807e>`__ Release tag information updated for hw110919b.opmst
+- `653be77b <https://github.com/open-power/hcode/commit/653be77b>`__ Release tag information updated for hw111319a.opmst
+- `5fbc0759 <https://github.com/open-power/hcode/commit/5fbc0759>`__ Release tag information updated for hw111819a.opmst
+- `23e6cff8 <https://github.com/open-power/hcode/commit/23e6cff8>`__ Release tag information updated for hw111919a.opmst
+- `84d2649d <https://github.com/open-power/hcode/commit/84d2649d>`__ Release tag information updated for hw112019a.opmst
+- `f22c2cdf <https://github.com/open-power/hcode/commit/f22c2cdf>`__ Release tag information updated for hw112219a.opmst
+- `877d7b06 <https://github.com/open-power/hcode/commit/877d7b06>`__ Release tag & head commit information updated for
+ hw112619a.opmst
+- `740156c3 <https://github.com/open-power/hcode/commit/740156c3>`__ Release tag & head commit information updated for
+ hw120419a.opmst
+- `24b70f41 <https://github.com/open-power/hcode/commit/24b70f41>`__ Release tag & head commit information updated for
+ hw120919a.opmst
+- `fb423b83 <https://github.com/open-power/hcode/commit/fb423b83>`__ Release tag & head commit information updated for
+ hw121019a.opmst
+- `9658287f <https://github.com/open-power/hcode/commit/9658287f>`__ Release tag & head commit information updated for
+ hw121219a.opmst
+- `7dc3ec6e <https://github.com/open-power/hcode/commit/7dc3ec6e>`__ Release tag & head commit information updated for
+ hw121919a.opmst
+- `abb3817e <https://github.com/open-power/hcode/commit/abb3817e>`__ Release tag & head commit information updated for
+ hw122019a.opmst
+- `0c8a19f1 <https://github.com/open-power/hcode/commit/0c8a19f1>`__ Release tag & head commit information updated for
+ hw123020a.opmst
+- `b8defe1b <https://github.com/open-power/hcode/commit/b8defe1b>`__ Release tag & head commit information updated for
+ hw010220a.opmst
+- `8628f1a4 <https://github.com/open-power/hcode/commit/8628f1a4>`__ Release tag & head commit information updated for
+ hw010620a.opmst
+- `4d14a3df <https://github.com/open-power/hcode/commit/4d14a3df>`__ Release tag & head commit information updated for
+ hw010720a.opmst
+- `0b5d50ff <https://github.com/open-power/hcode/commit/0b5d50ff>`__ Release tag & head commit information updated for
+ hw010820a.opmst
+- `fae5994b <https://github.com/open-power/hcode/commit/fae5994b>`__ Release tag & head commit information updated for
+ hw010920a.opmst
+- `ea3e3e75 <https://github.com/open-power/hcode/commit/ea3e3e75>`__ Release tag & head commit information updated for
+ hw011020a.opmst
+- `3e2164c0 <https://github.com/open-power/hcode/commit/3e2164c0>`__ Release tag & head commit information updated for
+ hw011120a.opmst
+- `e57fe736 <https://github.com/open-power/hcode/commit/e57fe736>`__ Release tag & head commit information updated for
+ hw011320a.opmst
+- `8f6fdad9 <https://github.com/open-power/hcode/commit/8f6fdad9>`__ Release tag & head commit information updated for
+ hw011420a.opmst
+- `99cffa02 <https://github.com/open-power/hcode/commit/99cffa02>`__ Release tag & head commit information updated for
+ hw011520a.opmst
+- `cc7e95de <https://github.com/open-power/hcode/commit/cc7e95de>`__ Hcode: hcode changes for STOP exit in SMF enabled HV mode
+- `af1e535c <https://github.com/open-power/hcode/commit/af1e535c>`__ Release tag & head commit information updated for
+ hw011620a.opmst
+- `5b1e9a29 <https://github.com/open-power/hcode/commit/5b1e9a29>`__ Release tag & head commit information updated for
+ hw012120a.opmst
+- `0e6b5b4f <https://github.com/open-power/hcode/commit/0e6b5b4f>`__ Release tag & head commit information updated for
+ hw012320a.opmst
+- `2779192c <https://github.com/open-power/hcode/commit/2779192c>`__ Release tag & head commit information updated for
+ hw012420a.opmst
+- `105a2313 <https://github.com/open-power/hcode/commit/105a2313>`__ Release tag & head commit information updated for
+ hw012720a.opmst
+- `ef7c3d86 <https://github.com/open-power/hcode/commit/ef7c3d86>`__ Release tag & head commit information updated for
+ hw012820a.opmst
+- `e7971b5b <https://github.com/open-power/hcode/commit/e7971b5b>`__ Release tag & head commit information updated for
+ hw012920a.opmst
+- `4a5305fc <https://github.com/open-power/hcode/commit/4a5305fc>`__ Release tag & head commit information updated for
+ hw013020a.opmst
+- `dba5f033 <https://github.com/open-power/hcode/commit/dba5f033>`__ Revert "Hcode: hcode changes for STOP exit in SMF enabled HV
+ mode"
+- `c03f6bd5 <https://github.com/open-power/hcode/commit/c03f6bd5>`__ Release tag & head commit information updated for
+ hw013120a.opmst
+- `d6a5e753 <https://github.com/open-power/hcode/commit/d6a5e753>`__ Release tag & head commit information updated for
+ hw020420a.opmst
+- `c1708e3c <https://github.com/open-power/hcode/commit/c1708e3c>`__ Release tag & head commit information updated for
+ hw020520a.opmst
+- `ff142255 <https://github.com/open-power/hcode/commit/ff142255>`__ Release tag & head commit information updated for
+ hw021120a.opmst
+- `64c963de <https://github.com/open-power/hcode/commit/64c963de>`__ Release tag & head commit information updated for
+ hw021120b.opmst
+- `727a2859 <https://github.com/open-power/hcode/commit/727a2859>`__ Release tag & head commit information updated for
+ hw021320a.opmst
+- `6b19c24e <https://github.com/open-power/hcode/commit/6b19c24e>`__ Release tag & head commit information updated for
+ hw021420a.opmst
+- `d3a9bfad <https://github.com/open-power/hcode/commit/d3a9bfad>`__ Release tag & head commit information updated for
+ hw021720a.opmst
+- `2bbe1ddd <https://github.com/open-power/hcode/commit/2bbe1ddd>`__ Release tag & head commit information updated for
+ hw021820a.opmst
+- `90a62283 <https://github.com/open-power/hcode/commit/90a62283>`__ Release tag & head commit information updated for
+ hw021920a.opmst
+- `c02c9362 <https://github.com/open-power/hcode/commit/c02c9362>`__ Release tag & head commit information updated for
+ hw022020a.opmst
+- `e2b9f7ba <https://github.com/open-power/hcode/commit/e2b9f7ba>`__ Release tag & head commit information updated for
+ hw022420a.opmst
+- `2cf1d512 <https://github.com/open-power/hcode/commit/2cf1d512>`__ Release tag & head commit information updated for
+ hw022420b.opmst
+- `ad88dac2 <https://github.com/open-power/hcode/commit/ad88dac2>`__ Release tag & head commit information updated for
+ hw022620a.opmst
+- `7586c895 <https://github.com/open-power/hcode/commit/7586c895>`__ Release tag & head commit information updated for
+ hw022620b.opmst
+- `2c1f3f88 <https://github.com/open-power/hcode/commit/2c1f3f88>`__ Release tag & head commit information updated for
+ hw022820a.opmst
+- `3ea6aa70 <https://github.com/open-power/hcode/commit/3ea6aa70>`__ Release tag & head commit information updated for
+ hw030220a.opmst
+- `5633c6eb <https://github.com/open-power/hcode/commit/5633c6eb>`__ Release tag & head commit information updated for
+ hw030320a.opmst
+- `1a1280a8 <https://github.com/open-power/hcode/commit/1a1280a8>`__ Release tag & head commit information updated for
+ hw030420a.opmst
+- `356145d8 <https://github.com/open-power/hcode/commit/356145d8>`__ Release tag & head commit information updated for
+ hw030520a.opmst
+- `f4d730d9 <https://github.com/open-power/hcode/commit/f4d730d9>`__ Release tag & head commit information updated for
+ hw030620a.opmst
+- `460e29ed <https://github.com/open-power/hcode/commit/460e29ed>`__ Release tag & head commit information updated for
+ hw030920a.opmst
+- `ac97ba7a <https://github.com/open-power/hcode/commit/ac97ba7a>`__ Release tag & head commit information updated for
+ hw031020a.opmst
+- `7bdcd32c <https://github.com/open-power/hcode/commit/7bdcd32c>`__ Release tag & head commit information updated for
+ hw031120a.opmst
+- `63e6d024 <https://github.com/open-power/hcode/commit/63e6d024>`__ Release tag & head commit information updated for
+ hw031220a.opmst
+- `e6e0c962 <https://github.com/open-power/hcode/commit/e6e0c962>`__ Release tag & head commit information updated for
+ hw031320a.opmst
+- `6adfbb52 <https://github.com/open-power/hcode/commit/6adfbb52>`__ Release tag & head commit information updated for
+ hw031620a.opmst
+- `d27dc42b <https://github.com/open-power/hcode/commit/d27dc42b>`__ Release tag & head commit information updated for
+ hw032020a.opmst
+- `f96da34e <https://github.com/open-power/hcode/commit/f96da34e>`__ Release tag & head commit information updated for
+ hw032020b.opmst
+- `56bc2678 <https://github.com/open-power/hcode/commit/56bc2678>`__ Release tag & head commit information updated for
+ hw032320a.opmst
+- `69fb7bd3 <https://github.com/open-power/hcode/commit/69fb7bd3>`__ Release tag & head commit information updated for
+ hw032520a.opmst
+- `1a795c98 <https://github.com/open-power/hcode/commit/1a795c98>`__ Release tag & head commit information updated for
+ hw032620a.opmst
+- `e52088b0 <https://github.com/open-power/hcode/commit/e52088b0>`__ Release tag & head commit information updated for
+ hw032720a.opmst
+- `d3d7eccf <https://github.com/open-power/hcode/commit/d3d7eccf>`__ Release tag & head commit information updated for
+ hw033020a.opmst
+- `b4b0c9b9 <https://github.com/open-power/hcode/commit/b4b0c9b9>`__ Release tag & head commit information updated for
+ hw033120a.opmst
+- `186d7570 <https://github.com/open-power/hcode/commit/186d7570>`__ Release tag & head commit information updated for
+ hw040120a.opmst
+- `c5fb9e98 <https://github.com/open-power/hcode/commit/c5fb9e98>`__ Release tag & head commit information updated for
+ hw040220a.opmst
+- `ef11f4b5 <https://github.com/open-power/hcode/commit/ef11f4b5>`__ Release tag & head commit information updated for
+ hw040320a.opmst
+- `db8a373e <https://github.com/open-power/hcode/commit/db8a373e>`__ Release tag & head commit information updated for
+ hw040820a.opmst
+- `5655a99d <https://github.com/open-power/hcode/commit/5655a99d>`__ Release tag & head commit information updated for
+ hw040920a.opmst
+- `bb72cdc4 <https://github.com/open-power/hcode/commit/bb72cdc4>`__ Release tag & head commit information updated for
+ hw041020a.opmst
+- `28c3f110 <https://github.com/open-power/hcode/commit/28c3f110>`__ Release tag & head commit information updated for
+ hw041420a.opmst
+- `fec3f5ce <https://github.com/open-power/hcode/commit/fec3f5ce>`__ Release tag & head commit information updated for
+ hw041520a.opmst
+- `bae922f5 <https://github.com/open-power/hcode/commit/bae922f5>`__ Release tag & head commit information updated for
+ hw041620a.opmst
+- `105d09ad <https://github.com/open-power/hcode/commit/105d09ad>`__ Release tag & head commit information updated for
+ hw041720a.opmst
+- `cd456911 <https://github.com/open-power/hcode/commit/cd456911>`__ Release tag & head commit information updated for
+ hw042020a.opmst
+- `b43c5809 <https://github.com/open-power/hcode/commit/b43c5809>`__ Release tag & head commit information updated for
+ hw042220a.opmst
+- `16ee9a3a <https://github.com/open-power/hcode/commit/16ee9a3a>`__ Release tag & head commit information updated for
+ hw042320a.opmst
+- `c8ce6e1a <https://github.com/open-power/hcode/commit/c8ce6e1a>`__ Release tag & head commit information updated for
+ hw042420a.opmst
+- `b742f96b <https://github.com/open-power/hcode/commit/b742f96b>`__ Release tag & head commit information updated for
+ hw042720a.opmst
+- `e5f8c726 <https://github.com/open-power/hcode/commit/e5f8c726>`__ Release tag & head commit information updated for
+ hw042820a.opmst
+- `37555bc4 <https://github.com/open-power/hcode/commit/37555bc4>`__ Release tag & head commit information updated for
+ hw042920a.opmst
+- `70745bc2 <https://github.com/open-power/hcode/commit/70745bc2>`__ Release tag & head commit information updated for
+ hw043020a.opmst
+- `a21b542d <https://github.com/open-power/hcode/commit/a21b542d>`__ Release tag & head commit information updated for
+ hw050120a.opmst
+- `8d6e99b5 <https://github.com/open-power/hcode/commit/8d6e99b5>`__ Release tag & head commit information updated for
+ hw050420a.opmst
+- `952dfde4 <https://github.com/open-power/hcode/commit/952dfde4>`__ Release tag & head commit information updated for
+ hw050520a.opmst
+- `e7f8b795 <https://github.com/open-power/hcode/commit/e7f8b795>`__ Release tag & head commit information updated for
+ hw050620a.opmst
+- `7cd08b67 <https://github.com/open-power/hcode/commit/7cd08b67>`__ Release tag & head commit information updated for
+ hw050720a.opmst
+- `048533ba <https://github.com/open-power/hcode/commit/048533ba>`__ Release tag & head commit information updated for
+ hw050820a.opmst
+- `abf8e7e7 <https://github.com/open-power/hcode/commit/abf8e7e7>`__ Release tag & head commit information updated for
+ hw051120a.opmst
+- `aeff6ed3 <https://github.com/open-power/hcode/commit/aeff6ed3>`__ Release tag & head commit information updated for
+ hw051220a.opmst
+- `c9b55da0 <https://github.com/open-power/hcode/commit/c9b55da0>`__ Release tag & head commit information updated for
+ hw051320a.opmst
+- `0cb49134 <https://github.com/open-power/hcode/commit/0cb49134>`__ Release tag & head commit information updated for
+ hw051520a.opmst
+- `54c16b84 <https://github.com/open-power/hcode/commit/54c16b84>`__ Release tag & head commit information updated for
+ hw051820a.opmst
+- `56375f9d <https://github.com/open-power/hcode/commit/56375f9d>`__ Release tag & head commit information updated for
+ hw051920a.opmst
+- `ebc58b0e <https://github.com/open-power/hcode/commit/ebc58b0e>`__ Release tag & head commit information updated for
+ hw052020a.opmst
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (14):
+
+- `505d05255 <https://github.com/open-power/hostboot/commit/505d05255>`__ Move to long term CLSCOM workaround
+- `a690cdb01 <https://github.com/open-power/hostboot/commit/a690cdb01>`__ Axone setup changes to disable bumpy toothpaste
+ workaround
+- `aeaa72448 <https://github.com/open-power/hostboot/commit/aeaa72448>`__ Axone Gemini MDI issue workaround
+- `c796d2cf8 <https://github.com/open-power/hostboot/commit/c796d2cf8>`__ Disable MC Channel Timeout because Gemini too slow
+- `074a2dd38 <https://github.com/open-power/hostboot/commit/074a2dd38>`__ Axone int updates
+- `23d883c6d <https://github.com/open-power/hostboot/commit/23d883c6d>`__ HW508066 - interleave granularity not setup for group of
+ 3/6 in Axone
+- `8b1553db4 <https://github.com/open-power/hostboot/commit/8b1553db4>`__ HW508063: Fix Mirrored BAR setup for SMF and Holes,set
+ map\_mode when flipped
+- `3655c1760 <https://github.com/open-power/hostboot/commit/3655c1760>`__ Disable fast act for power savings - no performance
+ benefit
+- `74609673f <https://github.com/open-power/hostboot/commit/74609673f>`__ enable commandlists on non-gemini systems
+- `f83a8c5d6 <https://github.com/open-power/hostboot/commit/f83a8c5d6>`__ Set TL Credit limit to 18 for dcp0 credit return
+ improvement
+- `31dd0024d <https://github.com/open-power/hostboot/commit/31dd0024d>`__ Correct chiplet target for mc\_omi\_fir\_reg xml
+- `875d8fcca <https://github.com/open-power/hostboot/commit/875d8fcca>`__ Remove OMIDL FIR setup from procedures, is done in
+ initfiles
+- `b481ff043 <https://github.com/open-power/hostboot/commit/b481ff043>`__ Init OMIC FIRs as masked
+- `8969e0121 <https://github.com/open-power/hostboot/commit/8969e0121>`__ Don't unmask MCWAT parity errors in Axone
+
+Alvin Wang (2):
+
+- `870098a4e <https://github.com/open-power/hostboot/commit/870098a4e>`__ Move MCBIST lib to generic folder
+- `d236a4d9f <https://github.com/open-power/hostboot/commit/d236a4d9f>`__ Move kind library to generic
+
+Amit Tendolkar (2):
+
+- `18aa5d9e3 <https://github.com/open-power/hostboot/commit/18aa5d9e3>`__ HCode Error Logs - Final structure change for PGPE-OCC
+ API
+- `f40b75296 <https://github.com/open-power/hostboot/commit/f40b75296>`__ OCC assisted PGPE, SGPE Error Logging
+
+Andre A. Marin (18):
+
+- `8e08836ea <https://github.com/open-power/hostboot/commit/8e08836ea>`__ Add DDR4 RCD attributes from the EXP resp structure
+- `17867d02c <https://github.com/open-power/hostboot/commit/17867d02c>`__ Update TRFC\_DLR to uint16 for 16Gb support
+- `a76d69766 <https://github.com/open-power/hostboot/commit/a76d69766>`__ Clean up PPE character format and target
+- `bc4196fe7 <https://github.com/open-power/hostboot/commit/bc4196fe7>`__ Add unit tests for mss field\_t and macro def
+- `0d474d644 <https://github.com/open-power/hostboot/commit/0d474d644>`__ Add bounds check API to generic\_check library
+- `80ecda0c5 <https://github.com/open-power/hostboot/commit/80ecda0c5>`__ Add DDR4 RCD attributes from the EXP resp structure
+- `3b661be89 <https://github.com/open-power/hostboot/commit/3b661be89>`__ Add supported\_rcd attribute from SPD + tests
+- `f1c57ddcd <https://github.com/open-power/hostboot/commit/f1c57ddcd>`__ Update index\_within\_bounds() API
+- `c5c86d25e <https://github.com/open-power/hostboot/commit/c5c86d25e>`__ Update get\_dimm\_target() api to get\_target()
+- `f92ebb1bd <https://github.com/open-power/hostboot/commit/f92ebb1bd>`__ Update get\_ocmb\_target() api to get\_target()
+- `81fe4816a <https://github.com/open-power/hostboot/commit/81fe4816a>`__ Update attr\_engine to handle more cases
+- `9ba2723f1 <https://github.com/open-power/hostboot/commit/9ba2723f1>`__ Add empty explorer\_rc\_resp\_fields file for HB
+ mirroring
+- `6110ede07 <https://github.com/open-power/hostboot/commit/6110ede07>`__ Add explorer rc response to eff\_config
+- `f30db0976 <https://github.com/open-power/hostboot/commit/f30db0976>`__ Update API for std::begin and std::end
+- `dcb88fdc5 <https://github.com/open-power/hostboot/commit/dcb88fdc5>`__ Add explorer rc response to eff\_config
+- `846f8544d <https://github.com/open-power/hostboot/commit/846f8544d>`__ Remove unused p9a HWPs
+- `e5e01d76f <https://github.com/open-power/hostboot/commit/e5e01d76f>`__ Remove .mk references to unused p9a object files
+- `9865ef91c <https://github.com/open-power/hostboot/commit/9865ef91c>`__ Remove unused p9a files
+
+Andre Marin (15):
+
+- `831f9e0d8 <https://github.com/open-power/hostboot/commit/831f9e0d8>`__ Fix HB error with -Os compile flag due to eff\_config
+- `ab9139914 <https://github.com/open-power/hostboot/commit/ab9139914>`__ Move pre\_eff\_config specific code to chip specific
+ folders
+- `0e26522ec <https://github.com/open-power/hostboot/commit/0e26522ec>`__ Add nimbus and cumulus empty files for find
+ specialization
+- `06ed7403d <https://github.com/open-power/hostboot/commit/06ed7403d>`__ Move find\_magic from generic to Nimbus subdir path
+- `9fb424b8a <https://github.com/open-power/hostboot/commit/9fb424b8a>`__ Change return size of the DDR4 DDIMM SPD
+- `1061da027 <https://github.com/open-power/hostboot/commit/1061da027>`__ Add missing attributes needed to be set for generic
+ mss\_kind
+- `491ac02e8 <https://github.com/open-power/hostboot/commit/491ac02e8>`__ Split nimbus and cumulus find API away from generic
+- `86f11d17e <https://github.com/open-power/hostboot/commit/86f11d17e>`__ Add mss throttle files L1
+- `f3b51d33a <https://github.com/open-power/hostboot/commit/f3b51d33a>`__ Move find API to share among memory controllers
+- `85dce0de2 <https://github.com/open-power/hostboot/commit/85dce0de2>`__ Disable mem clk stop when in STR for DD2.\* only
+- `a87142ef6 <https://github.com/open-power/hostboot/commit/a87142ef6>`__ Remove logic to disable memory clocks in STR if in
+ PD\_AND\_STR\_CLK\_STOP mode
+- `cdc14bcd3 <https://github.com/open-power/hostboot/commit/cdc14bcd3>`__ Split nimbus and cumulus find API away from generic
+- `f8776311e <https://github.com/open-power/hostboot/commit/f8776311e>`__ Add call to exp\_mss\_thermal\_init to step 14.2
+- `daeac77bf <https://github.com/open-power/hostboot/commit/daeac77bf>`__ Add RC A2, B3, and C3 for 16Gb RDIMMs
+- `b403e6730 <https://github.com/open-power/hostboot/commit/b403e6730>`__ Clean up for p10 porting dependency errors
+
+Artem Senichev (3):
+
+- `ad8653d6a <https://github.com/open-power/hostboot/commit/ad8653d6a>`__ errl: Fix data reading from unaligned pointers
+- `c79620afd <https://github.com/open-power/hostboot/commit/c79620afd>`__ errl: Free memory allocated for parsers
+- `b47fb5983 <https://github.com/open-power/hostboot/commit/b47fb5983>`__ Replace descriptions with JEDEC register names
+
+Ben Gass (8):
+
+- `111b6f0e6 <https://github.com/open-power/hostboot/commit/111b6f0e6>`__ p9\_nv\_ref\_clk\_enable, NV refclk bits moved to
+ ROOT\_CTRL7 for Axone.
+- `fad02a31a <https://github.com/open-power/hostboot/commit/fad02a31a>`__ Translate logical mca regisers in mcs chiplet as mca
+ target type
+- `6c4acfedf <https://github.com/open-power/hostboot/commit/6c4acfedf>`__ Move NPU\_ENABLE to its own initfile and call from
+ p9\_npu\_scominit for p9a.
+- `38845b646 <https://github.com/open-power/hostboot/commit/38845b646>`__ Call p9\_fbc\_ioo\_dl\_npu\_scom from p9\_npu\_scominit
+- `d534ac32b <https://github.com/open-power/hostboot/commit/d534ac32b>`__ Update explorer scom header files with newer figtree
+ data.
+- `98bf4ecbd <https://github.com/open-power/hostboot/commit/98bf4ecbd>`__ Update OMI DS template support
+- `51aae2461 <https://github.com/open-power/hostboot/commit/51aae2461>`__ Adding obj\_handle values for attentions to
+ explorer.scom.initfile
+- `4b0d4cb36 <https://github.com/open-power/hostboot/commit/4b0d4cb36>`__ Translate OMIC DL register correctly
+
+Bill Hoffa (12):
+
+- `6abe77368 <https://github.com/open-power/hostboot/commit/6abe77368>`__ Parse MEM\_PORT target type out of Machine Readable
+ Workbook (MRW)
+- `07b05592e <https://github.com/open-power/hostboot/commit/07b05592e>`__ Add HUID value to DDIMM parsing
+- `7cfa513f0 <https://github.com/open-power/hostboot/commit/7cfa513f0>`__ Process MRW MC Targets Correctly
+- `05007faa4 <https://github.com/open-power/hostboot/commit/05007faa4>`__ Ignore OMIC connections for OCMB\_CHIP MRW processing
+- `5825828fa <https://github.com/open-power/hostboot/commit/5825828fa>`__ Fix MMIO Addressing and Attributes on Non-Master Proc
+- `e05083bbd <https://github.com/open-power/hostboot/commit/e05083bbd>`__ Skip Alternate PNOR Validation on alt-master proc if lpc
+ init fails
+- `6c12d1ea9 <https://github.com/open-power/hostboot/commit/6c12d1ea9>`__ Update Sim level to 08\_23\_19\_f5e686\_simics.tar.gz
+- `e22e362f3 <https://github.com/open-power/hostboot/commit/e22e362f3>`__ Axone 2-Proc Standalone Sim Enablement
+- `75aa7d0bd <https://github.com/open-power/hostboot/commit/75aa7d0bd>`__ Remove Unused clearPoreBars function in Istep 21.3
+- `c283187cd <https://github.com/open-power/hostboot/commit/c283187cd>`__ Modify INTRP Initialization Order to route LSI interrupts
+ over PSHIHB
+- `7da5f5914 <https://github.com/open-power/hostboot/commit/7da5f5914>`__ Enable Serial Testcases
+- `c13c81ff9 <https://github.com/open-power/hostboot/commit/c13c81ff9>`__ Fix HB Simulation Startup Script for using vexec
+
+Bradley Pepper (1):
+
+- `504aa7ff8 <https://github.com/open-power/hostboot/commit/504aa7ff8>`__ Adds plug rule for dependent DIMM slots on Swift
+
+Brian Silver (4):
+
+- `127c22d27 <https://github.com/open-power/hostboot/commit/127c22d27>`__ Add dump\_regs for MC
+- `bb6571fca <https://github.com/open-power/hostboot/commit/bb6571fca>`__ Add mcbist L2 function
+- `67a37edc8 <https://github.com/open-power/hostboot/commit/67a37edc8>`__ Change include paths in memory/lib, tests
+- `a123070b9 <https://github.com/open-power/hostboot/commit/a123070b9>`__ Add support for dynamic MC PERF2 register setup
+
+Caleb Palmer (77):
+
+- `6751459c3 <https://github.com/open-power/hostboot/commit/6751459c3>`__ PRD: Axone MemEccAnalysis Updates
+- `b731bda96 <https://github.com/open-power/hostboot/commit/b731bda96>`__ PRD: Axone Restore DRAM Repairs support
+- `4128797da <https://github.com/open-power/hostboot/commit/4128797da>`__ PRD: Axone sim support and test cases
+- `e65958555 <https://github.com/open-power/hostboot/commit/e65958555>`__ PRD: Add OCMB support for ROW\_REPAIR code
+- `ddf90e53a <https://github.com/open-power/hostboot/commit/ddf90e53a>`__ PRD: Cumulus Add PLL Slave Error Regs
+- `37af28e05 <https://github.com/open-power/hostboot/commit/37af28e05>`__ PRD: NVDIMM avoid gard for general mem errors only for
+ IPL
+- `9de71650f <https://github.com/open-power/hostboot/commit/9de71650f>`__ PRD: Axone OMIC to OMI connection and log parser updates
+- `4ced77592 <https://github.com/open-power/hostboot/commit/4ced77592>`__ PRD: NVDIMM RDR no gard only for all repairs used case
+- `a51a38812 <https://github.com/open-power/hostboot/commit/a51a38812>`__ PRD: Add Axone background scrubbing framework
+- `b1090a522 <https://github.com/open-power/hostboot/commit/b1090a522>`__ PRD: Axone more MEM\_PORT cleanup and misc updates
+- `8aa5e5fb9 <https://github.com/open-power/hostboot/commit/8aa5e5fb9>`__ PRD: NVDIMM signature and Warning Threshold update
+- `248c0df21 <https://github.com/open-power/hostboot/commit/248c0df21>`__ PRD: NVDIMM don't check threshold unless no errors found
+- `84e076b71 <https://github.com/open-power/hostboot/commit/84e076b71>`__ PRD: Axone MemoryMru Updates
+- `285dc2bbe <https://github.com/open-power/hostboot/commit/285dc2bbe>`__ PRD: Uncomment OMI bus callout and cleanup getSlaveRanks
+- `ea5da88b0 <https://github.com/open-power/hostboot/commit/ea5da88b0>`__ MDIA: Update mdiatestmba.H test case
+- `cbd250000 <https://github.com/open-power/hostboot/commit/cbd250000>`__ PRD: Don't dealloc NVDIMMs set to NO\_GARD in a
+ predictive log
+- `6034efa84 <https://github.com/open-power/hostboot/commit/6034efa84>`__ PRD: Skip callouts without trgts when clearing NVDIMM
+ gard
+- `78c527c5e <https://github.com/open-power/hostboot/commit/78c527c5e>`__ PRD: NVDIMM signatures use MCA HUID instead of DIMM
+- `f7aeced78 <https://github.com/open-power/hostboot/commit/f7aeced78>`__ PRD: NVDIMM Fix negative temperature check
+- `8d0f324f7 <https://github.com/open-power/hostboot/commit/8d0f324f7>`__ PRD: Do not clear VPD at RDR when avoiding NVDIMM gard
+- `8e9808de5 <https://github.com/open-power/hostboot/commit/8e9808de5>`__ PRD: Fix reading of NVDIMM ES\_TEMP value
+- `f5de75d9d <https://github.com/open-power/hostboot/commit/f5de75d9d>`__ PRD: NVDIMM Additional FFDC for error analysis
+- `b08fe621d <https://github.com/open-power/hostboot/commit/b08fe621d>`__ PRD: Update NVDIMM warning threshold adjustment
+- `bfe56382f <https://github.com/open-power/hostboot/commit/bfe56382f>`__ PRD: NVDIMM keep log hidden if no error found during
+ analysis
+- `d9057b40a <https://github.com/open-power/hostboot/commit/d9057b40a>`__ PRD: Fix UNIT\_CS analysis in OCMB chiplet FIR
+- `d0f0ff1e5 <https://github.com/open-power/hostboot/commit/d0f0ff1e5>`__ PRD: Lane repair OMI bus callout changes
+- `b93f63ad3 <https://github.com/open-power/hostboot/commit/b93f63ad3>`__ PRD: NVDIMM workaround for ES TEMP glitches
+- `b99004fb7 <https://github.com/open-power/hostboot/commit/b99004fb7>`__ PRD: Initial Axone Channel Fail support
+- `70a4b6bf1 <https://github.com/open-power/hostboot/commit/70a4b6bf1>`__ PRD: Add threshold for stopping on UEs/CEs during BgScrub
+- `3920d160e <https://github.com/open-power/hostboot/commit/3920d160e>`__ PRD: Fix returning port position in dynamic mem dealloc
+- `9d750b3d9 <https://github.com/open-power/hostboot/commit/9d750b3d9>`__ PRD: Add additional FFDC to runtime NVDIMM analysis
+- `2dbc30966 <https://github.com/open-power/hostboot/commit/2dbc30966>`__ PRD: Axone UE/CE threshold for background scrub
+- `195dd6a15 <https://github.com/open-power/hostboot/commit/195dd6a15>`__ PRD: Axone VCM Updates
+- `e017df4c9 <https://github.com/open-power/hostboot/commit/e017df4c9>`__ PRD: Axone Two Phase Scrub (TPS) support
+- `e3407c1b4 <https://github.com/open-power/hostboot/commit/e3407c1b4>`__ PRD: OCMB handling for checkstop analysis path
+- `d8c686118 <https://github.com/open-power/hostboot/commit/d8c686118>`__ MDIA: Uncomment HWP calls
+- `fcbb09411 <https://github.com/open-power/hostboot/commit/fcbb09411>`__ Uncomment the remainder of hwp\_wrappers.H
+- `0247cc5fb <https://github.com/open-power/hostboot/commit/0247cc5fb>`__ Update ATTR\_MEM\_VPD\_DQ\_MAPs default to a 1-to-1
+ mapping
+- `e3870cb85 <https://github.com/open-power/hostboot/commit/e3870cb85>`__ Add DIMM\_BAD\_DQ\_DATA field for DDR4 DDIMM SPD and bad
+ dq tests
+- `574346780 <https://github.com/open-power/hostboot/commit/574346780>`__ PRD: Update CE/UE flood threshold to reset on new ranks
+- `bcdae9c49 <https://github.com/open-power/hostboot/commit/bcdae9c49>`__ PRD: Axone Dynamic Mem Dealloc Addr Translate Port Addr
+- `d65563f09 <https://github.com/open-power/hostboot/commit/d65563f09>`__ PRD: Axone Dynamic Mem Dealloc addr translate insert Grp
+ ID
+- `d1b590057 <https://github.com/open-power/hostboot/commit/d1b590057>`__ PRD: Uncomment Axone HWP code
+- `70ef78700 <https://github.com/open-power/hostboot/commit/70ef78700>`__ PRD: NVDIMM only update status bits for predictive logs
+- `1f4ac83bb <https://github.com/open-power/hostboot/commit/1f4ac83bb>`__ PRD: Add check for OCMBs to MemDealloc::dimmList
+- `cbb2bd756 <https://github.com/open-power/hostboot/commit/cbb2bd756>`__ PRD: Fix checkEccFirs template problem
+- `da3c3ba33 <https://github.com/open-power/hostboot/commit/da3c3ba33>`__ PRD: Add workaround for OMIDLFIR channel fails
+- `c10eba828 <https://github.com/open-power/hostboot/commit/c10eba828>`__ PRD: Change MCC to OCMB chip connection lookup
+- `a3fec9cb1 <https://github.com/open-power/hostboot/commit/a3fec9cb1>`__ MDIA: Reenable PRD memdiags instead of cronus version
+- `7e9fe96af <https://github.com/open-power/hostboot/commit/7e9fe96af>`__ PRD: Workarounds to avoid HIO during checkstops
+- `1b10af06e <https://github.com/open-power/hostboot/commit/1b10af06e>`__ Fix getting all OCMBs for mss\_scrub
+- `51440d90c <https://github.com/open-power/hostboot/commit/51440d90c>`__ PRD: NVDIMM callouts for register access errors
+- `a91c5531f <https://github.com/open-power/hostboot/commit/a91c5531f>`__ PRD: Add default callout for chip connection lookup fails
+- `f07d459fb <https://github.com/open-power/hostboot/commit/f07d459fb>`__ PRD: Disable OCMB UCS check and clear subchnl specific
+ attn
+- `b6badfcb9 <https://github.com/open-power/hostboot/commit/b6badfcb9>`__ MDIA: Update timeout FFDC gathering for OCMBs
+- `004dbbae7 <https://github.com/open-power/hostboot/commit/004dbbae7>`__ PRD: Channel Fail fix OCMB UCS query
+- `e8491f368 <https://github.com/open-power/hostboot/commit/e8491f368>`__ PRD: Dyn mem dealloc fix getting ocmb channel pos
+- `d89b3e7bb <https://github.com/open-power/hostboot/commit/d89b3e7bb>`__ MDIA: Enable restore dram repairs for Axone
+- `638312ea6 <https://github.com/open-power/hostboot/commit/638312ea6>`__ MDIA: Update mdiatestmba test cases
+- `cec911056 <https://github.com/open-power/hostboot/commit/cec911056>`__ MDIA: Add MCC registers to timeout FFDC
+- `cff27861a <https://github.com/open-power/hostboot/commit/cff27861a>`__ MDIA: Disable restoreDramRepairs until we get updated HWP
+ call
+- `e64493c22 <https://github.com/open-power/hostboot/commit/e64493c22>`__ Make mss::ccs::execute static inline
+- `cf23c9a46 <https://github.com/open-power/hostboot/commit/cf23c9a46>`__ PRD: Add dependencies for restore\_repair in
+ hwp\_wrappers
+- `9ed3a8c72 <https://github.com/open-power/hostboot/commit/9ed3a8c72>`__ MDIA: For OCMBs avoid getting parent chip
+- `7bf1bbfec <https://github.com/open-power/hostboot/commit/7bf1bbfec>`__ PRD: Ignore mainline IUE if on at same time as mainline
+ UE
+- `cc929c6fd <https://github.com/open-power/hostboot/commit/cc929c6fd>`__ PRD: Update OCMB\_LFIR[38] to defaultMaskedError
+- `03df92ad6 <https://github.com/open-power/hostboot/commit/03df92ad6>`__ PRD: Import extra signatures into OCMB rule file
+- `296ac823f <https://github.com/open-power/hostboot/commit/296ac823f>`__ PRD: Add assert checks for possible nullptr targets
+- `1040e48ee <https://github.com/open-power/hostboot/commit/1040e48ee>`__ PRD: Don't check for UE as side effect to now masked
+ error
+- `3a0980566 <https://github.com/open-power/hostboot/commit/3a0980566>`__ PRD: Reenable restoreDramRepairs with updated HWP
+- `f0daff609 <https://github.com/open-power/hostboot/commit/f0daff609>`__ PRD: Update spare info in mem dq bitmap
+- `3e8d0ecec <https://github.com/open-power/hostboot/commit/3e8d0ecec>`__ PRD: Fix MPE error path asserts
+- `f43234df9 <https://github.com/open-power/hostboot/commit/f43234df9>`__ PRD: Use wrapper for nimbus restore repairs call
+- `db5cabf13 <https://github.com/open-power/hostboot/commit/db5cabf13>`__ MDIA: Swift disable restore dram repairs for the meantime
+- `17f150207 <https://github.com/open-power/hostboot/commit/17f150207>`__ PRD: Fix MemoryMru dimm callout and FFDC
+- `7e11c476d <https://github.com/open-power/hostboot/commit/7e11c476d>`__ PRD: Add more dependencies for hwp\_wrappers.H
+- `83aadcace <https://github.com/open-power/hostboot/commit/83aadcace>`__ PRD: Fix OMIC action reg 32 per day thresholds
+
+Chen Du (3):
+
+- `e783d1e86 <https://github.com/open-power/hostboot/commit/e783d1e86>`__ Dynamically generate ocmb cmd/rsp seq id
+- `85992ee55 <https://github.com/open-power/hostboot/commit/85992ee55>`__ Split nvdimm vendor logs
+- `913aaa284 <https://github.com/open-power/hostboot/commit/913aaa284>`__ Fix MRW HUID for PMIC, OCMB, MEMPORT
+
+Chris Cain (1):
+
+- `ceef10b02 <https://github.com/open-power/hostboot/commit/ceef10b02>`__ HTMGT: Update to support new PGPE elog structure
+
+Chris Steffen (1):
+
+- `2619526af <https://github.com/open-power/hostboot/commit/2619526af>`__ P9A Tx Fifo Init + Init Settings Update
+
+Christian Geddes (60):
+
+- `e7f8781ee <https://github.com/open-power/hostboot/commit/e7f8781ee>`__ Force sbe update loop if a change in OMI freq is detected
+- `73acf956a <https://github.com/open-power/hostboot/commit/73acf956a>`__ Support reading from EECACHE during runtime
+- `c865c731a <https://github.com/open-power/hostboot/commit/c865c731a>`__ Register EEPROM\_CACHE device route for NODE targets for
+ PVPD support
+- `81c225bca <https://github.com/open-power/hostboot/commit/81c225bca>`__ Enable runtime test for Axone
+- `be772a1e3 <https://github.com/open-power/hostboot/commit/be772a1e3>`__ Break out of loop if we fail to load reserved mem section
+- `b3c0accfe <https://github.com/open-power/hostboot/commit/b3c0accfe>`__ Remove MVPD,MEMD and CENHWIMG section from Axone pnor
+ layout
+- `f9d0c39c1 <https://github.com/open-power/hostboot/commit/f9d0c39c1>`__ Skip phase 2 of IDEC check for ocmb targets for gemini
+- `7e05c2e69 <https://github.com/open-power/hostboot/commit/7e05c2e69>`__ Always update EECACHE header when we find a new eeprom
+ entry
+- `ed0430e90 <https://github.com/open-power/hostboot/commit/ed0430e90>`__ OR mux select with the "enable" bit 0b1000 when making
+ selection
+- `119219fbd <https://github.com/open-power/hostboot/commit/119219fbd>`__ Skip mss\_scrub with axone system for until we get it
+ working
+- `311f9e017 <https://github.com/open-power/hostboot/commit/311f9e017>`__ Add temp workaround to force Axone to use Nimbus's hcode
+ lid
+- `650345ffb <https://github.com/open-power/hostboot/commit/650345ffb>`__ Switch which OMI init hwp we call for GEMINI ocmb targets
+- `9bdc8a41d <https://github.com/open-power/hostboot/commit/9bdc8a41d>`__ Temp workaround to skip filling in TPM info for RT on
+ axone systems
+- `b424be0fc <https://github.com/open-power/hostboot/commit/b424be0fc>`__ Set Gemini EC level to be 0x10 if 0x00 is found in SPD
+ revision field
+- `aade92abb <https://github.com/open-power/hostboot/commit/aade92abb>`__ Add workaround to ignore MC channel hangs for Swift
+ bringup
+- `a7892148b <https://github.com/open-power/hostboot/commit/a7892148b>`__ Only compare a proc's omi freq if it has functional OCMB
+ children
+- `c98af339b <https://github.com/open-power/hostboot/commit/c98af339b>`__ Do not unload modules loaded for unit tests
+- `0f996208d <https://github.com/open-power/hostboot/commit/0f996208d>`__ Use REL\_POS of OMI and not OCMB for calculating hdat
+ DIMM ID's
+- `ca543f732 <https://github.com/open-power/hostboot/commit/ca543f732>`__ Add OSYS record MM/SS keyword checks for PVPD
+- `b1ec6c18b <https://github.com/open-power/hostboot/commit/b1ec6c18b>`__ Update ocmb i2c driver to send address in read command
+ sequence
+- `a950157bf <https://github.com/open-power/hostboot/commit/a950157bf>`__ Update sim scripts to use $proc\_chip\_type to lookup
+ chip for Axone
+- `4e839856d <https://github.com/open-power/hostboot/commit/4e839856d>`__ Lookup ID/EC register on Gemini OCBMs for comparison to
+ SPD
+- `3bbc07ee0 <https://github.com/open-power/hostboot/commit/3bbc07ee0>`__ Introduce exp\_getidec HWP
+- `00fa8005d <https://github.com/open-power/hostboot/commit/00fa8005d>`__ Compile new ioo\_dl\_npu\_scominit HWP so its ready to
+ use
+- `6ba5510b7 <https://github.com/open-power/hostboot/commit/6ba5510b7>`__ Add "Not Wired" option for OPTICS\_CONFIG\_MODE attrs
+- `59a241514 <https://github.com/open-power/hostboot/commit/59a241514>`__ Update DIMM mux\_select to match their OCMB counterparts
+- `bafe5de9d <https://github.com/open-power/hostboot/commit/bafe5de9d>`__ Account for Explorer's DMB\_REVISION format in its SPD
+- `e85d6dd64 <https://github.com/open-power/hostboot/commit/e85d6dd64>`__ Re-enable mss\_scrub in istep16 for axone systems
+- `8ab48e774 <https://github.com/open-power/hostboot/commit/8ab48e774>`__ Apply MC\_HANG timeout workaround to all processors
+- `147018379 <https://github.com/open-power/hostboot/commit/147018379>`__ Skip OCMB targets while decidng what targets to process
+ for IpmiFruInv
+- `69f3bd253 <https://github.com/open-power/hostboot/commit/69f3bd253>`__ Update axone pnor layout to move eecache to the begining
+- `b7c4af200 <https://github.com/open-power/hostboot/commit/b7c4af200>`__ Add wrapper to exp\_getidec HWP so we can call it in
+ platform code
+- `1b3bc0e6a <https://github.com/open-power/hostboot/commit/1b3bc0e6a>`__ Disable OMI deconfig tests
+- `0f3e041cb <https://github.com/open-power/hostboot/commit/0f3e041cb>`__ Add new DDR4 DDIMM keyword ENTIRE\_SPD\_WITHOUT\_EFD
+- `e1de8adbd <https://github.com/open-power/hostboot/commit/e1de8adbd>`__ Increase hostboot standalone timeout to be 75 minutes
+- `bce435643 <https://github.com/open-power/hostboot/commit/bce435643>`__ Add call to fapi wrapper of exp\_getidec into hwasPlat
+ code
+- `51c6d68c1 <https://github.com/open-power/hostboot/commit/51c6d68c1>`__ Update dimmspd used by explorers in axone simics
+- `1629aca37 <https://github.com/open-power/hostboot/commit/1629aca37>`__ Increase timeout for OCMB inband communication doorbell
+- `5b6b984fa <https://github.com/open-power/hostboot/commit/5b6b984fa>`__ Reorganize omi training steps accounting for new omi
+ training hwps
+- `8b524caae <https://github.com/open-power/hostboot/commit/8b524caae>`__ Set endianess attributes in hb\_customized\_attrs instead
+ of in code
+- `2dc7d1457 <https://github.com/open-power/hostboot/commit/2dc7d1457>`__ Update Part Number field side for DDR4 DDIMM spd layout
+- `a058d0e23 <https://github.com/open-power/hostboot/commit/a058d0e23>`__ Call cronus version of memdiags for explorer until prd
+ version works
+- `aa122e3e9 <https://github.com/open-power/hostboot/commit/aa122e3e9>`__ Don't consider processor's OMI freq if it is 0 when freq
+ restrictions
+- `9c4be0da9 <https://github.com/open-power/hostboot/commit/9c4be0da9>`__ Only call memdiags on Explorer ocmb chips
+- `632582f10 <https://github.com/open-power/hostboot/commit/632582f10>`__ Allow dynmic i2c device addresses and set up PMIC targets
+ to do this
+- `22b39d874 <https://github.com/open-power/hostboot/commit/22b39d874>`__ Adjust deadman timeout request time to be 10.5 seconds
+- `d1260d0c7 <https://github.com/open-power/hostboot/commit/d1260d0c7>`__ Fix ipmifruinv calls for dimms in swift systems
+- `c016e9860 <https://github.com/open-power/hostboot/commit/c016e9860>`__ Avoid commiting errors inside fapi2\_i2c device driver
+- `c3689a691 <https://github.com/open-power/hostboot/commit/c3689a691>`__ Fixes to PMIC presence detection
+- `6d6b8ced5 <https://github.com/open-power/hostboot/commit/6d6b8ced5>`__ Allow HWPs that send BOOT\_CONFIG command to ocbm to run
+ in simics
+- `7cb71794b <https://github.com/open-power/hostboot/commit/7cb71794b>`__ Correct ptr math and force CI i/o in kernal for machchk
+ escalation
+- `b80205824 <https://github.com/open-power/hostboot/commit/b80205824>`__ Filter out i2c slaves that are not associated with a
+ given master
+- `946a75dff <https://github.com/open-power/hostboot/commit/946a75dff>`__ Add calls to p9a\_disable\_ocmb\_i2c HWP in istep 8.12
+- `ea01d258c <https://github.com/open-power/hostboot/commit/ea01d258c>`__ Introduce eecache\_editor.pl tool
+- `2a1b24baf <https://github.com/open-power/hostboot/commit/2a1b24baf>`__ Correct target hiearchy in axone system xml
+- `d712b65d7 <https://github.com/open-power/hostboot/commit/d712b65d7>`__ Remove workaround setting EFUSE3 power-on value
+- `2a806047e <https://github.com/open-power/hostboot/commit/2a806047e>`__ Remove workaround added to increment MCS timeout for
+ gemini's
+- `582071097 <https://github.com/open-power/hostboot/commit/582071097>`__ Add hwp retry loop as workaround until we resolve timeout
+ issue
+- `f32aff51f <https://github.com/open-power/hostboot/commit/f32aff51f>`__ Make RT\_TARG id generation code common between IPL time
+ and runtime
+- `7866a7cc7 <https://github.com/open-power/hostboot/commit/7866a7cc7>`__ Add API to get OCMB's mmio information, used to build
+ HDAT
+
+Claus Michael Olsen (1):
+
+- `aea300c8e <https://github.com/open-power/hostboot/commit/aea300c8e>`__ Fix to SW473350: p9\_xip\_customize Vpd core fill bug
+
+Corey Swenson (20):
+
+- `f088a0dc2 <https://github.com/open-power/hostboot/commit/f088a0dc2>`__ Miscellaneous NVDIMM cleanup
+- `af4454c30 <https://github.com/open-power/hostboot/commit/af4454c30>`__ NVDIMM unlock error DELAYED\_DECONFIG
+- `f691dc23a <https://github.com/open-power/hostboot/commit/f691dc23a>`__ HBRT command from SBE to trigger NVDIMM operations
+- `0856a71d6 <https://github.com/open-power/hostboot/commit/0856a71d6>`__ Fix NVDIMM update error log comments
+- `2ad648b98 <https://github.com/open-power/hostboot/commit/2ad648b98>`__ NVDIMM: Load warning thresholds, after FW\_UPDATE, on
+ every IPL
+- `d8db346a1 <https://github.com/open-power/hostboot/commit/d8db346a1>`__ Add Encryption Enabled bit to NV\_STATUS\_FLAG
+- `26c32cba6 <https://github.com/open-power/hostboot/commit/26c32cba6>`__ NVDIMM: Additional FFDC for NVDIMM/BPM callouts
+- `ce0d29c96 <https://github.com/open-power/hostboot/commit/ce0d29c96>`__ Add vendor log data to FFDC for all NVDIMM HW errors
+- `1434b8952 <https://github.com/open-power/hostboot/commit/1434b8952>`__ NVDIMM: FW\_UPDATE: New FFDC for SECURITY\_ERROR
+- `adc61f1bd <https://github.com/open-power/hostboot/commit/adc61f1bd>`__ Attempt to unlock encryption in NVDIMM Arm function
+- `7fb809d19 <https://github.com/open-power/hostboot/commit/7fb809d19>`__ Re-enable NV\_STATUS notification for Opal
+- `f41f71705 <https://github.com/open-power/hostboot/commit/f41f71705>`__ Fix linker Object init
+- `d8decc681 <https://github.com/open-power/hostboot/commit/d8decc681>`__ Add support for NULL char in vendor log
+- `7e66117da <https://github.com/open-power/hostboot/commit/7e66117da>`__ Add NVDIMM opertions to rt\_cmds
+- `d432c4503 <https://github.com/open-power/hostboot/commit/d432c4503>`__ Fix auto-arming NVDIMMs for ESS systems
+- `5eaa67a66 <https://github.com/open-power/hostboot/commit/5eaa67a66>`__ Always send NV\_STATUS to Opal when opal-prd starts
+- `c3d65931f <https://github.com/open-power/hostboot/commit/c3d65931f>`__ Fix for missing HBRT error log after error injected
+- `634b78532 <https://github.com/open-power/hostboot/commit/634b78532>`__ NVDIMM : Catch save error during MPIPL
+- `a96914fab <https://github.com/open-power/hostboot/commit/a96914fab>`__ Add support for NVDIMM secure erase verify
+- `e69d7d9ff <https://github.com/open-power/hostboot/commit/e69d7d9ff>`__ ARM/DISARM NVDIMMs by proc
+
+Dan Crowell (60):
+
+- `d0e2fddc7 <https://github.com/open-power/hostboot/commit/d0e2fddc7>`__ Add option to factory reset nvdimms
+- `f2281d448 <https://github.com/open-power/hostboot/commit/f2281d448>`__ Enable URMOR hack for Axone
+- `2dc572888 <https://github.com/open-power/hostboot/commit/2dc572888>`__ Add type to adapt mrw version of i2c mux to hb mux type
+- `0d622822e <https://github.com/open-power/hostboot/commit/0d622822e>`__ Enable URMOR hack for Axone in shutdown path
+- `7a758c4ef <https://github.com/open-power/hostboot/commit/7a758c4ef>`__ Handle processor swap between slots to 1-socket system
+- `6c712843a <https://github.com/open-power/hostboot/commit/6c712843a>`__ Force NO\_SWAP for Explorer MMIO word swap for now
+- `0606bb795 <https://github.com/open-power/hostboot/commit/0606bb795>`__ Honor DDIMM EFD metadata to choose OMI frequencies
+- `b4b84d189 <https://github.com/open-power/hostboot/commit/b4b84d189>`__ Fix BPM script to put temp files into obj tree
+- `fae196d66 <https://github.com/open-power/hostboot/commit/fae196d66>`__ Add Axone comment to grouping attribute
+- `c0426a12d <https://github.com/open-power/hostboot/commit/c0426a12d>`__ Remove a file to remirror it
+- `6d14af625 <https://github.com/open-power/hostboot/commit/6d14af625>`__ Add subsystem translations for NVDIMM part callouts
+- `4b8fb565e <https://github.com/open-power/hostboot/commit/4b8fb565e>`__ Fix OMIC MRW processing
+- `cd820b662 <https://github.com/open-power/hostboot/commit/cd820b662>`__ Final solution for Axone HCODE lid id
+- `2ceefa096 <https://github.com/open-power/hostboot/commit/2ceefa096>`__ Do not allow PNOR partition adjustments when not in test
+ mode
+- `5f27f36ed <https://github.com/open-power/hostboot/commit/5f27f36ed>`__ Enable SMF tests for Axone
+- `56b1dbc3c <https://github.com/open-power/hostboot/commit/56b1dbc3c>`__ Skip hardware delays when running in Simics
+- `8ad37b962 <https://github.com/open-power/hostboot/commit/8ad37b962>`__ Add support for DMI-MEMBUF bus failures to fapi
+- `a3a392385 <https://github.com/open-power/hostboot/commit/a3a392385>`__ Add OMI bus support to callouts
+- `ed40af7bc <https://github.com/open-power/hostboot/commit/ed40af7bc>`__ Enable rolling counter and verification of req id for
+ Explorer
+- `e9c4e6ad6 <https://github.com/open-power/hostboot/commit/e9c4e6ad6>`__ Remove ibm prefix from reserved memory spaces
+- `70b54e6ae <https://github.com/open-power/hostboot/commit/70b54e6ae>`__ Automatically set VPD cache flags based on EEPROM cache
+ setting
+- `a0207ea10 <https://github.com/open-power/hostboot/commit/a0207ea10>`__ Add attribute to explicitly force OCMB Firmware update
+ behavior
+- `576b16849 <https://github.com/open-power/hostboot/commit/576b16849>`__ Add plug-rule callout to memory vpd lookup failure
+- `a7739158a <https://github.com/open-power/hostboot/commit/a7739158a>`__ Support scoms to MEM\_PORT targets
+- `38949a9bb <https://github.com/open-power/hostboot/commit/38949a9bb>`__ Do not crash if we have no functional nodes
+- `4924154e6 <https://github.com/open-power/hostboot/commit/4924154e6>`__ Create FW interfaces to execute memory diagnostics
+- `9c7a264f8 <https://github.com/open-power/hostboot/commit/9c7a264f8>`__ Fix fapi spd testcases
+- `d519d2911 <https://github.com/open-power/hostboot/commit/d519d2911>`__ Fix timestamp parser for OpenBMC ESELs
+- `95bb7028e <https://github.com/open-power/hostboot/commit/95bb7028e>`__ Move HBRT reserved memory off of NVDIMMs
+- `1f46cc39f <https://github.com/open-power/hostboot/commit/1f46cc39f>`__ Increase size of default printk buffer in error logs
+- `06b4ead53 <https://github.com/open-power/hostboot/commit/06b4ead53>`__ Mark bootloader RCs for FSP export
+- `dfba68af8 <https://github.com/open-power/hostboot/commit/dfba68af8>`__ Update simics level to
+ f0c3530f4fefad5236391e61ae29b1a2582636ca
+- `4235f2f22 <https://github.com/open-power/hostboot/commit/4235f2f22>`__ Add missing trace point to BlTrace.pm tool
+- `aad465f4b <https://github.com/open-power/hostboot/commit/aad465f4b>`__ For ATTR\_MSS\_OCMB\_HALF\_DIMM\_MODE to full dimm mode
+- `c46f1ee5b <https://github.com/open-power/hostboot/commit/c46f1ee5b>`__ Automatically include config.h
+- `75c0908b9 <https://github.com/open-power/hostboot/commit/75c0908b9>`__ Switch DECONFIG over to DELAYED\_DECONFIG
+- `4638dc513 <https://github.com/open-power/hostboot/commit/4638dc513>`__ Add current istep into TI SRC
+- `ddad6a525 <https://github.com/open-power/hostboot/commit/ddad6a525>`__ Call p9a\_throttle\_sync inside mss\_scominit
+- `4198ffbc2 <https://github.com/open-power/hostboot/commit/4198ffbc2>`__ Force a Hostboot dump on any TI in Simics
+- `91f6cf741 <https://github.com/open-power/hostboot/commit/91f6cf741>`__ Enhancements to default console output
+- `6ceeb473d <https://github.com/open-power/hostboot/commit/6ceeb473d>`__ Move p9a\_omi\_setup\_bars from 12.4 to 12.3
+- `03db83368 <https://github.com/open-power/hostboot/commit/03db83368>`__ Handle automatic interleaving between OMI sub-channels
+- `c6aaded09 <https://github.com/open-power/hostboot/commit/c6aaded09>`__ Support for ATTR\_TMP and GUARD in standalone simics
+- `fd4e73a22 <https://github.com/open-power/hostboot/commit/fd4e73a22>`__ Add obj tree to EXTRAINCDIR for istep10
+- `14a51c828 <https://github.com/open-power/hostboot/commit/14a51c828>`__ Add more rc values to vmmpagetest
+- `1cb00f7e0 <https://github.com/open-power/hostboot/commit/1cb00f7e0>`__ Add fir subdir to Axone mss HWP compile path
+- `3b5bb9f2e <https://github.com/open-power/hostboot/commit/3b5bb9f2e>`__ Adjust idec algorithm for Explorer B.0 format
+- `1a19ea2ae <https://github.com/open-power/hostboot/commit/1a19ea2ae>`__ Change p9a\_mss\_freq from MEM\_PORT to PROC\_CHIP
+ targets (HB)
+- `4a69880fa <https://github.com/open-power/hostboot/commit/4a69880fa>`__ Better handling of end-of-year mirrored commits
+- `dced790c1 <https://github.com/open-power/hostboot/commit/dced790c1>`__ ZZ Gen4 WOFDATA
+- `541200528 <https://github.com/open-power/hostboot/commit/541200528>`__ Do not truncate error log at runtime when using
+ firmware\_request
+- `4e31bed66 <https://github.com/open-power/hostboot/commit/4e31bed66>`__ Convert DECONFIG to DELAYED\_DECONFIG on FSP systems
+- `c815997b7 <https://github.com/open-power/hostboot/commit/c815997b7>`__ Pass complete mmio address into runtime ocmb scom
+ interface
+- `0b49c1912 <https://github.com/open-power/hostboot/commit/0b49c1912>`__ Add translation for SuperWOF lid id
+- `9f4f5c89e <https://github.com/open-power/hostboot/commit/9f4f5c89e>`__ Allow very long attribute names
+- `f6f86c539 <https://github.com/open-power/hostboot/commit/f6f86c539>`__ Removing files to force a remirror...
+- `39d3e89fe <https://github.com/open-power/hostboot/commit/39d3e89fe>`__ Fix attribute overrides for OCMB chips
+- `f968e9f34 <https://github.com/open-power/hostboot/commit/f968e9f34>`__ Add severity to error log commit trace
+- `edf989527 <https://github.com/open-power/hostboot/commit/edf989527>`__ Add support for ASIC targets to attribute dumper
+- `373872ccf <https://github.com/open-power/hostboot/commit/373872ccf>`__ Fix typo in entity path for OCMB
+
+Dan Larson (1):
+
+- `514dce81c <https://github.com/open-power/hostboot/commit/514dce81c>`__ HCBI-239 Enable static analysis
+
+Daniel M Crowell (3):
+
+- `4a6e20386 <https://github.com/open-power/hostboot/commit/4a6e20386>`__ Revert "Compile Hostboot with -Os"
+- `35cc764a1 <https://github.com/open-power/hostboot/commit/35cc764a1>`__ Revert "Remove ibm prefix from reserved memory spaces"
+- `6332cbac6 <https://github.com/open-power/hostboot/commit/6332cbac6>`__ Revert "Add DDR4 RCD attributes from the EXP resp
+ structure"
+
+Dean Sanner (10):
+
+- `a22884e07 <https://github.com/open-power/hostboot/commit/a22884e07>`__ Correctly form LX record/keyword for OpenPOWER
+- `449d1fabb <https://github.com/open-power/hostboot/commit/449d1fabb>`__ Fix bug in attribute sync
+- `cd1e5c91e <https://github.com/open-power/hostboot/commit/cd1e5c91e>`__ Compile Hostboot with -Os
+- `c4e7bcba0 <https://github.com/open-power/hostboot/commit/c4e7bcba0>`__ Compile Hostboot with -Os
+- `7c03d51c2 <https://github.com/open-power/hostboot/commit/7c03d51c2>`__ Always position HOMER in HV space for istep 16
+- `b28407123 <https://github.com/open-power/hostboot/commit/b28407123>`__ Add missing target types for OCMB
+- `81abe97b7 <https://github.com/open-power/hostboot/commit/81abe97b7>`__ Support direct load of POWERVM from BOOTKERNEL partition
+- `d99b1eddc <https://github.com/open-power/hostboot/commit/d99b1eddc>`__ Add SBE Arch dump area for both OPAL & PHYP
+- `334617066 <https://github.com/open-power/hostboot/commit/334617066>`__ Replace spr/gpr numbers with names for arch dump
+- `c16b08724 <https://github.com/open-power/hostboot/commit/c16b08724>`__ Update HDAT flags to indicate memory dump
+
+Devon Baughen (3):
+
+- `df80bf43c <https://github.com/open-power/hostboot/commit/df80bf43c>`__ add function to turn on adaptation in bootconfig
+- `29ca2d7cf <https://github.com/open-power/hostboot/commit/29ca2d7cf>`__ extend bootconfig0 polling to account for longer sequence
+- `ebe4ee887 <https://github.com/open-power/hostboot/commit/ebe4ee887>`__ update omi hang workaround to loop through all lanes
+
+Emmanuel Sacristan (1):
+
+- `eb3d4239b <https://github.com/open-power/hostboot/commit/eb3d4239b>`__ adding iss 768 init for p9 behaviour in nmmu
+
+Giridhari Krishnan (1):
+
+- `d507b6f85 <https://github.com/open-power/hostboot/commit/d507b6f85>`__ Merging of Serverwiz and hostboot repo Targets.pm
+
+Glenn Miles (2):
+
+- `9f92316f3 <https://github.com/open-power/hostboot/commit/9f92316f3>`__ Do nothing with error logs after shutdown event is
+ received.
+- `68ba813f2 <https://github.com/open-power/hostboot/commit/68ba813f2>`__ Fix invalid use of vector iterator
+
+Ilya Smirnov (13):
+
+- `3ab493b69 <https://github.com/open-power/hostboot/commit/3ab493b69>`__ Account For TPM Not Required in Node Comm
+- `33dcae3a2 <https://github.com/open-power/hostboot/commit/33dcae3a2>`__ Set SMF\_CONFIG Attribute in MBOX Scratch Reg
+- `4ea0824d8 <https://github.com/open-power/hostboot/commit/4ea0824d8>`__ Update SBE In Istep7.5 In SMF Mode
+- `3db6c1479 <https://github.com/open-power/hostboot/commit/3db6c1479>`__ Cache VERSION Partition
+- `b9cb9f771 <https://github.com/open-power/hostboot/commit/b9cb9f771>`__ Update SYS's ATTR\_XSCOM\_BASE\_ADDRESS in SMF Paths
+- `fc0e2ceee <https://github.com/open-power/hostboot/commit/fc0e2ceee>`__ HDAT: Add SMF Memory Region
+- `c049efe44 <https://github.com/open-power/hostboot/commit/c049efe44>`__ Update startup.simics To Disable SBE Updates
+- `d2bcdefb2 <https://github.com/open-power/hostboot/commit/d2bcdefb2>`__ Add Printk Traces to ThreadPool Unit Tests
+- `0e5621232 <https://github.com/open-power/hostboot/commit/0e5621232>`__ Fix ThreadPool Memory Corruption
+- `1cee7cd49 <https://github.com/open-power/hostboot/commit/1cee7cd49>`__ Fix UVBWLIST SBE Chip Op
+- `58930a38e <https://github.com/open-power/hostboot/commit/58930a38e>`__ HB TI Area Parser
+- `54e0ec81e <https://github.com/open-power/hostboot/commit/54e0ec81e>`__ SMF: Distribute 0 Mem By Default
+- `d4e691347 <https://github.com/open-power/hostboot/commit/d4e691347>`__ Emit an Error Log When TPM\_UNUSABLE Is Set
+
+Jacob Harvey (6):
+
+- `9fc60d7a2 <https://github.com/open-power/hostboot/commit/9fc60d7a2>`__ Fixed doxygen errors and typos
+- `53b580bab <https://github.com/open-power/hostboot/commit/53b580bab>`__ Implementing thermal\_init
+- `f26b88c04 <https://github.com/open-power/hostboot/commit/f26b88c04>`__ Power Thermal init
+- `85b7c42f1 <https://github.com/open-power/hostboot/commit/85b7c42f1>`__ Disable memory throttle change\_after\_sync
+- `7bb1c0030 <https://github.com/open-power/hostboot/commit/7bb1c0030>`__ Change power controll settings for PD/STR
+- `e7de009de <https://github.com/open-power/hostboot/commit/e7de009de>`__ L3 draminit and mss\_lib
+
+Jayashankar Padath (3):
+
+- `103d85c96 <https://github.com/open-power/hostboot/commit/103d85c96>`__ HDAT: Support for Swift/Axone memory sub system
+- `50c349b5a <https://github.com/open-power/hostboot/commit/50c349b5a>`__ HDAT: Add MMIO information of OCMB in to Ms Area
+- `8e9344fa0 <https://github.com/open-power/hostboot/commit/8e9344fa0>`__ HDAT: Update on MMIO range address
+
+Jenny Huynh (2):
+
+- `1c64cf3cb <https://github.com/open-power/hostboot/commit/1c64cf3cb>`__ Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ ADD1.0+
+- `39854a32f <https://github.com/open-power/hostboot/commit/39854a32f>`__ Add slbv, slbe extraction to p9\_ram\_core procedure
+
+Jet Li (1):
+
+- `4e071c333 <https://github.com/open-power/hostboot/commit/4e071c333>`__ Create submodule in hostboot repo for mctp
+
+Joachim Fenkes (2):
+
+- `60d3cb8b4 <https://github.com/open-power/hostboot/commit/60d3cb8b4>`__ Streamline the way PIB/NET are initialized between SBE
+ and Cronus
+- `6be2a4214 <https://github.com/open-power/hostboot/commit/6be2a4214>`__ FAPI2: Add FAPI2\_RC\_PLAT\_MISCOMPARE
+
+Joe McGill (2):
+
+- `bd473add8 <https://github.com/open-power/hostboot/commit/bd473add8>`__ p9\_fbc\_ioo\_tdm\_recovery -- post spare lane FIR after
+ final FIR clearing, unmask
+- `1fb1c42e4 <https://github.com/open-power/hostboot/commit/1fb1c42e4>`__ p9\_proc\_gettracearray -- updates for Axone
+
+Kahn Evans (1):
+
+- `66af054d9 <https://github.com/open-power/hostboot/commit/66af054d9>`__ Fix for missing putCMD symbols
+
+Klaus Heinrich Kiwi (1):
+
+- `caaf22c3e <https://github.com/open-power/hostboot/commit/caaf22c3e>`__ Debug Scripts: Remove deprecated defined(@array)
+
+Louis Stermole (47):
+
+- `dd6aa0faa <https://github.com/open-power/hostboot/commit/dd6aa0faa>`__ Lengthen polling duration for Explorer outbound doorbell
+- `a911c8a49 <https://github.com/open-power/hostboot/commit/a911c8a49>`__ Fix polling timeouts for exp\_omi\_train and
+ exp\_check\_for\_ready
+- `eed860207 <https://github.com/open-power/hostboot/commit/eed860207>`__ Add attribute to control word swapping over OMI MMIO
+- `77397c404 <https://github.com/open-power/hostboot/commit/77397c404>`__ Change description and default for
+ ATTR\_MSS\_OCMB\_EXP\_BOOT\_CONFIG\_DFE\_DISABLE
+- `51aebe563 <https://github.com/open-power/hostboot/commit/51aebe563>`__ Change p9a\_mss\_eff\_config to use rank-specific RTT
+ values from SPD
+- `3e7974342 <https://github.com/open-power/hostboot/commit/3e7974342>`__ Updates to Explorer FW upload tools
+- `4cbe15e36 <https://github.com/open-power/hostboot/commit/4cbe15e36>`__ Rename p9a\_mss\_memdiag to exp\_mss\_memdiag
+- `9d7ab6bb2 <https://github.com/open-power/hostboot/commit/9d7ab6bb2>`__ Skip running
+ EXP\_FW\_TEMP\_SENSOR\_CONFIG\_INTERVAL\_READ in exp\_mss\_thermal\_init
+- `ff05444dd <https://github.com/open-power/hostboot/commit/ff05444dd>`__ Remove unmask of MCBISTFIRQ[12]
+- `994392964 <https://github.com/open-power/hostboot/commit/994392964>`__ Remove unused procedure p9a\_mss\_eff\_config\_thermal
+- `3502d6036 <https://github.com/open-power/hostboot/commit/3502d6036>`__ Add deconfigure of memory port if mss\_freq can't find
+ consensus freq
+- `2f808f21c <https://github.com/open-power/hostboot/commit/2f808f21c>`__ Skip setting up emergency throttle settings for Explorer
+ in Cronus mode
+- `ef6600cc1 <https://github.com/open-power/hostboot/commit/ef6600cc1>`__ Add empty file for exp\_port\_traits
+- `7b91b9596 <https://github.com/open-power/hostboot/commit/7b91b9596>`__ Add attribute to specify polling timeout for
+ exp\_check\_for\_ready
+- `a801fcf53 <https://github.com/open-power/hostboot/commit/a801fcf53>`__ Fix exp\_draminit to print response structure and error
+ code when training fails
+- `a69715d78 <https://github.com/open-power/hostboot/commit/a69715d78>`__ Add p9a\_mss\_utils\_to\_throttle
+- `6b29b3829 <https://github.com/open-power/hostboot/commit/6b29b3829>`__ Change p9a\_mss\_freq to work on PROC\_CHIP target
+- `f51ad1f24 <https://github.com/open-power/hostboot/commit/f51ad1f24>`__ Add blank file for exp\_port.C
+- `a9b71d90c <https://github.com/open-power/hostboot/commit/a9b71d90c>`__ Don't assert from ddimm\_get\_efd for unsupported freq if
+ ffdc\_enabled not set
+- `c49249c72 <https://github.com/open-power/hostboot/commit/c49249c72>`__ Add Explorer specific MCBIST settings before scrub and
+ maint
+- `19e0f82a3 <https://github.com/open-power/hostboot/commit/19e0f82a3>`__ Add blank file exp\_fir.C for HB mirror
+- `46174931e <https://github.com/open-power/hostboot/commit/46174931e>`__ Add blank files for P9A plug rules
+- `c4fd28507 <https://github.com/open-power/hostboot/commit/c4fd28507>`__ Add Axone FIR unmasking after p9\_chiplet\_scominit
+- `288f7babe <https://github.com/open-power/hostboot/commit/288f7babe>`__ Add unmask\_after\_exp\_omi\_setup and FIR checks
+- `3a26734f8 <https://github.com/open-power/hostboot/commit/3a26734f8>`__ Add ATTR\_MEM\_IGNORE\_PLUG\_RULES to skip Axone plug
+ rules
+- `f40c41f81 <https://github.com/open-power/hostboot/commit/f40c41f81>`__ Increase exp\_draminit polling timeout for MDS
+- `9c2a95eab <https://github.com/open-power/hostboot/commit/9c2a95eab>`__ Add some FIR unmask updates for p9a and explorer
+- `fde4c9f63 <https://github.com/open-power/hostboot/commit/fde4c9f63>`__ Add periodic mem cal to end of exp\_draminit\_mc
+- `513da3116 <https://github.com/open-power/hostboot/commit/513da3116>`__ Set reorder mode after read-only subtest in exp\_memdiag
+- `e9687ad70 <https://github.com/open-power/hostboot/commit/e9687ad70>`__ Add unmasks for REG1 and REG2 versions of OMI\_FIR for
+ Axone
+- `6ed0290da <https://github.com/open-power/hostboot/commit/6ed0290da>`__ Change "ALL EFDs have been exhausted" trace from error to
+ info
+- `eed98f14e <https://github.com/open-power/hostboot/commit/eed98f14e>`__ Fix DL\_OMI\_FIR unmasks after p9\_chiplet\_scominit to
+ be DL specific
+- `445272ea4 <https://github.com/open-power/hostboot/commit/445272ea4>`__ Fix Swift plug rule for DDIMM channel dependency
+- `044ece9cc <https://github.com/open-power/hostboot/commit/044ece9cc>`__ Add PRD helper functions for restore\_repairs on Nimbus
+ and Explorer
+- `129a80acf <https://github.com/open-power/hostboot/commit/129a80acf>`__ Fix MC\_OMI\_FIR\_REG\_DL0\_FLIT\_CE unmask in
+ p9a\_omi\_init
+- `d97ea2280 <https://github.com/open-power/hostboot/commit/d97ea2280>`__ Add initial masking to Explorer MC\_OMI\_FIR in
+ exp\_omi\_setup
+- `e27c350a6 <https://github.com/open-power/hostboot/commit/e27c350a6>`__ Add include for find.H in gen\_mss\_port.H
+- `e383f5b6e <https://github.com/open-power/hostboot/commit/e383f5b6e>`__ Remove unmask for EXP LOCAL\_FIR DDR\_PHY\_IRQ0 after
+ exp\_scominit
+- `f5d254cd8 <https://github.com/open-power/hostboot/commit/f5d254cd8>`__ Fix Explorer checkstop FIR action settings
+- `7198f1765 <https://github.com/open-power/hostboot/commit/7198f1765>`__ Add empty files for Explorer MR workarounds
+- `c7738e193 <https://github.com/open-power/hostboot/commit/c7738e193>`__ Fix MC\_TYPE used in restore\_dram\_repairs common code
+- `9945d6bdc <https://github.com/open-power/hostboot/commit/9945d6bdc>`__ Update two explorer FIR settings per SW490643
+- `37cdcf39c <https://github.com/open-power/hostboot/commit/37cdcf39c>`__ Suppress FAPI\_ERR messages from DDIMM EFD probing
+- `3edaad3c0 <https://github.com/open-power/hostboot/commit/3edaad3c0>`__ Add override of LPASR setting depending on MRW refresh
+ rate
+- `f5653b160 <https://github.com/open-power/hostboot/commit/f5653b160>`__ Set MSDG\_RDIMM type in user\_input\_msdg for DDIMM with
+ RCD
+- `37795a2b2 <https://github.com/open-power/hostboot/commit/37795a2b2>`__ Add unmask of Explorer Global FIR bit0
+- `fbb698a84 <https://github.com/open-power/hostboot/commit/fbb698a84>`__ Add support for EXP\_FW\_TWI\_FFE\_SETTINGS command
+
+Luis Fernandez (6):
+
+- `6faf10f43 <https://github.com/open-power/hostboot/commit/6faf10f43>`__ HB Implement Static Analysis with cppcheck
+- `5474e9200 <https://github.com/open-power/hostboot/commit/5474e9200>`__ Fixes from HB for GCC 8 Compiler
+- `163b6d077 <https://github.com/open-power/hostboot/commit/163b6d077>`__ (Fix for:) Alert when a partition's space utilization
+ exceeds a threshold
+- `08501bc65 <https://github.com/open-power/hostboot/commit/08501bc65>`__ Patch For: Implement Static Analysis with cppcheck
+- `5dd26a01e <https://github.com/open-power/hostboot/commit/5dd26a01e>`__ New Optional Argument to PnorUtils.pm’s loadPnorLayout
+- `1f76bfa23 <https://github.com/open-power/hostboot/commit/1f76bfa23>`__ Add call to p9\_throttle\_sync inside
+ cumulus\_call\_mss\_scominit
+
+MATTHEW I. HICKMAN (9):
+
+- `01ac1b8dc <https://github.com/open-power/hostboot/commit/01ac1b8dc>`__ Added security bit and fir handling, gard and trace fixes
+- `1cd7d1c78 <https://github.com/open-power/hostboot/commit/1cd7d1c78>`__ Fix for offset traces due to merge bug
+- `b0cd81c61 <https://github.com/open-power/hostboot/commit/b0cd81c61>`__ Fixed several small bugs found via code review
+- `913c6fde1 <https://github.com/open-power/hostboot/commit/913c6fde1>`__ Fixed several Arm error handling bugs
+- `b23632654 <https://github.com/open-power/hostboot/commit/b23632654>`__ Fixed pre-req check during NVDimm Arm
+- `36a6a52a5 <https://github.com/open-power/hostboot/commit/36a6a52a5>`__ Added additional erase error handling
+- `746ec708f <https://github.com/open-power/hostboot/commit/746ec708f>`__ Fixed the restore status flag bug
+- `5db287b6e <https://github.com/open-power/hostboot/commit/5db287b6e>`__ Fixed NOT\_ENOUGH\_ENERGY\_FOR\_CSAVE check
+- `7b8722652 <https://github.com/open-power/hostboot/commit/7b8722652>`__ Fixed error handling issues in arm path
+
+Mark Pizzutillo (60):
+
+- `3a513ca00 <https://github.com/open-power/hostboot/commit/3a513ca00>`__ Split omi setup & train for new DL\_TRAIN cmd
+- `5ccea20bd <https://github.com/open-power/hostboot/commit/5ccea20bd>`__ Add omi\_workarounds blank files for PRBS OMI training
+ workarounds
+- `5fffa914a <https://github.com/open-power/hostboot/commit/5fffa914a>`__ Add blank files for exp\_inband move to memory/lib/
+- `cf4b39c85 <https://github.com/open-power/hostboot/commit/cf4b39c85>`__ Add PRBS training sequence to exp\_omi\_setup
+- `52ccb29ce <https://github.com/open-power/hostboot/commit/52ccb29ce>`__ Fix FAPI\_INF segfault in exp\_omi\_setup
+- `bca5cf6af <https://github.com/open-power/hostboot/commit/bca5cf6af>`__ Create workaround for gemini MENTERP register bug
+- `79c45f4da <https://github.com/open-power/hostboot/commit/79c45f4da>`__ Move exp\_inband to lib directory
+- `00d4530ee <https://github.com/open-power/hostboot/commit/00d4530ee>`__ Add rank API support in axone\_mss\_freq
+- `4b5c78b95 <https://github.com/open-power/hostboot/commit/4b5c78b95>`__ Add support for MCHP dmb revision ids in ddimm\_get\_efd
+- `24762ab00 <https://github.com/open-power/hostboot/commit/24762ab00>`__ Fix issue in pmic\_enable where VR\_ENABLE did not kick
+ off
+- `3c930cf14 <https://github.com/open-power/hostboot/commit/3c930cf14>`__ Add workaround for gemini OMI config settings
+- `d43de0d64 <https://github.com/open-power/hostboot/commit/d43de0d64>`__ Add pmic\_status\_tool
+- `75ac15f71 <https://github.com/open-power/hostboot/commit/75ac15f71>`__ Fix bug causing get\_mmio index overflow for swift
+- `ae8c69b80 <https://github.com/open-power/hostboot/commit/ae8c69b80>`__ Zero out command argument field to fix exp\_draminit
+ issues
+- `7a27f4603 <https://github.com/open-power/hostboot/commit/7a27f4603>`__ Add ekb dual drop support for p9a
+- `3cdd4fbe9 <https://github.com/open-power/hostboot/commit/3cdd4fbe9>`__ Add pmic\_i2c\_addr\_get function for platform code use
+- `b2be220bb <https://github.com/open-power/hostboot/commit/b2be220bb>`__ Add blank files for p9a\_omi\_setup procedure
+- `d80f7fc83 <https://github.com/open-power/hostboot/commit/d80f7fc83>`__ Fix dmb\_revision size in ddimm\_get\_efd
+- `04d5973be <https://github.com/open-power/hostboot/commit/04d5973be>`__ Add blank files for exp\_omi\_train\_check procedure
+- `48abe5e8a <https://github.com/open-power/hostboot/commit/48abe5e8a>`__ Add support for new pmic sequencing SPD fields
+- `c349ba997 <https://github.com/open-power/hostboot/commit/c349ba997>`__ Check PMIC error and enable statuses after pmic\_enable
+- `104c2dc59 <https://github.com/open-power/hostboot/commit/104c2dc59>`__ Disable & clear PMIC status codes in beginning of
+ pmic\_enable
+- `822fea83d <https://github.com/open-power/hostboot/commit/822fea83d>`__ Add MDS attribute & draminit support
+- `8f549e754 <https://github.com/open-power/hostboot/commit/8f549e754>`__ Add code and workarounds for \*\_omi\_setup and
+ \*\_omi\_train for Swift
+- `9546b72bc <https://github.com/open-power/hostboot/commit/9546b72bc>`__ Increase default PRBS\_TIME for FW
+- `1745eed20 <https://github.com/open-power/hostboot/commit/1745eed20>`__ Make explorer endian attributes platInit
+- `d639a5a45 <https://github.com/open-power/hostboot/commit/d639a5a45>`__ Add printout of ECID in exp\_getecid
+- `4921bf245 <https://github.com/open-power/hostboot/commit/4921bf245>`__ Update exp\_draminit results display for new response
+ structs
+- `4b9dc024e <https://github.com/open-power/hostboot/commit/4b9dc024e>`__ Add assert for RSP extended data buffer size in
+ exp\_draminit
+- `0b50210ae <https://github.com/open-power/hostboot/commit/0b50210ae>`__ Reverse mcbist address buffer fields
+- `3f280b8d2 <https://github.com/open-power/hostboot/commit/3f280b8d2>`__ Fix odt RD/WR fields
+- `eddd46a88 <https://github.com/open-power/hostboot/commit/eddd46a88>`__ Add MCBIST infinite tests
+- `30077cd8b <https://github.com/open-power/hostboot/commit/30077cd8b>`__ Add blank files for explorer plug rules libs
+- `7e3eaedff <https://github.com/open-power/hostboot/commit/7e3eaedff>`__ Add check for compatible upstream templates before
+ enabling Explorer metadata
+- `1ac7a33a9 <https://github.com/open-power/hostboot/commit/1ac7a33a9>`__ Fix EFD processor indexing error
+- `291768968 <https://github.com/open-power/hostboot/commit/291768968>`__ Remove vin\_bulk check before status clears in
+ pmic\_enable
+- `ecac8199d <https://github.com/open-power/hostboot/commit/ecac8199d>`__ Add asserts for invalid states of enterprise & half dimm
+ mode
+- `0921b80a5 <https://github.com/open-power/hostboot/commit/0921b80a5>`__ Add new DDIMM spd version 0\_3 and update UTs
+- `149d7cc96 <https://github.com/open-power/hostboot/commit/149d7cc96>`__ Fix pmic\_status\_tool exiting before checking both PMICs
+- `d3c8aa5e5 <https://github.com/open-power/hostboot/commit/d3c8aa5e5>`__ Update \*\_train\_check procedure errors to print status
+ info
+- `00950f87a <https://github.com/open-power/hostboot/commit/00950f87a>`__ Fix DFIMRL\_DDRCLK\_trained draminit result display
+ printout log level
+- `779761d1c <https://github.com/open-power/hostboot/commit/779761d1c>`__ Add read only subtest at the end of exp\_mss\_memdiags
+- `dc407ba49 <https://github.com/open-power/hostboot/commit/dc407ba49>`__ Add blank file for hwpf i2cslave attributes
+- `798af67f2 <https://github.com/open-power/hostboot/commit/798af67f2>`__ Add attribute for SPD\_REVISION (byte 1)
+- `be69d0cb3 <https://github.com/open-power/hostboot/commit/be69d0cb3>`__ Add TARGET\_TYPE\_GENERICI2CSLAVE and relevant attributes
+- `6579e15ca <https://github.com/open-power/hostboot/commit/6579e15ca>`__ Refactor PMIC attributes to be at OCMB level
+- `921a602d7 <https://github.com/open-power/hostboot/commit/921a602d7>`__ Add deconfigure for OCMB\_TARGET if no doorbell
+- `ac2efc87f <https://github.com/open-power/hostboot/commit/ac2efc87f>`__ Add SPD, ATTR, and code support for thermal sensor fields
+- `f5813785b <https://github.com/open-power/hostboot/commit/f5813785b>`__ Move p9a\_omi\_init from nimbus to axone directory
+- `87f140959 <https://github.com/open-power/hostboot/commit/87f140959>`__ Fix incorrect polling rate in exp\_mss\_thermal\_init
+- `42f6285e7 <https://github.com/open-power/hostboot/commit/42f6285e7>`__ Update pmic\_bias\_tool percentage bias to be relative to
+ nominal
+- `ba560090b <https://github.com/open-power/hostboot/commit/ba560090b>`__ Update RAS DQ Inject tool with new MCHP squence
+- `18ef7916f <https://github.com/open-power/hostboot/commit/18ef7916f>`__ pmic\_enable: Add additional clear for error status bits
+ in R04-R07
+- `50da7a4fa <https://github.com/open-power/hostboot/commit/50da7a4fa>`__ Update explorer CCS to handle A vs B side ranks
+- `5e3449aed <https://github.com/open-power/hostboot/commit/5e3449aed>`__ Update explorer CCS ODTs to support mirroring A-B
+- `f25313313 <https://github.com/open-power/hostboot/commit/f25313313>`__ Add FFDC and trace for DL0\_ERROR\_HOLD in
+ \*\_omi\_train\_checks
+- `09ee51cf9 <https://github.com/open-power/hostboot/commit/09ee51cf9>`__ Add check for matching PMIC vendor and IDT revisions
+- `e45676f10 <https://github.com/open-power/hostboot/commit/e45676f10>`__ Add OMI training hang workaround
+- `3fe610a3d <https://github.com/open-power/hostboot/commit/3fe610a3d>`__ Add attribute for MODULE\_MFG\_ID
+- `4bb52ebda <https://github.com/open-power/hostboot/commit/4bb52ebda>`__ Fix modal\_symbol\_count port
+
+Matt Derksen (35):
+
+- `2e406cadf <https://github.com/open-power/hostboot/commit/2e406cadf>`__ Remove CONFIG\_AXONE\_BRING\_UP from xscomtest
+- `b3043ae16 <https://github.com/open-power/hostboot/commit/b3043ae16>`__ Enable testpreverifiedlidmgr for Axone
+- `3a146159c <https://github.com/open-power/hostboot/commit/3a146159c>`__ Enable secure boot in Axone simics
+- `256d3e0a8 <https://github.com/open-power/hostboot/commit/256d3e0a8>`__ Enable prdf\_hb\_common\_test for Axone
+- `199b35573 <https://github.com/open-power/hostboot/commit/199b35573>`__ Call new p9a\_throttle\_sync procedure
+- `fc5fa5842 <https://github.com/open-power/hostboot/commit/fc5fa5842>`__ Runtime scom support for OCMBs
+- `51b7478d2 <https://github.com/open-power/hostboot/commit/51b7478d2>`__ Fix calling eepromddtest.H
+- `794efce0c <https://github.com/open-power/hostboot/commit/794efce0c>`__ Fix retry failure in nvdimmWriteData()
+- `052182c0d <https://github.com/open-power/hostboot/commit/052182c0d>`__ Test runtime scom support in Axone
+- `b0f0228ff <https://github.com/open-power/hostboot/commit/b0f0228ff>`__ Remove verbose option from handle\_duplicates call
+- `c4df5e918 <https://github.com/open-power/hostboot/commit/c4df5e918>`__ Update SPD\_DDR4 size to be 640 bytes
+- `582ed66b3 <https://github.com/open-power/hostboot/commit/582ed66b3>`__ Implement std::begin() and std::end() for base types
+- `8664b9adb <https://github.com/open-power/hostboot/commit/8664b9adb>`__ Add exp\_mss\_eff\_config\_thermal call to istep7 for
+ Axone
+- `feef0389e <https://github.com/open-power/hostboot/commit/feef0389e>`__ Dummy commit to prime hwsv for new Explorer FFDC
+ collection
+- `56574b602 <https://github.com/open-power/hostboot/commit/56574b602>`__ Support EXP\_FW\_LOG command to get Explorer FW logs
+- `8e6285e72 <https://github.com/open-power/hostboot/commit/8e6285e72>`__ Support EXP\_FW\_LOG command to get Explorer Firmware
+ logs
+- `09016a8a7 <https://github.com/open-power/hostboot/commit/09016a8a7>`__ Hostboot platform support for Explorer inband commands
+ via i2c
+- `f5796a5fa <https://github.com/open-power/hostboot/commit/f5796a5fa>`__ Add NVDIMM node controller readme text
+- `63989a514 <https://github.com/open-power/hostboot/commit/63989a514>`__ Create error for unsuspected target in
+ configureHbrtHypIds
+- `b221671e5 <https://github.com/open-power/hostboot/commit/b221671e5>`__ NVDIMM Erase error handle not working in IPL Arm handling
+- `68ab1e874 <https://github.com/open-power/hostboot/commit/68ab1e874>`__ Prevent pre-3.0 level NVDIMMs from being in systems
+- `e01fc4be9 <https://github.com/open-power/hostboot/commit/e01fc4be9>`__ NVDIMM update - Clear FW Ops Status verification
+- `027b53647 <https://github.com/open-power/hostboot/commit/027b53647>`__ NVDIMM FW update region write retry
+- `12f57c203 <https://github.com/open-power/hostboot/commit/12f57c203>`__ Slot check after firmware update
+- `a50115980 <https://github.com/open-power/hostboot/commit/a50115980>`__ Remove excessive NVDIMM tracing from normal path
+- `e22bb40fb <https://github.com/open-power/hostboot/commit/e22bb40fb>`__ Fix reporting eecache if no record specified
+- `45cb27519 <https://github.com/open-power/hostboot/commit/45cb27519>`__ NVDIMM: Mask mbacalfir at the beginning of restore step
+ during mpipl
+- `829e56fb1 <https://github.com/open-power/hostboot/commit/829e56fb1>`__ NVDIMM: Use block write for nvdimm update
+- `a42605426 <https://github.com/open-power/hostboot/commit/a42605426>`__ NVDIMM: correct the RC for BLOCK write failure
+- `d45a9393d <https://github.com/open-power/hostboot/commit/d45a9393d>`__ NVDIMM: poll for updated SET\_EVENT\_NOTIFICATION\_STATUS
+ in nvdimmArm
+- `fffe69ad3 <https://github.com/open-power/hostboot/commit/fffe69ad3>`__ Remove nvdimmAddVendorLog calls from checksum errors
+- `820a09943 <https://github.com/open-power/hostboot/commit/820a09943>`__ NVDIMM update: retry all region failures
+- `10a83636b <https://github.com/open-power/hostboot/commit/10a83636b>`__ Improvements to testing NVDIMM update path
+- `e53402c0f <https://github.com/open-power/hostboot/commit/e53402c0f>`__ Explorer update hash fix
+- `27e689c2f <https://github.com/open-power/hostboot/commit/27e689c2f>`__ Enable the inband Explorer update
+
+Matt K. Light (1):
+
+- `da8e96ea0 <https://github.com/open-power/hostboot/commit/da8e96ea0>`__ remove relative path to p9\_lpc\_utils.H from
+ p9\_collect\_lpc\_regs.C
+
+Matthew Hickman (16):
+
+- `fd400b157 <https://github.com/open-power/hostboot/commit/fd400b157>`__ Added p9a memdiags implementation
+- `4d3e1f11e <https://github.com/open-power/hostboot/commit/4d3e1f11e>`__ Added PRD Wrapper file for hwp invoke commands
+- `afeaf784d <https://github.com/open-power/hostboot/commit/afeaf784d>`__ Fixed the ccs port merge conflicts and added lab code
+- `d57798877 <https://github.com/open-power/hostboot/commit/d57798877>`__ Added error checking and handling to nvdimm ipl
+- `d88e41a26 <https://github.com/open-power/hostboot/commit/d88e41a26>`__ Added fir unmasking after exp\_scrub
+- `9965b521f <https://github.com/open-power/hostboot/commit/9965b521f>`__ Added unmasking to exp\_memdiags
+- `abf673285 <https://github.com/open-power/hostboot/commit/abf673285>`__ Added blank files for mrs and row repair
+- `0106eaa7d <https://github.com/open-power/hostboot/commit/0106eaa7d>`__ Added port of MRS engine to generic
+- `6db3d460e <https://github.com/open-power/hostboot/commit/6db3d460e>`__ Added MRS attributes and MRS data handling for Explorer
+- `5adf9d688 <https://github.com/open-power/hostboot/commit/5adf9d688>`__ Added blank files for mrs and row repair
+- `470b8f500 <https://github.com/open-power/hostboot/commit/470b8f500>`__ Added port of MRS engine to generic
+- `bbeb38c59 <https://github.com/open-power/hostboot/commit/bbeb38c59>`__ Added MRS attributes and MRS data handling for Explorer
+- `cc7fb146a <https://github.com/open-power/hostboot/commit/cc7fb146a>`__ Added MRS attributes and MRS data handling for Explorer
+- `52e1fe62c <https://github.com/open-power/hostboot/commit/52e1fe62c>`__ Fixed ipl mk file to include unmasking code
+- `5ef6613fd <https://github.com/open-power/hostboot/commit/5ef6613fd>`__ Fixed firmware calls to background scrub
+- `5ff4aa338 <https://github.com/open-power/hostboot/commit/5ff4aa338>`__ Added steer code for explorer
+
+Matthew Raybuck (24):
+
+- `44fe892dc <https://github.com/open-power/hostboot/commit/44fe892dc>`__ Add BPM utility scripts to support additional firmware
+ update requirements
+- `72f32c4cb <https://github.com/open-power/hostboot/commit/72f32c4cb>`__ Update buildBpmFlashImages.pl to support configuration
+ data binary generation
+- `f18f9f2d1 <https://github.com/open-power/hostboot/commit/f18f9f2d1>`__ Add BPM firmware update procedure
+- `beeb7f5f9 <https://github.com/open-power/hostboot/commit/beeb7f5f9>`__ re-enable CRC generation for BPM firmware binary
+- `0f0b7c641 <https://github.com/open-power/hostboot/commit/0f0b7c641>`__ Fix BPM flash image script to properly calculate line
+ length
+- `c03117c7b <https://github.com/open-power/hostboot/commit/c03117c7b>`__ Add BPM config update procedure
+- `5617bb84a <https://github.com/open-power/hostboot/commit/5617bb84a>`__ Add update verification and recovery procedures
+- `3dc237792 <https://github.com/open-power/hostboot/commit/3dc237792>`__ Add error logs to BPM update procedure
+- `3c440fe6d <https://github.com/open-power/hostboot/commit/3c440fe6d>`__ Add multiple error handling to BPM update procedure
+- `56a3ce983 <https://github.com/open-power/hostboot/commit/56a3ce983>`__ Add code to run BPM update procedure from
+ nvdimm\_update.C
+- `e28bd663f <https://github.com/open-power/hostboot/commit/e28bd663f>`__ Correct BPM update flow to match SMARTs flow
+- `a2118008d <https://github.com/open-power/hostboot/commit/a2118008d>`__ Add attribute to force/skip BPM updates
+- `0ea4fac25 <https://github.com/open-power/hostboot/commit/0ea4fac25>`__ Enable BPM Updates
+- `deb984133 <https://github.com/open-power/hostboot/commit/deb984133>`__ Fix lingering error log issues for BPM updates
+- `f609640a7 <https://github.com/open-power/hostboot/commit/f609640a7>`__ Add more FFDC to BPM Update Error logs
+- `f88b6bc4a <https://github.com/open-power/hostboot/commit/f88b6bc4a>`__ BPM Updates: Extend the reset device wait to 15 seconds
+ from 10
+- `25e1157f5 <https://github.com/open-power/hostboot/commit/25e1157f5>`__ Fix misleading trace output for BPM attribute overrides
+- `d329c59bc <https://github.com/open-power/hostboot/commit/d329c59bc>`__ BPM Updates: Move NVDIMM controller reset and final fw
+ check to end of update
+- `60fbee21b <https://github.com/open-power/hostboot/commit/60fbee21b>`__ Fix bad arguments to additional FFDC capture in BPM
+ Update code
+- `fec74df97 <https://github.com/open-power/hostboot/commit/fec74df97>`__ Add a ReadMe to explain high level BPM Update Process
+- `a2b260834 <https://github.com/open-power/hostboot/commit/a2b260834>`__ BPM Update Tweaks
+- `ae388288d <https://github.com/open-power/hostboot/commit/ae388288d>`__ Add check to see if BPM is connected before attempting
+ Updates
+- `7ddeb4d31 <https://github.com/open-power/hostboot/commit/7ddeb4d31>`__ Add 100ms wait to disable write protection for BPM
+- `acdff8a39 <https://github.com/open-power/hostboot/commit/acdff8a39>`__ BPM: Bpm::issueCommand() fixes
+
+Maxim Polyakov (1):
+
+- `e8665007c <https://github.com/open-power/hostboot/commit/e8665007c>`__ ipmidcmi: Get DCMI capabilities info to check PM support
+
+Megan (3):
+
+- `845fb4492 <https://github.com/open-power/hostboot/commit/845fb4492>`__ Allow defining a partition with automatic starting offset
+- `ade048149 <https://github.com/open-power/hostboot/commit/ade048149>`__ Alert when a partition's space utilization exceeds a
+ threshold
+- `1d4530dac <https://github.com/open-power/hostboot/commit/1d4530dac>`__ Implement Static Analysis with cppcheck
+
+Michael Baiocchi (1):
+
+- `ed42128c7 <https://github.com/open-power/hostboot/commit/ed42128c7>`__ Revert "Terminate the IPL for Physical Presence Detection
+ Erros in Mnfg Mode"
+
+Michael Pardeik (3):
+
+- `333d66b55 <https://github.com/open-power/hostboot/commit/333d66b55>`__ pmic status tool updates
+- `fe09e7b9d <https://github.com/open-power/hostboot/commit/fe09e7b9d>`__ exp\_mss\_eff\_config\_thermal fixes
+- `d0a45a3eb <https://github.com/open-power/hostboot/commit/d0a45a3eb>`__ pmic\_status\_tool updates
+
+Mike Baiocchi (18):
+
+- `bcd6d6f29 <https://github.com/open-power/hostboot/commit/bcd6d6f29>`__ Secureboot: Enable verifying OPAL Payload before starting
+ instructions
+- `de0e45306 <https://github.com/open-power/hostboot/commit/de0e45306>`__ Remove Forced Update of UCD Devices
+- `1dbb91e5e <https://github.com/open-power/hostboot/commit/1dbb91e5e>`__ Add new Key Clear Request Attribute
+- `eace166aa <https://github.com/open-power/hostboot/commit/eace166aa>`__ Support GPIO Physical Presence Detect Devices
+- `35964668f <https://github.com/open-power/hostboot/commit/35964668f>`__ Add Physical Presence Check and Window Open Features
+- `845513c74 <https://github.com/open-power/hostboot/commit/845513c74>`__ Move KEY\_CLEAR\_REQUEST attribute from node level to
+ system level
+- `26554a3e5 <https://github.com/open-power/hostboot/commit/26554a3e5>`__ Move definition of TRACE\_ERR\_FMT and TRACE\_ERR\_ARGS
+- `20b285f63 <https://github.com/open-power/hostboot/commit/20b285f63>`__ Add README.md files to the secureboot component
+- `131e6e15f <https://github.com/open-power/hostboot/commit/131e6e15f>`__ Base support for Key Clear Requests (not enabled at this
+ time)
+- `01b7ddff2 <https://github.com/open-power/hostboot/commit/01b7ddff2>`__ Enable Key Clear Requests for FSP Systems
+- `a8368a4f4 <https://github.com/open-power/hostboot/commit/a8368a4f4>`__ Create CONFIG\_NO\_FAPI\_TRACE to ignore all FAPI traces
+- `14846f049 <https://github.com/open-power/hostboot/commit/14846f049>`__ Key Clear Request Sensor Support
+- `74d68472d <https://github.com/open-power/hostboot/commit/74d68472d>`__ Terminate the IPL for Physical Presence Detection Erros
+ in Mnfg Mode
+- `d4e588d22 <https://github.com/open-power/hostboot/commit/d4e588d22>`__ Skip UCD Updates on fips950
+- `23374658f <https://github.com/open-power/hostboot/commit/23374658f>`__ Properly Commit Physical Presence Detection Error Logs
+- `5bda93cf2 <https://github.com/open-power/hostboot/commit/5bda93cf2>`__ Update the data extended into TPM's PCR\_6
+- `598923e18 <https://github.com/open-power/hostboot/commit/598923e18>`__ Fix persistency of ATTR\_KEY\_CLEAR\_REQUEST
+- `a1e3c27ff <https://github.com/open-power/hostboot/commit/a1e3c27ff>`__ Add config.h to fsp.tar
+
+Milton Miller (1):
+
+- `f7dab51ab <https://github.com/open-power/hostboot/commit/f7dab51ab>`__ p9\_tod\_setup: always set edge doubling
+
+Murulidhar Nataraju (5):
+
+- `4e5e486a1 <https://github.com/open-power/hostboot/commit/4e5e486a1>`__ Enable copying of architected registers for OPAL
+- `39a6f147b <https://github.com/open-power/hostboot/commit/39a6f147b>`__ Update MPIPL Supported Bit
+- `3dbe6a196 <https://github.com/open-power/hostboot/commit/3dbe6a196>`__ MPIPL: For PHYP based system replace spr/gpr numbers with
+ names
+- `2ba85f05b <https://github.com/open-power/hostboot/commit/2ba85f05b>`__ MPIPL:Fix the condition for copyArchitectedRegs()
+- `d348d7c2d <https://github.com/open-power/hostboot/commit/d348d7c2d>`__ MPIPL: ZZ-L, Update copyArchitectedRegs() for non-HW dump
+ flow
+
+Nico Fajardo (10):
+
+- `1c830e13d <https://github.com/open-power/hostboot/commit/1c830e13d>`__ Add FAPI\_ASSERT for unsupported SPD rank in RTT fetch
+- `5616a5a99 <https://github.com/open-power/hostboot/commit/5616a5a99>`__ Adding blank exp\_fir\* files and unmask unit test
+- `43f41edb7 <https://github.com/open-power/hostboot/commit/43f41edb7>`__ Adding blank p9a fir folder and files
+- `5318cf7e4 <https://github.com/open-power/hostboot/commit/5318cf7e4>`__ Porting repair\_state class and related functions
+- `596206610 <https://github.com/open-power/hostboot/commit/596206610>`__ Unmask after draminit and draminit\_mc; cmd complete
+- `7a7bd8440 <https://github.com/open-power/hostboot/commit/7a7bd8440>`__ host\_mc\_traits blank file commit for
+ after\_p9a\_omi\_init
+- `8e19c8c4e <https://github.com/open-power/hostboot/commit/8e19c8c4e>`__ Adding after\_p9a\_omi\_init.C and p9a-specific fir
+ traits
+- `9b510640b <https://github.com/open-power/hostboot/commit/9b510640b>`__ Adding after exp\_omi\_init unmask procedures and unit
+ test
+- `4991558f9 <https://github.com/open-power/hostboot/commit/4991558f9>`__ Adding unmasks after exp\_scominit and unit test
+- `9b6bd57a1 <https://github.com/open-power/hostboot/commit/9b6bd57a1>`__ exp draminit & draminit\_mc phase 3 update for PRD
+ logging
+
+Prasad Bg Ranganath (2):
+
+- `f79d885bb <https://github.com/open-power/hostboot/commit/f79d885bb>`__ OCC firinit: Bug fix in reset path
+- `239b11b36 <https://github.com/open-power/hostboot/commit/239b11b36>`__ PM:Fix bug in quad poweroff procedure
+
+Prem Shanker Jha (4):
+
+- `1adf7486a <https://github.com/open-power/hostboot/commit/1adf7486a>`__ PM: Modified FFDC to avoid corruption of RC in error
+ path.
+- `a4f8acbeb <https://github.com/open-power/hostboot/commit/a4f8acbeb>`__ Img Build: Updated STOP API version to reflect SPR self
+ save availability.
+- `6ab72d5c3 <https://github.com/open-power/hostboot/commit/6ab72d5c3>`__ STOP API: API to verify API and image compatibility.
+- `af3984c4f <https://github.com/open-power/hostboot/commit/af3984c4f>`__ HWP: Fixed HV-UV and UV transition during STOP entry in
+ case of LE.
+
+Rahul Batra (1):
+
+- `12fdf6499 <https://github.com/open-power/hostboot/commit/12fdf6499>`__ PM: Fix DB0 Hang
+
+Roland Veloz (13):
+
+- `44c6d599b <https://github.com/open-power/hostboot/commit/44c6d599b>`__ Replaced invalid trace buffer with a valid one
+- `eafe3e3d5 <https://github.com/open-power/hostboot/commit/eafe3e3d5>`__ Added support for checking on the health status of an
+ NVDIMM
+- `86e12de69 <https://github.com/open-power/hostboot/commit/86e12de69>`__ Fix to not send a NVDIMM protection state change to OPAL
+- `7e5007180 <https://github.com/open-power/hostboot/commit/7e5007180>`__ NVDIMM: Fix issue where a deviceRead of a register is
+ returning bad data
+- `08db2d6a3 <https://github.com/open-power/hostboot/commit/08db2d6a3>`__ Increased the BMC timeout from 5 seconds to 30 seconds
+- `7dce74704 <https://github.com/open-power/hostboot/commit/7dce74704>`__ Adding a routine to do the double to string conversion
+- `96be9fd64 <https://github.com/open-power/hostboot/commit/96be9fd64>`__ In regards to health check errors, removed the software
+ callout
+- `453670491 <https://github.com/open-power/hostboot/commit/453670491>`__ Updated the HBRT reserved trace buffer code to compensate
+ for relocation
+- `153dcaa15 <https://github.com/open-power/hostboot/commit/153dcaa15>`__ Implement an HBRT interface to log a gard event from
+ PHYP/OPAL
+- `c3d8cfd06 <https://github.com/open-power/hostboot/commit/c3d8cfd06>`__ Added code to support doing an NVM health check
+- `fa1e0b136 <https://github.com/open-power/hostboot/commit/fa1e0b136>`__ Changed the callout in the call NVM Health Status to be
+ an NVDIMM
+- `532e4d358 <https://github.com/open-power/hostboot/commit/532e4d358>`__ ffdcExpander bash utility tool, written for December,
+ 2019 Hackathon
+- `1559c893b <https://github.com/open-power/hostboot/commit/1559c893b>`__ The HOMER address is colliding with an NVDIMM address and
+ should not
+
+Ryan Black (3):
+
+- `77ab77a26 <https://github.com/open-power/hostboot/commit/77ab77a26>`__ Mask NPU2FIR bits 15/16 & let consumer of SUE report/act
+ on error
+- `6b24abd70 <https://github.com/open-power/hostboot/commit/6b24abd70>`__ unit xstop npu firs/sys xstop ocapi firs -> recoverable
+ with fence
+- `f70454687 <https://github.com/open-power/hostboot/commit/f70454687>`__ set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ
+ buffer read data.
+
+Ryan King (1):
+
+- `cbc5dfe81 <https://github.com/open-power/hostboot/commit/cbc5dfe81>`__ Print out the fields of user\_input\_msdg for debug
+
+Sheng-Hao Huang (1):
+
+- `0571992d6 <https://github.com/open-power/hostboot/commit/0571992d6>`__ for defect number HW476620
+
+Sneha Kadam (1):
+
+- `3eaf02929 <https://github.com/open-power/hostboot/commit/3eaf02929>`__ Renamed MCBIST subtest to clarify the test
+
+Stephen Glancy (41):
+
+- `de35db8a7 <https://github.com/open-power/hostboot/commit/de35db8a7>`__ Fixes MCBIST ecc/spare data pattern bug
+- `0978a1a32 <https://github.com/open-power/hostboot/commit/0978a1a32>`__ Adds lab MCBIST compare masking functionality
+- `1552e3875 <https://github.com/open-power/hostboot/commit/1552e3875>`__ Adds MCBIST beat/byte signature data patterns
+- `4a69b7534 <https://github.com/open-power/hostboot/commit/4a69b7534>`__ Adds LRDIMM shadow register workaround
+- `5e8d01aad <https://github.com/open-power/hostboot/commit/5e8d01aad>`__ Adds blank files for ecc traps and fwms addresses
+- `15b0afe89 <https://github.com/open-power/hostboot/commit/15b0afe89>`__ Moves ecc::trap\_address and fwms::address to new files
+- `0d1f65bf2 <https://github.com/open-power/hostboot/commit/0d1f65bf2>`__ Adds explorer MCBIST address/data traps processing
+- `cfad3552a <https://github.com/open-power/hostboot/commit/cfad3552a>`__ Fixes maintenance pattern load bug
+- `3048b4b16 <https://github.com/open-power/hostboot/commit/3048b4b16>`__ Updates RDTAG for NVDIMM at 2400
+- `67fcaa2aa <https://github.com/open-power/hostboot/commit/67fcaa2aa>`__ Adds explorer primary\_ranks function for sf\_init
+- `7b8bfcc23 <https://github.com/open-power/hostboot/commit/7b8bfcc23>`__ Adds NVDIMM RD DQ delay workaround
+- `4f1f71a47 <https://github.com/open-power/hostboot/commit/4f1f71a47>`__ Adds power control access functions for NVDIMM
+- `2a3012ab7 <https://github.com/open-power/hostboot/commit/2a3012ab7>`__ Updates exp access delay regs to set delays
+- `5d5d91e2f <https://github.com/open-power/hostboot/commit/5d5d91e2f>`__ Adds explorer shmoo traits
+- `a95709f74 <https://github.com/open-power/hostboot/commit/a95709f74>`__ Adds explorer exerciser MCBIST for shmoo
+- `7148b00bf <https://github.com/open-power/hostboot/commit/7148b00bf>`__ Fixes explorer accessor bugs
+- `ca56ad521 <https://github.com/open-power/hostboot/commit/ca56ad521>`__ Adds eff config blank workaround files
+- `50b0357dd <https://github.com/open-power/hostboot/commit/50b0357dd>`__ Adds NVDIMM RCW drive strength workaround
+- `78426ddee <https://github.com/open-power/hostboot/commit/78426ddee>`__ Disables broadcast mode in memdiags::continue\_cmd
+- `f96eba016 <https://github.com/open-power/hostboot/commit/f96eba016>`__ Adds explorer RD VREF to access delay regs
+- `d277b5e5d <https://github.com/open-power/hostboot/commit/d277b5e5d>`__ Adds explorer CAC shmoo
+- `5b24dd1c6 <https://github.com/open-power/hostboot/commit/5b24dd1c6>`__ Updates MCBIST print statements
+- `9431cc09d <https://github.com/open-power/hostboot/commit/9431cc09d>`__ Fixes MCBIST lab random addressing bug
+- `aae5b3e33 <https://github.com/open-power/hostboot/commit/aae5b3e33>`__ Fixes explorer FIR check to preserve bad RC
+- `7ed4ddefa <https://github.com/open-power/hostboot/commit/7ed4ddefa>`__ Fixes MCBIST lab DIMM select configuration
+- `c5263088b <https://github.com/open-power/hostboot/commit/c5263088b>`__ Updates MMIO to use FAPI\_DBG
+- `97fc5523b <https://github.com/open-power/hostboot/commit/97fc5523b>`__ Adds MCBIST functional verification tests
+- `f6336baa2 <https://github.com/open-power/hostboot/commit/f6336baa2>`__ Updates centaur initfiles for 16Gb
+- `28614a19e <https://github.com/open-power/hostboot/commit/28614a19e>`__ Adds Centaur MCBIST 16Gb support
+- `5f5573b5b <https://github.com/open-power/hostboot/commit/5f5573b5b>`__ Adds utility to read explorer delay tap size
+- `2ff0e4392 <https://github.com/open-power/hostboot/commit/2ff0e4392>`__ Adds 16Gb support to centaur maintenance engine
+- `151a9b61a <https://github.com/open-power/hostboot/commit/151a9b61a>`__ Add blankfiles for explorer MRS specialization
+- `085223bff <https://github.com/open-power/hostboot/commit/085223bff>`__ Disables explorer low power mode for CCS
+- `11793f86a <https://github.com/open-power/hostboot/commit/11793f86a>`__ Fixes galois out of bounds bug
+- `a9774d7ae <https://github.com/open-power/hostboot/commit/a9774d7ae>`__ Updates WR VREF accessors to be generic
+- `2f8905f6a <https://github.com/open-power/hostboot/commit/2f8905f6a>`__ Adds explorer 2666 CCS write workaround
+- `078b7aa02 <https://github.com/open-power/hostboot/commit/078b7aa02>`__ Migrates MRS RTT swap functionality to generic
+- `5e5e73990 <https://github.com/open-power/hostboot/commit/5e5e73990>`__ Adds explorer Per DRAM Addressability
+- `fd8e55022 <https://github.com/open-power/hostboot/commit/fd8e55022>`__ Adds unmask to runtime makefile
+- `89c2449d6 <https://github.com/open-power/hostboot/commit/89c2449d6>`__ Updates persistant PMIC error bits prints
+- `d3e376b54 <https://github.com/open-power/hostboot/commit/d3e376b54>`__ Updates MRS API issue b-side iff an RCD is present
+
+Steven Janssen (3):
+
+- `1be056a58 <https://github.com/open-power/hostboot/commit/1be056a58>`__ Update pmic header files
+- `43fbaa4a3 <https://github.com/open-power/hostboot/commit/43fbaa4a3>`__ Fix library dependancy
+- `8ea9d8d3d <https://github.com/open-power/hostboot/commit/8ea9d8d3d>`__ update include path to resolve compiler warning in cronus
+
+Stewart Smith (2):
+
+- `ba9db9d33 <https://github.com/open-power/hostboot/commit/ba9db9d33>`__ memd\_creation.pl: glob on \*.rvpd to allow README in
+ memd\_binaries
+- `d52fed67b <https://github.com/open-power/hostboot/commit/d52fed67b>`__ bootloader: skip secureboot header if exists and not
+ secure booting
+
+Sumit Kumar (1):
+
+- `f1074af21 <https://github.com/open-power/hostboot/commit/f1074af21>`__ Fapi\_Infra:Add new member to structure ErrorInfoCDG
+
+Sunil Kumar (2):
+
+- `6b0389447 <https://github.com/open-power/hostboot/commit/6b0389447>`__ OCMB changes to suit PPE compilation.
+- `6f6fc522f <https://github.com/open-power/hostboot/commit/6f6fc522f>`__ Enable i2c procedures for PPE compilation.
+
+Thi Tran (3):
+
+- `bf2951c9b <https://github.com/open-power/hostboot/commit/bf2951c9b>`__ Fix HTM trace setup problem
+- `b3047ddb1 <https://github.com/open-power/hostboot/commit/b3047ddb1>`__ Fix bug injected by
+ https://rchgit01.rchland.ibm.com/gerrit1/#/c/82196/
+- `599bd468c <https://github.com/open-power/hostboot/commit/599bd468c>`__ Fix OCC sandbox base address overlapped with SMF in FLIP
+ mode.
+
+Tsung Yeung (12):
+
+- `533e20087 <https://github.com/open-power/hostboot/commit/533e20087>`__ Stop mcbist during nvdimm restore to prevent broadcast
+ out of sync
+- `8cc600d32 <https://github.com/open-power/hostboot/commit/8cc600d32>`__ Re-order NVDIMM MRS restore sequence to comply with Jedec
+ spec
+- `d97b70655 <https://github.com/open-power/hostboot/commit/d97b70655>`__ Invalidate BAR during MPIPL NVDIMM restore
+- `b94854d1f <https://github.com/open-power/hostboot/commit/b94854d1f>`__ Fix restore fail due to restore attempt on empty flash
+- `80f6d1dc0 <https://github.com/open-power/hostboot/commit/80f6d1dc0>`__ Replaces nvdimmWrite() to reset controller with
+ nvdimmResetController()
+- `c7a3665d1 <https://github.com/open-power/hostboot/commit/c7a3665d1>`__ Double the NVDIMM\_READY timeout to prevent erroneous
+ error
+- `34f119b59 <https://github.com/open-power/hostboot/commit/34f119b59>`__ Add nvdimm arm retry logic in case of glitches
+- `3f41702fb <https://github.com/open-power/hostboot/commit/3f41702fb>`__ Replaces NVDIMM flush sequence with CCS
+- `be49aca6d <https://github.com/open-power/hostboot/commit/be49aca6d>`__ Improper element erase during loop causing post-restore
+ being skipped on nvdimm
+- `7ef7ab2d8 <https://github.com/open-power/hostboot/commit/7ef7ab2d8>`__ Updates RD\_VREF CMD\_PRECEDE\_TIME for 16GB NVDIMM
+- `75798874c <https://github.com/open-power/hostboot/commit/75798874c>`__ Set ES policy before setting nvdimm thresholds
+- `f198534f2 <https://github.com/open-power/hostboot/commit/f198534f2>`__ Do not deconfig on nvdimm erase fail
+
+Vasant Hegde (2):
+
+- `76571f381 <https://github.com/open-power/hostboot/commit/76571f381>`__ MPIPL: Copy all SBE data to hypervisor memory
+- `ae8ef5dfe <https://github.com/open-power/hostboot/commit/ae8ef5dfe>`__ MPIPL: Make sure destination size does not cross 32GB
+
+Zach Clark (6):
+
+- `5091387d6 <https://github.com/open-power/hostboot/commit/5091387d6>`__ Cache objdump output for build performance
+- `af5c391af <https://github.com/open-power/hostboot/commit/af5c391af>`__ Fix GCOV build errors for AXONE configuration
+- `62c252e5b <https://github.com/open-power/hostboot/commit/62c252e5b>`__ Fix race condition in BufferPage allocation function
+- `19f75b84d <https://github.com/open-power/hostboot/commit/19f75b84d>`__ Make snprintf always terminate the output buffer
+- `a50e4ddfe <https://github.com/open-power/hostboot/commit/a50e4ddfe>`__ Add register file dump to kernel backtrace printout for
+ crashed tasks
+- `60210d3dd <https://github.com/open-power/hostboot/commit/60210d3dd>`__ Fix bug in crash handler register dump
+
+Zane Shelley (11):
+
+- `9eaf71aa2 <https://github.com/open-power/hostboot/commit/9eaf71aa2>`__ PRD: disable mask/clear for SMP failures on FSP
+- `2870f766e <https://github.com/open-power/hostboot/commit/2870f766e>`__ PRD: Temp fix to ignore lane repair attns in OpenCAPI
+ mode
+- `b4074ba8d <https://github.com/open-power/hostboot/commit/b4074ba8d>`__ PRD: removed unused MopRegisterAccess code
+- `69ad22663 <https://github.com/open-power/hostboot/commit/69ad22663>`__ PRD: removed redundant header iipbits.h
+- `e32c176c5 <https://github.com/open-power/hostboot/commit/e32c176c5>`__ PRD: fix OBUS workaround for non-SMP mode
+- `1db43a814 <https://github.com/open-power/hostboot/commit/1db43a814>`__ PRD: updates to IOOLFIR based on recent OpenCAPI FIR
+ review
+- `d94c2cb45 <https://github.com/open-power/hostboot/commit/d94c2cb45>`__ PRD: add virtual destructor to ScomRegister class
+- `f3f0a8ff4 <https://github.com/open-power/hostboot/commit/f3f0a8ff4>`__ PRD: fix Explorer FSI address workaround in FIRDATA code
+- `a23e7f84b <https://github.com/open-power/hostboot/commit/a23e7f84b>`__ PRD: boolean logic error in Axone chnl fail code
+- `1e1c8039a <https://github.com/open-power/hostboot/commit/1e1c8039a>`__ Fixed portabiliy issue in pre-commit hook
+- `b684d89ee <https://github.com/open-power/hostboot/commit/b684d89ee>`__ Minor fixes to addCopyright and pre-commit hooks
+
+lixg (1):
+
+- `ba790597a <https://github.com/open-power/hostboot/commit/ba790597a>`__ Verify manufacture date (MB) from PVPD before using
+
+manichow (1):
+
+- `d1797443d <https://github.com/open-power/hostboot/commit/d1797443d>`__ Quiesce procedure for NPU serving openCapi links
+
+rblack (1):
+
+- `8407dc2cc <https://github.com/open-power/hostboot/commit/8407dc2cc>`__ Speculative patch for NYU ATR timeouts update.
+
+Package: nicole-xml
+-------------------
+
+`Repository <https://github.com/open-power/nicole-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Artem Senichev (4):
+
+- `ad9f0ab <https://github.com/open-power/nicole-xml/commit/ad9f0ab>`__ Set XBus frequency to default value (2000MHz)
+- `c592dee <https://github.com/open-power/nicole-xml/commit/c592dee>`__ Add WOF table for POWER9 Sforza module
+- `1ac78dd <https://github.com/open-power/nicole-xml/commit/1ac78dd>`__ Add WOF table for POWER9 Sforza module
+- `9a6da5f <https://github.com/open-power/nicole-xml/commit/9a6da5f>`__ Add WOF table for POWER9 Sforza module (02AA882)
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Caleb Palmer (1):
+
+- `bae814c <https://github.com/open-power/occ/commit/bae814c>`__ NPU target SCOM translation non-instance 0 fix
+
+Chris Cain (5):
+
+- `b230076 <https://github.com/open-power/occ/commit/b230076>`__ Pick up latest pgpe elog structure
+- `5c32e77 <https://github.com/open-power/occ/commit/5c32e77>`__ NVDIMM: Invalidate MCFGP facility at start of procedure
+- `e4597ab <https://github.com/open-power/occ/commit/e4597ab>`__ Ignore IPMI\_SMS\_ATN during fir data collection and remove 8k
+ buffer
+- `3ab2921 <https://github.com/open-power/occ/commit/3ab2921>`__ FIR data collection updates
+- `1bf0c8c <https://github.com/open-power/occ/commit/1bf0c8c>`__ Minor updates to occtoolp9
+
+Douglas Gilbert (2):
+
+- `0ac1770 <https://github.com/open-power/occ/commit/0ac1770>`__ P9a GPE support for up to 16 OCMBs
+- `e11f3af <https://github.com/open-power/occ/commit/e11f3af>`__ OCMB sensor enabled fix
+
+Sumit Kumar (1):
+
+- `8d4e7fa <https://github.com/open-power/occ/commit/8d4e7fa>`__ Corrected Alink scom address in PMU\_CONFIGS\_16
+
+William Bryan (1):
+
+- `8a315b7 <https://github.com/open-power/occ/commit/8a315b7>`__ Remove unused sensors to free up needed SRAM space
+
+joy\_chu (1):
+
+- `1e8731f <https://github.com/open-power/occ/commit/1e8731f>`__ Modify: modify amec power sensor calculation
+
+mbroyles (6):
+
+- `e447be8 <https://github.com/open-power/occ/commit/e447be8>`__ Delete debug sensors to save SRAM
+- `8bbfabe <https://github.com/open-power/occ/commit/8bbfabe>`__ New WOF sensor for final adjusted Ceff Ratio Vdd
+- `d467852 <https://github.com/open-power/occ/commit/d467852>`__ Fix incorrect hw callout in Centaur DIMM OT errors
+- `7888141 <https://github.com/open-power/occ/commit/7888141>`__ Support for 16 OCMBs
+- `e3c65ee <https://github.com/open-power/occ/commit/e3c65ee>`__ Explorer internal sensor workaround
+- `ab4dc96 <https://github.com/open-power/occ/commit/ab4dc96>`__ Fix Vdd ceff ratio calculation when active cores is less than sort
+ cores
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p8dtu-xml
+------------------
+
+`Repository <https://github.com/open-power/p8dtu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: palmetto-xml
+---------------------
+
+`Repository <https://github.com/open-power/palmetto-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Jeremy Kerr (26):
+
+- `514a9a1 <https://github.com/open-power/petitboot/commit/514a9a1>`__ pb-console: start shell as a login shell
+- `6f23e17 <https://github.com/open-power/petitboot/commit/6f23e17>`__ pb-console: don't modify PATH unless it's empty
+- `e558da1 <https://github.com/open-power/petitboot/commit/e558da1>`__ discover/grub2: 'search' set-variable defaults to root
+- `61ede5e <https://github.com/open-power/petitboot/commit/61ede5e>`__ discover/grub2: Use getopt for ``search`` argument parsing
+- `76e97c5 <https://github.com/open-power/petitboot/commit/76e97c5>`__ discover/grub2: test for (ignored) --no-floppy argument
+- `1580c65 <https://github.com/open-power/petitboot/commit/1580c65>`__ discover/grub2: Add support for UUID and label for 'search'
+ command
+- `8cb74c4 <https://github.com/open-power/petitboot/commit/8cb74c4>`__ discover/grub2: expose a struct for grub2 file references
+- `51f7117 <https://github.com/open-power/petitboot/commit/51f7117>`__ discover/grub2: Add parsing code for grub2 file specifiers
+- `9fc2ac6 <https://github.com/open-power/petitboot/commit/9fc2ac6>`__ discover/grub2: add support for grub2-style path specifiers
+ in resources
+- `b224457 <https://github.com/open-power/petitboot/commit/b224457>`__ discover/grub2: Allow (device)/path references in general
+ script usage
+- `a9a9d57 <https://github.com/open-power/petitboot/commit/a9a9d57>`__ discover/grub2: Add a reference from script to parser
+- `2c132eb <https://github.com/open-power/petitboot/commit/2c132eb>`__ discover/grub2: expose internal parse function
+- `9711179 <https://github.com/open-power/petitboot/commit/9711179>`__ discover/grub2: make statements\_execute non-static
+- `967cfa7 <https://github.com/open-power/petitboot/commit/967cfa7>`__ discover/grub2: implement 'source' command
+- `1ef95c2 <https://github.com/open-power/petitboot/commit/1ef95c2>`__ test/parser: Add test for recent RHCOS grub2 config
+- `057dce2 <https://github.com/open-power/petitboot/commit/057dce2>`__ test/parser: Add RHEL8 grub config test
+- `6ee9cbc <https://github.com/open-power/petitboot/commit/6ee9cbc>`__ lib/pb-protocol: fix ordering of system info length
+ calculation
+- `b2e5a7b <https://github.com/open-power/petitboot/commit/b2e5a7b>`__ lib/types: consolidate struct system\_info layout with
+ serialised version
+- `aa2d71a <https://github.com/open-power/petitboot/commit/aa2d71a>`__ protocol,types: Add secure & trusted boot state to system
+ info
+- `05d9b9b <https://github.com/open-power/petitboot/commit/05d9b9b>`__ discover/powerpc: detect secureboot enforcing mode
+- `e9340b7 <https://github.com/open-power/petitboot/commit/e9340b7>`__ ui/ncurses: Add secure & trusted boot status
+- `2f6259d <https://github.com/open-power/petitboot/commit/2f6259d>`__ discover/boot: add support for ``kexec -s`` for
+ kexec\_file\_load
+- `059cc51 <https://github.com/open-power/petitboot/commit/059cc51>`__ discover/boot: unify verification failure messages
+- `9383652 <https://github.com/open-power/petitboot/commit/9383652>`__ Remove unused 's' file
+- `9cf513f <https://github.com/open-power/petitboot/commit/9cf513f>`__ docker: build petitboot outside of the source dir
+- `0ed84c0 <https://github.com/open-power/petitboot/commit/0ed84c0>`__ test/parser: Add rhel8 test data to check\_DATA
+
+Maxim Polyakov (5):
+
+- `43813e6 <https://github.com/open-power/petitboot/commit/43813e6>`__ discover/platform-powerpc: add missing mbox block selector
+- `1088a8a <https://github.com/open-power/petitboot/commit/1088a8a>`__ discover/platform-powerpc: limit mailbox response size
+- `5f8321e <https://github.com/open-power/petitboot/commit/5f8321e>`__ discover/platform-powerpc: return the actual mailbox size
+- `eb027e7 <https://github.com/open-power/petitboot/commit/eb027e7>`__ discover/platform-powerpc: add mailbox message structure
+- `3c818a2 <https://github.com/open-power/petitboot/commit/3c818a2>`__ discover/platform-powerpc: don't copy IANA from mbox to
+ buffer
+
+Maxiwell S. Garcia (4):
+
+- `827a7af <https://github.com/open-power/petitboot/commit/827a7af>`__ configure: Add libelf as a requirement
+- `0c07402 <https://github.com/open-power/petitboot/commit/0c07402>`__ discover: Add helper functions to read ELF notes
+- `3513c7f <https://github.com/open-power/petitboot/commit/3513c7f>`__ ui/ncurses: Add preboot check option in the config screen
+- `7b108df <https://github.com/open-power/petitboot/commit/7b108df>`__ discover: Check if the kernel image has Ultravisor support
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Nickolaus Gruendler (1):
+
+- `5b3fbca <https://github.com/open-power/romulus-xml/commit/5b3fbca>`__ Update to ATTR\_MSS\_VPD\_MR\_DPHY\_RLO for 2400 speed
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (5):
+
+- `70858c2e <https://github.com/open-power/sbe/commit/70858c2e>`__ temporary mc inits to enable wider team
+- `51a69f51 <https://github.com/open-power/sbe/commit/51a69f51>`__ Move to long term CLSCOM workaround
+- `38af071c <https://github.com/open-power/sbe/commit/38af071c>`__ Axone setup changes to disable bumpy toothpaste workaround
+- `94f9bc2a <https://github.com/open-power/sbe/commit/94f9bc2a>`__ Axone Gemini MDI issue workaround
+- `3225e80a <https://github.com/open-power/sbe/commit/3225e80a>`__ Axone int updates
+
+Alvin Wang (13):
+
+- `518a1b2f <https://github.com/open-power/sbe/commit/518a1b2f>`__ Adds exp\_draminit\_mc
+- `9f94a4f1 <https://github.com/open-power/sbe/commit/9f94a4f1>`__ Reinstates exp\_draminit\_mc with change\_addr\_mux\_sel fix
+- `a19089ef <https://github.com/open-power/sbe/commit/a19089ef>`__ Move MCBIST lib to generic folder
+- `37a8bf54 <https://github.com/open-power/sbe/commit/37a8bf54>`__ Move the mcbist lab library to generic folder
+- `73c86947 <https://github.com/open-power/sbe/commit/73c86947>`__ Move power\_thermal lib to generic
+- `2932b6fa <https://github.com/open-power/sbe/commit/2932b6fa>`__ Update setup\_fw\_boot\_config() to read out actual values from
+ attributes
+- `180d29ec <https://github.com/open-power/sbe/commit/180d29ec>`__ Adds exp\_draminit\_mc
+- `d48d771b <https://github.com/open-power/sbe/commit/d48d771b>`__ Reinstates exp\_draminit\_mc with change\_addr\_mux\_sel fix
+- `eb69df41 <https://github.com/open-power/sbe/commit/eb69df41>`__ Move MCBIST lib to generic folder
+- `54d02bc2 <https://github.com/open-power/sbe/commit/54d02bc2>`__ Move power\_thermal lib to generic
+- `cee5767f <https://github.com/open-power/sbe/commit/cee5767f>`__ Move the mcbist lab library to generic folder
+- `61979222 <https://github.com/open-power/sbe/commit/61979222>`__ Adds empty files for exp\_draminit\_mc and p9a\_omi\_train
+- `0bb6050f <https://github.com/open-power/sbe/commit/0bb6050f>`__ Adds p9a\_omi\_train procedure(START)
+
+Andre A. Marin (10):
+
+- `e1257e44 <https://github.com/open-power/sbe/commit/e1257e44>`__ Fix c\_str and pos DIMM specialization
+- `20805cd4 <https://github.com/open-power/sbe/commit/20805cd4>`__ Add mem\_size and misc attrs, unit tests enable
+- `a17eb3a5 <https://github.com/open-power/sbe/commit/a17eb3a5>`__ Fix c\_str and pos DIMM specialization
+- `253e6fcf <https://github.com/open-power/sbe/commit/253e6fcf>`__ Add mem\_size and misc attrs, unit tests enable
+- `d6698496 <https://github.com/open-power/sbe/commit/d6698496>`__ Clean up PPE character format and target
+- `0a776030 <https://github.com/open-power/sbe/commit/0a776030>`__ Add unit tests for mss field\_t and macro def
+- `2dd4b6bd <https://github.com/open-power/sbe/commit/2dd4b6bd>`__ Add bounds check API to generic\_check library
+- `ebcc0c09 <https://github.com/open-power/sbe/commit/ebcc0c09>`__ Add supported\_rcd attribute from SPD + tests
+- `81d3ad9c <https://github.com/open-power/sbe/commit/81d3ad9c>`__ Update index\_within\_bounds() API
+- `ceefc24e <https://github.com/open-power/sbe/commit/ceefc24e>`__ Add explorer rc response to eff\_config
+
+Andre Marin (37):
+
+- `730e7a76 <https://github.com/open-power/sbe/commit/730e7a76>`__ Add empty files for refactored SPD read API
+- `71405bb5 <https://github.com/open-power/sbe/commit/71405bb5>`__ Add SPD reader and traits DDR4 def
+- `6a0ab353 <https://github.com/open-power/sbe/commit/6a0ab353>`__ Add empty explorer "check\_for\_ready" procedure files
+- `d3a9c6e7 <https://github.com/open-power/sbe/commit/d3a9c6e7>`__ Add empty memory explorer error XML
+- `08f9043a <https://github.com/open-power/sbe/commit/08f9043a>`__ Add empty mss\_byte.H and mss\_generic\_check to ease HB
+ mirroring
+- `35af1e35 <https://github.com/open-power/sbe/commit/35af1e35>`__ Remove Nimbus dependencies from the SPD decoder
+- `50a5bf7b <https://github.com/open-power/sbe/commit/50a5bf7b>`__ Add emtpy exp\_i2c\_fields.H file for mirroring
+- `e454167d <https://github.com/open-power/sbe/commit/e454167d>`__ Generalize byte reading from SPD reading, for exp i2c reuse
+- `adc384e6 <https://github.com/open-power/sbe/commit/adc384e6>`__ Added I2C fields, EXP\_FW\_STATUS API
+- `2d3e83ab <https://github.com/open-power/sbe/commit/2d3e83ab>`__ Implement exp\_check\_for\_ready
+- `09a9a40d <https://github.com/open-power/sbe/commit/09a9a40d>`__ Initial mss\_field endian modification
+- `e66830b6 <https://github.com/open-power/sbe/commit/e66830b6>`__ Add exp\_draminit and fix data\_structs constants
+- `0f8b9522 <https://github.com/open-power/sbe/commit/0f8b9522>`__ Add L1 for p9a\_mss\_bulk\_pwr\_throttles and
+ p9a\_mss\_utils\_to\_throttle
+- `4338c9db <https://github.com/open-power/sbe/commit/4338c9db>`__ Generalize set fields in pre\_data\_init
+- `63dc7cda <https://github.com/open-power/sbe/commit/63dc7cda>`__ Add SPD DDIMM DDR4 module except for PMIC fields
+- `2edbcc69 <https://github.com/open-power/sbe/commit/2edbcc69>`__ Add attribute engine algorithm for eff\_config and
+ pre\_eff\_config
+- `052f732f <https://github.com/open-power/sbe/commit/052f732f>`__ Fix HB error with -Os compile flag due to eff\_config
+- `3366f35e <https://github.com/open-power/sbe/commit/3366f35e>`__ Add missing attributes needed to be set for generic mss\_kind
+- `bbbee5d9 <https://github.com/open-power/sbe/commit/bbbee5d9>`__ Add empty files for refactored SPD read API
+- `c4942627 <https://github.com/open-power/sbe/commit/c4942627>`__ Add SPD reader and traits DDR4 def
+- `4c69aba1 <https://github.com/open-power/sbe/commit/4c69aba1>`__ Add empty explorer "check\_for\_ready" procedure files
+- `646a51c8 <https://github.com/open-power/sbe/commit/646a51c8>`__ Add empty memory explorer error XML
+- `119f2896 <https://github.com/open-power/sbe/commit/119f2896>`__ Add empty mss\_byte.H and mss\_generic\_check to ease HB
+ mirroring
+- `59a5245f <https://github.com/open-power/sbe/commit/59a5245f>`__ Remove Nimbus dependencies from the SPD decoder
+- `c0f3e0a8 <https://github.com/open-power/sbe/commit/c0f3e0a8>`__ Add emtpy exp\_i2c\_fields.H file for mirroring
+- `d74733f0 <https://github.com/open-power/sbe/commit/d74733f0>`__ Generalize byte reading from SPD reading, for exp i2c reuse
+- `17441d0b <https://github.com/open-power/sbe/commit/17441d0b>`__ Added I2C fields, EXP\_FW\_STATUS API
+- `f52536b5 <https://github.com/open-power/sbe/commit/f52536b5>`__ Implement exp\_check\_for\_ready
+- `ad9f7963 <https://github.com/open-power/sbe/commit/ad9f7963>`__ Initial mss\_field endian modification
+- `82fbc51a <https://github.com/open-power/sbe/commit/82fbc51a>`__ Add exp\_draminit and fix data\_structs constants
+- `0248d119 <https://github.com/open-power/sbe/commit/0248d119>`__ Generalize set fields in pre\_data\_init
+- `13e163d1 <https://github.com/open-power/sbe/commit/13e163d1>`__ Add SPD DDIMM DDR4 module except for PMIC fields
+- `0f79843b <https://github.com/open-power/sbe/commit/0f79843b>`__ Add L1 for p9a\_mss\_bulk\_pwr\_throttles and
+ p9a\_mss\_utils\_to\_throttle
+- `0a037363 <https://github.com/open-power/sbe/commit/0a037363>`__ Add attribute engine algorithm for eff\_config and
+ pre\_eff\_config
+- `ab24d311 <https://github.com/open-power/sbe/commit/ab24d311>`__ Fix HB error with -Os compile flag due to eff\_config
+- `d2f662b2 <https://github.com/open-power/sbe/commit/d2f662b2>`__ Add missing attributes needed to be set for generic mss\_kind
+- `1e5e13ce <https://github.com/open-power/sbe/commit/1e5e13ce>`__ Clean up for p10 porting dependency errors
+
+Ben Gass (6):
+
+- `0a616016 <https://github.com/open-power/sbe/commit/0a616016>`__ Adding p9a\_get/put\_mmio and explorer\_inband
+- `3c6ffc5b <https://github.com/open-power/sbe/commit/3c6ffc5b>`__ Update cmd/rsp endian handling in exp\_inband
+- `201278b9 <https://github.com/open-power/sbe/commit/201278b9>`__ Adding p9a\_get/put\_mmio and explorer\_inband
+- `52715d66 <https://github.com/open-power/sbe/commit/52715d66>`__ Update cmd/rsp endian handling in exp\_inband
+- `db05b035 <https://github.com/open-power/sbe/commit/db05b035>`__ Adding Axone register header files.
+- `dfae3a84 <https://github.com/open-power/sbe/commit/dfae3a84>`__ Update p9\_mss\_eff\_grouping for Axone support
+
+Bradley Pepper (1):
+
+- `547f0a27 <https://github.com/open-power/sbe/commit/547f0a27>`__ Adds plug rule for dependent DIMM slots on Swift
+
+Chris Steffen (1):
+
+- `6d59ceee <https://github.com/open-power/sbe/commit/6d59ceee>`__ P9A Tx Fifo Init + Init Settings Update
+
+Christian Geddes (13):
+
+- `5df3896a <https://github.com/open-power/sbe/commit/5df3896a>`__ Add exp\_i2c\_scom driver that will be consumed by HB/SBE
+ platforms
+- `4da70777 <https://github.com/open-power/sbe/commit/4da70777>`__ Add forceBE option to endian\_utils.H
+- `07684ec0 <https://github.com/open-power/sbe/commit/07684ec0>`__ Update i2c driver for OCMB chip
+- `117e3fb9 <https://github.com/open-power/sbe/commit/117e3fb9>`__ Make some FAPI\_INF traces that are spamming FW logs into
+ FAPI\_DBG
+- `226899a2 <https://github.com/open-power/sbe/commit/226899a2>`__ Add exp\_i2c\_scom driver that will be consumed by HB/SBE
+ platforms
+- `f8a9eff2 <https://github.com/open-power/sbe/commit/f8a9eff2>`__ Add forceBE option to endian\_utils.H
+- `c3b35f40 <https://github.com/open-power/sbe/commit/c3b35f40>`__ Update i2c driver for OCMB chip
+- `bfe4eb7d <https://github.com/open-power/sbe/commit/bfe4eb7d>`__ Make some FAPI\_INF traces that are spamming FW logs into
+ FAPI\_DBG
+- `aa9068ab <https://github.com/open-power/sbe/commit/aa9068ab>`__ Account for OMI technology in initial mcs setup for Axone
+- `793283f0 <https://github.com/open-power/sbe/commit/793283f0>`__ Update ocmb i2c driver to send address in read command sequence
+- `50895b93 <https://github.com/open-power/sbe/commit/50895b93>`__ Introduce exp\_getidec HWP
+- `60330e0e <https://github.com/open-power/sbe/commit/60330e0e>`__ Add "Not Wired" option for OPTICS\_CONFIG\_MODE attrs
+- `13627efc <https://github.com/open-power/sbe/commit/13627efc>`__ Add exp\_i2c\_scom driver that will be consumed by HB/SBE
+ platforms
+
+Dan Crowell (5):
+
+- `0209c872 <https://github.com/open-power/sbe/commit/0209c872>`__ Update Explorer FW Command IDs
+- `aa5c5ff1 <https://github.com/open-power/sbe/commit/aa5c5ff1>`__ Update Explorer FW Command IDs
+- `3624a993 <https://github.com/open-power/sbe/commit/3624a993>`__ Add Axone comment to grouping attribute
+- `2b61547b <https://github.com/open-power/sbe/commit/2b61547b>`__ Enable rolling counter and verification of req id for Explorer
+- `512f9246 <https://github.com/open-power/sbe/commit/512f9246>`__ Adjust idec algorithm for Explorer B.0 format
+
+Dean Sanner (1):
+
+- `c05bb41d <https://github.com/open-power/sbe/commit/c05bb41d>`__ Run LPC Init to clean up errors on MPIPL
+
+Devon Baughen (1):
+
+- `c6c08ec5 <https://github.com/open-power/sbe/commit/c6c08ec5>`__ add function to turn on adaptation in bootconfig
+
+Emmanuel Sacristan (1):
+
+- `debfec25 <https://github.com/open-power/sbe/commit/debfec25>`__ adding iss 768 init for p9 behaviour in nmmu
+
+Evan Lojewski (2):
+
+- `e9924f12 <https://github.com/open-power/sbe/commit/e9924f12>`__ Update to allow DDR4-SORDIMM modules to be used [3].
+- `caacd24f <https://github.com/open-power/sbe/commit/caacd24f>`__ Update to allow DDR4-SORDIMM modules to be used [3].
+
+Glenn Miles (3):
+
+- `d3157de4 <https://github.com/open-power/sbe/commit/d3157de4>`__ Add procedures for updating explorer firmware image
+- `a6a2279a <https://github.com/open-power/sbe/commit/a6a2279a>`__ Add procedures for updating explorer firmware image
+- `d266398f <https://github.com/open-power/sbe/commit/d266398f>`__ Add HWP for entering Explorer TWI mode
+
+Greg Still (1):
+
+- `78fb7838 <https://github.com/open-power/sbe/commit/78fb7838>`__ PM Suspend: add halting of OCC GPEs
+
+Jennifer A. Stofer (2):
+
+- `1a12dc03 <https://github.com/open-power/sbe/commit/1a12dc03>`__ Revert "Adds exp\_draminit\_mc"
+- `af190d18 <https://github.com/open-power/sbe/commit/af190d18>`__ Revert "Adds exp\_draminit\_mc"
+
+Jenny Huynh (2):
+
+- `909eb261 <https://github.com/open-power/sbe/commit/909eb261>`__ Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ ADD1.0+
+- `ca5cbf31 <https://github.com/open-power/sbe/commit/ca5cbf31>`__ Add slbv, slbe extraction to p9\_ram\_core procedure
+
+Joachim Fenkes (1):
+
+- `ace80025 <https://github.com/open-power/sbe/commit/ace80025>`__ Streamline the way PIB/NET are initialized between SBE and
+ Cronus
+
+Joe McGill (1):
+
+- `bd520255 <https://github.com/open-power/sbe/commit/bd520255>`__ p9\_proc\_gettracearray -- updates for Axone
+
+Li Meng (2):
+
+- `5890dd91 <https://github.com/open-power/sbe/commit/5890dd91>`__ Creates LRDIMM mrep/dwl calibration recorder class
+- `c700a05f <https://github.com/open-power/sbe/commit/c700a05f>`__ Creates LRDIMM mrep/dwl calibration recorder class
+
+Louis Stermole (27):
+
+- `5b8210bf <https://github.com/open-power/sbe/commit/5b8210bf>`__ Fix polling timeouts for exp\_omi\_train and
+ exp\_check\_for\_ready
+- `1cb0d8de <https://github.com/open-power/sbe/commit/1cb0d8de>`__ Move MSS volt attr setters to generic folder
+- `352d99be <https://github.com/open-power/sbe/commit/352d99be>`__ Add p9a\_mss\_volt procedure
+- `b6f6fb58 <https://github.com/open-power/sbe/commit/b6f6fb58>`__ Add p9a version of eff\_memory\_size API
+- `303dd8b9 <https://github.com/open-power/sbe/commit/303dd8b9>`__ Add retry of EXP\_FW\_STATUS when status is FW\_BUSY
+- `7ef569b0 <https://github.com/open-power/sbe/commit/7ef569b0>`__ Add check for BOOT\_STAGE == runtime fw in
+ exp\_check\_for\_ready
+- `5c3f1d99 <https://github.com/open-power/sbe/commit/5c3f1d99>`__ Fix polling timeouts for exp\_omi\_train and
+ exp\_check\_for\_ready
+- `95d92195 <https://github.com/open-power/sbe/commit/95d92195>`__ Fix duplicate symbol errors from DEFAULT\_MC\_TYPE
+- `cd9a1a6c <https://github.com/open-power/sbe/commit/cd9a1a6c>`__ Add p9a\_mss\_freq procedure
+- `25f753d8 <https://github.com/open-power/sbe/commit/25f753d8>`__ Update exp\_omi\_train for testing
+- `e9cd754f <https://github.com/open-power/sbe/commit/e9cd754f>`__ Add missing timing attrs to p9a\_eff\_config
+- `aab9c442 <https://github.com/open-power/sbe/commit/aab9c442>`__ Move MSS volt attr setters to generic folder
+- `c7096f6f <https://github.com/open-power/sbe/commit/c7096f6f>`__ Add p9a\_mss\_volt procedure
+- `4ccbdb85 <https://github.com/open-power/sbe/commit/4ccbdb85>`__ Add p9a version of eff\_memory\_size API
+- `82ad5ef7 <https://github.com/open-power/sbe/commit/82ad5ef7>`__ Fix duplicate symbol errors from DEFAULT\_MC\_TYPE
+- `55554d3a <https://github.com/open-power/sbe/commit/55554d3a>`__ Add p9a\_mss\_freq procedure
+- `851a68c4 <https://github.com/open-power/sbe/commit/851a68c4>`__ Add debug params to exp\_check\_for\_ready\_wrap
+- `fee0ceed <https://github.com/open-power/sbe/commit/fee0ceed>`__ Update exp\_omi\_train for testing
+- `713899e8 <https://github.com/open-power/sbe/commit/713899e8>`__ Add retry of EXP\_FW\_STATUS when status is FW\_BUSY
+- `56c9d506 <https://github.com/open-power/sbe/commit/56c9d506>`__ Add check for BOOT\_STAGE == runtime fw in
+ exp\_check\_for\_ready
+- `21be781f <https://github.com/open-power/sbe/commit/21be781f>`__ Add missing timing attrs to p9a\_eff\_config
+- `03efd459 <https://github.com/open-power/sbe/commit/03efd459>`__ Fix polling timeouts for exp\_omi\_train and
+ exp\_check\_for\_ready
+- `9a430ddf <https://github.com/open-power/sbe/commit/9a430ddf>`__ Updates to Explorer FW upload tools
+- `8b06b5c1 <https://github.com/open-power/sbe/commit/8b06b5c1>`__ Add deconfigure of memory port if mss\_freq can't find consensus
+ freq
+- `6cad7d02 <https://github.com/open-power/sbe/commit/6cad7d02>`__ Add Axone FIR unmasking after p9\_chiplet\_scominit
+- `c318ab00 <https://github.com/open-power/sbe/commit/c318ab00>`__ Add unmask\_after\_exp\_omi\_setup and FIR checks
+- `2f535c87 <https://github.com/open-power/sbe/commit/2f535c87>`__ Add unmasks for REG1 and REG2 versions of OMI\_FIR for Axone
+
+Luis Fernandez (1):
+
+- `9acbf9f3 <https://github.com/open-power/sbe/commit/9acbf9f3>`__ HB Implement Static Analysis with cppcheck
+
+Mark Pizzutillo (24):
+
+- `c130fb5d <https://github.com/open-power/sbe/commit/c130fb5d>`__ Added code for exp\_getecid and unit tests
+- `1d80cb57 <https://github.com/open-power/sbe/commit/1d80cb57>`__ Fix exp\_getecid register accesses
+- `9ca91c9e <https://github.com/open-power/sbe/commit/9ca91c9e>`__ Add API for axone p10 dimm rank
+- `b06099df <https://github.com/open-power/sbe/commit/b06099df>`__ Add PMIC enable procedure code and UTs
+- `745d8711 <https://github.com/open-power/sbe/commit/745d8711>`__ Fix exp\_draminit phy\_params
+- `c257cb57 <https://github.com/open-power/sbe/commit/c257cb57>`__ Added code for exp\_getecid and unit tests
+- `f68b0a02 <https://github.com/open-power/sbe/commit/f68b0a02>`__ Add API for axone p10 dimm rank
+- `68e02713 <https://github.com/open-power/sbe/commit/68e02713>`__ Fix exp\_getecid register accesses
+- `72a62b5a <https://github.com/open-power/sbe/commit/72a62b5a>`__ Add PMIC enable procedure code and UTs
+- `39a198fb <https://github.com/open-power/sbe/commit/39a198fb>`__ Fix exp\_draminit phy\_params
+- `34778bc0 <https://github.com/open-power/sbe/commit/34778bc0>`__ Add PRBS training sequence to exp\_omi\_setup
+- `be05ce9e <https://github.com/open-power/sbe/commit/be05ce9e>`__ Create workaround for gemini MENTERP register bug
+- `71852bfe <https://github.com/open-power/sbe/commit/71852bfe>`__ Add workaround for gemini OMI config settings
+- `9346ae92 <https://github.com/open-power/sbe/commit/9346ae92>`__ Add code and workarounds for \*\_omi\_setup and \*\_omi\_train
+ for Swift
+- `27423190 <https://github.com/open-power/sbe/commit/27423190>`__ Update exp\_draminit results display for new response structs
+- `2938d54f <https://github.com/open-power/sbe/commit/2938d54f>`__ Add assert for RSP extended data buffer size in exp\_draminit
+- `c2b97f24 <https://github.com/open-power/sbe/commit/c2b97f24>`__ Add MCBIST infinite tests
+- `e1637c7d <https://github.com/open-power/sbe/commit/e1637c7d>`__ Add asserts for invalid states of enterprise & half dimm mode
+- `5f7d221a <https://github.com/open-power/sbe/commit/5f7d221a>`__ Add new DDIMM spd version 0\_3 and update UTs
+- `2132642e <https://github.com/open-power/sbe/commit/2132642e>`__ Add TARGET\_TYPE\_GENERICI2CSLAVE and relevant attributes
+- `972885f1 <https://github.com/open-power/sbe/commit/972885f1>`__ Add attribute for SPD\_REVISION (byte 1)
+- `b72e88b9 <https://github.com/open-power/sbe/commit/b72e88b9>`__ Refactor PMIC attributes to be at OCMB level
+- `7247b205 <https://github.com/open-power/sbe/commit/7247b205>`__ Add SPD, ATTR, and code support for thermal sensor fields
+- `2d51dbbb <https://github.com/open-power/sbe/commit/2d51dbbb>`__ Update RAS DQ Inject tool with new MCHP squence
+
+Marty E. Plummer (6):
+
+- `629327db <https://github.com/open-power/sbe/commit/629327db>`__ updateBuildTag: convert proc.stdout.read() to str.
+- `1ccc5eff <https://github.com/open-power/sbe/commit/1ccc5eff>`__ sbeCompression: add a python3 compatible fallback
+- `04a2b51f <https://github.com/open-power/sbe/commit/04a2b51f>`__ sbeCompression: use floor division
+- `e7dccb09 <https://github.com/open-power/sbe/commit/e7dccb09>`__ securityRegListGen: use io.open and read in text mode.
+- `2615d39b <https://github.com/open-power/sbe/commit/2615d39b>`__ parsAndCutElf: convert line to str
+- `e0e6c72e <https://github.com/open-power/sbe/commit/e0e6c72e>`__ treewide: use print function instead of statement
+
+Matt Derksen (1):
+
+- `245b9cef <https://github.com/open-power/sbe/commit/245b9cef>`__ Support EXP\_FW\_LOG command to get Explorer FW logs
+
+Matthew Hickman (2):
+
+- `c4bf31c0 <https://github.com/open-power/sbe/commit/c4bf31c0>`__ Ported ecc engine to generic
+- `f811ed4a <https://github.com/open-power/sbe/commit/f811ed4a>`__ Ported ecc engine to generic
+
+Murulidhar Nataraju (3):
+
+- `462aea8b <https://github.com/open-power/sbe/commit/462aea8b>`__ Update the Simics release path
+- `98d8d616 <https://github.com/open-power/sbe/commit/98d8d616>`__ Update EnterMPIPL to collect architected dumps and
+- `099e7402 <https://github.com/open-power/sbe/commit/099e7402>`__ MPIPL:SW485350
+
+Nico Fajardo (3):
+
+- `2e2e7ec7 <https://github.com/open-power/sbe/commit/2e2e7ec7>`__ Add FAPI\_ASSERT for unsupported SPD rank in RTT fetch
+- `f95319e0 <https://github.com/open-power/sbe/commit/f95319e0>`__ Adding after\_p9a\_omi\_init.C and p9a-specific fir traits
+- `e6cfaaee <https://github.com/open-power/sbe/commit/e6cfaaee>`__ exp draminit & draminit\_mc phase 3 update for PRD logging
+
+Prasad Bg Ranganath (1):
+
+- `c58e8fd0 <https://github.com/open-power/sbe/commit/c58e8fd0>`__ PM:Fix bug in quad poweroff procedure
+
+Prem Shanker Jha (1):
+
+- `b05b7eb2 <https://github.com/open-power/sbe/commit/b05b7eb2>`__ PM: Modified FFDC to avoid corruption of RC in error path.
+
+Rahul Batra (1):
+
+- `49f59681 <https://github.com/open-power/sbe/commit/49f59681>`__ PM: Fix DB0 Hang
+
+Raja Das (6):
+
+- `8ee58f3e <https://github.com/open-power/sbe/commit/8ee58f3e>`__ Removed FlushNVDIMM from MPIPL Path
+- `7d3fabc4 <https://github.com/open-power/sbe/commit/7d3fabc4>`__ Updated the pibmem length for Axone in sbe-debug.py
+- `8fe7586c <https://github.com/open-power/sbe/commit/8fe7586c>`__ Updated backing build
+- `1120e327 <https://github.com/open-power/sbe/commit/1120e327>`__ Updated backing build
+- `1d411055 <https://github.com/open-power/sbe/commit/1d411055>`__ Optimized the Control Instruction Chip-op
+- `230eeb0e <https://github.com/open-power/sbe/commit/230eeb0e>`__ Updated backing build in customrc
+
+Ryan Black (1):
+
+- `166b70c6 <https://github.com/open-power/sbe/commit/166b70c6>`__ set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ buffer
+ read data.
+
+Ryan King (2):
+
+- `2ce7e143 <https://github.com/open-power/sbe/commit/2ce7e143>`__ Add sensor cache read as an explorer inband command
+- `e9fa3aa1 <https://github.com/open-power/sbe/commit/e9fa3aa1>`__ Add sensor cache read as an explorer inband command
+
+Sharath Manjunath (4):
+
+- `2e5302df <https://github.com/open-power/sbe/commit/2e5302df>`__ Update exp\_draminit to read values from attributes
+- `91c77b9f <https://github.com/open-power/sbe/commit/91c77b9f>`__ Add exp\_thermal\_init for Explorer FW
+- `d35148fa <https://github.com/open-power/sbe/commit/d35148fa>`__ Update exp\_draminit to read values from attributes
+- `b44d7913 <https://github.com/open-power/sbe/commit/b44d7913>`__ Add exp\_thermal\_init for Explorer FW
+
+Sheng-Hao Huang (1):
+
+- `26de8811 <https://github.com/open-power/sbe/commit/26de8811>`__ for defect number HW476620
+
+Sneha Kadam (1):
+
+- `4181f3d4 <https://github.com/open-power/sbe/commit/4181f3d4>`__ Renamed MCBIST subtest to clarify the test
+
+Stephen Glancy (42):
+
+- `2198e3d3 <https://github.com/open-power/sbe/commit/2198e3d3>`__ Adds Explorer OMI setup - step 12.8a
+- `9c255556 <https://github.com/open-power/sbe/commit/9c255556>`__ Moves conversions to be in the generic code space
+- `1b311f24 <https://github.com/open-power/sbe/commit/1b311f24>`__ Moves generic xml directories to be in generic/procedures
+- `8ece46a5 <https://github.com/open-power/sbe/commit/8ece46a5>`__ Adds explorer OMI training code
+- `7e7b430a <https://github.com/open-power/sbe/commit/7e7b430a>`__ Moves CAS latency algorithm to generic folder
+- `d51e3d14 <https://github.com/open-power/sbe/commit/d51e3d14>`__ Moves sync code to generic folder
+- `1f492888 <https://github.com/open-power/sbe/commit/1f492888>`__ Moves set bad bitmap into generic
+- `41a5e258 <https://github.com/open-power/sbe/commit/41a5e258>`__ Moves blame a FIR API to generic
+- `1fac7c34 <https://github.com/open-power/sbe/commit/1fac7c34>`__ Adds explorer post-draminit bad bits processing
+- `5d6711c6 <https://github.com/open-power/sbe/commit/5d6711c6>`__ Updates the LRDIMM to use SPD SI values
+- `234734a3 <https://github.com/open-power/sbe/commit/234734a3>`__ Adds explorer training response display functions
+- `8a98c662 <https://github.com/open-power/sbe/commit/8a98c662>`__ Fixes MCBIST compile fails
+- `a3d5f865 <https://github.com/open-power/sbe/commit/a3d5f865>`__ Adds DDIMM EFD decoder API
+- `ba55b796 <https://github.com/open-power/sbe/commit/ba55b796>`__ Adds process training response to exp draminit
+- `4ece76d0 <https://github.com/open-power/sbe/commit/4ece76d0>`__ Adds explorer CCS specialization
+- `0425da34 <https://github.com/open-power/sbe/commit/0425da34>`__ Adds EFD decode updates for 07MAY19 spec updates
+- `98807cd3 <https://github.com/open-power/sbe/commit/98807cd3>`__ Fixes FFDC for files moved to generic
+- `9ea40719 <https://github.com/open-power/sbe/commit/9ea40719>`__ Adds new attributes for 07MAY19 explorer specification
+- `5fb7dbd2 <https://github.com/open-power/sbe/commit/5fb7dbd2>`__ Adds Explorer OMI setup - step 12.8a
+- `856ef301 <https://github.com/open-power/sbe/commit/856ef301>`__ Moves conversions to be in the generic code space
+- `e5d4f0e7 <https://github.com/open-power/sbe/commit/e5d4f0e7>`__ Moves generic xml directories to be in generic/procedures
+- `dbef65eb <https://github.com/open-power/sbe/commit/dbef65eb>`__ Adds explorer OMI training code
+- `603999f3 <https://github.com/open-power/sbe/commit/603999f3>`__ Moves CAS latency algorithm to generic folder
+- `8fb1ba1e <https://github.com/open-power/sbe/commit/8fb1ba1e>`__ Moves sync code to generic folder
+- `92b5c676 <https://github.com/open-power/sbe/commit/92b5c676>`__ Adds DDIMM EFD decoder API
+- `337abf1d <https://github.com/open-power/sbe/commit/337abf1d>`__ Moves set bad bitmap into generic
+- `4d5e0e5b <https://github.com/open-power/sbe/commit/4d5e0e5b>`__ Adds process training response to exp draminit
+- `d5d815fe <https://github.com/open-power/sbe/commit/d5d815fe>`__ Moves blame a FIR API to generic
+- `9f315343 <https://github.com/open-power/sbe/commit/9f315343>`__ Adds explorer post-draminit bad bits processing
+- `8628f61e <https://github.com/open-power/sbe/commit/8628f61e>`__ Updates the LRDIMM to use SPD SI values
+- `135ec660 <https://github.com/open-power/sbe/commit/135ec660>`__ Adds explorer training response display functions
+- `33da4f84 <https://github.com/open-power/sbe/commit/33da4f84>`__ Adds new attributes for 07MAY19 explorer specification
+- `76bddf79 <https://github.com/open-power/sbe/commit/76bddf79>`__ Fixes MCBIST compile fails
+- `f9ce236f <https://github.com/open-power/sbe/commit/f9ce236f>`__ Adds explorer CCS specialization
+- `db6107b7 <https://github.com/open-power/sbe/commit/db6107b7>`__ Adds EFD decode updates for 07MAY19 spec updates
+- `87bb3373 <https://github.com/open-power/sbe/commit/87bb3373>`__ Fixes FFDC for files moved to generic
+- `49aa0e41 <https://github.com/open-power/sbe/commit/49aa0e41>`__ Adds MCBIST beat/byte signature data patterns
+- `05669c55 <https://github.com/open-power/sbe/commit/05669c55>`__ Adds explorer MCBIST address/data traps processing
+- `09fdf35a <https://github.com/open-power/sbe/commit/09fdf35a>`__ Fixes maintenance pattern load bug
+- `8187226a <https://github.com/open-power/sbe/commit/8187226a>`__ Updates exp access delay regs to set delays
+- `056538d3 <https://github.com/open-power/sbe/commit/056538d3>`__ Adds explorer shmoo traits
+- `03fbb688 <https://github.com/open-power/sbe/commit/03fbb688>`__ Fixes explorer accessor bugs
+
+Stewart Smith (1):
+
+- `7c74ddae <https://github.com/open-power/sbe/commit/7c74ddae>`__ Use full UART TX buffer (shave 5s off booting)
+
+Sumit Kumar (1):
+
+- `84c88858 <https://github.com/open-power/sbe/commit/84c88858>`__ Fapi\_Infra:Add new member to structure ErrorInfoCDG
+
+Sunil Kumar (3):
+
+- `b1415469 <https://github.com/open-power/sbe/commit/b1415469>`__ OCMB changes to suit PPE compilation.
+- `be6e9acb <https://github.com/open-power/sbe/commit/be6e9acb>`__ Remove i2cSupport
+- `1921f40c <https://github.com/open-power/sbe/commit/1921f40c>`__ OCMB changes to suit PPE compilation.
+
+Tsung Yeung (1):
+
+- `435e4111 <https://github.com/open-power/sbe/commit/435e4111>`__ Replaces NVDIMM flush sequence with CCS
+
+manichow (1):
+
+- `247a18dc <https://github.com/open-power/sbe/commit/247a18dc>`__ Quiesce procedure for NPU serving openCapi links
+
+vinaybs6 (2):
+
+- `54d447a8 <https://github.com/open-power/sbe/commit/54d447a8>`__ Updating the customrc file
+- `54f3205f <https://github.com/open-power/sbe/commit/54f3205f>`__ Setting the HRMOR value for OPAL based systems.
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Aaron Sawdey (1):
+
+- `f1234170 <https://github.com/open-power/skiboot/commit/f1234170>`__ external/mambo: support mambo COW mode for PMEM disk
+
+Alexey Kardashevskiy (3):
+
+- `2a0455ba <https://github.com/open-power/skiboot/commit/2a0455ba>`__ npu2: Invalidate entire TCE cache if many entries requested
+- `9be9a77a <https://github.com/open-power/skiboot/commit/9be9a77a>`__ npu2: Clear fence on all bricks
+- `08cd61e9 <https://github.com/open-power/skiboot/commit/08cd61e9>`__ phb4: Add PHB options get/set OPAL calls
+
+Alistair Popple (1):
+
+- `518ab49f <https://github.com/open-power/skiboot/commit/518ab49f>`__ skiboot.tcl: Add chip-id to pmem device tree node
+
+Andrew Donnellan (2):
+
+- `e85e2e2b <https://github.com/open-power/skiboot/commit/e85e2e2b>`__ npu2-opencapi: Fix integer promotion bug in LPC allocation
+- `bc72973d <https://github.com/open-power/skiboot/commit/bc72973d>`__ hw/npu2-opencapi: Support multiple LPC devices
+
+Andrew Geissler (1):
+
+- `2554cac8 <https://github.com/open-power/skiboot/commit/2554cac8>`__ Support BMC IPMI heartbeat command
+
+Andrew Jeffery (10):
+
+- `e08fee36 <https://github.com/open-power/skiboot/commit/e08fee36>`__ gard: Fix data corruption when clearing single records
+- `8f204c12 <https://github.com/open-power/skiboot/commit/8f204c12>`__ blocklevel: smart\_write: Terminate line for debug output in
+ no-change case
+- `5c935e78 <https://github.com/open-power/skiboot/commit/5c935e78>`__ blocklevel: smart\_write: Rename write buffer
+- `518db2b2 <https://github.com/open-power/skiboot/commit/518db2b2>`__ blocklevel: smart\_write: Rename size variable for clarity
+- `6867bd54 <https://github.com/open-power/skiboot/commit/6867bd54>`__ blocklevel: smart\_write: Avoid indirectly testing formal
+ parameters
+- `bdbbfcac <https://github.com/open-power/skiboot/commit/bdbbfcac>`__ blocklevel: smart\_write: Deny writes intersecting ECC
+ protected regions
+- `aa52f943 <https://github.com/open-power/skiboot/commit/aa52f943>`__ blocklevel: smart\_write: Avoid reuse of formal parameters
+- `a950fd78 <https://github.com/open-power/skiboot/commit/a950fd78>`__ blocklevel: smart\_write: Tidy local variable declarations
+- `96ddf4b5 <https://github.com/open-power/skiboot/commit/96ddf4b5>`__ blocklevel: smart\_write: Fix unaligned writes to ECC
+ partitions
+- `7853fc53 <https://github.com/open-power/skiboot/commit/7853fc53>`__ libflash: ipmi-hiomap: Document error handling strategy in
+ write path
+
+Artem Senichev (1):
+
+- `f9292037 <https://github.com/open-power/skiboot/commit/f9292037>`__ platforms/nicole: Fixup the system VPD EEPROM size
+
+Balamuruhan S (2):
+
+- `61ec8655 <https://github.com/open-power/skiboot/commit/61ec8655>`__ occ-sensor: clean dt properties if sensor is not available
+- `bb0f098c <https://github.com/open-power/skiboot/commit/bb0f098c>`__ chip: enable HOMER/OCC common area region in Qemu emulated
+ PowerNV host
+
+Cédric Le Goater (20):
+
+- `e97391ae <https://github.com/open-power/skiboot/commit/e97391ae>`__ xive: fix return value of opal\_xive\_allocate\_irq()
+- `99557228 <https://github.com/open-power/skiboot/commit/99557228>`__ xive/p9: introduce header files for the registers
+- `75829014 <https://github.com/open-power/skiboot/commit/75829014>`__ xive/p9: minor cleanup of the interface
+- `f9f3bb0a <https://github.com/open-power/skiboot/commit/f9f3bb0a>`__ xive/p9: use MMIO access for VC\_EQC\_CONFIG
+- `0649e551 <https://github.com/open-power/skiboot/commit/0649e551>`__ xive/p9: remove code not using indirect mode
+- `71ad5938 <https://github.com/open-power/skiboot/commit/71ad5938>`__ xive/p9: remove code not using block group mode
+- `1f269bc0 <https://github.com/open-power/skiboot/commit/1f269bc0>`__ xive/p9: remove dead code
+- `a10f1502 <https://github.com/open-power/skiboot/commit/a10f1502>`__ xive/p9: obsolete OPAL\_XIVE\_IRQ\_\*\_VIA\_FW flags
+- `ad7e9a67 <https://github.com/open-power/skiboot/commit/ad7e9a67>`__ xive/p9: obsolete OPAL\_XIVE\_IRQ\_SHIFT\_BUG flags
+- `4f0a5633 <https://github.com/open-power/skiboot/commit/4f0a5633>`__ xive/p9: fix EQ bitmap assignment when allocation fails
+- `f0e2746e <https://github.com/open-power/skiboot/commit/f0e2746e>`__ xive/p9: introduce definitions for priorities
+- `e26a866f <https://github.com/open-power/skiboot/commit/e26a866f>`__ xive/p9: fix silent escalation EQ setup
+- `0118b0a2 <https://github.com/open-power/skiboot/commit/0118b0a2>`__ xive/p9: cleanup all EQs when a VP block is freed.
+- `4f194e77 <https://github.com/open-power/skiboot/commit/4f194e77>`__ xive/p9: remove ACK# setting in the NVT
+- `5d0a4134 <https://github.com/open-power/skiboot/commit/5d0a4134>`__ xive/p9: introduce NVT\_SHIFT
+- `ca46415e <https://github.com/open-power/skiboot/commit/ca46415e>`__ xive/p9: remove XIVE\_INT\_SAFETY\_GAP
+- `2354857f <https://github.com/open-power/skiboot/commit/2354857f>`__ xive/p9: use predefined bitmasks to manipulate EQ addresses
+- `6214cb80 <https://github.com/open-power/skiboot/commit/6214cb80>`__ xive/p9: introduce the ESB magic MMIO offsets
+- `721ef0d0 <https://github.com/open-power/skiboot/commit/721ef0d0>`__ plat/qemu: use "/qemu" device tree node to identify the QEMU
+ platform
+- `d807288d <https://github.com/open-power/skiboot/commit/d807288d>`__ plat/qemu: add a POWER10 platform
+
+Dan Crowell (1):
+
+- `1b638f89 <https://github.com/open-power/skiboot/commit/1b638f89>`__ Updating shared constants for HBRT
+
+Dan Horák (2):
+
+- `1a02a189 <https://github.com/open-power/skiboot/commit/1a02a189>`__ xscom-utils: refer only objects not sources for getscom
+- `53baedfd <https://github.com/open-power/skiboot/commit/53baedfd>`__ gard: fix installation rule
+
+Eric Richter (9):
+
+- `e023d6b9 <https://github.com/open-power/skiboot/commit/e023d6b9>`__ hw/test: include -gcov binaries in clean target
+- `04f0cdb9 <https://github.com/open-power/skiboot/commit/04f0cdb9>`__ doc: add opal secure variable documentation
+- `484bdc5d <https://github.com/open-power/skiboot/commit/484bdc5d>`__ libstb/secvar: add secure variable internal abstraction
+- `bc1f1e44 <https://github.com/open-power/skiboot/commit/bc1f1e44>`__ libstb/secvar: add secvar api implementation
+- `127db3a6 <https://github.com/open-power/skiboot/commit/127db3a6>`__ secvar/test: add rudimentary secvar API unit testing
+- `a55c46d5 <https://github.com/open-power/skiboot/commit/a55c46d5>`__ secvar\_devtree: add generic compatible, and new format
+ device tree property
+- `6cdbf1ad <https://github.com/open-power/skiboot/commit/6cdbf1ad>`__ secvar\_api: check that enqueue\_update writes successfully
+ before returning success
+- `0dfaf110 <https://github.com/open-power/skiboot/commit/0dfaf110>`__ secvar\_main: increase verbosity of the main entrypoint
+- `c2ba08e8 <https://github.com/open-power/skiboot/commit/c2ba08e8>`__ tpm\_i2c\_nuvoton: check TPM vendor id register during probe
+
+Frederic Barrat (26):
+
+- `f6f247a8 <https://github.com/open-power/skiboot/commit/f6f247a8>`__ core/pci: Refactor common paths on slot hotplug
+- `38e51a31 <https://github.com/open-power/skiboot/commit/38e51a31>`__ core/pci: Add missing lock in set\_power\_timer
+- `8bae2376 <https://github.com/open-power/skiboot/commit/8bae2376>`__ core/pci: Use proper phandle during hotplug for PHB slots
+- `30642155 <https://github.com/open-power/skiboot/commit/30642155>`__ core/pci: Train link of PHB slots when hotplugging
+- `94bc2d7a <https://github.com/open-power/skiboot/commit/94bc2d7a>`__ core/pci: Fix scan of devices for opencapi slots
+- `13e1a7e5 <https://github.com/open-power/skiboot/commit/13e1a7e5>`__ npu2-hw-procedures: Move some opencapi PHY settings in
+ one-off init
+- `544ce7ef <https://github.com/open-power/skiboot/commit/544ce7ef>`__ npu2-opencapi: Make sure the PCI slot has the proper ID
+- `fed081dc <https://github.com/open-power/skiboot/commit/fed081dc>`__ npu2-hw-procedures: Fix link retraining on reset
+- `2600cfac <https://github.com/open-power/skiboot/commit/2600cfac>`__ npu2-opencapi: Rework link training timeout
+- `c5db8325 <https://github.com/open-power/skiboot/commit/c5db8325>`__ npu2-opencapi: Tweak fundamental reset sequence
+- `7989d6ed <https://github.com/open-power/skiboot/commit/7989d6ed>`__ npu2-opencapi: Simplify freset states
+- `dbc70aea <https://github.com/open-power/skiboot/commit/dbc70aea>`__ npu2-opencapi: Detect PHY reset errors
+- `40bc636e <https://github.com/open-power/skiboot/commit/40bc636e>`__ npu2-opencapi: Improve error reporting to the OS
+- `6299d3e5 <https://github.com/open-power/skiboot/commit/6299d3e5>`__ npu2-opencapi: Activate PCI hotplug on opencapi slot
+- `9d5faafc <https://github.com/open-power/skiboot/commit/9d5faafc>`__ npu2-opencapi: Handle OPAL\_UNMAP\_PE operation on set\_pe()
+ callback
+- `233e863c <https://github.com/open-power/skiboot/commit/233e863c>`__ npu2-opencapi: Log a warning when resetting a broken device
+- `425340bd <https://github.com/open-power/skiboot/commit/425340bd>`__ platform/mihawk: Detect old system compatible string
+- `da28a664 <https://github.com/open-power/skiboot/commit/da28a664>`__ npu2: Rework phb-index assignments for virtual PHBs
+- `57d43efd <https://github.com/open-power/skiboot/commit/57d43efd>`__ npu3: Don't use the device tree to assign the phb-index of
+ the PHB
+- `bbb4777f <https://github.com/open-power/skiboot/commit/bbb4777f>`__ npu2, npu3: Remove ibm, phb-index property from the NPU dt
+ node
+- `8b9be491 <https://github.com/open-power/skiboot/commit/8b9be491>`__ npu3: Register virtual PHBs with static IDs
+- `09478eae <https://github.com/open-power/skiboot/commit/09478eae>`__ npu2-opencapi: don't fence on masked XSL errors
+- `53408440 <https://github.com/open-power/skiboot/commit/53408440>`__ npu2-opencapi: Don't drive reset signal permanently
+- `9de4f228 <https://github.com/open-power/skiboot/commit/9de4f228>`__ npu2-opencapi: Allow platforms to identify physical slots
+- `59482b92 <https://github.com/open-power/skiboot/commit/59482b92>`__ capp: Add lid definition for P9 DD2.3
+- `e876514b <https://github.com/open-power/skiboot/commit/e876514b>`__ hw/phb4: Tune GPU direct performance on witherspoon in PCI
+ mode
+
+Frédéric Bonnard (1):
+
+- `470ffb5f <https://github.com/open-power/skiboot/commit/470ffb5f>`__ external/common: Use file operation used on x86 for
+ ARCH\_UNKNOWN
+
+Gavin Shan (2):
+
+- `8f33688a <https://github.com/open-power/skiboot/commit/8f33688a>`__ core/pci: Use cached VDID when populating device node
+- `c9c68152 <https://github.com/open-power/skiboot/commit/c9c68152>`__ core/pci: Check PCIe cap version in
+ pci\_disable\_completion\_timeout()
+
+Haren Myneni (1):
+
+- `ad8cdd0f <https://github.com/open-power/skiboot/commit/ad8cdd0f>`__ VAS: Alloc IRQ and port address for each VAS instance
+
+Ilya Kuznetsov (1):
+
+- `dab352ee <https://github.com/open-power/skiboot/commit/dab352ee>`__ pci-slot: Allow to create slot for downstream port of any
+ switch
+
+Jordan Niethe (8):
+
+- `4acb8fe7 <https://github.com/open-power/skiboot/commit/4acb8fe7>`__ core/pci-dt-slots: Remove duplicate PCIDBG() definition
+- `df15dcfc <https://github.com/open-power/skiboot/commit/df15dcfc>`__ pci: Use a macro for accessing PCI BDF Bus Number
+- `f68639c6 <https://github.com/open-power/skiboot/commit/f68639c6>`__ pci: Use a macro for accessing PCI BDF Device Number
+- `e4e2aa9c <https://github.com/open-power/skiboot/commit/e4e2aa9c>`__ pci: Use a macro for accessing PCI BDF Function Number
+- `41f6c806 <https://github.com/open-power/skiboot/commit/41f6c806>`__ hw/phb4: Use standard MIN/MAX macro definitions
+- `851ce56c <https://github.com/open-power/skiboot/commit/851ce56c>`__ ipmi: Use standard MIN() macro definition
+- `a7864968 <https://github.com/open-power/skiboot/commit/a7864968>`__ core/flash: Use pr\_fmt macro for tagging log messages
+- `9f0af279 <https://github.com/open-power/skiboot/commit/9f0af279>`__ ccan: Add CCAN heap license
+
+Joy Chu (3):
+
+- `52952aca <https://github.com/open-power/skiboot/commit/52952aca>`__ platform/mihawk: Add system VPD EEPROM to I2C bus
+- `d6ab89db <https://github.com/open-power/skiboot/commit/d6ab89db>`__ platform/mihawk: add nvme devices slot table
+- `68260957 <https://github.com/open-power/skiboot/commit/68260957>`__ platform/mihawk: support dynamic PCIe slot table
+
+Klaus Heinrich Kiwi (3):
+
+- `99ce1bef <https://github.com/open-power/skiboot/commit/99ce1bef>`__ ibm-fsp/lxvpd: check for upstream port on slot labeling
+- `ab1b05d2 <https://github.com/open-power/skiboot/commit/ab1b05d2>`__ PCI: create optional loc-code platform callback
+- `b8b1ebc1 <https://github.com/open-power/skiboot/commit/b8b1ebc1>`__ core/pci.c: cleanup pci\_add\_loc\_code()
+
+Madhavan Srinivasan (2):
+
+- `7066a9c2 <https://github.com/open-power/skiboot/commit/7066a9c2>`__ hdat/spira: export abc and wxyz bus speeds
+- `37941672 <https://github.com/open-power/skiboot/commit/37941672>`__ hw/imc: Add error message on failing cases for imc\_init
+
+Mahesh Salgaonkar (2):
+
+- `a810d1fe <https://github.com/open-power/skiboot/commit/a810d1fe>`__ IPMI: Trigger OPAL TI in abort path.
+- `53944d45 <https://github.com/open-power/skiboot/commit/53944d45>`__ opal-gard: Add support for new PVR POWER9P.
+
+Mauro S. M. Rodrigues (1):
+
+- `e4113f94 <https://github.com/open-power/skiboot/commit/e4113f94>`__ tpm\_i2c\_nuvoton: fix tpm\_read\_fifo overflow check
+
+Michael Ellerman (1):
+
+- `387ffa75 <https://github.com/open-power/skiboot/commit/387ffa75>`__ mambo: Add more tweakable security flags
+
+Michal Suchanek (1):
+
+- `6080c106 <https://github.com/open-power/skiboot/commit/6080c106>`__ errorlog: Prevent alignment error building with gcc9.
+
+Nicholas Piggin (47):
+
+- `4cf05f35 <https://github.com/open-power/skiboot/commit/4cf05f35>`__ asm/head: set skiboot TOC in interrupt handler entry
+- `a2c9babb <https://github.com/open-power/skiboot/commit/a2c9babb>`__ core/cpu.c: current\_radix\_mode should be initialised to
+ true
+- `6266148e <https://github.com/open-power/skiboot/commit/6266148e>`__ build: use -mcpu=power8
+- `b70e8afd <https://github.com/open-power/skiboot/commit/b70e8afd>`__ core/exceptions.c: rearrange code to allow more interrupt
+ types
+- `9ddc1a6b <https://github.com/open-power/skiboot/commit/9ddc1a6b>`__ core/util: trap based assertions
+- `216433af <https://github.com/open-power/skiboot/commit/216433af>`__ core/util: branch-to-NULL assert for ELFv2 ABI
+- `1785745d <https://github.com/open-power/skiboot/commit/1785745d>`__ core/exceptions.c: do not include handler code in exception
+ backtrace
+- `6b512fce <https://github.com/open-power/skiboot/commit/6b512fce>`__ slw: slw\_reinit fix array overrun
+- `3734172b <https://github.com/open-power/skiboot/commit/3734172b>`__ build: fix non-constant build asserts
+- `2501c3f6 <https://github.com/open-power/skiboot/commit/2501c3f6>`__ xive/p9: improve cache watch type checking
+- `154e4eed <https://github.com/open-power/skiboot/commit/154e4eed>`__ xive/p9: use predefined bitmasks to manipulate EQ addresses
+- `192d5865 <https://github.com/open-power/skiboot/commit/192d5865>`__ xive/p9: sbe size debug print fix
+- `40558797 <https://github.com/open-power/skiboot/commit/40558797>`__ fsp: map trace areas on P9
+- `ef7c7de8 <https://github.com/open-power/skiboot/commit/ef7c7de8>`__ psi: update registers to reflect >= P8 PHBSCR
+- `bb445088 <https://github.com/open-power/skiboot/commit/bb445088>`__ hdata/test/hdata\_to\_dt.c: use P8E PVR when -8E is given
+- `3fbfb0e3 <https://github.com/open-power/skiboot/commit/3fbfb0e3>`__ Remove dead POWER7 code
+- `26657393 <https://github.com/open-power/skiboot/commit/26657393>`__ asm/cvc\_entry.S: r2 save fix
+- `ca412e3e <https://github.com/open-power/skiboot/commit/ca412e3e>`__ capp: fix endian conversion
+- `0ed09ec1 <https://github.com/open-power/skiboot/commit/0ed09ec1>`__ cpu: use dt accessor device tree access
+- `1b9a449d <https://github.com/open-power/skiboot/commit/1b9a449d>`__ opal-api: add endian conversions to most opal calls
+- `789624ff <https://github.com/open-power/skiboot/commit/789624ff>`__ opal-msg: endian fixes for opal-msg.c and opal\_queue\_msg
+ callers
+- `c47b2ffd <https://github.com/open-power/skiboot/commit/c47b2ffd>`__ elf: endian conversions
+- `518e5542 <https://github.com/open-power/skiboot/commit/518e5542>`__ spira: fix endian conversions in spira data structures
+- `8d49ff53 <https://github.com/open-power/skiboot/commit/8d49ff53>`__ hdata: endian conversions
+- `0d12f0c8 <https://github.com/open-power/skiboot/commit/0d12f0c8>`__ naca: move naca definition from asm to C
+- `bb9aebc6 <https://github.com/open-power/skiboot/commit/bb9aebc6>`__ io: endian conversions for io accessors
+- `08801245 <https://github.com/open-power/skiboot/commit/08801245>`__ hmi: endian conversions
+- `b5c22130 <https://github.com/open-power/skiboot/commit/b5c22130>`__ cvc: allow BE cvc code to be called from LE context
+- `1504bf98 <https://github.com/open-power/skiboot/commit/1504bf98>`__ xive: make endian-clean
+- `e73cf72d <https://github.com/open-power/skiboot/commit/e73cf72d>`__ phb4: make endian-clean
+- `61800f2d <https://github.com/open-power/skiboot/commit/61800f2d>`__ occ sensors: make endian-clean
+- `45c1436a <https://github.com/open-power/skiboot/commit/45c1436a>`__ memconsole: make endian-clean
+- `1959efa6 <https://github.com/open-power/skiboot/commit/1959efa6>`__ debug descriptor: make endian-clean
+- `a2c74d83 <https://github.com/open-power/skiboot/commit/a2c74d83>`__ ipmi: endian conversion
+- `390c4f5e <https://github.com/open-power/skiboot/commit/390c4f5e>`__ sbe-p9: endian conversion
+- `e3934d8c <https://github.com/open-power/skiboot/commit/e3934d8c>`__ fsp: endian conversions
+- `4ec92ece <https://github.com/open-power/skiboot/commit/4ec92ece>`__ errorlog: endian conversion
+- `f27d32f1 <https://github.com/open-power/skiboot/commit/f27d32f1>`__ pel: endian conversion
+- `8d9d63b9 <https://github.com/open-power/skiboot/commit/8d9d63b9>`__ libflash: ecc endian conversions
+- `9c72bbb6 <https://github.com/open-power/skiboot/commit/9c72bbb6>`__ prd: endian conversions
+- `752b2a2d <https://github.com/open-power/skiboot/commit/752b2a2d>`__ opal-dump: MPIPL endan conversions
+- `d71bb898 <https://github.com/open-power/skiboot/commit/d71bb898>`__ sfc-ctrl: endian conversions
+- `35776a29 <https://github.com/open-power/skiboot/commit/35776a29>`__ add little endian support
+- `a0cf95fe <https://github.com/open-power/skiboot/commit/a0cf95fe>`__ dt: assorted cleanups
+- `5178691d <https://github.com/open-power/skiboot/commit/5178691d>`__ add more sparse endian annotations
+- `e04a34af <https://github.com/open-power/skiboot/commit/e04a34af>`__ fix simple sparse warnings
+- `bca23d31 <https://github.com/open-power/skiboot/commit/bca23d31>`__ i2c: fix dereference beyond the end of buffer
+
+Oliver O'Halloran (80):
+
+- `ba10ce12 <https://github.com/open-power/skiboot/commit/ba10ce12>`__ Makefiles: Remove --Wno-stringop-truncation
+- `0f9371da <https://github.com/open-power/skiboot/commit/0f9371da>`__ hw: Put SPDX on new files
+- `9142bb3b <https://github.com/open-power/skiboot/commit/9142bb3b>`__ core/pci-quirk: Re-order struct members
+- `452a9a46 <https://github.com/open-power/skiboot/commit/452a9a46>`__ core/pci: Export pci\_check\_clear\_freeze()
+- `a7c613eb <https://github.com/open-power/skiboot/commit/a7c613eb>`__ core/pci-quirk: Microsemi switch UR workaround
+- `e9a30df7 <https://github.com/open-power/skiboot/commit/e9a30df7>`__ hw/sbe-p9: Fix multi-line log messages
+- `e96635d4 <https://github.com/open-power/skiboot/commit/e96635d4>`__ include/xscom: Remove duplicate p8 definitions
+- `abf3e4c6 <https://github.com/open-power/skiboot/commit/abf3e4c6>`__ include/xscom: Remove duplicate p9 definitions
+- `b03906a9 <https://github.com/open-power/skiboot/commit/b03906a9>`__ include/xscom: Use the name EQ rather than EP
+- `b310e8f7 <https://github.com/open-power/skiboot/commit/b310e8f7>`__ hw/phb4: Prevent register accesses when in reset
+- `a1fced25 <https://github.com/open-power/skiboot/commit/a1fced25>`__ skiboot 6.5 release notes
+- `e2018d2a <https://github.com/open-power/skiboot/commit/e2018d2a>`__ core/flash: Validate secure boot content size
+- `1af237bc <https://github.com/open-power/skiboot/commit/1af237bc>`__ pci: recheck pci nvram hacks on fast-reboot
+- `f945230b <https://github.com/open-power/skiboot/commit/f945230b>`__ hdata: Add Axone IOHUB support
+- `8bb0ae35 <https://github.com/open-power/skiboot/commit/8bb0ae35>`__ core/pci: Only hack class code for root ports
+- `7b12d548 <https://github.com/open-power/skiboot/commit/7b12d548>`__ hw/lpc: Configure SerIRQ interrupts on P9P
+- `4017085c <https://github.com/open-power/skiboot/commit/4017085c>`__ hw/psi: Add chip ID to interrupt names
+- `fb2f03ea <https://github.com/open-power/skiboot/commit/fb2f03ea>`__ hw/psi-p9: Make interrupt name array global
+- `fa161cd8 <https://github.com/open-power/skiboot/commit/fa161cd8>`__ hw/psi-p9: Mask OPAL-owned LSIs without handlers
+- `9c9375fd <https://github.com/open-power/skiboot/commit/9c9375fd>`__ hw/psi: Remove explicit external IRQ policy
+- `923b5a53 <https://github.com/open-power/skiboot/commit/923b5a53>`__ core/platform: Actually disable fast-reboot on P8
+- `a4e0f636 <https://github.com/open-power/skiboot/commit/a4e0f636>`__ core/init: Don't checksum MPIPL data areas
+- `cc34635d <https://github.com/open-power/skiboot/commit/cc34635d>`__ core/init: Checksum romem after patching out traps
+- `6cf9ace9 <https://github.com/open-power/skiboot/commit/6cf9ace9>`__ hw/port80: Squash No SYNC error
+- `1c282887 <https://github.com/open-power/skiboot/commit/1c282887>`__ memory: Add NUMA associtivity information to DT
+- `f9eb53d2 <https://github.com/open-power/skiboot/commit/f9eb53d2>`__ hdata: Add a generic compatible to ibm,secureboot
+- `a0340a09 <https://github.com/open-power/skiboot/commit/a0340a09>`__ libstb/secvar: Ensure secvar\_set\_status() is called once
+- `ca11072a <https://github.com/open-power/skiboot/commit/ca11072a>`__ libstb/secvar: Fix makefile
+- `24813aa2 <https://github.com/open-power/skiboot/commit/24813aa2>`__ core/trace: Move trace buffer exports to a subnode
+- `628158b2 <https://github.com/open-power/skiboot/commit/628158b2>`__ core/trace: Rename boot trace buffer
+- `446f9f03 <https://github.com/open-power/skiboot/commit/446f9f03>`__ core/pci: Squash warning from devices with no ecaps
+- `bbe5f003 <https://github.com/open-power/skiboot/commit/bbe5f003>`__ platforms/astbmc: Add more slot helper macros
+- `1ed21a83 <https://github.com/open-power/skiboot/commit/1ed21a83>`__ platforms/qemu: Add slot table
+- `83a92e3b <https://github.com/open-power/skiboot/commit/83a92e3b>`__ platforms/qemu: Add slot table entries for a PCIe switch
+- `7fddf42c <https://github.com/open-power/skiboot/commit/7fddf42c>`__ hdata/test: Remove all temp files
+- `46fac469 <https://github.com/open-power/skiboot/commit/46fac469>`__ test/mambo: Skip restoring the old ulimit
+- `9e87ef7f <https://github.com/open-power/skiboot/commit/9e87ef7f>`__ hw/test: Make tests quieter
+- `d6fc2fb3 <https://github.com/open-power/skiboot/commit/d6fc2fb3>`__ makefiles: Make attribute suggestions non-errors
+- `0b8f5ea3 <https://github.com/open-power/skiboot/commit/0b8f5ea3>`__ tests: Squash \_\_attrconst related warnings
+- `2899bda5 <https://github.com/open-power/skiboot/commit/2899bda5>`__ include/cpu: Move \_\_nomcount attribute
+- `7abb0ef5 <https://github.com/open-power/skiboot/commit/7abb0ef5>`__ opal-ci: Remove clang builds on 18.04
+- `0990e822 <https://github.com/open-power/skiboot/commit/0990e822>`__ boottests: Print the simulator output if V=1 is set
+- `dc85bd46 <https://github.com/open-power/skiboot/commit/dc85bd46>`__ witherspoon: Squash spurious I2C errors
+- `8b3012e1 <https://github.com/open-power/skiboot/commit/8b3012e1>`__ hw/p8-i2c: Don't print warnings when dumping registers
+- `b449782d <https://github.com/open-power/skiboot/commit/b449782d>`__ hw/p8-i2c: Clean up interrupt masking
+- `9f7b726c <https://github.com/open-power/skiboot/commit/9f7b726c>`__ libstb/tpm: block access to unknown i2c devs on the tpm bus
+- `80fd2e96 <https://github.com/open-power/skiboot/commit/80fd2e96>`__ xscom: Don't log xscom errors caused by OPAL calls
+- `a4fbdbc6 <https://github.com/open-power/skiboot/commit/a4fbdbc6>`__ doc: Add skiboot-5.2.0 ref
+- `f04000d7 <https://github.com/open-power/skiboot/commit/f04000d7>`__ doc/secvar: Fix table markup
+- `06a90e9b <https://github.com/open-power/skiboot/commit/06a90e9b>`__ doc/mpipl: Fix warnings
+- `c76b1c19 <https://github.com/open-power/skiboot/commit/c76b1c19>`__ doc/secvar: Fix indentation warnings
+- `93ea4773 <https://github.com/open-power/skiboot/commit/93ea4773>`__ doc: Fix code blocks in v6.3.3 release notes
+- `8be8d98e <https://github.com/open-power/skiboot/commit/8be8d98e>`__ doc/sbe: Fix block indentation
+- `58d51527 <https://github.com/open-power/skiboot/commit/58d51527>`__ doc: Remove duplicate OPAL\_ELOG\_WRITE label
+- `962f6d78 <https://github.com/open-power/skiboot/commit/962f6d78>`__ doc: Fix block in 6.3.2 release notes
+- `7b4619a6 <https://github.com/open-power/skiboot/commit/7b4619a6>`__ doc/opal-api: Remove spurious indent
+- `0f46e5ca <https://github.com/open-power/skiboot/commit/0f46e5ca>`__ doc/dt: Fix memory-heirachy block
+- `192efa9b <https://github.com/open-power/skiboot/commit/192efa9b>`__ doc/opal-api: Remove ref to OPAL\_HMI\_FLAGS\_TOD\_TB\_FAIL
+- `7afd41b7 <https://github.com/open-power/skiboot/commit/7afd41b7>`__ doc/device-tree: Add secvar bindings to the toctree
+- `e23e0053 <https://github.com/open-power/skiboot/commit/e23e0053>`__ doc: Add VAS stuff into the tree
+- `f59b2f6b <https://github.com/open-power/skiboot/commit/f59b2f6b>`__ doc: Use parallel builds
+- `4a8b45a6 <https://github.com/open-power/skiboot/commit/4a8b45a6>`__ doc: Remove bonus CONTRIBUTING.md from the index
+- `275c73fc <https://github.com/open-power/skiboot/commit/275c73fc>`__ doc: Fix some errors in platforms-and-cpus
+- `a02072d0 <https://github.com/open-power/skiboot/commit/a02072d0>`__ doc/imc: Fix sphinx warning
+- `d332d419 <https://github.com/open-power/skiboot/commit/d332d419>`__ README.md: Add information on docs
+- `10bbcd07 <https://github.com/open-power/skiboot/commit/10bbcd07>`__ core/platform: Add an explicit fast-reboot type
+- `ee07f2c6 <https://github.com/open-power/skiboot/commit/ee07f2c6>`__ core/fast-reset: Do not enable by default
+- `82aed17a <https://github.com/open-power/skiboot/commit/82aed17a>`__ firenze-pci: Fix infinite loop in
+ firenze\_pci\_add\_loc\_code()
+- `2e122fba <https://github.com/open-power/skiboot/commit/2e122fba>`__ hw/fsp: Remove stray va\_end() in \_\_fsp\_fillmsg()
+- `b776bb0f <https://github.com/open-power/skiboot/commit/b776bb0f>`__ hw/fsp: Fix GENERIC\_FAILURE mailbox status code
+- `e19dddc5 <https://github.com/open-power/skiboot/commit/e19dddc5>`__ Re-license contributions from Raptor Computer Systems
+- `a5764dd3 <https://github.com/open-power/skiboot/commit/a5764dd3>`__ Re-license contributions from Dan Horák
+- `504f4f08 <https://github.com/open-power/skiboot/commit/504f4f08>`__ Re-license contributions from Yadro
+- `d703ad5b <https://github.com/open-power/skiboot/commit/d703ad5b>`__ hw/prd: Hold FSP notifications while PRD is inactive
+- `ec7be089 <https://github.com/open-power/skiboot/commit/ec7be089>`__ docs: Fix ref to skiboot-6.4 in 6.5 release notes
+- `7b57002d <https://github.com/open-power/skiboot/commit/7b57002d>`__ hw/xscom: Add scom infrastructure
+- `9b612fff <https://github.com/open-power/skiboot/commit/9b612fff>`__ hw/centaur: Convert to use the new scom API
+- `38b5c317 <https://github.com/open-power/skiboot/commit/38b5c317>`__ hdata/memory: Add support for memory-buffer mmio
+- `e991415a <https://github.com/open-power/skiboot/commit/e991415a>`__ hw/ocmb: Add OCMB SCOM support
+- `0f1937ef <https://github.com/open-power/skiboot/commit/0f1937ef>`__ skiboot v6.6 release notes
+
+Reza Arbab (19):
+
+- `7ff5558c <https://github.com/open-power/skiboot/commit/7ff5558c>`__ Dedup $(HW\_OBJS)
+- `e7f76b4e <https://github.com/open-power/skiboot/commit/e7f76b4e>`__ hw/phys-map: Add pvr argument to phys\_map\_init()
+- `6db75f1d <https://github.com/open-power/skiboot/commit/6db75f1d>`__ hw/phys-map: Add Axone memory map
+- `8279e529 <https://github.com/open-power/skiboot/commit/8279e529>`__ npu2: Prepare purge\_l2\_l3\_caches() for reuse
+- `d9ecf61c <https://github.com/open-power/skiboot/commit/d9ecf61c>`__ npu2: Refactor NPU OPAL calls
+- `d9b06b85 <https://github.com/open-power/skiboot/commit/d9b06b85>`__ npu2: Add checks to npu2-only codepaths
+- `aa3fc69f <https://github.com/open-power/skiboot/commit/aa3fc69f>`__ hw: Introduce npu3
+- `6017ba6a <https://github.com/open-power/skiboot/commit/6017ba6a>`__ Add Swift platform
+- `3e334fbb <https://github.com/open-power/skiboot/commit/3e334fbb>`__ npu3: Rename NPU3\_SM\_MISC\_CFGn register macros
+- `82b57688 <https://github.com/open-power/skiboot/commit/82b57688>`__ npu3: Initialize NPU3\_SNP\_MISC\_CFG0
+- `2422c100 <https://github.com/open-power/skiboot/commit/2422c100>`__ npu3: Expose remaining ATSD launch registers
+- `a36a4944 <https://github.com/open-power/skiboot/commit/a36a4944>`__ npu: Fix device binding error message
+- `38e1c73f <https://github.com/open-power/skiboot/commit/38e1c73f>`__ npu3: Delay enablement of DL parity checking
+- `3f5ecfb3 <https://github.com/open-power/skiboot/commit/3f5ecfb3>`__ devicetree: Remove lpc interrupt properties
+- `91b4be52 <https://github.com/open-power/skiboot/commit/91b4be52>`__ platforms/swift: Remove spurious error message
+- `03e7420e <https://github.com/open-power/skiboot/commit/03e7420e>`__ npu3: Add ibm, ioda2-npu3-phb to compatible property
+- `3ea336e7 <https://github.com/open-power/skiboot/commit/3ea336e7>`__ npu3: Improve SALT log output
+- `ece4109b <https://github.com/open-power/skiboot/commit/ece4109b>`__ npu3: Make SALT CMD\_REG writable
+- `24664b48 <https://github.com/open-power/skiboot/commit/24664b48>`__ npu2/hw-procedures: Remove assertion from check\_credits()
+
+Ryan Grimm (1):
+
+- `689f4469 <https://github.com/open-power/skiboot/commit/689f4469>`__ slw: Enable stop states on P9P
+
+Shilpasri G Bhat (1):
+
+- `1fa6e85a <https://github.com/open-power/skiboot/commit/1fa6e85a>`__ occ: Add pstate corresponding to base frequency to DT
+
+Stewart Smith (23):
+
+- `648c7cfd <https://github.com/open-power/skiboot/commit/648c7cfd>`__ Silence sparse warning for version.c
+- `2c256c68 <https://github.com/open-power/skiboot/commit/2c256c68>`__ sparse: Silence "directive in argument list" for version
+ string
+- `c7737655 <https://github.com/open-power/skiboot/commit/c7737655>`__ sparse: fix (main\|secondar)\_cpu\_entry declaration types
+- `ae9fb433 <https://github.com/open-power/skiboot/commit/ae9fb433>`__ sparse: fix endian types of struct imc\_chip\_cb members
+- `64b30ec5 <https://github.com/open-power/skiboot/commit/64b30ec5>`__ sparse: various SPIRA structures, declare them.
+- `4b2af1e5 <https://github.com/open-power/skiboot/commit/4b2af1e5>`__ sparse: lpc uart interrupt pointer endianness
+- `352738f7 <https://github.com/open-power/skiboot/commit/352738f7>`__ sparse: hdata/fsp: u8 doesn't have endian
+- `4bec3e9e <https://github.com/open-power/skiboot/commit/4bec3e9e>`__ sparse: hdata/iohub: correctly convert endianness
+- `33753c98 <https://github.com/open-power/skiboot/commit/33753c98>`__ sparse: hdata/spira sw\_xstop\_fir\_bitpos is uint8\_t, has
+ no endian
+- `62ceded3 <https://github.com/open-power/skiboot/commit/62ceded3>`__ sparse: libstb/container: fix endian type for magic number
+- `0ee242b9 <https://github.com/open-power/skiboot/commit/0ee242b9>`__ gcov: Fix skiboot size to dump out from simulators
+- `067de39a <https://github.com/open-power/skiboot/commit/067de39a>`__ Move ec/ code to Rhesus platform
+- `5ef3dd30 <https://github.com/open-power/skiboot/commit/5ef3dd30>`__ SPDX-ify all skiboot code
+- `5826c0a2 <https://github.com/open-power/skiboot/commit/5826c0a2>`__ travis: Enable fedora30 for ppc64le
+- `468a2dc1 <https://github.com/open-power/skiboot/commit/468a2dc1>`__ travis: remove fedora29
+- `85b94f12 <https://github.com/open-power/skiboot/commit/85b94f12>`__ travis: do gcov builds on fedora30
+- `8995ad61 <https://github.com/open-power/skiboot/commit/8995ad61>`__ doc/requirements.txt: pin docutils at 0.14
+- `73ded8c7 <https://github.com/open-power/skiboot/commit/73ded8c7>`__ doc/device-tree/ibm, opal/firmware/version: clarify timeline
+ of git-id vs version
+- `0e1db80c <https://github.com/open-power/skiboot/commit/0e1db80c>`__ SPDX fixups and Copyright date fixes
+- `12610da1 <https://github.com/open-power/skiboot/commit/12610da1>`__ libstb: export CVC/securerom code memory range
+- `70047661 <https://github.com/open-power/skiboot/commit/70047661>`__ mambo: enable use of real Container Verification Code
+- `49496485 <https://github.com/open-power/skiboot/commit/49496485>`__ Re-license IBM written files as Apache 2.0 OR GPLv2+
+- `57c451dd <https://github.com/open-power/skiboot/commit/57c451dd>`__ platform: add Raptor Blackbird support
+
+Thiago Jung Bauermann (2):
+
+- `528b72fa <https://github.com/open-power/skiboot/commit/528b72fa>`__ core/init: Add ibm,processor-storage-keys property to CPU DT
+ node
+- `9cd556ca <https://github.com/open-power/skiboot/commit/9cd556ca>`__ Makefile: Search for distro-provided cross-compiler
+
+Vasant Hegde (64):
+
+- `ca222757 <https://github.com/open-power/skiboot/commit/ca222757>`__ OPAL: Add OPAL boot entry address to device tree
+- `af98c563 <https://github.com/open-power/skiboot/commit/af98c563>`__ FSP/MDST: Rename fsp-mdst-table.c -> fsp-sysdump.c
+- `9d57eb46 <https://github.com/open-power/skiboot/commit/9d57eb46>`__ hdata: Split MDST 'type' field to accommodate MPIPL
+- `0b667811 <https://github.com/open-power/skiboot/commit/0b667811>`__ hdata: Define various DUMP related structures
+- `f10e629c <https://github.com/open-power/skiboot/commit/f10e629c>`__ mem-map: Setup memory for MDDT table
+- `bbe6e969 <https://github.com/open-power/skiboot/commit/bbe6e969>`__ mem-map: Setup memory for MDRT table
+- `935fccb0 <https://github.com/open-power/skiboot/commit/935fccb0>`__ hdata: Update spirah structure
+- `ed7110ee <https://github.com/open-power/skiboot/commit/ed7110ee>`__ hdata: Adjust various structure offset after relocation
+- `0cadc985 <https://github.com/open-power/skiboot/commit/0cadc985>`__ hdata: Create /ibm, opal/dump device tree node
+- `1ba3198b <https://github.com/open-power/skiboot/commit/1ba3198b>`__ MPIPL: Register for OPAL dump
+- `4f94bda6 <https://github.com/open-power/skiboot/commit/4f94bda6>`__ MPIPL: Define OPAL metadata area
+- `ef6da5f6 <https://github.com/open-power/skiboot/commit/ef6da5f6>`__ MPIPL: Add OPAL API to register for dump region
+- `8d0c8ae5 <https://github.com/open-power/skiboot/commit/8d0c8ae5>`__ MPIPL: Add OPAL API to register tags
+- `166eda4e <https://github.com/open-power/skiboot/commit/166eda4e>`__ SBE: Send OPAL relocated base address to SBE
+- `0a17e674 <https://github.com/open-power/skiboot/commit/0a17e674>`__ MPIPL: Add support to trigger MPIPL on BMC system
+- `fbd875d7 <https://github.com/open-power/skiboot/commit/fbd875d7>`__ MPIPL: Save crashing PIR
+- `aa694ea0 <https://github.com/open-power/skiboot/commit/aa694ea0>`__ HIOMAP: Reset bmc mbox in MPIPL path
+- `4a669d0f <https://github.com/open-power/skiboot/commit/4a669d0f>`__ platform: Introduce new reboot type
+- `6326c712 <https://github.com/open-power/skiboot/commit/6326c712>`__ hdata: Add "mpipl-boot" property to "dump" node
+- `3d85abd9 <https://github.com/open-power/skiboot/commit/3d85abd9>`__ MPIPL: Prepare OPAL data tag
+- `19a8694f <https://github.com/open-power/skiboot/commit/19a8694f>`__ MPIPL: Add OPAL API to query saved tags
+- `7fa3c1ec <https://github.com/open-power/skiboot/commit/7fa3c1ec>`__ MPIPL: Clear tags and metadata
+- `fa5cb006 <https://github.com/open-power/skiboot/commit/fa5cb006>`__ MPIPL: Reserve memory to capture architected registers data
+- `4ddf1144 <https://github.com/open-power/skiboot/commit/4ddf1144>`__ MPIPL: Prepare architected registers data tag
+- `11cb51ab <https://github.com/open-power/skiboot/commit/11cb51ab>`__ MPIPL: Add documentation
+- `cc028857 <https://github.com/open-power/skiboot/commit/cc028857>`__ MPIPL: struct opal\_mpipl\_fadump doesn't needs to be packed
+- `d75e82db <https://github.com/open-power/skiboot/commit/d75e82db>`__ core/ipmi: Fix use-after-free
+- `a0c996e4 <https://github.com/open-power/skiboot/commit/a0c996e4>`__ core/ipmi: Remove redundant variable
+- `49be3377 <https://github.com/open-power/skiboot/commit/49be3377>`__ gard: Add support to run gard tests on FSP platform
+- `fc455b94 <https://github.com/open-power/skiboot/commit/fc455b94>`__ skiboot v6.3.4 release notes
+- `66ab3cbd <https://github.com/open-power/skiboot/commit/66ab3cbd>`__ skiboot v6.5.1 release notes
+- `b8bac56a <https://github.com/open-power/skiboot/commit/b8bac56a>`__ hostservices: Silence special wakeup assert/release logs
+- `c3bfa320 <https://github.com/open-power/skiboot/commit/c3bfa320>`__ hdata: Fix reserved node label search
+- `f1557795 <https://github.com/open-power/skiboot/commit/f1557795>`__ prd: Improve debug logs
+- `790a604e <https://github.com/open-power/skiboot/commit/790a604e>`__ prd: Fix prd message queuing interface
+- `7af08f2f <https://github.com/open-power/skiboot/commit/7af08f2f>`__ prd: Fix FSP - HBRT firmware\_notify message
+- `2a63db65 <https://github.com/open-power/skiboot/commit/2a63db65>`__ FSP/IPMI: Handle FSP reset reload
+- `13c2f98e <https://github.com/open-power/skiboot/commit/13c2f98e>`__ skiboot 5.4.11 release notes
+- `87a470c2 <https://github.com/open-power/skiboot/commit/87a470c2>`__ skiboot v6.5.2 release notes
+- `28eab7cd <https://github.com/open-power/skiboot/commit/28eab7cd>`__ skiboot v6.3.3 release notes
+- `120b1b7d <https://github.com/open-power/skiboot/commit/120b1b7d>`__ skiboot v6.0.21 release notes
+- `a448c4e2 <https://github.com/open-power/skiboot/commit/a448c4e2>`__ hdata: Update MPIPL support IPL parameter
+- `179d53df <https://github.com/open-power/skiboot/commit/179d53df>`__ stable/build: Do not convert warnings to error
+- `eebee394 <https://github.com/open-power/skiboot/commit/eebee394>`__ hdata: Fix SP attention area address
+- `457f9635 <https://github.com/open-power/skiboot/commit/457f9635>`__ mpipl: Release cpu data memory in free reserved memory path
+- `b858aef5 <https://github.com/open-power/skiboot/commit/b858aef5>`__ mpipl: Disable fast-reboot during post MPIPL boot
+- `958769d1 <https://github.com/open-power/skiboot/commit/958769d1>`__ FSP: Remove flash hook after completing code update
+- `b0e02421 <https://github.com/open-power/skiboot/commit/b0e02421>`__ mpipl: Rework memory reservation for OPAL dump
+- `c53e3394 <https://github.com/open-power/skiboot/commit/c53e3394>`__ platform: Log error to BMC even if diag data is missing
+- `c8418ac7 <https://github.com/open-power/skiboot/commit/c8418ac7>`__ errorlog: Replace hardcode value with macro
+- `caae4d47 <https://github.com/open-power/skiboot/commit/caae4d47>`__ list: Add list\_add\_after()
+- `16d186cf <https://github.com/open-power/skiboot/commit/16d186cf>`__ memory: Sort memory regions list
+- `841874b6 <https://github.com/open-power/skiboot/commit/841874b6>`__ ipmi-sel: Free ipmi\_msg in error path
+- `20101950 <https://github.com/open-power/skiboot/commit/20101950>`__ esel: Fix OEM SEL generator ID
+- `033e797c <https://github.com/open-power/skiboot/commit/033e797c>`__ eSEL: Make sure PANIC logs are sent to BMC before calling
+ assert
+- `daf9215c <https://github.com/open-power/skiboot/commit/daf9215c>`__ errorlog: Increase the severity of abnormal reboot events
+- `2700092e <https://github.com/open-power/skiboot/commit/2700092e>`__ skiboot v6.5.3 release notes
+- `d0043ee2 <https://github.com/open-power/skiboot/commit/d0043ee2>`__ skiboot v6.5.4 release notes
+- `4ccfb4b3 <https://github.com/open-power/skiboot/commit/4ccfb4b3>`__ skiboot v6.0.22 release notes
+- `3a4daeca <https://github.com/open-power/skiboot/commit/3a4daeca>`__ Revert "FSP: Disable PSI link whenever FSP tells OPAL about
+ impending R/R"
+- `33323055 <https://github.com/open-power/skiboot/commit/33323055>`__ skiboot v6.0.23 release notes
+- `d6eb510d <https://github.com/open-power/skiboot/commit/d6eb510d>`__ fsp: Ignore platform dump notification on P9
+- `34664746 <https://github.com/open-power/skiboot/commit/34664746>`__ MPIPL: Add support to save crash CPU details on FSP system
+- `9547b3da <https://github.com/open-power/skiboot/commit/9547b3da>`__ ZZ: Fix System Attention Indicator location code
+
+acsawdey (1):
+
+- `a08549a9 <https://github.com/open-power/skiboot/commit/a08549a9>`__ external/mambo: rename env var PMEM\_MODES to PMEM\_MODE
+
+joy\_chu (1):
+
+- `9570730f <https://github.com/open-power/skiboot/commit/9570730f>`__ Add: add mihawk platform file
+
+Package: vesnin-xml
+-------------------
+
+`Repository <https://github.com/open-power/vesnin-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Uma Yadlapati (1):
+
+- `c622cb5 <https://github.com/open-power/witherspoon-xml/commit/c622cb5>`__ Add IPMI Key Clear sensor (#84)
+
+nmuruli (1):
+
+- `0f9b366 <https://github.com/open-power/witherspoon-xml/commit/0f9b366>`__ Set IS\_MPIPL\_SUPPORTED to TRUE by default (#88)
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
diff --git a/_sources/release-notes/v2.6.rst.txt b/_sources/release-notes/v2.6.rst.txt
new file mode 100644
index 0000000..5207a98
--- /dev/null
+++ b/_sources/release-notes/v2.6.rst.txt
@@ -0,0 +1,1341 @@
+Release Notes for OpenPower Firmware v2.6
+=========================================
+
+op-build v2.6 was released on Tuesday, November 3rd, 2020. It became the current stable release of op-build, following on from v2.5,
+first released on May 22nd, 2020.
+
+In addition to a number of bugfixes and re-factors, plus the new mowgli platform listed below, this release is also the first one
+without formally supporting Power8 platforms (see Removed platforms below).
+
+In addition to that, op-build v2.6 adds significant new features:
+
+- Secure & Trusted Boot validation support for the OS. Starting with v6.7, Skiboot now supports Secure Variables through the use of
+ a Trusted Platform Module. This support, added with a few changes in op-build (i.e., the use of the Keyutils package + updates to
+ the kexec-lite package) allows op-build to measure the OS Kernel / initrd, as well as enforce a security policy to only load
+ trusted / known OS Kernel / initrd pairs. More info on this feature can be found in the Skiboot documentation for STB and
+ Secvars.
+- Preliminary support for Power9 Big-Core (SMT8) processors.
+- Support for OpenCAPI Memory Buffers (OCMB) on Power9+ (AXONE) processors
+
+Known issues
+------------
+
+- Fast-reset (aka "fast-reboot") has been broken since the Big-Core support was added. A Skiboot issue was created to track this
+ (https://github.com/open-power/skiboot/issues/259). Fast-reboot, even if it was a useful development feature, was never an
+ officially supported feature on production platforms.
+
+Removed platforms
+-----------------
+
+- vesnin
+- barreleye
+- p8dtu
+- pseries
+- garrison
+- firenze
+- firestone
+- palmetto
+- habanero
+
+New platforms
+-------------
+
+- mowgli
+
+Updated Packages
+----------------
+
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| Package | Old Version | New Version | Platforms |
++=====================+===================+===================+==================================================================================+
+| dtc | 1.4.7 | 1.6.0 | romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| hcode | hw052020a.opmst | hw103020a.opmst | romulus, nicole, swift, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| hostboot | 9865ef9 | c4118db | romulus, nicole, swift, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| hostboot-binaries | hw013120a.opmst | hw101520a.opmst | romulus, nicole, swift, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| libflash | v6.6 | v6.7 | romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| linux | 5.4.33 | 5.4.68 | romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| linux-headers | 5.4.33 | 5.4.68 | romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| machine-xml | f6ec5aa | b1fc7ca | mihawk |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| machine-xml | 9a6da5f | ac02557 | nicole |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| openpower-pnor | 175f00d | e582e4a | romulus, nicole, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| sbe | c58e8fd | ea0389a | romulus, nicole, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+| skiboot | v6.6 | v6.7 | romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon |
++---------------------+-------------------+-------------------+----------------------------------------------------------------------------------+
+
+New Packages
+------------
+
++--------------------+-----------+---------------+
+| Package | Version | Platforms |
++====================+===========+===============+
+| keyutils | 1.6 | witherspoon |
++--------------------+-----------+---------------+
+| ocmb-explorer-fw | v8.0 | swift |
++--------------------+-----------+---------------+
+| openpower-pnor | e582e4a | swift |
++--------------------+-----------+---------------+
+| petitboot | v1.12 | swift |
++--------------------+-----------+---------------+
+| sbe | ea0389a | swift |
++--------------------+-----------+---------------+
+
+Removed Packages
+----------------
+
++-----------+-----------+-------------+
+| Package | Version | Platforms |
++===========+===========+=============+
++-----------+-----------+-------------+
+
+Package: blackbird-xml
+----------------------
+
+`Repository <https://github.com/open-power/blackbird-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: hcode
+--------------
+
+`Repository <https://github.com/open-power/hcode>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Austin Cui (1):
+
+- `103be554 <https://github.com/open-power/hcode/commit/103be554>`__ EKB P9 build fix on RHEL7 systems
+
+Joachim Fenkes (1):
+
+- `dde020c0 <https://github.com/open-power/hcode/commit/dde020c0>`__ FAPI2: Add FAPI2\_RC\_PLAT\_MISCOMPARE
+
+Prasad Bg Ranganath (2):
+
+- `d0ee9962 <https://github.com/open-power/hcode/commit/d0ee9962>`__ PFET: Re-verify the pfet header error in FIT interrupt handler
+- `83679a20 <https://github.com/open-power/hcode/commit/83679a20>`__ SGPE:Fix cme boot list during runtime case
+
+Rahul Batra (2):
+
+- `99d54522 <https://github.com/open-power/hcode/commit/99d54522>`__ PM: NACK disable and OCC notification
+- `a086ff7a <https://github.com/open-power/hcode/commit/a086ff7a>`__ PM: Process C405\_ECC\_UE FIR
+
+Sumit Kumar (3):
+
+- `6538e44e <https://github.com/open-power/hcode/commit/6538e44e>`__ Updated devtoolset for RHEL7
+- `c936359d <https://github.com/open-power/hcode/commit/c936359d>`__ Revert "Updated devtoolset for RHEL7"
+- `071b0780 <https://github.com/open-power/hcode/commit/071b0780>`__ Updated to devtoolset-8 for RHEL7
+
+Yue Du (1):
+
+- `bc04b3a0 <https://github.com/open-power/hcode/commit/bc04b3a0>`__ PFET: detect bad pfet through cme sgpe plumbling
+
+hostboot (92):
+
+- `e9bd33dd <https://github.com/open-power/hcode/commit/e9bd33dd>`__ Release tag & head commit information updated for
+ hw052120a.opmst
+- `3a223dc7 <https://github.com/open-power/hcode/commit/3a223dc7>`__ Release tag & head commit information updated for
+ hw052720a.opmst
+- `b4e6c0ba <https://github.com/open-power/hcode/commit/b4e6c0ba>`__ Release tag & head commit information updated for
+ hw052820a.opmst
+- `2d137def <https://github.com/open-power/hcode/commit/2d137def>`__ Release tag & head commit information updated for
+ hw052920a.opmst
+- `7bff4227 <https://github.com/open-power/hcode/commit/7bff4227>`__ Release tag & head commit information updated for
+ hw060120a.opmst
+- `f355cddd <https://github.com/open-power/hcode/commit/f355cddd>`__ Release tag & head commit information updated for
+ hw060220a.opmst
+- `2f6174c4 <https://github.com/open-power/hcode/commit/2f6174c4>`__ Release tag & head commit information updated for
+ hw060320a.opmst
+- `9ef89a10 <https://github.com/open-power/hcode/commit/9ef89a10>`__ Release tag & head commit information updated for
+ hw060420a.opmst
+- `c5fe9044 <https://github.com/open-power/hcode/commit/c5fe9044>`__ Release tag & head commit information updated for
+ hw060520a.opmst
+- `494e2dc8 <https://github.com/open-power/hcode/commit/494e2dc8>`__ Release tag & head commit information updated for
+ hw060820a.opmst
+- `657a7527 <https://github.com/open-power/hcode/commit/657a7527>`__ Release tag & head commit information updated for
+ hw060920a.opmst
+- `5065d242 <https://github.com/open-power/hcode/commit/5065d242>`__ Release tag & head commit information updated for
+ hw061120a.opmst
+- `464c0e39 <https://github.com/open-power/hcode/commit/464c0e39>`__ Release tag & head commit information updated for
+ hw061220a.opmst
+- `36e24db6 <https://github.com/open-power/hcode/commit/36e24db6>`__ Release tag & head commit information updated for
+ hw061520a.opmst
+- `76de8981 <https://github.com/open-power/hcode/commit/76de8981>`__ Release tag & head commit information updated for
+ hw061620a.opmst
+- `b46d5428 <https://github.com/open-power/hcode/commit/b46d5428>`__ Release tag & head commit information updated for
+ hw061720a.opmst
+- `e53963b3 <https://github.com/open-power/hcode/commit/e53963b3>`__ Release tag & head commit information updated for
+ hw061920a.opmst
+- `f0e7e419 <https://github.com/open-power/hcode/commit/f0e7e419>`__ Release tag & head commit information updated for
+ hw062220a.opmst
+- `0c546472 <https://github.com/open-power/hcode/commit/0c546472>`__ Release tag & head commit information updated for
+ hw062320a.opmst
+- `0727c28f <https://github.com/open-power/hcode/commit/0727c28f>`__ Release tag & head commit information updated for
+ hw062420a.opmst
+- `54639d32 <https://github.com/open-power/hcode/commit/54639d32>`__ Release tag & head commit information updated for
+ hw062520a.opmst
+- `6b0aa448 <https://github.com/open-power/hcode/commit/6b0aa448>`__ Release tag & head commit information updated for
+ hw062620a.opmst
+- `30e3e71d <https://github.com/open-power/hcode/commit/30e3e71d>`__ Release tag & head commit information updated for
+ hw062920a.opmst
+- `0d09e40f <https://github.com/open-power/hcode/commit/0d09e40f>`__ Release tag & head commit information updated for
+ hw070120a.opmst
+- `f08d50cc <https://github.com/open-power/hcode/commit/f08d50cc>`__ Release tag & head commit information updated for
+ hw070220a.opmst
+- `11404d3b <https://github.com/open-power/hcode/commit/11404d3b>`__ Release tag & head commit information updated for
+ hw070620a.opmst
+- `1e103eee <https://github.com/open-power/hcode/commit/1e103eee>`__ Release tag & head commit information updated for
+ hw070720a.opmst
+- `0d911d37 <https://github.com/open-power/hcode/commit/0d911d37>`__ Release tag & head commit information updated for
+ hw070920a.opmst
+- `53a4facd <https://github.com/open-power/hcode/commit/53a4facd>`__ Release tag & head commit information updated for
+ hw071020a.opmst
+- `38ce4727 <https://github.com/open-power/hcode/commit/38ce4727>`__ Release tag & head commit information updated for
+ hw071420a.opmst
+- `081e2899 <https://github.com/open-power/hcode/commit/081e2899>`__ Release tag & head commit information updated for
+ hw072020a.opmst
+- `a815e84b <https://github.com/open-power/hcode/commit/a815e84b>`__ Release tag & head commit information updated for
+ hw072020b.opmst
+- `2811141b <https://github.com/open-power/hcode/commit/2811141b>`__ Release tag & head commit information updated for
+ hw072220a.opmst
+- `1069536b <https://github.com/open-power/hcode/commit/1069536b>`__ Release tag & head commit information updated for
+ hw072320a.opmst
+- `61a718bd <https://github.com/open-power/hcode/commit/61a718bd>`__ Release tag & head commit information updated for
+ hw072420a.opmst
+- `9670cd9c <https://github.com/open-power/hcode/commit/9670cd9c>`__ Release tag & head commit information updated for
+ hw072720a.opmst
+- `dc43d89c <https://github.com/open-power/hcode/commit/dc43d89c>`__ Release tag & head commit information updated for
+ hw072820a.opmst
+- `0a793f9b <https://github.com/open-power/hcode/commit/0a793f9b>`__ Release tag & head commit information updated for
+ hw072920a.opmst
+- `c32cbe4f <https://github.com/open-power/hcode/commit/c32cbe4f>`__ Release tag & head commit information updated for
+ hw073020a.opmst
+- `0beeec42 <https://github.com/open-power/hcode/commit/0beeec42>`__ Release tag & head commit information updated for
+ hw080320a.opmst
+- `9f38a36d <https://github.com/open-power/hcode/commit/9f38a36d>`__ Release tag & head commit information updated for
+ hw080420a.opmst
+- `9547fb46 <https://github.com/open-power/hcode/commit/9547fb46>`__ Release tag & head commit information updated for
+ hw080520a.opmst
+- `d9a9c7f0 <https://github.com/open-power/hcode/commit/d9a9c7f0>`__ Release tag & head commit information updated for
+ hw080820a.opmst
+- `4cf71d64 <https://github.com/open-power/hcode/commit/4cf71d64>`__ Release tag & head commit information updated for
+ hw080920a.opmst
+- `6d1885ba <https://github.com/open-power/hcode/commit/6d1885ba>`__ Release tag & head commit information updated for
+ hw081020a.opmst
+- `98e82b38 <https://github.com/open-power/hcode/commit/98e82b38>`__ Release tag & head commit information updated for
+ hw081120a.opmst
+- `c9d11845 <https://github.com/open-power/hcode/commit/c9d11845>`__ Release tag & head commit information updated for
+ hw081220a.opmst
+- `5f7b0006 <https://github.com/open-power/hcode/commit/5f7b0006>`__ Release tag & head commit information updated for
+ hw081320a.opmst
+- `168e604a <https://github.com/open-power/hcode/commit/168e604a>`__ Release tag & head commit information updated for
+ hw081420a.opmst
+- `a2fe7292 <https://github.com/open-power/hcode/commit/a2fe7292>`__ Release tag & head commit information updated for
+ hw081720a.opmst
+- `d50779d4 <https://github.com/open-power/hcode/commit/d50779d4>`__ Release tag & head commit information updated for
+ hw081820a.opmst
+- `1e8c08ab <https://github.com/open-power/hcode/commit/1e8c08ab>`__ Release tag & head commit information updated for
+ hw081920a.opmst
+- `373f579c <https://github.com/open-power/hcode/commit/373f579c>`__ Release tag & head commit information updated for
+ hw082020a.opmst
+- `3d73e2de <https://github.com/open-power/hcode/commit/3d73e2de>`__ Release tag & head commit information updated for
+ hw082120a.opmst
+- `1eb90be7 <https://github.com/open-power/hcode/commit/1eb90be7>`__ Release tag & head commit information updated for
+ hw082220a.opmst
+- `05079b3a <https://github.com/open-power/hcode/commit/05079b3a>`__ Release tag & head commit information updated for
+ hw082520a.opmst
+- `508c6811 <https://github.com/open-power/hcode/commit/508c6811>`__ Release tag & head commit information updated for
+ hw082520b.opmst
+- `bdd579e3 <https://github.com/open-power/hcode/commit/bdd579e3>`__ Release tag & head commit information updated for
+ hw082720a.opmst
+- `0f805db1 <https://github.com/open-power/hcode/commit/0f805db1>`__ Release tag & head commit information updated for
+ hw083020a.opmst
+- `98f60183 <https://github.com/open-power/hcode/commit/98f60183>`__ Release tag & head commit information updated for
+ hw090120a.opmst
+- `8b0ce4fd <https://github.com/open-power/hcode/commit/8b0ce4fd>`__ Release tag & head commit information updated for
+ hw090220a.opmst
+- `54d10e49 <https://github.com/open-power/hcode/commit/54d10e49>`__ Release tag & head commit information updated for
+ hw090320a.opmst
+- `75e6406b <https://github.com/open-power/hcode/commit/75e6406b>`__ Release tag & head commit information updated for
+ hw090520a.opmst
+- `c0936168 <https://github.com/open-power/hcode/commit/c0936168>`__ Release tag & head commit information updated for
+ hw090920a.opmst
+- `2da89cbf <https://github.com/open-power/hcode/commit/2da89cbf>`__ Release tag & head commit information updated for
+ hw091020a.opmst
+- `2a77a07b <https://github.com/open-power/hcode/commit/2a77a07b>`__ Release tag & head commit information updated for
+ hw091120a.opmst
+- `551fa1f6 <https://github.com/open-power/hcode/commit/551fa1f6>`__ Release tag & head commit information updated for
+ hw091620a.opmst
+- `1ac085df <https://github.com/open-power/hcode/commit/1ac085df>`__ Release tag & head commit information updated for
+ hw091720a.opmst
+- `f1351576 <https://github.com/open-power/hcode/commit/f1351576>`__ Release tag & head commit information updated for
+ hw091820a.opmst
+- `835066a0 <https://github.com/open-power/hcode/commit/835066a0>`__ Release tag & head commit information updated for
+ hw092120a.opmst
+- `03aa3c92 <https://github.com/open-power/hcode/commit/03aa3c92>`__ Release tag & head commit information updated for
+ hw092220a.opmst
+- `e494c325 <https://github.com/open-power/hcode/commit/e494c325>`__ Release tag & head commit information updated for
+ hw092320a.opmst
+- `08f200b8 <https://github.com/open-power/hcode/commit/08f200b8>`__ Release tag & head commit information updated for
+ hw092420a.opmst
+- `ee9e0a5d <https://github.com/open-power/hcode/commit/ee9e0a5d>`__ Release tag & head commit information updated for
+ hw092520a.opmst
+- `68fab35e <https://github.com/open-power/hcode/commit/68fab35e>`__ Release tag & head commit information updated for
+ hw092820a.opmst
+- `0e7721f7 <https://github.com/open-power/hcode/commit/0e7721f7>`__ Release tag & head commit information updated for
+ hw092920a.opmst
+- `b17a0278 <https://github.com/open-power/hcode/commit/b17a0278>`__ Release tag & head commit information updated for
+ hw093020a.opmst
+- `5df62c35 <https://github.com/open-power/hcode/commit/5df62c35>`__ Release tag & head commit information updated for
+ hw100320a.opmst
+- `bad7a125 <https://github.com/open-power/hcode/commit/bad7a125>`__ Release tag & head commit information updated for
+ hw100620a.opmst
+- `cd58b865 <https://github.com/open-power/hcode/commit/cd58b865>`__ Release tag & head commit information updated for
+ hw100720a.opmst
+- `52cd5aad <https://github.com/open-power/hcode/commit/52cd5aad>`__ Release tag & head commit information updated for
+ hw100920a.opmst
+- `c2ca8494 <https://github.com/open-power/hcode/commit/c2ca8494>`__ Release tag & head commit information updated for
+ hw101120a.opmst
+- `cd07c463 <https://github.com/open-power/hcode/commit/cd07c463>`__ Release tag & head commit information updated for
+ hw101220a.opmst
+- `c4ff99e8 <https://github.com/open-power/hcode/commit/c4ff99e8>`__ Release tag & head commit information updated for
+ hw101320a.opmst
+- `d0f308bf <https://github.com/open-power/hcode/commit/d0f308bf>`__ Release tag & head commit information updated for
+ hw101520a.opmst
+- `8ff58c8a <https://github.com/open-power/hcode/commit/8ff58c8a>`__ Release tag & head commit information updated for
+ hw101620a.opmst
+- `fbc889dd <https://github.com/open-power/hcode/commit/fbc889dd>`__ Release tag & head commit information updated for
+ hw101920a.opmst
+- `8921f64e <https://github.com/open-power/hcode/commit/8921f64e>`__ Release tag & head commit information updated for
+ hw102320a.opmst
+- `fad1a0f6 <https://github.com/open-power/hcode/commit/fad1a0f6>`__ Release tag & head commit information updated for
+ hw102620a.opmst
+- `738a0641 <https://github.com/open-power/hcode/commit/738a0641>`__ Release tag & head commit information updated for
+ hw102720a.opmst
+- `fc41fd13 <https://github.com/open-power/hcode/commit/fc41fd13>`__ Release tag & head commit information updated for
+ hw102820a.opmst
+- `3e4b2934 <https://github.com/open-power/hcode/commit/3e4b2934>`__ Release tag & head commit information updated for
+ hw103020a.opmst
+
+Package: hostboot
+-----------------
+
+`Repository <https://github.com/open-power/hostboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Adam Hale (1):
+
+- `504cb2180 <https://github.com/open-power/hostboot/commit/504cb2180>`__ Allow OMIC targeting on OMI\_DL regs
+
+Alvin Wang (3):
+
+- `2c11a06a0 <https://github.com/open-power/hostboot/commit/2c11a06a0>`__ Add empty files for kind library
+- `1b0c5068b <https://github.com/open-power/hostboot/commit/1b0c5068b>`__ Move kind library to generic
+- `2343ee202 <https://github.com/open-power/hostboot/commit/2343ee202>`__ Add OMI\_EDPL\_DISABLE attribute
+
+Amita Banchhor (6):
+
+- `0158bfc1d <https://github.com/open-power/hostboot/commit/0158bfc1d>`__ FW STATUS logging extended
+- `085048876 <https://github.com/open-power/hostboot/commit/085048876>`__ Adding blank files for moving has\_rcd from nm unmask to
+ nm dimm
+- `2645ac029 <https://github.com/open-power/hostboot/commit/2645ac029>`__ fw\_status logging improved
+- `ed23d239d <https://github.com/open-power/hostboot/commit/ed23d239d>`__ adding new file exp\_kind.H to have declarations for
+ exp\_kind.C
+- `066d6f7e5 <https://github.com/open-power/hostboot/commit/066d6f7e5>`__ Moving has\_rcd from namespace unmask to namespace dimm
+- `0a38f6791 <https://github.com/open-power/hostboot/commit/0a38f6791>`__ Update Galois APIs to accept uint64\_t as inputs for all
+ functions
+
+Andre A. Marin (7):
+
+- `33fb53d3a <https://github.com/open-power/hostboot/commit/33fb53d3a>`__ Update SPD for rev 0.3
+- `523a24db9 <https://github.com/open-power/hostboot/commit/523a24db9>`__ Add p9c\_mss\_funcs object file to istep07 makefile
+- `daeb4ee75 <https://github.com/open-power/hostboot/commit/daeb4ee75>`__ Limit centaur m\_mba\_throttle to avoid over current
+ warning
+- `0866bcba2 <https://github.com/open-power/hostboot/commit/0866bcba2>`__ Fix DDIMM SPD revision fallback for DDIMM
+- `5344a7393 <https://github.com/open-power/hostboot/commit/5344a7393>`__ Add missing DEPLIBS for p9c\_mss\_funcs
+- `ba26156a6 <https://github.com/open-power/hostboot/commit/ba26156a6>`__ Add new SPD bytes for RCD parameters for rev 0.4
+- `efa47dd47 <https://github.com/open-power/hostboot/commit/efa47dd47>`__ Makefile changes for exp fw update to work
+
+Austin Cui (1):
+
+- `c7ee4833c <https://github.com/open-power/hostboot/commit/c7ee4833c>`__ EKB P9 build fix on RHEL7 systems
+
+Ben Gass (1):
+
+- `3c1e77dec <https://github.com/open-power/hostboot/commit/3c1e77dec>`__ Update explorer command tags in the initfile.
+
+Bill Hoffa (2):
+
+- `521bfe25e <https://github.com/open-power/hostboot/commit/521bfe25e>`__ Increase max code line length to 100 characters
+- `6e9f0d219 <https://github.com/open-power/hostboot/commit/6e9f0d219>`__ Increase HBRT Partition Size to 0x800000
+
+Brian Stegmiller (1):
+
+- `e8f69cae9 <https://github.com/open-power/hostboot/commit/e8f69cae9>`__ PRD: HMS/OpenCAPI adapter errors
+
+Caleb Palmer (34):
+
+- `f66ae38cb <https://github.com/open-power/hostboot/commit/f66ae38cb>`__ PRD: Correct unit checkstops in MCC to checkstop root
+ cause
+- `a77fcb358 <https://github.com/open-power/hostboot/commit/a77fcb358>`__ MDIA: Reenable restore DRAM repairs in memdiags
+- `f7517b0d4 <https://github.com/open-power/hostboot/commit/f7517b0d4>`__ PRD: Fix endianness of dqMapping in mem capture data
+- `a6a022676 <https://github.com/open-power/hostboot/commit/a6a022676>`__ PRD: Add OMI error related registers to FFDC
+- `c08526423 <https://github.com/open-power/hostboot/commit/c08526423>`__ PRD: Capture USTLSTATUS register for FFDC
+- `69e8f8ff3 <https://github.com/open-power/hostboot/commit/69e8f8ff3>`__ PRD: Default callout for failure to scom OCMB to cover
+ chnl fails
+- `34f69b535 <https://github.com/open-power/hostboot/commit/34f69b535>`__ PRD: Return nullptr for missing subchannels in
+ getConnected
+- `f8097fd88 <https://github.com/open-power/hostboot/commit/f8097fd88>`__ MDIA: Properly get OMIC parent to check HW state
+- `235b00450 <https://github.com/open-power/hostboot/commit/235b00450>`__ PRD: Toggle summary mask reg after cleanup of chnl attns
+- `a21c00340 <https://github.com/open-power/hostboot/commit/a21c00340>`__ PRD: Collect FFDC from both sides of bus for OMI errs
+- `08ba8e429 <https://github.com/open-power/hostboot/commit/08ba8e429>`__ PRD: Remove NPU targets from read PNOR and write HOMER
+ code
+- `4f6899b9e <https://github.com/open-power/hostboot/commit/4f6899b9e>`__ ATTN: Check OCMBs for attns during certain parts of the
+ IPL
+- `25e19b151 <https://github.com/open-power/hostboot/commit/25e19b151>`__ PRD: OMI error FFDC collection minor adjustments
+- `acbec491e <https://github.com/open-power/hostboot/commit/acbec491e>`__ PRD: Consolidate extra memory signatures
+- `438beac29 <https://github.com/open-power/hostboot/commit/438beac29>`__ PRD: Blunt force check all OCMBs for attentions
+- `f0ac9b733 <https://github.com/open-power/hostboot/commit/f0ac9b733>`__ PRD: Poll PRD\_HWP\_PLID before scomming OCMBs in certain
+ isteps
+- `653512230 <https://github.com/open-power/hostboot/commit/653512230>`__ PRD: Fix for PRD repo mirror in analyzeOcmbs
+- `9639e0ad7 <https://github.com/open-power/hostboot/commit/9639e0ad7>`__ PRD: adjust DSTLFIR re-setting workaround
+- `602fe789b <https://github.com/open-power/hostboot/commit/602fe789b>`__ PRD: Don't ban TPS when all dram repairs used
+- `baad9527f <https://github.com/open-power/hostboot/commit/baad9527f>`__ PRD: Update OCMB symbol to DQ mapping
+- `d6c8dc2dd <https://github.com/open-power/hostboot/commit/d6c8dc2dd>`__ PRD: Fix memport dq2Symbol function
+- `337475699 <https://github.com/open-power/hostboot/commit/337475699>`__ PRD: Adjust scrub error threshold timer
+- `30ad900b9 <https://github.com/open-power/hostboot/commit/30ad900b9>`__ PRD: Adjust MemAddr end address creation for Centaur
+- `7277568f7 <https://github.com/open-power/hostboot/commit/7277568f7>`__ PRD: DQ Mapping endianness logging fix
+- `4152f3a49 <https://github.com/open-power/hostboot/commit/4152f3a49>`__ PRD: Disable dynamic memory deallocation for now
+- `93e59414f <https://github.com/open-power/hostboot/commit/93e59414f>`__ MDIA: Fix OMIDLFIR addr in timeout FFDC
+- `b4d86165b <https://github.com/open-power/hostboot/commit/b4d86165b>`__ PRD: Bad DQ Bitmap spare byte updates
+- `5d53ef8d5 <https://github.com/open-power/hostboot/commit/5d53ef8d5>`__ PRD: Only temporarily disable dynMemDealloc for OCMBs
+- `04c8dbb78 <https://github.com/open-power/hostboot/commit/04c8dbb78>`__ PRD: Fix tracing in cleanupChnlAttns workaround
+- `8a7983ebe <https://github.com/open-power/hostboot/commit/8a7983ebe>`__ PRD: Adjust return code when resetting DSLTFIR for OCMB
+ attns
+- `bcabe6e22 <https://github.com/open-power/hostboot/commit/bcabe6e22>`__ PRD: Use the same MNFG Mem CE Thr for all DRAM densities
+- `cca3ddf35 <https://github.com/open-power/hostboot/commit/cca3ddf35>`__ PRD: Add Additional TLX Error Report Regs to FFDC
+- `896a0ff76 <https://github.com/open-power/hostboot/commit/896a0ff76>`__ MDIA: Reenable restoreDramRepairs in memdiags
+- `e6eb4089f <https://github.com/open-power/hostboot/commit/e6eb4089f>`__ PRD: Update IUE thr triggers chnl fail instead of port
+ fail
+
+Chen Du (1):
+
+- `d6a35a476 <https://github.com/open-power/hostboot/commit/d6a35a476>`__ Dimm FAPI\_POS update
+
+Christian Geddes (6):
+
+- `967ca2cc7 <https://github.com/open-power/hostboot/commit/967ca2cc7>`__ Handle fapi2 getChildren for OCMB targets
+- `f98b8f4d6 <https://github.com/open-power/hostboot/commit/f98b8f4d6>`__ Port MCTP and PLDM stacks to P9
+- `aa7a85e18 <https://github.com/open-power/hostboot/commit/aa7a85e18>`__ MCTP: Address double free issue seen during istep 6.6
+- `f1bf839ad <https://github.com/open-power/hostboot/commit/f1bf839ad>`__ Fix bad port of LPC workaround for MCTP over LPC
+- `40f262bcb <https://github.com/open-power/hostboot/commit/40f262bcb>`__ Make the task\_type of the pldm\_extended module be
+ INIT\_TASK
+- `938535910 <https://github.com/open-power/hostboot/commit/938535910>`__ Workaround to load WOF lid from BMC in Tacoma
+
+Christian R Geddes (1):
+
+- `38aed2e2f <https://github.com/open-power/hostboot/commit/38aed2e2f>`__ Revert "Blank file commit for dstlfir workaround"
+
+Corey Swenson (3):
+
+- `36b16d351 <https://github.com/open-power/hostboot/commit/36b16d351>`__ Move the clearing of DIMM\_BAD\_DQ\_DATA to istep 7.1
+- `16e8000d0 <https://github.com/open-power/hostboot/commit/16e8000d0>`__ Delete error logs at end of HWP\_INVOKE
+- `4df8a9f9a <https://github.com/open-power/hostboot/commit/4df8a9f9a>`__ Add trace-lite tools to hostboot
+
+Dan Crowell (8):
+
+- `0cbfa4df9 <https://github.com/open-power/hostboot/commit/0cbfa4df9>`__ Increase timeout for nvdimm status during arm
+- `00f32c7b6 <https://github.com/open-power/hostboot/commit/00f32c7b6>`__ Temporarily disable OCMB comm tests
+- `a7d60085f <https://github.com/open-power/hostboot/commit/a7d60085f>`__ Update eecache with new SPD
+- `ef0fd93a6 <https://github.com/open-power/hostboot/commit/ef0fd93a6>`__ Allow GENERICI2CSLAVE children of OCMB targets
+- `adfb175c5 <https://github.com/open-power/hostboot/commit/adfb175c5>`__ Run Explorer FW Update in parallel
+- `5744d86f2 <https://github.com/open-power/hostboot/commit/5744d86f2>`__ Trigger reboot after OCMB firmware update
+- `21406eedb <https://github.com/open-power/hostboot/commit/21406eedb>`__ Fix some mss istep dependency issues
+- `449a1d765 <https://github.com/open-power/hostboot/commit/449a1d765>`__ Disable Centaur sensor cache during VPD write request
+
+Dan Larson (1):
+
+- `ebb7f0778 <https://github.com/open-power/hostboot/commit/ebb7f0778>`__ Increase CUMULUS\_CDIMM timeout to 75 minutes
+
+Daniel M Crowell (1):
+
+- `ea90451a8 <https://github.com/open-power/hostboot/commit/ea90451a8>`__ Revert "Move kind library to generic"
+
+Ilya Smirnov (3):
+
+- `0e3727a5f <https://github.com/open-power/hostboot/commit/0e3727a5f>`__ Run distributeSmfMem on FSP Systems
+- `4d5564e4b <https://github.com/open-power/hostboot/commit/4d5564e4b>`__ PLDM File IO: Get MCL Lids via PLDM
+- `90cdc643d <https://github.com/open-power/hostboot/commit/90cdc643d>`__ Use TEMP Side In PLDM File IO
+
+Jayashankar Padath (3):
+
+- `bf351bba0 <https://github.com/open-power/hostboot/commit/bf351bba0>`__ HDAT: Fix to update the system type
+- `7e53ed88f <https://github.com/open-power/hostboot/commit/7e53ed88f>`__ HDAT: Update on the platform IPL side
+- `878a64651 <https://github.com/open-power/hostboot/commit/878a64651>`__ HDAT: Value change on the platform IPL side
+
+Joachim Fenkes (3):
+
+- `e64d23858 <https://github.com/open-power/hostboot/commit/e64d23858>`__ FAPI2: Add static compile time checks for some Target
+ methods
+- `881562e7b <https://github.com/open-power/hostboot/commit/881562e7b>`__ FAPI2: Add target method to safely construct reduced-type
+ targets
+- `985c85f0e <https://github.com/open-power/hostboot/commit/985c85f0e>`__ FAPI2: Stricter checks for getChildren
+
+Joe McGill (1):
+
+- `10a6ca392 <https://github.com/open-power/hostboot/commit/10a6ca392>`__ Enable OBUS DL HW fix for p9c DD1.3
+
+Li Meng (14):
+
+- `48befbce6 <https://github.com/open-power/hostboot/commit/48befbce6>`__ Adds LRDIMM MWD coarse training step
+- `b67e7b02e <https://github.com/open-power/hostboot/commit/b67e7b02e>`__ Creates LRDIMM mrep/dwl calibration recorder class
+- `83e105f61 <https://github.com/open-power/hostboot/commit/83e105f61>`__ Adds LRDIMM MWD fine training step
+- `d751613d4 <https://github.com/open-power/hostboot/commit/d751613d4>`__ Adds error logging features to LRDIMM MRD\_COARSE
+- `a40f39c43 <https://github.com/open-power/hostboot/commit/a40f39c43>`__ Adds workaround for LRDIMM to clear FIRs
+- `ae49a214c <https://github.com/open-power/hostboot/commit/ae49a214c>`__ Adds new algorithm for DWL
+- `435f43e78 <https://github.com/open-power/hostboot/commit/435f43e78>`__ Adds error logging features to LRDIMM MWD\_COARSE
+- `9363dfe48 <https://github.com/open-power/hostboot/commit/9363dfe48>`__ Adds RAS features to LRDIMM MRD\_FINE and use
+ fine\_recorder class
+- `ca8335916 <https://github.com/open-power/hostboot/commit/ca8335916>`__ Fixes LRDIMM training issue
+- `6dee960a2 <https://github.com/open-power/hostboot/commit/6dee960a2>`__ Adds LRDIMM coarse class
+- `f36692fbd <https://github.com/open-power/hostboot/commit/f36692fbd>`__ Fixes LRDIMM set rank presence bug
+- `5408446c6 <https://github.com/open-power/hostboot/commit/5408446c6>`__ Fixes for missing error check in MRD\_FINE
+- `6dbeb72ff <https://github.com/open-power/hostboot/commit/6dbeb72ff>`__ Adds error logging features to LRDIMM MWD\_FINE
+- `1137f37ae <https://github.com/open-power/hostboot/commit/1137f37ae>`__ Fixes for LRDIMM dual drop DB training
+
+Louis Stermole (29):
+
+- `27ca327c8 <https://github.com/open-power/hostboot/commit/27ca327c8>`__ Fix restore DRAM repairs to skip non-existent spare
+ nibbles on Explorer
+- `82fec3881 <https://github.com/open-power/hostboot/commit/82fec3881>`__ Add empty files for HB commit 97450
+- `85f42ae3c <https://github.com/open-power/hostboot/commit/85f42ae3c>`__ Update exp\_omi\_train\_check polling to avoid scom read
+ errors
+- `a75cc465a <https://github.com/open-power/hostboot/commit/a75cc465a>`__ Check Explorer FW version and store in attrs in HWPs
+- `cb6a25a2c <https://github.com/open-power/hostboot/commit/cb6a25a2c>`__ Update TXSDLL setting to 1024 per JESD79-D for Explorer
+- `2b424ad43 <https://github.com/open-power/hostboot/commit/2b424ad43>`__ Add FIR checking to \*\_omi\_train\_check fail path
+- `9a6108787 <https://github.com/open-power/hostboot/commit/9a6108787>`__ Add throttle and power settings to exp\_scominit
+- `e0aba037e <https://github.com/open-power/hostboot/commit/e0aba037e>`__ Fix endianness switching in new FW\_ADAPTER\_PROPERTIES
+ code
+- `4be6a9822 <https://github.com/open-power/hostboot/commit/4be6a9822>`__ Mask DLx\_ERROR\_HOLD tx side errors on Exp and Axone
+- `e56861871 <https://github.com/open-power/hostboot/commit/e56861871>`__ Add p9a DDIMM SPD revision plug rules
+- `9382299da <https://github.com/open-power/hostboot/commit/9382299da>`__ Add Explorer B.0 support in ddimm\_get\_efd
+- `b76217d67 <https://github.com/open-power/hostboot/commit/b76217d67>`__ Fix inverted mask value in trace of manual FIR checks
+- `9ccf79cd3 <https://github.com/open-power/hostboot/commit/9ccf79cd3>`__ Fix encoding for DRAM\_MODULE\_HEIGHT for 4U
+- `44897659b <https://github.com/open-power/hostboot/commit/44897659b>`__ Add attributes and SPD decode for secondary DDIMM thermal
+ sensors
+- `0c51e130d <https://github.com/open-power/hostboot/commit/0c51e130d>`__ Add new decode of EFD ODT impedance for DDIMM SPD 0.4
+- `e370d9b50 <https://github.com/open-power/hostboot/commit/e370d9b50>`__ Add EFD decodes for DDIMM RCD attributes
+- `4d05669fc <https://github.com/open-power/hostboot/commit/4d05669fc>`__ Move Explorer UNIT\_TOP FIR unmasks into exp\_omi\_setup
+- `0bb0e6b49 <https://github.com/open-power/hostboot/commit/0bb0e6b49>`__ Fix attribute enum for Smart in
+ ATTR\_MEM\_EFF\_MODULE\_MFG\_ID
+- `57a6d8e5a <https://github.com/open-power/hostboot/commit/57a6d8e5a>`__ Fix memory attributes that have both a default and
+ initToZero tags
+- `7c92b2e3d <https://github.com/open-power/hostboot/commit/7c92b2e3d>`__ Fix exp\_fw\_log, and add wrapper
+- `d65d97199 <https://github.com/open-power/hostboot/commit/d65d97199>`__ Move Explorer obj handle and cmd flag setup from
+ exp\_scominit to exp\_omi\_init
+- `12a287941 <https://github.com/open-power/hostboot/commit/12a287941>`__ Fix duplicate symbol errors from DEFAULT\_MC\_TYPE
+- `e3601cec6 <https://github.com/open-power/hostboot/commit/e3601cec6>`__ Explorer FIR cleanup
+- `cba475719 <https://github.com/open-power/hostboot/commit/cba475719>`__ Support multiple revisions of user\_input\_msdg\_t
+- `28f61d13e <https://github.com/open-power/hostboot/commit/28f61d13e>`__ Add check in gen\_throttle for divide by zero
+- `4d8cac242 <https://github.com/open-power/hostboot/commit/4d8cac242>`__ Explorer thermal sensor polling updates
+- `40896560c <https://github.com/open-power/hostboot/commit/40896560c>`__ Remove DDIMM thermal sensor DRAM\_AND\_PMIC usage
+- `27cf4344f <https://github.com/open-power/hostboot/commit/27cf4344f>`__ Change memory throttle float conversions for trace to
+ uint32
+- `c4118dbd5 <https://github.com/open-power/hostboot/commit/c4118dbd5>`__ Add support for secondary DDIMM thermal sensors
+
+Luis Fernandez (1):
+
+- `d629ce10b <https://github.com/open-power/hostboot/commit/d629ce10b>`__ Fix Intermittent FIPS Build Failure
+
+Mark Pizzutillo (32):
+
+- `f8aa97dd7 <https://github.com/open-power/hostboot/commit/f8aa97dd7>`__ Tokenize attributes for ATTR\_I2C\_DEV\_TYPE
+- `6923d6325 <https://github.com/open-power/hostboot/commit/6923d6325>`__ Fix attribute encoding for PREAMBLE attribute
+- `8e10bc15b <https://github.com/open-power/hostboot/commit/8e10bc15b>`__ Update PMIC disabling pre-enable to make use of sequence
+ attributes
+- `e510e8b58 <https://github.com/open-power/hostboot/commit/e510e8b58>`__ Add blank file for pmic\_attributes.xml
+- `e6a416c71 <https://github.com/open-power/hostboot/commit/e6a416c71>`__ Add support for PMIC 4U enable
+- `ca462d844 <https://github.com/open-power/hostboot/commit/ca462d844>`__ Fixes for PMIC 4U Enable
+- `35257f51c <https://github.com/open-power/hostboot/commit/35257f51c>`__ Fix F0RC1x offset train display bug
+- `3be8b0403 <https://github.com/open-power/hostboot/commit/3be8b0403>`__ Update ADC setting for ALERT\_PIN\_CFG for PMIC 4U
+- `1ea8cd47e <https://github.com/open-power/hostboot/commit/1ea8cd47e>`__ Suppress Wide character in print errors
+- `11435b168 <https://github.com/open-power/hostboot/commit/11435b168>`__ Fix 4U enable to work when efuse is already enabled
+- `f6f95de35 <https://github.com/open-power/hostboot/commit/f6f95de35>`__ PMIC 4U - Add 4 new GPIO init steps
+- `a8c636919 <https://github.com/open-power/hostboot/commit/a8c636919>`__ PMIC Enable and Lab Tool Optimizations
+- `861931b03 <https://github.com/open-power/hostboot/commit/861931b03>`__ Fix support for revision 0.4 SPD
+- `72d08f6b7 <https://github.com/open-power/hostboot/commit/72d08f6b7>`__ Add support for PMIC current consumption warning fields
+- `df3467291 <https://github.com/open-power/hostboot/commit/df3467291>`__ Add RCD timing attributes for 4U
+- `59603a869 <https://github.com/open-power/hostboot/commit/59603a869>`__ Fix EKB compile fail due to latch\_wr\_vref error
+- `8228f9fd5 <https://github.com/open-power/hostboot/commit/8228f9fd5>`__ Port latch\_wr\_vref to generic (Part 1.5)
+- `73e0f5ff0 <https://github.com/open-power/hostboot/commit/73e0f5ff0>`__ Add platform accessor for GPIO + ADC i2c addresses
+- `770556888 <https://github.com/open-power/hostboot/commit/770556888>`__ Port latch\_wr\_vref to generic (Part 1)
+- `5318d0fc6 <https://github.com/open-power/hostboot/commit/5318d0fc6>`__ Add support for PMIC 1U/2U PWR\_GOOD IO Mode
+- `b87ca4bf9 <https://github.com/open-power/hostboot/commit/b87ca4bf9>`__ Port latch\_wr\_vref to generic (Part 1.5a)
+- `a0d8da2d9 <https://github.com/open-power/hostboot/commit/a0d8da2d9>`__ Port latch\_wr\_vref to generic (Part 2+3)
+- `2ca2bb3c9 <https://github.com/open-power/hostboot/commit/2ca2bb3c9>`__ Revert "Add support for PMIC 1U/2U PWR\_GOOD IO Mode"
+- `0092646c2 <https://github.com/open-power/hostboot/commit/0092646c2>`__ Update explorer CCS ODTs to support mirroring A-B
+- `6bd5227d7 <https://github.com/open-power/hostboot/commit/6bd5227d7>`__ Fix modal\_symbol\_count port
+- `c95384931 <https://github.com/open-power/hostboot/commit/c95384931>`__ Add attribute to control pmic 4U pairs to enable
+- `7a57510f8 <https://github.com/open-power/hostboot/commit/7a57510f8>`__ Max out PMIC soft stop time for 4U DDIMMs
+- `5c229da43 <https://github.com/open-power/hostboot/commit/5c229da43>`__ Small code fixes for PMIC 4U soft stop time algorithm
+- `a62a7bea5 <https://github.com/open-power/hostboot/commit/a62a7bea5>`__ Improve Explorer command error trace
+- `feadf1caf <https://github.com/open-power/hostboot/commit/feadf1caf>`__ Add support for PMIC 4U Fail-In-Place Redundancy
+- `004f1c53b <https://github.com/open-power/hostboot/commit/004f1c53b>`__ PMIC Enable Updates for soft-start/stop, VIN, etc.
+- `29cdc26e2 <https://github.com/open-power/hostboot/commit/29cdc26e2>`__ Perform PMIC soft start time workaround for 1U/2U
+
+Matt Derksen (2):
+
+- `0c2a399ee <https://github.com/open-power/hostboot/commit/0c2a399ee>`__ Wait appropriate time after enabling notifications in
+ nvdimmArm()
+- `a71e1b334 <https://github.com/open-power/hostboot/commit/a71e1b334>`__ Mask nvdimm during restore to prevent PRD error
+
+Matthew Hickman (9):
+
+- `f9e7de0c0 <https://github.com/open-power/hostboot/commit/f9e7de0c0>`__ Blank file commit for dstlfir workaround
+- `ad63e26bd <https://github.com/open-power/hostboot/commit/ad63e26bd>`__ Added restore repairs generic blank files
+- `6f50efd41 <https://github.com/open-power/hostboot/commit/6f50efd41>`__ Added restore repairs generic
+- `62be8e37c <https://github.com/open-power/hostboot/commit/62be8e37c>`__ Fixed the ccs port merge conflicts and added lab code
+- `a55d71421 <https://github.com/open-power/hostboot/commit/a55d71421>`__ Added port of MRS engine to generic
+- `5fb6459d6 <https://github.com/open-power/hostboot/commit/5fb6459d6>`__ Added MRS attributes and MRS data handling for Explorer
+- `7edcb6c35 <https://github.com/open-power/hostboot/commit/7edcb6c35>`__ Added blank files for row repair
+- `90032368e <https://github.com/open-power/hostboot/commit/90032368e>`__ Added missing row repair files
+- `30bdce784 <https://github.com/open-power/hostboot/commit/30bdce784>`__ Added row repair hwp for explorer
+
+Michael Baiocchi (1):
+
+- `164836280 <https://github.com/open-power/hostboot/commit/164836280>`__ Redo "Terminate the IPL for Physical Presence Detection
+ Errors in Mnfg Mode"
+
+Mike Baiocchi (19):
+
+- `dfa24928d <https://github.com/open-power/hostboot/commit/dfa24928d>`__ Improve Attribute Syncing For Key Clear Requests
+- `829007de4 <https://github.com/open-power/hostboot/commit/829007de4>`__ Limit fapi2 attributes that are dumped
+- `114fa85e6 <https://github.com/open-power/hostboot/commit/114fa85e6>`__ Create Informational Error Log for
+ KEY\_CLEAR\_REQUST\_MFG
+- `a1c13b524 <https://github.com/open-power/hostboot/commit/a1c13b524>`__ Clear FW Secure Version field in HDAT
+- `be66eacff <https://github.com/open-power/hostboot/commit/be66eacff>`__ Add Support UCD9090A Device and ZZ Gen4 Backplane Devices
+- `1a912de30 <https://github.com/open-power/hostboot/commit/1a912de30>`__ Remove KEY\_CLEAR\_REQUEST\_PEF\_SSO enum
+- `fb01b20d7 <https://github.com/open-power/hostboot/commit/fb01b20d7>`__ Add Support UCD9090A Device and ZZ Gen4 Backplane Devices
+- `6ffc41b01 <https://github.com/open-power/hostboot/commit/6ffc41b01>`__ Create new attributes to support sharing FW Secure
+ Version Information
+- `7e1061864 <https://github.com/open-power/hostboot/commit/7e1061864>`__ Update bbuild to b0629a\_2026.950
+- `d948f76c8 <https://github.com/open-power/hostboot/commit/d948f76c8>`__ Anti-Rollback Support: Adding Secure Version to Signed
+ Containers
+- `618107d4b <https://github.com/open-power/hostboot/commit/618107d4b>`__ Anti-Rollback Support: Secure Version passed from HBBL to
+ HDAT
+- `d7531ce49 <https://github.com/open-power/hostboot/commit/d7531ce49>`__ Anti-Rollback Support: Updating SecureROM to check for
+ Secure Version
+- `7f2e0136f <https://github.com/open-power/hostboot/commit/7f2e0136f>`__ Anti-Rollback Support: Properly use "Minimum" Secure
+ Version
+- `1ac08dd03 <https://github.com/open-power/hostboot/commit/1ac08dd03>`__ Key Clear: Fix Hostboot GPIO processing on multi-node
+ systems
+- `0494a8f6f <https://github.com/open-power/hostboot/commit/0494a8f6f>`__ Anti-Rollback Support: Add Secure Version to Tracing and
+ Logs
+- `4955889df <https://github.com/open-power/hostboot/commit/4955889df>`__ Anti-Rollback Support: Update Secure Version During SBE
+ Update
+- `05bcd5126 <https://github.com/open-power/hostboot/commit/05bcd5126>`__ Anti-Rollback Support: Add Security Checks for Secure
+ Version
+- `290fa6652 <https://github.com/open-power/hostboot/commit/290fa6652>`__ Clear Key Clear Request field in HDAT when Key Clear is
+ not enabled
+- `6e765873e <https://github.com/open-power/hostboot/commit/6e765873e>`__ Do Not Export SECURE\_VERSION Attributes to the MRW
+
+Murulidhar Nataraju (2):
+
+- `5639570c7 <https://github.com/open-power/hostboot/commit/5639570c7>`__ Disable MPIPL dump collection for OPAl based
+ systems(Fips950/master)
+- `ca08c6423 <https://github.com/open-power/hostboot/commit/ca08c6423>`__ Fips950 Disable MPIPL Dump, Update sendMboxMsg()
+
+Nick Bofferding (2):
+
+- `a6cceeddf <https://github.com/open-power/hostboot/commit/a6cceeddf>`__ Fix page coalescing for regions past initial cache
+ allocation
+- `5a5fd8f0b <https://github.com/open-power/hostboot/commit/5a5fd8f0b>`__ Workaround: Force 4,1 byte reads/writes for LPC FW space
+
+Paul Grohowski (1):
+
+- `e5adfac19 <https://github.com/open-power/hostboot/commit/e5adfac19>`__ Adds additional precanned march tests for mcbist
+
+Prasad Bg Ranganath (1):
+
+- `f174e0de2 <https://github.com/open-power/hostboot/commit/f174e0de2>`__ PM HWP: Skip logging error if ccsr doesn't match with the
+ core target state
+
+Prem Shanker Jha (1):
+
+- `b4cd81ba1 <https://github.com/open-power/hostboot/commit/b4cd81ba1>`__ pm callout: Added support for logging PFET Header error
+ detection.
+
+Rahul Batra (2):
+
+- `08548d6f8 <https://github.com/open-power/hostboot/commit/08548d6f8>`__ PM: NACK disable and OCC notification
+- `dadfff45b <https://github.com/open-power/hostboot/commit/dadfff45b>`__ PM: Process C405\_ECC\_UE FIR
+
+Roland Veloz (2):
+
+- `c24fa8d27 <https://github.com/open-power/hostboot/commit/c24fa8d27>`__ Force the refresh/update of attribute overrides at the
+ point of retrieval
+- `51d983838 <https://github.com/open-power/hostboot/commit/51d983838>`__ Fix issue with the callout\_ud::Flag data
+
+Ryan Black (1):
+
+- `202854d7c <https://github.com/open-power/hostboot/commit/202854d7c>`__ Third set of changes to enable multi-node fleetwood
+
+Sneha Kadam (2):
+
+- `06f86049b <https://github.com/open-power/hostboot/commit/06f86049b>`__ Update CAC MCBIST defaults
+- `e57a240a7 <https://github.com/open-power/hostboot/commit/e57a240a7>`__ Improve mss\_draminit\_training prints for Nimbus
+
+Stephen Glancy (34):
+
+- `5564c6e01 <https://github.com/open-power/hostboot/commit/5564c6e01>`__ Updates Centaur's refresh priority to 0
+- `2c7fd24b8 <https://github.com/open-power/hostboot/commit/2c7fd24b8>`__ Updates Explorer's refresh priority to 0
+- `1887c7fc5 <https://github.com/open-power/hostboot/commit/1887c7fc5>`__ Updates Nimbus's refresh priority to 0
+- `1bba3d97d <https://github.com/open-power/hostboot/commit/1bba3d97d>`__ Adds explorer simple response error code to callout
+- `b6d523412 <https://github.com/open-power/hostboot/commit/b6d523412>`__ Fixes explorer PHY init command flags
+- `67d1f4e7c <https://github.com/open-power/hostboot/commit/67d1f4e7c>`__ Fixes Nimbus broadcast mode configuration logic
+- `4f0932663 <https://github.com/open-power/hostboot/commit/4f0932663>`__ Adds Explorer PHY reset blankfiles
+- `b66e5bafb <https://github.com/open-power/hostboot/commit/b66e5bafb>`__ Adds explorer PHY init tool
+- `89219972a <https://github.com/open-power/hostboot/commit/89219972a>`__ Adds generic LRDIMM VREF calibration algorithm
+- `cb49aa16e <https://github.com/open-power/hostboot/commit/cb49aa16e>`__ Fixes LRDIMM m386a8k40cm2\_ctd7y workaround for cronus
+- `bdca64086 <https://github.com/open-power/hostboot/commit/bdca64086>`__ Adds Exp FW version check for PHY reset
+- `92ad38600 <https://github.com/open-power/hostboot/commit/92ad38600>`__ Fixes explorer's non-existant spare byte logic
+- `db8356bc2 <https://github.com/open-power/hostboot/commit/db8356bc2>`__ Adds LRDIMM DWL training step
+- `7d833ab19 <https://github.com/open-power/hostboot/commit/7d833ab19>`__ Adds LRDIMM helper functions
+- `c385cb0ac <https://github.com/open-power/hostboot/commit/c385cb0ac>`__ Adds LRDIMM MRD - DRAM to buffer RD calibration
+- `fdf148879 <https://github.com/open-power/hostboot/commit/fdf148879>`__ Adds error logging features to LRDIMM DWL
+- `6e1bd7a31 <https://github.com/open-power/hostboot/commit/6e1bd7a31>`__ Creates LRDIMM fine calibration recorder class
+- `e04b9f876 <https://github.com/open-power/hostboot/commit/e04b9f876>`__ Adds MRD coarse
+- `7c004085e <https://github.com/open-power/hostboot/commit/7c004085e>`__ Updates MWD\_COARSE to run multiple patterns
+- `162882053 <https://github.com/open-power/hostboot/commit/162882053>`__ Fixes LRDIMM rank configuration for dual-drop
+- `76458d225 <https://github.com/open-power/hostboot/commit/76458d225>`__ Updates CCS to run with quad encoded chip select
+- `ad8ca5af2 <https://github.com/open-power/hostboot/commit/ad8ca5af2>`__ Updates LRDIMM final value prints
+- `0a34f054a <https://github.com/open-power/hostboot/commit/0a34f054a>`__ Fixes LRDIMM command to command timing
+- `cdc4f1d24 <https://github.com/open-power/hostboot/commit/cdc4f1d24>`__ Adds generic LRDIMM VREF calibration algorithm
+- `994518198 <https://github.com/open-power/hostboot/commit/994518198>`__ Enables LRDIMM support
+- `80bc38b2e <https://github.com/open-power/hostboot/commit/80bc38b2e>`__ Updates Exp SPD revision check for revision and content
+- `cfe22384f <https://github.com/open-power/hostboot/commit/cfe22384f>`__ Fixes LRDIMM RHEL7 compile warnings
+- `aef73dab2 <https://github.com/open-power/hostboot/commit/aef73dab2>`__ Fixes 2666 CCS workaround for 4U DDIMMs
+- `524ac2879 <https://github.com/open-power/hostboot/commit/524ac2879>`__ Adds blankfile for SPD version lookups
+- `8804d964f <https://github.com/open-power/hostboot/commit/8804d964f>`__ Fixes centaur scrubrate for 16gb
+- `ebf7b47b2 <https://github.com/open-power/hostboot/commit/ebf7b47b2>`__ Adds Explorer SPD lookup autogeneration
+- `7eafce207 <https://github.com/open-power/hostboot/commit/7eafce207>`__ Updates exp SPD check to use MFG, height, and size
+- `e9cd0b2f5 <https://github.com/open-power/hostboot/commit/e9cd0b2f5>`__ Adds lab tool to check explorer SPD revision
+- `f23a497bb <https://github.com/open-power/hostboot/commit/f23a497bb>`__ Fixes explorer RCD EFD byte swaps
+
+Thi Tran (1):
+
+- `7b929b7fd <https://github.com/open-power/hostboot/commit/7b929b7fd>`__ Fix Cronus memory fault in error path
+
+William G Hoffa (1):
+
+- `23e947552 <https://github.com/open-power/hostboot/commit/23e947552>`__ Revert "Add Support UCD9090A Device and ZZ Gen4 Backplane
+ Devices"
+
+Yue Du (1):
+
+- `230e31611 <https://github.com/open-power/hostboot/commit/230e31611>`__ PFET: detect bad pfet through cme sgpe plumbling
+
+Zach Clark (2):
+
+- `aa2e2ac80 <https://github.com/open-power/hostboot/commit/aa2e2ac80>`__ Only check MC\_SYNC\_MODE for SCOM multicast workaround
+ on Nimbus
+- `b8d9cda66 <https://github.com/open-power/hostboot/commit/b8d9cda66>`__ Fix mask calculation for ATTR\_PROC\_PCIE\_PHB\_ACTIVE
+ mask
+
+Zane Shelley (10):
+
+- `508f9fe20 <https://github.com/open-power/hostboot/commit/508f9fe20>`__ PRD: Reduce HW callout severity for L3 cache inhibited op
+- `707f7a105 <https://github.com/open-power/hostboot/commit/707f7a105>`__ PRD: disable analysis to Axone NPU targets
+- `7a71358b3 <https://github.com/open-power/hostboot/commit/7a71358b3>`__ PRD: Mask NPU chiplet FIR on NPU attention (Axone only)
+- `93010119f <https://github.com/open-power/hostboot/commit/93010119f>`__ PRD: special GARD policy for NPU FIRs
+- `4c0995422 <https://github.com/open-power/hostboot/commit/4c0995422>`__ add new OpenCAPI adapter part callout enum
+- `0a7687b4b <https://github.com/open-power/hostboot/commit/0a7687b4b>`__ PRD: Update PRD simulator to support 64-bit
+- `e4fe5bbfb <https://github.com/open-power/hostboot/commit/e4fe5bbfb>`__ PRD: fix callouts when both MF clock fail
+- `3fbac2e5c <https://github.com/open-power/hostboot/commit/3fbac2e5c>`__ PRD: OpenCAPI CRC/NAK errors should be predictive on
+ threshold
+- `33d8faf0f <https://github.com/open-power/hostboot/commit/33d8faf0f>`__ PRD: stale data used for OCMB attn workaround
+- `83b779af0 <https://github.com/open-power/hostboot/commit/83b779af0>`__ PRD: allow PRD::main() accept OCMB chips
+
+shlimeng (1):
+
+- `a5742af70 <https://github.com/open-power/hostboot/commit/a5742af70>`__ Add new algorithm for MREP and error log
+
+Package: mihawk-xml
+-------------------
+
+`Repository <https://github.com/open-power/mihawk-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+NicholeWang (2):
+
+- `8efcc79 <https://github.com/open-power/mihawk-xml/commit/8efcc79>`__ Replace the MEMD file to solve the Memory detection issue
+ (#6)
+- `b1fc7ca <https://github.com/open-power/mihawk-xml/commit/b1fc7ca>`__ Replace the MEMD file to solve the Memory qual TC2 fail
+ issue (#7)
+
+Package: nicole-xml
+-------------------
+
+`Repository <https://github.com/open-power/nicole-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Artem Senichev (1):
+
+- `ac02557 <https://github.com/open-power/nicole-xml/commit/ac02557>`__ Setup PCIe lane equalization
+
+Package: occ
+------------
+
+`Repository <https://github.com/open-power/occ>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: op-build
+-----------------
+
+`Repository <https://github.com/open-power/op-build>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: p9dsu-xml
+------------------
+
+`Repository <https://github.com/open-power/p9dsu-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: petitboot
+------------------
+
+`Repository <https://github.com/open-power/petitboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: pnor
+-------------
+
+`Repository <https://github.com/open-power/pnor>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: romulus-xml
+--------------------
+
+`Repository <https://github.com/open-power/romulus-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: sbe
+------------
+
+`Repository <https://github.com/open-power/sbe>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Amita Banchhor (2):
+
+- `5b18e7d9 <https://github.com/open-power/sbe/commit/5b18e7d9>`__ FW STATUS logging extended
+- `e3873b6e <https://github.com/open-power/sbe/commit/e3873b6e>`__ fw\_status logging improved
+
+Andre A. Marin (2):
+
+- `4b6124f6 <https://github.com/open-power/sbe/commit/4b6124f6>`__ Update SPD for rev 0.3
+- `42ce353d <https://github.com/open-power/sbe/commit/42ce353d>`__ Fix DDIMM SPD revision fallback for DDIMM
+
+Austin Cui (1):
+
+- `478676aa <https://github.com/open-power/sbe/commit/478676aa>`__ EKB P9 build fix on RHEL7 systems
+
+Joachim Fenkes (5):
+
+- `015c13c9 <https://github.com/open-power/sbe/commit/015c13c9>`__ FAPI2: Add FAPI2\_RC\_PLAT\_MISCOMPARE
+- `3f32fd68 <https://github.com/open-power/sbe/commit/3f32fd68>`__ p9\_sbe\_chiplet\_pll\_setup: Don't unmask PLL unlock errors in
+ bypass mode
+- `20915f02 <https://github.com/open-power/sbe/commit/20915f02>`__ FAPI2: Add static compile time checks for some Target methods
+- `04c9316b <https://github.com/open-power/sbe/commit/04c9316b>`__ FAPI2: Add target method to safely construct reduced-type
+ targets
+- `e0e226a4 <https://github.com/open-power/sbe/commit/e0e226a4>`__ FAPI2: Stricter checks for getChildren
+
+Joe McGill (1):
+
+- `ec8e1324 <https://github.com/open-power/sbe/commit/ec8e1324>`__ Enable OBUS DL HW fix for p9c DD1.3
+
+Louis Stermole (14):
+
+- `da1b2af1 <https://github.com/open-power/sbe/commit/da1b2af1>`__ Fix DL\_OMI\_FIR unmasks after p9\_chiplet\_scominit to be DL
+ specific
+- `35e92de2 <https://github.com/open-power/sbe/commit/35e92de2>`__ Fix restore DRAM repairs to skip non-existent spare nibbles on
+ Explorer
+- `a4bd21d1 <https://github.com/open-power/sbe/commit/a4bd21d1>`__ Add support for EXP\_FW\_TWI\_FFE\_SETTINGS command
+- `c6e7a835 <https://github.com/open-power/sbe/commit/c6e7a835>`__ Update exp\_omi\_train\_check polling to avoid scom read errors
+- `c21a0770 <https://github.com/open-power/sbe/commit/c21a0770>`__ Check Explorer FW version and store in attrs in HWPs
+- `3e10c795 <https://github.com/open-power/sbe/commit/3e10c795>`__ Add throttle and power settings to exp\_scominit
+- `7432b245 <https://github.com/open-power/sbe/commit/7432b245>`__ Add FIR checking to \*\_omi\_train\_check fail path
+- `91793f89 <https://github.com/open-power/sbe/commit/91793f89>`__ Add p9a DDIMM SPD revision plug rules
+- `2eb005e5 <https://github.com/open-power/sbe/commit/2eb005e5>`__ Fix inverted mask value in trace of manual FIR checks
+- `19a268be <https://github.com/open-power/sbe/commit/19a268be>`__ Add attributes and SPD decode for secondary DDIMM thermal
+ sensors
+- `3bfda87d <https://github.com/open-power/sbe/commit/3bfda87d>`__ Add EFD decodes for DDIMM RCD attributes
+- `a5fea186 <https://github.com/open-power/sbe/commit/a5fea186>`__ Support multiple revisions of user\_input\_msdg\_t
+- `036f2970 <https://github.com/open-power/sbe/commit/036f2970>`__ Add check in gen\_throttle for divide by zero
+- `b7141a03 <https://github.com/open-power/sbe/commit/b7141a03>`__ Explorer thermal sensor polling updates
+
+Mark Pizzutillo (4):
+
+- `97a0beca <https://github.com/open-power/sbe/commit/97a0beca>`__ Add attribute for MODULE\_MFG\_ID
+- `12a27f13 <https://github.com/open-power/sbe/commit/12a27f13>`__ Fix modal\_symbol\_count port
+- `72e22bfb <https://github.com/open-power/sbe/commit/72e22bfb>`__ Add support for PMIC 4U enable
+- `da952e9f <https://github.com/open-power/sbe/commit/da952e9f>`__ Improve Explorer command error trace
+
+Matthew Hickman (3):
+
+- `6869a637 <https://github.com/open-power/sbe/commit/6869a637>`__ Added MRS attributes and MRS data handling for Explorer
+- `8c5120f5 <https://github.com/open-power/sbe/commit/8c5120f5>`__ Added steer code for explorer
+- `ea0389a5 <https://github.com/open-power/sbe/commit/ea0389a5>`__ Added row repair hwp for explorer
+
+Paul Grohowski (1):
+
+- `3561e8c2 <https://github.com/open-power/sbe/commit/3561e8c2>`__ Adds additional precanned march tests for mcbist
+
+Rahul Batra (1):
+
+- `d30bd988 <https://github.com/open-power/sbe/commit/d30bd988>`__ PM: NACK disable and OCC notification
+
+Sneha Kadam (1):
+
+- `224e06f6 <https://github.com/open-power/sbe/commit/224e06f6>`__ Update CAC MCBIST defaults
+
+Srikantha Meesala (1):
+
+- `c6e54f2b <https://github.com/open-power/sbe/commit/c6e54f2b>`__ Updated customrc file for P9 axone CI
+
+Stephen Glancy (8):
+
+- `a5aa22f2 <https://github.com/open-power/sbe/commit/a5aa22f2>`__ Updates WR VREF accessors to be generic
+- `e619571b <https://github.com/open-power/sbe/commit/e619571b>`__ Migrates MRS RTT swap functionality to generic
+- `86804951 <https://github.com/open-power/sbe/commit/86804951>`__ Adds explorer Per DRAM Addressability
+- `5d26062c <https://github.com/open-power/sbe/commit/5d26062c>`__ Adds explorer simple response error code to callout
+- `438f29c2 <https://github.com/open-power/sbe/commit/438f29c2>`__ Adds generic LRDIMM VREF calibration algorithm
+- `a762d9d1 <https://github.com/open-power/sbe/commit/a762d9d1>`__ Fixes LRDIMM m386a8k40cm2\_ctd7y workaround for cronus
+- `41633221 <https://github.com/open-power/sbe/commit/41633221>`__ Updates Exp SPD revision check for revision and content
+- `7ec13833 <https://github.com/open-power/sbe/commit/7ec13833>`__ Updates exp SPD check to use MFG, height, and size
+
+Sunil Kumar (3):
+
+- `a6fbe229 <https://github.com/open-power/sbe/commit/a6fbe229>`__ Enable i2c procedures for PPE compilation.
+- `8eb2981a <https://github.com/open-power/sbe/commit/8eb2981a>`__ OCMB target support in PPE.
+- `089b63b3 <https://github.com/open-power/sbe/commit/089b63b3>`__ To support multiple target type for an attribute.
+
+Thi Tran (1):
+
+- `ac65f20e <https://github.com/open-power/sbe/commit/ac65f20e>`__ Fix Cronus memory fault in error path
+
+Yue Du (1):
+
+- `ba7d374f <https://github.com/open-power/sbe/commit/ba7d374f>`__ PFET: detect bad pfet through cme sgpe plumbling
+
+rajerpp1 (2):
+
+- `af720656 <https://github.com/open-power/sbe/commit/af720656>`__ Fixed issue L2/L3 flush failure during MPIPL
+- `6ad6e0f5 <https://github.com/open-power/sbe/commit/6ad6e0f5>`__ added ODL reset in quiesce procedure
+
+Package: skiboot
+----------------
+
+`Repository <https://github.com/open-power/skiboot>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+Andrew Donnellan (1):
+
+- `75198f66 <https://github.com/open-power/skiboot/commit/75198f66>`__ hw/phys-map: Fix OCAPI\_MEM BAR values
+
+Anton Blanchard (1):
+
+- `4f81ec3d <https://github.com/open-power/skiboot/commit/4f81ec3d>`__ external/mambo Update SIM\_CTRL1
+
+Benjamin Herrenschmidt (7):
+
+- `1df445d7 <https://github.com/open-power/skiboot/commit/1df445d7>`__ xive: Set the fused core mode properly
+- `e49a52f0 <https://github.com/open-power/skiboot/commit/e49a52f0>`__ chip: Fix pir\_to\_thread\_id for fused cores
+- `98f58342 <https://github.com/open-power/skiboot/commit/98f58342>`__ cpu: Keep track of the "ec\_primary" in big core more
+- `eb344bda <https://github.com/open-power/skiboot/commit/eb344bda>`__ direct-ctl: Use the EC primary for special wakeups
+- `1629c851 <https://github.com/open-power/skiboot/commit/1629c851>`__ slw: Limit fused cores P9 to STOP0/1/2
+- `6b403d06 <https://github.com/open-power/skiboot/commit/6b403d06>`__ cpu: Make cpu\_get\_core\_index() return the fused core
+ number
+- `d9c7d683 <https://github.com/open-power/skiboot/commit/d9c7d683>`__ imc: Use pir\_to\_core\_id() rather than
+ cpu\_get\_core\_index()
+
+Claudio Carvalho (1):
+
+- `ed8436b2 <https://github.com/open-power/skiboot/commit/ed8436b2>`__ core/flash.c: add SECBOOT read and write support
+
+Cédric Le Goater (16):
+
+- `65cd7f29 <https://github.com/open-power/skiboot/commit/65cd7f29>`__ xive/p9: Introduce XIVE\_INT\_ORDER
+- `2476b5b5 <https://github.com/open-power/skiboot/commit/2476b5b5>`__ xive/p9: Clarify the global IRQ number encoding
+- `bd70a097 <https://github.com/open-power/skiboot/commit/bd70a097>`__ xive/p9: Introduce XIVE\_ESB\_SHIFT
+- `fbbe2b04 <https://github.com/open-power/skiboot/commit/fbbe2b04>`__ xive/p9: Introduce XIVE\_EQ\_ORDER
+- `770cbf42 <https://github.com/open-power/skiboot/commit/770cbf42>`__ xive/p9: Clarify the escalation IRQ encoding
+- `7eccd8dd <https://github.com/open-power/skiboot/commit/7eccd8dd>`__ xive/p9: Introduce XIVE\_EQ\_SHIFT
+- `aef097bf <https://github.com/open-power/skiboot/commit/aef097bf>`__ xive/p9: Use sizeof() instead of hardcoded values
+- `6649a32c <https://github.com/open-power/skiboot/commit/6649a32c>`__ xive/p9: Clarify indirect table allocation
+- `c5e43bf1 <https://github.com/open-power/skiboot/commit/c5e43bf1>`__ xive/p9: Force 64K page size on the IC and TM BARs
+- `a182665b <https://github.com/open-power/skiboot/commit/a182665b>`__ xive/p9: Modify the size of the VP space
+- `7b7df505 <https://github.com/open-power/skiboot/commit/7b7df505>`__ xive/p9: Introduce definitions for VP ids of HW threads
+- `132f5a87 <https://github.com/open-power/skiboot/commit/132f5a87>`__ xive/p9: use PAGE\_SIZE
+- `66e44fc2 <https://github.com/open-power/skiboot/commit/66e44fc2>`__ xive/p9: Introduce XIVE\_ESB\_SIZE
+- `cad0fc7c <https://github.com/open-power/skiboot/commit/cad0fc7c>`__ xive/P9: Use NUM\_INT\_PRIORITIES in xive\_reset()
+- `043725d4 <https://github.com/open-power/skiboot/commit/043725d4>`__ xive/p9: Enforce thread enablement before TIMA accesses
+- `a7540bd6 <https://github.com/open-power/skiboot/commit/a7540bd6>`__ phb4: Finish removing P9 DD1 workaround on LSIs
+
+Dan Horák (1):
+
+- `2354698e <https://github.com/open-power/skiboot/commit/2354698e>`__ external/ffspart: define $(sbindir) for Makefile
+
+Eric Richter (20):
+
+- `e9efd918 <https://github.com/open-power/skiboot/commit/e9efd918>`__ crypto/mbedtls: enable/disable unnecessary features to
+ shrink size
+- `65192599 <https://github.com/open-power/skiboot/commit/65192599>`__ libstb: remove old mbedtls files
+- `9cc5f24b <https://github.com/open-power/skiboot/commit/9cc5f24b>`__ libstb/secureboot: expose secureboot\_enforce for later use
+ in secvar
+- `40f62c92 <https://github.com/open-power/skiboot/commit/40f62c92>`__ include/secvar.h: add .lockdown() hook to secvar storage
+ driver
+- `b3a13fea <https://github.com/open-power/skiboot/commit/b3a13fea>`__ secvar\_main: rework secvar\_main error flow, make storage
+ locking explicit
+- `f356c067 <https://github.com/open-power/skiboot/commit/f356c067>`__ secvar\_util: add new helper functions
+- `262f5e88 <https://github.com/open-power/skiboot/commit/262f5e88>`__ secvar: overhaul secvar struct by removing static sized
+ fields
+- `84a430a4 <https://github.com/open-power/skiboot/commit/84a430a4>`__ secvar/test: update API tests for new secvar struct
+- `795f639c <https://github.com/open-power/skiboot/commit/795f639c>`__ secvar\_devtree: add physical presence mode helper
+- `edafe753 <https://github.com/open-power/skiboot/commit/edafe753>`__ doc/secvar: add document detailing secvar driver API
+- `1d9fb3ee <https://github.com/open-power/skiboot/commit/1d9fb3ee>`__ secvar/storage: add secvar storage driver for pnor-based p9
+- `d560710c <https://github.com/open-power/skiboot/commit/d560710c>`__ secvar/storage/fakenv: add fake tpm operations for testing
+- `05920957 <https://github.com/open-power/skiboot/commit/05920957>`__ secvar/test: add secboot\_tpm storage driver test cases
+- `11e1ecc0 <https://github.com/open-power/skiboot/commit/11e1ecc0>`__ secvar/storage: add utility tool to generate NV public name
+ hashes
+- `46f04436 <https://github.com/open-power/skiboot/commit/46f04436>`__ secvar/test: add edk2-compat driver test and test data
+- `70adef38 <https://github.com/open-power/skiboot/commit/70adef38>`__ witherspoon: enable secvar for witherspoon platform
+- `e3f0d4eb <https://github.com/open-power/skiboot/commit/e3f0d4eb>`__ tssskiboot.c: chunk reads/writes in 1024-sized buffers to
+ support larger nv indices
+- `b550f3ec <https://github.com/open-power/skiboot/commit/b550f3ec>`__ secboot\_tpm.c: increase tpmnv vars index size
+- `5e686a75 <https://github.com/open-power/skiboot/commit/5e686a75>`__ secvar/test: use vendored mbedtls instead of host
+- `d29b77d9 <https://github.com/open-power/skiboot/commit/d29b77d9>`__ secvar/test: use mbedtls cflags when building the test
+ binaries
+
+Frederic Barrat (1):
+
+- `afe6bc90 <https://github.com/open-power/skiboot/commit/afe6bc90>`__ platform/mihawk: Tune equalization settings for opencapi
+
+Gautham R. Shenoy (3):
+
+- `f3ac046b <https://github.com/open-power/skiboot/commit/f3ac046b>`__ sensors: occ: Fix the GPU detection code
+- `1beb1519 <https://github.com/open-power/skiboot/commit/1beb1519>`__ sensors: occ: Fix a bug when sensor values are zero
+- `ec3c45f3 <https://github.com/open-power/skiboot/commit/ec3c45f3>`__ occ: Fix false negatives in wait\_for\_all\_occ\_init()
+
+Georgy Yakovlev (1):
+
+- `47005e8d <https://github.com/open-power/skiboot/commit/47005e8d>`__ opal-prd: handle devtmpfs mounted with noexec
+
+Gustavo Romero (5):
+
+- `244a8dac <https://github.com/open-power/skiboot/commit/244a8dac>`__ xive: Fix typo and spelling in a comment
+- `10f68979 <https://github.com/open-power/skiboot/commit/10f68979>`__ xive: Fix two typos in comments
+- `ea62e756 <https://github.com/open-power/skiboot/commit/ea62e756>`__ xive: Fix typos in comments
+- `6840dd82 <https://github.com/open-power/skiboot/commit/6840dd82>`__ Update comments for bit manipulation macros
+- `256b1f8c <https://github.com/open-power/skiboot/commit/256b1f8c>`__ Fix typos in comment
+
+Hanno Böck (1):
+
+- `77407b05 <https://github.com/open-power/skiboot/commit/77407b05>`__ stb/print-container: Properly check mmap error code
+
+Joel Stanley (2):
+
+- `482f18ad <https://github.com/open-power/skiboot/commit/482f18ad>`__ Detect fused core mode and bail out
+- `a8191a20 <https://github.com/open-power/skiboot/commit/a8191a20>`__ doc: Document more platforms
+
+Jordan Niethe (1):
+
+- `567d36dc <https://github.com/open-power/skiboot/commit/567d36dc>`__ external/mambo: Do not enable TM on P9 in ibm, pa-features
+
+Klaus Heinrich Kiwi (2):
+
+- `11d12c6f <https://github.com/open-power/skiboot/commit/11d12c6f>`__ hdata/memory.c: Fix "Inconsistent MSAREA" warnings
+- `ef58f69f <https://github.com/open-power/skiboot/commit/ef58f69f>`__ hdata: Add new "smp-cable-connector" VPD keyword
+
+LuluTHSu (4):
+
+- `94a64df2 <https://github.com/open-power/skiboot/commit/94a64df2>`__ platform/mowgli: Add mowgli.c
+- `c214b6e8 <https://github.com/open-power/skiboot/commit/c214b6e8>`__ platform/mowgli: modify VPD to export correct data to system
+ VPD EEPROM
+- `5262cdd1 <https://github.com/open-power/skiboot/commit/5262cdd1>`__ mowgli: Limit slot1 to Gen3 by default
+- `37d26e2e <https://github.com/open-power/skiboot/commit/37d26e2e>`__ platform/mowgli: modify slot\_name
+
+Mahesh Salgaonkar (1):
+
+- `cecc251c <https://github.com/open-power/skiboot/commit/cecc251c>`__ opal-gard: sync up the chip unit data list with upstream
+ hostboot.
+
+Mauro S. M. Rodrigues (11):
+
+- `59314f31 <https://github.com/open-power/skiboot/commit/59314f31>`__ libstb: Don't exit trustedboot services multiple times
+- `22817f8d <https://github.com/open-power/skiboot/commit/22817f8d>`__ Honor DEAD\_CODE\_ELIMINATION flag
+- `e9f31b26 <https://github.com/open-power/skiboot/commit/e9f31b26>`__ Squashed 'libstb/crypto/mbedtls/' content from commit
+ 7a03e1cbf5
+- `910a78c5 <https://github.com/open-power/skiboot/commit/910a78c5>`__ Squashed 'libstb/tss2/ibmtpm20tss/utils/' content from
+ commit fae1383d3d
+- `fe2d80bc <https://github.com/open-power/skiboot/commit/fe2d80bc>`__ crypto: add mbedtls build integration via git subtree
+- `48833b96 <https://github.com/open-power/skiboot/commit/48833b96>`__ libstb/tss2: Add basic Build infrastructure for tss2
+- `86660b06 <https://github.com/open-power/skiboot/commit/86660b06>`__ TPM/TSS: Register TPM chip for further use within TSS
+- `f0f29cbe <https://github.com/open-power/skiboot/commit/f0f29cbe>`__ libstb/tss2: Add TSS wrapping functions
+- `a0ff20fc <https://github.com/open-power/skiboot/commit/a0ff20fc>`__ libstb/trustedboot: Introduce new eventlog implementation
+- `5d8e0e60 <https://github.com/open-power/skiboot/commit/5d8e0e60>`__ libstb/tss2: Switch to new implementation of PCR Read/Extend
+ and Eventlog
+- `9536adaa <https://github.com/open-power/skiboot/commit/9536adaa>`__ libstb/tss: Remove old tss implementation
+
+Michael Ellerman (1):
+
+- `f76a1d96 <https://github.com/open-power/skiboot/commit/f76a1d96>`__ external/mambo: Disable MEMORY\_OVERFLOW
+
+Nayna Jain (8):
+
+- `f65d51cd <https://github.com/open-power/skiboot/commit/f65d51cd>`__ libstb/secureboot: OS Secure Boot is enabled only if FW
+ secureboot is enabled
+- `c5c71a51 <https://github.com/open-power/skiboot/commit/c5c71a51>`__ secvar: change backend hook interface to take in bank
+ references
+- `31f662a5 <https://github.com/open-power/skiboot/commit/31f662a5>`__ hdata/spira: add physical presence flags
+- `9e7a4b32 <https://github.com/open-power/skiboot/commit/9e7a4b32>`__ crypto: add out-of-tree mbedtls pkcs7 parser
+- `87562bc5 <https://github.com/open-power/skiboot/commit/87562bc5>`__ secvar/backend: add edk2 derived key updates processing
+- `551aeaf7 <https://github.com/open-power/skiboot/commit/551aeaf7>`__ secvar/backend: Bugfixes in edk2 driver
+- `6d6adea3 <https://github.com/open-power/skiboot/commit/6d6adea3>`__ secvar/backend: improve edk2 driver unit testcases
+- `f4c2dae8 <https://github.com/open-power/skiboot/commit/f4c2dae8>`__ mowgli: Enable secvar support for Host OS Secure Boot
+
+Nicholas Piggin (18):
+
+- `6327e0c1 <https://github.com/open-power/skiboot/commit/6327e0c1>`__ opal entry: Fix LE skiboot clobbering r10 argument
+- `fccf3470 <https://github.com/open-power/skiboot/commit/fccf3470>`__ libstb/container: Add missing includes
+- `7f3dfa7f <https://github.com/open-power/skiboot/commit/7f3dfa7f>`__ asm/head.S: QUIESCE\_REJECT fix
+- `11ce9612 <https://github.com/open-power/skiboot/commit/11ce9612>`__ move the \_\_this\_cpu register to r16, reserve r13-r15
+- `17adaebf <https://github.com/open-power/skiboot/commit/17adaebf>`__ fast-reboot: add missing clear memory fallback
+- `449e1052 <https://github.com/open-power/skiboot/commit/449e1052>`__ fast-reboot: don't back up old vectors upon fast reboot
+- `2cc89706 <https://github.com/open-power/skiboot/commit/2cc89706>`__ fast-reboot: improve fast reboot sequence
+- `0deffc80 <https://github.com/open-power/skiboot/commit/0deffc80>`__ move opal\_branch\_table, opal\_num\_args to .rodata section
+- `e4044119 <https://github.com/open-power/skiboot/commit/e4044119>`__ skiboot.lds.S: remove dynsym/dynstr and plt
+- `ac08f4aa <https://github.com/open-power/skiboot/commit/ac08f4aa>`__ skiboot.lds.S: introduce PAGE\_SIZE, use it to lay out
+ sections
+- `dca0d534 <https://github.com/open-power/skiboot/commit/dca0d534>`__ core: interrupt markers for stack traces
+- `8c49753c <https://github.com/open-power/skiboot/commit/8c49753c>`__ core/mce: add support for decoding and handling machine
+ checks
+- `65789e2a <https://github.com/open-power/skiboot/commit/65789e2a>`__ build: -fverbose-asm for .s targets
+- `52466735 <https://github.com/open-power/skiboot/commit/52466735>`__ platform/blackbird: endian fix
+- `de96c5c7 <https://github.com/open-power/skiboot/commit/de96c5c7>`__ io: endian annotations and fix
+- `e275fa73 <https://github.com/open-power/skiboot/commit/e275fa73>`__ include/ocmb.h: Add a newline to end of file
+- `1e0ac5f5 <https://github.com/open-power/skiboot/commit/1e0ac5f5>`__ hdata: MS AREA endian fix
+- `355a7dc1 <https://github.com/open-power/skiboot/commit/355a7dc1>`__ asm/head: fix power save wakeup register corruption
+
+Oliver O'Halloran (36):
+
+- `4357838d <https://github.com/open-power/skiboot/commit/4357838d>`__ hw/phb4: Make error interrupt handler compile
+- `7dfca482 <https://github.com/open-power/skiboot/commit/7dfca482>`__ hw/phb4: Fix interrupt names
+- `c17ea683 <https://github.com/open-power/skiboot/commit/c17ea683>`__ hw/phb4: Don't disable TXE(12) interrupt if on P9 DD2.0
+- `c42df50e <https://github.com/open-power/skiboot/commit/c42df50e>`__ hw/phb4: Factor out interrupt setup
+- `9b6433c2 <https://github.com/open-power/skiboot/commit/9b6433c2>`__ hw/phb4: Enable error interrupts
+- `5b1d49de <https://github.com/open-power/skiboot/commit/5b1d49de>`__ github: update pull request template
+- `cfd6168c <https://github.com/open-power/skiboot/commit/cfd6168c>`__ external/ffspart: Use read() rather than mmap()
+- `21fd8a33 <https://github.com/open-power/skiboot/commit/21fd8a33>`__ test/qemu: Update command line arguments
+- `f6c6f3ad <https://github.com/open-power/skiboot/commit/f6c6f3ad>`__ travis: Remove the unused coverity token
+- `ffb2a7e5 <https://github.com/open-power/skiboot/commit/ffb2a7e5>`__ travis: Update config
+- `57ed0daa <https://github.com/open-power/skiboot/commit/57ed0daa>`__ ci: Drop debian strech
+- `95f23aa2 <https://github.com/open-power/skiboot/commit/95f23aa2>`__ ci: Fix docs build
+- `5a4447e5 <https://github.com/open-power/skiboot/commit/5a4447e5>`__ ci: Remove lcov workaround for Fedora
+- `db74b60a <https://github.com/open-power/skiboot/commit/db74b60a>`__ travis: move container build into the install step
+- `f21b4cbe <https://github.com/open-power/skiboot/commit/f21b4cbe>`__ travis: Allow ubuntu-latest to fail
+- `a02a750f <https://github.com/open-power/skiboot/commit/a02a750f>`__ travis: Add an explicit tmpfs mount
+- `f154615d <https://github.com/open-power/skiboot/commit/f154615d>`__ travis: Disable seccomp on child containers
+- `09b4be2c <https://github.com/open-power/skiboot/commit/09b4be2c>`__ test: Add an external-check target
+- `028442e6 <https://github.com/open-power/skiboot/commit/028442e6>`__ test: Do gcov builds as a seperate pass
+- `b4958610 <https://github.com/open-power/skiboot/commit/b4958610>`__ Makefile: Add -Werror to try-cflag so it works on clang
+- `0dbbe610 <https://github.com/open-power/skiboot/commit/0dbbe610>`__ makefile: Supress Werror on clang
+- `ff4e54d4 <https://github.com/open-power/skiboot/commit/ff4e54d4>`__ travis: Add clang specific build job
+- `86b617c7 <https://github.com/open-power/skiboot/commit/86b617c7>`__ hw/xive: Use XIVE\_VSD\_SIZE more
+- `80cb7773 <https://github.com/open-power/skiboot/commit/80cb7773>`__ hdata: Ensure the prd-label hbrt-code-image is prefixed
+- `15f56c8d <https://github.com/open-power/skiboot/commit/15f56c8d>`__ hw/psi-p9: Configure IRQ offset before XIVE notify
+- `9b594262 <https://github.com/open-power/skiboot/commit/9b594262>`__ hw/phb4: Actually enable error reporting
+- `0a5f2812 <https://github.com/open-power/skiboot/commit/0a5f2812>`__ hw/phb4: Verify AER support before initialising AER regs
+- `e5c21b89 <https://github.com/open-power/skiboot/commit/e5c21b89>`__ stack: only print stack usage backtraces when we hit a new
+ watermark
+- `8cbd0de8 <https://github.com/open-power/skiboot/commit/8cbd0de8>`__ opal-prd: Have a worker process handle page offlining
+- `bcecf330 <https://github.com/open-power/skiboot/commit/bcecf330>`__ ci: Add mbedtls development files as a dependency
+- `45f67b17 <https://github.com/open-power/skiboot/commit/45f67b17>`__ skiboot.lds.S: Move BSS start up a bit to accommodate a
+ larger .data
+- `b9cbe4f6 <https://github.com/open-power/skiboot/commit/b9cbe4f6>`__ secvar/test: Remove broken initalizers
+- `8830892c <https://github.com/open-power/skiboot/commit/8830892c>`__ secvar: Clean up makefiles and fix out of tree builds
+- `f901fcaf <https://github.com/open-power/skiboot/commit/f901fcaf>`__ test: Skip qemu tests if skiboot.lid is too large
+- `e6758b57 <https://github.com/open-power/skiboot/commit/e6758b57>`__ external/pci-scripts: Add PHB error parsing script
+- `89a32b49 <https://github.com/open-power/skiboot/commit/89a32b49>`__ skiboot v6.7 release notes
+
+Ryan Grimm (4):
+
+- `fbc6c882 <https://github.com/open-power/skiboot/commit/fbc6c882>`__ buddy: Fix warnings when undefining BUDDY\_DEBUG
+- `37a369bb <https://github.com/open-power/skiboot/commit/37a369bb>`__ Disable protected execution facility
+- `2d065e24 <https://github.com/open-power/skiboot/commit/2d065e24>`__ Add basic P9 fused core support
+- `ef70d648 <https://github.com/open-power/skiboot/commit/ef70d648>`__ libstb: Set TPM platform auth to random password
+
+Thiago Jung Bauermann (1):
+
+- `5021a037 <https://github.com/open-power/skiboot/commit/5021a037>`__ dt: Set new property length in dt\_resize\_property()
+
+Vaidyanathan Srinivasan (3):
+
+- `c4e72043 <https://github.com/open-power/skiboot/commit/c4e72043>`__ Add POWER9 Cumulus processor PVR type
+- `b49aeb84 <https://github.com/open-power/skiboot/commit/b49aeb84>`__ Add POWER9 Fleetwood platform support
+- `78766c94 <https://github.com/open-power/skiboot/commit/78766c94>`__ Enable fused core mode support in OPAL
+
+Vasant Hegde (18):
+
+- `071f00d6 <https://github.com/open-power/skiboot/commit/071f00d6>`__ PSI: Convert prerror to PR\_NOTICE
+- `6bf21350 <https://github.com/open-power/skiboot/commit/6bf21350>`__ uart: Drop console write data if BMC becomes unresponsive
+- `475f7b64 <https://github.com/open-power/skiboot/commit/475f7b64>`__ skiboot v6.3.5 release notes
+- `3da60277 <https://github.com/open-power/skiboot/commit/3da60277>`__ skiboot v6.6.1 release notes
+- `00eab15c <https://github.com/open-power/skiboot/commit/00eab15c>`__ opal-ci: Fix broken fedora builds
+- `e126deb2 <https://github.com/open-power/skiboot/commit/e126deb2>`__ opal-ci: Add Ubuntu20.04 support
+- `4b4aa1d3 <https://github.com/open-power/skiboot/commit/4b4aa1d3>`__ test: Print proper mambo command path
+- `53e4d735 <https://github.com/open-power/skiboot/commit/53e4d735>`__ uart: Actually swallow data if LPC is not working
+- `9f5374b4 <https://github.com/open-power/skiboot/commit/9f5374b4>`__ mpipl: Delay MPIPL registration until OPAL init is complete
+- `edc936af <https://github.com/open-power/skiboot/commit/edc936af>`__ mpipl: Move opal\_mpipl\_save\_crashing\_pir() call to
+ platform specific code
+- `5b13a4d2 <https://github.com/open-power/skiboot/commit/5b13a4d2>`__ prd: Do not assert if HBRT makes unsupported call
+- `92b79689 <https://github.com/open-power/skiboot/commit/92b79689>`__ fsp: Skip sysdump retrieval only in MPIPL boot
+- `abe4c479 <https://github.com/open-power/skiboot/commit/abe4c479>`__ skiboot v6.6.2 release notes
+- `0ad0ab3e <https://github.com/open-power/skiboot/commit/0ad0ab3e>`__ fsp/dump: Handle non-MPIPL scenario
+- `d362ae4f <https://github.com/open-power/skiboot/commit/d362ae4f>`__ skiboot v6.6.3 release notes
+- `9ca8bf1b <https://github.com/open-power/skiboot/commit/9ca8bf1b>`__ FSP/NVRAM: Do not assert in vNVRAM statistics call
+- `9ac2629c <https://github.com/open-power/skiboot/commit/9ac2629c>`__ skiboot 5.4.12 release notes
+- `233ade2f <https://github.com/open-power/skiboot/commit/233ade2f>`__ skiboot v6.6.4 release notes
+
+nichole (1):
+
+- `68dc040a <https://github.com/open-power/skiboot/commit/68dc040a>`__ platform/mihawk: Fix IPMI double-free
+
+orbitcowboy (1):
+
+- `fe70fbb7 <https://github.com/open-power/skiboot/commit/fe70fbb7>`__ Properly check mmap error code
+
+Package: swift-xml
+------------------
+
+`Repository <https://github.com/open-power/swift-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: witherspoon-xml
+------------------------
+
+`Repository <https://github.com/open-power/witherspoon-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
+
+Package: zaius-xml
+------------------
+
+`Repository <https://github.com/open-power/zaius-xml>`__
+
+Patches
+~~~~~~~
+
+Commits
+~~~~~~~
+
+No changes.
diff --git a/_sources/testing.rst.txt b/_sources/testing.rst.txt
new file mode 100644
index 0000000..6d50b72
--- /dev/null
+++ b/_sources/testing.rst.txt
@@ -0,0 +1,8 @@
+Testing op-build
+================
+
+Once a firmware image is built, you will need to test it.
+
+The :ref:`op-test:` ``op-test-framework`` project is where tests are
+developed. See the :ref:`op-test:user-guide` for documentation on running
+the test suite.
diff --git a/_sources/versioning.rst.txt b/_sources/versioning.rst.txt
new file mode 100644
index 0000000..d562b66
--- /dev/null
+++ b/_sources/versioning.rst.txt
@@ -0,0 +1,29 @@
+.. _versioning:
+
+Version Scheme
+==============
+
+Each firmware component has its own versioning scheme, and `op-build` brings
+all of these components together in one image with one global version
+number.
+
+Firmware versions are exposed to the user through both the device tree
+(:ref:`skiboot:device-tree/ibm,firmware-versions`) and the VERSION firmware
+partition. As such, firmware versioning numbers **MUST** follow the
+requirements in order for some functionality to be correct.
+
+skiboot
+ :ref:`skiboot:versioning`
+Hostboot
+ Currently just uses the git SHA1 of the commit
+OCC
+ Currently just uses the git SHA1 of the commit
+Petitboot
+ Uses a X.Y.Z versioning scheme.
+Linux
+ We use the upstream Linux kernel version, and always append ``-openpowerN``
+ where N is a number starting at 1 that increases for each change we make
+ to any additional patches carried in `op-build` for that specific kernel
+ version.
+ We follow the stable tree and have an "upstream *first*" policy in place.
+
diff --git a/_static/ajax-loader.gif b/_static/ajax-loader.gif
new file mode 100644
index 0000000..61faf8c
--- /dev/null
+++ b/_static/ajax-loader.gif
Binary files differ
diff --git a/_static/alabaster.css b/_static/alabaster.css
new file mode 100644
index 0000000..0eddaeb
--- /dev/null
+++ b/_static/alabaster.css
@@ -0,0 +1,701 @@
+@import url("basic.css");
+
+/* -- page layout ----------------------------------------------------------- */
+
+body {
+ font-family: Georgia, serif;
+ font-size: 17px;
+ background-color: #fff;
+ color: #000;
+ margin: 0;
+ padding: 0;
+}
+
+
+div.document {
+ width: 940px;
+ margin: 30px auto 0 auto;
+}
+
+div.documentwrapper {
+ float: left;
+ width: 100%;
+}
+
+div.bodywrapper {
+ margin: 0 0 0 220px;
+}
+
+div.sphinxsidebar {
+ width: 220px;
+ font-size: 14px;
+ line-height: 1.5;
+}
+
+hr {
+ border: 1px solid #B1B4B6;
+}
+
+div.body {
+ background-color: #fff;
+ color: #3E4349;
+ padding: 0 30px 0 30px;
+}
+
+div.body > .section {
+ text-align: left;
+}
+
+div.footer {
+ width: 940px;
+ margin: 20px auto 30px auto;
+ font-size: 14px;
+ color: #888;
+ text-align: right;
+}
+
+div.footer a {
+ color: #888;
+}
+
+p.caption {
+ font-family: inherit;
+ font-size: inherit;
+}
+
+
+div.relations {
+ display: none;
+}
+
+
+div.sphinxsidebar a {
+ color: #444;
+ text-decoration: none;
+ border-bottom: 1px dotted #999;
+}
+
+div.sphinxsidebar a:hover {
+ border-bottom: 1px solid #999;
+}
+
+div.sphinxsidebarwrapper {
+ padding: 18px 10px;
+}
+
+div.sphinxsidebarwrapper p.logo {
+ padding: 0;
+ margin: -10px 0 0 0px;
+ text-align: center;
+}
+
+div.sphinxsidebarwrapper h1.logo {
+ margin-top: -10px;
+ text-align: center;
+ margin-bottom: 5px;
+ text-align: left;
+}
+
+div.sphinxsidebarwrapper h1.logo-name {
+ margin-top: 0px;
+}
+
+div.sphinxsidebarwrapper p.blurb {
+ margin-top: 0;
+ font-style: normal;
+}
+
+div.sphinxsidebar h3,
+div.sphinxsidebar h4 {
+ font-family: Georgia, serif;
+ color: #444;
+ font-size: 24px;
+ font-weight: normal;
+ margin: 0 0 5px 0;
+ padding: 0;
+}
+
+div.sphinxsidebar h4 {
+ font-size: 20px;
+}
+
+div.sphinxsidebar h3 a {
+ color: #444;
+}
+
+div.sphinxsidebar p.logo a,
+div.sphinxsidebar h3 a,
+div.sphinxsidebar p.logo a:hover,
+div.sphinxsidebar h3 a:hover {
+ border: none;
+}
+
+div.sphinxsidebar p {
+ color: #555;
+ margin: 10px 0;
+}
+
+div.sphinxsidebar ul {
+ margin: 10px 0;
+ padding: 0;
+ color: #000;
+}
+
+div.sphinxsidebar ul li.toctree-l1 > a {
+ font-size: 120%;
+}
+
+div.sphinxsidebar ul li.toctree-l2 > a {
+ font-size: 110%;
+}
+
+div.sphinxsidebar input {
+ border: 1px solid #CCC;
+ font-family: Georgia, serif;
+ font-size: 1em;
+}
+
+div.sphinxsidebar hr {
+ border: none;
+ height: 1px;
+ color: #AAA;
+ background: #AAA;
+
+ text-align: left;
+ margin-left: 0;
+ width: 50%;
+}
+
+div.sphinxsidebar .badge {
+ border-bottom: none;
+}
+
+div.sphinxsidebar .badge:hover {
+ border-bottom: none;
+}
+
+/* To address an issue with donation coming after search */
+div.sphinxsidebar h3.donation {
+ margin-top: 10px;
+}
+
+/* -- body styles ----------------------------------------------------------- */
+
+a {
+ color: #004B6B;
+ text-decoration: underline;
+}
+
+a:hover {
+ color: #6D4100;
+ text-decoration: underline;
+}
+
+div.body h1,
+div.body h2,
+div.body h3,
+div.body h4,
+div.body h5,
+div.body h6 {
+ font-family: Georgia, serif;
+ font-weight: normal;
+ margin: 30px 0px 10px 0px;
+ padding: 0;
+}
+
+div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
+div.body h2 { font-size: 180%; }
+div.body h3 { font-size: 150%; }
+div.body h4 { font-size: 130%; }
+div.body h5 { font-size: 100%; }
+div.body h6 { font-size: 100%; }
+
+a.headerlink {
+ color: #DDD;
+ padding: 0 4px;
+ text-decoration: none;
+}
+
+a.headerlink:hover {
+ color: #444;
+ background: #EAEAEA;
+}
+
+div.body p, div.body dd, div.body li {
+ line-height: 1.4em;
+}
+
+div.admonition {
+ margin: 20px 0px;
+ padding: 10px 30px;
+ background-color: #EEE;
+ border: 1px solid #CCC;
+}
+
+div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
+ background-color: #FBFBFB;
+ border-bottom: 1px solid #fafafa;
+}
+
+div.admonition p.admonition-title {
+ font-family: Georgia, serif;
+ font-weight: normal;
+ font-size: 24px;
+ margin: 0 0 10px 0;
+ padding: 0;
+ line-height: 1;
+}
+
+div.admonition p.last {
+ margin-bottom: 0;
+}
+
+div.highlight {
+ background-color: #fff;
+}
+
+dt:target, .highlight {
+ background: #FAF3E8;
+}
+
+div.warning {
+ background-color: #FCC;
+ border: 1px solid #FAA;
+}
+
+div.danger {
+ background-color: #FCC;
+ border: 1px solid #FAA;
+ -moz-box-shadow: 2px 2px 4px #D52C2C;
+ -webkit-box-shadow: 2px 2px 4px #D52C2C;
+ box-shadow: 2px 2px 4px #D52C2C;
+}
+
+div.error {
+ background-color: #FCC;
+ border: 1px solid #FAA;
+ -moz-box-shadow: 2px 2px 4px #D52C2C;
+ -webkit-box-shadow: 2px 2px 4px #D52C2C;
+ box-shadow: 2px 2px 4px #D52C2C;
+}
+
+div.caution {
+ background-color: #FCC;
+ border: 1px solid #FAA;
+}
+
+div.attention {
+ background-color: #FCC;
+ border: 1px solid #FAA;
+}
+
+div.important {
+ background-color: #EEE;
+ border: 1px solid #CCC;
+}
+
+div.note {
+ background-color: #EEE;
+ border: 1px solid #CCC;
+}
+
+div.tip {
+ background-color: #EEE;
+ border: 1px solid #CCC;
+}
+
+div.hint {
+ background-color: #EEE;
+ border: 1px solid #CCC;
+}
+
+div.seealso {
+ background-color: #EEE;
+ border: 1px solid #CCC;
+}
+
+div.topic {
+ background-color: #EEE;
+}
+
+p.admonition-title {
+ display: inline;
+}
+
+p.admonition-title:after {
+ content: ":";
+}
+
+pre, tt, code {
+ font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
+ font-size: 0.9em;
+}
+
+.hll {
+ background-color: #FFC;
+ margin: 0 -12px;
+ padding: 0 12px;
+ display: block;
+}
+
+img.screenshot {
+}
+
+tt.descname, tt.descclassname, code.descname, code.descclassname {
+ font-size: 0.95em;
+}
+
+tt.descname, code.descname {
+ padding-right: 0.08em;
+}
+
+img.screenshot {
+ -moz-box-shadow: 2px 2px 4px #EEE;
+ -webkit-box-shadow: 2px 2px 4px #EEE;
+ box-shadow: 2px 2px 4px #EEE;
+}
+
+table.docutils {
+ border: 1px solid #888;
+ -moz-box-shadow: 2px 2px 4px #EEE;
+ -webkit-box-shadow: 2px 2px 4px #EEE;
+ box-shadow: 2px 2px 4px #EEE;
+}
+
+table.docutils td, table.docutils th {
+ border: 1px solid #888;
+ padding: 0.25em 0.7em;
+}
+
+table.field-list, table.footnote {
+ border: none;
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
+table.footnote {
+ margin: 15px 0;
+ width: 100%;
+ border: 1px solid #EEE;
+ background: #FDFDFD;
+ font-size: 0.9em;
+}
+
+table.footnote + table.footnote {
+ margin-top: -15px;
+ border-top: none;
+}
+
+table.field-list th {
+ padding: 0 0.8em 0 0;
+}
+
+table.field-list td {
+ padding: 0;
+}
+
+table.field-list p {
+ margin-bottom: 0.8em;
+}
+
+/* Cloned from
+ * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
+ */
+.field-name {
+ -moz-hyphens: manual;
+ -ms-hyphens: manual;
+ -webkit-hyphens: manual;
+ hyphens: manual;
+}
+
+table.footnote td.label {
+ width: .1px;
+ padding: 0.3em 0 0.3em 0.5em;
+}
+
+table.footnote td {
+ padding: 0.3em 0.5em;
+}
+
+dl {
+ margin: 0;
+ padding: 0;
+}
+
+dl dd {
+ margin-left: 30px;
+}
+
+blockquote {
+ margin: 0 0 0 30px;
+ padding: 0;
+}
+
+ul, ol {
+ /* Matches the 30px from the narrow-screen "li > ul" selector below */
+ margin: 10px 0 10px 30px;
+ padding: 0;
+}
+
+pre {
+ background: #EEE;
+ padding: 7px 30px;
+ margin: 15px 0px;
+ line-height: 1.3em;
+}
+
+div.viewcode-block:target {
+ background: #ffd;
+}
+
+dl pre, blockquote pre, li pre {
+ margin-left: 0;
+ padding-left: 30px;
+}
+
+tt, code {
+ background-color: #ecf0f3;
+ color: #222;
+ /* padding: 1px 2px; */
+}
+
+tt.xref, code.xref, a tt {
+ background-color: #FBFBFB;
+ border-bottom: 1px solid #fff;
+}
+
+a.reference {
+ text-decoration: none;
+ border-bottom: 1px dotted #004B6B;
+}
+
+/* Don't put an underline on images */
+a.image-reference, a.image-reference:hover {
+ border-bottom: none;
+}
+
+a.reference:hover {
+ border-bottom: 1px solid #6D4100;
+}
+
+a.footnote-reference {
+ text-decoration: none;
+ font-size: 0.7em;
+ vertical-align: top;
+ border-bottom: 1px dotted #004B6B;
+}
+
+a.footnote-reference:hover {
+ border-bottom: 1px solid #6D4100;
+}
+
+a:hover tt, a:hover code {
+ background: #EEE;
+}
+
+
+@media screen and (max-width: 870px) {
+
+ div.sphinxsidebar {
+ display: none;
+ }
+
+ div.document {
+ width: 100%;
+
+ }
+
+ div.documentwrapper {
+ margin-left: 0;
+ margin-top: 0;
+ margin-right: 0;
+ margin-bottom: 0;
+ }
+
+ div.bodywrapper {
+ margin-top: 0;
+ margin-right: 0;
+ margin-bottom: 0;
+ margin-left: 0;
+ }
+
+ ul {
+ margin-left: 0;
+ }
+
+ li > ul {
+ /* Matches the 30px from the "ul, ol" selector above */
+ margin-left: 30px;
+ }
+
+ .document {
+ width: auto;
+ }
+
+ .footer {
+ width: auto;
+ }
+
+ .bodywrapper {
+ margin: 0;
+ }
+
+ .footer {
+ width: auto;
+ }
+
+ .github {
+ display: none;
+ }
+
+
+
+}
+
+
+
+@media screen and (max-width: 875px) {
+
+ body {
+ margin: 0;
+ padding: 20px 30px;
+ }
+
+ div.documentwrapper {
+ float: none;
+ background: #fff;
+ }
+
+ div.sphinxsidebar {
+ display: block;
+ float: none;
+ width: 102.5%;
+ margin: 50px -30px -20px -30px;
+ padding: 10px 20px;
+ background: #333;
+ color: #FFF;
+ }
+
+ div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
+ div.sphinxsidebar h3 a {
+ color: #fff;
+ }
+
+ div.sphinxsidebar a {
+ color: #AAA;
+ }
+
+ div.sphinxsidebar p.logo {
+ display: none;
+ }
+
+ div.document {
+ width: 100%;
+ margin: 0;
+ }
+
+ div.footer {
+ display: none;
+ }
+
+ div.bodywrapper {
+ margin: 0;
+ }
+
+ div.body {
+ min-height: 0;
+ padding: 0;
+ }
+
+ .rtd_doc_footer {
+ display: none;
+ }
+
+ .document {
+ width: auto;
+ }
+
+ .footer {
+ width: auto;
+ }
+
+ .footer {
+ width: auto;
+ }
+
+ .github {
+ display: none;
+ }
+}
+
+
+/* misc. */
+
+.revsys-inline {
+ display: none!important;
+}
+
+/* Make nested-list/multi-paragraph items look better in Releases changelog
+ * pages. Without this, docutils' magical list fuckery causes inconsistent
+ * formatting between different release sub-lists.
+ */
+div#changelog > div.section > ul > li > p:only-child {
+ margin-bottom: 0;
+}
+
+/* Hide fugly table cell borders in ..bibliography:: directive output */
+table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
+ border: none;
+ /* Below needed in some edge cases; if not applied, bottom shadows appear */
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
+
+/* relbar */
+
+.related {
+ line-height: 30px;
+ width: 100%;
+ font-size: 0.9rem;
+}
+
+.related.top {
+ border-bottom: 1px solid #EEE;
+ margin-bottom: 20px;
+}
+
+.related.bottom {
+ border-top: 1px solid #EEE;
+}
+
+.related ul {
+ padding: 0;
+ margin: 0;
+ list-style: none;
+}
+
+.related li {
+ display: inline;
+}
+
+nav#rellinks {
+ float: right;
+}
+
+nav#rellinks li+li:before {
+ content: "|";
+}
+
+nav#breadcrumbs li+li:before {
+ content: "\00BB";
+}
+
+/* Hide certain items when printing */
+@media print {
+ div.related {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/_static/basic.css b/_static/basic.css
new file mode 100644
index 0000000..19ced10
--- /dev/null
+++ b/_static/basic.css
@@ -0,0 +1,665 @@
+/*
+ * basic.css
+ * ~~~~~~~~~
+ *
+ * Sphinx stylesheet -- basic theme.
+ *
+ * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+
+/* -- main layout ----------------------------------------------------------- */
+
+div.clearer {
+ clear: both;
+}
+
+/* -- relbar ---------------------------------------------------------------- */
+
+div.related {
+ width: 100%;
+ font-size: 90%;
+}
+
+div.related h3 {
+ display: none;
+}
+
+div.related ul {
+ margin: 0;
+ padding: 0 0 0 10px;
+ list-style: none;
+}
+
+div.related li {
+ display: inline;
+}
+
+div.related li.right {
+ float: right;
+ margin-right: 5px;
+}
+
+/* -- sidebar --------------------------------------------------------------- */
+
+div.sphinxsidebarwrapper {
+ padding: 10px 5px 0 10px;
+}
+
+div.sphinxsidebar {
+ float: left;
+ width: 230px;
+ margin-left: -100%;
+ font-size: 90%;
+ word-wrap: break-word;
+ overflow-wrap : break-word;
+}
+
+div.sphinxsidebar ul {
+ list-style: none;
+}
+
+div.sphinxsidebar ul ul,
+div.sphinxsidebar ul.want-points {
+ margin-left: 20px;
+ list-style: square;
+}
+
+div.sphinxsidebar ul ul {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+div.sphinxsidebar form {
+ margin-top: 10px;
+}
+
+div.sphinxsidebar input {
+ border: 1px solid #98dbcc;
+ font-family: sans-serif;
+ font-size: 1em;
+}
+
+div.sphinxsidebar #searchbox input[type="text"] {
+ float: left;
+ width: 80%;
+ padding: 0.25em;
+ box-sizing: border-box;
+}
+
+div.sphinxsidebar #searchbox input[type="submit"] {
+ float: left;
+ width: 20%;
+ border-left: none;
+ padding: 0.25em;
+ box-sizing: border-box;
+}
+
+
+img {
+ border: 0;
+ max-width: 100%;
+}
+
+/* -- search page ----------------------------------------------------------- */
+
+ul.search {
+ margin: 10px 0 0 20px;
+ padding: 0;
+}
+
+ul.search li {
+ padding: 5px 0 5px 20px;
+ background-image: url(file.png);
+ background-repeat: no-repeat;
+ background-position: 0 7px;
+}
+
+ul.search li a {
+ font-weight: bold;
+}
+
+ul.search li div.context {
+ color: #888;
+ margin: 2px 0 0 30px;
+ text-align: left;
+}
+
+ul.keywordmatches li.goodmatch a {
+ font-weight: bold;
+}
+
+/* -- index page ------------------------------------------------------------ */
+
+table.contentstable {
+ width: 90%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table.contentstable p.biglink {
+ line-height: 150%;
+}
+
+a.biglink {
+ font-size: 1.3em;
+}
+
+span.linkdescr {
+ font-style: italic;
+ padding-top: 5px;
+ font-size: 90%;
+}
+
+/* -- general index --------------------------------------------------------- */
+
+table.indextable {
+ width: 100%;
+}
+
+table.indextable td {
+ text-align: left;
+ vertical-align: top;
+}
+
+table.indextable ul {
+ margin-top: 0;
+ margin-bottom: 0;
+ list-style-type: none;
+}
+
+table.indextable > tbody > tr > td > ul {
+ padding-left: 0em;
+}
+
+table.indextable tr.pcap {
+ height: 10px;
+}
+
+table.indextable tr.cap {
+ margin-top: 10px;
+ background-color: #f2f2f2;
+}
+
+img.toggler {
+ margin-right: 3px;
+ margin-top: 3px;
+ cursor: pointer;
+}
+
+div.modindex-jumpbox {
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ margin: 1em 0 1em 0;
+ padding: 0.4em;
+}
+
+div.genindex-jumpbox {
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ margin: 1em 0 1em 0;
+ padding: 0.4em;
+}
+
+/* -- domain module index --------------------------------------------------- */
+
+table.modindextable td {
+ padding: 2px;
+ border-collapse: collapse;
+}
+
+/* -- general body styles --------------------------------------------------- */
+
+div.body {
+ min-width: 450px;
+ max-width: 800px;
+}
+
+div.body p, div.body dd, div.body li, div.body blockquote {
+ -moz-hyphens: auto;
+ -ms-hyphens: auto;
+ -webkit-hyphens: auto;
+ hyphens: auto;
+}
+
+a.headerlink {
+ visibility: hidden;
+}
+
+h1:hover > a.headerlink,
+h2:hover > a.headerlink,
+h3:hover > a.headerlink,
+h4:hover > a.headerlink,
+h5:hover > a.headerlink,
+h6:hover > a.headerlink,
+dt:hover > a.headerlink,
+caption:hover > a.headerlink,
+p.caption:hover > a.headerlink,
+div.code-block-caption:hover > a.headerlink {
+ visibility: visible;
+}
+
+div.body p.caption {
+ text-align: inherit;
+}
+
+div.body td {
+ text-align: left;
+}
+
+.first {
+ margin-top: 0 !important;
+}
+
+p.rubric {
+ margin-top: 30px;
+ font-weight: bold;
+}
+
+img.align-left, .figure.align-left, object.align-left {
+ clear: left;
+ float: left;
+ margin-right: 1em;
+}
+
+img.align-right, .figure.align-right, object.align-right {
+ clear: right;
+ float: right;
+ margin-left: 1em;
+}
+
+img.align-center, .figure.align-center, object.align-center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.align-left {
+ text-align: left;
+}
+
+.align-center {
+ text-align: center;
+}
+
+.align-right {
+ text-align: right;
+}
+
+/* -- sidebars -------------------------------------------------------------- */
+
+div.sidebar {
+ margin: 0 0 0.5em 1em;
+ border: 1px solid #ddb;
+ padding: 7px 7px 0 7px;
+ background-color: #ffe;
+ width: 40%;
+ float: right;
+}
+
+p.sidebar-title {
+ font-weight: bold;
+}
+
+/* -- topics ---------------------------------------------------------------- */
+
+div.topic {
+ border: 1px solid #ccc;
+ padding: 7px 7px 0 7px;
+ margin: 10px 0 10px 0;
+}
+
+p.topic-title {
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 10px;
+}
+
+/* -- admonitions ----------------------------------------------------------- */
+
+div.admonition {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ padding: 7px;
+}
+
+div.admonition dt {
+ font-weight: bold;
+}
+
+div.admonition dl {
+ margin-bottom: 0;
+}
+
+p.admonition-title {
+ margin: 0px 10px 5px 0px;
+ font-weight: bold;
+}
+
+div.body p.centered {
+ text-align: center;
+ margin-top: 25px;
+}
+
+/* -- tables ---------------------------------------------------------------- */
+
+table.docutils {
+ border: 0;
+ border-collapse: collapse;
+}
+
+table.align-center {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table caption span.caption-number {
+ font-style: italic;
+}
+
+table caption span.caption-text {
+}
+
+table.docutils td, table.docutils th {
+ padding: 1px 8px 1px 5px;
+ border-top: 0;
+ border-left: 0;
+ border-right: 0;
+ border-bottom: 1px solid #aaa;
+}
+
+table.footnote td, table.footnote th {
+ border: 0 !important;
+}
+
+th {
+ text-align: left;
+ padding-right: 5px;
+}
+
+table.citation {
+ border-left: solid 1px gray;
+ margin-left: 1px;
+}
+
+table.citation td {
+ border-bottom: none;
+}
+
+/* -- figures --------------------------------------------------------------- */
+
+div.figure {
+ margin: 0.5em;
+ padding: 0.5em;
+}
+
+div.figure p.caption {
+ padding: 0.3em;
+}
+
+div.figure p.caption span.caption-number {
+ font-style: italic;
+}
+
+div.figure p.caption span.caption-text {
+}
+
+/* -- field list styles ----------------------------------------------------- */
+
+table.field-list td, table.field-list th {
+ border: 0 !important;
+}
+
+.field-list ul {
+ margin: 0;
+ padding-left: 1em;
+}
+
+.field-list p {
+ margin: 0;
+}
+
+.field-name {
+ -moz-hyphens: manual;
+ -ms-hyphens: manual;
+ -webkit-hyphens: manual;
+ hyphens: manual;
+}
+
+/* -- other body styles ----------------------------------------------------- */
+
+ol.arabic {
+ list-style: decimal;
+}
+
+ol.loweralpha {
+ list-style: lower-alpha;
+}
+
+ol.upperalpha {
+ list-style: upper-alpha;
+}
+
+ol.lowerroman {
+ list-style: lower-roman;
+}
+
+ol.upperroman {
+ list-style: upper-roman;
+}
+
+dl {
+ margin-bottom: 15px;
+}
+
+dd p {
+ margin-top: 0px;
+}
+
+dd ul, dd table {
+ margin-bottom: 10px;
+}
+
+dd {
+ margin-top: 3px;
+ margin-bottom: 10px;
+ margin-left: 30px;
+}
+
+dt:target, span.highlighted {
+ background-color: #fbe54e;
+}
+
+rect.highlighted {
+ fill: #fbe54e;
+}
+
+dl.glossary dt {
+ font-weight: bold;
+ font-size: 1.1em;
+}
+
+.optional {
+ font-size: 1.3em;
+}
+
+.sig-paren {
+ font-size: larger;
+}
+
+.versionmodified {
+ font-style: italic;
+}
+
+.system-message {
+ background-color: #fda;
+ padding: 5px;
+ border: 3px solid red;
+}
+
+.footnote:target {
+ background-color: #ffa;
+}
+
+.line-block {
+ display: block;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+.line-block .line-block {
+ margin-top: 0;
+ margin-bottom: 0;
+ margin-left: 1.5em;
+}
+
+.guilabel, .menuselection {
+ font-family: sans-serif;
+}
+
+.accelerator {
+ text-decoration: underline;
+}
+
+.classifier {
+ font-style: oblique;
+}
+
+abbr, acronym {
+ border-bottom: dotted 1px;
+ cursor: help;
+}
+
+/* -- code displays --------------------------------------------------------- */
+
+pre {
+ overflow: auto;
+ overflow-y: hidden; /* fixes display issues on Chrome browsers */
+}
+
+span.pre {
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ -webkit-hyphens: none;
+ hyphens: none;
+}
+
+td.linenos pre {
+ padding: 5px 0px;
+ border: 0;
+ background-color: transparent;
+ color: #aaa;
+}
+
+table.highlighttable {
+ margin-left: 0.5em;
+}
+
+table.highlighttable td {
+ padding: 0 0.5em 0 0.5em;
+}
+
+div.code-block-caption {
+ padding: 2px 5px;
+ font-size: small;
+}
+
+div.code-block-caption code {
+ background-color: transparent;
+}
+
+div.code-block-caption + div > div.highlight > pre {
+ margin-top: 0;
+}
+
+div.code-block-caption span.caption-number {
+ padding: 0.1em 0.3em;
+ font-style: italic;
+}
+
+div.code-block-caption span.caption-text {
+}
+
+div.literal-block-wrapper {
+ padding: 1em 1em 0;
+}
+
+div.literal-block-wrapper div.highlight {
+ margin: 0;
+}
+
+code.descname {
+ background-color: transparent;
+ font-weight: bold;
+ font-size: 1.2em;
+}
+
+code.descclassname {
+ background-color: transparent;
+}
+
+code.xref, a code {
+ background-color: transparent;
+ font-weight: bold;
+}
+
+h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
+ background-color: transparent;
+}
+
+.viewcode-link {
+ float: right;
+}
+
+.viewcode-back {
+ float: right;
+ font-family: sans-serif;
+}
+
+div.viewcode-block:target {
+ margin: -1px -10px;
+ padding: 0 10px;
+}
+
+/* -- math display ---------------------------------------------------------- */
+
+img.math {
+ vertical-align: middle;
+}
+
+div.body div.math p {
+ text-align: center;
+}
+
+span.eqno {
+ float: right;
+}
+
+span.eqno a.headerlink {
+ position: relative;
+ left: 0px;
+ z-index: 1;
+}
+
+div.math:hover a.headerlink {
+ visibility: visible;
+}
+
+/* -- printout stylesheet --------------------------------------------------- */
+
+@media print {
+ div.document,
+ div.documentwrapper,
+ div.bodywrapper {
+ margin: 0 !important;
+ width: 100%;
+ }
+
+ div.sphinxsidebar,
+ div.related,
+ div.footer,
+ #top-link {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/_static/comment-bright.png b/_static/comment-bright.png
new file mode 100644
index 0000000..15e27ed
--- /dev/null
+++ b/_static/comment-bright.png
Binary files differ
diff --git a/_static/comment-close.png b/_static/comment-close.png
new file mode 100644
index 0000000..4d91bcf
--- /dev/null
+++ b/_static/comment-close.png
Binary files differ
diff --git a/_static/comment.png b/_static/comment.png
new file mode 100644
index 0000000..dfbc0cb
--- /dev/null
+++ b/_static/comment.png
Binary files differ
diff --git a/_static/custom.css b/_static/custom.css
new file mode 100644
index 0000000..2a924f1
--- /dev/null
+++ b/_static/custom.css
@@ -0,0 +1 @@
+/* This file intentionally left blank. */
diff --git a/_static/doctools.js b/_static/doctools.js
new file mode 100644
index 0000000..d892892
--- /dev/null
+++ b/_static/doctools.js
@@ -0,0 +1,313 @@
+/*
+ * doctools.js
+ * ~~~~~~~~~~~
+ *
+ * Sphinx JavaScript utilities for all documentation.
+ *
+ * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+
+/**
+ * select a different prefix for underscore
+ */
+$u = _.noConflict();
+
+/**
+ * make the code below compatible with browsers without
+ * an installed firebug like debugger
+if (!window.console || !console.firebug) {
+ var names = ["log", "debug", "info", "warn", "error", "assert", "dir",
+ "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace",
+ "profile", "profileEnd"];
+ window.console = {};
+ for (var i = 0; i < names.length; ++i)
+ window.console[names[i]] = function() {};
+}
+ */
+
+/**
+ * small helper function to urldecode strings
+ */
+jQuery.urldecode = function(x) {
+ return decodeURIComponent(x).replace(/\+/g, ' ');
+};
+
+/**
+ * small helper function to urlencode strings
+ */
+jQuery.urlencode = encodeURIComponent;
+
+/**
+ * This function returns the parsed url parameters of the
+ * current request. Multiple values per key are supported,
+ * it will always return arrays of strings for the value parts.
+ */
+jQuery.getQueryParameters = function(s) {
+ if (typeof s === 'undefined')
+ s = document.location.search;
+ var parts = s.substr(s.indexOf('?') + 1).split('&');
+ var result = {};
+ for (var i = 0; i < parts.length; i++) {
+ var tmp = parts[i].split('=', 2);
+ var key = jQuery.urldecode(tmp[0]);
+ var value = jQuery.urldecode(tmp[1]);
+ if (key in result)
+ result[key].push(value);
+ else
+ result[key] = [value];
+ }
+ return result;
+};
+
+/**
+ * highlight a given string on a jquery object by wrapping it in
+ * span elements with the given class name.
+ */
+jQuery.fn.highlightText = function(text, className) {
+ function highlight(node, addItems) {
+ if (node.nodeType === 3) {
+ var val = node.nodeValue;
+ var pos = val.toLowerCase().indexOf(text);
+ if (pos >= 0 &&
+ !jQuery(node.parentNode).hasClass(className) &&
+ !jQuery(node.parentNode).hasClass("nohighlight")) {
+ var span;
+ var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
+ if (isInSVG) {
+ span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
+ } else {
+ span = document.createElement("span");
+ span.className = className;
+ }
+ span.appendChild(document.createTextNode(val.substr(pos, text.length)));
+ node.parentNode.insertBefore(span, node.parentNode.insertBefore(
+ document.createTextNode(val.substr(pos + text.length)),
+ node.nextSibling));
+ node.nodeValue = val.substr(0, pos);
+ if (isInSVG) {
+ var bbox = span.getBBox();
+ var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
+ rect.x.baseVal.value = bbox.x;
+ rect.y.baseVal.value = bbox.y;
+ rect.width.baseVal.value = bbox.width;
+ rect.height.baseVal.value = bbox.height;
+ rect.setAttribute('class', className);
+ var parentOfText = node.parentNode.parentNode;
+ addItems.push({
+ "parent": node.parentNode,
+ "target": rect});
+ }
+ }
+ }
+ else if (!jQuery(node).is("button, select, textarea")) {
+ jQuery.each(node.childNodes, function() {
+ highlight(this, addItems);
+ });
+ }
+ }
+ var addItems = [];
+ var result = this.each(function() {
+ highlight(this, addItems);
+ });
+ for (var i = 0; i < addItems.length; ++i) {
+ jQuery(addItems[i].parent).before(addItems[i].target);
+ }
+ return result;
+};
+
+/*
+ * backward compatibility for jQuery.browser
+ * This will be supported until firefox bug is fixed.
+ */
+if (!jQuery.browser) {
+ jQuery.uaMatch = function(ua) {
+ ua = ua.toLowerCase();
+
+ var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
+ /(webkit)[ \/]([\w.]+)/.exec(ua) ||
+ /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
+ /(msie) ([\w.]+)/.exec(ua) ||
+ ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
+ [];
+
+ return {
+ browser: match[ 1 ] || "",
+ version: match[ 2 ] || "0"
+ };
+ };
+ jQuery.browser = {};
+ jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
+}
+
+/**
+ * Small JavaScript module for the documentation.
+ */
+var Documentation = {
+
+ init : function() {
+ this.fixFirefoxAnchorBug();
+ this.highlightSearchWords();
+ this.initIndexTable();
+
+ },
+
+ /**
+ * i18n support
+ */
+ TRANSLATIONS : {},
+ PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; },
+ LOCALE : 'unknown',
+
+ // gettext and ngettext don't access this so that the functions
+ // can safely bound to a different name (_ = Documentation.gettext)
+ gettext : function(string) {
+ var translated = Documentation.TRANSLATIONS[string];
+ if (typeof translated === 'undefined')
+ return string;
+ return (typeof translated === 'string') ? translated : translated[0];
+ },
+
+ ngettext : function(singular, plural, n) {
+ var translated = Documentation.TRANSLATIONS[singular];
+ if (typeof translated === 'undefined')
+ return (n == 1) ? singular : plural;
+ return translated[Documentation.PLURALEXPR(n)];
+ },
+
+ addTranslations : function(catalog) {
+ for (var key in catalog.messages)
+ this.TRANSLATIONS[key] = catalog.messages[key];
+ this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')');
+ this.LOCALE = catalog.locale;
+ },
+
+ /**
+ * add context elements like header anchor links
+ */
+ addContextElements : function() {
+ $('div[id] > :header:first').each(function() {
+ $('<a class="headerlink">\u00B6</a>').
+ attr('href', '#' + this.id).
+ attr('title', _('Permalink to this headline')).
+ appendTo(this);
+ });
+ $('dt[id]').each(function() {
+ $('<a class="headerlink">\u00B6</a>').
+ attr('href', '#' + this.id).
+ attr('title', _('Permalink to this definition')).
+ appendTo(this);
+ });
+ },
+
+ /**
+ * workaround a firefox stupidity
+ * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075
+ */
+ fixFirefoxAnchorBug : function() {
+ if (document.location.hash && $.browser.mozilla)
+ window.setTimeout(function() {
+ document.location.href += '';
+ }, 10);
+ },
+
+ /**
+ * highlight the search words provided in the url in the text
+ */
+ highlightSearchWords : function() {
+ var params = $.getQueryParameters();
+ var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
+ if (terms.length) {
+ var body = $('div.body');
+ if (!body.length) {
+ body = $('body');
+ }
+ window.setTimeout(function() {
+ $.each(terms, function() {
+ body.highlightText(this.toLowerCase(), 'highlighted');
+ });
+ }, 10);
+ $('<p class="highlight-link"><a href="javascript:Documentation.' +
+ 'hideSearchWords()">' + _('Hide Search Matches') + '</a></p>')
+ .appendTo($('#searchbox'));
+ }
+ },
+
+ /**
+ * init the domain index toggle buttons
+ */
+ initIndexTable : function() {
+ var togglers = $('img.toggler').click(function() {
+ var src = $(this).attr('src');
+ var idnum = $(this).attr('id').substr(7);
+ $('tr.cg-' + idnum).toggle();
+ if (src.substr(-9) === 'minus.png')
+ $(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
+ else
+ $(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
+ }).css('display', '');
+ if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) {
+ togglers.click();
+ }
+ },
+
+ /**
+ * helper function to hide the search marks again
+ */
+ hideSearchWords : function() {
+ $('#searchbox .highlight-link').fadeOut(300);
+ $('span.highlighted').removeClass('highlighted');
+ },
+
+ /**
+ * make the url absolute
+ */
+ makeURL : function(relativeURL) {
+ return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL;
+ },
+
+ /**
+ * get the current relative url
+ */
+ getCurrentURL : function() {
+ var path = document.location.pathname;
+ var parts = path.split(/\//);
+ $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
+ if (this === '..')
+ parts.pop();
+ });
+ var url = parts.join('/');
+ return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
+ },
+
+ initOnKeyListeners: function() {
+ $(document).keyup(function(event) {
+ var activeElementType = document.activeElement.tagName;
+ // don't navigate when in search box or textarea
+ if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT') {
+ switch (event.keyCode) {
+ case 37: // left
+ var prevHref = $('link[rel="prev"]').prop('href');
+ if (prevHref) {
+ window.location.href = prevHref;
+ return false;
+ }
+ case 39: // right
+ var nextHref = $('link[rel="next"]').prop('href');
+ if (nextHref) {
+ window.location.href = nextHref;
+ return false;
+ }
+ }
+ }
+ });
+ }
+};
+
+// quick alias for translations
+_ = Documentation.gettext;
+
+$(document).ready(function() {
+ Documentation.init();
+});
\ No newline at end of file
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
new file mode 100644
index 0000000..63b4d08
--- /dev/null
+++ b/_static/documentation_options.js
@@ -0,0 +1,9 @@
+var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
+ VERSION: 'v2.6-257-g5b5624c2',
+ LANGUAGE: 'None',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true,
+ SOURCELINK_SUFFIX: '.txt'
+};
\ No newline at end of file
diff --git a/_static/down-pressed.png b/_static/down-pressed.png
new file mode 100644
index 0000000..5756c8c
--- /dev/null
+++ b/_static/down-pressed.png
Binary files differ
diff --git a/_static/down.png b/_static/down.png
new file mode 100644
index 0000000..1b3bdad
--- /dev/null
+++ b/_static/down.png
Binary files differ
diff --git a/_static/file.png b/_static/file.png
new file mode 100644
index 0000000..a858a41
--- /dev/null
+++ b/_static/file.png
Binary files differ
diff --git a/_static/jquery-3.2.1.js b/_static/jquery-3.2.1.js
new file mode 100644
index 0000000..d2d8ca4
--- /dev/null
+++ b/_static/jquery-3.2.1.js
@@ -0,0 +1,10253 @@
+/*!
+ * jQuery JavaScript Library v3.2.1
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright JS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2017-03-20T18:59Z
+ */
+( function( global, factory ) {
+
+ "use strict";
+
+ if ( typeof module === "object" && typeof module.exports === "object" ) {
+
+ // For CommonJS and CommonJS-like environments where a proper `window`
+ // is present, execute the factory and get jQuery.
+ // For environments that do not have a `window` with a `document`
+ // (such as Node.js), expose a factory as module.exports.
+ // This accentuates the need for the creation of a real `window`.
+ // e.g. var jQuery = require("jquery")(window);
+ // See ticket #14549 for more info.
+ module.exports = global.document ?
+ factory( global, true ) :
+ function( w ) {
+ if ( !w.document ) {
+ throw new Error( "jQuery requires a window with a document" );
+ }
+ return factory( w );
+ };
+ } else {
+ factory( global );
+ }
+
+// Pass this if window is not defined yet
+} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
+
+// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
+// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
+// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
+// enough that all such attempts are guarded in a try block.
+"use strict";
+
+var arr = [];
+
+var document = window.document;
+
+var getProto = Object.getPrototypeOf;
+
+var slice = arr.slice;
+
+var concat = arr.concat;
+
+var push = arr.push;
+
+var indexOf = arr.indexOf;
+
+var class2type = {};
+
+var toString = class2type.toString;
+
+var hasOwn = class2type.hasOwnProperty;
+
+var fnToString = hasOwn.toString;
+
+var ObjectFunctionString = fnToString.call( Object );
+
+var support = {};
+
+
+
+ function DOMEval( code, doc ) {
+ doc = doc || document;
+
+ var script = doc.createElement( "script" );
+
+ script.text = code;
+ doc.head.appendChild( script ).parentNode.removeChild( script );
+ }
+/* global Symbol */
+// Defining this global in .eslintrc.json would create a danger of using the global
+// unguarded in another place, it seems safer to define global only for this module
+
+
+
+var
+ version = "3.2.1",
+
+ // Define a local copy of jQuery
+ jQuery = function( selector, context ) {
+
+ // The jQuery object is actually just the init constructor 'enhanced'
+ // Need init if jQuery is called (just allow error to be thrown if not included)
+ return new jQuery.fn.init( selector, context );
+ },
+
+ // Support: Android <=4.0 only
+ // Make sure we trim BOM and NBSP
+ rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
+
+ // Matches dashed string for camelizing
+ rmsPrefix = /^-ms-/,
+ rdashAlpha = /-([a-z])/g,
+
+ // Used by jQuery.camelCase as callback to replace()
+ fcamelCase = function( all, letter ) {
+ return letter.toUpperCase();
+ };
+
+jQuery.fn = jQuery.prototype = {
+
+ // The current version of jQuery being used
+ jquery: version,
+
+ constructor: jQuery,
+
+ // The default length of a jQuery object is 0
+ length: 0,
+
+ toArray: function() {
+ return slice.call( this );
+ },
+
+ // Get the Nth element in the matched element set OR
+ // Get the whole matched element set as a clean array
+ get: function( num ) {
+
+ // Return all the elements in a clean array
+ if ( num == null ) {
+ return slice.call( this );
+ }
+
+ // Return just the one element from the set
+ return num < 0 ? this[ num + this.length ] : this[ num ];
+ },
+
+ // Take an array of elements and push it onto the stack
+ // (returning the new matched element set)
+ pushStack: function( elems ) {
+
+ // Build a new jQuery matched element set
+ var ret = jQuery.merge( this.constructor(), elems );
+
+ // Add the old object onto the stack (as a reference)
+ ret.prevObject = this;
+
+ // Return the newly-formed element set
+ return ret;
+ },
+
+ // Execute a callback for every element in the matched set.
+ each: function( callback ) {
+ return jQuery.each( this, callback );
+ },
+
+ map: function( callback ) {
+ return this.pushStack( jQuery.map( this, function( elem, i ) {
+ return callback.call( elem, i, elem );
+ } ) );
+ },
+
+ slice: function() {
+ return this.pushStack( slice.apply( this, arguments ) );
+ },
+
+ first: function() {
+ return this.eq( 0 );
+ },
+
+ last: function() {
+ return this.eq( -1 );
+ },
+
+ eq: function( i ) {
+ var len = this.length,
+ j = +i + ( i < 0 ? len : 0 );
+ return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );
+ },
+
+ end: function() {
+ return this.prevObject || this.constructor();
+ },
+
+ // For internal use only.
+ // Behaves like an Array's method, not like a jQuery method.
+ push: push,
+ sort: arr.sort,
+ splice: arr.splice
+};
+
+jQuery.extend = jQuery.fn.extend = function() {
+ var options, name, src, copy, copyIsArray, clone,
+ target = arguments[ 0 ] || {},
+ i = 1,
+ length = arguments.length,
+ deep = false;
+
+ // Handle a deep copy situation
+ if ( typeof target === "boolean" ) {
+ deep = target;
+
+ // Skip the boolean and the target
+ target = arguments[ i ] || {};
+ i++;
+ }
+
+ // Handle case when target is a string or something (possible in deep copy)
+ if ( typeof target !== "object" && !jQuery.isFunction( target ) ) {
+ target = {};
+ }
+
+ // Extend jQuery itself if only one argument is passed
+ if ( i === length ) {
+ target = this;
+ i--;
+ }
+
+ for ( ; i < length; i++ ) {
+
+ // Only deal with non-null/undefined values
+ if ( ( options = arguments[ i ] ) != null ) {
+
+ // Extend the base object
+ for ( name in options ) {
+ src = target[ name ];
+ copy = options[ name ];
+
+ // Prevent never-ending loop
+ if ( target === copy ) {
+ continue;
+ }
+
+ // Recurse if we're merging plain objects or arrays
+ if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
+ ( copyIsArray = Array.isArray( copy ) ) ) ) {
+
+ if ( copyIsArray ) {
+ copyIsArray = false;
+ clone = src && Array.isArray( src ) ? src : [];
+
+ } else {
+ clone = src && jQuery.isPlainObject( src ) ? src : {};
+ }
+
+ // Never move original objects, clone them
+ target[ name ] = jQuery.extend( deep, clone, copy );
+
+ // Don't bring in undefined values
+ } else if ( copy !== undefined ) {
+ target[ name ] = copy;
+ }
+ }
+ }
+ }
+
+ // Return the modified object
+ return target;
+};
+
+jQuery.extend( {
+
+ // Unique for each copy of jQuery on the page
+ expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ),
+
+ // Assume jQuery is ready without the ready module
+ isReady: true,
+
+ error: function( msg ) {
+ throw new Error( msg );
+ },
+
+ noop: function() {},
+
+ isFunction: function( obj ) {
+ return jQuery.type( obj ) === "function";
+ },
+
+ isWindow: function( obj ) {
+ return obj != null && obj === obj.window;
+ },
+
+ isNumeric: function( obj ) {
+
+ // As of jQuery 3.0, isNumeric is limited to
+ // strings and numbers (primitives or objects)
+ // that can be coerced to finite numbers (gh-2662)
+ var type = jQuery.type( obj );
+ return ( type === "number" || type === "string" ) &&
+
+ // parseFloat NaNs numeric-cast false positives ("")
+ // ...but misinterprets leading-number strings, particularly hex literals ("0x...")
+ // subtraction forces infinities to NaN
+ !isNaN( obj - parseFloat( obj ) );
+ },
+
+ isPlainObject: function( obj ) {
+ var proto, Ctor;
+
+ // Detect obvious negatives
+ // Use toString instead of jQuery.type to catch host objects
+ if ( !obj || toString.call( obj ) !== "[object Object]" ) {
+ return false;
+ }
+
+ proto = getProto( obj );
+
+ // Objects with no prototype (e.g., `Object.create( null )`) are plain
+ if ( !proto ) {
+ return true;
+ }
+
+ // Objects with prototype are plain iff they were constructed by a global Object function
+ Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor;
+ return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString;
+ },
+
+ isEmptyObject: function( obj ) {
+
+ /* eslint-disable no-unused-vars */
+ // See https://github.com/eslint/eslint/issues/6125
+ var name;
+
+ for ( name in obj ) {
+ return false;
+ }
+ return true;
+ },
+
+ type: function( obj ) {
+ if ( obj == null ) {
+ return obj + "";
+ }
+
+ // Support: Android <=2.3 only (functionish RegExp)
+ return typeof obj === "object" || typeof obj === "function" ?
+ class2type[ toString.call( obj ) ] || "object" :
+ typeof obj;
+ },
+
+ // Evaluates a script in a global context
+ globalEval: function( code ) {
+ DOMEval( code );
+ },
+
+ // Convert dashed to camelCase; used by the css and data modules
+ // Support: IE <=9 - 11, Edge 12 - 13
+ // Microsoft forgot to hump their vendor prefix (#9572)
+ camelCase: function( string ) {
+ return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
+ },
+
+ each: function( obj, callback ) {
+ var length, i = 0;
+
+ if ( isArrayLike( obj ) ) {
+ length = obj.length;
+ for ( ; i < length; i++ ) {
+ if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
+ break;
+ }
+ }
+ } else {
+ for ( i in obj ) {
+ if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
+ break;
+ }
+ }
+ }
+
+ return obj;
+ },
+
+ // Support: Android <=4.0 only
+ trim: function( text ) {
+ return text == null ?
+ "" :
+ ( text + "" ).replace( rtrim, "" );
+ },
+
+ // results is for internal usage only
+ makeArray: function( arr, results ) {
+ var ret = results || [];
+
+ if ( arr != null ) {
+ if ( isArrayLike( Object( arr ) ) ) {
+ jQuery.merge( ret,
+ typeof arr === "string" ?
+ [ arr ] : arr
+ );
+ } else {
+ push.call( ret, arr );
+ }
+ }
+
+ return ret;
+ },
+
+ inArray: function( elem, arr, i ) {
+ return arr == null ? -1 : indexOf.call( arr, elem, i );
+ },
+
+ // Support: Android <=4.0 only, PhantomJS 1 only
+ // push.apply(_, arraylike) throws on ancient WebKit
+ merge: function( first, second ) {
+ var len = +second.length,
+ j = 0,
+ i = first.length;
+
+ for ( ; j < len; j++ ) {
+ first[ i++ ] = second[ j ];
+ }
+
+ first.length = i;
+
+ return first;
+ },
+
+ grep: function( elems, callback, invert ) {
+ var callbackInverse,
+ matches = [],
+ i = 0,
+ length = elems.length,
+ callbackExpect = !invert;
+
+ // Go through the array, only saving the items
+ // that pass the validator function
+ for ( ; i < length; i++ ) {
+ callbackInverse = !callback( elems[ i ], i );
+ if ( callbackInverse !== callbackExpect ) {
+ matches.push( elems[ i ] );
+ }
+ }
+
+ return matches;
+ },
+
+ // arg is for internal usage only
+ map: function( elems, callback, arg ) {
+ var length, value,
+ i = 0,
+ ret = [];
+
+ // Go through the array, translating each of the items to their new values
+ if ( isArrayLike( elems ) ) {
+ length = elems.length;
+ for ( ; i < length; i++ ) {
+ value = callback( elems[ i ], i, arg );
+
+ if ( value != null ) {
+ ret.push( value );
+ }
+ }
+
+ // Go through every key on the object,
+ } else {
+ for ( i in elems ) {
+ value = callback( elems[ i ], i, arg );
+
+ if ( value != null ) {
+ ret.push( value );
+ }
+ }
+ }
+
+ // Flatten any nested arrays
+ return concat.apply( [], ret );
+ },
+
+ // A global GUID counter for objects
+ guid: 1,
+
+ // Bind a function to a context, optionally partially applying any
+ // arguments.
+ proxy: function( fn, context ) {
+ var tmp, args, proxy;
+
+ if ( typeof context === "string" ) {
+ tmp = fn[ context ];
+ context = fn;
+ fn = tmp;
+ }
+
+ // Quick check to determine if target is callable, in the spec
+ // this throws a TypeError, but we will just return undefined.
+ if ( !jQuery.isFunction( fn ) ) {
+ return undefined;
+ }
+
+ // Simulated bind
+ args = slice.call( arguments, 2 );
+ proxy = function() {
+ return fn.apply( context || this, args.concat( slice.call( arguments ) ) );
+ };
+
+ // Set the guid of unique handler to the same of original handler, so it can be removed
+ proxy.guid = fn.guid = fn.guid || jQuery.guid++;
+
+ return proxy;
+ },
+
+ now: Date.now,
+
+ // jQuery.support is not used in Core but other projects attach their
+ // properties to it so it needs to exist.
+ support: support
+} );
+
+if ( typeof Symbol === "function" ) {
+ jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];
+}
+
+// Populate the class2type map
+jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
+function( i, name ) {
+ class2type[ "[object " + name + "]" ] = name.toLowerCase();
+} );
+
+function isArrayLike( obj ) {
+
+ // Support: real iOS 8.2 only (not reproducible in simulator)
+ // `in` check used to prevent JIT error (gh-2145)
+ // hasOwn isn't used here due to false negatives
+ // regarding Nodelist length in IE
+ var length = !!obj && "length" in obj && obj.length,
+ type = jQuery.type( obj );
+
+ if ( type === "function" || jQuery.isWindow( obj ) ) {
+ return false;
+ }
+
+ return type === "array" || length === 0 ||
+ typeof length === "number" && length > 0 && ( length - 1 ) in obj;
+}
+var Sizzle =
+/*!
+ * Sizzle CSS Selector Engine v2.3.3
+ * https://sizzlejs.com/
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2016-08-08
+ */
+(function( window ) {
+
+var i,
+ support,
+ Expr,
+ getText,
+ isXML,
+ tokenize,
+ compile,
+ select,
+ outermostContext,
+ sortInput,
+ hasDuplicate,
+
+ // Local document vars
+ setDocument,
+ document,
+ docElem,
+ documentIsHTML,
+ rbuggyQSA,
+ rbuggyMatches,
+ matches,
+ contains,
+
+ // Instance-specific data
+ expando = "sizzle" + 1 * new Date(),
+ preferredDoc = window.document,
+ dirruns = 0,
+ done = 0,
+ classCache = createCache(),
+ tokenCache = createCache(),
+ compilerCache = createCache(),
+ sortOrder = function( a, b ) {
+ if ( a === b ) {
+ hasDuplicate = true;
+ }
+ return 0;
+ },
+
+ // Instance methods
+ hasOwn = ({}).hasOwnProperty,
+ arr = [],
+ pop = arr.pop,
+ push_native = arr.push,
+ push = arr.push,
+ slice = arr.slice,
+ // Use a stripped-down indexOf as it's faster than native
+ // https://jsperf.com/thor-indexof-vs-for/5
+ indexOf = function( list, elem ) {
+ var i = 0,
+ len = list.length;
+ for ( ; i < len; i++ ) {
+ if ( list[i] === elem ) {
+ return i;
+ }
+ }
+ return -1;
+ },
+
+ booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
+
+ // Regular expressions
+
+ // http://www.w3.org/TR/css3-selectors/#whitespace
+ whitespace = "[\\x20\\t\\r\\n\\f]",
+
+ // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
+ identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+",
+
+ // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
+ attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace +
+ // Operator (capture 2)
+ "*([*^$|!~]?=)" + whitespace +
+ // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
+ "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace +
+ "*\\]",
+
+ pseudos = ":(" + identifier + ")(?:\\((" +
+ // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
+ // 1. quoted (capture 3; capture 4 or capture 5)
+ "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" +
+ // 2. simple (capture 6)
+ "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" +
+ // 3. anything else (capture 2)
+ ".*" +
+ ")\\)|)",
+
+ // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
+ rwhitespace = new RegExp( whitespace + "+", "g" ),
+ rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
+
+ rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
+ rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ),
+
+ rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ),
+
+ rpseudo = new RegExp( pseudos ),
+ ridentifier = new RegExp( "^" + identifier + "$" ),
+
+ matchExpr = {
+ "ID": new RegExp( "^#(" + identifier + ")" ),
+ "CLASS": new RegExp( "^\\.(" + identifier + ")" ),
+ "TAG": new RegExp( "^(" + identifier + "|[*])" ),
+ "ATTR": new RegExp( "^" + attributes ),
+ "PSEUDO": new RegExp( "^" + pseudos ),
+ "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace +
+ "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
+ "*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
+ "bool": new RegExp( "^(?:" + booleans + ")$", "i" ),
+ // For use in libraries implementing .is()
+ // We use this for POS matching in `select`
+ "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" +
+ whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" )
+ },
+
+ rinputs = /^(?:input|select|textarea|button)$/i,
+ rheader = /^h\d$/i,
+
+ rnative = /^[^{]+\{\s*\[native \w/,
+
+ // Easily-parseable/retrievable ID or TAG or CLASS selectors
+ rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
+
+ rsibling = /[+~]/,
+
+ // CSS escapes
+ // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
+ runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
+ funescape = function( _, escaped, escapedWhitespace ) {
+ var high = "0x" + escaped - 0x10000;
+ // NaN means non-codepoint
+ // Support: Firefox<24
+ // Workaround erroneous numeric interpretation of +"0x"
+ return high !== high || escapedWhitespace ?
+ escaped :
+ high < 0 ?
+ // BMP codepoint
+ String.fromCharCode( high + 0x10000 ) :
+ // Supplemental Plane codepoint (surrogate pair)
+ String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
+ },
+
+ // CSS string/identifier serialization
+ // https://drafts.csswg.org/cssom/#common-serializing-idioms
+ rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
+ fcssescape = function( ch, asCodePoint ) {
+ if ( asCodePoint ) {
+
+ // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER
+ if ( ch === "\0" ) {
+ return "\uFFFD";
+ }
+
+ // Control characters and (dependent upon position) numbers get escaped as code points
+ return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " ";
+ }
+
+ // Other potentially-special ASCII characters get backslash-escaped
+ return "\\" + ch;
+ },
+
+ // Used for iframes
+ // See setDocument()
+ // Removing the function wrapper causes a "Permission Denied"
+ // error in IE
+ unloadHandler = function() {
+ setDocument();
+ },
+
+ disabledAncestor = addCombinator(
+ function( elem ) {
+ return elem.disabled === true && ("form" in elem || "label" in elem);
+ },
+ { dir: "parentNode", next: "legend" }
+ );
+
+// Optimize for push.apply( _, NodeList )
+try {
+ push.apply(
+ (arr = slice.call( preferredDoc.childNodes )),
+ preferredDoc.childNodes
+ );
+ // Support: Android<4.0
+ // Detect silently failing push.apply
+ arr[ preferredDoc.childNodes.length ].nodeType;
+} catch ( e ) {
+ push = { apply: arr.length ?
+
+ // Leverage slice if possible
+ function( target, els ) {
+ push_native.apply( target, slice.call(els) );
+ } :
+
+ // Support: IE<9
+ // Otherwise append directly
+ function( target, els ) {
+ var j = target.length,
+ i = 0;
+ // Can't trust NodeList.length
+ while ( (target[j++] = els[i++]) ) {}
+ target.length = j - 1;
+ }
+ };
+}
+
+function Sizzle( selector, context, results, seed ) {
+ var m, i, elem, nid, match, groups, newSelector,
+ newContext = context && context.ownerDocument,
+
+ // nodeType defaults to 9, since context defaults to document
+ nodeType = context ? context.nodeType : 9;
+
+ results = results || [];
+
+ // Return early from calls with invalid selector or context
+ if ( typeof selector !== "string" || !selector ||
+ nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
+
+ return results;
+ }
+
+ // Try to shortcut find operations (as opposed to filters) in HTML documents
+ if ( !seed ) {
+
+ if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
+ setDocument( context );
+ }
+ context = context || document;
+
+ if ( documentIsHTML ) {
+
+ // If the selector is sufficiently simple, try using a "get*By*" DOM method
+ // (excepting DocumentFragment context, where the methods don't exist)
+ if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
+
+ // ID selector
+ if ( (m = match[1]) ) {
+
+ // Document context
+ if ( nodeType === 9 ) {
+ if ( (elem = context.getElementById( m )) ) {
+
+ // Support: IE, Opera, Webkit
+ // TODO: identify versions
+ // getElementById can match elements by name instead of ID
+ if ( elem.id === m ) {
+ results.push( elem );
+ return results;
+ }
+ } else {
+ return results;
+ }
+
+ // Element context
+ } else {
+
+ // Support: IE, Opera, Webkit
+ // TODO: identify versions
+ // getElementById can match elements by name instead of ID
+ if ( newContext && (elem = newContext.getElementById( m )) &&
+ contains( context, elem ) &&
+ elem.id === m ) {
+
+ results.push( elem );
+ return results;
+ }
+ }
+
+ // Type selector
+ } else if ( match[2] ) {
+ push.apply( results, context.getElementsByTagName( selector ) );
+ return results;
+
+ // Class selector
+ } else if ( (m = match[3]) && support.getElementsByClassName &&
+ context.getElementsByClassName ) {
+
+ push.apply( results, context.getElementsByClassName( m ) );
+ return results;
+ }
+ }
+
+ // Take advantage of querySelectorAll
+ if ( support.qsa &&
+ !compilerCache[ selector + " " ] &&
+ (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
+
+ if ( nodeType !== 1 ) {
+ newContext = context;
+ newSelector = selector;
+
+ // qSA looks outside Element context, which is not what we want
+ // Thanks to Andrew Dupont for this workaround technique
+ // Support: IE <=8
+ // Exclude object elements
+ } else if ( context.nodeName.toLowerCase() !== "object" ) {
+
+ // Capture the context ID, setting it first if necessary
+ if ( (nid = context.getAttribute( "id" )) ) {
+ nid = nid.replace( rcssescape, fcssescape );
+ } else {
+ context.setAttribute( "id", (nid = expando) );
+ }
+
+ // Prefix every selector in the list
+ groups = tokenize( selector );
+ i = groups.length;
+ while ( i-- ) {
+ groups[i] = "#" + nid + " " + toSelector( groups[i] );
+ }
+ newSelector = groups.join( "," );
+
+ // Expand context for sibling selectors
+ newContext = rsibling.test( selector ) && testContext( context.parentNode ) ||
+ context;
+ }
+
+ if ( newSelector ) {
+ try {
+ push.apply( results,
+ newContext.querySelectorAll( newSelector )
+ );
+ return results;
+ } catch ( qsaError ) {
+ } finally {
+ if ( nid === expando ) {
+ context.removeAttribute( "id" );
+ }
+ }
+ }
+ }
+ }
+ }
+
+ // All others
+ return select( selector.replace( rtrim, "$1" ), context, results, seed );
+}
+
+/**
+ * Create key-value caches of limited size
+ * @returns {function(string, object)} Returns the Object data after storing it on itself with
+ * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)
+ * deleting the oldest entry
+ */
+function createCache() {
+ var keys = [];
+
+ function cache( key, value ) {
+ // Use (key + " ") to avoid collision with native prototype properties (see Issue #157)
+ if ( keys.push( key + " " ) > Expr.cacheLength ) {
+ // Only keep the most recent entries
+ delete cache[ keys.shift() ];
+ }
+ return (cache[ key + " " ] = value);
+ }
+ return cache;
+}
+
+/**
+ * Mark a function for special use by Sizzle
+ * @param {Function} fn The function to mark
+ */
+function markFunction( fn ) {
+ fn[ expando ] = true;
+ return fn;
+}
+
+/**
+ * Support testing using an element
+ * @param {Function} fn Passed the created element and returns a boolean result
+ */
+function assert( fn ) {
+ var el = document.createElement("fieldset");
+
+ try {
+ return !!fn( el );
+ } catch (e) {
+ return false;
+ } finally {
+ // Remove from its parent by default
+ if ( el.parentNode ) {
+ el.parentNode.removeChild( el );
+ }
+ // release memory in IE
+ el = null;
+ }
+}
+
+/**
+ * Adds the same handler for all of the specified attrs
+ * @param {String} attrs Pipe-separated list of attributes
+ * @param {Function} handler The method that will be applied
+ */
+function addHandle( attrs, handler ) {
+ var arr = attrs.split("|"),
+ i = arr.length;
+
+ while ( i-- ) {
+ Expr.attrHandle[ arr[i] ] = handler;
+ }
+}
+
+/**
+ * Checks document order of two siblings
+ * @param {Element} a
+ * @param {Element} b
+ * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b
+ */
+function siblingCheck( a, b ) {
+ var cur = b && a,
+ diff = cur && a.nodeType === 1 && b.nodeType === 1 &&
+ a.sourceIndex - b.sourceIndex;
+
+ // Use IE sourceIndex if available on both nodes
+ if ( diff ) {
+ return diff;
+ }
+
+ // Check if b follows a
+ if ( cur ) {
+ while ( (cur = cur.nextSibling) ) {
+ if ( cur === b ) {
+ return -1;
+ }
+ }
+ }
+
+ return a ? 1 : -1;
+}
+
+/**
+ * Returns a function to use in pseudos for input types
+ * @param {String} type
+ */
+function createInputPseudo( type ) {
+ return function( elem ) {
+ var name = elem.nodeName.toLowerCase();
+ return name === "input" && elem.type === type;
+ };
+}
+
+/**
+ * Returns a function to use in pseudos for buttons
+ * @param {String} type
+ */
+function createButtonPseudo( type ) {
+ return function( elem ) {
+ var name = elem.nodeName.toLowerCase();
+ return (name === "input" || name === "button") && elem.type === type;
+ };
+}
+
+/**
+ * Returns a function to use in pseudos for :enabled/:disabled
+ * @param {Boolean} disabled true for :disabled; false for :enabled
+ */
+function createDisabledPseudo( disabled ) {
+
+ // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable
+ return function( elem ) {
+
+ // Only certain elements can match :enabled or :disabled
+ // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled
+ // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled
+ if ( "form" in elem ) {
+
+ // Check for inherited disabledness on relevant non-disabled elements:
+ // * listed form-associated elements in a disabled fieldset
+ // https://html.spec.whatwg.org/multipage/forms.html#category-listed
+ // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled
+ // * option elements in a disabled optgroup
+ // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled
+ // All such elements have a "form" property.
+ if ( elem.parentNode && elem.disabled === false ) {
+
+ // Option elements defer to a parent optgroup if present
+ if ( "label" in elem ) {
+ if ( "label" in elem.parentNode ) {
+ return elem.parentNode.disabled === disabled;
+ } else {
+ return elem.disabled === disabled;
+ }
+ }
+
+ // Support: IE 6 - 11
+ // Use the isDisabled shortcut property to check for disabled fieldset ancestors
+ return elem.isDisabled === disabled ||
+
+ // Where there is no isDisabled, check manually
+ /* jshint -W018 */
+ elem.isDisabled !== !disabled &&
+ disabledAncestor( elem ) === disabled;
+ }
+
+ return elem.disabled === disabled;
+
+ // Try to winnow out elements that can't be disabled before trusting the disabled property.
+ // Some victims get caught in our net (label, legend, menu, track), but it shouldn't
+ // even exist on them, let alone have a boolean value.
+ } else if ( "label" in elem ) {
+ return elem.disabled === disabled;
+ }
+
+ // Remaining elements are neither :enabled nor :disabled
+ return false;
+ };
+}
+
+/**
+ * Returns a function to use in pseudos for positionals
+ * @param {Function} fn
+ */
+function createPositionalPseudo( fn ) {
+ return markFunction(function( argument ) {
+ argument = +argument;
+ return markFunction(function( seed, matches ) {
+ var j,
+ matchIndexes = fn( [], seed.length, argument ),
+ i = matchIndexes.length;
+
+ // Match elements found at the specified indexes
+ while ( i-- ) {
+ if ( seed[ (j = matchIndexes[i]) ] ) {
+ seed[j] = !(matches[j] = seed[j]);
+ }
+ }
+ });
+ });
+}
+
+/**
+ * Checks a node for validity as a Sizzle context
+ * @param {Element|Object=} context
+ * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
+ */
+function testContext( context ) {
+ return context && typeof context.getElementsByTagName !== "undefined" && context;
+}
+
+// Expose support vars for convenience
+support = Sizzle.support = {};
+
+/**
+ * Detects XML nodes
+ * @param {Element|Object} elem An element or a document
+ * @returns {Boolean} True iff elem is a non-HTML XML node
+ */
+isXML = Sizzle.isXML = function( elem ) {
+ // documentElement is verified for cases where it doesn't yet exist
+ // (such as loading iframes in IE - #4833)
+ var documentElement = elem && (elem.ownerDocument || elem).documentElement;
+ return documentElement ? documentElement.nodeName !== "HTML" : false;
+};
+
+/**
+ * Sets document-related variables once based on the current document
+ * @param {Element|Object} [doc] An element or document object to use to set the document
+ * @returns {Object} Returns the current document
+ */
+setDocument = Sizzle.setDocument = function( node ) {
+ var hasCompare, subWindow,
+ doc = node ? node.ownerDocument || node : preferredDoc;
+
+ // Return early if doc is invalid or already selected
+ if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
+ return document;
+ }
+
+ // Update global variables
+ document = doc;
+ docElem = document.documentElement;
+ documentIsHTML = !isXML( document );
+
+ // Support: IE 9-11, Edge
+ // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936)
+ if ( preferredDoc !== document &&
+ (subWindow = document.defaultView) && subWindow.top !== subWindow ) {
+
+ // Support: IE 11, Edge
+ if ( subWindow.addEventListener ) {
+ subWindow.addEventListener( "unload", unloadHandler, false );
+
+ // Support: IE 9 - 10 only
+ } else if ( subWindow.attachEvent ) {
+ subWindow.attachEvent( "onunload", unloadHandler );
+ }
+ }
+
+ /* Attributes
+ ---------------------------------------------------------------------- */
+
+ // Support: IE<8
+ // Verify that getAttribute really returns attributes and not properties
+ // (excepting IE8 booleans)
+ support.attributes = assert(function( el ) {
+ el.className = "i";
+ return !el.getAttribute("className");
+ });
+
+ /* getElement(s)By*
+ ---------------------------------------------------------------------- */
+
+ // Check if getElementsByTagName("*") returns only elements
+ support.getElementsByTagName = assert(function( el ) {
+ el.appendChild( document.createComment("") );
+ return !el.getElementsByTagName("*").length;
+ });
+
+ // Support: IE<9
+ support.getElementsByClassName = rnative.test( document.getElementsByClassName );
+
+ // Support: IE<10
+ // Check if getElementById returns elements by name
+ // The broken getElementById methods don't pick up programmatically-set names,
+ // so use a roundabout getElementsByName test
+ support.getById = assert(function( el ) {
+ docElem.appendChild( el ).id = expando;
+ return !document.getElementsByName || !document.getElementsByName( expando ).length;
+ });
+
+ // ID filter and find
+ if ( support.getById ) {
+ Expr.filter["ID"] = function( id ) {
+ var attrId = id.replace( runescape, funescape );
+ return function( elem ) {
+ return elem.getAttribute("id") === attrId;
+ };
+ };
+ Expr.find["ID"] = function( id, context ) {
+ if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
+ var elem = context.getElementById( id );
+ return elem ? [ elem ] : [];
+ }
+ };
+ } else {
+ Expr.filter["ID"] = function( id ) {
+ var attrId = id.replace( runescape, funescape );
+ return function( elem ) {
+ var node = typeof elem.getAttributeNode !== "undefined" &&
+ elem.getAttributeNode("id");
+ return node && node.value === attrId;
+ };
+ };
+
+ // Support: IE 6 - 7 only
+ // getElementById is not reliable as a find shortcut
+ Expr.find["ID"] = function( id, context ) {
+ if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
+ var node, i, elems,
+ elem = context.getElementById( id );
+
+ if ( elem ) {
+
+ // Verify the id attribute
+ node = elem.getAttributeNode("id");
+ if ( node && node.value === id ) {
+ return [ elem ];
+ }
+
+ // Fall back on getElementsByName
+ elems = context.getElementsByName( id );
+ i = 0;
+ while ( (elem = elems[i++]) ) {
+ node = elem.getAttributeNode("id");
+ if ( node && node.value === id ) {
+ return [ elem ];
+ }
+ }
+ }
+
+ return [];
+ }
+ };
+ }
+
+ // Tag
+ Expr.find["TAG"] = support.getElementsByTagName ?
+ function( tag, context ) {
+ if ( typeof context.getElementsByTagName !== "undefined" ) {
+ return context.getElementsByTagName( tag );
+
+ // DocumentFragment nodes don't have gEBTN
+ } else if ( support.qsa ) {
+ return context.querySelectorAll( tag );
+ }
+ } :
+
+ function( tag, context ) {
+ var elem,
+ tmp = [],
+ i = 0,
+ // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
+ results = context.getElementsByTagName( tag );
+
+ // Filter out possible comments
+ if ( tag === "*" ) {
+ while ( (elem = results[i++]) ) {
+ if ( elem.nodeType === 1 ) {
+ tmp.push( elem );
+ }
+ }
+
+ return tmp;
+ }
+ return results;
+ };
+
+ // Class
+ Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
+ if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) {
+ return context.getElementsByClassName( className );
+ }
+ };
+
+ /* QSA/matchesSelector
+ ---------------------------------------------------------------------- */
+
+ // QSA and matchesSelector support
+
+ // matchesSelector(:active) reports false when true (IE9/Opera 11.5)
+ rbuggyMatches = [];
+
+ // qSa(:focus) reports false when true (Chrome 21)
+ // We allow this because of a bug in IE8/9 that throws an error
+ // whenever `document.activeElement` is accessed on an iframe
+ // So, we allow :focus to pass through QSA all the time to avoid the IE error
+ // See https://bugs.jquery.com/ticket/13378
+ rbuggyQSA = [];
+
+ if ( (support.qsa = rnative.test( document.querySelectorAll )) ) {
+ // Build QSA regex
+ // Regex strategy adopted from Diego Perini
+ assert(function( el ) {
+ // Select is set to empty string on purpose
+ // This is to test IE's treatment of not explicitly
+ // setting a boolean content attribute,
+ // since its presence should be enough
+ // https://bugs.jquery.com/ticket/12359
+ docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" +
+ "<select id='" + expando + "-\r\\' msallowcapture=''>" +
+ "<option selected=''></option></select>";
+
+ // Support: IE8, Opera 11-12.16
+ // Nothing should be selected when empty strings follow ^= or $= or *=
+ // The test attribute must be unknown in Opera but "safe" for WinRT
+ // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
+ if ( el.querySelectorAll("[msallowcapture^='']").length ) {
+ rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
+ }
+
+ // Support: IE8
+ // Boolean attributes and "value" are not treated correctly
+ if ( !el.querySelectorAll("[selected]").length ) {
+ rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
+ }
+
+ // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+
+ if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
+ rbuggyQSA.push("~=");
+ }
+
+ // Webkit/Opera - :checked should return selected option elements
+ // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
+ // IE8 throws error here and will not see later tests
+ if ( !el.querySelectorAll(":checked").length ) {
+ rbuggyQSA.push(":checked");
+ }
+
+ // Support: Safari 8+, iOS 8+
+ // https://bugs.webkit.org/show_bug.cgi?id=136851
+ // In-page `selector#id sibling-combinator selector` fails
+ if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) {
+ rbuggyQSA.push(".#.+[+~]");
+ }
+ });
+
+ assert(function( el ) {
+ el.innerHTML = "<a href='' disabled='disabled'></a>" +
+ "<select disabled='disabled'><option/></select>";
+
+ // Support: Windows 8 Native Apps
+ // The type and name attributes are restricted during .innerHTML assignment
+ var input = document.createElement("input");
+ input.setAttribute( "type", "hidden" );
+ el.appendChild( input ).setAttribute( "name", "D" );
+
+ // Support: IE8
+ // Enforce case-sensitivity of name attribute
+ if ( el.querySelectorAll("[name=d]").length ) {
+ rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" );
+ }
+
+ // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
+ // IE8 throws error here and will not see later tests
+ if ( el.querySelectorAll(":enabled").length !== 2 ) {
+ rbuggyQSA.push( ":enabled", ":disabled" );
+ }
+
+ // Support: IE9-11+
+ // IE's :disabled selector does not pick up the children of disabled fieldsets
+ docElem.appendChild( el ).disabled = true;
+ if ( el.querySelectorAll(":disabled").length !== 2 ) {
+ rbuggyQSA.push( ":enabled", ":disabled" );
+ }
+
+ // Opera 10-11 does not throw on post-comma invalid pseudos
+ el.querySelectorAll("*,:x");
+ rbuggyQSA.push(",.*:");
+ });
+ }
+
+ if ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||
+ docElem.webkitMatchesSelector ||
+ docElem.mozMatchesSelector ||
+ docElem.oMatchesSelector ||
+ docElem.msMatchesSelector) )) ) {
+
+ assert(function( el ) {
+ // Check to see if it's possible to do matchesSelector
+ // on a disconnected node (IE 9)
+ support.disconnectedMatch = matches.call( el, "*" );
+
+ // This should fail with an exception
+ // Gecko does not error, returns false instead
+ matches.call( el, "[s!='']:x" );
+ rbuggyMatches.push( "!=", pseudos );
+ });
+ }
+
+ rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") );
+ rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") );
+
+ /* Contains
+ ---------------------------------------------------------------------- */
+ hasCompare = rnative.test( docElem.compareDocumentPosition );
+
+ // Element contains another
+ // Purposefully self-exclusive
+ // As in, an element does not contain itself
+ contains = hasCompare || rnative.test( docElem.contains ) ?
+ function( a, b ) {
+ var adown = a.nodeType === 9 ? a.documentElement : a,
+ bup = b && b.parentNode;
+ return a === bup || !!( bup && bup.nodeType === 1 && (
+ adown.contains ?
+ adown.contains( bup ) :
+ a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16
+ ));
+ } :
+ function( a, b ) {
+ if ( b ) {
+ while ( (b = b.parentNode) ) {
+ if ( b === a ) {
+ return true;
+ }
+ }
+ }
+ return false;
+ };
+
+ /* Sorting
+ ---------------------------------------------------------------------- */
+
+ // Document order sorting
+ sortOrder = hasCompare ?
+ function( a, b ) {
+
+ // Flag for duplicate removal
+ if ( a === b ) {
+ hasDuplicate = true;
+ return 0;
+ }
+
+ // Sort on method existence if only one input has compareDocumentPosition
+ var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
+ if ( compare ) {
+ return compare;
+ }
+
+ // Calculate position if both inputs belong to the same document
+ compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
+ a.compareDocumentPosition( b ) :
+
+ // Otherwise we know they are disconnected
+ 1;
+
+ // Disconnected nodes
+ if ( compare & 1 ||
+ (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {
+
+ // Choose the first element that is related to our preferred document
+ if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {
+ return -1;
+ }
+ if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {
+ return 1;
+ }
+
+ // Maintain original order
+ return sortInput ?
+ ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
+ 0;
+ }
+
+ return compare & 4 ? -1 : 1;
+ } :
+ function( a, b ) {
+ // Exit early if the nodes are identical
+ if ( a === b ) {
+ hasDuplicate = true;
+ return 0;
+ }
+
+ var cur,
+ i = 0,
+ aup = a.parentNode,
+ bup = b.parentNode,
+ ap = [ a ],
+ bp = [ b ];
+
+ // Parentless nodes are either documents or disconnected
+ if ( !aup || !bup ) {
+ return a === document ? -1 :
+ b === document ? 1 :
+ aup ? -1 :
+ bup ? 1 :
+ sortInput ?
+ ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
+ 0;
+
+ // If the nodes are siblings, we can do a quick check
+ } else if ( aup === bup ) {
+ return siblingCheck( a, b );
+ }
+
+ // Otherwise we need full lists of their ancestors for comparison
+ cur = a;
+ while ( (cur = cur.parentNode) ) {
+ ap.unshift( cur );
+ }
+ cur = b;
+ while ( (cur = cur.parentNode) ) {
+ bp.unshift( cur );
+ }
+
+ // Walk down the tree looking for a discrepancy
+ while ( ap[i] === bp[i] ) {
+ i++;
+ }
+
+ return i ?
+ // Do a sibling check if the nodes have a common ancestor
+ siblingCheck( ap[i], bp[i] ) :
+
+ // Otherwise nodes in our document sort first
+ ap[i] === preferredDoc ? -1 :
+ bp[i] === preferredDoc ? 1 :
+ 0;
+ };
+
+ return document;
+};
+
+Sizzle.matches = function( expr, elements ) {
+ return Sizzle( expr, null, null, elements );
+};
+
+Sizzle.matchesSelector = function( elem, expr ) {
+ // Set document vars if needed
+ if ( ( elem.ownerDocument || elem ) !== document ) {
+ setDocument( elem );
+ }
+
+ // Make sure that attribute selectors are quoted
+ expr = expr.replace( rattributeQuotes, "='$1']" );
+
+ if ( support.matchesSelector && documentIsHTML &&
+ !compilerCache[ expr + " " ] &&
+ ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
+ ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {
+
+ try {
+ var ret = matches.call( elem, expr );
+
+ // IE 9's matchesSelector returns false on disconnected nodes
+ if ( ret || support.disconnectedMatch ||
+ // As well, disconnected nodes are said to be in a document
+ // fragment in IE 9
+ elem.document && elem.document.nodeType !== 11 ) {
+ return ret;
+ }
+ } catch (e) {}
+ }
+
+ return Sizzle( expr, document, null, [ elem ] ).length > 0;
+};
+
+Sizzle.contains = function( context, elem ) {
+ // Set document vars if needed
+ if ( ( context.ownerDocument || context ) !== document ) {
+ setDocument( context );
+ }
+ return contains( context, elem );
+};
+
+Sizzle.attr = function( elem, name ) {
+ // Set document vars if needed
+ if ( ( elem.ownerDocument || elem ) !== document ) {
+ setDocument( elem );
+ }
+
+ var fn = Expr.attrHandle[ name.toLowerCase() ],
+ // Don't get fooled by Object.prototype properties (jQuery #13807)
+ val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
+ fn( elem, name, !documentIsHTML ) :
+ undefined;
+
+ return val !== undefined ?
+ val :
+ support.attributes || !documentIsHTML ?
+ elem.getAttribute( name ) :
+ (val = elem.getAttributeNode(name)) && val.specified ?
+ val.value :
+ null;
+};
+
+Sizzle.escape = function( sel ) {
+ return (sel + "").replace( rcssescape, fcssescape );
+};
+
+Sizzle.error = function( msg ) {
+ throw new Error( "Syntax error, unrecognized expression: " + msg );
+};
+
+/**
+ * Document sorting and removing duplicates
+ * @param {ArrayLike} results
+ */
+Sizzle.uniqueSort = function( results ) {
+ var elem,
+ duplicates = [],
+ j = 0,
+ i = 0;
+
+ // Unless we *know* we can detect duplicates, assume their presence
+ hasDuplicate = !support.detectDuplicates;
+ sortInput = !support.sortStable && results.slice( 0 );
+ results.sort( sortOrder );
+
+ if ( hasDuplicate ) {
+ while ( (elem = results[i++]) ) {
+ if ( elem === results[ i ] ) {
+ j = duplicates.push( i );
+ }
+ }
+ while ( j-- ) {
+ results.splice( duplicates[ j ], 1 );
+ }
+ }
+
+ // Clear input after sorting to release objects
+ // See https://github.com/jquery/sizzle/pull/225
+ sortInput = null;
+
+ return results;
+};
+
+/**
+ * Utility function for retrieving the text value of an array of DOM nodes
+ * @param {Array|Element} elem
+ */
+getText = Sizzle.getText = function( elem ) {
+ var node,
+ ret = "",
+ i = 0,
+ nodeType = elem.nodeType;
+
+ if ( !nodeType ) {
+ // If no nodeType, this is expected to be an array
+ while ( (node = elem[i++]) ) {
+ // Do not traverse comment nodes
+ ret += getText( node );
+ }
+ } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
+ // Use textContent for elements
+ // innerText usage removed for consistency of new lines (jQuery #11153)
+ if ( typeof elem.textContent === "string" ) {
+ return elem.textContent;
+ } else {
+ // Traverse its children
+ for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
+ ret += getText( elem );
+ }
+ }
+ } else if ( nodeType === 3 || nodeType === 4 ) {
+ return elem.nodeValue;
+ }
+ // Do not include comment or processing instruction nodes
+
+ return ret;
+};
+
+Expr = Sizzle.selectors = {
+
+ // Can be adjusted by the user
+ cacheLength: 50,
+
+ createPseudo: markFunction,
+
+ match: matchExpr,
+
+ attrHandle: {},
+
+ find: {},
+
+ relative: {
+ ">": { dir: "parentNode", first: true },
+ " ": { dir: "parentNode" },
+ "+": { dir: "previousSibling", first: true },
+ "~": { dir: "previousSibling" }
+ },
+
+ preFilter: {
+ "ATTR": function( match ) {
+ match[1] = match[1].replace( runescape, funescape );
+
+ // Move the given value to match[3] whether quoted or unquoted
+ match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape );
+
+ if ( match[2] === "~=" ) {
+ match[3] = " " + match[3] + " ";
+ }
+
+ return match.slice( 0, 4 );
+ },
+
+ "CHILD": function( match ) {
+ /* matches from matchExpr["CHILD"]
+ 1 type (only|nth|...)
+ 2 what (child|of-type)
+ 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
+ 4 xn-component of xn+y argument ([+-]?\d*n|)
+ 5 sign of xn-component
+ 6 x of xn-component
+ 7 sign of y-component
+ 8 y of y-component
+ */
+ match[1] = match[1].toLowerCase();
+
+ if ( match[1].slice( 0, 3 ) === "nth" ) {
+ // nth-* requires argument
+ if ( !match[3] ) {
+ Sizzle.error( match[0] );
+ }
+
+ // numeric x and y parameters for Expr.filter.CHILD
+ // remember that false/true cast respectively to 0/1
+ match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) );
+ match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" );
+
+ // other types prohibit arguments
+ } else if ( match[3] ) {
+ Sizzle.error( match[0] );
+ }
+
+ return match;
+ },
+
+ "PSEUDO": function( match ) {
+ var excess,
+ unquoted = !match[6] && match[2];
+
+ if ( matchExpr["CHILD"].test( match[0] ) ) {
+ return null;
+ }
+
+ // Accept quoted arguments as-is
+ if ( match[3] ) {
+ match[2] = match[4] || match[5] || "";
+
+ // Strip excess characters from unquoted arguments
+ } else if ( unquoted && rpseudo.test( unquoted ) &&
+ // Get excess from tokenize (recursively)
+ (excess = tokenize( unquoted, true )) &&
+ // advance to the next closing parenthesis
+ (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
+
+ // excess is a negative index
+ match[0] = match[0].slice( 0, excess );
+ match[2] = unquoted.slice( 0, excess );
+ }
+
+ // Return only captures needed by the pseudo filter method (type and argument)
+ return match.slice( 0, 3 );
+ }
+ },
+
+ filter: {
+
+ "TAG": function( nodeNameSelector ) {
+ var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();
+ return nodeNameSelector === "*" ?
+ function() { return true; } :
+ function( elem ) {
+ return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
+ };
+ },
+
+ "CLASS": function( className ) {
+ var pattern = classCache[ className + " " ];
+
+ return pattern ||
+ (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
+ classCache( className, function( elem ) {
+ return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
+ });
+ },
+
+ "ATTR": function( name, operator, check ) {
+ return function( elem ) {
+ var result = Sizzle.attr( elem, name );
+
+ if ( result == null ) {
+ return operator === "!=";
+ }
+ if ( !operator ) {
+ return true;
+ }
+
+ result += "";
+
+ return operator === "=" ? result === check :
+ operator === "!=" ? result !== check :
+ operator === "^=" ? check && result.indexOf( check ) === 0 :
+ operator === "*=" ? check && result.indexOf( check ) > -1 :
+ operator === "$=" ? check && result.slice( -check.length ) === check :
+ operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
+ operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
+ false;
+ };
+ },
+
+ "CHILD": function( type, what, argument, first, last ) {
+ var simple = type.slice( 0, 3 ) !== "nth",
+ forward = type.slice( -4 ) !== "last",
+ ofType = what === "of-type";
+
+ return first === 1 && last === 0 ?
+
+ // Shortcut for :nth-*(n)
+ function( elem ) {
+ return !!elem.parentNode;
+ } :
+
+ function( elem, context, xml ) {
+ var cache, uniqueCache, outerCache, node, nodeIndex, start,
+ dir = simple !== forward ? "nextSibling" : "previousSibling",
+ parent = elem.parentNode,
+ name = ofType && elem.nodeName.toLowerCase(),
+ useCache = !xml && !ofType,
+ diff = false;
+
+ if ( parent ) {
+
+ // :(first|last|only)-(child|of-type)
+ if ( simple ) {
+ while ( dir ) {
+ node = elem;
+ while ( (node = node[ dir ]) ) {
+ if ( ofType ?
+ node.nodeName.toLowerCase() === name :
+ node.nodeType === 1 ) {
+
+ return false;
+ }
+ }
+ // Reverse direction for :only-* (if we haven't yet done so)
+ start = dir = type === "only" && !start && "nextSibling";
+ }
+ return true;
+ }
+
+ start = [ forward ? parent.firstChild : parent.lastChild ];
+
+ // non-xml :nth-child(...) stores cache data on `parent`
+ if ( forward && useCache ) {
+
+ // Seek `elem` from a previously-cached index
+
+ // ...in a gzip-friendly way
+ node = parent;
+ outerCache = node[ expando ] || (node[ expando ] = {});
+
+ // Support: IE <9 only
+ // Defend against cloned attroperties (jQuery gh-1709)
+ uniqueCache = outerCache[ node.uniqueID ] ||
+ (outerCache[ node.uniqueID ] = {});
+
+ cache = uniqueCache[ type ] || [];
+ nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
+ diff = nodeIndex && cache[ 2 ];
+ node = nodeIndex && parent.childNodes[ nodeIndex ];
+
+ while ( (node = ++nodeIndex && node && node[ dir ] ||
+
+ // Fallback to seeking `elem` from the start
+ (diff = nodeIndex = 0) || start.pop()) ) {
+
+ // When found, cache indexes on `parent` and break
+ if ( node.nodeType === 1 && ++diff && node === elem ) {
+ uniqueCache[ type ] = [ dirruns, nodeIndex, diff ];
+ break;
+ }
+ }
+
+ } else {
+ // Use previously-cached element index if available
+ if ( useCache ) {
+ // ...in a gzip-friendly way
+ node = elem;
+ outerCache = node[ expando ] || (node[ expando ] = {});
+
+ // Support: IE <9 only
+ // Defend against cloned attroperties (jQuery gh-1709)
+ uniqueCache = outerCache[ node.uniqueID ] ||
+ (outerCache[ node.uniqueID ] = {});
+
+ cache = uniqueCache[ type ] || [];
+ nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
+ diff = nodeIndex;
+ }
+
+ // xml :nth-child(...)
+ // or :nth-last-child(...) or :nth(-last)?-of-type(...)
+ if ( diff === false ) {
+ // Use the same loop as above to seek `elem` from the start
+ while ( (node = ++nodeIndex && node && node[ dir ] ||
+ (diff = nodeIndex = 0) || start.pop()) ) {
+
+ if ( ( ofType ?
+ node.nodeName.toLowerCase() === name :
+ node.nodeType === 1 ) &&
+ ++diff ) {
+
+ // Cache the index of each encountered element
+ if ( useCache ) {
+ outerCache = node[ expando ] || (node[ expando ] = {});
+
+ // Support: IE <9 only
+ // Defend against cloned attroperties (jQuery gh-1709)
+ uniqueCache = outerCache[ node.uniqueID ] ||
+ (outerCache[ node.uniqueID ] = {});
+
+ uniqueCache[ type ] = [ dirruns, diff ];
+ }
+
+ if ( node === elem ) {
+ break;
+ }
+ }
+ }
+ }
+ }
+
+ // Incorporate the offset, then check against cycle size
+ diff -= last;
+ return diff === first || ( diff % first === 0 && diff / first >= 0 );
+ }
+ };
+ },
+
+ "PSEUDO": function( pseudo, argument ) {
+ // pseudo-class names are case-insensitive
+ // http://www.w3.org/TR/selectors/#pseudo-classes
+ // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
+ // Remember that setFilters inherits from pseudos
+ var args,
+ fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
+ Sizzle.error( "unsupported pseudo: " + pseudo );
+
+ // The user may use createPseudo to indicate that
+ // arguments are needed to create the filter function
+ // just as Sizzle does
+ if ( fn[ expando ] ) {
+ return fn( argument );
+ }
+
+ // But maintain support for old signatures
+ if ( fn.length > 1 ) {
+ args = [ pseudo, pseudo, "", argument ];
+ return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
+ markFunction(function( seed, matches ) {
+ var idx,
+ matched = fn( seed, argument ),
+ i = matched.length;
+ while ( i-- ) {
+ idx = indexOf( seed, matched[i] );
+ seed[ idx ] = !( matches[ idx ] = matched[i] );
+ }
+ }) :
+ function( elem ) {
+ return fn( elem, 0, args );
+ };
+ }
+
+ return fn;
+ }
+ },
+
+ pseudos: {
+ // Potentially complex pseudos
+ "not": markFunction(function( selector ) {
+ // Trim the selector passed to compile
+ // to avoid treating leading and trailing
+ // spaces as combinators
+ var input = [],
+ results = [],
+ matcher = compile( selector.replace( rtrim, "$1" ) );
+
+ return matcher[ expando ] ?
+ markFunction(function( seed, matches, context, xml ) {
+ var elem,
+ unmatched = matcher( seed, null, xml, [] ),
+ i = seed.length;
+
+ // Match elements unmatched by `matcher`
+ while ( i-- ) {
+ if ( (elem = unmatched[i]) ) {
+ seed[i] = !(matches[i] = elem);
+ }
+ }
+ }) :
+ function( elem, context, xml ) {
+ input[0] = elem;
+ matcher( input, null, xml, results );
+ // Don't keep the element (issue #299)
+ input[0] = null;
+ return !results.pop();
+ };
+ }),
+
+ "has": markFunction(function( selector ) {
+ return function( elem ) {
+ return Sizzle( selector, elem ).length > 0;
+ };
+ }),
+
+ "contains": markFunction(function( text ) {
+ text = text.replace( runescape, funescape );
+ return function( elem ) {
+ return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
+ };
+ }),
+
+ // "Whether an element is represented by a :lang() selector
+ // is based solely on the element's language value
+ // being equal to the identifier C,
+ // or beginning with the identifier C immediately followed by "-".
+ // The matching of C against the element's language value is performed case-insensitively.
+ // The identifier C does not have to be a valid language name."
+ // http://www.w3.org/TR/selectors/#lang-pseudo
+ "lang": markFunction( function( lang ) {
+ // lang value must be a valid identifier
+ if ( !ridentifier.test(lang || "") ) {
+ Sizzle.error( "unsupported lang: " + lang );
+ }
+ lang = lang.replace( runescape, funescape ).toLowerCase();
+ return function( elem ) {
+ var elemLang;
+ do {
+ if ( (elemLang = documentIsHTML ?
+ elem.lang :
+ elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) {
+
+ elemLang = elemLang.toLowerCase();
+ return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0;
+ }
+ } while ( (elem = elem.parentNode) && elem.nodeType === 1 );
+ return false;
+ };
+ }),
+
+ // Miscellaneous
+ "target": function( elem ) {
+ var hash = window.location && window.location.hash;
+ return hash && hash.slice( 1 ) === elem.id;
+ },
+
+ "root": function( elem ) {
+ return elem === docElem;
+ },
+
+ "focus": function( elem ) {
+ return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
+ },
+
+ // Boolean properties
+ "enabled": createDisabledPseudo( false ),
+ "disabled": createDisabledPseudo( true ),
+
+ "checked": function( elem ) {
+ // In CSS3, :checked should return both checked and selected elements
+ // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
+ var nodeName = elem.nodeName.toLowerCase();
+ return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
+ },
+
+ "selected": function( elem ) {
+ // Accessing this property makes selected-by-default
+ // options in Safari work properly
+ if ( elem.parentNode ) {
+ elem.parentNode.selectedIndex;
+ }
+
+ return elem.selected === true;
+ },
+
+ // Contents
+ "empty": function( elem ) {
+ // http://www.w3.org/TR/selectors/#empty-pseudo
+ // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
+ // but not by others (comment: 8; processing instruction: 7; etc.)
+ // nodeType < 6 works because attributes (2) do not appear as children
+ for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
+ if ( elem.nodeType < 6 ) {
+ return false;
+ }
+ }
+ return true;
+ },
+
+ "parent": function( elem ) {
+ return !Expr.pseudos["empty"]( elem );
+ },
+
+ // Element/input types
+ "header": function( elem ) {
+ return rheader.test( elem.nodeName );
+ },
+
+ "input": function( elem ) {
+ return rinputs.test( elem.nodeName );
+ },
+
+ "button": function( elem ) {
+ var name = elem.nodeName.toLowerCase();
+ return name === "input" && elem.type === "button" || name === "button";
+ },
+
+ "text": function( elem ) {
+ var attr;
+ return elem.nodeName.toLowerCase() === "input" &&
+ elem.type === "text" &&
+
+ // Support: IE<8
+ // New HTML5 attribute values (e.g., "search") appear with elem.type === "text"
+ ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" );
+ },
+
+ // Position-in-collection
+ "first": createPositionalPseudo(function() {
+ return [ 0 ];
+ }),
+
+ "last": createPositionalPseudo(function( matchIndexes, length ) {
+ return [ length - 1 ];
+ }),
+
+ "eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
+ return [ argument < 0 ? argument + length : argument ];
+ }),
+
+ "even": createPositionalPseudo(function( matchIndexes, length ) {
+ var i = 0;
+ for ( ; i < length; i += 2 ) {
+ matchIndexes.push( i );
+ }
+ return matchIndexes;
+ }),
+
+ "odd": createPositionalPseudo(function( matchIndexes, length ) {
+ var i = 1;
+ for ( ; i < length; i += 2 ) {
+ matchIndexes.push( i );
+ }
+ return matchIndexes;
+ }),
+
+ "lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
+ var i = argument < 0 ? argument + length : argument;
+ for ( ; --i >= 0; ) {
+ matchIndexes.push( i );
+ }
+ return matchIndexes;
+ }),
+
+ "gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
+ var i = argument < 0 ? argument + length : argument;
+ for ( ; ++i < length; ) {
+ matchIndexes.push( i );
+ }
+ return matchIndexes;
+ })
+ }
+};
+
+Expr.pseudos["nth"] = Expr.pseudos["eq"];
+
+// Add button/input type pseudos
+for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
+ Expr.pseudos[ i ] = createInputPseudo( i );
+}
+for ( i in { submit: true, reset: true } ) {
+ Expr.pseudos[ i ] = createButtonPseudo( i );
+}
+
+// Easy API for creating new setFilters
+function setFilters() {}
+setFilters.prototype = Expr.filters = Expr.pseudos;
+Expr.setFilters = new setFilters();
+
+tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
+ var matched, match, tokens, type,
+ soFar, groups, preFilters,
+ cached = tokenCache[ selector + " " ];
+
+ if ( cached ) {
+ return parseOnly ? 0 : cached.slice( 0 );
+ }
+
+ soFar = selector;
+ groups = [];
+ preFilters = Expr.preFilter;
+
+ while ( soFar ) {
+
+ // Comma and first run
+ if ( !matched || (match = rcomma.exec( soFar )) ) {
+ if ( match ) {
+ // Don't consume trailing commas as valid
+ soFar = soFar.slice( match[0].length ) || soFar;
+ }
+ groups.push( (tokens = []) );
+ }
+
+ matched = false;
+
+ // Combinators
+ if ( (match = rcombinators.exec( soFar )) ) {
+ matched = match.shift();
+ tokens.push({
+ value: matched,
+ // Cast descendant combinators to space
+ type: match[0].replace( rtrim, " " )
+ });
+ soFar = soFar.slice( matched.length );
+ }
+
+ // Filters
+ for ( type in Expr.filter ) {
+ if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
+ (match = preFilters[ type ]( match ))) ) {
+ matched = match.shift();
+ tokens.push({
+ value: matched,
+ type: type,
+ matches: match
+ });
+ soFar = soFar.slice( matched.length );
+ }
+ }
+
+ if ( !matched ) {
+ break;
+ }
+ }
+
+ // Return the length of the invalid excess
+ // if we're just parsing
+ // Otherwise, throw an error or return tokens
+ return parseOnly ?
+ soFar.length :
+ soFar ?
+ Sizzle.error( selector ) :
+ // Cache the tokens
+ tokenCache( selector, groups ).slice( 0 );
+};
+
+function toSelector( tokens ) {
+ var i = 0,
+ len = tokens.length,
+ selector = "";
+ for ( ; i < len; i++ ) {
+ selector += tokens[i].value;
+ }
+ return selector;
+}
+
+function addCombinator( matcher, combinator, base ) {
+ var dir = combinator.dir,
+ skip = combinator.next,
+ key = skip || dir,
+ checkNonElements = base && key === "parentNode",
+ doneName = done++;
+
+ return combinator.first ?
+ // Check against closest ancestor/preceding element
+ function( elem, context, xml ) {
+ while ( (elem = elem[ dir ]) ) {
+ if ( elem.nodeType === 1 || checkNonElements ) {
+ return matcher( elem, context, xml );
+ }
+ }
+ return false;
+ } :
+
+ // Check against all ancestor/preceding elements
+ function( elem, context, xml ) {
+ var oldCache, uniqueCache, outerCache,
+ newCache = [ dirruns, doneName ];
+
+ // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching
+ if ( xml ) {
+ while ( (elem = elem[ dir ]) ) {
+ if ( elem.nodeType === 1 || checkNonElements ) {
+ if ( matcher( elem, context, xml ) ) {
+ return true;
+ }
+ }
+ }
+ } else {
+ while ( (elem = elem[ dir ]) ) {
+ if ( elem.nodeType === 1 || checkNonElements ) {
+ outerCache = elem[ expando ] || (elem[ expando ] = {});
+
+ // Support: IE <9 only
+ // Defend against cloned attroperties (jQuery gh-1709)
+ uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});
+
+ if ( skip && skip === elem.nodeName.toLowerCase() ) {
+ elem = elem[ dir ] || elem;
+ } else if ( (oldCache = uniqueCache[ key ]) &&
+ oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {
+
+ // Assign to newCache so results back-propagate to previous elements
+ return (newCache[ 2 ] = oldCache[ 2 ]);
+ } else {
+ // Reuse newcache so results back-propagate to previous elements
+ uniqueCache[ key ] = newCache;
+
+ // A match means we're done; a fail means we have to keep checking
+ if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
+ return true;
+ }
+ }
+ }
+ }
+ }
+ return false;
+ };
+}
+
+function elementMatcher( matchers ) {
+ return matchers.length > 1 ?
+ function( elem, context, xml ) {
+ var i = matchers.length;
+ while ( i-- ) {
+ if ( !matchers[i]( elem, context, xml ) ) {
+ return false;
+ }
+ }
+ return true;
+ } :
+ matchers[0];
+}
+
+function multipleContexts( selector, contexts, results ) {
+ var i = 0,
+ len = contexts.length;
+ for ( ; i < len; i++ ) {
+ Sizzle( selector, contexts[i], results );
+ }
+ return results;
+}
+
+function condense( unmatched, map, filter, context, xml ) {
+ var elem,
+ newUnmatched = [],
+ i = 0,
+ len = unmatched.length,
+ mapped = map != null;
+
+ for ( ; i < len; i++ ) {
+ if ( (elem = unmatched[i]) ) {
+ if ( !filter || filter( elem, context, xml ) ) {
+ newUnmatched.push( elem );
+ if ( mapped ) {
+ map.push( i );
+ }
+ }
+ }
+ }
+
+ return newUnmatched;
+}
+
+function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
+ if ( postFilter && !postFilter[ expando ] ) {
+ postFilter = setMatcher( postFilter );
+ }
+ if ( postFinder && !postFinder[ expando ] ) {
+ postFinder = setMatcher( postFinder, postSelector );
+ }
+ return markFunction(function( seed, results, context, xml ) {
+ var temp, i, elem,
+ preMap = [],
+ postMap = [],
+ preexisting = results.length,
+
+ // Get initial elements from seed or context
+ elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
+
+ // Prefilter to get matcher input, preserving a map for seed-results synchronization
+ matcherIn = preFilter && ( seed || !selector ) ?
+ condense( elems, preMap, preFilter, context, xml ) :
+ elems,
+
+ matcherOut = matcher ?
+ // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
+ postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
+
+ // ...intermediate processing is necessary
+ [] :
+
+ // ...otherwise use results directly
+ results :
+ matcherIn;
+
+ // Find primary matches
+ if ( matcher ) {
+ matcher( matcherIn, matcherOut, context, xml );
+ }
+
+ // Apply postFilter
+ if ( postFilter ) {
+ temp = condense( matcherOut, postMap );
+ postFilter( temp, [], context, xml );
+
+ // Un-match failing elements by moving them back to matcherIn
+ i = temp.length;
+ while ( i-- ) {
+ if ( (elem = temp[i]) ) {
+ matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
+ }
+ }
+ }
+
+ if ( seed ) {
+ if ( postFinder || preFilter ) {
+ if ( postFinder ) {
+ // Get the final matcherOut by condensing this intermediate into postFinder contexts
+ temp = [];
+ i = matcherOut.length;
+ while ( i-- ) {
+ if ( (elem = matcherOut[i]) ) {
+ // Restore matcherIn since elem is not yet a final match
+ temp.push( (matcherIn[i] = elem) );
+ }
+ }
+ postFinder( null, (matcherOut = []), temp, xml );
+ }
+
+ // Move matched elements from seed to results to keep them synchronized
+ i = matcherOut.length;
+ while ( i-- ) {
+ if ( (elem = matcherOut[i]) &&
+ (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
+
+ seed[temp] = !(results[temp] = elem);
+ }
+ }
+ }
+
+ // Add elements to results, through postFinder if defined
+ } else {
+ matcherOut = condense(
+ matcherOut === results ?
+ matcherOut.splice( preexisting, matcherOut.length ) :
+ matcherOut
+ );
+ if ( postFinder ) {
+ postFinder( null, results, matcherOut, xml );
+ } else {
+ push.apply( results, matcherOut );
+ }
+ }
+ });
+}
+
+function matcherFromTokens( tokens ) {
+ var checkContext, matcher, j,
+ len = tokens.length,
+ leadingRelative = Expr.relative[ tokens[0].type ],
+ implicitRelative = leadingRelative || Expr.relative[" "],
+ i = leadingRelative ? 1 : 0,
+
+ // The foundational matcher ensures that elements are reachable from top-level context(s)
+ matchContext = addCombinator( function( elem ) {
+ return elem === checkContext;
+ }, implicitRelative, true ),
+ matchAnyContext = addCombinator( function( elem ) {
+ return indexOf( checkContext, elem ) > -1;
+ }, implicitRelative, true ),
+ matchers = [ function( elem, context, xml ) {
+ var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
+ (checkContext = context).nodeType ?
+ matchContext( elem, context, xml ) :
+ matchAnyContext( elem, context, xml ) );
+ // Avoid hanging onto element (issue #299)
+ checkContext = null;
+ return ret;
+ } ];
+
+ for ( ; i < len; i++ ) {
+ if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
+ matchers = [ addCombinator(elementMatcher( matchers ), matcher) ];
+ } else {
+ matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
+
+ // Return special upon seeing a positional matcher
+ if ( matcher[ expando ] ) {
+ // Find the next relative operator (if any) for proper handling
+ j = ++i;
+ for ( ; j < len; j++ ) {
+ if ( Expr.relative[ tokens[j].type ] ) {
+ break;
+ }
+ }
+ return setMatcher(
+ i > 1 && elementMatcher( matchers ),
+ i > 1 && toSelector(
+ // If the preceding token was a descendant combinator, insert an implicit any-element `*`
+ tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" })
+ ).replace( rtrim, "$1" ),
+ matcher,
+ i < j && matcherFromTokens( tokens.slice( i, j ) ),
+ j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
+ j < len && toSelector( tokens )
+ );
+ }
+ matchers.push( matcher );
+ }
+ }
+
+ return elementMatcher( matchers );
+}
+
+function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
+ var bySet = setMatchers.length > 0,
+ byElement = elementMatchers.length > 0,
+ superMatcher = function( seed, context, xml, results, outermost ) {
+ var elem, j, matcher,
+ matchedCount = 0,
+ i = "0",
+ unmatched = seed && [],
+ setMatched = [],
+ contextBackup = outermostContext,
+ // We must always have either seed elements or outermost context
+ elems = seed || byElement && Expr.find["TAG"]( "*", outermost ),
+ // Use integer dirruns iff this is the outermost matcher
+ dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),
+ len = elems.length;
+
+ if ( outermost ) {
+ outermostContext = context === document || context || outermost;
+ }
+
+ // Add elements passing elementMatchers directly to results
+ // Support: IE<9, Safari
+ // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id
+ for ( ; i !== len && (elem = elems[i]) != null; i++ ) {
+ if ( byElement && elem ) {
+ j = 0;
+ if ( !context && elem.ownerDocument !== document ) {
+ setDocument( elem );
+ xml = !documentIsHTML;
+ }
+ while ( (matcher = elementMatchers[j++]) ) {
+ if ( matcher( elem, context || document, xml) ) {
+ results.push( elem );
+ break;
+ }
+ }
+ if ( outermost ) {
+ dirruns = dirrunsUnique;
+ }
+ }
+
+ // Track unmatched elements for set filters
+ if ( bySet ) {
+ // They will have gone through all possible matchers
+ if ( (elem = !matcher && elem) ) {
+ matchedCount--;
+ }
+
+ // Lengthen the array for every element, matched or not
+ if ( seed ) {
+ unmatched.push( elem );
+ }
+ }
+ }
+
+ // `i` is now the count of elements visited above, and adding it to `matchedCount`
+ // makes the latter nonnegative.
+ matchedCount += i;
+
+ // Apply set filters to unmatched elements
+ // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`
+ // equals `i`), unless we didn't visit _any_ elements in the above loop because we have
+ // no element matchers and no seed.
+ // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that
+ // case, which will result in a "00" `matchedCount` that differs from `i` but is also
+ // numerically zero.
+ if ( bySet && i !== matchedCount ) {
+ j = 0;
+ while ( (matcher = setMatchers[j++]) ) {
+ matcher( unmatched, setMatched, context, xml );
+ }
+
+ if ( seed ) {
+ // Reintegrate element matches to eliminate the need for sorting
+ if ( matchedCount > 0 ) {
+ while ( i-- ) {
+ if ( !(unmatched[i] || setMatched[i]) ) {
+ setMatched[i] = pop.call( results );
+ }
+ }
+ }
+
+ // Discard index placeholder values to get only actual matches
+ setMatched = condense( setMatched );
+ }
+
+ // Add matches to results
+ push.apply( results, setMatched );
+
+ // Seedless set matches succeeding multiple successful matchers stipulate sorting
+ if ( outermost && !seed && setMatched.length > 0 &&
+ ( matchedCount + setMatchers.length ) > 1 ) {
+
+ Sizzle.uniqueSort( results );
+ }
+ }
+
+ // Override manipulation of globals by nested matchers
+ if ( outermost ) {
+ dirruns = dirrunsUnique;
+ outermostContext = contextBackup;
+ }
+
+ return unmatched;
+ };
+
+ return bySet ?
+ markFunction( superMatcher ) :
+ superMatcher;
+}
+
+compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {
+ var i,
+ setMatchers = [],
+ elementMatchers = [],
+ cached = compilerCache[ selector + " " ];
+
+ if ( !cached ) {
+ // Generate a function of recursive functions that can be used to check each element
+ if ( !match ) {
+ match = tokenize( selector );
+ }
+ i = match.length;
+ while ( i-- ) {
+ cached = matcherFromTokens( match[i] );
+ if ( cached[ expando ] ) {
+ setMatchers.push( cached );
+ } else {
+ elementMatchers.push( cached );
+ }
+ }
+
+ // Cache the compiled function
+ cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
+
+ // Save selector and tokenization
+ cached.selector = selector;
+ }
+ return cached;
+};
+
+/**
+ * A low-level selection function that works with Sizzle's compiled
+ * selector functions
+ * @param {String|Function} selector A selector or a pre-compiled
+ * selector function built with Sizzle.compile
+ * @param {Element} context
+ * @param {Array} [results]
+ * @param {Array} [seed] A set of elements to match against
+ */
+select = Sizzle.select = function( selector, context, results, seed ) {
+ var i, tokens, token, type, find,
+ compiled = typeof selector === "function" && selector,
+ match = !seed && tokenize( (selector = compiled.selector || selector) );
+
+ results = results || [];
+
+ // Try to minimize operations if there is only one selector in the list and no seed
+ // (the latter of which guarantees us context)
+ if ( match.length === 1 ) {
+
+ // Reduce context if the leading compound selector is an ID
+ tokens = match[0] = match[0].slice( 0 );
+ if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
+ context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {
+
+ context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
+ if ( !context ) {
+ return results;
+
+ // Precompiled matchers will still verify ancestry, so step up a level
+ } else if ( compiled ) {
+ context = context.parentNode;
+ }
+
+ selector = selector.slice( tokens.shift().value.length );
+ }
+
+ // Fetch a seed set for right-to-left matching
+ i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length;
+ while ( i-- ) {
+ token = tokens[i];
+
+ // Abort if we hit a combinator
+ if ( Expr.relative[ (type = token.type) ] ) {
+ break;
+ }
+ if ( (find = Expr.find[ type ]) ) {
+ // Search, expanding context for leading sibling combinators
+ if ( (seed = find(
+ token.matches[0].replace( runescape, funescape ),
+ rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context
+ )) ) {
+
+ // If seed is empty or no tokens remain, we can return early
+ tokens.splice( i, 1 );
+ selector = seed.length && toSelector( tokens );
+ if ( !selector ) {
+ push.apply( results, seed );
+ return results;
+ }
+
+ break;
+ }
+ }
+ }
+ }
+
+ // Compile and execute a filtering function if one is not provided
+ // Provide `match` to avoid retokenization if we modified the selector above
+ ( compiled || compile( selector, match ) )(
+ seed,
+ context,
+ !documentIsHTML,
+ results,
+ !context || rsibling.test( selector ) && testContext( context.parentNode ) || context
+ );
+ return results;
+};
+
+// One-time assignments
+
+// Sort stability
+support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
+
+// Support: Chrome 14-35+
+// Always assume duplicates if they aren't passed to the comparison function
+support.detectDuplicates = !!hasDuplicate;
+
+// Initialize against the default document
+setDocument();
+
+// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)
+// Detached nodes confoundingly follow *each other*
+support.sortDetached = assert(function( el ) {
+ // Should return 1, but returns 4 (following)
+ return el.compareDocumentPosition( document.createElement("fieldset") ) & 1;
+});
+
+// Support: IE<8
+// Prevent attribute/property "interpolation"
+// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
+if ( !assert(function( el ) {
+ el.innerHTML = "<a href='#'></a>";
+ return el.firstChild.getAttribute("href") === "#" ;
+}) ) {
+ addHandle( "type|href|height|width", function( elem, name, isXML ) {
+ if ( !isXML ) {
+ return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 );
+ }
+ });
+}
+
+// Support: IE<9
+// Use defaultValue in place of getAttribute("value")
+if ( !support.attributes || !assert(function( el ) {
+ el.innerHTML = "<input/>";
+ el.firstChild.setAttribute( "value", "" );
+ return el.firstChild.getAttribute( "value" ) === "";
+}) ) {
+ addHandle( "value", function( elem, name, isXML ) {
+ if ( !isXML && elem.nodeName.toLowerCase() === "input" ) {
+ return elem.defaultValue;
+ }
+ });
+}
+
+// Support: IE<9
+// Use getAttributeNode to fetch booleans when getAttribute lies
+if ( !assert(function( el ) {
+ return el.getAttribute("disabled") == null;
+}) ) {
+ addHandle( booleans, function( elem, name, isXML ) {
+ var val;
+ if ( !isXML ) {
+ return elem[ name ] === true ? name.toLowerCase() :
+ (val = elem.getAttributeNode( name )) && val.specified ?
+ val.value :
+ null;
+ }
+ });
+}
+
+return Sizzle;
+
+})( window );
+
+
+
+jQuery.find = Sizzle;
+jQuery.expr = Sizzle.selectors;
+
+// Deprecated
+jQuery.expr[ ":" ] = jQuery.expr.pseudos;
+jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;
+jQuery.text = Sizzle.getText;
+jQuery.isXMLDoc = Sizzle.isXML;
+jQuery.contains = Sizzle.contains;
+jQuery.escapeSelector = Sizzle.escape;
+
+
+
+
+var dir = function( elem, dir, until ) {
+ var matched = [],
+ truncate = until !== undefined;
+
+ while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
+ if ( elem.nodeType === 1 ) {
+ if ( truncate && jQuery( elem ).is( until ) ) {
+ break;
+ }
+ matched.push( elem );
+ }
+ }
+ return matched;
+};
+
+
+var siblings = function( n, elem ) {
+ var matched = [];
+
+ for ( ; n; n = n.nextSibling ) {
+ if ( n.nodeType === 1 && n !== elem ) {
+ matched.push( n );
+ }
+ }
+
+ return matched;
+};
+
+
+var rneedsContext = jQuery.expr.match.needsContext;
+
+
+
+function nodeName( elem, name ) {
+
+ return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
+
+};
+var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
+
+
+
+var risSimple = /^.[^:#\[\.,]*$/;
+
+// Implement the identical functionality for filter and not
+function winnow( elements, qualifier, not ) {
+ if ( jQuery.isFunction( qualifier ) ) {
+ return jQuery.grep( elements, function( elem, i ) {
+ return !!qualifier.call( elem, i, elem ) !== not;
+ } );
+ }
+
+ // Single element
+ if ( qualifier.nodeType ) {
+ return jQuery.grep( elements, function( elem ) {
+ return ( elem === qualifier ) !== not;
+ } );
+ }
+
+ // Arraylike of elements (jQuery, arguments, Array)
+ if ( typeof qualifier !== "string" ) {
+ return jQuery.grep( elements, function( elem ) {
+ return ( indexOf.call( qualifier, elem ) > -1 ) !== not;
+ } );
+ }
+
+ // Simple selector that can be filtered directly, removing non-Elements
+ if ( risSimple.test( qualifier ) ) {
+ return jQuery.filter( qualifier, elements, not );
+ }
+
+ // Complex selector, compare the two sets, removing non-Elements
+ qualifier = jQuery.filter( qualifier, elements );
+ return jQuery.grep( elements, function( elem ) {
+ return ( indexOf.call( qualifier, elem ) > -1 ) !== not && elem.nodeType === 1;
+ } );
+}
+
+jQuery.filter = function( expr, elems, not ) {
+ var elem = elems[ 0 ];
+
+ if ( not ) {
+ expr = ":not(" + expr + ")";
+ }
+
+ if ( elems.length === 1 && elem.nodeType === 1 ) {
+ return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];
+ }
+
+ return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
+ return elem.nodeType === 1;
+ } ) );
+};
+
+jQuery.fn.extend( {
+ find: function( selector ) {
+ var i, ret,
+ len = this.length,
+ self = this;
+
+ if ( typeof selector !== "string" ) {
+ return this.pushStack( jQuery( selector ).filter( function() {
+ for ( i = 0; i < len; i++ ) {
+ if ( jQuery.contains( self[ i ], this ) ) {
+ return true;
+ }
+ }
+ } ) );
+ }
+
+ ret = this.pushStack( [] );
+
+ for ( i = 0; i < len; i++ ) {
+ jQuery.find( selector, self[ i ], ret );
+ }
+
+ return len > 1 ? jQuery.uniqueSort( ret ) : ret;
+ },
+ filter: function( selector ) {
+ return this.pushStack( winnow( this, selector || [], false ) );
+ },
+ not: function( selector ) {
+ return this.pushStack( winnow( this, selector || [], true ) );
+ },
+ is: function( selector ) {
+ return !!winnow(
+ this,
+
+ // If this is a positional/relative selector, check membership in the returned set
+ // so $("p:first").is("p:last") won't return true for a doc with two "p".
+ typeof selector === "string" && rneedsContext.test( selector ) ?
+ jQuery( selector ) :
+ selector || [],
+ false
+ ).length;
+ }
+} );
+
+
+// Initialize a jQuery object
+
+
+// A central reference to the root jQuery(document)
+var rootjQuery,
+
+ // A simple way to check for HTML strings
+ // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
+ // Strict HTML recognition (#11290: must start with <)
+ // Shortcut simple #id case for speed
+ rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,
+
+ init = jQuery.fn.init = function( selector, context, root ) {
+ var match, elem;
+
+ // HANDLE: $(""), $(null), $(undefined), $(false)
+ if ( !selector ) {
+ return this;
+ }
+
+ // Method init() accepts an alternate rootjQuery
+ // so migrate can support jQuery.sub (gh-2101)
+ root = root || rootjQuery;
+
+ // Handle HTML strings
+ if ( typeof selector === "string" ) {
+ if ( selector[ 0 ] === "<" &&
+ selector[ selector.length - 1 ] === ">" &&
+ selector.length >= 3 ) {
+
+ // Assume that strings that start and end with <> are HTML and skip the regex check
+ match = [ null, selector, null ];
+
+ } else {
+ match = rquickExpr.exec( selector );
+ }
+
+ // Match html or make sure no context is specified for #id
+ if ( match && ( match[ 1 ] || !context ) ) {
+
+ // HANDLE: $(html) -> $(array)
+ if ( match[ 1 ] ) {
+ context = context instanceof jQuery ? context[ 0 ] : context;
+
+ // Option to run scripts is true for back-compat
+ // Intentionally let the error be thrown if parseHTML is not present
+ jQuery.merge( this, jQuery.parseHTML(
+ match[ 1 ],
+ context && context.nodeType ? context.ownerDocument || context : document,
+ true
+ ) );
+
+ // HANDLE: $(html, props)
+ if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {
+ for ( match in context ) {
+
+ // Properties of context are called as methods if possible
+ if ( jQuery.isFunction( this[ match ] ) ) {
+ this[ match ]( context[ match ] );
+
+ // ...and otherwise set as attributes
+ } else {
+ this.attr( match, context[ match ] );
+ }
+ }
+ }
+
+ return this;
+
+ // HANDLE: $(#id)
+ } else {
+ elem = document.getElementById( match[ 2 ] );
+
+ if ( elem ) {
+
+ // Inject the element directly into the jQuery object
+ this[ 0 ] = elem;
+ this.length = 1;
+ }
+ return this;
+ }
+
+ // HANDLE: $(expr, $(...))
+ } else if ( !context || context.jquery ) {
+ return ( context || root ).find( selector );
+
+ // HANDLE: $(expr, context)
+ // (which is just equivalent to: $(context).find(expr)
+ } else {
+ return this.constructor( context ).find( selector );
+ }
+
+ // HANDLE: $(DOMElement)
+ } else if ( selector.nodeType ) {
+ this[ 0 ] = selector;
+ this.length = 1;
+ return this;
+
+ // HANDLE: $(function)
+ // Shortcut for document ready
+ } else if ( jQuery.isFunction( selector ) ) {
+ return root.ready !== undefined ?
+ root.ready( selector ) :
+
+ // Execute immediately if ready is not present
+ selector( jQuery );
+ }
+
+ return jQuery.makeArray( selector, this );
+ };
+
+// Give the init function the jQuery prototype for later instantiation
+init.prototype = jQuery.fn;
+
+// Initialize central reference
+rootjQuery = jQuery( document );
+
+
+var rparentsprev = /^(?:parents|prev(?:Until|All))/,
+
+ // Methods guaranteed to produce a unique set when starting from a unique set
+ guaranteedUnique = {
+ children: true,
+ contents: true,
+ next: true,
+ prev: true
+ };
+
+jQuery.fn.extend( {
+ has: function( target ) {
+ var targets = jQuery( target, this ),
+ l = targets.length;
+
+ return this.filter( function() {
+ var i = 0;
+ for ( ; i < l; i++ ) {
+ if ( jQuery.contains( this, targets[ i ] ) ) {
+ return true;
+ }
+ }
+ } );
+ },
+
+ closest: function( selectors, context ) {
+ var cur,
+ i = 0,
+ l = this.length,
+ matched = [],
+ targets = typeof selectors !== "string" && jQuery( selectors );
+
+ // Positional selectors never match, since there's no _selection_ context
+ if ( !rneedsContext.test( selectors ) ) {
+ for ( ; i < l; i++ ) {
+ for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {
+
+ // Always skip document fragments
+ if ( cur.nodeType < 11 && ( targets ?
+ targets.index( cur ) > -1 :
+
+ // Don't pass non-elements to Sizzle
+ cur.nodeType === 1 &&
+ jQuery.find.matchesSelector( cur, selectors ) ) ) {
+
+ matched.push( cur );
+ break;
+ }
+ }
+ }
+ }
+
+ return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );
+ },
+
+ // Determine the position of an element within the set
+ index: function( elem ) {
+
+ // No argument, return index in parent
+ if ( !elem ) {
+ return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
+ }
+
+ // Index in selector
+ if ( typeof elem === "string" ) {
+ return indexOf.call( jQuery( elem ), this[ 0 ] );
+ }
+
+ // Locate the position of the desired element
+ return indexOf.call( this,
+
+ // If it receives a jQuery object, the first element is used
+ elem.jquery ? elem[ 0 ] : elem
+ );
+ },
+
+ add: function( selector, context ) {
+ return this.pushStack(
+ jQuery.uniqueSort(
+ jQuery.merge( this.get(), jQuery( selector, context ) )
+ )
+ );
+ },
+
+ addBack: function( selector ) {
+ return this.add( selector == null ?
+ this.prevObject : this.prevObject.filter( selector )
+ );
+ }
+} );
+
+function sibling( cur, dir ) {
+ while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
+ return cur;
+}
+
+jQuery.each( {
+ parent: function( elem ) {
+ var parent = elem.parentNode;
+ return parent && parent.nodeType !== 11 ? parent : null;
+ },
+ parents: function( elem ) {
+ return dir( elem, "parentNode" );
+ },
+ parentsUntil: function( elem, i, until ) {
+ return dir( elem, "parentNode", until );
+ },
+ next: function( elem ) {
+ return sibling( elem, "nextSibling" );
+ },
+ prev: function( elem ) {
+ return sibling( elem, "previousSibling" );
+ },
+ nextAll: function( elem ) {
+ return dir( elem, "nextSibling" );
+ },
+ prevAll: function( elem ) {
+ return dir( elem, "previousSibling" );
+ },
+ nextUntil: function( elem, i, until ) {
+ return dir( elem, "nextSibling", until );
+ },
+ prevUntil: function( elem, i, until ) {
+ return dir( elem, "previousSibling", until );
+ },
+ siblings: function( elem ) {
+ return siblings( ( elem.parentNode || {} ).firstChild, elem );
+ },
+ children: function( elem ) {
+ return siblings( elem.firstChild );
+ },
+ contents: function( elem ) {
+ if ( nodeName( elem, "iframe" ) ) {
+ return elem.contentDocument;
+ }
+
+ // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only
+ // Treat the template element as a regular one in browsers that
+ // don't support it.
+ if ( nodeName( elem, "template" ) ) {
+ elem = elem.content || elem;
+ }
+
+ return jQuery.merge( [], elem.childNodes );
+ }
+}, function( name, fn ) {
+ jQuery.fn[ name ] = function( until, selector ) {
+ var matched = jQuery.map( this, fn, until );
+
+ if ( name.slice( -5 ) !== "Until" ) {
+ selector = until;
+ }
+
+ if ( selector && typeof selector === "string" ) {
+ matched = jQuery.filter( selector, matched );
+ }
+
+ if ( this.length > 1 ) {
+
+ // Remove duplicates
+ if ( !guaranteedUnique[ name ] ) {
+ jQuery.uniqueSort( matched );
+ }
+
+ // Reverse order for parents* and prev-derivatives
+ if ( rparentsprev.test( name ) ) {
+ matched.reverse();
+ }
+ }
+
+ return this.pushStack( matched );
+ };
+} );
+var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g );
+
+
+
+// Convert String-formatted options into Object-formatted ones
+function createOptions( options ) {
+ var object = {};
+ jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {
+ object[ flag ] = true;
+ } );
+ return object;
+}
+
+/*
+ * Create a callback list using the following parameters:
+ *
+ * options: an optional list of space-separated options that will change how
+ * the callback list behaves or a more traditional option object
+ *
+ * By default a callback list will act like an event callback list and can be
+ * "fired" multiple times.
+ *
+ * Possible options:
+ *
+ * once: will ensure the callback list can only be fired once (like a Deferred)
+ *
+ * memory: will keep track of previous values and will call any callback added
+ * after the list has been fired right away with the latest "memorized"
+ * values (like a Deferred)
+ *
+ * unique: will ensure a callback can only be added once (no duplicate in the list)
+ *
+ * stopOnFalse: interrupt callings when a callback returns false
+ *
+ */
+jQuery.Callbacks = function( options ) {
+
+ // Convert options from String-formatted to Object-formatted if needed
+ // (we check in cache first)
+ options = typeof options === "string" ?
+ createOptions( options ) :
+ jQuery.extend( {}, options );
+
+ var // Flag to know if list is currently firing
+ firing,
+
+ // Last fire value for non-forgettable lists
+ memory,
+
+ // Flag to know if list was already fired
+ fired,
+
+ // Flag to prevent firing
+ locked,
+
+ // Actual callback list
+ list = [],
+
+ // Queue of execution data for repeatable lists
+ queue = [],
+
+ // Index of currently firing callback (modified by add/remove as needed)
+ firingIndex = -1,
+
+ // Fire callbacks
+ fire = function() {
+
+ // Enforce single-firing
+ locked = locked || options.once;
+
+ // Execute callbacks for all pending executions,
+ // respecting firingIndex overrides and runtime changes
+ fired = firing = true;
+ for ( ; queue.length; firingIndex = -1 ) {
+ memory = queue.shift();
+ while ( ++firingIndex < list.length ) {
+
+ // Run callback and check for early termination
+ if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&
+ options.stopOnFalse ) {
+
+ // Jump to end and forget the data so .add doesn't re-fire
+ firingIndex = list.length;
+ memory = false;
+ }
+ }
+ }
+
+ // Forget the data if we're done with it
+ if ( !options.memory ) {
+ memory = false;
+ }
+
+ firing = false;
+
+ // Clean up if we're done firing for good
+ if ( locked ) {
+
+ // Keep an empty list if we have data for future add calls
+ if ( memory ) {
+ list = [];
+
+ // Otherwise, this object is spent
+ } else {
+ list = "";
+ }
+ }
+ },
+
+ // Actual Callbacks object
+ self = {
+
+ // Add a callback or a collection of callbacks to the list
+ add: function() {
+ if ( list ) {
+
+ // If we have memory from a past run, we should fire after adding
+ if ( memory && !firing ) {
+ firingIndex = list.length - 1;
+ queue.push( memory );
+ }
+
+ ( function add( args ) {
+ jQuery.each( args, function( _, arg ) {
+ if ( jQuery.isFunction( arg ) ) {
+ if ( !options.unique || !self.has( arg ) ) {
+ list.push( arg );
+ }
+ } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) {
+
+ // Inspect recursively
+ add( arg );
+ }
+ } );
+ } )( arguments );
+
+ if ( memory && !firing ) {
+ fire();
+ }
+ }
+ return this;
+ },
+
+ // Remove a callback from the list
+ remove: function() {
+ jQuery.each( arguments, function( _, arg ) {
+ var index;
+ while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
+ list.splice( index, 1 );
+
+ // Handle firing indexes
+ if ( index <= firingIndex ) {
+ firingIndex--;
+ }
+ }
+ } );
+ return this;
+ },
+
+ // Check if a given callback is in the list.
+ // If no argument is given, return whether or not list has callbacks attached.
+ has: function( fn ) {
+ return fn ?
+ jQuery.inArray( fn, list ) > -1 :
+ list.length > 0;
+ },
+
+ // Remove all callbacks from the list
+ empty: function() {
+ if ( list ) {
+ list = [];
+ }
+ return this;
+ },
+
+ // Disable .fire and .add
+ // Abort any current/pending executions
+ // Clear all callbacks and values
+ disable: function() {
+ locked = queue = [];
+ list = memory = "";
+ return this;
+ },
+ disabled: function() {
+ return !list;
+ },
+
+ // Disable .fire
+ // Also disable .add unless we have memory (since it would have no effect)
+ // Abort any pending executions
+ lock: function() {
+ locked = queue = [];
+ if ( !memory && !firing ) {
+ list = memory = "";
+ }
+ return this;
+ },
+ locked: function() {
+ return !!locked;
+ },
+
+ // Call all callbacks with the given context and arguments
+ fireWith: function( context, args ) {
+ if ( !locked ) {
+ args = args || [];
+ args = [ context, args.slice ? args.slice() : args ];
+ queue.push( args );
+ if ( !firing ) {
+ fire();
+ }
+ }
+ return this;
+ },
+
+ // Call all the callbacks with the given arguments
+ fire: function() {
+ self.fireWith( this, arguments );
+ return this;
+ },
+
+ // To know if the callbacks have already been called at least once
+ fired: function() {
+ return !!fired;
+ }
+ };
+
+ return self;
+};
+
+
+function Identity( v ) {
+ return v;
+}
+function Thrower( ex ) {
+ throw ex;
+}
+
+function adoptValue( value, resolve, reject, noValue ) {
+ var method;
+
+ try {
+
+ // Check for promise aspect first to privilege synchronous behavior
+ if ( value && jQuery.isFunction( ( method = value.promise ) ) ) {
+ method.call( value ).done( resolve ).fail( reject );
+
+ // Other thenables
+ } else if ( value && jQuery.isFunction( ( method = value.then ) ) ) {
+ method.call( value, resolve, reject );
+
+ // Other non-thenables
+ } else {
+
+ // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:
+ // * false: [ value ].slice( 0 ) => resolve( value )
+ // * true: [ value ].slice( 1 ) => resolve()
+ resolve.apply( undefined, [ value ].slice( noValue ) );
+ }
+
+ // For Promises/A+, convert exceptions into rejections
+ // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in
+ // Deferred#then to conditionally suppress rejection.
+ } catch ( value ) {
+
+ // Support: Android 4.0 only
+ // Strict mode functions invoked without .call/.apply get global-object context
+ reject.apply( undefined, [ value ] );
+ }
+}
+
+jQuery.extend( {
+
+ Deferred: function( func ) {
+ var tuples = [
+
+ // action, add listener, callbacks,
+ // ... .then handlers, argument index, [final state]
+ [ "notify", "progress", jQuery.Callbacks( "memory" ),
+ jQuery.Callbacks( "memory" ), 2 ],
+ [ "resolve", "done", jQuery.Callbacks( "once memory" ),
+ jQuery.Callbacks( "once memory" ), 0, "resolved" ],
+ [ "reject", "fail", jQuery.Callbacks( "once memory" ),
+ jQuery.Callbacks( "once memory" ), 1, "rejected" ]
+ ],
+ state = "pending",
+ promise = {
+ state: function() {
+ return state;
+ },
+ always: function() {
+ deferred.done( arguments ).fail( arguments );
+ return this;
+ },
+ "catch": function( fn ) {
+ return promise.then( null, fn );
+ },
+
+ // Keep pipe for back-compat
+ pipe: function( /* fnDone, fnFail, fnProgress */ ) {
+ var fns = arguments;
+
+ return jQuery.Deferred( function( newDefer ) {
+ jQuery.each( tuples, function( i, tuple ) {
+
+ // Map tuples (progress, done, fail) to arguments (done, fail, progress)
+ var fn = jQuery.isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];
+
+ // deferred.progress(function() { bind to newDefer or newDefer.notify })
+ // deferred.done(function() { bind to newDefer or newDefer.resolve })
+ // deferred.fail(function() { bind to newDefer or newDefer.reject })
+ deferred[ tuple[ 1 ] ]( function() {
+ var returned = fn && fn.apply( this, arguments );
+ if ( returned && jQuery.isFunction( returned.promise ) ) {
+ returned.promise()
+ .progress( newDefer.notify )
+ .done( newDefer.resolve )
+ .fail( newDefer.reject );
+ } else {
+ newDefer[ tuple[ 0 ] + "With" ](
+ this,
+ fn ? [ returned ] : arguments
+ );
+ }
+ } );
+ } );
+ fns = null;
+ } ).promise();
+ },
+ then: function( onFulfilled, onRejected, onProgress ) {
+ var maxDepth = 0;
+ function resolve( depth, deferred, handler, special ) {
+ return function() {
+ var that = this,
+ args = arguments,
+ mightThrow = function() {
+ var returned, then;
+
+ // Support: Promises/A+ section 2.3.3.3.3
+ // https://promisesaplus.com/#point-59
+ // Ignore double-resolution attempts
+ if ( depth < maxDepth ) {
+ return;
+ }
+
+ returned = handler.apply( that, args );
+
+ // Support: Promises/A+ section 2.3.1
+ // https://promisesaplus.com/#point-48
+ if ( returned === deferred.promise() ) {
+ throw new TypeError( "Thenable self-resolution" );
+ }
+
+ // Support: Promises/A+ sections 2.3.3.1, 3.5
+ // https://promisesaplus.com/#point-54
+ // https://promisesaplus.com/#point-75
+ // Retrieve `then` only once
+ then = returned &&
+
+ // Support: Promises/A+ section 2.3.4
+ // https://promisesaplus.com/#point-64
+ // Only check objects and functions for thenability
+ ( typeof returned === "object" ||
+ typeof returned === "function" ) &&
+ returned.then;
+
+ // Handle a returned thenable
+ if ( jQuery.isFunction( then ) ) {
+
+ // Special processors (notify) just wait for resolution
+ if ( special ) {
+ then.call(
+ returned,
+ resolve( maxDepth, deferred, Identity, special ),
+ resolve( maxDepth, deferred, Thrower, special )
+ );
+
+ // Normal processors (resolve) also hook into progress
+ } else {
+
+ // ...and disregard older resolution values
+ maxDepth++;
+
+ then.call(
+ returned,
+ resolve( maxDepth, deferred, Identity, special ),
+ resolve( maxDepth, deferred, Thrower, special ),
+ resolve( maxDepth, deferred, Identity,
+ deferred.notifyWith )
+ );
+ }
+
+ // Handle all other returned values
+ } else {
+
+ // Only substitute handlers pass on context
+ // and multiple values (non-spec behavior)
+ if ( handler !== Identity ) {
+ that = undefined;
+ args = [ returned ];
+ }
+
+ // Process the value(s)
+ // Default process is resolve
+ ( special || deferred.resolveWith )( that, args );
+ }
+ },
+
+ // Only normal processors (resolve) catch and reject exceptions
+ process = special ?
+ mightThrow :
+ function() {
+ try {
+ mightThrow();
+ } catch ( e ) {
+
+ if ( jQuery.Deferred.exceptionHook ) {
+ jQuery.Deferred.exceptionHook( e,
+ process.stackTrace );
+ }
+
+ // Support: Promises/A+ section 2.3.3.3.4.1
+ // https://promisesaplus.com/#point-61
+ // Ignore post-resolution exceptions
+ if ( depth + 1 >= maxDepth ) {
+
+ // Only substitute handlers pass on context
+ // and multiple values (non-spec behavior)
+ if ( handler !== Thrower ) {
+ that = undefined;
+ args = [ e ];
+ }
+
+ deferred.rejectWith( that, args );
+ }
+ }
+ };
+
+ // Support: Promises/A+ section 2.3.3.3.1
+ // https://promisesaplus.com/#point-57
+ // Re-resolve promises immediately to dodge false rejection from
+ // subsequent errors
+ if ( depth ) {
+ process();
+ } else {
+
+ // Call an optional hook to record the stack, in case of exception
+ // since it's otherwise lost when execution goes async
+ if ( jQuery.Deferred.getStackHook ) {
+ process.stackTrace = jQuery.Deferred.getStackHook();
+ }
+ window.setTimeout( process );
+ }
+ };
+ }
+
+ return jQuery.Deferred( function( newDefer ) {
+
+ // progress_handlers.add( ... )
+ tuples[ 0 ][ 3 ].add(
+ resolve(
+ 0,
+ newDefer,
+ jQuery.isFunction( onProgress ) ?
+ onProgress :
+ Identity,
+ newDefer.notifyWith
+ )
+ );
+
+ // fulfilled_handlers.add( ... )
+ tuples[ 1 ][ 3 ].add(
+ resolve(
+ 0,
+ newDefer,
+ jQuery.isFunction( onFulfilled ) ?
+ onFulfilled :
+ Identity
+ )
+ );
+
+ // rejected_handlers.add( ... )
+ tuples[ 2 ][ 3 ].add(
+ resolve(
+ 0,
+ newDefer,
+ jQuery.isFunction( onRejected ) ?
+ onRejected :
+ Thrower
+ )
+ );
+ } ).promise();
+ },
+
+ // Get a promise for this deferred
+ // If obj is provided, the promise aspect is added to the object
+ promise: function( obj ) {
+ return obj != null ? jQuery.extend( obj, promise ) : promise;
+ }
+ },
+ deferred = {};
+
+ // Add list-specific methods
+ jQuery.each( tuples, function( i, tuple ) {
+ var list = tuple[ 2 ],
+ stateString = tuple[ 5 ];
+
+ // promise.progress = list.add
+ // promise.done = list.add
+ // promise.fail = list.add
+ promise[ tuple[ 1 ] ] = list.add;
+
+ // Handle state
+ if ( stateString ) {
+ list.add(
+ function() {
+
+ // state = "resolved" (i.e., fulfilled)
+ // state = "rejected"
+ state = stateString;
+ },
+
+ // rejected_callbacks.disable
+ // fulfilled_callbacks.disable
+ tuples[ 3 - i ][ 2 ].disable,
+
+ // progress_callbacks.lock
+ tuples[ 0 ][ 2 ].lock
+ );
+ }
+
+ // progress_handlers.fire
+ // fulfilled_handlers.fire
+ // rejected_handlers.fire
+ list.add( tuple[ 3 ].fire );
+
+ // deferred.notify = function() { deferred.notifyWith(...) }
+ // deferred.resolve = function() { deferred.resolveWith(...) }
+ // deferred.reject = function() { deferred.rejectWith(...) }
+ deferred[ tuple[ 0 ] ] = function() {
+ deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments );
+ return this;
+ };
+
+ // deferred.notifyWith = list.fireWith
+ // deferred.resolveWith = list.fireWith
+ // deferred.rejectWith = list.fireWith
+ deferred[ tuple[ 0 ] + "With" ] = list.fireWith;
+ } );
+
+ // Make the deferred a promise
+ promise.promise( deferred );
+
+ // Call given func if any
+ if ( func ) {
+ func.call( deferred, deferred );
+ }
+
+ // All done!
+ return deferred;
+ },
+
+ // Deferred helper
+ when: function( singleValue ) {
+ var
+
+ // count of uncompleted subordinates
+ remaining = arguments.length,
+
+ // count of unprocessed arguments
+ i = remaining,
+
+ // subordinate fulfillment data
+ resolveContexts = Array( i ),
+ resolveValues = slice.call( arguments ),
+
+ // the master Deferred
+ master = jQuery.Deferred(),
+
+ // subordinate callback factory
+ updateFunc = function( i ) {
+ return function( value ) {
+ resolveContexts[ i ] = this;
+ resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;
+ if ( !( --remaining ) ) {
+ master.resolveWith( resolveContexts, resolveValues );
+ }
+ };
+ };
+
+ // Single- and empty arguments are adopted like Promise.resolve
+ if ( remaining <= 1 ) {
+ adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,
+ !remaining );
+
+ // Use .then() to unwrap secondary thenables (cf. gh-3000)
+ if ( master.state() === "pending" ||
+ jQuery.isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {
+
+ return master.then();
+ }
+ }
+
+ // Multiple arguments are aggregated like Promise.all array elements
+ while ( i-- ) {
+ adoptValue( resolveValues[ i ], updateFunc( i ), master.reject );
+ }
+
+ return master.promise();
+ }
+} );
+
+
+// These usually indicate a programmer mistake during development,
+// warn about them ASAP rather than swallowing them by default.
+var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
+
+jQuery.Deferred.exceptionHook = function( error, stack ) {
+
+ // Support: IE 8 - 9 only
+ // Console exists when dev tools are open, which can happen at any time
+ if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {
+ window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack );
+ }
+};
+
+
+
+
+jQuery.readyException = function( error ) {
+ window.setTimeout( function() {
+ throw error;
+ } );
+};
+
+
+
+
+// The deferred used on DOM ready
+var readyList = jQuery.Deferred();
+
+jQuery.fn.ready = function( fn ) {
+
+ readyList
+ .then( fn )
+
+ // Wrap jQuery.readyException in a function so that the lookup
+ // happens at the time of error handling instead of callback
+ // registration.
+ .catch( function( error ) {
+ jQuery.readyException( error );
+ } );
+
+ return this;
+};
+
+jQuery.extend( {
+
+ // Is the DOM ready to be used? Set to true once it occurs.
+ isReady: false,
+
+ // A counter to track how many items to wait for before
+ // the ready event fires. See #6781
+ readyWait: 1,
+
+ // Handle when the DOM is ready
+ ready: function( wait ) {
+
+ // Abort if there are pending holds or we're already ready
+ if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
+ return;
+ }
+
+ // Remember that the DOM is ready
+ jQuery.isReady = true;
+
+ // If a normal DOM Ready event fired, decrement, and wait if need be
+ if ( wait !== true && --jQuery.readyWait > 0 ) {
+ return;
+ }
+
+ // If there are functions bound, to execute
+ readyList.resolveWith( document, [ jQuery ] );
+ }
+} );
+
+jQuery.ready.then = readyList.then;
+
+// The ready event handler and self cleanup method
+function completed() {
+ document.removeEventListener( "DOMContentLoaded", completed );
+ window.removeEventListener( "load", completed );
+ jQuery.ready();
+}
+
+// Catch cases where $(document).ready() is called
+// after the browser event has already occurred.
+// Support: IE <=9 - 10 only
+// Older IE sometimes signals "interactive" too soon
+if ( document.readyState === "complete" ||
+ ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
+
+ // Handle it asynchronously to allow scripts the opportunity to delay ready
+ window.setTimeout( jQuery.ready );
+
+} else {
+
+ // Use the handy event callback
+ document.addEventListener( "DOMContentLoaded", completed );
+
+ // A fallback to window.onload, that will always work
+ window.addEventListener( "load", completed );
+}
+
+
+
+
+// Multifunctional method to get and set values of a collection
+// The value/s can optionally be executed if it's a function
+var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
+ var i = 0,
+ len = elems.length,
+ bulk = key == null;
+
+ // Sets many values
+ if ( jQuery.type( key ) === "object" ) {
+ chainable = true;
+ for ( i in key ) {
+ access( elems, fn, i, key[ i ], true, emptyGet, raw );
+ }
+
+ // Sets one value
+ } else if ( value !== undefined ) {
+ chainable = true;
+
+ if ( !jQuery.isFunction( value ) ) {
+ raw = true;
+ }
+
+ if ( bulk ) {
+
+ // Bulk operations run against the entire set
+ if ( raw ) {
+ fn.call( elems, value );
+ fn = null;
+
+ // ...except when executing function values
+ } else {
+ bulk = fn;
+ fn = function( elem, key, value ) {
+ return bulk.call( jQuery( elem ), value );
+ };
+ }
+ }
+
+ if ( fn ) {
+ for ( ; i < len; i++ ) {
+ fn(
+ elems[ i ], key, raw ?
+ value :
+ value.call( elems[ i ], i, fn( elems[ i ], key ) )
+ );
+ }
+ }
+ }
+
+ if ( chainable ) {
+ return elems;
+ }
+
+ // Gets
+ if ( bulk ) {
+ return fn.call( elems );
+ }
+
+ return len ? fn( elems[ 0 ], key ) : emptyGet;
+};
+var acceptData = function( owner ) {
+
+ // Accepts only:
+ // - Node
+ // - Node.ELEMENT_NODE
+ // - Node.DOCUMENT_NODE
+ // - Object
+ // - Any
+ return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
+};
+
+
+
+
+function Data() {
+ this.expando = jQuery.expando + Data.uid++;
+}
+
+Data.uid = 1;
+
+Data.prototype = {
+
+ cache: function( owner ) {
+
+ // Check if the owner object already has a cache
+ var value = owner[ this.expando ];
+
+ // If not, create one
+ if ( !value ) {
+ value = {};
+
+ // We can accept data for non-element nodes in modern browsers,
+ // but we should not, see #8335.
+ // Always return an empty object.
+ if ( acceptData( owner ) ) {
+
+ // If it is a node unlikely to be stringify-ed or looped over
+ // use plain assignment
+ if ( owner.nodeType ) {
+ owner[ this.expando ] = value;
+
+ // Otherwise secure it in a non-enumerable property
+ // configurable must be true to allow the property to be
+ // deleted when data is removed
+ } else {
+ Object.defineProperty( owner, this.expando, {
+ value: value,
+ configurable: true
+ } );
+ }
+ }
+ }
+
+ return value;
+ },
+ set: function( owner, data, value ) {
+ var prop,
+ cache = this.cache( owner );
+
+ // Handle: [ owner, key, value ] args
+ // Always use camelCase key (gh-2257)
+ if ( typeof data === "string" ) {
+ cache[ jQuery.camelCase( data ) ] = value;
+
+ // Handle: [ owner, { properties } ] args
+ } else {
+
+ // Copy the properties one-by-one to the cache object
+ for ( prop in data ) {
+ cache[ jQuery.camelCase( prop ) ] = data[ prop ];
+ }
+ }
+ return cache;
+ },
+ get: function( owner, key ) {
+ return key === undefined ?
+ this.cache( owner ) :
+
+ // Always use camelCase key (gh-2257)
+ owner[ this.expando ] && owner[ this.expando ][ jQuery.camelCase( key ) ];
+ },
+ access: function( owner, key, value ) {
+
+ // In cases where either:
+ //
+ // 1. No key was specified
+ // 2. A string key was specified, but no value provided
+ //
+ // Take the "read" path and allow the get method to determine
+ // which value to return, respectively either:
+ //
+ // 1. The entire cache object
+ // 2. The data stored at the key
+ //
+ if ( key === undefined ||
+ ( ( key && typeof key === "string" ) && value === undefined ) ) {
+
+ return this.get( owner, key );
+ }
+
+ // When the key is not a string, or both a key and value
+ // are specified, set or extend (existing objects) with either:
+ //
+ // 1. An object of properties
+ // 2. A key and value
+ //
+ this.set( owner, key, value );
+
+ // Since the "set" path can have two possible entry points
+ // return the expected data based on which path was taken[*]
+ return value !== undefined ? value : key;
+ },
+ remove: function( owner, key ) {
+ var i,
+ cache = owner[ this.expando ];
+
+ if ( cache === undefined ) {
+ return;
+ }
+
+ if ( key !== undefined ) {
+
+ // Support array or space separated string of keys
+ if ( Array.isArray( key ) ) {
+
+ // If key is an array of keys...
+ // We always set camelCase keys, so remove that.
+ key = key.map( jQuery.camelCase );
+ } else {
+ key = jQuery.camelCase( key );
+
+ // If a key with the spaces exists, use it.
+ // Otherwise, create an array by matching non-whitespace
+ key = key in cache ?
+ [ key ] :
+ ( key.match( rnothtmlwhite ) || [] );
+ }
+
+ i = key.length;
+
+ while ( i-- ) {
+ delete cache[ key[ i ] ];
+ }
+ }
+
+ // Remove the expando if there's no more data
+ if ( key === undefined || jQuery.isEmptyObject( cache ) ) {
+
+ // Support: Chrome <=35 - 45
+ // Webkit & Blink performance suffers when deleting properties
+ // from DOM nodes, so set to undefined instead
+ // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)
+ if ( owner.nodeType ) {
+ owner[ this.expando ] = undefined;
+ } else {
+ delete owner[ this.expando ];
+ }
+ }
+ },
+ hasData: function( owner ) {
+ var cache = owner[ this.expando ];
+ return cache !== undefined && !jQuery.isEmptyObject( cache );
+ }
+};
+var dataPriv = new Data();
+
+var dataUser = new Data();
+
+
+
+// Implementation Summary
+//
+// 1. Enforce API surface and semantic compatibility with 1.9.x branch
+// 2. Improve the module's maintainability by reducing the storage
+// paths to a single mechanism.
+// 3. Use the same single mechanism to support "private" and "user" data.
+// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData)
+// 5. Avoid exposing implementation details on user objects (eg. expando properties)
+// 6. Provide a clear path for implementation upgrade to WeakMap in 2014
+
+var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
+ rmultiDash = /[A-Z]/g;
+
+function getData( data ) {
+ if ( data === "true" ) {
+ return true;
+ }
+
+ if ( data === "false" ) {
+ return false;
+ }
+
+ if ( data === "null" ) {
+ return null;
+ }
+
+ // Only convert to a number if it doesn't change the string
+ if ( data === +data + "" ) {
+ return +data;
+ }
+
+ if ( rbrace.test( data ) ) {
+ return JSON.parse( data );
+ }
+
+ return data;
+}
+
+function dataAttr( elem, key, data ) {
+ var name;
+
+ // If nothing was found internally, try to fetch any
+ // data from the HTML5 data-* attribute
+ if ( data === undefined && elem.nodeType === 1 ) {
+ name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase();
+ data = elem.getAttribute( name );
+
+ if ( typeof data === "string" ) {
+ try {
+ data = getData( data );
+ } catch ( e ) {}
+
+ // Make sure we set the data so it isn't changed later
+ dataUser.set( elem, key, data );
+ } else {
+ data = undefined;
+ }
+ }
+ return data;
+}
+
+jQuery.extend( {
+ hasData: function( elem ) {
+ return dataUser.hasData( elem ) || dataPriv.hasData( elem );
+ },
+
+ data: function( elem, name, data ) {
+ return dataUser.access( elem, name, data );
+ },
+
+ removeData: function( elem, name ) {
+ dataUser.remove( elem, name );
+ },
+
+ // TODO: Now that all calls to _data and _removeData have been replaced
+ // with direct calls to dataPriv methods, these can be deprecated.
+ _data: function( elem, name, data ) {
+ return dataPriv.access( elem, name, data );
+ },
+
+ _removeData: function( elem, name ) {
+ dataPriv.remove( elem, name );
+ }
+} );
+
+jQuery.fn.extend( {
+ data: function( key, value ) {
+ var i, name, data,
+ elem = this[ 0 ],
+ attrs = elem && elem.attributes;
+
+ // Gets all values
+ if ( key === undefined ) {
+ if ( this.length ) {
+ data = dataUser.get( elem );
+
+ if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) {
+ i = attrs.length;
+ while ( i-- ) {
+
+ // Support: IE 11 only
+ // The attrs elements can be null (#14894)
+ if ( attrs[ i ] ) {
+ name = attrs[ i ].name;
+ if ( name.indexOf( "data-" ) === 0 ) {
+ name = jQuery.camelCase( name.slice( 5 ) );
+ dataAttr( elem, name, data[ name ] );
+ }
+ }
+ }
+ dataPriv.set( elem, "hasDataAttrs", true );
+ }
+ }
+
+ return data;
+ }
+
+ // Sets multiple values
+ if ( typeof key === "object" ) {
+ return this.each( function() {
+ dataUser.set( this, key );
+ } );
+ }
+
+ return access( this, function( value ) {
+ var data;
+
+ // The calling jQuery object (element matches) is not empty
+ // (and therefore has an element appears at this[ 0 ]) and the
+ // `value` parameter was not undefined. An empty jQuery object
+ // will result in `undefined` for elem = this[ 0 ] which will
+ // throw an exception if an attempt to read a data cache is made.
+ if ( elem && value === undefined ) {
+
+ // Attempt to get data from the cache
+ // The key will always be camelCased in Data
+ data = dataUser.get( elem, key );
+ if ( data !== undefined ) {
+ return data;
+ }
+
+ // Attempt to "discover" the data in
+ // HTML5 custom data-* attrs
+ data = dataAttr( elem, key );
+ if ( data !== undefined ) {
+ return data;
+ }
+
+ // We tried really hard, but the data doesn't exist.
+ return;
+ }
+
+ // Set the data...
+ this.each( function() {
+
+ // We always store the camelCased key
+ dataUser.set( this, key, value );
+ } );
+ }, null, value, arguments.length > 1, null, true );
+ },
+
+ removeData: function( key ) {
+ return this.each( function() {
+ dataUser.remove( this, key );
+ } );
+ }
+} );
+
+
+jQuery.extend( {
+ queue: function( elem, type, data ) {
+ var queue;
+
+ if ( elem ) {
+ type = ( type || "fx" ) + "queue";
+ queue = dataPriv.get( elem, type );
+
+ // Speed up dequeue by getting out quickly if this is just a lookup
+ if ( data ) {
+ if ( !queue || Array.isArray( data ) ) {
+ queue = dataPriv.access( elem, type, jQuery.makeArray( data ) );
+ } else {
+ queue.push( data );
+ }
+ }
+ return queue || [];
+ }
+ },
+
+ dequeue: function( elem, type ) {
+ type = type || "fx";
+
+ var queue = jQuery.queue( elem, type ),
+ startLength = queue.length,
+ fn = queue.shift(),
+ hooks = jQuery._queueHooks( elem, type ),
+ next = function() {
+ jQuery.dequeue( elem, type );
+ };
+
+ // If the fx queue is dequeued, always remove the progress sentinel
+ if ( fn === "inprogress" ) {
+ fn = queue.shift();
+ startLength--;
+ }
+
+ if ( fn ) {
+
+ // Add a progress sentinel to prevent the fx queue from being
+ // automatically dequeued
+ if ( type === "fx" ) {
+ queue.unshift( "inprogress" );
+ }
+
+ // Clear up the last queue stop function
+ delete hooks.stop;
+ fn.call( elem, next, hooks );
+ }
+
+ if ( !startLength && hooks ) {
+ hooks.empty.fire();
+ }
+ },
+
+ // Not public - generate a queueHooks object, or return the current one
+ _queueHooks: function( elem, type ) {
+ var key = type + "queueHooks";
+ return dataPriv.get( elem, key ) || dataPriv.access( elem, key, {
+ empty: jQuery.Callbacks( "once memory" ).add( function() {
+ dataPriv.remove( elem, [ type + "queue", key ] );
+ } )
+ } );
+ }
+} );
+
+jQuery.fn.extend( {
+ queue: function( type, data ) {
+ var setter = 2;
+
+ if ( typeof type !== "string" ) {
+ data = type;
+ type = "fx";
+ setter--;
+ }
+
+ if ( arguments.length < setter ) {
+ return jQuery.queue( this[ 0 ], type );
+ }
+
+ return data === undefined ?
+ this :
+ this.each( function() {
+ var queue = jQuery.queue( this, type, data );
+
+ // Ensure a hooks for this queue
+ jQuery._queueHooks( this, type );
+
+ if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
+ jQuery.dequeue( this, type );
+ }
+ } );
+ },
+ dequeue: function( type ) {
+ return this.each( function() {
+ jQuery.dequeue( this, type );
+ } );
+ },
+ clearQueue: function( type ) {
+ return this.queue( type || "fx", [] );
+ },
+
+ // Get a promise resolved when queues of a certain type
+ // are emptied (fx is the type by default)
+ promise: function( type, obj ) {
+ var tmp,
+ count = 1,
+ defer = jQuery.Deferred(),
+ elements = this,
+ i = this.length,
+ resolve = function() {
+ if ( !( --count ) ) {
+ defer.resolveWith( elements, [ elements ] );
+ }
+ };
+
+ if ( typeof type !== "string" ) {
+ obj = type;
+ type = undefined;
+ }
+ type = type || "fx";
+
+ while ( i-- ) {
+ tmp = dataPriv.get( elements[ i ], type + "queueHooks" );
+ if ( tmp && tmp.empty ) {
+ count++;
+ tmp.empty.add( resolve );
+ }
+ }
+ resolve();
+ return defer.promise( obj );
+ }
+} );
+var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
+
+var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
+
+
+var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
+
+var isHiddenWithinTree = function( elem, el ) {
+
+ // isHiddenWithinTree might be called from jQuery#filter function;
+ // in that case, element will be second argument
+ elem = el || elem;
+
+ // Inline style trumps all
+ return elem.style.display === "none" ||
+ elem.style.display === "" &&
+
+ // Otherwise, check computed style
+ // Support: Firefox <=43 - 45
+ // Disconnected elements can have computed display: none, so first confirm that elem is
+ // in the document.
+ jQuery.contains( elem.ownerDocument, elem ) &&
+
+ jQuery.css( elem, "display" ) === "none";
+ };
+
+var swap = function( elem, options, callback, args ) {
+ var ret, name,
+ old = {};
+
+ // Remember the old values, and insert the new ones
+ for ( name in options ) {
+ old[ name ] = elem.style[ name ];
+ elem.style[ name ] = options[ name ];
+ }
+
+ ret = callback.apply( elem, args || [] );
+
+ // Revert the old values
+ for ( name in options ) {
+ elem.style[ name ] = old[ name ];
+ }
+
+ return ret;
+};
+
+
+
+
+function adjustCSS( elem, prop, valueParts, tween ) {
+ var adjusted,
+ scale = 1,
+ maxIterations = 20,
+ currentValue = tween ?
+ function() {
+ return tween.cur();
+ } :
+ function() {
+ return jQuery.css( elem, prop, "" );
+ },
+ initial = currentValue(),
+ unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
+
+ // Starting value computation is required for potential unit mismatches
+ initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) &&
+ rcssNum.exec( jQuery.css( elem, prop ) );
+
+ if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
+
+ // Trust units reported by jQuery.css
+ unit = unit || initialInUnit[ 3 ];
+
+ // Make sure we update the tween properties later on
+ valueParts = valueParts || [];
+
+ // Iteratively approximate from a nonzero starting point
+ initialInUnit = +initial || 1;
+
+ do {
+
+ // If previous iteration zeroed out, double until we get *something*.
+ // Use string for doubling so we don't accidentally see scale as unchanged below
+ scale = scale || ".5";
+
+ // Adjust and apply
+ initialInUnit = initialInUnit / scale;
+ jQuery.style( elem, prop, initialInUnit + unit );
+
+ // Update scale, tolerating zero or NaN from tween.cur()
+ // Break the loop if scale is unchanged or perfect, or if we've just had enough.
+ } while (
+ scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations
+ );
+ }
+
+ if ( valueParts ) {
+ initialInUnit = +initialInUnit || +initial || 0;
+
+ // Apply relative offset (+=/-=) if specified
+ adjusted = valueParts[ 1 ] ?
+ initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :
+ +valueParts[ 2 ];
+ if ( tween ) {
+ tween.unit = unit;
+ tween.start = initialInUnit;
+ tween.end = adjusted;
+ }
+ }
+ return adjusted;
+}
+
+
+var defaultDisplayMap = {};
+
+function getDefaultDisplay( elem ) {
+ var temp,
+ doc = elem.ownerDocument,
+ nodeName = elem.nodeName,
+ display = defaultDisplayMap[ nodeName ];
+
+ if ( display ) {
+ return display;
+ }
+
+ temp = doc.body.appendChild( doc.createElement( nodeName ) );
+ display = jQuery.css( temp, "display" );
+
+ temp.parentNode.removeChild( temp );
+
+ if ( display === "none" ) {
+ display = "block";
+ }
+ defaultDisplayMap[ nodeName ] = display;
+
+ return display;
+}
+
+function showHide( elements, show ) {
+ var display, elem,
+ values = [],
+ index = 0,
+ length = elements.length;
+
+ // Determine new display value for elements that need to change
+ for ( ; index < length; index++ ) {
+ elem = elements[ index ];
+ if ( !elem.style ) {
+ continue;
+ }
+
+ display = elem.style.display;
+ if ( show ) {
+
+ // Since we force visibility upon cascade-hidden elements, an immediate (and slow)
+ // check is required in this first loop unless we have a nonempty display value (either
+ // inline or about-to-be-restored)
+ if ( display === "none" ) {
+ values[ index ] = dataPriv.get( elem, "display" ) || null;
+ if ( !values[ index ] ) {
+ elem.style.display = "";
+ }
+ }
+ if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) {
+ values[ index ] = getDefaultDisplay( elem );
+ }
+ } else {
+ if ( display !== "none" ) {
+ values[ index ] = "none";
+
+ // Remember what we're overwriting
+ dataPriv.set( elem, "display", display );
+ }
+ }
+ }
+
+ // Set the display of the elements in a second loop to avoid constant reflow
+ for ( index = 0; index < length; index++ ) {
+ if ( values[ index ] != null ) {
+ elements[ index ].style.display = values[ index ];
+ }
+ }
+
+ return elements;
+}
+
+jQuery.fn.extend( {
+ show: function() {
+ return showHide( this, true );
+ },
+ hide: function() {
+ return showHide( this );
+ },
+ toggle: function( state ) {
+ if ( typeof state === "boolean" ) {
+ return state ? this.show() : this.hide();
+ }
+
+ return this.each( function() {
+ if ( isHiddenWithinTree( this ) ) {
+ jQuery( this ).show();
+ } else {
+ jQuery( this ).hide();
+ }
+ } );
+ }
+} );
+var rcheckableType = ( /^(?:checkbox|radio)$/i );
+
+var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
+
+var rscriptType = ( /^$|\/(?:java|ecma)script/i );
+
+
+
+// We have to close these tags to support XHTML (#13200)
+var wrapMap = {
+
+ // Support: IE <=9 only
+ option: [ 1, "<select multiple='multiple'>", "</select>" ],
+
+ // XHTML parsers do not magically insert elements in the
+ // same way that tag soup parsers do. So we cannot shorten
+ // this by omitting <tbody> or other required elements.
+ thead: [ 1, "<table>", "</table>" ],
+ col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
+ tr: [ 2, "<table><tbody>", "</tbody></table>" ],
+ td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
+
+ _default: [ 0, "", "" ]
+};
+
+// Support: IE <=9 only
+wrapMap.optgroup = wrapMap.option;
+
+wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
+wrapMap.th = wrapMap.td;
+
+
+function getAll( context, tag ) {
+
+ // Support: IE <=9 - 11 only
+ // Use typeof to avoid zero-argument method invocation on host objects (#15151)
+ var ret;
+
+ if ( typeof context.getElementsByTagName !== "undefined" ) {
+ ret = context.getElementsByTagName( tag || "*" );
+
+ } else if ( typeof context.querySelectorAll !== "undefined" ) {
+ ret = context.querySelectorAll( tag || "*" );
+
+ } else {
+ ret = [];
+ }
+
+ if ( tag === undefined || tag && nodeName( context, tag ) ) {
+ return jQuery.merge( [ context ], ret );
+ }
+
+ return ret;
+}
+
+
+// Mark scripts as having already been evaluated
+function setGlobalEval( elems, refElements ) {
+ var i = 0,
+ l = elems.length;
+
+ for ( ; i < l; i++ ) {
+ dataPriv.set(
+ elems[ i ],
+ "globalEval",
+ !refElements || dataPriv.get( refElements[ i ], "globalEval" )
+ );
+ }
+}
+
+
+var rhtml = /<|&#?\w+;/;
+
+function buildFragment( elems, context, scripts, selection, ignored ) {
+ var elem, tmp, tag, wrap, contains, j,
+ fragment = context.createDocumentFragment(),
+ nodes = [],
+ i = 0,
+ l = elems.length;
+
+ for ( ; i < l; i++ ) {
+ elem = elems[ i ];
+
+ if ( elem || elem === 0 ) {
+
+ // Add nodes directly
+ if ( jQuery.type( elem ) === "object" ) {
+
+ // Support: Android <=4.0 only, PhantomJS 1 only
+ // push.apply(_, arraylike) throws on ancient WebKit
+ jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
+
+ // Convert non-html into a text node
+ } else if ( !rhtml.test( elem ) ) {
+ nodes.push( context.createTextNode( elem ) );
+
+ // Convert html into DOM nodes
+ } else {
+ tmp = tmp || fragment.appendChild( context.createElement( "div" ) );
+
+ // Deserialize a standard representation
+ tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase();
+ wrap = wrapMap[ tag ] || wrapMap._default;
+ tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];
+
+ // Descend through wrappers to the right content
+ j = wrap[ 0 ];
+ while ( j-- ) {
+ tmp = tmp.lastChild;
+ }
+
+ // Support: Android <=4.0 only, PhantomJS 1 only
+ // push.apply(_, arraylike) throws on ancient WebKit
+ jQuery.merge( nodes, tmp.childNodes );
+
+ // Remember the top-level container
+ tmp = fragment.firstChild;
+
+ // Ensure the created nodes are orphaned (#12392)
+ tmp.textContent = "";
+ }
+ }
+ }
+
+ // Remove wrapper from fragment
+ fragment.textContent = "";
+
+ i = 0;
+ while ( ( elem = nodes[ i++ ] ) ) {
+
+ // Skip elements already in the context collection (trac-4087)
+ if ( selection && jQuery.inArray( elem, selection ) > -1 ) {
+ if ( ignored ) {
+ ignored.push( elem );
+ }
+ continue;
+ }
+
+ contains = jQuery.contains( elem.ownerDocument, elem );
+
+ // Append to fragment
+ tmp = getAll( fragment.appendChild( elem ), "script" );
+
+ // Preserve script evaluation history
+ if ( contains ) {
+ setGlobalEval( tmp );
+ }
+
+ // Capture executables
+ if ( scripts ) {
+ j = 0;
+ while ( ( elem = tmp[ j++ ] ) ) {
+ if ( rscriptType.test( elem.type || "" ) ) {
+ scripts.push( elem );
+ }
+ }
+ }
+ }
+
+ return fragment;
+}
+
+
+( function() {
+ var fragment = document.createDocumentFragment(),
+ div = fragment.appendChild( document.createElement( "div" ) ),
+ input = document.createElement( "input" );
+
+ // Support: Android 4.0 - 4.3 only
+ // Check state lost if the name is set (#11217)
+ // Support: Windows Web Apps (WWA)
+ // `name` and `type` must use .setAttribute for WWA (#14901)
+ input.setAttribute( "type", "radio" );
+ input.setAttribute( "checked", "checked" );
+ input.setAttribute( "name", "t" );
+
+ div.appendChild( input );
+
+ // Support: Android <=4.1 only
+ // Older WebKit doesn't clone checked state correctly in fragments
+ support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
+
+ // Support: IE <=11 only
+ // Make sure textarea (and checkbox) defaultValue is properly cloned
+ div.innerHTML = "<textarea>x</textarea>";
+ support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
+} )();
+var documentElement = document.documentElement;
+
+
+
+var
+ rkeyEvent = /^key/,
+ rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
+ rtypenamespace = /^([^.]*)(?:\.(.+)|)/;
+
+function returnTrue() {
+ return true;
+}
+
+function returnFalse() {
+ return false;
+}
+
+// Support: IE <=9 only
+// See #13393 for more info
+function safeActiveElement() {
+ try {
+ return document.activeElement;
+ } catch ( err ) { }
+}
+
+function on( elem, types, selector, data, fn, one ) {
+ var origFn, type;
+
+ // Types can be a map of types/handlers
+ if ( typeof types === "object" ) {
+
+ // ( types-Object, selector, data )
+ if ( typeof selector !== "string" ) {
+
+ // ( types-Object, data )
+ data = data || selector;
+ selector = undefined;
+ }
+ for ( type in types ) {
+ on( elem, type, selector, data, types[ type ], one );
+ }
+ return elem;
+ }
+
+ if ( data == null && fn == null ) {
+
+ // ( types, fn )
+ fn = selector;
+ data = selector = undefined;
+ } else if ( fn == null ) {
+ if ( typeof selector === "string" ) {
+
+ // ( types, selector, fn )
+ fn = data;
+ data = undefined;
+ } else {
+
+ // ( types, data, fn )
+ fn = data;
+ data = selector;
+ selector = undefined;
+ }
+ }
+ if ( fn === false ) {
+ fn = returnFalse;
+ } else if ( !fn ) {
+ return elem;
+ }
+
+ if ( one === 1 ) {
+ origFn = fn;
+ fn = function( event ) {
+
+ // Can use an empty set, since event contains the info
+ jQuery().off( event );
+ return origFn.apply( this, arguments );
+ };
+
+ // Use same guid so caller can remove using origFn
+ fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
+ }
+ return elem.each( function() {
+ jQuery.event.add( this, types, fn, data, selector );
+ } );
+}
+
+/*
+ * Helper functions for managing events -- not part of the public interface.
+ * Props to Dean Edwards' addEvent library for many of the ideas.
+ */
+jQuery.event = {
+
+ global: {},
+
+ add: function( elem, types, handler, data, selector ) {
+
+ var handleObjIn, eventHandle, tmp,
+ events, t, handleObj,
+ special, handlers, type, namespaces, origType,
+ elemData = dataPriv.get( elem );
+
+ // Don't attach events to noData or text/comment nodes (but allow plain objects)
+ if ( !elemData ) {
+ return;
+ }
+
+ // Caller can pass in an object of custom data in lieu of the handler
+ if ( handler.handler ) {
+ handleObjIn = handler;
+ handler = handleObjIn.handler;
+ selector = handleObjIn.selector;
+ }
+
+ // Ensure that invalid selectors throw exceptions at attach time
+ // Evaluate against documentElement in case elem is a non-element node (e.g., document)
+ if ( selector ) {
+ jQuery.find.matchesSelector( documentElement, selector );
+ }
+
+ // Make sure that the handler has a unique ID, used to find/remove it later
+ if ( !handler.guid ) {
+ handler.guid = jQuery.guid++;
+ }
+
+ // Init the element's event structure and main handler, if this is the first
+ if ( !( events = elemData.events ) ) {
+ events = elemData.events = {};
+ }
+ if ( !( eventHandle = elemData.handle ) ) {
+ eventHandle = elemData.handle = function( e ) {
+
+ // Discard the second event of a jQuery.event.trigger() and
+ // when an event is called after a page has unloaded
+ return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ?
+ jQuery.event.dispatch.apply( elem, arguments ) : undefined;
+ };
+ }
+
+ // Handle multiple events separated by a space
+ types = ( types || "" ).match( rnothtmlwhite ) || [ "" ];
+ t = types.length;
+ while ( t-- ) {
+ tmp = rtypenamespace.exec( types[ t ] ) || [];
+ type = origType = tmp[ 1 ];
+ namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
+
+ // There *must* be a type, no attaching namespace-only handlers
+ if ( !type ) {
+ continue;
+ }
+
+ // If event changes its type, use the special event handlers for the changed type
+ special = jQuery.event.special[ type ] || {};
+
+ // If selector defined, determine special event api type, otherwise given type
+ type = ( selector ? special.delegateType : special.bindType ) || type;
+
+ // Update special based on newly reset type
+ special = jQuery.event.special[ type ] || {};
+
+ // handleObj is passed to all event handlers
+ handleObj = jQuery.extend( {
+ type: type,
+ origType: origType,
+ data: data,
+ handler: handler,
+ guid: handler.guid,
+ selector: selector,
+ needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
+ namespace: namespaces.join( "." )
+ }, handleObjIn );
+
+ // Init the event handler queue if we're the first
+ if ( !( handlers = events[ type ] ) ) {
+ handlers = events[ type ] = [];
+ handlers.delegateCount = 0;
+
+ // Only use addEventListener if the special events handler returns false
+ if ( !special.setup ||
+ special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
+
+ if ( elem.addEventListener ) {
+ elem.addEventListener( type, eventHandle );
+ }
+ }
+ }
+
+ if ( special.add ) {
+ special.add.call( elem, handleObj );
+
+ if ( !handleObj.handler.guid ) {
+ handleObj.handler.guid = handler.guid;
+ }
+ }
+
+ // Add to the element's handler list, delegates in front
+ if ( selector ) {
+ handlers.splice( handlers.delegateCount++, 0, handleObj );
+ } else {
+ handlers.push( handleObj );
+ }
+
+ // Keep track of which events have ever been used, for event optimization
+ jQuery.event.global[ type ] = true;
+ }
+
+ },
+
+ // Detach an event or set of events from an element
+ remove: function( elem, types, handler, selector, mappedTypes ) {
+
+ var j, origCount, tmp,
+ events, t, handleObj,
+ special, handlers, type, namespaces, origType,
+ elemData = dataPriv.hasData( elem ) && dataPriv.get( elem );
+
+ if ( !elemData || !( events = elemData.events ) ) {
+ return;
+ }
+
+ // Once for each type.namespace in types; type may be omitted
+ types = ( types || "" ).match( rnothtmlwhite ) || [ "" ];
+ t = types.length;
+ while ( t-- ) {
+ tmp = rtypenamespace.exec( types[ t ] ) || [];
+ type = origType = tmp[ 1 ];
+ namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
+
+ // Unbind all events (on this namespace, if provided) for the element
+ if ( !type ) {
+ for ( type in events ) {
+ jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
+ }
+ continue;
+ }
+
+ special = jQuery.event.special[ type ] || {};
+ type = ( selector ? special.delegateType : special.bindType ) || type;
+ handlers = events[ type ] || [];
+ tmp = tmp[ 2 ] &&
+ new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" );
+
+ // Remove matching events
+ origCount = j = handlers.length;
+ while ( j-- ) {
+ handleObj = handlers[ j ];
+
+ if ( ( mappedTypes || origType === handleObj.origType ) &&
+ ( !handler || handler.guid === handleObj.guid ) &&
+ ( !tmp || tmp.test( handleObj.namespace ) ) &&
+ ( !selector || selector === handleObj.selector ||
+ selector === "**" && handleObj.selector ) ) {
+ handlers.splice( j, 1 );
+
+ if ( handleObj.selector ) {
+ handlers.delegateCount--;
+ }
+ if ( special.remove ) {
+ special.remove.call( elem, handleObj );
+ }
+ }
+ }
+
+ // Remove generic event handler if we removed something and no more handlers exist
+ // (avoids potential for endless recursion during removal of special event handlers)
+ if ( origCount && !handlers.length ) {
+ if ( !special.teardown ||
+ special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
+
+ jQuery.removeEvent( elem, type, elemData.handle );
+ }
+
+ delete events[ type ];
+ }
+ }
+
+ // Remove data and the expando if it's no longer used
+ if ( jQuery.isEmptyObject( events ) ) {
+ dataPriv.remove( elem, "handle events" );
+ }
+ },
+
+ dispatch: function( nativeEvent ) {
+
+ // Make a writable jQuery.Event from the native event object
+ var event = jQuery.event.fix( nativeEvent );
+
+ var i, j, ret, matched, handleObj, handlerQueue,
+ args = new Array( arguments.length ),
+ handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [],
+ special = jQuery.event.special[ event.type ] || {};
+
+ // Use the fix-ed jQuery.Event rather than the (read-only) native event
+ args[ 0 ] = event;
+
+ for ( i = 1; i < arguments.length; i++ ) {
+ args[ i ] = arguments[ i ];
+ }
+
+ event.delegateTarget = this;
+
+ // Call the preDispatch hook for the mapped type, and let it bail if desired
+ if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
+ return;
+ }
+
+ // Determine handlers
+ handlerQueue = jQuery.event.handlers.call( this, event, handlers );
+
+ // Run delegates first; they may want to stop propagation beneath us
+ i = 0;
+ while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {
+ event.currentTarget = matched.elem;
+
+ j = 0;
+ while ( ( handleObj = matched.handlers[ j++ ] ) &&
+ !event.isImmediatePropagationStopped() ) {
+
+ // Triggered event must either 1) have no namespace, or 2) have namespace(s)
+ // a subset or equal to those in the bound event (both can have no namespace).
+ if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {
+
+ event.handleObj = handleObj;
+ event.data = handleObj.data;
+
+ ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||
+ handleObj.handler ).apply( matched.elem, args );
+
+ if ( ret !== undefined ) {
+ if ( ( event.result = ret ) === false ) {
+ event.preventDefault();
+ event.stopPropagation();
+ }
+ }
+ }
+ }
+ }
+
+ // Call the postDispatch hook for the mapped type
+ if ( special.postDispatch ) {
+ special.postDispatch.call( this, event );
+ }
+
+ return event.result;
+ },
+
+ handlers: function( event, handlers ) {
+ var i, handleObj, sel, matchedHandlers, matchedSelectors,
+ handlerQueue = [],
+ delegateCount = handlers.delegateCount,
+ cur = event.target;
+
+ // Find delegate handlers
+ if ( delegateCount &&
+
+ // Support: IE <=9
+ // Black-hole SVG <use> instance trees (trac-13180)
+ cur.nodeType &&
+
+ // Support: Firefox <=42
+ // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)
+ // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click
+ // Support: IE 11 only
+ // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343)
+ !( event.type === "click" && event.button >= 1 ) ) {
+
+ for ( ; cur !== this; cur = cur.parentNode || this ) {
+
+ // Don't check non-elements (#13208)
+ // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
+ if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) {
+ matchedHandlers = [];
+ matchedSelectors = {};
+ for ( i = 0; i < delegateCount; i++ ) {
+ handleObj = handlers[ i ];
+
+ // Don't conflict with Object.prototype properties (#13203)
+ sel = handleObj.selector + " ";
+
+ if ( matchedSelectors[ sel ] === undefined ) {
+ matchedSelectors[ sel ] = handleObj.needsContext ?
+ jQuery( sel, this ).index( cur ) > -1 :
+ jQuery.find( sel, this, null, [ cur ] ).length;
+ }
+ if ( matchedSelectors[ sel ] ) {
+ matchedHandlers.push( handleObj );
+ }
+ }
+ if ( matchedHandlers.length ) {
+ handlerQueue.push( { elem: cur, handlers: matchedHandlers } );
+ }
+ }
+ }
+ }
+
+ // Add the remaining (directly-bound) handlers
+ cur = this;
+ if ( delegateCount < handlers.length ) {
+ handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );
+ }
+
+ return handlerQueue;
+ },
+
+ addProp: function( name, hook ) {
+ Object.defineProperty( jQuery.Event.prototype, name, {
+ enumerable: true,
+ configurable: true,
+
+ get: jQuery.isFunction( hook ) ?
+ function() {
+ if ( this.originalEvent ) {
+ return hook( this.originalEvent );
+ }
+ } :
+ function() {
+ if ( this.originalEvent ) {
+ return this.originalEvent[ name ];
+ }
+ },
+
+ set: function( value ) {
+ Object.defineProperty( this, name, {
+ enumerable: true,
+ configurable: true,
+ writable: true,
+ value: value
+ } );
+ }
+ } );
+ },
+
+ fix: function( originalEvent ) {
+ return originalEvent[ jQuery.expando ] ?
+ originalEvent :
+ new jQuery.Event( originalEvent );
+ },
+
+ special: {
+ load: {
+
+ // Prevent triggered image.load events from bubbling to window.load
+ noBubble: true
+ },
+ focus: {
+
+ // Fire native event if possible so blur/focus sequence is correct
+ trigger: function() {
+ if ( this !== safeActiveElement() && this.focus ) {
+ this.focus();
+ return false;
+ }
+ },
+ delegateType: "focusin"
+ },
+ blur: {
+ trigger: function() {
+ if ( this === safeActiveElement() && this.blur ) {
+ this.blur();
+ return false;
+ }
+ },
+ delegateType: "focusout"
+ },
+ click: {
+
+ // For checkbox, fire native event so checked state will be right
+ trigger: function() {
+ if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) {
+ this.click();
+ return false;
+ }
+ },
+
+ // For cross-browser consistency, don't fire native .click() on links
+ _default: function( event ) {
+ return nodeName( event.target, "a" );
+ }
+ },
+
+ beforeunload: {
+ postDispatch: function( event ) {
+
+ // Support: Firefox 20+
+ // Firefox doesn't alert if the returnValue field is not set.
+ if ( event.result !== undefined && event.originalEvent ) {
+ event.originalEvent.returnValue = event.result;
+ }
+ }
+ }
+ }
+};
+
+jQuery.removeEvent = function( elem, type, handle ) {
+
+ // This "if" is needed for plain objects
+ if ( elem.removeEventListener ) {
+ elem.removeEventListener( type, handle );
+ }
+};
+
+jQuery.Event = function( src, props ) {
+
+ // Allow instantiation without the 'new' keyword
+ if ( !( this instanceof jQuery.Event ) ) {
+ return new jQuery.Event( src, props );
+ }
+
+ // Event object
+ if ( src && src.type ) {
+ this.originalEvent = src;
+ this.type = src.type;
+
+ // Events bubbling up the document may have been marked as prevented
+ // by a handler lower down the tree; reflect the correct value.
+ this.isDefaultPrevented = src.defaultPrevented ||
+ src.defaultPrevented === undefined &&
+
+ // Support: Android <=2.3 only
+ src.returnValue === false ?
+ returnTrue :
+ returnFalse;
+
+ // Create target properties
+ // Support: Safari <=6 - 7 only
+ // Target should not be a text node (#504, #13143)
+ this.target = ( src.target && src.target.nodeType === 3 ) ?
+ src.target.parentNode :
+ src.target;
+
+ this.currentTarget = src.currentTarget;
+ this.relatedTarget = src.relatedTarget;
+
+ // Event type
+ } else {
+ this.type = src;
+ }
+
+ // Put explicitly provided properties onto the event object
+ if ( props ) {
+ jQuery.extend( this, props );
+ }
+
+ // Create a timestamp if incoming event doesn't have one
+ this.timeStamp = src && src.timeStamp || jQuery.now();
+
+ // Mark it as fixed
+ this[ jQuery.expando ] = true;
+};
+
+// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
+// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
+jQuery.Event.prototype = {
+ constructor: jQuery.Event,
+ isDefaultPrevented: returnFalse,
+ isPropagationStopped: returnFalse,
+ isImmediatePropagationStopped: returnFalse,
+ isSimulated: false,
+
+ preventDefault: function() {
+ var e = this.originalEvent;
+
+ this.isDefaultPrevented = returnTrue;
+
+ if ( e && !this.isSimulated ) {
+ e.preventDefault();
+ }
+ },
+ stopPropagation: function() {
+ var e = this.originalEvent;
+
+ this.isPropagationStopped = returnTrue;
+
+ if ( e && !this.isSimulated ) {
+ e.stopPropagation();
+ }
+ },
+ stopImmediatePropagation: function() {
+ var e = this.originalEvent;
+
+ this.isImmediatePropagationStopped = returnTrue;
+
+ if ( e && !this.isSimulated ) {
+ e.stopImmediatePropagation();
+ }
+
+ this.stopPropagation();
+ }
+};
+
+// Includes all common event props including KeyEvent and MouseEvent specific props
+jQuery.each( {
+ altKey: true,
+ bubbles: true,
+ cancelable: true,
+ changedTouches: true,
+ ctrlKey: true,
+ detail: true,
+ eventPhase: true,
+ metaKey: true,
+ pageX: true,
+ pageY: true,
+ shiftKey: true,
+ view: true,
+ "char": true,
+ charCode: true,
+ key: true,
+ keyCode: true,
+ button: true,
+ buttons: true,
+ clientX: true,
+ clientY: true,
+ offsetX: true,
+ offsetY: true,
+ pointerId: true,
+ pointerType: true,
+ screenX: true,
+ screenY: true,
+ targetTouches: true,
+ toElement: true,
+ touches: true,
+
+ which: function( event ) {
+ var button = event.button;
+
+ // Add which for key events
+ if ( event.which == null && rkeyEvent.test( event.type ) ) {
+ return event.charCode != null ? event.charCode : event.keyCode;
+ }
+
+ // Add which for click: 1 === left; 2 === middle; 3 === right
+ if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {
+ if ( button & 1 ) {
+ return 1;
+ }
+
+ if ( button & 2 ) {
+ return 3;
+ }
+
+ if ( button & 4 ) {
+ return 2;
+ }
+
+ return 0;
+ }
+
+ return event.which;
+ }
+}, jQuery.event.addProp );
+
+// Create mouseenter/leave events using mouseover/out and event-time checks
+// so that event delegation works in jQuery.
+// Do the same for pointerenter/pointerleave and pointerover/pointerout
+//
+// Support: Safari 7 only
+// Safari sends mouseenter too often; see:
+// https://bugs.chromium.org/p/chromium/issues/detail?id=470258
+// for the description of the bug (it existed in older Chrome versions as well).
+jQuery.each( {
+ mouseenter: "mouseover",
+ mouseleave: "mouseout",
+ pointerenter: "pointerover",
+ pointerleave: "pointerout"
+}, function( orig, fix ) {
+ jQuery.event.special[ orig ] = {
+ delegateType: fix,
+ bindType: fix,
+
+ handle: function( event ) {
+ var ret,
+ target = this,
+ related = event.relatedTarget,
+ handleObj = event.handleObj;
+
+ // For mouseenter/leave call the handler if related is outside the target.
+ // NB: No relatedTarget if the mouse left/entered the browser window
+ if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
+ event.type = handleObj.origType;
+ ret = handleObj.handler.apply( this, arguments );
+ event.type = fix;
+ }
+ return ret;
+ }
+ };
+} );
+
+jQuery.fn.extend( {
+
+ on: function( types, selector, data, fn ) {
+ return on( this, types, selector, data, fn );
+ },
+ one: function( types, selector, data, fn ) {
+ return on( this, types, selector, data, fn, 1 );
+ },
+ off: function( types, selector, fn ) {
+ var handleObj, type;
+ if ( types && types.preventDefault && types.handleObj ) {
+
+ // ( event ) dispatched jQuery.Event
+ handleObj = types.handleObj;
+ jQuery( types.delegateTarget ).off(
+ handleObj.namespace ?
+ handleObj.origType + "." + handleObj.namespace :
+ handleObj.origType,
+ handleObj.selector,
+ handleObj.handler
+ );
+ return this;
+ }
+ if ( typeof types === "object" ) {
+
+ // ( types-object [, selector] )
+ for ( type in types ) {
+ this.off( type, selector, types[ type ] );
+ }
+ return this;
+ }
+ if ( selector === false || typeof selector === "function" ) {
+
+ // ( types [, fn] )
+ fn = selector;
+ selector = undefined;
+ }
+ if ( fn === false ) {
+ fn = returnFalse;
+ }
+ return this.each( function() {
+ jQuery.event.remove( this, types, fn, selector );
+ } );
+ }
+} );
+
+
+var
+
+ /* eslint-disable max-len */
+
+ // See https://github.com/eslint/eslint/issues/3229
+ rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,
+
+ /* eslint-enable */
+
+ // Support: IE <=10 - 11, Edge 12 - 13
+ // In IE/Edge using regex groups here causes severe slowdowns.
+ // See https://connect.microsoft.com/IE/feedback/details/1736512/
+ rnoInnerhtml = /<script|<style|<link/i,
+
+ // checked="checked" or checked
+ rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
+ rscriptTypeMasked = /^true\/(.*)/,
+ rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
+
+// Prefer a tbody over its parent table for containing new rows
+function manipulationTarget( elem, content ) {
+ if ( nodeName( elem, "table" ) &&
+ nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) {
+
+ return jQuery( ">tbody", elem )[ 0 ] || elem;
+ }
+
+ return elem;
+}
+
+// Replace/restore the type attribute of script elements for safe DOM manipulation
+function disableScript( elem ) {
+ elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type;
+ return elem;
+}
+function restoreScript( elem ) {
+ var match = rscriptTypeMasked.exec( elem.type );
+
+ if ( match ) {
+ elem.type = match[ 1 ];
+ } else {
+ elem.removeAttribute( "type" );
+ }
+
+ return elem;
+}
+
+function cloneCopyEvent( src, dest ) {
+ var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;
+
+ if ( dest.nodeType !== 1 ) {
+ return;
+ }
+
+ // 1. Copy private data: events, handlers, etc.
+ if ( dataPriv.hasData( src ) ) {
+ pdataOld = dataPriv.access( src );
+ pdataCur = dataPriv.set( dest, pdataOld );
+ events = pdataOld.events;
+
+ if ( events ) {
+ delete pdataCur.handle;
+ pdataCur.events = {};
+
+ for ( type in events ) {
+ for ( i = 0, l = events[ type ].length; i < l; i++ ) {
+ jQuery.event.add( dest, type, events[ type ][ i ] );
+ }
+ }
+ }
+ }
+
+ // 2. Copy user data
+ if ( dataUser.hasData( src ) ) {
+ udataOld = dataUser.access( src );
+ udataCur = jQuery.extend( {}, udataOld );
+
+ dataUser.set( dest, udataCur );
+ }
+}
+
+// Fix IE bugs, see support tests
+function fixInput( src, dest ) {
+ var nodeName = dest.nodeName.toLowerCase();
+
+ // Fails to persist the checked state of a cloned checkbox or radio button.
+ if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
+ dest.checked = src.checked;
+
+ // Fails to return the selected option to the default selected state when cloning options
+ } else if ( nodeName === "input" || nodeName === "textarea" ) {
+ dest.defaultValue = src.defaultValue;
+ }
+}
+
+function domManip( collection, args, callback, ignored ) {
+
+ // Flatten any nested arrays
+ args = concat.apply( [], args );
+
+ var fragment, first, scripts, hasScripts, node, doc,
+ i = 0,
+ l = collection.length,
+ iNoClone = l - 1,
+ value = args[ 0 ],
+ isFunction = jQuery.isFunction( value );
+
+ // We can't cloneNode fragments that contain checked, in WebKit
+ if ( isFunction ||
+ ( l > 1 && typeof value === "string" &&
+ !support.checkClone && rchecked.test( value ) ) ) {
+ return collection.each( function( index ) {
+ var self = collection.eq( index );
+ if ( isFunction ) {
+ args[ 0 ] = value.call( this, index, self.html() );
+ }
+ domManip( self, args, callback, ignored );
+ } );
+ }
+
+ if ( l ) {
+ fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
+ first = fragment.firstChild;
+
+ if ( fragment.childNodes.length === 1 ) {
+ fragment = first;
+ }
+
+ // Require either new content or an interest in ignored elements to invoke the callback
+ if ( first || ignored ) {
+ scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
+ hasScripts = scripts.length;
+
+ // Use the original fragment for the last item
+ // instead of the first because it can end up
+ // being emptied incorrectly in certain situations (#8070).
+ for ( ; i < l; i++ ) {
+ node = fragment;
+
+ if ( i !== iNoClone ) {
+ node = jQuery.clone( node, true, true );
+
+ // Keep references to cloned scripts for later restoration
+ if ( hasScripts ) {
+
+ // Support: Android <=4.0 only, PhantomJS 1 only
+ // push.apply(_, arraylike) throws on ancient WebKit
+ jQuery.merge( scripts, getAll( node, "script" ) );
+ }
+ }
+
+ callback.call( collection[ i ], node, i );
+ }
+
+ if ( hasScripts ) {
+ doc = scripts[ scripts.length - 1 ].ownerDocument;
+
+ // Reenable scripts
+ jQuery.map( scripts, restoreScript );
+
+ // Evaluate executable scripts on first document insertion
+ for ( i = 0; i < hasScripts; i++ ) {
+ node = scripts[ i ];
+ if ( rscriptType.test( node.type || "" ) &&
+ !dataPriv.access( node, "globalEval" ) &&
+ jQuery.contains( doc, node ) ) {
+
+ if ( node.src ) {
+
+ // Optional AJAX dependency, but won't run scripts if not present
+ if ( jQuery._evalUrl ) {
+ jQuery._evalUrl( node.src );
+ }
+ } else {
+ DOMEval( node.textContent.replace( rcleanScript, "" ), doc );
+ }
+ }
+ }
+ }
+ }
+ }
+
+ return collection;
+}
+
+function remove( elem, selector, keepData ) {
+ var node,
+ nodes = selector ? jQuery.filter( selector, elem ) : elem,
+ i = 0;
+
+ for ( ; ( node = nodes[ i ] ) != null; i++ ) {
+ if ( !keepData && node.nodeType === 1 ) {
+ jQuery.cleanData( getAll( node ) );
+ }
+
+ if ( node.parentNode ) {
+ if ( keepData && jQuery.contains( node.ownerDocument, node ) ) {
+ setGlobalEval( getAll( node, "script" ) );
+ }
+ node.parentNode.removeChild( node );
+ }
+ }
+
+ return elem;
+}
+
+jQuery.extend( {
+ htmlPrefilter: function( html ) {
+ return html.replace( rxhtmlTag, "<$1></$2>" );
+ },
+
+ clone: function( elem, dataAndEvents, deepDataAndEvents ) {
+ var i, l, srcElements, destElements,
+ clone = elem.cloneNode( true ),
+ inPage = jQuery.contains( elem.ownerDocument, elem );
+
+ // Fix IE cloning issues
+ if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
+ !jQuery.isXMLDoc( elem ) ) {
+
+ // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2
+ destElements = getAll( clone );
+ srcElements = getAll( elem );
+
+ for ( i = 0, l = srcElements.length; i < l; i++ ) {
+ fixInput( srcElements[ i ], destElements[ i ] );
+ }
+ }
+
+ // Copy the events from the original to the clone
+ if ( dataAndEvents ) {
+ if ( deepDataAndEvents ) {
+ srcElements = srcElements || getAll( elem );
+ destElements = destElements || getAll( clone );
+
+ for ( i = 0, l = srcElements.length; i < l; i++ ) {
+ cloneCopyEvent( srcElements[ i ], destElements[ i ] );
+ }
+ } else {
+ cloneCopyEvent( elem, clone );
+ }
+ }
+
+ // Preserve script evaluation history
+ destElements = getAll( clone, "script" );
+ if ( destElements.length > 0 ) {
+ setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
+ }
+
+ // Return the cloned set
+ return clone;
+ },
+
+ cleanData: function( elems ) {
+ var data, elem, type,
+ special = jQuery.event.special,
+ i = 0;
+
+ for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {
+ if ( acceptData( elem ) ) {
+ if ( ( data = elem[ dataPriv.expando ] ) ) {
+ if ( data.events ) {
+ for ( type in data.events ) {
+ if ( special[ type ] ) {
+ jQuery.event.remove( elem, type );
+
+ // This is a shortcut to avoid jQuery.event.remove's overhead
+ } else {
+ jQuery.removeEvent( elem, type, data.handle );
+ }
+ }
+ }
+
+ // Support: Chrome <=35 - 45+
+ // Assign undefined instead of using delete, see Data#remove
+ elem[ dataPriv.expando ] = undefined;
+ }
+ if ( elem[ dataUser.expando ] ) {
+
+ // Support: Chrome <=35 - 45+
+ // Assign undefined instead of using delete, see Data#remove
+ elem[ dataUser.expando ] = undefined;
+ }
+ }
+ }
+ }
+} );
+
+jQuery.fn.extend( {
+ detach: function( selector ) {
+ return remove( this, selector, true );
+ },
+
+ remove: function( selector ) {
+ return remove( this, selector );
+ },
+
+ text: function( value ) {
+ return access( this, function( value ) {
+ return value === undefined ?
+ jQuery.text( this ) :
+ this.empty().each( function() {
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
+ this.textContent = value;
+ }
+ } );
+ }, null, value, arguments.length );
+ },
+
+ append: function() {
+ return domManip( this, arguments, function( elem ) {
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
+ var target = manipulationTarget( this, elem );
+ target.appendChild( elem );
+ }
+ } );
+ },
+
+ prepend: function() {
+ return domManip( this, arguments, function( elem ) {
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
+ var target = manipulationTarget( this, elem );
+ target.insertBefore( elem, target.firstChild );
+ }
+ } );
+ },
+
+ before: function() {
+ return domManip( this, arguments, function( elem ) {
+ if ( this.parentNode ) {
+ this.parentNode.insertBefore( elem, this );
+ }
+ } );
+ },
+
+ after: function() {
+ return domManip( this, arguments, function( elem ) {
+ if ( this.parentNode ) {
+ this.parentNode.insertBefore( elem, this.nextSibling );
+ }
+ } );
+ },
+
+ empty: function() {
+ var elem,
+ i = 0;
+
+ for ( ; ( elem = this[ i ] ) != null; i++ ) {
+ if ( elem.nodeType === 1 ) {
+
+ // Prevent memory leaks
+ jQuery.cleanData( getAll( elem, false ) );
+
+ // Remove any remaining nodes
+ elem.textContent = "";
+ }
+ }
+
+ return this;
+ },
+
+ clone: function( dataAndEvents, deepDataAndEvents ) {
+ dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
+ deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
+
+ return this.map( function() {
+ return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
+ } );
+ },
+
+ html: function( value ) {
+ return access( this, function( value ) {
+ var elem = this[ 0 ] || {},
+ i = 0,
+ l = this.length;
+
+ if ( value === undefined && elem.nodeType === 1 ) {
+ return elem.innerHTML;
+ }
+
+ // See if we can take a shortcut and just use innerHTML
+ if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
+ !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
+
+ value = jQuery.htmlPrefilter( value );
+
+ try {
+ for ( ; i < l; i++ ) {
+ elem = this[ i ] || {};
+
+ // Remove element nodes and prevent memory leaks
+ if ( elem.nodeType === 1 ) {
+ jQuery.cleanData( getAll( elem, false ) );
+ elem.innerHTML = value;
+ }
+ }
+
+ elem = 0;
+
+ // If using innerHTML throws an exception, use the fallback method
+ } catch ( e ) {}
+ }
+
+ if ( elem ) {
+ this.empty().append( value );
+ }
+ }, null, value, arguments.length );
+ },
+
+ replaceWith: function() {
+ var ignored = [];
+
+ // Make the changes, replacing each non-ignored context element with the new content
+ return domManip( this, arguments, function( elem ) {
+ var parent = this.parentNode;
+
+ if ( jQuery.inArray( this, ignored ) < 0 ) {
+ jQuery.cleanData( getAll( this ) );
+ if ( parent ) {
+ parent.replaceChild( elem, this );
+ }
+ }
+
+ // Force callback invocation
+ }, ignored );
+ }
+} );
+
+jQuery.each( {
+ appendTo: "append",
+ prependTo: "prepend",
+ insertBefore: "before",
+ insertAfter: "after",
+ replaceAll: "replaceWith"
+}, function( name, original ) {
+ jQuery.fn[ name ] = function( selector ) {
+ var elems,
+ ret = [],
+ insert = jQuery( selector ),
+ last = insert.length - 1,
+ i = 0;
+
+ for ( ; i <= last; i++ ) {
+ elems = i === last ? this : this.clone( true );
+ jQuery( insert[ i ] )[ original ]( elems );
+
+ // Support: Android <=4.0 only, PhantomJS 1 only
+ // .get() because push.apply(_, arraylike) throws on ancient WebKit
+ push.apply( ret, elems.get() );
+ }
+
+ return this.pushStack( ret );
+ };
+} );
+var rmargin = ( /^margin/ );
+
+var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
+
+var getStyles = function( elem ) {
+
+ // Support: IE <=11 only, Firefox <=30 (#15098, #14150)
+ // IE throws on elements created in popups
+ // FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
+ var view = elem.ownerDocument.defaultView;
+
+ if ( !view || !view.opener ) {
+ view = window;
+ }
+
+ return view.getComputedStyle( elem );
+ };
+
+
+
+( function() {
+
+ // Executing both pixelPosition & boxSizingReliable tests require only one layout
+ // so they're executed at the same time to save the second computation.
+ function computeStyleTests() {
+
+ // This is a singleton, we need to execute it only once
+ if ( !div ) {
+ return;
+ }
+
+ div.style.cssText =
+ "box-sizing:border-box;" +
+ "position:relative;display:block;" +
+ "margin:auto;border:1px;padding:1px;" +
+ "top:1%;width:50%";
+ div.innerHTML = "";
+ documentElement.appendChild( container );
+
+ var divStyle = window.getComputedStyle( div );
+ pixelPositionVal = divStyle.top !== "1%";
+
+ // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44
+ reliableMarginLeftVal = divStyle.marginLeft === "2px";
+ boxSizingReliableVal = divStyle.width === "4px";
+
+ // Support: Android 4.0 - 4.3 only
+ // Some styles come back with percentage values, even though they shouldn't
+ div.style.marginRight = "50%";
+ pixelMarginRightVal = divStyle.marginRight === "4px";
+
+ documentElement.removeChild( container );
+
+ // Nullify the div so it wouldn't be stored in the memory and
+ // it will also be a sign that checks already performed
+ div = null;
+ }
+
+ var pixelPositionVal, boxSizingReliableVal, pixelMarginRightVal, reliableMarginLeftVal,
+ container = document.createElement( "div" ),
+ div = document.createElement( "div" );
+
+ // Finish early in limited (non-browser) environments
+ if ( !div.style ) {
+ return;
+ }
+
+ // Support: IE <=9 - 11 only
+ // Style of cloned element affects source element cloned (#8908)
+ div.style.backgroundClip = "content-box";
+ div.cloneNode( true ).style.backgroundClip = "";
+ support.clearCloneStyle = div.style.backgroundClip === "content-box";
+
+ container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" +
+ "padding:0;margin-top:1px;position:absolute";
+ container.appendChild( div );
+
+ jQuery.extend( support, {
+ pixelPosition: function() {
+ computeStyleTests();
+ return pixelPositionVal;
+ },
+ boxSizingReliable: function() {
+ computeStyleTests();
+ return boxSizingReliableVal;
+ },
+ pixelMarginRight: function() {
+ computeStyleTests();
+ return pixelMarginRightVal;
+ },
+ reliableMarginLeft: function() {
+ computeStyleTests();
+ return reliableMarginLeftVal;
+ }
+ } );
+} )();
+
+
+function curCSS( elem, name, computed ) {
+ var width, minWidth, maxWidth, ret,
+
+ // Support: Firefox 51+
+ // Retrieving style before computed somehow
+ // fixes an issue with getting wrong values
+ // on detached elements
+ style = elem.style;
+
+ computed = computed || getStyles( elem );
+
+ // getPropertyValue is needed for:
+ // .css('filter') (IE 9 only, #12537)
+ // .css('--customProperty) (#3144)
+ if ( computed ) {
+ ret = computed.getPropertyValue( name ) || computed[ name ];
+
+ if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
+ ret = jQuery.style( elem, name );
+ }
+
+ // A tribute to the "awesome hack by Dean Edwards"
+ // Android Browser returns percentage for some values,
+ // but width seems to be reliably pixels.
+ // This is against the CSSOM draft spec:
+ // https://drafts.csswg.org/cssom/#resolved-values
+ if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) {
+
+ // Remember the original values
+ width = style.width;
+ minWidth = style.minWidth;
+ maxWidth = style.maxWidth;
+
+ // Put in the new values to get a computed value out
+ style.minWidth = style.maxWidth = style.width = ret;
+ ret = computed.width;
+
+ // Revert the changed values
+ style.width = width;
+ style.minWidth = minWidth;
+ style.maxWidth = maxWidth;
+ }
+ }
+
+ return ret !== undefined ?
+
+ // Support: IE <=9 - 11 only
+ // IE returns zIndex value as an integer.
+ ret + "" :
+ ret;
+}
+
+
+function addGetHookIf( conditionFn, hookFn ) {
+
+ // Define the hook, we'll check on the first run if it's really needed.
+ return {
+ get: function() {
+ if ( conditionFn() ) {
+
+ // Hook not needed (or it's not possible to use it due
+ // to missing dependency), remove it.
+ delete this.get;
+ return;
+ }
+
+ // Hook needed; redefine it so that the support test is not executed again.
+ return ( this.get = hookFn ).apply( this, arguments );
+ }
+ };
+}
+
+
+var
+
+ // Swappable if display is none or starts with table
+ // except "table", "table-cell", or "table-caption"
+ // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
+ rdisplayswap = /^(none|table(?!-c[ea]).+)/,
+ rcustomProp = /^--/,
+ cssShow = { position: "absolute", visibility: "hidden", display: "block" },
+ cssNormalTransform = {
+ letterSpacing: "0",
+ fontWeight: "400"
+ },
+
+ cssPrefixes = [ "Webkit", "Moz", "ms" ],
+ emptyStyle = document.createElement( "div" ).style;
+
+// Return a css property mapped to a potentially vendor prefixed property
+function vendorPropName( name ) {
+
+ // Shortcut for names that are not vendor prefixed
+ if ( name in emptyStyle ) {
+ return name;
+ }
+
+ // Check for vendor prefixed names
+ var capName = name[ 0 ].toUpperCase() + name.slice( 1 ),
+ i = cssPrefixes.length;
+
+ while ( i-- ) {
+ name = cssPrefixes[ i ] + capName;
+ if ( name in emptyStyle ) {
+ return name;
+ }
+ }
+}
+
+// Return a property mapped along what jQuery.cssProps suggests or to
+// a vendor prefixed property.
+function finalPropName( name ) {
+ var ret = jQuery.cssProps[ name ];
+ if ( !ret ) {
+ ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;
+ }
+ return ret;
+}
+
+function setPositiveNumber( elem, value, subtract ) {
+
+ // Any relative (+/-) values have already been
+ // normalized at this point
+ var matches = rcssNum.exec( value );
+ return matches ?
+
+ // Guard against undefined "subtract", e.g., when used as in cssHooks
+ Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) :
+ value;
+}
+
+function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
+ var i,
+ val = 0;
+
+ // If we already have the right measurement, avoid augmentation
+ if ( extra === ( isBorderBox ? "border" : "content" ) ) {
+ i = 4;
+
+ // Otherwise initialize for horizontal or vertical properties
+ } else {
+ i = name === "width" ? 1 : 0;
+ }
+
+ for ( ; i < 4; i += 2 ) {
+
+ // Both box models exclude margin, so add it if we want it
+ if ( extra === "margin" ) {
+ val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
+ }
+
+ if ( isBorderBox ) {
+
+ // border-box includes padding, so remove it if we want content
+ if ( extra === "content" ) {
+ val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
+ }
+
+ // At this point, extra isn't border nor margin, so remove border
+ if ( extra !== "margin" ) {
+ val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
+ }
+ } else {
+
+ // At this point, extra isn't content, so add padding
+ val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
+
+ // At this point, extra isn't content nor padding, so add border
+ if ( extra !== "padding" ) {
+ val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
+ }
+ }
+ }
+
+ return val;
+}
+
+function getWidthOrHeight( elem, name, extra ) {
+
+ // Start with computed style
+ var valueIsBorderBox,
+ styles = getStyles( elem ),
+ val = curCSS( elem, name, styles ),
+ isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
+
+ // Computed unit is not pixels. Stop here and return.
+ if ( rnumnonpx.test( val ) ) {
+ return val;
+ }
+
+ // Check for style in case a browser which returns unreliable values
+ // for getComputedStyle silently falls back to the reliable elem.style
+ valueIsBorderBox = isBorderBox &&
+ ( support.boxSizingReliable() || val === elem.style[ name ] );
+
+ // Fall back to offsetWidth/Height when value is "auto"
+ // This happens for inline elements with no explicit setting (gh-3571)
+ if ( val === "auto" ) {
+ val = elem[ "offset" + name[ 0 ].toUpperCase() + name.slice( 1 ) ];
+ }
+
+ // Normalize "", auto, and prepare for extra
+ val = parseFloat( val ) || 0;
+
+ // Use the active box-sizing model to add/subtract irrelevant styles
+ return ( val +
+ augmentWidthOrHeight(
+ elem,
+ name,
+ extra || ( isBorderBox ? "border" : "content" ),
+ valueIsBorderBox,
+ styles
+ )
+ ) + "px";
+}
+
+jQuery.extend( {
+
+ // Add in style property hooks for overriding the default
+ // behavior of getting and setting a style property
+ cssHooks: {
+ opacity: {
+ get: function( elem, computed ) {
+ if ( computed ) {
+
+ // We should always get a number back from opacity
+ var ret = curCSS( elem, "opacity" );
+ return ret === "" ? "1" : ret;
+ }
+ }
+ }
+ },
+
+ // Don't automatically add "px" to these possibly-unitless properties
+ cssNumber: {
+ "animationIterationCount": true,
+ "columnCount": true,
+ "fillOpacity": true,
+ "flexGrow": true,
+ "flexShrink": true,
+ "fontWeight": true,
+ "lineHeight": true,
+ "opacity": true,
+ "order": true,
+ "orphans": true,
+ "widows": true,
+ "zIndex": true,
+ "zoom": true
+ },
+
+ // Add in properties whose names you wish to fix before
+ // setting or getting the value
+ cssProps: {
+ "float": "cssFloat"
+ },
+
+ // Get and set the style property on a DOM Node
+ style: function( elem, name, value, extra ) {
+
+ // Don't set styles on text and comment nodes
+ if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
+ return;
+ }
+
+ // Make sure that we're working with the right name
+ var ret, type, hooks,
+ origName = jQuery.camelCase( name ),
+ isCustomProp = rcustomProp.test( name ),
+ style = elem.style;
+
+ // Make sure that we're working with the right name. We don't
+ // want to query the value if it is a CSS custom property
+ // since they are user-defined.
+ if ( !isCustomProp ) {
+ name = finalPropName( origName );
+ }
+
+ // Gets hook for the prefixed version, then unprefixed version
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
+
+ // Check if we're setting a value
+ if ( value !== undefined ) {
+ type = typeof value;
+
+ // Convert "+=" or "-=" to relative numbers (#7345)
+ if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
+ value = adjustCSS( elem, name, ret );
+
+ // Fixes bug #9237
+ type = "number";
+ }
+
+ // Make sure that null and NaN values aren't set (#7116)
+ if ( value == null || value !== value ) {
+ return;
+ }
+
+ // If a number was passed in, add the unit (except for certain CSS properties)
+ if ( type === "number" ) {
+ value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
+ }
+
+ // background-* props affect original clone's values
+ if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
+ style[ name ] = "inherit";
+ }
+
+ // If a hook was provided, use that value, otherwise just set the specified value
+ if ( !hooks || !( "set" in hooks ) ||
+ ( value = hooks.set( elem, value, extra ) ) !== undefined ) {
+
+ if ( isCustomProp ) {
+ style.setProperty( name, value );
+ } else {
+ style[ name ] = value;
+ }
+ }
+
+ } else {
+
+ // If a hook was provided get the non-computed value from there
+ if ( hooks && "get" in hooks &&
+ ( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
+
+ return ret;
+ }
+
+ // Otherwise just get the value from the style object
+ return style[ name ];
+ }
+ },
+
+ css: function( elem, name, extra, styles ) {
+ var val, num, hooks,
+ origName = jQuery.camelCase( name ),
+ isCustomProp = rcustomProp.test( name );
+
+ // Make sure that we're working with the right name. We don't
+ // want to modify the value if it is a CSS custom property
+ // since they are user-defined.
+ if ( !isCustomProp ) {
+ name = finalPropName( origName );
+ }
+
+ // Try prefixed name followed by the unprefixed name
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
+
+ // If a hook was provided get the computed value from there
+ if ( hooks && "get" in hooks ) {
+ val = hooks.get( elem, true, extra );
+ }
+
+ // Otherwise, if a way to get the computed value exists, use that
+ if ( val === undefined ) {
+ val = curCSS( elem, name, styles );
+ }
+
+ // Convert "normal" to computed value
+ if ( val === "normal" && name in cssNormalTransform ) {
+ val = cssNormalTransform[ name ];
+ }
+
+ // Make numeric if forced or a qualifier was provided and val looks numeric
+ if ( extra === "" || extra ) {
+ num = parseFloat( val );
+ return extra === true || isFinite( num ) ? num || 0 : val;
+ }
+
+ return val;
+ }
+} );
+
+jQuery.each( [ "height", "width" ], function( i, name ) {
+ jQuery.cssHooks[ name ] = {
+ get: function( elem, computed, extra ) {
+ if ( computed ) {
+
+ // Certain elements can have dimension info if we invisibly show them
+ // but it must have a current display style that would benefit
+ return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
+
+ // Support: Safari 8+
+ // Table columns in Safari have non-zero offsetWidth & zero
+ // getBoundingClientRect().width unless display is changed.
+ // Support: IE <=11 only
+ // Running getBoundingClientRect on a disconnected node
+ // in IE throws an error.
+ ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?
+ swap( elem, cssShow, function() {
+ return getWidthOrHeight( elem, name, extra );
+ } ) :
+ getWidthOrHeight( elem, name, extra );
+ }
+ },
+
+ set: function( elem, value, extra ) {
+ var matches,
+ styles = extra && getStyles( elem ),
+ subtract = extra && augmentWidthOrHeight(
+ elem,
+ name,
+ extra,
+ jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
+ styles
+ );
+
+ // Convert to pixels if value adjustment is needed
+ if ( subtract && ( matches = rcssNum.exec( value ) ) &&
+ ( matches[ 3 ] || "px" ) !== "px" ) {
+
+ elem.style[ name ] = value;
+ value = jQuery.css( elem, name );
+ }
+
+ return setPositiveNumber( elem, value, subtract );
+ }
+ };
+} );
+
+jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
+ function( elem, computed ) {
+ if ( computed ) {
+ return ( parseFloat( curCSS( elem, "marginLeft" ) ) ||
+ elem.getBoundingClientRect().left -
+ swap( elem, { marginLeft: 0 }, function() {
+ return elem.getBoundingClientRect().left;
+ } )
+ ) + "px";
+ }
+ }
+);
+
+// These hooks are used by animate to expand properties
+jQuery.each( {
+ margin: "",
+ padding: "",
+ border: "Width"
+}, function( prefix, suffix ) {
+ jQuery.cssHooks[ prefix + suffix ] = {
+ expand: function( value ) {
+ var i = 0,
+ expanded = {},
+
+ // Assumes a single number if not a string
+ parts = typeof value === "string" ? value.split( " " ) : [ value ];
+
+ for ( ; i < 4; i++ ) {
+ expanded[ prefix + cssExpand[ i ] + suffix ] =
+ parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
+ }
+
+ return expanded;
+ }
+ };
+
+ if ( !rmargin.test( prefix ) ) {
+ jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
+ }
+} );
+
+jQuery.fn.extend( {
+ css: function( name, value ) {
+ return access( this, function( elem, name, value ) {
+ var styles, len,
+ map = {},
+ i = 0;
+
+ if ( Array.isArray( name ) ) {
+ styles = getStyles( elem );
+ len = name.length;
+
+ for ( ; i < len; i++ ) {
+ map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
+ }
+
+ return map;
+ }
+
+ return value !== undefined ?
+ jQuery.style( elem, name, value ) :
+ jQuery.css( elem, name );
+ }, name, value, arguments.length > 1 );
+ }
+} );
+
+
+function Tween( elem, options, prop, end, easing ) {
+ return new Tween.prototype.init( elem, options, prop, end, easing );
+}
+jQuery.Tween = Tween;
+
+Tween.prototype = {
+ constructor: Tween,
+ init: function( elem, options, prop, end, easing, unit ) {
+ this.elem = elem;
+ this.prop = prop;
+ this.easing = easing || jQuery.easing._default;
+ this.options = options;
+ this.start = this.now = this.cur();
+ this.end = end;
+ this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
+ },
+ cur: function() {
+ var hooks = Tween.propHooks[ this.prop ];
+
+ return hooks && hooks.get ?
+ hooks.get( this ) :
+ Tween.propHooks._default.get( this );
+ },
+ run: function( percent ) {
+ var eased,
+ hooks = Tween.propHooks[ this.prop ];
+
+ if ( this.options.duration ) {
+ this.pos = eased = jQuery.easing[ this.easing ](
+ percent, this.options.duration * percent, 0, 1, this.options.duration
+ );
+ } else {
+ this.pos = eased = percent;
+ }
+ this.now = ( this.end - this.start ) * eased + this.start;
+
+ if ( this.options.step ) {
+ this.options.step.call( this.elem, this.now, this );
+ }
+
+ if ( hooks && hooks.set ) {
+ hooks.set( this );
+ } else {
+ Tween.propHooks._default.set( this );
+ }
+ return this;
+ }
+};
+
+Tween.prototype.init.prototype = Tween.prototype;
+
+Tween.propHooks = {
+ _default: {
+ get: function( tween ) {
+ var result;
+
+ // Use a property on the element directly when it is not a DOM element,
+ // or when there is no matching style property that exists.
+ if ( tween.elem.nodeType !== 1 ||
+ tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {
+ return tween.elem[ tween.prop ];
+ }
+
+ // Passing an empty string as a 3rd parameter to .css will automatically
+ // attempt a parseFloat and fallback to a string if the parse fails.
+ // Simple values such as "10px" are parsed to Float;
+ // complex values such as "rotate(1rad)" are returned as-is.
+ result = jQuery.css( tween.elem, tween.prop, "" );
+
+ // Empty strings, null, undefined and "auto" are converted to 0.
+ return !result || result === "auto" ? 0 : result;
+ },
+ set: function( tween ) {
+
+ // Use step hook for back compat.
+ // Use cssHook if its there.
+ // Use .style if available and use plain properties where available.
+ if ( jQuery.fx.step[ tween.prop ] ) {
+ jQuery.fx.step[ tween.prop ]( tween );
+ } else if ( tween.elem.nodeType === 1 &&
+ ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||
+ jQuery.cssHooks[ tween.prop ] ) ) {
+ jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
+ } else {
+ tween.elem[ tween.prop ] = tween.now;
+ }
+ }
+ }
+};
+
+// Support: IE <=9 only
+// Panic based approach to setting things on disconnected nodes
+Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
+ set: function( tween ) {
+ if ( tween.elem.nodeType && tween.elem.parentNode ) {
+ tween.elem[ tween.prop ] = tween.now;
+ }
+ }
+};
+
+jQuery.easing = {
+ linear: function( p ) {
+ return p;
+ },
+ swing: function( p ) {
+ return 0.5 - Math.cos( p * Math.PI ) / 2;
+ },
+ _default: "swing"
+};
+
+jQuery.fx = Tween.prototype.init;
+
+// Back compat <1.8 extension point
+jQuery.fx.step = {};
+
+
+
+
+var
+ fxNow, inProgress,
+ rfxtypes = /^(?:toggle|show|hide)$/,
+ rrun = /queueHooks$/;
+
+function schedule() {
+ if ( inProgress ) {
+ if ( document.hidden === false && window.requestAnimationFrame ) {
+ window.requestAnimationFrame( schedule );
+ } else {
+ window.setTimeout( schedule, jQuery.fx.interval );
+ }
+
+ jQuery.fx.tick();
+ }
+}
+
+// Animations created synchronously will run synchronously
+function createFxNow() {
+ window.setTimeout( function() {
+ fxNow = undefined;
+ } );
+ return ( fxNow = jQuery.now() );
+}
+
+// Generate parameters to create a standard animation
+function genFx( type, includeWidth ) {
+ var which,
+ i = 0,
+ attrs = { height: type };
+
+ // If we include width, step value is 1 to do all cssExpand values,
+ // otherwise step value is 2 to skip over Left and Right
+ includeWidth = includeWidth ? 1 : 0;
+ for ( ; i < 4; i += 2 - includeWidth ) {
+ which = cssExpand[ i ];
+ attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
+ }
+
+ if ( includeWidth ) {
+ attrs.opacity = attrs.width = type;
+ }
+
+ return attrs;
+}
+
+function createTween( value, prop, animation ) {
+ var tween,
+ collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
+ index = 0,
+ length = collection.length;
+ for ( ; index < length; index++ ) {
+ if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
+
+ // We're done with this property
+ return tween;
+ }
+ }
+}
+
+function defaultPrefilter( elem, props, opts ) {
+ var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,
+ isBox = "width" in props || "height" in props,
+ anim = this,
+ orig = {},
+ style = elem.style,
+ hidden = elem.nodeType && isHiddenWithinTree( elem ),
+ dataShow = dataPriv.get( elem, "fxshow" );
+
+ // Queue-skipping animations hijack the fx hooks
+ if ( !opts.queue ) {
+ hooks = jQuery._queueHooks( elem, "fx" );
+ if ( hooks.unqueued == null ) {
+ hooks.unqueued = 0;
+ oldfire = hooks.empty.fire;
+ hooks.empty.fire = function() {
+ if ( !hooks.unqueued ) {
+ oldfire();
+ }
+ };
+ }
+ hooks.unqueued++;
+
+ anim.always( function() {
+
+ // Ensure the complete handler is called before this completes
+ anim.always( function() {
+ hooks.unqueued--;
+ if ( !jQuery.queue( elem, "fx" ).length ) {
+ hooks.empty.fire();
+ }
+ } );
+ } );
+ }
+
+ // Detect show/hide animations
+ for ( prop in props ) {
+ value = props[ prop ];
+ if ( rfxtypes.test( value ) ) {
+ delete props[ prop ];
+ toggle = toggle || value === "toggle";
+ if ( value === ( hidden ? "hide" : "show" ) ) {
+
+ // Pretend to be hidden if this is a "show" and
+ // there is still data from a stopped show/hide
+ if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
+ hidden = true;
+
+ // Ignore all other no-op show/hide data
+ } else {
+ continue;
+ }
+ }
+ orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
+ }
+ }
+
+ // Bail out if this is a no-op like .hide().hide()
+ propTween = !jQuery.isEmptyObject( props );
+ if ( !propTween && jQuery.isEmptyObject( orig ) ) {
+ return;
+ }
+
+ // Restrict "overflow" and "display" styles during box animations
+ if ( isBox && elem.nodeType === 1 ) {
+
+ // Support: IE <=9 - 11, Edge 12 - 13
+ // Record all 3 overflow attributes because IE does not infer the shorthand
+ // from identically-valued overflowX and overflowY
+ opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
+
+ // Identify a display type, preferring old show/hide data over the CSS cascade
+ restoreDisplay = dataShow && dataShow.display;
+ if ( restoreDisplay == null ) {
+ restoreDisplay = dataPriv.get( elem, "display" );
+ }
+ display = jQuery.css( elem, "display" );
+ if ( display === "none" ) {
+ if ( restoreDisplay ) {
+ display = restoreDisplay;
+ } else {
+
+ // Get nonempty value(s) by temporarily forcing visibility
+ showHide( [ elem ], true );
+ restoreDisplay = elem.style.display || restoreDisplay;
+ display = jQuery.css( elem, "display" );
+ showHide( [ elem ] );
+ }
+ }
+
+ // Animate inline elements as inline-block
+ if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) {
+ if ( jQuery.css( elem, "float" ) === "none" ) {
+
+ // Restore the original display value at the end of pure show/hide animations
+ if ( !propTween ) {
+ anim.done( function() {
+ style.display = restoreDisplay;
+ } );
+ if ( restoreDisplay == null ) {
+ display = style.display;
+ restoreDisplay = display === "none" ? "" : display;
+ }
+ }
+ style.display = "inline-block";
+ }
+ }
+ }
+
+ if ( opts.overflow ) {
+ style.overflow = "hidden";
+ anim.always( function() {
+ style.overflow = opts.overflow[ 0 ];
+ style.overflowX = opts.overflow[ 1 ];
+ style.overflowY = opts.overflow[ 2 ];
+ } );
+ }
+
+ // Implement show/hide animations
+ propTween = false;
+ for ( prop in orig ) {
+
+ // General show/hide setup for this element animation
+ if ( !propTween ) {
+ if ( dataShow ) {
+ if ( "hidden" in dataShow ) {
+ hidden = dataShow.hidden;
+ }
+ } else {
+ dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } );
+ }
+
+ // Store hidden/visible for toggle so `.stop().toggle()` "reverses"
+ if ( toggle ) {
+ dataShow.hidden = !hidden;
+ }
+
+ // Show elements before animating them
+ if ( hidden ) {
+ showHide( [ elem ], true );
+ }
+
+ /* eslint-disable no-loop-func */
+
+ anim.done( function() {
+
+ /* eslint-enable no-loop-func */
+
+ // The final step of a "hide" animation is actually hiding the element
+ if ( !hidden ) {
+ showHide( [ elem ] );
+ }
+ dataPriv.remove( elem, "fxshow" );
+ for ( prop in orig ) {
+ jQuery.style( elem, prop, orig[ prop ] );
+ }
+ } );
+ }
+
+ // Per-property setup
+ propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
+ if ( !( prop in dataShow ) ) {
+ dataShow[ prop ] = propTween.start;
+ if ( hidden ) {
+ propTween.end = propTween.start;
+ propTween.start = 0;
+ }
+ }
+ }
+}
+
+function propFilter( props, specialEasing ) {
+ var index, name, easing, value, hooks;
+
+ // camelCase, specialEasing and expand cssHook pass
+ for ( index in props ) {
+ name = jQuery.camelCase( index );
+ easing = specialEasing[ name ];
+ value = props[ index ];
+ if ( Array.isArray( value ) ) {
+ easing = value[ 1 ];
+ value = props[ index ] = value[ 0 ];
+ }
+
+ if ( index !== name ) {
+ props[ name ] = value;
+ delete props[ index ];
+ }
+
+ hooks = jQuery.cssHooks[ name ];
+ if ( hooks && "expand" in hooks ) {
+ value = hooks.expand( value );
+ delete props[ name ];
+
+ // Not quite $.extend, this won't overwrite existing keys.
+ // Reusing 'index' because we have the correct "name"
+ for ( index in value ) {
+ if ( !( index in props ) ) {
+ props[ index ] = value[ index ];
+ specialEasing[ index ] = easing;
+ }
+ }
+ } else {
+ specialEasing[ name ] = easing;
+ }
+ }
+}
+
+function Animation( elem, properties, options ) {
+ var result,
+ stopped,
+ index = 0,
+ length = Animation.prefilters.length,
+ deferred = jQuery.Deferred().always( function() {
+
+ // Don't match elem in the :animated selector
+ delete tick.elem;
+ } ),
+ tick = function() {
+ if ( stopped ) {
+ return false;
+ }
+ var currentTime = fxNow || createFxNow(),
+ remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
+
+ // Support: Android 2.3 only
+ // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
+ temp = remaining / animation.duration || 0,
+ percent = 1 - temp,
+ index = 0,
+ length = animation.tweens.length;
+
+ for ( ; index < length; index++ ) {
+ animation.tweens[ index ].run( percent );
+ }
+
+ deferred.notifyWith( elem, [ animation, percent, remaining ] );
+
+ // If there's more to do, yield
+ if ( percent < 1 && length ) {
+ return remaining;
+ }
+
+ // If this was an empty animation, synthesize a final progress notification
+ if ( !length ) {
+ deferred.notifyWith( elem, [ animation, 1, 0 ] );
+ }
+
+ // Resolve the animation and report its conclusion
+ deferred.resolveWith( elem, [ animation ] );
+ return false;
+ },
+ animation = deferred.promise( {
+ elem: elem,
+ props: jQuery.extend( {}, properties ),
+ opts: jQuery.extend( true, {
+ specialEasing: {},
+ easing: jQuery.easing._default
+ }, options ),
+ originalProperties: properties,
+ originalOptions: options,
+ startTime: fxNow || createFxNow(),
+ duration: options.duration,
+ tweens: [],
+ createTween: function( prop, end ) {
+ var tween = jQuery.Tween( elem, animation.opts, prop, end,
+ animation.opts.specialEasing[ prop ] || animation.opts.easing );
+ animation.tweens.push( tween );
+ return tween;
+ },
+ stop: function( gotoEnd ) {
+ var index = 0,
+
+ // If we are going to the end, we want to run all the tweens
+ // otherwise we skip this part
+ length = gotoEnd ? animation.tweens.length : 0;
+ if ( stopped ) {
+ return this;
+ }
+ stopped = true;
+ for ( ; index < length; index++ ) {
+ animation.tweens[ index ].run( 1 );
+ }
+
+ // Resolve when we played the last frame; otherwise, reject
+ if ( gotoEnd ) {
+ deferred.notifyWith( elem, [ animation, 1, 0 ] );
+ deferred.resolveWith( elem, [ animation, gotoEnd ] );
+ } else {
+ deferred.rejectWith( elem, [ animation, gotoEnd ] );
+ }
+ return this;
+ }
+ } ),
+ props = animation.props;
+
+ propFilter( props, animation.opts.specialEasing );
+
+ for ( ; index < length; index++ ) {
+ result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
+ if ( result ) {
+ if ( jQuery.isFunction( result.stop ) ) {
+ jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
+ jQuery.proxy( result.stop, result );
+ }
+ return result;
+ }
+ }
+
+ jQuery.map( props, createTween, animation );
+
+ if ( jQuery.isFunction( animation.opts.start ) ) {
+ animation.opts.start.call( elem, animation );
+ }
+
+ // Attach callbacks from options
+ animation
+ .progress( animation.opts.progress )
+ .done( animation.opts.done, animation.opts.complete )
+ .fail( animation.opts.fail )
+ .always( animation.opts.always );
+
+ jQuery.fx.timer(
+ jQuery.extend( tick, {
+ elem: elem,
+ anim: animation,
+ queue: animation.opts.queue
+ } )
+ );
+
+ return animation;
+}
+
+jQuery.Animation = jQuery.extend( Animation, {
+
+ tweeners: {
+ "*": [ function( prop, value ) {
+ var tween = this.createTween( prop, value );
+ adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
+ return tween;
+ } ]
+ },
+
+ tweener: function( props, callback ) {
+ if ( jQuery.isFunction( props ) ) {
+ callback = props;
+ props = [ "*" ];
+ } else {
+ props = props.match( rnothtmlwhite );
+ }
+
+ var prop,
+ index = 0,
+ length = props.length;
+
+ for ( ; index < length; index++ ) {
+ prop = props[ index ];
+ Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
+ Animation.tweeners[ prop ].unshift( callback );
+ }
+ },
+
+ prefilters: [ defaultPrefilter ],
+
+ prefilter: function( callback, prepend ) {
+ if ( prepend ) {
+ Animation.prefilters.unshift( callback );
+ } else {
+ Animation.prefilters.push( callback );
+ }
+ }
+} );
+
+jQuery.speed = function( speed, easing, fn ) {
+ var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
+ complete: fn || !fn && easing ||
+ jQuery.isFunction( speed ) && speed,
+ duration: speed,
+ easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
+ };
+
+ // Go to the end state if fx are off
+ if ( jQuery.fx.off ) {
+ opt.duration = 0;
+
+ } else {
+ if ( typeof opt.duration !== "number" ) {
+ if ( opt.duration in jQuery.fx.speeds ) {
+ opt.duration = jQuery.fx.speeds[ opt.duration ];
+
+ } else {
+ opt.duration = jQuery.fx.speeds._default;
+ }
+ }
+ }
+
+ // Normalize opt.queue - true/undefined/null -> "fx"
+ if ( opt.queue == null || opt.queue === true ) {
+ opt.queue = "fx";
+ }
+
+ // Queueing
+ opt.old = opt.complete;
+
+ opt.complete = function() {
+ if ( jQuery.isFunction( opt.old ) ) {
+ opt.old.call( this );
+ }
+
+ if ( opt.queue ) {
+ jQuery.dequeue( this, opt.queue );
+ }
+ };
+
+ return opt;
+};
+
+jQuery.fn.extend( {
+ fadeTo: function( speed, to, easing, callback ) {
+
+ // Show any hidden elements after setting opacity to 0
+ return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show()
+
+ // Animate to the value specified
+ .end().animate( { opacity: to }, speed, easing, callback );
+ },
+ animate: function( prop, speed, easing, callback ) {
+ var empty = jQuery.isEmptyObject( prop ),
+ optall = jQuery.speed( speed, easing, callback ),
+ doAnimation = function() {
+
+ // Operate on a copy of prop so per-property easing won't be lost
+ var anim = Animation( this, jQuery.extend( {}, prop ), optall );
+
+ // Empty animations, or finishing resolves immediately
+ if ( empty || dataPriv.get( this, "finish" ) ) {
+ anim.stop( true );
+ }
+ };
+ doAnimation.finish = doAnimation;
+
+ return empty || optall.queue === false ?
+ this.each( doAnimation ) :
+ this.queue( optall.queue, doAnimation );
+ },
+ stop: function( type, clearQueue, gotoEnd ) {
+ var stopQueue = function( hooks ) {
+ var stop = hooks.stop;
+ delete hooks.stop;
+ stop( gotoEnd );
+ };
+
+ if ( typeof type !== "string" ) {
+ gotoEnd = clearQueue;
+ clearQueue = type;
+ type = undefined;
+ }
+ if ( clearQueue && type !== false ) {
+ this.queue( type || "fx", [] );
+ }
+
+ return this.each( function() {
+ var dequeue = true,
+ index = type != null && type + "queueHooks",
+ timers = jQuery.timers,
+ data = dataPriv.get( this );
+
+ if ( index ) {
+ if ( data[ index ] && data[ index ].stop ) {
+ stopQueue( data[ index ] );
+ }
+ } else {
+ for ( index in data ) {
+ if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
+ stopQueue( data[ index ] );
+ }
+ }
+ }
+
+ for ( index = timers.length; index--; ) {
+ if ( timers[ index ].elem === this &&
+ ( type == null || timers[ index ].queue === type ) ) {
+
+ timers[ index ].anim.stop( gotoEnd );
+ dequeue = false;
+ timers.splice( index, 1 );
+ }
+ }
+
+ // Start the next in the queue if the last step wasn't forced.
+ // Timers currently will call their complete callbacks, which
+ // will dequeue but only if they were gotoEnd.
+ if ( dequeue || !gotoEnd ) {
+ jQuery.dequeue( this, type );
+ }
+ } );
+ },
+ finish: function( type ) {
+ if ( type !== false ) {
+ type = type || "fx";
+ }
+ return this.each( function() {
+ var index,
+ data = dataPriv.get( this ),
+ queue = data[ type + "queue" ],
+ hooks = data[ type + "queueHooks" ],
+ timers = jQuery.timers,
+ length = queue ? queue.length : 0;
+
+ // Enable finishing flag on private data
+ data.finish = true;
+
+ // Empty the queue first
+ jQuery.queue( this, type, [] );
+
+ if ( hooks && hooks.stop ) {
+ hooks.stop.call( this, true );
+ }
+
+ // Look for any active animations, and finish them
+ for ( index = timers.length; index--; ) {
+ if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
+ timers[ index ].anim.stop( true );
+ timers.splice( index, 1 );
+ }
+ }
+
+ // Look for any animations in the old queue and finish them
+ for ( index = 0; index < length; index++ ) {
+ if ( queue[ index ] && queue[ index ].finish ) {
+ queue[ index ].finish.call( this );
+ }
+ }
+
+ // Turn off finishing flag
+ delete data.finish;
+ } );
+ }
+} );
+
+jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
+ var cssFn = jQuery.fn[ name ];
+ jQuery.fn[ name ] = function( speed, easing, callback ) {
+ return speed == null || typeof speed === "boolean" ?
+ cssFn.apply( this, arguments ) :
+ this.animate( genFx( name, true ), speed, easing, callback );
+ };
+} );
+
+// Generate shortcuts for custom animations
+jQuery.each( {
+ slideDown: genFx( "show" ),
+ slideUp: genFx( "hide" ),
+ slideToggle: genFx( "toggle" ),
+ fadeIn: { opacity: "show" },
+ fadeOut: { opacity: "hide" },
+ fadeToggle: { opacity: "toggle" }
+}, function( name, props ) {
+ jQuery.fn[ name ] = function( speed, easing, callback ) {
+ return this.animate( props, speed, easing, callback );
+ };
+} );
+
+jQuery.timers = [];
+jQuery.fx.tick = function() {
+ var timer,
+ i = 0,
+ timers = jQuery.timers;
+
+ fxNow = jQuery.now();
+
+ for ( ; i < timers.length; i++ ) {
+ timer = timers[ i ];
+
+ // Run the timer and safely remove it when done (allowing for external removal)
+ if ( !timer() && timers[ i ] === timer ) {
+ timers.splice( i--, 1 );
+ }
+ }
+
+ if ( !timers.length ) {
+ jQuery.fx.stop();
+ }
+ fxNow = undefined;
+};
+
+jQuery.fx.timer = function( timer ) {
+ jQuery.timers.push( timer );
+ jQuery.fx.start();
+};
+
+jQuery.fx.interval = 13;
+jQuery.fx.start = function() {
+ if ( inProgress ) {
+ return;
+ }
+
+ inProgress = true;
+ schedule();
+};
+
+jQuery.fx.stop = function() {
+ inProgress = null;
+};
+
+jQuery.fx.speeds = {
+ slow: 600,
+ fast: 200,
+
+ // Default speed
+ _default: 400
+};
+
+
+// Based off of the plugin by Clint Helfers, with permission.
+// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
+jQuery.fn.delay = function( time, type ) {
+ time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
+ type = type || "fx";
+
+ return this.queue( type, function( next, hooks ) {
+ var timeout = window.setTimeout( next, time );
+ hooks.stop = function() {
+ window.clearTimeout( timeout );
+ };
+ } );
+};
+
+
+( function() {
+ var input = document.createElement( "input" ),
+ select = document.createElement( "select" ),
+ opt = select.appendChild( document.createElement( "option" ) );
+
+ input.type = "checkbox";
+
+ // Support: Android <=4.3 only
+ // Default value for a checkbox should be "on"
+ support.checkOn = input.value !== "";
+
+ // Support: IE <=11 only
+ // Must access selectedIndex to make default options select
+ support.optSelected = opt.selected;
+
+ // Support: IE <=11 only
+ // An input loses its value after becoming a radio
+ input = document.createElement( "input" );
+ input.value = "t";
+ input.type = "radio";
+ support.radioValue = input.value === "t";
+} )();
+
+
+var boolHook,
+ attrHandle = jQuery.expr.attrHandle;
+
+jQuery.fn.extend( {
+ attr: function( name, value ) {
+ return access( this, jQuery.attr, name, value, arguments.length > 1 );
+ },
+
+ removeAttr: function( name ) {
+ return this.each( function() {
+ jQuery.removeAttr( this, name );
+ } );
+ }
+} );
+
+jQuery.extend( {
+ attr: function( elem, name, value ) {
+ var ret, hooks,
+ nType = elem.nodeType;
+
+ // Don't get/set attributes on text, comment and attribute nodes
+ if ( nType === 3 || nType === 8 || nType === 2 ) {
+ return;
+ }
+
+ // Fallback to prop when attributes are not supported
+ if ( typeof elem.getAttribute === "undefined" ) {
+ return jQuery.prop( elem, name, value );
+ }
+
+ // Attribute hooks are determined by the lowercase version
+ // Grab necessary hook if one is defined
+ if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
+ hooks = jQuery.attrHooks[ name.toLowerCase() ] ||
+ ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );
+ }
+
+ if ( value !== undefined ) {
+ if ( value === null ) {
+ jQuery.removeAttr( elem, name );
+ return;
+ }
+
+ if ( hooks && "set" in hooks &&
+ ( ret = hooks.set( elem, value, name ) ) !== undefined ) {
+ return ret;
+ }
+
+ elem.setAttribute( name, value + "" );
+ return value;
+ }
+
+ if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
+ return ret;
+ }
+
+ ret = jQuery.find.attr( elem, name );
+
+ // Non-existent attributes return null, we normalize to undefined
+ return ret == null ? undefined : ret;
+ },
+
+ attrHooks: {
+ type: {
+ set: function( elem, value ) {
+ if ( !support.radioValue && value === "radio" &&
+ nodeName( elem, "input" ) ) {
+ var val = elem.value;
+ elem.setAttribute( "type", value );
+ if ( val ) {
+ elem.value = val;
+ }
+ return value;
+ }
+ }
+ }
+ },
+
+ removeAttr: function( elem, value ) {
+ var name,
+ i = 0,
+
+ // Attribute names can contain non-HTML whitespace characters
+ // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
+ attrNames = value && value.match( rnothtmlwhite );
+
+ if ( attrNames && elem.nodeType === 1 ) {
+ while ( ( name = attrNames[ i++ ] ) ) {
+ elem.removeAttribute( name );
+ }
+ }
+ }
+} );
+
+// Hooks for boolean attributes
+boolHook = {
+ set: function( elem, value, name ) {
+ if ( value === false ) {
+
+ // Remove boolean attributes when set to false
+ jQuery.removeAttr( elem, name );
+ } else {
+ elem.setAttribute( name, name );
+ }
+ return name;
+ }
+};
+
+jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
+ var getter = attrHandle[ name ] || jQuery.find.attr;
+
+ attrHandle[ name ] = function( elem, name, isXML ) {
+ var ret, handle,
+ lowercaseName = name.toLowerCase();
+
+ if ( !isXML ) {
+
+ // Avoid an infinite loop by temporarily removing this function from the getter
+ handle = attrHandle[ lowercaseName ];
+ attrHandle[ lowercaseName ] = ret;
+ ret = getter( elem, name, isXML ) != null ?
+ lowercaseName :
+ null;
+ attrHandle[ lowercaseName ] = handle;
+ }
+ return ret;
+ };
+} );
+
+
+
+
+var rfocusable = /^(?:input|select|textarea|button)$/i,
+ rclickable = /^(?:a|area)$/i;
+
+jQuery.fn.extend( {
+ prop: function( name, value ) {
+ return access( this, jQuery.prop, name, value, arguments.length > 1 );
+ },
+
+ removeProp: function( name ) {
+ return this.each( function() {
+ delete this[ jQuery.propFix[ name ] || name ];
+ } );
+ }
+} );
+
+jQuery.extend( {
+ prop: function( elem, name, value ) {
+ var ret, hooks,
+ nType = elem.nodeType;
+
+ // Don't get/set properties on text, comment and attribute nodes
+ if ( nType === 3 || nType === 8 || nType === 2 ) {
+ return;
+ }
+
+ if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
+
+ // Fix name and attach hooks
+ name = jQuery.propFix[ name ] || name;
+ hooks = jQuery.propHooks[ name ];
+ }
+
+ if ( value !== undefined ) {
+ if ( hooks && "set" in hooks &&
+ ( ret = hooks.set( elem, value, name ) ) !== undefined ) {
+ return ret;
+ }
+
+ return ( elem[ name ] = value );
+ }
+
+ if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
+ return ret;
+ }
+
+ return elem[ name ];
+ },
+
+ propHooks: {
+ tabIndex: {
+ get: function( elem ) {
+
+ // Support: IE <=9 - 11 only
+ // elem.tabIndex doesn't always return the
+ // correct value when it hasn't been explicitly set
+ // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
+ // Use proper attribute retrieval(#12072)
+ var tabindex = jQuery.find.attr( elem, "tabindex" );
+
+ if ( tabindex ) {
+ return parseInt( tabindex, 10 );
+ }
+
+ if (
+ rfocusable.test( elem.nodeName ) ||
+ rclickable.test( elem.nodeName ) &&
+ elem.href
+ ) {
+ return 0;
+ }
+
+ return -1;
+ }
+ }
+ },
+
+ propFix: {
+ "for": "htmlFor",
+ "class": "className"
+ }
+} );
+
+// Support: IE <=11 only
+// Accessing the selectedIndex property
+// forces the browser to respect setting selected
+// on the option
+// The getter ensures a default option is selected
+// when in an optgroup
+// eslint rule "no-unused-expressions" is disabled for this code
+// since it considers such accessions noop
+if ( !support.optSelected ) {
+ jQuery.propHooks.selected = {
+ get: function( elem ) {
+
+ /* eslint no-unused-expressions: "off" */
+
+ var parent = elem.parentNode;
+ if ( parent && parent.parentNode ) {
+ parent.parentNode.selectedIndex;
+ }
+ return null;
+ },
+ set: function( elem ) {
+
+ /* eslint no-unused-expressions: "off" */
+
+ var parent = elem.parentNode;
+ if ( parent ) {
+ parent.selectedIndex;
+
+ if ( parent.parentNode ) {
+ parent.parentNode.selectedIndex;
+ }
+ }
+ }
+ };
+}
+
+jQuery.each( [
+ "tabIndex",
+ "readOnly",
+ "maxLength",
+ "cellSpacing",
+ "cellPadding",
+ "rowSpan",
+ "colSpan",
+ "useMap",
+ "frameBorder",
+ "contentEditable"
+], function() {
+ jQuery.propFix[ this.toLowerCase() ] = this;
+} );
+
+
+
+
+ // Strip and collapse whitespace according to HTML spec
+ // https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace
+ function stripAndCollapse( value ) {
+ var tokens = value.match( rnothtmlwhite ) || [];
+ return tokens.join( " " );
+ }
+
+
+function getClass( elem ) {
+ return elem.getAttribute && elem.getAttribute( "class" ) || "";
+}
+
+jQuery.fn.extend( {
+ addClass: function( value ) {
+ var classes, elem, cur, curValue, clazz, j, finalValue,
+ i = 0;
+
+ if ( jQuery.isFunction( value ) ) {
+ return this.each( function( j ) {
+ jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
+ } );
+ }
+
+ if ( typeof value === "string" && value ) {
+ classes = value.match( rnothtmlwhite ) || [];
+
+ while ( ( elem = this[ i++ ] ) ) {
+ curValue = getClass( elem );
+ cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " );
+
+ if ( cur ) {
+ j = 0;
+ while ( ( clazz = classes[ j++ ] ) ) {
+ if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
+ cur += clazz + " ";
+ }
+ }
+
+ // Only assign if different to avoid unneeded rendering.
+ finalValue = stripAndCollapse( cur );
+ if ( curValue !== finalValue ) {
+ elem.setAttribute( "class", finalValue );
+ }
+ }
+ }
+ }
+
+ return this;
+ },
+
+ removeClass: function( value ) {
+ var classes, elem, cur, curValue, clazz, j, finalValue,
+ i = 0;
+
+ if ( jQuery.isFunction( value ) ) {
+ return this.each( function( j ) {
+ jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
+ } );
+ }
+
+ if ( !arguments.length ) {
+ return this.attr( "class", "" );
+ }
+
+ if ( typeof value === "string" && value ) {
+ classes = value.match( rnothtmlwhite ) || [];
+
+ while ( ( elem = this[ i++ ] ) ) {
+ curValue = getClass( elem );
+
+ // This expression is here for better compressibility (see addClass)
+ cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " );
+
+ if ( cur ) {
+ j = 0;
+ while ( ( clazz = classes[ j++ ] ) ) {
+
+ // Remove *all* instances
+ while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
+ cur = cur.replace( " " + clazz + " ", " " );
+ }
+ }
+
+ // Only assign if different to avoid unneeded rendering.
+ finalValue = stripAndCollapse( cur );
+ if ( curValue !== finalValue ) {
+ elem.setAttribute( "class", finalValue );
+ }
+ }
+ }
+ }
+
+ return this;
+ },
+
+ toggleClass: function( value, stateVal ) {
+ var type = typeof value;
+
+ if ( typeof stateVal === "boolean" && type === "string" ) {
+ return stateVal ? this.addClass( value ) : this.removeClass( value );
+ }
+
+ if ( jQuery.isFunction( value ) ) {
+ return this.each( function( i ) {
+ jQuery( this ).toggleClass(
+ value.call( this, i, getClass( this ), stateVal ),
+ stateVal
+ );
+ } );
+ }
+
+ return this.each( function() {
+ var className, i, self, classNames;
+
+ if ( type === "string" ) {
+
+ // Toggle individual class names
+ i = 0;
+ self = jQuery( this );
+ classNames = value.match( rnothtmlwhite ) || [];
+
+ while ( ( className = classNames[ i++ ] ) ) {
+
+ // Check each className given, space separated list
+ if ( self.hasClass( className ) ) {
+ self.removeClass( className );
+ } else {
+ self.addClass( className );
+ }
+ }
+
+ // Toggle whole class name
+ } else if ( value === undefined || type === "boolean" ) {
+ className = getClass( this );
+ if ( className ) {
+
+ // Store className if set
+ dataPriv.set( this, "__className__", className );
+ }
+
+ // If the element has a class name or if we're passed `false`,
+ // then remove the whole classname (if there was one, the above saved it).
+ // Otherwise bring back whatever was previously saved (if anything),
+ // falling back to the empty string if nothing was stored.
+ if ( this.setAttribute ) {
+ this.setAttribute( "class",
+ className || value === false ?
+ "" :
+ dataPriv.get( this, "__className__" ) || ""
+ );
+ }
+ }
+ } );
+ },
+
+ hasClass: function( selector ) {
+ var className, elem,
+ i = 0;
+
+ className = " " + selector + " ";
+ while ( ( elem = this[ i++ ] ) ) {
+ if ( elem.nodeType === 1 &&
+ ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+} );
+
+
+
+
+var rreturn = /\r/g;
+
+jQuery.fn.extend( {
+ val: function( value ) {
+ var hooks, ret, isFunction,
+ elem = this[ 0 ];
+
+ if ( !arguments.length ) {
+ if ( elem ) {
+ hooks = jQuery.valHooks[ elem.type ] ||
+ jQuery.valHooks[ elem.nodeName.toLowerCase() ];
+
+ if ( hooks &&
+ "get" in hooks &&
+ ( ret = hooks.get( elem, "value" ) ) !== undefined
+ ) {
+ return ret;
+ }
+
+ ret = elem.value;
+
+ // Handle most common string cases
+ if ( typeof ret === "string" ) {
+ return ret.replace( rreturn, "" );
+ }
+
+ // Handle cases where value is null/undef or number
+ return ret == null ? "" : ret;
+ }
+
+ return;
+ }
+
+ isFunction = jQuery.isFunction( value );
+
+ return this.each( function( i ) {
+ var val;
+
+ if ( this.nodeType !== 1 ) {
+ return;
+ }
+
+ if ( isFunction ) {
+ val = value.call( this, i, jQuery( this ).val() );
+ } else {
+ val = value;
+ }
+
+ // Treat null/undefined as ""; convert numbers to string
+ if ( val == null ) {
+ val = "";
+
+ } else if ( typeof val === "number" ) {
+ val += "";
+
+ } else if ( Array.isArray( val ) ) {
+ val = jQuery.map( val, function( value ) {
+ return value == null ? "" : value + "";
+ } );
+ }
+
+ hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
+
+ // If set returns undefined, fall back to normal setting
+ if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) {
+ this.value = val;
+ }
+ } );
+ }
+} );
+
+jQuery.extend( {
+ valHooks: {
+ option: {
+ get: function( elem ) {
+
+ var val = jQuery.find.attr( elem, "value" );
+ return val != null ?
+ val :
+
+ // Support: IE <=10 - 11 only
+ // option.text throws exceptions (#14686, #14858)
+ // Strip and collapse whitespace
+ // https://html.spec.whatwg.org/#strip-and-collapse-whitespace
+ stripAndCollapse( jQuery.text( elem ) );
+ }
+ },
+ select: {
+ get: function( elem ) {
+ var value, option, i,
+ options = elem.options,
+ index = elem.selectedIndex,
+ one = elem.type === "select-one",
+ values = one ? null : [],
+ max = one ? index + 1 : options.length;
+
+ if ( index < 0 ) {
+ i = max;
+
+ } else {
+ i = one ? index : 0;
+ }
+
+ // Loop through all the selected options
+ for ( ; i < max; i++ ) {
+ option = options[ i ];
+
+ // Support: IE <=9 only
+ // IE8-9 doesn't update selected after form reset (#2551)
+ if ( ( option.selected || i === index ) &&
+
+ // Don't return options that are disabled or in a disabled optgroup
+ !option.disabled &&
+ ( !option.parentNode.disabled ||
+ !nodeName( option.parentNode, "optgroup" ) ) ) {
+
+ // Get the specific value for the option
+ value = jQuery( option ).val();
+
+ // We don't need an array for one selects
+ if ( one ) {
+ return value;
+ }
+
+ // Multi-Selects return an array
+ values.push( value );
+ }
+ }
+
+ return values;
+ },
+
+ set: function( elem, value ) {
+ var optionSet, option,
+ options = elem.options,
+ values = jQuery.makeArray( value ),
+ i = options.length;
+
+ while ( i-- ) {
+ option = options[ i ];
+
+ /* eslint-disable no-cond-assign */
+
+ if ( option.selected =
+ jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1
+ ) {
+ optionSet = true;
+ }
+
+ /* eslint-enable no-cond-assign */
+ }
+
+ // Force browsers to behave consistently when non-matching value is set
+ if ( !optionSet ) {
+ elem.selectedIndex = -1;
+ }
+ return values;
+ }
+ }
+ }
+} );
+
+// Radios and checkboxes getter/setter
+jQuery.each( [ "radio", "checkbox" ], function() {
+ jQuery.valHooks[ this ] = {
+ set: function( elem, value ) {
+ if ( Array.isArray( value ) ) {
+ return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );
+ }
+ }
+ };
+ if ( !support.checkOn ) {
+ jQuery.valHooks[ this ].get = function( elem ) {
+ return elem.getAttribute( "value" ) === null ? "on" : elem.value;
+ };
+ }
+} );
+
+
+
+
+// Return jQuery for attributes-only inclusion
+
+
+var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/;
+
+jQuery.extend( jQuery.event, {
+
+ trigger: function( event, data, elem, onlyHandlers ) {
+
+ var i, cur, tmp, bubbleType, ontype, handle, special,
+ eventPath = [ elem || document ],
+ type = hasOwn.call( event, "type" ) ? event.type : event,
+ namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : [];
+
+ cur = tmp = elem = elem || document;
+
+ // Don't do events on text and comment nodes
+ if ( elem.nodeType === 3 || elem.nodeType === 8 ) {
+ return;
+ }
+
+ // focus/blur morphs to focusin/out; ensure we're not firing them right now
+ if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
+ return;
+ }
+
+ if ( type.indexOf( "." ) > -1 ) {
+
+ // Namespaced trigger; create a regexp to match event type in handle()
+ namespaces = type.split( "." );
+ type = namespaces.shift();
+ namespaces.sort();
+ }
+ ontype = type.indexOf( ":" ) < 0 && "on" + type;
+
+ // Caller can pass in a jQuery.Event object, Object, or just an event type string
+ event = event[ jQuery.expando ] ?
+ event :
+ new jQuery.Event( type, typeof event === "object" && event );
+
+ // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)
+ event.isTrigger = onlyHandlers ? 2 : 3;
+ event.namespace = namespaces.join( "." );
+ event.rnamespace = event.namespace ?
+ new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) :
+ null;
+
+ // Clean up the event in case it is being reused
+ event.result = undefined;
+ if ( !event.target ) {
+ event.target = elem;
+ }
+
+ // Clone any incoming data and prepend the event, creating the handler arg list
+ data = data == null ?
+ [ event ] :
+ jQuery.makeArray( data, [ event ] );
+
+ // Allow special events to draw outside the lines
+ special = jQuery.event.special[ type ] || {};
+ if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {
+ return;
+ }
+
+ // Determine event propagation path in advance, per W3C events spec (#9951)
+ // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
+ if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
+
+ bubbleType = special.delegateType || type;
+ if ( !rfocusMorph.test( bubbleType + type ) ) {
+ cur = cur.parentNode;
+ }
+ for ( ; cur; cur = cur.parentNode ) {
+ eventPath.push( cur );
+ tmp = cur;
+ }
+
+ // Only add window if we got to document (e.g., not plain obj or detached DOM)
+ if ( tmp === ( elem.ownerDocument || document ) ) {
+ eventPath.push( tmp.defaultView || tmp.parentWindow || window );
+ }
+ }
+
+ // Fire handlers on the event path
+ i = 0;
+ while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {
+
+ event.type = i > 1 ?
+ bubbleType :
+ special.bindType || type;
+
+ // jQuery handler
+ handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] &&
+ dataPriv.get( cur, "handle" );
+ if ( handle ) {
+ handle.apply( cur, data );
+ }
+
+ // Native handler
+ handle = ontype && cur[ ontype ];
+ if ( handle && handle.apply && acceptData( cur ) ) {
+ event.result = handle.apply( cur, data );
+ if ( event.result === false ) {
+ event.preventDefault();
+ }
+ }
+ }
+ event.type = type;
+
+ // If nobody prevented the default action, do it now
+ if ( !onlyHandlers && !event.isDefaultPrevented() ) {
+
+ if ( ( !special._default ||
+ special._default.apply( eventPath.pop(), data ) === false ) &&
+ acceptData( elem ) ) {
+
+ // Call a native DOM method on the target with the same name as the event.
+ // Don't do default actions on window, that's where global variables be (#6170)
+ if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {
+
+ // Don't re-trigger an onFOO event when we call its FOO() method
+ tmp = elem[ ontype ];
+
+ if ( tmp ) {
+ elem[ ontype ] = null;
+ }
+
+ // Prevent re-triggering of the same event, since we already bubbled it above
+ jQuery.event.triggered = type;
+ elem[ type ]();
+ jQuery.event.triggered = undefined;
+
+ if ( tmp ) {
+ elem[ ontype ] = tmp;
+ }
+ }
+ }
+ }
+
+ return event.result;
+ },
+
+ // Piggyback on a donor event to simulate a different one
+ // Used only for `focus(in | out)` events
+ simulate: function( type, elem, event ) {
+ var e = jQuery.extend(
+ new jQuery.Event(),
+ event,
+ {
+ type: type,
+ isSimulated: true
+ }
+ );
+
+ jQuery.event.trigger( e, null, elem );
+ }
+
+} );
+
+jQuery.fn.extend( {
+
+ trigger: function( type, data ) {
+ return this.each( function() {
+ jQuery.event.trigger( type, data, this );
+ } );
+ },
+ triggerHandler: function( type, data ) {
+ var elem = this[ 0 ];
+ if ( elem ) {
+ return jQuery.event.trigger( type, data, elem, true );
+ }
+ }
+} );
+
+
+jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " +
+ "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
+ "change select submit keydown keypress keyup contextmenu" ).split( " " ),
+ function( i, name ) {
+
+ // Handle event binding
+ jQuery.fn[ name ] = function( data, fn ) {
+ return arguments.length > 0 ?
+ this.on( name, null, data, fn ) :
+ this.trigger( name );
+ };
+} );
+
+jQuery.fn.extend( {
+ hover: function( fnOver, fnOut ) {
+ return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
+ }
+} );
+
+
+
+
+support.focusin = "onfocusin" in window;
+
+
+// Support: Firefox <=44
+// Firefox doesn't have focus(in | out) events
+// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787
+//
+// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1
+// focus(in | out) events fire after focus & blur events,
+// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order
+// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857
+if ( !support.focusin ) {
+ jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) {
+
+ // Attach a single capturing handler on the document while someone wants focusin/focusout
+ var handler = function( event ) {
+ jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );
+ };
+
+ jQuery.event.special[ fix ] = {
+ setup: function() {
+ var doc = this.ownerDocument || this,
+ attaches = dataPriv.access( doc, fix );
+
+ if ( !attaches ) {
+ doc.addEventListener( orig, handler, true );
+ }
+ dataPriv.access( doc, fix, ( attaches || 0 ) + 1 );
+ },
+ teardown: function() {
+ var doc = this.ownerDocument || this,
+ attaches = dataPriv.access( doc, fix ) - 1;
+
+ if ( !attaches ) {
+ doc.removeEventListener( orig, handler, true );
+ dataPriv.remove( doc, fix );
+
+ } else {
+ dataPriv.access( doc, fix, attaches );
+ }
+ }
+ };
+ } );
+}
+var location = window.location;
+
+var nonce = jQuery.now();
+
+var rquery = ( /\?/ );
+
+
+
+// Cross-browser xml parsing
+jQuery.parseXML = function( data ) {
+ var xml;
+ if ( !data || typeof data !== "string" ) {
+ return null;
+ }
+
+ // Support: IE 9 - 11 only
+ // IE throws on parseFromString with invalid input.
+ try {
+ xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" );
+ } catch ( e ) {
+ xml = undefined;
+ }
+
+ if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) {
+ jQuery.error( "Invalid XML: " + data );
+ }
+ return xml;
+};
+
+
+var
+ rbracket = /\[\]$/,
+ rCRLF = /\r?\n/g,
+ rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
+ rsubmittable = /^(?:input|select|textarea|keygen)/i;
+
+function buildParams( prefix, obj, traditional, add ) {
+ var name;
+
+ if ( Array.isArray( obj ) ) {
+
+ // Serialize array item.
+ jQuery.each( obj, function( i, v ) {
+ if ( traditional || rbracket.test( prefix ) ) {
+
+ // Treat each array item as a scalar.
+ add( prefix, v );
+
+ } else {
+
+ // Item is non-scalar (array or object), encode its numeric index.
+ buildParams(
+ prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]",
+ v,
+ traditional,
+ add
+ );
+ }
+ } );
+
+ } else if ( !traditional && jQuery.type( obj ) === "object" ) {
+
+ // Serialize object item.
+ for ( name in obj ) {
+ buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
+ }
+
+ } else {
+
+ // Serialize scalar item.
+ add( prefix, obj );
+ }
+}
+
+// Serialize an array of form elements or a set of
+// key/values into a query string
+jQuery.param = function( a, traditional ) {
+ var prefix,
+ s = [],
+ add = function( key, valueOrFunction ) {
+
+ // If value is a function, invoke it and use its return value
+ var value = jQuery.isFunction( valueOrFunction ) ?
+ valueOrFunction() :
+ valueOrFunction;
+
+ s[ s.length ] = encodeURIComponent( key ) + "=" +
+ encodeURIComponent( value == null ? "" : value );
+ };
+
+ // If an array was passed in, assume that it is an array of form elements.
+ if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
+
+ // Serialize the form elements
+ jQuery.each( a, function() {
+ add( this.name, this.value );
+ } );
+
+ } else {
+
+ // If traditional, encode the "old" way (the way 1.3.2 or older
+ // did it), otherwise encode params recursively.
+ for ( prefix in a ) {
+ buildParams( prefix, a[ prefix ], traditional, add );
+ }
+ }
+
+ // Return the resulting serialization
+ return s.join( "&" );
+};
+
+jQuery.fn.extend( {
+ serialize: function() {
+ return jQuery.param( this.serializeArray() );
+ },
+ serializeArray: function() {
+ return this.map( function() {
+
+ // Can add propHook for "elements" to filter or add form elements
+ var elements = jQuery.prop( this, "elements" );
+ return elements ? jQuery.makeArray( elements ) : this;
+ } )
+ .filter( function() {
+ var type = this.type;
+
+ // Use .is( ":disabled" ) so that fieldset[disabled] works
+ return this.name && !jQuery( this ).is( ":disabled" ) &&
+ rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
+ ( this.checked || !rcheckableType.test( type ) );
+ } )
+ .map( function( i, elem ) {
+ var val = jQuery( this ).val();
+
+ if ( val == null ) {
+ return null;
+ }
+
+ if ( Array.isArray( val ) ) {
+ return jQuery.map( val, function( val ) {
+ return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
+ } );
+ }
+
+ return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
+ } ).get();
+ }
+} );
+
+
+var
+ r20 = /%20/g,
+ rhash = /#.*$/,
+ rantiCache = /([?&])_=[^&]*/,
+ rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg,
+
+ // #7653, #8125, #8152: local protocol detection
+ rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
+ rnoContent = /^(?:GET|HEAD)$/,
+ rprotocol = /^\/\//,
+
+ /* Prefilters
+ * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
+ * 2) These are called:
+ * - BEFORE asking for a transport
+ * - AFTER param serialization (s.data is a string if s.processData is true)
+ * 3) key is the dataType
+ * 4) the catchall symbol "*" can be used
+ * 5) execution will start with transport dataType and THEN continue down to "*" if needed
+ */
+ prefilters = {},
+
+ /* Transports bindings
+ * 1) key is the dataType
+ * 2) the catchall symbol "*" can be used
+ * 3) selection will start with transport dataType and THEN go to "*" if needed
+ */
+ transports = {},
+
+ // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
+ allTypes = "*/".concat( "*" ),
+
+ // Anchor tag for parsing the document origin
+ originAnchor = document.createElement( "a" );
+ originAnchor.href = location.href;
+
+// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
+function addToPrefiltersOrTransports( structure ) {
+
+ // dataTypeExpression is optional and defaults to "*"
+ return function( dataTypeExpression, func ) {
+
+ if ( typeof dataTypeExpression !== "string" ) {
+ func = dataTypeExpression;
+ dataTypeExpression = "*";
+ }
+
+ var dataType,
+ i = 0,
+ dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];
+
+ if ( jQuery.isFunction( func ) ) {
+
+ // For each dataType in the dataTypeExpression
+ while ( ( dataType = dataTypes[ i++ ] ) ) {
+
+ // Prepend if requested
+ if ( dataType[ 0 ] === "+" ) {
+ dataType = dataType.slice( 1 ) || "*";
+ ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );
+
+ // Otherwise append
+ } else {
+ ( structure[ dataType ] = structure[ dataType ] || [] ).push( func );
+ }
+ }
+ }
+ };
+}
+
+// Base inspection function for prefilters and transports
+function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
+
+ var inspected = {},
+ seekingTransport = ( structure === transports );
+
+ function inspect( dataType ) {
+ var selected;
+ inspected[ dataType ] = true;
+ jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {
+ var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );
+ if ( typeof dataTypeOrTransport === "string" &&
+ !seekingTransport && !inspected[ dataTypeOrTransport ] ) {
+
+ options.dataTypes.unshift( dataTypeOrTransport );
+ inspect( dataTypeOrTransport );
+ return false;
+ } else if ( seekingTransport ) {
+ return !( selected = dataTypeOrTransport );
+ }
+ } );
+ return selected;
+ }
+
+ return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" );
+}
+
+// A special extend for ajax options
+// that takes "flat" options (not to be deep extended)
+// Fixes #9887
+function ajaxExtend( target, src ) {
+ var key, deep,
+ flatOptions = jQuery.ajaxSettings.flatOptions || {};
+
+ for ( key in src ) {
+ if ( src[ key ] !== undefined ) {
+ ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
+ }
+ }
+ if ( deep ) {
+ jQuery.extend( true, target, deep );
+ }
+
+ return target;
+}
+
+/* Handles responses to an ajax request:
+ * - finds the right dataType (mediates between content-type and expected dataType)
+ * - returns the corresponding response
+ */
+function ajaxHandleResponses( s, jqXHR, responses ) {
+
+ var ct, type, finalDataType, firstDataType,
+ contents = s.contents,
+ dataTypes = s.dataTypes;
+
+ // Remove auto dataType and get content-type in the process
+ while ( dataTypes[ 0 ] === "*" ) {
+ dataTypes.shift();
+ if ( ct === undefined ) {
+ ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" );
+ }
+ }
+
+ // Check if we're dealing with a known content-type
+ if ( ct ) {
+ for ( type in contents ) {
+ if ( contents[ type ] && contents[ type ].test( ct ) ) {
+ dataTypes.unshift( type );
+ break;
+ }
+ }
+ }
+
+ // Check to see if we have a response for the expected dataType
+ if ( dataTypes[ 0 ] in responses ) {
+ finalDataType = dataTypes[ 0 ];
+ } else {
+
+ // Try convertible dataTypes
+ for ( type in responses ) {
+ if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) {
+ finalDataType = type;
+ break;
+ }
+ if ( !firstDataType ) {
+ firstDataType = type;
+ }
+ }
+
+ // Or just use first one
+ finalDataType = finalDataType || firstDataType;
+ }
+
+ // If we found a dataType
+ // We add the dataType to the list if needed
+ // and return the corresponding response
+ if ( finalDataType ) {
+ if ( finalDataType !== dataTypes[ 0 ] ) {
+ dataTypes.unshift( finalDataType );
+ }
+ return responses[ finalDataType ];
+ }
+}
+
+/* Chain conversions given the request and the original response
+ * Also sets the responseXXX fields on the jqXHR instance
+ */
+function ajaxConvert( s, response, jqXHR, isSuccess ) {
+ var conv2, current, conv, tmp, prev,
+ converters = {},
+
+ // Work with a copy of dataTypes in case we need to modify it for conversion
+ dataTypes = s.dataTypes.slice();
+
+ // Create converters map with lowercased keys
+ if ( dataTypes[ 1 ] ) {
+ for ( conv in s.converters ) {
+ converters[ conv.toLowerCase() ] = s.converters[ conv ];
+ }
+ }
+
+ current = dataTypes.shift();
+
+ // Convert to each sequential dataType
+ while ( current ) {
+
+ if ( s.responseFields[ current ] ) {
+ jqXHR[ s.responseFields[ current ] ] = response;
+ }
+
+ // Apply the dataFilter if provided
+ if ( !prev && isSuccess && s.dataFilter ) {
+ response = s.dataFilter( response, s.dataType );
+ }
+
+ prev = current;
+ current = dataTypes.shift();
+
+ if ( current ) {
+
+ // There's only work to do if current dataType is non-auto
+ if ( current === "*" ) {
+
+ current = prev;
+
+ // Convert response if prev dataType is non-auto and differs from current
+ } else if ( prev !== "*" && prev !== current ) {
+
+ // Seek a direct converter
+ conv = converters[ prev + " " + current ] || converters[ "* " + current ];
+
+ // If none found, seek a pair
+ if ( !conv ) {
+ for ( conv2 in converters ) {
+
+ // If conv2 outputs current
+ tmp = conv2.split( " " );
+ if ( tmp[ 1 ] === current ) {
+
+ // If prev can be converted to accepted input
+ conv = converters[ prev + " " + tmp[ 0 ] ] ||
+ converters[ "* " + tmp[ 0 ] ];
+ if ( conv ) {
+
+ // Condense equivalence converters
+ if ( conv === true ) {
+ conv = converters[ conv2 ];
+
+ // Otherwise, insert the intermediate dataType
+ } else if ( converters[ conv2 ] !== true ) {
+ current = tmp[ 0 ];
+ dataTypes.unshift( tmp[ 1 ] );
+ }
+ break;
+ }
+ }
+ }
+ }
+
+ // Apply converter (if not an equivalence)
+ if ( conv !== true ) {
+
+ // Unless errors are allowed to bubble, catch and return them
+ if ( conv && s.throws ) {
+ response = conv( response );
+ } else {
+ try {
+ response = conv( response );
+ } catch ( e ) {
+ return {
+ state: "parsererror",
+ error: conv ? e : "No conversion from " + prev + " to " + current
+ };
+ }
+ }
+ }
+ }
+ }
+ }
+
+ return { state: "success", data: response };
+}
+
+jQuery.extend( {
+
+ // Counter for holding the number of active queries
+ active: 0,
+
+ // Last-Modified header cache for next request
+ lastModified: {},
+ etag: {},
+
+ ajaxSettings: {
+ url: location.href,
+ type: "GET",
+ isLocal: rlocalProtocol.test( location.protocol ),
+ global: true,
+ processData: true,
+ async: true,
+ contentType: "application/x-www-form-urlencoded; charset=UTF-8",
+
+ /*
+ timeout: 0,
+ data: null,
+ dataType: null,
+ username: null,
+ password: null,
+ cache: null,
+ throws: false,
+ traditional: false,
+ headers: {},
+ */
+
+ accepts: {
+ "*": allTypes,
+ text: "text/plain",
+ html: "text/html",
+ xml: "application/xml, text/xml",
+ json: "application/json, text/javascript"
+ },
+
+ contents: {
+ xml: /\bxml\b/,
+ html: /\bhtml/,
+ json: /\bjson\b/
+ },
+
+ responseFields: {
+ xml: "responseXML",
+ text: "responseText",
+ json: "responseJSON"
+ },
+
+ // Data converters
+ // Keys separate source (or catchall "*") and destination types with a single space
+ converters: {
+
+ // Convert anything to text
+ "* text": String,
+
+ // Text to html (true = no transformation)
+ "text html": true,
+
+ // Evaluate text as a json expression
+ "text json": JSON.parse,
+
+ // Parse text as xml
+ "text xml": jQuery.parseXML
+ },
+
+ // For options that shouldn't be deep extended:
+ // you can add your own custom options here if
+ // and when you create one that shouldn't be
+ // deep extended (see ajaxExtend)
+ flatOptions: {
+ url: true,
+ context: true
+ }
+ },
+
+ // Creates a full fledged settings object into target
+ // with both ajaxSettings and settings fields.
+ // If target is omitted, writes into ajaxSettings.
+ ajaxSetup: function( target, settings ) {
+ return settings ?
+
+ // Building a settings object
+ ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :
+
+ // Extending ajaxSettings
+ ajaxExtend( jQuery.ajaxSettings, target );
+ },
+
+ ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
+ ajaxTransport: addToPrefiltersOrTransports( transports ),
+
+ // Main method
+ ajax: function( url, options ) {
+
+ // If url is an object, simulate pre-1.5 signature
+ if ( typeof url === "object" ) {
+ options = url;
+ url = undefined;
+ }
+
+ // Force options to be an object
+ options = options || {};
+
+ var transport,
+
+ // URL without anti-cache param
+ cacheURL,
+
+ // Response headers
+ responseHeadersString,
+ responseHeaders,
+
+ // timeout handle
+ timeoutTimer,
+
+ // Url cleanup var
+ urlAnchor,
+
+ // Request state (becomes false upon send and true upon completion)
+ completed,
+
+ // To know if global events are to be dispatched
+ fireGlobals,
+
+ // Loop variable
+ i,
+
+ // uncached part of the url
+ uncached,
+
+ // Create the final options object
+ s = jQuery.ajaxSetup( {}, options ),
+
+ // Callbacks context
+ callbackContext = s.context || s,
+
+ // Context for global events is callbackContext if it is a DOM node or jQuery collection
+ globalEventContext = s.context &&
+ ( callbackContext.nodeType || callbackContext.jquery ) ?
+ jQuery( callbackContext ) :
+ jQuery.event,
+
+ // Deferreds
+ deferred = jQuery.Deferred(),
+ completeDeferred = jQuery.Callbacks( "once memory" ),
+
+ // Status-dependent callbacks
+ statusCode = s.statusCode || {},
+
+ // Headers (they are sent all at once)
+ requestHeaders = {},
+ requestHeadersNames = {},
+
+ // Default abort message
+ strAbort = "canceled",
+
+ // Fake xhr
+ jqXHR = {
+ readyState: 0,
+
+ // Builds headers hashtable if needed
+ getResponseHeader: function( key ) {
+ var match;
+ if ( completed ) {
+ if ( !responseHeaders ) {
+ responseHeaders = {};
+ while ( ( match = rheaders.exec( responseHeadersString ) ) ) {
+ responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];
+ }
+ }
+ match = responseHeaders[ key.toLowerCase() ];
+ }
+ return match == null ? null : match;
+ },
+
+ // Raw string
+ getAllResponseHeaders: function() {
+ return completed ? responseHeadersString : null;
+ },
+
+ // Caches the header
+ setRequestHeader: function( name, value ) {
+ if ( completed == null ) {
+ name = requestHeadersNames[ name.toLowerCase() ] =
+ requestHeadersNames[ name.toLowerCase() ] || name;
+ requestHeaders[ name ] = value;
+ }
+ return this;
+ },
+
+ // Overrides response content-type header
+ overrideMimeType: function( type ) {
+ if ( completed == null ) {
+ s.mimeType = type;
+ }
+ return this;
+ },
+
+ // Status-dependent callbacks
+ statusCode: function( map ) {
+ var code;
+ if ( map ) {
+ if ( completed ) {
+
+ // Execute the appropriate callbacks
+ jqXHR.always( map[ jqXHR.status ] );
+ } else {
+
+ // Lazy-add the new callbacks in a way that preserves old ones
+ for ( code in map ) {
+ statusCode[ code ] = [ statusCode[ code ], map[ code ] ];
+ }
+ }
+ }
+ return this;
+ },
+
+ // Cancel the request
+ abort: function( statusText ) {
+ var finalText = statusText || strAbort;
+ if ( transport ) {
+ transport.abort( finalText );
+ }
+ done( 0, finalText );
+ return this;
+ }
+ };
+
+ // Attach deferreds
+ deferred.promise( jqXHR );
+
+ // Add protocol if not provided (prefilters might expect it)
+ // Handle falsy url in the settings object (#10093: consistency with old signature)
+ // We also use the url parameter if available
+ s.url = ( ( url || s.url || location.href ) + "" )
+ .replace( rprotocol, location.protocol + "//" );
+
+ // Alias method option to type as per ticket #12004
+ s.type = options.method || options.type || s.method || s.type;
+
+ // Extract dataTypes list
+ s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ];
+
+ // A cross-domain request is in order when the origin doesn't match the current origin.
+ if ( s.crossDomain == null ) {
+ urlAnchor = document.createElement( "a" );
+
+ // Support: IE <=8 - 11, Edge 12 - 13
+ // IE throws exception on accessing the href property if url is malformed,
+ // e.g. http://example.com:80x/
+ try {
+ urlAnchor.href = s.url;
+
+ // Support: IE <=8 - 11 only
+ // Anchor's host property isn't correctly set when s.url is relative
+ urlAnchor.href = urlAnchor.href;
+ s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !==
+ urlAnchor.protocol + "//" + urlAnchor.host;
+ } catch ( e ) {
+
+ // If there is an error parsing the URL, assume it is crossDomain,
+ // it can be rejected by the transport if it is invalid
+ s.crossDomain = true;
+ }
+ }
+
+ // Convert data if not already a string
+ if ( s.data && s.processData && typeof s.data !== "string" ) {
+ s.data = jQuery.param( s.data, s.traditional );
+ }
+
+ // Apply prefilters
+ inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
+
+ // If request was aborted inside a prefilter, stop there
+ if ( completed ) {
+ return jqXHR;
+ }
+
+ // We can fire global events as of now if asked to
+ // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)
+ fireGlobals = jQuery.event && s.global;
+
+ // Watch for a new set of requests
+ if ( fireGlobals && jQuery.active++ === 0 ) {
+ jQuery.event.trigger( "ajaxStart" );
+ }
+
+ // Uppercase the type
+ s.type = s.type.toUpperCase();
+
+ // Determine if request has content
+ s.hasContent = !rnoContent.test( s.type );
+
+ // Save the URL in case we're toying with the If-Modified-Since
+ // and/or If-None-Match header later on
+ // Remove hash to simplify url manipulation
+ cacheURL = s.url.replace( rhash, "" );
+
+ // More options handling for requests with no content
+ if ( !s.hasContent ) {
+
+ // Remember the hash so we can put it back
+ uncached = s.url.slice( cacheURL.length );
+
+ // If data is available, append data to url
+ if ( s.data ) {
+ cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
+
+ // #9682: remove data so that it's not used in an eventual retry
+ delete s.data;
+ }
+
+ // Add or update anti-cache param if needed
+ if ( s.cache === false ) {
+ cacheURL = cacheURL.replace( rantiCache, "$1" );
+ uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached;
+ }
+
+ // Put hash and anti-cache on the URL that will be requested (gh-1732)
+ s.url = cacheURL + uncached;
+
+ // Change '%20' to '+' if this is encoded form body content (gh-2658)
+ } else if ( s.data && s.processData &&
+ ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) {
+ s.data = s.data.replace( r20, "+" );
+ }
+
+ // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
+ if ( s.ifModified ) {
+ if ( jQuery.lastModified[ cacheURL ] ) {
+ jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] );
+ }
+ if ( jQuery.etag[ cacheURL ] ) {
+ jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] );
+ }
+ }
+
+ // Set the correct header, if data is being sent
+ if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
+ jqXHR.setRequestHeader( "Content-Type", s.contentType );
+ }
+
+ // Set the Accepts header for the server, depending on the dataType
+ jqXHR.setRequestHeader(
+ "Accept",
+ s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?
+ s.accepts[ s.dataTypes[ 0 ] ] +
+ ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
+ s.accepts[ "*" ]
+ );
+
+ // Check for headers option
+ for ( i in s.headers ) {
+ jqXHR.setRequestHeader( i, s.headers[ i ] );
+ }
+
+ // Allow custom headers/mimetypes and early abort
+ if ( s.beforeSend &&
+ ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {
+
+ // Abort if not done already and return
+ return jqXHR.abort();
+ }
+
+ // Aborting is no longer a cancellation
+ strAbort = "abort";
+
+ // Install callbacks on deferreds
+ completeDeferred.add( s.complete );
+ jqXHR.done( s.success );
+ jqXHR.fail( s.error );
+
+ // Get transport
+ transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
+
+ // If no transport, we auto-abort
+ if ( !transport ) {
+ done( -1, "No Transport" );
+ } else {
+ jqXHR.readyState = 1;
+
+ // Send global event
+ if ( fireGlobals ) {
+ globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
+ }
+
+ // If request was aborted inside ajaxSend, stop there
+ if ( completed ) {
+ return jqXHR;
+ }
+
+ // Timeout
+ if ( s.async && s.timeout > 0 ) {
+ timeoutTimer = window.setTimeout( function() {
+ jqXHR.abort( "timeout" );
+ }, s.timeout );
+ }
+
+ try {
+ completed = false;
+ transport.send( requestHeaders, done );
+ } catch ( e ) {
+
+ // Rethrow post-completion exceptions
+ if ( completed ) {
+ throw e;
+ }
+
+ // Propagate others as results
+ done( -1, e );
+ }
+ }
+
+ // Callback for when everything is done
+ function done( status, nativeStatusText, responses, headers ) {
+ var isSuccess, success, error, response, modified,
+ statusText = nativeStatusText;
+
+ // Ignore repeat invocations
+ if ( completed ) {
+ return;
+ }
+
+ completed = true;
+
+ // Clear timeout if it exists
+ if ( timeoutTimer ) {
+ window.clearTimeout( timeoutTimer );
+ }
+
+ // Dereference transport for early garbage collection
+ // (no matter how long the jqXHR object will be used)
+ transport = undefined;
+
+ // Cache response headers
+ responseHeadersString = headers || "";
+
+ // Set readyState
+ jqXHR.readyState = status > 0 ? 4 : 0;
+
+ // Determine if successful
+ isSuccess = status >= 200 && status < 300 || status === 304;
+
+ // Get response data
+ if ( responses ) {
+ response = ajaxHandleResponses( s, jqXHR, responses );
+ }
+
+ // Convert no matter what (that way responseXXX fields are always set)
+ response = ajaxConvert( s, response, jqXHR, isSuccess );
+
+ // If successful, handle type chaining
+ if ( isSuccess ) {
+
+ // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
+ if ( s.ifModified ) {
+ modified = jqXHR.getResponseHeader( "Last-Modified" );
+ if ( modified ) {
+ jQuery.lastModified[ cacheURL ] = modified;
+ }
+ modified = jqXHR.getResponseHeader( "etag" );
+ if ( modified ) {
+ jQuery.etag[ cacheURL ] = modified;
+ }
+ }
+
+ // if no content
+ if ( status === 204 || s.type === "HEAD" ) {
+ statusText = "nocontent";
+
+ // if not modified
+ } else if ( status === 304 ) {
+ statusText = "notmodified";
+
+ // If we have data, let's convert it
+ } else {
+ statusText = response.state;
+ success = response.data;
+ error = response.error;
+ isSuccess = !error;
+ }
+ } else {
+
+ // Extract error from statusText and normalize for non-aborts
+ error = statusText;
+ if ( status || !statusText ) {
+ statusText = "error";
+ if ( status < 0 ) {
+ status = 0;
+ }
+ }
+ }
+
+ // Set data for the fake xhr object
+ jqXHR.status = status;
+ jqXHR.statusText = ( nativeStatusText || statusText ) + "";
+
+ // Success/Error
+ if ( isSuccess ) {
+ deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
+ } else {
+ deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
+ }
+
+ // Status-dependent callbacks
+ jqXHR.statusCode( statusCode );
+ statusCode = undefined;
+
+ if ( fireGlobals ) {
+ globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError",
+ [ jqXHR, s, isSuccess ? success : error ] );
+ }
+
+ // Complete
+ completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
+
+ if ( fireGlobals ) {
+ globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
+
+ // Handle the global AJAX counter
+ if ( !( --jQuery.active ) ) {
+ jQuery.event.trigger( "ajaxStop" );
+ }
+ }
+ }
+
+ return jqXHR;
+ },
+
+ getJSON: function( url, data, callback ) {
+ return jQuery.get( url, data, callback, "json" );
+ },
+
+ getScript: function( url, callback ) {
+ return jQuery.get( url, undefined, callback, "script" );
+ }
+} );
+
+jQuery.each( [ "get", "post" ], function( i, method ) {
+ jQuery[ method ] = function( url, data, callback, type ) {
+
+ // Shift arguments if data argument was omitted
+ if ( jQuery.isFunction( data ) ) {
+ type = type || callback;
+ callback = data;
+ data = undefined;
+ }
+
+ // The url can be an options object (which then must have .url)
+ return jQuery.ajax( jQuery.extend( {
+ url: url,
+ type: method,
+ dataType: type,
+ data: data,
+ success: callback
+ }, jQuery.isPlainObject( url ) && url ) );
+ };
+} );
+
+
+jQuery._evalUrl = function( url ) {
+ return jQuery.ajax( {
+ url: url,
+
+ // Make this explicit, since user can override this through ajaxSetup (#11264)
+ type: "GET",
+ dataType: "script",
+ cache: true,
+ async: false,
+ global: false,
+ "throws": true
+ } );
+};
+
+
+jQuery.fn.extend( {
+ wrapAll: function( html ) {
+ var wrap;
+
+ if ( this[ 0 ] ) {
+ if ( jQuery.isFunction( html ) ) {
+ html = html.call( this[ 0 ] );
+ }
+
+ // The elements to wrap the target around
+ wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );
+
+ if ( this[ 0 ].parentNode ) {
+ wrap.insertBefore( this[ 0 ] );
+ }
+
+ wrap.map( function() {
+ var elem = this;
+
+ while ( elem.firstElementChild ) {
+ elem = elem.firstElementChild;
+ }
+
+ return elem;
+ } ).append( this );
+ }
+
+ return this;
+ },
+
+ wrapInner: function( html ) {
+ if ( jQuery.isFunction( html ) ) {
+ return this.each( function( i ) {
+ jQuery( this ).wrapInner( html.call( this, i ) );
+ } );
+ }
+
+ return this.each( function() {
+ var self = jQuery( this ),
+ contents = self.contents();
+
+ if ( contents.length ) {
+ contents.wrapAll( html );
+
+ } else {
+ self.append( html );
+ }
+ } );
+ },
+
+ wrap: function( html ) {
+ var isFunction = jQuery.isFunction( html );
+
+ return this.each( function( i ) {
+ jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html );
+ } );
+ },
+
+ unwrap: function( selector ) {
+ this.parent( selector ).not( "body" ).each( function() {
+ jQuery( this ).replaceWith( this.childNodes );
+ } );
+ return this;
+ }
+} );
+
+
+jQuery.expr.pseudos.hidden = function( elem ) {
+ return !jQuery.expr.pseudos.visible( elem );
+};
+jQuery.expr.pseudos.visible = function( elem ) {
+ return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );
+};
+
+
+
+
+jQuery.ajaxSettings.xhr = function() {
+ try {
+ return new window.XMLHttpRequest();
+ } catch ( e ) {}
+};
+
+var xhrSuccessStatus = {
+
+ // File protocol always yields status code 0, assume 200
+ 0: 200,
+
+ // Support: IE <=9 only
+ // #1450: sometimes IE returns 1223 when it should be 204
+ 1223: 204
+ },
+ xhrSupported = jQuery.ajaxSettings.xhr();
+
+support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported );
+support.ajax = xhrSupported = !!xhrSupported;
+
+jQuery.ajaxTransport( function( options ) {
+ var callback, errorCallback;
+
+ // Cross domain only allowed if supported through XMLHttpRequest
+ if ( support.cors || xhrSupported && !options.crossDomain ) {
+ return {
+ send: function( headers, complete ) {
+ var i,
+ xhr = options.xhr();
+
+ xhr.open(
+ options.type,
+ options.url,
+ options.async,
+ options.username,
+ options.password
+ );
+
+ // Apply custom fields if provided
+ if ( options.xhrFields ) {
+ for ( i in options.xhrFields ) {
+ xhr[ i ] = options.xhrFields[ i ];
+ }
+ }
+
+ // Override mime type if needed
+ if ( options.mimeType && xhr.overrideMimeType ) {
+ xhr.overrideMimeType( options.mimeType );
+ }
+
+ // X-Requested-With header
+ // For cross-domain requests, seeing as conditions for a preflight are
+ // akin to a jigsaw puzzle, we simply never set it to be sure.
+ // (it can always be set on a per-request basis or even using ajaxSetup)
+ // For same-domain requests, won't change header if already provided.
+ if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) {
+ headers[ "X-Requested-With" ] = "XMLHttpRequest";
+ }
+
+ // Set headers
+ for ( i in headers ) {
+ xhr.setRequestHeader( i, headers[ i ] );
+ }
+
+ // Callback
+ callback = function( type ) {
+ return function() {
+ if ( callback ) {
+ callback = errorCallback = xhr.onload =
+ xhr.onerror = xhr.onabort = xhr.onreadystatechange = null;
+
+ if ( type === "abort" ) {
+ xhr.abort();
+ } else if ( type === "error" ) {
+
+ // Support: IE <=9 only
+ // On a manual native abort, IE9 throws
+ // errors on any property access that is not readyState
+ if ( typeof xhr.status !== "number" ) {
+ complete( 0, "error" );
+ } else {
+ complete(
+
+ // File: protocol always yields status 0; see #8605, #14207
+ xhr.status,
+ xhr.statusText
+ );
+ }
+ } else {
+ complete(
+ xhrSuccessStatus[ xhr.status ] || xhr.status,
+ xhr.statusText,
+
+ // Support: IE <=9 only
+ // IE9 has no XHR2 but throws on binary (trac-11426)
+ // For XHR2 non-text, let the caller handle it (gh-2498)
+ ( xhr.responseType || "text" ) !== "text" ||
+ typeof xhr.responseText !== "string" ?
+ { binary: xhr.response } :
+ { text: xhr.responseText },
+ xhr.getAllResponseHeaders()
+ );
+ }
+ }
+ };
+ };
+
+ // Listen to events
+ xhr.onload = callback();
+ errorCallback = xhr.onerror = callback( "error" );
+
+ // Support: IE 9 only
+ // Use onreadystatechange to replace onabort
+ // to handle uncaught aborts
+ if ( xhr.onabort !== undefined ) {
+ xhr.onabort = errorCallback;
+ } else {
+ xhr.onreadystatechange = function() {
+
+ // Check readyState before timeout as it changes
+ if ( xhr.readyState === 4 ) {
+
+ // Allow onerror to be called first,
+ // but that will not handle a native abort
+ // Also, save errorCallback to a variable
+ // as xhr.onerror cannot be accessed
+ window.setTimeout( function() {
+ if ( callback ) {
+ errorCallback();
+ }
+ } );
+ }
+ };
+ }
+
+ // Create the abort callback
+ callback = callback( "abort" );
+
+ try {
+
+ // Do send the request (this may raise an exception)
+ xhr.send( options.hasContent && options.data || null );
+ } catch ( e ) {
+
+ // #14683: Only rethrow if this hasn't been notified as an error yet
+ if ( callback ) {
+ throw e;
+ }
+ }
+ },
+
+ abort: function() {
+ if ( callback ) {
+ callback();
+ }
+ }
+ };
+ }
+} );
+
+
+
+
+// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
+jQuery.ajaxPrefilter( function( s ) {
+ if ( s.crossDomain ) {
+ s.contents.script = false;
+ }
+} );
+
+// Install script dataType
+jQuery.ajaxSetup( {
+ accepts: {
+ script: "text/javascript, application/javascript, " +
+ "application/ecmascript, application/x-ecmascript"
+ },
+ contents: {
+ script: /\b(?:java|ecma)script\b/
+ },
+ converters: {
+ "text script": function( text ) {
+ jQuery.globalEval( text );
+ return text;
+ }
+ }
+} );
+
+// Handle cache's special case and crossDomain
+jQuery.ajaxPrefilter( "script", function( s ) {
+ if ( s.cache === undefined ) {
+ s.cache = false;
+ }
+ if ( s.crossDomain ) {
+ s.type = "GET";
+ }
+} );
+
+// Bind script tag hack transport
+jQuery.ajaxTransport( "script", function( s ) {
+
+ // This transport only deals with cross domain requests
+ if ( s.crossDomain ) {
+ var script, callback;
+ return {
+ send: function( _, complete ) {
+ script = jQuery( "<script>" ).prop( {
+ charset: s.scriptCharset,
+ src: s.url
+ } ).on(
+ "load error",
+ callback = function( evt ) {
+ script.remove();
+ callback = null;
+ if ( evt ) {
+ complete( evt.type === "error" ? 404 : 200, evt.type );
+ }
+ }
+ );
+
+ // Use native DOM manipulation to avoid our domManip AJAX trickery
+ document.head.appendChild( script[ 0 ] );
+ },
+ abort: function() {
+ if ( callback ) {
+ callback();
+ }
+ }
+ };
+ }
+} );
+
+
+
+
+var oldCallbacks = [],
+ rjsonp = /(=)\?(?=&|$)|\?\?/;
+
+// Default jsonp settings
+jQuery.ajaxSetup( {
+ jsonp: "callback",
+ jsonpCallback: function() {
+ var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
+ this[ callback ] = true;
+ return callback;
+ }
+} );
+
+// Detect, normalize options and install callbacks for jsonp requests
+jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
+
+ var callbackName, overwritten, responseContainer,
+ jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?
+ "url" :
+ typeof s.data === "string" &&
+ ( s.contentType || "" )
+ .indexOf( "application/x-www-form-urlencoded" ) === 0 &&
+ rjsonp.test( s.data ) && "data"
+ );
+
+ // Handle iff the expected data type is "jsonp" or we have a parameter to set
+ if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) {
+
+ // Get callback name, remembering preexisting value associated with it
+ callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?
+ s.jsonpCallback() :
+ s.jsonpCallback;
+
+ // Insert callback into url or form data
+ if ( jsonProp ) {
+ s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName );
+ } else if ( s.jsonp !== false ) {
+ s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
+ }
+
+ // Use data converter to retrieve json after script execution
+ s.converters[ "script json" ] = function() {
+ if ( !responseContainer ) {
+ jQuery.error( callbackName + " was not called" );
+ }
+ return responseContainer[ 0 ];
+ };
+
+ // Force json dataType
+ s.dataTypes[ 0 ] = "json";
+
+ // Install callback
+ overwritten = window[ callbackName ];
+ window[ callbackName ] = function() {
+ responseContainer = arguments;
+ };
+
+ // Clean-up function (fires after converters)
+ jqXHR.always( function() {
+
+ // If previous value didn't exist - remove it
+ if ( overwritten === undefined ) {
+ jQuery( window ).removeProp( callbackName );
+
+ // Otherwise restore preexisting value
+ } else {
+ window[ callbackName ] = overwritten;
+ }
+
+ // Save back as free
+ if ( s[ callbackName ] ) {
+
+ // Make sure that re-using the options doesn't screw things around
+ s.jsonpCallback = originalSettings.jsonpCallback;
+
+ // Save the callback name for future use
+ oldCallbacks.push( callbackName );
+ }
+
+ // Call if it was a function and we have a response
+ if ( responseContainer && jQuery.isFunction( overwritten ) ) {
+ overwritten( responseContainer[ 0 ] );
+ }
+
+ responseContainer = overwritten = undefined;
+ } );
+
+ // Delegate to script
+ return "script";
+ }
+} );
+
+
+
+
+// Support: Safari 8 only
+// In Safari 8 documents created via document.implementation.createHTMLDocument
+// collapse sibling forms: the second one becomes a child of the first one.
+// Because of that, this security measure has to be disabled in Safari 8.
+// https://bugs.webkit.org/show_bug.cgi?id=137337
+support.createHTMLDocument = ( function() {
+ var body = document.implementation.createHTMLDocument( "" ).body;
+ body.innerHTML = "<form></form><form></form>";
+ return body.childNodes.length === 2;
+} )();
+
+
+// Argument "data" should be string of html
+// context (optional): If specified, the fragment will be created in this context,
+// defaults to document
+// keepScripts (optional): If true, will include scripts passed in the html string
+jQuery.parseHTML = function( data, context, keepScripts ) {
+ if ( typeof data !== "string" ) {
+ return [];
+ }
+ if ( typeof context === "boolean" ) {
+ keepScripts = context;
+ context = false;
+ }
+
+ var base, parsed, scripts;
+
+ if ( !context ) {
+
+ // Stop scripts or inline event handlers from being executed immediately
+ // by using document.implementation
+ if ( support.createHTMLDocument ) {
+ context = document.implementation.createHTMLDocument( "" );
+
+ // Set the base href for the created document
+ // so any parsed elements with URLs
+ // are based on the document's URL (gh-2965)
+ base = context.createElement( "base" );
+ base.href = document.location.href;
+ context.head.appendChild( base );
+ } else {
+ context = document;
+ }
+ }
+
+ parsed = rsingleTag.exec( data );
+ scripts = !keepScripts && [];
+
+ // Single tag
+ if ( parsed ) {
+ return [ context.createElement( parsed[ 1 ] ) ];
+ }
+
+ parsed = buildFragment( [ data ], context, scripts );
+
+ if ( scripts && scripts.length ) {
+ jQuery( scripts ).remove();
+ }
+
+ return jQuery.merge( [], parsed.childNodes );
+};
+
+
+/**
+ * Load a url into a page
+ */
+jQuery.fn.load = function( url, params, callback ) {
+ var selector, type, response,
+ self = this,
+ off = url.indexOf( " " );
+
+ if ( off > -1 ) {
+ selector = stripAndCollapse( url.slice( off ) );
+ url = url.slice( 0, off );
+ }
+
+ // If it's a function
+ if ( jQuery.isFunction( params ) ) {
+
+ // We assume that it's the callback
+ callback = params;
+ params = undefined;
+
+ // Otherwise, build a param string
+ } else if ( params && typeof params === "object" ) {
+ type = "POST";
+ }
+
+ // If we have elements to modify, make the request
+ if ( self.length > 0 ) {
+ jQuery.ajax( {
+ url: url,
+
+ // If "type" variable is undefined, then "GET" method will be used.
+ // Make value of this field explicit since
+ // user can override it through ajaxSetup method
+ type: type || "GET",
+ dataType: "html",
+ data: params
+ } ).done( function( responseText ) {
+
+ // Save response for use in complete callback
+ response = arguments;
+
+ self.html( selector ?
+
+ // If a selector was specified, locate the right elements in a dummy div
+ // Exclude scripts to avoid IE 'Permission Denied' errors
+ jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :
+
+ // Otherwise use the full result
+ responseText );
+
+ // If the request succeeds, this function gets "data", "status", "jqXHR"
+ // but they are ignored because response was set above.
+ // If it fails, this function gets "jqXHR", "status", "error"
+ } ).always( callback && function( jqXHR, status ) {
+ self.each( function() {
+ callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
+ } );
+ } );
+ }
+
+ return this;
+};
+
+
+
+
+// Attach a bunch of functions for handling common AJAX events
+jQuery.each( [
+ "ajaxStart",
+ "ajaxStop",
+ "ajaxComplete",
+ "ajaxError",
+ "ajaxSuccess",
+ "ajaxSend"
+], function( i, type ) {
+ jQuery.fn[ type ] = function( fn ) {
+ return this.on( type, fn );
+ };
+} );
+
+
+
+
+jQuery.expr.pseudos.animated = function( elem ) {
+ return jQuery.grep( jQuery.timers, function( fn ) {
+ return elem === fn.elem;
+ } ).length;
+};
+
+
+
+
+jQuery.offset = {
+ setOffset: function( elem, options, i ) {
+ var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
+ position = jQuery.css( elem, "position" ),
+ curElem = jQuery( elem ),
+ props = {};
+
+ // Set position first, in-case top/left are set even on static elem
+ if ( position === "static" ) {
+ elem.style.position = "relative";
+ }
+
+ curOffset = curElem.offset();
+ curCSSTop = jQuery.css( elem, "top" );
+ curCSSLeft = jQuery.css( elem, "left" );
+ calculatePosition = ( position === "absolute" || position === "fixed" ) &&
+ ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1;
+
+ // Need to be able to calculate position if either
+ // top or left is auto and position is either absolute or fixed
+ if ( calculatePosition ) {
+ curPosition = curElem.position();
+ curTop = curPosition.top;
+ curLeft = curPosition.left;
+
+ } else {
+ curTop = parseFloat( curCSSTop ) || 0;
+ curLeft = parseFloat( curCSSLeft ) || 0;
+ }
+
+ if ( jQuery.isFunction( options ) ) {
+
+ // Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
+ options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
+ }
+
+ if ( options.top != null ) {
+ props.top = ( options.top - curOffset.top ) + curTop;
+ }
+ if ( options.left != null ) {
+ props.left = ( options.left - curOffset.left ) + curLeft;
+ }
+
+ if ( "using" in options ) {
+ options.using.call( elem, props );
+
+ } else {
+ curElem.css( props );
+ }
+ }
+};
+
+jQuery.fn.extend( {
+ offset: function( options ) {
+
+ // Preserve chaining for setter
+ if ( arguments.length ) {
+ return options === undefined ?
+ this :
+ this.each( function( i ) {
+ jQuery.offset.setOffset( this, options, i );
+ } );
+ }
+
+ var doc, docElem, rect, win,
+ elem = this[ 0 ];
+
+ if ( !elem ) {
+ return;
+ }
+
+ // Return zeros for disconnected and hidden (display: none) elements (gh-2310)
+ // Support: IE <=11 only
+ // Running getBoundingClientRect on a
+ // disconnected node in IE throws an error
+ if ( !elem.getClientRects().length ) {
+ return { top: 0, left: 0 };
+ }
+
+ rect = elem.getBoundingClientRect();
+
+ doc = elem.ownerDocument;
+ docElem = doc.documentElement;
+ win = doc.defaultView;
+
+ return {
+ top: rect.top + win.pageYOffset - docElem.clientTop,
+ left: rect.left + win.pageXOffset - docElem.clientLeft
+ };
+ },
+
+ position: function() {
+ if ( !this[ 0 ] ) {
+ return;
+ }
+
+ var offsetParent, offset,
+ elem = this[ 0 ],
+ parentOffset = { top: 0, left: 0 };
+
+ // Fixed elements are offset from window (parentOffset = {top:0, left: 0},
+ // because it is its only offset parent
+ if ( jQuery.css( elem, "position" ) === "fixed" ) {
+
+ // Assume getBoundingClientRect is there when computed position is fixed
+ offset = elem.getBoundingClientRect();
+
+ } else {
+
+ // Get *real* offsetParent
+ offsetParent = this.offsetParent();
+
+ // Get correct offsets
+ offset = this.offset();
+ if ( !nodeName( offsetParent[ 0 ], "html" ) ) {
+ parentOffset = offsetParent.offset();
+ }
+
+ // Add offsetParent borders
+ parentOffset = {
+ top: parentOffset.top + jQuery.css( offsetParent[ 0 ], "borderTopWidth", true ),
+ left: parentOffset.left + jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true )
+ };
+ }
+
+ // Subtract parent offsets and element margins
+ return {
+ top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ),
+ left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true )
+ };
+ },
+
+ // This method will return documentElement in the following cases:
+ // 1) For the element inside the iframe without offsetParent, this method will return
+ // documentElement of the parent window
+ // 2) For the hidden or detached element
+ // 3) For body or html element, i.e. in case of the html node - it will return itself
+ //
+ // but those exceptions were never presented as a real life use-cases
+ // and might be considered as more preferable results.
+ //
+ // This logic, however, is not guaranteed and can change at any point in the future
+ offsetParent: function() {
+ return this.map( function() {
+ var offsetParent = this.offsetParent;
+
+ while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) {
+ offsetParent = offsetParent.offsetParent;
+ }
+
+ return offsetParent || documentElement;
+ } );
+ }
+} );
+
+// Create scrollLeft and scrollTop methods
+jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
+ var top = "pageYOffset" === prop;
+
+ jQuery.fn[ method ] = function( val ) {
+ return access( this, function( elem, method, val ) {
+
+ // Coalesce documents and windows
+ var win;
+ if ( jQuery.isWindow( elem ) ) {
+ win = elem;
+ } else if ( elem.nodeType === 9 ) {
+ win = elem.defaultView;
+ }
+
+ if ( val === undefined ) {
+ return win ? win[ prop ] : elem[ method ];
+ }
+
+ if ( win ) {
+ win.scrollTo(
+ !top ? val : win.pageXOffset,
+ top ? val : win.pageYOffset
+ );
+
+ } else {
+ elem[ method ] = val;
+ }
+ }, method, val, arguments.length );
+ };
+} );
+
+// Support: Safari <=7 - 9.1, Chrome <=37 - 49
+// Add the top/left cssHooks using jQuery.fn.position
+// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
+// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347
+// getComputedStyle returns percent when specified for top/left/bottom/right;
+// rather than make the css module depend on the offset module, just check for it here
+jQuery.each( [ "top", "left" ], function( i, prop ) {
+ jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
+ function( elem, computed ) {
+ if ( computed ) {
+ computed = curCSS( elem, prop );
+
+ // If curCSS returns percentage, fallback to offset
+ return rnumnonpx.test( computed ) ?
+ jQuery( elem ).position()[ prop ] + "px" :
+ computed;
+ }
+ }
+ );
+} );
+
+
+// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
+jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
+ jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name },
+ function( defaultExtra, funcName ) {
+
+ // Margin is only for outerHeight, outerWidth
+ jQuery.fn[ funcName ] = function( margin, value ) {
+ var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
+ extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
+
+ return access( this, function( elem, type, value ) {
+ var doc;
+
+ if ( jQuery.isWindow( elem ) ) {
+
+ // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)
+ return funcName.indexOf( "outer" ) === 0 ?
+ elem[ "inner" + name ] :
+ elem.document.documentElement[ "client" + name ];
+ }
+
+ // Get document width or height
+ if ( elem.nodeType === 9 ) {
+ doc = elem.documentElement;
+
+ // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],
+ // whichever is greatest
+ return Math.max(
+ elem.body[ "scroll" + name ], doc[ "scroll" + name ],
+ elem.body[ "offset" + name ], doc[ "offset" + name ],
+ doc[ "client" + name ]
+ );
+ }
+
+ return value === undefined ?
+
+ // Get width or height on the element, requesting but not forcing parseFloat
+ jQuery.css( elem, type, extra ) :
+
+ // Set width or height on the element
+ jQuery.style( elem, type, value, extra );
+ }, type, chainable ? margin : undefined, chainable );
+ };
+ } );
+} );
+
+
+jQuery.fn.extend( {
+
+ bind: function( types, data, fn ) {
+ return this.on( types, null, data, fn );
+ },
+ unbind: function( types, fn ) {
+ return this.off( types, null, fn );
+ },
+
+ delegate: function( selector, types, data, fn ) {
+ return this.on( types, selector, data, fn );
+ },
+ undelegate: function( selector, types, fn ) {
+
+ // ( namespace ) or ( selector, types [, fn] )
+ return arguments.length === 1 ?
+ this.off( selector, "**" ) :
+ this.off( types, selector || "**", fn );
+ }
+} );
+
+jQuery.holdReady = function( hold ) {
+ if ( hold ) {
+ jQuery.readyWait++;
+ } else {
+ jQuery.ready( true );
+ }
+};
+jQuery.isArray = Array.isArray;
+jQuery.parseJSON = JSON.parse;
+jQuery.nodeName = nodeName;
+
+
+
+
+// Register as a named AMD module, since jQuery can be concatenated with other
+// files that may use define, but not via a proper concatenation script that
+// understands anonymous AMD modules. A named AMD is safest and most robust
+// way to register. Lowercase jquery is used because AMD module names are
+// derived from file names, and jQuery is normally delivered in a lowercase
+// file name. Do this after creating the global so that if an AMD module wants
+// to call noConflict to hide this version of jQuery, it will work.
+
+// Note that for maximum portability, libraries that are not jQuery should
+// declare themselves as anonymous modules, and avoid setting a global if an
+// AMD loader is present. jQuery is a special case. For more information, see
+// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon
+
+if ( typeof define === "function" && define.amd ) {
+ define( "jquery", [], function() {
+ return jQuery;
+ } );
+}
+
+
+
+
+var
+
+ // Map over jQuery in case of overwrite
+ _jQuery = window.jQuery,
+
+ // Map over the $ in case of overwrite
+ _$ = window.$;
+
+jQuery.noConflict = function( deep ) {
+ if ( window.$ === jQuery ) {
+ window.$ = _$;
+ }
+
+ if ( deep && window.jQuery === jQuery ) {
+ window.jQuery = _jQuery;
+ }
+
+ return jQuery;
+};
+
+// Expose jQuery and $ identifiers, even in AMD
+// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
+// and CommonJS for browser emulators (#13566)
+if ( !noGlobal ) {
+ window.jQuery = window.$ = jQuery;
+}
+
+
+
+
+return jQuery;
+} );
diff --git a/_static/jquery.js b/_static/jquery.js
new file mode 100644
index 0000000..644d35e
--- /dev/null
+++ b/_static/jquery.js
@@ -0,0 +1,4 @@
+/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.2.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c<b?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:h,sort:c.sort,splice:c.splice},r.extend=r.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||r.isFunction(g)||(g={}),h===i&&(g=this,h--);h<i;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(r.isPlainObject(d)||(e=Array.isArray(d)))?(e?(e=!1,f=c&&Array.isArray(c)?c:[]):f=c&&r.isPlainObject(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===r.type(a)},isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=r.type(a);return("number"===b||"string"===b)&&!isNaN(a-parseFloat(a))},isPlainObject:function(a){var b,c;return!(!a||"[object Object]"!==k.call(a))&&(!(b=e(a))||(c=l.call(b,"constructor")&&b.constructor,"function"==typeof c&&m.call(c)===n))},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){return a.replace(t,"ms-").replace(u,v)},each:function(a,b){var c,d=0;if(w(a)){for(c=a.length;d<c;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(s,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(w(Object(a))?r.merge(c,"string"==typeof a?[a]:a):h.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:i.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;d<c;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;f<g;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,f=0,h=[];if(w(a))for(d=a.length;f<d;f++)e=b(a[f],f,c),null!=e&&h.push(e);else for(f in a)e=b(a[f],f,c),null!=e&&h.push(e);return g.apply([],h)},guid:1,proxy:function(a,b){var c,d,e;if("string"==typeof b&&(c=a[b],b=a,a=c),r.isFunction(a))return d=f.call(arguments,2),e=function(){return a.apply(b||this,d.concat(f.call(arguments)))},e.guid=a.guid=a.guid||r.guid++,e},now:Date.now,support:o}),"function"==typeof Symbol&&(r.fn[Symbol.iterator]=c[Symbol.iterator]),r.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){j["[object "+b+"]"]=b.toLowerCase()});function w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"function"!==c&&!r.isWindow(a)&&("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+K+"*("+L+")(?:"+K+"*([*^$|!~]?=)"+K+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+L+"))|)"+K+"*\\]",N=":("+L+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",O=new RegExp(K+"+","g"),P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c<b;c+=2)a.push(c);return a}),odd:pa(function(a,b){for(var c=1;c<b;c+=2)a.push(c);return a}),lt:pa(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFilters=new ra,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=Q.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=R.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(P," ")}),h=h.slice(c.length));for(g in d.filter)!(e=V[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function sa(a){for(var b=0,c=a.length,d="";b<c;b++)d+=a[b].value;return d}function ta(a,b,c){var d=b.dir,e=b.next,f=e||d,g=c&&"parentNode"===f,h=x++;return b.first?function(b,c,e){while(b=b[d])if(1===b.nodeType||g)return a(b,c,e);return!1}:function(b,c,i){var j,k,l,m=[w,h];if(i){while(b=b[d])if((1===b.nodeType||g)&&a(b,c,i))return!0}else while(b=b[d])if(1===b.nodeType||g)if(l=b[u]||(b[u]={}),k=l[b.uniqueID]||(l[b.uniqueID]={}),e&&e===b.nodeName.toLowerCase())b=b[d]||b;else{if((j=k[f])&&j[0]===w&&j[1]===h)return m[2]=j[2];if(k[f]=m,m[2]=a(b,c,i))return!0}return!1}}function ua(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d<e;d++)ga(a,b[d],c);return c}function wa(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;h<i;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function xa(a,b,c,d,e,f){return d&&!d[u]&&(d=xa(d)),e&&!e[u]&&(e=xa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||va(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:wa(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=wa(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i<f;i++)if(c=d.relative[a[i].type])m=[ta(ua(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;e<f;e++)if(d.relative[a[e].type])break;return xa(i>1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i<e&&ya(a.slice(i,e)),e<f&&ya(a=a.slice(e)),e<f&&sa(a))}m.push(c)}return ua(m)}function za(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext;function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,D=/^.[^:#\[\.,]*$/;function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):D.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b<d;b++)if(r.contains(e[b],this))return!0}));for(c=this.pushStack([]),b=0;b<d;b++)r.find(a,e[b],c);return d>1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,H=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||F,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:G.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),C.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};H.prototype=r.fn,F=r(d);var I=/^(?:parents|prev(?:Until|All))/,J={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a<c;a++)if(r.contains(this,b[a]))return!0})},closest:function(a,b){var c,d=0,e=this.length,f=[],g="string"!=typeof a&&r(a);if(!A.test(a))for(;d<e;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function K(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return K(a,"nextSibling")},prev:function(a){return K(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return B(a,"iframe")?a.contentDocument:(B(a,"template")&&(a=a.content||a),r.merge([],a.childNodes))}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(J[a]||r.uniqueSort(e),I.test(a)&&e.reverse()),this.pushStack(e)}});var L=/[^\x20\t\r\n\f]+/g;function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?M(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=e||a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){r.each(b,function(b,c){r.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==r.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return r.each(arguments,function(a,b){var c;while((c=r.inArray(b,f,c))>-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function N(a){return a}function O(a){throw a}function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).done(b).fail(c):a&&r.isFunction(e=a.then)?e.call(a,b,c):b.apply(void 0,[a].slice(d))}catch(a){c.apply(void 0,[a])}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b<f)){if(a=d.apply(h,i),a===c.promise())throw new TypeError("Thenable self-resolution");j=a&&("object"==typeof a||"function"==typeof a)&&a.then,r.isFunction(j)?e?j.call(a,g(f,c,N,e),g(f,c,O,e)):(f++,j.call(a,g(f,c,N,e),g(f,c,O,e),g(f,c,N,c.notifyWith))):(d!==N&&(h=void 0,i=[a]),(e||c.resolveWith)(h,i))}},k=e?j:function(){try{j()}catch(a){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(a,k.stackTrace),b+1>=f&&(d!==O&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:N,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:N)),c[2][3].add(g(0,a,r.isFunction(d)?d:O))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(P(a,g.done(h(c)).resolve,g.reject,!b),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)P(e[c],h(c),g.reject);return g.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&Q.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var R=r.Deferred();r.fn.ready=function(a){return R.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||R.resolveWith(d,[r]))}}),r.ready.then=R.then;function S(){d.removeEventListener("DOMContentLoaded",S),
+a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var T=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)T(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},U=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function V(){this.expando=r.expando+V.uid++}V.uid=1,V.prototype={cache:function(a){var b=a[this.expando];return b||(b={},U(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[r.camelCase(b)]=c;else for(d in b)e[r.camelCase(d)]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][r.camelCase(b)]},access:function(a,b,c){return void 0===b||b&&"string"==typeof b&&void 0===c?this.get(a,b):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d=a[this.expando];if(void 0!==d){if(void 0!==b){Array.isArray(b)?b=b.map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(L)||[]),c=b.length;while(c--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!r.isEmptyObject(b)}};var W=new V,X=new V,Y=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function $(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?+a:Y.test(a)?JSON.parse(a):a)}function _(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Z,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c=$(c)}catch(e){}X.set(a,b,c)}else c=void 0;return c}r.extend({hasData:function(a){return X.hasData(a)||W.hasData(a)},data:function(a,b,c){return X.access(a,b,c)},removeData:function(a,b){X.remove(a,b)},_data:function(a,b,c){return W.access(a,b,c)},_removeData:function(a,b){W.remove(a,b)}}),r.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=X.get(f),1===f.nodeType&&!W.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=r.camelCase(d.slice(5)),_(f,d,e[d])));W.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){X.set(this,a)}):T(this,function(b){var c;if(f&&void 0===b){if(c=X.get(f,a),void 0!==c)return c;if(c=_(f,a),void 0!==c)return c}else this.each(function(){X.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){X.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=W.get(a,b),c&&(!d||Array.isArray(c)?d=W.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return W.get(a,c)||W.access(a,c,{empty:r.Callbacks("once memory").add(function(){W.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?r.queue(this[0],a):void 0===b?this:this.each(function(){var c=r.queue(this,a,b);r._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&r.dequeue(this,a)})},dequeue:function(a){return this.each(function(){r.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=r.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=W.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var aa=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ba=new RegExp("^(?:([+-])=|)("+aa+")([a-z%]*)$","i"),ca=["Top","Right","Bottom","Left"],da=function(a,b){return a=b||a,"none"===a.style.display||""===a.style.display&&r.contains(a.ownerDocument,a)&&"none"===r.css(a,"display")},ea=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};function fa(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return r.css(a,b,"")},i=h(),j=c&&c[3]||(r.cssNumber[b]?"":"px"),k=(r.cssNumber[b]||"px"!==j&&+i)&&ba.exec(r.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,r.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var ga={};function ha(a){var b,c=a.ownerDocument,d=a.nodeName,e=ga[d];return e?e:(b=c.body.appendChild(c.createElement(d)),e=r.css(b,"display"),b.parentNode.removeChild(b),"none"===e&&(e="block"),ga[d]=e,e)}function ia(a,b){for(var c,d,e=[],f=0,g=a.length;f<g;f++)d=a[f],d.style&&(c=d.style.display,b?("none"===c&&(e[f]=W.get(d,"display")||null,e[f]||(d.style.display="")),""===d.style.display&&da(d)&&(e[f]=ha(d))):"none"!==c&&(e[f]="none",W.set(d,"display",c)));for(f=0;f<g;f++)null!=e[f]&&(a[f].style.display=e[f]);return a}r.fn.extend({show:function(){return ia(this,!0)},hide:function(){return ia(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){da(this)?r(this).show():r(this).hide()})}});var ja=/^(?:checkbox|radio)$/i,ka=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,la=/^$|\/(?:java|ecma)script/i,ma={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ma.optgroup=ma.option,ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead,ma.th=ma.td;function na(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&B(a,b)?r.merge([a],c):c}function oa(a,b){for(var c=0,d=a.length;c<d;c++)W.set(a[c],"globalEval",!b||W.get(b[c],"globalEval"))}var pa=/<|&#?\w+;/;function qa(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],n=0,o=a.length;n<o;n++)if(f=a[n],f||0===f)if("object"===r.type(f))r.merge(m,f.nodeType?[f]:f);else if(pa.test(f)){g=g||l.appendChild(b.createElement("div")),h=(ka.exec(f)||["",""])[1].toLowerCase(),i=ma[h]||ma._default,g.innerHTML=i[1]+r.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;r.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",n=0;while(f=m[n++])if(d&&r.inArray(f,d)>-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=na(l.appendChild(f),"script"),j&&oa(g),c){k=0;while(f=g[k++])la.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var ra=d.documentElement,sa=/^key/,ta=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ua=/^([^.]*)(?:\.(.+)|)/;function va(){return!0}function wa(){return!1}function xa(){try{return d.activeElement}catch(a){}}function ya(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ya(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=wa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(ra,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(L)||[""],j=b.length;while(j--)h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.hasData(a)&&W.get(a);if(q&&(i=q.events)){b=(b||"").match(L)||[""],j=b.length;while(j--)if(h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c<arguments.length;c++)i[c]=arguments[c];if(b.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,b)!==!1){h=r.event.handlers.call(this,b,j),c=0;while((f=h[c++])&&!b.isPropagationStopped()){b.currentTarget=f.elem,d=0;while((g=f.handlers[d++])&&!b.isImmediatePropagationStopped())b.rnamespace&&!b.rnamespace.test(g.namespace)||(b.handleObj=g,b.data=g.data,e=((r.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(b.result=e)===!1&&(b.preventDefault(),b.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,b),b.result}},handlers:function(a,b){var c,d,e,f,g,h=[],i=b.delegateCount,j=a.target;if(i&&j.nodeType&&!("click"===a.type&&a.button>=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c<i;c++)d=b[c],e=d.selector+" ",void 0===g[e]&&(g[e]=d.needsContext?r(e,this).index(j)>-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i<b.length&&h.push({elem:j,handlers:b.slice(i)}),h},addProp:function(a,b){Object.defineProperty(r.Event.prototype,a,{enumerable:!0,configurable:!0,get:r.isFunction(b)?function(){if(this.originalEvent)return b(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[a]},set:function(b){Object.defineProperty(this,a,{enumerable:!0,configurable:!0,writable:!0,value:b})}})},fix:function(a){return a[r.expando]?a:new r.Event(a)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==xa()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===xa()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&B(this,"input"))return this.click(),!1},_default:function(a){return B(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},r.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},r.Event=function(a,b){return this instanceof r.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?va:wa,this.target=a.target&&3===a.target.nodeType?a.target.parentNode:a.target,this.currentTarget=a.currentTarget,this.relatedTarget=a.relatedTarget):this.type=a,b&&r.extend(this,b),this.timeStamp=a&&a.timeStamp||r.now(),void(this[r.expando]=!0)):new r.Event(a,b)},r.Event.prototype={constructor:r.Event,isDefaultPrevented:wa,isPropagationStopped:wa,isImmediatePropagationStopped:wa,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=va,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=va,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=va,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},r.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(a){var b=a.button;return null==a.which&&sa.test(a.type)?null!=a.charCode?a.charCode:a.keyCode:!a.which&&void 0!==b&&ta.test(a.type)?1&b?1:2&b?3:4&b?2:0:a.which}},r.event.addProp),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){r.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||r.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),r.fn.extend({on:function(a,b,c,d){return ya(this,a,b,c,d)},one:function(a,b,c,d){return ya(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,r(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=wa),this.each(function(){r.event.remove(this,a,c,b)})}});var za=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Aa=/<script|<style|<link/i,Ba=/checked\s*(?:[^=]|=\s*.checked.)/i,Ca=/^true\/(.*)/,Da=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ea(a,b){return B(a,"table")&&B(11!==b.nodeType?b:b.firstChild,"tr")?r(">tbody",a)[0]||a:a}function Fa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Ga(a){var b=Ca.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ha(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(W.hasData(a)&&(f=W.access(a),g=W.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c<d;c++)r.event.add(b,e,j[e][c])}X.hasData(a)&&(h=X.access(a),i=r.extend({},h),X.set(b,i))}}function Ia(a,b){var c=b.nodeName.toLowerCase();"input"===c&&ja.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function Ja(a,b,c,d){b=g.apply([],b);var e,f,h,i,j,k,l=0,m=a.length,n=m-1,q=b[0],s=r.isFunction(q);if(s||m>1&&"string"==typeof q&&!o.checkClone&&Ba.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ja(f,b,c,d)});if(m&&(e=qa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(na(e,"script"),Fa),i=h.length;l<m;l++)j=e,l!==n&&(j=r.clone(j,!0,!0),i&&r.merge(h,na(j,"script"))),c.call(a[l],j,l);if(i)for(k=h[h.length-1].ownerDocument,r.map(h,Ga),l=0;l<i;l++)j=h[l],la.test(j.type||"")&&!W.access(j,"globalEval")&&r.contains(k,j)&&(j.src?r._evalUrl&&r._evalUrl(j.src):p(j.textContent.replace(Da,""),k))}return a}function Ka(a,b,c){for(var d,e=b?r.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||r.cleanData(na(d)),d.parentNode&&(c&&r.contains(d.ownerDocument,d)&&oa(na(d,"script")),d.parentNode.removeChild(d));return a}r.extend({htmlPrefilter:function(a){return a.replace(za,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=na(h),f=na(a),d=0,e=f.length;d<e;d++)Ia(f[d],g[d]);if(b)if(c)for(f=f||na(a),g=g||na(h),d=0,e=f.length;d<e;d++)Ha(f[d],g[d]);else Ha(a,h);return g=na(h,"script"),g.length>0&&oa(g,!i&&na(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(U(c)){if(b=c[W.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[W.expando]=void 0}c[X.expando]&&(c[X.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ka(this,a,!0)},remove:function(a){return Ka(this,a)},text:function(a){return T(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.appendChild(a)}})},prepend:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(na(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return T(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Aa.test(a)&&!ma[(ka.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c<d;c++)b=this[c]||{},1===b.nodeType&&(r.cleanData(na(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ja(this,arguments,function(b){var c=this.parentNode;r.inArray(this,a)<0&&(r.cleanData(na(this)),c&&c.replaceChild(b,this))},a)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){r.fn[a]=function(a){for(var c,d=[],e=r(a),f=e.length-1,g=0;g<=f;g++)c=g===f?this:this.clone(!0),r(e[g])[b](c),h.apply(d,c.get());return this.pushStack(d)}});var La=/^margin/,Ma=new RegExp("^("+aa+")(?!px)[a-z%]+$","i"),Na=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)};!function(){function b(){if(i){i.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",i.innerHTML="",ra.appendChild(h);var b=a.getComputedStyle(i);c="1%"!==b.top,g="2px"===b.marginLeft,e="4px"===b.width,i.style.marginRight="50%",f="4px"===b.marginRight,ra.removeChild(h),i=null}}var c,e,f,g,h=d.createElement("div"),i=d.createElement("div");i.style&&(i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle="content-box"===i.style.backgroundClip,h.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",h.appendChild(i),r.extend(o,{pixelPosition:function(){return b(),c},boxSizingReliable:function(){return b(),e},pixelMarginRight:function(){return b(),f},reliableMarginLeft:function(){return b(),g}}))}();function Oa(a,b,c){var d,e,f,g,h=a.style;return c=c||Na(a),c&&(g=c.getPropertyValue(b)||c[b],""!==g||r.contains(a.ownerDocument,a)||(g=r.style(a,b)),!o.pixelMarginRight()&&Ma.test(g)&&La.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function Pa(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Qa=/^(none|table(?!-c[ea]).+)/,Ra=/^--/,Sa={position:"absolute",visibility:"hidden",display:"block"},Ta={letterSpacing:"0",fontWeight:"400"},Ua=["Webkit","Moz","ms"],Va=d.createElement("div").style;function Wa(a){if(a in Va)return a;var b=a[0].toUpperCase()+a.slice(1),c=Ua.length;while(c--)if(a=Ua[c]+b,a in Va)return a}function Xa(a){var b=r.cssProps[a];return b||(b=r.cssProps[a]=Wa(a)||a),b}function Ya(a,b,c){var d=ba.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Za(a,b,c,d,e){var f,g=0;for(f=c===(d?"border":"content")?4:"width"===b?1:0;f<4;f+=2)"margin"===c&&(g+=r.css(a,c+ca[f],!0,e)),d?("content"===c&&(g-=r.css(a,"padding"+ca[f],!0,e)),"margin"!==c&&(g-=r.css(a,"border"+ca[f]+"Width",!0,e))):(g+=r.css(a,"padding"+ca[f],!0,e),"padding"!==c&&(g+=r.css(a,"border"+ca[f]+"Width",!0,e)));return g}function $a(a,b,c){var d,e=Na(a),f=Oa(a,b,e),g="border-box"===r.css(a,"boxSizing",!1,e);return Ma.test(f)?f:(d=g&&(o.boxSizingReliable()||f===a.style[b]),"auto"===f&&(f=a["offset"+b[0].toUpperCase()+b.slice(1)]),f=parseFloat(f)||0,f+Za(a,b,c||(g?"border":"content"),d,e)+"px")}r.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Oa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=r.camelCase(b),i=Ra.test(b),j=a.style;return i||(b=Xa(h)),g=r.cssHooks[b]||r.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:j[b]:(f=typeof c,"string"===f&&(e=ba.exec(c))&&e[1]&&(c=fa(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(r.cssNumber[h]?"":"px")),o.clearCloneStyle||""!==c||0!==b.indexOf("background")||(j[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i?j.setProperty(b,c):j[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=r.camelCase(b),i=Ra.test(b);return i||(b=Xa(h)),g=r.cssHooks[b]||r.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Oa(a,b,d)),"normal"===e&&b in Ta&&(e=Ta[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),r.each(["height","width"],function(a,b){r.cssHooks[b]={get:function(a,c,d){if(c)return!Qa.test(r.css(a,"display"))||a.getClientRects().length&&a.getBoundingClientRect().width?$a(a,b,d):ea(a,Sa,function(){return $a(a,b,d)})},set:function(a,c,d){var e,f=d&&Na(a),g=d&&Za(a,b,d,"border-box"===r.css(a,"boxSizing",!1,f),f);return g&&(e=ba.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=r.css(a,b)),Ya(a,c,g)}}}),r.cssHooks.marginLeft=Pa(o.reliableMarginLeft,function(a,b){if(b)return(parseFloat(Oa(a,"marginLeft"))||a.getBoundingClientRect().left-ea(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(a,b){r.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];d<4;d++)e[a+ca[d]+b]=f[d]||f[d-2]||f[0];return e}},La.test(a)||(r.cssHooks[a+b].set=Ya)}),r.fn.extend({css:function(a,b){return T(this,function(a,b,c){var d,e,f={},g=0;if(Array.isArray(b)){for(d=Na(a),e=b.length;g<e;g++)f[b[g]]=r.css(a,b[g],!1,d);return f}return void 0!==c?r.style(a,b,c):r.css(a,b)},a,b,arguments.length>1)}});function _a(a,b,c,d,e){return new _a.prototype.init(a,b,c,d,e)}r.Tween=_a,_a.prototype={constructor:_a,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=_a.propHooks[this.prop];return a&&a.get?a.get(this):_a.propHooks._default.get(this)},run:function(a){var b,c=_a.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):_a.propHooks._default.set(this),this}},_a.prototype.init.prototype=_a.prototype,_a.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},_a.propHooks.scrollTop=_a.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=_a.prototype.init,r.fx.step={};var ab,bb,cb=/^(?:toggle|show|hide)$/,db=/queueHooks$/;function eb(){bb&&(d.hidden===!1&&a.requestAnimationFrame?a.requestAnimationFrame(eb):a.setTimeout(eb,r.fx.interval),r.fx.tick())}function fb(){return a.setTimeout(function(){ab=void 0}),ab=r.now()}function gb(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ca[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function hb(a,b,c){for(var d,e=(kb.tweeners[b]||[]).concat(kb.tweeners["*"]),f=0,g=e.length;f<g;f++)if(d=e[f].call(c,b,a))return d}function ib(a,b,c){var d,e,f,g,h,i,j,k,l="width"in b||"height"in b,m=this,n={},o=a.style,p=a.nodeType&&da(a),q=W.get(a,"fxshow");c.queue||(g=r._queueHooks(a,"fx"),null==g.unqueued&&(g.unqueued=0,h=g.empty.fire,g.empty.fire=function(){g.unqueued||h()}),g.unqueued++,m.always(function(){m.always(function(){g.unqueued--,r.queue(a,"fx").length||g.empty.fire()})}));for(d in b)if(e=b[d],cb.test(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}n[d]=q&&q[d]||r.style(a,d)}if(i=!r.isEmptyObject(b),i||!r.isEmptyObject(n)){l&&1===a.nodeType&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=q&&q.display,null==j&&(j=W.get(a,"display")),k=r.css(a,"display"),"none"===k&&(j?k=j:(ia([a],!0),j=a.style.display||j,k=r.css(a,"display"),ia([a]))),("inline"===k||"inline-block"===k&&null!=j)&&"none"===r.css(a,"float")&&(i||(m.done(function(){o.display=j}),null==j&&(k=o.display,j="none"===k?"":k)),o.display="inline-block")),c.overflow&&(o.overflow="hidden",m.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]})),i=!1;for(d in n)i||(q?"hidden"in q&&(p=q.hidden):q=W.access(a,"fxshow",{display:j}),f&&(q.hidden=!p),p&&ia([a],!0),m.done(function(){p||ia([a]),W.remove(a,"fxshow");for(d in n)r.style(a,d,n[d])})),i=hb(p?q[d]:0,d,m),d in q||(q[d]=i.start,p&&(i.end=i.start,i.start=0))}}function jb(a,b){var c,d,e,f,g;for(c in a)if(d=r.camelCase(c),e=b[d],f=a[c],Array.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=r.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kb(a,b,c){var d,e,f=0,g=kb.prefilters.length,h=r.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=ab||fb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;g<i;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),f<1&&i?c:(i||h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:r.extend({},b),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},c),originalProperties:b,originalOptions:c,startTime:ab||fb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=r.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;c<d;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jb(k,j.opts.specialEasing);f<g;f++)if(d=kb.prefilters[f].call(j,a,k,j.opts))return r.isFunction(d.stop)&&(r._queueHooks(j.elem,j.opts.queue).stop=r.proxy(d.stop,d)),d;return r.map(k,hb,j),r.isFunction(j.opts.start)&&j.opts.start.call(a,j),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always),r.fx.timer(r.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j}r.Animation=r.extend(kb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return fa(c.elem,a,ba.exec(b),c),c}]},tweener:function(a,b){r.isFunction(a)?(b=a,a=["*"]):a=a.match(L);for(var c,d=0,e=a.length;d<e;d++)c=a[d],kb.tweeners[c]=kb.tweeners[c]||[],kb.tweeners[c].unshift(b)},prefilters:[ib],prefilter:function(a,b){b?kb.prefilters.unshift(a):kb.prefilters.push(a)}}),r.speed=function(a,b,c){var d=a&&"object"==typeof a?r.extend({},a):{complete:c||!c&&b||r.isFunction(a)&&a,duration:a,easing:c&&b||b&&!r.isFunction(b)&&b};return r.fx.off?d.duration=0:"number"!=typeof d.duration&&(d.duration in r.fx.speeds?d.duration=r.fx.speeds[d.duration]:d.duration=r.fx.speeds._default),null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){r.isFunction(d.old)&&d.old.call(this),d.queue&&r.dequeue(this,d.queue)},d},r.fn.extend({fadeTo:function(a,b,c,d){return this.filter(da).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=r.isEmptyObject(a),f=r.speed(b,c,d),g=function(){var b=kb(this,r.extend({},a),f);(e||W.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=r.timers,g=W.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&db.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||r.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=W.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=r.timers,g=d?d.length:0;for(c.finish=!0,r.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;b<g;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),r.each(["toggle","show","hide"],function(a,b){var c=r.fn[b];r.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gb(b,!0),a,d,e)}}),r.each({slideDown:gb("show"),slideUp:gb("hide"),slideToggle:gb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){r.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),r.timers=[],r.fx.tick=function(){var a,b=0,c=r.timers;for(ab=r.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||r.fx.stop(),ab=void 0},r.fx.timer=function(a){r.timers.push(a),r.fx.start()},r.fx.interval=13,r.fx.start=function(){bb||(bb=!0,eb())},r.fx.stop=function(){bb=null},r.fx.speeds={slow:600,fast:200,_default:400},r.fn.delay=function(b,c){return b=r.fx?r.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",o.checkOn=""!==a.value,o.optSelected=c.selected,a=d.createElement("input"),a.value="t",a.type="radio",o.radioValue="t"===a.value}();var lb,mb=r.expr.attrHandle;r.fn.extend({attr:function(a,b){return T(this,r.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?lb:void 0)),void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b),
+null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=mb[g],mb[g]=e,e=null!=c(a,b,d)?g:null,mb[g]=f),e}});var nb=/^(?:input|select|textarea|button)$/i,ob=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return T(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):nb.test(a.nodeName)||ob.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function pb(a){var b=a.match(L)||[];return b.join(" ")}function qb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,qb(this)))});if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,qb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,qb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(L)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=qb(this),b&&W.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":W.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+pb(qb(c))+" ").indexOf(b)>-1)return!0;return!1}});var rb=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:pb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d<i;d++)if(c=e[d],(c.selected||d===f)&&!c.disabled&&(!c.parentNode.disabled||!B(c.parentNode,"optgroup"))){if(b=r(c).val(),g)return b;h.push(b)}return h},set:function(a,b){var c,d,e=a.options,f=r.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=r.inArray(r.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(Array.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!sb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,sb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(W.get(h,"events")||{})[b.type]&&W.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&U(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!U(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=W.access(d,b);e||d.addEventListener(a,c,!0),W.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=W.access(d,b)-1;e?W.access(d,b,e):(d.removeEventListener(a,c,!0),W.remove(d,b))}}});var tb=a.location,ub=r.now(),vb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(Array.isArray(b))r.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(Array.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!ja.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:Array.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}});var Bb=/%20/g,Cb=/#.*$/,Db=/([?&])_=[^&]*/,Eb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Gb=/^(?:GET|HEAD)$/,Hb=/^\/\//,Ib={},Jb={},Kb="*/".concat("*"),Lb=d.createElement("a");Lb.href=tb.href;function Mb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(L)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nb(a,b,c,d){var e={},f=a===Jb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Ob(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Pb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Qb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tb.href,type:"GET",isLocal:Fb.test(tb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},ajaxPrefilter:Mb(Ib),ajaxTransport:Mb(Jb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Eb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||tb.href)+"").replace(Hb,tb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(L)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Nb(Ib,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Gb.test(o.type),f=o.url.replace(Cb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(Bb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(vb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Db,"$1"),n=(vb.test(f)?"&":"?")+"_="+ub++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Kb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Nb(Jb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Pb(o,y,d)),v=Qb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Rb={0:200,1223:204},Sb=r.ajaxSettings.xhr();o.cors=!!Sb&&"withCredentials"in Sb,o.ajax=Sb=!!Sb,r.ajaxTransport(function(b){var c,d;if(o.cors||Sb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Rb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Tb=[],Ub=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Tb.pop()||r.expando+"_"+ub++;return this[a]=!0,a}}),r.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Ub.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ub.test(b.data)&&"data");if(h||"jsonp"===b.dataTypes[0])return e=b.jsonpCallback=r.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Ub,"$1"+e):b.jsonp!==!1&&(b.url+=(vb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||r.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?r(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Tb.push(e)),g&&r.isFunction(f)&&f(g[0]),g=f=void 0}),"script"}),o.createHTMLDocument=function(){var a=d.implementation.createHTMLDocument("").body;return a.innerHTML="<form></form><form></form>",2===a.childNodes.length}(),r.parseHTML=function(a,b,c){if("string"!=typeof a)return[];"boolean"==typeof b&&(c=b,b=!1);var e,f,g;return b||(o.createHTMLDocument?(b=d.implementation.createHTMLDocument(""),e=b.createElement("base"),e.href=d.location.href,b.head.appendChild(e)):b=d),f=C.exec(a),g=!c&&[],f?[b.createElement(f[1])]:(f=qa([a],b,g),g&&g.length&&r(g).remove(),r.merge([],f.childNodes))},r.fn.load=function(a,b,c){var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=pb(a.slice(h)),a=a.slice(0,h)),r.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&r.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?r("<div>").append(r.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){r.fn[b]=function(a){return this.on(b,a)}}),r.expr.pseudos.animated=function(a){return r.grep(r.timers,function(b){return a===b.elem}).length},r.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=r.css(a,"position"),l=r(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=r.css(a,"top"),i=r.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),r.isFunction(b)&&(b=b.call(a,c,r.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},r.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){r.offset.setOffset(this,a,b)});var b,c,d,e,f=this[0];if(f)return f.getClientRects().length?(d=f.getBoundingClientRect(),b=f.ownerDocument,c=b.documentElement,e=b.defaultView,{top:d.top+e.pageYOffset-c.clientTop,left:d.left+e.pageXOffset-c.clientLeft}):{top:0,left:0}},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===r.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),B(a[0],"html")||(d=a.offset()),d={top:d.top+r.css(a[0],"borderTopWidth",!0),left:d.left+r.css(a[0],"borderLeftWidth",!0)}),{top:b.top-d.top-r.css(c,"marginTop",!0),left:b.left-d.left-r.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===r.css(a,"position"))a=a.offsetParent;return a||ra})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;r.fn[a]=function(d){return T(this,function(a,d,e){var f;return r.isWindow(a)?f=a:9===a.nodeType&&(f=a.defaultView),void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),r.each(["top","left"],function(a,b){r.cssHooks[b]=Pa(o.pixelPosition,function(a,c){if(c)return c=Oa(a,b),Ma.test(c)?r(a).position()[b]+"px":c})}),r.each({Height:"height",Width:"width"},function(a,b){r.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){r.fn[d]=function(e,f){var g=arguments.length&&(c||"boolean"!=typeof e),h=c||(e===!0||f===!0?"margin":"border");return T(this,function(b,c,e){var f;return r.isWindow(b)?0===d.indexOf("outer")?b["inner"+a]:b.document.documentElement["client"+a]:9===b.nodeType?(f=b.documentElement,Math.max(b.body["scroll"+a],f["scroll"+a],b.body["offset"+a],f["offset"+a],f["client"+a])):void 0===e?r.css(b,c,h):r.style(b,c,e,h)},b,g?e:void 0,g)}})}),r.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),r.holdReady=function(a){a?r.readyWait++:r.ready(!0)},r.isArray=Array.isArray,r.parseJSON=JSON.parse,r.nodeName=B,"function"==typeof define&&define.amd&&define("jquery",[],function(){return r});var Vb=a.jQuery,Wb=a.$;return r.noConflict=function(b){return a.$===r&&(a.$=Wb),b&&a.jQuery===r&&(a.jQuery=Vb),r},b||(a.jQuery=a.$=r),r});
diff --git a/_static/minus.png b/_static/minus.png
new file mode 100644
index 0000000..d96755f
--- /dev/null
+++ b/_static/minus.png
Binary files differ
diff --git a/_static/plus.png b/_static/plus.png
new file mode 100644
index 0000000..7107cec
--- /dev/null
+++ b/_static/plus.png
Binary files differ
diff --git a/_static/pygments.css b/_static/pygments.css
new file mode 100644
index 0000000..20c4814
--- /dev/null
+++ b/_static/pygments.css
@@ -0,0 +1,69 @@
+.highlight .hll { background-color: #ffffcc }
+.highlight { background: #eeffcc; }
+.highlight .c { color: #408090; font-style: italic } /* Comment */
+.highlight .err { border: 1px solid #FF0000 } /* Error */
+.highlight .k { color: #007020; font-weight: bold } /* Keyword */
+.highlight .o { color: #666666 } /* Operator */
+.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
+.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #007020 } /* Comment.Preproc */
+.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
+.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
+.highlight .gd { color: #A00000 } /* Generic.Deleted */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #FF0000 } /* Generic.Error */
+.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight .gi { color: #00A000 } /* Generic.Inserted */
+.highlight .go { color: #333333 } /* Generic.Output */
+.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight .gt { color: #0044DD } /* Generic.Traceback */
+.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
+.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
+.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
+.highlight .kp { color: #007020 } /* Keyword.Pseudo */
+.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #902000 } /* Keyword.Type */
+.highlight .m { color: #208050 } /* Literal.Number */
+.highlight .s { color: #4070a0 } /* Literal.String */
+.highlight .na { color: #4070a0 } /* Name.Attribute */
+.highlight .nb { color: #007020 } /* Name.Builtin */
+.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
+.highlight .no { color: #60add5 } /* Name.Constant */
+.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
+.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
+.highlight .ne { color: #007020 } /* Name.Exception */
+.highlight .nf { color: #06287e } /* Name.Function */
+.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
+.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
+.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
+.highlight .nv { color: #bb60d5 } /* Name.Variable */
+.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mb { color: #208050 } /* Literal.Number.Bin */
+.highlight .mf { color: #208050 } /* Literal.Number.Float */
+.highlight .mh { color: #208050 } /* Literal.Number.Hex */
+.highlight .mi { color: #208050 } /* Literal.Number.Integer */
+.highlight .mo { color: #208050 } /* Literal.Number.Oct */
+.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
+.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
+.highlight .sc { color: #4070a0 } /* Literal.String.Char */
+.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
+.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
+.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
+.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
+.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
+.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
+.highlight .sx { color: #c65d09 } /* Literal.String.Other */
+.highlight .sr { color: #235388 } /* Literal.String.Regex */
+.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
+.highlight .ss { color: #517918 } /* Literal.String.Symbol */
+.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
+.highlight .fm { color: #06287e } /* Name.Function.Magic */
+.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
+.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
+.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
+.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
+.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
\ No newline at end of file
diff --git a/_static/searchtools.js b/_static/searchtools.js
new file mode 100644
index 0000000..41b8336
--- /dev/null
+++ b/_static/searchtools.js
@@ -0,0 +1,761 @@
+/*
+ * searchtools.js_t
+ * ~~~~~~~~~~~~~~~~
+ *
+ * Sphinx JavaScript utilities for the full-text search.
+ *
+ * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+
+
+/* Non-minified version JS is _stemmer.js if file is provided */
+/**
+ * Porter Stemmer
+ */
+var Stemmer = function() {
+
+ var step2list = {
+ ational: 'ate',
+ tional: 'tion',
+ enci: 'ence',
+ anci: 'ance',
+ izer: 'ize',
+ bli: 'ble',
+ alli: 'al',
+ entli: 'ent',
+ eli: 'e',
+ ousli: 'ous',
+ ization: 'ize',
+ ation: 'ate',
+ ator: 'ate',
+ alism: 'al',
+ iveness: 'ive',
+ fulness: 'ful',
+ ousness: 'ous',
+ aliti: 'al',
+ iviti: 'ive',
+ biliti: 'ble',
+ logi: 'log'
+ };
+
+ var step3list = {
+ icate: 'ic',
+ ative: '',
+ alize: 'al',
+ iciti: 'ic',
+ ical: 'ic',
+ ful: '',
+ ness: ''
+ };
+
+ var c = "[^aeiou]"; // consonant
+ var v = "[aeiouy]"; // vowel
+ var C = c + "[^aeiouy]*"; // consonant sequence
+ var V = v + "[aeiou]*"; // vowel sequence
+
+ var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0
+ var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
+ var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
+ var s_v = "^(" + C + ")?" + v; // vowel in stem
+
+ this.stemWord = function (w) {
+ var stem;
+ var suffix;
+ var firstch;
+ var origword = w;
+
+ if (w.length < 3)
+ return w;
+
+ var re;
+ var re2;
+ var re3;
+ var re4;
+
+ firstch = w.substr(0,1);
+ if (firstch == "y")
+ w = firstch.toUpperCase() + w.substr(1);
+
+ // Step 1a
+ re = /^(.+?)(ss|i)es$/;
+ re2 = /^(.+?)([^s])s$/;
+
+ if (re.test(w))
+ w = w.replace(re,"$1$2");
+ else if (re2.test(w))
+ w = w.replace(re2,"$1$2");
+
+ // Step 1b
+ re = /^(.+?)eed$/;
+ re2 = /^(.+?)(ed|ing)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ re = new RegExp(mgr0);
+ if (re.test(fp[1])) {
+ re = /.$/;
+ w = w.replace(re,"");
+ }
+ }
+ else if (re2.test(w)) {
+ var fp = re2.exec(w);
+ stem = fp[1];
+ re2 = new RegExp(s_v);
+ if (re2.test(stem)) {
+ w = stem;
+ re2 = /(at|bl|iz)$/;
+ re3 = new RegExp("([^aeiouylsz])\\1$");
+ re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
+ if (re2.test(w))
+ w = w + "e";
+ else if (re3.test(w)) {
+ re = /.$/;
+ w = w.replace(re,"");
+ }
+ else if (re4.test(w))
+ w = w + "e";
+ }
+ }
+
+ // Step 1c
+ re = /^(.+?)y$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ re = new RegExp(s_v);
+ if (re.test(stem))
+ w = stem + "i";
+ }
+
+ // Step 2
+ re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ suffix = fp[2];
+ re = new RegExp(mgr0);
+ if (re.test(stem))
+ w = stem + step2list[suffix];
+ }
+
+ // Step 3
+ re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ suffix = fp[2];
+ re = new RegExp(mgr0);
+ if (re.test(stem))
+ w = stem + step3list[suffix];
+ }
+
+ // Step 4
+ re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
+ re2 = /^(.+?)(s|t)(ion)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ re = new RegExp(mgr1);
+ if (re.test(stem))
+ w = stem;
+ }
+ else if (re2.test(w)) {
+ var fp = re2.exec(w);
+ stem = fp[1] + fp[2];
+ re2 = new RegExp(mgr1);
+ if (re2.test(stem))
+ w = stem;
+ }
+
+ // Step 5
+ re = /^(.+?)e$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ re = new RegExp(mgr1);
+ re2 = new RegExp(meq1);
+ re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
+ if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
+ w = stem;
+ }
+ re = /ll$/;
+ re2 = new RegExp(mgr1);
+ if (re.test(w) && re2.test(w)) {
+ re = /.$/;
+ w = w.replace(re,"");
+ }
+
+ // and turn initial Y back to y
+ if (firstch == "y")
+ w = firstch.toLowerCase() + w.substr(1);
+ return w;
+ }
+}
+
+
+
+/**
+ * Simple result scoring code.
+ */
+var Scorer = {
+ // Implement the following function to further tweak the score for each result
+ // The function takes a result array [filename, title, anchor, descr, score]
+ // and returns the new score.
+ /*
+ score: function(result) {
+ return result[4];
+ },
+ */
+
+ // query matches the full name of an object
+ objNameMatch: 11,
+ // or matches in the last dotted part of the object name
+ objPartialMatch: 6,
+ // Additive scores depending on the priority of the object
+ objPrio: {0: 15, // used to be importantResults
+ 1: 5, // used to be objectResults
+ 2: -5}, // used to be unimportantResults
+ // Used when the priority is not in the mapping.
+ objPrioDefault: 0,
+
+ // query found in title
+ title: 15,
+ // query found in terms
+ term: 5
+};
+
+
+
+
+
+var splitChars = (function() {
+ var result = {};
+ var singles = [96, 180, 187, 191, 215, 247, 749, 885, 903, 907, 909, 930, 1014, 1648,
+ 1748, 1809, 2416, 2473, 2481, 2526, 2601, 2609, 2612, 2615, 2653, 2702,
+ 2706, 2729, 2737, 2740, 2857, 2865, 2868, 2910, 2928, 2948, 2961, 2971,
+ 2973, 3085, 3089, 3113, 3124, 3213, 3217, 3241, 3252, 3295, 3341, 3345,
+ 3369, 3506, 3516, 3633, 3715, 3721, 3736, 3744, 3748, 3750, 3756, 3761,
+ 3781, 3912, 4239, 4347, 4681, 4695, 4697, 4745, 4785, 4799, 4801, 4823,
+ 4881, 5760, 5901, 5997, 6313, 7405, 8024, 8026, 8028, 8030, 8117, 8125,
+ 8133, 8181, 8468, 8485, 8487, 8489, 8494, 8527, 11311, 11359, 11687, 11695,
+ 11703, 11711, 11719, 11727, 11735, 12448, 12539, 43010, 43014, 43019, 43587,
+ 43696, 43713, 64286, 64297, 64311, 64317, 64319, 64322, 64325, 65141];
+ var i, j, start, end;
+ for (i = 0; i < singles.length; i++) {
+ result[singles[i]] = true;
+ }
+ var ranges = [[0, 47], [58, 64], [91, 94], [123, 169], [171, 177], [182, 184], [706, 709],
+ [722, 735], [741, 747], [751, 879], [888, 889], [894, 901], [1154, 1161],
+ [1318, 1328], [1367, 1368], [1370, 1376], [1416, 1487], [1515, 1519], [1523, 1568],
+ [1611, 1631], [1642, 1645], [1750, 1764], [1767, 1773], [1789, 1790], [1792, 1807],
+ [1840, 1868], [1958, 1968], [1970, 1983], [2027, 2035], [2038, 2041], [2043, 2047],
+ [2070, 2073], [2075, 2083], [2085, 2087], [2089, 2307], [2362, 2364], [2366, 2383],
+ [2385, 2391], [2402, 2405], [2419, 2424], [2432, 2436], [2445, 2446], [2449, 2450],
+ [2483, 2485], [2490, 2492], [2494, 2509], [2511, 2523], [2530, 2533], [2546, 2547],
+ [2554, 2564], [2571, 2574], [2577, 2578], [2618, 2648], [2655, 2661], [2672, 2673],
+ [2677, 2692], [2746, 2748], [2750, 2767], [2769, 2783], [2786, 2789], [2800, 2820],
+ [2829, 2830], [2833, 2834], [2874, 2876], [2878, 2907], [2914, 2917], [2930, 2946],
+ [2955, 2957], [2966, 2968], [2976, 2978], [2981, 2983], [2987, 2989], [3002, 3023],
+ [3025, 3045], [3059, 3076], [3130, 3132], [3134, 3159], [3162, 3167], [3170, 3173],
+ [3184, 3191], [3199, 3204], [3258, 3260], [3262, 3293], [3298, 3301], [3312, 3332],
+ [3386, 3388], [3390, 3423], [3426, 3429], [3446, 3449], [3456, 3460], [3479, 3481],
+ [3518, 3519], [3527, 3584], [3636, 3647], [3655, 3663], [3674, 3712], [3717, 3718],
+ [3723, 3724], [3726, 3731], [3752, 3753], [3764, 3772], [3774, 3775], [3783, 3791],
+ [3802, 3803], [3806, 3839], [3841, 3871], [3892, 3903], [3949, 3975], [3980, 4095],
+ [4139, 4158], [4170, 4175], [4182, 4185], [4190, 4192], [4194, 4196], [4199, 4205],
+ [4209, 4212], [4226, 4237], [4250, 4255], [4294, 4303], [4349, 4351], [4686, 4687],
+ [4702, 4703], [4750, 4751], [4790, 4791], [4806, 4807], [4886, 4887], [4955, 4968],
+ [4989, 4991], [5008, 5023], [5109, 5120], [5741, 5742], [5787, 5791], [5867, 5869],
+ [5873, 5887], [5906, 5919], [5938, 5951], [5970, 5983], [6001, 6015], [6068, 6102],
+ [6104, 6107], [6109, 6111], [6122, 6127], [6138, 6159], [6170, 6175], [6264, 6271],
+ [6315, 6319], [6390, 6399], [6429, 6469], [6510, 6511], [6517, 6527], [6572, 6592],
+ [6600, 6607], [6619, 6655], [6679, 6687], [6741, 6783], [6794, 6799], [6810, 6822],
+ [6824, 6916], [6964, 6980], [6988, 6991], [7002, 7042], [7073, 7085], [7098, 7167],
+ [7204, 7231], [7242, 7244], [7294, 7400], [7410, 7423], [7616, 7679], [7958, 7959],
+ [7966, 7967], [8006, 8007], [8014, 8015], [8062, 8063], [8127, 8129], [8141, 8143],
+ [8148, 8149], [8156, 8159], [8173, 8177], [8189, 8303], [8306, 8307], [8314, 8318],
+ [8330, 8335], [8341, 8449], [8451, 8454], [8456, 8457], [8470, 8472], [8478, 8483],
+ [8506, 8507], [8512, 8516], [8522, 8525], [8586, 9311], [9372, 9449], [9472, 10101],
+ [10132, 11263], [11493, 11498], [11503, 11516], [11518, 11519], [11558, 11567],
+ [11622, 11630], [11632, 11647], [11671, 11679], [11743, 11822], [11824, 12292],
+ [12296, 12320], [12330, 12336], [12342, 12343], [12349, 12352], [12439, 12444],
+ [12544, 12548], [12590, 12592], [12687, 12689], [12694, 12703], [12728, 12783],
+ [12800, 12831], [12842, 12880], [12896, 12927], [12938, 12976], [12992, 13311],
+ [19894, 19967], [40908, 40959], [42125, 42191], [42238, 42239], [42509, 42511],
+ [42540, 42559], [42592, 42593], [42607, 42622], [42648, 42655], [42736, 42774],
+ [42784, 42785], [42889, 42890], [42893, 43002], [43043, 43055], [43062, 43071],
+ [43124, 43137], [43188, 43215], [43226, 43249], [43256, 43258], [43260, 43263],
+ [43302, 43311], [43335, 43359], [43389, 43395], [43443, 43470], [43482, 43519],
+ [43561, 43583], [43596, 43599], [43610, 43615], [43639, 43641], [43643, 43647],
+ [43698, 43700], [43703, 43704], [43710, 43711], [43715, 43738], [43742, 43967],
+ [44003, 44015], [44026, 44031], [55204, 55215], [55239, 55242], [55292, 55295],
+ [57344, 63743], [64046, 64047], [64110, 64111], [64218, 64255], [64263, 64274],
+ [64280, 64284], [64434, 64466], [64830, 64847], [64912, 64913], [64968, 65007],
+ [65020, 65135], [65277, 65295], [65306, 65312], [65339, 65344], [65371, 65381],
+ [65471, 65473], [65480, 65481], [65488, 65489], [65496, 65497]];
+ for (i = 0; i < ranges.length; i++) {
+ start = ranges[i][0];
+ end = ranges[i][1];
+ for (j = start; j <= end; j++) {
+ result[j] = true;
+ }
+ }
+ return result;
+})();
+
+function splitQuery(query) {
+ var result = [];
+ var start = -1;
+ for (var i = 0; i < query.length; i++) {
+ if (splitChars[query.charCodeAt(i)]) {
+ if (start !== -1) {
+ result.push(query.slice(start, i));
+ start = -1;
+ }
+ } else if (start === -1) {
+ start = i;
+ }
+ }
+ if (start !== -1) {
+ result.push(query.slice(start));
+ }
+ return result;
+}
+
+
+
+
+/**
+ * Search Module
+ */
+var Search = {
+
+ _index : null,
+ _queued_query : null,
+ _pulse_status : -1,
+
+ init : function() {
+ var params = $.getQueryParameters();
+ if (params.q) {
+ var query = params.q[0];
+ $('input[name="q"]')[0].value = query;
+ this.performSearch(query);
+ }
+ },
+
+ loadIndex : function(url) {
+ $.ajax({type: "GET", url: url, data: null,
+ dataType: "script", cache: true,
+ complete: function(jqxhr, textstatus) {
+ if (textstatus != "success") {
+ document.getElementById("searchindexloader").src = url;
+ }
+ }});
+ },
+
+ setIndex : function(index) {
+ var q;
+ this._index = index;
+ if ((q = this._queued_query) !== null) {
+ this._queued_query = null;
+ Search.query(q);
+ }
+ },
+
+ hasIndex : function() {
+ return this._index !== null;
+ },
+
+ deferQuery : function(query) {
+ this._queued_query = query;
+ },
+
+ stopPulse : function() {
+ this._pulse_status = 0;
+ },
+
+ startPulse : function() {
+ if (this._pulse_status >= 0)
+ return;
+ function pulse() {
+ var i;
+ Search._pulse_status = (Search._pulse_status + 1) % 4;
+ var dotString = '';
+ for (i = 0; i < Search._pulse_status; i++)
+ dotString += '.';
+ Search.dots.text(dotString);
+ if (Search._pulse_status > -1)
+ window.setTimeout(pulse, 500);
+ }
+ pulse();
+ },
+
+ /**
+ * perform a search for something (or wait until index is loaded)
+ */
+ performSearch : function(query) {
+ // create the required interface elements
+ this.out = $('#search-results');
+ this.title = $('<h2>' + _('Searching') + '</h2>').appendTo(this.out);
+ this.dots = $('<span></span>').appendTo(this.title);
+ this.status = $('<p style="display: none"></p>').appendTo(this.out);
+ this.output = $('<ul class="search"/>').appendTo(this.out);
+
+ $('#search-progress').text(_('Preparing search...'));
+ this.startPulse();
+
+ // index already loaded, the browser was quick!
+ if (this.hasIndex())
+ this.query(query);
+ else
+ this.deferQuery(query);
+ },
+
+ /**
+ * execute search (requires search index to be loaded)
+ */
+ query : function(query) {
+ var i;
+ var stopwords = ["a","and","are","as","at","be","but","by","for","if","in","into","is","it","near","no","not","of","on","or","such","that","the","their","then","there","these","they","this","to","was","will","with"];
+
+ // stem the searchterms and add them to the correct list
+ var stemmer = new Stemmer();
+ var searchterms = [];
+ var excluded = [];
+ var hlterms = [];
+ var tmp = splitQuery(query);
+ var objectterms = [];
+ for (i = 0; i < tmp.length; i++) {
+ if (tmp[i] !== "") {
+ objectterms.push(tmp[i].toLowerCase());
+ }
+
+ if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i].match(/^\d+$/) ||
+ tmp[i] === "") {
+ // skip this "word"
+ continue;
+ }
+ // stem the word
+ var word = stemmer.stemWord(tmp[i].toLowerCase());
+ // prevent stemmer from cutting word smaller than two chars
+ if(word.length < 3 && tmp[i].length >= 3) {
+ word = tmp[i];
+ }
+ var toAppend;
+ // select the correct list
+ if (word[0] == '-') {
+ toAppend = excluded;
+ word = word.substr(1);
+ }
+ else {
+ toAppend = searchterms;
+ hlterms.push(tmp[i].toLowerCase());
+ }
+ // only add if not already in the list
+ if (!$u.contains(toAppend, word))
+ toAppend.push(word);
+ }
+ var highlightstring = '?highlight=' + $.urlencode(hlterms.join(" "));
+
+ // console.debug('SEARCH: searching for:');
+ // console.info('required: ', searchterms);
+ // console.info('excluded: ', excluded);
+
+ // prepare search
+ var terms = this._index.terms;
+ var titleterms = this._index.titleterms;
+
+ // array of [filename, title, anchor, descr, score]
+ var results = [];
+ $('#search-progress').empty();
+
+ // lookup as object
+ for (i = 0; i < objectterms.length; i++) {
+ var others = [].concat(objectterms.slice(0, i),
+ objectterms.slice(i+1, objectterms.length));
+ results = results.concat(this.performObjectSearch(objectterms[i], others));
+ }
+
+ // lookup as search terms in fulltext
+ results = results.concat(this.performTermsSearch(searchterms, excluded, terms, titleterms));
+
+ // let the scorer override scores with a custom scoring function
+ if (Scorer.score) {
+ for (i = 0; i < results.length; i++)
+ results[i][4] = Scorer.score(results[i]);
+ }
+
+ // now sort the results by score (in opposite order of appearance, since the
+ // display function below uses pop() to retrieve items) and then
+ // alphabetically
+ results.sort(function(a, b) {
+ var left = a[4];
+ var right = b[4];
+ if (left > right) {
+ return 1;
+ } else if (left < right) {
+ return -1;
+ } else {
+ // same score: sort alphabetically
+ left = a[1].toLowerCase();
+ right = b[1].toLowerCase();
+ return (left > right) ? -1 : ((left < right) ? 1 : 0);
+ }
+ });
+
+ // for debugging
+ //Search.lastresults = results.slice(); // a copy
+ //console.info('search results:', Search.lastresults);
+
+ // print the results
+ var resultCount = results.length;
+ function displayNextItem() {
+ // results left, load the summary and display it
+ if (results.length) {
+ var item = results.pop();
+ var listItem = $('<li style="display:none"></li>');
+ if (DOCUMENTATION_OPTIONS.FILE_SUFFIX === '') {
+ // dirhtml builder
+ var dirname = item[0] + '/';
+ if (dirname.match(/\/index\/$/)) {
+ dirname = dirname.substring(0, dirname.length-6);
+ } else if (dirname == 'index/') {
+ dirname = '';
+ }
+ listItem.append($('<a/>').attr('href',
+ DOCUMENTATION_OPTIONS.URL_ROOT + dirname +
+ highlightstring + item[2]).html(item[1]));
+ } else {
+ // normal html builders
+ listItem.append($('<a/>').attr('href',
+ item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX +
+ highlightstring + item[2]).html(item[1]));
+ }
+ if (item[3]) {
+ listItem.append($('<span> (' + item[3] + ')</span>'));
+ Search.output.append(listItem);
+ listItem.slideDown(5, function() {
+ displayNextItem();
+ });
+ } else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
+ var suffix = DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX;
+ if (suffix === undefined) {
+ suffix = '.txt';
+ }
+ $.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[5] + (item[5].slice(-suffix.length) === suffix ? '' : suffix),
+ dataType: "text",
+ complete: function(jqxhr, textstatus) {
+ var data = jqxhr.responseText;
+ if (data !== '' && data !== undefined) {
+ listItem.append(Search.makeSearchSummary(data, searchterms, hlterms));
+ }
+ Search.output.append(listItem);
+ listItem.slideDown(5, function() {
+ displayNextItem();
+ });
+ }});
+ } else {
+ // no source available, just display title
+ Search.output.append(listItem);
+ listItem.slideDown(5, function() {
+ displayNextItem();
+ });
+ }
+ }
+ // search finished, update title and status message
+ else {
+ Search.stopPulse();
+ Search.title.text(_('Search Results'));
+ if (!resultCount)
+ Search.status.text(_('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.'));
+ else
+ Search.status.text(_('Search finished, found %s page(s) matching the search query.').replace('%s', resultCount));
+ Search.status.fadeIn(500);
+ }
+ }
+ displayNextItem();
+ },
+
+ /**
+ * search for object names
+ */
+ performObjectSearch : function(object, otherterms) {
+ var filenames = this._index.filenames;
+ var docnames = this._index.docnames;
+ var objects = this._index.objects;
+ var objnames = this._index.objnames;
+ var titles = this._index.titles;
+
+ var i;
+ var results = [];
+
+ for (var prefix in objects) {
+ for (var name in objects[prefix]) {
+ var fullname = (prefix ? prefix + '.' : '') + name;
+ if (fullname.toLowerCase().indexOf(object) > -1) {
+ var score = 0;
+ var parts = fullname.split('.');
+ // check for different match types: exact matches of full name or
+ // "last name" (i.e. last dotted part)
+ if (fullname == object || parts[parts.length - 1] == object) {
+ score += Scorer.objNameMatch;
+ // matches in last name
+ } else if (parts[parts.length - 1].indexOf(object) > -1) {
+ score += Scorer.objPartialMatch;
+ }
+ var match = objects[prefix][name];
+ var objname = objnames[match[1]][2];
+ var title = titles[match[0]];
+ // If more than one term searched for, we require other words to be
+ // found in the name/title/description
+ if (otherterms.length > 0) {
+ var haystack = (prefix + ' ' + name + ' ' +
+ objname + ' ' + title).toLowerCase();
+ var allfound = true;
+ for (i = 0; i < otherterms.length; i++) {
+ if (haystack.indexOf(otherterms[i]) == -1) {
+ allfound = false;
+ break;
+ }
+ }
+ if (!allfound) {
+ continue;
+ }
+ }
+ var descr = objname + _(', in ') + title;
+
+ var anchor = match[3];
+ if (anchor === '')
+ anchor = fullname;
+ else if (anchor == '-')
+ anchor = objnames[match[1]][1] + '-' + fullname;
+ // add custom score for some objects according to scorer
+ if (Scorer.objPrio.hasOwnProperty(match[2])) {
+ score += Scorer.objPrio[match[2]];
+ } else {
+ score += Scorer.objPrioDefault;
+ }
+ results.push([docnames[match[0]], fullname, '#'+anchor, descr, score, filenames[match[0]]]);
+ }
+ }
+ }
+
+ return results;
+ },
+
+ /**
+ * search for full-text terms in the index
+ */
+ performTermsSearch : function(searchterms, excluded, terms, titleterms) {
+ var docnames = this._index.docnames;
+ var filenames = this._index.filenames;
+ var titles = this._index.titles;
+
+ var i, j, file;
+ var fileMap = {};
+ var scoreMap = {};
+ var results = [];
+
+ // perform the search on the required terms
+ for (i = 0; i < searchterms.length; i++) {
+ var word = searchterms[i];
+ var files = [];
+ var _o = [
+ {files: terms[word], score: Scorer.term},
+ {files: titleterms[word], score: Scorer.title}
+ ];
+
+ // no match but word was a required one
+ if ($u.every(_o, function(o){return o.files === undefined;})) {
+ break;
+ }
+ // found search word in contents
+ $u.each(_o, function(o) {
+ var _files = o.files;
+ if (_files === undefined)
+ return
+
+ if (_files.length === undefined)
+ _files = [_files];
+ files = files.concat(_files);
+
+ // set score for the word in each file to Scorer.term
+ for (j = 0; j < _files.length; j++) {
+ file = _files[j];
+ if (!(file in scoreMap))
+ scoreMap[file] = {}
+ scoreMap[file][word] = o.score;
+ }
+ });
+
+ // create the mapping
+ for (j = 0; j < files.length; j++) {
+ file = files[j];
+ if (file in fileMap)
+ fileMap[file].push(word);
+ else
+ fileMap[file] = [word];
+ }
+ }
+
+ // now check if the files don't contain excluded terms
+ for (file in fileMap) {
+ var valid = true;
+
+ // check if all requirements are matched
+ if (fileMap[file].length != searchterms.length)
+ continue;
+
+ // ensure that none of the excluded terms is in the search result
+ for (i = 0; i < excluded.length; i++) {
+ if (terms[excluded[i]] == file ||
+ titleterms[excluded[i]] == file ||
+ $u.contains(terms[excluded[i]] || [], file) ||
+ $u.contains(titleterms[excluded[i]] || [], file)) {
+ valid = false;
+ break;
+ }
+ }
+
+ // if we have still a valid result we can add it to the result list
+ if (valid) {
+ // select one (max) score for the file.
+ // for better ranking, we should calculate ranking by using words statistics like basic tf-idf...
+ var score = $u.max($u.map(fileMap[file], function(w){return scoreMap[file][w]}));
+ results.push([docnames[file], titles[file], '', null, score, filenames[file]]);
+ }
+ }
+ return results;
+ },
+
+ /**
+ * helper function to return a node containing the
+ * search summary for a given text. keywords is a list
+ * of stemmed words, hlwords is the list of normal, unstemmed
+ * words. the first one is used to find the occurrence, the
+ * latter for highlighting it.
+ */
+ makeSearchSummary : function(text, keywords, hlwords) {
+ var textLower = text.toLowerCase();
+ var start = 0;
+ $.each(keywords, function() {
+ var i = textLower.indexOf(this.toLowerCase());
+ if (i > -1)
+ start = i;
+ });
+ start = Math.max(start - 120, 0);
+ var excerpt = ((start > 0) ? '...' : '') +
+ $.trim(text.substr(start, 240)) +
+ ((start + 240 - text.length) ? '...' : '');
+ var rv = $('<div class="context"></div>').text(excerpt);
+ $.each(hlwords, function() {
+ rv = rv.highlightText(this, 'highlighted');
+ });
+ return rv;
+ }
+};
+
+$(document).ready(function() {
+ Search.init();
+});
\ No newline at end of file
diff --git a/_static/underscore-1.3.1.js b/_static/underscore-1.3.1.js
new file mode 100644
index 0000000..208d4cd
--- /dev/null
+++ b/_static/underscore-1.3.1.js
@@ -0,0 +1,999 @@
+// Underscore.js 1.3.1
+// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
+// Underscore is freely distributable under the MIT license.
+// Portions of Underscore are inspired or borrowed from Prototype,
+// Oliver Steele's Functional, and John Resig's Micro-Templating.
+// For all details and documentation:
+// http://documentcloud.github.com/underscore
+
+(function() {
+
+ // Baseline setup
+ // --------------
+
+ // Establish the root object, `window` in the browser, or `global` on the server.
+ var root = this;
+
+ // Save the previous value of the `_` variable.
+ var previousUnderscore = root._;
+
+ // Establish the object that gets returned to break out of a loop iteration.
+ var breaker = {};
+
+ // Save bytes in the minified (but not gzipped) version:
+ var ArrayProto = Array.prototype, ObjProto = Object.prototype, FuncProto = Function.prototype;
+
+ // Create quick reference variables for speed access to core prototypes.
+ var slice = ArrayProto.slice,
+ unshift = ArrayProto.unshift,
+ toString = ObjProto.toString,
+ hasOwnProperty = ObjProto.hasOwnProperty;
+
+ // All **ECMAScript 5** native function implementations that we hope to use
+ // are declared here.
+ var
+ nativeForEach = ArrayProto.forEach,
+ nativeMap = ArrayProto.map,
+ nativeReduce = ArrayProto.reduce,
+ nativeReduceRight = ArrayProto.reduceRight,
+ nativeFilter = ArrayProto.filter,
+ nativeEvery = ArrayProto.every,
+ nativeSome = ArrayProto.some,
+ nativeIndexOf = ArrayProto.indexOf,
+ nativeLastIndexOf = ArrayProto.lastIndexOf,
+ nativeIsArray = Array.isArray,
+ nativeKeys = Object.keys,
+ nativeBind = FuncProto.bind;
+
+ // Create a safe reference to the Underscore object for use below.
+ var _ = function(obj) { return new wrapper(obj); };
+
+ // Export the Underscore object for **Node.js**, with
+ // backwards-compatibility for the old `require()` API. If we're in
+ // the browser, add `_` as a global object via a string identifier,
+ // for Closure Compiler "advanced" mode.
+ if (typeof exports !== 'undefined') {
+ if (typeof module !== 'undefined' && module.exports) {
+ exports = module.exports = _;
+ }
+ exports._ = _;
+ } else {
+ root['_'] = _;
+ }
+
+ // Current version.
+ _.VERSION = '1.3.1';
+
+ // Collection Functions
+ // --------------------
+
+ // The cornerstone, an `each` implementation, aka `forEach`.
+ // Handles objects with the built-in `forEach`, arrays, and raw objects.
+ // Delegates to **ECMAScript 5**'s native `forEach` if available.
+ var each = _.each = _.forEach = function(obj, iterator, context) {
+ if (obj == null) return;
+ if (nativeForEach && obj.forEach === nativeForEach) {
+ obj.forEach(iterator, context);
+ } else if (obj.length === +obj.length) {
+ for (var i = 0, l = obj.length; i < l; i++) {
+ if (i in obj && iterator.call(context, obj[i], i, obj) === breaker) return;
+ }
+ } else {
+ for (var key in obj) {
+ if (_.has(obj, key)) {
+ if (iterator.call(context, obj[key], key, obj) === breaker) return;
+ }
+ }
+ }
+ };
+
+ // Return the results of applying the iterator to each element.
+ // Delegates to **ECMAScript 5**'s native `map` if available.
+ _.map = _.collect = function(obj, iterator, context) {
+ var results = [];
+ if (obj == null) return results;
+ if (nativeMap && obj.map === nativeMap) return obj.map(iterator, context);
+ each(obj, function(value, index, list) {
+ results[results.length] = iterator.call(context, value, index, list);
+ });
+ if (obj.length === +obj.length) results.length = obj.length;
+ return results;
+ };
+
+ // **Reduce** builds up a single result from a list of values, aka `inject`,
+ // or `foldl`. Delegates to **ECMAScript 5**'s native `reduce` if available.
+ _.reduce = _.foldl = _.inject = function(obj, iterator, memo, context) {
+ var initial = arguments.length > 2;
+ if (obj == null) obj = [];
+ if (nativeReduce && obj.reduce === nativeReduce) {
+ if (context) iterator = _.bind(iterator, context);
+ return initial ? obj.reduce(iterator, memo) : obj.reduce(iterator);
+ }
+ each(obj, function(value, index, list) {
+ if (!initial) {
+ memo = value;
+ initial = true;
+ } else {
+ memo = iterator.call(context, memo, value, index, list);
+ }
+ });
+ if (!initial) throw new TypeError('Reduce of empty array with no initial value');
+ return memo;
+ };
+
+ // The right-associative version of reduce, also known as `foldr`.
+ // Delegates to **ECMAScript 5**'s native `reduceRight` if available.
+ _.reduceRight = _.foldr = function(obj, iterator, memo, context) {
+ var initial = arguments.length > 2;
+ if (obj == null) obj = [];
+ if (nativeReduceRight && obj.reduceRight === nativeReduceRight) {
+ if (context) iterator = _.bind(iterator, context);
+ return initial ? obj.reduceRight(iterator, memo) : obj.reduceRight(iterator);
+ }
+ var reversed = _.toArray(obj).reverse();
+ if (context && !initial) iterator = _.bind(iterator, context);
+ return initial ? _.reduce(reversed, iterator, memo, context) : _.reduce(reversed, iterator);
+ };
+
+ // Return the first value which passes a truth test. Aliased as `detect`.
+ _.find = _.detect = function(obj, iterator, context) {
+ var result;
+ any(obj, function(value, index, list) {
+ if (iterator.call(context, value, index, list)) {
+ result = value;
+ return true;
+ }
+ });
+ return result;
+ };
+
+ // Return all the elements that pass a truth test.
+ // Delegates to **ECMAScript 5**'s native `filter` if available.
+ // Aliased as `select`.
+ _.filter = _.select = function(obj, iterator, context) {
+ var results = [];
+ if (obj == null) return results;
+ if (nativeFilter && obj.filter === nativeFilter) return obj.filter(iterator, context);
+ each(obj, function(value, index, list) {
+ if (iterator.call(context, value, index, list)) results[results.length] = value;
+ });
+ return results;
+ };
+
+ // Return all the elements for which a truth test fails.
+ _.reject = function(obj, iterator, context) {
+ var results = [];
+ if (obj == null) return results;
+ each(obj, function(value, index, list) {
+ if (!iterator.call(context, value, index, list)) results[results.length] = value;
+ });
+ return results;
+ };
+
+ // Determine whether all of the elements match a truth test.
+ // Delegates to **ECMAScript 5**'s native `every` if available.
+ // Aliased as `all`.
+ _.every = _.all = function(obj, iterator, context) {
+ var result = true;
+ if (obj == null) return result;
+ if (nativeEvery && obj.every === nativeEvery) return obj.every(iterator, context);
+ each(obj, function(value, index, list) {
+ if (!(result = result && iterator.call(context, value, index, list))) return breaker;
+ });
+ return result;
+ };
+
+ // Determine if at least one element in the object matches a truth test.
+ // Delegates to **ECMAScript 5**'s native `some` if available.
+ // Aliased as `any`.
+ var any = _.some = _.any = function(obj, iterator, context) {
+ iterator || (iterator = _.identity);
+ var result = false;
+ if (obj == null) return result;
+ if (nativeSome && obj.some === nativeSome) return obj.some(iterator, context);
+ each(obj, function(value, index, list) {
+ if (result || (result = iterator.call(context, value, index, list))) return breaker;
+ });
+ return !!result;
+ };
+
+ // Determine if a given value is included in the array or object using `===`.
+ // Aliased as `contains`.
+ _.include = _.contains = function(obj, target) {
+ var found = false;
+ if (obj == null) return found;
+ if (nativeIndexOf && obj.indexOf === nativeIndexOf) return obj.indexOf(target) != -1;
+ found = any(obj, function(value) {
+ return value === target;
+ });
+ return found;
+ };
+
+ // Invoke a method (with arguments) on every item in a collection.
+ _.invoke = function(obj, method) {
+ var args = slice.call(arguments, 2);
+ return _.map(obj, function(value) {
+ return (_.isFunction(method) ? method || value : value[method]).apply(value, args);
+ });
+ };
+
+ // Convenience version of a common use case of `map`: fetching a property.
+ _.pluck = function(obj, key) {
+ return _.map(obj, function(value){ return value[key]; });
+ };
+
+ // Return the maximum element or (element-based computation).
+ _.max = function(obj, iterator, context) {
+ if (!iterator && _.isArray(obj)) return Math.max.apply(Math, obj);
+ if (!iterator && _.isEmpty(obj)) return -Infinity;
+ var result = {computed : -Infinity};
+ each(obj, function(value, index, list) {
+ var computed = iterator ? iterator.call(context, value, index, list) : value;
+ computed >= result.computed && (result = {value : value, computed : computed});
+ });
+ return result.value;
+ };
+
+ // Return the minimum element (or element-based computation).
+ _.min = function(obj, iterator, context) {
+ if (!iterator && _.isArray(obj)) return Math.min.apply(Math, obj);
+ if (!iterator && _.isEmpty(obj)) return Infinity;
+ var result = {computed : Infinity};
+ each(obj, function(value, index, list) {
+ var computed = iterator ? iterator.call(context, value, index, list) : value;
+ computed < result.computed && (result = {value : value, computed : computed});
+ });
+ return result.value;
+ };
+
+ // Shuffle an array.
+ _.shuffle = function(obj) {
+ var shuffled = [], rand;
+ each(obj, function(value, index, list) {
+ if (index == 0) {
+ shuffled[0] = value;
+ } else {
+ rand = Math.floor(Math.random() * (index + 1));
+ shuffled[index] = shuffled[rand];
+ shuffled[rand] = value;
+ }
+ });
+ return shuffled;
+ };
+
+ // Sort the object's values by a criterion produced by an iterator.
+ _.sortBy = function(obj, iterator, context) {
+ return _.pluck(_.map(obj, function(value, index, list) {
+ return {
+ value : value,
+ criteria : iterator.call(context, value, index, list)
+ };
+ }).sort(function(left, right) {
+ var a = left.criteria, b = right.criteria;
+ return a < b ? -1 : a > b ? 1 : 0;
+ }), 'value');
+ };
+
+ // Groups the object's values by a criterion. Pass either a string attribute
+ // to group by, or a function that returns the criterion.
+ _.groupBy = function(obj, val) {
+ var result = {};
+ var iterator = _.isFunction(val) ? val : function(obj) { return obj[val]; };
+ each(obj, function(value, index) {
+ var key = iterator(value, index);
+ (result[key] || (result[key] = [])).push(value);
+ });
+ return result;
+ };
+
+ // Use a comparator function to figure out at what index an object should
+ // be inserted so as to maintain order. Uses binary search.
+ _.sortedIndex = function(array, obj, iterator) {
+ iterator || (iterator = _.identity);
+ var low = 0, high = array.length;
+ while (low < high) {
+ var mid = (low + high) >> 1;
+ iterator(array[mid]) < iterator(obj) ? low = mid + 1 : high = mid;
+ }
+ return low;
+ };
+
+ // Safely convert anything iterable into a real, live array.
+ _.toArray = function(iterable) {
+ if (!iterable) return [];
+ if (iterable.toArray) return iterable.toArray();
+ if (_.isArray(iterable)) return slice.call(iterable);
+ if (_.isArguments(iterable)) return slice.call(iterable);
+ return _.values(iterable);
+ };
+
+ // Return the number of elements in an object.
+ _.size = function(obj) {
+ return _.toArray(obj).length;
+ };
+
+ // Array Functions
+ // ---------------
+
+ // Get the first element of an array. Passing **n** will return the first N
+ // values in the array. Aliased as `head`. The **guard** check allows it to work
+ // with `_.map`.
+ _.first = _.head = function(array, n, guard) {
+ return (n != null) && !guard ? slice.call(array, 0, n) : array[0];
+ };
+
+ // Returns everything but the last entry of the array. Especcialy useful on
+ // the arguments object. Passing **n** will return all the values in
+ // the array, excluding the last N. The **guard** check allows it to work with
+ // `_.map`.
+ _.initial = function(array, n, guard) {
+ return slice.call(array, 0, array.length - ((n == null) || guard ? 1 : n));
+ };
+
+ // Get the last element of an array. Passing **n** will return the last N
+ // values in the array. The **guard** check allows it to work with `_.map`.
+ _.last = function(array, n, guard) {
+ if ((n != null) && !guard) {
+ return slice.call(array, Math.max(array.length - n, 0));
+ } else {
+ return array[array.length - 1];
+ }
+ };
+
+ // Returns everything but the first entry of the array. Aliased as `tail`.
+ // Especially useful on the arguments object. Passing an **index** will return
+ // the rest of the values in the array from that index onward. The **guard**
+ // check allows it to work with `_.map`.
+ _.rest = _.tail = function(array, index, guard) {
+ return slice.call(array, (index == null) || guard ? 1 : index);
+ };
+
+ // Trim out all falsy values from an array.
+ _.compact = function(array) {
+ return _.filter(array, function(value){ return !!value; });
+ };
+
+ // Return a completely flattened version of an array.
+ _.flatten = function(array, shallow) {
+ return _.reduce(array, function(memo, value) {
+ if (_.isArray(value)) return memo.concat(shallow ? value : _.flatten(value));
+ memo[memo.length] = value;
+ return memo;
+ }, []);
+ };
+
+ // Return a version of the array that does not contain the specified value(s).
+ _.without = function(array) {
+ return _.difference(array, slice.call(arguments, 1));
+ };
+
+ // Produce a duplicate-free version of the array. If the array has already
+ // been sorted, you have the option of using a faster algorithm.
+ // Aliased as `unique`.
+ _.uniq = _.unique = function(array, isSorted, iterator) {
+ var initial = iterator ? _.map(array, iterator) : array;
+ var result = [];
+ _.reduce(initial, function(memo, el, i) {
+ if (0 == i || (isSorted === true ? _.last(memo) != el : !_.include(memo, el))) {
+ memo[memo.length] = el;
+ result[result.length] = array[i];
+ }
+ return memo;
+ }, []);
+ return result;
+ };
+
+ // Produce an array that contains the union: each distinct element from all of
+ // the passed-in arrays.
+ _.union = function() {
+ return _.uniq(_.flatten(arguments, true));
+ };
+
+ // Produce an array that contains every item shared between all the
+ // passed-in arrays. (Aliased as "intersect" for back-compat.)
+ _.intersection = _.intersect = function(array) {
+ var rest = slice.call(arguments, 1);
+ return _.filter(_.uniq(array), function(item) {
+ return _.every(rest, function(other) {
+ return _.indexOf(other, item) >= 0;
+ });
+ });
+ };
+
+ // Take the difference between one array and a number of other arrays.
+ // Only the elements present in just the first array will remain.
+ _.difference = function(array) {
+ var rest = _.flatten(slice.call(arguments, 1));
+ return _.filter(array, function(value){ return !_.include(rest, value); });
+ };
+
+ // Zip together multiple lists into a single array -- elements that share
+ // an index go together.
+ _.zip = function() {
+ var args = slice.call(arguments);
+ var length = _.max(_.pluck(args, 'length'));
+ var results = new Array(length);
+ for (var i = 0; i < length; i++) results[i] = _.pluck(args, "" + i);
+ return results;
+ };
+
+ // If the browser doesn't supply us with indexOf (I'm looking at you, **MSIE**),
+ // we need this function. Return the position of the first occurrence of an
+ // item in an array, or -1 if the item is not included in the array.
+ // Delegates to **ECMAScript 5**'s native `indexOf` if available.
+ // If the array is large and already in sort order, pass `true`
+ // for **isSorted** to use binary search.
+ _.indexOf = function(array, item, isSorted) {
+ if (array == null) return -1;
+ var i, l;
+ if (isSorted) {
+ i = _.sortedIndex(array, item);
+ return array[i] === item ? i : -1;
+ }
+ if (nativeIndexOf && array.indexOf === nativeIndexOf) return array.indexOf(item);
+ for (i = 0, l = array.length; i < l; i++) if (i in array && array[i] === item) return i;
+ return -1;
+ };
+
+ // Delegates to **ECMAScript 5**'s native `lastIndexOf` if available.
+ _.lastIndexOf = function(array, item) {
+ if (array == null) return -1;
+ if (nativeLastIndexOf && array.lastIndexOf === nativeLastIndexOf) return array.lastIndexOf(item);
+ var i = array.length;
+ while (i--) if (i in array && array[i] === item) return i;
+ return -1;
+ };
+
+ // Generate an integer Array containing an arithmetic progression. A port of
+ // the native Python `range()` function. See
+ // [the Python documentation](http://docs.python.org/library/functions.html#range).
+ _.range = function(start, stop, step) {
+ if (arguments.length <= 1) {
+ stop = start || 0;
+ start = 0;
+ }
+ step = arguments[2] || 1;
+
+ var len = Math.max(Math.ceil((stop - start) / step), 0);
+ var idx = 0;
+ var range = new Array(len);
+
+ while(idx < len) {
+ range[idx++] = start;
+ start += step;
+ }
+
+ return range;
+ };
+
+ // Function (ahem) Functions
+ // ------------------
+
+ // Reusable constructor function for prototype setting.
+ var ctor = function(){};
+
+ // Create a function bound to a given object (assigning `this`, and arguments,
+ // optionally). Binding with arguments is also known as `curry`.
+ // Delegates to **ECMAScript 5**'s native `Function.bind` if available.
+ // We check for `func.bind` first, to fail fast when `func` is undefined.
+ _.bind = function bind(func, context) {
+ var bound, args;
+ if (func.bind === nativeBind && nativeBind) return nativeBind.apply(func, slice.call(arguments, 1));
+ if (!_.isFunction(func)) throw new TypeError;
+ args = slice.call(arguments, 2);
+ return bound = function() {
+ if (!(this instanceof bound)) return func.apply(context, args.concat(slice.call(arguments)));
+ ctor.prototype = func.prototype;
+ var self = new ctor;
+ var result = func.apply(self, args.concat(slice.call(arguments)));
+ if (Object(result) === result) return result;
+ return self;
+ };
+ };
+
+ // Bind all of an object's methods to that object. Useful for ensuring that
+ // all callbacks defined on an object belong to it.
+ _.bindAll = function(obj) {
+ var funcs = slice.call(arguments, 1);
+ if (funcs.length == 0) funcs = _.functions(obj);
+ each(funcs, function(f) { obj[f] = _.bind(obj[f], obj); });
+ return obj;
+ };
+
+ // Memoize an expensive function by storing its results.
+ _.memoize = function(func, hasher) {
+ var memo = {};
+ hasher || (hasher = _.identity);
+ return function() {
+ var key = hasher.apply(this, arguments);
+ return _.has(memo, key) ? memo[key] : (memo[key] = func.apply(this, arguments));
+ };
+ };
+
+ // Delays a function for the given number of milliseconds, and then calls
+ // it with the arguments supplied.
+ _.delay = function(func, wait) {
+ var args = slice.call(arguments, 2);
+ return setTimeout(function(){ return func.apply(func, args); }, wait);
+ };
+
+ // Defers a function, scheduling it to run after the current call stack has
+ // cleared.
+ _.defer = function(func) {
+ return _.delay.apply(_, [func, 1].concat(slice.call(arguments, 1)));
+ };
+
+ // Returns a function, that, when invoked, will only be triggered at most once
+ // during a given window of time.
+ _.throttle = function(func, wait) {
+ var context, args, timeout, throttling, more;
+ var whenDone = _.debounce(function(){ more = throttling = false; }, wait);
+ return function() {
+ context = this; args = arguments;
+ var later = function() {
+ timeout = null;
+ if (more) func.apply(context, args);
+ whenDone();
+ };
+ if (!timeout) timeout = setTimeout(later, wait);
+ if (throttling) {
+ more = true;
+ } else {
+ func.apply(context, args);
+ }
+ whenDone();
+ throttling = true;
+ };
+ };
+
+ // Returns a function, that, as long as it continues to be invoked, will not
+ // be triggered. The function will be called after it stops being called for
+ // N milliseconds.
+ _.debounce = function(func, wait) {
+ var timeout;
+ return function() {
+ var context = this, args = arguments;
+ var later = function() {
+ timeout = null;
+ func.apply(context, args);
+ };
+ clearTimeout(timeout);
+ timeout = setTimeout(later, wait);
+ };
+ };
+
+ // Returns a function that will be executed at most one time, no matter how
+ // often you call it. Useful for lazy initialization.
+ _.once = function(func) {
+ var ran = false, memo;
+ return function() {
+ if (ran) return memo;
+ ran = true;
+ return memo = func.apply(this, arguments);
+ };
+ };
+
+ // Returns the first function passed as an argument to the second,
+ // allowing you to adjust arguments, run code before and after, and
+ // conditionally execute the original function.
+ _.wrap = function(func, wrapper) {
+ return function() {
+ var args = [func].concat(slice.call(arguments, 0));
+ return wrapper.apply(this, args);
+ };
+ };
+
+ // Returns a function that is the composition of a list of functions, each
+ // consuming the return value of the function that follows.
+ _.compose = function() {
+ var funcs = arguments;
+ return function() {
+ var args = arguments;
+ for (var i = funcs.length - 1; i >= 0; i--) {
+ args = [funcs[i].apply(this, args)];
+ }
+ return args[0];
+ };
+ };
+
+ // Returns a function that will only be executed after being called N times.
+ _.after = function(times, func) {
+ if (times <= 0) return func();
+ return function() {
+ if (--times < 1) { return func.apply(this, arguments); }
+ };
+ };
+
+ // Object Functions
+ // ----------------
+
+ // Retrieve the names of an object's properties.
+ // Delegates to **ECMAScript 5**'s native `Object.keys`
+ _.keys = nativeKeys || function(obj) {
+ if (obj !== Object(obj)) throw new TypeError('Invalid object');
+ var keys = [];
+ for (var key in obj) if (_.has(obj, key)) keys[keys.length] = key;
+ return keys;
+ };
+
+ // Retrieve the values of an object's properties.
+ _.values = function(obj) {
+ return _.map(obj, _.identity);
+ };
+
+ // Return a sorted list of the function names available on the object.
+ // Aliased as `methods`
+ _.functions = _.methods = function(obj) {
+ var names = [];
+ for (var key in obj) {
+ if (_.isFunction(obj[key])) names.push(key);
+ }
+ return names.sort();
+ };
+
+ // Extend a given object with all the properties in passed-in object(s).
+ _.extend = function(obj) {
+ each(slice.call(arguments, 1), function(source) {
+ for (var prop in source) {
+ obj[prop] = source[prop];
+ }
+ });
+ return obj;
+ };
+
+ // Fill in a given object with default properties.
+ _.defaults = function(obj) {
+ each(slice.call(arguments, 1), function(source) {
+ for (var prop in source) {
+ if (obj[prop] == null) obj[prop] = source[prop];
+ }
+ });
+ return obj;
+ };
+
+ // Create a (shallow-cloned) duplicate of an object.
+ _.clone = function(obj) {
+ if (!_.isObject(obj)) return obj;
+ return _.isArray(obj) ? obj.slice() : _.extend({}, obj);
+ };
+
+ // Invokes interceptor with the obj, and then returns obj.
+ // The primary purpose of this method is to "tap into" a method chain, in
+ // order to perform operations on intermediate results within the chain.
+ _.tap = function(obj, interceptor) {
+ interceptor(obj);
+ return obj;
+ };
+
+ // Internal recursive comparison function.
+ function eq(a, b, stack) {
+ // Identical objects are equal. `0 === -0`, but they aren't identical.
+ // See the Harmony `egal` proposal: http://wiki.ecmascript.org/doku.php?id=harmony:egal.
+ if (a === b) return a !== 0 || 1 / a == 1 / b;
+ // A strict comparison is necessary because `null == undefined`.
+ if (a == null || b == null) return a === b;
+ // Unwrap any wrapped objects.
+ if (a._chain) a = a._wrapped;
+ if (b._chain) b = b._wrapped;
+ // Invoke a custom `isEqual` method if one is provided.
+ if (a.isEqual && _.isFunction(a.isEqual)) return a.isEqual(b);
+ if (b.isEqual && _.isFunction(b.isEqual)) return b.isEqual(a);
+ // Compare `[[Class]]` names.
+ var className = toString.call(a);
+ if (className != toString.call(b)) return false;
+ switch (className) {
+ // Strings, numbers, dates, and booleans are compared by value.
+ case '[object String]':
+ // Primitives and their corresponding object wrappers are equivalent; thus, `"5"` is
+ // equivalent to `new String("5")`.
+ return a == String(b);
+ case '[object Number]':
+ // `NaN`s are equivalent, but non-reflexive. An `egal` comparison is performed for
+ // other numeric values.
+ return a != +a ? b != +b : (a == 0 ? 1 / a == 1 / b : a == +b);
+ case '[object Date]':
+ case '[object Boolean]':
+ // Coerce dates and booleans to numeric primitive values. Dates are compared by their
+ // millisecond representations. Note that invalid dates with millisecond representations
+ // of `NaN` are not equivalent.
+ return +a == +b;
+ // RegExps are compared by their source patterns and flags.
+ case '[object RegExp]':
+ return a.source == b.source &&
+ a.global == b.global &&
+ a.multiline == b.multiline &&
+ a.ignoreCase == b.ignoreCase;
+ }
+ if (typeof a != 'object' || typeof b != 'object') return false;
+ // Assume equality for cyclic structures. The algorithm for detecting cyclic
+ // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.
+ var length = stack.length;
+ while (length--) {
+ // Linear search. Performance is inversely proportional to the number of
+ // unique nested structures.
+ if (stack[length] == a) return true;
+ }
+ // Add the first object to the stack of traversed objects.
+ stack.push(a);
+ var size = 0, result = true;
+ // Recursively compare objects and arrays.
+ if (className == '[object Array]') {
+ // Compare array lengths to determine if a deep comparison is necessary.
+ size = a.length;
+ result = size == b.length;
+ if (result) {
+ // Deep compare the contents, ignoring non-numeric properties.
+ while (size--) {
+ // Ensure commutative equality for sparse arrays.
+ if (!(result = size in a == size in b && eq(a[size], b[size], stack))) break;
+ }
+ }
+ } else {
+ // Objects with different constructors are not equivalent.
+ if ('constructor' in a != 'constructor' in b || a.constructor != b.constructor) return false;
+ // Deep compare objects.
+ for (var key in a) {
+ if (_.has(a, key)) {
+ // Count the expected number of properties.
+ size++;
+ // Deep compare each member.
+ if (!(result = _.has(b, key) && eq(a[key], b[key], stack))) break;
+ }
+ }
+ // Ensure that both objects contain the same number of properties.
+ if (result) {
+ for (key in b) {
+ if (_.has(b, key) && !(size--)) break;
+ }
+ result = !size;
+ }
+ }
+ // Remove the first object from the stack of traversed objects.
+ stack.pop();
+ return result;
+ }
+
+ // Perform a deep comparison to check if two objects are equal.
+ _.isEqual = function(a, b) {
+ return eq(a, b, []);
+ };
+
+ // Is a given array, string, or object empty?
+ // An "empty" object has no enumerable own-properties.
+ _.isEmpty = function(obj) {
+ if (_.isArray(obj) || _.isString(obj)) return obj.length === 0;
+ for (var key in obj) if (_.has(obj, key)) return false;
+ return true;
+ };
+
+ // Is a given value a DOM element?
+ _.isElement = function(obj) {
+ return !!(obj && obj.nodeType == 1);
+ };
+
+ // Is a given value an array?
+ // Delegates to ECMA5's native Array.isArray
+ _.isArray = nativeIsArray || function(obj) {
+ return toString.call(obj) == '[object Array]';
+ };
+
+ // Is a given variable an object?
+ _.isObject = function(obj) {
+ return obj === Object(obj);
+ };
+
+ // Is a given variable an arguments object?
+ _.isArguments = function(obj) {
+ return toString.call(obj) == '[object Arguments]';
+ };
+ if (!_.isArguments(arguments)) {
+ _.isArguments = function(obj) {
+ return !!(obj && _.has(obj, 'callee'));
+ };
+ }
+
+ // Is a given value a function?
+ _.isFunction = function(obj) {
+ return toString.call(obj) == '[object Function]';
+ };
+
+ // Is a given value a string?
+ _.isString = function(obj) {
+ return toString.call(obj) == '[object String]';
+ };
+
+ // Is a given value a number?
+ _.isNumber = function(obj) {
+ return toString.call(obj) == '[object Number]';
+ };
+
+ // Is the given value `NaN`?
+ _.isNaN = function(obj) {
+ // `NaN` is the only value for which `===` is not reflexive.
+ return obj !== obj;
+ };
+
+ // Is a given value a boolean?
+ _.isBoolean = function(obj) {
+ return obj === true || obj === false || toString.call(obj) == '[object Boolean]';
+ };
+
+ // Is a given value a date?
+ _.isDate = function(obj) {
+ return toString.call(obj) == '[object Date]';
+ };
+
+ // Is the given value a regular expression?
+ _.isRegExp = function(obj) {
+ return toString.call(obj) == '[object RegExp]';
+ };
+
+ // Is a given value equal to null?
+ _.isNull = function(obj) {
+ return obj === null;
+ };
+
+ // Is a given variable undefined?
+ _.isUndefined = function(obj) {
+ return obj === void 0;
+ };
+
+ // Has own property?
+ _.has = function(obj, key) {
+ return hasOwnProperty.call(obj, key);
+ };
+
+ // Utility Functions
+ // -----------------
+
+ // Run Underscore.js in *noConflict* mode, returning the `_` variable to its
+ // previous owner. Returns a reference to the Underscore object.
+ _.noConflict = function() {
+ root._ = previousUnderscore;
+ return this;
+ };
+
+ // Keep the identity function around for default iterators.
+ _.identity = function(value) {
+ return value;
+ };
+
+ // Run a function **n** times.
+ _.times = function (n, iterator, context) {
+ for (var i = 0; i < n; i++) iterator.call(context, i);
+ };
+
+ // Escape a string for HTML interpolation.
+ _.escape = function(string) {
+ return (''+string).replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''').replace(/\//g,'/');
+ };
+
+ // Add your own custom functions to the Underscore object, ensuring that
+ // they're correctly added to the OOP wrapper as well.
+ _.mixin = function(obj) {
+ each(_.functions(obj), function(name){
+ addToWrapper(name, _[name] = obj[name]);
+ });
+ };
+
+ // Generate a unique integer id (unique within the entire client session).
+ // Useful for temporary DOM ids.
+ var idCounter = 0;
+ _.uniqueId = function(prefix) {
+ var id = idCounter++;
+ return prefix ? prefix + id : id;
+ };
+
+ // By default, Underscore uses ERB-style template delimiters, change the
+ // following template settings to use alternative delimiters.
+ _.templateSettings = {
+ evaluate : /<%([\s\S]+?)%>/g,
+ interpolate : /<%=([\s\S]+?)%>/g,
+ escape : /<%-([\s\S]+?)%>/g
+ };
+
+ // When customizing `templateSettings`, if you don't want to define an
+ // interpolation, evaluation or escaping regex, we need one that is
+ // guaranteed not to match.
+ var noMatch = /.^/;
+
+ // Within an interpolation, evaluation, or escaping, remove HTML escaping
+ // that had been previously added.
+ var unescape = function(code) {
+ return code.replace(/\\\\/g, '\\').replace(/\\'/g, "'");
+ };
+
+ // JavaScript micro-templating, similar to John Resig's implementation.
+ // Underscore templating handles arbitrary delimiters, preserves whitespace,
+ // and correctly escapes quotes within interpolated code.
+ _.template = function(str, data) {
+ var c = _.templateSettings;
+ var tmpl = 'var __p=[],print=function(){__p.push.apply(__p,arguments);};' +
+ 'with(obj||{}){__p.push(\'' +
+ str.replace(/\\/g, '\\\\')
+ .replace(/'/g, "\\'")
+ .replace(c.escape || noMatch, function(match, code) {
+ return "',_.escape(" + unescape(code) + "),'";
+ })
+ .replace(c.interpolate || noMatch, function(match, code) {
+ return "'," + unescape(code) + ",'";
+ })
+ .replace(c.evaluate || noMatch, function(match, code) {
+ return "');" + unescape(code).replace(/[\r\n\t]/g, ' ') + ";__p.push('";
+ })
+ .replace(/\r/g, '\\r')
+ .replace(/\n/g, '\\n')
+ .replace(/\t/g, '\\t')
+ + "');}return __p.join('');";
+ var func = new Function('obj', '_', tmpl);
+ if (data) return func(data, _);
+ return function(data) {
+ return func.call(this, data, _);
+ };
+ };
+
+ // Add a "chain" function, which will delegate to the wrapper.
+ _.chain = function(obj) {
+ return _(obj).chain();
+ };
+
+ // The OOP Wrapper
+ // ---------------
+
+ // If Underscore is called as a function, it returns a wrapped object that
+ // can be used OO-style. This wrapper holds altered versions of all the
+ // underscore functions. Wrapped objects may be chained.
+ var wrapper = function(obj) { this._wrapped = obj; };
+
+ // Expose `wrapper.prototype` as `_.prototype`
+ _.prototype = wrapper.prototype;
+
+ // Helper function to continue chaining intermediate results.
+ var result = function(obj, chain) {
+ return chain ? _(obj).chain() : obj;
+ };
+
+ // A method to easily add functions to the OOP wrapper.
+ var addToWrapper = function(name, func) {
+ wrapper.prototype[name] = function() {
+ var args = slice.call(arguments);
+ unshift.call(args, this._wrapped);
+ return result(func.apply(_, args), this._chain);
+ };
+ };
+
+ // Add all of the Underscore functions to the wrapper object.
+ _.mixin(_);
+
+ // Add all mutator Array functions to the wrapper.
+ each(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {
+ var method = ArrayProto[name];
+ wrapper.prototype[name] = function() {
+ var wrapped = this._wrapped;
+ method.apply(wrapped, arguments);
+ var length = wrapped.length;
+ if ((name == 'shift' || name == 'splice') && length === 0) delete wrapped[0];
+ return result(wrapped, this._chain);
+ };
+ });
+
+ // Add all accessor Array functions to the wrapper.
+ each(['concat', 'join', 'slice'], function(name) {
+ var method = ArrayProto[name];
+ wrapper.prototype[name] = function() {
+ return result(method.apply(this._wrapped, arguments), this._chain);
+ };
+ });
+
+ // Start chaining a wrapped Underscore object.
+ wrapper.prototype.chain = function() {
+ this._chain = true;
+ return this;
+ };
+
+ // Extracts the result from a wrapped and chained object.
+ wrapper.prototype.value = function() {
+ return this._wrapped;
+ };
+
+}).call(this);
diff --git a/_static/underscore.js b/_static/underscore.js
new file mode 100644
index 0000000..5b55f32
--- /dev/null
+++ b/_static/underscore.js
@@ -0,0 +1,31 @@
+// Underscore.js 1.3.1
+// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
+// Underscore is freely distributable under the MIT license.
+// Portions of Underscore are inspired or borrowed from Prototype,
+// Oliver Steele's Functional, and John Resig's Micro-Templating.
+// For all details and documentation:
+// http://documentcloud.github.com/underscore
+(function(){function q(a,c,d){if(a===c)return a!==0||1/a==1/c;if(a==null||c==null)return a===c;if(a._chain)a=a._wrapped;if(c._chain)c=c._wrapped;if(a.isEqual&&b.isFunction(a.isEqual))return a.isEqual(c);if(c.isEqual&&b.isFunction(c.isEqual))return c.isEqual(a);var e=l.call(a);if(e!=l.call(c))return false;switch(e){case "[object String]":return a==String(c);case "[object Number]":return a!=+a?c!=+c:a==0?1/a==1/c:a==+c;case "[object Date]":case "[object Boolean]":return+a==+c;case "[object RegExp]":return a.source==
+c.source&&a.global==c.global&&a.multiline==c.multiline&&a.ignoreCase==c.ignoreCase}if(typeof a!="object"||typeof c!="object")return false;for(var f=d.length;f--;)if(d[f]==a)return true;d.push(a);var f=0,g=true;if(e=="[object Array]"){if(f=a.length,g=f==c.length)for(;f--;)if(!(g=f in a==f in c&&q(a[f],c[f],d)))break}else{if("constructor"in a!="constructor"in c||a.constructor!=c.constructor)return false;for(var h in a)if(b.has(a,h)&&(f++,!(g=b.has(c,h)&&q(a[h],c[h],d))))break;if(g){for(h in c)if(b.has(c,
+h)&&!f--)break;g=!f}}d.pop();return g}var r=this,G=r._,n={},k=Array.prototype,o=Object.prototype,i=k.slice,H=k.unshift,l=o.toString,I=o.hasOwnProperty,w=k.forEach,x=k.map,y=k.reduce,z=k.reduceRight,A=k.filter,B=k.every,C=k.some,p=k.indexOf,D=k.lastIndexOf,o=Array.isArray,J=Object.keys,s=Function.prototype.bind,b=function(a){return new m(a)};if(typeof exports!=="undefined"){if(typeof module!=="undefined"&&module.exports)exports=module.exports=b;exports._=b}else r._=b;b.VERSION="1.3.1";var j=b.each=
+b.forEach=function(a,c,d){if(a!=null)if(w&&a.forEach===w)a.forEach(c,d);else if(a.length===+a.length)for(var e=0,f=a.length;e<f;e++){if(e in a&&c.call(d,a[e],e,a)===n)break}else for(e in a)if(b.has(a,e)&&c.call(d,a[e],e,a)===n)break};b.map=b.collect=function(a,c,b){var e=[];if(a==null)return e;if(x&&a.map===x)return a.map(c,b);j(a,function(a,g,h){e[e.length]=c.call(b,a,g,h)});if(a.length===+a.length)e.length=a.length;return e};b.reduce=b.foldl=b.inject=function(a,c,d,e){var f=arguments.length>2;a==
+null&&(a=[]);if(y&&a.reduce===y)return e&&(c=b.bind(c,e)),f?a.reduce(c,d):a.reduce(c);j(a,function(a,b,i){f?d=c.call(e,d,a,b,i):(d=a,f=true)});if(!f)throw new TypeError("Reduce of empty array with no initial value");return d};b.reduceRight=b.foldr=function(a,c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(z&&a.reduceRight===z)return e&&(c=b.bind(c,e)),f?a.reduceRight(c,d):a.reduceRight(c);var g=b.toArray(a).reverse();e&&!f&&(c=b.bind(c,e));return f?b.reduce(g,c,d,e):b.reduce(g,c)};b.find=b.detect=
+function(a,c,b){var e;E(a,function(a,g,h){if(c.call(b,a,g,h))return e=a,true});return e};b.filter=b.select=function(a,c,b){var e=[];if(a==null)return e;if(A&&a.filter===A)return a.filter(c,b);j(a,function(a,g,h){c.call(b,a,g,h)&&(e[e.length]=a)});return e};b.reject=function(a,c,b){var e=[];if(a==null)return e;j(a,function(a,g,h){c.call(b,a,g,h)||(e[e.length]=a)});return e};b.every=b.all=function(a,c,b){var e=true;if(a==null)return e;if(B&&a.every===B)return a.every(c,b);j(a,function(a,g,h){if(!(e=
+e&&c.call(b,a,g,h)))return n});return e};var E=b.some=b.any=function(a,c,d){c||(c=b.identity);var e=false;if(a==null)return e;if(C&&a.some===C)return a.some(c,d);j(a,function(a,b,h){if(e||(e=c.call(d,a,b,h)))return n});return!!e};b.include=b.contains=function(a,c){var b=false;if(a==null)return b;return p&&a.indexOf===p?a.indexOf(c)!=-1:b=E(a,function(a){return a===c})};b.invoke=function(a,c){var d=i.call(arguments,2);return b.map(a,function(a){return(b.isFunction(c)?c||a:a[c]).apply(a,d)})};b.pluck=
+function(a,c){return b.map(a,function(a){return a[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a))return Math.max.apply(Math,a);if(!c&&b.isEmpty(a))return-Infinity;var e={computed:-Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b>=e.computed&&(e={value:a,computed:b})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a))return Math.min.apply(Math,a);if(!c&&b.isEmpty(a))return Infinity;var e={computed:Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b<e.computed&&(e={value:a,computed:b})});
+return e.value};b.shuffle=function(a){var b=[],d;j(a,function(a,f){f==0?b[0]=a:(d=Math.floor(Math.random()*(f+1)),b[f]=b[d],b[d]=a)});return b};b.sortBy=function(a,c,d){return b.pluck(b.map(a,function(a,b,g){return{value:a,criteria:c.call(d,a,b,g)}}).sort(function(a,b){var c=a.criteria,d=b.criteria;return c<d?-1:c>d?1:0}),"value")};b.groupBy=function(a,c){var d={},e=b.isFunction(c)?c:function(a){return a[c]};j(a,function(a,b){var c=e(a,b);(d[c]||(d[c]=[])).push(a)});return d};b.sortedIndex=function(a,
+c,d){d||(d=b.identity);for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?e=g+1:f=g}return e};b.toArray=function(a){return!a?[]:a.toArray?a.toArray():b.isArray(a)?i.call(a):b.isArguments(a)?i.call(a):b.values(a)};b.size=function(a){return b.toArray(a).length};b.first=b.head=function(a,b,d){return b!=null&&!d?i.call(a,0,b):a[0]};b.initial=function(a,b,d){return i.call(a,0,a.length-(b==null||d?1:b))};b.last=function(a,b,d){return b!=null&&!d?i.call(a,Math.max(a.length-b,0)):a[a.length-1]};b.rest=
+b.tail=function(a,b,d){return i.call(a,b==null||d?1:b)};b.compact=function(a){return b.filter(a,function(a){return!!a})};b.flatten=function(a,c){return b.reduce(a,function(a,e){if(b.isArray(e))return a.concat(c?e:b.flatten(e));a[a.length]=e;return a},[])};b.without=function(a){return b.difference(a,i.call(arguments,1))};b.uniq=b.unique=function(a,c,d){var d=d?b.map(a,d):a,e=[];b.reduce(d,function(d,g,h){if(0==h||(c===true?b.last(d)!=g:!b.include(d,g)))d[d.length]=g,e[e.length]=a[h];return d},[]);
+return e};b.union=function(){return b.uniq(b.flatten(arguments,true))};b.intersection=b.intersect=function(a){var c=i.call(arguments,1);return b.filter(b.uniq(a),function(a){return b.every(c,function(c){return b.indexOf(c,a)>=0})})};b.difference=function(a){var c=b.flatten(i.call(arguments,1));return b.filter(a,function(a){return!b.include(c,a)})};b.zip=function(){for(var a=i.call(arguments),c=b.max(b.pluck(a,"length")),d=Array(c),e=0;e<c;e++)d[e]=b.pluck(a,""+e);return d};b.indexOf=function(a,c,
+d){if(a==null)return-1;var e;if(d)return d=b.sortedIndex(a,c),a[d]===c?d:-1;if(p&&a.indexOf===p)return a.indexOf(c);for(d=0,e=a.length;d<e;d++)if(d in a&&a[d]===c)return d;return-1};b.lastIndexOf=function(a,b){if(a==null)return-1;if(D&&a.lastIndexOf===D)return a.lastIndexOf(b);for(var d=a.length;d--;)if(d in a&&a[d]===b)return d;return-1};b.range=function(a,b,d){arguments.length<=1&&(b=a||0,a=0);for(var d=arguments[2]||1,e=Math.max(Math.ceil((b-a)/d),0),f=0,g=Array(e);f<e;)g[f++]=a,a+=d;return g};
+var F=function(){};b.bind=function(a,c){var d,e;if(a.bind===s&&s)return s.apply(a,i.call(arguments,1));if(!b.isFunction(a))throw new TypeError;e=i.call(arguments,2);return d=function(){if(!(this instanceof d))return a.apply(c,e.concat(i.call(arguments)));F.prototype=a.prototype;var b=new F,g=a.apply(b,e.concat(i.call(arguments)));return Object(g)===g?g:b}};b.bindAll=function(a){var c=i.call(arguments,1);c.length==0&&(c=b.functions(a));j(c,function(c){a[c]=b.bind(a[c],a)});return a};b.memoize=function(a,
+c){var d={};c||(c=b.identity);return function(){var e=c.apply(this,arguments);return b.has(d,e)?d[e]:d[e]=a.apply(this,arguments)}};b.delay=function(a,b){var d=i.call(arguments,2);return setTimeout(function(){return a.apply(a,d)},b)};b.defer=function(a){return b.delay.apply(b,[a,1].concat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i=b.debounce(function(){h=g=false},c);return function(){d=this;e=arguments;var b;f||(f=setTimeout(function(){f=null;h&&a.apply(d,e);i()},c));g?h=true:
+a.apply(d,e);i();g=true}};b.debounce=function(a,b){var d;return function(){var e=this,f=arguments;clearTimeout(d);d=setTimeout(function(){d=null;a.apply(e,f)},b)}};b.once=function(a){var b=false,d;return function(){if(b)return d;b=true;return d=a.apply(this,arguments)}};b.wrap=function(a,b){return function(){var d=[a].concat(i.call(arguments,0));return b.apply(this,d)}};b.compose=function(){var a=arguments;return function(){for(var b=arguments,d=a.length-1;d>=0;d--)b=[a[d].apply(this,b)];return b[0]}};
+b.after=function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=J||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var c=[],d;for(d in a)b.has(a,d)&&(c[c.length]=d);return c};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)a[d]=b[d]});return a};b.defaults=function(a){j(i.call(arguments,
+1),function(b){for(var d in b)a[d]==null&&(a[d]=b[d])});return a};b.clone=function(a){return!b.isObject(a)?a:b.isArray(a)?a.slice():b.extend({},a)};b.tap=function(a,b){b(a);return a};b.isEqual=function(a,b){return q(a,b,[])};b.isEmpty=function(a){if(b.isArray(a)||b.isString(a))return a.length===0;for(var c in a)if(b.has(a,c))return false;return true};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=o||function(a){return l.call(a)=="[object Array]"};b.isObject=function(a){return a===Object(a)};
+b.isArguments=function(a){return l.call(a)=="[object Arguments]"};if(!b.isArguments(arguments))b.isArguments=function(a){return!(!a||!b.has(a,"callee"))};b.isFunction=function(a){return l.call(a)=="[object Function]"};b.isString=function(a){return l.call(a)=="[object String]"};b.isNumber=function(a){return l.call(a)=="[object Number]"};b.isNaN=function(a){return a!==a};b.isBoolean=function(a){return a===true||a===false||l.call(a)=="[object Boolean]"};b.isDate=function(a){return l.call(a)=="[object Date]"};
+b.isRegExp=function(a){return l.call(a)=="[object RegExp]"};b.isNull=function(a){return a===null};b.isUndefined=function(a){return a===void 0};b.has=function(a,b){return I.call(a,b)};b.noConflict=function(){r._=G;return this};b.identity=function(a){return a};b.times=function(a,b,d){for(var e=0;e<a;e++)b.call(d,e)};b.escape=function(a){return(""+a).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")};b.mixin=function(a){j(b.functions(a),
+function(c){K(c,b[c]=a[c])})};var L=0;b.uniqueId=function(a){var b=L++;return a?a+b:b};b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var t=/.^/,u=function(a){return a.replace(/\\\\/g,"\\").replace(/\\'/g,"'")};b.template=function(a,c){var d=b.templateSettings,d="var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push('"+a.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(d.escape||t,function(a,b){return"',_.escape("+
+u(b)+"),'"}).replace(d.interpolate||t,function(a,b){return"',"+u(b)+",'"}).replace(d.evaluate||t,function(a,b){return"');"+u(b).replace(/[\r\n\t]/g," ")+";__p.push('"}).replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace(/\t/g,"\\t")+"');}return __p.join('');",e=new Function("obj","_",d);return c?e(c,b):function(a){return e.call(this,a,b)}};b.chain=function(a){return b(a).chain()};var m=function(a){this._wrapped=a};b.prototype=m.prototype;var v=function(a,c){return c?b(a).chain():a},K=function(a,c){m.prototype[a]=
+function(){var a=i.call(arguments);H.call(a,this._wrapped);return v(c.apply(b,a),this._chain)}};b.mixin(b);j("pop,push,reverse,shift,sort,splice,unshift".split(","),function(a){var b=k[a];m.prototype[a]=function(){var d=this._wrapped;b.apply(d,arguments);var e=d.length;(a=="shift"||a=="splice")&&e===0&&delete d[0];return v(d,this._chain)}});j(["concat","join","slice"],function(a){var b=k[a];m.prototype[a]=function(){return v(b.apply(this._wrapped,arguments),this._chain)}});m.prototype.chain=function(){this._chain=
+true;return this};m.prototype.value=function(){return this._wrapped}}).call(this);
diff --git a/_static/up-pressed.png b/_static/up-pressed.png
new file mode 100644
index 0000000..acee3b6
--- /dev/null
+++ b/_static/up-pressed.png
Binary files differ
diff --git a/_static/up.png b/_static/up.png
new file mode 100644
index 0000000..2a940a7
--- /dev/null
+++ b/_static/up.png
Binary files differ
diff --git a/_static/websupport.js b/_static/websupport.js
new file mode 100644
index 0000000..78e14bb
--- /dev/null
+++ b/_static/websupport.js
@@ -0,0 +1,808 @@
+/*
+ * websupport.js
+ * ~~~~~~~~~~~~~
+ *
+ * sphinx.websupport utilities for all documentation.
+ *
+ * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+
+(function($) {
+ $.fn.autogrow = function() {
+ return this.each(function() {
+ var textarea = this;
+
+ $.fn.autogrow.resize(textarea);
+
+ $(textarea)
+ .focus(function() {
+ textarea.interval = setInterval(function() {
+ $.fn.autogrow.resize(textarea);
+ }, 500);
+ })
+ .blur(function() {
+ clearInterval(textarea.interval);
+ });
+ });
+ };
+
+ $.fn.autogrow.resize = function(textarea) {
+ var lineHeight = parseInt($(textarea).css('line-height'), 10);
+ var lines = textarea.value.split('\n');
+ var columns = textarea.cols;
+ var lineCount = 0;
+ $.each(lines, function() {
+ lineCount += Math.ceil(this.length / columns) || 1;
+ });
+ var height = lineHeight * (lineCount + 1);
+ $(textarea).css('height', height);
+ };
+})(jQuery);
+
+(function($) {
+ var comp, by;
+
+ function init() {
+ initEvents();
+ initComparator();
+ }
+
+ function initEvents() {
+ $(document).on("click", 'a.comment-close', function(event) {
+ event.preventDefault();
+ hide($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.vote', function(event) {
+ event.preventDefault();
+ handleVote($(this));
+ });
+ $(document).on("click", 'a.reply', function(event) {
+ event.preventDefault();
+ openReply($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.close-reply', function(event) {
+ event.preventDefault();
+ closeReply($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.sort-option', function(event) {
+ event.preventDefault();
+ handleReSort($(this));
+ });
+ $(document).on("click", 'a.show-proposal', function(event) {
+ event.preventDefault();
+ showProposal($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.hide-proposal', function(event) {
+ event.preventDefault();
+ hideProposal($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.show-propose-change', function(event) {
+ event.preventDefault();
+ showProposeChange($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.hide-propose-change', function(event) {
+ event.preventDefault();
+ hideProposeChange($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.accept-comment', function(event) {
+ event.preventDefault();
+ acceptComment($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.delete-comment', function(event) {
+ event.preventDefault();
+ deleteComment($(this).attr('id').substring(2));
+ });
+ $(document).on("click", 'a.comment-markup', function(event) {
+ event.preventDefault();
+ toggleCommentMarkupBox($(this).attr('id').substring(2));
+ });
+ }
+
+ /**
+ * Set comp, which is a comparator function used for sorting and
+ * inserting comments into the list.
+ */
+ function setComparator() {
+ // If the first three letters are "asc", sort in ascending order
+ // and remove the prefix.
+ if (by.substring(0,3) == 'asc') {
+ var i = by.substring(3);
+ comp = function(a, b) { return a[i] - b[i]; };
+ } else {
+ // Otherwise sort in descending order.
+ comp = function(a, b) { return b[by] - a[by]; };
+ }
+
+ // Reset link styles and format the selected sort option.
+ $('a.sel').attr('href', '#').removeClass('sel');
+ $('a.by' + by).removeAttr('href').addClass('sel');
+ }
+
+ /**
+ * Create a comp function. If the user has preferences stored in
+ * the sortBy cookie, use those, otherwise use the default.
+ */
+ function initComparator() {
+ by = 'rating'; // Default to sort by rating.
+ // If the sortBy cookie is set, use that instead.
+ if (document.cookie.length > 0) {
+ var start = document.cookie.indexOf('sortBy=');
+ if (start != -1) {
+ start = start + 7;
+ var end = document.cookie.indexOf(";", start);
+ if (end == -1) {
+ end = document.cookie.length;
+ by = unescape(document.cookie.substring(start, end));
+ }
+ }
+ }
+ setComparator();
+ }
+
+ /**
+ * Show a comment div.
+ */
+ function show(id) {
+ $('#ao' + id).hide();
+ $('#ah' + id).show();
+ var context = $.extend({id: id}, opts);
+ var popup = $(renderTemplate(popupTemplate, context)).hide();
+ popup.find('textarea[name="proposal"]').hide();
+ popup.find('a.by' + by).addClass('sel');
+ var form = popup.find('#cf' + id);
+ form.submit(function(event) {
+ event.preventDefault();
+ addComment(form);
+ });
+ $('#s' + id).after(popup);
+ popup.slideDown('fast', function() {
+ getComments(id);
+ });
+ }
+
+ /**
+ * Hide a comment div.
+ */
+ function hide(id) {
+ $('#ah' + id).hide();
+ $('#ao' + id).show();
+ var div = $('#sc' + id);
+ div.slideUp('fast', function() {
+ div.remove();
+ });
+ }
+
+ /**
+ * Perform an ajax request to get comments for a node
+ * and insert the comments into the comments tree.
+ */
+ function getComments(id) {
+ $.ajax({
+ type: 'GET',
+ url: opts.getCommentsURL,
+ data: {node: id},
+ success: function(data, textStatus, request) {
+ var ul = $('#cl' + id);
+ var speed = 100;
+ $('#cf' + id)
+ .find('textarea[name="proposal"]')
+ .data('source', data.source);
+
+ if (data.comments.length === 0) {
+ ul.html('<li>No comments yet.</li>');
+ ul.data('empty', true);
+ } else {
+ // If there are comments, sort them and put them in the list.
+ var comments = sortComments(data.comments);
+ speed = data.comments.length * 100;
+ appendComments(comments, ul);
+ ul.data('empty', false);
+ }
+ $('#cn' + id).slideUp(speed + 200);
+ ul.slideDown(speed);
+ },
+ error: function(request, textStatus, error) {
+ showError('Oops, there was a problem retrieving the comments.');
+ },
+ dataType: 'json'
+ });
+ }
+
+ /**
+ * Add a comment via ajax and insert the comment into the comment tree.
+ */
+ function addComment(form) {
+ var node_id = form.find('input[name="node"]').val();
+ var parent_id = form.find('input[name="parent"]').val();
+ var text = form.find('textarea[name="comment"]').val();
+ var proposal = form.find('textarea[name="proposal"]').val();
+
+ if (text == '') {
+ showError('Please enter a comment.');
+ return;
+ }
+
+ // Disable the form that is being submitted.
+ form.find('textarea,input').attr('disabled', 'disabled');
+
+ // Send the comment to the server.
+ $.ajax({
+ type: "POST",
+ url: opts.addCommentURL,
+ dataType: 'json',
+ data: {
+ node: node_id,
+ parent: parent_id,
+ text: text,
+ proposal: proposal
+ },
+ success: function(data, textStatus, error) {
+ // Reset the form.
+ if (node_id) {
+ hideProposeChange(node_id);
+ }
+ form.find('textarea')
+ .val('')
+ .add(form.find('input'))
+ .removeAttr('disabled');
+ var ul = $('#cl' + (node_id || parent_id));
+ if (ul.data('empty')) {
+ $(ul).empty();
+ ul.data('empty', false);
+ }
+ insertComment(data.comment);
+ var ao = $('#ao' + node_id);
+ ao.find('img').attr({'src': opts.commentBrightImage});
+ if (node_id) {
+ // if this was a "root" comment, remove the commenting box
+ // (the user can get it back by reopening the comment popup)
+ $('#ca' + node_id).slideUp();
+ }
+ },
+ error: function(request, textStatus, error) {
+ form.find('textarea,input').removeAttr('disabled');
+ showError('Oops, there was a problem adding the comment.');
+ }
+ });
+ }
+
+ /**
+ * Recursively append comments to the main comment list and children
+ * lists, creating the comment tree.
+ */
+ function appendComments(comments, ul) {
+ $.each(comments, function() {
+ var div = createCommentDiv(this);
+ ul.append($(document.createElement('li')).html(div));
+ appendComments(this.children, div.find('ul.comment-children'));
+ // To avoid stagnating data, don't store the comments children in data.
+ this.children = null;
+ div.data('comment', this);
+ });
+ }
+
+ /**
+ * After adding a new comment, it must be inserted in the correct
+ * location in the comment tree.
+ */
+ function insertComment(comment) {
+ var div = createCommentDiv(comment);
+
+ // To avoid stagnating data, don't store the comments children in data.
+ comment.children = null;
+ div.data('comment', comment);
+
+ var ul = $('#cl' + (comment.node || comment.parent));
+ var siblings = getChildren(ul);
+
+ var li = $(document.createElement('li'));
+ li.hide();
+
+ // Determine where in the parents children list to insert this comment.
+ for(var i=0; i < siblings.length; i++) {
+ if (comp(comment, siblings[i]) <= 0) {
+ $('#cd' + siblings[i].id)
+ .parent()
+ .before(li.html(div));
+ li.slideDown('fast');
+ return;
+ }
+ }
+
+ // If we get here, this comment rates lower than all the others,
+ // or it is the only comment in the list.
+ ul.append(li.html(div));
+ li.slideDown('fast');
+ }
+
+ function acceptComment(id) {
+ $.ajax({
+ type: 'POST',
+ url: opts.acceptCommentURL,
+ data: {id: id},
+ success: function(data, textStatus, request) {
+ $('#cm' + id).fadeOut('fast');
+ $('#cd' + id).removeClass('moderate');
+ },
+ error: function(request, textStatus, error) {
+ showError('Oops, there was a problem accepting the comment.');
+ }
+ });
+ }
+
+ function deleteComment(id) {
+ $.ajax({
+ type: 'POST',
+ url: opts.deleteCommentURL,
+ data: {id: id},
+ success: function(data, textStatus, request) {
+ var div = $('#cd' + id);
+ if (data == 'delete') {
+ // Moderator mode: remove the comment and all children immediately
+ div.slideUp('fast', function() {
+ div.remove();
+ });
+ return;
+ }
+ // User mode: only mark the comment as deleted
+ div
+ .find('span.user-id:first')
+ .text('[deleted]').end()
+ .find('div.comment-text:first')
+ .text('[deleted]').end()
+ .find('#cm' + id + ', #dc' + id + ', #ac' + id + ', #rc' + id +
+ ', #sp' + id + ', #hp' + id + ', #cr' + id + ', #rl' + id)
+ .remove();
+ var comment = div.data('comment');
+ comment.username = '[deleted]';
+ comment.text = '[deleted]';
+ div.data('comment', comment);
+ },
+ error: function(request, textStatus, error) {
+ showError('Oops, there was a problem deleting the comment.');
+ }
+ });
+ }
+
+ function showProposal(id) {
+ $('#sp' + id).hide();
+ $('#hp' + id).show();
+ $('#pr' + id).slideDown('fast');
+ }
+
+ function hideProposal(id) {
+ $('#hp' + id).hide();
+ $('#sp' + id).show();
+ $('#pr' + id).slideUp('fast');
+ }
+
+ function showProposeChange(id) {
+ $('#pc' + id).hide();
+ $('#hc' + id).show();
+ var textarea = $('#pt' + id);
+ textarea.val(textarea.data('source'));
+ $.fn.autogrow.resize(textarea[0]);
+ textarea.slideDown('fast');
+ }
+
+ function hideProposeChange(id) {
+ $('#hc' + id).hide();
+ $('#pc' + id).show();
+ var textarea = $('#pt' + id);
+ textarea.val('').removeAttr('disabled');
+ textarea.slideUp('fast');
+ }
+
+ function toggleCommentMarkupBox(id) {
+ $('#mb' + id).toggle();
+ }
+
+ /** Handle when the user clicks on a sort by link. */
+ function handleReSort(link) {
+ var classes = link.attr('class').split(/\s+/);
+ for (var i=0; i<classes.length; i++) {
+ if (classes[i] != 'sort-option') {
+ by = classes[i].substring(2);
+ }
+ }
+ setComparator();
+ // Save/update the sortBy cookie.
+ var expiration = new Date();
+ expiration.setDate(expiration.getDate() + 365);
+ document.cookie= 'sortBy=' + escape(by) +
+ ';expires=' + expiration.toUTCString();
+ $('ul.comment-ul').each(function(index, ul) {
+ var comments = getChildren($(ul), true);
+ comments = sortComments(comments);
+ appendComments(comments, $(ul).empty());
+ });
+ }
+
+ /**
+ * Function to process a vote when a user clicks an arrow.
+ */
+ function handleVote(link) {
+ if (!opts.voting) {
+ showError("You'll need to login to vote.");
+ return;
+ }
+
+ var id = link.attr('id');
+ if (!id) {
+ // Didn't click on one of the voting arrows.
+ return;
+ }
+ // If it is an unvote, the new vote value is 0,
+ // Otherwise it's 1 for an upvote, or -1 for a downvote.
+ var value = 0;
+ if (id.charAt(1) != 'u') {
+ value = id.charAt(0) == 'u' ? 1 : -1;
+ }
+ // The data to be sent to the server.
+ var d = {
+ comment_id: id.substring(2),
+ value: value
+ };
+
+ // Swap the vote and unvote links.
+ link.hide();
+ $('#' + id.charAt(0) + (id.charAt(1) == 'u' ? 'v' : 'u') + d.comment_id)
+ .show();
+
+ // The div the comment is displayed in.
+ var div = $('div#cd' + d.comment_id);
+ var data = div.data('comment');
+
+ // If this is not an unvote, and the other vote arrow has
+ // already been pressed, unpress it.
+ if ((d.value !== 0) && (data.vote === d.value * -1)) {
+ $('#' + (d.value == 1 ? 'd' : 'u') + 'u' + d.comment_id).hide();
+ $('#' + (d.value == 1 ? 'd' : 'u') + 'v' + d.comment_id).show();
+ }
+
+ // Update the comments rating in the local data.
+ data.rating += (data.vote === 0) ? d.value : (d.value - data.vote);
+ data.vote = d.value;
+ div.data('comment', data);
+
+ // Change the rating text.
+ div.find('.rating:first')
+ .text(data.rating + ' point' + (data.rating == 1 ? '' : 's'));
+
+ // Send the vote information to the server.
+ $.ajax({
+ type: "POST",
+ url: opts.processVoteURL,
+ data: d,
+ error: function(request, textStatus, error) {
+ showError('Oops, there was a problem casting that vote.');
+ }
+ });
+ }
+
+ /**
+ * Open a reply form used to reply to an existing comment.
+ */
+ function openReply(id) {
+ // Swap out the reply link for the hide link
+ $('#rl' + id).hide();
+ $('#cr' + id).show();
+
+ // Add the reply li to the children ul.
+ var div = $(renderTemplate(replyTemplate, {id: id})).hide();
+ $('#cl' + id)
+ .prepend(div)
+ // Setup the submit handler for the reply form.
+ .find('#rf' + id)
+ .submit(function(event) {
+ event.preventDefault();
+ addComment($('#rf' + id));
+ closeReply(id);
+ })
+ .find('input[type=button]')
+ .click(function() {
+ closeReply(id);
+ });
+ div.slideDown('fast', function() {
+ $('#rf' + id).find('textarea').focus();
+ });
+ }
+
+ /**
+ * Close the reply form opened with openReply.
+ */
+ function closeReply(id) {
+ // Remove the reply div from the DOM.
+ $('#rd' + id).slideUp('fast', function() {
+ $(this).remove();
+ });
+
+ // Swap out the hide link for the reply link
+ $('#cr' + id).hide();
+ $('#rl' + id).show();
+ }
+
+ /**
+ * Recursively sort a tree of comments using the comp comparator.
+ */
+ function sortComments(comments) {
+ comments.sort(comp);
+ $.each(comments, function() {
+ this.children = sortComments(this.children);
+ });
+ return comments;
+ }
+
+ /**
+ * Get the children comments from a ul. If recursive is true,
+ * recursively include childrens' children.
+ */
+ function getChildren(ul, recursive) {
+ var children = [];
+ ul.children().children("[id^='cd']")
+ .each(function() {
+ var comment = $(this).data('comment');
+ if (recursive)
+ comment.children = getChildren($(this).find('#cl' + comment.id), true);
+ children.push(comment);
+ });
+ return children;
+ }
+
+ /** Create a div to display a comment in. */
+ function createCommentDiv(comment) {
+ if (!comment.displayed && !opts.moderator) {
+ return $('<div class="moderate">Thank you! Your comment will show up '
+ + 'once it is has been approved by a moderator.</div>');
+ }
+ // Prettify the comment rating.
+ comment.pretty_rating = comment.rating + ' point' +
+ (comment.rating == 1 ? '' : 's');
+ // Make a class (for displaying not yet moderated comments differently)
+ comment.css_class = comment.displayed ? '' : ' moderate';
+ // Create a div for this comment.
+ var context = $.extend({}, opts, comment);
+ var div = $(renderTemplate(commentTemplate, context));
+
+ // If the user has voted on this comment, highlight the correct arrow.
+ if (comment.vote) {
+ var direction = (comment.vote == 1) ? 'u' : 'd';
+ div.find('#' + direction + 'v' + comment.id).hide();
+ div.find('#' + direction + 'u' + comment.id).show();
+ }
+
+ if (opts.moderator || comment.text != '[deleted]') {
+ div.find('a.reply').show();
+ if (comment.proposal_diff)
+ div.find('#sp' + comment.id).show();
+ if (opts.moderator && !comment.displayed)
+ div.find('#cm' + comment.id).show();
+ if (opts.moderator || (opts.username == comment.username))
+ div.find('#dc' + comment.id).show();
+ }
+ return div;
+ }
+
+ /**
+ * A simple template renderer. Placeholders such as <%id%> are replaced
+ * by context['id'] with items being escaped. Placeholders such as <#id#>
+ * are not escaped.
+ */
+ function renderTemplate(template, context) {
+ var esc = $(document.createElement('div'));
+
+ function handle(ph, escape) {
+ var cur = context;
+ $.each(ph.split('.'), function() {
+ cur = cur[this];
+ });
+ return escape ? esc.text(cur || "").html() : cur;
+ }
+
+ return template.replace(/<([%#])([\w\.]*)\1>/g, function() {
+ return handle(arguments[2], arguments[1] == '%' ? true : false);
+ });
+ }
+
+ /** Flash an error message briefly. */
+ function showError(message) {
+ $(document.createElement('div')).attr({'class': 'popup-error'})
+ .append($(document.createElement('div'))
+ .attr({'class': 'error-message'}).text(message))
+ .appendTo('body')
+ .fadeIn("slow")
+ .delay(2000)
+ .fadeOut("slow");
+ }
+
+ /** Add a link the user uses to open the comments popup. */
+ $.fn.comment = function() {
+ return this.each(function() {
+ var id = $(this).attr('id').substring(1);
+ var count = COMMENT_METADATA[id];
+ var title = count + ' comment' + (count == 1 ? '' : 's');
+ var image = count > 0 ? opts.commentBrightImage : opts.commentImage;
+ var addcls = count == 0 ? ' nocomment' : '';
+ $(this)
+ .append(
+ $(document.createElement('a')).attr({
+ href: '#',
+ 'class': 'sphinx-comment-open' + addcls,
+ id: 'ao' + id
+ })
+ .append($(document.createElement('img')).attr({
+ src: image,
+ alt: 'comment',
+ title: title
+ }))
+ .click(function(event) {
+ event.preventDefault();
+ show($(this).attr('id').substring(2));
+ })
+ )
+ .append(
+ $(document.createElement('a')).attr({
+ href: '#',
+ 'class': 'sphinx-comment-close hidden',
+ id: 'ah' + id
+ })
+ .append($(document.createElement('img')).attr({
+ src: opts.closeCommentImage,
+ alt: 'close',
+ title: 'close'
+ }))
+ .click(function(event) {
+ event.preventDefault();
+ hide($(this).attr('id').substring(2));
+ })
+ );
+ });
+ };
+
+ var opts = {
+ processVoteURL: '/_process_vote',
+ addCommentURL: '/_add_comment',
+ getCommentsURL: '/_get_comments',
+ acceptCommentURL: '/_accept_comment',
+ deleteCommentURL: '/_delete_comment',
+ commentImage: '/static/_static/comment.png',
+ closeCommentImage: '/static/_static/comment-close.png',
+ loadingImage: '/static/_static/ajax-loader.gif',
+ commentBrightImage: '/static/_static/comment-bright.png',
+ upArrow: '/static/_static/up.png',
+ downArrow: '/static/_static/down.png',
+ upArrowPressed: '/static/_static/up-pressed.png',
+ downArrowPressed: '/static/_static/down-pressed.png',
+ voting: false,
+ moderator: false
+ };
+
+ if (typeof COMMENT_OPTIONS != "undefined") {
+ opts = jQuery.extend(opts, COMMENT_OPTIONS);
+ }
+
+ var popupTemplate = '\
+ <div class="sphinx-comments" id="sc<%id%>">\
+ <p class="sort-options">\
+ Sort by:\
+ <a href="#" class="sort-option byrating">best rated</a>\
+ <a href="#" class="sort-option byascage">newest</a>\
+ <a href="#" class="sort-option byage">oldest</a>\
+ </p>\
+ <div class="comment-header">Comments</div>\
+ <div class="comment-loading" id="cn<%id%>">\
+ loading comments... <img src="<%loadingImage%>" alt="" /></div>\
+ <ul id="cl<%id%>" class="comment-ul"></ul>\
+ <div id="ca<%id%>">\
+ <p class="add-a-comment">Add a comment\
+ (<a href="#" class="comment-markup" id="ab<%id%>">markup</a>):</p>\
+ <div class="comment-markup-box" id="mb<%id%>">\
+ reStructured text markup: <i>*emph*</i>, <b>**strong**</b>, \
+ <code>``code``</code>, \
+ code blocks: <code>::</code> and an indented block after blank line</div>\
+ <form method="post" id="cf<%id%>" class="comment-form" action="">\
+ <textarea name="comment" cols="80"></textarea>\
+ <p class="propose-button">\
+ <a href="#" id="pc<%id%>" class="show-propose-change">\
+ Propose a change ▹\
+ </a>\
+ <a href="#" id="hc<%id%>" class="hide-propose-change">\
+ Propose a change ▿\
+ </a>\
+ </p>\
+ <textarea name="proposal" id="pt<%id%>" cols="80"\
+ spellcheck="false"></textarea>\
+ <input type="submit" value="Add comment" />\
+ <input type="hidden" name="node" value="<%id%>" />\
+ <input type="hidden" name="parent" value="" />\
+ </form>\
+ </div>\
+ </div>';
+
+ var commentTemplate = '\
+ <div id="cd<%id%>" class="sphinx-comment<%css_class%>">\
+ <div class="vote">\
+ <div class="arrow">\
+ <a href="#" id="uv<%id%>" class="vote" title="vote up">\
+ <img src="<%upArrow%>" />\
+ </a>\
+ <a href="#" id="uu<%id%>" class="un vote" title="vote up">\
+ <img src="<%upArrowPressed%>" />\
+ </a>\
+ </div>\
+ <div class="arrow">\
+ <a href="#" id="dv<%id%>" class="vote" title="vote down">\
+ <img src="<%downArrow%>" id="da<%id%>" />\
+ </a>\
+ <a href="#" id="du<%id%>" class="un vote" title="vote down">\
+ <img src="<%downArrowPressed%>" />\
+ </a>\
+ </div>\
+ </div>\
+ <div class="comment-content">\
+ <p class="tagline comment">\
+ <span class="user-id"><%username%></span>\
+ <span class="rating"><%pretty_rating%></span>\
+ <span class="delta"><%time.delta%></span>\
+ </p>\
+ <div class="comment-text comment"><#text#></div>\
+ <p class="comment-opts comment">\
+ <a href="#" class="reply hidden" id="rl<%id%>">reply ▹</a>\
+ <a href="#" class="close-reply" id="cr<%id%>">reply ▿</a>\
+ <a href="#" id="sp<%id%>" class="show-proposal">proposal ▹</a>\
+ <a href="#" id="hp<%id%>" class="hide-proposal">proposal ▿</a>\
+ <a href="#" id="dc<%id%>" class="delete-comment hidden">delete</a>\
+ <span id="cm<%id%>" class="moderation hidden">\
+ <a href="#" id="ac<%id%>" class="accept-comment">accept</a>\
+ </span>\
+ </p>\
+ <pre class="proposal" id="pr<%id%>">\
+<#proposal_diff#>\
+ </pre>\
+ <ul class="comment-children" id="cl<%id%>"></ul>\
+ </div>\
+ <div class="clearleft"></div>\
+ </div>\
+ </div>';
+
+ var replyTemplate = '\
+ <li>\
+ <div class="reply-div" id="rd<%id%>">\
+ <form id="rf<%id%>">\
+ <textarea name="comment" cols="80"></textarea>\
+ <input type="submit" value="Add reply" />\
+ <input type="button" value="Cancel" />\
+ <input type="hidden" name="parent" value="<%id%>" />\
+ <input type="hidden" name="node" value="" />\
+ </form>\
+ </div>\
+ </li>';
+
+ $(document).ready(function() {
+ init();
+ });
+})(jQuery);
+
+$(document).ready(function() {
+ // add comment anchors for all paragraphs that are commentable
+ $('.sphinx-has-comment').comment();
+
+ // highlight search words in search results
+ $("div.context").each(function() {
+ var params = $.getQueryParameters();
+ var terms = (params.q) ? params.q[0].split(/\s+/) : [];
+ var result = $(this);
+ $.each(terms, function() {
+ result.highlightText(this.toLowerCase(), 'highlighted');
+ });
+ });
+
+ // directly open comment window if requested
+ var anchor = document.location.hash;
+ if (anchor.substring(0, 9) == '#comment-') {
+ $('#ao' + anchor.substring(9)).click();
+ document.location.hash = '#s' + anchor.substring(9);
+ }
+});
diff --git a/boot-devices.html b/boot-devices.html
new file mode 100644
index 0000000..b8600f0
--- /dev/null
+++ b/boot-devices.html
@@ -0,0 +1,267 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Supported Boot Devices — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Version Scheme" href="versioning.html" />
+ <link rel="prev" title="op-build stable tree rules and releases" href="process/stable-rules.html" />
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="supported-boot-devices">
+<h1>Supported Boot Devices<a class="headerlink" href="#supported-boot-devices" title="Permalink to this headline">¶</a></h1>
+<p>The OpenPower firmware uses Linux as a bootloader in order to discover boot
+devices, and boot the final operating system. In order to discover boot devices
+and load the operating system image from them, the bootloader’s kernel needs to
+include support for that hardware.</p>
+<p>This table lists the network adaptors and disk controllers that are currently
+enabled.</p>
+<p>If you are adding a device to the kernel, please add the details here including
+your email address in the owner field. We will use this to contact users when
+considering the removal of modules.</p>
+<p>Likewise, if you are removing an option from the kernel config, please remove
+it from this table and notify the person mentioned in the owner field.</p>
+<table border="1" class="docutils">
+<colgroup>
+<col width="34%" />
+<col width="26%" />
+<col width="9%" />
+<col width="31%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Device name</th>
+<th class="head">Kconfig option</th>
+<th class="head">System</th>
+<th class="head">Owner</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>AOC-SG-I2 NIC</td>
+<td>IGB</td>
+<td>Boston</td>
+<td><a class="reference external" href="mailto:maurosr%40linux.vnet.ibm.com">maurosr<span>@</span>linux<span>.</span>vnet<span>.</span>ibm<span>.</span>com</a></td>
+</tr>
+<tr class="row-odd"><td>Broadcom NetExtreme II</td>
+<td>BNX2X</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>Mellanox ConnectX-4</td>
+<td>MLX5_CORE_EN</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>Alteon AceNIC</td>
+<td>ACENIC</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>Broadcom Tigon3</td>
+<td>TIGON3</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>Chelsio 10Gb Ethernet</td>
+<td>CHELSIO_T1</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>SeverEngine BladeEngine 10Gb</td>
+<td>BE2NET</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>Exar Xframe 10Gb</td>
+<td>S2IO</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>Intel PRO/1000 PCIe
+Intel PRO/1000</td>
+<td>E1000E
+E1000</td>
+<td>Qemu</td>
+<td><a class="reference external" href="mailto:stewart%40linux.vnet.ibm.com">stewart<span>@</span>linux<span>.</span>vnet<span>.</span>ibm<span>.</span>com</a></td>
+</tr>
+<tr class="row-odd"><td>Intel PRO/10GbE</td>
+<td>IXGB</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>Intel 10GbE PCIe</td>
+<td>IXGBE</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>Intel XL710 Ethernet</td>
+<td>I40E</td>
+<td>P9DSU</td>
+<td><a class="reference external" href="mailto:jk%40ozlabs.org">jk<span>@</span>ozlabs<span>.</span>org</a></td>
+</tr>
+<tr class="row-even"><td>Mellanox 1/10/40Gbit Ethernet</td>
+<td>MLX4_EN</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>Myricom Myri-10G Ethernet</td>
+<td>MYRI10GE</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>QLogic QLGE 10Gb Ethernet</td>
+<td>QLGE</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>NetXen Gigabit Ethernet</td>
+<td>NETXEN_NIC</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>Adaptec AACRAID</td>
+<td>SCSI_AACRAID</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>QLogic BNX2</td>
+<td>SCSI_BNX2_ISCSI</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>Chelsio T3 iSCSI</td>
+<td>SCSI_CXGB3_ISCSI</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>Chelsio T4 iSCSI</td>
+<td>SCSI_CXGB4_ISCSI</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>LSI Logic MegaRAID</td>
+<td>MEGARAID_NEWGEN</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>LSI MPT Fusion SAS (legacy)</td>
+<td>SCSI_MPT2SAS</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-even"><td>QLogic QLA2xxx Fibrechannel</td>
+<td>SCSI_QLA_FC</td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>QLogic ISP4xxx and ISP82xxx</td>
+<td>SCSI_QLA_ISCSI</td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="index.html">Documentation overview</a><ul>
+ <li>Previous: <a href="process/stable-rules.html" title="previous chapter">op-build stable tree rules and releases</a></li>
+ <li>Next: <a href="versioning.html" title="next chapter">Version Scheme</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="_sources/boot-devices.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/genindex.html b/genindex.html
new file mode 100644
index 0000000..05515bd
--- /dev/null
+++ b/genindex.html
@@ -0,0 +1,114 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Index — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="#" />
+ <link rel="search" title="Search" href="search.html" />
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+
+<h1 id="index">Index</h1>
+
+<div class="genindex-jumpbox">
+
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="index.html">Documentation overview</a><ul>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b89bb83
--- /dev/null
+++ b/index.html
@@ -0,0 +1,160 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Welcome to OpenPOWER Firmware’s documentation! — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Introduction to OpenPOWER Firmware" href="introduction.html" />
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="welcome-to-openpower-firmware-s-documentation">
+<h1>Welcome to OpenPOWER Firmware’s documentation!<a class="headerlink" href="#welcome-to-openpower-firmware-s-documentation" title="Permalink to this headline">¶</a></h1>
+<p>This documentation is for the <code class="docutils literal notranslate"><span class="pre">op-build</span></code> project, which is a buildroot
+overlay designed to build a full firmware image for OpenPOWER Systems.
+Individual firmware components will have their own documentation, which
+we link to where needed, but this document is focused on specifics to
+do with building the full firmware image.</p>
+<div class="toctree-wrapper compound">
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="introduction.html#firmware-components">Firmware Components</a></li>
+<li class="toctree-l2"><a class="reference internal" href="introduction.html#introductory-videos">Introductory Videos</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="process/CONTRIBUTING.html">Contributing to op-build</a></li>
+<li class="toctree-l2"><a class="reference internal" href="process/KernelTree.html">op-build Linux Kernel</a></li>
+<li class="toctree-l2"><a class="reference internal" href="process/building-with-ci.html">Building with ci scripts</a></li>
+<li class="toctree-l2"><a class="reference internal" href="process/stable-rules.html">op-build stable tree rules and releases</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="release-notes/index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<div class="section" id="indices-and-tables">
+<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
+<ul class="simple">
+<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
+<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
+<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
+</ul>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="#">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="#">Documentation overview</a><ul>
+ <li>Next: <a href="introduction.html" title="next chapter">Introduction to OpenPOWER Firmware</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="_sources/index.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/introduction.html b/introduction.html
new file mode 100644
index 0000000..78aa644
--- /dev/null
+++ b/introduction.html
@@ -0,0 +1,201 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Introduction to OpenPOWER Firmware — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Testing op-build" href="testing.html" />
+ <link rel="prev" title="Welcome to OpenPOWER Firmware’s documentation!" href="index.html" />
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="introduction-to-openpower-firmware">
+<h1>Introduction to OpenPOWER Firmware<a class="headerlink" href="#introduction-to-openpower-firmware" title="Permalink to this headline">¶</a></h1>
+<p>The <code class="docutils literal notranslate"><span class="pre">op-build</span></code> project constructs a host firmware image for OpenPOWER
+machines.</p>
+<div class="section" id="firmware-components">
+<h2>Firmware Components<a class="headerlink" href="#firmware-components" title="Permalink to this headline">¶</a></h2>
+<dl class="docutils">
+<dt><a class="reference external" href="https://github.com/open-power/buildroot">Buildroot</a></dt>
+<dd>We use <a class="reference external" href="http://buildroot.net/">http://buildroot.net/</a> as the build system for assembling a firmware
+image. <cite>op-build</cite> is a “Buildroot overlay”. We build a kernel and initramfs
+using buildroot to run the Petitboot boot loader in. We maintain a branch
+with a minimum number of patches on top of upstream buildroot.</dd>
+<dt><a class="reference external" href="https://github.com/open-power/op-build">op-build</a></dt>
+<dd>A buildroot overlay that assembles OpenPOWER Firmware images.</dd>
+<dt><a class="reference external" href="https://github.com/open-power/sbe">SBE</a></dt>
+<dd>the Self Boot Engine is the first unit inside the POWER processor to start
+executing. It’s job is to set up a core and load Hostboot.</dd>
+<dt><a class="reference external" href="https://github.com/open-power/hostboot">Hostboot</a></dt>
+<dd>Low level system boot firmware. It brings up CPU cores, the OCC, Memory
+and hands control over to OPAL (skiboot)</dd>
+<dt><a class="reference external" href="https://github.com/open-power/occ">OCC</a></dt>
+<dd>The On Chip Controller is responsible for thermal limits and frequency
+management.</dd>
+<dt>OPAL</dt>
+<dd>The OpenPOWER Abstraction Layer, provided by skiboot</dd>
+<dt><a class="reference external" href="https://open-power.github.io/skiboot/">skiboot</a></dt>
+<dd>skiboot implements OPAL (the OpenPOWER Abstraction Layer). Skiboot is
+boot and runtime firmware and is responsible for bringing up PCI and
+providing runtime abstractions to the running OS.</dd>
+<dt><a class="reference external" href="https://github.com/open-power/linux">Linux</a></dt>
+<dd>Once skiboot has finished setting up the machine, it hands control over
+to a Linux kernel. This kernel provides device drivers and userspace to
+run the bootloader, Petitboot. We maintain our own branch with a minimal
+number of patches on top of the latest upstream stable release.</dd>
+<dt><a class="reference external" href="https://github.com/open-power/petitboot/">Petitboot</a></dt>
+<dd>The bootloader. It is a normal user-space process running on Linux that
+searches the system for disks and network devices that it can boot the
+OS from.</dd>
+<dt><a class="reference external" href="https://github.com/open-power/hcode">HCODE</a></dt>
+<dd>Firmware for the power management PPE. Implements heavy lifting for deeper
+STOP states.</dd>
+</dl>
+</div>
+<div class="section" id="introductory-videos">
+<h2>Introductory Videos<a class="headerlink" href="#introductory-videos" title="Permalink to this headline">¶</a></h2>
+<p>There are a number of good recorded presentations from various conferences
+around the world that have overviews and deep dives into various parts of
+the firmware stack.</p>
+<p>Here, we present technical presentations that may be useful in learning
+about topics relevant to OpenPOWER firmware development.</p>
+<p>For broader OpenPOWER topics, check out the following channels:</p>
+<ul class="simple">
+<li><cite>OpenPOWER Foundation</cite> <<a class="reference external" href="https://github.com/open-power/op-build/pull/2983">https://github.com/open-power/op-build/pull/2983</a>>`_</li>
+</ul>
+<div class="section" id="introductory">
+<h3>Introductory<a class="headerlink" href="#introductory" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/a4XGvssR-ag?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe><iframe width="640" height="360" src="//www.youtube.com/embed/hcLhKjxa-40?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="secure-boot">
+<h3>Secure Boot<a class="headerlink" href="#secure-boot" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/hwB1bkXQep4?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="interfaces-and-standards">
+<h3>Interfaces and standards<a class="headerlink" href="#interfaces-and-standards" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/2TroT3ORw0s?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="opencapi">
+<h3>OpenCAPI<a class="headerlink" href="#opencapi" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/h3pLBDCqY-I?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe><iframe width="640" height="360" src="//www.youtube.com/embed/K4dhx0ctjkQ?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="xive-interrupt-controller">
+<h3>XIVE Interrupt Controller<a class="headerlink" href="#xive-interrupt-controller" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/s88beMQWkks?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="id1">
+<h3>Petitboot<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/4JbDb4bRBK4?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe><iframe width="640" height="360" src="//www.youtube.com/embed/oxmMJMibZQ8?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="booting-faster">
+<h3>Booting Faster<a class="headerlink" href="#booting-faster" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/fTLsS_QZ8us?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="testing">
+<h3>Testing<a class="headerlink" href="#testing" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/znEM2xqJhBU?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+<div class="section" id="bringup-and-customisation">
+<h3>Bringup and customisation<a class="headerlink" href="#bringup-and-customisation" title="Permalink to this headline">¶</a></h3>
+<iframe width="640" height="360" src="//www.youtube.com/embed/v73Nw7NDxYI?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe><iframe width="640" height="360" src="//www.youtube.com/embed/dBEBQQYP_eI?feature=player_detailpage" frameborder="0" allowfullscreen="1"> </iframe></div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction to OpenPOWER Firmware</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#firmware-components">Firmware Components</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#introductory-videos">Introductory Videos</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="index.html">Documentation overview</a><ul>
+ <li>Previous: <a href="index.html" title="previous chapter">Welcome to OpenPOWER Firmware’s documentation!</a></li>
+ <li>Next: <a href="testing.html" title="next chapter">Testing op-build</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="_sources/introduction.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/objects.inv b/objects.inv
new file mode 100644
index 0000000..ec0a07e
--- /dev/null
+++ b/objects.inv
Binary files differ
diff --git a/process/CONTRIBUTING.html b/process/CONTRIBUTING.html
new file mode 100644
index 0000000..7aea5de
--- /dev/null
+++ b/process/CONTRIBUTING.html
@@ -0,0 +1,220 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Contributing to op-build — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="op-build Linux Kernel" href="KernelTree.html" />
+ <link rel="prev" title="Development Process" href="index.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="contributing-to-op-build">
+<h1>Contributing to op-build<a class="headerlink" href="#contributing-to-op-build" title="Permalink to this headline">¶</a></h1>
+<p>op-build is the open source build system for OpenPOWER firmware. It assembles
+many individual components (only a few of which are OpenPOWER specific) into
+a single firmware image. op-build is implemented as a buildroot overlay.</p>
+<p>If you haven’t already, join us on IRC (#openpower on Freenode) and on
+the mailing list ( openpower-firmware@lists.ozlabs.org - subscribe by
+going to https://lists.ozlabs.org/listinfo/openpower-firmware )</p>
+<p>We use GitHub Issues and Pull Requests for tracking contributions. We
+expect participants to adhere to the GitHub Community Guidelines (found
+at https://help.github.com/articles/github-community-guidelines/ ).</p>
+<p>If you are unable or unwilling to use GitHub, we can accept contributions
+via the mailing list.</p>
+<p>All contributions should have a Developer Certificate of Origin (see below).</p>
+<div class="section" id="development-philosophy">
+<h2>Development Philosophy<a class="headerlink" href="#development-philosophy" title="Permalink to this headline">¶</a></h2>
+<p>Our development philosophy is:</p>
+<ol class="simple">
+<li>Don’t re-invent the wheel</li>
+<li>Upstream first</li>
+</ol>
+<p>As such, we don’t like to carry patches in op-build, we prefer to interact
+with upstream projects and get patches accepted there. Where we do need
+to patch things locally, we prefer to carry backports from upstream, which
+can be removed when we move to more recent upstream.</p>
+</div>
+<div class="section" id="development-environment">
+<h2>Development Environment<a class="headerlink" href="#development-environment" title="Permalink to this headline">¶</a></h2>
+<p>For working on op-build you will need a reasonably recent Linux distribution.
+We aim to have all current major distros be suitable development platforms
+(focused on Ubuntu and Fedora, as that’s what most developers currently use).</p>
+<p>A host GCC of at least 4.9 is recommended (all modern Linux distributions
+provide this).</p>
+<p>You can build on x86-64, ppc64 or ppc64le, op-build will build appropriate
+cross-compilers for you (thanks to the magic of buildroot).</p>
+<p>You will need 8-15GB of disk space to do a full build of any one configuration.</p>
+</div>
+<div class="section" id="development-process">
+<h2>Development Process<a class="headerlink" href="#development-process" title="Permalink to this headline">¶</a></h2>
+<p>The main source repository is on GitHub. We use GitHub issues and pull requests
+as well as a mailing list (https://lists.ozlabs.org/listinfo/openpower-firmware).</p>
+<p>We tag a new op-build release roughly every 6 weeks.</p>
+<p>We use GitHub milestones: https://github.com/open-power/op-build/milestones</p>
+<p>Starting with the v1.15 release, active development occurs against the master
+branch. When we’re nearing a release, we move the content of the master branch
+over to a ‘release’ branch, ensuring development can continue while the release
+is prepared.</p>
+<p>We accept pull requests on GitHub: https://github.com/open-power/op-build/pulls</p>
+</div>
+<div class="section" id="developer-certificate-of-origin">
+<h2>Developer Certificate of Origin<a class="headerlink" href="#developer-certificate-of-origin" title="Permalink to this headline">¶</a></h2>
+<p>Contributions to this project should conform to the <code class="docutils literal notranslate"><span class="pre">Developer</span> <span class="pre">Certificate</span> <span class="pre">of</span> <span class="pre">Origin</span></code> as defined at http://elinux.org/Developer_Certificate_Of_Origin.
+Commits to this project need to contain the following line to indicate
+the submitter accepts the DCO:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Signed</span><span class="o">-</span><span class="n">off</span><span class="o">-</span><span class="n">by</span><span class="p">:</span> <span class="n">Your</span> <span class="n">Name</span> <span class="o"><</span><span class="n">your_email</span><span class="nd">@domain</span><span class="o">.</span><span class="n">com</span><span class="o">></span>
+</pre></div>
+</div>
+<p>By contributing in this way, you agree to the terms as follows:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Developer</span> <span class="n">Certificate</span> <span class="n">of</span> <span class="n">Origin</span>
+<span class="n">Version</span> <span class="mf">1.1</span>
+
+<span class="n">Copyright</span> <span class="p">(</span><span class="n">C</span><span class="p">)</span> <span class="mi">2004</span><span class="p">,</span> <span class="mi">2006</span> <span class="n">The</span> <span class="n">Linux</span> <span class="n">Foundation</span> <span class="ow">and</span> <span class="n">its</span> <span class="n">contributors</span><span class="o">.</span>
+<span class="mi">660</span> <span class="n">York</span> <span class="n">Street</span><span class="p">,</span> <span class="n">Suite</span> <span class="mi">102</span><span class="p">,</span>
+<span class="n">San</span> <span class="n">Francisco</span><span class="p">,</span> <span class="n">CA</span> <span class="mi">94110</span> <span class="n">USA</span>
+
+<span class="n">Everyone</span> <span class="ow">is</span> <span class="n">permitted</span> <span class="n">to</span> <span class="n">copy</span> <span class="ow">and</span> <span class="n">distribute</span> <span class="n">verbatim</span> <span class="n">copies</span> <span class="n">of</span> <span class="n">this</span>
+<span class="n">license</span> <span class="n">document</span><span class="p">,</span> <span class="n">but</span> <span class="n">changing</span> <span class="n">it</span> <span class="ow">is</span> <span class="ow">not</span> <span class="n">allowed</span><span class="o">.</span>
+
+
+<span class="n">Developer</span><span class="s1">'s Certificate of Origin 1.1</span>
+
+<span class="n">By</span> <span class="n">making</span> <span class="n">a</span> <span class="n">contribution</span> <span class="n">to</span> <span class="n">this</span> <span class="n">project</span><span class="p">,</span> <span class="n">I</span> <span class="n">certify</span> <span class="n">that</span><span class="p">:</span>
+
+<span class="p">(</span><span class="n">a</span><span class="p">)</span> <span class="n">The</span> <span class="n">contribution</span> <span class="n">was</span> <span class="n">created</span> <span class="ow">in</span> <span class="n">whole</span> <span class="ow">or</span> <span class="ow">in</span> <span class="n">part</span> <span class="n">by</span> <span class="n">me</span> <span class="ow">and</span> <span class="n">I</span>
+ <span class="n">have</span> <span class="n">the</span> <span class="n">right</span> <span class="n">to</span> <span class="n">submit</span> <span class="n">it</span> <span class="n">under</span> <span class="n">the</span> <span class="nb">open</span> <span class="n">source</span> <span class="n">license</span>
+ <span class="n">indicated</span> <span class="ow">in</span> <span class="n">the</span> <span class="n">file</span><span class="p">;</span> <span class="ow">or</span>
+
+<span class="p">(</span><span class="n">b</span><span class="p">)</span> <span class="n">The</span> <span class="n">contribution</span> <span class="ow">is</span> <span class="n">based</span> <span class="n">upon</span> <span class="n">previous</span> <span class="n">work</span> <span class="n">that</span><span class="p">,</span> <span class="n">to</span> <span class="n">the</span> <span class="n">best</span>
+ <span class="n">of</span> <span class="n">my</span> <span class="n">knowledge</span><span class="p">,</span> <span class="ow">is</span> <span class="n">covered</span> <span class="n">under</span> <span class="n">an</span> <span class="n">appropriate</span> <span class="nb">open</span> <span class="n">source</span>
+ <span class="n">license</span> <span class="ow">and</span> <span class="n">I</span> <span class="n">have</span> <span class="n">the</span> <span class="n">right</span> <span class="n">under</span> <span class="n">that</span> <span class="n">license</span> <span class="n">to</span> <span class="n">submit</span> <span class="n">that</span>
+ <span class="n">work</span> <span class="k">with</span> <span class="n">modifications</span><span class="p">,</span> <span class="n">whether</span> <span class="n">created</span> <span class="ow">in</span> <span class="n">whole</span> <span class="ow">or</span> <span class="ow">in</span> <span class="n">part</span>
+ <span class="n">by</span> <span class="n">me</span><span class="p">,</span> <span class="n">under</span> <span class="n">the</span> <span class="n">same</span> <span class="nb">open</span> <span class="n">source</span> <span class="n">license</span> <span class="p">(</span><span class="n">unless</span> <span class="n">I</span> <span class="n">am</span>
+ <span class="n">permitted</span> <span class="n">to</span> <span class="n">submit</span> <span class="n">under</span> <span class="n">a</span> <span class="n">different</span> <span class="n">license</span><span class="p">),</span> <span class="k">as</span> <span class="n">indicated</span>
+ <span class="ow">in</span> <span class="n">the</span> <span class="n">file</span><span class="p">;</span> <span class="ow">or</span>
+
+<span class="p">(</span><span class="n">c</span><span class="p">)</span> <span class="n">The</span> <span class="n">contribution</span> <span class="n">was</span> <span class="n">provided</span> <span class="n">directly</span> <span class="n">to</span> <span class="n">me</span> <span class="n">by</span> <span class="n">some</span> <span class="n">other</span>
+ <span class="n">person</span> <span class="n">who</span> <span class="n">certified</span> <span class="p">(</span><span class="n">a</span><span class="p">),</span> <span class="p">(</span><span class="n">b</span><span class="p">)</span> <span class="ow">or</span> <span class="p">(</span><span class="n">c</span><span class="p">)</span> <span class="ow">and</span> <span class="n">I</span> <span class="n">have</span> <span class="ow">not</span> <span class="n">modified</span>
+ <span class="n">it</span><span class="o">.</span>
+
+<span class="p">(</span><span class="n">d</span><span class="p">)</span> <span class="n">I</span> <span class="n">understand</span> <span class="ow">and</span> <span class="n">agree</span> <span class="n">that</span> <span class="n">this</span> <span class="n">project</span> <span class="ow">and</span> <span class="n">the</span> <span class="n">contribution</span>
+ <span class="n">are</span> <span class="n">public</span> <span class="ow">and</span> <span class="n">that</span> <span class="n">a</span> <span class="n">record</span> <span class="n">of</span> <span class="n">the</span> <span class="n">contribution</span> <span class="p">(</span><span class="n">including</span> <span class="nb">all</span>
+ <span class="n">personal</span> <span class="n">information</span> <span class="n">I</span> <span class="n">submit</span> <span class="k">with</span> <span class="n">it</span><span class="p">,</span> <span class="n">including</span> <span class="n">my</span> <span class="n">sign</span><span class="o">-</span><span class="n">off</span><span class="p">)</span> <span class="ow">is</span>
+ <span class="n">maintained</span> <span class="n">indefinitely</span> <span class="ow">and</span> <span class="n">may</span> <span class="n">be</span> <span class="n">redistributed</span> <span class="n">consistent</span> <span class="k">with</span>
+ <span class="n">this</span> <span class="n">project</span> <span class="ow">or</span> <span class="n">the</span> <span class="nb">open</span> <span class="n">source</span> <span class="n">license</span><span class="p">(</span><span class="n">s</span><span class="p">)</span> <span class="n">involved</span><span class="o">.</span>
+</pre></div>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">Development Process</a><ul class="current">
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Contributing to op-build</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html">op-build Linux Kernel</a></li>
+<li class="toctree-l2"><a class="reference internal" href="building-with-ci.html">Building with ci scripts</a></li>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html">op-build stable tree rules and releases</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">Development Process</a><ul>
+ <li>Previous: <a href="index.html" title="previous chapter">Development Process</a></li>
+ <li>Next: <a href="KernelTree.html" title="next chapter">op-build Linux Kernel</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/process/CONTRIBUTING.md.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/process/KernelTree.html b/process/KernelTree.html
new file mode 100644
index 0000000..9bd246c
--- /dev/null
+++ b/process/KernelTree.html
@@ -0,0 +1,184 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>op-build Linux Kernel — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Building with ci scripts" href="building-with-ci.html" />
+ <link rel="prev" title="Contributing to op-build" href="CONTRIBUTING.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="op-build-linux-kernel">
+<h1>op-build Linux Kernel<a class="headerlink" href="#op-build-linux-kernel" title="Permalink to this headline">¶</a></h1>
+<p>The skiroot/Petitboot kernel is currently based on the 5.3 series.</p>
+<div class="section" id="submitting-a-patch">
+<h2>Submitting a patch<a class="headerlink" href="#submitting-a-patch" title="Permalink to this headline">¶</a></h2>
+<p>If you require a patch added to the firmware, follow these steps:</p>
+<ol class="arabic simple">
+<li>Submit your patch upstream. It doesn’t need to be upstream, but it
+should be on it’s way</li>
+<li>Send a pull request or a <code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">format-patch</span></code> formatted patch series
+to <a class="reference external" href="mailto:openpower-firmware%40lists.ozlabs.org">openpower-firmware<span>@</span>lists<span>.</span>ozlabs<span>.</span>org</a>, and cc <a class="reference external" href="mailto:joel%40jms.id.au">joel<span>@</span>jms<span>.</span>id<span>.</span>au</a>. Be
+sure to use <code class="docutils literal notranslate"><span class="pre">--suppress-cc=sob</span></code> when generating the patches so we
+don’t spam the community. The current tree is based on 5.1-stable
+(although we will always move to the latest stable kernel ASAP).</li>
+</ol>
+</div>
+<div class="section" id="bug-fixes">
+<h2>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h2>
+<p>Whenever a stable release is tagged in
+<a class="reference external" href="https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/">https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/</a>,
+we will rebase our patches on top of that and create a new release.</p>
+<p>If you are submitting patches upstream that you want to be included,
+then ensure you cc stable as per the
+<a class="reference external" href="https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/stable_kernel_rules.txt">rules</a>.</p>
+</div>
+<div class="section" id="versioning">
+<h2>Versioning<a class="headerlink" href="#versioning" title="Permalink to this headline">¶</a></h2>
+<p>Versions are the upstream version number, followed by <code class="docutils literal notranslate"><span class="pre">-openpowerN</span></code>,
+where N is the revision that counts up from 1 for the given upstream
+version number. These versions will be present as tags in the git
+repository hosted at <a class="reference external" href="https://github.com/open-power/linux">https://github.com/open-power/linux</a>.</p>
+<p>We aim to follow “the latest upstream release”.</p>
+<p>For op-build stable trees, we follow the latest stable release of the
+kernel that particular op-build release was made with. Since op-build
+stable releases may outlast how long an upstream kernel is maintain for,
+we will move up the kernel version we use until the next LTS kernel.
+Once on an LTS kernel, an op-build stable release will stick with that
+version.</p>
+</div>
+<div class="section" id="tree-and-patches">
+<h2>Tree and patches<a class="headerlink" href="#tree-and-patches" title="Permalink to this headline">¶</a></h2>
+<p>The kernel tree hosted at <a class="reference external" href="https://github.com/open-power/linux">https://github.com/open-power/linux</a> contains
+the current release plus a set of patches that we carry. Ideally there
+would be no patches carried, as everything should be upstream.</p>
+<p>We take the commits in this tree between the upstream tag and the
+openpower tag and generate a series of patches that are imported into
+the op-build Buildroot overlay, and placed in
+<a class="reference external" href="https://github.com/open-power/op-build/tree/master/openpower/linux">op-build/openpower/linux</a>.
+op-build then fetches the upstream tarball and applies these patches.
+This way we don’t have to clone an entire tree when doing an op-build
+build.</p>
+<p>All patches are to head upstream <em>first</em>. There is a zero chance that
+op-build will carry kernel patches for any time greater than “until the
+next kernel release”, and even then, only in <em>exceptional</em> circumstances.</p>
+</div>
+<div class="section" id="patches-in-the-tree">
+<h2>Patches in the tree<a class="headerlink" href="#patches-in-the-tree" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>xhci: Reset controller on xhci shutdown</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">Development Process</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html">Contributing to op-build</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">op-build Linux Kernel</a></li>
+<li class="toctree-l2"><a class="reference internal" href="building-with-ci.html">Building with ci scripts</a></li>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html">op-build stable tree rules and releases</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">Development Process</a><ul>
+ <li>Previous: <a href="CONTRIBUTING.html" title="previous chapter">Contributing to op-build</a></li>
+ <li>Next: <a href="building-with-ci.html" title="next chapter">Building with ci scripts</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/process/KernelTree.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/process/building-with-ci.html b/process/building-with-ci.html
new file mode 100644
index 0000000..8f6b01a
--- /dev/null
+++ b/process/building-with-ci.html
@@ -0,0 +1,131 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Building with ci scripts — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="op-build stable tree rules and releases" href="stable-rules.html" />
+ <link rel="prev" title="op-build Linux Kernel" href="KernelTree.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="building-with-ci-scripts">
+<h1>Building with ci scripts<a class="headerlink" href="#building-with-ci-scripts" title="Permalink to this headline">¶</a></h1>
+<p>op-build has several build scripts in the ci/ directory aimed at being used to
+help continuous integration environments, as well as specifying build
+dependencies as code.</p>
+<p>These use Docker containers for the build environment.</p>
+<p>It is recommended you use (or send patches so that you can use them) these over
+rolling your own scripts.</p>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">Development Process</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html">Contributing to op-build</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html">op-build Linux Kernel</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Building with ci scripts</a></li>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html">op-build stable tree rules and releases</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">Development Process</a><ul>
+ <li>Previous: <a href="KernelTree.html" title="previous chapter">op-build Linux Kernel</a></li>
+ <li>Next: <a href="stable-rules.html" title="next chapter">op-build stable tree rules and releases</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/process/building-with-ci.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/process/index.html b/process/index.html
new file mode 100644
index 0000000..621d5e3
--- /dev/null
+++ b/process/index.html
@@ -0,0 +1,149 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Development Process — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Contributing to op-build" href="CONTRIBUTING.html" />
+ <link rel="prev" title="Testing op-build" href="../testing.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="development-process">
+<h1>Development Process<a class="headerlink" href="#development-process" title="Permalink to this headline">¶</a></h1>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing to op-build</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#development-philosophy">Development Philosophy</a></li>
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#development-environment">Development Environment</a></li>
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#development-process">Development Process</a></li>
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html#developer-certificate-of-origin">Developer Certificate of Origin</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="KernelTree.html">op-build Linux Kernel</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html#submitting-a-patch">Submitting a patch</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html#bug-fixes">Bug fixes</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html#versioning">Versioning</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html#tree-and-patches">Tree and patches</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html#patches-in-the-tree">Patches in the tree</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="building-with-ci.html">Building with ci scripts</a></li>
+<li class="toctree-l1"><a class="reference internal" href="stable-rules.html">op-build stable tree rules and releases</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html#what-patches-are-accepted">What patches are accepted?</a></li>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html#howto-submit-to-stable">HOWTO submit to stable</a></li>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html#trees">Trees</a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Development Process</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html">Contributing to op-build</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html">op-build Linux Kernel</a></li>
+<li class="toctree-l2"><a class="reference internal" href="building-with-ci.html">Building with ci scripts</a></li>
+<li class="toctree-l2"><a class="reference internal" href="stable-rules.html">op-build stable tree rules and releases</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li>Previous: <a href="../testing.html" title="previous chapter">Testing op-build</a></li>
+ <li>Next: <a href="CONTRIBUTING.html" title="next chapter">Contributing to op-build</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/process/index.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/process/stable-rules.html b/process/stable-rules.html
new file mode 100644
index 0000000..7e77339
--- /dev/null
+++ b/process/stable-rules.html
@@ -0,0 +1,205 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>op-build stable tree rules and releases — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Supported Boot Devices" href="../boot-devices.html" />
+ <link rel="prev" title="Building with ci scripts" href="building-with-ci.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="op-build-stable-tree-rules-and-releases">
+<span id="stable-rules"></span><h1>op-build stable tree rules and releases<a class="headerlink" href="#op-build-stable-tree-rules-and-releases" title="Permalink to this headline">¶</a></h1>
+<p>Our stable tree process follows processes similar to other open source projects
+such as the Linux Kernel and Buildroot, as do several OpenPOWER Firmware
+components such as Skiboot and Petitboot.</p>
+<p>The purpose of a -stable tree is to give vendors a stable base to create
+firmware releases from and to incorporate into service packs. New stable
+releases contain critical fixes only.</p>
+<p>As a general rule, only the most recent op-build release gets a maintained
+-stable tree. If you wish to maintain an older tree, speak up! For example,
+with my IBMer hat on, we’ll maintain branches that we ship in products.</p>
+<div class="section" id="what-patches-are-accepted">
+<h2>What patches are accepted?<a class="headerlink" href="#what-patches-are-accepted" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Patches must be obviously correct and tested<ul>
+<li>A Tested-by signoff is <em>important</em></li>
+</ul>
+</li>
+<li>A patch must fix a real bug</li>
+<li>No trivial patches, such fixups belong in main branch</li>
+<li>Not fix a purely theoretical problem unless you can prove how
+it’s exploitable</li>
+<li>The patch, or an equivalent one, must already be in master<ul>
+<li>Submitting to both at the same time is okay, but back-porting is better</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="section" id="howto-submit-to-stable">
+<h2>HOWTO submit to stable<a class="headerlink" href="#howto-submit-to-stable" title="Permalink to this headline">¶</a></h2>
+<ol class="arabic">
+<li><p class="first">Make a pull request with “[stable op-build-N.N.y]” in subject (where N.N.y
+is the stable branch to which you are targeting)</p>
+<ul>
+<li><p class="first">This targets the patch <em>ONLY</em> to the stable branch.</p>
+<ul class="simple">
+<li>Such commits will <em>NOT</em> be merged into master.</li>
+</ul>
+</li>
+<li><p class="first">Use this when:</p>
+<ol class="loweralpha simple">
+<li>cherry-picking a fix from master</li>
+<li>fixing something that is only broken in stable</li>
+<li>fix in stable needs to be completely different than in master</li>
+</ol>
+<p>If b or c: explain why.</p>
+</li>
+<li><p class="first">If cherry-picking, include the following at the top of your
+commit message (or use the -x option to git-cherry-pick):</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">commit</span> <span class="o"><</span><span class="n">sha1</span><span class="o">></span> <span class="n">upstream</span><span class="o">.</span>
+</pre></div>
+</div>
+</li>
+<li><p class="first">If the patch has been modified, explain why in description.</p>
+</li>
+</ul>
+</li>
+<li><p class="first">Add a comment on the PR indicating that a PR should also go to a stable
+branch when making a Pull request to master</p>
+<ul class="simple">
+<li>This targets the patch to master and stable.</li>
+<li>You can target a patch to a specific stable tree by putting that in the
+comment</li>
+<li>You can ask for prerequisites to be cherry-picked.</li>
+</ul>
+</li>
+</ol>
+</div>
+<div class="section" id="trees">
+<h2>Trees<a class="headerlink" href="#trees" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/">https://github.com/open-power/op-build/</a> (or via ssh at <code class="docutils literal notranslate"><span class="pre">git@github.com:open-power/op-build.git</span></code> )<ul>
+<li>(branches are op-build-X.Y.y - e.g. op-build-2.0.y)</li>
+</ul>
+</li>
+<li>Some stable versions may last longer than others<ul>
+<li>So there may be op-build-2.0.y and op-build-2.4.y actively maintained
+and op-build-2.0.y could possibly outlast op-build-2.4.y.</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">Development Process</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="CONTRIBUTING.html">Contributing to op-build</a></li>
+<li class="toctree-l2"><a class="reference internal" href="KernelTree.html">op-build Linux Kernel</a></li>
+<li class="toctree-l2"><a class="reference internal" href="building-with-ci.html">Building with ci scripts</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#">op-build stable tree rules and releases</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">Development Process</a><ul>
+ <li>Previous: <a href="building-with-ci.html" title="previous chapter">Building with ci scripts</a></li>
+ <li>Next: <a href="../boot-devices.html" title="next chapter">Supported Boot Devices</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/process/stable-rules.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/index.html b/release-notes/index.html
new file mode 100644
index 0000000..b41d055
--- /dev/null
+++ b/release-notes/index.html
@@ -0,0 +1,239 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>op-build Release Notes — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.21-rc1" href="v1.21-rc1.html" />
+ <link rel="prev" title="Version Scheme" href="../versioning.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="op-build-release-notes">
+<span id="release-notes"></span><h1>op-build Release Notes<a class="headerlink" href="#op-build-release-notes" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="v1-21">
+<h2>v1.21<a class="headerlink" href="#v1-21" title="Permalink to this headline">¶</a></h2>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v1.21-rc1.html">Release Notes for OpenPower Firmware v1.21-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v1.21-rc2.html">Release Notes for OpenPower Firmware v1.21-rc2</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v1.21.html">Release Notes for OpenPower Firmware v1.21</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v1.21.1.html">Release Notes for OpenPower Firmware v1.21.1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v1.21.2.html">Release Notes for OpenPower Firmware v1.21.2</a></li>
+</ul>
+</div>
+</div>
+<div class="section" id="v1-22">
+<h2>v1.22<a class="headerlink" href="#v1-22" title="Permalink to this headline">¶</a></h2>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v1.22-rc1.html">Release Notes for OpenPower Firmware v1.22-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v1.22.html">Release Notes for OpenPower Firmware v1.22</a></li>
+</ul>
+</div>
+</div>
+<div class="section" id="v2-0">
+<h2>v2.0<a class="headerlink" href="#v2-0" title="Permalink to this headline">¶</a></h2>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.0-rc1.html">Release Notes for OpenPower Firmware v2.0-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.html">Release Notes for OpenPower Firmware v2.0</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.1.html">Release Notes for OpenPower Firmware v2.0.1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.2.html">Release Notes for OpenPower Firmware v2.0.2</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.3.html">Release Notes for OpenPower Firmware v2.0.3</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.4.html">Release Notes for OpenPower Firmware v2.0.4</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.5.html">Release Notes for OpenPower Firmware v2.0.5</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.6.html">Release Notes for OpenPower Firmware v2.0.6</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.7.html">Release Notes for OpenPower Firmware v2.0.7</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.8.html">Release Notes for OpenPower Firmware v2.0.8</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.9.html">Release Notes for OpenPower Firmware v2.0.9</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.10.html">Release Notes for OpenPower Firmware v2.0.10</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.11.html">Release Notes for OpenPower Firmware v2.0.11</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.12.html">Release Notes for OpenPower Firmware v2.0.12</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.13.html">Release Notes for OpenPower Firmware v2.0.13</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.14.html">Release Notes for OpenPower Firmware v2.0.14</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.15.html">Release Notes for OpenPower Firmware v2.0.15</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.0.16.html">Release Notes for OpenPower Firmware v2.0.16</a></li>
+</ul>
+</div>
+</div>
+<div class="section" id="v2-1">
+<h2>v2.1<a class="headerlink" href="#v2-1" title="Permalink to this headline">¶</a></h2>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.1-rc1.html">Release Notes for OpenPower Firmware v2.1-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.1.html">Release Notes for OpenPower Firmware v2.1</a></li>
+</ul>
+</div>
+</div>
+<div class="section" id="v2-2">
+<h2>v2.2<a class="headerlink" href="#v2-2" title="Permalink to this headline">¶</a></h2>
+<blockquote>
+<div><div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.2-rc1.html">Release Notes for OpenPower Firmware v2.2-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.2.html">Release Notes for OpenPower Firmware v2.2</a></li>
+</ul>
+</div>
+</div></blockquote>
+</div>
+<div class="section" id="v2-3">
+<h2>v2.3<a class="headerlink" href="#v2-3" title="Permalink to this headline">¶</a></h2>
+<blockquote>
+<div><div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.3-rc1.html">Release Notes for OpenPower Firmware v2.3-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.3-rc2.html">Release Notes for OpenPower Firmware v2.3-rc2</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.3.html">Release Notes for OpenPower Firmware v2.3</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.3.1.html">Release Notes for OpenPower Firmware v2.3.1</a></li>
+</ul>
+</div>
+</div></blockquote>
+</div>
+<div class="section" id="v2-4">
+<h2>v2.4<a class="headerlink" href="#v2-4" title="Permalink to this headline">¶</a></h2>
+<blockquote>
+<div><div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.4-rc1.html">Release Notes for OpenPower Firmware v2.4-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.4.html">Release Notes for OpenPower Firmware v2.4</a></li>
+</ul>
+</div>
+</div></blockquote>
+</div>
+<div class="section" id="v2-5">
+<h2>v2.5<a class="headerlink" href="#v2-5" title="Permalink to this headline">¶</a></h2>
+<blockquote>
+<div><div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.5-rc1.html">Release Notes for OpenPower Firmware v2.5-rc1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="v2.5.html">Release Notes for OpenPower Firmware v2.5</a></li>
+</ul>
+</div>
+</div></blockquote>
+</div>
+<div class="section" id="v2-6">
+<h2>v2.6<a class="headerlink" href="#v2-6" title="Permalink to this headline">¶</a></h2>
+<blockquote>
+<div><div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="v2.6.html">Release Notes for OpenPower Firmware v2.6</a></li>
+</ul>
+</div>
+</div></blockquote>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">op-build Release Notes</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li>Previous: <a href="../versioning.html" title="previous chapter">Version Scheme</a></li>
+ <li>Next: <a href="v1.21-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v1.21-rc1</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/index.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.21-rc1.html b/release-notes/v1.21-rc1.html
new file mode 100644
index 0000000..24ed32b
--- /dev/null
+++ b/release-notes/v1.21-rc1.html
@@ -0,0 +1,3122 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.21-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.21-rc2" href="v1.21-rc2.html" />
+ <link rel="prev" title="op-build Release Notes" href="index.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-21-rc1">
+<h1>Release Notes for OpenPower Firmware v1.21-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-21-rc1" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="13%" />
+<col width="19%" />
+<col width="17%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.27.1</td>
+<td>1.27.2</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>ethtool</td>
+<td>4.10</td>
+<td>4.13</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>eudev</td>
+<td>3.2.2</td>
+<td>3.2.4</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>2.25</td>
+<td>glibc-2.26-
+73-g4b692dff</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>695bd891343</td>
+<td>d3025f5d7dd</td>
+<td>barreleye, firestone, garrison,
+habanero, palmetto</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>6a4ab65a875</td>
+<td>9bfb2013af3</td>
+<td>p9dsu, witherspoon, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-
+binaries</td>
+<td>25ebcad0c40</td>
+<td>6924d6b711b</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto,
+witherspoon, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>ima-
+catalog</td>
+<td>48ce3f26d2b</td>
+<td>01b26a136da</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto,
+witherspoon, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>iprutils</td>
+<td>2.4.14.1</td>
+<td>2.4.15.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>kexec-
+lite</td>
+<td>86e45a47e8c</td>
+<td>87d044a895b</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v5.8-123-
+gc06ed583</td>
+<td>v5.9-166-
+g70f14f4d</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.13.8</td>
+<td>4.14.16</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>linux-
+headers</td>
+<td>4.13.8</td>
+<td>4.14.16</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>lvm2</td>
+<td>2.02.171</td>
+<td>2.02.173</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>machine-
+xml</td>
+<td>c6d2767a13f</td>
+<td>fb5f9334aa0</td>
+<td>p9dsu</td>
+</tr>
+<tr class="row-odd"><td>machine-
+xml</td>
+<td>8633e11cd39</td>
+<td>dcb0ac80b71</td>
+<td>romulus</td>
+</tr>
+<tr class="row-even"><td>machine-
+xml</td>
+<td>785c625a2a0</td>
+<td>58554bfabd7</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-odd"><td>machine-
+xml</td>
+<td>22ce15f13c4</td>
+<td>b0884b3032d</td>
+<td>zaius</td>
+</tr>
+<tr class="row-even"><td>mdadm</td>
+<td>3.3.4</td>
+<td>4.0</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>7449acdc8bf</td>
+<td>577915f2860</td>
+<td>p9dsu, witherspoon, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>openpower
+-pnor</td>
+<td>21d66daff69</td>
+<td>de0f8e47de1</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto,
+witherspoon, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>petitboot</td>
+<td>v1.6.2</td>
+<td>v1.6.6</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>76a7eb9956b</td>
+<td>095e608c7f6</td>
+<td>p9dsu, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v5.9</td>
+<td>v5.10-rc1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>util-
+linux</td>
+<td>2.30.1</td>
+<td>2.31</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, witherspoon, zaius, zz,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fec69bc023c">9fec69bc023c</a>
+Remove psave init for firmware blacklist</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e847113eb96">6e847113eb96</a>
+Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+hcode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8083fad5ac1">d8083fad5ac1</a>
+Move PGPE optrace buffer to main memory</li>
+</ul>
+<p>Adriana Kobylak (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17e278a6ec39">17e278a6ec39</a>
+PnorUtils.pm: Add volatile flag</li>
+</ul>
+<p>Alpana Kumari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/663aae09de40">663aae09de40</a>
+Fix in filter Unwanted Attribute script</li>
+</ul>
+<p>Amit Tendolkar (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c06de50b3c21">c06de50b3c21</a>
+STOP Recovery: Misc infra. updates to enable PM FFDC in HOMER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a202d4b0af85">a202d4b0af85</a>
+Enhance SBE Deadman FFDC Format and sequencing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db7de0c59ffc">db7de0c59ffc</a>
+Change PPE State FFDC into a human readable format in eSEL/PEL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7067a4180ed6">7067a4180ed6</a>
+Cache/Core stop clocks: add shut down of Power Management to remove
+contentions</li>
+</ul>
+<p>Andre Marin (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1439d34bee09">1439d34bee09</a>
+Update memory error xml information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa313fb234e1">aa313fb234e1</a>
+Update HPW Level for MSS API library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6f46067ee8d">d6f46067ee8d</a>
+Add empty wr_crc files for HB to mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd207a3412f2">fd207a3412f2</a>
+Update HPW Level for MSS API library</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4471b2a5baa5">4471b2a5baa5</a>
+p9_setup_sbe_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e0c67270fb4">6e0c67270fb4</a>
+Level 2 HWP for p9_sbe_dump</li>
+</ul>
+<p>Ben Gass (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a06edcedafcf">a06edcedafcf</a>
+Adding p9c_11 support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52c557d1409b">52c557d1409b</a>
+Adding p9a support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15569e9de5a8">15569e9de5a8</a>
+Shorten A-link timers for sim. Add polling for A-link training.</li>
+</ul>
+<p>Benjamin Weisenbeck (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f77b89e3527e">f77b89e3527e</a>
+Adjust ATTR_PEER_TARGET values for runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68e2f99dbe29">68e2f99dbe29</a>
+erepair VPD access bug fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34813cc8c52a">34813cc8c52a</a>
+PRD: Enable erepair vpd access procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b4e25447bb1">9b4e25447bb1</a>
+Call xbus restore erepair in istep 9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b826df04888">9b826df04888</a>
+PRD: Fix missing clear of pll errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7288c1f95ebb">7288c1f95ebb</a>
+PRD: Disable Cen PLL Domain until required plugin functions are
+defined</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b258924a049">1b258924a049</a>
+PRD: Define extra registers for Cumulus chip</li>
+</ul>
+<p>Bhimsen G Kulkarni (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c037b71deb05">c037b71deb05</a>
+MAX_COMPUTE_NODE_PER_SYSTEM attribute support for Zeppelin.</li>
+</ul>
+<p>Bill Hoffa (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84d4eb8da450">84d4eb8da450</a>
+Take MFG mode into account before entering reconfig loop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48b14aae8704">48b14aae8704</a>
+Fix genHwsvMrwXml.pl setting of MSS_MRW_REFRESH_RATE_REQUEST</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13863b512ac2">13863b512ac2</a>
+Add call_host_set_voltages to istep 08.12</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7a5547478ea">f7a5547478ea</a>
+Interrupt Handling Flow Change to Prevent Deadlock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/038d61af4611">038d61af4611</a>
+Update Bbuild to b0117a_1802.911</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb444552aeba">cb444552aeba</a>
+Multi-Drawer (IPC) Interrupt/Messaging Support</li>
+</ul>
+<p>Brian Bakke (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0abd9ab92d13">0abd9ab92d13</a>
+Story 173854 - Hostboot service to run phb perst procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7adcd16c12ad">7adcd16c12ad</a>
+Story 180760 - Use self restore API to disable ATTN in HID …</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7181b751b4d0">7181b751b4d0</a>
+Error loading p9_phbPerst</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5353e40a1ad9">5353e40a1ad9</a>
+Story 179465 - Smarter HBBL id handling …</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a88f18bc738">3a88f18bc738</a>
+Enable ATTN prior to OPAL handoff</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b98033264ca7">b98033264ca7</a>
+Increase error log size to 4K for obmc systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/024dc9b9a203">024dc9b9a203</a>
+malformed conditional errors with new ODE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e8ed1d75c2a">5e8ed1d75c2a</a>
+Bad target parsing in attributeOverride tool</li>
+</ul>
+<p>Brian Stegmiller (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1eba8f47f718">1eba8f47f718</a>
+Avoid assert on invalid target types for PRD and HWP PLID association</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4296f3972550">4296f3972550</a>
+HB Attribute for IPL chkstop analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adc84473391d">adc84473391d</a>
+PRD: Call hostboot for SBE errors</li>
+</ul>
+<p>Brian Vanderpool (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c84b69258b2">2c84b69258b2</a>
+Disable Pulsed Resclk mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c9fe01a0255">3c9fe01a0255</a>
+PM: Mask CME LFIR Bits 13:19 - they are only used for
+characterization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3ecbc680817">d3ecbc680817</a>
+Initial check-in of p9_cme_sram_access</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5117f9ce933">c5117f9ce933</a>
+PM: Ignore allow_reg_wakeup in cache contained mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c093d57ac2a">0c093d57ac2a</a>
+PM - use OJCFG[6] instead of OCR[10] to halt the 405 before reset</li>
+</ul>
+<p>CHRISTINA L. GRAVES (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/102eb384558d">102eb384558d</a>
+Adding target for lco_m, changed flags, changed INF to DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f01a301bb626">f01a301bb626</a>
+p9_adu_access and p9_adu_setup L2 procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cb9bab7b62a">3cb9bab7b62a</a>
+Changes in error handling to stop the read/write as soon as an error
+occurs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3defd59a697">d3defd59a697</a>
+Changes in ecc data fixing so reading and writing works</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a656e358f1a1">a656e358f1a1</a>
+ADU HWP updates for CI support, performance</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c77a01844e73">c77a01844e73</a>
+ADU Level 3 code, changed owner to Josh, and added comments</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/159389c0b656">159389c0b656</a>
+PBA Level 3 code, changed owner to Josh, and added comments</li>
+</ul>
+<p>Caleb Palmer (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f4fb82f60a5">7f4fb82f60a5</a>
+PRD: Fix infinite loop when handling MPEs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/219a0628c4f8">219a0628c4f8</a>
+PRD: MPE Add VCM Event at MDIA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca3990cbf857">ca3990cbf857</a>
+PRD: Update handleRrFo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2f72e803860">d2f72e803860</a>
+PRD: Fix sym count overflow in runtime TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad724500847e">ad724500847e</a>
+PRD: Init PRD in enableAttns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fec3fa592c19">fec3fa592c19</a>
+PRD: Use chip’s Galois code when writing chip marks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78baac3b72b0">78baac3b72b0</a>
+PRD: Ban TPS after Maint UEs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d30453f1107c">d30453f1107c</a>
+PRD: Default iv_stoppedRank should be MCA not MCBIST</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c8e212108f6">8c8e212108f6</a>
+PRD: Capture IUE Counts for FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e21201436665">e21201436665</a>
+PRD: Fix skipping TPS ban after Maint UEs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0255985c87e">b0255985c87e</a>
+PRD: Make sure IUE bit is set after threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c32b0a4eb864">c32b0a4eb864</a>
+PRD: Reenable restore dram repairs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d862697f0b1">1d862697f0b1</a>
+PRD: Mask mainline CEs after TPS is banned</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa5e361a94c9">aa5e361a94c9</a>
+MDIA: Fix overwriting rc from restoreDramRepairs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ba260490a2f">4ba260490a2f</a>
+PRD: Make sure iv_stoppedRank is set in handleCmdComplete</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e029420eaf65">e029420eaf65</a>
+PRD: RCD parity error broadcast mode workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef1d51e23675">ef1d51e23675</a>
+Bad DQ bits compare ECC and spare fix</li>
+</ul>
+<p>Chris Cain (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e72331566db">4e72331566db</a>
+HTMGT: Do not validate throttles based on oversubscription</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/beeeedc75591">beeeedc75591</a>
+HTMGT: Pass utilization in hundredth units to HWP for mem throttling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1f431ee3a68">a1f431ee3a68</a>
+HTMGT: Ensure processor callout added when going to safe mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02098ca7d9c1">02098ca7d9c1</a>
+HTMGT: Pass power per DIMM to memory throttling procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83243d5bbb3d">83243d5bbb3d</a>
+HTMGT: Send power supply redundancy policy to OCC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c16744bed525">c16744bed525</a>
+HTMGT: Mark GPU as functional when present</li>
+</ul>
+<p>Chris Steffen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c705a49a9f4">8c705a49a9f4</a>
+Initial Abus Commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f2ac854f66a">0f2ac854f66a</a>
+Updated Obus Interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbd317375f82">bbd317375f82</a>
+I/O Metadata Cleanup</li>
+</ul>
+<p>Christian Geddes (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac7f3d7b4b95">ac7f3d7b4b95</a>
+Re-enable fapi2 test case module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f456343a42a">6f456343a42a</a>
+Clean up things that were left after updating to simics nimbus 2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ac94ae277b9">7ac94ae277b9</a>
+Add EXTRAINCDIR to phb_perst makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47f275a6bd3b">47f275a6bd3b</a>
+Gard out EX when CME HALT ERROR is hit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e703b5d526c">9e703b5d526c</a>
+Add HW425526 and HW425027</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43b86b565ad7">43b86b565ad7</a>
+During MPIPL check if SBE has set Hyp HRMOR in blComm area</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2727e5272f13">2727e5272f13</a>
+No longer pass master ex to HWSV as is no longer needed in p9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef559321401">5ef559321401</a>
+Move bbuild up to b1109a_1746.910 and remove workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bfe046e2f8b">4bfe046e2f8b</a>
+Use readSeeprom PSU chipop to get SBE seeprom image version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/397dacc3e9ad">397dacc3e9ad</a>
+Remove annoying mbox traces (TRACF -> TRACD)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5c12e6e0ae9">c5c12e6e0ae9</a>
+Add RTC to remind us to allow sending readSeeprom op to slave SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bc72e2973d1">6bc72e2973d1</a>
+Remove limit on max size of PNOR TOC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce376fc3f4c7">ce376fc3f4c7</a>
+Set hostboot_mode bit on P3PC interrupt scom reg during intrrp init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f3429c04561">9f3429c04561</a>
+TI w/ unrecoverable error if system boots w/ mismatching processors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9a0baba8c4c">a9a0baba8c4c</a>
+Add option to Mask off SBE bits on TP_LOCAL_FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6d6b5da3da4">a6d6b5da3da4</a>
+Make SBE_MISCOMPARE_WITH_MASTER_VERSION errors informational</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8299008e6196">8299008e6196</a>
+Re-enable Broadcast mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f6092708bc8">4f6092708bc8</a>
+Add no_export to DMI_INBAND attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd12b61b55f2">fd12b61b55f2</a>
+Add hbHypCommArea struct to end of Hostboot Data reserved mem section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/779a1c3444a3">779a1c3444a3</a>
+Read the hb/hyp comm area to see if hyp moved hrmor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aedc6f0a892e">aedc6f0a892e</a>
+Add comments for hb/hypervisor communication struct and remove TODO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b95aa4ffafe">8b95aa4ffafe</a>
+Increase size allocated for HBRT section in Pnor from 4.5 -> 6.0 MB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25cb28c5a6cf">25cb28c5a6cf</a>
+Set MSS_MRW_MEMDIAGS_BCMODE to be overrideOnly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc6895bd0a84">fc6895bd0a84</a>
+Remove writable from Power Slope Centaur Attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5cb7887f8b7">e5cb7887f8b7</a>
+Remove writable property from ATTR_LINK_TRAIN</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4592e5a256c4">4592e5a256c4</a>
+Add FABRIC_PRESENT_GROUPS system attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e15041b86ab">1e15041b86ab</a>
+Remove obus workaround from call_proc_chiplet_fabric_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0761000af3d1">0761000af3d1</a>
+During MPIPL expand memory size to be FULL_CACHE right away</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bba738e7b179">bba738e7b179</a>
+Compute PAYLOAD_BASE attr based on phys_addr passed from PHYP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66ce95b8de1f">66ce95b8de1f</a>
+Remove is_master conditional from getVersionInfo in sbe_update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae0fa99d821a">ae0fa99d821a</a>
+Remove setting flipPort in processProc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de1c2d1d9e39">de1c2d1d9e39</a>
+Remove annoying traces from target generation code</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42e96493c5fa">42e96493c5fa</a>
+Revert “Add HW425526 and HW425027”</li>
+</ul>
+<p>Christopher D Hanudel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd82f7002d2d">fd82f7002d2d</a>
+RNG DD2 Hostboot: Sim data showed needed parm update so ST fail at
+50% entropy</li>
+</ul>
+<p>Claus Michael Olsen (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0343c2f1ae6">d0343c2f1ae6</a>
+Centaur ring support - TOR API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86f2ee342aa0">86f2ee342aa0</a>
+Small change to dd container header file.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc6ec7c9087b">cc6ec7c9087b</a>
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d63966b4333">0d63966b4333</a>
+Update: xip_tool: Introducing image section type (IST).</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/385c30e4905d">385c30e4905d</a>
+Support for PPE commit 49883 to error out on non-TOR ring section.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b78b33c5a32a">b78b33c5a32a</a>
+Code restruct: TOR API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fecd2a64f5b4">fecd2a64f5b4</a>
+Override filter ring support for perv_pll_bndy_bucket rings.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80ef0f2bbe20">80ef0f2bbe20</a>
+Removing P9_XIP_ITEM_NOT_FOUND trace out msg from
+p9_xip_image.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4864902e62b1">4864902e62b1</a>
+Adding CT_P9A to the enum list of chip types.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21c7d72548e5">21c7d72548e5</a>
+p9_dd_container: Introducing DD container API lib to PPE repo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1c9e46c0846">c1c9e46c0846</a>
+xip_customize and TOR API: Improved DD level verification</li>
+</ul>
+<p>Corey Swenson (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/887d17b52472">887d17b52472</a>
+Fix memd_creation file input and output paths</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f17ee1ff96ba">f17ee1ff96ba</a>
+Put editimgid into fsp.tar</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/665c9a18838f">665c9a18838f</a>
+Fix for MDIA timeouts on Cumulus step 14.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52ca8121f1ed">52ca8121f1ed</a>
+Leave MCS acker open until Istep14</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afa7087e71fe">afa7087e71fe</a>
+Cumulus updates and testcase workarounds</li>
+</ul>
+<p>Dan Crowell (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7535501dada9">7535501dada9</a>
+Remove extra trace from multicast workaround code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b06214f873b">8b06214f873b</a>
+Allow fuzzy matches to WOF tables in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e62b88fdb3a5">e62b88fdb3a5</a>
+Temp remove sbeio_rt from HBRT image to get space back</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0672626472a">e0672626472a</a>
+Put libsbeio_rt back into HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a2e268f1799">9a2e268f1799</a>
+Fix makefile syntax issue in vpd makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3cc786e08ab">e3cc786e08ab</a>
+Stop parsing IVRM attributes for ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dfdf4bee880f">dfdf4bee880f</a>
+Remove invalid access to TARGETING::EntityPath in base image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/453d38aa29e4">453d38aa29e4</a>
+Revert ATTR_CEN_ECID back to ATTR_ECID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56a7903c3dff">56a7903c3dff</a>
+Allow VPD writes to memory cache at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c75929bb0e53">c75929bb0e53</a>
+Add Fallback Frequency for #V Bucket Selection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf31061a2d76">cf31061a2d76</a>
+Remove bad istep-to-istep library dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8392e4f60660">8392e4f60660</a>
+Set response size equal to request size for FSP messages</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8be0be91a852">8be0be91a852</a>
+Dummy commit to pull in prereq for FSP CI failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dce3206aa21">1dce3206aa21</a>
+Increase trace buffer size to avoid hang between traces and PRD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59c08f915474">59c08f915474</a>
+Remove distracting error message for fallback #V freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d8527ec60f3">0d8527ec60f3</a>
+Fixes for Runtime VPD Write messages</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f8aa4b7a017">7f8aa4b7a017</a>
+Tweaks to multicast scom workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e973575493d">1e973575493d</a>
+Expand Hostboot to 64MB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1534d2eee2f">b1534d2eee2f</a>
+Add default for PROC_REFCLOCK to be 133333</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04d354188da8">04d354188da8</a>
+Change ATTR_MSS_WR_VREF_OFFSET to be override-only</li>
+</ul>
+<p>Daniel Howe (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7fc0a8c51bfe">7fc0a8c51bfe</a>
+Allow lpc_ed for p9n 2.2 per HW418117 fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebd63e0fbdad">ebd63e0fbdad</a>
+update data token init to use scans on p9c 1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40a7f282bb78">40a7f282bb78</a>
+disable pb tl when not in use</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bebbc7433c7">9bebbc7433c7</a>
+HW399448 set correct mode bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83bb585ecafb">83bb585ecafb</a>
+update pb data x on token ring init procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da0c66a0fee5">da0c66a0fee5</a>
+Update alink ras settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08b4146e8dc8">08b4146e8dc8</a>
+Extend xbus oc expiration timers and updated epsilon for fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c18b32b0a59">8c18b32b0a59</a>
+Reconcile epsilon w/ latest FBC latency document</li>
+</ul>
+<p>David Kauer (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e67892d9ce11">e67892d9ce11</a>
+HW425038 INT ARX timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b43e07c5fb3">7b43e07c5fb3</a>
+Modify INT FIR configuration settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a62b221b2fc8">a62b221b2fc8</a>
+INT FIR Mask fix for Nimbus DD2.0</li>
+</ul>
+<p>Dean Sanner (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08d89ba2b878">08d89ba2b878</a>
+Remove support for P9N (Nimbus) DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b272bf3f232">5b272bf3f232</a>
+Fix PNOR sections loaded into reserve-mem for non secure sys</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97f6525326d7">97f6525326d7</a>
+Control Host reboots for manufacturing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6407898fc569">6407898fc569</a>
+Connect CDIMM power/slope ATTR with VPD accessor function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1233c105dfd1">1233c105dfd1</a>
+Various targeting fixes for Fleetwood system</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99f0ee037491">99f0ee037491</a>
+Fleetwood dimm numbering fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4606e773441d">4606e773441d</a>
+Factor in fabric group on multinode systems</li>
+</ul>
+<p>Donald Washburn (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e731ccc76d4">5e731ccc76d4</a>
+Work around for SCOM DMI bug on Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/621ab58f2f53">621ab58f2f53</a>
+Integration of hardware vpd accessor functions into Hostboot.</li>
+</ul>
+<p>Dzuy Nguyen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c71ed1c41450">c71ed1c41450</a>
+Add support for OBUS PLL buckets</li>
+</ul>
+<p>Elizabeth Liner (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f75425745f0">7f75425745f0</a>
+Moving SBE threshold handler to its own file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/351f3287bba4">351f3287bba4</a>
+Create base class structure for SbeRetryHandler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18f9c896aa1e">18f9c896aa1e</a>
+Fixing the SBE switch functionality</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/010d6a9a091b">010d6a9a091b</a>
+Adding more debugging traces to the SBE error handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e29c5cfdb62c">e29c5cfdb62c</a>
+SBE error logging and handler cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a147e5838156">a147e5838156</a>
+Unit tests for SbeRetryHandler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf89b876a3d4">cf89b876a3d4</a>
+Adding SbeRetryHandler to the runtime module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a334e5aa3f11">a334e5aa3f11</a>
+Add in a check in the PSU error logging for SBE failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e5deae5db69">2e5deae5db69</a>
+Add call to get the SBE RC and commit it to an error log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b43bcadea88">6b43bcadea88</a>
+Adding advanced restart logic after detecting vital attentions</li>
+</ul>
+<p>Greg Still (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2d52141acb9">a2d52141acb9</a>
+PM: Disable core hang buster</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/361addb254f6">361addb254f6</a>
+Pstate Parameter Block/Setup Evid: Safe Pstate Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc276ea88de6">dc276ea88de6</a>
+PM: Fix p9_setup_evid for manual voltage overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d02b0a626e2f">d02b0a626e2f</a>
+PM: OCC Pstate Parm Block comments for minimum frequency and Pstate
+being safe</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42937caa1ce4">42937caa1ce4</a>
+WOF/Pstates: HOMER VFRT rounding fix and Safe Mode Freq -> Pstate fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cdeae021f82">8cdeae021f82</a>
+VDM: PSAFE needs a default setting if #W VDM leads to VDM disablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/430115962900">430115962900</a>
+WOF: VFRT biasing based on ATTR_FREQ_BIAS_*</li>
+</ul>
+<p>Ilya Smirnov (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a56250e422be">a56250e422be</a>
+Strip commas and quotes from PEL data string in eSEL.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b229a55e244">6b229a55e244</a>
+Correct the timestamp in istep 16.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4d83bcbb421">c4d83bcbb421</a>
+Deliver NIMBUS and CUMULUS standalone images to fips for Simics
+regression</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03e13ded8724">03e13ded8724</a>
+Populate hb Runtime Data after OCC Starts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7fd8e4f5b01">e7fd8e4f5b01</a>
+Post-process hb timestamps in eSEL.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d37246879463">d37246879463</a>
+Populate ATTR_FABRIC_PRESENT_GROUPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e51716b15f79">e51716b15f79</a>
+Fix Timestamp Search for eSEL.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e7bb893b400">6e7bb893b400</a>
+Load MEMD Partition in Itep 7.3</li>
+</ul>
+<p>Jacob Harvey (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf5d76cbc891">cf5d76cbc891</a>
+Set blue waterfall range to 1-4 for all freqs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7fa961df6429">7fa961df6429</a>
+Fix sim problems on awan</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0cdfdda35d6">e0cdfdda35d6</a>
+Create xlate equality function for dimm kind</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7dfd17dfc99">f7dfd17dfc99</a>
+Fix RCW structure and make a default option</li>
+</ul>
+<p>Jayashankar Padath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f0962881ce0">7f0962881ce0</a>
+HDAT : Update in feature flag structure value</li>
+</ul>
+<p>Jaymes Wilks (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb260675de9f">cb260675de9f</a>
+Secure Boot: HBBL partition support [FSP]</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fa02a909075">5fa02a909075</a>
+Support selecting fips or op-build for signing process</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7b3c79d2b2a">f7b3c79d2b2a</a>
+Secure Boot: SBKT partition support [FSP]</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eaf4ca605f7b">eaf4ca605f7b</a>
+Create new test only PNOR section to test secure Load/Unloads</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba9cad2c031b">ba9cad2c031b</a>
+Create better anti-deadlock strategy for vfs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa2acdeb7202">fa2acdeb7202</a>
+Change FIPS build genPnorImages.pl constant back to 0x40000000</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04dca99153ca">04dca99153ca</a>
+Stop deconfiguring magic MCA and its MCBIST by association</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79abc8362186">79abc8362186</a>
+Make FCO cores distribute evenly among processors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a032fa76a4e">2a032fa76a4e</a>
+Continue to run simics on lack of write access for trace files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1d8f52bb296">c1d8f52bb296</a>
+Fix failures to boot with unsecured mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bfb2013af39">9bfb2013af39</a>
+Add HW callout mapping to target subsystem table</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8ef67b96804">a8ef67b96804</a>
+Revert “Adding p9a support.”</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9374cdc6edc">b9374cdc6edc</a>
+Workaround for Quaint Gate, Angry Reindeer</li>
+</ul>
+<p>Joachim Fenkes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6731aa248737">6731aa248737</a>
+p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL lock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aed6647b5f80">aed6647b5f80</a>
+p9*_clockcntl: Add missing NPU ring 0xF in N3 chiplet to clock
+check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8ebffe6e6a4">b8ebffe6e6a4</a>
+HDCT: Remove core trace arrays, permanent P9 erratum</li>
+</ul>
+<p>Joe McGill (29):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44881dc3727c">44881dc3727c</a>
+L2 - Fabric updates for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d704be991b7f">d704be991b7f</a>
+L2 HWPs – p9_smp_link_layer and p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e12e90c06fd">4e12e90c06fd</a>
+L2 - Fabric updates for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f10a3f6c0902">f10a3f6c0902</a>
+IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af548636493d">af548636493d</a>
+p9c.mc.scan.initfle – initial release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6c5b55b7f06">d6c5b55b7f06</a>
+cen_stopclocks update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1bf7f7464012">1bf7f7464012</a>
+Shift HWP content to align with desired EKB layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73859ef374f2">73859ef374f2</a>
+update owner comments in ADU, PBA, TOD HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f46fb4538247">f46fb4538247</a>
+p9.filter.pll.scan.intifile – set 0 BGoffset for P9C DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/def5778ba314">def5778ba314</a>
+remove NV iovalid assertion from FW and add scan inits to resolve
+glsmux xstate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47a980c12cf7">47a980c12cf7</a>
+mvpd_access_defs.H – add enum for AW keyword access</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83fecdb69bbd">83fecdb69bbd</a>
+create empty shells for initfiles coming under 50468</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2209292ea1a7">2209292ea1a7</a>
+Chip address extension workaround for HW423589 (option2), part1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74cc36c5dd03">74cc36c5dd03</a>
+Chip address extension workaround for HW423589 (option2), part2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6782a20d9c7c">6782a20d9c7c</a>
+p9_mss_eff_grouping – fix mirrored memory mapping bug introduced
+by 49290</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b0de939d297">2b0de939d297</a>
+support customized application of filter PLL buckets from AW MVPD
+keyword</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/547e7f8b0493">547e7f8b0493</a>
+p9_mss_eff_grouping – fix multi-group mirrored mapping bug
+introduced by 49290</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0041dd78c705">0041dd78c705</a>
+cen_initf_errors.xml – initial release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20a0e8bd621b">20a0e8bd621b</a>
+disable ECC bypass for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7fb6d73a88d">f7fb6d73a88d</a>
+apply rings from Centaur HW image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63167adf8994">63167adf8994</a>
+MCD disable workaround for HW423589 (option1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d65acc669a10">d65acc669a10</a>
+checkstop on MCD UE when extended addressing mode is enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/142e05201115">142e05201115</a>
+Disable read data delay for Cumulus DD1.0, enable for DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02e505b4c437">02e505b4c437</a>
+p9_fab_iovalid – secure ABUS mailboxes after iovalid is asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5343e0808f17">5343e0808f17</a>
+fix ADU setup for MCD disabled operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c3cd5ab8ce">d2c3cd5ab8ce</a>
+p9_pcie_config – MCD disable updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc2d45afa61c">cc2d45afa61c</a>
+p9_xbus_fir_utils.H – create header for definition of XBUS
+related FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4923ac750fb9">4923ac750fb9</a>
+p9_setup_bars – precisely configure MCD available group vector</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9a86977d3eb">c9a86977d3eb</a>
+shift XBUS FIR programming inits for secure boot</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/716a165455c1">716a165455c1</a>
+fapi2: Fix template call sites for GCC 7</li>
+</ul>
+<p>John Rell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72a3e1a7da9c">72a3e1a7da9c</a>
+jgr17121400 HW430958 Cumulus Xbus short channel</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c439c1399cb1">c439c1399cb1</a>
+jgr171017 Setting changes for Obus boardwire vs cable</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ef7c3c566af">0ef7c3c566af</a>
+Optional support to parse default attribute tags</li>
+</ul>
+<p>Lennard Streat (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9554c4520e9e">9554c4520e9e</a>
+Updating MCU to support ALT_M setting fix (HW425310).</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46b2641400bc">46b2641400bc</a>
+Adding in feature to run hardware force mirror facility by default.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/421bf8c4f4c5">421bf8c4f4c5</a>
+Disable Read data delay for Cumulus DD1.0.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca9bfdb954db">ca9bfdb954db</a>
+Workaround for Warlike Parasite (HW430546)</li>
+</ul>
+<p>Louis Stermole (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7750b78d80c">d7750b78d80c</a>
+Fix tWLDQSEN and IPW_WR_WR timing parameters for MSS training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08cfd267e67e">08cfd267e67e</a>
+Add Vreg==1 trigger to DLL workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/929920660d1c">929920660d1c</a>
+Fix default values for power/thermal MRW attributes in XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efe0e19b37f5">efe0e19b37f5</a>
+Fix Galois codes for chip marks added by MSS restore_repairs
+function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/956df8db0fd1">956df8db0fd1</a>
+Change ZQ cal fail action to deconfigure MCBIST instead of MCA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc1ce68719ee">fc1ce68719ee</a>
+Enable exit_1 mode in FWMS for symbol marks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/789f5c5645a5">789f5c5645a5</a>
+Move MSS Rosetta map from lab to f/w library, add API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d55728f031ec">d55728f031ec</a>
+Modify Rosetta map to reflect port corrections</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ce3ad72158b">8ce3ad72158b</a>
+Rename access_delay_regs API perspective MC to C4 and add real MC
+perspective</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e75b51ba9604">e75b51ba9604</a>
+Return failing MCA targets when MSS_CALC_PORT_POWER_EXCEEDS_MAX
+condition hit</li>
+</ul>
+<p>Luke C. Murray (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/094a91b3f779">094a91b3f779</a>
+Turning on NCU tlbie pacing by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fabc7bd25190">fabc7bd25190</a>
+Adding attribute to turn memory early data on</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fa8f9e036df">5fa8f9e036df</a>
+Enabling L2 64B store prediction</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33db30729056">33db30729056</a>
+Updating Cumulus early memory data dials</li>
+</ul>
+<p>Luke Mulkey (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a498dc4e94fb">a498dc4e94fb</a>
+Zeppelin Plug Rule Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bbec657da0b">7bbec657da0b</a>
+MRW attribute changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f230133c8502">f230133c8502</a>
+Lab tools for p9c.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4c43f303408">e4c43f303408</a>
+Fix mss_freq bug</li>
+</ul>
+<p>Marty Gloff (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe58a710b97e">fe58a710b97e</a>
+Parser for SBE and HCODE build level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca52f95d63bd">ca52f95d63bd</a>
+Concurrent code update of HBRT - Read Version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a1b60c34e55">0a1b60c34e55</a>
+Concurrent code update of HBRT - Update Structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c769aede363">6c769aede363</a>
+Concurrent code update of HBRT - Enable Interface for Host</li>
+</ul>
+<p>Matt Derksen (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b4e2315094e">2b4e2315094e</a>
+Send down OCC info logs to BMC for call-home</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3378748dbc2e">3378748dbc2e</a>
+Fix some review comments for sending down OCC info logs to BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dacd80a9811f">dacd80a9811f</a>
+Fix grabbing config from NV keyword data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89f7297255af">89f7297255af</a>
+Test and verify concurrent init of PM complex</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2d590161d70f">2d590161d70f</a>
+Enable ZZ-2U</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2429064ef8ce">2429064ef8ce</a>
+Move major stack variable to heap to avoid stack overrun</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5161b6eb9b76">5161b6eb9b76</a>
+Increase trace buffer size to avoid hang between traces and PRD.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6141805efc9c">6141805efc9c</a>
+Add HB_VOLATILE sensor so OpenBMC can mark volatile sections</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2b876356f54">d2b876356f54</a>
+Lock i2c around vpd write message to FSP at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/722bf1861db9">722bf1861db9</a>
+Fix setting hbVolatile and RebootControl sensors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44aa1a1578b1">44aa1a1578b1</a>
+Compile attributeOverride tool in x86.nfp environment for mnfg use</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f8c953755a">f6f8c953755a</a>
+EKB side of changes for attributeOverride tool in x86.nfp context</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0c1f3b3a422">f0c1f3b3a422</a>
+Explicitly call ATTN/PRD before exiting PM Reset flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27cbbc4cc87d">27cbbc4cc87d</a>
+Update int64_t attributes in attributeenums.H to LL</li>
+</ul>
+<p>Matthew Hickman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/daa54a8d74e8">daa54a8d74e8</a>
+Fixed AUE/IAUE masking bug</li>
+</ul>
+<p>Mike Baiocchi (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0a9a93e45dd">b0a9a93e45dd</a>
+Add Functionality To Allow FSP to Enable TCEs For Testing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f6cf7d7310d">8f6cf7d7310d</a>
+Add TCE Support to utillidmgr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fcdfa14a7d3">8fcdfa14a7d3</a>
+Support Verifying and Moving PAYLOAD and HDAT when TCEs are Enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5cd503229820">5cd503229820</a>
+Fix Initializing HW To Point At An Invalid TCE Table in Istep 10.6</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43013e57725">f43013e57725</a>
+Send FSP relevant information for PSI Diagnotics test when TCEs are
+enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07f9a3771538">07f9a3771538</a>
+TCE Updates to support OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b27a71f308e1">b27a71f308e1</a>
+Update TPM Retry Policy and Timings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e93cf4eb7e3e">e93cf4eb7e3e</a>
+Enable TCEs as the default on FSP-based systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/079068a0dd84">079068a0dd84</a>
+I2C Reset Path: Add Poll of SCL High Before Issuing Stop Command</li>
+</ul>
+<p>Nick Bofferding (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0f4906b589d">b0f4906b589d</a>
+Secure Boot: Sign MEMD partition for FSP platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07d75753d594">07d75753d594</a>
+Secure Boot: Enforce PNOR section component IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70c697000c8a">70c697000c8a</a>
+Secure Boot: Fix parallel and multiple pass image signing issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7dd1f12d858">f7dd1f12d858</a>
+Secure Boot: Purge dev SW signing cache before reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9470c51fc486">9470c51fc486</a>
+Secure Boot: Support FSP/HB standalone production signing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fc740c30b90">2fc740c30b90</a>
+Secure Boot: Enable PSI interrupts after XSCOM switchover</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98e555428942">98e555428942</a>
+Secure Boot: Blacklist: Init PSI bridge BAR and FSP BAR properly for
+security</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e24de691ed6">3e24de691ed6</a>
+Secure Boot: Surface unique TI when key transitioning complete</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00d2200112da">00d2200112da</a>
+Secure Boot; Force simultaneous SBE update on key transition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd1519429ab3">bd1519429ab3</a>
+Secure Boot: RAS Reviews: Fix load handler logging</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a5fdcbd0c45">7a5fdcbd0c45</a>
+Secure Boot: Remove cyclic dependency in TPM daemon shutdown path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d52d893e3aa2">d52d893e3aa2</a>
+Secure Boot: Flag ROM verify reason code as terminating RC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb22cf5b7cb7">eb22cf5b7cb7</a>
+Secure Boot: Open persistent virtual memory mapping for HDAT TPM logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24d964b78e02">24d964b78e02</a>
+Fix syntax error in Dump.pm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d18433a85fa8">d18433a85fa8</a>
+Secure Boot: Open up Hostboot VMM untrusted RO window on non-master
+procs</li>
+</ul>
+<p>Nick Klazynski (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf1f011b5af9">cf1f011b5af9</a>
+Add HW425526 and HW425027</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4139797e45b">c4139797e45b</a>
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ed63da3a55c">1ed63da3a55c</a>
+Nimbus DD2.2 core chickenswitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcf7d0e3f5fe">fcf7d0e3f5fe</a>
+Large update for security</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9040e3c67fd">a9040e3c67fd</a>
+Fix three NDD2.1 dials and add new NDD2.2 workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b21ff6c1caf">6b21ff6c1caf</a>
+Add new TM IMC, Add TLBIE hangbuster</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf86a41a8e0e">bf86a41a8e0e</a>
+Implement security IMCs, based on v29 of wiki</li>
+</ul>
+<p>Prachi Gupta (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18cc0dfbc93f">18cc0dfbc93f</a>
+Zeppelin BUP updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b3da20db0e8">5b3da20db0e8</a>
+Zeppelin BUP updates: Targets.pm changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a420f6c23b46">a420f6c23b46</a>
+Zeppelin BUP updates: mss_memdiags workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4d01510117e">e4d01510117e</a>
+Zeppelin BUP: istep 14 fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50a901b1468a">50a901b1468a</a>
+ZEPPELIN BUP: fix VPD_REC_NUM for membuf target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3807622a5fae">3807622a5fae</a>
+ZEPPELIN BUP: host enable memvolt changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94d8abaa56c0">94d8abaa56c0</a>
+Added values for CVPD_SIZE and CVPD_MAX_SECTIONS in processMrw</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51d3eeea8b3a">51d3eeea8b3a</a>
+set ATTR_PROC_SBE_MASTER_CHIP based on LPC connections in MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ea9546db73d">9ea9546db73d</a>
+ZEP_BUP: remove no_export and default value from
+DMI_REFCLOCK_SWIZZLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb004ba55073">bb004ba55073</a>
+processMrw: hard-code all base bar addresses as to not rely on mrw</li>
+</ul>
+<p>Prasad Bg Ranganath (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0d7d47a554f">c0d7d47a554f</a>
+PM: Fix QCSR and CCSR update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79acd9f3a834">79acd9f3a834</a>
+P9_pstate_parameter_block: Bug fix in IAC VDN calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b86ae89fcd9">5b86ae89fcd9</a>
+Fix bug in cache query state procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c06b1a80e5e">1c06b1a80e5e</a>
+p9_setup_evid: Missed applying bias values for pound V</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4319e2a93d9a">4319e2a93d9a</a>
+p9_pm_pstate_gpe_init: setup Fsafe in all configured QPPMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed38dac64269">ed38dac64269</a>
+p9_pstate_parameter_block: support removal of VFRT Vdn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/755b47ecad12">755b47ecad12</a>
+PPPB: Fix endianess in pstate_parameter_block.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93c73a3eac40">93c73a3eac40</a>
+Proc VPD:POUND W Version 3-F support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c77b6c1a8839">c77b6c1a8839</a>
+p9_pm_reset: check safe mode and, if not, move to Psafe manually</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0f4bd1e57b5">b0f4bd1e57b5</a>
+Zepplin:Remove dd level check for cumulus under PPB code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13b0dd897296">13b0dd897296</a>
+FW910: PM reset procedure fix, move psafe update after CME halts</li>
+</ul>
+<p>Prem Shanker Jha (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c3bbe42264">47c3bbe42264</a>
+PM: Added support for version control in SCOM restore entries.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04846f139458">04846f139458</a>
+EQ SCOM Restore: Introduced version control in SCOM restore entry.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/000deef452bc">000deef452bc</a>
+PM: Fixed generation of MTSPR instruction in STOP API.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45824ede1fc0">45824ede1fc0</a>
+STOP Recovery: Only XIR collection in HWP error path during PM Reset.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/537e7b6e6c72">537e7b6e6c72</a>
+Hcode Injection: Adds hcode error injection capability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/993eec11fc9f">993eec11fc9f</a>
+SCOM Restore: Increased the EQ SCOM restore limit.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6897c9475c92">6897c9475c92</a>
+Idle Stop State: Adds CME and SGPE global variables to FFDC.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b71fb0a04e3">3b71fb0a04e3</a>
+PM: Level-1 implementation for HWP p9_pm_callout.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c89a1b7b92d">8c89a1b7b92d</a>
+PM : Changed FFDC collection to XIR mode.</li>
+</ul>
+<p>Rahul Batra (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4924945481bd">4924945481bd</a>
+PGPE: STOP11+WOF+SafeMode Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443f2c73ac82">443f2c73ac82</a>
+PGPE: Fix FIT and actuation step conflict</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3742bc2463d0">3742bc2463d0</a>
+PM: VDM Prolonged Droop Fix</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60ccd2d1e787">60ccd2d1e787</a>
+Differentiated Control Node type field from Normal Node</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17ce7befe588">17ce7befe588</a>
+Added CI throttling support, HW init updates, and fixed a bug with
+tce arb.</li>
+</ul>
+<p>Richard J. Knight (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1100f64331cb">1100f64331cb</a>
+Add script to edit hostboot binary images to enable CFM testing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2c5d0e657f6">c2c5d0e657f6</a>
+p9_xip_tool support for DD level section parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/911996a1c31f">911996a1c31f</a>
+Add new pnor section for Centaur hw ref image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f860e8a5c47">7f860e8a5c47</a>
+BUP - istep 11 support phase 1</li>
+</ul>
+<p>Robert Lippert (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fb8c2671f28d">fb8c2671f28d</a>
+errldisplay: use table-driven display for HWPF error strings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20b179f938d4">20b179f938d4</a>
+hwas: skip reading ID/EC data from BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69b2391ad885">69b2391ad885</a>
+ipmi: add support for reading SEL time from BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/013f189c0215">013f189c0215</a>
+vpd: add ability to read record RT keyword value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7261c1709400">7261c1709400</a>
+vpd/mvpd: add RT as a valid MVPD keyword enum</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7b6ad2045f4">f7b6ad2045f4</a>
+hdat: use VRML record for processor PCRD VPD data</li>
+</ul>
+<p>Roland Veloz (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e6bd68539af">8e6bd68539af</a>
+Updated the GenericFspMboxMessage_t struct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0db3bed8334">f0db3bed8334</a>
+Handle SBE Error and Attempt Recovery from FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a69cb64611f3">a69cb64611f3</a>
+Adding support for TOD RAS on FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44d0f070400a">44d0f070400a</a>
+Handles FSP reset-reload in HBRT messages</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dfb142acec43">dfb142acec43</a>
+Corrected issue with hb errlparser not exiting on error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f4abd1ea46f">6f4abd1ea46f</a>
+Support for any target deconfig at runtime; Utility to create a
+generic message</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c76eec6354b">4c76eec6354b</a>
+Propagate PLID from caller to any new errors; GARD target on retry
+fails</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5ca0693761a">d5ca0693761a</a>
+p9.npu.scom.initfile – fix cq_sm allocation issue at low water mark</li>
+</ul>
+<p>Sachin Gupta (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f01142263eb">4f01142263eb</a>
+Remove extra include dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4da087dd8293">4da087dd8293</a>
+Revert “p9_sbe_npll_setup: Enable Spread Spectrum right after SS
+PLL lock”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/610996cd1656">610996cd1656</a>
+Change type for number of pages.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4db7aa5d3c6b">4db7aa5d3c6b</a>
+Remove workaround for DD1 SW reset for XIVE</li>
+</ul>
+<p>Sakethan R Kotta (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f187d7b7b44">1f187d7b7b44</a>
+ORDINAL_ID generation is fixed for multi node systems</li>
+</ul>
+<p>Sameer Veer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dddd42af796f">dddd42af796f</a>
+Changes to build-script & setup-env for nimbus & cumulus to co-exist</li>
+</ul>
+<p>Sampa Misra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f10319641ba1">f10319641ba1</a>
+feature flag changes</li>
+</ul>
+<p>Santosh Puranik (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5357999d189c">5357999d189c</a>
+Find connections by destination</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12b6b45da232">12b6b45da232</a>
+Make plat init attributes non-writable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94404b004adb">94404b004adb</a>
+Set FSI_PORT for FSI slaves</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa0883bae4fa">aa0883bae4fa</a>
+Fix PEER_HUID attrib for XBUS and ABUS targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dca5a867512">3dca5a867512</a>
+Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID</li>
+</ul>
+<p>Sheldon Bailey (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47a4947613f8">47a4947613f8</a>
+HTMGT:OP910:No change in processor speed turbo or non-turbo
+Witherspoon</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/276c45cf2da6">276c45cf2da6</a>
+HTMGT: Send VRM Vdd Thermal Thresholds to OCC part1 HB attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4809fbff915f">4809fbff915f</a>
+HTMGT: Updates for reporting throttle below nominal on Boston</li>
+</ul>
+<p>Shelton Leung (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f504a2eebea">4f504a2eebea</a>
+fix for incorrect init value of AMO_Limit_Select</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/606a6f48b15c">606a6f48b15c</a>
+fix for clockgate preventing perfmon start/stop</li>
+</ul>
+<p>Soma BhanuTej (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d50dc3d2216a">d50dc3d2216a</a>
+Extract error info from PIBMEM array save-off</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2e705569f7f">c2e705569f7f</a>
+Make SBE errors recoverable - p9_sbe_common</li>
+</ul>
+<p>Stephen Cprek (29):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e7098eba2f9">6e7098eba2f9</a>
+Add trace to indicate verify was called on a section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6caab6132b05">6caab6132b05</a>
+Create Master Container Lid Manager and test parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/141c67de2310">141c67de2310</a>
+Add Header to TESTRO PNOR section for testing Secure Lid transfer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89c19d7e3a5b">89c19d7e3a5b</a>
+Process Components in Master Container Lid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76f627c78307">76f627c78307</a>
+Sign HBD pnor section in fips builds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94b12d2ea050">94b12d2ea050</a>
+Enable preverified lid loading from pnor and Master Container Lid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1f4e911b9b7">b1f4e911b9b7</a>
+Collect PNOR trace on secure verification error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf8e8d4deb19">bf8e8d4deb19</a>
+Fix RTC number in TODO and limit trace from MclMgr and
+PreVerifiedLidMgr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f2edbc95b80">1f2edbc95b80</a>
+Prevent all Master Container Lid processing in OPAL mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4d54e9c85b3">f4d54e9c85b3</a>
+Fix standalone compile and simics when secureboot compiled out</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63a026113332">63a026113332</a>
+Create runtime_utils so both IPL and runtime can use common
+functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81279c1d146d">81279c1d146d</a>
+Secure Boot: Fix lid load from HB reserved memory issues at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75f0cfee9e5d">75f0cfee9e5d</a>
+Fix strncpy from padding past the actual max size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c336a7728319">c336a7728319</a>
+Handle comments from pre-verify and runtime lid loading commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca52131dad3d">ca52131dad3d</a>
+Handle ContainerHeader asserts more nicely with error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b5972e5580c">5b5972e5580c</a>
+Create a Trusted boot trace component and collect trace on errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b408ad7a340">0b408ad7a340</a>
+Add multi node support for genPnorImages and add HBD Fleetwood files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dc66b8d1c6">a4dc66b8d1c6</a>
+Specify actual SecureRom size into HDAT for POWERVM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4888af6221d7">4888af6221d7</a>
+fix genPnor param MEMD which passed in an empty input filename</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d527220c6ffe">d527220c6ffe</a>
+Add component ID check for Master Container Lid Processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82f341573515">82f341573515</a>
+Fix incorrect size for entries going into hb resv memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/526f5106cc17">526f5106cc17</a>
+Do not preverify RINGOVD section in POWERVM mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92466e69168a">92466e69168a</a>
+Modify how POWERVM is processed in the MCL manager</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ae6e9595f97">9ae6e9595f97</a>
+Remove Secure Boot workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34dbdc49d0d1">34dbdc49d0d1</a>
+Convert asserts to error logs where it makes sense</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/329b81443b43">329b81443b43</a>
+Make the MemRegionMgr class target aware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26bbcd97d817">26bbcd97d817</a>
+Open Untrusted Communication for SP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/038392cae8c5">038392cae8c5</a>
+Move closing all unsecure memory regions to 21.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf9ac140940b">bf9ac140940b</a>
+Unload preverified secure sections after moving to mainstore memory</li>
+</ul>
+<p>Stephen Glancy (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d110f5634137">d110f5634137</a>
+Adds in broadcast support for memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b9bc4190d60">6b9bc4190d60</a>
+Updates memory plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cf8acef718a">1cf8acef718a</a>
+Fixes broadcast mode memdiags crash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2305fe4b76e">e2305fe4b76e</a>
+Fixes number of DRAM constants</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f5f2625adad">0f5f2625adad</a>
+Updates dramint training structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef4ce5ebbcd">5ef4ce5ebbcd</a>
+Fixes memdiags bad address check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f40bed180c16">f40bed180c16</a>
+Adds PDA support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/623216605144">623216605144</a>
+Worksaround AWAN simulation failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b17f5a628c59">b17f5a628c59</a>
+Adds access delay regs helper functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db05487e27b5">db05487e27b5</a>
+Adds blank PDA files for HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f57934997860">f57934997860</a>
+Adds in blank files for CCS workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3440e65b32f2">3440e65b32f2</a>
+Adds PDA support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/296cd5865b39">296cd5865b39</a>
+Adds lab PDA support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01c730dd4157">01c730dd4157</a>
+Updates WR VREF for characterization results</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21407ef50121">21407ef50121</a>
+Fixes WR LVL terminations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6650adcec6ac">6650adcec6ac</a>
+Updates training advanced and adds custom WR CTR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e369ee31b0c5">e369ee31b0c5</a>
+Updates custom RD CTR pattern</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c2de2d2a08c">1c2de2d2a08c</a>
+Fixes HB compile error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/548b7fd4484c">548b7fd4484c</a>
+Updates error logging to log target with FIRs</li>
+</ul>
+<p>Sumit Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43da019dd69">f43da019dd69</a>
+Centaur ring support - ring_apply and ring data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c9fd900efb8">8c9fd900efb8</a>
+Erepair HWP p9_io_erepairAccessorHwpFuncs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9153608879d2">9153608879d2</a>
+Moving DD specific ring coord from TOR to XIP (step 1)</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27fe0afaf8f1">27fe0afaf8f1</a>
+Fix issues with DMI target handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f94c2620c70">0f94c2620c70</a>
+Support CDIMM VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b801fd1a776f">b801fd1a776f</a>
+Make FAPI_POS unique on multi node system</li>
+</ul>
+<p>Thi Tran (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcef4f1931d8">bcef4f1931d8</a>
+L2 - p9_build_smp HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcc5a5535c2d">bcc5a5535c2d</a>
+Fix TODOs in p9_build_smp HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8fa03ea43f">7b8fa03ea43f</a>
+Mirror new file: cen_pll_initf_errors.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be0a3a2a7f4a">be0a3a2a7f4a</a>
+p9_sbe_hreset - Adding I2C Bit rate divisor calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edbb12014deb">edbb12014deb</a>
+L3 update - p9_cme_sram_access HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/245f7224088e">245f7224088e</a>
+Mirror (new) p9_putmemproc HWP files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8522e84fe03">b8522e84fe03</a>
+p9_build_smp – use ADU chipops to switch fabric configuration part
+#1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df5241f06802">df5241f06802</a>
+Setup p9c CHI’s FIRs and enable host attentions</li>
+</ul>
+<p>Tom Sand (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82769e0a939f">82769e0a939f</a>
+Fixed HBRT issue where virt addr not unmapped at the end of complex
+calls.</li>
+</ul>
+<p>Tsung Yeung (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e84db479b0c">4e84db479b0c</a>
+Adds self-refresh entry/exit commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d3c28511935">1d3c28511935</a>
+Adds ccs workaround to support SRE/SRX</li>
+</ul>
+<p>Vaibhav Jain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24d0d344bb8d">24d0d344bb8d</a>
+Modify eSEL script to not ignore cases for command line options</li>
+</ul>
+<p>Venkatesh Sainath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5099a01fc800">5099a01fc800</a>
+Enabling multi proc master systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/550f6f5cfc2f">550f6f5cfc2f</a>
+Perl script for generating HDAT structures from MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5bb1802ad0ae">5bb1802ad0ae</a>
+Enabling Fleetwood Multi-node istep 18 attributes</li>
+</ul>
+<p>Yue Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfcd66d8907e">cfcd66d8907e</a>
+STOP: Fix FF_BYPASS in sgpe_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5866aa3d221">d5866aa3d221</a>
+STOP/PState: SGPE/PGPE Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/458cb0d58acf">458cb0d58acf</a>
+STOP: Fix PLS deepest when stop4+ due to self restore wakeup</li>
+</ul>
+<p>Zane Shelley (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac21d7508c54">ac21d7508c54</a>
+PRD: latest from RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42216acb89cb">42216acb89cb</a>
+PRD: No gard on MCA for AUE/IAUE and RCD parity errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f14c2229e43">1f14c2229e43</a>
+PRD: error path handling in CS isolation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f74d2c56712b">f74d2c56712b</a>
+PRD: Fixed target for PCI chiplet FIRs during OP checkstop analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7bc33f10f89">b7bc33f10f89</a>
+RAS XML: updates from spreadsheet v115</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1c569251281">d1c569251281</a>
+PRD: fixed no gard when PLL and CS at same time</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2935800fa74d">2935800fa74d</a>
+PRD: generic solution to associate HWP failures with PRD isolation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecedb32fc183">ecedb32fc183</a>
+PRD: DIMM callouts on RCD parity errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d55a6fa5234f">d55a6fa5234f</a>
+PRD: generic solution to associate HWP failures with PRD isolation</li>
+</ul>
+<p>aravnair-in (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dfe15202fa42">dfe15202fa42</a>
+Fix node ordinal numbering to handle Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/536ae2496674">536ae2496674</a>
+Changes to make the DIMMs show up in Fleetwood</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/198f186b138f">198f186b138f</a>
+Changes for TOD support in MPIPL.</li>
+</ul>
+<p>nagurram-in (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aed872bfb917">aed872bfb917</a>
+HDAT: Feature flag settings movement from PCRD to IPLP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9513029321d">d9513029321d</a>
+HDAT:Adding address to HRMOR stash location in HB reserve</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af203750b8e6">af203750b8e6</a>
+HDAT : Update init feature flag settings for P9</li>
+</ul>
+<p>spashabk-in (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e94a704fe27">5e94a704fe27</a>
+Change FAPI_IMP traces in p9_pm_ocb_init to FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c1c57f0015e">4c1c57f0015e</a>
+Create and allow for PNOR SBE Partition to have DD2.2 Images</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5f4122b9d99c">5f4122b9d99c</a>
+Snapshot buffer support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0b07301e60af">0b07301e60af</a>
+Clean up TODO for deprecated sync request bit</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5bca1deebf80">5bca1deebf80</a>
+Initialize ping/pong buffer address variable</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b14a5af2c1a4">b14a5af2c1a4</a>
+Prevent safe mode when going to nominal and no cores configured</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bfd62d9cfdd3">bfd62d9cfdd3</a>
+Prevent WOF reset request on ZZ-L systems</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/4d2912987d23">4d2912987d23</a>
+OCC: Call Home Data Log</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c04d58bd549c">c04d58bd549c</a>
+WOF Phase 2: Use Vratio from PGPE</li>
+</ul>
+<p>Chris Cain (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d90b1dcc9552">d90b1dcc9552</a>
+AVSbus Re-sync Bus Error Recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0e91ced92e0f">0e91ced92e0f</a>
+Remove interrupt handlers for hardware errors</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/358d11e6aca5">358d11e6aca5</a>
+Stop DIMM and GPU accesses when moving to standby or safe state</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/601b1ebb9a9c">601b1ebb9a9c</a>
+Remove unused variable</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d0f8e5fb2c5a">d0f8e5fb2c5a</a>
+Always use normal temperature thresholds for OPAL systems</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/06ef7787e762">06ef7787e762</a>
+Handle redundant power supply policy</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cb8e695fc661">cb8e695fc661</a>
+Build elog with non-info severity before adding callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/fce2d94a9bc9">fce2d94a9bc9</a>
+Update buildname 12/15</li>
+</ul>
+<p>Doug Gilbert (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ccdfc6a407fd">ccdfc6a407fd</a>
+OCC work-around for HW426350</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8b90dab9d243">8b90dab9d243</a>
+B1112AD7 reported over long stress run</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0bf193d8d4f9">0bf193d8d4f9</a>
+APSS Reset Support</li>
+</ul>
+<p>Sooraj Nair (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1da6b089c930">1da6b089c930</a>
+Permanent fix for SW399904(fixed nvlink/uav)</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d868b77dfc6a">d868b77dfc6a</a>
+nvlink,xlink,phb fixes</li>
+</ul>
+<p>William Bryan (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/dbb4d7e88cf3">dbb4d7e88cf3</a>
+GPE1 Binary 10/27</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/178a035668bd">178a035668bd</a>
+Update buildname 11/3</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/40fc6b399896">40fc6b399896</a>
+Buildname 11/10</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c3446978c169">c3446978c169</a>
+Update buildname 11/15</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/00123c66a1d2">00123c66a1d2</a>
+Update GPE1 Binary 1/16/18</li>
+</ul>
+<p>Zane Shelley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/a5b5103756c8">a5b5103756c8</a>
+FIRDATA: fix error handling for SCOMs via SBE FIFO</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cd42091d9a39">cd42091d9a39</a>
+FIRDATA: retry getSCOMs via SBE FIFO on bad response</li>
+</ul>
+<p>mbroyles (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0d7b82e82f98">0d7b82e82f98</a>
+VRM Vdd Thermal Control Loop</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bb703e413c36">bb703e413c36</a>
+Prevent logging 2A11 when quad is offline</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/aec1db2cadee">aec1db2cadee</a>
+Temporary disable 24x7 on FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/01ae49578a8e">01ae49578a8e</a>
+Use AVS bus for processor power when no APSS channel for proc power
+is present</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/49ea880a7789">49ea880a7789</a>
+Wait two ticks prior to un-throttling memory due to power capping</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ee8bac060be4">ee8bac060be4</a>
+Ignore bad quad and nest DTS</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c35818138337">c35818138337</a>
+OCC error log clean up</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/2397cb606cda">2397cb606cda</a>
+Handle PGPE timeouts as workaround for prolonged droop events</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/577915f28604">577915f28604</a>
+Add WOF disable param for ASM</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>jim (22):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/619af4d3a6b8">619af4d3a6b8</a>
+add tpm_required_sensor.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/3ad0bfb80270">3ad0bfb80270</a>
+WOF_POWER_LIMIT = turbo, SYSTEM_WOF_DISABLE = off</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/e8840e390273">e8840e390273</a>
+DDR4 VPD update via PNOR. Issue 328.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/347d26450a76">347d26450a76</a>
+hostboot code needs CLASS_SP for bmc-0. Issue 366.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c8a42e16e88c">c8a42e16e88c</a>
+add WOF data.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/4ad589cd285f">4ad589cd285f</a>
+add target tpm-0.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/313281bb804c">313281bb804c</a>
+add skipper-14 as a child of p9dsu-0.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/73b7b43c60b0">73b7b43c60b0</a>
+CLOCK_PLL_MUX = 0x80030000.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c4639d667d49">c4639d667d49</a>
+MRW memory power updates for Boston LC</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/a0a5f8539dca">a0a5f8539dca</a>
+Change default lane eq values for GEN3</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/6d7309844f08">6d7309844f08</a>
+update MEMD VPD for Boston LC.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/383390ce6c9f">383390ce6c9f</a>
+Support DDR4 @2666 in Single Drop. MAX_ALLOWED_DIMM_FREQ
+2400,2400,2400,2133,2133 -> changes to 2666,2666,2666,2133,2133
+MSS_MRW_SUPPORTED_FREQ 1866,2133,2400,0 -> changes to
+1866,2133,2400,2666 ASYNC_NEST_FREQ_MHZ 1600 -> change to 1866
+FREQ_PB_MHZ 1600 -> change to 1866</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/e30477a2eb0e">e30477a2eb0e</a>
+add default value FREQ_PB_MHZ_POUNDV_FALLBACK = 1600</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/6bdebbb55f26">6bdebbb55f26</a>
+SYSTEM_VDM_DISABLE = 1.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/4e04c867ae40">4e04c867ae40</a>
+Re-enable VDM. SYSTEM_VDM_DISABLE = 0</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c11556752854">c11556752854</a>
+Enable STOP5. SUPPORTED_STOP_STATES = 0xEC000000.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/3c273c710fea">3c273c710fea</a>
+disable stop5.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c3df36c06bb8">c3df36c06bb8</a>
+add WOF data for dd2.2 parts.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/82908139d269">82908139d269</a>
+Adding OPEN_POWER_N_PLUS_ONE_HPC_BULK_POWER_LIMIT_WATTS</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/51574c64c031">51574c64c031</a>
+Refclk MRW change needed for WOF. FREQ_PROC_REFCLOCK_KHZ 0x20788
+-> 0x208D5</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/7dfd3c0c5228">7dfd3c0c5228</a>
+Remove FSI_LINK attribute from fsim-X global settings This was
+overriding the intended MRW values with an empty string which
+eventually resulted in incorrectly processed FSI data on the slave
+proc</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/fb5f9334aa0c">fb5f9334aa0c</a>
+disable stop4.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.21-rc1/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>Cyril Bur (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/669083ee9eda">669083ee9eda</a>
+Add root .gitignore</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/eb9c570fa13b">eb9c570fa13b</a>
+configure.ac: Fix unmatched brackets</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/17f04cb4d3d8">17f04cb4d3d8</a>
+Fix bootstrap warning: noinst_PROGRAMS was already defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/bc8b183fbea6">bc8b183fbea6</a>
+Better recognition of ncurses header files</li>
+</ul>
+<p>Samuel Mendoza-Jonas (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/8d1e4f053574">8d1e4f053574</a>
+ui/ncurses: Safely handle lost terminal control commands</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3af2c04787af">3af2c04787af</a>
+ui/ncurses: Handle arrow key variants</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f18998f6aac3">f18998f6aac3</a>
+ui/ncurses: Always cancel autoboot on exit</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad12fe5b75e">1ad12fe5b75e</a>
+discover/pxe-parser: Fix relative parsing for manual config files</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/690ff82375a2">690ff82375a2</a>
+Remove FSI_LINK attribute from fsim-X global settings</li>
+</ul>
+<p>Hank Chang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/a8e017aca599">a8e017aca599</a>
+Updated MSS_MRW_MAX_NUMBER_DIMMS_POSSIBLE_PER_VMEM_REGULATOR
+to 8 for full DIMMs configuration</li>
+</ul>
+<p>Mengze Liao (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/7564819dde1e">7564819dde1e</a>
+Update the clock pll mux config</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/78c497c58ba4">78c497c58ba4</a>
+Enable wof by set WOF_DISABLE as OFF</li>
+</ul>
+<p>Nickolaus Gruendler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/fc67afe8cd7b">fc67afe8cd7b</a>
+Adding some WOF attributes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/66cd2309b4ea">66cd2309b4ea</a>
+Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+hcode</li>
+</ul>
+<p>Amit Tendolkar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2dab7d4053aa">2dab7d4053aa</a>
+Cache/Core stop clocks: add shut down of Power Management to remove
+contentions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be19efc55754">be19efc55754</a>
+Enhance SBE Deadman FFDC Format and sequencing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e97e84d0f782">e97e84d0f782</a>
+Enable FFDC Collection for SBE Deadman Timeout</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/291ef16dcb1e">291ef16dcb1e</a>
+osclite status check in clock_test2</li>
+</ul>
+<p>Ben Gass (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/823230170598">823230170598</a>
+Adding p9c_11 support.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1097cc1dfcb">e1097cc1dfcb</a>
+Adding p9a support.</li>
+</ul>
+<p>Brian Vanderpool (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6f1c9f559f3d">6f1c9f559f3d</a>
+PM: Ignore allow_reg_wakeup in cache contained mode</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1186568fa81d">1186568fa81d</a>
+P9 SBE EOL Toggle SBE Procedure</li>
+</ul>
+<p>Christian Geddes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a439687019f">7a439687019f</a>
+Increase suspend_powman timeouts from 10 micro sec -> 10 milli sec</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/99c1c76cc825">99c1c76cc825</a>
+Remove writable property from ATTR_LINK_TRAIN</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dd54c6fc0af5">dd54c6fc0af5</a>
+Add FABRIC_PRESENT_GROUPS system attribute</li>
+</ul>
+<p>Claus Michael Olsen (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8247c1a74c10">8247c1a74c10</a>
+Centaur ring support - TOR API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2551c3e8b1d8">2551c3e8b1d8</a>
+Overlays and multi-DD XIP related updates to xip_image and
+dd_container</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/608cfa2810b3">608cfa2810b3</a>
+Small change to dd container header file.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f2e80824408">9f2e80824408</a>
+cleanup: xip_tool: Fixing two command arguments.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/348d8d20dc49">348d8d20dc49</a>
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba0028f0e907">ba0028f0e907</a>
+Update: xip_tool: Introducing image section type (IST).</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/53acf553711c">53acf553711c</a>
+Support for PPE commit 49883 to error out on non-TOR ring section.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/871d02a4e2c6">871d02a4e2c6</a>
+Code restruct: TOR API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e0caa8e381d">8e0caa8e381d</a>
+Error out on non-TOR ring section detection.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d9ebe234862c">d9ebe234862c</a>
+Override filter ring support for perv_pll_bndy_bucket rings.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4640d0953dd6">4640d0953dd6</a>
+Removing P9_XIP_ITEM_NOT_FOUND trace out msg from
+p9_xip_image.C</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/efddbeeb75d9">efddbeeb75d9</a>
+Adding CT_P9A to the enum list of chip types.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d4106818dcc1">d4106818dcc1</a>
+Overlays and multi-DD XIP related updates to xip_image and
+dd_container</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/12529174e471">12529174e471</a>
+xip_customize and TOR API: Improved DD level verification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/385957bda422">385957bda422</a>
+p9_dd_container: Introducing DD container API lib to PPE repo</li>
+</ul>
+<p>Dan Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f5ee8955f2bb">f5ee8955f2bb</a>
+Revert ATTR_CEN_ECID back to ATTR_ECID</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c21e72cf477a">c21e72cf477a</a>
+Add Fallback Frequency for #V Bucket Selection</li>
+</ul>
+<p>Daniel Howe (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c2b4524ea3b0">c2b4524ea3b0</a>
+Allow lpc_ed for p9n 2.2 per HW418117 fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d3f8a78ac0d1">d3f8a78ac0d1</a>
+update data token init to use scans on p9c 1.1</li>
+</ul>
+<p>David Kauer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/854ee9444a93">854ee9444a93</a>
+HW425038 INT ARX timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dc787af07394">dc787af07394</a>
+Modify INT FIR configuration settings</li>
+</ul>
+<p>Doug Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2f7237360522">2f7237360522</a>
+Use HCode header timebase frequency for pk trace</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/74f757c5baf0">74f757c5baf0</a>
+PPE: Adjust the maximum decrementer count</li>
+</ul>
+<p>Greg Still (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/16834c6819a4">16834c6819a4</a>
+PM: Disable core hang buster</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/77f320df4411">77f320df4411</a>
+Security: add AVSBus bridge registers to whitelist</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/29a1f8977c0c">29a1f8977c0c</a>
+Revert “Adding p9a support.”</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0d217e279a9d">0d217e279a9d</a>
+Workaround for Quaint Gate, Angry Reindeer</li>
+</ul>
+<p>Joachim Fenkes (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fdcf15d4d7b7">fdcf15d4d7b7</a>
+p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL lock</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/70f95047d661">70f95047d661</a>
+p9_sbe_tp_chiplet_init3: Honor PCI osc selection when checking
+for osc errors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ac2deccdd5c7">ac2deccdd5c7</a>
+p9_sbe_chiplet_reset: Remove SIM_ONLY conditional around delay</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5d91747c062f">5d91747c062f</a>
+HDCT: Remove core trace arrays, permanent P9 erratum</li>
+</ul>
+<p>Joe McGill (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3a7ffbc58d55">3a7ffbc58d55</a>
+p9_sbe_check_quiesce – dont attempt PHB DMA quiesce if ETU is
+already in reset</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a99727e54d98">a99727e54d98</a>
+IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a920c44fc65">7a920c44fc65</a>
+mvpd_access_defs.H – add enum for AW keyword access</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3d41a2c1dc50">3d41a2c1dc50</a>
+p9.filter.pll.scan.intifile – set 0 BGoffset for P9C DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5888fd570b00">5888fd570b00</a>
+remove NV iovalid assertion from FW and add scan inits to resolve
+glsmux xstate</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e4435bbe9132">e4435bbe9132</a>
+Chip address extension workaround for HW423589 (option2), part1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/01f19f848283">01f19f848283</a>
+p9_mss_eff_grouping – fix mirrored memory mapping bug introduced
+by 49290</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4d8b2fe78a66">4d8b2fe78a66</a>
+support customized application of filter PLL buckets from AW MVPD
+keyword</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f9ba70879a5a">f9ba70879a5a</a>
+disable ECC bypass for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/86ae83c5d6a4">86ae83c5d6a4</a>
+MCD disable workaround for HW423589 (option1)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a95f3b5f7c11">a95f3b5f7c11</a>
+fix ADU setup for MCD disabled operation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7d85e24ccf7d">7d85e24ccf7d</a>
+apply rings from Centaur HW image</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db3e87fc9342">db3e87fc9342</a>
+Disable read data delay for Cumulus DD1.0, enable for DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fd258b059364">fd258b059364</a>
+p9_xbus_fir_utils.H – create header for definition of XBUS
+related FIR settings</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fca1480ab551">fca1480ab551</a>
+fapi2: Fix template call sites for GCC 7</li>
+</ul>
+<p>John Rell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fc81ad0fabee">fc81ad0fabee</a>
+jgr171017 Setting changes for Obus boardwire vs cable</li>
+</ul>
+<p>Lennard Streat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/736951421915">736951421915</a>
+Workaround for Warlike Parasite (HW430546)</li>
+</ul>
+<p>Luke C. Murray (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/71e4d374a79a">71e4d374a79a</a>
+Turning on NCU tlbie pacing by default</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/62551f8feb3a">62551f8feb3a</a>
+Adding attribute to turn memory early data on</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/60fa6f5edfbd">60fa6f5edfbd</a>
+Enabling L2 64B store prediction</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7623a9095db4">7623a9095db4</a>
+Increase cache data timeout values</li>
+</ul>
+<p>Martin Peschke (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dbb8adce3d25">dbb8adce3d25</a>
+p9_dd_container: simple generic standalone DD level container</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b47bb02590da">b47bb02590da</a>
+p9_dd_container: simple generic standalone DD level container</li>
+</ul>
+<p>Matt Derksen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3a0f83c7c8ef">3a0f83c7c8ef</a>
+EKB side of changes for attributeOverride tool in x86.nfp context</li>
+</ul>
+<p>Nick Bofferding (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/277f0f10f796">277f0f10f796</a>
+Secure Boot: Temporarily whitelist various registers to resolve
+blacklist issues</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/972609cc9fcb">972609cc9fcb</a>
+Secure Boot: Add p9_setup_dpll_values scom registers to whitelist</li>
+</ul>
+<p>Nick Klazynski (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e3d1c5ac78ce">e3d1c5ac78ce</a>
+Add HW425526 and HW425027</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/55c0c777de88">55c0c777de88</a>
+Fixing NCU and Core generated initfiles core to support CDD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f3e9580127e0">f3e9580127e0</a>
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26ab9613acc2">26ab9613acc2</a>
+Nimbus DD2.2 core chickenswitches</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/57ab16ed1e8c">57ab16ed1e8c</a>
+Large update for security</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26dd5796f9f6">26dd5796f9f6</a>
+Fix three NDD2.1 dials and add new NDD2.2 workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3d86b50a746e">3d86b50a746e</a>
+Add new TM IMC, Add TLBIE hangbuster</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/60bbd1a8b644">60bbd1a8b644</a>
+Implement security IMCs, based on v29 of wiki</li>
+</ul>
+<p>Prasad Bg Ranganath (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5556610f48c2">5556610f48c2</a>
+PM: Fix QCSR and CCSR update</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/722d8a4cdb59">722d8a4cdb59</a>
+Fix bug in cache query state procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8847e892e22f">8847e892e22f</a>
+SBE:putring: Ring Id validation check</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d77e05e938c7">d77e05e938c7</a>
+p9_pstate_parameter_block: support removal of VFRT Vdn</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f3d42c23647c">f3d42c23647c</a>
+Zepplin:Remove dd level check for cumulus under PPB code</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3c84e2307401">3c84e2307401</a>
+STOP Recovery: Only XIR collection in HWP error path during PM Reset.</li>
+</ul>
+<p>Rahul Batra (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c88c2c940231">c88c2c940231</a>
+PGPE: STOP11+WOF+SafeMode Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a4764278f667">a4764278f667</a>
+PGPE: Fix FIT and actuation step conflict</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f6c6b387000c">f6c6b387000c</a>
+PM: VDM Prolonged Droop Fix</li>
+</ul>
+<p>Raja Das (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7f96036fea81">7f96036fea81</a>
+Updated Backing build in customrc to move to latest Simics DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20b1e798a82b">20b1e798a82b</a>
+PPE empty PK FFDC handler to save-off required registers</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c68fb43ecf21">c68fb43ecf21</a>
+PPE Registers to be saved-off in the interrupt context</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/56882277747c">56882277747c</a>
+Register FFDC call is handled within machine_check_handler</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fc526ece8110">fc526ece8110</a>
+Added CI throttling support, HW init updates, and fixed a bug with
+tce arb.</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7f62dd04344b">7f62dd04344b</a>
+p9_xip_tool support for DD level section parsing</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a5f986ed76b3">a5f986ed76b3</a>
+p9.npu.scom.initfile – fix cq_sm allocation issue at low water mark</li>
+</ul>
+<p>Sachin Gupta (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e487a02045d4">e487a02045d4</a>
+Initialise ATTR_BACKUP_SEEPROM_SELECT</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f4bcd3c4260b">f4bcd3c4260b</a>
+Adding client id in FIFO interface</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0bc318357fc8">0bc318357fc8</a>
+Correct tracing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c10f8ace1fc">5c10f8ace1fc</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b125b82562fc">b125b82562fc</a>
+Revert “p9_sbe_npll_setup: Enable Spread Spectrum right after SS
+PLL lock”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ea100b11fb1c">ea100b11fb1c</a>
+Reset MPIPL flag</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b22bc8a4342">9b22bc8a4342</a>
+Backing build update</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/870e7c38807c">870e7c38807c</a>
+Avoid overwrite of mbx3 register</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b99e4a419eec">b99e4a419eec</a>
+Handle command validation failure in secure mode properly</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/057add7f654f">057add7f654f</a>
+Solve compilation issue for type casting</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/633cc43fc6f8">633cc43fc6f8</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/75e24e297d54">75e24e297d54</a>
+Remove support for DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d43ff15ada7d">d43ff15ada7d</a>
+Minor fixes to remove support for DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5d57ec968d47">5d57ec968d47</a>
+Do not allow invalid scom via sbe fifo path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/93aa36ba8134">93aa36ba8134</a>
+Avoid istep skipping in secure mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3a65f5252ab5">3a65f5252ab5</a>
+Allow Invalid scoms for simulation regression testing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d737f8e95da3">d737f8e95da3</a>
+Allow read on complete OCC SRAM buffer</li>
+</ul>
+<p>Santosh Puranik (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2e4607a018b7">2e4607a018b7</a>
+Make plat init attributes non-writable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f14d2ae6eb3f">f14d2ae6eb3f</a>
+Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID</li>
+</ul>
+<p>Soma BhanuTej (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/67a37783b04b">67a37783b04b</a>
+Fix to skip Osc check in sim only</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d9055c39cfed">d9055c39cfed</a>
+Updated PSI and TOD regs into whitelist</li>
+</ul>
+<p>Sumit Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0d8c248cc29e">0d8c248cc29e</a>
+Centaur ring support - ring_apply and ring data</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/75756bf696b4">75756bf696b4</a>
+gitRelease: Check master branch if query on rel branch fails</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b03db45c424">9b03db45c424</a>
+Moving DD specific ring coord from TOR to XIP (step 1)</li>
+</ul>
+<p>Sunil Kumar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/584ee233b010">584ee233b010</a>
+SW410723 chiplet ID range for address 107D0 is increased to 0x37.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9586bfb71025">9586bfb71025</a>
+SW413281: Whilisting address for putscom according to HDCT.txt</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f55ed0656b82">f55ed0656b82</a>
+p9_build_smp – use ADU chipops to switch fabric configuration part
+#1</li>
+</ul>
+<p>Yue Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7bd8c25ffc52">7bd8c25ffc52</a>
+STOP: EX deconfigure masking for EQ chiplet FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ee644a4d14e2">ee644a4d14e2</a>
+STOP/PState: SGPE/PGPE Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/47239b3d399c">47239b3d399c</a>
+STOP: Fix PLS deepest when stop4+ due to self restore wakeup</li>
+</ul>
+<p>nagurram-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a78e28c88a1">0a78e28c88a1</a>
+Added chiplet range for 0x107D0 scom address in BL/WL csv</li>
+</ul>
+<p>spashabk-in (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d38834b0a952">d38834b0a952</a>
+Cleanup security list</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/264dedf525f8">264dedf525f8</a>
+Allow putring in MPIPL state</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/292319be2218">292319be2218</a>
+Reset current_err before sending host FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2ad7f676c15f">2ad7f676c15f</a>
+Get FW security from CBS bit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0b422e48c935">0b422e48c935</a>
+Add sbe commit id in PIBMEM</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/666c72a55f09">666c72a55f09</a>
+Change FAPI_IMP traces in p9_pm_ocb_init to FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1fcbd7b14382">1fcbd7b14382</a>
+Security binary search bug fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7d7c9d3dbd1b">7d7c9d3dbd1b</a>
+Handle OCC SRAM secure mem window</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6054b3ff395">b6054b3ff395</a>
+Enable DD2.2 in op build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1f0bc6efb217">1f0bc6efb217</a>
+Handle security security bit in p9_sbe_attr_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b69dc93d5b03">b69dc93d5b03</a>
+Chip-op filtering</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1c909df08fcf">1c909df08fcf</a>
+Allow getreg chipop in secure mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e808b5c476c7">e808b5c476c7</a>
+I2C reset sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/819a606d9c58">819a606d9c58</a>
+[SBE-code-re-org][1] sbefw - core and app folders</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/560106553412">560106553412</a>
+[SBE-code-re-org][2] Chip-op handler code</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1c7f2eb205f4">1c7f2eb205f4</a>
+[SBE-code-re-org][3] Merge core folder makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/71ffbf448c4e">71ffbf448c4e</a>
+[SBE-code-re-org][4] Adding app common makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/25bfaab4ac12">25bfaab4ac12</a>
+[SBE-code-re-org][5] IPL table re org</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7843b72850e1">7843b72850e1</a>
+Disable generic and isntruction control on DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6b405b238ad0">6b405b238ad0</a>
+Increase run cycle count before starting unsecure mem window test</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c149d7d8d8b8">c149d7d8d8b8</a>
+Enable new ADU flags</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a863e816e41">8a863e816e41</a>
+[SBE-code-re-org][6] Build configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3f49215b05fa">3f49215b05fa</a>
+Update timer chipop support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/42a5e95b317e">42a5e95b317e</a>
+I2C reset on instruction machine check</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cfd3efd98fd2">cfd3efd98fd2</a>
+SBE user plugin in x86.nfp context</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba9022fcf967">ba9022fcf967</a>
+Reduce the HB memory window to 10MB</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a9a87cd013c6">a9a87cd013c6</a>
+Release helper script</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c47554f1d2ee">c47554f1d2ee</a>
+Update testcase for secure ADU operations</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6db778b0fd24">6db778b0fd24</a>
+[SBE-code-re-org][7] App and core files separation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fd23b3ff6d75">fd23b3ff6d75</a>
+Track integrate command fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ccf737710b21">ccf737710b21</a>
+Reverting change in img_def.mk for model build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/095e608c7f68">095e608c7f68</a>
+Fix SBE install in op-build</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>Adriana Kobylak (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b786e7ba1d34">b786e7ba1d34</a>
+pflash: Support for volatile flag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0bd6a8c9a4bc">0bd6a8c9a4bc</a>
+pflash: Support for clean_on_ecc_error flag</li>
+</ul>
+<p>Akshay Adiga (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1953b41e1dd5">1953b41e1dd5</a>
+SLW: Add idle state stop5 for DD2.0 and above</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d2e281bc22f">6d2e281bc22f</a>
+SLW: Delay cpuidle device-tree creation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfec00682a57">bfec00682a57</a>
+SLW: Split init functions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9aeb00de9cbd">9aeb00de9cbd</a>
+SLW: Call slw_late_init_p{8, 9} only when has_wakeup_engine is
+set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/313ece47903e">313ece47903e</a>
+SLW: Use wakeup_engine state to handle errors in wakeup engine</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35c66b8ce5a2">35c66b8ce5a2</a>
+SLW: Move MAMBO simulator checks to slw_init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a523298bc1e3">a523298bc1e3</a>
+SLW: Detect if deep states are enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5c663c3f6de">e5c663c3f6de</a>
+SLW: Call p9_stop_api only if deep_states are enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c613c2fb9b82">c613c2fb9b82</a>
+SCOM restore for DARN and XIVE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7def6cdac27f">7def6cdac27f</a>
+SLW: Add p9_stop_api calls for IMC</li>
+</ul>
+<p>Alistair Popple (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6f8c49b0bac4">6f8c49b0bac4</a>
+Witherspoon: Remove old Witherspoon platform definition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbc15556621">8cbc15556621</a>
+npu2.c: Fix XIVE IRQ alignment</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/695bb562a315">695bb562a315</a>
+npu2.c: Add PE error detection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91f3e391f27a">91f3e391f27a</a>
+npu2-hw-procedures.c: Power up lanes during ntl reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea9b3080559a">ea9b3080559a</a>
+npu2-hw-procedures.c: Correct phy lane mapping</li>
+</ul>
+<p>Ananth N Mavinakayanahalli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd64f85b8581">bd64f85b8581</a>
+fsp: Bail out of HIR if FSP is resetting voluntarily</li>
+</ul>
+<p>Andrew Donnellan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/302aedd78371">302aedd78371</a>
+npu2: Remove unused npu2_dev struct members</li>
+</ul>
+<p>Benjamin Herrenschmidt (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/484d26fd6e65">484d26fd6e65</a>
+xive: Update inits for DD2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c2a76705674">7c2a76705674</a>
+xive: Fix ability to clear some EQ flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a1cd5529a84c">a1cd5529a84c</a>
+phb4: Fix lost bit in PE number on config accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4002ea166fde">4002ea166fde</a>
+phb4: Fix PE mapping of M32 BAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ce34f369ce2">9ce34f369ce2</a>
+xive: Define API for single-escalation VP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d7e26801905f">d7e26801905f</a>
+xive: When disabling an EQ, wipe all of its settings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/639ed194dedc">639ed194dedc</a>
+xive: Improve cleaning up of EQs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ddc35b93fcad">ddc35b93fcad</a>
+xive: When disabling a VP, wipe all of its settings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de82c2e0ece6">de82c2e0ece6</a>
+xive: Implement “single escalation” feature</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a9288465a95">4a9288465a95</a>
+xive: Quieten debug messages in standard builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b1cc437315d">6b1cc437315d</a>
+xive: Properly reserve built-in VPs in non-group mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d385d1b942c">7d385d1b942c</a>
+xive: Warn on valid VPs found in abnormal cases</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7db8a9a31649">7db8a9a31649</a>
+xive: Don’t bother cleaning up disabled EQs in reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/17cd974074e6">17cd974074e6</a>
+xive: Remove obsolete comment</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b504f2737e9b">b504f2737e9b</a>
+timer: Stop calling list_top() racily</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d98b41e4c30">2d98b41e4c30</a>
+xive: Mark a freed IRQ’s IVE as valid and masked</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e7f04a7398a">3e7f04a7398a</a>
+xive: Do not return a trigger page for an escalation interrupt</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/238ef01e330f">238ef01e330f</a>
+io: Add load_wait() helper</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e00d546ca29">1e00d546ca29</a>
+xive: Fix occasional VC checkstops in xive_reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84febad7c5f9">84febad7c5f9</a>
+xive: Ensure VC informational FIRs are masked</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7f2fab5c785">c7f2fab5c785</a>
+Add support for new gcc 7 parametrized stack protector</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca612b802ada">ca612b802ada</a>
+lock: Move cmpxchg() primitives to their own file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/76d9bcdca589">76d9bcdca589</a>
+lock: Add additional lock auditing code</li>
+</ul>
+<p>Christophe Lombard (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b6c089342c7">8b6c089342c7</a>
+capi: update ci store buffers and dma engines</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c221866c88f">5c221866c88f</a>
+capi: move the acknowledge of the HMI interrupt</li>
+</ul>
+<p>Claudio Carvalho (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4fb528b39411">4fb528b39411</a>
+libstb: move drivers/sha512.* to mbedtls directory</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/594c7a6ae3cc">594c7a6ae3cc</a>
+libstb: import stb_init() breaking it into multiple files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75dbbe674c0f">75dbbe674c0f</a>
+core/flash.c: extern function to get the name of a PNOR partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/060ff18d4ddc">060ff18d4ddc</a>
+core/init.c: remove redundant calls to verify and measure BOOTKERNEL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ab91fbec937">3ab91fbec937</a>
+libstb/secureboot.c: import sb_verify() from stb.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3281d5a41a82">3281d5a41a82</a>
+libstb/trustedboot.c: import tb_measure() from stb.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c2c24ba1511">5c2c24ba1511</a>
+libstb/cvc.c: import softrom behavior from drivers/sw_driver.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5aaa37619602">5aaa37619602</a>
+libstb/trustedboot.c: import stb_final() from stb.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/024bf3248101">024bf3248101</a>
+tpm_i2c_nuvoton: add nuvoton, npct601 to the compatible property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9781da8a262d">9781da8a262d</a>
+libstb/tss: update the list of event types supported</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/48753eb9eb72">48753eb9eb72</a>
+libstb/tpm_chip.c: define pr_fmt and fix messages logged</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5fdcc35fc103">5fdcc35fc103</a>
+core: update superseded libstb calls in flash.c and init.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21a7bd0e07f6">21a7bd0e07f6</a>
+hdata: add secure and trusted boot ntuple to SPIRA-H/S</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ccdbfdac637c">ccdbfdac637c</a>
+libstb: remove stb.c and obsolete companions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/48fd73cfc707">48fd73cfc707</a>
+hdata/spira: add ibm, secureboot node in P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7da364fd3646">7da364fd3646</a>
+hdata/tpmrel.c: add firmware event log info to the tpm node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f56ff29ed6f9">f56ff29ed6f9</a>
+hdata/tpmrel.c: add ibm, cvc device tree node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63110a7734e6">63110a7734e6</a>
+libstb: add support for ibm, secureboot-v2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68a25577cd89">68a25577cd89</a>
+libstb/cvc: update memory-region to point to /reserved-memory</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63ef6f54445e">63ef6f54445e</a>
+doc: update libstb documentation with POWER9 changes</li>
+</ul>
+<p>Cyril Bur (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2f15d75c20f">a2f15d75c20f</a>
+core/pcie-slots: Fix coverity possible NULL dereference</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ca2d61f3b4b">8ca2d61f3b4b</a>
+npu2: Remove side effects in assert() calls.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/65f9abea8e8c">65f9abea8e8c</a>
+libpore: Fix incorrect mtspr instruction generation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba540e0be90f">ba540e0be90f</a>
+external/pflash: Fix erasing within a single erase block</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92813a8bf9f3">92813a8bf9f3</a>
+nvram: Fix ‘missing’ nvram on FSP systems.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/60f46277f4bc">60f46277f4bc</a>
+libflash/mbox-flash: Add v2 error codes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e6c3b03bb4c">3e6c3b03bb4c</a>
+libflash/mbox-flash: Always close windows before opening a new window</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f47de2b05f9d">f47de2b05f9d</a>
+libflash/mbox-flash: Move sequence handling to driver level</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3fc675285bc">c3fc675285bc</a>
+libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeouts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/957503be8ea7">957503be8ea7</a>
+hw/lpc-mbox: Simplify message bookkeeping and timeouts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1095ed9fa553">1095ed9fa553</a>
+libflash/mbox-flash: Simplify message sending</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de554c19bdfe">de554c19bdfe</a>
+libflash/mbox-flash: Use BMC suggested timeout value</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f22d5c2c3d75">f22d5c2c3d75</a>
+libflash/mbox-flash: Use static arrays of function pointers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e040b7285cb">0e040b7285cb</a>
+libflash/mbox-flash: Understand v3</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/31f2c03b0abd">31f2c03b0abd</a>
+libflash/mbox-flash: Add the ability to lock flash</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b9774c47eecd">b9774c47eecd</a>
+libflash/test: Add tests for mbox-flash</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8e88ab0e66a2">8e88ab0e66a2</a>
+pflash: Respect write(2) return values</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a1e45fd2793c">a1e45fd2793c</a>
+core: Avoid possible uninitialized pointer read (CID 209502)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b2136247e00">9b2136247e00</a>
+hdata/vpd: Remove possible dereference after null check (CID 207468)</li>
+</ul>
+<p>Frederic Barrat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f24ef23411d">4f24ef23411d</a>
+xive: Mask MMIO load/store to bad location FIR</li>
+</ul>
+<p>Frédéric Bonnard (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b7546b534d95">b7546b534d95</a>
+Add man pages for xscom-utils and pflash</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b472f9238dac">b472f9238dac</a>
+Fix xscom-utils distclean target</li>
+</ul>
+<p>Guilherme G. Piccoli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e6cfd7d0459">1e6cfd7d0459</a>
+xive: Trivial fix for compilation error when enabling xive debug</li>
+</ul>
+<p>Jeremy Kerr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88bd3bc5e6f8">88bd3bc5e6f8</a>
+opal-prd: flush after logging to stdio in debug mode</li>
+</ul>
+<p>Madhavan Srinivasan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/938d1d9ed964">938d1d9ed964</a>
+hw/imc: alway enable “imc_nest_chip” exports property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3647e9850660">3647e9850660</a>
+hw/imc: Check ucode state before exposing units to Linux</li>
+</ul>
+<p>Mahesh Salgaonkar (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/363f328fbc59">363f328fbc59</a>
+opal/xscom: Move the delay inside xscom_reset() function.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/10f0a09239dd">10f0a09239dd</a>
+opal/xscom: Add recovery for lost core wakeup scom failures.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13e1ed3c97bf">13e1ed3c97bf</a>
+opal: Get chip location code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/282d5fee5c4f">282d5fee5c4f</a>
+core/hmi: Use pr_fmt macro for tagging log messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c531ff957669">c531ff957669</a>
+opal/hmi: HMI logging with location code info.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b33ed1e6b6b0">b33ed1e6b6b0</a>
+core/hmi: Do not display FIR details if none of the bits are set.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/45a961515be6">45a961515be6</a>
+core/hmi: Display chip location code while displaying core FIR.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c38214ab4f0">3c38214ab4f0</a>
+opal/xstop: Use nvram option to enable/disable sw checkstop.</li>
+</ul>
+<p>Michael Ellerman (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/360c92e6271c">360c92e6271c</a>
+mambo: Add support for NUMA</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/427cc73b1eab">427cc73b1eab</a>
+make check: Make valgrind optional</li>
+</ul>
+<p>Michael Neuling (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/560eb231d6bf">560eb231d6bf</a>
+phb4: Update inits</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f4bf83128c1">4f4bf83128c1</a>
+npu2: Create npu2_write_mcd()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c0408ded5a1">3c0408ded5a1</a>
+npu2: Refactor BAR setting code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75371796ac59">75371796ac59</a>
+npu2: MCD refactor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/74d9a50ac2a7">74d9a50ac2a7</a>
+phys-map: Rename GPU_MEM to GPU_MEM_4T_DOWN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c76636f3d73f">c76636f3d73f</a>
+npu2: Move to new GPU memory map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4e74625dc9f1">4e74625dc9f1</a>
+hdata: Fix copying GEN4 lane equalisation settings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d957e9278994">d957e9278994</a>
+phb4: Fix lane equalisation setting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3bdce2b0e293">3bdce2b0e293</a>
+fsp-elog: Reduce verbosity of elog messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3881970673a2">3881970673a2</a>
+phb4: Init changes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73ad014b8785">73ad014b8785</a>
+phb4: Change default GEN3 lane equalisation setting to 0x54</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5cee066746d2">5cee066746d2</a>
+phb4: Change PCI MMIO timers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/852ff7e210b2">852ff7e210b2</a>
+IPMI: Fix platform.cec_reboot() null ptr checks</li>
+</ul>
+<p>Nicholas Piggin (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2df240737596">2df240737596</a>
+core/bitmap: fix bitmap iteration limit corruption</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dde9cd5d22b">0dde9cd5d22b</a>
+external/mambo: Switch qtrace command to use plugins</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec82b3ea49a0">ec82b3ea49a0</a>
+fast-reboot: restore SMT priority on spin loop exit</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d9f29cab33b">4d9f29cab33b</a>
+fast-reboot: factor out direct control loops for sreset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff230a3e9cdf">ff230a3e9cdf</a>
+fast-reboot: remove last man standing logic</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f84a8a1c749d">f84a8a1c749d</a>
+fast-reboot: clean up some common cpu iteration processes with macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57e544ee0191">57e544ee0191</a>
+fast-reboot: factor out the mambo sreset code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b61f7b5b477">5b61f7b5b477</a>
+fast-reboot: add sreset_all_others error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43c96b232d89">43c96b232d89</a>
+fast-reboot: make spin loops consistent and SMT friendly</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/068de7bc7688">068de7bc7688</a>
+fast-reboot: add sreset timeout detection and handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/171b7858a559">171b7858a559</a>
+fast-reboot: add more barriers around cpu state changes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3598f41970f2">3598f41970f2</a>
+fast-reboot: remove delay after sreset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/674be30c9437">674be30c9437</a>
+fast-reboot: inline fast_reset_p8 into fast_reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4610c27825a1">4610c27825a1</a>
+fast-reboot: move de-asserting of special wakeups to the initiator</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1647413d7c2f">1647413d7c2f</a>
+fast-reboot: allow mambo fast reboot independent of CPU type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/be43a0489e06">be43a0489e06</a>
+fast-reboot: move sreset direct controls to direct-controls.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1949c768eba6">1949c768eba6</a>
+direct-controls: change p8_sreset_all_others sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44687f84e443">44687f84e443</a>
+direct-controls: p8 implementation of generic direct controls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e85912b9210">1e85912b9210</a>
+direct-controls: add xscom error handling for p8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1486a08de557">1486a08de557</a>
+core/lock: Introduce atomic cmpxchg and implement try_lock with it</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc74922ab1ed">bc74922ab1ed</a>
+core/lock: improve bust_locks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c565ee6bca4">9c565ee6bca4</a>
+asm/head: add entry/exit calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b41553c22402">b41553c22402</a>
+asm/head: move opal entry token check into C</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/602c6d44a302">602c6d44a302</a>
+core/opal: always verify cpu->pir on entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d84ea6bda03">0d84ea6bda03</a>
+core: Add support for quiescing OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/688c0d51e6e9">688c0d51e6e9</a>
+fast-reboot: quiesce opal before initiating a fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cfd44c463e2">4cfd44c463e2</a>
+fast-reboot: improve failure error messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09a2319fdebc">09a2319fdebc</a>
+fast-reboot: move fdt freeing into init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d033ce35dc1">6d033ce35dc1</a>
+fast-reboot: move boot CPU cleanup logically together with
+secondaries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0e44ad2a963">d0e44ad2a963</a>
+fast-reboot: bare bones fast reboot implementation for POWER9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/acf2c345a98d">acf2c345a98d</a>
+direct-controls: enable fast reboot direct controls for mambo</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/631ed5f2e06a">631ed5f2e06a</a>
+dctl: p9 increase thread quiesce timeout</li>
+</ul>
+<p>Oliver O’Halloran (35):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/370b8866871b">370b8866871b</a>
+asm/head: Loop after attn</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0f06269ed3c">d0f06269ed3c</a>
+p8-i2c: Don’t write the watermark register at init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/541e0aff3ecf">541e0aff3ecf</a>
+gard: show: Remove “Res Recovery” field</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bcb140d015eb">bcb140d015eb</a>
+gard: Update chip unit data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d4241ddaf44">5d4241ddaf44</a>
+gard: Add P9 support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e038388f385">1e038388f385</a>
+gard: Replace is_valid_id with is_valid_record()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07d6b1a13412">07d6b1a13412</a>
+gard: Add iterators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f6174ffe5a2e">f6174ffe5a2e</a>
+gard: Use iterators for count_record()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/998115739de1">998115739de1</a>
+gard: {list, show}: Fix the Type field in the output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e905b55bfd96">e905b55bfd96</a>
+gard: list: Improve output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1163d716518c">1163d716518c</a>
+gard: Add path parsing support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c83380260ce">6c83380260ce</a>
+gard: create: Allow creating arbitrary GARD records</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2ee9d0560f7d">2ee9d0560f7d</a>
+libflash: Fix parity calculation on ARM</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb76931e7ae7">eb76931e7ae7</a>
+gard: Always use MTD to access flash</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e947593a38a1">e947593a38a1</a>
+gard: Add OpenBMC vPNOR support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2e404aedd52">c2e404aedd52</a>
+p8-i2c: Limit number of retry attempts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7fb517898f69">7fb517898f69</a>
+lpc: Clear pending IRQs at boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/260a11fbf3c7">260a11fbf3c7</a>
+occ-sensors: Fix up quad/gpu location mixup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/afe10960c138">afe10960c138</a>
+external/test: Display test dir on failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac685bccd889">ac685bccd889</a>
+hw/nx: Fix NX BAR assignments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4717bc7bc859">4717bc7bc859</a>
+external/test: Print the name of each test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aee9b0218454">aee9b0218454</a>
+gard: Allow records with an ID of 0xffffffff</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95a0f5d9db98">95a0f5d9db98</a>
+gard: Set chip generation based on PVR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c35f784a9f63">c35f784a9f63</a>
+gard: Fix up path parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90d8e71b83a8">90d8e71b83a8</a>
+gard: Fix max instance count</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28b104c46ffe">28b104c46ffe</a>
+gard: Add usage message for -p</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a797a19687a3">a797a19687a3</a>
+gard: Delete stale comment</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa82932e7190">aa82932e7190</a>
+gard: Fix up do_create return values</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/daf9ff43cd0a">daf9ff43cd0a</a>
+gard: Add tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5bb9d6f1e7dc">5bb9d6f1e7dc</a>
+chiptod: Keep boot timestamps contiguous</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4e23b42d2ad7">4e23b42d2ad7</a>
+hdata: Parse IPL FW feature settings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c1765a0093d">7c1765a0093d</a>
+hdata/i2c: Fix 512Kb EEPROM size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e66cc3a347d">5e66cc3a347d</a>
+hdat/i2c: Fix SPD EEPROM compatible string</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff8b83c06c26">ff8b83c06c26</a>
+hdata/vpd: Fix DTC warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e2541f1c664">0e2541f1c664</a>
+witherspoon: Fix VPD EEPROM type</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1156b5f04b3e">1156b5f04b3e</a>
+p9_stop_api: EQ SCOM Restore: Introduced version control in SCOM
+restore entry.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4ff9557e99a">c4ff9557e99a</a>
+p9_stop_api: PM: Added support for version control in SCOM restore
+entries.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43c966bdad46">43c966bdad46</a>
+SCOM Restore: Increased the EQ SCOM restore limit.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/081882690163">081882690163</a>
+PM: Fixed generation of MTSPR instruction in STOP API.</li>
+</ul>
+<p>Pridhiviraj Paidipeddi (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78168d1bad23">78168d1bad23</a>
+NX: Print read xscom config failures.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4f12c22ee95">c4f12c22ee95</a>
+hw/occ: Fix psr cpu-to-gpu sensors node dtc warning.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e808354c311">3e808354c311</a>
+sensors: Fix dtc warning for dts sensors.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e8248d22600e">e8248d22600e</a>
+sensors: Fix dtc warning for new occ inband sensors.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b55be1035b">40b55be1035b</a>
+hw/occ: Log proper SCOM register names</li>
+</ul>
+<p>Reza Arbab (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a05054c53a37">a05054c53a37</a>
+npu2: hw-procedures: Enable low power mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6f2505b1542">d6f2505b1542</a>
+npu2: Add npu2_write_mask_4b()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac6f1599ff33">ac6f1599ff33</a>
+npu2: hw-procedures: Add phy_rx_clock_sel()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30ea08acc253">30ea08acc253</a>
+npu2: hw-procedures: Refactor reset_ntl procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d123203cfa9f">d123203cfa9f</a>
+Revert “npu2: hw-procedures: Enable low power mode”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c5417ec1898">1c5417ec1898</a>
+npu2: Print bdfn in NPU2DEV* logging macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a752f2d908d1">a752f2d908d1</a>
+npu2: hw-procedures: Add check_credits procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6b5867adb7f">e6b5867adb7f</a>
+npu2: hw-procedures: Add obus_brick_index()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4e04c833a1d4">4e04c833a1d4</a>
+npu2: hw-procedures: Manipulate IOVALID during training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/878c718aed20">878c718aed20</a>
+npu2: hw-procedures: Change phy_rx_clock_sel values</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22df7a1c73c9">22df7a1c73c9</a>
+hdata/spira: Add missing newline to prlog() call</li>
+</ul>
+<p>Robert Lippert (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/422cdcabb218">422cdcabb218</a>
+hdata/vpd: add support for parsing CPU VRML records</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27c35b967a84">27c35b967a84</a>
+core/direct-controls: wait for core special wkup bit cleared</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5cf392b75dc">c5cf392b75dc</a>
+core/direct-controls: add function to read core gated state</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d665e102ef37">d665e102ef37</a>
+hw/dts: retry special wakeup operation if core still gated</li>
+</ul>
+<p>Russell Currey (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/02f82a27eab8">02f82a27eab8</a>
+doc: Fix reference to overview in README</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/93cde639b56e">93cde639b56e</a>
+pci: Track peers of slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1172a6c57ff3">1172a6c57ff3</a>
+pci: Shared slot state synchronisation for hot reset</li>
+</ul>
+<p>Shilpasri G Bhat (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cbbd16bfbeef">cbbd16bfbeef</a>
+sensors: dts: Assert special wakeup on idle cores while reading
+temperature</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/275efcc44fda">275efcc44fda</a>
+sensors: occ: Skip counter type of sensors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49999302251b">49999302251b</a>
+opal-prd: Add support for runtime OCC reset in ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/781b10633945">781b10633945</a>
+opal-prd: occ: Add support for runtime OCC load/start in ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bebe096ee242">bebe096ee242</a>
+sensors: occ: Skip GPU sensors for non-gpu systems</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a05e341c9af2">a05e341c9af2</a>
+sensors: occ: Skip power sensors with zero sample value</li>
+</ul>
+<p>Stewart Smith (28):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/be1379de6e8e">be1379de6e8e</a>
+Document fsp-ipl-params to sp-ipl-params</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2884eeabfd93">2884eeabfd93</a>
+ffspart/pflash: fix tests for new VOLATILE flag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/255c1d9a3c2b">255c1d9a3c2b</a>
+skiboot 5.9.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3a1d3d42294">b3a1d3d42294</a>
+skiboot 5.9.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/701556d2ea9b">701556d2ea9b</a>
+OCC: Increase max pstate check on P9 to 255</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e8af7effed7b">e8af7effed7b</a>
+skiboot 5.9.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0aa749e6822a">0aa749e6822a</a>
+travis: Add Fedora 27</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2be4422dace9">2be4422dace9</a>
+core/bitmap: Test bitmap foreach functions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff65dc98df8a">ff65dc98df8a</a>
+skiboot 5.9.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da719b6718a8">da719b6718a8</a>
+mambo: split qtrace macros out into qtrace_utils.tcl</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f8c9acf8985">2f8c9acf8985</a>
+Add documentation for ibm, firmware-versions device tree node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ca21767be95">7ca21767be95</a>
+Use systemsim-p9 v1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9587573f4be0">9587573f4be0</a>
+sreset_kernel: only run SMT tests due to not supporting re-entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0562b64e55b0">0562b64e55b0</a>
+Fix booting & OPAL call return values with DEBUG=1</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41f51c834a1b">41f51c834a1b</a>
+external/test: make stripping out version number more robust</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11c76c67cb9b">11c76c67cb9b</a>
+skiboot 5.9.5 Release Notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70f14f4dd86e">70f14f4dd86e</a>
+skiboot 5.9.6 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a2610a145a8">7a2610a145a8</a>
+external/test/test.sh: fix VERSION substitution when no tags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b7b7b84ef565">b7b7b84ef565</a>
+libflash/mbox-flash: only wait for MBOX_DEFAULT_POLL_MS if busy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e05c6f21b34">6e05c6f21b34</a>
+libstb/(create|print)-container: Sync with sb-signing-utils</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ddf7e51936f">1ddf7e51936f</a>
+Mambo: run hello_world and sreset_world tests with Secure and
+Trusted Boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c762d5359d6">8c762d5359d6</a>
+allow secure boot if not enforcing it</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f23d6c626bd6">f23d6c626bd6</a>
+libflash/mbox-flash: fallback to requesting lower MBOX versions from
+BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8514d755c3ad">8514d755c3ad</a>
+skiboot 5.9.7 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80838c3158a8">80838c3158a8</a>
+SLW: fix running in mambo</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43eb8bbcbaa5">43eb8bbcbaa5</a>
+libstb/cvc: Register P8 secure ROM code correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28b94285ba3a">28b94285ba3a</a>
+Revert “libpore: Fix incorrect mtspr instruction generation”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b7289511d7e">9b7289511d7e</a>
+skiboot v5.10-rc1 release notes</li>
+</ul>
+<p>Suraj Jitindar Singh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/535d86ee9893">535d86ee9893</a>
+external/pflash: Fix non-zero return code for successful read when
+size%256 != 0</li>
+</ul>
+<p>Vaibhav Jain (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/646dbfbec287">646dbfbec287</a>
+make_version: Fix check for ‘.version’ file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b613693d537">7b613693d537</a>
+phb4: Dump CAPP error registers when it asserts link down</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e05798d87571">e05798d87571</a>
+capi: Perform capp recovery sequence only when PBCQ is idle</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5a959af3fb41">5a959af3fb41</a>
+capi: Disable CAPP virtual machines</li>
+</ul>
+<p>Vasant Hegde (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb858339cae8">eb858339cae8</a>
+hdata: Rename ‘fsp-ipl-side’ as ‘sp-ipl-side’</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eaf9e0f0981b">eaf9e0f0981b</a>
+hdata: Add location code property to xscom node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9088e400d319">9088e400d319</a>
+prd: Add generic response structure inside prd_fw_msg</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d847a1b9d49">5d847a1b9d49</a>
+prd: Enable error logging via firmware_request interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f9a776aa72f">0f9a776aa72f</a>
+prd: Log unsupported message type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5110b54067c0">5110b54067c0</a>
+hdata: Add memory hierarchy under xscom node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0840ae7330f">c0840ae7330f</a>
+hdata: Parse SPD data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a12d6deb045">4a12d6deb045</a>
+hdata/vpd: Add vendor property</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/5806543c0adb">5806543c0adb</a>
+Stabilize DD2.1 by disabling some stop states and disable VDM + WOF</li>
+</ul>
+<p>Erich Hauptli (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/882ef2310daa">882ef2310daa</a>
+Updating MEMD VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/f0ef411a263c">f0ef411a263c</a>
+Adding in additional WOF table</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/32bfab156076">32bfab156076</a>
+Adding OPEN_POWER_N_PLUS_ONE_HPC_BULK_POWER_LIMIT_WATTS</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/97e83826bb31">97e83826bb31</a>
+Updating Ref Clock and Gen 3 Eq Settings</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/b81b843c9452">b81b843c9452</a>
+Fixing enumerator</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/43746576272c">43746576272c</a>
+Fixing VRM_VDD_TEMP sensor</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/5044f59f7de0">5044f59f7de0</a>
+Re-enabling Stop States, WOF, and VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/4629ea3fff85">4629ea3fff85</a>
+Updating WOF Data</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/58554bfabd7f">58554bfabd7f</a>
+Adding in default OBUS Brick Lane Masks</li>
+</ul>
+<p>Matt Spinler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/bee9ba7e53e6">bee9ba7e53e6</a>
+Add power button LED</li>
+</ul>
+<p>nschwart (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/5e6ff0b9c1fb">5e6ff0b9c1fb</a>
+Pcie slot numbers - SW406686 (#72)</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/87b0173c563d">87b0173c563d</a>
+VRM temp sensor, hb_volatile_sensor, 128GB DIMM throttling update
+(#73)</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/d647013c46bd">d647013c46bd</a>
+Dimm mapping fixes (#76)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/0c28b11c0ace">0c28b11c0ace</a>
+Add MEMD VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/338671f00ca8">338671f00ca8</a>
+Update default PCIe G3 lane Eq</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/117366697547">117366697547</a>
+Move 25G-OC clock select to IO filter PLL</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/c254d1ecc0d7">c254d1ecc0d7</a>
+Add 23c 225W WOF Table</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/828711d20ff5">828711d20ff5</a>
+Update refclock freq to fix WOF table offset</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/b0884b3032df">b0884b3032df</a>
+New attribute to enable Early Data scoms</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="index.html" title="previous chapter">op-build Release Notes</a></li>
+ <li>Next: <a href="v1.21-rc2.html" title="next chapter">Release Notes for OpenPower Firmware v1.21-rc2</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.21-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.21-rc2.html b/release-notes/v1.21-rc2.html
new file mode 100644
index 0000000..525bc7a
--- /dev/null
+++ b/release-notes/v1.21-rc2.html
@@ -0,0 +1,568 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.21-rc2 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.21" href="v1.21.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.21-rc1" href="v1.21-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-21-rc2">
+<h1>Release Notes for OpenPower Firmware v1.21-rc2<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-21-rc2" title="Permalink to this headline">¶</a></h1>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v1.21
+release. We expect to do a final v1.21 tagged release in the week of the
+19th Feb.</p>
+<p>This release (including the final v1.21) is NOT intended for GA POWER9
+platforms.</p>
+<div class="section" id="known-issues">
+<h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
+<p>There are also known issues with deeper stop states and special wakeup
+(used when collecting some sensors on stopped cores). We have included a
+work-around in v1.21-rc2 where stop11 is disabled for witherspoon. This
+won’t affect runtime power savings as stop11 is only used by Linux for
+CPU hotplug. We will re-enable it in the future once we’ve isolated the
+problem.</p>
+</div>
+<div class="section" id="v1-21-rc1-known-issues-that-are-now-fixed">
+<h2>v1.21-rc1 known issues that are now fixed<a class="headerlink" href="#v1-21-rc1-known-issues-that-are-now-fixed" title="Permalink to this headline">¶</a></h2>
+<p>The issues with some POWER9 platforms with NVLink and specific
+kernels/GPU drivers are now fixed.</p>
+<p>The issue with skiboot on ZZ systems with latest FSP firmware builds has
+been fixed, ZZ with secure boot disabled should now boot again.</p>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="16%" />
+<col width="19%" />
+<col width="19%" />
+<col width="46%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platform(s)</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>capp-ucode</td>
+<td>p9-dd2-v2</td>
+<td>p9-dd-v3</td>
+<td>barreleye,firestone,garrison,
+habanero,p9dsu,palmetto,romulus,
+witherspoon,zaius</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>9bfb2013af39</td>
+<td>de8120523a0c</td>
+<td>p9dsu,romulus,witherspoon,zaius</td>
+</tr>
+<tr class="row-even"><td>hostboot-
+binaries</td>
+<td>6924d6b711ba</td>
+<td>134d61bcf3f2</td>
+<td>barreleye,firestone,garrison,
+habanero,p9dsu,palmetto,romulus,
+witherspoon,zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>577915f28604</td>
+<td>f72f857b7e5a</td>
+<td>p9dsu,romulus,witherspoon,zaius</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>095e608c7f68</td>
+<td>1f773f1f2983</td>
+<td>p9dsu,romulus,witherspoon,zaius,
+zz</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v5.10-rc1</td>
+<td>v5.10-rc3</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,romulus,
+witherspoon,zaius,zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Benjamin Weisenbeck (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f46a51570e9f">f46a51570e9f</a> PRD: Power Management Recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/056c43ed3e5a">056c43ed3e5a</a> PRD: Dynamic Memory Deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8411dba53c3b">8411dba53c3b</a> PRD: Add calls to perform dynamic memory deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffc30dcc9134">ffc30dcc9134</a> PRD: Disabling FSP clearing/masking of FIRs to avoid blacklist violations</li>
+</ul>
+<p>Bill Hoffa (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82805770e035">82805770e035</a> Fix simulation get all registers command</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9925aa358f2a">9925aa358f2a</a> Remove @INC with current directory from create_ekb_targattr.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e77f8551f4a6">e77f8551f4a6</a> Handle INTRP SHUT_DOWN message in MBOX IPC msg_hdlr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39157523786b">39157523786b</a> Set Memory Enabled Bit for all Procs with Valid Memory</li>
+</ul>
+<p>Brian Bakke (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59c8ce01244b">59c8ce01244b</a> CAPP GARD Records cleared on Witherspoon</li>
+</ul>
+<p>Caleb Palmer (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5320c4c323d2">5320c4c323d2</a> Fix bad DQ bits translation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/371ca0eb55ae">371ca0eb55ae</a> Add attribute for row repair data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a33c3221672">4a33c3221672</a> PRD: Restore repairs fix bad dimm mask check</li>
+</ul>
+<p>Christian Geddes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aff61dd84b01">aff61dd84b01</a> Add sbe_retry_handler to FIFO fail path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae1ac07ebcac">ae1ac07ebcac</a> Zero out Cumulus related virtual address attribute during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02b1fd73c568">02b1fd73c568</a> Save away SBE FFDC and COMM area address in corresponding attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32a051104ae9">32a051104ae9</a> Always have secureModeDisable bit set to 0 in sbe_retry_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0752d042e8fc">0752d042e8fc</a> Set PAYLOAD_KIND attribute based on fused bits in scom register</li>
+</ul>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/975d6f745c83">975d6f745c83</a> Moving DD specific ring coord from TOR to XIP (step 2)</li>
+</ul>
+<p>Dan Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/400b3066f785">400b3066f785</a> Remove i2c lock calls for vpd writes at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caaafc02d588">caaafc02d588</a> Commit errors for VPD writes as visible logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29b02eface84">29b02eface84</a> Always set RISK_LEVEL regardless of value</li>
+</ul>
+<p>Dean Sanner (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/480f31bfceaa">480f31bfceaa</a> Correct Obus buckets math: one, not zero based</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9225a7cd9cfa">9225a7cd9cfa</a> Only enable TCEs on drawer 0 for multinode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b2ee59900c6">7b2ee59900c6</a> Fixes for multinode istep 21.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8b5cf553026">a8b5cf553026</a> Tweak IBM SFC flash settings for Micron chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34ff810fcb79">34ff810fcb79</a> Remove excessive tracing from AttrRP</li>
+</ul>
+<p>Elizabeth Liner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c679624bbb1">7c679624bbb1</a> Fixing timeout error in PSU code - removing hang</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7136fd9b50af">7136fd9b50af</a> Cleaning up git tree from memd_creation.pl</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/862087b9cf1a">862087b9cf1a</a> WOF: Pass PGPE VPD IQ good normal core per sort for WOF Phase 2</li>
+</ul>
+<p>Ilya Smirnov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bcfb10e2752">4bcfb10e2752</a> Remove Istep 10.3 From IPL Flow</li>
+</ul>
+<p>Jaymes Wilks (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb4da4cd0830">eb4da4cd0830</a> Make reconfig loop failures unrecoverable only in istep mode</li>
+</ul>
+<p>Joe McGill (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d70cbbeba50">1d70cbbeba50</a> cresp address error handling updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2816fc79f84">c2816fc79f84</a> update OBUS PLL buckets for p9n dd22, p9c dd11</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeec96752c1a">aeec96752c1a</a> Cumulus MSS FIR updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70ec114fdfd4">70ec114fdfd4</a> p9_build_smp – use ADU chipops to switch fabric configuration part #2</li>
+</ul>
+<p>Louis Stermole (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ef5e1a8f163">3ef5e1a8f163</a> Add API for MC to C4 DQ pin index translation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e33d4b68cfd9">e33d4b68cfd9</a> Add better trace to MSS restore DRAM repairs function and add lab wrapper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d565299ec31">1d565299ec31</a> Add plug rule for dual-drop DIMM configs that produce different xlate settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03de84e713fb">03de84e713fb</a> Add empty MSS freq_workarounds.C/H for hostboot</li>
+</ul>
+<p>Luke Mulkey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14ae2496088d">14ae2496088d</a> Add ddr4 mnfg info to attributes during spd collection</li>
+</ul>
+<p>Matt Derksen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5bdfe28f46f">d5bdfe28f46f</a> Initialize SBE message communication on HBRT start</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de8120523a0c">de8120523a0c</a> Only access HB_VOLATILE on non-FSP systems</li>
+</ul>
+<p>Matthew Hickman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1012aacb0a13">1012aacb0a13</a> Added workaround for broadcast mode UE noise window</li>
+</ul>
+<p>Michael Floyd (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5f5a3baefa6">a5f5a3baefa6</a> CME Code Size Reduction ATTEMPT#3</li>
+</ul>
+<p>Mike Baiocchi (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8632294639a9">8632294639a9</a> Secure Boot: Skip OPAL Verification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4046ab053d85">4046ab053d85</a> On MPIPLs open up TCE windows for FSP to extract dump information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d437c8dc548">1d437c8dc548</a> Verify ComponentID and Extend PAYLOAD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3143da8a19df">3143da8a19df</a> Do Not Unload libruntime.so on MPIPLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1d0900ad706">b1d0900ad706</a> Find location of HDAT relocation dynamically from PAYLOAD</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1fe8dc520583">1fe8dc520583</a> Secure Boot: Remove utilmem from verify container fail path</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74a1024eb8c1">74a1024eb8c1</a> Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC</li>
+</ul>
+<p>Prachi Gupta (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07c9730e0a3f">07c9730e0a3f</a> CEN_MSS_CACHE_ENABLE: default to 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77224965fc6c">77224965fc6c</a> processMrw: multinode updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/abc7d754b770">abc7d754b770</a> host_coalesce_host: bup updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e0dc100a1ad">0e0dc100a1ad</a> LINK_TRAIN: HWSV needs to write this attr, so, marking it as writable</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9c74dbf7f02">c9c74dbf7f02</a> PM: Workaround to mirror error xml file of p9_pm_callout in HB.</li>
+</ul>
+<p>Richard J. Knight (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b87820bf1bcc">b87820bf1bcc</a> Invalid FFDC in error log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd27bc6d28c5">fd27bc6d28c5</a> Enable multi-drawer hdat construction</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/688f82f4a276">688f82f4a276</a> Eliminate duplicate entries in hdat hb reserved mem section</li>
+</ul>
+<p>Santosh Puranik (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b61115da3278">b61115da3278</a> Fix HUID generation on SMPGROUP targets</li>
+</ul>
+<p>Stephen Cprek (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8443a65a3599">8443a65a3599</a> Collect better FFDC on ROM verification errors</li>
+</ul>
+<p>Stephen Glancy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9aee6dc5b82a">9aee6dc5b82a</a> Adds plug rule for NVDIMM in specific DIMM slots</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d999ed144f94">d999ed144f94</a> Re-enable base multi-drawer ipl support</li>
+</ul>
+<p>Thi Tran (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53b3c1f1d859">53b3c1f1d859</a> HB supports - Use ADU chipops to switch fabric configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b8f08a0e4f7">0b8f08a0e4f7</a> Fix HWSV duplicate enum build errors</li>
+</ul>
+<p>Venkatesh Sainath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d226d009365f">d226d009365f</a> Parsing Abus targeting information from Obus Targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e90e3ccee3c">9e90e3ccee3c</a> Setting PEER TARGET for smpgroup targets</li>
+</ul>
+<p>Zane Shelley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21638f7fe690">21638f7fe690</a> PRD: updates from RAS spreadsheet v123</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1959b18ec677">1959b18ec677</a> PRD: clear old symbol marks in TPS analysis</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (1):
+* <a class="reference external" href="https://github.com/open-power/occ/commit/f72f857b7e5a">f72f857b7e5a</a> WOF: Fix incorrect scaling of IQ currents</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/69f0bcd5c893">69f0bcd5c893</a> Moving DD specific ring coord from TOR to XIP (step 2)</li>
+</ul>
+<p>Joe McGill (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/abd33f794b04">abd33f794b04</a> shift XBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6995522a60cb">6995522a60cb</a> p9_build_smp – use ADU chipops to switch fabric configuration part #2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/035b8ccbe617">035b8ccbe617</a> cresp address error handling updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1f773f1f2983">1f773f1f2983</a> update OBUS PLL buckets for p9n dd22, p9c dd11</li>
+</ul>
+<p>Michael Floyd (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/74c0e5367a43">74c0e5367a43</a> CME Code Size Reduction ATTEMPT#3</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ccbe4229fe20">ccbe4229fe20</a> Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC</li>
+</ul>
+<p>Sachin Gupta (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/15f82bd95cd7">15f82bd95cd7</a> Remove workaround for DD1 SW reset for XIVE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3c633a6c2cd6">3c633a6c2cd6</a> Cleanup as DD1 is not supported anymore</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4ca643fc6cbb">4ca643fc6cbb</a> Added flag for AWAN testing</li>
+</ul>
+<p>Soma BhanuTej (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/699a2315f4ac">699a2315f4ac</a> Make SBE errors recoverable - p9_sbe_common</li>
+</ul>
+<p>spashabk-in (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5f8ecd10377c">5f8ecd10377c</a> Move istep chip-op handler to pibmem</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7be7840a672a">7be7840a672a</a> Store SBE failed rc for async FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/513d71673012">513d71673012</a> Move trace array to seeprom</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Alexey Kardashevskiy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/893660c3e4ee">893660c3e4ee</a> npu2/tce: Fix page size checking</li>
+</ul>
+<p>Alistair Popple (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55c13bd1231a">55c13bd1231a</a> core/device.c: Fix dt_find_compatible_node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae422255bfa3">ae422255bfa3</a> npu2: Disable TVT range check when in bypass mode</li>
+</ul>
+<p>Andrew Donnellan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/729520fd9aa9">729520fd9aa9</a> Update .gitignore</li>
+</ul>
+<p>Balbir Singh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b57a5380aa48">b57a5380aa48</a> hw/npu2: Implement logging HMI actions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4133e973b4f2">4133e973b4f2</a> hw/npu2: support creset of npu2 devices</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e88bb694d32e">e88bb694d32e</a> capi: Fix the max tlbi divider and the directory size.</li>
+</ul>
+<p>Frédéric Bonnard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3e14c46ecb0">b3e14c46ecb0</a> Fix FTBFS with -Werror=format-overflow</li>
+</ul>
+<p>Nicholas Piggin (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d2cc3957abef">d2cc3957abef</a> fast-reboot: move pci_reset error handling into fast-reboot code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a7422851bc3">3a7422851bc3</a> core/utils: add snprintf_symbol</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92777d335ab3">92777d335ab3</a> core/init: manage MSR[ME] explicitly, always enable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d5378d2a0d54">d5378d2a0d54</a> core/exception: beautify exception handler, add MCE-involved registers</li>
+</ul>
+<p>Pridhiviraj Paidipeddi (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b90b08fc2f9a">b90b08fc2f9a</a> libstb: increase the log level of verify/measure messages to PR_NOTICE.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7912f9750bfc">7912f9750bfc</a> libstb/tpm_chip: Add missing new line to print messages.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2109b81d9f78">2109b81d9f78</a> libstb: fix failure of calling cvc verify without STB initialization.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b772e1132cd5">b772e1132cd5</a> libstb: fix failure of calling trusted measure without STB initialization.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e15174aca0ab">e15174aca0ab</a> core/init: move imc catalog preload init after the STB init.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92a303dfeeb6">92a303dfeeb6</a> hw/occ: Fix fast-reboot crash in P8 platforms.</li>
+</ul>
+<p>Reza Arbab (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfdf85c84a92">bfdf85c84a92</a> hw/phys-map: Add missing newline in log output</li>
+</ul>
+<p>Russell Currey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f397cc30bdf8">f397cc30bdf8</a> phb4: Only escalate freezes on MMIO load where necessary</li>
+</ul>
+<p>Shilpasri G Bhat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85a1de35cbe4">85a1de35cbe4</a> fast-boot: occ: Re-parse the pstate table during fast-boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/725d4a2c6cc7">725d4a2c6cc7</a> core: hostservices: Remove redundant special wakeup code</li>
+</ul>
+<p>Stewart Smith (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5cb93cd26e19">5cb93cd26e19</a> stb: Correctly error out when no PCR for resource</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd5d3fea1e54">fd5d3fea1e54</a> stb: Enforce secure boot if called before libstb initialized</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/782b91a5b85a">782b91a5b85a</a> skiboot 5.10-rc2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b94fbeaf137c">b94fbeaf137c</a> stb: Put correct label (for skiboot) into container</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d965ea72ad8">6d965ea72ad8</a> pflash: Fix makefile dependency issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d7da2e9b05b">1d7da2e9b05b</a> skiboot v5.10-rc3 release notes</li>
+</ul>
+<p>Sukadev Bhattiprolu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/31e5e988632f">31e5e988632f</a> vas: Disable VAS/NX-842 on some P9 revisions</li>
+</ul>
+<p>Vaibhav Jain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/328af10e1c11">328af10e1c11</a> capi: Enable channel tag streaming for PHB in CAPP mode</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85f55e36bbd2">85f55e36bbd2</a> ATTN: Enable flush instruction cache bit in HID register</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44d352ed6bd0">44d352ed6bd0</a> DT: Add “version” property under ibm, firmware-versions node</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/patches/witherspoon-patches/machine-xml/0001-Disable-stop11-to-workaround-special-wakeup-bug.patch">0001-Disable-stop11-to-workaround-special-wakeup-bug.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: zaius-xml
+<a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+</div>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/patches/zaius-patches/machine-xml/0001-Update-EREPAIR-attributes.patch">0001-Update-EREPAIR-attributes.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.21-rc2/openpower/patches/zaius-patches/machine-xml/0002-Update-Obus-PLL-bucket-to-25G.patch">0002-Update-Obus-PLL-bucket-to-25G.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.21-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v1.21-rc1</a></li>
+ <li>Next: <a href="v1.21.html" title="next chapter">Release Notes for OpenPower Firmware v1.21</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.21-rc2.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.21.1.html b/release-notes/v1.21.1.html
new file mode 100644
index 0000000..358f510
--- /dev/null
+++ b/release-notes/v1.21.1.html
@@ -0,0 +1,151 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.21.1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.21.2" href="v1.21.2.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.21" href="v1.21.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-21-1">
+<h1>Release Notes for OpenPower Firmware v1.21.1<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-21-1" title="Permalink to this headline">¶</a></h1>
+<p>This is a point release on top of op-build v1.21.</p>
+<p>Like v1.21, this release is NOT intended for GA POWER9 platforms, for that,
+op-build v2.0 is <em>required</em>.</p>
+<p>Changes since v1.21:</p>
+<ul class="simple">
+<li>skiboot v5.10.1<ul>
+<li>libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()</li>
+<li>NPU2 HMIs: dump out a <em>LOT</em> of npu2 registers for debugging</li>
+</ul>
+</li>
+<li>linux 4.14.22-openpower1<ul>
+<li>40be210c830e powerpc: Fix DABR match on hash based systems</li>
+<li>3b09911d3beb powerpc/xive: Use hw CPU ids when configuring the CPU queues</li>
+<li>892674b5058a powerpc/mm: Flush radix process translations when setting MMU type</li>
+<li>4386f223b418 powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove</li>
+<li>5b98d31481f9 powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all</li>
+<li>c3bdd547042f rtc-opal: Fix handling of firmware error codes, prevent busy loops</li>
+<li>8e56a935a4b7 cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin</li>
+</ul>
+</li>
+</ul>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.21.html" title="previous chapter">Release Notes for OpenPower Firmware v1.21</a></li>
+ <li>Next: <a href="v1.21.2.html" title="next chapter">Release Notes for OpenPower Firmware v1.21.2</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.21.1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.21.2.html b/release-notes/v1.21.2.html
new file mode 100644
index 0000000..4dc3ea9
--- /dev/null
+++ b/release-notes/v1.21.2.html
@@ -0,0 +1,141 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.21.2 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.22-rc1" href="v1.22-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.21.1" href="v1.21.1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-21-2">
+<h1>Release Notes for OpenPower Firmware v1.21.2<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-21-2" title="Permalink to this headline">¶</a></h1>
+<p>This is a point release on top of op-build v1.21.</p>
+<p>Like v1.21, this release is NOT intended for GA POWER9 platforms, for that,
+op-build v2.0 is <em>required</em>.</p>
+<p>Changes since v1.21.1:</p>
+<ul class="simple">
+<li>skiboot 5.10.2<ul>
+<li>Tie tm-suspend fw-feature and opal_reinit_cpus() together</li>
+</ul>
+</li>
+<li>kernel: Move to Linux 4.14.24-openpower1</li>
+</ul>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.21.1.html" title="previous chapter">Release Notes for OpenPower Firmware v1.21.1</a></li>
+ <li>Next: <a href="v1.22-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v1.22-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.21.2.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.21.html b/release-notes/v1.21.html
new file mode 100644
index 0000000..9339be6
--- /dev/null
+++ b/release-notes/v1.21.html
@@ -0,0 +1,3262 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.21 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.21.1" href="v1.21.1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.21-rc2" href="v1.21-rc2.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-21">
+<h1>Release Notes for OpenPower Firmware v1.21<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-21" title="Permalink to this headline">¶</a></h1>
+<p>This release is NOT intended for GA POWER9 platforms, for that, op-build
+v2.0 is <em>required</em>.</p>
+<div class="section" id="known-issues">
+<h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Special Wakeup will error out, causing ‘sensors’ utility and
+fast-reboot to not work if cores are in stop states.</li>
+<li>stop11 is disabled</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="18%" />
+<col width="18%" />
+<col width="47%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.27.1</td>
+<td>1.27.2</td>
+<td>barreley,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>capp-ucode</td>
+<td>p9-dd2-v2</td>
+<td>p9-dd2-v3</td>
+<td>barreleye,firestone,garrison,
+habanero,p9dsu,palmetto,
+witherspoon,zaius,romulus</td>
+</tr>
+<tr class="row-even"><td>ethtool</td>
+<td>4.10</td>
+<td>4.13</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>eudev</td>
+<td>3.2.2</td>
+<td>3.2.4</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+<tr class="row-even"><td>glibc</td>
+<td>2.25</td>
+<td>2.26-73
+-g4b692</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>695bd891343</td>
+<td>d3025f5d7dd</td>
+<td>barreleye,firestone,garrison,
+habanero,palmeto</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>6a4ab65a875</td>
+<td>28927a78ca4</td>
+<td>p9dsu,witherspoon,zaius,romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot
+-binaries</td>
+<td>25ebcad0c40</td>
+<td>6924d6b711b</td>
+<td>barreleye,firestone,garrison,
+habanero,p9dsu,palmetto,
+witherspoon,zaius,romulus</td>
+</tr>
+<tr class="row-even"><td>ima-catalog</td>
+<td>48ce3f26d2b</td>
+<td>01b26a136da</td>
+<td>barreleye,firestone,garrison,
+habanero,p9dsu,palmetto,
+witherspoon,zaius,romulus</td>
+</tr>
+<tr class="row-odd"><td>iprutils</td>
+<td>2.4.14.1</td>
+<td>2.4.15.1</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,
+p9dsu,palmetto,pseries,
+witherspoon,zaius,zz,romulus</td>
+</tr>
+<tr class="row-even"><td>kexec-lite</td>
+<td>86e45a47e8c</td>
+<td>87d044a895b</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,
+p9dsu,palmetto,pseries,
+witherspoon,zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>libflash</td>
+<td>v5.8-123
+-gc06ed5</td>
+<td>v5.9-166
+-g70f14f</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,p9dsu,palmetto,
+pseries,witherspoon,zaius,zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>linux</td>
+<td>4.13.8</td>
+<td>4.14.20</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>linux
+-headers</td>
+<td>4.13.8</td>
+<td>4.14.20</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+<tr class="row-even"><td>lvm2</td>
+<td>2.02.171</td>
+<td>2.02.173</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,
+p9dsu,palmetto,pseries,
+witherspoon,zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>c6d2767a13f</td>
+<td>fb5f9334aa0</td>
+<td>p9dsu</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>8633e11cd39</td>
+<td>b788f99848d</td>
+<td>romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>785c625a2a0</td>
+<td>58554bfabd7</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>22ce15f13c4</td>
+<td>b0884b3032d</td>
+<td>zaius</td>
+</tr>
+<tr class="row-odd"><td>mdadm</td>
+<td>3.3.4</td>
+<td>4.0</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,
+p9dsu,palmetto,pseries,
+witherspoon,zaius,zz,romulus</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>7449acdc8bf</td>
+<td>f72f857b7e5</td>
+<td>p9dsu,witherspoon,zaius,romulus</td>
+</tr>
+<tr class="row-odd"><td>openpower-
+pnor</td>
+<td>21d66daff69</td>
+<td>b210f15c699</td>
+<td>barreleye,firestone,garrison,
+habanero,p9dsu,palmetto,
+witherspoon,zaius,romulus</td>
+</tr>
+<tr class="row-even"><td>petiboot</td>
+<td>v1.6.2</td>
+<td>v1.6.6</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,
+p9dsu,palmetto,pseries,
+witherspoon,zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>76a7eb9956b</td>
+<td>0aae9a8e68a</td>
+<td>p9dsu,witherspoon,zaius,zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v5.9</td>
+<td>v5.10</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,
+p9dsu,palmetto,pseries,
+witherspoon,zaius,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.30.1</td>
+<td>2.31</td>
+<td>barreleye,firenze,firestone,
+garrison,habanero,
+openpower_mambo,
+openpower_p9_mambo,p9dsu,
+palmetto,pseries,witherspoon,
+zaius,zz,romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: firestone-xml
+<a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+</div>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: garrison-xml
+<a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+</div>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: habanero-xml
+<a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+</div>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: hostboot
+<a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+</div>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9fec69bc023c">9fec69bc023c</a>
+Remove psave init for firmware blacklist *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6e847113eb96">6e847113eb96</a>
+Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+hcode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d8083fad5ac1">d8083fad5ac1</a>
+Move PGPE optrace buffer to main memory</p>
+<p>Adriana Kobylak (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/17e278a6ec39">17e278a6ec39</a>
+PnorUtils.pm: Add volatile flag</p>
+<p>Alpana Kumari (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/663aae09de40">663aae09de40</a>
+Fix in filter Unwanted Attribute script</p>
+<p>Amit Tendolkar (5): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c06de50b3c21">c06de50b3c21</a>
+STOP Recovery: Misc infra. updates to enable PM FFDC in HOMER *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a202d4b0af85">a202d4b0af85</a>
+Enhance SBE Deadman FFDC Format and sequencing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/db7de0c59ffc">db7de0c59ffc</a>
+Change PPE State FFDC into a human readable format in eSEL/PEL *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7067a4180ed6">7067a4180ed6</a>
+Cache/Core stop clocks: add shut down of Power Management to remove
+contentions *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cff2ddbb3e9d">cff2ddbb3e9d</a>
+Extend PM Reset flow to collect PM FFDC to HOMER</p>
+<p>Andre Marin (6): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1439d34bee09">1439d34bee09</a>
+Update memory error xml information *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aa313fb234e1">aa313fb234e1</a>
+Update HPW Level for MSS API library *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d6f46067ee8d">d6f46067ee8d</a>
+Add empty wr_crc files for HB to mirror *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fd207a3412f2">fd207a3412f2</a>
+Update HPW Level for MSS API library *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c104ea1e919">8c104ea1e919</a>
+Add VPD lookup to build a supported frequency list, and bin-down support
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a7311993a7c8">a7311993a7c8</a>
+Enable FFDC logging for mss_freq for real VPD accessing fails</p>
+<p>Anusha Reddy Rangareddygari (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4471b2a5baa5">4471b2a5baa5</a>
+p9_setup_sbe_config *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6e0c67270fb4">6e0c67270fb4</a>
+Level 2 HWP for p9_sbe_dump</p>
+<p>Ben Gass (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a06edcedafcf">a06edcedafcf</a>
+Adding p9c_11 support. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/52c557d1409b">52c557d1409b</a>
+Adding p9a support. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/15569e9de5a8">15569e9de5a8</a>
+Shorten A-link timers for sim. Add polling for A-link training. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7d8227db605d">7d8227db605d</a>
+Re-submit Axone updates</p>
+<p>Benjamin Weisenbeck (13): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f77b89e3527e">f77b89e3527e</a>
+Adjust ATTR_PEER_TARGET values for runtime *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/68e2f99dbe29">68e2f99dbe29</a>
+erepair VPD access bug fixes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/34813cc8c52a">34813cc8c52a</a>
+PRD: Enable erepair vpd access procedures *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9b4e25447bb1">9b4e25447bb1</a>
+Call xbus restore erepair in istep 9 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9b826df04888">9b826df04888</a>
+PRD: Fix missing clear of pll errors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7288c1f95ebb">7288c1f95ebb</a>
+PRD: Disable Cen PLL Domain until required plugin functions are defined
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1b258924a049">1b258924a049</a>
+PRD: Define extra registers for Cumulus chip *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f46a51570e9f">f46a51570e9f</a>
+PRD: Power Management Recovery *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/056c43ed3e5a">056c43ed3e5a</a>
+PRD: Dynamic Memory Deallocation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8411dba53c3b">8411dba53c3b</a>
+PRD: Add calls to perform dynamic memory deallocation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ffc30dcc9134">ffc30dcc9134</a>
+PRD: Disabling FSP clearing/masking of FIRs to avoid blacklist
+violations *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6cb8ac2dc748">6cb8ac2dc748</a>
+PRD: Move MC_ADDR_TRANS register definition to MCA *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a3eee11e4e9e">a3eee11e4e9e</a>
+Fix PEER_TARGET addr translation issue following HBRT reset</p>
+<p>Bhimsen G Kulkarni (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c037b71deb05">c037b71deb05</a>
+MAX_COMPUTE_NODE_PER_SYSTEM attribute support for Zeppelin.</p>
+<p>Bill Hoffa (16): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/84d4eb8da450">84d4eb8da450</a>
+Take MFG mode into account before entering reconfig loop *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/48b14aae8704">48b14aae8704</a>
+Fix genHwsvMrwXml.pl setting of MSS_MRW_REFRESH_RATE_REQUEST *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/13863b512ac2">13863b512ac2</a>
+Add call_host_set_voltages to istep 08.12 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f7a5547478ea">f7a5547478ea</a>
+Interrupt Handling Flow Change to Prevent Deadlock *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/038d61af4611">038d61af4611</a>
+Update Bbuild to b0117a_1802.911 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cb444552aeba">cb444552aeba</a>
+Multi-Drawer (IPC) Interrupt/Messaging Support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/82805770e035">82805770e035</a>
+Fix simulation get all registers command *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9925aa358f2a">9925aa358f2a</a>
+Remove @INC with current directory from create_ekb_targattr.pl *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e77f8551f4a6">e77f8551f4a6</a>
+Handle INTRP SHUT_DOWN message in MBOX IPC msg_hdlr *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/39157523786b">39157523786b</a>
+Set Memory Enabled Bit for all Procs with Valid Memory *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/294a73d38078">294a73d38078</a>
+Re-order INTR/IPC shutdown message handling *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d20c2cb2d2b2">d20c2cb2d2b2</a>
+Properly handle INTRP unmask error handling *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9efdc04854a9">9efdc04854a9</a>
+Allow –with-backtrace for hb-Ps on Simics Command Line *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ed4753f93086">ed4753f93086</a>
+Enable fsidd testcases for Cumulus model *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/77b70bb7119c">77b70bb7119c</a>
+Enable sbeio runtime testcases *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8acb64aeb8e4">8acb64aeb8e4</a>
+Enable Scom + Targeting unit tests for Cumulus model</p>
+<p>Brian Bakke (10): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0abd9ab92d13">0abd9ab92d13</a>
+Story 173854 - Hostboot service to run phb perst procedure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7adcd16c12ad">7adcd16c12ad</a>
+Story 180760 - Use self restore API to disable ATTN in HID … *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7181b751b4d0">7181b751b4d0</a>
+Error loading p9_phbPerst *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5353e40a1ad9">5353e40a1ad9</a>
+Story 179465 - Smarter HBBL id handling … *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3a88f18bc738">3a88f18bc738</a>
+Enable ATTN prior to OPAL handoff *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b98033264ca7">b98033264ca7</a>
+Increase error log size to 4K for obmc systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/024dc9b9a203">024dc9b9a203</a>
+malformed conditional errors with new ODE *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5e8ed1d75c2a">5e8ed1d75c2a</a>
+Bad target parsing in attributeOverride tool *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/59c8ce01244b">59c8ce01244b</a>
+CAPP GARD Records cleared on Witherspoon *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5b7b2ed56a6f">5b7b2ed56a6f</a>
+Fix and codify how system and node targets are handled by attribute
+overrides</p>
+<p>Brian Stegmiller (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1eba8f47f718">1eba8f47f718</a>
+Avoid assert on invalid target types for PRD and HWP PLID association *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4296f3972550">4296f3972550</a>
+HB Attribute for IPL chkstop analysis *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/adc84473391d">adc84473391d</a>
+PRD: Call hostboot for SBE errors</p>
+<p>Brian Vanderpool (5): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2c84b69258b2">2c84b69258b2</a>
+Disable Pulsed Resclk mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3c9fe01a0255">3c9fe01a0255</a>
+PM: Mask CME LFIR Bits 13:19 - they are only used for characterization
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d3ecbc680817">d3ecbc680817</a>
+Initial check-in of p9_cme_sram_access *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c5117f9ce933">c5117f9ce933</a>
+PM: Ignore allow_reg_wakeup in cache contained mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0c093d57ac2a">0c093d57ac2a</a>
+PM - use OJCFG[6] instead of OCR[10] to halt the 405 before reset</p>
+<p>CHRISTINA L. GRAVES (7): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/102eb384558d">102eb384558d</a>
+Adding target for lco_m, changed flags, changed INF to DBG *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f01a301bb626">f01a301bb626</a>
+p9_adu_access and p9_adu_setup L2 procedures *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3cb9bab7b62a">3cb9bab7b62a</a>
+Changes in error handling to stop the read/write as soon as an error
+occurs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d3defd59a697">d3defd59a697</a>
+Changes in ecc data fixing so reading and writing works *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a656e358f1a1">a656e358f1a1</a>
+ADU HWP updates for CI support, performance *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c77a01844e73">c77a01844e73</a>
+ADU Level 3 code, changed owner to Josh, and added comments *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/159389c0b656">159389c0b656</a>
+PBA Level 3 code, changed owner to Josh, and added comments</p>
+<p>Caleb Palmer (24): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7f4fb82f60a5">7f4fb82f60a5</a>
+PRD: Fix infinite loop when handling MPEs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/219a0628c4f8">219a0628c4f8</a>
+PRD: MPE Add VCM Event at MDIA *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ca3990cbf857">ca3990cbf857</a>
+PRD: Update handleRrFo *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d2f72e803860">d2f72e803860</a>
+PRD: Fix sym count overflow in runtime TPS *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ad724500847e">ad724500847e</a>
+PRD: Init PRD in enableAttns *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fec3fa592c19">fec3fa592c19</a>
+PRD: Use chip’s Galois code when writing chip marks *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/78baac3b72b0">78baac3b72b0</a>
+PRD: Ban TPS after Maint UEs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d30453f1107c">d30453f1107c</a>
+PRD: Default iv_stoppedRank should be MCA not MCBIST *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c8e212108f6">8c8e212108f6</a>
+PRD: Capture IUE Counts for FFDC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e21201436665">e21201436665</a>
+PRD: Fix skipping TPS ban after Maint UEs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b0255985c87e">b0255985c87e</a>
+PRD: Make sure IUE bit is set after threshold *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c32b0a4eb864">c32b0a4eb864</a>
+PRD: Reenable restore dram repairs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1d862697f0b1">1d862697f0b1</a>
+PRD: Mask mainline CEs after TPS is banned *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aa5e361a94c9">aa5e361a94c9</a>
+MDIA: Fix overwriting rc from restoreDramRepairs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4ba260490a2f">4ba260490a2f</a>
+PRD: Make sure iv_stoppedRank is set in handleCmdComplete *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e029420eaf65">e029420eaf65</a>
+PRD: RCD parity error broadcast mode workaround *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ef1d51e23675">ef1d51e23675</a>
+Bad DQ bits compare ECC and spare fix *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5320c4c323d2">5320c4c323d2</a>
+Fix bad DQ bits translation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/371ca0eb55ae">371ca0eb55ae</a>
+Add attribute for row repair data *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4a33c3221672">4a33c3221672</a>
+PRD: Restore repairs fix bad dimm mask check *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b94740d30931">b94740d30931</a>
+Bad dq bitmap vpd write fixes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2a7e12d18b20">2a7e12d18b20</a>
+Callout DIMM if bad dq set in mnfg mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/21d980956449">21d980956449</a>
+Reenable reconfig loop for new bad dq data *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e7c2ef327998">e7c2ef327998</a>
+Fix bad dq wiring data translation</p>
+<p>Chris Cain (7): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4e72331566db">4e72331566db</a>
+HTMGT: Do not validate throttles based on oversubscription *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/beeeedc75591">beeeedc75591</a>
+HTMGT: Pass utilization in hundredth units to HWP for mem throttling *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a1f431ee3a68">a1f431ee3a68</a>
+HTMGT: Ensure processor callout added when going to safe mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/02098ca7d9c1">02098ca7d9c1</a>
+HTMGT: Pass power per DIMM to memory throttling procedures *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/83243d5bbb3d">83243d5bbb3d</a>
+HTMGT: Send power supply redundancy policy to OCC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c16744bed525">c16744bed525</a>
+HTMGT: Mark GPU as functional when present *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2af7a69ada93">2af7a69ada93</a>
+HTMGT: Bias values need to be applied to frequencies</p>
+<p>Chris Steffen (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c705a49a9f4">8c705a49a9f4</a>
+Initial Abus Commit *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0f2ac854f66a">0f2ac854f66a</a>
+Updated Obus Interface *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bbd317375f82">bbd317375f82</a>
+I/O Metadata Cleanup</p>
+<p>Christian Geddes (41): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ac7f3d7b4b95">ac7f3d7b4b95</a>
+Re-enable fapi2 test case module *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6f456343a42a">6f456343a42a</a>
+Clean up things that were left after updating to simics nimbus 2.0 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7ac94ae277b9">7ac94ae277b9</a>
+Add EXTRAINCDIR to phb_perst makefile *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/47f275a6bd3b">47f275a6bd3b</a>
+Gard out EX when CME HALT ERROR is hit *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9e703b5d526c">9e703b5d526c</a>
+Add HW425526 and HW425027 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/43b86b565ad7">43b86b565ad7</a>
+During MPIPL check if SBE has set Hyp HRMOR in blComm area *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2727e5272f13">2727e5272f13</a>
+No longer pass master ex to HWSV as is no longer needed in p9 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef559321401">5ef559321401</a>
+Move bbuild up to b1109a_1746.910 and remove workaround *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4bfe046e2f8b">4bfe046e2f8b</a>
+Use readSeeprom PSU chipop to get SBE seeprom image version *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/397dacc3e9ad">397dacc3e9ad</a>
+Remove annoying mbox traces (TRACF -> TRACD) *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c5c12e6e0ae9">c5c12e6e0ae9</a>
+Add RTC to remind us to allow sending readSeeprom op to slave SBE *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6bc72e2973d1">6bc72e2973d1</a>
+Remove limit on max size of PNOR TOC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ce376fc3f4c7">ce376fc3f4c7</a>
+Set hostboot_mode bit on P3PC interrupt scom reg during intrrp init *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9f3429c04561">9f3429c04561</a>
+TI w/ unrecoverable error if system boots w/ mismatching processors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a9a0baba8c4c">a9a0baba8c4c</a>
+Add option to Mask off SBE bits on TP_LOCAL_FIR *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a6d6b5da3da4">a6d6b5da3da4</a>
+Make SBE_MISCOMPARE_WITH_MASTER_VERSION errors informational *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8299008e6196">8299008e6196</a>
+Re-enable Broadcast mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4f6092708bc8">4f6092708bc8</a>
+Add no_export to DMI_INBAND attributes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fd12b61b55f2">fd12b61b55f2</a>
+Add hbHypCommArea struct to end of Hostboot Data reserved mem section *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/779a1c3444a3">779a1c3444a3</a>
+Read the hb/hyp comm area to see if hyp moved hrmor *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aedc6f0a892e">aedc6f0a892e</a>
+Add comments for hb/hypervisor communication struct and remove TODO *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8b95aa4ffafe">8b95aa4ffafe</a>
+Increase size allocated for HBRT section in Pnor from 4.5 -> 6.0 MB *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/25cb28c5a6cf">25cb28c5a6cf</a>
+Set MSS_MRW_MEMDIAGS_BCMODE to be overrideOnly *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fc6895bd0a84">fc6895bd0a84</a>
+Remove writable from Power Slope Centaur Attributes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e5cb7887f8b7">e5cb7887f8b7</a>
+Remove writable property from ATTR_LINK_TRAIN *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4592e5a256c4">4592e5a256c4</a>
+Add FABRIC_PRESENT_GROUPS system attribute *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1e15041b86ab">1e15041b86ab</a>
+Remove obus workaround from call_proc_chiplet_fabric_scominit *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0761000af3d1">0761000af3d1</a>
+During MPIPL expand memory size to be FULL_CACHE right away *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bba738e7b179">bba738e7b179</a>
+Compute PAYLOAD_BASE attr based on phys_addr passed from PHYP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/66ce95b8de1f">66ce95b8de1f</a>
+Remove is_master conditional from getVersionInfo in sbe_update *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ae0fa99d821a">ae0fa99d821a</a>
+Remove setting flipPort in processProc *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/de1c2d1d9e39">de1c2d1d9e39</a>
+Remove annoying traces from target generation code *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aff61dd84b01">aff61dd84b01</a>
+Add sbe_retry_handler to FIFO fail path *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ae1ac07ebcac">ae1ac07ebcac</a>
+Zero out Cumulus related virtual address attribute during MPIPL *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/02b1fd73c568">02b1fd73c568</a>
+Save away SBE FFDC and COMM area address in corresponding attrs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/32a051104ae9">32a051104ae9</a>
+Always have secureModeDisable bit set to 0 in sbe_retry_handler *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0752d042e8fc">0752d042e8fc</a>
+Set PAYLOAD_KIND attribute based on fused bits in scom register *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/864e746259e4">864e746259e4</a>
+Add attribute to give platform more control over PM_RESET *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/35165b347625">35165b347625</a>
+Remove all explicit calls to special_wakeup from hostboot code *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b542fd639299">b542fd639299</a>
+Enable platSpecialWakeup during IPL time and add support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/18a7e1928bde">18a7e1928bde</a>
+Use ATTR_SKIP_WAKEUP to determine what we do for PM reset</p>
+<p>Christian R. Geddes (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/42e96493c5fa">42e96493c5fa</a>
+Revert “Add HW425526 and HW425027”</p>
+<p>Christopher D Hanudel (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fd82f7002d2d">fd82f7002d2d</a>
+RNG DD2 Hostboot: Sim data showed needed parm update so ST fail at 50%
+entropy</p>
+<p>Claus Michael Olsen (15): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d0343c2f1ae6">d0343c2f1ae6</a>
+Centaur ring support - TOR API *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/86f2ee342aa0">86f2ee342aa0</a>
+Small change to dd container header file. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cc6ec7c9087b">cc6ec7c9087b</a>
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0d63966b4333">0d63966b4333</a>
+Update: xip_tool: Introducing image section type (IST). *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/385c30e4905d">385c30e4905d</a>
+Support for PPE commit 49883 to error out on non-TOR ring section. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b78b33c5a32a">b78b33c5a32a</a>
+Code restruct: TOR API *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fecd2a64f5b4">fecd2a64f5b4</a>
+Override filter ring support for perv_pll_bndy_bucket rings. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/80ef0f2bbe20">80ef0f2bbe20</a>
+Removing P9_XIP_ITEM_NOT_FOUND trace out msg from p9_xip_image.C
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4864902e62b1">4864902e62b1</a>
+Adding CT_P9A to the enum list of chip types. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/21c7d72548e5">21c7d72548e5</a>
+p9_dd_container: Introducing DD container API lib to PPE repo *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c1c9e46c0846">c1c9e46c0846</a>
+xip_customize and TOR API: Improved DD level verification *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/975d6f745c83">975d6f745c83</a>
+Moving DD specific ring coord from TOR to XIP (step 2) *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c9ad324035c7">c9ad324035c7</a>
+Additional risk level support - (step 1) Backward compatibility *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/648da43c862b">648da43c862b</a>
+Fix to TOR API failure on 32b systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7316af3dc8a8">7316af3dc8a8</a>
+Bug fix to TOR API to not check TOR header version against TOR_VERSION</p>
+<p>Corey Swenson (5): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/887d17b52472">887d17b52472</a>
+Fix memd_creation file input and output paths *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f17ee1ff96ba">f17ee1ff96ba</a>
+Put editimgid into fsp.tar *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/665c9a18838f">665c9a18838f</a>
+Fix for MDIA timeouts on Cumulus step 14.1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/52ca8121f1ed">52ca8121f1ed</a>
+Leave MCS acker open until Istep14 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/afa7087e71fe">afa7087e71fe</a>
+Cumulus updates and testcase workarounds</p>
+<p>Dan Crowell (29): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7535501dada9">7535501dada9</a>
+Remove extra trace from multicast workaround code *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8b06214f873b">8b06214f873b</a>
+Allow fuzzy matches to WOF tables in Simics *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e62b88fdb3a5">e62b88fdb3a5</a>
+Temp remove sbeio_rt from HBRT image to get space back *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e0672626472a">e0672626472a</a>
+Put libsbeio_rt back into HBRT *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9a2e268f1799">9a2e268f1799</a>
+Fix makefile syntax issue in vpd makefile *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e3cc786e08ab">e3cc786e08ab</a>
+Stop parsing IVRM attributes for ZZ *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/dfdf4bee880f">dfdf4bee880f</a>
+Remove invalid access to TARGETING::EntityPath in base image *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/453d38aa29e4">453d38aa29e4</a>
+Revert ATTR_CEN_ECID back to ATTR_ECID *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/56a7903c3dff">56a7903c3dff</a>
+Allow VPD writes to memory cache at runtime *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c75929bb0e53">c75929bb0e53</a>
+Add Fallback Frequency for #V Bucket Selection *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cf31061a2d76">cf31061a2d76</a>
+Remove bad istep-to-istep library dependency *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8392e4f60660">8392e4f60660</a>
+Set response size equal to request size for FSP messages *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8be0be91a852">8be0be91a852</a>
+Dummy commit to pull in prereq for FSP CI failure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1dce3206aa21">1dce3206aa21</a>
+Increase trace buffer size to avoid hang between traces and PRD *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/59c08f915474">59c08f915474</a>
+Remove distracting error message for fallback #V freq *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0d8527ec60f3">0d8527ec60f3</a>
+Fixes for Runtime VPD Write messages *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7f8aa4b7a017">7f8aa4b7a017</a>
+Tweaks to multicast scom workaround *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1e973575493d">1e973575493d</a>
+Expand Hostboot to 64MB *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b1534d2eee2f">b1534d2eee2f</a>
+Add default for PROC_REFCLOCK to be 133333 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/04d354188da8">04d354188da8</a>
+Change ATTR_MSS_WR_VREF_OFFSET to be override-only *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/400b3066f785">400b3066f785</a>
+Remove i2c lock calls for vpd writes at runtime *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/caaafc02d588">caaafc02d588</a>
+Commit errors for VPD writes as visible logs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/29b02eface84">29b02eface84</a>
+Always set RISK_LEVEL regardless of value *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/093246224655">093246224655</a>
+Set ATTR_RISK_LEVEL based on scratch reg bits *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c80dab12a855">c80dab12a855</a>
+Switch polarity of return data for perst commands *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/328e7f781d6d">328e7f781d6d</a>
+Remove extraneous error messages for multicast scoms *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/528b3930d63a">528b3930d63a</a>
+Increase poll wait time for SBE PSU operations *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/11cb66583553">11cb66583553</a>
+Fix VPD lookup in Firmware boots *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/59b62178dc81">59b62178dc81</a>
+Disabling WOF and VDM for Nimbus DD2.0</p>
+<p>Daniel Howe (8): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7fc0a8c51bfe">7fc0a8c51bfe</a>
+Allow lpc_ed for p9n 2.2 per HW418117 fix *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ebd63e0fbdad">ebd63e0fbdad</a>
+update data token init to use scans on p9c 1.1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/40a7f282bb78">40a7f282bb78</a>
+disable pb tl when not in use *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9bebbc7433c7">9bebbc7433c7</a>
+HW399448 set correct mode bit *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/83bb585ecafb">83bb585ecafb</a>
+update pb data x on token ring init procedure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/da0c66a0fee5">da0c66a0fee5</a>
+Update alink ras settings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/08b4146e8dc8">08b4146e8dc8</a>
+Extend xbus oc expiration timers and updated epsilon for fleetwood *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c18b32b0a59">8c18b32b0a59</a>
+Reconcile epsilon w/ latest FBC latency document</p>
+<p>David Kauer (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e67892d9ce11">e67892d9ce11</a>
+HW425038 INT ARX timeout workaround *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7b43e07c5fb3">7b43e07c5fb3</a>
+Modify INT FIR configuration settings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a62b221b2fc8">a62b221b2fc8</a>
+INT FIR Mask fix for Nimbus DD2.0</p>
+<p>Dean Sanner (16): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/08d89ba2b878">08d89ba2b878</a>
+Remove support for P9N (Nimbus) DD1.0 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5b272bf3f232">5b272bf3f232</a>
+Fix PNOR sections loaded into reserve-mem for non secure sys *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/97f6525326d7">97f6525326d7</a>
+Control Host reboots for manufacturing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6407898fc569">6407898fc569</a>
+Connect CDIMM power/slope ATTR with VPD accessor function *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1233c105dfd1">1233c105dfd1</a>
+Various targeting fixes for Fleetwood system *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/99f0ee037491">99f0ee037491</a>
+Fleetwood dimm numbering fixes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4606e773441d">4606e773441d</a>
+Factor in fabric group on multinode systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/480f31bfceaa">480f31bfceaa</a>
+Correct Obus buckets math: one, not zero based *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9225a7cd9cfa">9225a7cd9cfa</a>
+Only enable TCEs on drawer 0 for multinode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7b2ee59900c6">7b2ee59900c6</a>
+Fixes for multinode istep 21.1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a8b5cf553026">a8b5cf553026</a>
+Tweak IBM SFC flash settings for Micron chips *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/34ff810fcb79">34ff810fcb79</a>
+Remove excessive tracing from AttrRP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6751a4860243">6751a4860243</a>
+Default to full cache usage during early Hostboot *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/305fcd051d53">305fcd051d53</a>
+Updates to make multinode IPC work *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fe7571698e85">fe7571698e85</a>
+Increase SBE FIFO delay timeout *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1eac1bea6c09">1eac1bea6c09</a>
+Close race condition in multi instance IPC</p>
+<p>Donald Washburn (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5e731ccc76d4">5e731ccc76d4</a>
+Work around for SCOM DMI bug on Cumulus. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/621ab58f2f53">621ab58f2f53</a>
+Integration of hardware vpd accessor functions into Hostboot.</p>
+<p>Dzuy Nguyen (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c71ed1c41450">c71ed1c41450</a>
+Add support for OBUS PLL buckets</p>
+<p>Elizabeth Liner (14): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7f75425745f0">7f75425745f0</a>
+Moving SBE threshold handler to its own file *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/351f3287bba4">351f3287bba4</a>
+Create base class structure for SbeRetryHandler *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/18f9c896aa1e">18f9c896aa1e</a>
+Fixing the SBE switch functionality *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/010d6a9a091b">010d6a9a091b</a>
+Adding more debugging traces to the SBE error handler *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e29c5cfdb62c">e29c5cfdb62c</a>
+SBE error logging and handler cleanup *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a147e5838156">a147e5838156</a>
+Unit tests for SbeRetryHandler *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cf89b876a3d4">cf89b876a3d4</a>
+Adding SbeRetryHandler to the runtime module *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a334e5aa3f11">a334e5aa3f11</a>
+Add in a check in the PSU error logging for SBE failure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2e5deae5db69">2e5deae5db69</a>
+Add call to get the SBE RC and commit it to an error log *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6b43bcadea88">6b43bcadea88</a>
+Adding advanced restart logic after detecting vital attentions *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7c679624bbb1">7c679624bbb1</a>
+Fixing timeout error in PSU code - removing hang *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7136fd9b50af">7136fd9b50af</a>
+Cleaning up git tree from memd_creation.pl *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ddfe08755562">ddfe08755562</a>
+Fixing SBE PSU error messages *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1e337a9565c8">1e337a9565c8</a>
+Moving Sbe Retry Handler work to common file for runtime</p>
+<p>Greg Still (10): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a2d52141acb9">a2d52141acb9</a>
+PM: Disable core hang buster *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/361addb254f6">361addb254f6</a>
+Pstate Parameter Block/Setup Evid: Safe Pstate Fix *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/dc276ea88de6">dc276ea88de6</a>
+PM: Fix p9_setup_evid for manual voltage overrides *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d02b0a626e2f">d02b0a626e2f</a>
+PM: OCC Pstate Parm Block comments for minimum frequency and Pstate
+being safe *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/42937caa1ce4">42937caa1ce4</a>
+WOF/Pstates: HOMER VFRT rounding fix and Safe Mode Freq -> Pstate fix *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8cdeae021f82">8cdeae021f82</a>
+VDM: PSAFE needs a default setting if #W VDM leads to VDM disablement *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/430115962900">430115962900</a>
+WOF: VFRT biasing based on ATTR_FREQ_BIAS_* *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/862087b9cf1a">862087b9cf1a</a>
+WOF: Pass PGPE VPD IQ good normal core per sort for WOF Phase 2 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/54a8d9a839e8">54a8d9a839e8</a>
+PM: Use auto-special wake-up to cover PM complex reset window *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2b999014ed98">2b999014ed98</a>
+PM: fix special wake-up LMCR check for auto mode</p>
+<p>Ilya Smirnov (14): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a56250e422be">a56250e422be</a>
+Strip commas and quotes from PEL data string in eSEL.pl *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6b229a55e244">6b229a55e244</a>
+Correct the timestamp in istep 16.2 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c4d83bcbb421">c4d83bcbb421</a>
+Deliver NIMBUS and CUMULUS standalone images to fips for Simics
+regression *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/03e13ded8724">03e13ded8724</a>
+Populate hb Runtime Data after OCC Starts *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e7fd8e4f5b01">e7fd8e4f5b01</a>
+Post-process hb timestamps in eSEL.pl *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d37246879463">d37246879463</a>
+Populate ATTR_FABRIC_PRESENT_GROUPS *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e51716b15f79">e51716b15f79</a>
+Fix Timestamp Search for eSEL.pl *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6e7bb893b400">6e7bb893b400</a>
+Load MEMD Partition in Itep 7.3 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4bcfb10e2752">4bcfb10e2752</a>
+Remove Istep 10.3 From IPL Flow *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4648dad462fd">4648dad462fd</a>
+Populate the Severity of PLAT Errors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/05736e87c0ec">05736e87c0ec</a>
+Check TYPE_NODE Targets Twice for Serial/Part Number Updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d9c127dca831">d9c127dca831</a>
+Error when hb tries to access reserved memory past limit *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f89ef7412495">f89ef7412495</a>
+Pass Actual SecureRom size in HDAT to OPAL *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/94d559d6c39a">94d559d6c39a</a>
+Add SECBOOT Partition Back to PNOR</p>
+<p>Jacob Harvey (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cf5d76cbc891">cf5d76cbc891</a>
+Set blue waterfall range to 1-4 for all freqs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7fa961df6429">7fa961df6429</a>
+Fix sim problems on awan *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e0cdfdda35d6">e0cdfdda35d6</a>
+Create xlate equality function for dimm kind *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f7dfd17dfc99">f7dfd17dfc99</a>
+Fix RCW structure and make a default option</p>
+<p>Jayashankar Padath (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7f0962881ce0">7f0962881ce0</a>
+HDAT : Update in feature flag structure value</p>
+<p>Jaymes Wilks (14): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cb260675de9f">cb260675de9f</a>
+Secure Boot: HBBL partition support [FSP] *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5fa02a909075">5fa02a909075</a>
+Support selecting fips or op-build for signing process *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f7b3c79d2b2a">f7b3c79d2b2a</a>
+Secure Boot: SBKT partition support [FSP] *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/eaf4ca605f7b">eaf4ca605f7b</a>
+Create new test only PNOR section to test secure Load/Unloads *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ba9cad2c031b">ba9cad2c031b</a>
+Create better anti-deadlock strategy for vfs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fa2acdeb7202">fa2acdeb7202</a>
+Change FIPS build genPnorImages.pl constant back to 0x40000000 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/04dca99153ca">04dca99153ca</a>
+Stop deconfiguring magic MCA and its MCBIST by association *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/79abc8362186">79abc8362186</a>
+Make FCO cores distribute evenly among processors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2a032fa76a4e">2a032fa76a4e</a>
+Continue to run simics on lack of write access for trace files *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c1d8f52bb296">c1d8f52bb296</a>
+Fix failures to boot with unsecured mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9bfb2013af39">9bfb2013af39</a>
+Add HW callout mapping to target subsystem table *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/eb4da4cd0830">eb4da4cd0830</a>
+Make reconfig loop failures unrecoverable only in istep mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/24252f0e54b0">24252f0e54b0</a>
+Fix developer and customer descriptions for TPM required policy *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6a2a94e232d8">6a2a94e232d8</a>
+Add callout for unresponsive TPMs</p>
+<p>Jennifer A. Stofer (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a8ef67b96804">a8ef67b96804</a>
+Revert “Adding p9a support.”</p>
+<p>Jenny Huynh (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b9374cdc6edc">b9374cdc6edc</a>
+Workaround for Quaint Gate, Angry Reindeer *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/43736aca31cf">43736aca31cf</a>
+Updating HW414700 to also apply to Cumulus DD10</p>
+<p>Joachim Fenkes (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6731aa248737">6731aa248737</a>
+p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL lock *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aed6647b5f80">aed6647b5f80</a>
+p9*_clockcntl: Add missing NPU ring 0xF in N3 chiplet to clock check
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b8ebffe6e6a4">b8ebffe6e6a4</a>
+HDCT: Remove core trace arrays, permanent P9 erratum</p>
+<p>Joe McGill (35): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/44881dc3727c">44881dc3727c</a>
+L2 - Fabric updates for multi-chip support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d704be991b7f">d704be991b7f</a>
+L2 HWPs – p9_smp_link_layer and p9_fab_iovalid *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4e12e90c06fd">4e12e90c06fd</a>
+L2 - Fabric updates for multi-chip support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f10a3f6c0902">f10a3f6c0902</a>
+IO, FBC updates to enable ABUS for Fleetwood *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/af548636493d">af548636493d</a>
+p9c.mc.scan.initfle – initial release *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d6c5b55b7f06">d6c5b55b7f06</a>
+cen_stopclocks update *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1bf7f7464012">1bf7f7464012</a>
+Shift HWP content to align with desired EKB layout *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/73859ef374f2">73859ef374f2</a>
+update owner comments in ADU, PBA, TOD HWPs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f46fb4538247">f46fb4538247</a>
+p9.filter.pll.scan.intifile – set 0 BGoffset for P9C DD1.1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/def5778ba314">def5778ba314</a>
+remove NV iovalid assertion from FW and add scan inits to resolve glsmux
+xstate *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/47a980c12cf7">47a980c12cf7</a>
+mvpd_access_defs.H – add enum for AW keyword access *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/83fecdb69bbd">83fecdb69bbd</a>
+create empty shells for initfiles coming under 50468 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2209292ea1a7">2209292ea1a7</a>
+Chip address extension workaround for HW423589 (option2), part1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/74cc36c5dd03">74cc36c5dd03</a>
+Chip address extension workaround for HW423589 (option2), part2 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6782a20d9c7c">6782a20d9c7c</a>
+p9_mss_eff_grouping – fix mirrored memory mapping bug introduced by
+49290 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2b0de939d297">2b0de939d297</a>
+support customized application of filter PLL buckets from AW MVPD
+keyword *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/547e7f8b0493">547e7f8b0493</a>
+p9_mss_eff_grouping – fix multi-group mirrored mapping bug
+introduced by 49290 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0041dd78c705">0041dd78c705</a>
+cen_initf_errors.xml – initial release *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/20a0e8bd621b">20a0e8bd621b</a>
+disable ECC bypass for Cumulus DD1.0 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f7fb6d73a88d">f7fb6d73a88d</a>
+apply rings from Centaur HW image *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/63167adf8994">63167adf8994</a>
+MCD disable workaround for HW423589 (option1) *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d65acc669a10">d65acc669a10</a>
+checkstop on MCD UE when extended addressing mode is enabled *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/142e05201115">142e05201115</a>
+Disable read data delay for Cumulus DD1.0, enable for DD1.1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/02e505b4c437">02e505b4c437</a>
+p9_fab_iovalid – secure ABUS mailboxes after iovalid is asserted *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5343e0808f17">5343e0808f17</a>
+fix ADU setup for MCD disabled operation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c3cd5ab8ce">d2c3cd5ab8ce</a>
+p9_pcie_config – MCD disable updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cc2d45afa61c">cc2d45afa61c</a>
+p9_xbus_fir_utils.H – create header for definition of XBUS related
+FIR settings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4923ac750fb9">4923ac750fb9</a>
+p9_setup_bars – precisely configure MCD available group vector *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c9a86977d3eb">c9a86977d3eb</a>
+shift XBUS FIR programming inits for secure boot *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1d70cbbeba50">1d70cbbeba50</a>
+cresp address error handling updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c2816fc79f84">c2816fc79f84</a>
+update OBUS PLL buckets for p9n dd22, p9c dd11 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aeec96752c1a">aeec96752c1a</a>
+Cumulus MSS FIR updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/70ec114fdfd4">70ec114fdfd4</a>
+p9_build_smp – use ADU chipops to switch fabric configuration part #2
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f81091a35f5d">f81091a35f5d</a>
+enforce strict 512 GB per socket limit on Witherspoon memory map *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f28cb333bfe3">f28cb333bfe3</a>
+p9.npu.scom.initfile – limit DCP0 credits for HW437173</p>
+<p>Joel Stanley (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/716a165455c1">716a165455c1</a>
+fapi2: Fix template call sites for GCC 7</p>
+<p>John Rell (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/72a3e1a7da9c">72a3e1a7da9c</a>
+jgr17121400 HW430958 Cumulus Xbus short channel *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c439c1399cb1">c439c1399cb1</a>
+jgr171017 Setting changes for Obus boardwire vs cable</p>
+<p>Kahn Evans (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0ef7c3c566af">0ef7c3c566af</a>
+Optional support to parse default attribute tags</p>
+<p>Lennard Streat (5): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9554c4520e9e">9554c4520e9e</a>
+Updating MCU to support ALT_M setting fix (HW425310). *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/46b2641400bc">46b2641400bc</a>
+Adding in feature to run hardware force mirror facility by default. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/421bf8c4f4c5">421bf8c4f4c5</a>
+Disable Read data delay for Cumulus DD1.0. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ca9bfdb954db">ca9bfdb954db</a>
+Workaround for Warlike Parasite (HW430546) *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2839599b3373">2839599b3373</a>
+Protect Firmware from exposure to HW423533</p>
+<p>Louis Stermole (14): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d7750b78d80c">d7750b78d80c</a>
+Fix tWLDQSEN and IPW_WR_WR timing parameters for MSS training *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/08cfd267e67e">08cfd267e67e</a>
+Add Vreg==1 trigger to DLL workaround *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/929920660d1c">929920660d1c</a>
+Fix default values for power/thermal MRW attributes in XML *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/efe0e19b37f5">efe0e19b37f5</a>
+Fix Galois codes for chip marks added by MSS restore_repairs function
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/956df8db0fd1">956df8db0fd1</a>
+Change ZQ cal fail action to deconfigure MCBIST instead of MCA *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fc1ce68719ee">fc1ce68719ee</a>
+Enable exit_1 mode in FWMS for symbol marks *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/789f5c5645a5">789f5c5645a5</a>
+Move MSS Rosetta map from lab to f/w library, add API *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d55728f031ec">d55728f031ec</a>
+Modify Rosetta map to reflect port corrections *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8ce3ad72158b">8ce3ad72158b</a>
+Rename access_delay_regs API perspective MC to C4 and add real MC
+perspective *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e75b51ba9604">e75b51ba9604</a>
+Return failing MCA targets when MSS_CALC_PORT_POWER_EXCEEDS_MAX
+condition hit *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3ef5e1a8f163">3ef5e1a8f163</a>
+Add API for MC to C4 DQ pin index translation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e33d4b68cfd9">e33d4b68cfd9</a>
+Add better trace to MSS restore DRAM repairs function and add lab
+wrapper *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1d565299ec31">1d565299ec31</a>
+Add plug rule for dual-drop DIMM configs that produce different xlate
+settings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/03de84e713fb">03de84e713fb</a>
+Add empty MSS freq_workarounds.C/H for hostboot</p>
+<p>Luke C. Murray (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/094a91b3f779">094a91b3f779</a>
+Turning on NCU tlbie pacing by default *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fabc7bd25190">fabc7bd25190</a>
+Adding attribute to turn memory early data on *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5fa8f9e036df">5fa8f9e036df</a>
+Enabling L2 64B store prediction *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/33db30729056">33db30729056</a>
+Updating Cumulus early memory data dials</p>
+<p>Luke Mulkey (5): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a498dc4e94fb">a498dc4e94fb</a>
+Zeppelin Plug Rule Fix *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7bbec657da0b">7bbec657da0b</a>
+MRW attribute changes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f230133c8502">f230133c8502</a>
+Lab tools for p9c. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e4c43f303408">e4c43f303408</a>
+Fix mss_freq bug *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/14ae2496088d">14ae2496088d</a>
+Add ddr4 mnfg info to attributes during spd collection</p>
+<p>Marty Gloff (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fe58a710b97e">fe58a710b97e</a>
+Parser for SBE and HCODE build level *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ca52f95d63bd">ca52f95d63bd</a>
+Concurrent code update of HBRT - Read Version *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0a1b60c34e55">0a1b60c34e55</a>
+Concurrent code update of HBRT - Update Structure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6c769aede363">6c769aede363</a>
+Concurrent code update of HBRT - Enable Interface for Host</p>
+<p>Matt Derksen (18): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2b4e2315094e">2b4e2315094e</a>
+Send down OCC info logs to BMC for call-home *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3378748dbc2e">3378748dbc2e</a>
+Fix some review comments for sending down OCC info logs to BMC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/dacd80a9811f">dacd80a9811f</a>
+Fix grabbing config from NV keyword data *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/89f7297255af">89f7297255af</a>
+Test and verify concurrent init of PM complex *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2d590161d70f">2d590161d70f</a>
+Enable ZZ-2U *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2429064ef8ce">2429064ef8ce</a>
+Move major stack variable to heap to avoid stack overrun *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5161b6eb9b76">5161b6eb9b76</a>
+Increase trace buffer size to avoid hang between traces and PRD. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6141805efc9c">6141805efc9c</a>
+Add HB_VOLATILE sensor so OpenBMC can mark volatile sections *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d2b876356f54">d2b876356f54</a>
+Lock i2c around vpd write message to FSP at runtime *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/722bf1861db9">722bf1861db9</a>
+Fix setting hbVolatile and RebootControl sensors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/44aa1a1578b1">44aa1a1578b1</a>
+Compile attributeOverride tool in x86.nfp environment for mnfg use *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f8c953755a">f6f8c953755a</a>
+EKB side of changes for attributeOverride tool in x86.nfp context *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f0c1f3b3a422">f0c1f3b3a422</a>
+Explicitly call ATTN/PRD before exiting PM Reset flow *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/27cbbc4cc87d">27cbbc4cc87d</a>
+Update int64_t attributes in attributeenums.H to LL *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d5bdfe28f46f">d5bdfe28f46f</a>
+Initialize SBE message communication on HBRT start *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/de8120523a0c">de8120523a0c</a>
+Only access HB_VOLATILE on non-FSP systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/27bddb0e962f">27bddb0e962f</a>
+Update attributes based on message from the FSP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b6f70467b720">b6f70467b720</a>
+Add duplibs.sh tool to our hostboot repo</p>
+<p>Matthew Hickman (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/daa54a8d74e8">daa54a8d74e8</a>
+Fixed AUE/IAUE masking bug *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1012aacb0a13">1012aacb0a13</a>
+Added workaround for broadcast mode UE noise window</p>
+<p>Michael Floyd (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a5f5a3baefa6">a5f5a3baefa6</a>
+CME Code Size Reduction ATTEMPT#3</p>
+<p>Mike Baiocchi (19): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b0a9a93e45dd">b0a9a93e45dd</a>
+Add Functionality To Allow FSP to Enable TCEs For Testing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8f6cf7d7310d">8f6cf7d7310d</a>
+Add TCE Support to utillidmgr *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8fcdfa14a7d3">8fcdfa14a7d3</a>
+Support Verifying and Moving PAYLOAD and HDAT when TCEs are Enabled *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5cd503229820">5cd503229820</a>
+Fix Initializing HW To Point At An Invalid TCE Table in Istep 10.6 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f43013e57725">f43013e57725</a>
+Send FSP relevant information for PSI Diagnotics test when TCEs are
+enabled *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/07f9a3771538">07f9a3771538</a>
+TCE Updates to support OPAL *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b27a71f308e1">b27a71f308e1</a>
+Update TPM Retry Policy and Timings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e93cf4eb7e3e">e93cf4eb7e3e</a>
+Enable TCEs as the default on FSP-based systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/079068a0dd84">079068a0dd84</a>
+I2C Reset Path: Add Poll of SCL High Before Issuing Stop Command *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8632294639a9">8632294639a9</a>
+Secure Boot: Skip OPAL Verification *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4046ab053d85">4046ab053d85</a>
+On MPIPLs open up TCE windows for FSP to extract dump information *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1d437c8dc548">1d437c8dc548</a>
+Verify ComponentID and Extend PAYLOAD *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3143da8a19df">3143da8a19df</a>
+Do Not Unload libruntime.so on MPIPLs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b1d0900ad706">b1d0900ad706</a>
+Find location of HDAT relocation dynamically from PAYLOAD *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4f3656309da6">4f3656309da6</a>
+Remove Attribute Check For TCE Settings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0bfdbce84ec9">0bfdbce84ec9</a>
+Update utilDeallocateTces and other TCE Cleanup *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/31b01f231f1c">31b01f231f1c</a>
+Add TCE-related attributes to the Node target *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2d6ba11ae2fc">2d6ba11ae2fc</a>
+Add checks to PnorUtils.pm to look for errors in layout files *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c93bef31ae6c">c93bef31ae6c</a>
+Update TCE Testcases</p>
+<p>Nicholas E. Bofferding (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e770e96a5d67">e770e96a5d67</a>
+Revert “Remove Attribute Check For TCE Settings”</p>
+<p>Nick Bofferding (18): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b0f4906b589d">b0f4906b589d</a>
+Secure Boot: Sign MEMD partition for FSP platforms *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/07d75753d594">07d75753d594</a>
+Secure Boot: Enforce PNOR section component IDs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/70c697000c8a">70c697000c8a</a>
+Secure Boot: Fix parallel and multiple pass image signing issues *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f7dd1f12d858">f7dd1f12d858</a>
+Secure Boot: Purge dev SW signing cache before reuse *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9470c51fc486">9470c51fc486</a>
+Secure Boot: Support FSP/HB standalone production signing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2fc740c30b90">2fc740c30b90</a>
+Secure Boot: Enable PSI interrupts after XSCOM switchover *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/98e555428942">98e555428942</a>
+Secure Boot: Blacklist: Init PSI bridge BAR and FSP BAR properly for
+security *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3e24de691ed6">3e24de691ed6</a>
+Secure Boot: Surface unique TI when key transitioning complete *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/00d2200112da">00d2200112da</a>
+Secure Boot; Force simultaneous SBE update on key transition *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bd1519429ab3">bd1519429ab3</a>
+Secure Boot: RAS Reviews: Fix load handler logging *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7a5fdcbd0c45">7a5fdcbd0c45</a>
+Secure Boot: Remove cyclic dependency in TPM daemon shutdown path *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d52d893e3aa2">d52d893e3aa2</a>
+Secure Boot: Flag ROM verify reason code as terminating RC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/eb22cf5b7cb7">eb22cf5b7cb7</a>
+Secure Boot: Open persistent virtual memory mapping for HDAT TPM logs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/24d964b78e02">24d964b78e02</a>
+Fix syntax error in Dump.pm *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d18433a85fa8">d18433a85fa8</a>
+Secure Boot: Open up Hostboot VMM untrusted RO window on non-master
+procs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1fe8dc520583">1fe8dc520583</a>
+Secure Boot: Remove utilmem from verify container fail path *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b5fedb0fcbc0">b5fedb0fcbc0</a>
+Secure Boot: Adapt workbooks’ TPM target to Hostboot’s *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/28927a78ca41">28927a78ca41</a>
+Fix syntax error in Dump.pm</p>
+<p>Nick Klazynski (10): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cf1f011b5af9">cf1f011b5af9</a>
+Add HW425526 and HW425027 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c4139797e45b">c4139797e45b</a>
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1ed63da3a55c">1ed63da3a55c</a>
+Nimbus DD2.2 core chickenswitches *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fcf7d0e3f5fe">fcf7d0e3f5fe</a>
+Large update for security *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a9040e3c67fd">a9040e3c67fd</a>
+Fix three NDD2.1 dials and add new NDD2.2 workarounds *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6b21ff6c1caf">6b21ff6c1caf</a>
+Add new TM IMC, Add TLBIE hangbuster *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bf86a41a8e0e">bf86a41a8e0e</a>
+Implement security IMCs, based on v29 of wiki *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/74a1024eb8c1">74a1024eb8c1</a>
+Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1c8193dd9e82">1c8193dd9e82</a>
+Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+clockgate *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/80fa020e3ea7">80fa020e3ea7</a>
+Add TM WAT workaround; NDD2.2 and CDD1.1 only</p>
+<p>Prachi Gupta (14): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/18cc0dfbc93f">18cc0dfbc93f</a>
+Zeppelin BUP updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5b3da20db0e8">5b3da20db0e8</a>
+Zeppelin BUP updates: Targets.pm changes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a420f6c23b46">a420f6c23b46</a>
+Zeppelin BUP updates: mss_memdiags workaround *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e4d01510117e">e4d01510117e</a>
+Zeppelin BUP: istep 14 fixes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/50a901b1468a">50a901b1468a</a>
+ZEPPELIN BUP: fix VPD_REC_NUM for membuf target *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3807622a5fae">3807622a5fae</a>
+ZEPPELIN BUP: host enable memvolt changes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/94d8abaa56c0">94d8abaa56c0</a>
+Added values for CVPD_SIZE and CVPD_MAX_SECTIONS in processMrw *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/51d3eeea8b3a">51d3eeea8b3a</a>
+set ATTR_PROC_SBE_MASTER_CHIP based on LPC connections in MRW *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9ea9546db73d">9ea9546db73d</a>
+ZEP_BUP: remove no_export and default value from
+DMI_REFCLOCK_SWIZZLE *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bb004ba55073">bb004ba55073</a>
+processMrw: hard-code all base bar addresses as to not rely on mrw *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/07c9730e0a3f">07c9730e0a3f</a>
+CEN_MSS_CACHE_ENABLE: default to 1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/77224965fc6c">77224965fc6c</a>
+processMrw: multinode updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/abc7d754b770">abc7d754b770</a>
+host_coalesce_host: bup updates *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0e0dc100a1ad">0e0dc100a1ad</a>
+LINK_TRAIN: HWSV needs to write this attr, so, marking it as writable</p>
+<p>Prasad Bg Ranganath (11): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c0d7d47a554f">c0d7d47a554f</a>
+PM: Fix QCSR and CCSR update *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/79acd9f3a834">79acd9f3a834</a>
+P9_pstate_parameter_block: Bug fix in IAC VDN calculation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5b86ae89fcd9">5b86ae89fcd9</a>
+Fix bug in cache query state procedure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1c06b1a80e5e">1c06b1a80e5e</a>
+p9_setup_evid: Missed applying bias values for pound V *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4319e2a93d9a">4319e2a93d9a</a>
+p9_pm_pstate_gpe_init: setup Fsafe in all configured QPPMs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ed38dac64269">ed38dac64269</a>
+p9_pstate_parameter_block: support removal of VFRT Vdn *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/755b47ecad12">755b47ecad12</a>
+PPPB: Fix endianess in pstate_parameter_block.C *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/93c73a3eac40">93c73a3eac40</a>
+Proc VPD:POUND W Version 3-F support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c77b6c1a8839">c77b6c1a8839</a>
+p9_pm_reset: check safe mode and, if not, move to Psafe manually *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b0f4bd1e57b5">b0f4bd1e57b5</a>
+Zepplin:Remove dd level check for cumulus under PPB code *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/13b0dd897296">13b0dd897296</a>
+FW910: PM reset procedure fix, move psafe update after CME halts</p>
+<p>Prem Shanker Jha (11): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/47c3bbe42264">47c3bbe42264</a>
+PM: Added support for version control in SCOM restore entries. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/04846f139458">04846f139458</a>
+EQ SCOM Restore: Introduced version control in SCOM restore entry. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/000deef452bc">000deef452bc</a>
+PM: Fixed generation of MTSPR instruction in STOP API. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/45824ede1fc0">45824ede1fc0</a>
+STOP Recovery: Only XIR collection in HWP error path during PM Reset. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/537e7b6e6c72">537e7b6e6c72</a>
+Hcode Injection: Adds hcode error injection capability. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/993eec11fc9f">993eec11fc9f</a>
+SCOM Restore: Increased the EQ SCOM restore limit. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6897c9475c92">6897c9475c92</a>
+Idle Stop State: Adds CME and SGPE global variables to FFDC. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3b71fb0a04e3">3b71fb0a04e3</a>
+PM: Level-1 implementation for HWP p9_pm_callout. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c89a1b7b92d">8c89a1b7b92d</a>
+PM : Changed FFDC collection to XIR mode. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c9c74dbf7f02">c9c74dbf7f02</a>
+PM: Workaround to mirror error xml file of p9_pm_callout in HB. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b74acc4c3a24">b74acc4c3a24</a>
+PM: Generation of summarized version of STOP Recovery FFDC.</p>
+<p>Rahul Batra (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4924945481bd">4924945481bd</a>
+PGPE: STOP11+WOF+SafeMode Fixes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/443f2c73ac82">443f2c73ac82</a>
+PGPE: Fix FIT and actuation step conflict *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3742bc2463d0">3742bc2463d0</a>
+PM: VDM Prolonged Droop Fix *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fb663d7186c1">fb663d7186c1</a>
+PSTATE: Remove Already ON/OFF PGPE-OCC IPC Error RC</p>
+<p>Raja Das (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/60ccd2d1e787">60ccd2d1e787</a>
+Differentiated Control Node type field from Normal Node</p>
+<p>Ricardo Mata (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/17ce7befe588">17ce7befe588</a>
+Added CI throttling support, HW init updates, and fixed a bug with tce
+arb.</p>
+<p>Richard J. Knight (7): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1100f64331cb">1100f64331cb</a>
+Add script to edit hostboot binary images to enable CFM testing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c2c5d0e657f6">c2c5d0e657f6</a>
+p9_xip_tool support for DD level section parsing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/911996a1c31f">911996a1c31f</a>
+Add new pnor section for Centaur hw ref image *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7f860e8a5c47">7f860e8a5c47</a>
+BUP - istep 11 support phase 1 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b87820bf1bcc">b87820bf1bcc</a>
+Invalid FFDC in error log *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fd27bc6d28c5">fd27bc6d28c5</a>
+Enable multi-drawer hdat construction *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/688f82f4a276">688f82f4a276</a>
+Eliminate duplicate entries in hdat hb reserved mem section</p>
+<p>Rick Ward (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ebe0b5de67d7">ebe0b5de67d7</a>
+Send additional FSP progress messages during long isteps (e.g. memdiags)</p>
+<p>Robert Lippert (6): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/fb8c2671f28d">fb8c2671f28d</a>
+errldisplay: use table-driven display for HWPF error strings *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/20b179f938d4">20b179f938d4</a>
+hwas: skip reading ID/EC data from BMC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/69b2391ad885">69b2391ad885</a>
+ipmi: add support for reading SEL time from BMC *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/013f189c0215">013f189c0215</a>
+vpd: add ability to read record RT keyword value *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7261c1709400">7261c1709400</a>
+vpd/mvpd: add RT as a valid MVPD keyword enum *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f7b6ad2045f4">f7b6ad2045f4</a>
+hdat: use VRML record for processor PCRD VPD data</p>
+<p>Roland Veloz (7): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8e6bd68539af">8e6bd68539af</a>
+Updated the GenericFspMboxMessage_t struct *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f0db3bed8334">f0db3bed8334</a>
+Handle SBE Error and Attempt Recovery from FSP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a69cb64611f3">a69cb64611f3</a>
+Adding support for TOD RAS on FSP systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/44d0f070400a">44d0f070400a</a>
+Handles FSP reset-reload in HBRT messages *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/dfb142acec43">dfb142acec43</a>
+Corrected issue with hb errlparser not exiting on error *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6f4abd1ea46f">6f4abd1ea46f</a>
+Support for any target deconfig at runtime; Utility to create a generic
+message *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4c76eec6354b">4c76eec6354b</a>
+Propagate PLID from caller to any new errors; GARD target on retry fails</p>
+<p>Ryan Black (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d5ca0693761a">d5ca0693761a</a>
+p9.npu.scom.initfile – fix cq_sm allocation issue at low water mark *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c55990c047b">8c55990c047b</a>
+set npu fir 0, bit 46 to masked, set npu fir 1, bits 1,3,5,7,9,11 to
+masked</p>
+<p>Sachin Gupta (5): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4f01142263eb">4f01142263eb</a>
+Remove extra include dependency *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4da087dd8293">4da087dd8293</a>
+Revert “p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL
+lock” *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/610996cd1656">610996cd1656</a>
+Change type for number of pages. *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4db7aa5d3c6b">4db7aa5d3c6b</a>
+Remove workaround for DD1 SW reset for XIVE *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/77012419bdbc">77012419bdbc</a>
+Revert “p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL
+lock””</p>
+<p>Sakethan R Kotta (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1f187d7b7b44">1f187d7b7b44</a>
+ORDINAL_ID generation is fixed for multi node systems</p>
+<p>Sameer Veer (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/dddd42af796f">dddd42af796f</a>
+Changes to build-script & setup-env for nimbus & cumulus to co-exist</p>
+<p>Sampa Misra (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f10319641ba1">f10319641ba1</a>
+feature flag changes</p>
+<p>Santosh Puranik (6): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5357999d189c">5357999d189c</a>
+Find connections by destination *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/12b6b45da232">12b6b45da232</a>
+Make plat init attributes non-writable *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/94404b004adb">94404b004adb</a>
+Set FSI_PORT for FSI slaves *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aa0883bae4fa">aa0883bae4fa</a>
+Fix PEER_HUID attrib for XBUS and ABUS targets *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3dca5a867512">3dca5a867512</a>
+Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b61115da3278">b61115da3278</a>
+Fix HUID generation on SMPGROUP targets</p>
+<p>Sheldon Bailey (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/47a4947613f8">47a4947613f8</a>
+HTMGT:OP910:No change in processor speed turbo or non-turbo Witherspoon
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/276c45cf2da6">276c45cf2da6</a>
+HTMGT: Send VRM Vdd Thermal Thresholds to OCC part1 HB attributes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4809fbff915f">4809fbff915f</a>
+HTMGT: Updates for reporting throttle below nominal on Boston</p>
+<p>Shelton Leung (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4f504a2eebea">4f504a2eebea</a>
+fix for incorrect init value of AMO_Limit_Select *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/606a6f48b15c">606a6f48b15c</a>
+fix for clockgate preventing perfmon start/stop</p>
+<p>Soma BhanuTej (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d50dc3d2216a">d50dc3d2216a</a>
+Extract error info from PIBMEM array save-off *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c2e705569f7f">c2e705569f7f</a>
+Make SBE errors recoverable - p9_sbe_common *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a59d4f7d2f4e">a59d4f7d2f4e</a>
+Mask TP LFIR for non PPE mode - p9_sbe_common</p>
+<p>Stephen Cprek (30): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6e7098eba2f9">6e7098eba2f9</a>
+Add trace to indicate verify was called on a section *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6caab6132b05">6caab6132b05</a>
+Create Master Container Lid Manager and test parsing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/141c67de2310">141c67de2310</a>
+Add Header to TESTRO PNOR section for testing Secure Lid transfer *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/89c19d7e3a5b">89c19d7e3a5b</a>
+Process Components in Master Container Lid *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/76f627c78307">76f627c78307</a>
+Sign HBD pnor section in fips builds *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/94b12d2ea050">94b12d2ea050</a>
+Enable preverified lid loading from pnor and Master Container Lid *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b1f4e911b9b7">b1f4e911b9b7</a>
+Collect PNOR trace on secure verification error *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bf8e8d4deb19">bf8e8d4deb19</a>
+Fix RTC number in TODO and limit trace from MclMgr and PreVerifiedLidMgr
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1f2edbc95b80">1f2edbc95b80</a>
+Prevent all Master Container Lid processing in OPAL mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f4d54e9c85b3">f4d54e9c85b3</a>
+Fix standalone compile and simics when secureboot compiled out *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/63a026113332">63a026113332</a>
+Create runtime_utils so both IPL and runtime can use common functions
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/81279c1d146d">81279c1d146d</a>
+Secure Boot: Fix lid load from HB reserved memory issues at runtime *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/75f0cfee9e5d">75f0cfee9e5d</a>
+Fix strncpy from padding past the actual max size *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c336a7728319">c336a7728319</a>
+Handle comments from pre-verify and runtime lid loading commits *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ca52131dad3d">ca52131dad3d</a>
+Handle ContainerHeader asserts more nicely with error logs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5b5972e5580c">5b5972e5580c</a>
+Create a Trusted boot trace component and collect trace on errors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0b408ad7a340">0b408ad7a340</a>
+Add multi node support for genPnorImages and add HBD Fleetwood files *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dc66b8d1c6">a4dc66b8d1c6</a>
+Specify actual SecureRom size into HDAT for POWERVM *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4888af6221d7">4888af6221d7</a>
+fix genPnor param MEMD which passed in an empty input filename *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d527220c6ffe">d527220c6ffe</a>
+Add component ID check for Master Container Lid Processing *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/82f341573515">82f341573515</a>
+Fix incorrect size for entries going into hb resv memory *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/526f5106cc17">526f5106cc17</a>
+Do not preverify RINGOVD section in POWERVM mode *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/92466e69168a">92466e69168a</a>
+Modify how POWERVM is processed in the MCL manager *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9ae6e9595f97">9ae6e9595f97</a>
+Remove Secure Boot workarounds *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/34dbdc49d0d1">34dbdc49d0d1</a>
+Convert asserts to error logs where it makes sense *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/329b81443b43">329b81443b43</a>
+Make the MemRegionMgr class target aware *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/26bbcd97d817">26bbcd97d817</a>
+Open Untrusted Communication for SP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/038392cae8c5">038392cae8c5</a>
+Move closing all unsecure memory regions to 21.3 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bf9ac140940b">bf9ac140940b</a>
+Unload preverified secure sections after moving to mainstore memory *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8443a65a3599">8443a65a3599</a>
+Collect better FFDC on ROM verification errors</p>
+<p>Stephen Glancy (20): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d110f5634137">d110f5634137</a>
+Adds in broadcast support for memdiags *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6b9bc4190d60">6b9bc4190d60</a>
+Updates memory plug rules *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1cf8acef718a">1cf8acef718a</a>
+Fixes broadcast mode memdiags crash *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e2305fe4b76e">e2305fe4b76e</a>
+Fixes number of DRAM constants *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0f5f2625adad">0f5f2625adad</a>
+Updates dramint training structure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef4ce5ebbcd">5ef4ce5ebbcd</a>
+Fixes memdiags bad address check *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f40bed180c16">f40bed180c16</a>
+Adds PDA support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/623216605144">623216605144</a>
+Worksaround AWAN simulation failure *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b17f5a628c59">b17f5a628c59</a>
+Adds access delay regs helper functions *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/db05487e27b5">db05487e27b5</a>
+Adds blank PDA files for HB *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f57934997860">f57934997860</a>
+Adds in blank files for CCS workarounds *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/3440e65b32f2">3440e65b32f2</a>
+Adds PDA support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/296cd5865b39">296cd5865b39</a>
+Adds lab PDA support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/01c730dd4157">01c730dd4157</a>
+Updates WR VREF for characterization results *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/21407ef50121">21407ef50121</a>
+Fixes WR LVL terminations *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/6650adcec6ac">6650adcec6ac</a>
+Updates training advanced and adds custom WR CTR *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e369ee31b0c5">e369ee31b0c5</a>
+Updates custom RD CTR pattern *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1c2de2d2a08c">1c2de2d2a08c</a>
+Fixes HB compile error *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/548b7fd4484c">548b7fd4484c</a>
+Updates error logging to log target with FIRs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9aee6dc5b82a">9aee6dc5b82a</a>
+Adds plug rule for NVDIMM in specific DIMM slots</p>
+<p>Sumit Kumar (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f43da019dd69">f43da019dd69</a>
+Centaur ring support - ring_apply and ring data *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/8c9fd900efb8">8c9fd900efb8</a>
+Erepair HWP p9_io_erepairAccessorHwpFuncs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9153608879d2">9153608879d2</a>
+Moving DD specific ring coord from TOR to XIP (step 1)</p>
+<p>Swathi Madhuri Bhattiprolu (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/27fe0afaf8f1">27fe0afaf8f1</a>
+Fix issues with DMI target handling *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0f94c2620c70">0f94c2620c70</a>
+Support CDIMM VPD *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b801fd1a776f">b801fd1a776f</a>
+Make FAPI_POS unique on multi node system *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d999ed144f94">d999ed144f94</a>
+Re-enable base multi-drawer ipl support</p>
+<p>Thi Tran (10): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bcef4f1931d8">bcef4f1931d8</a>
+L2 - p9_build_smp HWPs *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/bcc5a5535c2d">bcc5a5535c2d</a>
+Fix TODOs in p9_build_smp HWP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8fa03ea43f">7b8fa03ea43f</a>
+Mirror new file: cen_pll_initf_errors.xml *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/be0a3a2a7f4a">be0a3a2a7f4a</a>
+p9_sbe_hreset - Adding I2C Bit rate divisor calculation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/edbb12014deb">edbb12014deb</a>
+L3 update - p9_cme_sram_access HWP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/245f7224088e">245f7224088e</a>
+Mirror (new) p9_putmemproc HWP files *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b8522e84fe03">b8522e84fe03</a>
+p9_build_smp – use ADU chipops to switch fabric configuration part #1
+*
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/df5241f06802">df5241f06802</a>
+Setup p9c CHI’s FIRs and enable host attentions *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/53b3c1f1d859">53b3c1f1d859</a>
+HB supports - Use ADU chipops to switch fabric configuration *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/0b8f08a0e4f7">0b8f08a0e4f7</a>
+Fix HWSV duplicate enum build errors</p>
+<p>Tom Sand (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/82769e0a939f">82769e0a939f</a>
+Fixed HBRT issue where virt addr not unmapped at the end of complex
+calls.</p>
+<p>Tsung Yeung (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4e84db479b0c">4e84db479b0c</a>
+Adds self-refresh entry/exit commands *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1d3c28511935">1d3c28511935</a>
+Adds ccs workaround to support SRE/SRX *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d1e10cd97287">d1e10cd97287</a>
+Adds read wr_vref function to support P9 NVDIMM post restore</p>
+<p>Vaibhav Jain (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/24d0d344bb8d">24d0d344bb8d</a>
+Modify eSEL script to not ignore cases for command line options</p>
+<p>Venkatesh Sainath (6): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5099a01fc800">5099a01fc800</a>
+Enabling multi proc master systems *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/550f6f5cfc2f">550f6f5cfc2f</a>
+Perl script for generating HDAT structures from MRW *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5bb1802ad0ae">5bb1802ad0ae</a>
+Enabling Fleetwood Multi-node istep 18 attributes *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d226d009365f">d226d009365f</a>
+Parsing Abus targeting information from Obus Targets *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/9e90e3ccee3c">9e90e3ccee3c</a>
+Setting PEER TARGET for smpgroup targets *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b3073568dbd8">b3073568dbd8</a>
+Fixing processor ordinal id for multinode systems</p>
+<p>Yue Du (3): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/cfcd66d8907e">cfcd66d8907e</a>
+STOP: Fix FF_BYPASS in sgpe_init *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d5866aa3d221">d5866aa3d221</a>
+STOP/PState: SGPE/PGPE Error Handling Support *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/458cb0d58acf">458cb0d58acf</a>
+STOP: Fix PLS deepest when stop4+ due to self restore wakeup</p>
+<p>Zane Shelley (16): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ac21d7508c54">ac21d7508c54</a>
+PRD: latest from RAS XML *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/42216acb89cb">42216acb89cb</a>
+PRD: No gard on MCA for AUE/IAUE and RCD parity errors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1f14c2229e43">1f14c2229e43</a>
+PRD: error path handling in CS isolation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/f74d2c56712b">f74d2c56712b</a>
+PRD: Fixed target for PCI chiplet FIRs during OP checkstop analysis *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/b7bc33f10f89">b7bc33f10f89</a>
+RAS XML: updates from spreadsheet v115 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d1c569251281">d1c569251281</a>
+PRD: fixed no gard when PLL and CS at same time *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/2935800fa74d">2935800fa74d</a>
+PRD: generic solution to associate HWP failures with PRD isolation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/ecedb32fc183">ecedb32fc183</a>
+PRD: DIMM callouts on RCD parity errors *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d55a6fa5234f">d55a6fa5234f</a>
+PRD: generic solution to associate HWP failures with PRD isolation *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/21638f7fe690">21638f7fe690</a>
+PRD: updates from RAS spreadsheet v123 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/1959b18ec677">1959b18ec677</a>
+PRD: clear old symbol marks in TPS analysis *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4bfb911cfa14">4bfb911cfa14</a>
+PRD: Additional target support for Predictive Dyn Mem Deconfig *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/e1e02033728c">e1e02033728c</a>
+PRD: NPUFIR updates per request from hardware team *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/80f8bb319679">80f8bb319679</a>
+PRD: VPD not getting cleared when all repairs used up during memdiag *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5b1c0a872db9">5b1c0a872db9</a>
+PRD: Memory leak in prdfScanFacility *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/c71f2db5cfb5">c71f2db5cfb5</a>
+PRD: RAS doc updates for CRESP errors</p>
+<p>aravnair-in (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/dfe15202fa42">dfe15202fa42</a>
+Fix node ordinal numbering to handle Fleetwood *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/536ae2496674">536ae2496674</a>
+Changes to make the DIMMs show up in Fleetwood</p>
+<p>manichow (1): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/198f186b138f">198f186b138f</a>
+Changes for TOD support in MPIPL.</p>
+<p>nagurram-in (4): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/aed872bfb917">aed872bfb917</a>
+HDAT: Feature flag settings movement from PCRD to IPLP *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/d9513029321d">d9513029321d</a>
+HDAT:Adding address to HRMOR stash location in HB reserve *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/af203750b8e6">af203750b8e6</a>
+HDAT : Update init feature flag settings for P9 *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/63580395a77a">63580395a77a</a>
+HDAT : Fix for NVLINK Lane swap issue</p>
+<p>spashabk-in (2): *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/5e94a704fe27">5e94a704fe27</a>
+Change FAPI_IMP traces in p9_pm_ocb_init to FAPI_DBG *
+<a class="reference external" href="https://github.com/open-power/hostboot/commit/4c1c57f0015e">4c1c57f0015e</a>
+Create and allow for PNOR SBE Partition to have DD2.2 Images</p>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (8): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/5f4122b9d99c">5f4122b9d99c</a>
+Snapshot buffer support *
+<a class="reference external" href="https://github.com/open-power/occ/commit/0b07301e60af">0b07301e60af</a>
+Clean up TODO for deprecated sync request bit *
+<a class="reference external" href="https://github.com/open-power/occ/commit/5bca1deebf80">5bca1deebf80</a>
+Initialize ping/pong buffer address variable *
+<a class="reference external" href="https://github.com/open-power/occ/commit/b14a5af2c1a4">b14a5af2c1a4</a>
+Prevent safe mode when going to nominal and no cores configured *
+<a class="reference external" href="https://github.com/open-power/occ/commit/bfd62d9cfdd3">bfd62d9cfdd3</a>
+Prevent WOF reset request on ZZ-L systems *
+<a class="reference external" href="https://github.com/open-power/occ/commit/4d2912987d23">4d2912987d23</a>
+OCC: Call Home Data Log *
+<a class="reference external" href="https://github.com/open-power/occ/commit/c04d58bd549c">c04d58bd549c</a>
+WOF Phase 2: Use Vratio from PGPE *
+<a class="reference external" href="https://github.com/open-power/occ/commit/f72f857b7e5a">f72f857b7e5a</a>
+WOF: Fix incorrect scaling of IQ currents</p>
+<p>Chris Cain (8): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/d90b1dcc9552">d90b1dcc9552</a>
+AVSbus Re-sync Bus Error Recovery *
+<a class="reference external" href="https://github.com/open-power/occ/commit/0e91ced92e0f">0e91ced92e0f</a>
+Remove interrupt handlers for hardware errors *
+<a class="reference external" href="https://github.com/open-power/occ/commit/358d11e6aca5">358d11e6aca5</a>
+Stop DIMM and GPU accesses when moving to standby or safe state *
+<a class="reference external" href="https://github.com/open-power/occ/commit/601b1ebb9a9c">601b1ebb9a9c</a>
+Remove unused variable *
+<a class="reference external" href="https://github.com/open-power/occ/commit/d0f8e5fb2c5a">d0f8e5fb2c5a</a>
+Always use normal temperature thresholds for OPAL systems *
+<a class="reference external" href="https://github.com/open-power/occ/commit/06ef7787e762">06ef7787e762</a>
+Handle redundant power supply policy *
+<a class="reference external" href="https://github.com/open-power/occ/commit/cb8e695fc661">cb8e695fc661</a>
+Build elog with non-info severity before adding callouts *
+<a class="reference external" href="https://github.com/open-power/occ/commit/fce2d94a9bc9">fce2d94a9bc9</a>
+Update buildname 12/15</p>
+<p>Doug Gilbert (3): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/ccdfc6a407fd">ccdfc6a407fd</a>
+OCC work-around for HW426350 *
+<a class="reference external" href="https://github.com/open-power/occ/commit/8b90dab9d243">8b90dab9d243</a>
+B1112AD7 reported over long stress run *
+<a class="reference external" href="https://github.com/open-power/occ/commit/0bf193d8d4f9">0bf193d8d4f9</a>
+APSS Reset Support</p>
+<p>Sooraj Nair (2): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/1da6b089c930">1da6b089c930</a>
+Permanent fix for SW399904(fixed nvlink/uav) *
+<a class="reference external" href="https://github.com/open-power/occ/commit/d868b77dfc6a">d868b77dfc6a</a>
+nvlink,xlink,phb fixes</p>
+<p>William Bryan (5): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/dbb4d7e88cf3">dbb4d7e88cf3</a>
+GPE1 Binary 10/27 *
+<a class="reference external" href="https://github.com/open-power/occ/commit/178a035668bd">178a035668bd</a>
+Update buildname 11/3 *
+<a class="reference external" href="https://github.com/open-power/occ/commit/40fc6b399896">40fc6b399896</a>
+Buildname 11/10 *
+<a class="reference external" href="https://github.com/open-power/occ/commit/c3446978c169">c3446978c169</a>
+Update buildname 11/15 *
+<a class="reference external" href="https://github.com/open-power/occ/commit/00123c66a1d2">00123c66a1d2</a>
+Update GPE1 Binary 1/16/18</p>
+<p>Zane Shelley (2): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/a5b5103756c8">a5b5103756c8</a>
+FIRDATA: fix error handling for SCOMs via SBE FIFO *
+<a class="reference external" href="https://github.com/open-power/occ/commit/cd42091d9a39">cd42091d9a39</a>
+FIRDATA: retry getSCOMs via SBE FIFO on bad response</p>
+<p>mbroyles (9): *
+<a class="reference external" href="https://github.com/open-power/occ/commit/0d7b82e82f98">0d7b82e82f98</a>
+VRM Vdd Thermal Control Loop *
+<a class="reference external" href="https://github.com/open-power/occ/commit/bb703e413c36">bb703e413c36</a>
+Prevent logging 2A11 when quad is offline *
+<a class="reference external" href="https://github.com/open-power/occ/commit/aec1db2cadee">aec1db2cadee</a>
+Temporary disable 24x7 on FSP systems *
+<a class="reference external" href="https://github.com/open-power/occ/commit/01ae49578a8e">01ae49578a8e</a>
+Use AVS bus for processor power when no APSS channel for proc power is
+present *
+<a class="reference external" href="https://github.com/open-power/occ/commit/49ea880a7789">49ea880a7789</a>
+Wait two ticks prior to un-throttling memory due to power capping *
+<a class="reference external" href="https://github.com/open-power/occ/commit/ee8bac060be4">ee8bac060be4</a>
+Ignore bad quad and nest DTS *
+<a class="reference external" href="https://github.com/open-power/occ/commit/c35818138337">c35818138337</a>
+OCC error log clean up *
+<a class="reference external" href="https://github.com/open-power/occ/commit/2397cb606cda">2397cb606cda</a>
+Handle PGPE timeouts as workaround for prolonged droop events *
+<a class="reference external" href="https://github.com/open-power/occ/commit/577915f28604">577915f28604</a>
+Add WOF disable param for ASM</p>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: p9dsu-xml
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+</div>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>jim (22): *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/619af4d3a6b8">619af4d3a6b8</a>
+add tpm_required_sensor. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/3ad0bfb80270">3ad0bfb80270</a>
+WOF_POWER_LIMIT = turbo, SYSTEM_WOF_DISABLE = off *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/e8840e390273">e8840e390273</a>
+DDR4 VPD update via PNOR. Issue 328. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/347d26450a76">347d26450a76</a>
+hostboot code needs CLASS_SP for bmc-0. Issue 366. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c8a42e16e88c">c8a42e16e88c</a>
+add WOF data. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/4ad589cd285f">4ad589cd285f</a>
+add target tpm-0. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/313281bb804c">313281bb804c</a>
+add skipper-14 as a child of p9dsu-0. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/73b7b43c60b0">73b7b43c60b0</a>
+CLOCK_PLL_MUX = 0x80030000. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c4639d667d49">c4639d667d49</a>
+MRW memory power updates for Boston LC *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/a0a5f8539dca">a0a5f8539dca</a>
+Change default lane eq values for GEN3 *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/6d7309844f08">6d7309844f08</a>
+update MEMD VPD for Boston LC. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/383390ce6c9f">383390ce6c9f</a>
+Support DDR4 @2666 in Single Drop. MAX_ALLOWED_DIMM_FREQ
+2400,2400,2400,2133,2133 -> changes to 2666,2666,2666,2133,2133
+MSS_MRW_SUPPORTED_FREQ 1866,2133,2400,0 -> changes to
+1866,2133,2400,2666 ASYNC_NEST_FREQ_MHZ 1600 -> change to 1866
+FREQ_PB_MHZ 1600 -> change to 1866 *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/e30477a2eb0e">e30477a2eb0e</a>
+add default value FREQ_PB_MHZ_POUNDV_FALLBACK = 1600 *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/6bdebbb55f26">6bdebbb55f26</a>
+SYSTEM_VDM_DISABLE = 1. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/4e04c867ae40">4e04c867ae40</a>
+Re-enable VDM. SYSTEM_VDM_DISABLE = 0 *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c11556752854">c11556752854</a>
+Enable STOP5. SUPPORTED_STOP_STATES = 0xEC000000. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/3c273c710fea">3c273c710fea</a>
+disable stop5. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/c3df36c06bb8">c3df36c06bb8</a>
+add WOF data for dd2.2 parts. *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/82908139d269">82908139d269</a>
+Adding OPEN_POWER_N_PLUS_ONE_HPC_BULK_POWER_LIMIT_WATTS *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/51574c64c031">51574c64c031</a>
+Refclk MRW change needed for WOF. FREQ_PROC_REFCLOCK_KHZ 0x20788 ->
+0x208D5 *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/7dfd3c0c5228">7dfd3c0c5228</a>
+Remove FSI_LINK attribute from fsim-X global settings This was
+overriding the intended MRW values with an empty string which eventually
+resulted in incorrectly processed FSI data on the slave proc *
+<a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/fb5f9334aa0c">fb5f9334aa0c</a>
+disable stop4.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: petitboot
+<a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+</div>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.21/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>Cyril Bur (4): *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/669083ee9eda">669083ee9eda</a>
+Add root .gitignore *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/eb9c570fa13b">eb9c570fa13b</a>
+configure.ac: Fix unmatched brackets *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/17f04cb4d3d8">17f04cb4d3d8</a>
+Fix bootstrap warning: noinst_PROGRAMS was already defined *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/bc8b183fbea6">bc8b183fbea6</a>
+Better recognition of ncurses header files</p>
+<p>Samuel Mendoza-Jonas (4): *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/8d1e4f053574">8d1e4f053574</a>
+ui/ncurses: Safely handle lost terminal control commands *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/3af2c04787af">3af2c04787af</a>
+ui/ncurses: Handle arrow key variants *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/f18998f6aac3">f18998f6aac3</a>
+ui/ncurses: Always cancel autoboot on exit *
+<a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad12fe5b75e">1ad12fe5b75e</a>
+discover/pxe-parser: Fix relative parsing for manual config files</p>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes. ## Package: romulus-xml
+<a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+</div>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1): *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/690ff82375a2">690ff82375a2</a>
+Remove FSI_LINK attribute from fsim-X global settings</p>
+<p>Hank Chang (1): *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/a8e017aca599">a8e017aca599</a>
+Updated MSS_MRW_MAX_NUMBER_DIMMS_POSSIBLE_PER_VMEM_REGULATOR to
+8 for full DIMMs configuration</p>
+<p>Mengze Liao (2): *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/7564819dde1e">7564819dde1e</a>
+Update the clock pll mux config *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/78c497c58ba4">78c497c58ba4</a>
+Enable wof by set WOF_DISABLE as OFF</p>
+<p>Nickolaus Gruendler (6): *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/fc67afe8cd7b">fc67afe8cd7b</a>
+Adding some WOF attributes *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/d7f686869366">d7f686869366</a>
+Add Stop5, Add fallback attribute for 1866 *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/4e21e5b9f961">4e21e5b9f961</a>
+Revert “Add Stop5, Add fallback attribute for 1866” *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/0fd8622d52ba">0fd8622d52ba</a>
+Revert “Revert “Add Stop5, Add fallback attribute for 1866”” *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/c99f42f206fe">c99f42f206fe</a>
+Update Async Nest Freq to 1866 *
+<a class="reference external" href="https://github.com/open-power/romulus-xml/commit/bec4516ef7a6">bec4516ef7a6</a>
+Add wofdata csv</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/66cd2309b4ea">66cd2309b4ea</a>
+Expand PGPE optrace to Main Mem - No fnctl coreq rqmt image build vs
+hcode</p>
+<p>Amit Tendolkar (3): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2dab7d4053aa">2dab7d4053aa</a>
+Cache/Core stop clocks: add shut down of Power Management to remove
+contentions *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/be19efc55754">be19efc55754</a>
+Enhance SBE Deadman FFDC Format and sequencing *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/e97e84d0f782">e97e84d0f782</a>
+Enable FFDC Collection for SBE Deadman Timeout</p>
+<p>Andre Marin (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/9ed4b071deda">9ed4b071deda</a>
+Add VPD lookup to build a supported frequency list, and bin-down support</p>
+<p>Anusha Reddy Rangareddygari (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/291ef16dcb1e">291ef16dcb1e</a>
+osclite status check in clock_test2</p>
+<p>Ben Gass (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/823230170598">823230170598</a>
+Adding p9c_11 support. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/e1097cc1dfcb">e1097cc1dfcb</a>
+Adding p9a support.</p>
+<p>Brian Vanderpool (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/6f1c9f559f3d">6f1c9f559f3d</a>
+PM: Ignore allow_reg_wakeup in cache contained mode</p>
+<p>Chris Steffen (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/1186568fa81d">1186568fa81d</a>
+P9 SBE EOL Toggle SBE Procedure</p>
+<p>Christian Geddes (3): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7a439687019f">7a439687019f</a>
+Increase suspend_powman timeouts from 10 micro sec -> 10 milli sec *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/99c1c76cc825">99c1c76cc825</a>
+Remove writable property from ATTR_LINK_TRAIN *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/dd54c6fc0af5">dd54c6fc0af5</a>
+Add FABRIC_PRESENT_GROUPS system attribute</p>
+<p>Claus Michael Olsen (19): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/8247c1a74c10">8247c1a74c10</a>
+Centaur ring support - TOR API *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2551c3e8b1d8">2551c3e8b1d8</a>
+Overlays and multi-DD XIP related updates to xip_image and
+dd_container *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/608cfa2810b3">608cfa2810b3</a>
+Small change to dd container header file. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/9f2e80824408">9f2e80824408</a>
+cleanup: xip_tool: Fixing two command arguments. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/348d8d20dc49">348d8d20dc49</a>
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ba0028f0e907">ba0028f0e907</a>
+Update: xip_tool: Introducing image section type (IST). *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/53acf553711c">53acf553711c</a>
+Support for PPE commit 49883 to error out on non-TOR ring section. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/871d02a4e2c6">871d02a4e2c6</a>
+Code restruct: TOR API *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/8e0caa8e381d">8e0caa8e381d</a>
+Error out on non-TOR ring section detection. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d9ebe234862c">d9ebe234862c</a>
+Override filter ring support for perv_pll_bndy_bucket rings. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/4640d0953dd6">4640d0953dd6</a>
+Removing P9_XIP_ITEM_NOT_FOUND trace out msg from p9_xip_image.C
+*
+<a class="reference external" href="https://github.com/open-power/sbe/commit/efddbeeb75d9">efddbeeb75d9</a>
+Adding CT_P9A to the enum list of chip types. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d4106818dcc1">d4106818dcc1</a>
+Overlays and multi-DD XIP related updates to xip_image and
+dd_container *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/12529174e471">12529174e471</a>
+xip_customize and TOR API: Improved DD level verification *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/385957bda422">385957bda422</a>
+p9_dd_container: Introducing DD container API lib to PPE repo *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/69f0bcd5c893">69f0bcd5c893</a>
+Moving DD specific ring coord from TOR to XIP (step 2) *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ef7615644823">ef7615644823</a>
+Additional risk level support - (step 1) Backward compatibility *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/37930cd26aee">37930cd26aee</a>
+Fix to TOR API failure on 32b systems *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/0aae9a8e68ab">0aae9a8e68ab</a>
+Bug fix to TOR API to not check TOR header version against TOR_VERSION</p>
+<p>Dan Crowell (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f5ee8955f2bb">f5ee8955f2bb</a>
+Revert ATTR_CEN_ECID back to ATTR_ECID *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c21e72cf477a">c21e72cf477a</a>
+Add Fallback Frequency for #V Bucket Selection</p>
+<p>Daniel Howe (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c2b4524ea3b0">c2b4524ea3b0</a>
+Allow lpc_ed for p9n 2.2 per HW418117 fix *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d3f8a78ac0d1">d3f8a78ac0d1</a>
+update data token init to use scans on p9c 1.1</p>
+<p>David Kauer (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/854ee9444a93">854ee9444a93</a>
+HW425038 INT ARX timeout workaround *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/dc787af07394">dc787af07394</a>
+Modify INT FIR configuration settings</p>
+<p>Doug Gilbert (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2f7237360522">2f7237360522</a>
+Use HCode header timebase frequency for pk trace *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/74f757c5baf0">74f757c5baf0</a>
+PPE: Adjust the maximum decrementer count</p>
+<p>Greg Still (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/16834c6819a4">16834c6819a4</a>
+PM: Disable core hang buster *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/77f320df4411">77f320df4411</a>
+Security: add AVSBus bridge registers to whitelist</p>
+<p>Jennifer A. Stofer (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/29a1f8977c0c">29a1f8977c0c</a>
+Revert “Adding p9a support.”</p>
+<p>Jenny Huynh (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/0d217e279a9d">0d217e279a9d</a>
+Workaround for Quaint Gate, Angry Reindeer *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/4a5ddf0d16a1">4a5ddf0d16a1</a>
+Updating HW414700 to also apply to Cumulus DD10</p>
+<p>Joachim Fenkes (4): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fdcf15d4d7b7">fdcf15d4d7b7</a>
+p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL lock *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/70f95047d661">70f95047d661</a>
+p9_sbe_tp_chiplet_init3: Honor PCI osc selection when checking for
+osc errors *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ac2deccdd5c7">ac2deccdd5c7</a>
+p9_sbe_chiplet_reset: Remove SIM_ONLY conditional around delay *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/5d91747c062f">5d91747c062f</a>
+HDCT: Remove core trace arrays, permanent P9 erratum</p>
+<p>Joe McGill (21): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3a7ffbc58d55">3a7ffbc58d55</a>
+p9_sbe_check_quiesce – dont attempt PHB DMA quiesce if ETU is
+already in reset *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/a99727e54d98">a99727e54d98</a>
+IO, FBC updates to enable ABUS for Fleetwood *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7a920c44fc65">7a920c44fc65</a>
+mvpd_access_defs.H – add enum for AW keyword access *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3d41a2c1dc50">3d41a2c1dc50</a>
+p9.filter.pll.scan.intifile – set 0 BGoffset for P9C DD1.1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/5888fd570b00">5888fd570b00</a>
+remove NV iovalid assertion from FW and add scan inits to resolve glsmux
+xstate *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/e4435bbe9132">e4435bbe9132</a>
+Chip address extension workaround for HW423589 (option2), part1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/01f19f848283">01f19f848283</a>
+p9_mss_eff_grouping – fix mirrored memory mapping bug introduced by
+49290 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/4d8b2fe78a66">4d8b2fe78a66</a>
+support customized application of filter PLL buckets from AW MVPD
+keyword *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f9ba70879a5a">f9ba70879a5a</a>
+disable ECC bypass for Cumulus DD1.0 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/86ae83c5d6a4">86ae83c5d6a4</a>
+MCD disable workaround for HW423589 (option1) *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/a95f3b5f7c11">a95f3b5f7c11</a>
+fix ADU setup for MCD disabled operation *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7d85e24ccf7d">7d85e24ccf7d</a>
+apply rings from Centaur HW image *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/db3e87fc9342">db3e87fc9342</a>
+Disable read data delay for Cumulus DD1.0, enable for DD1.1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fd258b059364">fd258b059364</a>
+p9_xbus_fir_utils.H – create header for definition of XBUS related
+FIR settings *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/abd33f794b04">abd33f794b04</a>
+shift XBUS FIR programming inits for secure boot *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/6995522a60cb">6995522a60cb</a>
+p9_build_smp – use ADU chipops to switch fabric configuration part #2
+*
+<a class="reference external" href="https://github.com/open-power/sbe/commit/035b8ccbe617">035b8ccbe617</a>
+cresp address error handling updates *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/1f773f1f2983">1f773f1f2983</a>
+update OBUS PLL buckets for p9n dd22, p9c dd11 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/a1e6077dfeba">a1e6077dfeba</a>
+p9.npu.scom.initfile – limit DCP0 credits for HW437173 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/92d0dc997d18">92d0dc997d18</a>
+enforce strict 512 GB per socket limit on Witherspoon memory map *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2661ddab7984">2661ddab7984</a>
+enforce strict 512 GB per socket limit on Witherspoon memory map (part2)</p>
+<p>Joel Stanley (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fca1480ab551">fca1480ab551</a>
+fapi2: Fix template call sites for GCC 7</p>
+<p>John Rell (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fc81ad0fabee">fc81ad0fabee</a>
+jgr171017 Setting changes for Obus boardwire vs cable</p>
+<p>Lennard Streat (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/736951421915">736951421915</a>
+Workaround for Warlike Parasite (HW430546)</p>
+<p>Luke C. Murray (4): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/71e4d374a79a">71e4d374a79a</a>
+Turning on NCU tlbie pacing by default *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/62551f8feb3a">62551f8feb3a</a>
+Adding attribute to turn memory early data on *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/60fa6f5edfbd">60fa6f5edfbd</a>
+Enabling L2 64B store prediction *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7623a9095db4">7623a9095db4</a>
+Increase cache data timeout values</p>
+<p>Martin Peschke (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/dbb8adce3d25">dbb8adce3d25</a>
+p9_dd_container: simple generic standalone DD level container *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/b47bb02590da">b47bb02590da</a>
+p9_dd_container: simple generic standalone DD level container</p>
+<p>Matt Derksen (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3a0f83c7c8ef">3a0f83c7c8ef</a>
+EKB side of changes for attributeOverride tool in x86.nfp context</p>
+<p>Michael Floyd (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/74c0e5367a43">74c0e5367a43</a>
+CME Code Size Reduction ATTEMPT#3</p>
+<p>Nick Bofferding (3): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/277f0f10f796">277f0f10f796</a>
+Secure Boot: Temporarily whitelist various registers to resolve
+blacklist issues *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/972609cc9fcb">972609cc9fcb</a>
+Secure Boot: Add p9_setup_dpll_values scom registers to whitelist *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/615f07e237ef">615f07e237ef</a>
+Secure Boot: Blacklist: Finalize SBE white/blacklist</p>
+<p>Nick Klazynski (10): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/e3d1c5ac78ce">e3d1c5ac78ce</a>
+Add HW425526 and HW425027 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/55c0c777de88">55c0c777de88</a>
+Fixing NCU and Core generated initfiles core to support CDD1.1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f3e9580127e0">f3e9580127e0</a>
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/26ab9613acc2">26ab9613acc2</a>
+Nimbus DD2.2 core chickenswitches *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/57ab16ed1e8c">57ab16ed1e8c</a>
+Large update for security *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/26dd5796f9f6">26dd5796f9f6</a>
+Fix three NDD2.1 dials and add new NDD2.2 workarounds *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3d86b50a746e">3d86b50a746e</a>
+Add new TM IMC, Add TLBIE hangbuster *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/60bbd1a8b644">60bbd1a8b644</a>
+Implement security IMCs, based on v29 of wiki *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ccbe4229fe20">ccbe4229fe20</a>
+Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d770b5600d91">d770b5600d91</a>
+Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+clockgate</p>
+<p>Prasad Bg Ranganath (5): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/5556610f48c2">5556610f48c2</a>
+PM: Fix QCSR and CCSR update *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/722d8a4cdb59">722d8a4cdb59</a>
+Fix bug in cache query state procedure *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/8847e892e22f">8847e892e22f</a>
+SBE:putring: Ring Id validation check *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d77e05e938c7">d77e05e938c7</a>
+p9_pstate_parameter_block: support removal of VFRT Vdn *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f3d42c23647c">f3d42c23647c</a>
+Zepplin:Remove dd level check for cumulus under PPB code</p>
+<p>Prem Shanker Jha (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3c84e2307401">3c84e2307401</a>
+STOP Recovery: Only XIR collection in HWP error path during PM Reset. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2d94bed48071">2d94bed48071</a>
+PM: Generation of summarized version of STOP Recovery FFDC.</p>
+<p>Rahul Batra (3): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c88c2c940231">c88c2c940231</a>
+PGPE: STOP11+WOF+SafeMode Fixes *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/a4764278f667">a4764278f667</a>
+PGPE: Fix FIT and actuation step conflict *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f6c6b387000c">f6c6b387000c</a>
+PM: VDM Prolonged Droop Fix</p>
+<p>Raja Das (4): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7f96036fea81">7f96036fea81</a>
+Updated Backing build in customrc to move to latest Simics DD2 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/20b1e798a82b">20b1e798a82b</a>
+PPE empty PK FFDC handler to save-off required registers *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c68fb43ecf21">c68fb43ecf21</a>
+PPE Registers to be saved-off in the interrupt context *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/56882277747c">56882277747c</a>
+Register FFDC call is handled within machine_check_handler</p>
+<p>Ricardo Mata (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fc526ece8110">fc526ece8110</a>
+Added CI throttling support, HW init updates, and fixed a bug with tce
+arb.</p>
+<p>Richard J. Knight (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7f62dd04344b">7f62dd04344b</a>
+p9_xip_tool support for DD level section parsing</p>
+<p>Ryan Black (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/a5f986ed76b3">a5f986ed76b3</a>
+p9.npu.scom.initfile – fix cq_sm allocation issue at low water mark</p>
+<p>Sachin Gupta (22): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/e487a02045d4">e487a02045d4</a>
+Initialise ATTR_BACKUP_SEEPROM_SELECT *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f4bcd3c4260b">f4bcd3c4260b</a>
+Adding client id in FIFO interface *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/0bc318357fc8">0bc318357fc8</a>
+Correct tracing *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/5c10f8ace1fc">5c10f8ace1fc</a>
+Update backing build *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/b125b82562fc">b125b82562fc</a>
+Revert “p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL
+lock” *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ea100b11fb1c">ea100b11fb1c</a>
+Reset MPIPL flag *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/9b22bc8a4342">9b22bc8a4342</a>
+Backing build update *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/870e7c38807c">870e7c38807c</a>
+Avoid overwrite of mbx3 register *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/b99e4a419eec">b99e4a419eec</a>
+Handle command validation failure in secure mode properly *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/057add7f654f">057add7f654f</a>
+Solve compilation issue for type casting *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/633cc43fc6f8">633cc43fc6f8</a>
+Update backing build *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/75e24e297d54">75e24e297d54</a>
+Remove support for DD1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d43ff15ada7d">d43ff15ada7d</a>
+Minor fixes to remove support for DD1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/5d57ec968d47">5d57ec968d47</a>
+Do not allow invalid scom via sbe fifo path *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/93aa36ba8134">93aa36ba8134</a>
+Avoid istep skipping in secure mode *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3a65f5252ab5">3a65f5252ab5</a>
+Allow Invalid scoms for simulation regression testing *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d737f8e95da3">d737f8e95da3</a>
+Allow read on complete OCC SRAM buffer *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/15f82bd95cd7">15f82bd95cd7</a>
+Remove workaround for DD1 SW reset for XIVE *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3c633a6c2cd6">3c633a6c2cd6</a>
+Cleanup as DD1 is not supported anymore *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/4ca643fc6cbb">4ca643fc6cbb</a>
+Added flag for AWAN testing *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/25624c1917a9">25624c1917a9</a>
+Revert “p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL
+lock”” *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/55fa8007fdbb">55fa8007fdbb</a>
+Support new RISK level attribute values</p>
+<p>Santosh Puranik (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2e4607a018b7">2e4607a018b7</a>
+Make plat init attributes non-writable *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f14d2ae6eb3f">f14d2ae6eb3f</a>
+Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID</p>
+<p>Soma BhanuTej (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/67a37783b04b">67a37783b04b</a>
+Fix to skip Osc check in sim only *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/699a2315f4ac">699a2315f4ac</a>
+Make SBE errors recoverable - p9_sbe_common</p>
+<p>Srikantha Meesala (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d9055c39cfed">d9055c39cfed</a>
+Updated PSI and TOD regs into whitelist *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c1752197a87d">c1752197a87d</a>
+write_whitelist add for I2C Engine and Lock / UnLock.</p>
+<p>Sumit Kumar (3): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/0d8c248cc29e">0d8c248cc29e</a>
+Centaur ring support - ring_apply and ring data *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/75756bf696b4">75756bf696b4</a>
+gitRelease: Check master branch if query on rel branch fails *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/9b03db45c424">9b03db45c424</a>
+Moving DD specific ring coord from TOR to XIP (step 1)</p>
+<p>Sunil Kumar (2): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/584ee233b010">584ee233b010</a>
+SW410723 chiplet ID range for address 107D0 is increased to 0x37. *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/9586bfb71025">9586bfb71025</a>
+SW413281: Whilisting address for putscom according to HDCT.txt</p>
+<p>Thi Tran (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/f55ed0656b82">f55ed0656b82</a>
+p9_build_smp – use ADU chipops to switch fabric configuration part #1</p>
+<p>Yue Du (3): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7bd8c25ffc52">7bd8c25ffc52</a>
+STOP: EX deconfigure masking for EQ chiplet FIR *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ee644a4d14e2">ee644a4d14e2</a>
+STOP/PState: SGPE/PGPE Error Handling Support *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/47239b3d399c">47239b3d399c</a>
+STOP: Fix PLS deepest when stop4+ due to self restore wakeup</p>
+<p>nagurram-in (1): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/0a78e28c88a1">0a78e28c88a1</a>
+Added chiplet range for 0x107D0 scom address in BL/WL csv</p>
+<p>spashabk-in (38): *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/d38834b0a952">d38834b0a952</a>
+Cleanup security list *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/264dedf525f8">264dedf525f8</a>
+Allow putring in MPIPL state *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/292319be2218">292319be2218</a>
+Reset current_err before sending host FFDC *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/2ad7f676c15f">2ad7f676c15f</a>
+Get FW security from CBS bit *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/0b422e48c935">0b422e48c935</a>
+Add sbe commit id in PIBMEM *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/666c72a55f09">666c72a55f09</a>
+Change FAPI_IMP traces in p9_pm_ocb_init to FAPI_DBG *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/1fcbd7b14382">1fcbd7b14382</a>
+Security binary search bug fix *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7d7c9d3dbd1b">7d7c9d3dbd1b</a>
+Handle OCC SRAM secure mem window *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/b6054b3ff395">b6054b3ff395</a>
+Enable DD2.2 in op build *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/1f0bc6efb217">1f0bc6efb217</a>
+Handle security security bit in p9_sbe_attr_setup *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/b69dc93d5b03">b69dc93d5b03</a>
+Chip-op filtering *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/1c909df08fcf">1c909df08fcf</a>
+Allow getreg chipop in secure mode *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/e808b5c476c7">e808b5c476c7</a>
+I2C reset sequence *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/819a606d9c58">819a606d9c58</a>
+[SBE-code-re-org][1] sbefw - core and app folders *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/560106553412">560106553412</a>
+[SBE-code-re-org][2] Chip-op handler code *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/1c7f2eb205f4">1c7f2eb205f4</a>
+[SBE-code-re-org][3] Merge core folder makefiles *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/71ffbf448c4e">71ffbf448c4e</a>
+[SBE-code-re-org][4] Adding app common makefiles *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/25bfaab4ac12">25bfaab4ac12</a>
+[SBE-code-re-org][5] IPL table re org *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7843b72850e1">7843b72850e1</a>
+Disable generic and isntruction control on DD1 *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/6b405b238ad0">6b405b238ad0</a>
+Increase run cycle count before starting unsecure mem window test *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c149d7d8d8b8">c149d7d8d8b8</a>
+Enable new ADU flags *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/8a863e816e41">8a863e816e41</a>
+[SBE-code-re-org][6] Build configuration *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/3f49215b05fa">3f49215b05fa</a>
+Update timer chipop support *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/42a5e95b317e">42a5e95b317e</a>
+I2C reset on instruction machine check *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/cfd3efd98fd2">cfd3efd98fd2</a>
+SBE user plugin in x86.nfp context *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ba9022fcf967">ba9022fcf967</a>
+Reduce the HB memory window to 10MB *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/a9a87cd013c6">a9a87cd013c6</a>
+Release helper script *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/c47554f1d2ee">c47554f1d2ee</a>
+Update testcase for secure ADU operations *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/6db778b0fd24">6db778b0fd24</a>
+[SBE-code-re-org][7] App and core files separation *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fd23b3ff6d75">fd23b3ff6d75</a>
+Track integrate command fix *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/ccf737710b21">ccf737710b21</a>
+Reverting change in img_def.mk for model build *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/095e608c7f68">095e608c7f68</a>
+Fix SBE install in op-build *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/5f8ecd10377c">5f8ecd10377c</a>
+Move istep chip-op handler to pibmem *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7be7840a672a">7be7840a672a</a>
+Store SBE failed rc for async FFDC *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/513d71673012">513d71673012</a>
+Move trace array to seeprom *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/7e9136341e34">7e9136341e34</a>
+Capture rc in Async FFDC usecases *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/fb9f9e8bc940">fb9f9e8bc940</a>
+Checkstop detection during IPL SBE steps *
+<a class="reference external" href="https://github.com/open-power/sbe/commit/dadcf14ae978">dadcf14ae978</a>
+Project specific makefile changes</p>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>Adriana Kobylak (2): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b786e7ba1d34">b786e7ba1d34</a>
+pflash: Support for volatile flag *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0bd6a8c9a4bc">0bd6a8c9a4bc</a>
+pflash: Support for clean_on_ecc_error flag</p>
+<p>Akshay Adiga (10): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1953b41e1dd5">1953b41e1dd5</a>
+SLW: Add idle state stop5 for DD2.0 and above *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6d2e281bc22f">6d2e281bc22f</a>
+SLW: Delay cpuidle device-tree creation *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/bfec00682a57">bfec00682a57</a>
+SLW: Split init functions *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9aeb00de9cbd">9aeb00de9cbd</a>
+SLW: Call slw_late_init_p{8, 9} only when has_wakeup_engine is set
+*
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/313ece47903e">313ece47903e</a>
+SLW: Use wakeup_engine state to handle errors in wakeup engine *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/35c66b8ce5a2">35c66b8ce5a2</a>
+SLW: Move MAMBO simulator checks to slw_init *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a523298bc1e3">a523298bc1e3</a>
+SLW: Detect if deep states are enabled *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e5c663c3f6de">e5c663c3f6de</a>
+SLW: Call p9_stop_api only if deep_states are enabled *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c613c2fb9b82">c613c2fb9b82</a>
+SCOM restore for DARN and XIVE *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7def6cdac27f">7def6cdac27f</a>
+SLW: Add p9_stop_api calls for IMC</p>
+<p>Alexey Kardashevskiy (1): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/893660c3e4ee">893660c3e4ee</a>
+npu2/tce: Fix page size checking</p>
+<p>Alistair Popple (7): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6f8c49b0bac4">6f8c49b0bac4</a>
+Witherspoon: Remove old Witherspoon platform definition *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbc15556621">8cbc15556621</a>
+npu2.c: Fix XIVE IRQ alignment *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/695bb562a315">695bb562a315</a>
+npu2.c: Add PE error detection *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/91f3e391f27a">91f3e391f27a</a>
+npu2-hw-procedures.c: Power up lanes during ntl reset *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ea9b3080559a">ea9b3080559a</a>
+npu2-hw-procedures.c: Correct phy lane mapping *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/55c13bd1231a">55c13bd1231a</a>
+core/device.c: Fix dt_find_compatible_node *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ae422255bfa3">ae422255bfa3</a>
+npu2: Disable TVT range check when in bypass mode</p>
+<p>Ananth N Mavinakayanahalli (1): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/bd64f85b8581">bd64f85b8581</a>
+fsp: Bail out of HIR if FSP is resetting voluntarily</p>
+<p>Andrew Donnellan (2): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/302aedd78371">302aedd78371</a>
+npu2: Remove unused npu2_dev struct members *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/729520fd9aa9">729520fd9aa9</a>
+Update .gitignore</p>
+<p>Balbir Singh (2): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b57a5380aa48">b57a5380aa48</a>
+hw/npu2: Implement logging HMI actions *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4133e973b4f2">4133e973b4f2</a>
+hw/npu2: support creset of npu2 devices</p>
+<p>Benjamin Herrenschmidt (23): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/484d26fd6e65">484d26fd6e65</a>
+xive: Update inits for DD2.0 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7c2a76705674">7c2a76705674</a>
+xive: Fix ability to clear some EQ flags *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a1cd5529a84c">a1cd5529a84c</a>
+phb4: Fix lost bit in PE number on config accesses *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4002ea166fde">4002ea166fde</a>
+phb4: Fix PE mapping of M32 BAR *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9ce34f369ce2">9ce34f369ce2</a>
+xive: Define API for single-escalation VP mode *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d7e26801905f">d7e26801905f</a>
+xive: When disabling an EQ, wipe all of its settings *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/639ed194dedc">639ed194dedc</a>
+xive: Improve cleaning up of EQs *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ddc35b93fcad">ddc35b93fcad</a>
+xive: When disabling a VP, wipe all of its settings *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/de82c2e0ece6">de82c2e0ece6</a>
+xive: Implement “single escalation” feature *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4a9288465a95">4a9288465a95</a>
+xive: Quieten debug messages in standard builds *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6b1cc437315d">6b1cc437315d</a>
+xive: Properly reserve built-in VPs in non-group mode *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7d385d1b942c">7d385d1b942c</a>
+xive: Warn on valid VPs found in abnormal cases *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7db8a9a31649">7db8a9a31649</a>
+xive: Don’t bother cleaning up disabled EQs in reset *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/17cd974074e6">17cd974074e6</a>
+xive: Remove obsolete comment *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b504f2737e9b">b504f2737e9b</a>
+timer: Stop calling list_top() racily *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2d98b41e4c30">2d98b41e4c30</a>
+xive: Mark a freed IRQ’s IVE as valid and masked *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3e7f04a7398a">3e7f04a7398a</a>
+xive: Do not return a trigger page for an escalation interrupt *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/238ef01e330f">238ef01e330f</a>
+io: Add load_wait() helper *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1e00d546ca29">1e00d546ca29</a>
+xive: Fix occasional VC checkstops in xive_reset *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/84febad7c5f9">84febad7c5f9</a>
+xive: Ensure VC informational FIRs are masked *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c7f2fab5c785">c7f2fab5c785</a>
+Add support for new gcc 7 parametrized stack protector *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ca612b802ada">ca612b802ada</a>
+lock: Move cmpxchg() primitives to their own file *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/76d9bcdca589">76d9bcdca589</a>
+lock: Add additional lock auditing code</p>
+<p>Christophe Lombard (3): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/8b6c089342c7">8b6c089342c7</a>
+capi: update ci store buffers and dma engines *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5c221866c88f">5c221866c88f</a>
+capi: move the acknowledge of the HMI interrupt *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e88bb694d32e">e88bb694d32e</a>
+capi: Fix the max tlbi divider and the directory size.</p>
+<p>Claudio Carvalho (20): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4fb528b39411">4fb528b39411</a>
+libstb: move drivers/sha512.* to mbedtls directory *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/594c7a6ae3cc">594c7a6ae3cc</a>
+libstb: import stb_init() breaking it into multiple files *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/75dbbe674c0f">75dbbe674c0f</a>
+core/flash.c: extern function to get the name of a PNOR partition *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/060ff18d4ddc">060ff18d4ddc</a>
+core/init.c: remove redundant calls to verify and measure BOOTKERNEL *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3ab91fbec937">3ab91fbec937</a>
+libstb/secureboot.c: import sb_verify() from stb.c *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3281d5a41a82">3281d5a41a82</a>
+libstb/trustedboot.c: import tb_measure() from stb.c *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5c2c24ba1511">5c2c24ba1511</a>
+libstb/cvc.c: import softrom behavior from drivers/sw_driver.c *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5aaa37619602">5aaa37619602</a>
+libstb/trustedboot.c: import stb_final() from stb.c *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/024bf3248101">024bf3248101</a>
+tpm_i2c_nuvoton: add nuvoton, npct601 to the compatible property *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9781da8a262d">9781da8a262d</a>
+libstb/tss: update the list of event types supported *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/48753eb9eb72">48753eb9eb72</a>
+libstb/tpm_chip.c: define pr_fmt and fix messages logged *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5fdcc35fc103">5fdcc35fc103</a>
+core: update superseded libstb calls in flash.c and init.c *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/21a7bd0e07f6">21a7bd0e07f6</a>
+hdata: add secure and trusted boot ntuple to SPIRA-H/S *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ccdbfdac637c">ccdbfdac637c</a>
+libstb: remove stb.c and obsolete companions *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/48fd73cfc707">48fd73cfc707</a>
+hdata/spira: add ibm, secureboot node in P9 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7da364fd3646">7da364fd3646</a>
+hdata/tpmrel.c: add firmware event log info to the tpm node *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f56ff29ed6f9">f56ff29ed6f9</a>
+hdata/tpmrel.c: add ibm, cvc device tree node *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/63110a7734e6">63110a7734e6</a>
+libstb: add support for ibm, secureboot-v2 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/68a25577cd89">68a25577cd89</a>
+libstb/cvc: update memory-region to point to /reserved-memory *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/63ef6f54445e">63ef6f54445e</a>
+doc: update libstb documentation with POWER9 changes</p>
+<p>Cyril Bur (19): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a2f15d75c20f">a2f15d75c20f</a>
+core/pcie-slots: Fix coverity possible NULL dereference *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/8ca2d61f3b4b">8ca2d61f3b4b</a>
+npu2: Remove side effects in assert() calls. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/65f9abea8e8c">65f9abea8e8c</a>
+libpore: Fix incorrect mtspr instruction generation *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ba540e0be90f">ba540e0be90f</a>
+external/pflash: Fix erasing within a single erase block *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/92813a8bf9f3">92813a8bf9f3</a>
+nvram: Fix ‘missing’ nvram on FSP systems. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/60f46277f4bc">60f46277f4bc</a>
+libflash/mbox-flash: Add v2 error codes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3e6c3b03bb4c">3e6c3b03bb4c</a>
+libflash/mbox-flash: Always close windows before opening a new window *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f47de2b05f9d">f47de2b05f9d</a>
+libflash/mbox-flash: Move sequence handling to driver level *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c3fc675285bc">c3fc675285bc</a>
+libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeouts *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/957503be8ea7">957503be8ea7</a>
+hw/lpc-mbox: Simplify message bookkeeping and timeouts *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1095ed9fa553">1095ed9fa553</a>
+libflash/mbox-flash: Simplify message sending *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/de554c19bdfe">de554c19bdfe</a>
+libflash/mbox-flash: Use BMC suggested timeout value *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f22d5c2c3d75">f22d5c2c3d75</a>
+libflash/mbox-flash: Use static arrays of function pointers *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0e040b7285cb">0e040b7285cb</a>
+libflash/mbox-flash: Understand v3 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/31f2c03b0abd">31f2c03b0abd</a>
+libflash/mbox-flash: Add the ability to lock flash *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b9774c47eecd">b9774c47eecd</a>
+libflash/test: Add tests for mbox-flash *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/8e88ab0e66a2">8e88ab0e66a2</a>
+pflash: Respect write(2) return values *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a1e45fd2793c">a1e45fd2793c</a>
+core: Avoid possible uninitialized pointer read (CID 209502) *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9b2136247e00">9b2136247e00</a>
+hdata/vpd: Remove possible dereference after null check (CID 207468)</p>
+<p>Frederic Barrat (1): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4f24ef23411d">4f24ef23411d</a>
+xive: Mask MMIO load/store to bad location FIR</p>
+<p>Frédéric Bonnard (3): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b7546b534d95">b7546b534d95</a>
+Add man pages for xscom-utils and pflash *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b472f9238dac">b472f9238dac</a>
+Fix xscom-utils distclean target *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b3e14c46ecb0">b3e14c46ecb0</a>
+Fix FTBFS with -Werror=format-overflow</p>
+<p>Guilherme G. Piccoli (1): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1e6cfd7d0459">1e6cfd7d0459</a>
+xive: Trivial fix for compilation error when enabling xive debug</p>
+<p>Jeremy Kerr (2): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/88bd3bc5e6f8">88bd3bc5e6f8</a>
+opal-prd: flush after logging to stdio in debug mode *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/237cd0c50a66">237cd0c50a66</a>
+core: Fix mismatched names between reserved memory nodes & properties</p>
+<p>Madhavan Srinivasan (2): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/938d1d9ed964">938d1d9ed964</a>
+hw/imc: alway enable “imc_nest_chip” exports property *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3647e9850660">3647e9850660</a>
+hw/imc: Check ucode state before exposing units to Linux</p>
+<p>Mahesh Salgaonkar (8): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/363f328fbc59">363f328fbc59</a>
+opal/xscom: Move the delay inside xscom_reset() function. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/10f0a09239dd">10f0a09239dd</a>
+opal/xscom: Add recovery for lost core wakeup scom failures. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/13e1ed3c97bf">13e1ed3c97bf</a>
+opal: Get chip location code *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/282d5fee5c4f">282d5fee5c4f</a>
+core/hmi: Use pr_fmt macro for tagging log messages *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c531ff957669">c531ff957669</a>
+opal/hmi: HMI logging with location code info. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b33ed1e6b6b0">b33ed1e6b6b0</a>
+core/hmi: Do not display FIR details if none of the bits are set. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/45a961515be6">45a961515be6</a>
+core/hmi: Display chip location code while displaying core FIR. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3c38214ab4f0">3c38214ab4f0</a>
+opal/xstop: Use nvram option to enable/disable sw checkstop.</p>
+<p>Michael Ellerman (2): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/360c92e6271c">360c92e6271c</a>
+mambo: Add support for NUMA *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/427cc73b1eab">427cc73b1eab</a>
+make check: Make valgrind optional</p>
+<p>Michael Neuling (14): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/560eb231d6bf">560eb231d6bf</a>
+phb4: Update inits *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4f4bf83128c1">4f4bf83128c1</a>
+npu2: Create npu2_write_mcd() *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3c0408ded5a1">3c0408ded5a1</a>
+npu2: Refactor BAR setting code *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/75371796ac59">75371796ac59</a>
+npu2: MCD refactor *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/74d9a50ac2a7">74d9a50ac2a7</a>
+phys-map: Rename GPU_MEM to GPU_MEM_4T_DOWN *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c76636f3d73f">c76636f3d73f</a>
+npu2: Move to new GPU memory map *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4e74625dc9f1">4e74625dc9f1</a>
+hdata: Fix copying GEN4 lane equalisation settings *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d957e9278994">d957e9278994</a>
+phb4: Fix lane equalisation setting *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3bdce2b0e293">3bdce2b0e293</a>
+fsp-elog: Reduce verbosity of elog messages *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3881970673a2">3881970673a2</a>
+phb4: Init changes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/73ad014b8785">73ad014b8785</a>
+phb4: Change default GEN3 lane equalisation setting to 0x54 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5cee066746d2">5cee066746d2</a>
+phb4: Change PCI MMIO timers *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/852ff7e210b2">852ff7e210b2</a>
+IPMI: Fix platform.cec_reboot() null ptr checks *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/737c0ba3d72b">737c0ba3d72b</a>
+phb4: Disable lane eq when retrying some nvidia GEN3 devices</p>
+<p>Nicholas Piggin (37): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2df240737596">2df240737596</a>
+core/bitmap: fix bitmap iteration limit corruption *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0dde9cd5d22b">0dde9cd5d22b</a>
+external/mambo: Switch qtrace command to use plugins *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ec82b3ea49a0">ec82b3ea49a0</a>
+fast-reboot: restore SMT priority on spin loop exit *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4d9f29cab33b">4d9f29cab33b</a>
+fast-reboot: factor out direct control loops for sreset *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ff230a3e9cdf">ff230a3e9cdf</a>
+fast-reboot: remove last man standing logic *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f84a8a1c749d">f84a8a1c749d</a>
+fast-reboot: clean up some common cpu iteration processes with macros *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/57e544ee0191">57e544ee0191</a>
+fast-reboot: factor out the mambo sreset code *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5b61f7b5b477">5b61f7b5b477</a>
+fast-reboot: add sreset_all_others error handling *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/43c96b232d89">43c96b232d89</a>
+fast-reboot: make spin loops consistent and SMT friendly *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/068de7bc7688">068de7bc7688</a>
+fast-reboot: add sreset timeout detection and handling *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/171b7858a559">171b7858a559</a>
+fast-reboot: add more barriers around cpu state changes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3598f41970f2">3598f41970f2</a>
+fast-reboot: remove delay after sreset *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/674be30c9437">674be30c9437</a>
+fast-reboot: inline fast_reset_p8 into fast_reboot *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4610c27825a1">4610c27825a1</a>
+fast-reboot: move de-asserting of special wakeups to the initiator *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1647413d7c2f">1647413d7c2f</a>
+fast-reboot: allow mambo fast reboot independent of CPU type *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/be43a0489e06">be43a0489e06</a>
+fast-reboot: move sreset direct controls to direct-controls.c *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1949c768eba6">1949c768eba6</a>
+direct-controls: change p8_sreset_all_others sequence *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/44687f84e443">44687f84e443</a>
+direct-controls: p8 implementation of generic direct controls *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1e85912b9210">1e85912b9210</a>
+direct-controls: add xscom error handling for p8 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1486a08de557">1486a08de557</a>
+core/lock: Introduce atomic cmpxchg and implement try_lock with it *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/bc74922ab1ed">bc74922ab1ed</a>
+core/lock: improve bust_locks *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9c565ee6bca4">9c565ee6bca4</a>
+asm/head: add entry/exit calls *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b41553c22402">b41553c22402</a>
+asm/head: move opal entry token check into C *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/602c6d44a302">602c6d44a302</a>
+core/opal: always verify cpu->pir on entry *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0d84ea6bda03">0d84ea6bda03</a>
+core: Add support for quiescing OPAL *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/688c0d51e6e9">688c0d51e6e9</a>
+fast-reboot: quiesce opal before initiating a fast reboot *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4cfd44c463e2">4cfd44c463e2</a>
+fast-reboot: improve failure error messages *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/09a2319fdebc">09a2319fdebc</a>
+fast-reboot: move fdt freeing into init *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6d033ce35dc1">6d033ce35dc1</a>
+fast-reboot: move boot CPU cleanup logically together with secondaries
+*
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d0e44ad2a963">d0e44ad2a963</a>
+fast-reboot: bare bones fast reboot implementation for POWER9 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/acf2c345a98d">acf2c345a98d</a>
+direct-controls: enable fast reboot direct controls for mambo *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/631ed5f2e06a">631ed5f2e06a</a>
+dctl: p9 increase thread quiesce timeout *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d2cc3957abef">d2cc3957abef</a>
+fast-reboot: move pci_reset error handling into fast-reboot code *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3a7422851bc3">3a7422851bc3</a>
+core/utils: add snprintf_symbol *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/92777d335ab3">92777d335ab3</a>
+core/init: manage MSR[ME] explicitly, always enable *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d5378d2a0d54">d5378d2a0d54</a>
+core/exception: beautify exception handler, add MCE-involved registers
+*
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7f4c8e8ce0b7">7f4c8e8ce0b7</a>
+dt: add /cpus/ibm, powerpc-cpu-features device tree bindings</p>
+<p>Oliver O’Halloran (36): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/370b8866871b">370b8866871b</a>
+asm/head: Loop after attn *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d0f06269ed3c">d0f06269ed3c</a>
+p8-i2c: Don’t write the watermark register at init *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/541e0aff3ecf">541e0aff3ecf</a>
+gard: show: Remove “Res Recovery” field *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/bcb140d015eb">bcb140d015eb</a>
+gard: Update chip unit data *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5d4241ddaf44">5d4241ddaf44</a>
+gard: Add P9 support *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1e038388f385">1e038388f385</a>
+gard: Replace is_valid_id with is_valid_record() *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/07d6b1a13412">07d6b1a13412</a>
+gard: Add iterators *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f6174ffe5a2e">f6174ffe5a2e</a>
+gard: Use iterators for count_record() *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/998115739de1">998115739de1</a>
+gard: {list, show}: Fix the Type field in the output *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e905b55bfd96">e905b55bfd96</a>
+gard: list: Improve output *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1163d716518c">1163d716518c</a>
+gard: Add path parsing support *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6c83380260ce">6c83380260ce</a>
+gard: create: Allow creating arbitrary GARD records *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2ee9d0560f7d">2ee9d0560f7d</a>
+libflash: Fix parity calculation on ARM *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/eb76931e7ae7">eb76931e7ae7</a>
+gard: Always use MTD to access flash *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e947593a38a1">e947593a38a1</a>
+gard: Add OpenBMC vPNOR support *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c2e404aedd52">c2e404aedd52</a>
+p8-i2c: Limit number of retry attempts *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7fb517898f69">7fb517898f69</a>
+lpc: Clear pending IRQs at boot *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/260a11fbf3c7">260a11fbf3c7</a>
+occ-sensors: Fix up quad/gpu location mixup *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/afe10960c138">afe10960c138</a>
+external/test: Display test dir on failure *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ac685bccd889">ac685bccd889</a>
+hw/nx: Fix NX BAR assignments *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4717bc7bc859">4717bc7bc859</a>
+external/test: Print the name of each test *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/aee9b0218454">aee9b0218454</a>
+gard: Allow records with an ID of 0xffffffff *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/95a0f5d9db98">95a0f5d9db98</a>
+gard: Set chip generation based on PVR *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c35f784a9f63">c35f784a9f63</a>
+gard: Fix up path parsing *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/90d8e71b83a8">90d8e71b83a8</a>
+gard: Fix max instance count *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/28b104c46ffe">28b104c46ffe</a>
+gard: Add usage message for -p *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a797a19687a3">a797a19687a3</a>
+gard: Delete stale comment *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/aa82932e7190">aa82932e7190</a>
+gard: Fix up do_create return values *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/daf9ff43cd0a">daf9ff43cd0a</a>
+gard: Add tests *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5bb9d6f1e7dc">5bb9d6f1e7dc</a>
+chiptod: Keep boot timestamps contiguous *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4e23b42d2ad7">4e23b42d2ad7</a>
+hdata: Parse IPL FW feature settings *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7c1765a0093d">7c1765a0093d</a>
+hdata/i2c: Fix 512Kb EEPROM size *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5e66cc3a347d">5e66cc3a347d</a>
+hdat/i2c: Fix SPD EEPROM compatible string *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ff8b83c06c26">ff8b83c06c26</a>
+hdata/vpd: Fix DTC warnings *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0e2541f1c664">0e2541f1c664</a>
+witherspoon: Fix VPD EEPROM type *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7a1f035b57ab">7a1f035b57ab</a>
+hdata/iohub: Use only wildcard slots for pluggables</p>
+<p>Prem Shanker Jha (4): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1156b5f04b3e">1156b5f04b3e</a>
+p9_stop_api: EQ SCOM Restore: Introduced version control in SCOM
+restore entry. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c4ff9557e99a">c4ff9557e99a</a>
+p9_stop_api: PM: Added support for version control in SCOM restore
+entries. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/43c966bdad46">43c966bdad46</a>
+SCOM Restore: Increased the EQ SCOM restore limit. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/081882690163">081882690163</a>
+PM: Fixed generation of MTSPR instruction in STOP API.</p>
+<p>Pridhiviraj Paidipeddi (11): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/78168d1bad23">78168d1bad23</a>
+NX: Print read xscom config failures. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c4f12c22ee95">c4f12c22ee95</a>
+hw/occ: Fix psr cpu-to-gpu sensors node dtc warning. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/3e808354c311">3e808354c311</a>
+sensors: Fix dtc warning for dts sensors. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e8248d22600e">e8248d22600e</a>
+sensors: Fix dtc warning for new occ inband sensors. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/40b55be1035b">40b55be1035b</a>
+hw/occ: Log proper SCOM register names *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b90b08fc2f9a">b90b08fc2f9a</a>
+libstb: increase the log level of verify/measure messages to PR_NOTICE.
+*
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7912f9750bfc">7912f9750bfc</a>
+libstb/tpm_chip: Add missing new line to print messages. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2109b81d9f78">2109b81d9f78</a>
+libstb: fix failure of calling cvc verify without STB initialization. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b772e1132cd5">b772e1132cd5</a>
+libstb: fix failure of calling trusted measure without STB
+initialization. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e15174aca0ab">e15174aca0ab</a>
+core/init: move imc catalog preload init after the STB init. *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/92a303dfeeb6">92a303dfeeb6</a>
+hw/occ: Fix fast-reboot crash in P8 platforms.</p>
+<p>Reza Arbab (12): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a05054c53a37">a05054c53a37</a>
+npu2: hw-procedures: Enable low power mode *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d6f2505b1542">d6f2505b1542</a>
+npu2: Add npu2_write_mask_4b() *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ac6f1599ff33">ac6f1599ff33</a>
+npu2: hw-procedures: Add phy_rx_clock_sel() *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/30ea08acc253">30ea08acc253</a>
+npu2: hw-procedures: Refactor reset_ntl procedure *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d123203cfa9f">d123203cfa9f</a>
+Revert “npu2: hw-procedures: Enable low power mode” *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1c5417ec1898">1c5417ec1898</a>
+npu2: Print bdfn in NPU2DEV* logging macros *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a752f2d908d1">a752f2d908d1</a>
+npu2: hw-procedures: Add check_credits procedure *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e6b5867adb7f">e6b5867adb7f</a>
+npu2: hw-procedures: Add obus_brick_index() *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4e04c833a1d4">4e04c833a1d4</a>
+npu2: hw-procedures: Manipulate IOVALID during training *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/878c718aed20">878c718aed20</a>
+npu2: hw-procedures: Change phy_rx_clock_sel values *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/22df7a1c73c9">22df7a1c73c9</a>
+hdata/spira: Add missing newline to prlog() call *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/bfdf85c84a92">bfdf85c84a92</a>
+hw/phys-map: Add missing newline in log output</p>
+<p>Robert Lippert (4): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/422cdcabb218">422cdcabb218</a>
+hdata/vpd: add support for parsing CPU VRML records *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/27c35b967a84">27c35b967a84</a>
+core/direct-controls: wait for core special wkup bit cleared *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c5cf392b75dc">c5cf392b75dc</a>
+core/direct-controls: add function to read core gated state *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/d665e102ef37">d665e102ef37</a>
+hw/dts: retry special wakeup operation if core still gated</p>
+<p>Russell Currey (7): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/02f82a27eab8">02f82a27eab8</a>
+doc: Fix reference to overview in README *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/93cde639b56e">93cde639b56e</a>
+pci: Track peers of slots *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1172a6c57ff3">1172a6c57ff3</a>
+pci: Shared slot state synchronisation for hot reset *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f397cc30bdf8">f397cc30bdf8</a>
+phb4: Only escalate freezes on MMIO load where necessary *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0bb960f82ef3">0bb960f82ef3</a>
+Revert “pci: Shared slot state synchronisation for hot reset” *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ac8a62b09c63">ac8a62b09c63</a>
+phb4: Fix TCE page size *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/08b1929052f8">08b1929052f8</a>
+phb3/phb4/p7ioc: Document supported TCE sizes in DT</p>
+<p>Shilpasri G Bhat (12): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/cbbd16bfbeef">cbbd16bfbeef</a>
+sensors: dts: Assert special wakeup on idle cores while reading
+temperature *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/275efcc44fda">275efcc44fda</a>
+sensors: occ: Skip counter type of sensors *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/49999302251b">49999302251b</a>
+opal-prd: Add support for runtime OCC reset in ZZ *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/781b10633945">781b10633945</a>
+opal-prd: occ: Add support for runtime OCC load/start in ZZ *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/bebe096ee242">bebe096ee242</a>
+sensors: occ: Skip GPU sensors for non-gpu systems *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a05e341c9af2">a05e341c9af2</a>
+sensors: occ: Skip power sensors with zero sample value *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/85a1de35cbe4">85a1de35cbe4</a>
+fast-boot: occ: Re-parse the pstate table during fast-boot *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/725d4a2c6cc7">725d4a2c6cc7</a>
+core: hostservices: Remove redundant special wakeup code *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/fa3494602a3e">fa3494602a3e</a>
+sensors: Support reading u64 sensor values *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/a5324c2da189">a5324c2da189</a>
+sensors: occ: Add energy counters *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ad0861c914e8">ad0861c914e8</a>
+sensors: occ: Scale the sensor values *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/99505c03f493">99505c03f493</a>
+sensor-groups: occ: Add support to disable/enable sensor group</p>
+<p>Stewart Smith (42): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/be1379de6e8e">be1379de6e8e</a>
+Document fsp-ipl-params to sp-ipl-params *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2884eeabfd93">2884eeabfd93</a>
+ffspart/pflash: fix tests for new VOLATILE flag *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/255c1d9a3c2b">255c1d9a3c2b</a>
+skiboot 5.9.1 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b3a1d3d42294">b3a1d3d42294</a>
+skiboot 5.9.2 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/701556d2ea9b">701556d2ea9b</a>
+OCC: Increase max pstate check on P9 to 255 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e8af7effed7b">e8af7effed7b</a>
+skiboot 5.9.3 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0aa749e6822a">0aa749e6822a</a>
+travis: Add Fedora 27 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2be4422dace9">2be4422dace9</a>
+core/bitmap: Test bitmap foreach functions *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/ff65dc98df8a">ff65dc98df8a</a>
+skiboot 5.9.4 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/da719b6718a8">da719b6718a8</a>
+mambo: split qtrace macros out into qtrace_utils.tcl *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/2f8c9acf8985">2f8c9acf8985</a>
+Add documentation for ibm, firmware-versions device tree node *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7ca21767be95">7ca21767be95</a>
+Use systemsim-p9 v1.1 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9587573f4be0">9587573f4be0</a>
+sreset_kernel: only run SMT tests due to not supporting re-entry *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0562b64e55b0">0562b64e55b0</a>
+Fix booting & OPAL call return values with DEBUG=1 *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/41f51c834a1b">41f51c834a1b</a>
+external/test: make stripping out version number more robust *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/11c76c67cb9b">11c76c67cb9b</a>
+skiboot 5.9.5 Release Notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/70f14f4dd86e">70f14f4dd86e</a>
+skiboot 5.9.6 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7a2610a145a8">7a2610a145a8</a>
+external/test/test.sh: fix VERSION substitution when no tags *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b7b7b84ef565">b7b7b84ef565</a>
+libflash/mbox-flash: only wait for MBOX_DEFAULT_POLL_MS if busy *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6e05c6f21b34">6e05c6f21b34</a>
+libstb/(create|print)-container: Sync with sb-signing-utils *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1ddf7e51936f">1ddf7e51936f</a>
+Mambo: run hello_world and sreset_world tests with Secure and Trusted
+Boot *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/8c762d5359d6">8c762d5359d6</a>
+allow secure boot if not enforcing it *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/f23d6c626bd6">f23d6c626bd6</a>
+libflash/mbox-flash: fallback to requesting lower MBOX versions from BMC
+*
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/8514d755c3ad">8514d755c3ad</a>
+skiboot 5.9.7 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/80838c3158a8">80838c3158a8</a>
+SLW: fix running in mambo *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/43eb8bbcbaa5">43eb8bbcbaa5</a>
+libstb/cvc: Register P8 secure ROM code correctly *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/28b94285ba3a">28b94285ba3a</a>
+Revert “libpore: Fix incorrect mtspr instruction generation” *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9b7289511d7e">9b7289511d7e</a>
+skiboot v5.10-rc1 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5cb93cd26e19">5cb93cd26e19</a>
+stb: Correctly error out when no PCR for resource *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/fd5d3fea1e54">fd5d3fea1e54</a>
+stb: Enforce secure boot if called before libstb initialized *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/782b91a5b85a">782b91a5b85a</a>
+skiboot 5.10-rc2 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/b94fbeaf137c">b94fbeaf137c</a>
+stb: Put correct label (for skiboot) into container *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/6d965ea72ad8">6d965ea72ad8</a>
+pflash: Fix makefile dependency issue *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/1d7da2e9b05b">1d7da2e9b05b</a>
+skiboot v5.10-rc3 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9b67f73a5947">9b67f73a5947</a>
+cpu_wait_job: Correctly report time spent waiting for job *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/03e90a0629bd">03e90a0629bd</a>
+Add -debug to version on DEBUG builds *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/00eaf79e5da9">00eaf79e5da9</a>
+increase log verbosity in debug builds *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4c6539c13504">4c6539c13504</a>
+npu2/opal-api: move npu2 checkstop defines to npu2-regs.h *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e6272787ed96">e6272787ed96</a>
+opal-api: Re-jig OPAL API numbers because OpenCAPI kernel merge *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4769f3932c0b">4769f3932c0b</a>
+skiboot 5.10-rc4 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/62a0b2e470e8">62a0b2e470e8</a>
+skiboot v5.10 release notes *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/49c175d9a026">49c175d9a026</a>
+doc: fix v5.10-rc4 release date</p>
+<p>Sukadev Bhattiprolu (1): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/31e5e988632f">31e5e988632f</a>
+vas: Disable VAS/NX-842 on some P9 revisions</p>
+<p>Suraj Jitindar Singh (1): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/535d86ee9893">535d86ee9893</a>
+external/pflash: Fix non-zero return code for successful read when
+size%256 != 0</p>
+<p>Vaibhav Jain (5): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/646dbfbec287">646dbfbec287</a>
+make_version: Fix check for ‘.version’ file *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/7b613693d537">7b613693d537</a>
+phb4: Dump CAPP error registers when it asserts link down *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/e05798d87571">e05798d87571</a>
+capi: Perform capp recovery sequence only when PBCQ is idle *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5a959af3fb41">5a959af3fb41</a>
+capi: Disable CAPP virtual machines *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/328af10e1c11">328af10e1c11</a>
+capi: Enable channel tag streaming for PHB in CAPP mode</p>
+<p>Vasant Hegde (10): *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/eb858339cae8">eb858339cae8</a>
+hdata: Rename ‘fsp-ipl-side’ as ‘sp-ipl-side’ *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/eaf9e0f0981b">eaf9e0f0981b</a>
+hdata: Add location code property to xscom node *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/9088e400d319">9088e400d319</a>
+prd: Add generic response structure inside prd_fw_msg *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5d847a1b9d49">5d847a1b9d49</a>
+prd: Enable error logging via firmware_request interface *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/0f9a776aa72f">0f9a776aa72f</a>
+prd: Log unsupported message type *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/5110b54067c0">5110b54067c0</a>
+hdata: Add memory hierarchy under xscom node *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/c0840ae7330f">c0840ae7330f</a>
+hdata: Parse SPD data *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/4a12d6deb045">4a12d6deb045</a>
+hdata/vpd: Add vendor property *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/85f55e36bbd2">85f55e36bbd2</a>
+ATTN: Enable flush instruction cache bit in HID register *
+<a class="reference external" href="https://github.com/open-power/skiboot/commit/44d352ed6bd0">44d352ed6bd0</a>
+DT: Add “version” property under ibm, firmware-versions node</p>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1): *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/5806543c0adb">5806543c0adb</a>
+Stabilize DD2.1 by disabling some stop states and disable VDM + WOF</p>
+<p>Erich Hauptli (9): *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/882ef2310daa">882ef2310daa</a>
+Updating MEMD VPD *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/f0ef411a263c">f0ef411a263c</a>
+Adding in additional WOF table *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/32bfab156076">32bfab156076</a>
+Adding OPEN_POWER_N_PLUS_ONE_HPC_BULK_POWER_LIMIT_WATTS *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/97e83826bb31">97e83826bb31</a>
+Updating Ref Clock and Gen 3 Eq Settings *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/b81b843c9452">b81b843c9452</a>
+Fixing enumerator *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/43746576272c">43746576272c</a>
+Fixing VRM_VDD_TEMP sensor *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/5044f59f7de0">5044f59f7de0</a>
+Re-enabling Stop States, WOF, and VDM *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/4629ea3fff85">4629ea3fff85</a>
+Updating WOF Data *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/58554bfabd7f">58554bfabd7f</a>
+Adding in default OBUS Brick Lane Masks</p>
+<p>Matt Spinler (1): *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/bee9ba7e53e6">bee9ba7e53e6</a>
+Add power button LED</p>
+<p>nschwart (3): *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/5e6ff0b9c1fb">5e6ff0b9c1fb</a>
+Pcie slot numbers - SW406686 (#72) *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/87b0173c563d">87b0173c563d</a>
+VRM temp sensor, hb_volatile_sensor, 128GB DIMM throttling update
+(#73) *
+<a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/d647013c46bd">d647013c46bd</a>
+Dimm mapping fixes (#76)</p>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (6): *
+<a class="reference external" href="https://github.com/open-power/zaius-xml/commit/0c28b11c0ace">0c28b11c0ace</a>
+Add MEMD VPD *
+<a class="reference external" href="https://github.com/open-power/zaius-xml/commit/338671f00ca8">338671f00ca8</a>
+Update default PCIe G3 lane Eq *
+<a class="reference external" href="https://github.com/open-power/zaius-xml/commit/117366697547">117366697547</a>
+Move 25G-OC clock select to IO filter PLL *
+<a class="reference external" href="https://github.com/open-power/zaius-xml/commit/c254d1ecc0d7">c254d1ecc0d7</a>
+Add 23c 225W WOF Table *
+<a class="reference external" href="https://github.com/open-power/zaius-xml/commit/828711d20ff5">828711d20ff5</a>
+Update refclock freq to fix WOF table offset *
+<a class="reference external" href="https://github.com/open-power/zaius-xml/commit/b0884b3032df">b0884b3032df</a>
+New attribute to enable Early Data scoms</p>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.21-rc2.html" title="previous chapter">Release Notes for OpenPower Firmware v1.21-rc2</a></li>
+ <li>Next: <a href="v1.21.1.html" title="next chapter">Release Notes for OpenPower Firmware v1.21.1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.21.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.22-rc1.html b/release-notes/v1.22-rc1.html
new file mode 100644
index 0000000..c18f77d
--- /dev/null
+++ b/release-notes/v1.22-rc1.html
@@ -0,0 +1,2256 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.22-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v1.22" href="v1.22.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.21.2" href="v1.21.2.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-22-rc1">
+<h1>Release Notes for OpenPower Firmware v1.22-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-22-rc1" title="Permalink to this headline">¶</a></h1>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v1.22
+release. We expect to do a final v1.21 tagged release before the
+first week of April is done.</p>
+<p>This release (including the final v1.21) is NOT intended for GA POWER9
+platforms. For that, you will need the (future) op-build v2.0.</p>
+<div class="section" id="known-issues">
+<h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
+<p>The following stop states are disabled: 4,5,11. We believe all the bugs
+have been shaken out of stop4 and stop5, and they will be enabled immediately
+after v1.22.</p>
+</div>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul>
+<li><p class="first">vesnin</p>
+<p>A 4 socket 2U POWER8 system with up to 8TB of memory from YADRO.
+There are still some outstanding hostboot patches that are currently
+being reviewed in order to have full Vesnin support upstream.</p>
+</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="21%" />
+<col width="21%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>glib
+c</td>
+<td>glibc-2.26-73-
+g4b692dffb95ac
+4812b161eb6a16
+113d7e824982e</td>
+<td>glibc-2.26-107
+-g73a92363619e
+52c458146e903d
+fb9b1ba823aa40</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>host
+boot</td>
+<td>28927a78ca4144
+aa8214d35b7ad7
+e2ddba5ada4e</td>
+<td>6eaa4575c95a2a
+5bccfad3e861a8
+55ffd8446aa3</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>host
+boot
+-bin
+arie
+s</td>
+<td>6924d6b711ba7b
+1d4c47346c9a8d
+ff88cfaaf4c8</td>
+<td>2657e58ac28a32
+c73a3002c715b6
+ea9d8880f112</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>ima-
+cata
+log</td>
+<td>01b26a136da16a
+87c0b6b3c4d9f2
+7555dca104dc</td>
+<td>90237254664cad
+ab529a39796508
+3e38806d92e6</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>libf
+lash</td>
+<td>v5.9-166-g70f1
+4f4dd86e</td>
+<td>v5.10.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, p9dsu, palmetto,
+pseries, romulus, witherspoon, zaius,
+zz</td>
+</tr>
+<tr class="row-odd"><td>linu
+x</td>
+<td>4.14.20</td>
+<td>4.15.9</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>linu
+x-he
+ader
+s</td>
+<td>4.14.20</td>
+<td>4.15.9</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>mach
+ine-
+xml</td>
+<td>58554bfabd7f35
+6bc9db3e493816
+2acd445fc559</td>
+<td>c10638fa2a834c
+216f28da7705da
+331bc0bad4bf</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>mach
+ine-
+xml</td>
+<td>b0884b3032df60
+e49eff4b212719
+f8d49a5d6be7</td>
+<td>4b012a3d1da538
+b3fb97c332b6fc
+e51a6cffaf9a</td>
+<td>zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>f72f857b7e5ab2
+5a5616b1655005
+b963405eb350</td>
+<td>768466b31e853c
+b11dfa90dbfc15
+65a21ee9646e</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>open
+powe
+r-pn
+or</td>
+<td>b210f15c69933e
+21494323a8f501
+7501e7b2c1de</td>
+<td>824b1bf91c6f03
+0e696c1a4d72b7
+311985006705</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>peti
+tboo
+t</td>
+<td>v1.6.6</td>
+<td>v1.7.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>0aae9a8e68abb5
+5110bee2d7bd2f
+be49a4a11e70</td>
+<td>5c0363924c7d71
+0146155b3354b2
+36012372dd24</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>skib
+oot</td>
+<td>v5.10</td>
+<td>v5.11-rc1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="16%" />
+<col width="65%" />
+<col width="19%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>sbe</td>
+<td>0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70</td>
+<td>zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdbb8517ab31">fdbb8517ab31</a>
+ATTR_CHIP_EC_FEATURE_HW406337 support for Axone</li>
+</ul>
+<p>Alex Taft (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c078ed5d8667">c078ed5d8667</a>
+New dummy pulse pok bits (for L2/L3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da32698522da">da32698522da</a>
+HW405413 : NCU sends data out of order</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8c20a22ad09">e8c20a22ad09</a>
+L3 initfile updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7dea31a9b0b0">7dea31a9b0b0</a>
+L3 Initfile: Qualify divide_minor setting</li>
+</ul>
+<p>Alpana Kumari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd85928cb6ab">bd85928cb6ab</a>
+Fix enum in dimmConsts.H</li>
+</ul>
+<p>Amit Tendolkar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2c708da6e1a">a2c708da6e1a</a>
+Add PGPE XIRs to Special Wakeup Failure FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/def84fb4f740">def84fb4f740</a>
+Enable setting the stop recovery enabled/disable policy in SGPE Init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18d91f4a458f">18d91f4a458f</a>
+Update p9_collect_ppe_state to dynamically collect PPE FFDC</li>
+</ul>
+<p>Andre Marin (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f595ecf7f9d0">f595ecf7f9d0</a>
+Add address translation (xlate) support for 4Gbx8 and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443282a786ee">443282a786ee</a>
+Fixes memdiags broadcast mode address check bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c50ad6201b4a">c50ad6201b4a</a>
+Add base spd decoder to share among controllers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/157d87dcea5a">157d87dcea5a</a>
+Change base decoder, add ddr4 namespace, and common API btw modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0eb26a290f0">b0eb26a290f0</a>
+Add const to the end of spd decoder methods to denote unchanged mem
+vars</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1e78b687d15">e1e78b687d15</a>
+Add Connector to SDRAM Bit Mapping to the SPD decoder and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6de6f7655df">b6de6f7655df</a>
+Split SPD Connector to SDRAM fields, add unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9cde7352d62">d9cde7352d62</a>
+Remove override flag for ATTR_MSS_MRW_ALLOW_UNSUPPORTED_RCW,
+deconfig update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ffad4a09011">3ffad4a09011</a>
+Remove mss::c_str dependency for SPD decoder for future reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71987fc9ba5a">71987fc9ba5a</a>
+Add DLL workaround and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eb1f8ab1705">3eb1f8ab1705</a>
+Disable mem clk stop when in STR for DD2.* only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9b81f6e0311">e9b81f6e0311</a>
+Remove reset_dll from scominit, enable delay line tap points</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04088f2ddf58">04088f2ddf58</a>
+Modified gen_accessors script for greater support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab7f5582fdba">ab7f5582fdba</a>
+Remove logic to disable memory clocks in STR if in
+PD_AND_STR_CLK_STOP mode</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37f1636463ec">37f1636463ec</a>
+Ec_level attribute support for DD1 attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b722a87509e1">b722a87509e1</a>
+DD2 updates:p9_sbe_arrayinit,p9_sbe_tp_arrayinit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9194b0c4c0cc">9194b0c4c0cc</a>
+VITAL cleaning for DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/313d850ed60d">313d850ed60d</a>
+p9_start_cbs updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37f0ec3dddbd">37f0ec3dddbd</a>
+p9_sbe_chiplet_reset,p9_sbe_arrayinit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ac11d13ae61">5ac11d13ae61</a>
+Cumulus proc updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/156a0bd71156">156a0bd71156</a>
+Axone Update</li>
+</ul>
+<p>Ben Gass (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ebf782126ac">5ebf782126ac</a>
+Add support for p9c 1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8bf720f6890">a8bf720f6890</a>
+Turn off 64byte checkbit inversion for simulation in
+centaur.mbs.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef607c81e101">ef607c81e101</a>
+Axone MC uses same pll/clock setup as in Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3877eeac3ff3">3877eeac3ff3</a>
+Remove PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in
+p9.obus.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8aefe57f98f5">8aefe57f98f5</a>
+Adding chip_ec_feature attributes for dd2 build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21200ba766f3">21200ba766f3</a>
+Set NDL IOValids based on configured NV links.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7375de1dcebd">7375de1dcebd</a>
+Update filter pll settings as per HW407180</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/749693530aed">749693530aed</a>
+Use obus p9ndd1 spy name attribute for obus initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f52bb2280385">f52bb2280385</a>
+Create dmi.pll.scan.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a69039374bbe">a69039374bbe</a>
+Updates for HW416934 and HW417233</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0844be4f3967">0844be4f3967</a>
+Adding p9a support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b9b993f082c">5b9b993f082c</a>
+Re-submit Axone updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3594cc4abcb">d3594cc4abcb</a>
+Add support for p9c 1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/277e5d2085cd">277e5d2085cd</a>
+Axone MC uses same pll/clock setup as in Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bea281bae99">9bea281bae99</a>
+Add p9n 2.3 to p9_frequency_buckets.H</li>
+</ul>
+<p>Benjamin Weisenbeck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24bcf5732469">24bcf5732469</a>
+PRD: Fix data storage exception in PLL analysis</li>
+</ul>
+<p>Bill Hoffa (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/014e0ae7136c">014e0ae7136c</a>
+Add Kernel Debug Trace for Out of Memory condition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddb2012f39d5">ddb2012f39d5</a>
+Enable Cumulus CDIMM Config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2dc8952afa9">a2dc8952afa9</a>
+Deliver cumulus_cdimm pnor image to fips for Simics regression
+testing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9de67e525158">9de67e525158</a>
+Update Bbuild to b0316a_1813.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/425eb895f440">425eb895f440</a>
+Add ATTR_ prefix to attributes missing it in
+hb_customized_attrs.xml</li>
+</ul>
+<p>Brian Bakke (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3403445e2f75">3403445e2f75</a>
+Fix and codify how system and node targets are handled by attribute
+overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb0dc7d71263">bb0dc7d71263</a>
+Add common XSCOM error literals to HBRT</li>
+</ul>
+<p>Brian Silver (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57808f6af451">57808f6af451</a>
+Add EC feature levels to MSS workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b76592c3358c">b76592c3358c</a>
+Add EC workaround for PHY training bad bit processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ccd1b475062">8ccd1b475062</a>
+Add Memory Subsystem FIR support</li>
+</ul>
+<p>Brian Stegmiller (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2993c5b32a67">2993c5b32a67</a>
+PRD: Add regs to capture list for NVLINK analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cf2925f7e01">8cf2925f7e01</a>
+Monitor threads for HB TI to work</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e69501ebe5b">0e69501ebe5b</a>
+Simics: Skip mem diag due to intermittent action file issues</li>
+</ul>
+<p>Brian Vanderpool (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/551d7e678a8e">551d7e678a8e</a>
+PM: Ignore allow_reg_wakeup in cache contained mode</li>
+</ul>
+<p>CHRISTINA L. GRAVES (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/316f190cdeac">316f190cdeac</a>
+p9_sbe_lpc_init fix with GPIO reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7f98e8fe346">a7f98e8fe346</a>
+Fix for HW397129-set bit 52 in the ALTD_OPTION reg to keep MC
+fastpath enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6567fe47ef12">6567fe47ef12</a>
+p9_setup_bars – support DD2 NPU SCOM address changes</li>
+</ul>
+<p>Caleb Palmer (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1467cbcb8be5">1467cbcb8be5</a>
+Fix target type check in bad dq helper function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18a73baccdc2">18a73baccdc2</a>
+PRD: Don’t skip TPS after failed MemDealloc calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2fd055febb7">d2fd055febb7</a>
+Free mem and fix dimm trgt in bad dq accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83933bedd3ce">83933bedd3ce</a>
+MDIA: Cut mdia patterns from 9 to 4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f68014a90f6">8f68014a90f6</a>
+MDIA: ensure full MBA target support for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bc416f75e08">4bc416f75e08</a>
+MDIA: command cleanup support</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24780f003a4b">24780f003a4b</a>
+HTMGT: Cache user power limit from BMC and add proc callout for 2AEx
+errors</li>
+</ul>
+<p>Chris Hanudel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dba9b43bdc9">8dba9b43bdc9</a>
+Updates for P9 NX DD2 initfiles</li>
+</ul>
+<p>Christian Geddes (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d28433bcc3c">8d28433bcc3c</a>
+Fix bugs in FSP->HBRT message path for SBE errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a60925ef57e">4a60925ef57e</a>
+Fix trace bug for error path in rt_fwnotify</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c4b416ae0cf">2c4b416ae0cf</a>
+Remove if that was catching SBE chipop err logs and forcing reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5983ddc3585">c5983ddc3585</a>
+Skip attempting sbe_retry when HBRT receives SBE_ERR from HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10aa31b32fc0">10aa31b32fc0</a>
+Re-order sbex calls in presimsetup to get paths updated correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04ba8e387d32">04ba8e387d32</a>
+Update autocitest to collect all hostboot dump info prior to failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74156401d2fb">74156401d2fb</a>
+Don’t include duplicate connections when looking up xbus mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05cda10a435a">05cda10a435a</a>
+Update backing build to be b0222a_1810.911</li>
+</ul>
+<p>Christopher Riedl (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d3671f0c224">8d3671f0c224</a>
+PPM reg collision (HW389511) work-around: Special Wake-up</li>
+</ul>
+<p>Claus Michael Olsen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3fbe556d9d69">3fbe556d9d69</a>
+Additional risk level support - (step 2) Updating the image w/RL2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a563b914d6dc">a563b914d6dc</a>
+xip_customize: GPTR/overlays stage 1 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50a391ac5965">50a391ac5965</a>
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68f67bd7aab5">68f67bd7aab5</a>
+Update to putRingUtils to proper scanning of perv_pll_bndy_flt
+rings</li>
+</ul>
+<p>Corey Swenson (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cf79f8dc40b">4cf79f8dc40b</a>
+Changes to Inband SCOM MMIO ranges for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53635aee4925">53635aee4925</a>
+Delete ATTR_DMI_INBAND_BAR_ENABLE when processing MRW attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed84b08afa87">ed84b08afa87</a>
+Inband SCOM clean up</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4699ae10c2a">b4699ae10c2a</a>
+Add inband bar address to simics xml</li>
+</ul>
+<p>Dan Crowell (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b47f658c6e96">b47f658c6e96</a>
+Pull ATTR_MSS_MRW_FORCE_BCMODE_OFF from MRW if it exists</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/431a3cc0aa10">431a3cc0aa10</a>
+Bug fixes for concurrent update of HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a0eb030e761">4a0eb030e761</a>
+Mirror fixup - spd_decoder_base.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36766721c030">36766721c030</a>
+Disable WOF for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f43040cb271">4f43040cb271</a>
+Enable WOF_VRATIO on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5d2c874d072">f5d2c874d072</a>
+Removing old TODO for dropped requirement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/309422a68f39">309422a68f39</a>
+Fix EID range for HBRT logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/586b8b1e6088">586b8b1e6088</a>
+Do not elevate severity of reconfig error log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4a7de38d08d">e4a7de38d08d</a>
+No longer include BAR attributes in ServerWiz2 export</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5683e4887711">5683e4887711</a>
+Remirror chip_ec_attributes.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b96070e5a1f">7b96070e5a1f</a>
+Disabling WOF and VDM for Nimbus DD2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb7c0e1f8327">eb7c0e1f8327</a>
+Disable WOF for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/945553cc05cf">945553cc05cf</a>
+Force single-threaded access to HWPs in PRD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54d16a1476fe">54d16a1476fe</a>
+Add proc huid to PSU trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbe9dd41d809">bbe9dd41d809</a>
+Fix FFDC for FW Request Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d755323a660">4d755323a660</a>
+Completely hide attributes that have no value</li>
+</ul>
+<p>Daniel Howe (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/928dab2ae2c2">928dab2ae2c2</a>
+Allow lpc_ed for p9n 2.2 per HW418117 fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55b4dac7353b">55b4dac7353b</a>
+update data token init to use scans on p9c 1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acd49fe41045">acd49fe41045</a>
+dd1.1+ DL training procedure updates</li>
+</ul>
+<p>Daniel M. Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fd3b08eed59">2fd3b08eed59</a>
+Revert “Adds self time refresh entry and exit helper functions”</li>
+</ul>
+<p>David Kauer (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112c8bd6e114">112c8bd6e114</a>
+Update INT DD2 initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e53b287b70c0">e53b287b70c0</a>
+Added Nimbus & Cumulus attributes for INT initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/128afcc6737f">128afcc6737f</a>
+HW425038 INT ARX timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/240defa5f9b2">240defa5f9b2</a>
+Modify INT FIR configuration settings</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2414e7c8e5de">2414e7c8e5de</a>
+Support sending chip info to SBEs on multinode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6f9a2206311">d6f9a2206311</a>
+Force 25G Nvlink speed on P9N DD2.1</li>
+</ul>
+<p>Elizabeth Liner (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f1ef46890d9">8f1ef46890d9</a>
+Adding visible error once we know that the SBE is erroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c142eb850380">c142eb850380</a>
+Adding attribute to detect which processor we can use for alt-memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4761f0cf880a">4761f0cf880a</a>
+Updating HWP’s to use PROC_CHIP_MEM_TO_USE attribute</li>
+</ul>
+<p>Emmanuel Sacristan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a09b00b1558">7a09b00b1558</a>
+NMMU Nimbus dd2 scom/scan updates, updated comments</li>
+</ul>
+<p>Greg Still (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9b500d310ee">f9b500d310ee</a>
+PM: GPE timer fix (HW389045 - Update Shadow copy of TSEL)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/420c26669087">420c26669087</a>
+PM: refine enablement attributes for advanced functions
+(VDM,RESCLK,WOF,IVRM)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52074db64a3d">52074db64a3d</a>
+PM: Move to chip EC based #V validity checking in
+p9_pstate_parameter_block</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2a54161270c">a2a54161270c</a>
+VDM: p9_pstate_parameter_block check for VDM Large threshold <
+-32mV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbcd27d3a629">cbcd27d3a629</a>
+PM: p9_setup_evid steps voltage to avoid Fleetwood VRM limitations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3364dfd2650">c3364dfd2650</a>
+PM: p9_setup_evid - deal with attribute clearing during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b5cfe7260ef">9b5cfe7260ef</a>
+PM: Enhance p9_pm_pss_init for reset error logging</li>
+</ul>
+<p>Ilya Smirnov (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a681d519d4dc">a681d519d4dc</a>
+Pass i_skipComm to _buildOccs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/299023edd66f">299023edd66f</a>
+Reload OCC and HCODE LIDs in OCC Reload Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95c3ddc9290b">95c3ddc9290b</a>
+Insert Debug Data Into hb prime Code Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c82b626e6ea1">c82b626e6ea1</a>
+Check the Section Headers in Non-Secure Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec645465cdae">ec645465cdae</a>
+Flush TMP Daemon Traces Prior to Shutdown</li>
+</ul>
+<p>Jacob Harvey (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/052142a41cd0">052142a41cd0</a>
+Add in RCD attributes for DD2 debug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5ca1ace470e">e5ca1ace470e</a>
+Change RD_CTR workaround val and update attr name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9abf780c9305">9abf780c9305</a>
+Increment red_waterfall for low vdn fix</li>
+</ul>
+<p>Jaymes Wilks (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ea7d7ed5db4">8ea7d7ed5db4</a>
+Change FCO distribution to ensure master chip has at least one core</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13dd75dd4dc3">13dd75dd4dc3</a>
+Support TPM in CUMULUS standalone SIMICS boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f5c0b932724">4f5c0b932724</a>
+Add TPM to the CUMULUS CDIMM model</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4eaf644dbf1b">4eaf644dbf1b</a>
+Remove code flows that use non-open signing tools</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7728cc84c782">7728cc84c782</a>
+Revert “Adding p9a support.”</li>
+</ul>
+<p>Jenny Huynh (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d8051b7b2e7">3d8051b7b2e7</a>
+Reset L3 error status register for next CE/UE capture</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c27a8bd5fb97">c27a8bd5fb97</a>
+Adding workaround for HW930007 and HW386013</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/793f58e194db">793f58e194db</a>
+Adding in defect HW395947,HW930007 to INT initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0d88fcce2d4">d0d88fcce2d4</a>
+Adding HW363780 to NPU scom initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a42eb15a2cc9">a42eb15a2cc9</a>
+Reducing rng pace rate from 2000 -> 300 for HW403701</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b6b29be4ff5">4b6b29be4ff5</a>
+HW406130: Reduce dma read requests from 16->8 in NX inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ec839acf46f">6ec839acf46f</a>
+HW407123: Slow down xlink command rate for Nimbus DD1/2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1635526313e">a1635526313e</a>
+INT scan initfile change to add workaround for HW408972</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7db59ec919d">e7db59ec919d</a>
+Adding HW401552 to cxa initfile to workaround clockgating bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b84a7e90001">9b84a7e90001</a>
+Adding HW414702 workaround to INT scan initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddf01705dda7">ddf01705dda7</a>
+Workaround for Quaint Gate, Angry Reindeer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b79417a6c766">b79417a6c766</a>
+Updating HW414700 to also apply to Cumulus DD10</li>
+</ul>
+<p>Joachim Fenkes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0967b7fb152">c0967b7fb152</a>
+LPC: Add empty files for mirroring to HB, PPE, HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1141d3f0a51e">1141d3f0a51e</a>
+FFDC: Add empty new helper procedure for mirroring to HB, HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4ea0e36be37">d4ea0e36be37</a>
+Add p9_proc_gettracearray procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f16f1f33d3e">6f16f1f33d3e</a>
+p9_sbe_tracearray: Nimbus DD2 updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d61bf78fca7d">d61bf78fca7d</a>
+HW415692: Make workaround permanent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efc02485efbd">efc02485efbd</a>
+HDCT: Remove core trace arrays, permanent P9 erratum</li>
+</ul>
+<p>Joe McGill (40):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90a2c95eb96c">90a2c95eb96c</a>
+p9_tod_move_tod_to_tb – correct TOD state checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d23f6873114">4d23f6873114</a>
+p9_sbe_tracearray – satsify PRD calls to manage core trace arrays</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac0c8f0e7bdb">ac0c8f0e7bdb</a>
+resolve Zeppelin DMI channel framelock issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0fce11639f7">c0fce11639f7</a>
+enforce strict 512 GB per socket limit on Witherspoon memory map
+(part2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92f6bd045cb1">92f6bd045cb1</a>
+HW388878 VCS workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c189e8e26a7">9c189e8e26a7</a>
+p9.fbc.scan.initfile – create initfile, add workaround for HW376651</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ba30ede4f3a">5ba30ede4f3a</a>
+p9_psi_init – parametrize link speed (half/full)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/398408a979d7">398408a979d7</a>
+p9.fbc.scan.initfile – clock off MCSYNC staging latches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12ea45b365cf">12ea45b365cf</a>
+Add MSS customization support from CRP0 Lx MVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b02210a00b1e">b02210a00b1e</a>
+p9_getecid – set PCIE DD1.0x workaround attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/65076c196163">65076c196163</a>
+add SS PLL settings to support 94 MHz PCI operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2c5ab1977ee">a2c5ab1977ee</a>
+FBC updates for HW383616, HW384245</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee3924e0c243">ee3924e0c243</a>
+p9_sbe_tp_chiplet_init3 – disable TP TOD hang pulse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bdb5fa7a80f">4bdb5fa7a80f</a>
+p9.core.scan.initfile – mask local error from CC in EC perv LFIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c526478a6ce3">c526478a6ce3</a>
+adjust SRAM timings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d707e8c9223">8d707e8c9223</a>
+update DPLL and IVRM inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d615502799c0">d615502799c0</a>
+derate NVLINK frequency for Nimbus DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40c1bf0cfb1b">40c1bf0cfb1b</a>
+p9.xbus.pll.scan.initfile – restore full frequency settings for
+Nimbus DD2+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c2cd3174256">8c2cd3174256</a>
+p9.int.scan.initfile – init PSIHB to LSI mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/527165381939">527165381939</a>
+L3 updates – p9_build_smp, p9_fbc_utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a26100f62ca">3a26100f62ca</a>
+future proof EC feature attributes, add missing P9N DD2 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78bf7f9a76b2">78bf7f9a76b2</a>
+L3 update – p9_pcie_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4831e12ea20e">4831e12ea20e</a>
+p9.core.scan.initfile – set disable 241 for Nimbus DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4229a61632a">e4229a61632a</a>
+PCIe updates for Nimbus DD2 GEN4 operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddefc592366e">ddefc592366e</a>
+p9.pci.scan.initfile – initial release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6752509378f2">6752509378f2</a>
+p9.npu.scom.initfile – Nimbus DD2 updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02e1726c4962">02e1726c4962</a>
+TP, Nest FIR updates – DD2 updates to match RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ce08029e577">3ce08029e577</a>
+p9.npu.scom.initfile – FIR updates to align with RAS XML
+documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f0a49f50d87">7f0a49f50d87</a>
+p9.int.scom.initfile – mask SUE FIR for Nimbus DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0df90732994">a0df90732994</a>
+resolve Zeppelin DMI channel framelock issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5e2af0f5eed">e5e2af0f5eed</a>
+updates for NPU errata</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e0f3a8ad787">8e0f3a8ad787</a>
+PLL updates for filter BG, BW including OBUS tank coreqs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3f11dbddd5">3d3f11dbddd5</a>
+IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c7fd666460">75c7fd666460</a>
+p9.filter.pll.scan.intifile – set 0 BGoffset for P9C DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f20b37d483c4">f20b37d483c4</a>
+remove NV iovalid assertion from FW and add scan inits to resolve
+glsmux xstate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0d08f111980">f0d08f111980</a>
+Chip address extension workaround for HW423589 (option2), part1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a94bc7eedf31">a94bc7eedf31</a>
+disable ECC bypass for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01a6a43e9020">01a6a43e9020</a>
+MCD disable workaround for HW423589 (option1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7221c41d5f7f">7221c41d5f7f</a>
+Disable read data delay for Cumulus DD1.0, enable for DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e07cb2f93ac8">e07cb2f93ac8</a>
+p9.npu.scom.initfile – limit DCP0 credits for HW437173</li>
+</ul>
+<p>John Rell (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/366a4efdf50b">366a4efdf50b</a>
+jgr18022000 Fix for typo in changes for HW430958</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d12852b6fa1a">d12852b6fa1a</a>
+jgr17050500 Added Centaur and DMI IO SCOM initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55e4a228b65f">55e4a228b65f</a>
+jgr17082300 Setting changes for HW41801 HW419305</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9af3fc295e1e">9af3fc295e1e</a>
+jgr171017 Setting changes for Obus boardwire vs cable</li>
+</ul>
+<p>Joshua Hannan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c9b0d832610">4c9b0d832610</a>
+adding insert for soft fail threshold for dd1 and dd2</li>
+</ul>
+<p>Juan Medina (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/727e9397fd73">727e9397fd73</a>
+reverting FIRs to master values, setting only bit 8</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca235d62a2fe">ca235d62a2fe</a>
+Scrubbing needs to stay off for DD2, bug HW405443</li>
+</ul>
+<p>Lennard Streat (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3593cc766ca">d3593cc766ca</a>
+Temporary workaround for HW412197</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75823b14fb47">75823b14fb47</a>
+HW439321 - Trusty Birthday Alternative Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/968b1746f9e7">968b1746f9e7</a>
+HW439321 - Disable CRC Performance Degradation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77309f6630fa">77309f6630fa</a>
+Expanding MCU tag fifo settings to be freq dependent.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d12277f2397">3d12277f2397</a>
+Workaround for Warlike Parasite (HW430546)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f24037b86d27">f24037b86d27</a>
+Protect Firmware from exposure to HW423533</li>
+</ul>
+<p>Louis Stermole (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9900129f86ae">9900129f86ae</a>
+Fix command gap calculation for MSS scrub to prevent truncation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d64041888fed">d64041888fed</a>
+Add callout for when the DIMM to NEST freq ratio exceeds 1.5</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4ed25ed886c">e4ed25ed886c</a>
+Add workaround for DDRPHY ODT config register erratum (ODT2, ODT3
+bits swapped)</li>
+</ul>
+<p>Luke C. Murray (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/908eda4b3845">908eda4b3845</a>
+Disabling LVext for all P9 parts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2921d0d9066c">2921d0d9066c</a>
+HW414700 checkstop on UEs and disable core ECC counter</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15d21760fbaa">15d21760fbaa</a>
+Workaround for HW421347 Scandalous Pie</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5b8ae989e51">b5b8ae989e51</a>
+Updating L2 re-request jitter settings for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b1226daa961">1b1226daa961</a>
+Turning on NCU tlbie pacing by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fb21d847fbea">fb21d847fbea</a>
+Adding attribute to turn memory early data on</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5759559a60d">f5759559a60d</a>
+Enabling L2 64B store prediction</li>
+</ul>
+<p>Luke Murray (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0964a5b2fd09">0964a5b2fd09</a>
+Adding skip group dials for cache when chip=group</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5bc1a24f10a">f5bc1a24f10a</a>
+Updating P9 L2 scan initfile to use attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d0c68704298">7d0c68704298</a>
+Adding good LCO settings to initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54067398177d">54067398177d</a>
+Updating L3 LCO watermarks for HW406803</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c1a9c38bba5">0c1a9c38bba5</a>
+Updating optimal larx/stcx dials for performance</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3a8e66a7f7">2e3a8e66a7f7</a>
+Disable cp_me from the L3 for Nimbus DD1 and DD2.0.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f44af3ce268c">f44af3ce268c</a>
+Updating HW363605 workaround to be applied to all chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/340b1d5748c8">340b1d5748c8</a>
+Performance updates for HW409069</li>
+</ul>
+<p>Markus Dobler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce033a30cb69">ce033a30cb69</a>
+p9_abist: Support for p9ndd2</li>
+</ul>
+<p>Marty Gloff (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d01ca15eccee">d01ca15eccee</a>
+Support multiple nodes in HBRT - Add Node Container</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40c3350ff928">40c3350ff928</a>
+Support multiple nodes in HBRT - Support Multiple Nodes in
+TargetService</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27755fae1059">27755fae1059</a>
+Support multiple nodes in HBRT - Attribute Overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fc3b529c692">5fc3b529c692</a>
+Support multiple nodes in HBRT - VPD Image</li>
+</ul>
+<p>Matt Derksen (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80819cf5302b">80819cf5302b</a>
+Fix rollover of PLID numbers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6d402588868">d6d402588868</a>
+Cleanup hbrt msg code to be easier to understand and update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b5f10fdf6a7">3b5f10fdf6a7</a>
+Include WOF power mode explicitly inside tables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b31ac249651c">b31ac249651c</a>
+Trace cleanup: do not look for parent chip on non-parent chip targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/843b9e02e55d">843b9e02e55d</a>
+Initialize FIRDATA section and ErrlManager just incase BMC resets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/647eb6eae52c">647eb6eae52c</a>
+Only call PNOR::init() on systems with BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c7aea07bcb">75c7aea07bcb</a>
+Fix setting plid to the lastest one available at hbrt start</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8692b24a1ec0">8692b24a1ec0</a>
+Include WOF power mode explicitly inside tables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6eaa4575c95a">6eaa4575c95a</a>
+Handle new version of WOF tables that includes power mode</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/288ca88910b6">288ca88910b6</a>
+adding fapi2::putSpyWithCare()</li>
+</ul>
+<p>Matthew Hickman (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b11547e01a8">1b11547e01a8</a>
+Fixed Maint IUE unmasked with mnfg flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6b7234d960a">f6b7234d960a</a>
+Fixed port fail SUE bug for DD2 modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48d464158bc3">48d464158bc3</a>
+Fixed MNFG Attribute handing for TCE Corrections</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90ef1f6dbd59">90ef1f6dbd59</a>
+Fixed unmasking of BRODCAST_OUT_OF_SYNC fir after memdiags
+handling</li>
+</ul>
+<p>Michael Koch (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b34665d2794">8b34665d2794</a>
+Implementing Michael Floyds improvements.</li>
+</ul>
+<p>Mike Baiocchi (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eeadfb7bf985">eeadfb7bf985</a>
+Add Reset to TPM’s I2C Bus for MPIPLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/234ef44536ae">234ef44536ae</a>
+Add FFDC to ‘No Functional TPM’ Fails</li>
+</ul>
+<p>Nick Bofferding (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55e51a61f985">55e51a61f985</a>
+Delayed deconfig any DIMM on a failing voltage domain</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afc4bd08c5bf">afc4bd08c5bf</a>
+Documentation: Stop withholding various SRCs from pubs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24bc6a1bee51">24bc6a1bee51</a>
+Secure Boot: On get jumper state error path, save PLID before
+committing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8b0039d4e3a">a8b0039d4e3a</a>
+Clear FCO deconfigures before applying gard records</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd1cd3c7d1fb">bd1cd3c7d1fb</a>
+Secure Boot: Detach secure PNOR provider task</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b02cc8314be">0b02cc8314be</a>
+Secure Boot: Check integrity of dynamically sized secure header
+copies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24929fd8ab96">24929fd8ab96</a>
+Secure Boot: Dynamically set TPM I2C master path in MRW parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa5d9565d0d1">aa5d9565d0d1</a>
+Secure Boot: Mark redundant TPM not present until SMP is enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5660e6b0e4a2">5660e6b0e4a2</a>
+Secure Boot: Populate master node TPM info in HDAT until multinode
+supported</li>
+</ul>
+<p>Nick Klazynski (35):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07fd08d22744">07fd08d22744</a>
+Add Cumulus DD1.1 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36573c1d29c9">36573c1d29c9</a>
+Enable risklevel2, match v44 of security wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d78c726ee7c2">d78c726ee7c2</a>
+workarounds for HW399919 HW400898 HW398269 HW398269 HW399765</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9388b61a676d">9388b61a676d</a>
+WAs for HW401811 HW402145 HW403465; DIS_MULTIPLE_TBLW on all modes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc03d06f35ac">fc03d06f35ac</a>
+Add three WATs, remove IMC2, replace stop2 workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/633abb448897">633abb448897</a>
+Add risklevel for HW399624 due to perf penalty; Add HW405851</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5db603045222">5db603045222</a>
+Update core inits for DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6914d4009233">6914d4009233</a>
+Add core workaround for HW407136</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fd907828b92">0fd907828b92</a>
+Workarounds for HW407385 HW408629 HW410389 HW408901</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a54f8f27c08">1a54f8f27c08</a>
+Add WAs for HW413799 HW413853 HW413917 HW414249 HW414375 HW414871
+HW414829</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b31c72c8c9">c4b31c72c8c9</a>
+Add Workarounds for HW415114 HW415013 HW413853 HW414384</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffbc1b8d89b0">ffbc1b8d89b0</a>
+Add WA for HW415236</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7627769e5c9f">7627769e5c9f</a>
+Add WA for HW415988</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b69116dcd8d6">b69116dcd8d6</a>
+Add additional dials to risklevel</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d360860742b">8d360860742b</a>
+Update core initfiles for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe20d009372f">fe20d009372f</a>
+Reverting chickenswitches for issues fixed in Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efda1e06c616">efda1e06c616</a>
+Mistakenly pulled workaround for HW410212 - readd for CDD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6df718a76fb">f6df718a76fb</a>
+Add perf inits: HW418850,HW418789; Add clockgate issue HW418738</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3883490ddec9">3883490ddec9</a>
+Add updates for NDD2.1, Serialize TB, Perf workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14f465d741f8">14f465d741f8</a>
+HW415528 and HW419742</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78801d7a4ae7">78801d7a4ae7</a>
+Core workarounds for multiple issues.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/647eee8c1825">647eee8c1825</a>
+Add workarounds for HW421426 and HW422629, Swap IMCs around</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3df6589cb9fb">3df6589cb9fb</a>
+HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add
+HW421831</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90a3867252a8">90a3867252a8</a>
+Add HW425526 and HW425027</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e5d5b750aba">0e5d5b750aba</a>
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c248c90a305">4c248c90a305</a>
+Nimbus DD2.2 core chickenswitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a55bc817001f">a55bc817001f</a>
+Large update for security</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db5f940f71b4">db5f940f71b4</a>
+Fix three NDD2.1 dials and add new NDD2.2 workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9deb5fc4a4f7">9deb5fc4a4f7</a>
+Add new TM IMC, Add TLBIE hangbuster</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cdaf3a7743f">2cdaf3a7743f</a>
+Implement security IMCs, based on v29 of wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/029552241239">029552241239</a>
+Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a66a14710fe">3a66a14710fe</a>
+Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+clockgate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bb20d099e65">0bb20d099e65</a>
+Add TM WAT workaround; NDD2.2 and CDD1.1 only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/368e3ac318fa">368e3ac318fa</a>
+Add Cumulus DD1.1 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c08db3b8536">2c08db3b8536</a>
+Enable risklevel2, match v44 of security wiki</li>
+</ul>
+<p>Prachi Gupta (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5c78bbd873e9">5c78bbd873e9</a>
+checkHbResMemLimit – change to check correctly on multi-node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33725d24db91">33725d24db91</a>
+hbfw makefile changes to add p9c dd1.1 sbe to pnor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ca1d497141a">5ca1d497141a</a>
+changes to move configureHbrt target type to IPC path to run on slave
+nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdbf7156982e">fdbf7156982e</a>
+HBRT: Fix targeting to work on multi-node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b98f4c6b59fa">b98f4c6b59fa</a>
+ATTR_PBAX_GROUPID: add global tag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54cc57dd329e">54cc57dd329e</a>
+add global tag to EI_BUS_TX_MSBSWAP for serverwiz2 consumption</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce93122ca1e">7ce93122ca1e</a>
+ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: Remove writable tag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f639460a8f1">3f639460a8f1</a>
+ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: add function backed to this
+attribute</li>
+</ul>
+<p>Prasad Bg Ranganath (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d7e62667706">0d7e62667706</a>
+PM: Fix Global Parameter Block and PGPE size checks in
+p9_hcode_image_build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e80082e3a96a">e80082e3a96a</a>
+SBE:Putring: Added more debug information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e86fa9f6d5a9">e86fa9f6d5a9</a>
+PSTATE_PARAMETER_BLOCK structure alignment and error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3bb61aa58087">3bb61aa58087</a>
+Zepplin:Remove dd level check for cumulus under PPB code</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e0c75fb9d8c">2e0c75fb9d8c</a>
+PM: Added support for HWP p9_pm_callout.</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/338fce09ddad">338fce09ddad</a>
+Workaround to fix issue where Powerbus loses track of EQs in DD1</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5986b2c0d1a">b5986b2c0d1a</a>
+Added CI throttling support, HW init updates, and fixed a bug with
+tce arb.</li>
+</ul>
+<p>Richard J. Knight (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/221f05613499">221f05613499</a>
+Introduce new shared library for image processing fucntions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48235812776d">48235812776d</a>
+SW414905: Mcs, Mba and L4 targets are not displayed in gard –gc mem
+output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b456c82ad820">b456c82ad820</a>
+Modify putrRing code to pull rings from centaur hw image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/967e9a084bbe">967e9a084bbe</a>
+Wait for responses from all nodes for IPC_POPULATE_ATTRIBUTES msg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d72d87900b44">d72d87900b44</a>
+Procedure crashes when trying to query an EC feature</li>
+</ul>
+<p>Rick Ward (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a48f950445f1">a48f950445f1</a>
+Dump collection should only be run on the master node and skipped on
+slaves.</li>
+</ul>
+<p>Roland Veloz (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6e41fc3329e">b6e41fc3329e</a>
+Force an SBE update upon boot failure as well as break out common
+data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0dbb06308565">0dbb06308565</a>
+Fixed both NIMBUS and CUMULUS. They are now making the call to
+mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a9355062b71">5a9355062b71</a>
+Created individual update flags for both SEEPROM 0 and SEEPROM 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d7aee811e82">3d7aee811e82</a>
+Inform OPAL of the state of the SBE after an attempt to restart</li>
+</ul>
+<p>Ryan Black (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63c767d5679c">63c767d5679c</a>
+reduce number of non-zero npu error collection registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b4fa572716e">1b4fa572716e</a>
+NPU scan/scom init updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17165d955d01">17165d955d01</a>
+p9.npu.scom.initfile – fix cq_sm allocation issue at low water mark</li>
+</ul>
+<p>Sachin Gupta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/899054484ef2">899054484ef2</a>
+Support cumulus 1.1 getPllBucket</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4340a6da7949">4340a6da7949</a>
+Remove workaround for DD1 SW reset for XIVE</li>
+</ul>
+<p>Sameer Veer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25e991e8b352">25e991e8b352</a>
+New functions added for automating mustfix releases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ae2bffe88b5">2ae2bffe88b5</a>
+Added cmvcCheckinForceFlag to break links for new releases</li>
+</ul>
+<p>Shelton Leung (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44bd1c4678da">44bd1c4678da</a>
+scan inits for lab workaround for DI bug HW392781</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be9b22ecd3fc">be9b22ecd3fc</a>
+dd1 workaround for hw400075 coherency error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c40f090b3c4e">c40f090b3c4e</a>
+workaround for hw400932 atag corruptin in presp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3869410785b">c3869410785b</a>
+amo cache disabled for dd1 for HW401780</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bce1c27699b3">bce1c27699b3</a>
+enable prefetch drop for better MC fairness</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2aad82e12497">2aad82e12497</a>
+disable noise window for DD1 HW406577</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8cf02d85d0">ad8cf02d85d0</a>
+dd2 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3f6f99840e4">e3f6f99840e4</a>
+adjusted mem 2400 nest 1600 workaround and make dd1 only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/125f42a04372">125f42a04372</a>
+dd2 phy scom inits</li>
+</ul>
+<p>Soma BhanuTej (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a41ddc53f979">a41ddc53f979</a>
+Axone support to TP stopclocks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/91d24ca4cc09">91d24ca4cc09</a>
+Change chip to unsecure always for DD1 chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed093a87011d">ed093a87011d</a>
+Security control override disable support - p9_setup_sbe_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f803dfea438">8f803dfea438</a>
+Cumulus initfile update for OBUS & XBUS PLLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c586a6b41c0f">c586a6b41c0f</a>
+Additional checks to p9_extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00c3e73d16ee">00c3e73d16ee</a>
+Axone support to TP stopclocks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c09c372348bd">c09c372348bd</a>
+Change TP FIR bits 38, 39, 40 as recoverable & Masked</li>
+</ul>
+<p>Stephen Glancy (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/000f358355b2">000f358355b2</a>
+Updates broadcast mode attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2674db2b85b4">2674db2b85b4</a>
+Adds blank NVDIMM utility files for HB to mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5c57afe40a8">b5c57afe40a8</a>
+Fixes tDLLK timing for 2666</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c03b84b93467">c03b84b93467</a>
+Fixes broadcast mode address check for deconfigured ports</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/719c8a64fb72">719c8a64fb72</a>
+Adds DDR4 hybrid NV-RDIMM support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b475151599d">7b475151599d</a>
+Removes overrideonly in a broadcast mode MRW attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a61200c516f7">a61200c516f7</a>
+Adds power control access functions for NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e42a73c3de9">5e42a73c3de9</a>
+Added periodic cal fix - fixes bad delays</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad869ece5cae">ad869ece5cae</a>
+Updates to run HW VREF cal by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/556caf56c9ec">556caf56c9ec</a>
+Added read ctr bad delay workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e9ff980c520">4e9ff980c520</a>
+Added DQS alignment workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad43d96deda9">ad43d96deda9</a>
+Adds DCD calibration control attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b9d8a1bd726">4b9d8a1bd726</a>
+Updated memory DD1 vs DD2 attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edca64c2b22b">edca64c2b22b</a>
+Fixed DLL workarounds to always run</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1e597ec9bdb">b1e597ec9bdb</a>
+Adds blank files for centaur secure mode boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/013207df79b3">013207df79b3</a>
+Updates p9c SPD read to include DDR3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43904dc3b8a4">43904dc3b8a4</a>
+Adds dynamic voltage blank files for HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/218a4862f0d0">218a4862f0d0</a>
+Adds secure mode boot for memory buffer chips</li>
+</ul>
+<p>Steven Janssen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d57e7720db9">6d57e7720db9</a>
+Change memory cleanup to use correct method</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00c730b5ebef">00c730b5ebef</a>
+GPTR/Overlays stage-2 support</li>
+</ul>
+<p>Sunil.Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8240f5a4c1e0">8240f5a4c1e0</a>
+Procedures modified for DD1 changes</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2958d02ae126">2958d02ae126</a>
+Create Initial Cumulus CDIMM sim configuration</li>
+</ul>
+<p>Thi Tran (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/231f4e404b04">231f4e404b04</a>
+Add ec_abst ring to p9n.hw_image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71fc3db015e6">71fc3db015e6</a>
+Attribute support of customization of Nimbus DD1 PCI reference clock
+speed.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2764678bf004">2764678bf004</a>
+P9 Cumulus InitCompiler supportis - Part 3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/227a32f926d3">227a32f926d3</a>
+Undo some p9 Cumulus spy workarounds in initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc1ac14babe2">cc1ac14babe2</a>
+Fix MFG P9 ZZ: BC70E540 (MCFIR[8]) command list timeout</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d2a73892341">1d2a73892341</a>
+Adds self time refresh entry and exit helper functions</li>
+</ul>
+<p>Venkatesh Sainath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44087e0148ad">44087e0148ad</a>
+Enabling FSP-B IPL as primary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13de75c05e7d">13de75c05e7d</a>
+Fixing flipport attribute for processors</li>
+</ul>
+<p>Yue Du (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3afac7911fa4">3afac7911fa4</a>
+STOP: Support Suspend Entry/Exit and Fix Pig Collision</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40121d5b91e6">40121d5b91e6</a>
+Cache HWP: DD1 VCS Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89135c06eabc">89135c06eabc</a>
+Istep4: Enable poll for DPLL lock in p9_hcd_cache_dpll_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db94c26ffaa">1db94c26ffaa</a>
+HW396520: DD1 workaround skip flushmode inhibit drop in cache hwp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee172729c85d">ee172729c85d</a>
+STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4</li>
+</ul>
+<p>Zane Shelley (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1275d064b04f">1275d064b04f</a>
+PRD: Fixed address translation for Dynamic Memory Deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5324435b6d27">5324435b6d27</a>
+PRD: initializing MemTdCtlr variables for broadcast mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fed203b290c1">fed203b290c1</a>
+PRD: added full IPL config support into getHwConfig()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c2ad40218ec">0c2ad40218ec</a>
+PRD: removed NPUFIR workaround for DD1.0 to enable default capture</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9aa046413267">9aa046413267</a>
+PRD: NPU0FIR checkstop isolation issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9abf4f390cca">9abf4f390cca</a>
+PRD: getConnectedParent() issue in MemDealloc::dimmList()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5aa7128d4aaa">5aa7128d4aaa</a>
+PRD: add DMD support for 3 and 6 MC channels per group</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82aaa7df696a">82aaa7df696a</a>
+PRD: initialize PRD objects for Restore DRAM Repairs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f10101dc6c7e">f10101dc6c7e</a>
+PRD: DMD address translation bug.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08379ab81944">08379ab81944</a>
+PRD: extra FFDC for NPU0FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5353bb457253">5353bb457253</a>
+PRD: remove some NPUFIR bits from cs_root_cause list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d69704d2fd07">d69704d2fd07</a>
+PRD: updates to XBUS interface callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87e454859985">87e454859985</a>
+PRD: add c_err_rpt registers for INTCQFIR</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e01c68dc70d">8e01c68dc70d</a>
+Fix a couple of EKB files to prevent CMVC quirk</li>
+</ul>
+<p>crgeddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/345c40eb09f2">345c40eb09f2</a>
+Use DD1 SW reset for XIVE unit until we get HW reset working in DD2</li>
+</ul>
+<p>dchowe (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/666e095a50be">666e095a50be</a>
+Initfile updates for FBC DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdb995c8d77c">fdb995c8d77c</a>
+DD2 updated scan overrides, Cumulus DD1 initfile updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281b63f10d73">281b63f10d73</a>
+Update FBC cd_hp initfile to reference serial mode spys directly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8711f1044943">8711f1044943</a>
+disable lpc_ed in fbc to match mc setting</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/fca494dbdcf9">fca494dbdcf9</a>
+Replace Firmware Level with FClip History in error log</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bf6e716d3289">bf6e716d3289</a>
+Look at OCCFLG[30] to see if PGPE needs a new VFRT</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cb3f5cf6a5b9">cb3f5cf6a5b9</a>
+WOF: Phase 2 Vratio calculation correction</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1c7b23cc6b8f">1c7b23cc6b8f</a>
+WOF: Force ceff_ratio to 0% if voltage component is 0</li>
+</ul>
+<p>William Bryan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/2fe8f2c01e62">2fe8f2c01e62</a>
+Buildname 3/1</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/81196c350c52">81196c350c52</a>
+Try to PCAP GPU again after busy failure CQ:SW414846</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/768466b31e85">768466b31e85</a>
+GPE1 Binary 3/8</li>
+</ul>
+<p>mbroyles (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c9954444fc8d">c9954444fc8d</a>
+Calculate Pstate from a frequency starting at max frequency instead
+of min</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ccdb19fba8c7">ccdb19fba8c7</a>
+Enable 24x7 on FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/919b78927d26">919b78927d26</a>
+Characterization state meltbox support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e4bc12d978ab">e4bc12d978ab</a>
+Correct ASM WOF enable adjusted value</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c44bd0f660c7">c44bd0f660c7</a>
+Support set data length command to improve AMESTER performance with
+Open BMC</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.22-rc1/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>Brett Grandbois (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/8f09986340e6">8f09986340e6</a>
+discover/pb-discover: #include <locale.h> for musl libc</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/44ab15ff671f">44ab15ff671f</a>
+ncurses/nc-cui: musl libc fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b63b778e7feb">b63b778e7feb</a>
+ncurses/nc-cui: fix unreferenced assertion variable</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a80b3cac1053">a80b3cac1053</a>
+grub2/grub2-parser: accept no whitespace in grub menuentry</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b6e83bb17299">b6e83bb17299</a>
+grub2/grub2: add Yocto paths to default grub2 conf search paths</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c8ba7b32759f">c8ba7b32759f</a>
+test/parser: test no whitespace on grub menuentry</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/02af1caf9df8">02af1caf9df8</a>
+syslinux: add syslinux parser support</li>
+</ul>
+<p>Cyril Bur (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b2bc013b1413">b2bc013b1413</a>
+configure.ac: Fix unmatched brackets</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/817e6698bcbb">817e6698bcbb</a>
+Fix bootstrap warning: noinst_PROGRAMS was already defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/117a75f95ec3">117a75f95ec3</a>
+Better recognition of ncurses header files</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3a76e4214d5c">3a76e4214d5c</a>
+discover/pxe-parser: Fine grained proxy control</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/eb9c570fa13b">eb9c570fa13b</a>
+configure.ac: Fix unmatched brackets</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/17f04cb4d3d8">17f04cb4d3d8</a>
+Fix bootstrap warning: noinst_PROGRAMS was already defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/bc8b183fbea6">bc8b183fbea6</a>
+Better recognition of ncurses header files</li>
+</ul>
+<p>Daniel Axtens (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/591b8b6d39b2">591b8b6d39b2</a>
+Use –no-location instead of –add-location=never</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/865097ff2cbb">865097ff2cbb</a>
+Test with .travis.yml</li>
+</ul>
+<p>Geoff Levand (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7aa2d8a3aefc">7aa2d8a3aefc</a>
+bootstrap: Add dependency checks</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e3f78333a2a1">e3f78333a2a1</a>
+configure: Add check for lex, yacc</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c462aa6f8e46">c462aa6f8e46</a>
+configure: Update AC_PACKAGE_BUGREPORT</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/41caf09e98b1">41caf09e98b1</a>
+printf: Fix format type warnings</li>
+</ul>
+<p>Joel Stanley (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a5f80e0a9a40">a5f80e0a9a40</a>
+discover: Fix bad check of version string</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/352f5c2729dc">352f5c2729dc</a>
+ncurses: Fix bad strncmp</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2b86765dfa37">2b86765dfa37</a>
+discover: Fix unused function warning</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2c97f136757b">2c97f136757b</a>
+test/parser: Fixed uninitialized variable warning</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/47d0601affe8">47d0601affe8</a>
+discover: pxe: Avoid dereferencing null pointer</li>
+</ul>
+<p>Samuel Mendoza-Jonas (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/33a0f544151f">33a0f544151f</a>
+ui/ncurses: Handle arrow key variants</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3af2c04787af">3af2c04787af</a>
+ui/ncurses: Handle arrow key variants</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c916e1333676">c916e1333676</a>
+ui/ncurses: Always cancel autoboot on exit</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f18998f6aac3">f18998f6aac3</a>
+ui/ncurses: Always cancel autoboot on exit</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a2d5a3e3cb55">a2d5a3e3cb55</a>
+discover/pxe-parser: Fix relative parsing for manual config files</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad12fe5b75e">1ad12fe5b75e</a>
+discover/pxe-parser: Fix relative parsing for manual config files</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2dfbd9811d1e">2dfbd9811d1e</a>
+ui/ncurses: Allow multiple hot key handlers per pmenu</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/11c43508e436">11c43508e436</a>
+ui/ncurses: Clear remaining space when drawing help line</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/ef13876e9fea">ef13876e9fea</a>
+discover/device-handler: Treat empty boot order as ‘boot any’</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/aa23987dd043">aa23987dd043</a>
+discover/syslinux-parser: Fix missing comma in ignored names.</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/dc85de97c79c">dc85de97c79c</a>
+discover: Allow load_async_url() to call callback for local paths</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/d63bacef37d6">d63bacef37d6</a>
+ui/ncurses: Fix boot editor segfault on update</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7e0b9da2ae2f">7e0b9da2ae2f</a>
+discover/platform-powerpc: Avoid confusing gateway and URL</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/fb8dbd274b4b">fb8dbd274b4b</a>
+ui/ncurses: Validate URL field</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e6407ab0ae61">e6407ab0ae61</a>
+lib: Fix gpg.h path</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/526d4b3d959d">526d4b3d959d</a>
+utils/hooks: Set stdout-path property</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c208aa42024f">c208aa42024f</a>
+discover/boot: Fix stale boot cancellation code</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>Amit Tendolkar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/731439265743">731439265743</a>
+Extend PM Reset flow to collect PM FFDC to HOMER</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8b75ed9d8f43">8b75ed9d8f43</a>
+Add EQ ATOMIC LOCK SCOM to security write whitelist for FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1384ebc764ac">1384ebc764ac</a>
+Update p9_collect_ppe_state to dynamically collect PPE FFDC</li>
+</ul>
+<p>Andre Marin (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/92ababe68288">92ababe68288</a>
+Add initial p9c ddr_phy_reset, dimmBadDqBitmapAccessHwp, slew, &
+unmask_errors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0ac911461767">0ac911461767</a>
+Modified gen_accessors script for greater support</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3a8884d192b1">3a8884d192b1</a>
+Adding output_path option for sbe-debug.py</li>
+</ul>
+<p>Ben Gass (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f5ce40fd271">9f5ce40fd271</a>
+Re-submit Axone updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/75ddac2a41a9">75ddac2a41a9</a>
+Add support for p9c 1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b432b15cbe8">2b432b15cbe8</a>
+Axone MC uses same pll/clock setup as in Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1410d7f9ee83">1410d7f9ee83</a>
+Add p9n 2.3 to p9_frequency_buckets.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a347254a3aec">a347254a3aec</a>
+Removing trailing comma in system_attributes.xml</li>
+</ul>
+<p>Brian Silver (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da9b63d6c024">da9b63d6c024</a>
+Change p9_mss_freq_system to write attributes, errors for Cronus</li>
+</ul>
+<p>Brian Vanderpool (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2a438c9dd4b2">2a438c9dd4b2</a>
+Improve power and clock checking when checking for stop states</li>
+</ul>
+<p>CHRISTINA L. GRAVES (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b65fd5bcb57d">b65fd5bcb57d</a>
+p9_query_cache_access_state L2</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f058c9945a4f">f058c9945a4f</a>
+Add attribute to give platform more control over PM_RESET</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b82c9d49c743">b82c9d49c743</a>
+Additional risk level support - (step 2) Updating the image w/RL2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54f0bc5c31d3">54f0bc5c31d3</a>
+Update to putRingUtils to proper scanning of perv_pll_bndy_flt
+rings</li>
+</ul>
+<p>Dan Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba6f0c6d234e">ba6f0c6d234e</a>
+Disabling WOF and VDM for Nimbus DD2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c821b84e4ff5">c821b84e4ff5</a>
+Disable WOF for Cumulus DD1.0</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d50cc1394696">d50cc1394696</a>
+Run lpc_init on all processors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e962f1e8c736">e962f1e8c736</a>
+Honor STOP Gated bit when checking access states</li>
+</ul>
+<p>Elizabeth Liner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/29b11603626f">29b11603626f</a>
+Adding attribute to detect which processor we can use for alt-memory</li>
+</ul>
+<p>Greg Still (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b1386622238e">b1386622238e</a>
+PM_SPWKUP: Clear wakeup notify select bit to enable auto special
+wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cc59dcd72f9d">cc59dcd72f9d</a>
+PM: p9_setup_evid steps voltage to avoid Fleetwood VRM limitations</li>
+</ul>
+<p>Joachim Fenkes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cce76062ef2f">cce76062ef2f</a>
+hwpErrors: Use wildcard instead of explicit list</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d1da43c4e54d">d1da43c4e54d</a>
+LPC: Add empty files for mirroring to HB, PPE, HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da13fade1742">da13fade1742</a>
+p9_sbe_lpc_init: Fix timeout setup</li>
+</ul>
+<p>Joe McGill (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d2a0b0c1617c">d2a0b0c1617c</a>
+FIR + RAS XML updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4d30a3d9b261">4d30a3d9b261</a>
+p9_sbe_tracearray – satsify PRD calls to manage core trace arrays</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9da1175ad43a">9da1175ad43a</a>
+Add base FAPI2 attribute definitions</li>
+</ul>
+<p>Lennard Streat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ffd086397fb0">ffd086397fb0</a>
+Protect Firmware from exposure to HW423533</li>
+</ul>
+<p>Luke C. Murray (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c955a5c32115">c955a5c32115</a>
+Updating NCU tlbie pacing dials</li>
+</ul>
+<p>Luke Mulkey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e275751a409c">e275751a409c</a>
+Existing code changes for ddr_phy_reset HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2cd7837eb2ec">2cd7837eb2ec</a>
+p9c_mss_memdiags and p9c_mss_maint_cmds</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/efcd5ec67072">efcd5ec67072</a>
+adding fapi2::putSpyWithCare()</li>
+</ul>
+<p>Matthew Hickman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e7dbfd13ce4">8e7dbfd13ce4</a>
+Added RCD Protect time and MNFG Flag check to unmask function</li>
+</ul>
+<p>Nick Klazynski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ace31fa4b8c6">ace31fa4b8c6</a>
+Add TM WAT workaround; NDD2.2 and CDD1.1 only</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1fb2cb5cb795">1fb2cb5cb795</a>
+Add Cumulus DD1.1 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b51252885ec6">b51252885ec6</a>
+Enable risklevel2, match v44 of security wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/00bb7b34d2a8">00bb7b34d2a8</a>
+Remove CDD1.1 security IMC; Apply indirect branch serialization to
+HV=0 only</li>
+</ul>
+<p>Oliver Morlok (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/56e408e085ca">56e408e085ca</a>
+Get a z compile working</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/69bc840ab99a">69bc840ab99a</a>
+Fix bug in cache query state procedure</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2dce1d2d7fbb">2dce1d2d7fbb</a>
+SBE Space optimisation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b7838172f0b">9b7838172f0b</a>
+SBE Regression</li>
+</ul>
+<p>Sachin Gupta (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d27218491dda">d27218491dda</a>
+Retry multicast chiplet offline errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ab0fc4ba6ffb">ab0fc4ba6ffb</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/967fefdf8af1">967fefdf8af1</a>
+Fix test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/321de657b979">321de657b979</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c0363924c7d">5c0363924c7d</a>
+Handle race condition between PSU/FIFO interface.</li>
+</ul>
+<p>Soma BhanuTej (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/55603147cd5b">55603147cd5b</a>
+Mask TP LFIR for non PPE mode - p9_sbe_common</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ace2c563f607">ace2c563f607</a>
+Axone support to TP stopclocks</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4e41a9415858">4e41a9415858</a>
+Change TP FIR bits 38, 39, 40 as recoverable & Masked</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b29de060c3e">2b29de060c3e</a>
+Erepair HWP p9_io_erepair procedure</li>
+</ul>
+<p>Yue Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20c449a70cde">20c449a70cde</a>
+STOP: Support Suspend Entry/Exit and Fix Pig Collision</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/148a8c9278b9">148a8c9278b9</a>
+STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/160637c9e837">160637c9e837</a>
+Fix a couple of EKB files to prevent CMVC quirk</li>
+</ul>
+<p>crgeddes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7808b4fe065e">7808b4fe065e</a>
+Update p9_query_cache_access_state to use the correct scom
+register</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49613ee7ed9e">49613ee7ed9e</a>
+Skip EQ_CLOCK_STAT_SL scom is we are in stop 11 or greater</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2c07fd2bbb9d">2c07fd2bbb9d</a>
+Add RCD_PARITY_ERROR enum value to ATTR_RECONFIGURE_LOOP</li>
+</ul>
+<p>spashabk-in (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ffa97b5fd9ff">ffa97b5fd9ff</a>
+Fix missing sbe traces in errorlog</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6526984e4ae4">6526984e4ae4</a>
+Extend sbe-debug.py to get ppe register ffdc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e9d92bf3c8f">8e9d92bf3c8f</a>
+Check for disable scom filtering bit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9355a3505c0a">9355a3505c0a</a>
+Cleanup generic chipop files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6699e49f885f">6699e49f885f</a>
+Dump transition during continuous ipl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9e30f6413207">9e30f6413207</a>
+Check for checkstop during mpipl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26fbcbed7c36">26fbcbed7c36</a>
+Restructure sbe-debug.py</li>
+</ul>
+<p>whs (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/90316ae6f36a">90316ae6f36a</a>
+Changes related to packaging of memory vpd on Nimbus</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>Akshay Adiga (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87f33f499061">87f33f499061</a>
+SLW: Increase stop4-5 residency by 10x</li>
+</ul>
+<p>Alistair Popple (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/759c23acb4b6">759c23acb4b6</a>
+hw/npu2: Assign a unique LPARSHORTID per GPU</li>
+</ul>
+<p>Andrew Donnellan (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/399151e1425e">399151e1425e</a>
+npu2: Split out common helper functions into separate file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11b46291111a">11b46291111a</a>
+npu2: Rework NPU data structures for OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3603f474e566">3603f474e566</a>
+platform: Add fields for OpenCAPI platform data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5f1fd30ef56">b5f1fd30ef56</a>
+npu2-opencapi: Configure NPU for OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9db58b1e5c03">9db58b1e5c03</a>
+npu2-hw-procedures: Add support for OpenCAPI PHY link training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b1cdedcef1d">6b1cdedcef1d</a>
+npu2-opencapi: Train OpenCAPI links and setup devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b72a43c59cb">5b72a43c59cb</a>
+platforms: Add OpenCAPI platform data and device tree nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f2e637b802e3">f2e637b802e3</a>
+doc/device-tree: Add PCI bindings stub</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd6194f5a864">bd6194f5a864</a>
+doc/device-tree: Add OpenCAPI device tree bindings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9972229b6b11">9972229b6b11</a>
+gitignore: Add *.a</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d8c596368279">d8c596368279</a>
+npu2: Remove unused fields in struct npu2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87145c6bad5b">87145c6bad5b</a>
+npu2: Remove DD1 support</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfdf5787b9d8">bfdf5787b9d8</a>
+Add VESNIN platform support</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0180de29859b">0180de29859b</a>
+capp: Add lid definition for P9 DD-2.2</li>
+</ul>
+<p>Cyril Bur (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/682e196627a0">682e196627a0</a>
+libflash/blocklevel: Correct miscalculation in
+blocklevel_smart_erase()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70166b34238e">70166b34238e</a>
+mbox: Harden against BMC daemon errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c0224322650">8c0224322650</a>
+mbox: Reduce default BMC timeouts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5630c819b3cb">5630c819b3cb</a>
+occ-sensors: Remove NULL checks after dereference</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f4f88196aec7">f4f88196aec7</a>
+npu2: Fix possible NULL dereference</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4599a8bdf9de">4599a8bdf9de</a>
+npu2-opencapi: Fix memory leak</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c3b809cb8ba">3c3b809cb8ba</a>
+libstb/create-container: munmap() signature file address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7598ed90a670">7598ed90a670</a>
+fast-reboot: occ: Only delete /ibm, opal/power-mgt nodes if they
+exist</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35f003a01174">35f003a01174</a>
+hw/imc: Don’t dereference possible NULL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/351b05be3d40">351b05be3d40</a>
+dts: Zero struct to avoid using uninitialised value</li>
+</ul>
+<p>Cédric Le Goater (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dcbf18c1f0e1">dcbf18c1f0e1</a>
+xive: fix opal_xive_set_vp_info() error path</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4fcf4549d168">4fcf4549d168</a>
+Make gard display show that a record is cleared</li>
+</ul>
+<p>Frederic Barrat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd8b82a8e83e">cd8b82a8e83e</a>
+npu2-opencapi: Add OpenCAPI OPAL API calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/48dd5f7b9fbb">48dd5f7b9fbb</a>
+npu2-opencapi: Fix assert on link reset during init</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0df891697d24">0df891697d24</a>
+README: document output files</li>
+</ul>
+<p>Mahesh Salgaonkar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/603beb4500f5">603beb4500f5</a>
+Reserve OPAL API number for opal_handle_hmi2 function.</li>
+</ul>
+<p>Matt Brown (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d4c774c2a3a">2d4c774c2a3a</a>
+core/lock: Add deadlock detection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84186ef0944c">84186ef0944c</a>
+core/lock: Add lock timeout warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d0f41e021b3">8d0f41e021b3</a>
+gcov: Add gcov data struct to sysfs</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f30286c49431">f30286c49431</a>
+mambo: Add fw-feature flags for security related settings</li>
+</ul>
+<p>Michael Neuling (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb3348c865a8">bb3348c865a8</a>
+core/pci-dt-slot: Fix booting with no slot map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa03921a9aa6">fa03921a9aa6</a>
+pci: Move code around</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fe6d86b92a00">fe6d86b92a00</a>
+pci: Make fast reboot creset PHBs in parallel</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/18d7ee718bef">18d7ee718bef</a>
+core/init: Assert when kernel not found</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/730bccbbb615">730bccbbb615</a>
+Tie tm-suspend fw-feature and opal_reinit_cpus() together</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75a89e61c9d9">75a89e61c9d9</a>
+pci: Reduce log level of error message</li>
+</ul>
+<p>Murilo Opsfelder Araujo (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f23240f50653">f23240f50653</a>
+skiboot.spec: Update to v5.10 release</li>
+</ul>
+<p>Nicholas Piggin (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbd3880c321">8cbd3880c321</a>
+direct-controls: mambo fix for multiple chips</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f6159cff5d91">f6159cff5d91</a>
+build: use thin archives rather than incremental linking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/56a85b41d231">56a85b41d231</a>
+core/hmi: report processor recovery reason from core FIR bits on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/884f97b25b49">884f97b25b49</a>
+core/opal: abort in case of re-entrant OPAL call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82fd5d06beee">82fd5d06beee</a>
+core/opal: allow some re-entrant calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1f53f9fa766f">1f53f9fa766f</a>
+core/fast-reboot: disable fast reboot upon fundamental
+entry/exit/locking errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cabd06243ac">8cabd06243ac</a>
+core/fast-reboot: verify mem regions before fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/336f306555d0">336f306555d0</a>
+mem-map: Use a symbolic constant for exception vector size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c32943bfc1e2">c32943bfc1e2</a>
+core/fast-reboot: zero memory after fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a1c3dcca81ce">a1c3dcca81ce</a>
+nvram: run nvram_validate() after nvram_reformat()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/103f67fe83f1">103f67fe83f1</a>
+hw/imc: don’t access homer memory if it was not initialised</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90d53934c2da">90d53934c2da</a>
+core/cpu: discover stack region size before initialising memory
+regions</li>
+</ul>
+<p>Oliver O’Halloran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e74805702f6">3e74805702f6</a>
+phb*: Remove the state field in the various phb structures</li>
+</ul>
+<p>Philippe Bergheaud (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8cfb0906643">a8cfb0906643</a>
+phb4: set PHB CMPM registers for tunneled operations</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f3584d84662">0f3584d84662</a>
+phb4: set PBCQ Tunnel BAR for tunneled operations</li>
+</ul>
+<p>Pridhiviraj Paidipeddi (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f24db9e5c8c4">f24db9e5c8c4</a>
+libstb/secureboot: Fix logging of secure verify messages.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20f685a3627a">20f685a3627a</a>
+console(lpc/fsp-console): Use only stdout-path property on P9 and
+above</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28a414b3e4c5">28a414b3e4c5</a>
+doc/opal-api: Document using stdout-path property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f69d2ac579b6">f69d2ac579b6</a>
+core/ipmi-opal: Add interrupt-parent property for ipmi node on P9 and
+above.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ea3ac76137b">8ea3ac76137b</a>
+doc/opal-api: Document changes of adding interrupt-parent property
+under /ibm, opal/ipmi node on POWER9 and above.</li>
+</ul>
+<p>Reza Arbab (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/105d80f85b07">105d80f85b07</a>
+npu2: Use unfiltered mode in XTS tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/773836f3424d">773836f3424d</a>
+npu2: Disable fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ce7482fb650">0ce7482fb650</a>
+npu2: Add performance tuning SCOM inits</li>
+</ul>
+<p>Shilpasri G Bhat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac4272bf5e73">ac4272bf5e73</a>
+fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgt</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5c9d09d0677">b5c9d09d0677</a>
+dts: spl_wakeup: Remove all workarounds in the spl wakeup logic</li>
+</ul>
+<p>Stewart Smith (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbdc91e693fc">fbdc91e693fc</a>
+NPU2 HMIs: dump out a <em>LOT</em> of npu2 registers for debugging</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa1eeea2e987">fa1eeea2e987</a>
+doc: skiboot 5.10.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/785b35d18808">785b35d18808</a>
+fast-reboot: enable by default for POWER9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ba69bb62ca2">5ba69bb62ca2</a>
+skiboot 5.10.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/217f74b0c40e">217f74b0c40e</a>
+Revert “console(lpc/fsp-console): Use only stdout-path property on P9
+and above”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b71db454f703">b71db454f703</a>
+Keep constructors with priorities</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d75b9439f66">2d75b9439f66</a>
+gcov: Another GCC, another gcov tweak</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f88ffa66d1b4">f88ffa66d1b4</a>
+cpu_idle_job: relax a bit</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8e6cc3f4752">a8e6cc3f4752</a>
+Don’t detect lock timeouts when timebase is invalid</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1090f346713a">1090f346713a</a>
+Revert “platforms/astbmc/slots.c: Allow comparison of bus numbers
+when matching slots”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/547377ddcd93">547377ddcd93</a>
+occ: Set up OCC messaging even if we fail to setup pstates</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80452d2cf2ce">80452d2cf2ce</a>
+Revert “NPU2 HMIs: dump out a <em>LOT</em> of npu2 registers for debugging”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/215a7ce1f186">215a7ce1f186</a>
+NPU2: dump NPU2 registers on npu2 HMI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c05a8178dffa">c05a8178dffa</a>
+Fix ‘make check’ compile for mem_clear_range</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5771b85b1bc2">5771b85b1bc2</a>
+skiboot 5.10.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a1d25fbae1a">0a1d25fbae1a</a>
+skiboot 5.11-rc1 release notes</li>
+</ul>
+<p>Vaibhav Jain (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53c4553dd767">53c4553dd767</a>
+capp: Disable fast-reboot when capp is enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a72d055d9337">a72d055d9337</a>
+capp: Make error in capp timebase sync a non-fatal error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1190f403248">b1190f403248</a>
+capp: Disable fast-reboot whenever enable_capi_mode() is called</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1dacecd2b28b">1dacecd2b28b</a>
+core: Fix ‘opal-runtime-size’ property</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/6ca015dbd3e1">6ca015dbd3e1</a>
+Syncing MRW with op-release</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c10638fa2a83">c10638fa2a83</a>
+Switching back to OBus bucket 1</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/ca689febb5a6">ca689febb5a6</a>
+Update EREPAIR attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/5e48835aacb1">5e48835aacb1</a>
+Update Obus PLL bucket to 25G</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/a426841eeba2">a426841eeba2</a>
+Set Obus channel type to cable</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/4b012a3d1da5">4b012a3d1da5</a>
+Add new 23c WOF table</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.21.2.html" title="previous chapter">Release Notes for OpenPower Firmware v1.21.2</a></li>
+ <li>Next: <a href="v1.22.html" title="next chapter">Release Notes for OpenPower Firmware v1.22</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.22-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v1.22.html b/release-notes/v1.22.html
new file mode 100644
index 0000000..53686a7
--- /dev/null
+++ b/release-notes/v1.22.html
@@ -0,0 +1,2369 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v1.22 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0-rc1" href="v2.0-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.22-rc1" href="v1.22-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v1-22">
+<h1>Release Notes for OpenPower Firmware v1.22<a class="headerlink" href="#release-notes-for-openpower-firmware-v1-22" title="Permalink to this headline">¶</a></h1>
+<p>This release is NOT intended for GA POWER9 platforms. For that, you will
+need the (future) op-build v2.0.</p>
+<p>Due to the proximity to op-build v2.0, it’s best to think of v1.22 as
+a late beta release for v2.0.</p>
+<div class="section" id="known-issues">
+<h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
+<p>The following stop states are disabled: 4,5,11. We believe all the bugs
+have been shaken out of stop4 and stop5, and they will be enabled immediately
+after v1.22.</p>
+</div>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul>
+<li><p class="first">vesnin</p>
+<p>A 4 socket 2U POWER8 system with up to 8TB of memory from YADRO.
+There are still some outstanding hostboot patches that are currently
+being reviewed in order to have full Vesnin support upstream.</p>
+</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="21%" />
+<col width="21%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>glib
+c</td>
+<td>glibc-2.26-73-
+g4b692dffb95ac
+4812b161eb6a16
+113d7e824982e</td>
+<td>glibc-2.26-107
+-g73a92363619e
+52c458146e903d
+fb9b1ba823aa40</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>host
+boot</td>
+<td>28927a78ca4144
+aa8214d35b7ad7
+e2ddba5ada4e</td>
+<td>b51298075aee40
+2dbcef485088cf
+a71a6ca61725</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>host
+boot
+-bin
+arie
+s</td>
+<td>6924d6b711ba7b
+1d4c47346c9a8d
+ff88cfaaf4c8</td>
+<td>b339e05c57725c
+f09b867d665269
+8aa2e3ab5f6a</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>ima-
+cata
+log</td>
+<td>01b26a136da16a
+87c0b6b3c4d9f2
+7555dca104dc</td>
+<td>90237254664cad
+ab529a39796508
+3e38806d92e6</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>libf
+lash</td>
+<td>v5.9-166-g70f1
+4f4dd86e</td>
+<td>v5.10.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, p9dsu, palmetto,
+pseries, romulus, witherspoon, zaius,
+zz</td>
+</tr>
+<tr class="row-odd"><td>linu
+x</td>
+<td>4.14.20</td>
+<td>4.15.14</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>linu
+x-he
+ader
+s</td>
+<td>4.14.20</td>
+<td>4.15.14</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>mach
+ine-
+xml</td>
+<td>58554bfabd7f35
+6bc9db3e493816
+2acd445fc559</td>
+<td>18591a3eba4fc4
+345daf630aaf44
+12f1554a24cd</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>mach
+ine-
+xml</td>
+<td>b0884b3032df60
+e49eff4b212719
+f8d49a5d6be7</td>
+<td>4b012a3d1da538
+b3fb97c332b6fc
+e51a6cffaf9a</td>
+<td>zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>f72f857b7e5ab2
+5a5616b1655005
+b963405eb350</td>
+<td>768466b31e853c
+b11dfa90dbfc15
+65a21ee9646e</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>open
+powe
+r-pn
+or</td>
+<td>b210f15c69933e
+21494323a8f501
+7501e7b2c1de</td>
+<td>dafcab48658b4d
+e48e70c929b036
+985dac7ef7b8</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>peti
+tboo
+t</td>
+<td>v1.6.6</td>
+<td>v1.7.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>0aae9a8e68abb5
+5110bee2d7bd2f
+be49a4a11e70</td>
+<td>5c0363924c7d71
+0146155b3354b2
+36012372dd24</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>skib
+oot</td>
+<td>v5.10</td>
+<td>v5.11</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu,
+palmetto, pseries, romulus,
+witherspoon, zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="16%" />
+<col width="65%" />
+<col width="19%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>sbe</td>
+<td>0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70</td>
+<td>zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdbb8517ab31">fdbb8517ab31</a>
+ATTR_CHIP_EC_FEATURE_HW406337 support for Axone</li>
+</ul>
+<p>Alex Taft (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c078ed5d8667">c078ed5d8667</a>
+New dummy pulse pok bits (for L2/L3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da32698522da">da32698522da</a>
+HW405413 : NCU sends data out of order</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8c20a22ad09">e8c20a22ad09</a>
+L3 initfile updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7dea31a9b0b0">7dea31a9b0b0</a>
+L3 Initfile: Qualify divide_minor setting</li>
+</ul>
+<p>Alpana Kumari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd85928cb6ab">bd85928cb6ab</a>
+Fix enum in dimmConsts.H</li>
+</ul>
+<p>Amit Tendolkar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2c708da6e1a">a2c708da6e1a</a>
+Add PGPE XIRs to Special Wakeup Failure FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/def84fb4f740">def84fb4f740</a>
+Enable setting the stop recovery enabled/disable policy in SGPE Init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18d91f4a458f">18d91f4a458f</a>
+Update p9_collect_ppe_state to dynamically collect PPE FFDC</li>
+</ul>
+<p>Andre Marin (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f595ecf7f9d0">f595ecf7f9d0</a>
+Add address translation (xlate) support for 4Gbx8 and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443282a786ee">443282a786ee</a>
+Fixes memdiags broadcast mode address check bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c50ad6201b4a">c50ad6201b4a</a>
+Add base spd decoder to share among controllers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/157d87dcea5a">157d87dcea5a</a>
+Change base decoder, add ddr4 namespace, and common API btw modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0eb26a290f0">b0eb26a290f0</a>
+Add const to the end of spd decoder methods to denote unchanged mem
+vars</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1e78b687d15">e1e78b687d15</a>
+Add Connector to SDRAM Bit Mapping to the SPD decoder and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6de6f7655df">b6de6f7655df</a>
+Split SPD Connector to SDRAM fields, add unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9cde7352d62">d9cde7352d62</a>
+Remove override flag for ATTR_MSS_MRW_ALLOW_UNSUPPORTED_RCW,
+deconfig update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ffad4a09011">3ffad4a09011</a>
+Remove mss::c_str dependency for SPD decoder for future reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71987fc9ba5a">71987fc9ba5a</a>
+Add DLL workaround and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eb1f8ab1705">3eb1f8ab1705</a>
+Disable mem clk stop when in STR for DD2.* only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9b81f6e0311">e9b81f6e0311</a>
+Remove reset_dll from scominit, enable delay line tap points</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04088f2ddf58">04088f2ddf58</a>
+Modified gen_accessors script for greater support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab7f5582fdba">ab7f5582fdba</a>
+Remove logic to disable memory clocks in STR if in
+PD_AND_STR_CLK_STOP mode</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37f1636463ec">37f1636463ec</a>
+Ec_level attribute support for DD1 attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b722a87509e1">b722a87509e1</a>
+DD2 updates:p9_sbe_arrayinit,p9_sbe_tp_arrayinit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9194b0c4c0cc">9194b0c4c0cc</a>
+VITAL cleaning for DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/313d850ed60d">313d850ed60d</a>
+p9_start_cbs updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37f0ec3dddbd">37f0ec3dddbd</a>
+p9_sbe_chiplet_reset,p9_sbe_arrayinit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ac11d13ae61">5ac11d13ae61</a>
+Cumulus proc updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/156a0bd71156">156a0bd71156</a>
+Axone Update</li>
+</ul>
+<p>Ben Gass (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ebf782126ac">5ebf782126ac</a>
+Add support for p9c 1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8bf720f6890">a8bf720f6890</a>
+Turn off 64byte checkbit inversion for simulation in
+centaur.mbs.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef607c81e101">ef607c81e101</a>
+Axone MC uses same pll/clock setup as in Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3877eeac3ff3">3877eeac3ff3</a>
+Remove PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in
+p9.obus.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8aefe57f98f5">8aefe57f98f5</a>
+Adding chip_ec_feature attributes for dd2 build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21200ba766f3">21200ba766f3</a>
+Set NDL IOValids based on configured NV links.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7375de1dcebd">7375de1dcebd</a>
+Update filter pll settings as per HW407180</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/749693530aed">749693530aed</a>
+Use obus p9ndd1 spy name attribute for obus initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f52bb2280385">f52bb2280385</a>
+Create dmi.pll.scan.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a69039374bbe">a69039374bbe</a>
+Updates for HW416934 and HW417233</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0844be4f3967">0844be4f3967</a>
+Adding p9a support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b9b993f082c">5b9b993f082c</a>
+Re-submit Axone updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3594cc4abcb">d3594cc4abcb</a>
+Add support for p9c 1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/277e5d2085cd">277e5d2085cd</a>
+Axone MC uses same pll/clock setup as in Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bea281bae99">9bea281bae99</a>
+Add p9n 2.3 to p9_frequency_buckets.H</li>
+</ul>
+<p>Benjamin Weisenbeck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24bcf5732469">24bcf5732469</a>
+PRD: Fix data storage exception in PLL analysis</li>
+</ul>
+<p>Bill Hoffa (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/014e0ae7136c">014e0ae7136c</a>
+Add Kernel Debug Trace for Out of Memory condition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddb2012f39d5">ddb2012f39d5</a>
+Enable Cumulus CDIMM Config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2dc8952afa9">a2dc8952afa9</a>
+Deliver cumulus_cdimm pnor image to fips for Simics regression
+testing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9de67e525158">9de67e525158</a>
+Update Bbuild to b0316a_1813.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/425eb895f440">425eb895f440</a>
+Add ATTR_ prefix to attributes missing it in
+hb_customized_attrs.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a17b84a6678f">a17b84a6678f</a>
+Enable FAPI Cumulus test cases</li>
+</ul>
+<p>Brian Bakke (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3403445e2f75">3403445e2f75</a>
+Fix and codify how system and node targets are handled by attribute
+overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb0dc7d71263">bb0dc7d71263</a>
+Add common XSCOM error literals to HBRT</li>
+</ul>
+<p>Brian Silver (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57808f6af451">57808f6af451</a>
+Add EC feature levels to MSS workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b76592c3358c">b76592c3358c</a>
+Add EC workaround for PHY training bad bit processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ccd1b475062">8ccd1b475062</a>
+Add Memory Subsystem FIR support</li>
+</ul>
+<p>Brian Stegmiller (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2993c5b32a67">2993c5b32a67</a>
+PRD: Add regs to capture list for NVLINK analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cf2925f7e01">8cf2925f7e01</a>
+Monitor threads for HB TI to work</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e69501ebe5b">0e69501ebe5b</a>
+Simics: Skip mem diag due to intermittent action file issues</li>
+</ul>
+<p>Brian Vanderpool (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/551d7e678a8e">551d7e678a8e</a>
+PM: Ignore allow_reg_wakeup in cache contained mode</li>
+</ul>
+<p>CHRISTINA L. GRAVES (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/316f190cdeac">316f190cdeac</a>
+p9_sbe_lpc_init fix with GPIO reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7f98e8fe346">a7f98e8fe346</a>
+Fix for HW397129-set bit 52 in the ALTD_OPTION reg to keep MC
+fastpath enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6567fe47ef12">6567fe47ef12</a>
+p9_setup_bars – support DD2 NPU SCOM address changes</li>
+</ul>
+<p>Caleb Palmer (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1467cbcb8be5">1467cbcb8be5</a>
+Fix target type check in bad dq helper function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18a73baccdc2">18a73baccdc2</a>
+PRD: Don’t skip TPS after failed MemDealloc calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2fd055febb7">d2fd055febb7</a>
+Free mem and fix dimm trgt in bad dq accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83933bedd3ce">83933bedd3ce</a>
+MDIA: Cut mdia patterns from 9 to 4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f68014a90f6">8f68014a90f6</a>
+MDIA: ensure full MBA target support for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bc416f75e08">4bc416f75e08</a>
+MDIA: command cleanup support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92069bbfeb10">92069bbfeb10</a>
+Add get/set functionality for row repair attr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08b8dd518da9">08b8dd518da9</a>
+Add accessor functions for row repair attr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39489bc4e96c">39489bc4e96c</a>
+PRD: Continue looking for attns after SCOM fail on mask/act regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae7ba42544d4">ae7ba42544d4</a>
+PRD: Enable threshold for IPL RCD parity err</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24780f003a4b">24780f003a4b</a>
+HTMGT: Cache user power limit from BMC and add proc callout for 2AEx
+errors</li>
+</ul>
+<p>Chris Hanudel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dba9b43bdc9">8dba9b43bdc9</a>
+Updates for P9 NX DD2 initfiles</li>
+</ul>
+<p>Chris Steffen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9039019de5a">f9039019de5a</a>
+Initial Abus Commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e507de12bf45">e507de12bf45</a>
+I/O Metadata Cleanup</li>
+</ul>
+<p>Christian Geddes (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d28433bcc3c">8d28433bcc3c</a>
+Fix bugs in FSP->HBRT message path for SBE errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a60925ef57e">4a60925ef57e</a>
+Fix trace bug for error path in rt_fwnotify</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c4b416ae0cf">2c4b416ae0cf</a>
+Remove if that was catching SBE chipop err logs and forcing reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5983ddc3585">c5983ddc3585</a>
+Skip attempting sbe_retry when HBRT receives SBE_ERR from HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10aa31b32fc0">10aa31b32fc0</a>
+Re-order sbex calls in presimsetup to get paths updated correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04ba8e387d32">04ba8e387d32</a>
+Update autocitest to collect all hostboot dump info prior to failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74156401d2fb">74156401d2fb</a>
+Don’t include duplicate connections when looking up xbus mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05cda10a435a">05cda10a435a</a>
+Update backing build to be b0222a_1810.911</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6bd3b6514e0">a6bd3b6514e0</a>
+Allow platHwasErrorAddHWCollout now that FSP supports it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc2a04496b84">fc2a04496b84</a>
+Ensure all hbmutex attributes get re-initialized on MPIPL</li>
+</ul>
+<p>Christopher Riedl (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d3671f0c224">8d3671f0c224</a>
+PPM reg collision (HW389511) work-around: Special Wake-up</li>
+</ul>
+<p>Claus Michael Olsen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3fbe556d9d69">3fbe556d9d69</a>
+Additional risk level support - (step 2) Updating the image w/RL2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a563b914d6dc">a563b914d6dc</a>
+xip_customize: GPTR/overlays stage 1 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50a391ac5965">50a391ac5965</a>
+HW425038 INT ARX timeout workaround - Updated initfiles to 49241</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68f67bd7aab5">68f67bd7aab5</a>
+Update to putRingUtils to proper scanning of perv_pll_bndy_flt
+rings</li>
+</ul>
+<p>Corey Swenson (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cf79f8dc40b">4cf79f8dc40b</a>
+Changes to Inband SCOM MMIO ranges for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53635aee4925">53635aee4925</a>
+Delete ATTR_DMI_INBAND_BAR_ENABLE when processing MRW attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed84b08afa87">ed84b08afa87</a>
+Inband SCOM clean up</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4699ae10c2a">b4699ae10c2a</a>
+Add inband bar address to simics xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a783ea89563">8a783ea89563</a>
+Move runtime scoms to common function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/579e63b60e50">579e63b60e50</a>
+Add support for ATTR_FREQ_MCA_MHZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b51298075aee">b51298075aee</a>
+Add ibscom runtime support</li>
+</ul>
+<p>Dan Crowell (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b47f658c6e96">b47f658c6e96</a>
+Pull ATTR_MSS_MRW_FORCE_BCMODE_OFF from MRW if it exists</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/431a3cc0aa10">431a3cc0aa10</a>
+Bug fixes for concurrent update of HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a0eb030e761">4a0eb030e761</a>
+Mirror fixup - spd_decoder_base.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36766721c030">36766721c030</a>
+Disable WOF for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f43040cb271">4f43040cb271</a>
+Enable WOF_VRATIO on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5d2c874d072">f5d2c874d072</a>
+Removing old TODO for dropped requirement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/309422a68f39">309422a68f39</a>
+Fix EID range for HBRT logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/586b8b1e6088">586b8b1e6088</a>
+Do not elevate severity of reconfig error log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4a7de38d08d">e4a7de38d08d</a>
+No longer include BAR attributes in ServerWiz2 export</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5683e4887711">5683e4887711</a>
+Remirror chip_ec_attributes.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b96070e5a1f">7b96070e5a1f</a>
+Disabling WOF and VDM for Nimbus DD2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb7c0e1f8327">eb7c0e1f8327</a>
+Disable WOF for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/945553cc05cf">945553cc05cf</a>
+Force single-threaded access to HWPs in PRD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54d16a1476fe">54d16a1476fe</a>
+Add proc huid to PSU trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbe9dd41d809">bbe9dd41d809</a>
+Fix FFDC for FW Request Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d755323a660">4d755323a660</a>
+Completely hide attributes that have no value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4d47c4e68cc">a4d47c4e68cc</a>
+Support Nimbus DD2.3 and Cumulus 1.2 PLL Buckets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2bffd27478b">b2bffd27478b</a>
+Ensure ATTR_EC_GARD and ATTR_EQ_GARD are updated before SBE
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90eaed6f430c">90eaed6f430c</a>
+Force checkstops for unhandled machine checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/711723bcb25f">711723bcb25f</a>
+Ignore dummy files when parsing error log data</li>
+</ul>
+<p>Daniel Howe (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/928dab2ae2c2">928dab2ae2c2</a>
+Allow lpc_ed for p9n 2.2 per HW418117 fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55b4dac7353b">55b4dac7353b</a>
+update data token init to use scans on p9c 1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acd49fe41045">acd49fe41045</a>
+dd1.1+ DL training procedure updates</li>
+</ul>
+<p>Daniel M. Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fd3b08eed59">2fd3b08eed59</a>
+Revert “Adds self time refresh entry and exit helper functions”</li>
+</ul>
+<p>David Kauer (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112c8bd6e114">112c8bd6e114</a>
+Update INT DD2 initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e53b287b70c0">e53b287b70c0</a>
+Added Nimbus & Cumulus attributes for INT initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/128afcc6737f">128afcc6737f</a>
+HW425038 INT ARX timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/240defa5f9b2">240defa5f9b2</a>
+Modify INT FIR configuration settings</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2414e7c8e5de">2414e7c8e5de</a>
+Support sending chip info to SBEs on multinode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6f9a2206311">d6f9a2206311</a>
+Force 25G Nvlink speed on P9N DD2.1</li>
+</ul>
+<p>Elizabeth Liner (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f1ef46890d9">8f1ef46890d9</a>
+Adding visible error once we know that the SBE is erroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c142eb850380">c142eb850380</a>
+Adding attribute to detect which processor we can use for alt-memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4761f0cf880a">4761f0cf880a</a>
+Updating HWP’s to use PROC_CHIP_MEM_TO_USE attribute</li>
+</ul>
+<p>Emmanuel Sacristan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a09b00b1558">7a09b00b1558</a>
+NMMU Nimbus dd2 scom/scan updates, updated comments</li>
+</ul>
+<p>Greg Still (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9b500d310ee">f9b500d310ee</a>
+PM: GPE timer fix (HW389045 - Update Shadow copy of TSEL)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/420c26669087">420c26669087</a>
+PM: refine enablement attributes for advanced functions
+(VDM,RESCLK,WOF,IVRM)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52074db64a3d">52074db64a3d</a>
+PM: Move to chip EC based #V validity checking in
+p9_pstate_parameter_block</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2a54161270c">a2a54161270c</a>
+VDM: p9_pstate_parameter_block check for VDM Large threshold <
+-32mV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbcd27d3a629">cbcd27d3a629</a>
+PM: p9_setup_evid steps voltage to avoid Fleetwood VRM limitations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3364dfd2650">c3364dfd2650</a>
+PM: p9_setup_evid - deal with attribute clearing during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b5cfe7260ef">9b5cfe7260ef</a>
+PM: Enhance p9_pm_pss_init for reset error logging</li>
+</ul>
+<p>Ilya Smirnov (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a681d519d4dc">a681d519d4dc</a>
+Pass i_skipComm to _buildOccs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/299023edd66f">299023edd66f</a>
+Reload OCC and HCODE LIDs in OCC Reload Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95c3ddc9290b">95c3ddc9290b</a>
+Insert Debug Data Into hb prime Code Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c82b626e6ea1">c82b626e6ea1</a>
+Check the Section Headers in Non-Secure Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec645465cdae">ec645465cdae</a>
+Flush TMP Daemon Traces Prior to Shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/713f7f024c45">713f7f024c45</a>
+Secure Boot: Close SBE Security Backdoor</li>
+</ul>
+<p>Jacob Harvey (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/052142a41cd0">052142a41cd0</a>
+Add in RCD attributes for DD2 debug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5ca1ace470e">e5ca1ace470e</a>
+Change RD_CTR workaround val and update attr name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9abf780c9305">9abf780c9305</a>
+Increment red_waterfall for low vdn fix</li>
+</ul>
+<p>Jaymes Wilks (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ea7d7ed5db4">8ea7d7ed5db4</a>
+Change FCO distribution to ensure master chip has at least one core</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13dd75dd4dc3">13dd75dd4dc3</a>
+Support TPM in CUMULUS standalone SIMICS boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f5c0b932724">4f5c0b932724</a>
+Add TPM to the CUMULUS CDIMM model</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4eaf644dbf1b">4eaf644dbf1b</a>
+Remove code flows that use non-open signing tools</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7728cc84c782">7728cc84c782</a>
+Revert “Adding p9a support.”</li>
+</ul>
+<p>Jenny Huynh (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d8051b7b2e7">3d8051b7b2e7</a>
+Reset L3 error status register for next CE/UE capture</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c27a8bd5fb97">c27a8bd5fb97</a>
+Adding workaround for HW930007 and HW386013</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/793f58e194db">793f58e194db</a>
+Adding in defect HW395947,HW930007 to INT initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0d88fcce2d4">d0d88fcce2d4</a>
+Adding HW363780 to NPU scom initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a42eb15a2cc9">a42eb15a2cc9</a>
+Reducing rng pace rate from 2000 -> 300 for HW403701</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b6b29be4ff5">4b6b29be4ff5</a>
+HW406130: Reduce dma read requests from 16->8 in NX inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ec839acf46f">6ec839acf46f</a>
+HW407123: Slow down xlink command rate for Nimbus DD1/2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1635526313e">a1635526313e</a>
+INT scan initfile change to add workaround for HW408972</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7db59ec919d">e7db59ec919d</a>
+Adding HW401552 to cxa initfile to workaround clockgating bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b84a7e90001">9b84a7e90001</a>
+Adding HW414702 workaround to INT scan initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddf01705dda7">ddf01705dda7</a>
+Workaround for Quaint Gate, Angry Reindeer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b79417a6c766">b79417a6c766</a>
+Updating HW414700 to also apply to Cumulus DD10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5fb7125def7">a5fb7125def7</a>
+HW438727 Disable clockgate to allow correct ODL error reporting</li>
+</ul>
+<p>Joachim Fenkes (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0967b7fb152">c0967b7fb152</a>
+LPC: Add empty files for mirroring to HB, PPE, HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1141d3f0a51e">1141d3f0a51e</a>
+FFDC: Add empty new helper procedure for mirroring to HB, HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4ea0e36be37">d4ea0e36be37</a>
+Add p9_proc_gettracearray procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f16f1f33d3e">6f16f1f33d3e</a>
+p9_sbe_tracearray: Nimbus DD2 updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d61bf78fca7d">d61bf78fca7d</a>
+HW415692: Make workaround permanent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efc02485efbd">efc02485efbd</a>
+HDCT: Remove core trace arrays, permanent P9 erratum</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8da2d84dff3">b8da2d84dff3</a>
+p9_sbe_lpc_init: Fix timeout setup</li>
+</ul>
+<p>Joe McGill (43):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90a2c95eb96c">90a2c95eb96c</a>
+p9_tod_move_tod_to_tb – correct TOD state checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d23f6873114">4d23f6873114</a>
+p9_sbe_tracearray – satsify PRD calls to manage core trace arrays</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac0c8f0e7bdb">ac0c8f0e7bdb</a>
+resolve Zeppelin DMI channel framelock issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0fce11639f7">c0fce11639f7</a>
+enforce strict 512 GB per socket limit on Witherspoon memory map
+(part2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92f6bd045cb1">92f6bd045cb1</a>
+HW388878 VCS workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c189e8e26a7">9c189e8e26a7</a>
+p9.fbc.scan.initfile – create initfile, add workaround for HW376651</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ba30ede4f3a">5ba30ede4f3a</a>
+p9_psi_init – parametrize link speed (half/full)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/398408a979d7">398408a979d7</a>
+p9.fbc.scan.initfile – clock off MCSYNC staging latches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12ea45b365cf">12ea45b365cf</a>
+Add MSS customization support from CRP0 Lx MVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b02210a00b1e">b02210a00b1e</a>
+p9_getecid – set PCIE DD1.0x workaround attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/65076c196163">65076c196163</a>
+add SS PLL settings to support 94 MHz PCI operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2c5ab1977ee">a2c5ab1977ee</a>
+FBC updates for HW383616, HW384245</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee3924e0c243">ee3924e0c243</a>
+p9_sbe_tp_chiplet_init3 – disable TP TOD hang pulse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bdb5fa7a80f">4bdb5fa7a80f</a>
+p9.core.scan.initfile – mask local error from CC in EC perv LFIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c526478a6ce3">c526478a6ce3</a>
+adjust SRAM timings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d707e8c9223">8d707e8c9223</a>
+update DPLL and IVRM inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d615502799c0">d615502799c0</a>
+derate NVLINK frequency for Nimbus DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40c1bf0cfb1b">40c1bf0cfb1b</a>
+p9.xbus.pll.scan.initfile – restore full frequency settings for
+Nimbus DD2+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c2cd3174256">8c2cd3174256</a>
+p9.int.scan.initfile – init PSIHB to LSI mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/527165381939">527165381939</a>
+L3 updates – p9_build_smp, p9_fbc_utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a26100f62ca">3a26100f62ca</a>
+future proof EC feature attributes, add missing P9N DD2 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78bf7f9a76b2">78bf7f9a76b2</a>
+L3 update – p9_pcie_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4831e12ea20e">4831e12ea20e</a>
+p9.core.scan.initfile – set disable 241 for Nimbus DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4229a61632a">e4229a61632a</a>
+PCIe updates for Nimbus DD2 GEN4 operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddefc592366e">ddefc592366e</a>
+p9.pci.scan.initfile – initial release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6752509378f2">6752509378f2</a>
+p9.npu.scom.initfile – Nimbus DD2 updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02e1726c4962">02e1726c4962</a>
+TP, Nest FIR updates – DD2 updates to match RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ce08029e577">3ce08029e577</a>
+p9.npu.scom.initfile – FIR updates to align with RAS XML
+documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f0a49f50d87">7f0a49f50d87</a>
+p9.int.scom.initfile – mask SUE FIR for Nimbus DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0df90732994">a0df90732994</a>
+resolve Zeppelin DMI channel framelock issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5e2af0f5eed">e5e2af0f5eed</a>
+updates for NPU errata</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e0f3a8ad787">8e0f3a8ad787</a>
+PLL updates for filter BG, BW including OBUS tank coreqs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3f11dbddd5">3d3f11dbddd5</a>
+IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c7fd666460">75c7fd666460</a>
+p9.filter.pll.scan.intifile – set 0 BGoffset for P9C DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f20b37d483c4">f20b37d483c4</a>
+remove NV iovalid assertion from FW and add scan inits to resolve
+glsmux xstate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0d08f111980">f0d08f111980</a>
+Chip address extension workaround for HW423589 (option2), part1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a94bc7eedf31">a94bc7eedf31</a>
+disable ECC bypass for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01a6a43e9020">01a6a43e9020</a>
+MCD disable workaround for HW423589 (option1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7221c41d5f7f">7221c41d5f7f</a>
+Disable read data delay for Cumulus DD1.0, enable for DD1.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e07cb2f93ac8">e07cb2f93ac8</a>
+p9.npu.scom.initfile – limit DCP0 credits for HW437173</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69bd6e497bfd">69bd6e497bfd</a>
+L2 - Fabric updates for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/225f4090804f">225f4090804f</a>
+update HWP level metadata for nest, common files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5139c57aa414">5139c57aa414</a>
+create shells for IO OBUS pre, post training HWPs</li>
+</ul>
+<p>John Rell (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/366a4efdf50b">366a4efdf50b</a>
+jgr18022000 Fix for typo in changes for HW430958</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d12852b6fa1a">d12852b6fa1a</a>
+jgr17050500 Added Centaur and DMI IO SCOM initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55e4a228b65f">55e4a228b65f</a>
+jgr17082300 Setting changes for HW41801 HW419305</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9af3fc295e1e">9af3fc295e1e</a>
+jgr171017 Setting changes for Obus boardwire vs cable</li>
+</ul>
+<p>Joshua Hannan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c9b0d832610">4c9b0d832610</a>
+adding insert for soft fail threshold for dd1 and dd2</li>
+</ul>
+<p>Juan Medina (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/727e9397fd73">727e9397fd73</a>
+reverting FIRs to master values, setting only bit 8</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca235d62a2fe">ca235d62a2fe</a>
+Scrubbing needs to stay off for DD2, bug HW405443</li>
+</ul>
+<p>Lennard Streat (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3593cc766ca">d3593cc766ca</a>
+Temporary workaround for HW412197</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75823b14fb47">75823b14fb47</a>
+HW439321 - Trusty Birthday Alternative Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/968b1746f9e7">968b1746f9e7</a>
+HW439321 - Disable CRC Performance Degradation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77309f6630fa">77309f6630fa</a>
+Expanding MCU tag fifo settings to be freq dependent.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d12277f2397">3d12277f2397</a>
+Workaround for Warlike Parasite (HW430546)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f24037b86d27">f24037b86d27</a>
+Protect Firmware from exposure to HW423533</li>
+</ul>
+<p>Louis Stermole (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9900129f86ae">9900129f86ae</a>
+Fix command gap calculation for MSS scrub to prevent truncation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d64041888fed">d64041888fed</a>
+Add callout for when the DIMM to NEST freq ratio exceeds 1.5</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4ed25ed886c">e4ed25ed886c</a>
+Add workaround for DDRPHY ODT config register erratum (ODT2, ODT3
+bits swapped)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46b6c6815aa0">46b6c6815aa0</a>
+Add empty p9c delayRegs.H for hostboot</li>
+</ul>
+<p>Luke C. Murray (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/908eda4b3845">908eda4b3845</a>
+Disabling LVext for all P9 parts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2921d0d9066c">2921d0d9066c</a>
+HW414700 checkstop on UEs and disable core ECC counter</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15d21760fbaa">15d21760fbaa</a>
+Workaround for HW421347 Scandalous Pie</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5b8ae989e51">b5b8ae989e51</a>
+Updating L2 re-request jitter settings for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b1226daa961">1b1226daa961</a>
+Turning on NCU tlbie pacing by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fb21d847fbea">fb21d847fbea</a>
+Adding attribute to turn memory early data on</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5759559a60d">f5759559a60d</a>
+Enabling L2 64B store prediction</li>
+</ul>
+<p>Luke Murray (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0964a5b2fd09">0964a5b2fd09</a>
+Adding skip group dials for cache when chip=group</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5bc1a24f10a">f5bc1a24f10a</a>
+Updating P9 L2 scan initfile to use attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d0c68704298">7d0c68704298</a>
+Adding good LCO settings to initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54067398177d">54067398177d</a>
+Updating L3 LCO watermarks for HW406803</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c1a9c38bba5">0c1a9c38bba5</a>
+Updating optimal larx/stcx dials for performance</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3a8e66a7f7">2e3a8e66a7f7</a>
+Disable cp_me from the L3 for Nimbus DD1 and DD2.0.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f44af3ce268c">f44af3ce268c</a>
+Updating HW363605 workaround to be applied to all chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/340b1d5748c8">340b1d5748c8</a>
+Performance updates for HW409069</li>
+</ul>
+<p>Markus Dobler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce033a30cb69">ce033a30cb69</a>
+p9_abist: Support for p9ndd2</li>
+</ul>
+<p>Marty Gloff (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d01ca15eccee">d01ca15eccee</a>
+Support multiple nodes in HBRT - Add Node Container</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40c3350ff928">40c3350ff928</a>
+Support multiple nodes in HBRT - Support Multiple Nodes in
+TargetService</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27755fae1059">27755fae1059</a>
+Support multiple nodes in HBRT - Attribute Overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fc3b529c692">5fc3b529c692</a>
+Support multiple nodes in HBRT - VPD Image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bca54fb07d0e">bca54fb07d0e</a>
+Support multiple nodes in HBRT - Sync System Attribute Data</li>
+</ul>
+<p>Matt Derksen (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80819cf5302b">80819cf5302b</a>
+Fix rollover of PLID numbers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6d402588868">d6d402588868</a>
+Cleanup hbrt msg code to be easier to understand and update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b5f10fdf6a7">3b5f10fdf6a7</a>
+Include WOF power mode explicitly inside tables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b31ac249651c">b31ac249651c</a>
+Trace cleanup: do not look for parent chip on non-parent chip targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/843b9e02e55d">843b9e02e55d</a>
+Initialize FIRDATA section and ErrlManager just incase BMC resets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/647eb6eae52c">647eb6eae52c</a>
+Only call PNOR::init() on systems with BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c7aea07bcb">75c7aea07bcb</a>
+Fix setting plid to the lastest one available at hbrt start</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8692b24a1ec0">8692b24a1ec0</a>
+Include WOF power mode explicitly inside tables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6eaa4575c95a">6eaa4575c95a</a>
+Handle new version of WOF tables that includes power mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/284cebd97cf0">284cebd97cf0</a>
+Change deconfig rules to allow for Zeppelin proc config</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/288ca88910b6">288ca88910b6</a>
+adding fapi2::putSpyWithCare()</li>
+</ul>
+<p>Matthew Hickman (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b11547e01a8">1b11547e01a8</a>
+Fixed Maint IUE unmasked with mnfg flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6b7234d960a">f6b7234d960a</a>
+Fixed port fail SUE bug for DD2 modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48d464158bc3">48d464158bc3</a>
+Fixed MNFG Attribute handing for TCE Corrections</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90ef1f6dbd59">90ef1f6dbd59</a>
+Fixed unmasking of BRODCAST_OUT_OF_SYNC fir after memdiags
+handling</li>
+</ul>
+<p>Michael Koch (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b34665d2794">8b34665d2794</a>
+Implementing Michael Floyds improvements.</li>
+</ul>
+<p>Mike Baiocchi (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eeadfb7bf985">eeadfb7bf985</a>
+Add Reset to TPM’s I2C Bus for MPIPLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/234ef44536ae">234ef44536ae</a>
+Add FFDC to ‘No Functional TPM’ Fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe61cf0701e0">fe61cf0701e0</a>
+Setup Node-Level Attributes for Multinode TCE Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95c1dd78c27a">95c1dd78c27a</a>
+Close and Disable TCEs on Non-Master Nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55f0053bc34e">55f0053bc34e</a>
+Reset Host-mode Processor I2C Masters connected to the TPMs</li>
+</ul>
+<p>Nicholas E. Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7decd2eeff5">a7decd2eeff5</a>
+Revert “Check the Section Headers in Non-Secure Mode”</li>
+</ul>
+<p>Nick Bofferding (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55e51a61f985">55e51a61f985</a>
+Delayed deconfig any DIMM on a failing voltage domain</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afc4bd08c5bf">afc4bd08c5bf</a>
+Documentation: Stop withholding various SRCs from pubs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24bc6a1bee51">24bc6a1bee51</a>
+Secure Boot: On get jumper state error path, save PLID before
+committing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8b0039d4e3a">a8b0039d4e3a</a>
+Clear FCO deconfigures before applying gard records</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd1cd3c7d1fb">bd1cd3c7d1fb</a>
+Secure Boot: Detach secure PNOR provider task</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b02cc8314be">0b02cc8314be</a>
+Secure Boot: Check integrity of dynamically sized secure header
+copies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24929fd8ab96">24929fd8ab96</a>
+Secure Boot: Dynamically set TPM I2C master path in MRW parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa5d9565d0d1">aa5d9565d0d1</a>
+Secure Boot: Mark redundant TPM not present until SMP is enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5660e6b0e4a2">5660e6b0e4a2</a>
+Secure Boot: Populate master node TPM info in HDAT until multinode
+supported</li>
+</ul>
+<p>Nick Klazynski (36):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07fd08d22744">07fd08d22744</a>
+Add Cumulus DD1.1 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36573c1d29c9">36573c1d29c9</a>
+Enable risklevel2, match v44 of security wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d78c726ee7c2">d78c726ee7c2</a>
+workarounds for HW399919 HW400898 HW398269 HW398269 HW399765</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9388b61a676d">9388b61a676d</a>
+WAs for HW401811 HW402145 HW403465; DIS_MULTIPLE_TBLW on all modes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc03d06f35ac">fc03d06f35ac</a>
+Add three WATs, remove IMC2, replace stop2 workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/633abb448897">633abb448897</a>
+Add risklevel for HW399624 due to perf penalty; Add HW405851</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5db603045222">5db603045222</a>
+Update core inits for DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6914d4009233">6914d4009233</a>
+Add core workaround for HW407136</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fd907828b92">0fd907828b92</a>
+Workarounds for HW407385 HW408629 HW410389 HW408901</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a54f8f27c08">1a54f8f27c08</a>
+Add WAs for HW413799 HW413853 HW413917 HW414249 HW414375 HW414871
+HW414829</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b31c72c8c9">c4b31c72c8c9</a>
+Add Workarounds for HW415114 HW415013 HW413853 HW414384</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffbc1b8d89b0">ffbc1b8d89b0</a>
+Add WA for HW415236</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7627769e5c9f">7627769e5c9f</a>
+Add WA for HW415988</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b69116dcd8d6">b69116dcd8d6</a>
+Add additional dials to risklevel</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d360860742b">8d360860742b</a>
+Update core initfiles for Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe20d009372f">fe20d009372f</a>
+Reverting chickenswitches for issues fixed in Cumulus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efda1e06c616">efda1e06c616</a>
+Mistakenly pulled workaround for HW410212 - readd for CDD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6df718a76fb">f6df718a76fb</a>
+Add perf inits: HW418850,HW418789; Add clockgate issue HW418738</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3883490ddec9">3883490ddec9</a>
+Add updates for NDD2.1, Serialize TB, Perf workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14f465d741f8">14f465d741f8</a>
+HW415528 and HW419742</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78801d7a4ae7">78801d7a4ae7</a>
+Core workarounds for multiple issues.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/647eee8c1825">647eee8c1825</a>
+Add workarounds for HW421426 and HW422629, Swap IMCs around</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3df6589cb9fb">3df6589cb9fb</a>
+HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add
+HW421831</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90a3867252a8">90a3867252a8</a>
+Add HW425526 and HW425027</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e5d5b750aba">0e5d5b750aba</a>
+HW403465 applies to all chips; Revert NDD2.1 RL; add SW406970</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c248c90a305">4c248c90a305</a>
+Nimbus DD2.2 core chickenswitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a55bc817001f">a55bc817001f</a>
+Large update for security</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db5f940f71b4">db5f940f71b4</a>
+Fix three NDD2.1 dials and add new NDD2.2 workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9deb5fc4a4f7">9deb5fc4a4f7</a>
+Add new TM IMC, Add TLBIE hangbuster</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cdaf3a7743f">2cdaf3a7743f</a>
+Implement security IMCs, based on v29 of wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/029552241239">029552241239</a>
+Two LTPTR workarounds, remove LTPTR serialization, Fix TB IMC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a66a14710fe">3a66a14710fe</a>
+Enable mixed core xlate; Enable xlate protection feature; Disable LSU
+clockgate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bb20d099e65">0bb20d099e65</a>
+Add TM WAT workaround; NDD2.2 and CDD1.1 only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/368e3ac318fa">368e3ac318fa</a>
+Add Cumulus DD1.1 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c08db3b8536">2c08db3b8536</a>
+Enable risklevel2, match v44 of security wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d08fdc0ee514">d08fdc0ee514</a>
+Remove CDD1.1 security IMC; Apply indirect branch serialization to
+HV=0 only</li>
+</ul>
+<p>Prachi Gupta (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5c78bbd873e9">5c78bbd873e9</a>
+checkHbResMemLimit – change to check correctly on multi-node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33725d24db91">33725d24db91</a>
+hbfw makefile changes to add p9c dd1.1 sbe to pnor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ca1d497141a">5ca1d497141a</a>
+changes to move configureHbrt target type to IPC path to run on slave
+nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdbf7156982e">fdbf7156982e</a>
+HBRT: Fix targeting to work on multi-node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b98f4c6b59fa">b98f4c6b59fa</a>
+ATTR_PBAX_GROUPID: add global tag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54cc57dd329e">54cc57dd329e</a>
+add global tag to EI_BUS_TX_MSBSWAP for serverwiz2 consumption</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce93122ca1e">7ce93122ca1e</a>
+ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: Remove writable tag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f639460a8f1">3f639460a8f1</a>
+ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: add function backed to this
+attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94408620cf26">94408620cf26</a>
+attrrp_rt.C: translateAddr returns input address by default</li>
+</ul>
+<p>Prasad Bg Ranganath (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d7e62667706">0d7e62667706</a>
+PM: Fix Global Parameter Block and PGPE size checks in
+p9_hcode_image_build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e80082e3a96a">e80082e3a96a</a>
+SBE:Putring: Added more debug information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e86fa9f6d5a9">e86fa9f6d5a9</a>
+PSTATE_PARAMETER_BLOCK structure alignment and error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3bb61aa58087">3bb61aa58087</a>
+Zepplin:Remove dd level check for cumulus under PPB code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec53527cf636">ec53527cf636</a>
+PPB: Update occ min frequency with real driven value</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e0c75fb9d8c">2e0c75fb9d8c</a>
+PM: Added support for HWP p9_pm_callout.</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/338fce09ddad">338fce09ddad</a>
+Workaround to fix issue where Powerbus loses track of EQs in DD1</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5986b2c0d1a">b5986b2c0d1a</a>
+Added CI throttling support, HW init updates, and fixed a bug with
+tce arb.</li>
+</ul>
+<p>Richard J. Knight (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/221f05613499">221f05613499</a>
+Introduce new shared library for image processing fucntions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48235812776d">48235812776d</a>
+SW414905: Mcs, Mba and L4 targets are not displayed in gard –gc mem
+output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b456c82ad820">b456c82ad820</a>
+Modify putrRing code to pull rings from centaur hw image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/967e9a084bbe">967e9a084bbe</a>
+Wait for responses from all nodes for IPC_POPULATE_ATTRIBUTES msg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d72d87900b44">d72d87900b44</a>
+Procedure crashes when trying to query an EC feature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eea4b09a3e85">eea4b09a3e85</a>
+Fix missing set_XX method for sbeTarget callout</li>
+</ul>
+<p>Rick Ward (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a48f950445f1">a48f950445f1</a>
+Dump collection should only be run on the master node and skipped on
+slaves.</li>
+</ul>
+<p>Roland Veloz (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6e41fc3329e">b6e41fc3329e</a>
+Force an SBE update upon boot failure as well as break out common
+data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0dbb06308565">0dbb06308565</a>
+Fixed both NIMBUS and CUMULUS. They are now making the call to
+mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a9355062b71">5a9355062b71</a>
+Created individual update flags for both SEEPROM 0 and SEEPROM 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d7aee811e82">3d7aee811e82</a>
+Inform OPAL of the state of the SBE after an attempt to restart</li>
+</ul>
+<p>Ryan Black (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63c767d5679c">63c767d5679c</a>
+reduce number of non-zero npu error collection registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b4fa572716e">1b4fa572716e</a>
+NPU scan/scom init updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17165d955d01">17165d955d01</a>
+p9.npu.scom.initfile – fix cq_sm allocation issue at low water mark</li>
+</ul>
+<p>Sachin Gupta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/899054484ef2">899054484ef2</a>
+Support cumulus 1.1 getPllBucket</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4340a6da7949">4340a6da7949</a>
+Remove workaround for DD1 SW reset for XIVE</li>
+</ul>
+<p>Sameer Veer (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25e991e8b352">25e991e8b352</a>
+New functions added for automating mustfix releases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ae2bffe88b5">2ae2bffe88b5</a>
+Added cmvcCheckinForceFlag to break links for new releases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ef8d33eaeb4">9ef8d33eaeb4</a>
+Integrate track before fsp-CI run triggers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bd003abad5f">0bd003abad5f</a>
+Code cleanup - removed test-code not required in prod</li>
+</ul>
+<p>Shelton Leung (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44bd1c4678da">44bd1c4678da</a>
+scan inits for lab workaround for DI bug HW392781</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be9b22ecd3fc">be9b22ecd3fc</a>
+dd1 workaround for hw400075 coherency error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c40f090b3c4e">c40f090b3c4e</a>
+workaround for hw400932 atag corruptin in presp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3869410785b">c3869410785b</a>
+amo cache disabled for dd1 for HW401780</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bce1c27699b3">bce1c27699b3</a>
+enable prefetch drop for better MC fairness</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2aad82e12497">2aad82e12497</a>
+disable noise window for DD1 HW406577</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8cf02d85d0">ad8cf02d85d0</a>
+dd2 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3f6f99840e4">e3f6f99840e4</a>
+adjusted mem 2400 nest 1600 workaround and make dd1 only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/125f42a04372">125f42a04372</a>
+dd2 phy scom inits</li>
+</ul>
+<p>Soma BhanuTej (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a41ddc53f979">a41ddc53f979</a>
+Axone support to TP stopclocks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/91d24ca4cc09">91d24ca4cc09</a>
+Change chip to unsecure always for DD1 chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed093a87011d">ed093a87011d</a>
+Security control override disable support - p9_setup_sbe_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f803dfea438">8f803dfea438</a>
+Cumulus initfile update for OBUS & XBUS PLLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c586a6b41c0f">c586a6b41c0f</a>
+Additional checks to p9_extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00c3e73d16ee">00c3e73d16ee</a>
+Axone support to TP stopclocks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c09c372348bd">c09c372348bd</a>
+Change TP FIR bits 38, 39, 40 as recoverable & Masked</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4bd7604071f">c4bd7604071f</a>
+Mask off bit 26 of TP_LFIR on FSP machines</li>
+</ul>
+<p>Stephen Glancy (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/000f358355b2">000f358355b2</a>
+Updates broadcast mode attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2674db2b85b4">2674db2b85b4</a>
+Adds blank NVDIMM utility files for HB to mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5c57afe40a8">b5c57afe40a8</a>
+Fixes tDLLK timing for 2666</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c03b84b93467">c03b84b93467</a>
+Fixes broadcast mode address check for deconfigured ports</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/719c8a64fb72">719c8a64fb72</a>
+Adds DDR4 hybrid NV-RDIMM support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b475151599d">7b475151599d</a>
+Removes overrideonly in a broadcast mode MRW attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a61200c516f7">a61200c516f7</a>
+Adds power control access functions for NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e42a73c3de9">5e42a73c3de9</a>
+Added periodic cal fix - fixes bad delays</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad869ece5cae">ad869ece5cae</a>
+Updates to run HW VREF cal by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/556caf56c9ec">556caf56c9ec</a>
+Added read ctr bad delay workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e9ff980c520">4e9ff980c520</a>
+Added DQS alignment workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad43d96deda9">ad43d96deda9</a>
+Adds DCD calibration control attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b9d8a1bd726">4b9d8a1bd726</a>
+Updated memory DD1 vs DD2 attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edca64c2b22b">edca64c2b22b</a>
+Fixed DLL workarounds to always run</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1e597ec9bdb">b1e597ec9bdb</a>
+Adds blank files for centaur secure mode boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/013207df79b3">013207df79b3</a>
+Updates p9c SPD read to include DDR3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43904dc3b8a4">43904dc3b8a4</a>
+Adds dynamic voltage blank files for HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/218a4862f0d0">218a4862f0d0</a>
+Adds secure mode boot for memory buffer chips</li>
+</ul>
+<p>Steven Janssen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d57e7720db9">6d57e7720db9</a>
+Change memory cleanup to use correct method</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00c730b5ebef">00c730b5ebef</a>
+GPTR/Overlays stage-2 support</li>
+</ul>
+<p>Sunil.Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8240f5a4c1e0">8240f5a4c1e0</a>
+Procedures modified for DD1 changes</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2958d02ae126">2958d02ae126</a>
+Create Initial Cumulus CDIMM sim configuration</li>
+</ul>
+<p>Thi Tran (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/231f4e404b04">231f4e404b04</a>
+Add ec_abst ring to p9n.hw_image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71fc3db015e6">71fc3db015e6</a>
+Attribute support of customization of Nimbus DD1 PCI reference clock
+speed.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2764678bf004">2764678bf004</a>
+P9 Cumulus InitCompiler supportis - Part 3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/227a32f926d3">227a32f926d3</a>
+Undo some p9 Cumulus spy workarounds in initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc1ac14babe2">cc1ac14babe2</a>
+Fix MFG P9 ZZ: BC70E540 (MCFIR[8]) command list timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d9454e64478">3d9454e64478</a>
+Do not apply HW414958 to Axone</li>
+</ul>
+<p>Tsung Yeung (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d2a73892341">1d2a73892341</a>
+Adds self time refresh entry and exit helper functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a4d0639d249">3a4d0639d249</a>
+Adds STR entry and exit functions to support NVDIMM</li>
+</ul>
+<p>Venkatesh Sainath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44087e0148ad">44087e0148ad</a>
+Enabling FSP-B IPL as primary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13de75c05e7d">13de75c05e7d</a>
+Fixing flipport attribute for processors</li>
+</ul>
+<p>Yue Du (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3afac7911fa4">3afac7911fa4</a>
+STOP: Support Suspend Entry/Exit and Fix Pig Collision</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40121d5b91e6">40121d5b91e6</a>
+Cache HWP: DD1 VCS Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89135c06eabc">89135c06eabc</a>
+Istep4: Enable poll for DPLL lock in p9_hcd_cache_dpll_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db94c26ffaa">1db94c26ffaa</a>
+HW396520: DD1 workaround skip flushmode inhibit drop in cache hwp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee172729c85d">ee172729c85d</a>
+STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4</li>
+</ul>
+<p>Zane Shelley (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1275d064b04f">1275d064b04f</a>
+PRD: Fixed address translation for Dynamic Memory Deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5324435b6d27">5324435b6d27</a>
+PRD: initializing MemTdCtlr variables for broadcast mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fed203b290c1">fed203b290c1</a>
+PRD: added full IPL config support into getHwConfig()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c2ad40218ec">0c2ad40218ec</a>
+PRD: removed NPUFIR workaround for DD1.0 to enable default capture</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9aa046413267">9aa046413267</a>
+PRD: NPU0FIR checkstop isolation issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9abf4f390cca">9abf4f390cca</a>
+PRD: getConnectedParent() issue in MemDealloc::dimmList()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5aa7128d4aaa">5aa7128d4aaa</a>
+PRD: add DMD support for 3 and 6 MC channels per group</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82aaa7df696a">82aaa7df696a</a>
+PRD: initialize PRD objects for Restore DRAM Repairs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f10101dc6c7e">f10101dc6c7e</a>
+PRD: DMD address translation bug.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08379ab81944">08379ab81944</a>
+PRD: extra FFDC for NPU0FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5353bb457253">5353bb457253</a>
+PRD: remove some NPUFIR bits from cs_root_cause list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d69704d2fd07">d69704d2fd07</a>
+PRD: updates to XBUS interface callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87e454859985">87e454859985</a>
+PRD: add c_err_rpt registers for INTCQFIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42e4c422f63b">42e4c422f63b</a>
+PRD: moved prdfCenMbaDataBundle.H to common code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46cd9952ddff">46cd9952ddff</a>
+PRD: Disable Dynamic Memory Deallocation for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a219839511f6">a219839511f6</a>
+PRD: support getMemAddrRange() for MBA ranks</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e01c68dc70d">8e01c68dc70d</a>
+Fix a couple of EKB files to prevent CMVC quirk</li>
+</ul>
+<p>crgeddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/345c40eb09f2">345c40eb09f2</a>
+Use DD1 SW reset for XIVE unit until we get HW reset working in DD2</li>
+</ul>
+<p>dchowe (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/666e095a50be">666e095a50be</a>
+Initfile updates for FBC DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdb995c8d77c">fdb995c8d77c</a>
+DD2 updated scan overrides, Cumulus DD1 initfile updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281b63f10d73">281b63f10d73</a>
+Update FBC cd_hp initfile to reference serial mode spys directly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8711f1044943">8711f1044943</a>
+disable lpc_ed in fbc to match mc setting</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/fca494dbdcf9">fca494dbdcf9</a>
+Replace Firmware Level with FClip History in error log</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bf6e716d3289">bf6e716d3289</a>
+Look at OCCFLG[30] to see if PGPE needs a new VFRT</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cb3f5cf6a5b9">cb3f5cf6a5b9</a>
+WOF: Phase 2 Vratio calculation correction</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1c7b23cc6b8f">1c7b23cc6b8f</a>
+WOF: Force ceff_ratio to 0% if voltage component is 0</li>
+</ul>
+<p>William Bryan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/2fe8f2c01e62">2fe8f2c01e62</a>
+Buildname 3/1</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/81196c350c52">81196c350c52</a>
+Try to PCAP GPU again after busy failure CQ:SW414846</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/768466b31e85">768466b31e85</a>
+GPE1 Binary 3/8</li>
+</ul>
+<p>mbroyles (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c9954444fc8d">c9954444fc8d</a>
+Calculate Pstate from a frequency starting at max frequency instead
+of min</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ccdb19fba8c7">ccdb19fba8c7</a>
+Enable 24x7 on FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/919b78927d26">919b78927d26</a>
+Characterization state meltbox support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e4bc12d978ab">e4bc12d978ab</a>
+Correct ASM WOF enable adjusted value</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c44bd0f660c7">c44bd0f660c7</a>
+Support set data length command to improve AMESTER performance with
+Open BMC</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v1.22/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>Brett Grandbois (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/8f09986340e6">8f09986340e6</a>
+discover/pb-discover: #include <locale.h> for musl libc</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/44ab15ff671f">44ab15ff671f</a>
+ncurses/nc-cui: musl libc fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b63b778e7feb">b63b778e7feb</a>
+ncurses/nc-cui: fix unreferenced assertion variable</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a80b3cac1053">a80b3cac1053</a>
+grub2/grub2-parser: accept no whitespace in grub menuentry</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b6e83bb17299">b6e83bb17299</a>
+grub2/grub2: add Yocto paths to default grub2 conf search paths</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c8ba7b32759f">c8ba7b32759f</a>
+test/parser: test no whitespace on grub menuentry</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/02af1caf9df8">02af1caf9df8</a>
+syslinux: add syslinux parser support</li>
+</ul>
+<p>Cyril Bur (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b2bc013b1413">b2bc013b1413</a>
+configure.ac: Fix unmatched brackets</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/817e6698bcbb">817e6698bcbb</a>
+Fix bootstrap warning: noinst_PROGRAMS was already defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/117a75f95ec3">117a75f95ec3</a>
+Better recognition of ncurses header files</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3a76e4214d5c">3a76e4214d5c</a>
+discover/pxe-parser: Fine grained proxy control</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/eb9c570fa13b">eb9c570fa13b</a>
+configure.ac: Fix unmatched brackets</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/17f04cb4d3d8">17f04cb4d3d8</a>
+Fix bootstrap warning: noinst_PROGRAMS was already defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/bc8b183fbea6">bc8b183fbea6</a>
+Better recognition of ncurses header files</li>
+</ul>
+<p>Daniel Axtens (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/591b8b6d39b2">591b8b6d39b2</a>
+Use –no-location instead of –add-location=never</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/865097ff2cbb">865097ff2cbb</a>
+Test with .travis.yml</li>
+</ul>
+<p>Geoff Levand (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7aa2d8a3aefc">7aa2d8a3aefc</a>
+bootstrap: Add dependency checks</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e3f78333a2a1">e3f78333a2a1</a>
+configure: Add check for lex, yacc</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c462aa6f8e46">c462aa6f8e46</a>
+configure: Update AC_PACKAGE_BUGREPORT</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/41caf09e98b1">41caf09e98b1</a>
+printf: Fix format type warnings</li>
+</ul>
+<p>Joel Stanley (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a5f80e0a9a40">a5f80e0a9a40</a>
+discover: Fix bad check of version string</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/352f5c2729dc">352f5c2729dc</a>
+ncurses: Fix bad strncmp</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2b86765dfa37">2b86765dfa37</a>
+discover: Fix unused function warning</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2c97f136757b">2c97f136757b</a>
+test/parser: Fixed uninitialized variable warning</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/47d0601affe8">47d0601affe8</a>
+discover: pxe: Avoid dereferencing null pointer</li>
+</ul>
+<p>Samuel Mendoza-Jonas (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/33a0f544151f">33a0f544151f</a>
+ui/ncurses: Handle arrow key variants</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3af2c04787af">3af2c04787af</a>
+ui/ncurses: Handle arrow key variants</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c916e1333676">c916e1333676</a>
+ui/ncurses: Always cancel autoboot on exit</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f18998f6aac3">f18998f6aac3</a>
+ui/ncurses: Always cancel autoboot on exit</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a2d5a3e3cb55">a2d5a3e3cb55</a>
+discover/pxe-parser: Fix relative parsing for manual config files</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad12fe5b75e">1ad12fe5b75e</a>
+discover/pxe-parser: Fix relative parsing for manual config files</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2dfbd9811d1e">2dfbd9811d1e</a>
+ui/ncurses: Allow multiple hot key handlers per pmenu</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/11c43508e436">11c43508e436</a>
+ui/ncurses: Clear remaining space when drawing help line</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/ef13876e9fea">ef13876e9fea</a>
+discover/device-handler: Treat empty boot order as ‘boot any’</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/aa23987dd043">aa23987dd043</a>
+discover/syslinux-parser: Fix missing comma in ignored names.</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/dc85de97c79c">dc85de97c79c</a>
+discover: Allow load_async_url() to call callback for local paths</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/d63bacef37d6">d63bacef37d6</a>
+ui/ncurses: Fix boot editor segfault on update</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7e0b9da2ae2f">7e0b9da2ae2f</a>
+discover/platform-powerpc: Avoid confusing gateway and URL</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/fb8dbd274b4b">fb8dbd274b4b</a>
+ui/ncurses: Validate URL field</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e6407ab0ae61">e6407ab0ae61</a>
+lib: Fix gpg.h path</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/526d4b3d959d">526d4b3d959d</a>
+utils/hooks: Set stdout-path property</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/c208aa42024f">c208aa42024f</a>
+discover/boot: Fix stale boot cancellation code</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>Amit Tendolkar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/731439265743">731439265743</a>
+Extend PM Reset flow to collect PM FFDC to HOMER</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8b75ed9d8f43">8b75ed9d8f43</a>
+Add EQ ATOMIC LOCK SCOM to security write whitelist for FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1384ebc764ac">1384ebc764ac</a>
+Update p9_collect_ppe_state to dynamically collect PPE FFDC</li>
+</ul>
+<p>Andre Marin (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/92ababe68288">92ababe68288</a>
+Add initial p9c ddr_phy_reset, dimmBadDqBitmapAccessHwp, slew, &
+unmask_errors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0ac911461767">0ac911461767</a>
+Modified gen_accessors script for greater support</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3a8884d192b1">3a8884d192b1</a>
+Adding output_path option for sbe-debug.py</li>
+</ul>
+<p>Ben Gass (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f5ce40fd271">9f5ce40fd271</a>
+Re-submit Axone updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/75ddac2a41a9">75ddac2a41a9</a>
+Add support for p9c 1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b432b15cbe8">2b432b15cbe8</a>
+Axone MC uses same pll/clock setup as in Cumulus.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1410d7f9ee83">1410d7f9ee83</a>
+Add p9n 2.3 to p9_frequency_buckets.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a347254a3aec">a347254a3aec</a>
+Removing trailing comma in system_attributes.xml</li>
+</ul>
+<p>Brian Silver (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da9b63d6c024">da9b63d6c024</a>
+Change p9_mss_freq_system to write attributes, errors for Cronus</li>
+</ul>
+<p>Brian Vanderpool (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2a438c9dd4b2">2a438c9dd4b2</a>
+Improve power and clock checking when checking for stop states</li>
+</ul>
+<p>CHRISTINA L. GRAVES (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b65fd5bcb57d">b65fd5bcb57d</a>
+p9_query_cache_access_state L2</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f058c9945a4f">f058c9945a4f</a>
+Add attribute to give platform more control over PM_RESET</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b82c9d49c743">b82c9d49c743</a>
+Additional risk level support - (step 2) Updating the image w/RL2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54f0bc5c31d3">54f0bc5c31d3</a>
+Update to putRingUtils to proper scanning of perv_pll_bndy_flt
+rings</li>
+</ul>
+<p>Dan Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba6f0c6d234e">ba6f0c6d234e</a>
+Disabling WOF and VDM for Nimbus DD2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c821b84e4ff5">c821b84e4ff5</a>
+Disable WOF for Cumulus DD1.0</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d50cc1394696">d50cc1394696</a>
+Run lpc_init on all processors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e962f1e8c736">e962f1e8c736</a>
+Honor STOP Gated bit when checking access states</li>
+</ul>
+<p>Elizabeth Liner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/29b11603626f">29b11603626f</a>
+Adding attribute to detect which processor we can use for alt-memory</li>
+</ul>
+<p>Greg Still (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b1386622238e">b1386622238e</a>
+PM_SPWKUP: Clear wakeup notify select bit to enable auto special
+wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cc59dcd72f9d">cc59dcd72f9d</a>
+PM: p9_setup_evid steps voltage to avoid Fleetwood VRM limitations</li>
+</ul>
+<p>Joachim Fenkes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cce76062ef2f">cce76062ef2f</a>
+hwpErrors: Use wildcard instead of explicit list</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d1da43c4e54d">d1da43c4e54d</a>
+LPC: Add empty files for mirroring to HB, PPE, HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da13fade1742">da13fade1742</a>
+p9_sbe_lpc_init: Fix timeout setup</li>
+</ul>
+<p>Joe McGill (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d2a0b0c1617c">d2a0b0c1617c</a>
+FIR + RAS XML updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4d30a3d9b261">4d30a3d9b261</a>
+p9_sbe_tracearray – satsify PRD calls to manage core trace arrays</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9da1175ad43a">9da1175ad43a</a>
+Add base FAPI2 attribute definitions</li>
+</ul>
+<p>Lennard Streat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ffd086397fb0">ffd086397fb0</a>
+Protect Firmware from exposure to HW423533</li>
+</ul>
+<p>Luke C. Murray (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c955a5c32115">c955a5c32115</a>
+Updating NCU tlbie pacing dials</li>
+</ul>
+<p>Luke Mulkey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e275751a409c">e275751a409c</a>
+Existing code changes for ddr_phy_reset HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2cd7837eb2ec">2cd7837eb2ec</a>
+p9c_mss_memdiags and p9c_mss_maint_cmds</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/efcd5ec67072">efcd5ec67072</a>
+adding fapi2::putSpyWithCare()</li>
+</ul>
+<p>Matthew Hickman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e7dbfd13ce4">8e7dbfd13ce4</a>
+Added RCD Protect time and MNFG Flag check to unmask function</li>
+</ul>
+<p>Nick Klazynski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ace31fa4b8c6">ace31fa4b8c6</a>
+Add TM WAT workaround; NDD2.2 and CDD1.1 only</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1fb2cb5cb795">1fb2cb5cb795</a>
+Add Cumulus DD1.1 inits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b51252885ec6">b51252885ec6</a>
+Enable risklevel2, match v44 of security wiki</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/00bb7b34d2a8">00bb7b34d2a8</a>
+Remove CDD1.1 security IMC; Apply indirect branch serialization to
+HV=0 only</li>
+</ul>
+<p>Oliver Morlok (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/56e408e085ca">56e408e085ca</a>
+Get a z compile working</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/69bc840ab99a">69bc840ab99a</a>
+Fix bug in cache query state procedure</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2dce1d2d7fbb">2dce1d2d7fbb</a>
+SBE Space optimisation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b7838172f0b">9b7838172f0b</a>
+SBE Regression</li>
+</ul>
+<p>Sachin Gupta (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d27218491dda">d27218491dda</a>
+Retry multicast chiplet offline errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ab0fc4ba6ffb">ab0fc4ba6ffb</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/967fefdf8af1">967fefdf8af1</a>
+Fix test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/321de657b979">321de657b979</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c0363924c7d">5c0363924c7d</a>
+Handle race condition between PSU/FIFO interface.</li>
+</ul>
+<p>Soma BhanuTej (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/55603147cd5b">55603147cd5b</a>
+Mask TP LFIR for non PPE mode - p9_sbe_common</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ace2c563f607">ace2c563f607</a>
+Axone support to TP stopclocks</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4e41a9415858">4e41a9415858</a>
+Change TP FIR bits 38, 39, 40 as recoverable & Masked</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b29de060c3e">2b29de060c3e</a>
+Erepair HWP p9_io_erepair procedure</li>
+</ul>
+<p>Yue Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20c449a70cde">20c449a70cde</a>
+STOP: Support Suspend Entry/Exit and Fix Pig Collision</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/148a8c9278b9">148a8c9278b9</a>
+STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/160637c9e837">160637c9e837</a>
+Fix a couple of EKB files to prevent CMVC quirk</li>
+</ul>
+<p>crgeddes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7808b4fe065e">7808b4fe065e</a>
+Update p9_query_cache_access_state to use the correct scom
+register</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49613ee7ed9e">49613ee7ed9e</a>
+Skip EQ_CLOCK_STAT_SL scom is we are in stop 11 or greater</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2c07fd2bbb9d">2c07fd2bbb9d</a>
+Add RCD_PARITY_ERROR enum value to ATTR_RECONFIGURE_LOOP</li>
+</ul>
+<p>spashabk-in (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ffa97b5fd9ff">ffa97b5fd9ff</a>
+Fix missing sbe traces in errorlog</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6526984e4ae4">6526984e4ae4</a>
+Extend sbe-debug.py to get ppe register ffdc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e9d92bf3c8f">8e9d92bf3c8f</a>
+Check for disable scom filtering bit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9355a3505c0a">9355a3505c0a</a>
+Cleanup generic chipop files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6699e49f885f">6699e49f885f</a>
+Dump transition during continuous ipl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9e30f6413207">9e30f6413207</a>
+Check for checkstop during mpipl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26fbcbed7c36">26fbcbed7c36</a>
+Restructure sbe-debug.py</li>
+</ul>
+<p>whs (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/90316ae6f36a">90316ae6f36a</a>
+Changes related to packaging of memory vpd on Nimbus</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>Akshay Adiga (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87f33f499061">87f33f499061</a>
+SLW: Increase stop4-5 residency by 10x</li>
+</ul>
+<p>Alistair Popple (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/759c23acb4b6">759c23acb4b6</a>
+hw/npu2: Assign a unique LPARSHORTID per GPU</li>
+</ul>
+<p>Andrew Donnellan (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/399151e1425e">399151e1425e</a>
+npu2: Split out common helper functions into separate file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11b46291111a">11b46291111a</a>
+npu2: Rework NPU data structures for OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3603f474e566">3603f474e566</a>
+platform: Add fields for OpenCAPI platform data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5f1fd30ef56">b5f1fd30ef56</a>
+npu2-opencapi: Configure NPU for OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9db58b1e5c03">9db58b1e5c03</a>
+npu2-hw-procedures: Add support for OpenCAPI PHY link training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b1cdedcef1d">6b1cdedcef1d</a>
+npu2-opencapi: Train OpenCAPI links and setup devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b72a43c59cb">5b72a43c59cb</a>
+platforms: Add OpenCAPI platform data and device tree nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f2e637b802e3">f2e637b802e3</a>
+doc/device-tree: Add PCI bindings stub</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd6194f5a864">bd6194f5a864</a>
+doc/device-tree: Add OpenCAPI device tree bindings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9972229b6b11">9972229b6b11</a>
+gitignore: Add *.a</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d8c596368279">d8c596368279</a>
+npu2: Remove unused fields in struct npu2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87145c6bad5b">87145c6bad5b</a>
+npu2: Remove DD1 support</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfdf5787b9d8">bfdf5787b9d8</a>
+Add VESNIN platform support</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0180de29859b">0180de29859b</a>
+capp: Add lid definition for P9 DD-2.2</li>
+</ul>
+<p>Cyril Bur (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/682e196627a0">682e196627a0</a>
+libflash/blocklevel: Correct miscalculation in
+blocklevel_smart_erase()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70166b34238e">70166b34238e</a>
+mbox: Harden against BMC daemon errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c0224322650">8c0224322650</a>
+mbox: Reduce default BMC timeouts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5630c819b3cb">5630c819b3cb</a>
+occ-sensors: Remove NULL checks after dereference</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f4f88196aec7">f4f88196aec7</a>
+npu2: Fix possible NULL dereference</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4599a8bdf9de">4599a8bdf9de</a>
+npu2-opencapi: Fix memory leak</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c3b809cb8ba">3c3b809cb8ba</a>
+libstb/create-container: munmap() signature file address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7598ed90a670">7598ed90a670</a>
+fast-reboot: occ: Only delete /ibm, opal/power-mgt nodes if they
+exist</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35f003a01174">35f003a01174</a>
+hw/imc: Don’t dereference possible NULL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/351b05be3d40">351b05be3d40</a>
+dts: Zero struct to avoid using uninitialised value</li>
+</ul>
+<p>Cédric Le Goater (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dcbf18c1f0e1">dcbf18c1f0e1</a>
+xive: fix opal_xive_set_vp_info() error path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/19335bbf77d8">19335bbf77d8</a>
+xive: disable store EOI support</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4fcf4549d168">4fcf4549d168</a>
+Make gard display show that a record is cleared</li>
+</ul>
+<p>Frederic Barrat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd8b82a8e83e">cd8b82a8e83e</a>
+npu2-opencapi: Add OpenCAPI OPAL API calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/48dd5f7b9fbb">48dd5f7b9fbb</a>
+npu2-opencapi: Fix assert on link reset during init</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0df891697d24">0df891697d24</a>
+README: document output files</li>
+</ul>
+<p>Mahesh Salgaonkar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/603beb4500f5">603beb4500f5</a>
+Reserve OPAL API number for opal_handle_hmi2 function.</li>
+</ul>
+<p>Matt Brown (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d4c774c2a3a">2d4c774c2a3a</a>
+core/lock: Add deadlock detection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84186ef0944c">84186ef0944c</a>
+core/lock: Add lock timeout warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d0f41e021b3">8d0f41e021b3</a>
+gcov: Add gcov data struct to sysfs</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f30286c49431">f30286c49431</a>
+mambo: Add fw-feature flags for security related settings</li>
+</ul>
+<p>Michael Neuling (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb3348c865a8">bb3348c865a8</a>
+core/pci-dt-slot: Fix booting with no slot map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa03921a9aa6">fa03921a9aa6</a>
+pci: Move code around</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fe6d86b92a00">fe6d86b92a00</a>
+pci: Make fast reboot creset PHBs in parallel</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/18d7ee718bef">18d7ee718bef</a>
+core/init: Assert when kernel not found</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/730bccbbb615">730bccbbb615</a>
+Tie tm-suspend fw-feature and opal_reinit_cpus() together</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75a89e61c9d9">75a89e61c9d9</a>
+pci: Reduce log level of error message</li>
+</ul>
+<p>Murilo Opsfelder Araujo (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f23240f50653">f23240f50653</a>
+skiboot.spec: Update to v5.10 release</li>
+</ul>
+<p>Nicholas Piggin (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbd3880c321">8cbd3880c321</a>
+direct-controls: mambo fix for multiple chips</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f6159cff5d91">f6159cff5d91</a>
+build: use thin archives rather than incremental linking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/56a85b41d231">56a85b41d231</a>
+core/hmi: report processor recovery reason from core FIR bits on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/884f97b25b49">884f97b25b49</a>
+core/opal: abort in case of re-entrant OPAL call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82fd5d06beee">82fd5d06beee</a>
+core/opal: allow some re-entrant calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1f53f9fa766f">1f53f9fa766f</a>
+core/fast-reboot: disable fast reboot upon fundamental
+entry/exit/locking errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cabd06243ac">8cabd06243ac</a>
+core/fast-reboot: verify mem regions before fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/336f306555d0">336f306555d0</a>
+mem-map: Use a symbolic constant for exception vector size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c32943bfc1e2">c32943bfc1e2</a>
+core/fast-reboot: zero memory after fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a1c3dcca81ce">a1c3dcca81ce</a>
+nvram: run nvram_validate() after nvram_reformat()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/103f67fe83f1">103f67fe83f1</a>
+hw/imc: don’t access homer memory if it was not initialised</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90d53934c2da">90d53934c2da</a>
+core/cpu: discover stack region size before initialising memory
+regions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0c7c89b7483">e0c7c89b7483</a>
+core/cpufeatures: Fix setting DARN and SCV HWCAP feature bits</li>
+</ul>
+<p>Oliver O’Halloran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e74805702f6">3e74805702f6</a>
+phb*: Remove the state field in the various phb structures</li>
+</ul>
+<p>Philippe Bergheaud (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8cfb0906643">a8cfb0906643</a>
+phb4: set PHB CMPM registers for tunneled operations</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f3584d84662">0f3584d84662</a>
+phb4: set PBCQ Tunnel BAR for tunneled operations</li>
+</ul>
+<p>Pridhiviraj Paidipeddi (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f24db9e5c8c4">f24db9e5c8c4</a>
+libstb/secureboot: Fix logging of secure verify messages.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20f685a3627a">20f685a3627a</a>
+console(lpc/fsp-console): Use only stdout-path property on P9 and
+above</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28a414b3e4c5">28a414b3e4c5</a>
+doc/opal-api: Document using stdout-path property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f69d2ac579b6">f69d2ac579b6</a>
+core/ipmi-opal: Add interrupt-parent property for ipmi node on P9 and
+above.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ea3ac76137b">8ea3ac76137b</a>
+doc/opal-api: Document changes of adding interrupt-parent property
+under /ibm, opal/ipmi node on POWER9 and above.</li>
+</ul>
+<p>Reza Arbab (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/105d80f85b07">105d80f85b07</a>
+npu2: Use unfiltered mode in XTS tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/773836f3424d">773836f3424d</a>
+npu2: Disable fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ce7482fb650">0ce7482fb650</a>
+npu2: Add performance tuning SCOM inits</li>
+</ul>
+<p>Shilpasri G Bhat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac4272bf5e73">ac4272bf5e73</a>
+fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgt</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5c9d09d0677">b5c9d09d0677</a>
+dts: spl_wakeup: Remove all workarounds in the spl wakeup logic</li>
+</ul>
+<p>Stewart Smith (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbdc91e693fc">fbdc91e693fc</a>
+NPU2 HMIs: dump out a <em>LOT</em> of npu2 registers for debugging</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa1eeea2e987">fa1eeea2e987</a>
+doc: skiboot 5.10.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/785b35d18808">785b35d18808</a>
+fast-reboot: enable by default for POWER9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ba69bb62ca2">5ba69bb62ca2</a>
+skiboot 5.10.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/217f74b0c40e">217f74b0c40e</a>
+Revert “console(lpc/fsp-console): Use only stdout-path property on P9
+and above”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b71db454f703">b71db454f703</a>
+Keep constructors with priorities</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d75b9439f66">2d75b9439f66</a>
+gcov: Another GCC, another gcov tweak</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f88ffa66d1b4">f88ffa66d1b4</a>
+cpu_idle_job: relax a bit</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8e6cc3f4752">a8e6cc3f4752</a>
+Don’t detect lock timeouts when timebase is invalid</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1090f346713a">1090f346713a</a>
+Revert “platforms/astbmc/slots.c: Allow comparison of bus numbers
+when matching slots”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/547377ddcd93">547377ddcd93</a>
+occ: Set up OCC messaging even if we fail to setup pstates</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80452d2cf2ce">80452d2cf2ce</a>
+Revert “NPU2 HMIs: dump out a <em>LOT</em> of npu2 registers for debugging”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/215a7ce1f186">215a7ce1f186</a>
+NPU2: dump NPU2 registers on npu2 HMI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c05a8178dffa">c05a8178dffa</a>
+Fix ‘make check’ compile for mem_clear_range</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5771b85b1bc2">5771b85b1bc2</a>
+skiboot 5.10.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a1d25fbae1a">0a1d25fbae1a</a>
+skiboot 5.11-rc1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/36f6c25c7314">36f6c25c7314</a>
+core/lock.c: ensure valid start value for lock spin duration warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6bfe04890f09">6bfe04890f09</a>
+doc: Document ibm,heartbeat-ms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9cd6646d25b5">9cd6646d25b5</a>
+skiboot 5.10.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b526d85edb2">1b526d85edb2</a>
+travis: add -L to all curl invocations to follow redirects</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c53bb6db7f6">6c53bb6db7f6</a>
+skiboot-5.11 release notes</li>
+</ul>
+<p>Vaibhav Jain (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53c4553dd767">53c4553dd767</a>
+capp: Disable fast-reboot when capp is enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a72d055d9337">a72d055d9337</a>
+capp: Make error in capp timebase sync a non-fatal error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1190f403248">b1190f403248</a>
+capp: Disable fast-reboot whenever enable_capi_mode() is called</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09b853cae0aa">09b853cae0aa</a>
+capi: Poll Err/Status register during CAPP recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d7067e7a3f5">1d7067e7a3f5</a>
+phb4: Reset FIR/NFIR registers before PHB4 probe</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cfe9d4416aab">cfe9d4416aab</a>
+core/cpu: Prevent clobbering of stack guard for boot-cpu</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1dacecd2b28b">1dacecd2b28b</a>
+core: Fix ‘opal-runtime-size’ property</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/6ca015dbd3e1">6ca015dbd3e1</a>
+Syncing MRW with op-release</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c10638fa2a83">c10638fa2a83</a>
+Switching back to OBus bucket 1</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/500533412079">500533412079</a>
+TPM FRU Addition and WOF p2 enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/18591a3eba4f">18591a3eba4f</a>
+Enabling OCC telemetry data logs</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/ca689febb5a6">ca689febb5a6</a>
+Update EREPAIR attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/5e48835aacb1">5e48835aacb1</a>
+Update Obus PLL bucket to 25G</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/a426841eeba2">a426841eeba2</a>
+Set Obus channel type to cable</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/4b012a3d1da5">4b012a3d1da5</a>
+Add new 23c WOF table</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.22-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v1.22-rc1</a></li>
+ <li>Next: <a href="v2.0-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v2.0-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v1.22.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0-rc1.html b/release-notes/v2.0-rc1.html
new file mode 100644
index 0000000..80445f0
--- /dev/null
+++ b/release-notes/v2.0-rc1.html
@@ -0,0 +1,1678 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0" href="v2.0.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v1.22" href="v1.22.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-rc1">
+<h1>Release Notes for OpenPower Firmware v2.0-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-rc1" title="Permalink to this headline">¶</a></h1>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.0
+release. We expect to do a final v2.0 tagged release early May.</p>
+<p>The final op-build v2.0 release <em>is</em> intended for GA POWER9 platforms,
+and basing system firmware off “a modest derivative of op-build v2.0 or
+later” is part of the OpenPOWER Ready requirements.</p>
+<div class="section" id="new-defconfigs">
+<h2>New defconfigs<a class="headerlink" href="#new-defconfigs" title="Permalink to this headline">¶</a></h2>
+<p>These are really two defconfigs for two POWER9 platforms, where instead
+of the stable code tree of some components, they use the development
+trees. Unless you’re wanting bleeding edge development code, don’t use
+them.</p>
+<ul class="simple">
+<li>p9dsu_dev</li>
+<li>witherspoon_dev</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="21%" />
+<col width="21%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>capp
+-uco
+de</td>
+<td>p9-dd2-v3</td>
+<td>p9-dd2-v4</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>eude
+v</td>
+<td>3.2.4</td>
+<td>3.2.5</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-even"><td>glib
+c</td>
+<td>glibc-2.26-107
+-g73a92363619e
+52c458146e903d
+fb9b1ba823aa40</td>
+<td>glibc-2.26-146
+-gd300041c533a
+3d837c9f37a099
+bcc95466860e98</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>host
+boot</td>
+<td>b51298075aee40
+2dbcef485088cf
+a71a6ca61725</td>
+<td>d9bf361681e95e
+82cd24856e58f9
+1df4ff4d1de4</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>host
+boot
+-bin
+arie
+s</td>
+<td>b339e05c57725c
+f09b867d665269
+8aa2e3ab5f6a</td>
+<td>53aece69485a7c
+ea482b378549f8
+c73113f99834</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>i2c-
+tool
+s</td>
+<td>3.1.2</td>
+<td>4.0</td>
+<td>pseries, vesnin</td>
+</tr>
+<tr class="row-even"><td>linu
+x</td>
+<td>4.15.14</td>
+<td>4.16.7</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>linu
+x-fi
+rmwa
+re</td>
+<td>a3a26af24e29c8
+18ef9b56618560
+18e21a5c49fb</td>
+<td>65b1c68c63f974
+d72610db38dfae
+49861117cae2</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, witherspoon, zaius,
+zz</td>
+</tr>
+<tr class="row-even"><td>linu
+x-he
+ader
+s</td>
+<td>4.15.14</td>
+<td>4.16.7</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>mach
+ine-
+xml</td>
+<td>fb5f9334aa0c30
+5f245615c30e8e
+542b37f94091</td>
+<td>32ce616ef80f5c
+c3f128b3aa08fe
+50954a087888</td>
+<td>p9dsu</td>
+</tr>
+<tr class="row-even"><td>mach
+ine-
+xml</td>
+<td>38ff4b8db62d43
+e330fab404cd2b
+76bd35a4a062</td>
+<td>dda5b93d90b6e5
+6fd3e94b0dfd25
+5fa8f47409cb</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-odd"><td>mach
+ine-
+xml</td>
+<td>18591a3eba4fc4
+345daf630aaf44
+12f1554a24cd</td>
+<td>7cd20a6ac8fe3b
+693ccf50a5ab86
+ce55ca994fdc</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>mach
+ine-
+xml</td>
+<td>4b012a3d1da538
+b3fb97c332b6fc
+e51a6cffaf9a</td>
+<td>a941f8b75cdcd4
+6caa6a7d821550
+78cb4a176c55</td>
+<td>zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>768466b31e853c
+b11dfa90dbfc15
+65a21ee9646e</td>
+<td>f741c41933c883
+5c5de75abe8402
+e3c5d13d417e</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>open
+powe
+r-pn
+or</td>
+<td>dafcab48658b4d
+e48e70c929b036
+985dac7ef7b8</td>
+<td>f6d970c6a600a7
+e248fa5d604eb4
+71db4482760b</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>rsyn
+c</td>
+<td>3.1.2</td>
+<td>3.1.3</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>5c0363924c7d71
+0146155b3354b2
+36012372dd24</td>
+<td>8e0105e5e964de
+6e99e60a96ae3f
+3829efe02080</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>skib
+oot</td>
+<td>v5.11</td>
+<td>v6.0-rc2</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-even"><td>util
+-lin
+ux</td>
+<td>2.31</td>
+<td>2.31.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<p><em>Note:</em> the presence of the occ package on ZZ is a bug, it is not used
+on that platform.</p>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Vers
+ion</th>
+<th class="head">Plat
+form
+s</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcod
+e</td>
+<td>hw05
+0318
+a.op
+920</td>
+<td>p9ds
+u,ro
+mulu
+s,wi
+ther
+spoo
+n,za
+ius</td>
+</tr>
+<tr class="row-odd"><td>libf
+lash</td>
+<td>v5.1
+0.1</td>
+<td>open
+powe
+r_p
+9_m
+ambo</td>
+</tr>
+<tr class="row-even"><td>libz
+lib</td>
+<td>1.2.
+11</td>
+<td>barr
+eley
+e,fi
+renz
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,op
+enpo
+wer_mam
+bo,o
+penp
+ower
+_p9
+_ma
+mbo,
+p9ds
+u,pa
+lmet
+to,p
+seri
+es,r
+omul
+us,v
+esni
+n,wi
+ther
+spoo
+n,za
+ius,
+zz</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>f741
+c419
+33c8
+835c
+5de7
+5abe
+8402
+e3c5
+d13d
+417e</td>
+<td>zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Vers
+ion</th>
+<th class="head">Plat
+form
+s</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>zlib</td>
+<td>1.2.
+11</td>
+<td>barr
+eley
+e,fi
+renz
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,op
+enpo
+wer_mam
+bo,o
+penp
+ower
+_p9
+_ma
+mbo,
+p9ds
+u,pa
+lmet
+to,p
+seri
+es,r
+omul
+us,v
+esni
+n,wi
+ther
+spoo
+n,za
+ius,
+zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d48b4dfd9cc">6d48b4dfd9cc</a>
+Abist proc update for SBE changes</li>
+</ul>
+<p>Ben Gass (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/885dde53dea4">885dde53dea4</a>
+Turn off PB.IOO.LL0.CONFIG_FAST_ASYNC_CROSS for Nimbus (HW409026)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a26fde80a124">a26fde80a124</a>
+Adding Axone MC/MI/MCC/OMIC/OMI scom address translation.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6527cd1f6ae2">6527cd1f6ae2</a>
+Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update</li>
+</ul>
+<p>Benjamin Weisenbeck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6150efe43c8">c6150efe43c8</a>
+PRD: ABUS lane fail callout support</li>
+</ul>
+<p>Brian Bakke (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4366e146c039">4366e146c039</a>
+Check for pending OCC messages on HBRT start in OpenPOWER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/667047773617">667047773617</a>
+Fix mismatch between logger and parser for Istep state info</li>
+</ul>
+<p>Brian Stegmiller (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e9ca8132513">9e9ca8132513</a>
+PRD: Mask SBE attention on HB recovery failure</li>
+</ul>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db62cb5a72b8">db62cb5a72b8</a>
+HTMGT: memory throttle calculation fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae5e20e397bf">ae5e20e397bf</a>
+HTMGT: Support AVSBus Config packet for Vdd Current roll over
+workaround</li>
+</ul>
+<p>Christian Geddes (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02f8995967cc">02f8995967cc</a>
+Use SCOM to access Master Processor’s SBE MSG register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba8c8bfc02ca">ba8c8bfc02ca</a>
+sbe_retry_handler refactor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5ba4627b254">d5ba4627b254</a>
+Update hreset HWP to always use scoms during HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5192636a15d9">5192636a15d9</a>
+Hook up FSP runtime support for sbe_retry_handler (hreset path)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ee5536ef2a1">7ee5536ef2a1</a>
+Enable OpenPower SBE Vital Attention handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e9bdd5d47c">a4e9bdd5d47c</a>
+Improve error handling when slave SBE fails to boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f32915aa124">4f32915aa124</a>
+Clear perv scrach register prior to triggering HRESET</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b25a2be9395">4b25a2be9395</a>
+PM: Clean up PM Reset and PM Complex Suspend</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c933337513bf">c933337513bf</a>
+Change all FAPI_INVOKE calls to be FAPI_EXEC in sbe_retry_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e7f35fb549d">0e7f35fb549d</a>
+Improve linking of PLIDs for sbe_retry_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c78530bd2994">c78530bd2994</a>
+Change sbe restart fail hwCallouts from GARDs to DECONFIG</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c4c810a584f">1c4c810a584f</a>
+Revert “Clear perv scrach register prior to triggering HRESET”</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e286748a94bd">e286748a94bd</a>
+Code restruct: ring_apply</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84909fd0daf7">84909fd0daf7</a>
+Update to ifCompiler to produce *.bitsModified Care for PLL filter
+rings</li>
+</ul>
+<p>Dan Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8765b43b7ad">d8765b43b7ad</a>
+Move VPD cache invalidation in mfgmode after we save it for HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38ec7768b236">38ec7768b236</a>
+Log Hostboot state information in all error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc1414817351">dc1414817351</a>
+Enable super-long watchdog timer when console traces are enabled</li>
+</ul>
+<p>Daniel Howe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd3148541fc2">bd3148541fc2</a>
+Update settings to allow xlink psave</li>
+</ul>
+<p>Elizabeth Liner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5ca811838da">c5ca811838da</a>
+Updating ATTR_PROC_CHIP_MEM_TO_USE to use all bits of group and
+chip ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a027c49b4ca5">a027c49b4ca5</a>
+Temporarily moving attribute to the system target</li>
+</ul>
+<p>Ilya Smirnov (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3bff0327790">e3bff0327790</a>
+Pass SBE Security Backdoor Bit to HB Bootloader</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d6e983693fc">8d6e983693fc</a>
+Reset Security Override Flag During Key Transition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da8911ce095a">da8911ce095a</a>
+Secure Boot: Support Phyp debug flag in HDAT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/093052dd5cfa">093052dd5cfa</a>
+Always Lock Down SBE SEEPROM After SBE Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/678397bf9094">678397bf9094</a>
+Mark Read-Only Partitions as Such</li>
+</ul>
+<p>Jayashankar Padath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0c194784d98">f0c194784d98</a>
+HDAT : Change in feature flag structures for Rugby</li>
+</ul>
+<p>Jaymes Wilks (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be5361032953">be5361032953</a>
+Propagate TPM information into HDAT on non-master nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7a5aa5bec0d">f7a5aa5bec0d</a>
+Disable tolerating blacklist violations</li>
+</ul>
+<p>Jeremy Neaton (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b10263aeedd3">b10263aeedd3</a>
+TSV Updates for CL14 Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/576c380539b2">576c380539b2</a>
+tWR_MPR fix for DDR4 RDIMM initialization</li>
+</ul>
+<p>Joe McGill (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/523de826a22e">523de826a22e</a>
+configure Cumulus MC inband logic to pass host/occ bit under BAR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a4e19354e06">3a4e19354e06</a>
+move xlink psave configuration to SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3514216fef13">3514216fef13</a>
+relocate Centaur trace SCOM inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a4cb95b51a4">7a4cb95b51a4</a>
+p9_xip_customize – consume correct byte for AW keyword PLL bucket
+selector</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1bad3f82392c">1bad3f82392c</a>
+FIR updates to match XML changes in 56335</li>
+</ul>
+<p>Luke Mulkey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0ebdc3d68b7">e0ebdc3d68b7</a>
+Add unmask errors back to cen_framelock</li>
+</ul>
+<p>Marty Gloff (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fef105cbd664">fef105cbd664</a>
+Resolve NodeInfo Naming Conflict</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c39a13d91dae">c39a13d91dae</a>
+Disable Multi-Node Sync System Attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/379efca3b8ff">379efca3b8ff</a>
+Support multiple nodes in HBRT - Update Functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/519b09db143e">519b09db143e</a>
+Support multiple nodes in HBRT - Concurrent Code Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7383c3a4fbaf">7383c3a4fbaf</a>
+Get Hostboot Dump after Hostboot Crash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67de094e51e2">67de094e51e2</a>
+Support multiple nodes in HBRT - Remove Single Node Items</li>
+</ul>
+<p>Matt Derksen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e784c03824d">1e784c03824d</a>
+Handle early life PNOR fails in HBRT instead of hanging</li>
+</ul>
+<p>Mike Baiocchi (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/502258b17bd9">502258b17bd9</a>
+Reduce Console Output Trace from PNOR component in OpenPower</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/deebbaaca28f">deebbaaca28f</a>
+Rediscover I2C Targets after Host I2C Reset</li>
+</ul>
+<p>Nick Bofferding (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db9ded1e83f4">db9ded1e83f4</a>
+Secure Boot: Introduce key transition state node attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dc8fa90d74b">6dc8fa90d74b</a>
+SBE Update: Don’t alter HBB partition when customizing SBE image</li>
+</ul>
+<p>Nick Klazynski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a05bb0e51854">a05bb0e51854</a>
+TM workaround for HW443982</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75ca8b023678">75ca8b023678</a>
+Workarounds for HW447585 and HW447589</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd32e9b7f2cf">fd32e9b7f2cf</a>
+WOF: Bad IQ data needs to be filtered out</li>
+</ul>
+<p>Rahul Batra (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b77925c8ae2d">b77925c8ae2d</a>
+PM: Generated Vratio/Vindex tables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da512cac4ed4">da512cac4ed4</a>
+PGPE: Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9bf361681e9">d9bf361681e9</a>
+PM: Fixes for Livelock Scenarios</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff5baffa4dab">ff5baffa4dab</a>
+Updated pcie_scominit and pcie_config to manage systems not using
+PEC STACK0.</li>
+</ul>
+<p>Richard J. Knight (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f2227c3015a">7f2227c3015a</a>
+Fix transposed memset arguments in p9_dd_add</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43fcef0d5e37">43fcef0d5e37</a>
+Remove un-used scan procedures</li>
+</ul>
+<p>Rick Ward (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad517636c3d0">ad517636c3d0</a>
+Verify deconfig-by-association assumptions still apply to CDIMM
+scenario.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3def0e5420">2e3def0e5420</a>
+zero length dump on single node systems</li>
+</ul>
+<p>SWATHI M. BHATTIPROLU (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52d15635dfc7">52d15635dfc7</a>
+Revert “Verify frequency attributes across nodes”</li>
+</ul>
+<p>Sampa Misra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/975baaed3aa8">975baaed3aa8</a>
+Remove seeprom entry from host i2c data structures reported by HDAT</li>
+</ul>
+<p>Soma BhanuTej (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bde38b587bd2">bde38b587bd2</a>
+Update to fix ekb master</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0775540e33cc">0775540e33cc</a>
+p9_sbe_lpc_init: Fix cycle sim delay loop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1ed2565ebcf">c1ed2565ebcf</a>
+Enhance p9_extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbda730111e2">fbda730111e2</a>
+BugFix in progm exception & update brief info</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/211b0cb9d447">211b0cb9d447</a>
+Wrong value for MSS_MRW_IDLE_POWER_CONTROL_REQUESTED</li>
+</ul>
+<p>Stephen Glancy (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/717ac2a28f55">717ac2a28f55</a>
+Moves count_dimm to be in the memory generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad4459feb84a">ad4459feb84a</a>
+Adds blank files for DMI IO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ff6218309c0">6ff6218309c0</a>
+Fixes DLL error checking to be the highest priority FIR</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/571e1d84dfe5">571e1d84dfe5</a>
+Verify frequency attributes across nodes</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/742640c460c6">742640c460c6</a>
+Unmask MCA Command Sequence error bit</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e5461d3b360">8e5461d3b360</a>
+Includes NVDIMM in workaround for self-time refresh</li>
+</ul>
+<p>Vasant Hegde (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89f920529649">89f920529649</a>
+dump: Add support for dump source address zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a3aa40a7a17">9a3aa40a7a17</a>
+Add support to find relocated payload base address</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b90ed8f11eac">b90ed8f11eac</a>
+dump: Copy data type field from MDST table to MDRT table</li>
+</ul>
+<p>Zane Shelley (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd26705781d3">dd26705781d3</a>
+PRD: updates from OBUS FIR reviews</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b9dd72866a">58b9dd72866a</a>
+PRD: support getMemAddrRange() for MBA targets and DIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8ec727bc7f">ad8ec727bc7f</a>
+PRD: super fast read command support for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d026d31c923e">d026d31c923e</a>
+PRD: enable predictive dynamic memory deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da885e721ccc">da885e721ccc</a>
+PRD: DMD support for 3/6 MC/grp configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2000b276f2ea">2000b276f2ea</a>
+PRD: VCM/TPS/BG scrub commands support for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e772c3f7a100">e772c3f7a100</a>
+PRD: enable MemEcc::handleMemUe() for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e0c329836ca">2e0c329836ca</a>
+PRD: Circumvent DMD address ranges for 3/6 MC/group configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0be5926ed8ad">0be5926ed8ad</a>
+PRD: capture NPU FIRs only on attention from NPU FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/293a8d981da8">293a8d981da8</a>
+PRD: set INTCQFIR[27:29] to threshold_and_mask_self</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3661916096ea">3661916096ea</a>
+Solution for proc_tod_setup during MPIPL.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8b4877df0760">8b4877df0760</a>
+Increase pgpe clip timeout to 500us</li>
+</ul>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b3a2f75d837f">b3a2f75d837f</a>
+Fix DIMM overtemp bitmap and and trace updates</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/da6e77f81deb">da6e77f81deb</a>
+Use Turbo for max frequency until WOF is fully enabled</li>
+</ul>
+<p>Doug Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1bbbfec92b3a">1bbbfec92b3a</a>
+P9 Centaur sensor support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1bf5605f1d80">1bf5605f1d80</a>
+OCC Centaur disable deadman timer and clean up code</li>
+</ul>
+<p>Douglas Gilbert (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/437c82070808">437c82070808</a>
+OCC Centaur enable deadman timer</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/61cd385caa63">61cd385caa63</a>
+OCC Centaur: Check for channel checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ba4bad1ee5d6">ba4bad1ee5d6</a>
+Fix reading EMPATH data from fused odd numbered cores</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8aa6ad0942ef">8aa6ad0942ef</a>
+24x7 gpe1: Added version structure</li>
+</ul>
+<p>William Bryan (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bd605ba0a030">bd605ba0a030</a>
+Memory Throttle Sensors RTC:131184</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d16e7d09c78d">d16e7d09c78d</a>
+Minor fix for GPU reset SM and more FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6c9f28ebe259">6c9f28ebe259</a>
+Fix compile issue in op-build environment</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/943641092d82">943641092d82</a>
+Update GPE1 Binary 4/24</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f741c41933c8">f741c41933c8</a>
+Update GPE1 Binary 5/3/18</li>
+</ul>
+<p>mbroyles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c8538f3c894d">c8538f3c894d</a>
+Regulator N mode support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b57b1a9333a5">b57b1a9333a5</a>
+Prevent Nimbus tasks from running prior to knowing memory type</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bee2601c92b3">bee2601c92b3</a>
+Remove disable of Pstates on a transition to standby state</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/4f49f6351fa3">4f49f6351fa3</a>
+AVSBus Vdd Current roll over workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e9726b77dfc6">e9726b77dfc6</a>
+Fix using UT before WOF is fully enabled when running with OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cd30b100eee0">cd30b100eee0</a>
+Don’t return APSS channel data for GPUs not present</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>jim (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/9c0912f79571">9c0912f79571</a>
+Update APSS OFFSET and GAIN for Boston LC</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/1ac7841b184a">1ac7841b184a</a>
+Set EREPAIR_THRESHOLD</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/df58ab831bf9">df58ab831bf9</a>
+add lane_reversal for the issue 2U WIO slot2 does not recognize x1
+PCIe adapter. Github issue #134</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/8bfd5dbd2f75">8bfd5dbd2f75</a>
+add lane_reversal for CPU1 PEC1 phb1 to fix 2U LC WIO-R does not
+recognize x4 eth adapter. Github issue #692.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/661a8de7950a">661a8de7950a</a>
+Raise hard minimum power cap. OPEN_POWER_MIN_POWER_CAP_WATTS =
+1550.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/11e33025809f">11e33025809f</a>
+Make room for additional turbo WOF tables. Github issue #1080. remove
+for the wofdata folder: WOF_V6_1_0_SFORZA_20_160_1900.csv
+WOF_V6_1_0_SFORZA_20_170_2100.csv</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/d9b090dd0da2">d9b090dd0da2</a>
+XML from Ben. SUPPORTED_STOP_STATES = 0xEC100000
+SYSTEM_WOF_DISABLE = OFF SYSTEM_VDM_DISABLE = OFF
+WOF_ENABLE_VRATIO = CALCULATED WOF_VRATIO_SELECT = ACTIVE_CORES
+WOF_POWER_LIMIT = TURBO</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/7948ad44db3c">7948ad44db3c</a>
+disable stop 11.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/32ce616ef80f">32ce616ef80f</a>
+lane_reversal on cpu1 pec2. revert the change made for issue #134
+and add the correct one.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aa3958c83f6e">aa3958c83f6e</a>
+Abist proc update for SBE changes</li>
+</ul>
+<p>Ben Gass (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ccb729fc8272">ccb729fc8272</a>
+Turn off PB.IOO.LL0.CONFIG_FAST_ASYNC_CROSS for Nimbus (HW409026)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/85afccc45331">85afccc45331</a>
+Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be9f291604d8">be9f291604d8</a>
+PM: Clean up PM Reset and PM Complex Suspend</li>
+</ul>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6c3a885a1ff">b6c3a885a1ff</a>
+Code restruct: ring_apply</li>
+</ul>
+<p>Elizabeth Liner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ad85537c7c36">ad85537c7c36</a>
+Updating ATTR_PROC_CHIP_MEM_TO_USE to use all bits of group and
+chip ID</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6415b1f1bc29">6415b1f1bc29</a>
+Temporarily moving attribute to the system target</li>
+</ul>
+<p>Ilya Smirnov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0883fb85d489">0883fb85d489</a>
+Pass SBE Security Backdoor Bit to HB Bootloader</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d2cdf116e9ba">d2cdf116e9ba</a>
+HW438727 Disable clockgate to allow correct ODL error reporting</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1afdc244e220">1afdc244e220</a>
+move xlink psave configuration to SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6d4731168c57">6d4731168c57</a>
+security whitelist – add X0 instance of DL IOE control register</li>
+</ul>
+<p>Nick Klazynski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c4c918c09a63">c4c918c09a63</a>
+TM workaround for HW443982</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e0105e5e964">8e0105e5e964</a>
+Workarounds for HW447585 and HW447589</li>
+</ul>
+<p>Rahul Batra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6b765f17d223">6b765f17d223</a>
+PGPE: Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26a37e4d6c82">26a37e4d6c82</a>
+PM: Fixes for Livelock Scenarios</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cd490739c957">cd490739c957</a>
+Scommable check before L2/L3 Purge in MPIPL Path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6efa7f05b7f4">6efa7f05b7f4</a>
+S0/S1 enabled for SBE</li>
+</ul>
+<p>Richard J. Knight (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b18d2e584159">b18d2e584159</a>
+Fix missing set_XX method for sbeTarget callout</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/395fbf43f556">395fbf43f556</a>
+Fix transposed memset arguments in p9_dd_add</li>
+</ul>
+<p>Sachin Gupta (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e5725003060d">e5725003060d</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3caeecc05393">3caeecc05393</a>
+Updated backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/80ef172f2091">80ef172f2091</a>
+Clear TPM deconfig bit during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba1d21e6905c">ba1d21e6905c</a>
+Update sbe-debug tool to use ecc_enable option</li>
+</ul>
+<p>Shakeeb A. Pasha B K (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/783b420403b7">783b420403b7</a>
+Revert “SBE Space optimisation” by moving ramming to pibmem</li>
+</ul>
+<p>Soma BhanuTej (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b6b4a8bfc02">2b6b4a8bfc02</a>
+Mask off bit 26 of TP_LFIR on FSP machines</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/48ec2a531382">48ec2a531382</a>
+p9_sbe_lpc_init: Fix cycle sim delay loop</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a161b11a539">8a161b11a539</a>
+conv_rel_branch.pl - Fix to pick up latest fips release for master</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0c497af5150b">0c497af5150b</a>
+Do not apply HW414958 to Axone</li>
+</ul>
+<p>spashabk-in (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/34e4e8a29c90">34e4e8a29c90</a>
+Restructure capabilites structure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/90d4e4428735">90d4e4428735</a>
+PSU get capabilities chip-op</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c10e17d5baea">c10e17d5baea</a>
+Run simics intially till SBE is booted</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7af798e9e32e">7af798e9e32e</a>
+Update backing build</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Alistair Popple (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a4d0519a5a2">0a4d0519a5a2</a>
+hw/npu2.c: Remove static configuration of NPU2 register</li>
+</ul>
+<p>Anton Blanchard (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ef38a3895e6">3ef38a3895e6</a>
+SLW: Fix mambo boot to use stop states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5bff438b7db">c5bff438b7db</a>
+mambo: Enable XER CA32 and OV32 bits on P9</li>
+</ul>
+<p>Balbir Singh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdd925aabbbb">bdd925aabbbb</a>
+mambo/mambo_utils.tcl: Inject an MCE at a specified address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2947eaa14e77">2947eaa14e77</a>
+npu2/hw-procedures: fence bricks on GPU reset</li>
+</ul>
+<p>Balbir singh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac59ecec5ca8">ac59ecec5ca8</a>
+external/mambo: simplify implementation of di</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44f2f839f433">44f2f839f433</a>
+doc: cosmetic fixup of reference to stale header</li>
+</ul>
+<p>Benjamin Herrenschmidt (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bca7c02f519d">bca7c02f519d</a>
+pcie-slot: Don’t fail powering on an already on switch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6bca4a0aa98">e6bca4a0aa98</a>
+phb4: Quieten and improve “Timeout waiting for electrical link”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c21cae5aac4">9c21cae5aac4</a>
+interrupts: Create an “interrupts” property in the OPAL node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/434462864bdc">434462864bdc</a>
+opal/hmi: Don’t re-read HMER multiple times</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a9d92e24d4b2">a9d92e24d4b2</a>
+opal/hmi: Remove races in clearing HMER</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88abbe212c04">88abbe212c04</a>
+opal/hmi: Add a new opal_handle_hmi2 that returns direct info to
+Linux</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a6a38eba6df">2a6a38eba6df</a>
+opal/hmi: Move timer related error handling to a separate function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/099801d775ee">099801d775ee</a>
+opal/hmi: Don’t bother passing HMER to pre-recovery cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/674f7696f7c1">674f7696f7c1</a>
+opal/hmi: Rework HMI handling of TFAC errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df98e55e50a3">df98e55e50a3</a>
+external: Add “lpc” tool</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d359aaac987">4d359aaac987</a>
+capi: Keep the current mmio windows in the mbt cache table.</li>
+</ul>
+<p>Claudio Carvalho (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ca5fac2c3b3">4ca5fac2c3b3</a>
+hdata/tpmrel: detect tpm not present by looking up the stinfo->status</li>
+</ul>
+<p>Cyril Bur (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/267e65357c2e">267e65357c2e</a>
+external/ffspart: Allow # comments in input file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/60b8ea49c8a6">60b8ea49c8a6</a>
+libffs: Standardise ffs partition flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2b9ae3ab9e53">2b9ae3ab9e53</a>
+external/pflash: Use ffs_entry_user_to_string() to standardise
+flag strings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07426f41d24d">07426f41d24d</a>
+libflash/libffs: Add setter for a partitions actual size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d2ba68ee684">6d2ba68ee684</a>
+libflash/libffs: ffs_close() should use ffs_hdr_free()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91099dacc6c9">91099dacc6c9</a>
+external/ffspart: Remove side, order and backup options</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0673f6282422">0673f6282422</a>
+libflash/libffs: Always add entries to the end of the TOC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14ed1a2d7611">14ed1a2d7611</a>
+libflash/libffs: Remove the ‘sides’ from the FFS TOC generation code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0744faa83a1b">0744faa83a1b</a>
+libflash/libffs: Remove backup partition from TOC generation code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d47dbb4fb8d">3d47dbb4fb8d</a>
+libflash/libffs: Switch to storing header entries in an array</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/79316cb6aca6">79316cb6aca6</a>
+libflash/libffs: Refcount ffs entries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1622957255a6">1622957255a6</a>
+libflash/libffs: Allow caller to specifiy header partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9bd1bef2e583">9bd1bef2e583</a>
+external/ffspart: Use new interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14cefe11f745">14cefe11f745</a>
+libffs: Fix bad checks for partition overlap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c92905e1c139">c92905e1c139</a>
+external/ffspart: Improve error output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba3bebb3a417">ba3bebb3a417</a>
+gitignore: Add stb test kernel files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07c4573d0678">07c4573d0678</a>
+libflash/ecc: Add functions to deal with unaligned ECC memcpy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f7713517d90a">f7713517d90a</a>
+libflash/ecc: Add helpers to align a position within an ecc buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3df9b3cc82cd">3df9b3cc82cd</a>
+libflash/blocklevel: Return region start from ecc_protected()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5616c42d900a">5616c42d900a</a>
+libflash/blocklevel: Make read/write be ECC agnostic for callers</li>
+</ul>
+<p>Frederic Barrat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9067098cfef9">9067098cfef9</a>
+npu2-opencapi: Fix ‘link internal error’ FIR, take 1</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/943a1aff363e">943a1aff363e</a>
+npu2-opencapi: Fix ‘link internal error’ FIR, take 2</li>
+</ul>
+<p>Jim Yuan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0764893eecb7">0764893eecb7</a>
+p9dsu: change esel command from AMI to IBM 0x3a.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3837226ceb35">3837226ceb35</a>
+p9dsu: add pci slot table for Boston LC 1U/2U and Boston LA/ESS.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c31cb73d8edb">c31cb73d8edb</a>
+p9dsu: add slot power limit.</li>
+</ul>
+<p>Joel Stanley (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/379ec78e3da9">379ec78e3da9</a>
+Makefile: Make it easier to find the docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d724fa588bc">1d724fa588bc</a>
+init: Fix trailing bracket in “Starting kernel”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/973391504789">973391504789</a>
+tests: Specfiy Qemu with a single environment variable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a8214eeb1c5">7a8214eeb1c5</a>
+sreset_world: re-enable the non-stb build</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1f1b3b4ed204">1f1b3b4ed204</a>
+Makefile: Put some ppc options behind try-cflag tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/97cb32538ac0">97cb32538ac0</a>
+Makefile: Add additional flags when using clang</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/777de50ec256">777de50ec256</a>
+Makefile: Disable warnings to make clang happy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4640e703d307">4640e703d307</a>
+asm: Fix up assembly for clang</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1fdca4a29c36">1fdca4a29c36</a>
+libflash/ecc: Remove hand rolled parity asm</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d4fa16d384e">8d4fa16d384e</a>
+processor.h: implement sndmsg instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dfebfc20485">9dfebfc20485</a>
+Makefile: Use LD to link the final binary</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a79069cfdfa">1a79069cfdfa</a>
+Fix asm-offsets generation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4216f2fb7b31">4216f2fb7b31</a>
+pci-quirk: Fix initiliser warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd2c3b097e21">cd2c3b097e21</a>
+imc: Remove extra parentheses in test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/854bf69e1c7d">854bf69e1c7d</a>
+fsp: Fix msg vaargs usage</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f8ee10ee9505">f8ee10ee9505</a>
+opal-ci: Add Ubuntu 18.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f033219b73f9">f033219b73f9</a>
+opal-ci: Additionally build with clang on Ubuntu 18.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/62348fd4990b">62348fd4990b</a>
+opal-ci: Build qemu from Cedric’s powernv-2.12 branch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5fc61b486801">5fc61b486801</a>
+opal-ci: 18.04: Go back to updating before installing packages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef280be1657a">ef280be1657a</a>
+qemu-debian-test: Remove unusable hda option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a565a2837a60">a565a2837a60</a>
+test: Simplify build process for hello and sreset tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09c19b98781e">09c19b98781e</a>
+Makefile: be precise about clang target</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f2d36bc08e82">f2d36bc08e82</a>
+opal-ci: Remove unwanted .orig file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0807ab01b37">a0807ab01b37</a>
+Makefile: Fix building natively on ppc64le</li>
+</ul>
+<p>Madhavan Srinivasan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/afc89188010b">afc89188010b</a>
+hw/imc: Check for pause_microcode_at_boot() return status</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63594b03b859">63594b03b859</a>
+hw/imc: Add support to load imc catalog lid file</li>
+</ul>
+<p>Mahesh Salgaonkar (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e20a789d021">5e20a789d021</a>
+opal/hmi: Initialize the hmi event with old value of HMER.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67d738807da0">67d738807da0</a>
+opal/hmi: Do not send HMI event if no errors are found.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ff9be76345a">8ff9be76345a</a>
+opal/hmi: Fix soft lockups during TOD errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2fd92666b665">2fd92666b665</a>
+opal/hmi: Stop flooding HMI event for TOD errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fab27f3580d8">fab27f3580d8</a>
+opal/hmi: Fix handling of TFMR parity/corrupt error.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/377cd39bc5e1">377cd39bc5e1</a>
+opal/hmi: Print additional debug information in rendezvous.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5362f85e04bd">5362f85e04bd</a>
+opal/hmi: check thread 0 tfmr to validate latched tfmr errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6dad43ff4c68">6dad43ff4c68</a>
+opal/hmi: Generate hmi event for recovered HDEC parity error.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4fd54bf413e">c4fd54bf413e</a>
+opal/hmi: Add documentation for opal_handle_hmi2 call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/115c9f9f6620">115c9f9f6620</a>
+opal:hmi: Add missing processor recovery reason string.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/376b5e3b26e0">376b5e3b26e0</a>
+opal/hmi: Generate one event per core for processor recovery.</li>
+</ul>
+<p>Michael Neuling (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/00521231c826">00521231c826</a>
+phb4: Restore bus numbers after CRS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1bcd6d84ec80">1bcd6d84ec80</a>
+external/mambo: Add di command to decode instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a6a2ff30c9e">0a6a2ff30c9e</a>
+mambo: Add persistent memory disk support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6790a941cc05">6790a941cc05</a>
+hmi: Fix clearing HMER on debug trigger</li>
+</ul>
+<p>Nicholas Piggin (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad0941960bd0">ad0941960bd0</a>
+core/stack: backtrace unwind basic OPAL call details</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8514e4dc9a82">8514e4dc9a82</a>
+asm/head: implement quiescing without stack or clobbering regs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3fdd2629516d">3fdd2629516d</a>
+core/opal: Emergency stack for re-entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87f55507195a">87f55507195a</a>
+core/opal: Allow poller re-entry if OPAL was re-entered</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e148cb32cc26">e148cb32cc26</a>
+external/mambo: improve helper for machine checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23dc884f8a0f">23dc884f8a0f</a>
+uart: fix uart_opal_flush to take console lock over
+uart_con_flush</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5a1463d17d4b">5a1463d17d4b</a>
+core/direct-controls: fix p9_cont_thread for stopped/inactive
+threads</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e27cc8410e2">0e27cc8410e2</a>
+core/direct-controls: improve p9_stop_thread error handling</li>
+</ul>
+<p>Oliver O’Halloran (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5fb3b6d17fb">e5fb3b6d17fb</a>
+core/pci: Document some stuff</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cf135d9a877">4cf135d9a877</a>
+astbmc: Add more slot table helpers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee7bb4b391d5">ee7bb4b391d5</a>
+romulus: Add a barebones slot table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/778d86bf9e5b">778d86bf9e5b</a>
+core/pci: Set slot power limit when supported</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f10feca2b332">f10feca2b332</a>
+phb4: Enable the PCIe slotcap on pluggable slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d15e2e5ef92f">d15e2e5ef92f</a>
+slots: Add power limit support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6878b806682f">6878b806682f</a>
+pci-dt-slot: Big ol’ cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac11641f1d70">ac11641f1d70</a>
+hdata/slots: Apply slot label to the parent slot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f19578158720">f19578158720</a>
+npu2: Use ibm, loc-code rather than ibm, slot-label</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12514d328159">12514d328159</a>
+hdata/i2c: Ignore CFAM I2C master</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a4b4db36812">3a4b4db36812</a>
+hdata/i2c: Replace i2c_ prefix with dev_</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff3747f62ada">ff3747f62ada</a>
+hdata/i2c: Ignore multi-port I2C devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0953e9014d27">0953e9014d27</a>
+hdata/i2c: Fix up pci hotplug labels</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4158b4a15bea">4158b4a15bea</a>
+p9dsu HACK: fix system-vpd eeprom</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a0c57d01829">3a0c57d01829</a>
+core/pci-dt-slots: Fix devfn lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eab215a0bc28">eab215a0bc28</a>
+hw/slw: Don’t assert on a unknown chip</li>
+</ul>
+<p>Philippe Bergheaud (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dec7fe284b8b">dec7fe284b8b</a>
+phb4: set TVT1 for tunneled operations in capi mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0cffe9554a5">e0cffe9554a5</a>
+phb4: Do not set the PBCQ Tunnel BAR register when enabling capi
+mode.</li>
+</ul>
+<p>Pridhiviraj Paidipeddi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecde3f4f211a">ecde3f4f211a</a>
+libflash/blocklevel: Add missing newline to debug messages</li>
+</ul>
+<p>Reza Arbab (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4724d2c07fa6">4724d2c07fa6</a>
+npu2: Move NPU2_XTS_BDF_MAP_VALID assignment to context init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/58b1e05b08d3">58b1e05b08d3</a>
+npu2: Improve log output of GPU-to-link mapping</li>
+</ul>
+<p>Russell Currey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/411dc0813f24">411dc0813f24</a>
+phb4: Hardware init updates</li>
+</ul>
+<p>Ryan Grimm (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eddff9bf40cf">eddff9bf40cf</a>
+hmi: Clear unknown debug trigger</li>
+</ul>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e7a2da8d5e65">e7a2da8d5e65</a>
+core: Correctly load initramfs in stb container</li>
+</ul>
+<p>Shilpasri G Bhat (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5954536a2f8c">5954536a2f8c</a>
+occ: sensors-groups: Add DT properties to mark HWMON sensor groups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df62a033675d">df62a033675d</a>
+sensors: Dont add DTS sensors when OCC inband sensors are available</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dcd66655835">7dcd66655835</a>
+occ: Use major version number while checking the pstate table format</li>
+</ul>
+<p>Stewart Smith (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4172f30a16da">4172f30a16da</a>
+hdat/i2c.c: quieten “v2 found, parsing as v1”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/217e5a4ecbfa">217e5a4ecbfa</a>
+Disable stop states from OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/086f3277bc3f">086f3277bc3f</a>
+hdata/spira: parse vpd to add part-number and serial-number to xscom@
+node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d45c614bb5b3">d45c614bb5b3</a>
+core/test/run-trace: fix on ppc64el</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5307c0ec7899">5307c0ec7899</a>
+external/trace: fix makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d559d19b815">7d559d19b815</a>
+travis-ci: pull Mambo over http rather than ftp</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e101e85c9ff6">e101e85c9ff6</a>
+travis: Enable ppc64le builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b08d198b9ee4">b08d198b9ee4</a>
+skiboot 5.10.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d32ddea94ba6">d32ddea94ba6</a>
+p9dsu: detect p9dsu variant even when hostboot doesn’t tell us</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a22ba4576ad3">a22ba4576ad3</a>
+OPAL_PCI_SET_POWER_STATE: fix locking in error paths</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/693a204364b0">693a204364b0</a>
+xive: fix missing unlock in error path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c90fb6cd796e">c90fb6cd796e</a>
+hdat_to_dt: hash_prop the same on all platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/79c290d849f1">79c290d849f1</a>
+skiboot 6.0-rc1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/129165ef43c0">129165ef43c0</a>
+opal-ci/dockerfiles: DEBIAN_FRONTEND=noninteractive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9342dc40147e">9342dc40147e</a>
+SLW: quieten ‘Configuring self-restore’ for DARN,NCU_SPEC_BAR and
+HRMOR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa59e48064b4">aa59e48064b4</a>
+core/hmi: assign flags=0 in case nothing set by
+handle_hmi_exception</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3b0ce167d6d">a3b0ce167d6d</a>
+travis: remove obsolete fedora 24,25,26</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dab94cf5727">7dab94cf5727</a>
+travis: fix if x86_64 tests in dockerfiles.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a18249182fbe">a18249182fbe</a>
+test: qemu-debian-jessie boot: fix qemu-img</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/106e77504c53">106e77504c53</a>
+p9dsu: timeout for variant detection, default to 2uess</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6449e2ac7dc5">6449e2ac7dc5</a>
+ibm,firmware-versions: add hcode to device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/724af6657e91">724af6657e91</a>
+travis: Require Ubuntu 18.04 to pass, fix on ppc64le</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1613c72d4f73">1613c72d4f73</a>
+skiboot v6.0-rc2 release notes</li>
+</ul>
+<p>Vaibhav Jain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ed37072c07e">8ed37072c07e</a>
+asm/head: Fix comparison in opal_entry for switching to emergency</li>
+</ul>
+<p>Vaidyanathan Srinivasan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e2cd78500b8e">e2cd78500b8e</a>
+core: Fix iteration condition to skip garded cpu</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2aa2616358e3">2aa2616358e3</a>
+core/fast-reboot: Increase timeout for dctl sreset to 1sec</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/04a50cf041c9">04a50cf041c9</a>
+Update default stop-state-disable mask to cut only stop11</li>
+</ul>
+<p>Vasant Hegde (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb16e55a234b">cb16e55a234b</a>
+opal-prd: Insert powernv_flash module</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f85e40904d8">9f85e40904d8</a>
+hdata: Move ‘HRMOR_BIT’ macro to header file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4a094a7df80">c4a094a7df80</a>
+hdata: Fix DIMM size property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4e0e0c1020bb">4e0e0c1020bb</a>
+hdata: Add DIMM actual speed to device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d654f6c93bd6">d654f6c93bd6</a>
+hdata: Add ‘primary’ property to master chip xscom node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6739c890a2f2">6739c890a2f2</a>
+Add SBE driver support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6421fc56dc28">6421fc56dc28</a>
+Move P8 timer code to separate file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d7e7bdcd4acc">d7e7bdcd4acc</a>
+SBE: Add timer support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c574d8e7188">3c574d8e7188</a>
+timer: Move update_timer_expiry call to separate function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13878e5b27c5">13878e5b27c5</a>
+ipmi: Add BMC firmware version to device tree</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/dda5b93d90b6">dda5b93d90b6</a>
+Fixed invalid BNC FRU ID (47->254)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id31">
+<h3>Patches<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id32">
+<h3>Commits<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/07a5d2c9f182">07a5d2c9f182</a>
+Backing out TPM FRU_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/7cd20a6ac8fe">7cd20a6ac8fe</a>
+Sync, Infineon, n-mode cap, and eSel size Updates</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id33">
+<h3>Patches<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id34">
+<h3>Commits<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/a941f8b75cdc">a941f8b75cdc</a>
+Clean-up and add BG2 WOF tables</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v1.22.html" title="previous chapter">Release Notes for OpenPower Firmware v1.22</a></li>
+ <li>Next: <a href="v2.0.html" title="next chapter">Release Notes for OpenPower Firmware v2.0</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.1.html b/release-notes/v2.0.1.html
new file mode 100644
index 0000000..d539ab5
--- /dev/null
+++ b/release-notes/v2.0.1.html
@@ -0,0 +1,238 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.2" href="v2.0.2.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0" href="v2.0.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-1">
+<h1>Release Notes for OpenPower Firmware v2.0.1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-1" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="15%" />
+<col width="15%" />
+<col width="62%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Old
+Version</th>
+<th class="head">New
+Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcod
+e</td>
+<td>hw051018a.
+op920</td>
+<td>hw051718a.
+op920</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>host
+boot</td>
+<td>8e05a4399b
+f567a49f91
+cfee8ad24b
+3896e96982</td>
+<td>a4eb7f02f9
+9742a24596
+474467e0dd
+51c21cd932</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>host
+boot
+-bin
+arie
+s</td>
+<td>20119f0868
+7783a87862
+cee268df12
+60f914c01e</td>
+<td>hw051718a.
+op920</td>
+<td>barreleye, firestone, garrison, habanero,
+p9dsu, palmetto, romulus, vesnin, witherspoon,
+zaius</td>
+</tr>
+<tr class="row-odd"><td>skib
+oot</td>
+<td>v6.0.1</td>
+<td>v6.0.2</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, p9dsu_dev,
+palmetto, pseries, romulus, vesnin,
+witherspoon, witherspoon_dev, zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch">hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4eb7f02f997">a4eb7f02f997</a>
+Fix off-by-one error when counting WOF reset counts</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>Michael Neuling (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b179d8ff62a8">b179d8ff62a8</a>
+cpu: Clear PCR SPR in opal_reinit_cpus()</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e05b3fb62d44">e05b3fb62d44</a>
+skiboot 6.0.2 release notes</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0</a></li>
+ <li>Next: <a href="v2.0.2.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.2</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.10.html b/release-notes/v2.0.10.html
new file mode 100644
index 0000000..b5b8a2c
--- /dev/null
+++ b/release-notes/v2.0.10.html
@@ -0,0 +1,446 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.10 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.11" href="v2.0.11.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.9" href="v2.0.9.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-10">
+<h1>Release Notes for OpenPower Firmware v2.0.10<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-10" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="5%" />
+<col width="18%" />
+<col width="17%" />
+<col width="59%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.27.2</td>
+<td>1.29.0</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>dropbear</td>
+<td>2017.75</td>
+<td>2018.76</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>ethtool</td>
+<td>4.13</td>
+<td>4.15</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>glibc-2.26-146-gd300041c533a3d837
+c9f37a099bcc95466860e98</td>
+<td>glibc-2.27-57-g6c99e37f6fb640a50
+a3113b2dbee5d5389843c1e</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, witherspoon_dev, vesnin,
+p9dsu_dev, witherspoon, habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw080418a.op920</td>
+<td>hw101018a.op920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>d0332131ea0c</td>
+<td>7a402b0bc32d</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot
+-binarie
+s</td>
+<td>hw080418a.op920</td>
+<td>hw101018a.op920</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.16.13</td>
+<td>4.17.12</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-he
+aders</td>
+<td>4.16.13</td>
+<td>4.17.12</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>ncurses</td>
+<td>6.0</td>
+<td>6.1</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>084756c397c4</td>
+<td>3cb1ba3042e25</td>
+<td>zaius, p9dsu, witherspoon, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>openpowe
+r-pnor</td>
+<td>f6d970c6a600a</td>
+<td>491ac2632f951</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto, vesnin, witherspoon, habanero, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>petitboo
+t</td>
+<td>v1.7.2</td>
+<td>v1.7.3</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>powerpc-
+utils</td>
+<td>v1.3.4</td>
+<td>v1.3.5</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>55d6eb23ddd28</td>
+<td>eae2a18c584d4</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.0.8</td>
+<td>v6.0.9</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>util-lin
+ux</td>
+<td>2.31.1</td>
+<td>2.32</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu, palmetto, pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Rahul Batra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ab011048f27e">ab011048f27e</a> PGPE: ACK pending IPCs upon fault with Pstates Stopped</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/32e76479fef7">32e76479fef7</a> PGPE: Use correct VPD Pts for VDD to Pstate intp.</li>
+</ul>
+<p>Yue Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f725f73c0ebc">f725f73c0ebc</a> IPL/STOP: Disable LCO when only two EXes are configured</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f28eff65784d">f28eff65784d</a> STOP: Fix Bug introduced by 66511</li>
+</ul>
+<p>hostboot (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/34f21518d4e3">34f21518d4e3</a> Release tag information updated for hw080718a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ed48bcbb653d">ed48bcbb653d</a> Release tag information updated for hw081618a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a7e462f2d2b7">a7e462f2d2b7</a> Release tag information updated for hw082318a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3e6276ed0cd6">3e6276ed0cd6</a> Release tag information updated for hw082718a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9c51b2eacfae">9c51b2eacfae</a> Release tag information updated for hw082918a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d306560d45d">9d306560d45d</a> Release tag information updated for hw091818a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6e8c3186b35a">6e8c3186b35a</a> Release tag information updated for hw100318a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9a2560e8ecc3">9a2560e8ecc3</a> Release tag information updated for hw101018a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="op-build-v2-0-10-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-10-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-10-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-10-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/220c3a7a2206">220c3a7a2206</a> Update p9_sbe_i2c_bit_rate_divisor_setting to set I2C Rate Valid bit</li>
+</ul>
+<p>Christian Geddes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b43117d2f234">b43117d2f234</a> SBE retry handler FFDC parsing support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a402b0bc32d">7a402b0bc32d</a> Correctly handle psu FFDC on OpenPower Systems</li>
+</ul>
+<p>Corey Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2316b6e7074d">2316b6e7074d</a> Add part number and serial number to error log hw callout data</li>
+</ul>
+<p>Dan Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81b1a6475edc">81b1a6475edc</a> Fix symsmode check to allow in-memory lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ba805a1c809">1ba805a1c809</a> Another fix to symsmode parms for debug mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bac79e21bb6f">bac79e21bb6f</a> Check capability bit before using wakeup for OPAL in OpenPOWER</li>
+</ul>
+<p>Matt Derksen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ac05d6914bb">7ac05d6914bb</a> Use hostservice to do special wakeup at runtime for open-power systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0264f86378cf">0264f86378cf</a> Additional tracing for shutdown events</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc4b7141d372">dc4b7141d372</a> MRW: If bus object doesn’t have I2C_ADDRESS property, get it from I2C slave</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0428fd0f8472">0428fd0f8472</a> PM:Clear GPE2 error bit in OISR/IMR register before SGPE boots</li>
+</ul>
+<p>Richard J. Knight (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c39be448afac">c39be448afac</a> Modify the getFfdc routine to consider the SBE proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13e0a663f93e">13e0a663f93e</a> get FAPI_POS for all valid target types passed in SBE FIFO ffdc</li>
+</ul>
+<p>Zane Shelley (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ada2c16282bb">ada2c16282bb</a> PRD: RX trgt used for TX trgt in XBUS lane repair VPD write</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c26c165ad0c">2c26c165ad0c</a> PRD: fix input parameters for lane repair power down HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc25f5c2407a">bc25f5c2407a</a> PRD: Fix lane repair FFDC for XBUS clock 1 domain</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="op-build-v2-0-10-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-10-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-10-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-10-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3cb1ba3042e2">3cb1ba3042e2</a> Write firdata to PNOR over IPMI</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="op-build-v2-0-10-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-10-patches-3" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="op-build-v2-0-10-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-10-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/93d41f97eedc">93d41f97eedc</a> discover/device-handler: Restore autoboot setting on requery</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="op-build-v2-0-10-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-10-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-10-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-10-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d9f81027a01f">d9f81027a01f</a> Revert “lpc_init: Correct LPC host controller timeout value”</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d9a9fd8298a">2d9a9fd8298a</a> lpc_init: Correct LPC host controller timeout value</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/93d06c7baa33">93d06c7baa33</a> Updated 910 backing build</li>
+</ul>
+<p>Richard J. Knight (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/16a190f0f9e8">16a190f0f9e8</a> Modify the getFfdc routine to consider the SBE proc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/47d44552667b">47d44552667b</a> get FAPI_POS for all valid target types passed in SBE FIFO ffdc</li>
+</ul>
+<p>Sachin Gupta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bc0a70e3b2ec">bc0a70e3b2ec</a> Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2ade52d005f0">2ade52d005f0</a> Updating backing build</li>
+</ul>
+<p>Yue Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8c3bf7ae730f">8c3bf7ae730f</a> PM: Prevent Core-L2 Quiesce from removing PM_EXIT upon SPWU</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0c77051b6568">0c77051b6568</a> IPL/STOP: Disable LCO when only two EXes are configured</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/eae2a18c584d">eae2a18c584d</a> STOP: Fix Bug introduced by 66511</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="op-build-v2-0-10-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-10-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-10-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-10-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Alexey Kardashevskiy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a281e8c2bbf3">a281e8c2bbf3</a> npu2: Use correct kill type for TCE invalidation</li>
+</ul>
+<p>Andrew Donnellan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d79bb8c176de">d79bb8c176de</a> hw/npu2-opencapi: Fix setting of supported OpenCAPI templates</li>
+</ul>
+<p>Benjamin Herrenschmidt (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecd2b6cd20a0">ecd2b6cd20a0</a> phb4: Don’t try to access non-existent PEST entries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a20833de7e2f">a20833de7e2f</a> phb4: Handle allocation errors in phb4_eeh_dump_regs()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e03e6fe7ba7">9e03e6fe7ba7</a> phb4: Workaround PHB errata with CFG write UR/CA errors</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/25b571b72b15">25b571b72b15</a> opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d597d8d99616">d597d8d99616</a> opal/hmi: Ignore debug trigger inject core FIR.</li>
+</ul>
+<p>Stewart Smith (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/beee2cbc2f07">beee2cbc2f07</a> hw/bt.c: quieten all the noisy BT/IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/19484fa4338f">19484fa4338f</a> skiboot 6.0.9 release notes</li>
+</ul>
+<p>Vaibhav Jain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/54ac06ff404b">54ac06ff404b</a> phb4: Don’t probe a PHB if its garded</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.9.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.9</a></li>
+ <li>Next: <a href="v2.0.11.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.11</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.10.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.11.html b/release-notes/v2.0.11.html
new file mode 100644
index 0000000..206a8e3
--- /dev/null
+++ b/release-notes/v2.0.11.html
@@ -0,0 +1,572 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.11 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.12" href="v2.0.12.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.10" href="v2.0.10.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-11">
+<h1>Release Notes for OpenPower Firmware v2.0.11<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-11" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.11 was released on Thursday November 29th, 2018 and replaces
+op-build v2.0.10 as the current stable release in the 2.0.x series.</p>
+<p>It is recommended that v2.0.11 be used over any previous v2.0.x version on
+POWER9 systems due to the bug fixes contained within.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="18%" />
+<col width="18%" />
+<col width="44%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw101018a.op920</td>
+<td>hw112818a.op920</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>7a402b0bc32</td>
+<td>3bf7fcf3596</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw101018a.op920</td>
+<td>hw112818a.op920</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>3cb1ba3042e</td>
+<td>3a505ffc175</td>
+<td>p9dsu, romulus, witherspoon, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>openpower-pnor</td>
+<td>491ac2632f9</td>
+<td>2e68ed6a605</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, witherspoon_dev,
+zaius</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>eae2a18c584</td>
+<td>7aa21f6c0b1</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.9</td>
+<td>v6.0.14</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a13f21bb8264">a13f21bb8264</a> PGPE: Only ack pending
+Quad Exit on WOF Disable</li>
+</ul>
+<p>hostboot (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a8a1e493ee03">a8a1e493ee03</a> Release tag
+information updated for hw110718a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14a103eb369c">14a103eb369c</a> Release tag
+information updated for hw110918a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa29996aa300">aa29996aa300</a> Release tag
+information updated for hw112718a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f9ef5344d1a">2f9ef5344d1a</a> Release tag
+information updated for hw112818a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-0-11-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-0-11-patches-1" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch">hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-0-11-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-0-11-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Andrew Jeffery (22):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd961754223f">bd961754223f</a> ipmi: Replace
+incorrect dependency on ipmibt with ipmimsg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/828d8608b4bb">828d8608b4bb</a> ipmi: Break
+circular dependency between ipmimsg and ipmibt</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/175679c45a77">175679c45a77</a> assert: Print the
+backtrace for critical and kernel assertions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72084f68c72f">72084f68c72f</a> assert: Include
+file name in assert output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76fc880a286a">76fc880a286a</a> ipmi: Introduce
+register_for_event() interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70398ea39909">70398ea39909</a> ipmi: Drop
+unnecessary ipmibt dependency from ipmifru</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46438c46da91">46438c46da91</a> ipmi: Drop
+unnecessary ipmiconfig dependencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/733dc2bda19f">733dc2bda19f</a> ipmi: Break
+circular dependency between IpmiDD and IpmiRP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2e83450bcbd">d2e83450bcbd</a> initservice: Flush
+trace buffers before shutdown syscall</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72ef7e552930">72ef7e552930</a> ipmi: Terminate SEL
+task via shutdown event</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/715448652b8d">715448652b8d</a> ipmi: IpmiDD and
+IpmiRP must never free resources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27a305e6eacc">27a305e6eacc</a> ipmi: Split into
+ipmibase and ipmiext modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/469142642d04">469142642d04</a> ipmi: Remove IpmiRP
+dependency on targeting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bd42945974a">4bd42945974a</a> initservice: Move
+ipmibase module to base image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4126c2c06d4b">4126c2c06d4b</a> pnor: Introduce an
+IPMI-based PNOR driver implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30cc12393168">30cc12393168</a> pnor: Rename the
+SFC-based PnorDD class to PnorSfcDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d34f7399f30">1d34f7399f30</a> pnor: ipmidd:
+Rename class to PnorIpmiDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa42e9dd4fc0">aa42e9dd4fc0</a> pnor: mboxdd:
+Rename class to PnorMboxDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d649d2d867bb">d649d2d867bb</a> pnor: Fall back to
+AST mbox transport if IPMI is unavailable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/daad484beb6b">daad484beb6b</a> errl: Mark
+errlogMsgHandler() as detached</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae46c0e9d2bf">ae46c0e9d2bf</a> sio: Add test for
+availability</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b407d471769">3b407d471769</a> ipmi: Increase
+polling rate to decrease boot time</li>
+</ul>
+<p>Corey Swenson (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aed7e4e74ffd">aed7e4e74ffd</a> Enable IPMI errl
+after targeting is initialized</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3bf7fcf35960">3bf7fcf35960</a> Extend multicast
+workaround and add tests</li>
+</ul>
+<p>Dan Crowell (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9ff0e6ab036">b9ff0e6ab036</a> Make Boootloader
+trace tool follow HRMOR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5bcbca7f3316">5bcbca7f3316</a> Break down Dump
+requests into 1MB chunks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bedb6794509">6bedb6794509</a> Increase ipmi
+polling frequency to every 1ms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8226322626b0">8226322626b0</a> Add missing mutex
+in LPC error path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9435e74228cb">9435e74228cb</a> Reduce ipmi trace
+spam for pnor hiomap messages</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51d23526e5ed">51d23526e5ed</a> Only save the CME
+FIR Masks after they have been setup once</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/929270216149">929270216149</a> Clear out HOMER
+attributes and reset PM in PHYP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c112438736e8">c112438736e8</a> Clear out FIR Init
+parameters after extra PM Resets</li>
+</ul>
+<p>Dean Sanner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ffcb906952b">9ffcb906952b</a> Support a default
+risk/init level per MRW</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2691140aea5">f2691140aea5</a> HW471413 Aggressive
+Uncle: disable ERAT thread sharing</li>
+</ul>
+<p>Mike Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e2f7e910291">8e2f7e910291</a> Make TOC partion
+Read-Only in all PNOR Layouts</li>
+</ul>
+<p>Nick Bofferding (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b72789bde76c">b72789bde76c</a> Add
+lib_isteps_mss.so as an istep 15 dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eaa2604f9df4">eaa2604f9df4</a> Fix shutdown race
+condition and task start error in IPMI SEL library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/801ca2a0b25c">801ca2a0b25c</a> Remove trace buffer
+flush at end of shutdown path</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af26129b7229">af26129b7229</a> PM: Fixed handling
+of CME LFIR mask during PM complex reset.</li>
+</ul>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26f5df72578a">26f5df72578a</a> genPnorImages: Add
+VERSION to signed partitions</li>
+</ul>
+<p>Sheldon Bailey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/891bdf54e189">891bdf54e189</a> HTMGT: Check for
+OCC elog action bit to force sending an error log to BMC</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5172324220a1">5172324220a1</a> Only call PRD
+attention handling in resetPMComplex function at runtime.</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c9db8103b05">6c9db8103b05</a> STOP: Fix Bug
+introduced by 66511</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-0-11-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-0-11-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-11-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-0-11-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>mbroyles (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3a505ffc1751">3a505ffc1751</a> Fix memory OT throttling
+on Nimbus</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-0-11-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-0-11-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-11-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-0-11-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d50f588fcca6">d50f588fcca6</a> Only save the CME FIR
+Masks after they have been setup once</li>
+</ul>
+<p>Dean Sanner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7aa21f6c0b11">7aa21f6c0b11</a> Leave scratch valid bits
+alone to allow HB to query</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/446cf71b4174">446cf71b4174</a> HW471413 Aggressive
+Uncle: disable ERAT thread sharing</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/421b1db8df54">421b1db8df54</a> PM: Fixed handling of
+CME LFIR mask during PM complex reset.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-0-11-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-0-11-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-11-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-0-11-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Adriana Kobylak (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/977aa1ef5fa6">977aa1ef5fa6</a> pflash: Add –skip
+option for reading</li>
+</ul>
+<p>Andrew Jeffery (29):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9accca5570e">e9accca5570e</a> ast-bmc: Move copy
+routines to ast-sf-ctrl</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/668d88c3e9b7">668d88c3e9b7</a> core/pci-quirk:
+Remove broken comment in quirk_astbmc_vga()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7dd603a460c">c7dd603a460c</a> core/pci-quirk:
+Clean up commented code in quirk_astbmc_vga()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5421d79dd212">5421d79dd212</a> ast-bmc: Rename LPC
+FW cycle helpers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20e3d130d003">20e3d130d003</a> ast-io: Rework
+setup/tear-down of communication with the BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/79c821bcfc4b">79c821bcfc4b</a> lpc: Silence LPC
+SYNC no-response error when necessary</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c1208aee6955">c1208aee6955</a> ipmi: Introduce
+registration for SEL command handlers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8edac1b2f32">c8edac1b2f32</a> core/lock: Use
+try_lock_caller() in lock_caller() to capture owner</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f976e7788a3b">f976e7788a3b</a> core/flash: Only
+lock around flashes update in flash_register()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67531d1deacc">67531d1deacc</a> core/flash: Unlock
+around blocklevel calls in NVRAM accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b8dbd4e3353">8b8dbd4e3353</a> libflash: Add
+ipmi-hiomap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae947a88fec9">ae947a88fec9</a> astbmc: Prefer
+ipmi-hiomap for PNOR access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dacc40af25fb">dacc40af25fb</a> astbmc: Remove
+coordinated isolation support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/494221e68052">494221e68052</a> lpc: Introduce
+generic probe capability</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d95e373c274">8d95e373c274</a> astbmc: Use LPC
+probe calls to determine SIO presence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d2649636ba4d">d2649636ba4d</a> platform:
+Restructure bmc_platform type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4197f8b56b4">e4197f8b56b4</a> astbmc: Fail SFC
+init if SIO is unavailable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70c83a425670">70c83a425670</a> lpc: Clear sync
+no-response field prior to device probe</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aac9abe6ccab">aac9abe6ccab</a>
+libflash/ipmi-hiomap: Cleanup allocation on init failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/516f41649ff1">516f41649ff1</a> p9dsu: Add
+HIOMAP-over-IPMI support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee6a266a2b23">ee6a266a2b23</a> p9dsu: Describe
+platform BMC register configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f145626d6227">f145626d6227</a>
+libflash/ipmi-hiomap: Improve event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f49e5220086">3f49e5220086</a>
+libflash/ipmi-hiomap: Restore window state on window/protocol reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bec5a5f89adc">bec5a5f89adc</a>
+libflash/ipmi-hiomap: Use error codes rather than abort()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9555cf21ba5b">9555cf21ba5b</a> core/flash: Log
+return code when ffs_init() fails</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0f50f9166c5">d0f50f9166c5</a> libflash/test:
+Rewrite Makefile.check to improve scalability</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/353040cfc500">353040cfc500</a>
+libflash/ipmi-hiomap: Fix argument type warning on x86-64</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d2b06e9e89ef">d2b06e9e89ef</a>
+libflash/ipmi-hiomap: Add support for unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83bf0c167280">83bf0c167280</a>
+libflash/ipmi-hiomap: Respect daemon presence and flash control</li>
+</ul>
+<p>Joel Stanley (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6433d05f9b5c">6433d05f9b5c</a> ast-bmc: Document
+BMC scratch register</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b7aaba71f6d">3b7aaba71f6d</a> astbmc: Enable mbox
+depending on scratch reg</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9da1e28ed4c0">9da1e28ed4c0</a> opal-ci: qemu: Use
+the powernv-3.0 branch</li>
+</ul>
+<p>Oliver O’Halloran (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a130f3e08481">a130f3e08481</a> hdata/i2c: Add
+whitelisting for Host I2C devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/afef7d511178">afef7d511178</a> hdata/i2c: Make SPD
+workaround more workaroundy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/125cecaa0f23">125cecaa0f23</a> phb4: Check for RX
+errors after link training</li>
+</ul>
+<p>Samuel Mendoza-Jonas (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbe074c81fcf">fbe074c81fcf</a> astbmc: Set romulus
+BMC type to OpenBMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7e090237b96">c7e090237b96</a> Recognise signed
+VERSION partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/467770ef95f4">467770ef95f4</a> libflash: Restore
+blocklevel tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0dce2b973d1">d0dce2b973d1</a> libflash: Don’t
+merge ECC-protected ranges</li>
+</ul>
+<p>Stewart Smith (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cac09fda2839">cac09fda2839</a> hdata/i2c.c: fix
+building with gcc8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4550c1a18501">4550c1a18501</a> hdata/tests/stubs.c:
+fix GCC8 warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88275cf25800">88275cf25800</a>
+core/test/run_mem_region: fix GCC8 compile error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b76911b9cadf">b76911b9cadf</a> Add
+-Wno-stringop-truncation for GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd4bbc869b02">fd4bbc869b02</a> AMI BMC: use 0x3a as
+OEM command</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd8b717f30a4">dd8b717f30a4</a> hdata/spira.c: fix
+iplparams feature name string handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0959fa04815">e0959fa04815</a> Fixup pflash build
+for ast refactor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/240eb43b982b">240eb43b982b</a> Quieten ‘warnings’
+now that SIO is disabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64f24480050e">64f24480050e</a> Add fast-reboot
+property to /ibm,opal DT node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0cc0d4f8018b">0cc0d4f8018b</a> Actually add
+/ibm,opal/fast-reboot property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4e607093833e">4e607093833e</a> hiomap: free ipmi
+message in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77ac2fe061b8">77ac2fe061b8</a> hiomap: fix missing
+newline at end of ‘Flushing writes’ prlog()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fc7af9ac4efd">fc7af9ac4efd</a> Run pollers in
+time_wait() when not booting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b93b22df1a8b">b93b22df1a8b</a> skiboot v6.0.10
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e2024d903ee">3e2024d903ee</a> skiboot 6.0.11
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5b282ae5d4a">e5b282ae5d4a</a> libflash: fix gcov
+build</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e02e17b713d5">e02e17b713d5</a> hiomap: quieten
+warning on failing to move a window</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/450975e708bf">450975e708bf</a> skiboot v6.0.12
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e550528a74af">e550528a74af</a> skiboot v6.0.13
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a41470c94920">a41470c94920</a> ipmi: Reduce
+ipmi_queue_msg_sync() polling loop time to 10ms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f4afd85a84ab">f4afd85a84ab</a> skiboot v6.0.14
+release notes</li>
+</ul>
+<p>Vaibhav Jain (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d42e9b441f2">0d42e9b441f2</a> phb4/capp: Update
+the expected Eye-catcher for CAPP ucode lid</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84ca6d0ce15f">84ca6d0ce15f</a> phb4/capp: Use link
+width to allocate STQ engines to CAPP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf93742f5c04">bf93742f5c04</a> phb4/capp: Only
+reset FIR bits that cause capp machine check</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e66c88ece46">5e66c88ece46</a> hdata/i2c: Skip
+unknown device type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/184d7e4aca1a">184d7e4aca1a</a> opal-prd: Fix
+opal-prd crash</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.10.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.10</a></li>
+ <li>Next: <a href="v2.0.12.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.12</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.11.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.12.html b/release-notes/v2.0.12.html
new file mode 100644
index 0000000..e41010d
--- /dev/null
+++ b/release-notes/v2.0.12.html
@@ -0,0 +1,339 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.12 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.13" href="v2.0.13.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.11" href="v2.0.11.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-12">
+<h1>Release Notes for OpenPower Firmware v2.0.12<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-12" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.12 was released on Friday January 18th, 2019 and replaces
+op-build v2.0.11 as the current stable release in the 2.0.x series.</p>
+<p>It is recommended that v2.0.12 be used over any previous v2.0.x version
+due to the bug fixes contained.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="21%" />
+<col width="15%" />
+<col width="14%" />
+<col width="50%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old
+Version</th>
+<th class="head">New
+Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw112818
+a.op920</td>
+<td>hw12311
+9a.op92
+0</td>
+<td>witherspoon, p9dsu, zaius,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>3bf7fcf3
+5960</td>
+<td>d2c0cb9
+a339bf</td>
+<td>witherspoon, p9dsu, zaius,
+romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-bin
+aries</td>
+<td>hw112818
+a.op920</td>
+<td>hw12311
+9a.op92
+0</td>
+<td>witherspoon, p9dsu, zaius,
+habanero, garrison, barreleye,
+firestone, palmetto, vesnin,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>7cd20a6a
+c8fe3</td>
+<td>dce824c
+125884</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>3a505ffc
+17519</td>
+<td>39d7745
+2d00c</td>
+<td>witherspoon, p9dsu, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>petitboot</td>
+<td>v1.7.3</td>
+<td>v1.7.4</td>
+<td>witherspoon, p9dsu, zaius,
+habanero, firenze, garrison,
+barreleye, openpower_mambo,
+pseries, firestone, palmetto,
+openpower_p9_mambo, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.14</td>
+<td>v6.0.15</td>
+<td>witherspoon, p9dsu, zaius,
+habanero, firenze, garrison,
+barreleye, openpower_mambo,
+pseries, firestone, palmetto,
+openpower_p9_mambo, vesnin, zz,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3ce9d71f1f2e">3ce9d71f1f2e</a>
+Release tag information updated for hw123119a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0.12-1-g8254d9d0ac3e/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch">0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0.12-1-g8254d9d0ac3e/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0.12-1-g8254d9d0ac3e/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-0-12-commits-1">
+<span id="id1"></span><h3>Commits<a class="headerlink" href="#v2-0-12-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Corey Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c0cb9a339b">d2c0cb9a339b</a>
+Generate error when pnor is not accessed via ipmi</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d76bea3ff0f5">d76bea3ff0f5</a>
+Add sync to doorbell function to avoid weak consistency bug</li>
+</ul>
+<p>Shelton Leung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbb9bf7216be">fbb9bf7216be</a>
+HW474117 WAT to allow firmware to disable bypass on port</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-0-12-patches-1">
+<span id="id2"></span><h3>Patches<a class="headerlink" href="#v2-0-12-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-12-commits-2">
+<span id="id3"></span><h3>Commits<a class="headerlink" href="#v2-0-12-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/39d77452d00c">39d77452d00c</a>
+Fix memory bandwidth chom averages</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-0-12-commits-3">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-0-12-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Samuel Mendoza-Jonas (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/017aada974ef">017aada974ef</a>
+lib/flash: Check if the partition is signed</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/8b9d8bf7c983">8b9d8bf7c983</a>
+discover/devmapper: Retry dm-device remove if busy</li>
+</ul>
+</div>
+<div class="section" id="v2-0-12-patches-2">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-0-12-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-12-commits-4">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-0-12-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Alexey Kardashevskiy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12595094567a">12595094567a</a>
+npu2: Advertise correct TCE page size</li>
+</ul>
+<p>Frederic Barrat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5e99d277fc5">e5e99d277fc5</a>
+i2c: Fix i2c request hang during opal init if timers are not checked</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad92cf94b5f7">ad92cf94b5f7</a>
+opal-prd: hservice: Enable hservice->wakeup() in BMC</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3bcfff5498b7">3bcfff5498b7</a>
+skiboot v6.0.15 release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="v2-0-12-patches-3">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-0-12-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-12-commits-5">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-0-12-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c488a6234d09">c488a6234d09</a>
+Added value to TPM FRU ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/dce824c12588">dce824c12588</a>
+Backing out TPM FRU ID</li>
+</ul>
+<p>sannerd (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c8bca533fcea">c8bca533fcea</a>
+Default Spectre/Meltdown HW Inits to Kernel mode (#78)</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.11.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.11</a></li>
+ <li>Next: <a href="v2.0.13.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.13</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.12.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.13.html b/release-notes/v2.0.13.html
new file mode 100644
index 0000000..ef46fbf
--- /dev/null
+++ b/release-notes/v2.0.13.html
@@ -0,0 +1,383 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.13 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.14" href="v2.0.14.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.12" href="v2.0.12.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-13">
+<h1>Release Notes for OpenPower Firmware v2.0.13<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-13" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="21%" />
+<col width="20%" />
+<col width="20%" />
+<col width="38%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw123119a.op920</td>
+<td>hw020319a.op920</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>d2c0cb9a339b</td>
+<td>753249ad9bd92</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw123119a.op920</td>
+<td>hw020319a.op920</td>
+<td>witherspoon, p9dsu, zaius,
+habanero, garrison, barreleye,
+firestone, palmetto, vesnin,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>dce824c12588</td>
+<td>74b5ebb1875e</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.7.4</td>
+<td>v1.7.5</td>
+<td>witherspoon, p9dsu, zaius,
+habanero, firenze, garrison,
+barreleye, openpower_mambo,
+witherspoon_dev, pseries,
+firestone, palmetto,
+openpower_p9_mambo, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>7aa21f6c0b11</td>
+<td>9515af0355bc</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.15</td>
+<td>v6.0.16</td>
+<td>witherspoon, p9dsu, zaius,
+habanero, firenze, garrison,
+barreleye, openpower_mambo,
+witherspoon_dev, pseries,
+firestone, palmetto,
+openpower_p9_mambo, vesnin, zz,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4e2905692e62">4e2905692e62</a> Release tag
+information updated for hw012519a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dff4759c894">0dff4759c894</a> Release tag
+information updated for hw012619a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/009de1f88dc7">009de1f88dc7</a> Release tag
+information updated for hw012719a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c18d1df0d68c">c18d1df0d68c</a> Release tag
+information updated for hw012819a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/44643c78452f">44643c78452f</a> Release tag
+information updated for hw012919a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/447b84ac689f">447b84ac689f</a> Release tag
+information updated for hw013019a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fe34d27b5e45">fe34d27b5e45</a> Release tag
+information updated for hw013119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/af8c4dbd803d">af8c4dbd803d</a> Release tag
+information updated for hw020319a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-0-13-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-0-13-patches-1" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0.13/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch">0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0.13/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0.13/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-0-13-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-0-13-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/025427c563db">025427c563db</a> Add kernel debug
+trace to Invalid IPC Message Errors</li>
+</ul>
+<p>Caleb Palmer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7995cbcf6dc4">7995cbcf6dc4</a> PRD: Nimbus symbol
+mark performance workaround</li>
+</ul>
+<p>Dan Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51206826999d">51206826999d</a> Add msgsync to
+doorbell wakeup logic to avoid weak consistency bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dad96d18d5fb">dad96d18d5fb</a> Add retry to slave
+core wakeup path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/753249ad9bd9">753249ad9bd9</a> Do not gard cores
+on the initial core wakeup failure</li>
+</ul>
+<p>Daniel M. Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10dbf93a5d9a">10dbf93a5d9a</a> Revert “Mask early
+hang indicators from nmmu/vas unit”</li>
+</ul>
+<p>Ilya Smirnov (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d34eb9e7224">0d34eb9e7224</a> Create an
+LRDIMM_CAPABLE HB Config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/831eab0a05a1">831eab0a05a1</a> Mark
+IPC_DATA_INVALID Errors as Informational</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f222c9181dd">2f222c9181dd</a> Tune xbus
+packet_delay_limit for various systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55243e7dd02d">55243e7dd02d</a> Mask early hang
+indicators from nmmu/vas unit</li>
+</ul>
+<p>Stephen Glancy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0d1b03eb482">e0d1b03eb482</a> Default DDR4-3200
+to 2666</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ece0f30d17f9">ece0f30d17f9</a> Default DDR4-2933
+to 2666</li>
+</ul>
+<p>Zane Shelley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fcb5a926d82">2fcb5a926d82</a> PRD: buffer overrun
+issue in PRD capture data</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-0-13-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-0-13-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-13-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-0-13-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/47038255f6ec">47038255f6ec</a> lib/url: Include
+port in pb_url_to_string()</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-0-13-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-0-13-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-13-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-0-13-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9515af0355bc">9515af0355bc</a> Mask early hang
+indicators from nmmu/vas unit</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-0-13-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-0-13-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-13-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-0-13-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Deb McLemore (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/035230125f9a">035230125f9a</a> p9dsu: Fix p9dsu
+default variant</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c3a512b4edc">7c3a512b4edc</a> p9dsu: Fix p9dsu
+slot tables</li>
+</ul>
+<p>Michael Neuling (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/be332624c2c1">be332624c2c1</a> phb4: Generate
+checkstop on AIB ECC corr/uncorr for DD2.0 parts</li>
+</ul>
+<p>Reza Arbab (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d17c10fe4d6">0d17c10fe4d6</a> core/lock: Stop
+drop_my_locks() from always causing abort</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e22b74601cc">9e22b74601cc</a> skiboot v6.0.16
+release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="v2-0-13-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-0-13-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-13-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-0-13-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c488a6234d09">c488a6234d09</a> Added value
+to TPM FRU ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/dce824c12588">dce824c12588</a> Backing out
+TPM FRU ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/74b5ebb1875e">74b5ebb1875e</a> Merging
+Master into op-build branch (#79)</li>
+</ul>
+<p>sannerd (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c8bca533fcea">c8bca533fcea</a> Default
+Spectre/Meltdown HW Inits to Kernel mode (#78)</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.12.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.12</a></li>
+ <li>Next: <a href="v2.0.14.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.14</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.13.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.14.html b/release-notes/v2.0.14.html
new file mode 100644
index 0000000..7142c0a
--- /dev/null
+++ b/release-notes/v2.0.14.html
@@ -0,0 +1,497 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.14 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.15" href="v2.0.15.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.13" href="v2.0.13.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-14">
+<h1>Release Notes for OpenPower Firmware v2.0.14<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-14" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="19%" />
+<col width="19%" />
+<col width="20%" />
+<col width="41%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw020319a.op920</td>
+<td>hw022419a.op920</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>753249ad9bd9</td>
+<td>879d21d3cd70</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binarie
+s</td>
+<td>hw020319a.op920</td>
+<td>hw022419a.op920</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone,
+palmetto, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>74b5ebb1875e</td>
+<td>2d9c9f0ebce1</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>39d77452d00c</td>
+<td>8fa385457a34</td>
+<td>witherspoon, p9dsu, zaius, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.0.16</td>
+<td>v6.0.18</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev,
+pseries, firestone, palmetto,
+openpower_p9_mambo, vesnin, zz,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2172848cf283">2172848cf283</a> Release tag
+information updated for hw020419a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/00f61a077e44">00f61a077e44</a> Release tag
+information updated for hw020519a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/35bd55541bfa">35bd55541bfa</a> Release tag
+information updated for hw020619a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f6276913a4f4">f6276913a4f4</a> Release tag
+information updated for hw020719a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/26b2f1a3b2ef">26b2f1a3b2ef</a> Release tag
+information updated for hw020819a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4fb08ebfbe04">4fb08ebfbe04</a> Release tag
+information updated for hw020919a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb49f3c5a19a">bb49f3c5a19a</a> Release tag
+information updated for hw021019a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/57ece14f413b">57ece14f413b</a> Release tag
+information updated for hw021119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5172ed110220">5172ed110220</a> Release tag
+information updated for hw021219a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f4a909a646a">2f4a909a646a</a> Release tag
+information updated for hw021319a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e78ba0a2b89d">e78ba0a2b89d</a> Release tag
+information updated for hw021419a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/67da000d72e9">67da000d72e9</a> Release tag
+information updated for hw021519a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f398c01cab7b">f398c01cab7b</a> Release tag
+information updated for hw021619a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/acd5701c7dbe">acd5701c7dbe</a> Release tag
+information updated for hw021719a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b67d5512af01">b67d5512af01</a> Release tag
+information updated for hw021819a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/732d24bdf26f">732d24bdf26f</a> Release tag
+information updated for hw021919a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1623463840ba">1623463840ba</a> Release tag
+information updated for hw022019a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ff08e55b5b6a">ff08e55b5b6a</a> Release tag
+information updated for hw022119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/48d2d4b83b76">48d2d4b83b76</a> Release tag
+information updated for hw022219a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/26bf384a68ee">26bf384a68ee</a> Release tag
+information updated for hw022319a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b2aa713cda5b">b2aa713cda5b</a> Release tag
+information updated for hw022419a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches-2-0-14-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#patches-2-0-14-1" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch">0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="commits-2-0-14-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#commits-2-0-14-1" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b61625064744">b61625064744</a> HTMGT: Change OCC
+logs to info while recovery is still being attempted</li>
+</ul>
+<p>Corey Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c093dc41a70">3c093dc41a70</a> Use virtual address
+buffer to read mvpd rings</li>
+</ul>
+<p>Dan Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a977a1bbb12">8a977a1bbb12</a> Move libconsole
+into base image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39cba205cc2f">39cba205cc2f</a> Force reboot
+without visible errors for core wakeup failure</li>
+</ul>
+<p>Daniel M. Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/394c3ff5002b">394c3ff5002b</a> Revert “HW474117
+WAT to allow firmware to disable bypass on port”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/603a666e67c8">603a666e67c8</a> Revert “PRD: Nimbus
+symbol mark performance workaround”</li>
+</ul>
+<p>Dean Sanner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c0019e57fc4">4c0019e57fc4</a> Find cpu struct
+directly in doorbell interrupt handler</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22261c1edce7">22261c1edce7</a> PM: fix cable pull
+issue in clearing clock sync upon PM Complex Reset</li>
+</ul>
+<p>Jaymes Wilks (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00a5a36ed2c1">00a5a36ed2c1</a> Add TPM FRU
+Inventory Record Data</li>
+</ul>
+<p>Nick Bofferding (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/236d2178bd66">236d2178bd66</a> Enhance RAS for
+case where boot firmware image is too big to load</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d23603024bc4">d23603024bc4</a> Only allow key
+transition in istep 10.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/879d21d3cd70">879d21d3cd70</a> Support parsing
+call home informational eSELs with debug tooling</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="patches-2-0-14-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#patches-2-0-14-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-0-14-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#commits-2-0-14-2" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8fa385457a34">8fa385457a34</a> Add PGPE traces and data
+to OCC logs</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="patches-2-0-14-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#patches-2-0-14-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-0-14-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#commits-2-0-14-3" title="Permalink to this headline">¶</a></h3>
+<p>Alexey Kardashevskiy (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84baad3ee52f">84baad3ee52f</a> cpufeatures: Always
+advertise POWER8NVL as DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d761a3bf034">4d761a3bf034</a> hw/phb3/naples:
+Disable D-states</li>
+</ul>
+<p>Andrew Jeffery (48):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d565ef89fbc9">d565ef89fbc9</a> libflash/test:
+Generate header dependencies for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef7e13706e40">ef7e13706e40</a> test-ipmi-hiomap:
+Add ability to delay some IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dab117481e66">dab117481e66</a> test-ipmi-hiomap:
+Dump unexpected IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cfaabaeb605d">cfaabaeb605d</a> test-ipmi-hiomap:
+Ensure the completion code is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea7d8f1ae801">ea7d8f1ae801</a> test-ipmi-hiomap:
+Print some information on early</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c8497036812">2c8497036812</a>
+libflash/ipmi-hiomap: Fix leak of msg in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0875e9fed8d0">0875e9fed8d0</a>
+libflash/ipmi-hiomap: Overhaul error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0576b743bf18">0576b743bf18</a>
+libflash/ipmi-hiomap: Overhaul event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5117b2c56d65">5117b2c56d65</a>
+libflash/ipmi-hiomap: Remove unused close handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdf19fbcb226">bdf19fbcb226</a>
+libflash/ipmi-hiomap: Enforce message size for empty response</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01ab517e8065">01ab517e8065</a> test-ipmi-hiomap:
+Add protocol-persistent-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb3f88bb5df6">bb3f88bb5df6</a> test-ipmi-hiomap:
+Add read-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aeb4b5e9cab8">aeb4b5e9cab8</a> test-ipmi-hiomap:
+Add read-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3fa96125e20">b3fa96125e20</a> test-ipmi-hiomap:
+Add event-before-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb87c68ac909">cb87c68ac909</a> test-ipmi-hiomap:
+Add event-during-read test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f47d648b62b">4f47d648b62b</a> test-ipmi-hiomap:
+Add write-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd5420df2cc3">fd5420df2cc3</a> test-ipmi-hiomap:
+Add write-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f3d3d442d27">9f3d3d442d27</a> test-ipmi-hiomap:
+Add event-before-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/517028357911">517028357911</a> test-ipmi-hiomap:
+Add event-during-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ef913cd3f52">9ef913cd3f52</a> test-ipmi-hiomap:
+Add erase-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/54c3d1b7e709">54c3d1b7e709</a> test-ipmi-hiomap:
+Add erase-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/414f8d6c20e5">414f8d6c20e5</a> test-ipmi-hiomap:
+Add event-before-erase test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/372d6290f6ef">372d6290f6ef</a> test-ipmi-hiomap:
+Add event-during-erase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7722b3fab3ac">7722b3fab3ac</a> test-ipmi-hiomap:
+Add bad-sequence test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/243b5e276691">243b5e276691</a> test-ipmi-hiomap:
+Add action-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4591893d3dd2">4591893d3dd2</a> test-ipmi-hiomap:
+Add get-flash-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59fef8a367d6">59fef8a367d6</a> test-ipmi-hiomap:
+Add get-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fda66a4a84d7">fda66a4a84d7</a> test-ipmi-hiomap:
+Add get-flash-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ad9ac6f588a">5ad9ac6f588a</a> test-ipmi-hiomap:
+Add create-read-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/203470f8524b">203470f8524b</a> test-ipmi-hiomap:
+Add create-write-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ddeb048bec98">ddeb048bec98</a> test-ipmi-hiomap:
+Add mark-dirty-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70651e1a4d8d">70651e1a4d8d</a> test-ipmi-hiomap:
+Add flush-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f495309913ec">f495309913ec</a> test-ipmi-hiomap:
+Add ack-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/634a61d0cad1">634a61d0cad1</a> test-ipmi-hiomap:
+Add erase-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d90d02baaa7">4d90d02baaa7</a> test-ipmi-hiomap:
+Add ack-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/51248765629b">51248765629b</a> test-ipmi-hiomap:
+Add get-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f7f20ebc477e">f7f20ebc477e</a> test-ipmi-hiomap:
+Add get-flash-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a94951a93fd3">a94951a93fd3</a> test-ipmi-hiomap:
+Add create-read-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/79fe8d1402a9">79fe8d1402a9</a> test-ipmi-hiomap:
+Add create-write-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ae5477049f6">6ae5477049f6</a> test-ipmi-hiomap:
+Add mark-dirty-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f809abfae39">7f809abfae39</a> test-ipmi-hiomap:
+Add flush-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5033fce6b6f">e5033fce6b6f</a> test-ipmi-hiomap:
+Add erase-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01208d393d40">01208d393d40</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-ack test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f328d44b13a5">f328d44b13a5</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-get-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a8a9179abc4">2a8a9179abc4</a> test-ipmi-hiomap:
+Add protocol-recovery-get-flash-info-failure test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ec4f741dda4">9ec4f741dda4</a> test-ipmi-hiomap:
+Add read-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/311991fe40bc">311991fe40bc</a> test-ipmi-hiomap:
+Add write-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f4554864bef3">f4554864bef3</a> test-ipmi-hiomap:
+Add erase-one-block-twice test</li>
+</ul>
+<p>Nicholas Piggin (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59d9ab63b397">59d9ab63b397</a> core/cpu: HID update
+race</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3c884939561">a3c884939561</a> powercap: occ: Fix
+the powercapping range allowed for user</li>
+</ul>
+<p>Stewart Smith (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a90d5922fcf">1a90d5922fcf</a> firmware-versions:
+Add test case for parsing VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc7945c73469">cc7945c73469</a> hdata/test:
+workaround dtc bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/229ed05931b5">229ed05931b5</a> skiboot v6.0.17
+release notes</li>
+</ul>
+<p>Vasant Hegde (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f23e2102374a">f23e2102374a</a> hdata: Fix dtc
+warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5a157d1e4293">5a157d1e4293</a> core/ipmi: Improve
+error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5ee11f6e796">e5ee11f6e796</a> core/opal: Print PIR
+value in exit path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac9e1fdb6115">ac9e1fdb6115</a> ipmi/power: Fix
+system reboot issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d8a56aee77c">0d8a56aee77c</a> hw/bt: Fix message
+retry handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57b6b87a7810">57b6b87a7810</a> hw/bt: Add backend
+interface to disable ipmi message retry option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53d0266881ba">53d0266881ba</a> hw/bt: Introduce
+separate list for synchronous messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/184f81559530">184f81559530</a> core/ipmi: Add ipmi
+sync messages to top of the list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d1a977916b6">1d1a977916b6</a> hw/bt: Do not
+disable ipmi message retry during OPAL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b90de1aae03c">b90de1aae03c</a> skiboot v6.0.18
+release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="patches-2-0-14-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#patches-2-0-14-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-0-14-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#commits-2-0-14-4" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/bea477bf4f9a">bea477bf4f9a</a> Fixing GPU
+I2C Addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/2d9c9f0ebce1">2d9c9f0ebce1</a> Adding in
+TPM FRU info</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.13.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.13</a></li>
+ <li>Next: <a href="v2.0.15.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.15</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.14.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.15.html b/release-notes/v2.0.15.html
new file mode 100644
index 0000000..88ead8d
--- /dev/null
+++ b/release-notes/v2.0.15.html
@@ -0,0 +1,278 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.15 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.16" href="v2.0.16.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.14" href="v2.0.14.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-15">
+<h1>Release Notes for OpenPower Firmware v2.0.15<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-15" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="19%" />
+<col width="16%" />
+<col width="44%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw022419a.op920</td>
+<td>hw031819a.op9
+20</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>879d21d3cd70f</td>
+<td>c00d44a9ad03</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw022419a.op920</td>
+<td>hw031819a.op9
+20</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone,
+palmetto, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>9515af0355bc0</td>
+<td>b6ee17b168d8</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.18</td>
+<td>v6.0.19</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev,
+pseries, firestone, palmetto,
+openpower_p9_mambo, vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8dda62b91c31">8dda62b91c31</a> Release tag
+information updated for hw030819a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/efaccccbfa44">efaccccbfa44</a> Release tag
+information updated for hw030919a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1113169cfa3c">1113169cfa3c</a> Release tag
+information updated for hw031019a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e6b6afd59e41">e6b6afd59e41</a> Release tag
+information updated for hw031119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5efba036dd35">5efba036dd35</a> Release tag
+information updated for hw031219a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ebc36ceff4a7">ebc36ceff4a7</a> Release tag
+information updated for hw031319a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c4a91021e44f">c4a91021e44f</a> Release tag
+information updated for hw031419a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68ae13f9635c">68ae13f9635c</a> Release tag
+information updated for hw031619a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/60cb47dae2ca">60cb47dae2ca</a> Release tag
+information updated for hw031719a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/478978b7819d">478978b7819d</a> Release tag
+information updated for hw031819a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#patches-1" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch">0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a40b4b4f688d">a40b4b4f688d</a> Load HWAS module
+earlier in ext init tasks</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c00d44a9ad03">c00d44a9ad03</a> Mask NMMUFIR(7),
+NMMUFIR(36:39)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6ee17b168d8">b6ee17b168d8</a> Mask NMMUFIR(7),
+NMMUFIR(36:39)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Deb McLemore (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6fda4bc333e4">6fda4bc333e4</a> p9dsu: Fix slot
+labels for p9dsu2u</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af316fed0205">af316fed0205</a> p9dsu: Undo slot
+label name changes</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d135fe39a6a">3d135fe39a6a</a> skiboot v6.0.19
+release notes</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.14.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.14</a></li>
+ <li>Next: <a href="v2.0.16.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.16</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.15.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.16.html b/release-notes/v2.0.16.html
new file mode 100644
index 0000000..4925e77
--- /dev/null
+++ b/release-notes/v2.0.16.html
@@ -0,0 +1,473 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.16 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.1-rc1" href="v2.1-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.15" href="v2.0.15.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-16">
+<h1>Release Notes for OpenPower Firmware v2.0.16<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-16" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.16 was released on July 10th 2019, it replaces v2.0.15 as the latest stable version in the
+v2.0.y series.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="17%" />
+<col width="17%" />
+<col width="45%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.29.0</td>
+<td>1.29.3</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>dtc</td>
+<td>1.4.4</td>
+<td>1.4.7</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>elfutils</td>
+<td>0.169</td>
+<td>0.174</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>ethtool</td>
+<td>4.15</td>
+<td>4.16</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>glibc</td>
+<td>glibc-2.27-57-g6
+c99e37f6fb6</td>
+<td>glibc-2.28-69-g1
+e5c5303a522</td>
+<td>p9dsu_dev, witherspoon, p9dsu, zaius,
+habanero, firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, openpower_p9_mambo,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw031819a.op920</td>
+<td>hw040919a.op920</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>c00d44a9ad03</td>
+<td>8591ded70260</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-binaries</td>
+<td>hw031819a.op920</td>
+<td>hw040919a.op920</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone, palmetto,
+vesnin, romulus</td>
+</tr>
+<tr class="row-even"><td>kmod</td>
+<td>24</td>
+<td>25</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.17.12</td>
+<td>4.19.57</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-firmware</td>
+<td>65b1c68c63f9</td>
+<td>44d4fca9922a</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux-headers</td>
+<td>4.17.12</td>
+<td>4.19.57</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>lvm2</td>
+<td>2.02.173</td>
+<td>2.02.180</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>19a516499e10</td>
+<td>c5c35cb575ed</td>
+<td>garrison</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.19</td>
+<td>v6.0.20</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.32</td>
+<td>2.32.1</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, openpower_mambo,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>libaio</td>
+<td>0.3.111</td>
+<td>witherspoon,p9dsu,zaius,habanero,
+firenze,garrison,barreleye,openpo
+wer_mambo,witherspoon_dev,pseries
+,firestone,palmetto,vesnin,zz,rom
+ulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/garrison-xml/commit/1a7255c95008">1a7255c95008</a> Fix IBSCOM_MCS_BASE_ADDR
+value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="v2-0-16-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-0-16-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-16-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-0-16-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (22):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/662625844b91">662625844b91</a> Release tag information updated
+for hw031919a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a850f50a0433">a850f50a0433</a> Release tag information updated
+for hw032019a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ddc3338e020c">ddc3338e020c</a> Release tag information updated
+for hw032119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51655a2e44b9">51655a2e44b9</a> Release tag information updated
+for hw032219a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f857afc4c02c">f857afc4c02c</a> Release tag information updated
+for hw032319a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/003ce3fa1578">003ce3fa1578</a> Release tag information updated
+for hw032419a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cf71a916dbe4">cf71a916dbe4</a> Release tag information updated
+for hw032519a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bf22b001b1a5">bf22b001b1a5</a> Release tag information updated
+for hw032619a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e023ce198067">e023ce198067</a> Release tag information updated
+for hw032719a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d2ba8f999f00">d2ba8f999f00</a> Release tag information updated
+for hw032819a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a7fb2f87578c">a7fb2f87578c</a> Release tag information updated
+for hw032919a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/41759882e94d">41759882e94d</a> Release tag information updated
+for hw033019a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e453d5fbeb7b">e453d5fbeb7b</a> Release tag information updated
+for hw033119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/80b345329a3d">80b345329a3d</a> Release tag information updated
+for hw040119a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8155f1b7d1b6">8155f1b7d1b6</a> Release tag information updated
+for hw040219a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c3b99ec9f029">c3b99ec9f029</a> Release tag information updated
+for hw040319a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ae61756b99d9">ae61756b99d9</a> Release tag information updated
+for hw040419a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51398795e34f">51398795e34f</a> Release tag information updated
+for hw040519a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d9513d8e6920">d9513d8e6920</a> Release tag information updated
+for hw040619a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e666d76d557c">e666d76d557c</a> Release tag information updated
+for hw040719a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6cd3c8d037ab">6cd3c8d037ab</a> Release tag information updated
+for hw040819a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f09b4f140279">f09b4f140279</a> Release tag information updated
+for hw040919a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-0-16-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-0-16-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-16-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-0-16-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3199030c431">e3199030c431</a> Modify IPMI Timeout Value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9d1f3e3e115">c9d1f3e3e115</a> Restore Timebase on Master
+Core Threads 1-3 after Sleep/Winkle</li>
+</ul>
+<p>Caleb Palmer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b0de295ed7c">5b0de295ed7c</a> Revert “Revert”PRD: Nimbus
+symbol mark performance workaround””</li>
+</ul>
+<p>Chen Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c824d6f2e1a2">c824d6f2e1a2</a> Get ring override failing</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7b076ba12f6">d7b076ba12f6</a> Add sequence id to IPMI
+timeout traces</li>
+</ul>
+<p>Ilya Smirnov (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78ccbc76dbed">78ccbc76dbed</a> Flush Errlmanager Queue
+Before Fetching Gard Records</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/387ed5acb388">387ed5acb388</a> Remove Redundant LPC Bus
+Check</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8591ded70260">8591ded70260</a> Revert “Revert”HW474117 WAT
+to allow firmware to disable bypass on port””</li>
+</ul>
+<p>Louis Stermole (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e904aaee7381">e904aaee7381</a> Add workaround for Nimbus
+symbol mark performance hw bug</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3df3c9b61e4c">3df3c9b61e4c</a> Only display ERRL user
+details callouts/strings when dumping error to console</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-0-16-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-0-16-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-16-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-0-16-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Andrew Jeffery (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f8f9d5ece92d">f8f9d5ece92d</a> core/flash: Retry requests as
+necessary in flash_load_resource()</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee8837ade2a4">ee8837ade2a4</a> Fix hang in
+pnv_platform_error_reboot path due to TOD failure.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0cbc866dae11">0cbc866dae11</a> opal/hmi: Initialize the hmi
+event with old value of TFMR.</li>
+</ul>
+<p>Nicholas Piggin (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68acaf102a15">68acaf102a15</a> core/lock: don’t set
+bust_locks on lock error</li>
+</ul>
+<p>Oliver O’Halloran (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/effc8a898634">effc8a898634</a> hw/xscom: Enable sw xstop by
+default on p9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/749ce5cf1916">749ce5cf1916</a> pci/iov: Remove skiboot VF
+tracking</li>
+</ul>
+<p>Vasant Hegde (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/65a36d64be2a">65a36d64be2a</a> core/ipmi: Print correct netfn
+value</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ebe0de9aeb47">ebe0de9aeb47</a> libflash/ipmi-hiomap: Fix
+blocks count issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82c778a378c3">82c778a378c3</a> test-ipmi-hiomap: Assert if
+size is zero</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/067695735641">067695735641</a> test-ipmi-hiomap: Add
+write-one-byte test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c6b0245a6ac5">c6b0245a6ac5</a> test-ipmi-hiomap: Fix
+lpc-read-success</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdd077a2256b">bdd077a2256b</a> test-ipmi-hiomap: Add
+read-one-byte test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2dabb70693b">a2dabb70693b</a> skiboot v6.0.20 release notes</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.15.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.15</a></li>
+ <li>Next: <a href="v2.1-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v2.1-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.16.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.2.html b/release-notes/v2.0.2.html
new file mode 100644
index 0000000..6e921c0
--- /dev/null
+++ b/release-notes/v2.0.2.html
@@ -0,0 +1,190 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.2 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.3" href="v2.0.3.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.1" href="v2.0.1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-2">
+<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>
+<p>op-build v2.0.2 was released on Thursday May 24th, 2018 and replaces
+op-build v2.0.1 as the current stable release in the 2.0.x series.</p>
+<p>It is recommended that v2.0.2 be used over any previous v2.0.x version
+due to the bug fixes contained within.</p>
+<p>This release includes a skiboot version bump, where bugs are fixed
+related to i2c and TPMs.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="9%" />
+<col width="13%" />
+<col width="13%" />
+<col width="65%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.2</td>
+<td>v6.0.3</td>
+<td>barreleye, firenze, firestone, garrison, habanero,
+openpower_mambo, openpower_p9_mambo, p9dsu, p9dsu_dev,
+palmetto, pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Oliver O’Halloran (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e22f7e46dfa3">e22f7e46dfa3</a>
+p8-i2c: Allow a per-port default timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed21a758a43a">ed21a758a43a</a>
+hdata: Add TPM timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/652c0dd64313">652c0dd64313</a>
+libstb/i2c-driver: Bump max timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d523a210dfbf">d523a210dfbf</a>
+p8-i2c: Remove force reset</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cdc58924f8d">8cdc58924f8d</a>
+skiboot 6.0.3 release notes</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.1</a></li>
+ <li>Next: <a href="v2.0.3.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.3</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.2.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.3.html b/release-notes/v2.0.3.html
new file mode 100644
index 0000000..30c9043
--- /dev/null
+++ b/release-notes/v2.0.3.html
@@ -0,0 +1,359 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.3 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.4" href="v2.0.4.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.2" href="v2.0.2.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-3">
+<h1>Release Notes for OpenPower Firmware v2.0.3<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-3" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.3 was released on Friday June 1st, 2018 and replaces
+op-build v2.0.2 as the current stable release in the 2.0.x series.</p>
+<p>It is recommended that v2.0.3 be used over any previous v2.0.x version
+due to the bug fixes contained within.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="14%" />
+<col width="14%" />
+<col width="14%" />
+<col width="59%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old
+Version</th>
+<th class="head">New
+Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw051718
+a.op920</td>
+<td>hw052418
+a.op920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>a4eb7f02</td>
+<td>acedcb2b</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-even"><td>linux</td>
+<td>4.16.8</td>
+<td>4.16.13</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto,
+pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>linux-
+headers</td>
+<td>4.16.8</td>
+<td>4.16.13</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto,
+pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>77bb5e60</td>
+<td>90208bbb</td>
+<td>zaius, p9dsu, witherspoon, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>8e0105e5</td>
+<td>a5969753</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.3</td>
+<td>v6.0.4</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto,
+pseries, vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e7a16c0c8685">e7a16c0c8685</a>
+Release tag information updated for hw052418a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="op-build-v2-0-3-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-3-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-3-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-3-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Ben Gass (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7395b3d68c7d">7395b3d68c7d</a>
+Build p9n 10 and 20 by default.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ccd37ccb190">5ccd37ccb190</a>
+Shorten A-link timers for sim. Add polling for A-link training.</li>
+</ul>
+<p>CHRISTINA L. GRAVES (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/064aabffd3fc">064aabffd3fc</a>
+p9_fab_iovalid fix to clear action0/1 bits corresponding w/ link
+being enabled</li>
+</ul>
+<p>Dan Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ad4c1b7c7c2">5ad4c1b7c7c2</a>
+Modify debug framework to be build-independent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b74ac8a05e42">b74ac8a05e42</a>
+Remove some files to remirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0648a1fff9a">f0648a1fff9a</a>
+Increase default watchdog timeout to 10 minutes</li>
+</ul>
+<p>Daniel Howe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95b92ae46750">95b92ae46750</a>
+dd1.1+ DL training procedure updates</li>
+</ul>
+<p>Jim Yuan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a19b501b6f44">a19b501b6f44</a>
+Fix FRU board mfg date and time.</li>
+</ul>
+<p>Joe McGill (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ee0dcd495f9">5ee0dcd495f9</a>
+FBC Level 1 procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac3743759da3">ac3743759da3</a>
+L2 HWPs – p9_smp_link_layer and p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5310a333a942">5310a333a942</a>
+L2 - Fabric updates for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc24bef6f147">fc24bef6f147</a>
+p9_fab_iovalid – invoke link validation subroutine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6f8088eaffb">d6f8088eaffb</a>
+L3 update – p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be6b65540fef">be6b65540fef</a>
+update HWP level metadata for nest, common files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22160ff310f2">22160ff310f2</a>
+IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29144e081adb">29144e081adb</a>
+shift XBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa7073699742">fa7073699742</a>
+p9_fab_iovalid – secure ABUS mailboxes after iovalid is asserted</li>
+</ul>
+<p>Louis Stermole (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acedcb2b0fb2">acedcb2b0fb2</a>
+Add extra DRAM reset after RCD load on Nimbus</li>
+</ul>
+<p>Mike Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ab6717da706">8ab6717da706</a>
+Skip Diagnostic Mode for I2C Resets over FSI In All Cases</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/714f4c95797c">714f4c95797c</a>
+Disable 2-for-1 on NDD2.2- and CDD1.2-</li>
+</ul>
+<p>dchowe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a40c1b23c1a">0a40c1b23c1a</a>
+Initfile updates for FBC DD2</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="op-build-v2-0-3-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-3-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-3-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-3-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/90208bbb6260">90208bbb6260</a>
+captureFir: Add delay and sbefifo reset</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="op-build-v2-0-3-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-3-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-3-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-3-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a59697535068">a59697535068</a>
+Disable 2-for-1 on NDD2.2- and CDD1.2-</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="op-build-v2-0-3-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#op-build-v2-0-3-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-0-3-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#op-build-v2-0-3-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Akshay Adiga (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc52c5620095">cc52c5620095</a>
+SLW: Remove stop1_lite and stop2_lite</li>
+</ul>
+<p>Mahesh Salgaonkar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3efceb169184">3efceb169184</a>
+opal-prd: Do not error out on first failure for soft/hard offline.</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c55a54bbf38b">c55a54bbf38b</a>
+skiboot 6.0.4 release notes</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.2.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.2</a></li>
+ <li>Next: <a href="v2.0.4.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.4</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.3.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.4.html b/release-notes/v2.0.4.html
new file mode 100644
index 0000000..7dfc317
--- /dev/null
+++ b/release-notes/v2.0.4.html
@@ -0,0 +1,424 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.4 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.5" href="v2.0.5.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.3" href="v2.0.3.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-4">
+<h1>Release Notes for OpenPower Firmware v2.0.4<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-4" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.4 was released on Thursday July 12th, 2018 and replaces op-build v2.0.3 as the current stable release in the 2.0.x series.</p>
+<p>It is recommended that v2.0.4 be used over any previous v2.0.x version due to the bug fixes contained within.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="18%" />
+<col width="18%" />
+<col width="45%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw052418a.op920</td>
+<td>hw060818a.op920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>acedcb2b0fb20</td>
+<td>63b526118e793</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw051718a.op920</td>
+<td>hw063018a.op920-2-g
+0db27d4b993b</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto,
+vesnin, witherspoon, habanero, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>90208bbb62606</td>
+<td>016db56cbcd6a</td>
+<td>zaius, p9dsu, witherspoon, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>a596975350682</td>
+<td>5c55be4739b4e</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.0.4</td>
+<td>v6.0.5</td>
+<td>openpower_mambo, firestone, firenze, garrison,
+zaius, p9dsu, palmetto, pseries, vesnin,
+witherspoon, habanero, openpower_p9_mambo, zz,
+barreleye, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f7b7a6050aa3">f7b7a6050aa3</a> PPB: Bug fix in computing IAC Vdn value</li>
+</ul>
+<p>Rahul Batra (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b175658f8526">b175658f8526</a> CME: Process DB0 inside intercme_msg_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fcff42579b68">fcff42579b68</a> PGPE: Correctly Set retActQuads during Safe Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6777d2f2f00c">6777d2f2f00c</a> PGPE: Fix WOF Enable/Disable Issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/85e6dceb7174">85e6dceb7174</a> PGPE: Use global literals for reg addrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51692fa2cabc">51692fa2cabc</a> PGPE: Ack Back any pending quad active update during WOF Disable</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fc7996aed4fa">fc7996aed4fa</a> Update Makefile to fix concurrancy issues with libppetracepp.a</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ff83bfc2bf6f">ff83bfc2bf6f</a> STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE</li>
+</ul>
+<p>hostboot (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9b060733df53">9b060733df53</a> Release tag information updated for hw060618a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/57f645d8622f">57f645d8622f</a> Release tag information updated for hw060718a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fbe2c7c8455c">fbe2c7c8455c</a> Release tag information updated for hw060818a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-0-4-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-0-4-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-4-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-0-4-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Ben Gass (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd357cba6d55">dd357cba6d55</a> Correct Safe mode freqency to UltraTurbo compare error message.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21d652cae1fc">21d652cae1fc</a> Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data</li>
+</ul>
+<p>Christian Geddes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5684c60ff95d">5684c60ff95d</a> Add recovery summary traces for sbeAttemptRecovery for FSP runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54080e164527">54080e164527</a> Slave SBE scratch regs must be up to date before continueMPIPL called</li>
+</ul>
+<p>Dan Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/384e76d46163">384e76d46163</a> Defer handling attentions on non-master proc until after SMP is up</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d41e6f61373d">d41e6f61373d</a> FFDC enhancements for core activate fails</li>
+</ul>
+<p>Greg Still (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/520c2aa3e498">520c2aa3e498</a> PM: clear Hcode error injection bit upon PM complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e615979c946">4e615979c946</a> PM: pm_firinit class fix to properly clear FIRs upon initialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1469d353f178">1469d353f178</a> PM: Fix double biases value into safe mode frequency</li>
+</ul>
+<p>Ilya Smirnov (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da0cef642cec">da0cef642cec</a> New Global For Console Daemon</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a218c42fcb5e">a218c42fcb5e</a> Add Option to Use opal-elog-parse to eSEL.pl</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbfc8c262b7d">cbfc8c262b7d</a> Changing NXCQFIR(34) RNG control logic error to checkstop</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14d009af06a6">14d009af06a6</a> p9_sbe_common – mark TP LFIR bits 18:20 recoverable</li>
+</ul>
+<p>Louis Stermole (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db169d62f42c">db169d62f42c</a> Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d44a3583d81b">d44a3583d81b</a> Enable full ERAT for NDD2.2+ and CDD1.1+</li>
+</ul>
+<p>Prasad Bg Ranganath (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9df095095c4a">9df095095c4a</a> PPB: Bug fix in computing IAC Vdn value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7644b20fd47e">7644b20fd47e</a> PM reset: Fix disable resclk procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5caa7eb2573f">5caa7eb2573f</a> PM_RESCLK: Clear override bits of CACCR in reset flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05e5bff504e7">05e5bff504e7</a> SBE:PUTRING: Add callout support for checkword mismatch failure</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af797ecccc7e">af797ecccc7e</a> PM: Not mask OCC_HB_NOTIFY during PM Reset</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7d423bcbe65">f7d423bcbe65</a> Fenced Enabled check along with vdd_pfet_disable_core for scoms</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e6737390b254">e6737390b254</a> Change npu ATSD timeout to disabled</li>
+</ul>
+<p>Soma BhanuTej (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63b526118e79">63b526118e79</a> BugFix for extract_sbe_rc</li>
+</ul>
+<p>Stephen Glancy (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5d4ea292432">d5d4ea292432</a> Fixes CKE levels during RCD initialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/692b8cce1955">692b8cce1955</a> Updates training advanced workarounds to run after a failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fb533c4d3bf1">fb533c4d3bf1</a> Updates the training advanced algorithm</li>
+</ul>
+<p>nagurram-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e1945e647ad">9e1945e647ad</a> IS_MPIPL_SUPPORTED attribute support and update in hdat IPLP structure</li>
+</ul>
+<p>spashabk-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d357039a509">8d357039a509</a> Remove clear(step 3) of reset vectors</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-0-4-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-0-4-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-4-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-0-4-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6303307e1c4f">6303307e1c4f</a> Fix PGPE beacon detection</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3efcf7cda44d">3efcf7cda44d</a> 24x7: Added Alink PMU & fix for defect SW430218</li>
+</ul>
+<p>William Bryan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/77c9891f6228">77c9891f6228</a> Increase GPE1 Stack Size</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/016db56cbcd6">016db56cbcd6</a> Update GPE1 Binary 7/3</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-0-4-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-0-4-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-4-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-0-4-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Ben Gass (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c55be4739b4">5c55be4739b4</a> Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/512cca6c2ce6">512cca6c2ce6</a> p9_sbe_common – mark TP LFIR bits 18:20 recoverable</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/16a44eff4942">16a44eff4942</a> Enable full ERAT for NDD2.2+ and CDD1.1+</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f283d67875d4">f283d67875d4</a> SBE:PUTRING: Add callout support for checkword mismatch failure</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3b5cc1a5a792">3b5cc1a5a792</a> PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0b006e7b30b0">0b006e7b30b0</a> Fenced Enabled check along with vdd_pfet_disable_core for scoms</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-0-4-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-0-4-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-4-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-0-4-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Andrew Jeffery (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b4e4e8585f7">4b4e4e8585f7</a> pci: Fix PCI_DEVICE_ID()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6dbc0b3b0f89">6dbc0b3b0f89</a> core: Add test for PCI quirks</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfb78e7bc262">bfb78e7bc262</a> capi: Select the correct IODA table entry for the mbt cache.</li>
+</ul>
+<p>Haren Myneni (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4f0860c4372">e4f0860c4372</a> NX: Add NX coprocessor init opal call</li>
+</ul>
+<p>Mahesh Salgaonkar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f4a95d7e1dd5">f4a95d7e1dd5</a> opal/hmi: Display correct chip id while printing NPU FIRs.</li>
+</ul>
+<p>Michael Neuling (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28bf820d3735">28bf820d3735</a> phb4: Minimise wait when moving through FRESET states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f09894aca400">f09894aca400</a> phb4: Move training trace logging to next state.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2bd26c39de53">2bd26c39de53</a> phb4: Delay training till after PERST is deasserted</li>
+</ul>
+<p>Reza Arbab (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/966a2839484f">966a2839484f</a> npu2/hw-procedures: Fence bricks via NTL instead of MISC</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ab6b5028e0f">6ab6b5028e0f</a> occ: sensors: Fix the size of the phandle array ‘sensors’ in DT</li>
+</ul>
+<p>Stewart Smith (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd54042395c2">dd54042395c2</a> test/qemu: skip qemu test if ‘old’ qemu without PCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6da102053f99">6da102053f99</a> skiboot 6.0.5 release notes</li>
+</ul>
+<p>Vaibhav Jain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70e0dc77f597">70e0dc77f597</a> phb4/capp: Calculate STQ/DMA read engines based on link-width for PEC</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8582501d9581">8582501d9581</a> vpd: Sanitize VPD data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/81888d620f6a">81888d620f6a</a> vpd: Add vendor property to processor node</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.3.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.3</a></li>
+ <li>Next: <a href="v2.0.5.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.5</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.4.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.5.html b/release-notes/v2.0.5.html
new file mode 100644
index 0000000..b3687e7
--- /dev/null
+++ b/release-notes/v2.0.5.html
@@ -0,0 +1,197 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.5 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.6" href="v2.0.6.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.4" href="v2.0.4.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-5">
+<h1>Release Notes for OpenPower Firmware v2.0.5<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-5" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.5 was released on Thursday July 19th, 2018 and replaces op-build v2.0.4 as the current stable release in the 2.0.x series.</p>
+<p>It is recommended that v2.0.4 be used over any previous v2.0.x version due to the bug fixes contained within.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="18%" />
+<col width="18%" />
+<col width="45%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.5</td>
+<td>v6.0.6</td>
+<td>openpower_mambo, firestone, firenze, garrison,
+zaius, p9dsu, palmetto, pseries, vesnin,
+witherspoon, habanero, openpower_p9_mambo, zz,
+barreleye, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="skiboot-changes">
+<h2>Skiboot changes<a class="headerlink" href="#skiboot-changes" title="Permalink to this headline">¶</a></h2>
+<ul>
+<li><p class="first">phb4/CAPI: Reallocate PEC2 DMA-Read engines to improve GPU-Direct bandwidth</p>
+<p>We reallocate additional 16/8 DMA-Read engines allocated to stack0/1
+on PEC2 respectively. This is needed to improve bandwidth available to
+the Mellanox CX5 adapter when trying to read GPU memory (GPU-Direct).</p>
+<p>If kernel cxl driver indicates a request to allocate maximum possible
+DMA read engines when calling enable_capi_mode() and card is attached
+to PEC2/stack0 slot then we assume its a Mellanox CX5 adapter. We then
+allocate additional 16/8 extra DMA read engines to stack0 and stack1
+respectively on PEC2. This is done by populating the
+XPEC_PCI_PRDSTKOVR and XPEC_NEST_READ_STACK_OVERRIDE as suggested by
+the h/w team.</p>
+</li>
+<li><p class="first">phb4: Disable nodal scoped DMA accesses when PB pump mode is enabled</p>
+<p>By default when a PCIe device issues a read request via the PHB it is first
+issued with nodal scope. When accessing GPU memory the NPU does not know at the
+time of response if the requested memory page is off node or not. Therefore
+every read of GPU memory by a PHB is retried with larger scope which introduces
+bandwidth and latency issues.</p>
+<p>On smaller boxes which have pump mode enabled nodal and group scoped reads are
+treated the same and both types of request are broadcast to one chip. Therefore
+we can avoid the retry by disabling nodal scope on the PHB for these boxes. On
+larger boxes nodal (single chip) and group (multiple chip) scoped reads are
+treated differently. Therefore we avoid disabling nodal scope on large boxes
+which have pump mode disabled to avoid all PHB requests being broadcast to
+multiple chips.</p>
+</li>
+<li><p class="first">npu2/hw-procedures: Enable parity and credit overflow checks</p>
+<p>Enable these error checking features by setting the appropriate bits in
+our one-off initialization of each “NTL Misc Config 2” register.</p>
+<p>The exception is NDL RX parity checking, which should be disabled during
+the link training procedures.</p>
+</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.4.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.4</a></li>
+ <li>Next: <a href="v2.0.6.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.6</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.5.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.6.html b/release-notes/v2.0.6.html
new file mode 100644
index 0000000..c272665
--- /dev/null
+++ b/release-notes/v2.0.6.html
@@ -0,0 +1,411 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.6 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.7" href="v2.0.7.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.5" href="v2.0.5.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-6">
+<h1>Release Notes for OpenPower Firmware v2.0.6<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-6" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.6 was released on Wednesday August 1st, 2018 and replaces op-build v2.0.5 as the current stable release in
+the 2.0.x series.</p>
+<p>It is recommended that v2.0.6 be used over any previous v2.0.x version due to the bug fixes contained within.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="11%" />
+<col width="25%" />
+<col width="25%" />
+<col width="39%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw060818a.op920</td>
+<td>hw072318a.op920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>63b526118e79</td>
+<td>58b3d491a4354</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-b
+inaries</td>
+<td>hw063018a.op920-2-g0db27d4b
+993b</td>
+<td>hw072318a.op920</td>
+<td>firestone, garrison, zaius, p9dsu,
+palmetto, vesnin, witherspoon, habanero,
+barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>016db56cbcd6</td>
+<td>084756c397c4</td>
+<td>zaius, p9dsu, witherspoon, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.7.1</td>
+<td>v1.7.2</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+vesnin, witherspoon, habanero,
+openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>5c55be4739b4</td>
+<td>55d6eb23ddd2</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Brian Vanderpool (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a8673e5364a6">a8673e5364a6</a> STOP: Clear CPPM_PECES on entry during
+power save cycle to prevent wakeup events</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ead6e9843244">ead6e9843244</a> PM: clear Hcode error injection bits upon
+injection and malf alert</li>
+</ul>
+<p>Rahul Batra (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97b15c9d2286">97b15c9d2286</a> PGPE: Use PGPE Header from
+p9_hcode_images_defines.h</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/76bab2be2fcc">76bab2be2fcc</a> PGPE: Fixes and Cleanup for Mfg/Char team</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/663f776e9066">663f776e9066</a> PGPE: Fixes and Cleanup for Mfg/Char team</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d9f40ccf1389">d9f40ccf1389</a> update gerrit hostname for server
+migration</li>
+</ul>
+<p>Yue Du (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a9a2d59b2758">a9a2d59b2758</a> STOP: Fix CME Special Attention handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b1f8194a584a">b1f8194a584a</a> STOP: Fix Srr1 wrongly reported upon
+special wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5ac7e3c6d8b5">5ac7e3c6d8b5</a> STOP: Fix Srr1 wrongly reported upon
+special wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ecba21b4468e">ecba21b4468e</a> STOP: Clean up stop state after aborted L3
+purge during Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5815ebbc536">e5815ebbc536</a> STOP: Fix Core Special Wakeup window
+condition</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0a26d44dec5d">0a26d44dec5d</a> PM: PGPE hang fix during VDM droop
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c89e98776bc4">c89e98776bc4</a> STOP: remove chiplet enable drop in
+core_poweron for multicast scom</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dea935a2d336">dea935a2d336</a> STOP: Fix Stop1 Window conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fcb9ea988c8b">fcb9ea988c8b</a> STOP: Fix hole in 62403</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9935f632a513">9935f632a513</a> STOP: Fix PLS/Srr1 over reporting bug
+(impact stop2 only)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/423e0a9d9b3c">423e0a9d9b3c</a> STOP: Fix VDM Droop Event DB3 Window
+condition breaking STOP</li>
+</ul>
+<p>hostboot (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/550b2fa1dca6">550b2fa1dca6</a> Release tag information updated for
+hw062818a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6fa9a55fc99d">6fa9a55fc99d</a> Release tag information updated for
+hw063018a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90daf24b2840">90daf24b2840</a> Release tag information updated for
+hw071018a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/86b1525c59f5">86b1525c59f5</a> Release tag information updated for
+hw071118a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1313e9247391">1313e9247391</a> Release tag information updated for
+hw071318a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb4e62e97086">bb4e62e97086</a> Release tag information updated for
+hw071418a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/279348985484">279348985484</a> Release tag information updated for
+hw071518a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3d121ff605e6">3d121ff605e6</a> Release tag information updated for
+hw071718a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8c2de096c3ce">8c2de096c3ce</a> Release tag information updated for
+hw071818a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/699b92d0db4d">699b92d0db4d</a> Release tag information updated for
+hw072318a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-0-6-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-0-6-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-6-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-0-6-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19a4dfe717cb">19a4dfe717cb</a> HTMGT: Save WOF reset reasons across
+all WOF resets</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15312c06fdfb">15312c06fdfb</a> Move Xbus Erepair FIR Clearing</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e3f1abb99cd">3e3f1abb99cd</a> Only switch sides and perform hreset if
+SEEPROM side versions match</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4a736da3d50">f4a736da3d50</a> Debug improvements for exceptions and
+OOM hangs</li>
+</ul>
+<p>Ilya Smirnov (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d36982e90ab">7d36982e90ab</a> Display Secure Mode Console Trace
+During Boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aaaf653cdc31">aaaf653cdc31</a> Attach Traces to call_mss_eff_config
+Errors</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9d74dbb0501">c9d74dbb0501</a> p9_sbe_lpc_init: Add final check for
+errors</li>
+</ul>
+<p>Matt Derksen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a0a63d6e7be">0a0a63d6e7be</a> Add WOF compare data section for
+RC_WOF_TABLE_NOT_FOUND errors</li>
+</ul>
+<p>Nick Bofferding (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/729f4b3bb3a3">729f4b3bb3a3</a> Send errors from previous boots as
+callhome type eSELs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7be43628c219">7be43628c219</a> I2C: Inhibit sending slave stop command
+when SDA and SCL are not both asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f7ef1613479">5f7ef1613479</a> Secure Boot: Clear XBUS FIR bits after
+SMP enabled</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de3e4c9a406f">de3e4c9a406f</a> PPB:Compute safe mode Freq and Volt
+calculation during runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4447f992153d">4447f992153d</a> Bug fix for the Runtime pstate bias
+update</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/767c08ae77b2">767c08ae77b2</a> Mask ut=0 and ut=1 mmio bad
+cmd/length/align</li>
+</ul>
+<p>Sachin Gupta (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b3d491a435">58b3d491a435</a> Disable SBE HW i2c reset sequence on
+hreset</li>
+</ul>
+<p>Zane Shelley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dcc623f78014">dcc623f78014</a> PRD: ignore SCOM errors in rule code
+summary construct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0eda42cf2414">0eda42cf2414</a> PRD: incorrect CFAM register addresses
+used in Hostboot</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-0-6-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-0-6-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-6-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-0-6-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>mbroyles (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/084756c397c4">084756c397c4</a> Force update of OPAL-OCC memory after GPU
+presence detected</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-0-6-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-0-6-patches-3" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-0-6-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-0-6-commits-3" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-0-6-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-0-6-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-6-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-0-6-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6566a7d896a">c6566a7d896a</a> p9_sbe_lpc_init: Add final check for errors</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d51bd3609e3b">d51bd3609e3b</a> Clockgate disable workaround for HW452921</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/96c1383b9764">96c1383b9764</a> Marking CME sram addr and cntrl register for
+whitelist</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4665a9b1ce24">4665a9b1ce24</a> Inverted logic of hasClock bit in Clock
+Status register</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/55d6eb23ddd2">55d6eb23ddd2</a> Updated gerrit hostname</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c7f8a8572837">c7f8a8572837</a> STOP: remove chiplet enable drop in
+core_poweron for multicast scom</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.5.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.5</a></li>
+ <li>Next: <a href="v2.0.7.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.7</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.6.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.7.html b/release-notes/v2.0.7.html
new file mode 100644
index 0000000..56056a7
--- /dev/null
+++ b/release-notes/v2.0.7.html
@@ -0,0 +1,142 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.7 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.8" href="v2.0.8.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.6" href="v2.0.6.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-7">
+<h1>Release Notes for OpenPower Firmware v2.0.7<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-7" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.6 was released on Friday August 3rd, 2018 and replaces op-build v2.0.6 as the current stable release in
+the 2.0.x series.</p>
+<p>It is recommended that v2.0.7 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained within.</p>
+<p>The only update in this release is to skiboot v6.0.7 to work around a hardware errata in the interrupt controller on POWER9.</p>
+<p>The bug fix is:</p>
+<ul>
+<li><p class="first">xive: Disable block tracker</p>
+<p>Due to some HW errata, the block tracking facility (performance
+optimisation for large systems) should be disabled on Nimbus chips.
+Disable it unconditionally for now.</p>
+</li>
+</ul>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.6.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.6</a></li>
+ <li>Next: <a href="v2.0.8.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.8</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.7.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.8.html b/release-notes/v2.0.8.html
new file mode 100644
index 0000000..d1153f4
--- /dev/null
+++ b/release-notes/v2.0.8.html
@@ -0,0 +1,255 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.8 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.9" href="v2.0.9.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.7" href="v2.0.7.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-8">
+<h1>Release Notes for OpenPower Firmware v2.0.8<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-8" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.8 was released on Monday August 6th, 2018 and replaces op-build v2.0.7 as the current stable release in
+the 2.0.x series.</p>
+<p>It is recommended that v2.0.8 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained
+within.</p>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="17%" />
+<col width="22%" />
+<col width="26%" />
+<col width="35%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw072318a.op920</td>
+<td>hw080418a.op920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>58b3d491a4354</td>
+<td>d0332131ea0c0</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw072318a.op920</td>
+<td>hw080418a.op920</td>
+<td>firestone, garrison, zaius, p9dsu,
+palmetto, vesnin, witherspoon,
+habanero, barreleye, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fa7d3943af91">fa7d3943af91</a> STOP: Fix incorrect solution in 61385</li>
+</ul>
+<p>hostboot (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7903b32b3d7e">7903b32b3d7e</a> Release tag information updated for
+hw080118a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7536dec8c2a">b7536dec8c2a</a> Release tag information updated for
+hw080318a.op920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9b0cff5c99d7">9b0cff5c99d7</a> Release tag information updated for
+hw080418a.op920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-0-8-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-0-8-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-0-8-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-0-8-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52d75b98b6b4">52d75b98b6b4</a> HTMGT: WOF Reset Disable Flag</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/716483393aec">716483393aec</a> PM: Move PBAFIR checkstops to
+recoverable attentions</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af6f77c1aab7">af6f77c1aab7</a> i2c: Don’t wait for SDA to go high
+before sending slave stop command</li>
+</ul>
+<p>Nick Klazynski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efb7cc5f4a17">efb7cc5f4a17</a> Clockgate disable workaround for
+HW452921</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5efa55e3247">c5efa55e3247</a> STOP_Recovery: Added hwp changes to
+support error log parser.</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5de34dd6c24d">5de34dd6c24d</a> Inverted logic of hasClock bit in Clock
+Status register</li>
+</ul>
+<p>Rick Ward (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25d11acf0292">25d11acf0292</a> Host went to kernel panic after
+gard’ing PEC0/PHB0 (PCIFIR CS)</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a83a93a35943">a83a93a35943</a> PM: Prevent Core-L2 Quiesce from
+removing PM_EXIT upon SPWU</li>
+</ul>
+<p>Zane Shelley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14ae5a21b925">14ae5a21b925</a> PRD: Disable reading/writing lane
+repair VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd04abf36c3f">bd04abf36c3f</a> PRD: change threshold for L3FIR[28] LRU
+parity error</li>
+</ul>
+<p>nagurram-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0332131ea0c">d0332131ea0c</a> attribute ECID value updation in hdat
+pcrd structure</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.7.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.7</a></li>
+ <li>Next: <a href="v2.0.9.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.9</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.8.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.9.html b/release-notes/v2.0.9.html
new file mode 100644
index 0000000..69218ac
--- /dev/null
+++ b/release-notes/v2.0.9.html
@@ -0,0 +1,183 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0.9 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.10" href="v2.0.10.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.8" href="v2.0.8.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0-9">
+<h1>Release Notes for OpenPower Firmware v2.0.9<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-9" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.0.9 was released on Thursday August 16th, 2018 and replaces op-build v2.0.8 as the current stable release in
+the 2.0.x series.</p>
+<p>It is recommended that v2.0.9 be used over any previous v2.0.x version on POWER9 systems due to the bug fixes contained within.</p>
+<p>The only update in this release is to skiboot. Skiboot v6.0.8 includes the following bug fixes:</p>
+<ul>
+<li><p class="first">i2c: Ensure ordering between i2c_request_send() and completion</p>
+<p>i2c_request_send loops waiting for a flag “uc.done” set by
+the completion routine, and then look for a result code
+also set by that same completion.</p>
+<p>There is no synchronization, the completion can happen on another
+processor, so we need to order the stores to uc and the reads
+from uc so that uc.done is stored last and tested first using
+memory barriers.</p>
+</li>
+<li><p class="first">i2c: Fix multiple-enqueue of the same request on NACK</p>
+<p>i2c_request_send() will retry the request if the error is a NAK,
+however it forgets to clear the “ud.done” flag. It will thus
+loop again and try to re-enqueue the same request causing internal
+request list corruption.</p>
+</li>
+<li><p class="first">phb4: Disable 32-bit MSI in capi mode</p>
+<p>If a capi device does a DMA write targeting an address lower than 4GB,
+it does so through a 32-bit operation, per the PCI spec. In capi mode,
+the first TVE entry is configured in bypass mode, so the address is
+valid. But with any (bad) luck, the address could be 0xFFFFxxxx, thus
+looking like a 32-bit MSI.</p>
+<p>We currently enable both 32-bit and 64-bit MSIs, so the PHB will
+interpret the DMA write as a MSI, which very likely results in an EEH
+(MSI with a bad payload size).</p>
+<p>We can fix it by disabling 32-bit MSI when switching the PHB to capi
+mode. Capi devices are 64-bit.</p>
+</li>
+<li><p class="first">capp: Fix the capp recovery timeout comparison</p>
+<p>The current capp recovery timeout control loop in
+do_capp_recovery_scoms() uses a wrong comparison for return value of
+tb_compare(). This may cause do_capp_recovery_scoms() to report an
+timeout earlier than the 168ms stipulated time.</p>
+<p>The patch fixes this by updating the loop timeout control branch in
+do_capp_recovery_scoms() to use the correct enum tb_cmpval.</p>
+</li>
+<li><p class="first">phb4/capp: Update DMA read engines set in APC_FSM_READ_MASK based on link-width</p>
+<p>Commit 47c09cdfe7a3(“phb4/capp: Calculate STQ/DMA read engines based
+on link-width for PEC”) update the CAPP init sequence by calculating
+the needed STQ/DMA-read engines based on link width and populating it
+in XPEC_NEST_CAPP_CNTL register. This however needs to be synchronized
+with the value set in CAPP APC FSM Read Machine Mask Register.</p>
+<p>Hence this patch update phb4_init_capp_regs() to calculate the link
+width of the stack on PEC2 and populate the same values as previously
+populated in PEC CAPP_CNTL register.</p>
+</li>
+<li><p class="first">core/cpu: Call memset with proper cpu_thread offset</p>
+</li>
+</ul>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.8.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.8</a></li>
+ <li>Next: <a href="v2.0.10.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.10</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.9.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.0.html b/release-notes/v2.0.html
new file mode 100644
index 0000000..35ec0fc
--- /dev/null
+++ b/release-notes/v2.0.html
@@ -0,0 +1,1832 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.0 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.0.1" href="v2.0.1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0-rc1" href="v2.0-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-0">
+<h1>Release Notes for OpenPower Firmware v2.0<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0" title="Permalink to this headline">¶</a></h1>
+<p>This is the first op-build v2.0 release. It is the minimum required level for
+POWER9 platforms as defined by OpenPOWER READY, sytems should have firmware based
+on “a modest derivative of op-build v2.0 or later.”</p>
+<div class="section" id="new-defconfigs">
+<h2>New defconfigs<a class="headerlink" href="#new-defconfigs" title="Permalink to this headline">¶</a></h2>
+<p>These are really two defconfigs for two POWER9 platforms, where instead
+of the stable code tree of some components, they use the development
+trees. Unless you’re wanting bleeding edge development code, don’t use
+them.</p>
+<ul class="simple">
+<li>p9dsu_dev</li>
+<li>witherspoon_dev</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="21%" />
+<col width="21%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>capp
+-uco
+de</td>
+<td>p9-dd2-v3</td>
+<td>p9-dd2-v4</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>eude
+v</td>
+<td>3.2.4</td>
+<td>3.2.5</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-even"><td>glib
+c</td>
+<td>glibc-2.26-107
+-g73a92363619e
+52c458146e903d
+fb9b1ba823aa40</td>
+<td>glibc-2.26-146
+-gd300041c533a
+3d837c9f37a099
+bcc95466860e98</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>host
+boot</td>
+<td>b51298075aee40
+2dbcef485088cf
+a71a6ca61725</td>
+<td>8e05a4399bf567
+a49f91cfee8ad2
+4b3896e96982</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>host
+boot
+-bin
+arie
+s</td>
+<td>b339e05c57725c
+f09b867d665269
+8aa2e3ab5f6a</td>
+<td>20119f08687783
+a87862cee268df
+1260f914c01e</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>i2c-
+tool
+s</td>
+<td>3.1.2</td>
+<td>4.0</td>
+<td>pseries, vesnin</td>
+</tr>
+<tr class="row-even"><td>linu
+x</td>
+<td>4.15.14</td>
+<td>4.16.8</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>linu
+x-fi
+rmwa
+re</td>
+<td>a3a26af24e29c8
+18ef9b56618560
+18e21a5c49fb</td>
+<td>65b1c68c63f974
+d72610db38dfae
+49861117cae2</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, witherspoon, zaius,
+zz</td>
+</tr>
+<tr class="row-even"><td>linu
+x-he
+ader
+s</td>
+<td>4.15.14</td>
+<td>4.16.8</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>mach
+ine-
+xml</td>
+<td>fb5f9334aa0c30
+5f245615c30e8e
+542b37f94091</td>
+<td>32ce616ef80f5c
+c3f128b3aa08fe
+50954a087888</td>
+<td>p9dsu</td>
+</tr>
+<tr class="row-even"><td>mach
+ine-
+xml</td>
+<td>38ff4b8db62d43
+e330fab404cd2b
+76bd35a4a062</td>
+<td>dda5b93d90b6e5
+6fd3e94b0dfd25
+5fa8f47409cb</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-odd"><td>mach
+ine-
+xml</td>
+<td>18591a3eba4fc4
+345daf630aaf44
+12f1554a24cd</td>
+<td>7cd20a6ac8fe3b
+693ccf50a5ab86
+ce55ca994fdc</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>mach
+ine-
+xml</td>
+<td>4b012a3d1da538
+b3fb97c332b6fc
+e51a6cffaf9a</td>
+<td>a941f8b75cdcd4
+6caa6a7d821550
+78cb4a176c55</td>
+<td>zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>768466b31e853c
+b11dfa90dbfc15
+65a21ee9646e</td>
+<td>77bb5e602b4aa3
+421e38af2b8fad
+b55bb2e9496b</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-even"><td>open
+powe
+r-pn
+or</td>
+<td>dafcab48658b4d
+e48e70c929b036
+985dac7ef7b8</td>
+<td>f6d970c6a600a7
+e248fa5d604eb4
+71db4482760b</td>
+<td>barreleye, firestone, garrison,
+habanero, p9dsu, palmetto, romulus,
+vesnin, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>rsyn
+c</td>
+<td>3.1.2</td>
+<td>3.1.3</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>5c0363924c7d71
+0146155b3354b2
+36012372dd24</td>
+<td>8e0105e5e964de
+6e99e60a96ae3f
+3829efe02080</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>skib
+oot</td>
+<td>v5.11</td>
+<td>v6.0.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+<tr class="row-even"><td>util
+-lin
+ux</td>
+<td>2.31</td>
+<td>2.31.1</td>
+<td>barreleye, firenze, firestone,
+garrison, habanero, openpower_mambo,
+openpower_p9_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Vers
+ion</th>
+<th class="head">Plat
+form
+s</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcod
+e</td>
+<td>hw05
+1018
+a.op
+920</td>
+<td>p9ds
+u,ro
+mulu
+s,wi
+ther
+spoo
+n,za
+ius</td>
+</tr>
+<tr class="row-odd"><td>host
+boot
+-p8</td>
+<td>d302
+5f5d
+7ddd
+0723
+946b
+b54f
+cb47
+1d2b
+f1fd
+2da4</td>
+<td>barr
+eley
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,pa
+lmet
+to,v
+esni
+n</td>
+</tr>
+<tr class="row-even"><td>libf
+lash</td>
+<td>v5.1
+0.1</td>
+<td>open
+powe
+r_p
+9_m
+ambo</td>
+</tr>
+<tr class="row-odd"><td>libz
+lib</td>
+<td>1.2.
+11</td>
+<td>barr
+eley
+e,fi
+renz
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,op
+enpo
+wer_mam
+bo,o
+penp
+ower
+_p9
+_ma
+mbo,
+p9ds
+u,pa
+lmet
+to,p
+seri
+es,r
+omul
+us,v
+esni
+n,wi
+ther
+spoo
+n,za
+ius,
+zz</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>77bb
+5e60
+2b4a
+a342
+1e38
+af2b
+8fad
+b55b
+b2e9
+496b</td>
+<td>zz</td>
+</tr>
+<tr class="row-odd"><td>occ-
+p8</td>
+<td>28f2
+cec6
+90b7
+f195
+48ce
+860a
+8820
+f519
+e6c3
+9a6a</td>
+<td>barr
+eley
+e,fi
+renz
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,op
+enpo
+wer_mam
+bo,p
+alme
+tto,
+pser
+ies,
+vesn
+in</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Pack
+age</th>
+<th class="head">Vers
+ion</th>
+<th class="head">Plat
+form
+s</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>host
+boot</td>
+<td>d302
+5f5d
+7ddd
+0723
+946b
+b54f
+cb47
+1d2b
+f1fd
+2da4</td>
+<td>barr
+eley
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,pa
+lmet
+to,v
+esni
+n</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>28f2
+cec6
+90b7
+f195
+48ce
+860a
+8820
+f519
+e6c3
+9a6a</td>
+<td>barr
+eley
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,pa
+lmet
+to,v
+esni
+n</td>
+</tr>
+<tr class="row-even"><td>zlib</td>
+<td>1.2.
+11</td>
+<td>barr
+eley
+e,fi
+renz
+e,fi
+rest
+one,
+garr
+ison
+,hab
+aner
+o,op
+enpo
+wer_mam
+bo,o
+penp
+ower
+_p9
+_ma
+mbo,
+p9ds
+u,pa
+lmet
+to,p
+seri
+es,r
+omul
+us,v
+esni
+n,wi
+ther
+spoo
+n,za
+ius,
+zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch">hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d48b4dfd9cc">6d48b4dfd9cc</a>
+Abist proc update for SBE changes</li>
+</ul>
+<p>Ben Gass (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/885dde53dea4">885dde53dea4</a>
+Turn off PB.IOO.LL0.CONFIG_FAST_ASYNC_CROSS for Nimbus (HW409026)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a26fde80a124">a26fde80a124</a>
+Adding Axone MC/MI/MCC/OMIC/OMI scom address translation.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6527cd1f6ae2">6527cd1f6ae2</a>
+Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update</li>
+</ul>
+<p>Benjamin Weisenbeck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6150efe43c8">c6150efe43c8</a>
+PRD: ABUS lane fail callout support</li>
+</ul>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efa5cc2c146b">efa5cc2c146b</a>
+Update simulation build level to b0414a_1815.920</li>
+</ul>
+<p>Brian Bakke (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4366e146c039">4366e146c039</a>
+Check for pending OCC messages on HBRT start in OpenPOWER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/667047773617">667047773617</a>
+Fix mismatch between logger and parser for Istep state info</li>
+</ul>
+<p>Brian Stegmiller (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e9ca8132513">9e9ca8132513</a>
+PRD: Mask SBE attention on HB recovery failure</li>
+</ul>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db62cb5a72b8">db62cb5a72b8</a>
+HTMGT: memory throttle calculation fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae5e20e397bf">ae5e20e397bf</a>
+HTMGT: Support AVSBus Config packet for Vdd Current roll over
+workaround</li>
+</ul>
+<p>Christian Geddes (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02f8995967cc">02f8995967cc</a>
+Use SCOM to access Master Processor’s SBE MSG register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba8c8bfc02ca">ba8c8bfc02ca</a>
+sbe_retry_handler refactor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5ba4627b254">d5ba4627b254</a>
+Update hreset HWP to always use scoms during HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5192636a15d9">5192636a15d9</a>
+Hook up FSP runtime support for sbe_retry_handler (hreset path)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ee5536ef2a1">7ee5536ef2a1</a>
+Enable OpenPower SBE Vital Attention handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e9bdd5d47c">a4e9bdd5d47c</a>
+Improve error handling when slave SBE fails to boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f32915aa124">4f32915aa124</a>
+Clear perv scrach register prior to triggering HRESET</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b25a2be9395">4b25a2be9395</a>
+PM: Clean up PM Reset and PM Complex Suspend</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c933337513bf">c933337513bf</a>
+Change all FAPI_INVOKE calls to be FAPI_EXEC in sbe_retry_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e7f35fb549d">0e7f35fb549d</a>
+Improve linking of PLIDs for sbe_retry_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c78530bd2994">c78530bd2994</a>
+Change sbe restart fail hwCallouts from GARDs to DECONFIG</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c4c810a584f">1c4c810a584f</a>
+Revert “Clear perv scrach register prior to triggering HRESET”</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e286748a94bd">e286748a94bd</a>
+Code restruct: ring_apply</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84909fd0daf7">84909fd0daf7</a>
+Update to ifCompiler to produce *.bitsModified Care for PLL filter
+rings</li>
+</ul>
+<p>Corey Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ada2cd8dd6c8">ada2cd8dd6c8</a>
+Check for PROC EC in OP920</li>
+</ul>
+<p>Dan Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8765b43b7ad">d8765b43b7ad</a>
+Move VPD cache invalidation in mfgmode after we save it for HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38ec7768b236">38ec7768b236</a>
+Log Hostboot state information in all error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc1414817351">dc1414817351</a>
+Enable super-long watchdog timer when console traces are enabled</li>
+</ul>
+<p>Daniel Howe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd3148541fc2">bd3148541fc2</a>
+Update settings to allow xlink psave</li>
+</ul>
+<p>Elizabeth Liner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5ca811838da">c5ca811838da</a>
+Updating ATTR_PROC_CHIP_MEM_TO_USE to use all bits of group and
+chip ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a027c49b4ca5">a027c49b4ca5</a>
+Temporarily moving attribute to the system target</li>
+</ul>
+<p>Ilya Smirnov (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3bff0327790">e3bff0327790</a>
+Pass SBE Security Backdoor Bit to HB Bootloader</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d6e983693fc">8d6e983693fc</a>
+Reset Security Override Flag During Key Transition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da8911ce095a">da8911ce095a</a>
+Secure Boot: Support Phyp debug flag in HDAT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/093052dd5cfa">093052dd5cfa</a>
+Always Lock Down SBE SEEPROM After SBE Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/678397bf9094">678397bf9094</a>
+Mark Read-Only Partitions as Such</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7589a2338d5b">7589a2338d5b</a>
+Check if Console Library is Loaded Before Printing to Console</li>
+</ul>
+<p>Jayashankar Padath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0c194784d98">f0c194784d98</a>
+HDAT : Change in feature flag structures for Rugby</li>
+</ul>
+<p>Jaymes Wilks (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be5361032953">be5361032953</a>
+Propagate TPM information into HDAT on non-master nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7a5aa5bec0d">f7a5aa5bec0d</a>
+Disable tolerating blacklist violations</li>
+</ul>
+<p>Jeremy Neaton (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b10263aeedd3">b10263aeedd3</a>
+TSV Updates for CL14 Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/576c380539b2">576c380539b2</a>
+tWR_MPR fix for DDR4 RDIMM initialization</li>
+</ul>
+<p>Joe McGill (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/523de826a22e">523de826a22e</a>
+configure Cumulus MC inband logic to pass host/occ bit under BAR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a4e19354e06">3a4e19354e06</a>
+move xlink psave configuration to SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3514216fef13">3514216fef13</a>
+relocate Centaur trace SCOM inits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a4cb95b51a4">7a4cb95b51a4</a>
+p9_xip_customize – consume correct byte for AW keyword PLL bucket
+selector</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1bad3f82392c">1bad3f82392c</a>
+FIR updates to match XML changes in 56335</li>
+</ul>
+<p>Luke Mulkey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0ebdc3d68b7">e0ebdc3d68b7</a>
+Add unmask errors back to cen_framelock</li>
+</ul>
+<p>Marty Gloff (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fef105cbd664">fef105cbd664</a>
+Resolve NodeInfo Naming Conflict</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c39a13d91dae">c39a13d91dae</a>
+Disable Multi-Node Sync System Attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/379efca3b8ff">379efca3b8ff</a>
+Support multiple nodes in HBRT - Update Functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/519b09db143e">519b09db143e</a>
+Support multiple nodes in HBRT - Concurrent Code Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7383c3a4fbaf">7383c3a4fbaf</a>
+Get Hostboot Dump after Hostboot Crash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67de094e51e2">67de094e51e2</a>
+Support multiple nodes in HBRT - Remove Single Node Items</li>
+</ul>
+<p>Matt Derksen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e784c03824d">1e784c03824d</a>
+Handle early life PNOR fails in HBRT instead of hanging</li>
+</ul>
+<p>Mike Baiocchi (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/502258b17bd9">502258b17bd9</a>
+Reduce Console Output Trace from PNOR component in OpenPower</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/deebbaaca28f">deebbaaca28f</a>
+Rediscover I2C Targets after Host I2C Reset</li>
+</ul>
+<p>Nick Bofferding (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db9ded1e83f4">db9ded1e83f4</a>
+Secure Boot: Introduce key transition state node attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dc8fa90d74b">6dc8fa90d74b</a>
+SBE Update: Don’t alter HBB partition when customizing SBE image</li>
+</ul>
+<p>Nick Klazynski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a05bb0e51854">a05bb0e51854</a>
+TM workaround for HW443982</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75ca8b023678">75ca8b023678</a>
+Workarounds for HW447585 and HW447589</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd32e9b7f2cf">fd32e9b7f2cf</a>
+WOF: Bad IQ data needs to be filtered out</li>
+</ul>
+<p>Rahul Batra (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b77925c8ae2d">b77925c8ae2d</a>
+PM: Generated Vratio/Vindex tables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da512cac4ed4">da512cac4ed4</a>
+PGPE: Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9bf361681e9">d9bf361681e9</a>
+PM: Fixes for Livelock Scenarios</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff5baffa4dab">ff5baffa4dab</a>
+Updated pcie_scominit and pcie_config to manage systems not using
+PEC STACK0.</li>
+</ul>
+<p>Richard J. Knight (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f2227c3015a">7f2227c3015a</a>
+Fix transposed memset arguments in p9_dd_add</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43fcef0d5e37">43fcef0d5e37</a>
+Remove un-used scan procedures</li>
+</ul>
+<p>Rick Ward (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad517636c3d0">ad517636c3d0</a>
+Verify deconfig-by-association assumptions still apply to CDIMM
+scenario.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3def0e5420">2e3def0e5420</a>
+zero length dump on single node systems</li>
+</ul>
+<p>SWATHI M. BHATTIPROLU (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52d15635dfc7">52d15635dfc7</a>
+Revert “Verify frequency attributes across nodes”</li>
+</ul>
+<p>Sampa Misra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/975baaed3aa8">975baaed3aa8</a>
+Remove seeprom entry from host i2c data structures reported by HDAT</li>
+</ul>
+<p>Soma BhanuTej (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bde38b587bd2">bde38b587bd2</a>
+Update to fix ekb master</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0775540e33cc">0775540e33cc</a>
+p9_sbe_lpc_init: Fix cycle sim delay loop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1ed2565ebcf">c1ed2565ebcf</a>
+Enhance p9_extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbda730111e2">fbda730111e2</a>
+BugFix in progm exception & update brief info</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/211b0cb9d447">211b0cb9d447</a>
+Wrong value for MSS_MRW_IDLE_POWER_CONTROL_REQUESTED</li>
+</ul>
+<p>Stephen Glancy (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/717ac2a28f55">717ac2a28f55</a>
+Moves count_dimm to be in the memory generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad4459feb84a">ad4459feb84a</a>
+Adds blank files for DMI IO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ff6218309c0">6ff6218309c0</a>
+Fixes DLL error checking to be the highest priority FIR</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/571e1d84dfe5">571e1d84dfe5</a>
+Verify frequency attributes across nodes</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/742640c460c6">742640c460c6</a>
+Unmask MCA Command Sequence error bit</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e5461d3b360">8e5461d3b360</a>
+Includes NVDIMM in workaround for self-time refresh</li>
+</ul>
+<p>Vasant Hegde (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89f920529649">89f920529649</a>
+dump: Add support for dump source address zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a3aa40a7a17">9a3aa40a7a17</a>
+Add support to find relocated payload base address</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b90ed8f11eac">b90ed8f11eac</a>
+dump: Copy data type field from MDST table to MDRT table</li>
+</ul>
+<p>Zane Shelley (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd26705781d3">dd26705781d3</a>
+PRD: updates from OBUS FIR reviews</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b9dd72866a">58b9dd72866a</a>
+PRD: support getMemAddrRange() for MBA targets and DIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8ec727bc7f">ad8ec727bc7f</a>
+PRD: super fast read command support for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d026d31c923e">d026d31c923e</a>
+PRD: enable predictive dynamic memory deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da885e721ccc">da885e721ccc</a>
+PRD: DMD support for 3/6 MC/grp configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2000b276f2ea">2000b276f2ea</a>
+PRD: VCM/TPS/BG scrub commands support for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e772c3f7a100">e772c3f7a100</a>
+PRD: enable MemEcc::handleMemUe() for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e0c329836ca">2e0c329836ca</a>
+PRD: Circumvent DMD address ranges for 3/6 MC/group configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0be5926ed8ad">0be5926ed8ad</a>
+PRD: capture NPU FIRs only on attention from NPU FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/293a8d981da8">293a8d981da8</a>
+PRD: set INTCQFIR[27:29] to threshold_and_mask_self</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f911e5ca9f5c">f911e5ca9f5c</a>
+PRD: No gard on cache inhibited L2/L3 attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e05a4399bf5">8e05a4399bf5</a>
+PRD: No gard on L3FIR[25] cache inhibited attn</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3661916096ea">3661916096ea</a>
+Solution for proc_tod_setup during MPIPL.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8b4877df0760">8b4877df0760</a>
+Increase pgpe clip timeout to 500us</li>
+</ul>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b3a2f75d837f">b3a2f75d837f</a>
+Fix DIMM overtemp bitmap and and trace updates</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/da6e77f81deb">da6e77f81deb</a>
+Use Turbo for max frequency until WOF is fully enabled</li>
+</ul>
+<p>Doug Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1bbbfec92b3a">1bbbfec92b3a</a>
+P9 Centaur sensor support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1bf5605f1d80">1bf5605f1d80</a>
+OCC Centaur disable deadman timer and clean up code</li>
+</ul>
+<p>Douglas Gilbert (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/437c82070808">437c82070808</a>
+OCC Centaur enable deadman timer</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/61cd385caa63">61cd385caa63</a>
+OCC Centaur: Check for channel checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ba4bad1ee5d6">ba4bad1ee5d6</a>
+Fix reading EMPATH data from fused odd numbered cores</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/9e004972550d">9e004972550d</a>
+Centaur SYNC required after changing throttle</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8aa6ad0942ef">8aa6ad0942ef</a>
+24x7 gpe1: Added version structure</li>
+</ul>
+<p>William Bryan (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bd605ba0a030">bd605ba0a030</a>
+Memory Throttle Sensors RTC:131184</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d16e7d09c78d">d16e7d09c78d</a>
+Minor fix for GPU reset SM and more FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6c9f28ebe259">6c9f28ebe259</a>
+Fix compile issue in op-build environment</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/943641092d82">943641092d82</a>
+Update GPE1 Binary 4/24</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f741c41933c8">f741c41933c8</a>
+Update GPE1 Binary 5/3/18</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3e8bdd955f33">3e8bdd955f33</a>
+Update GPE1 Binary 5/8/18</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/77bb5e602b4a">77bb5e602b4a</a>
+Update GPE1 Binary 5/10/18</li>
+</ul>
+<p>mbroyles (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c8538f3c894d">c8538f3c894d</a>
+Regulator N mode support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b57b1a9333a5">b57b1a9333a5</a>
+Prevent Nimbus tasks from running prior to knowing memory type</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bee2601c92b3">bee2601c92b3</a>
+Remove disable of Pstates on a transition to standby state</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/4f49f6351fa3">4f49f6351fa3</a>
+AVSBus Vdd Current roll over workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e9726b77dfc6">e9726b77dfc6</a>
+Fix using UT before WOF is fully enabled when running with OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cd30b100eee0">cd30b100eee0</a>
+Don’t return APSS channel data for GPUs not present</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/fc897cac878b">fc897cac878b</a>
+Add GPU presence to OPAL shared memory interface</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>jim (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/9c0912f79571">9c0912f79571</a>
+Update APSS OFFSET and GAIN for Boston LC</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/1ac7841b184a">1ac7841b184a</a>
+Set EREPAIR_THRESHOLD</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/df58ab831bf9">df58ab831bf9</a>
+add lane_reversal for the issue 2U WIO slot2 does not recognize x1
+PCIe adapter. Github issue #134</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/8bfd5dbd2f75">8bfd5dbd2f75</a>
+add lane_reversal for CPU1 PEC1 phb1 to fix 2U LC WIO-R does not
+recognize x4 eth adapter. Github issue #692.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/661a8de7950a">661a8de7950a</a>
+Raise hard minimum power cap. OPEN_POWER_MIN_POWER_CAP_WATTS =
+1550.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/11e33025809f">11e33025809f</a>
+Make room for additional turbo WOF tables. Github issue #1080. remove
+for the wofdata folder: WOF_V6_1_0_SFORZA_20_160_1900.csv
+WOF_V6_1_0_SFORZA_20_170_2100.csv</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/d9b090dd0da2">d9b090dd0da2</a>
+XML from Ben. SUPPORTED_STOP_STATES = 0xEC100000
+SYSTEM_WOF_DISABLE = OFF SYSTEM_VDM_DISABLE = OFF
+WOF_ENABLE_VRATIO = CALCULATED WOF_VRATIO_SELECT = ACTIVE_CORES
+WOF_POWER_LIMIT = TURBO</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/7948ad44db3c">7948ad44db3c</a>
+disable stop 11.</li>
+<li><a class="reference external" href="https://github.com/open-power/p9dsu-xml/commit/32ce616ef80f">32ce616ef80f</a>
+lane_reversal on cpu1 pec2. revert the change made for issue #134
+and add the correct one.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.0/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aa3958c83f6e">aa3958c83f6e</a>
+Abist proc update for SBE changes</li>
+</ul>
+<p>Ben Gass (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ccb729fc8272">ccb729fc8272</a>
+Turn off PB.IOO.LL0.CONFIG_FAST_ASYNC_CROSS for Nimbus (HW409026)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/85afccc45331">85afccc45331</a>
+Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be9f291604d8">be9f291604d8</a>
+PM: Clean up PM Reset and PM Complex Suspend</li>
+</ul>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6c3a885a1ff">b6c3a885a1ff</a>
+Code restruct: ring_apply</li>
+</ul>
+<p>Elizabeth Liner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ad85537c7c36">ad85537c7c36</a>
+Updating ATTR_PROC_CHIP_MEM_TO_USE to use all bits of group and
+chip ID</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6415b1f1bc29">6415b1f1bc29</a>
+Temporarily moving attribute to the system target</li>
+</ul>
+<p>Ilya Smirnov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0883fb85d489">0883fb85d489</a>
+Pass SBE Security Backdoor Bit to HB Bootloader</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d2cdf116e9ba">d2cdf116e9ba</a>
+HW438727 Disable clockgate to allow correct ODL error reporting</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1afdc244e220">1afdc244e220</a>
+move xlink psave configuration to SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6d4731168c57">6d4731168c57</a>
+security whitelist – add X0 instance of DL IOE control register</li>
+</ul>
+<p>Nick Klazynski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c4c918c09a63">c4c918c09a63</a>
+TM workaround for HW443982</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e0105e5e964">8e0105e5e964</a>
+Workarounds for HW447585 and HW447589</li>
+</ul>
+<p>Rahul Batra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6b765f17d223">6b765f17d223</a>
+PGPE: Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26a37e4d6c82">26a37e4d6c82</a>
+PM: Fixes for Livelock Scenarios</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cd490739c957">cd490739c957</a>
+Scommable check before L2/L3 Purge in MPIPL Path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6efa7f05b7f4">6efa7f05b7f4</a>
+S0/S1 enabled for SBE</li>
+</ul>
+<p>Richard J. Knight (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b18d2e584159">b18d2e584159</a>
+Fix missing set_XX method for sbeTarget callout</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/395fbf43f556">395fbf43f556</a>
+Fix transposed memset arguments in p9_dd_add</li>
+</ul>
+<p>Sachin Gupta (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e5725003060d">e5725003060d</a>
+Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3caeecc05393">3caeecc05393</a>
+Updated backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/80ef172f2091">80ef172f2091</a>
+Clear TPM deconfig bit during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba1d21e6905c">ba1d21e6905c</a>
+Update sbe-debug tool to use ecc_enable option</li>
+</ul>
+<p>Shakeeb A. Pasha B K (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/783b420403b7">783b420403b7</a>
+Revert “SBE Space optimisation” by moving ramming to pibmem</li>
+</ul>
+<p>Soma BhanuTej (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b6b4a8bfc02">2b6b4a8bfc02</a>
+Mask off bit 26 of TP_LFIR on FSP machines</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/48ec2a531382">48ec2a531382</a>
+p9_sbe_lpc_init: Fix cycle sim delay loop</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a161b11a539">8a161b11a539</a>
+conv_rel_branch.pl - Fix to pick up latest fips release for master</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0c497af5150b">0c497af5150b</a>
+Do not apply HW414958 to Axone</li>
+</ul>
+<p>spashabk-in (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/34e4e8a29c90">34e4e8a29c90</a>
+Restructure capabilites structure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/90d4e4428735">90d4e4428735</a>
+PSU get capabilities chip-op</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c10e17d5baea">c10e17d5baea</a>
+Run simics intially till SBE is booted</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7af798e9e32e">7af798e9e32e</a>
+Update backing build</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Alistair Popple (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a4d0519a5a2">0a4d0519a5a2</a>
+hw/npu2.c: Remove static configuration of NPU2 register</li>
+</ul>
+<p>Anton Blanchard (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ef38a3895e6">3ef38a3895e6</a>
+SLW: Fix mambo boot to use stop states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5bff438b7db">c5bff438b7db</a>
+mambo: Enable XER CA32 and OV32 bits on P9</li>
+</ul>
+<p>Balbir Singh (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdd925aabbbb">bdd925aabbbb</a>
+mambo/mambo_utils.tcl: Inject an MCE at a specified address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2947eaa14e77">2947eaa14e77</a>
+npu2/hw-procedures: fence bricks on GPU reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7bcbc78cea55">7bcbc78cea55</a>
+Add location code to NPU2 HMI logging</li>
+</ul>
+<p>Balbir singh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac59ecec5ca8">ac59ecec5ca8</a>
+external/mambo: simplify implementation of di</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44f2f839f433">44f2f839f433</a>
+doc: cosmetic fixup of reference to stale header</li>
+</ul>
+<p>Benjamin Herrenschmidt (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bca7c02f519d">bca7c02f519d</a>
+pcie-slot: Don’t fail powering on an already on switch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6bca4a0aa98">e6bca4a0aa98</a>
+phb4: Quieten and improve “Timeout waiting for electrical link”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c21cae5aac4">9c21cae5aac4</a>
+interrupts: Create an “interrupts” property in the OPAL node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/434462864bdc">434462864bdc</a>
+opal/hmi: Don’t re-read HMER multiple times</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a9d92e24d4b2">a9d92e24d4b2</a>
+opal/hmi: Remove races in clearing HMER</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88abbe212c04">88abbe212c04</a>
+opal/hmi: Add a new opal_handle_hmi2 that returns direct info to
+Linux</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a6a38eba6df">2a6a38eba6df</a>
+opal/hmi: Move timer related error handling to a separate function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/099801d775ee">099801d775ee</a>
+opal/hmi: Don’t bother passing HMER to pre-recovery cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/674f7696f7c1">674f7696f7c1</a>
+opal/hmi: Rework HMI handling of TFAC errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df98e55e50a3">df98e55e50a3</a>
+external: Add “lpc” tool</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d359aaac987">4d359aaac987</a>
+capi: Keep the current mmio windows in the mbt cache table.</li>
+</ul>
+<p>Claudio Carvalho (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ca5fac2c3b3">4ca5fac2c3b3</a>
+hdata/tpmrel: detect tpm not present by looking up the stinfo->status</li>
+</ul>
+<p>Cyril Bur (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/267e65357c2e">267e65357c2e</a>
+external/ffspart: Allow # comments in input file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/60b8ea49c8a6">60b8ea49c8a6</a>
+libffs: Standardise ffs partition flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2b9ae3ab9e53">2b9ae3ab9e53</a>
+external/pflash: Use ffs_entry_user_to_string() to standardise
+flag strings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07426f41d24d">07426f41d24d</a>
+libflash/libffs: Add setter for a partitions actual size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d2ba68ee684">6d2ba68ee684</a>
+libflash/libffs: ffs_close() should use ffs_hdr_free()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91099dacc6c9">91099dacc6c9</a>
+external/ffspart: Remove side, order and backup options</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0673f6282422">0673f6282422</a>
+libflash/libffs: Always add entries to the end of the TOC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14ed1a2d7611">14ed1a2d7611</a>
+libflash/libffs: Remove the ‘sides’ from the FFS TOC generation code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0744faa83a1b">0744faa83a1b</a>
+libflash/libffs: Remove backup partition from TOC generation code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d47dbb4fb8d">3d47dbb4fb8d</a>
+libflash/libffs: Switch to storing header entries in an array</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/79316cb6aca6">79316cb6aca6</a>
+libflash/libffs: Refcount ffs entries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1622957255a6">1622957255a6</a>
+libflash/libffs: Allow caller to specifiy header partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9bd1bef2e583">9bd1bef2e583</a>
+external/ffspart: Use new interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14cefe11f745">14cefe11f745</a>
+libffs: Fix bad checks for partition overlap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c92905e1c139">c92905e1c139</a>
+external/ffspart: Improve error output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba3bebb3a417">ba3bebb3a417</a>
+gitignore: Add stb test kernel files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07c4573d0678">07c4573d0678</a>
+libflash/ecc: Add functions to deal with unaligned ECC memcpy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f7713517d90a">f7713517d90a</a>
+libflash/ecc: Add helpers to align a position within an ecc buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3df9b3cc82cd">3df9b3cc82cd</a>
+libflash/blocklevel: Return region start from ecc_protected()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5616c42d900a">5616c42d900a</a>
+libflash/blocklevel: Make read/write be ECC agnostic for callers</li>
+</ul>
+<p>Frederic Barrat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9067098cfef9">9067098cfef9</a>
+npu2-opencapi: Fix ‘link internal error’ FIR, take 1</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/943a1aff363e">943a1aff363e</a>
+npu2-opencapi: Fix ‘link internal error’ FIR, take 2</li>
+</ul>
+<p>Jim Yuan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0764893eecb7">0764893eecb7</a>
+p9dsu: change esel command from AMI to IBM 0x3a.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3837226ceb35">3837226ceb35</a>
+p9dsu: add pci slot table for Boston LC 1U/2U and Boston LA/ESS.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c31cb73d8edb">c31cb73d8edb</a>
+p9dsu: add slot power limit.</li>
+</ul>
+<p>Joel Stanley (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/379ec78e3da9">379ec78e3da9</a>
+Makefile: Make it easier to find the docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d724fa588bc">1d724fa588bc</a>
+init: Fix trailing bracket in “Starting kernel”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/973391504789">973391504789</a>
+tests: Specfiy Qemu with a single environment variable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a8214eeb1c5">7a8214eeb1c5</a>
+sreset_world: re-enable the non-stb build</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1f1b3b4ed204">1f1b3b4ed204</a>
+Makefile: Put some ppc options behind try-cflag tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/97cb32538ac0">97cb32538ac0</a>
+Makefile: Add additional flags when using clang</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/777de50ec256">777de50ec256</a>
+Makefile: Disable warnings to make clang happy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4640e703d307">4640e703d307</a>
+asm: Fix up assembly for clang</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1fdca4a29c36">1fdca4a29c36</a>
+libflash/ecc: Remove hand rolled parity asm</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d4fa16d384e">8d4fa16d384e</a>
+processor.h: implement sndmsg instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dfebfc20485">9dfebfc20485</a>
+Makefile: Use LD to link the final binary</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a79069cfdfa">1a79069cfdfa</a>
+Fix asm-offsets generation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4216f2fb7b31">4216f2fb7b31</a>
+pci-quirk: Fix initiliser warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd2c3b097e21">cd2c3b097e21</a>
+imc: Remove extra parentheses in test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/854bf69e1c7d">854bf69e1c7d</a>
+fsp: Fix msg vaargs usage</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f8ee10ee9505">f8ee10ee9505</a>
+opal-ci: Add Ubuntu 18.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f033219b73f9">f033219b73f9</a>
+opal-ci: Additionally build with clang on Ubuntu 18.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/62348fd4990b">62348fd4990b</a>
+opal-ci: Build qemu from Cedric’s powernv-2.12 branch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5fc61b486801">5fc61b486801</a>
+opal-ci: 18.04: Go back to updating before installing packages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef280be1657a">ef280be1657a</a>
+qemu-debian-test: Remove unusable hda option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a565a2837a60">a565a2837a60</a>
+test: Simplify build process for hello and sreset tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09c19b98781e">09c19b98781e</a>
+Makefile: be precise about clang target</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f2d36bc08e82">f2d36bc08e82</a>
+opal-ci: Remove unwanted .orig file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0807ab01b37">a0807ab01b37</a>
+Makefile: Fix building natively on ppc64le</li>
+</ul>
+<p>Madhavan Srinivasan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/afc89188010b">afc89188010b</a>
+hw/imc: Check for pause_microcode_at_boot() return status</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63594b03b859">63594b03b859</a>
+hw/imc: Add support to load imc catalog lid file</li>
+</ul>
+<p>Mahesh Salgaonkar (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e20a789d021">5e20a789d021</a>
+opal/hmi: Initialize the hmi event with old value of HMER.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67d738807da0">67d738807da0</a>
+opal/hmi: Do not send HMI event if no errors are found.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ff9be76345a">8ff9be76345a</a>
+opal/hmi: Fix soft lockups during TOD errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2fd92666b665">2fd92666b665</a>
+opal/hmi: Stop flooding HMI event for TOD errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fab27f3580d8">fab27f3580d8</a>
+opal/hmi: Fix handling of TFMR parity/corrupt error.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/377cd39bc5e1">377cd39bc5e1</a>
+opal/hmi: Print additional debug information in rendezvous.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5362f85e04bd">5362f85e04bd</a>
+opal/hmi: check thread 0 tfmr to validate latched tfmr errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6dad43ff4c68">6dad43ff4c68</a>
+opal/hmi: Generate hmi event for recovered HDEC parity error.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4fd54bf413e">c4fd54bf413e</a>
+opal/hmi: Add documentation for opal_handle_hmi2 call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/115c9f9f6620">115c9f9f6620</a>
+opal:hmi: Add missing processor recovery reason string.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/376b5e3b26e0">376b5e3b26e0</a>
+opal/hmi: Generate one event per core for processor recovery.</li>
+</ul>
+<p>Michael Neuling (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/00521231c826">00521231c826</a>
+phb4: Restore bus numbers after CRS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1bcd6d84ec80">1bcd6d84ec80</a>
+external/mambo: Add di command to decode instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a6a2ff30c9e">0a6a2ff30c9e</a>
+mambo: Add persistent memory disk support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6790a941cc05">6790a941cc05</a>
+hmi: Fix clearing HMER on debug trigger</li>
+</ul>
+<p>Nicholas Piggin (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad0941960bd0">ad0941960bd0</a>
+core/stack: backtrace unwind basic OPAL call details</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8514e4dc9a82">8514e4dc9a82</a>
+asm/head: implement quiescing without stack or clobbering regs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3fdd2629516d">3fdd2629516d</a>
+core/opal: Emergency stack for re-entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87f55507195a">87f55507195a</a>
+core/opal: Allow poller re-entry if OPAL was re-entered</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e148cb32cc26">e148cb32cc26</a>
+external/mambo: improve helper for machine checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23dc884f8a0f">23dc884f8a0f</a>
+uart: fix uart_opal_flush to take console lock over
+uart_con_flush</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5a1463d17d4b">5a1463d17d4b</a>
+core/direct-controls: fix p9_cont_thread for stopped/inactive
+threads</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e27cc8410e2">0e27cc8410e2</a>
+core/direct-controls: improve p9_stop_thread error handling</li>
+</ul>
+<p>Oliver O’Halloran (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5fb3b6d17fb">e5fb3b6d17fb</a>
+core/pci: Document some stuff</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cf135d9a877">4cf135d9a877</a>
+astbmc: Add more slot table helpers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee7bb4b391d5">ee7bb4b391d5</a>
+romulus: Add a barebones slot table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/778d86bf9e5b">778d86bf9e5b</a>
+core/pci: Set slot power limit when supported</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f10feca2b332">f10feca2b332</a>
+phb4: Enable the PCIe slotcap on pluggable slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d15e2e5ef92f">d15e2e5ef92f</a>
+slots: Add power limit support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6878b806682f">6878b806682f</a>
+pci-dt-slot: Big ol’ cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac11641f1d70">ac11641f1d70</a>
+hdata/slots: Apply slot label to the parent slot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f19578158720">f19578158720</a>
+npu2: Use ibm, loc-code rather than ibm, slot-label</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12514d328159">12514d328159</a>
+hdata/i2c: Ignore CFAM I2C master</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a4b4db36812">3a4b4db36812</a>
+hdata/i2c: Replace i2c_ prefix with dev_</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff3747f62ada">ff3747f62ada</a>
+hdata/i2c: Ignore multi-port I2C devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0953e9014d27">0953e9014d27</a>
+hdata/i2c: Fix up pci hotplug labels</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4158b4a15bea">4158b4a15bea</a>
+p9dsu HACK: fix system-vpd eeprom</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a0c57d01829">3a0c57d01829</a>
+core/pci-dt-slots: Fix devfn lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eab215a0bc28">eab215a0bc28</a>
+hw/slw: Don’t assert on a unknown chip</li>
+</ul>
+<p>Philippe Bergheaud (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dec7fe284b8b">dec7fe284b8b</a>
+phb4: set TVT1 for tunneled operations in capi mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0cffe9554a5">e0cffe9554a5</a>
+phb4: Do not set the PBCQ Tunnel BAR register when enabling capi
+mode.</li>
+</ul>
+<p>Pridhiviraj Paidipeddi (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecde3f4f211a">ecde3f4f211a</a>
+libflash/blocklevel: Add missing newline to debug messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05d9d981df9c">05d9d981df9c</a>
+p9dsu: detect variant in init only if probe fails to found.</li>
+</ul>
+<p>Reza Arbab (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4724d2c07fa6">4724d2c07fa6</a>
+npu2: Move NPU2_XTS_BDF_MAP_VALID assignment to context init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/58b1e05b08d3">58b1e05b08d3</a>
+npu2: Improve log output of GPU-to-link mapping</li>
+</ul>
+<p>Russell Currey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/411dc0813f24">411dc0813f24</a>
+phb4: Hardware init updates</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d5d7966431af">d5d7966431af</a>
+phb4: Print WOF registers on fence detect</li>
+</ul>
+<p>Ryan Grimm (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eddff9bf40cf">eddff9bf40cf</a>
+hmi: Clear unknown debug trigger</li>
+</ul>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e7a2da8d5e65">e7a2da8d5e65</a>
+core: Correctly load initramfs in stb container</li>
+</ul>
+<p>Shilpasri G Bhat (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5954536a2f8c">5954536a2f8c</a>
+occ: sensors-groups: Add DT properties to mark HWMON sensor groups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df62a033675d">df62a033675d</a>
+sensors: Dont add DTS sensors when OCC inband sensors are available</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dcd66655835">7dcd66655835</a>
+occ: Use major version number while checking the pstate table format</li>
+</ul>
+<p>Stewart Smith (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4172f30a16da">4172f30a16da</a>
+hdat/i2c.c: quieten “v2 found, parsing as v1”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/217e5a4ecbfa">217e5a4ecbfa</a>
+Disable stop states from OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/086f3277bc3f">086f3277bc3f</a>
+hdata/spira: parse vpd to add part-number and serial-number to xscom@
+node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d45c614bb5b3">d45c614bb5b3</a>
+core/test/run-trace: fix on ppc64el</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5307c0ec7899">5307c0ec7899</a>
+external/trace: fix makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d559d19b815">7d559d19b815</a>
+travis-ci: pull Mambo over http rather than ftp</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e101e85c9ff6">e101e85c9ff6</a>
+travis: Enable ppc64le builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b08d198b9ee4">b08d198b9ee4</a>
+skiboot 5.10.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d32ddea94ba6">d32ddea94ba6</a>
+p9dsu: detect p9dsu variant even when hostboot doesn’t tell us</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a22ba4576ad3">a22ba4576ad3</a>
+OPAL_PCI_SET_POWER_STATE: fix locking in error paths</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/693a204364b0">693a204364b0</a>
+xive: fix missing unlock in error path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c90fb6cd796e">c90fb6cd796e</a>
+hdat_to_dt: hash_prop the same on all platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/79c290d849f1">79c290d849f1</a>
+skiboot 6.0-rc1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/129165ef43c0">129165ef43c0</a>
+opal-ci/dockerfiles: DEBIAN_FRONTEND=noninteractive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9342dc40147e">9342dc40147e</a>
+SLW: quieten ‘Configuring self-restore’ for DARN,NCU_SPEC_BAR and
+HRMOR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa59e48064b4">aa59e48064b4</a>
+core/hmi: assign flags=0 in case nothing set by
+handle_hmi_exception</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3b0ce167d6d">a3b0ce167d6d</a>
+travis: remove obsolete fedora 24,25,26</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dab94cf5727">7dab94cf5727</a>
+travis: fix if x86_64 tests in dockerfiles.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a18249182fbe">a18249182fbe</a>
+test: qemu-debian-jessie boot: fix qemu-img</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/106e77504c53">106e77504c53</a>
+p9dsu: timeout for variant detection, default to 2uess</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6449e2ac7dc5">6449e2ac7dc5</a>
+ibm,firmware-versions: add hcode to device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/724af6657e91">724af6657e91</a>
+travis: Require Ubuntu 18.04 to pass, fix on ppc64le</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1613c72d4f73">1613c72d4f73</a>
+skiboot v6.0-rc2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/751964444370">751964444370</a>
+skiboot 6.0 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66c499f969f4">66c499f969f4</a>
+OpenBMC: use 0x3a as OEM command for partial add esel</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2339591c4465">2339591c4465</a>
+skiboot 6.0.1 release notes</li>
+</ul>
+<p>Vaibhav Jain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ed37072c07e">8ed37072c07e</a>
+asm/head: Fix comparison in opal_entry for switching to emergency</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92d1a4e923fa">92d1a4e923fa</a>
+core/opal: Fix recursion check in opal_run_pollers()</li>
+</ul>
+<p>Vaidyanathan Srinivasan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e2cd78500b8e">e2cd78500b8e</a>
+core: Fix iteration condition to skip garded cpu</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2aa2616358e3">2aa2616358e3</a>
+core/fast-reboot: Increase timeout for dctl sreset to 1sec</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/04a50cf041c9">04a50cf041c9</a>
+Update default stop-state-disable mask to cut only stop11</li>
+</ul>
+<p>Vasant Hegde (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb16e55a234b">cb16e55a234b</a>
+opal-prd: Insert powernv_flash module</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f85e40904d8">9f85e40904d8</a>
+hdata: Move ‘HRMOR_BIT’ macro to header file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4a094a7df80">c4a094a7df80</a>
+hdata: Fix DIMM size property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4e0e0c1020bb">4e0e0c1020bb</a>
+hdata: Add DIMM actual speed to device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d654f6c93bd6">d654f6c93bd6</a>
+hdata: Add ‘primary’ property to master chip xscom node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6739c890a2f2">6739c890a2f2</a>
+Add SBE driver support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6421fc56dc28">6421fc56dc28</a>
+Move P8 timer code to separate file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d7e7bdcd4acc">d7e7bdcd4acc</a>
+SBE: Add timer support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c574d8e7188">3c574d8e7188</a>
+timer: Move update_timer_expiry call to separate function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13878e5b27c5">13878e5b27c5</a>
+ipmi: Add BMC firmware version to device tree</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/dda5b93d90b6">dda5b93d90b6</a>
+Fixed invalid BNC FRU ID (47->254)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id31">
+<h3>Patches<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id32">
+<h3>Commits<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/07a5d2c9f182">07a5d2c9f182</a>
+Backing out TPM FRU_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/7cd20a6ac8fe">7cd20a6ac8fe</a>
+Sync, Infineon, n-mode cap, and eSel size Updates</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id33">
+<h3>Patches<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id34">
+<h3>Commits<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/a941f8b75cdc">a941f8b75cdc</a>
+Clean-up and add BG2 WOF tables</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0-rc1</a></li>
+ <li>Next: <a href="v2.0.1.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.0.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.1-rc1.html b/release-notes/v2.1-rc1.html
new file mode 100644
index 0000000..7cc4ad1
--- /dev/null
+++ b/release-notes/v2.1-rc1.html
@@ -0,0 +1,1307 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.1-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.1" href="v2.1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.16" href="v2.0.16.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-1-rc1">
+<h1>Release Notes for OpenPower Firmware v2.1-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-1-rc1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.1-rc1 was released on Wednesday June 27th, 2018. It will become the new stable release of op-build, following on from v2.0,
+first released on May 16th 2018.</p>
+<p>op-build v2.1-rc1 contains all the fixes as of op-build v2.0.3, and we expect to continue to do stable 2.0.y releases of v2.0 into the
+forseeable future.</p>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.1 release. We expect to do a final v2.1 tagged release early July 2018.</p>
+<p>The final op-build v2.1 release <em>is</em> intended for GA POWER9 platforms, and basing system firmware off “a modest derivative of op-build v2.0
+or later” is part of the OpenPOWER Ready requirements.</p>
+<p>This release is largely small and incremental changes on top of op-build v2.0 rather than containing anything major.</p>
+<div class="section" id="development-defconfigs">
+<h2>Development defconfigs<a class="headerlink" href="#development-defconfigs" title="Permalink to this headline">¶</a></h2>
+<p>Like with op-build v2.0, there exists a more stable and a more development branch of some key firmware components (notably Hostboot). This
+release there is only witherspoon_dev_defconfig (for the brave).</p>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="14%" />
+<col width="20%" />
+<col width="18%" />
+<col width="48%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.27.2</td>
+<td>1.28.4</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>dropbear</td>
+<td>2017.75</td>
+<td>2018.76</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>ethtool</td>
+<td>4.13</td>
+<td>4.15</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>glibc-2.26-146-gd300041c</td>
+<td>glibc-2.27-57-g6c99e37
+f</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw051018a.op920</td>
+<td>hw061618a.920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw051018a.920</td>
+<td>hw061618a.920</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>8e05a439</td>
+<td>876b79aa</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>43c4502d</td>
+<td>cfa7304f</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>20119f08</td>
+<td>hw062518a.920</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto, vesnin,
+witherspoon, habanero, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-binaries</td>
+<td>81d8233a</td>
+<td>hw062518a.920</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>ima-catalog</td>
+<td>90237254</td>
+<td>6a1fd254</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto, witherspoon_dev,
+vesnin, witherspoon, habanero, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.16.8</td>
+<td>4.17.3</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>4.16.8</td>
+<td>4.17.3</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>a941f8b7</td>
+<td>f9eeb284</td>
+<td>zaius</td>
+</tr>
+<tr class="row-even"><td>ncurses</td>
+<td>6.0</td>
+<td>6.1</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>77bb5e60</td>
+<td>5c01b547</td>
+<td>zaius, p9dsu, witherspoon_dev, witherspoon, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.7.1</td>
+<td>1.8.0</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>powerpc-utils</td>
+<td>v1.3.4</td>
+<td>v1.3.5</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>8e0105e5</td>
+<td>02f710ae</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>a389a5d9</td>
+<td>02f710ae</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.1</td>
+<td>v6.1-rc1</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.31.1</td>
+<td>2.32</td>
+<td>openpower_mambo, firestone, firenze, garrison, zaius, p9dsu,
+palmetto, pseries, witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/502e877ca111">502e877ca111</a> Update to p9_xip_tool to handle stand-alone DDCO ring files.</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c97bb0a2fd80">c97bb0a2fd80</a> mask core SPATTN bit used for core checkstop handshake</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2a499e99d207">2a499e99d207</a> support IO reconfig loop for OBUS DL link training failures</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/db007d46b1de">db007d46b1de</a> PPB: Bug fix in computing IAC Vdn value</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ac9567422748">ac9567422748</a> PM: Addressed TODOs in hcode image build HWP.</li>
+</ul>
+<p>Rahul Batra (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/898f0008601c">898f0008601c</a> PGPE: Correctly write DB0 when used as DB3 payload</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/384bcc14bcc3">384bcc14bcc3</a> PGPE: Use global literals for reg addrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/503d2e402b13">503d2e402b13</a> PGPE: Correctly Set retActQuads during Safe Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3be15513d0e4">3be15513d0e4</a> PGPE: Fix WOF Enable/Disable Issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/15db0ce7d4d3">15db0ce7d4d3</a> PGPE: Fix WOF Enable/Disable Issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef6955814d8e">ef6955814d8e</a> PGPE: Ack Back any pending quad active update during WOF
+Disable</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7da841c12cae">7da841c12cae</a> PGPE: Add Comments(No functional change)</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a327175c6427">a327175c6427</a> Update Makefile to fix concurrancy issues with libppetracepp.a</li>
+</ul>
+<p>Yue Du (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d6b88e67ff4d">d6b88e67ff4d</a> STOP: Fix History Write Data Machine Check by
+PPM_WRITE_DISABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dc26ec0072e">1dc26ec0072e</a> STOP: Add URMOR RAM to CME for NDD23 SMF</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/050dc2142f83">050dc2142f83</a> STOP: Handle Quad Special Wakeup Done while pm_reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/63c49e23a2cd">63c49e23a2cd</a> STOP: CME/SGPE Hcode size reduction via global use of literals</li>
+</ul>
+<p>hostboot (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/699005f149f1">699005f149f1</a> Release tag information updated for hw051118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d8951cdde6d">0d8951cdde6d</a> Release tag information updated for hw051518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/99f340c7b74a">99f340c7b74a</a> Release tag information updated for hw051618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/85ecbf71967e">85ecbf71967e</a> Release tag information updated for hw051718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f3f4d3449690">f3f4d3449690</a> Release tag information updated for hw051818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c79665be710d">c79665be710d</a> Release tag information updated for hw052318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a9e9c6f0daff">a9e9c6f0daff</a> Release tag information updated for hw052418a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/17b8473da01f">17b8473da01f</a> Release tag information updated for hw052518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/262e018945d3">262e018945d3</a> Release tag information updated for hw052618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/331a145623c2">331a145623c2</a> Release tag information updated for hw053018a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/80a399244e84">80a399244e84</a> Release tag information updated for hw053118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/764d268b65b1">764d268b65b1</a> Release tag information updated for hw060118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a42e940b874c">a42e940b874c</a> Release tag information updated for hw060418a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa0d5610f6aa">aa0d5610f6aa</a> Release tag information updated for hw060618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2df7ae766eb5">2df7ae766eb5</a> Release tag information updated for hw060718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a04a6779d7d7">a04a6779d7d7</a> Release tag information updated for hw060818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee19339b42f7">ee19339b42f7</a> Release tag information updated for hw060918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a54eba35a902">a54eba35a902</a> Release tag information updated for hw061218a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/79225d801f74">79225d801f74</a> Release tag information updated for hw061318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7d8799ea77d6">7d8799ea77d6</a> Release tag information updated for hw061518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/29e49c2b46c5">29e49c2b46c5</a> Release tag information updated for hw061618a.920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-1-rc1-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-1-rc1-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-rc1-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-1-rc1-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c4217b17494">3c4217b17494</a> Added RMW Thresh10 Spec Disable to initfiles</li>
+</ul>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fcc6813c098">8fcc6813c098</a> SW419349: Handle override of deconfig by Error vs FCO
+reasons by association</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc3e00781d72">dc3e00781d72</a> Adapt p9_sbe_check_master_stop15 for bad path on non-SBE
+platforms for fleetwood</li>
+</ul>
+<p>Andre Marin (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/098a19f9ad31">098a19f9ad31</a> Add eff_config functionality needed for RIT, fix
+cas_latency bug & attr files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7da6227702e5">7da6227702e5</a> Add initial L2 mss_freq_system procedure.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac3d2e3ea9a9">ac3d2e3ea9a9</a> Add base spd decoder to share among controllers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89bbfaf84a74">89bbfaf84a74</a> Add additional comparison function objects into functional
+header</li>
+</ul>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56ff2943a5df">56ff2943a5df</a> Fix off-by-one error when counting WOF reset counts</li>
+</ul>
+<p>Andrew Geissler (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc79c535382d">fc79c535382d</a> Add test case for getChildTargetsForCDG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1186fdef28f">f1186fdef28f</a> Update getChildTargetsForCDG to use CEN PORT/DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a166a390e16f">a166a390e16f</a> Move existing tests to use new helper function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa1c91c061f7">aa1c91c061f7</a> Use last l3 cache object for SIMICS trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e4082b28d2a">3e4082b28d2a</a> Look for any parent on deconfigure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c1b2267a25e">1c1b2267a25e</a> Make HUID values node-relative</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea86539a69de">ea86539a69de</a> Ensure hwas state reflects resource recovery actions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d848b2c3bae0">d848b2c3bae0</a> Ensure memory HUID’s are node-relative</li>
+</ul>
+<p>Ankit Dhingra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a3c6293dff7">8a3c6293dff7</a> Add support for TOD osc switch interrupt</li>
+</ul>
+<p>Ben Gass (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1c0355b013c">d1c0355b013c</a> Set TRAIN_TIME to 0 for simulation.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee559052e566">ee559052e566</a> Update p9n_23 engd with
+n23_e9108_3_tp105_ec408_soa_sc_u138_01 data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4954387404b">d4954387404b</a> Correct Safe mode freqency to UltraTurbo compare error
+message.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/785e89f5fcf9">785e89f5fcf9</a> Shorten A-link timers for sim. Add polling for A-link
+training.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f563ab5ac678">f563ab5ac678</a> Updating p9.core.scan.initfile settings for p9n 2.3</li>
+</ul>
+<p>Benjamin Weisenbeck (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9f23622a49f">b9f23622a49f</a> PRD: Updates for Cumulus PLL analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b19471945a6">0b19471945a6</a> PRD: Add post analysis function for Centaur PLL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a67762efeac">9a67762efeac</a> PRD: XBUS spare deployed should be predictive in mnfg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eaaf8422a3e4">eaaf8422a3e4</a> PRD: Support for handling core unit checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e5283c651ba">9e5283c651ba</a> PRD: Callout both PCI clocks by position for double clock
+failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e3836f3ef0b">8e3836f3ef0b</a> PRD: Cleanup RC handling in PLL code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b069da4ece5">0b069da4ece5</a> PRD: Fix core checkstop masking</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3796a71a5012">3796a71a5012</a> PRD: Add missing centaur PLL CheckErrorType plugin</li>
+</ul>
+<p>Bill Hoffa (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59c3af1f3017">59c3af1f3017</a> Implement Interrupt Resource Provider Init for MPIPL
+Multi-Node Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90a2cbe1f607">90a2cbe1f607</a> Set Master Proc Attrs during MPIPL FSP Fail-Over Scenario</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ee0baff08c2">3ee0baff08c2</a> Set attribute PROC_MASTER_TYPE during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3b2f887b854">f3b2f887b854</a> Add 2nd query to hbRelease script finding commits in
+release-fips920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bb10d494153">6bb10d494153</a> Force hbRelease to search ‘master’ branch</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/034db70a607c">034db70a607c</a> Multinode MPIPL INTRP Initialization Changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3e359badd40">b3e359badd40</a> Corrected data type to size for var in
+retrieveRepairDataMemBuf()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112e8c957fb6">112e8c957fb6</a> Enable DMI Erepair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb841f1bd72a">cb841f1bd72a</a> Add kernel debug trace to Invalid IPC Message Errors</li>
+</ul>
+<p>Brian Bakke (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3148c8e41ee8">3148c8e41ee8</a> Fixes to node IPC messaging to handling non-zero base
+addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e364f91be172">e364f91be172</a> Fixes to node IPC messaging to handle non-zero base
+addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77eb9fe3e55a">77eb9fe3e55a</a> Itep16 substep order does not match documentation</li>
+</ul>
+<p>Brian Silver (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e5b1ac13de9">4e5b1ac13de9</a> Initial commit of memory subsystem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f958bd60cb79">f958bd60cb79</a> Fix memory/VBU attribute files, add ‘ipl’ test case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26726a54e4f2">26726a54e4f2</a> Add memdiags implementation for superfast operations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90ec400612ee">90ec400612ee</a> Add L1 for p9_mss_freq_drift</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/932cd97fe0ff">932cd97fe0ff</a> Add freq checking to ipl unit test, fix mk file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/257555af0952">257555af0952</a> Add rudimentary memory plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/496e3d430783">496e3d430783</a> Add minor minor version feature support to getecid</li>
+</ul>
+<p>Brian Stegmiller (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0a78795a8dc">c0a78795a8dc</a> PRD: Update TD_CTLR_DATA with port information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11b5f7d2b616">11b5f7d2b616</a> ATTN: Examine correct proc for handling Centaur Attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86cda996b3fb">86cda996b3fb</a> PRD: DMI Lane Repair</li>
+</ul>
+<p>CHRISTINA L. GRAVES (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c63b3e4a122c">c63b3e4a122c</a> p9_fab_iovalid fix to clear action0/1 bits corresponding w/
+link being enabled</li>
+</ul>
+<p>Caleb Palmer (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02d764dfa0a7">02d764dfa0a7</a> PRD: Fix invalid getConnectedParent in getCommonVars</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f4b95b28d21">7f4b95b28d21</a> PRD: Adjust assert in BadDqBitmap Utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d5c1c541bae">3d5c1c541bae</a> PRD: Update restoreDramRepairs for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/233fec0d3893">233fec0d3893</a> PRD: Rename ATTR_MBA_PORT and ATTR_MBA_DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/359102f7aaaa">359102f7aaaa</a> Rename MBA_PORT and MBA_DIMM attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93a05fa7d48c">93a05fa7d48c</a> PRD: Update getDimmDqAttr for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f14f5032bfe">3f14f5032bfe</a> PRD: UE callout rank if no dimm callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ee6cdf1c18e">6ee6cdf1c18e</a> PRD: getConnectedChild proc to membuf bug fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e9e686d61cc">1e9e686d61cc</a> PRD: Adjust proc to membuf getConnectedChild</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41a25f11016a">41a25f11016a</a> PRD: Resume maint cmd support for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67499d6a3e87">67499d6a3e87</a> PRD: Runtime VCM support for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b6f1ef8f53f">6b6f1ef8f53f</a> PRD: Fix template in chipMarkCleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/504349373489">504349373489</a> PRD: Runtime TPS for Centaur/Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0996da3cf36">c0996da3cf36</a> PRD: use isValid() check before MemSymbol::getDram()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58436097f094">58436097f094</a> PRD: Fix template in applyRasPolicies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d97caa96550">8d97caa96550</a> Fix Bad Dq Centaur Translation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8186a367ec6f">8186a367ec6f</a> Temp remove bad bit translation until attr enabled for
+Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bfebff1e8079">bfebff1e8079</a> Adjust Bad Dq Translation for CDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a65f239bf383">a65f239bf383</a> PRD: Dont report error log for backlog count underflow FIR</li>
+</ul>
+<p>Chris Steffen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94bdad69c456">94bdad69c456</a> DMI I/O Checkin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a3a0d0d4dc8">3a3a0d0d4dc8</a> I/O Metadata Cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a51cec16bdd">4a51cec16bdd</a> SW431549 DMI Read Erepair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13b422771493">13b422771493</a> Updating Channel Fail Mask</li>
+</ul>
+<p>Christian Geddes (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cc7a88e11df">1cc7a88e11df</a> Add PEER_PATH attribute to xbus and obus targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd25ed1a207c">dd25ed1a207c</a> Add error log for sbe poweron fails and clean up errlog
+commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/261c874fb2dd">261c874fb2dd</a> Update targeting init during RT to set PEER_TARGET on OBUS
+targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2f22373f239">d2f22373f239</a> Deconfig record can’t get added to vitalAttn elog on FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1771bfafee1">b1771bfafee1</a> Create HWP to save/restore OBUS fir masks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42327316097c">42327316097c</a> Slave SBE scratch regs must be up to date before
+continueMPIPL called</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd269e881530">fd269e881530</a> Clear obus fir mask attrs after restoring obus firmasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a09327508399">a09327508399</a> Save and restore OBUS related firmasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17d1f78337ea">17d1f78337ea</a> Refactor re-init of targeting data during MPIPL/HBRT
+startup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b01faeebc16">6b01faeebc16</a> Link PLID for failing SBE recovery in PRD path w/ other
+related logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e15b65ed41d8">e15b65ed41d8</a> Fix bugs in core checkstop escalation manipulation during
+HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5090c197292c">5090c197292c</a> Deprecate legacy ATTR_MBA_PORT/ATTR_MBA_DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be8bb8fae414">be8bb8fae414</a> Update PEER_TARGET values to be NULL on MPIPL if needed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d9e273baf30">4d9e273baf30</a> Remove deprecated VCS_I2C_RAIL attribute from hb code</li>
+</ul>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b22701137048">b22701137048</a> Update to p9_xip_tool to handle stand-alone DDCO ring
+files.</li>
+</ul>
+<p>Craig Hamilton (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7feb1cb12d1b">7feb1cb12d1b</a> Adding unit tests for the mss lab sdk</li>
+</ul>
+<p>Dan Crowell (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6634b6fca3df">6634b6fca3df</a> Better debug for weird PIR issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d44dfb65fa5d">d44dfb65fa5d</a> Remove writeable from ATTR_FABRIC_GROUP/CHIP_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad181494c943">ad181494c943</a> Force hb dump on VFS crashes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e02fc08289">a4e02fc08289</a> FFDC enhancements for core activate fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d392ef8f9ea">4d392ef8f9ea</a> Removing attributes that got added back in a bad merge</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6165bafa7de9">6165bafa7de9</a> Centaur DD1.3 Bucket Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3cf4f273a3e">a3cf4f273a3e</a> Add SMP_CABLE to PartCallout list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d161474ee597">d161474ee597</a> Fix indirect scoms at runtime under Opal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bfa55da9a90">4bfa55da9a90</a> Increase default watchdog timeout to 10 minutes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bace77a615d">9bace77a615d</a> Defer handling attentions on non-master proc until after
+SMP is up</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ecd7cf99fb4">3ecd7cf99fb4</a> Add some MAGIC instructions to aid Simics optimization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41daed137d2f">41daed137d2f</a> Write Hostboot HRMOR into core scratch reg 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce378803d9a">7ce378803d9a</a> Always deconfigure the parent of any deconfigured DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe439a0d9ef0">fe439a0d9ef0</a> Add RESOURCE_RECOVERED event for all Targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c5c60e23fad">2c5c60e23fad</a> Add clock callout enums for specific clock sources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4189613d36cc">4189613d36cc</a> Fix for multinode HBRT use of VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc9d2c634eb6">cc9d2c634eb6</a> Remove EXTERNAL_VRM_STEPDELAY</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cc829425257">7cc829425257</a> Debug improvements for exceptions and OOM hangs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2432d94f7f53">2432d94f7f53</a> Update MAGIC instruction for Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eddb7eaa994">3eddb7eaa994</a> Force ATTR_PROC_EFF_FABRIC_CHIP_ID to correct values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dca215e867">a4dca215e867</a> Update some defaults for AVSBUS attributes</li>
+</ul>
+<p>Daniel Howe (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f97acef7aec">0f97acef7aec</a> Updates to pb_cfg_follow_scope_rate_jump_level and
+pb_cfg_np_cmd_jump_cmd_rate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b9936e7b593">7b9936e7b593</a> dd1.1+ DL training procedure updates</li>
+</ul>
+<p>Daniel M. Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b819687e056">1b819687e056</a> Revert “Set HB Dump Flag in TI Data on any TI with SRC”</li>
+</ul>
+<p>Elizabeth Liner (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a43c455adfc">2a43c455adfc</a> Set up core checkstop escalation using HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0539920e555b">0539920e555b</a> Re-enabling test cases that were turned off during bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27fc2d9695a4">27fc2d9695a4</a> Adding Chiplet Num testcases for MC, MI and DMI in cumulus</li>
+</ul>
+<p>Greg Still (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e919f5e820f">4e919f5e820f</a> PM: clear Hcode error injection bit upon PM complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f59ac34985af">f59ac34985af</a> PM: Clear error injection bits before special wake-up in PM
+complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e95497ee0e43">e95497ee0e43</a> PM: Fix double biases value into safe mode frequency</li>
+</ul>
+<p>Ilya Smirnov (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92a48f3e7c80">92a48f3e7c80</a> Check if Console Library is Loaded Before Printing to
+Console</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5982dd2d6a9">a5982dd2d6a9</a> New Attribute For Unusable TPMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70e337a2fe76">70e337a2fe76</a> Add Proc # to TPM’s Affinity Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d55d64a79ca4">d55d64a79ca4</a> Marked Failed TPMs Unusable For Alignment Check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1bbef56ec51">c1bbef56ec51</a> Fix range Tags in attribute_types.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ebff9a73ab0">6ebff9a73ab0</a> Secure Boot: Set trusted boot enabled in HDAT considering
+all nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b77dbedc8f3c">b77dbedc8f3c</a> Add Locking of Abus Sec Mailboxes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7384e829f3d">c7384e829f3d</a> Secure Boot: Support API to fence off all node processors’
+secure mailboxes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e0d574dff88">7e0d574dff88</a> New Global For Console Daemon</li>
+</ul>
+<p>Jacob Harvey (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2be2b8605a3c">2be2b8605a3c</a> Implementing thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e6325f51676">6e6325f51676</a> Implement p9_mss_throttle_mem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0a1c41a7ad9">e0a1c41a7ad9</a> Implement L2 eff_config_thermal, bulk_pwr_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd71688e86ea">fd71688e86ea</a> Fixing bulk_pwr_throttles calculations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b836df1d491">6b836df1d491</a> Implementing draminit_training_adv</li>
+</ul>
+<p>Jaymes Wilks (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98bee5bbab00">98bee5bbab00</a> New API to Retrieve Random Number from the TPM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/079de8c7c0f7">079de8c7c0f7</a> Remove workarounds for multinode HDAT support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9eacec8bad1">e9eacec8bad1</a> Support TPM PCR Poisoning</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c6d58230e61">0c6d58230e61</a> Create attributes for intended PHYP ATTN areas</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24f3312ea1d3">24f3312ea1d3</a> HRMOR relative addressing for PHyp SP ATTN area dump</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bbfd345736">27bbfd345736</a> Changing NXCQFIR(34) RNG control logic error to checkstop</li>
+</ul>
+<p>Jim Yuan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01be61c03770">01be61c03770</a> Fix FRU board mfg date and time.</li>
+</ul>
+<p>Joe McGill (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37931b3b0f8f">37931b3b0f8f</a> Add MSS customization support from CRP0 Lx MVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b9c94600cc">c4b9c94600cc</a> cen_scominits – add pervasive LFIR configuration for TP,
+NEST, MEM chiplets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb934c171a01">cb934c171a01</a> enable spreading via SS PLL for Fleetwood platform</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9dd8199cc416">9dd8199cc416</a> p9_spr_name_map – change mnemonic for SPR 511 to SMFCTRL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6df55b571dcb">6df55b571dcb</a> p9_sbe_common – mark TP LFIR bits 18:20 recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9a40964fc9d">f9a40964fc9d</a> support IO reconfig loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dece8b8d13ad">dece8b8d13ad</a> p9_sbe_scominit – unmask TP LFIR bit 37 for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a43554124f7">4a43554124f7</a> p9_sbe_common – mark TP LFIR bit 37 as recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/306a71070535">306a71070535</a> FBC Level 1 procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7d8c7cfb45e">b7d8c7cfb45e</a> L2 HWPs – p9_smp_link_layer and p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75649c5f3d45">75649c5f3d45</a> L2 - Fabric updates for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cd54a28ccb0">2cd54a28ccb0</a> p9_fab_iovalid – invoke link validation subroutine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a8aaf9dc8b">36a8aaf9dc8b</a> L3 update – p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/904da7128b41">904da7128b41</a> IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c44c70474ee">0c44c70474ee</a> shift XBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d4c897edca3">6d4c897edca3</a> p9_fab_iovalid – secure ABUS mailboxes after iovalid is
+asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eae5dde56fae">eae5dde56fae</a> support IO reconfig loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78055ea9215e">78055ea9215e</a> p9_fab_iovalid – remove code setting ABUS security lock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67ae5190164c">67ae5190164c</a> shift OBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed7254aed9ca">ed7254aed9ca</a> use putscomUnderMask API to update FBC DL control register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dba363050dc">8dba363050dc</a> shift OBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d93fbb365235">d93fbb365235</a> correctly propogate bad return code from
+p9_adu_coherent_status_check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36839984fe01">36839984fe01</a> p9_throttle_sync – clear refresh sync type after issuing
+IPL sync</li>
+</ul>
+<p>John Rell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dd8cf996ba">a4dd8cf996ba</a> jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus
+HW446964</li>
+</ul>
+<p>Louis Stermole (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/375927318f7e">375927318f7e</a> adding memory/lab subdirs, adding lab tool/module make
+target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4f2ab31bde3">d4f2ab31bde3</a> Remove GSA dependencies (CATCH, SQLITE3) from MSS builds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29bde9b906c9">29bde9b906c9</a> WR_LVL Termination Fix (Qoff) for p9c, DDR4 only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79e4184e41b7">79e4184e41b7</a> Fix p9c mss_ccs_fail_type function to return valid RC when
+it fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd251cae71e5">dd251cae71e5</a> Change mss_freq algorithm to deconfigure ports to achieve
+common DIMM freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/264b8c707d65">264b8c707d65</a> Add extra DRAM reset after RCD load on Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e1c3426e15">a4e1c3426e15</a> Change MBSFIR[27] to be a conditional channel fail on
+Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d21270b627a">1d21270b627a</a> Restore ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to
+fix masking errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d33fcf2c591">1d33fcf2c591</a> Add bad bit setting to p9c training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd49726ffcf0">fd49726ffcf0</a> Fix p9c_generic_shmoo unit test to work with corrected bad
+bits attr</li>
+</ul>
+<p>Luke Mulkey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1fd1cc97eb82">1fd1cc97eb82</a> P9C Memory Throttle Updates (new HWPs and new ISDIMM Power
+Curve support)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/788da84977bc">788da84977bc</a> P9C Memory Throttle Updates (new HWPs and new ISDIMM Power
+Curve support)</li>
+</ul>
+<p>Marty Gloff (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5024f66d08a">f5024f66d08a</a> Set HB Dump Flag in TI Data on any TI with SRC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7355b73ce6b">d7355b73ce6b</a> Improve resource recovery path to handle memory plugging
+rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd8df2a4b033">cd8df2a4b033</a> Clear Block Spec Deconfig Attribute when Gard is removed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/876b79aacd9b">876b79aacd9b</a> Fix for SBE_P9_XIP_CUSTOMIZE_UNSUCCESSFUL during ipl with
+one EX</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccf2f3445e15">ccf2f3445e15</a> HBRT attrrp depends on node zero being present</li>
+</ul>
+<p>Matt Derksen (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7145f5c28a5b">7145f5c28a5b</a> Checks for channel failure in memory.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/775a7639b7d3">775a7639b7d3</a> Update addExtMemMruData for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caa0f8a5bd32">caa0f8a5bd32</a> Fix function name of p9c_query_channel_failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ec1a1f399f3">9ec1a1f399f3</a> Reenable getMemBufRawCardType calling.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e38d6b0d199b">e38d6b0d199b</a> DRAM sparing support functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3302fd380eba">3302fd380eba</a> Additional DRAM sparing support functions</li>
+</ul>
+<p>Matthew Hickman (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03096ae8e5f3">03096ae8e5f3</a> Added empty scrub.H for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8e60462b27">7b8e60462b27</a> Added p9_mss_memdiag for cronus ipl and modified scrub for
+step 16</li>
+</ul>
+<p>Meng Li (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd23ae8d50f3">fd23ae8d50f3</a> Get SN from BMC and update into PVPD EEPROM</li>
+</ul>
+<p>Michael Pardeik (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccc4804c0a8f">ccc4804c0a8f</a> P9C Memory Throttle HWP Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df43ad6f8512">df43ad6f8512</a> P9N/P9C util to throttle HWP updates for min util and
+safemode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49fe793f319d">49fe793f319d</a> centaur mba initfile update for refresh reset interval</li>
+</ul>
+<p>Mike Baiocchi (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22b613003960">22b613003960</a> Rediscover I2C Targets after Host I2C Reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3d39d62a94">3d3d39d62a94</a> Get Final HDAT Size from PAYLOAD’s SPIRA section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e601e32703b">8e601e32703b</a> Remove System Level TCE Attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e8b74fdbd58">8e8b74fdbd58</a> Add option to masterProcChipTargetHandle() to return
+functional chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0eaecced89b">d0eaecced89b</a> Skip Diagnostic Mode for I2C Resets over FSI In All Cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2383ff8f7e76">2383ff8f7e76</a> Add Secureboot Info to FFDC of I2C Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ad299af08fd">3ad299af08fd</a> Establish Base Support For Sending Mailbox Messages Across
+XBUS/ABUS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1e236a42218">a1e236a42218</a> Improve FFDC for new Node Comm Device Driver</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26d9aed84b0f">26d9aed84b0f</a> Add Mutex and Error Recovery for Node Communications</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36d47d4ca26d">36d47d4ca26d</a> Update bbuild to b0608a_1823.920 and CUMULUS/Jenkins Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7617e77949d7">7617e77949d7</a> Add procedure for istep 18’s Node Communication ABUS
+Exchange</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/323f71eb613d">323f71eb613d</a> Add TPM Calls to Node Communication ABUS Exchange Procedure</li>
+</ul>
+<p>Nick Bofferding (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b783b0264c7f">b783b0264c7f</a> Secure Boot: Secure Centaurs in istep 14.5</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c360c9db83">d2c360c9db83</a> Secure Boot: Do not disable external cMFSI fencing in “host
+IPL complete” istep</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fe71f4ddc13">2fe71f4ddc13</a> Secure Boot: Implement Centaur SCOM cache</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9394f9d05ef8">9394f9d05ef8</a> Secure Boot: Inform FSP of key transition progress</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/396cbd9a20cb">396cbd9a20cb</a> Secure Boot: Remove cMFSI fencing TODO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6be04f343c79">6be04f343c79</a> Secure Boot: Purge SW signature cache for multinode
+binaries</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b14259e6b41a">b14259e6b41a</a> Secure Boot: Disable x-bus node communication</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6359b6a6e881">6359b6a6e881</a> Fix memory leaks associated with various msg_sendrecv calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9aa8f06bbd8">f9aa8f06bbd8</a> Memory Management: Fix coalesce to track holes in the page
+management</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b81a9c8640e6">b81a9c8640e6</a> Secure Boot: Defer init of Centaur SCOM cache register
+definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbacafbc508a">cbacafbc508a</a> Secure Boot: Enabled final Secure Boot settings for
+Zeppelin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db54dcc27d4">1db54dcc27d4</a> Secure Boot: Disable cache of 2010800 Centaur register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82aa44098bcf">82aa44098bcf</a> Remove p9_fab_iovalid.C in order to re-mirror it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30fe98727be2">30fe98727be2</a> Secure Boot: Centaur Security: Fix handling of 9 Centaur
+registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d420d7b06a2e">d420d7b06a2e</a> Secure Boot: Set FIR mask bits for inactive OBUS links
+during host coalesce</li>
+</ul>
+<p>Nick Klazynski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6838b3e41111">6838b3e41111</a> HW447585, HW447589, HW439303, Fix CDD1.2 security setting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b801b49cd1ba">b801b49cd1ba</a> Enable full ERAT for NDD2.2+ and CDD1.1+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f757ce93e06b">f757ce93e06b</a> Disable 2-for-1 on NDD2.2- and CDD1.2-</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443609a24275">443609a24275</a> Add RL0/RL1 support for CDD1.2</li>
+</ul>
+<p>Prachi Gupta (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c73a7c369ce">3c73a7c369ce</a> wrap test: Use MNFG_FLAGS instead of compile time flag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbd116ad5b6a">dbd116ad5b6a</a> wrap_test: targeting fixups</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e71f194cb0ba">e71f194cb0ba</a> DECONFIG_GARDABLE: add no_export tag, don’t want MRW to
+override</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e5169694368">2e5169694368</a> wrap_test: set MFG_WRAP_TEST_LINKS_SET on the destination
+target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbee47025c11">bbee47025c11</a> Fixup all the voltage rail’s ID attribute for both proc and
+cent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9986addb4ff">a9986addb4ff</a> call mss_volt* hwps with membufs that have same VDDR_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7983214c3e76">7983214c3e76</a> p9c_mss_volt_dimm_count: add a const to the input parameter</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ae044ac29cf">0ae044ac29cf</a> add a call to mss_volt_dimm_count hwp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5815703c3be9">5815703c3be9</a> Add support for missing memory behind master proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bf395be2cd">27bf395be2cd</a> missing memory: istep 7 and 14 changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d50263f51eb4">d50263f51eb4</a> getMBvpdAttr: Updates for DDR3 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc638c9bdc4e">cc638c9bdc4e</a> Added in a sleep after we winkle in istep 18 to avoid race
+conditions</li>
+</ul>
+<p>Prasad Bg Ranganath (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e78db3c12df">4e78db3c12df</a> SBE:PUTRING: Add callout support for checkword mismatch
+failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/798ff0e50b1d">798ff0e50b1d</a> PM reset: Fix disable resclk procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37aa1c9e5919">37aa1c9e5919</a> PM_RESCLK: Clear override bits of CACCR in reset flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/261923ec2039">261923ec2039</a> PPB: Bug fix in computing IAC Vdn value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25da6f268179">25da6f268179</a> PM:Remove deprecated attributes</li>
+</ul>
+<p>Prem Shanker Jha (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ed2437d9ecf">5ed2437d9ecf</a> SplWkup: Fixed issue in FFDC collection in case of special
+wakeup timeout.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b37fd25aed1">2b37fd25aed1</a> PM: Addressed TODOs in hcode image build HWP.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfa7304f5d6a">cfa7304f5d6a</a> STOP API: API conditionally supports 255 SCOM restore
+entries for each quad.</li>
+</ul>
+<p>Richard J. Knight (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83c61f3ae866">83c61f3ae866</a> Use the effective chip and group ids to calc mmio addr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/496156ffbd83">496156ffbd83</a> Add centaur dynamic VDDR code to hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49f6c664792e">49f6c664792e</a> Add fix for HDAT Fail in Hostboot istep 21: BC8A1A20</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6cbabf3d435">c6cbabf3d435</a> Add HX keyword attribute for PCIe bifurcation support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9be410090d">8e9be410090d</a> Fix SRC BC8A1A20 - RUNTIME::RC_INVALID_RHB_INSTANCE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c3f57a54055">8c3f57a54055</a> Fix for SW432203: fails istep at istep host_runtime_setup</li>
+</ul>
+<p>Rick Ward (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c2b4bf2adc3">3c2b4bf2adc3</a> RTC189294 - Centaur Channel Checkstop (Runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5db6a94e4472">5db6a94e4472</a> RTC189294 - Centaur Channel Checkstop (Runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b364d7b062bf">b364d7b062bf</a> Centaur Channel Checkstop (runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74bfadb2ab87">74bfadb2ab87</a> Centaur Channel Checkstop (runtime)</li>
+</ul>
+<p>Roland Veloz (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0217d002a0a">c0217d002a0a</a> Added support, in Istep 08, to facilitate the testing of
+SMP wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79c2cf9d40f1">79c2cf9d40f1</a> Added support, in IStep 09, to facilitate the testing of
+SMP wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1af47d2a9aef">1af47d2a9aef</a> Continuing support, in IStep 09, to facilitate the testing
+of SMP wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6916a42d34b">c6916a42d34b</a> Add support for getting SBE Capabilites; extract SBE
+Version, Commit ID and Tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0189e34d3bbc">0189e34d3bbc</a> Create a utility to add/remove entries from a link list
+within a given buffer</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2ade14ecc5e">e2ade14ecc5e</a> Change npu ATSD timeout to disabled</li>
+</ul>
+<p>Sachin Gupta (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/747ebb9979d3">747ebb9979d3</a> Fix check for EQ_CME_SCOM_LMCR_SCOM</li>
+</ul>
+<p>Sakethan R Kotta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34d086e3e678">34d086e3e678</a> untrusted SBE reserved memory region to Rsvd Mem Trace Buf
+Section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ec6201b896c">1ec6201b896c</a> HBRT Reserved Mem Trace Buffer implementation.</li>
+</ul>
+<p>Sameer Veer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22672ede554a">22672ede554a</a> Include release track info in list-of-commits email</li>
+</ul>
+<p>Santosh Balasubramanian (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07cf2ea6e013">07cf2ea6e013</a> Secure Boot: Centaur Security: Initial sensitive register
+list</li>
+</ul>
+<p>Soma BhanuTej (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23e5c485a4f7">23e5c485a4f7</a> Adding p9c DD13 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d350dac276cc">d350dac276cc</a> Adding p9c 1.3 support.</li>
+</ul>
+<p>Stephen Glancy (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14f1070233d3">14f1070233d3</a> Adds centaur dynamic VDDR code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad4b74504674">ad4b74504674</a> Adds secure mode boot for memory buffer chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57e0a47955d8">57e0a47955d8</a> Adds cumulus unit test support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13c42ee1d839">13c42ee1d839</a> Adds MRW support for x4/x8 DIMM configurations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0535232e93da">0535232e93da</a> Fixes centaur bad bitmap processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2254d9f67acf">2254d9f67acf</a> Enables DDR4 training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ff5d8f2210b">8ff5d8f2210b</a> Updates Centaur training to continue on fails for FW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/862ecf79aaec">862ecf79aaec</a> Fixes Centaur code to use ATTR_BAD_DQ_BITMAP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48ed215d898d">48ed215d898d</a> Fix MBS mask FIR for Obus recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e71d0883849">5e71d0883849</a> Fixes CKE levels during RCD initialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3927a22f49db">3927a22f49db</a> Fixes IPL UE callout code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a49be1a5d21b">a49be1a5d21b</a> Removes erroneous FAPI ERR print</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/866f841512df">866f841512df</a> Updates training advanced workarounds to run after a
+failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5c960805358">f5c960805358</a> Updates the training advanced algorithm</li>
+</ul>
+<p>Sumit Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6855bca779b8">6855bca779b8</a> Erepair HWP - Include target type DMI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb3bc77cbaf3">eb3bc77cbaf3</a> Add check for copyright date if its begin-end years same</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e12696d400f">1e12696d400f</a> eRepair: Fixed lanes handling of target types</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c93244cabf8">9c93244cabf8</a> Fix HWAS_STATE_CHANGED_SUBSCRIPTION_MASK for MC/MI/DMI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5620f81ace6c">5620f81ace6c</a> Disable memory mirroring in simics temporarily</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7a44c225976">b7a44c225976</a> Verify frequency attributes across nodes to match with that
+of master node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3163f375ff8">e3163f375ff8</a> Implement the VPD backend for these attributes</li>
+</ul>
+<p>Thi Tran (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/927220a65bb7">927220a65bb7</a> Double frequency of coalescing memory fragmentation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d46f111a8f66">d46f111a8f66</a> Fix unbalance FCO distribution between procs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58f42f15ae71">58f42f15ae71</a> Fix data storage exception when PRD runs in istep 12.</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbea67f16d58">fbea67f16d58</a> MPIPL: Update MDRT count for FSP based OPAL system</li>
+</ul>
+<p>Venkatesh Sainath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3958796d0c">2e3958796d0c</a> Fleetwood 2N specific targeting binary generation</li>
+</ul>
+<p>William A. Kennington III (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f1a0ed58a1b">2f1a0ed58a1b</a> istepdispatcher: When trying to set the watchdog, clear
+DONT_STOP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b9f654f0f6d">9b9f654f0f6d</a> istepdispatcher: Reset the watchog to enable it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c2fdb8f668c">3c2fdb8f668c</a> istep21: Keep the watchdog running into the host payload</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0aff9f48c7ea">0aff9f48c7ea</a> ipmiwatchdog: Limit the number of resets</li>
+</ul>
+<p>William G. Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45f20525ba60">45f20525ba60</a> Revert “Force hbRelease to search ‘master’ branch”</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d6bce9b7a0f">0d6bce9b7a0f</a> STOP: Handle Quad Special Wakeup Done while pm_reset</li>
+</ul>
+<p>Zane Shelley (62):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/453283ebfde2">453283ebfde2</a> PRD: Fixed logic errors in isMembufOnDimm() that broke
+Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8111177af9d">e8111177af9d</a> PRD: fixed how RT TPS procedures are banned from processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ab7c3f22534">2ab7c3f22534</a> PRD: finished porting handleRrFo() for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f03c48855a5">2f03c48855a5</a> PRD: fix address registers for fetch ECC errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f62ac59186a6">f62ac59186a6</a> PRD: move MBA maint HWPs to PRD library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd245fcbbe5d">dd245fcbbe5d</a> PRD: enable startScrub() support for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c82b015b7609">c82b015b7609</a> PRD: remove unused P8 memory domain files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40a290f2ab3b">40a290f2ab3b</a> PRD: remove unused P8 memory data bundle files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b26bb8d32b9f">b26bb8d32b9f</a> PRD: callout connented L4 bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09035bf13460">09035bf13460</a> PRD: refined cleanupChnlAttns() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc2d4987aef8">bc2d4987aef8</a> PRD: add getConnectedChild() support from proc to membuf</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0a9477ec9a6">b0a9477ec9a6</a> PRD: refined cleanupChnlFail() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e47aaa5ef48">4e47aaa5ef48</a> PRD: Callout MBA LOW with no gard on RCD parity errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5370984de389">5370984de389</a> PRD: Remove ForceRead() from MemAddr utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1c584f04be0">c1c584f04be0</a> PRD: scrub resume counter for MBA runtime scrub commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b04e458595a">1b04e458595a</a> PRD: support to determine if BG scrub can resume after
+stop-on-error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5064efd9ee55">5064efd9ee55</a> PRD: Simplify templates in memory CE functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d6b900a5d12">0d6b900a5d12</a> PRD: Maintenance RCE handling during background scrub for
+Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e940af9a779a">e940af9a779a</a> PRD: Maint soft/inter/hard CE handling during background
+scrub for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b7ee3632592">4b7ee3632592</a> PRD: Update MemTdCtlr::initialize() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa0df6e89b16">aa0df6e89b16</a> PRD: removed unused P8 code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7867f1449a1">c7867f1449a1</a> PRD: flush CE and RCE tables when a TD procedure is
+complete</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8037fcdbe63">b8037fcdbe63</a> PRD: cleanup after placing/verifying a chip mark on Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ff47d2af40b">7ff47d2af40b</a> PRD: standardized VCM nextStep() and analyzePhase()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b869f42b77f4">b869f42b77f4</a> PRD: ECC analysis and command handling for DRAM sparing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08488232045b">08488232045b</a> PRD: TPS analyzePhase() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e16432f929a">3e16432f929a</a> PRD: TPS startNextPhase() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8f19539edc5">a8f19539edc5</a> PRD: TPS nextStep() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47e9c9b12017">47e9c9b12017</a> PRD: TPS analyzeEccErrors() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82083635acda">82083635acda</a> PRD: TPS analyzeCeStats() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9192da4a49db">9192da4a49db</a> PRD: refined handleChnlFail() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a66b96f84f3">1a66b96f84f3</a> PRD: FFDC registers for channel failure attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0ea8ab73807">a0ea8ab73807</a> PRD: updates from latest RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41f3aa61a7e9">41f3aa61a7e9</a> PRD: removed old P8 memory system system code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cecaeb320299">cecaeb320299</a> PRD: typo in runtime DRAM sparing signature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38666ab58f15">38666ab58f15</a> PRD: create MarkStore::applyRasPolicies()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/557dadfef131">557dadfef131</a> PRD: remove NX unit checkstop support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2775c2ed81ce">2775c2ed81ce</a> PRD: removed runtime deconfig for channel failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6c80b9c6010">f6c80b9c6010</a> PRD: removed depricated ErrDataService::handleUnitCS()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee548e96749a">ee548e96749a</a> PRD: removed depricated unit dump support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcfc61239031">bcfc61239031</a> PRD: removed depricated rt deconfig and unit dump
+interfaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f54c91bffdc2">f54c91bffdc2</a> PRD: removed erroneous trace in getMemBufRawCardType()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c75711f2be">47c75711f2be</a> PRD: fixed erroneous trace in PlatConfigurator::build()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b7899b5f805">2b7899b5f805</a> PRD: removed redundant ECC capture data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fc9ee71e06e">0fc9ee71e06e</a> PRD: remove empty TD controller data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f290f5d4a9ef">f290f5d4a9ef</a> PRD: fixed parser bugs in TD_CTLR_DATA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc766f78534e">fc766f78534e</a> PRD: set Cumulus command list timeout to match Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bf34b7fa6e">27bf34b7fa6e</a> PRD: add CE table traces for MNFG mode thresholds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1a04818ba32">e1a04818ba32</a> PRD: enable FSP channel fail isolation on processor side of
+bus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36b343d78a73">36b343d78a73</a> PRD: use correct symbol when writing MBA markstore</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2024675173c3">2024675173c3</a> PRD: MNFG spare DRAM deploy needs to deploy on both MBA
+ports</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34768601609c">34768601609c</a> PRD: Do not abort on UE during MBA TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03416d24641d">03416d24641d</a> PRD: Set ‘too many bus errors’ in DMIFIR to UNIT_CS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2c2ca936ce6">b2c2ca936ce6</a> PRD: MBA command resume not incrementing address</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccea7f349f6e">ccea7f349f6e</a> PRD: shift UCS and HA chiplet masks to match chiplet FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4746b6f2924">a4746b6f2924</a> PRD: fix bug that bypasses TPS ban support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84a0b8e43c20">84a0b8e43c20</a> PRD: remove unused TD queue parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a3703db513a">5a3703db513a</a> PRD: All TPS bans on MCA target should cause fetch CE
+masking</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/630c378b8dde">630c378b8dde</a> PRD: reduce number of ways TPS can be banned</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb794f948b1f">bb794f948b1f</a> PRD: Ban TPS if UE found during VCM, DSD, or TPS procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a927c8232d0">5a927c8232d0</a> PRD: abort TPS if chip mark placed during procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4696c5090436">4696c5090436</a> PRD: fixed the per-symbol threshold in MBA TPS</li>
+</ul>
+<p>aravnair-in (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/415026c16dd2">415026c16dd2</a> Fix instance path for SMPGROUP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14a61c96fa3b">14a61c96fa3b</a> Comment why we add INSTANCE_PATH specifically for SMPGROUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49e74816eab8">49e74816eab8</a> Set DECONFIG_GARDABLE for SMPGROUP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c9579f525f4">0c9579f525f4</a> Deconfig by association rule for SMPGROUP targets</li>
+</ul>
+<p>nagurram-in (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e33bd00b1ee9">e33bd00b1ee9</a> HDAT: Fix to pass mcbist target for mem bus frequency API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3fd15c5b123">f3fd15c5b123</a> HDAT: New attribute LOCATION_CODE support for fru target</li>
+</ul>
+<p>spashabk-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/764053f34519">764053f34519</a> Remove clear(step 3) of reset vectors</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-1-rc1-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-1-rc1-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-rc1-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-1-rc1-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/139bc907486b">139bc907486b</a> Package the g_wof struct so debug command data is consistent</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/7c2a9700d0db">7c2a9700d0db</a> Redundant APSS Support</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5c01b5476e8f">5c01b5476e8f</a> captureFir: Add delay and sbefifo reset</li>
+</ul>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0cb9eeae2f09">0cb9eeae2f09</a> Enable GPE IPC Timers</li>
+</ul>
+<p>mbroyles (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/aa97e176b1be">aa97e176b1be</a> Force update of OPAL-OCC memory after GPU presence detected</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-1-rc1-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-1-rc1-patches-3" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-1-rc1-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-1-rc1-commits-3" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-1-rc1-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-1-rc1-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-rc1-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-1-rc1-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/34332987f42c">34332987f42c</a> Risk level 3/4/5 support: Step 2 - image update to TOR v7</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3d4428aecda5">3d4428aecda5</a> Update to p9_xip_tool to handle stand-alone DDCO ring files.</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a7e21bc75bf9">a7e21bc75bf9</a> Savory Insomnia – revert to ordered tlbie mode for Cumulus</li>
+</ul>
+<p>John Rell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/accb97c18e8c">accb97c18e8c</a> jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus
+HW446964</li>
+</ul>
+<p>Nick Klazynski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1768f6cce137">1768f6cce137</a> TM workaround for HW443982</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8338464e3a33">8338464e3a33</a> HW447585, HW447589, HW439303, Fix CDD1.2 security setting</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/02f710ae2d11">02f710ae2d11</a> SBE:PUTRING: Add callout support for checkword mismatch failure</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be807f0fd7ec">be807f0fd7ec</a> PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/104a5bd096f7">104a5bd096f7</a> Tempopary fix to fail MPIPL if Cache is not scommable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7ba886dde651">7ba886dde651</a> Enabled scomable state check before cache flush in mpipl</li>
+</ul>
+<p>Sachin Gupta (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9dc8c3e5576d">9dc8c3e5576d</a> Revert Tempopary fix to fail MPIPL if Cache is not scommable</li>
+</ul>
+<p>Santosh Balasubramanian (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6ebd43e6945e">6ebd43e6945e</a> Nest perf counter cfg registers</li>
+</ul>
+<p>Soma BhanuTej (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1a52c0665d85">1a52c0665d85</a> Adding p9c DD13 support</li>
+</ul>
+<p>spashabk-in (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/af40291dc92d">af40291dc92d</a> Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e3dd8facc038">e3dd8facc038</a> Fence all chip-ops in QUIESCE state</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d73b8bc3e960">d73b8bc3e960</a> Handle FSP failover</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-1-rc1-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-1-rc1-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-rc1-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-1-rc1-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Akshay Adiga (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34e9c3c1edb3">34e9c3c1edb3</a> SLW: Remove stop1_lite and stop2_lite</li>
+</ul>
+<p>Alexey Kardashevskiy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fca2b2b839a6">fca2b2b839a6</a> npu2: Reset NVLinks on hot reset</li>
+</ul>
+<p>Andrew Jeffery (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50dfd067835a">50dfd067835a</a> pci: Fix PCI_DEVICE_ID()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc24a1fd61e0">dc24a1fd61e0</a> core: Add test for PCI quirks</li>
+</ul>
+<p>Balbir Singh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbe91569112">8cbe91569112</a> external/mambo: Add support for readline if it exists</li>
+</ul>
+<p>Balbir singh (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad58f8da1d4f">ad58f8da1d4f</a> Fix strtok for previous tokens being NULL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e18f3fd2301c">e18f3fd2301c</a> check for NULL input string in is_sai_loc_code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9da2eb12f14f">9da2eb12f14f</a> mbox/flash: Remove dead code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ed804a6fbc0">7ed804a6fbc0</a> libflash/blocklevel_write: Fix missing error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5802477a821e">5802477a821e</a> libflash/blocklevel.c: Remove unused store to ecc_len</li>
+</ul>
+<p>Benjamin Herrenschmidt (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/98ad450bd75e">98ad450bd75e</a> cpu: Remove duplicate setting of LPCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8700b5beeab">a8700b5beeab</a> cpu: Do an isync after setting LPCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08992151641a">08992151641a</a> fsp/console: Always establish OPAL console API backend</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/15d9f3199782">15d9f3199782</a> cpu: Use STOP1 on POWER9 for idle/sleep inside OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53dac89cb8aa">53dac89cb8aa</a> cpu: Cleanup clearing of doorbells on P9</li>
+</ul>
+<p>Breno Leitao (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67bdd1668e6a">67bdd1668e6a</a> doc: add entry for OPAL_CHECK_ASYNC_COMPLETION</li>
+</ul>
+<p>Christophe Lombard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e5668520cfb">1e5668520cfb</a> capi: Add a comment for the Transport Control Register</li>
+</ul>
+<p>Cédric Le Goater (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35cd7a379b93">35cd7a379b93</a> plat/qemu: add PNOR support</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55ef0db841a0">55ef0db841a0</a> Add prepare_hbrt_update to hbrt interfaces</li>
+</ul>
+<p>Frederic Barrat (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5c863a86427">b5c863a86427</a> npu2-opencapi: Use presence detection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/baa4156c71f4">baa4156c71f4</a> npu2-opencapi: Rework adapter reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/465bc3cac5b6">465bc3cac5b6</a> npu2-opencapi: Train links on fundamental reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f27a6322ec1c">f27a6322ec1c</a> npu2-opencapi: Cleanup traces printed during link training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/60cb2cd0595d">60cb2cd0595d</a> npu2-opencapi: Fix link state to report link down</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/94140dbc6a9c">94140dbc6a9c</a> npu2-opencapi: reduce number of retries to train the link</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2ce576152b4">c2ce576152b4</a> p8-i2c: fix wrong request status when a reset is needed</li>
+</ul>
+<p>Haren Myneni (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/56026a132924">56026a132924</a> NX: Add NX coprocessor init opal call</li>
+</ul>
+<p>Joel Stanley (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22320e119800">22320e119800</a> pflash: Use correct prefix when installing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3754022e50d5">3754022e50d5</a> occ-sensor: Avoid using uninitialised struct cpu_thread</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4026841b4848">4026841b4848</a> timebase: Remove unused remaining time calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3f20185ff5d">c3f20185ff5d</a> hdata: Remove hn variable where it is unused</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b2054c43315d">b2054c43315d</a> psi: Properly mask errors in SEMR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c032c5991207">c032c5991207</a> ast-bmc: Document BMC scratch register</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b09e48ffcdbf">b09e48ffcdbf</a> astbmc: Enable mbox depending on scratch reg</li>
+</ul>
+<p>Madhavan Srinivasan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28ba76c32ea1">28ba76c32ea1</a> external/xscom-utils: Add python library for xscom access</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9ee7c7d3571">e9ee7c7d3571</a> opal-prd: Do not error out on first failure for soft/hard
+offline.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa82d360a73a">fa82d360a73a</a> opal/hmi: Display correct chip id while printing NPU FIRs.</li>
+</ul>
+<p>Michael Neuling (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d019581c981">3d019581c981</a> cpu: Clear PCR SPR in opal_reinit_cpus()</li>
+</ul>
+<p>Nicholas Piggin (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/277615348ba6">277615348ba6</a> core/console: fix deadlock when printing with console lock
+held</li>
+</ul>
+<p>Oliver O’Halloran (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac6059026442">ac6059026442</a> p8-i2c: Allow a per-port default timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3668dc88a1bd">3668dc88a1bd</a> hdata: Add TPM timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/81d52fb22cc9">81d52fb22cc9</a> libstb/i2c-driver: Bump max timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49656a181133">49656a181133</a> p8-i2c: Remove force reset</li>
+</ul>
+<p>Samuel Mendoza-Jonas (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f0ddec7e719">3f0ddec7e719</a> astbmc: Set romulus BMC type to OpenBMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5cc781de8803">5cc781de8803</a> ffspart: Don’t require user to create blank partitions
+manually</li>
+</ul>
+<p>Stewart Smith (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fe4cb348e13b">fe4cb348e13b</a> skiboot 6.0.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce2aab620902">ce2aab620902</a> doc: Further document development and release process</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/32e6ad0692ae">32e6ad0692ae</a> doc/opal-power-shift-ratio: fix table formatting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0181eea27db1">0181eea27db1</a> doc/opal-api: flesh out return-codes documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e92277523645">e92277523645</a> AMI BMC: use 0x3a as OEM command</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc4e55316981">dc4e55316981</a> skiboot 6.0.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d14909ecbd0d">d14909ecbd0d</a> skiboot 5.10.6 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a4840a304ba">4a4840a304ba</a> skiboot 5.9.9 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b4a02f79820b">b4a02f79820b</a> skiboot 5.4.10 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f708f67a4d0a">f708f67a4d0a</a> hdata/tests/stubs.c: fix GCC8 warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b32ddeb7ea0d">b32ddeb7ea0d</a> core/test/run_mem_region: fix GCC8 compile error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44d0f8638bc1">44d0f8638bc1</a> hdata/spira.c: fix iplparams feature name string handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70d544de8739">70d544de8739</a> hdata/i2c.c: fix building with gcc8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/918b7233d3bb">918b7233d3bb</a> Add -Wno-stringop-truncation for GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2865cedf49bf">2865cedf49bf</a> travis: add fedora28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/021f6f39b9bf">021f6f39b9bf</a> test/qemu: skip qemu test if ‘old’ qemu without PCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbfd8738319f">bbfd8738319f</a> travis: remove Ubuntu 12.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b70462c73a8">5b70462c73a8</a> ipmi-watchdog: don’t run by default yet</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5a32e86f3e2">a5a32e86f3e2</a> libflash: fix gcov build</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b86a92b6cb6">1b86a92b6cb6</a> Quieten console output on boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61bbadfcd603">61bbadfcd603</a> Blockchain isn’t the only data structure deserving of love</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8f650b6d55b4">8f650b6d55b4</a> hw/bt.c: quieten all the noisy BT/IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e50e239b75c3">e50e239b75c3</a> libflash: quieten our logging</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1839d2c714f8">1839d2c714f8</a> ipmi-sel: use opal_booting() over poking at debug descriptor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1dee4a43dc3">b1dee4a43dc3</a> Split debug_descriptor out into own include file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/900f86ab6ff7">900f86ab6ff7</a> Move include lock.h to fsp-console.h from console.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/440ecc83ab75">440ecc83ab75</a> skiboot v6.1-rc1 release notes</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb0079ea8490">bb0079ea8490</a> platform/astbmc: Do not delete compatible property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ded1f6e1abf5">ded1f6e1abf5</a> fast-reboot: Disable on FSP IPL side change</li>
+</ul>
+<p>William A. Kennington III (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27dec8f85b68">27dec8f85b68</a> ipmi-watchdog: WD_POWER_CYCLE_ACTION -> WD_RESET_ACTION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b23d7714b4b8">b23d7714b4b8</a> ipmi-watchdog: Make it possible to set DONT_STOP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af7c59027d7b">af7c59027d7b</a> ipmi-watchdog: Don’t reset the watchdog twice</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84995f900497">84995f900497</a> ipmi-watchdog: Don’t disable at shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9f363245238">c9f363245238</a> ipmi-watchdog: Add a flag to determine if we are still
+ticking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/651f2049feb3">651f2049feb3</a> ipmi-watchdog: The stop action should disable reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7e956e687e64">7e956e687e64</a> ipmi-watchdog: Simplify our completion function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d2916409639">2d2916409639</a> ipmi-watchdog: Support resetting the watchdog after set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6e74c53ed64">e6e74c53ed64</a> ipmi-watchdog: Support handling re-initialization</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="v2-1-rc1-patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#v2-1-rc1-patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-rc1-commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#v2-1-rc1-commits-6" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/46c6f2b4f13e">46c6f2b4f13e</a> Enable stop states 4,5</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/f9eeb2840947">f9eeb2840947</a> Enable WOF Phase 2 Support</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.0.16.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.16</a></li>
+ <li>Next: <a href="v2.1.html" title="next chapter">Release Notes for OpenPower Firmware v2.1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.1-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.1.html b/release-notes/v2.1.html
new file mode 100644
index 0000000..4679061
--- /dev/null
+++ b/release-notes/v2.1.html
@@ -0,0 +1,1491 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.2-rc1" href="v2.2-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.1-rc1" href="v2.1-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-1">
+<h1>Release Notes for OpenPower Firmware v2.1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.1 was released on Thursday July 12th, 2018. It is the new stable release of op-build, following on from v2.0, first released on May 16th 2018.</p>
+<p>op-build v2.1 contains all the fixes as of op-build v2.0.3, and we expect to continue to do stable 2.0.y releases of v2.0 into the forseeable future.</p>
+<p>This release is largely small and incremental changes on top of op-build v2.0 rather than containing anything major.</p>
+<p>Over op-build v2.0, this release contains the following changes:</p>
+<div class="section" id="removed-platforms">
+<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>p9dsu_dev</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="17%" />
+<col width="23%" />
+<col width="19%" />
+<col width="41%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.27.2</td>
+<td>1.28.4</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>dropbear</td>
+<td>2017.75</td>
+<td>2018.76</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-even"><td>ethtool</td>
+<td>4.13</td>
+<td>4.15</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>glibc-2.26-146-gd300041c</td>
+<td>glibc-2.27-57-g6c99e
+37f6</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw051018a.op920</td>
+<td>hw061618a.920</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw051018a.920</td>
+<td>hw061618a.920</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>8e05a4399bf5</td>
+<td>876b79aacd9b1</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>43c4502d3b0b</td>
+<td>16f11c2e9b10e</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>20119f086877</td>
+<td>hw070718b.920</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto,
+vesnin, witherspoon, habanero, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-binaries</td>
+<td>81d8233a6dc8</td>
+<td>hw070718b.920</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>ima-catalog</td>
+<td>90237254664</td>
+<td>6a1fd25458a4</td>
+<td>firestone, garrison, zaius, p9dsu, palmetto,
+witherspoon_dev, vesnin, witherspoon,
+habanero, barreleye, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.16.8</td>
+<td>4.17.4</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>4.16.8</td>
+<td>4.17.4</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>a941f8b75cdcd</td>
+<td>f9eeb2840947</td>
+<td>zaius</td>
+</tr>
+<tr class="row-even"><td>ncurses</td>
+<td>6.0</td>
+<td>6.1</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>77bb5e602b4aa</td>
+<td>5c01b5476e8fe</td>
+<td>zaius, p9dsu, witherspoon_dev, witherspoon,
+zz, romulus</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.7.1</td>
+<td>1.8.0</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>powerpc-utils</td>
+<td>v1.3.4</td>
+<td>v1.3.5</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>8e0105e5e964d</td>
+<td>fad6732f2270f</td>
+<td>zaius, p9dsu, witherspoon, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>a389a5d98c2ab</td>
+<td>fad6732f2270f</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.0.1</td>
+<td>v6.1</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.31.1</td>
+<td>2.32</td>
+<td>openpower_mambo, firestone, firenze,
+garrison, zaius, p9dsu, palmetto, pseries,
+witherspoon_dev, vesnin, witherspoon,
+habanero, openpower_p9_mambo, zz, barreleye,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/502e877ca111">502e877ca111</a> Update to p9_xip_tool to handle stand-alone DDCO ring files.</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c97bb0a2fd80">c97bb0a2fd80</a> mask core SPATTN bit used for core checkstop handshake</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2a499e99d207">2a499e99d207</a> support IO reconfig loop for OBUS DL link training failures</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/db007d46b1de">db007d46b1de</a> PPB: Bug fix in computing IAC Vdn value</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ac9567422748">ac9567422748</a> PM: Addressed TODOs in hcode image build HWP.</li>
+</ul>
+<p>Rahul Batra (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/898f0008601c">898f0008601c</a> PGPE: Correctly write DB0 when used as DB3 payload</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/384bcc14bcc3">384bcc14bcc3</a> PGPE: Use global literals for reg addrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/503d2e402b13">503d2e402b13</a> PGPE: Correctly Set retActQuads during Safe Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3be15513d0e4">3be15513d0e4</a> PGPE: Fix WOF Enable/Disable Issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/15db0ce7d4d3">15db0ce7d4d3</a> PGPE: Fix WOF Enable/Disable Issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef6955814d8e">ef6955814d8e</a> PGPE: Ack Back any pending quad active update during WOF Disable</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7da841c12cae">7da841c12cae</a> PGPE: Add Comments(No functional change)</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a327175c6427">a327175c6427</a> Update Makefile to fix concurrancy issues with libppetracepp.a</li>
+</ul>
+<p>Yue Du (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d6b88e67ff4d">d6b88e67ff4d</a> STOP: Fix History Write Data Machine Check by PPM_WRITE_DISABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dc26ec0072e">1dc26ec0072e</a> STOP: Add URMOR RAM to CME for NDD23 SMF</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/050dc2142f83">050dc2142f83</a> STOP: Handle Quad Special Wakeup Done while pm_reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/63c49e23a2cd">63c49e23a2cd</a> STOP: CME/SGPE Hcode size reduction via global use of literals</li>
+</ul>
+<p>hostboot (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/699005f149f1">699005f149f1</a> Release tag information updated for hw051118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d8951cdde6d">0d8951cdde6d</a> Release tag information updated for hw051518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/99f340c7b74a">99f340c7b74a</a> Release tag information updated for hw051618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/85ecbf71967e">85ecbf71967e</a> Release tag information updated for hw051718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f3f4d3449690">f3f4d3449690</a> Release tag information updated for hw051818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c79665be710d">c79665be710d</a> Release tag information updated for hw052318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a9e9c6f0daff">a9e9c6f0daff</a> Release tag information updated for hw052418a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/17b8473da01f">17b8473da01f</a> Release tag information updated for hw052518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/262e018945d3">262e018945d3</a> Release tag information updated for hw052618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/331a145623c2">331a145623c2</a> Release tag information updated for hw053018a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/80a399244e84">80a399244e84</a> Release tag information updated for hw053118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/764d268b65b1">764d268b65b1</a> Release tag information updated for hw060118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a42e940b874c">a42e940b874c</a> Release tag information updated for hw060418a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa0d5610f6aa">aa0d5610f6aa</a> Release tag information updated for hw060618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2df7ae766eb5">2df7ae766eb5</a> Release tag information updated for hw060718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a04a6779d7d7">a04a6779d7d7</a> Release tag information updated for hw060818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee19339b42f7">ee19339b42f7</a> Release tag information updated for hw060918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a54eba35a902">a54eba35a902</a> Release tag information updated for hw061218a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/79225d801f74">79225d801f74</a> Release tag information updated for hw061318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7d8799ea77d6">7d8799ea77d6</a> Release tag information updated for hw061518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/29e49c2b46c5">29e49c2b46c5</a> Release tag information updated for hw061618a.920</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-1-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c4217b17494">3c4217b17494</a> Added RMW Thresh10 Spec Disable to initfiles</li>
+</ul>
+<p>Alpana Kumari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5df99c9d267">e5df99c9d267</a> EC level match for only functional master Proc per Node</li>
+</ul>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fcc6813c098">8fcc6813c098</a> SW419349: Handle override of deconfig by Error vs FCO reasons by association</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc3e00781d72">dc3e00781d72</a> Adapt p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood</li>
+</ul>
+<p>Andre Marin (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/098a19f9ad31">098a19f9ad31</a> Add eff_config functionality needed for RIT, fix cas_latency bug & attr files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7da6227702e5">7da6227702e5</a> Add initial L2 mss_freq_system procedure.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac3d2e3ea9a9">ac3d2e3ea9a9</a> Add base spd decoder to share among controllers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89bbfaf84a74">89bbfaf84a74</a> Add additional comparison function objects into functional header</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e53ffaa95148">e53ffaa95148</a> Add empty files for refactored SPD read API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81996e944c89">81996e944c89</a> Add SPD reader and traits DDR4 def</li>
+</ul>
+<p>Andres Lugo-Reyes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56ff2943a5df">56ff2943a5df</a> Fix off-by-one error when counting WOF reset counts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf258fcfb753">cf258fcfb753</a> HTMGT: WOF Reset Disable Flag</li>
+</ul>
+<p>Andrew Geissler (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc79c535382d">fc79c535382d</a> Add test case for getChildTargetsForCDG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1186fdef28f">f1186fdef28f</a> Update getChildTargetsForCDG to use CEN PORT/DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a166a390e16f">a166a390e16f</a> Move existing tests to use new helper function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa1c91c061f7">aa1c91c061f7</a> Use last l3 cache object for SIMICS trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e4082b28d2a">3e4082b28d2a</a> Look for any parent on deconfigure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c1b2267a25e">1c1b2267a25e</a> Make HUID values node-relative</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea86539a69de">ea86539a69de</a> Ensure hwas state reflects resource recovery actions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d848b2c3bae0">d848b2c3bae0</a> Ensure memory HUID’s are node-relative</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1edd371b0fa0">1edd371b0fa0</a> Always use last valid SIMICS object for trace</li>
+</ul>
+<p>Ankit Dhingra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a3c6293dff7">8a3c6293dff7</a> Add support for TOD osc switch interrupt</li>
+</ul>
+<p>Ben Gass (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1c0355b013c">d1c0355b013c</a> Set TRAIN_TIME to 0 for simulation.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee559052e566">ee559052e566</a> Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4954387404b">d4954387404b</a> Correct Safe mode freqency to UltraTurbo compare error message.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/785e89f5fcf9">785e89f5fcf9</a> Shorten A-link timers for sim. Add polling for A-link training.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f563ab5ac678">f563ab5ac678</a> Updating p9.core.scan.initfile settings for p9n 2.3</li>
+</ul>
+<p>Benjamin Weisenbeck (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9f23622a49f">b9f23622a49f</a> PRD: Updates for Cumulus PLL analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b19471945a6">0b19471945a6</a> PRD: Add post analysis function for Centaur PLL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a67762efeac">9a67762efeac</a> PRD: XBUS spare deployed should be predictive in mnfg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eaaf8422a3e4">eaaf8422a3e4</a> PRD: Support for handling core unit checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e5283c651ba">9e5283c651ba</a> PRD: Callout both PCI clocks by position for double clock failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e3836f3ef0b">8e3836f3ef0b</a> PRD: Cleanup RC handling in PLL code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b069da4ece5">0b069da4ece5</a> PRD: Fix core checkstop masking</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3796a71a5012">3796a71a5012</a> PRD: Add missing centaur PLL CheckErrorType plugin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e52b70dbea22">e52b70dbea22</a> PRD: Centaur address translation support for dynamic memory deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e86727885971">e86727885971</a> PRD: Centaur dynamic deallocation bug fix</li>
+</ul>
+<p>Bill Hoffa (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59c3af1f3017">59c3af1f3017</a> Implement Interrupt Resource Provider Init for MPIPL Multi-Node Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90a2cbe1f607">90a2cbe1f607</a> Set Master Proc Attrs during MPIPL FSP Fail-Over Scenario</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ee0baff08c2">3ee0baff08c2</a> Set attribute PROC_MASTER_TYPE during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3b2f887b854">f3b2f887b854</a> Add 2nd query to hbRelease script finding commits in release-fips920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bb10d494153">6bb10d494153</a> Force hbRelease to search ‘master’ branch</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/034db70a607c">034db70a607c</a> Multinode MPIPL INTRP Initialization Changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3e359badd40">b3e359badd40</a> Corrected data type to size for var in retrieveRepairDataMemBuf()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112e8c957fb6">112e8c957fb6</a> Enable DMI Erepair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb841f1bd72a">cb841f1bd72a</a> Add kernel debug trace to Invalid IPC Message Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bd4032abfb7">7bd4032abfb7</a> Leverage INTRP fully for SBE PSU Interrupt Handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/622bd28195c7">622bd28195c7</a> Fix Memory Mirroring Address Calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea5c84fe7741">ea5c84fe7741</a> Use PROC_MIRROR_BASES_ACK attribute in memory mirroring addr calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/912086b52a2a">912086b52a2a</a> Add Get Nodal HRMOR Utility</li>
+</ul>
+<p>Brian Bakke (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3148c8e41ee8">3148c8e41ee8</a> Fixes to node IPC messaging to handling non-zero base addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e364f91be172">e364f91be172</a> Fixes to node IPC messaging to handle non-zero base addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77eb9fe3e55a">77eb9fe3e55a</a> Itep16 substep order does not match documentation</li>
+</ul>
+<p>Brian Silver (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e5b1ac13de9">4e5b1ac13de9</a> Initial commit of memory subsystem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f958bd60cb79">f958bd60cb79</a> Fix memory/VBU attribute files, add ‘ipl’ test case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26726a54e4f2">26726a54e4f2</a> Add memdiags implementation for superfast operations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90ec400612ee">90ec400612ee</a> Add L1 for p9_mss_freq_drift</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/932cd97fe0ff">932cd97fe0ff</a> Add freq checking to ipl unit test, fix mk file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/257555af0952">257555af0952</a> Add rudimentary memory plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/496e3d430783">496e3d430783</a> Add minor minor version feature support to getecid</li>
+</ul>
+<p>Brian Stegmiller (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0a78795a8dc">c0a78795a8dc</a> PRD: Update TD_CTLR_DATA with port information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11b5f7d2b616">11b5f7d2b616</a> ATTN: Examine correct proc for handling Centaur Attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86cda996b3fb">86cda996b3fb</a> PRD: DMI Lane Repair</li>
+</ul>
+<p>CHRISTINA L. GRAVES (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c63b3e4a122c">c63b3e4a122c</a> p9_fab_iovalid fix to clear action0/1 bits corresponding w/ link being enabled</li>
+</ul>
+<p>Caleb Palmer (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02d764dfa0a7">02d764dfa0a7</a> PRD: Fix invalid getConnectedParent in getCommonVars</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f4b95b28d21">7f4b95b28d21</a> PRD: Adjust assert in BadDqBitmap Utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d5c1c541bae">3d5c1c541bae</a> PRD: Update restoreDramRepairs for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/233fec0d3893">233fec0d3893</a> PRD: Rename ATTR_MBA_PORT and ATTR_MBA_DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/359102f7aaaa">359102f7aaaa</a> Rename MBA_PORT and MBA_DIMM attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93a05fa7d48c">93a05fa7d48c</a> PRD: Update getDimmDqAttr for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f14f5032bfe">3f14f5032bfe</a> PRD: UE callout rank if no dimm callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ee6cdf1c18e">6ee6cdf1c18e</a> PRD: getConnectedChild proc to membuf bug fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e9e686d61cc">1e9e686d61cc</a> PRD: Adjust proc to membuf getConnectedChild</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41a25f11016a">41a25f11016a</a> PRD: Resume maint cmd support for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67499d6a3e87">67499d6a3e87</a> PRD: Runtime VCM support for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b6f1ef8f53f">6b6f1ef8f53f</a> PRD: Fix template in chipMarkCleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/504349373489">504349373489</a> PRD: Runtime TPS for Centaur/Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0996da3cf36">c0996da3cf36</a> PRD: use isValid() check before MemSymbol::getDram()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58436097f094">58436097f094</a> PRD: Fix template in applyRasPolicies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d97caa96550">8d97caa96550</a> Fix Bad Dq Centaur Translation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8186a367ec6f">8186a367ec6f</a> Temp remove bad bit translation until attr enabled for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bfebff1e8079">bfebff1e8079</a> Adjust Bad Dq Translation for CDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a65f239bf383">a65f239bf383</a> PRD: Dont report error log for backlog count underflow FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44180ef7b2b4">44180ef7b2b4</a> Add translation to Row Repair DRAM position</li>
+</ul>
+<p>Chris Steffen (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94bdad69c456">94bdad69c456</a> DMI I/O Checkin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a3a0d0d4dc8">3a3a0d0d4dc8</a> I/O Metadata Cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a51cec16bdd">4a51cec16bdd</a> SW431549 DMI Read Erepair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13b422771493">13b422771493</a> Updating Channel Fail Mask</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd7bfe453ed6">bd7bfe453ed6</a> Cen Too Many Bus Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2482ab7773d">d2482ab7773d</a> P9C Abus Reset Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66c70d8c5bf4">66c70d8c5bf4</a> P9C Abus Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f232b1b410a">6f232b1b410a</a> Reverting to Default DMI Channel Mask</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfec2cad8915">cfec2cad8915</a> Updating P9C DMI Proc Firs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc087d0b8268">fc087d0b8268</a> Alink Hot Repair Fix</li>
+</ul>
+<p>Christian Geddes (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cc7a88e11df">1cc7a88e11df</a> Add PEER_PATH attribute to xbus and obus targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd25ed1a207c">dd25ed1a207c</a> Add error log for sbe poweron fails and clean up errlog commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/261c874fb2dd">261c874fb2dd</a> Update targeting init during RT to set PEER_TARGET on OBUS targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2f22373f239">d2f22373f239</a> Deconfig record can’t get added to vitalAttn elog on FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1771bfafee1">b1771bfafee1</a> Create HWP to save/restore OBUS fir masks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42327316097c">42327316097c</a> Slave SBE scratch regs must be up to date before continueMPIPL called</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd269e881530">fd269e881530</a> Clear obus fir mask attrs after restoring obus firmasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a09327508399">a09327508399</a> Save and restore OBUS related firmasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17d1f78337ea">17d1f78337ea</a> Refactor re-init of targeting data during MPIPL/HBRT startup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b01faeebc16">6b01faeebc16</a> Link PLID for failing SBE recovery in PRD path w/ other related logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e15b65ed41d8">e15b65ed41d8</a> Fix bugs in core checkstop escalation manipulation during HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5090c197292c">5090c197292c</a> Deprecate legacy ATTR_MBA_PORT/ATTR_MBA_DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be8bb8fae414">be8bb8fae414</a> Update PEER_TARGET values to be NULL on MPIPL if needed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d9e273baf30">4d9e273baf30</a> Remove deprecated VCS_I2C_RAIL attribute from hb code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62f32b295f6b">62f32b295f6b</a> Allow HWSV to handle gard callouts during runtime for FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50e72792adbd">50e72792adbd</a> Print out MBOX/INTR state info on DMA request hang</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b22701137048">b22701137048</a> Update to p9_xip_tool to handle stand-alone DDCO ring files.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcb2189aabb0">bcb2189aabb0</a> TOR API code restruct: Fixing missing symbols in common_ringId API.</li>
+</ul>
+<p>Craig Hamilton (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7feb1cb12d1b">7feb1cb12d1b</a> Adding unit tests for the mss lab sdk</li>
+</ul>
+<p>Dan Crowell (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6634b6fca3df">6634b6fca3df</a> Better debug for weird PIR issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d44dfb65fa5d">d44dfb65fa5d</a> Remove writeable from ATTR_FABRIC_GROUP/CHIP_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad181494c943">ad181494c943</a> Force hb dump on VFS crashes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e02fc08289">a4e02fc08289</a> FFDC enhancements for core activate fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d392ef8f9ea">4d392ef8f9ea</a> Removing attributes that got added back in a bad merge</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6165bafa7de9">6165bafa7de9</a> Centaur DD1.3 Bucket Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3cf4f273a3e">a3cf4f273a3e</a> Add SMP_CABLE to PartCallout list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d161474ee597">d161474ee597</a> Fix indirect scoms at runtime under Opal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bfa55da9a90">4bfa55da9a90</a> Increase default watchdog timeout to 10 minutes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bace77a615d">9bace77a615d</a> Defer handling attentions on non-master proc until after SMP is up</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ecd7cf99fb4">3ecd7cf99fb4</a> Add some MAGIC instructions to aid Simics optimization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41daed137d2f">41daed137d2f</a> Write Hostboot HRMOR into core scratch reg 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce378803d9a">7ce378803d9a</a> Always deconfigure the parent of any deconfigured DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe439a0d9ef0">fe439a0d9ef0</a> Add RESOURCE_RECOVERED event for all Targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c5c60e23fad">2c5c60e23fad</a> Add clock callout enums for specific clock sources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4189613d36cc">4189613d36cc</a> Fix for multinode HBRT use of VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc9d2c634eb6">cc9d2c634eb6</a> Remove EXTERNAL_VRM_STEPDELAY</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cc829425257">7cc829425257</a> Debug improvements for exceptions and OOM hangs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2432d94f7f53">2432d94f7f53</a> Update MAGIC instruction for Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eddb7eaa994">3eddb7eaa994</a> Force ATTR_PROC_EFF_FABRIC_CHIP_ID to correct values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dca215e867">a4dca215e867</a> Update some defaults for AVSBUS attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e138b0da002">0e138b0da002</a> Modify debug framework to be build-independent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5dfc3ab0ec5">e5dfc3ab0ec5</a> Allow SPDX override as part of FW load</li>
+</ul>
+<p>Daniel Howe (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f97acef7aec">0f97acef7aec</a> Updates to pb_cfg_follow_scope_rate_jump_level and pb_cfg_np_cmd_jump_cmd_rate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b9936e7b593">7b9936e7b593</a> dd1.1+ DL training procedure updates</li>
+</ul>
+<p>Daniel M. Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b819687e056">1b819687e056</a> Revert “Set HB Dump Flag in TI Data on any TI with SRC”</li>
+</ul>
+<p>Dave Heller (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60b941209240">60b941209240</a> Secure Boot: Run signtool with keepcache=true</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adc91be44ab6">adc91be44ab6</a> Secure Boot: Support Independent signing mode in genPnorImages.pl</li>
+</ul>
+<p>Dean Sanner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb3442b8f94f">cb3442b8f94f</a> Fix up memory mirroring base address on non 0 nodes</li>
+</ul>
+<p>Dhruvaraj Subhashchandran (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62011defef4e">62011defef4e</a> Update the no sync attributes xml.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/691894a135de">691894a135de</a> Detect non sync attribute usage in HWPs on FSP.</li>
+</ul>
+<p>Elizabeth Liner (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a43c455adfc">2a43c455adfc</a> Set up core checkstop escalation using HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0539920e555b">0539920e555b</a> Re-enabling test cases that were turned off during bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27fc2d9695a4">27fc2d9695a4</a> Adding Chiplet Num testcases for MC, MI and DMI in cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2bdbd447c94">f2bdbd447c94</a> Turning on MDIA test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4085033d657d">4085033d657d</a> Removing unecessary SBE test</li>
+</ul>
+<p>Greg Still (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e919f5e820f">4e919f5e820f</a> PM: clear Hcode error injection bit upon PM complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f59ac34985af">f59ac34985af</a> PM: Clear error injection bits before special wake-up in PM complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e95497ee0e43">e95497ee0e43</a> PM: Fix double biases value into safe mode frequency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3546db2b916f">3546db2b916f</a> PM: Increase PB Purge time for MPIPL to accommodate Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57fb07ecc684">57fb07ecc684</a> PM: pm_firinit class fix to properly clear FIRs upon initialization</li>
+</ul>
+<p>Ilya Smirnov (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92a48f3e7c80">92a48f3e7c80</a> Check if Console Library is Loaded Before Printing to Console</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5982dd2d6a9">a5982dd2d6a9</a> New Attribute For Unusable TPMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70e337a2fe76">70e337a2fe76</a> Add Proc # to TPM’s Affinity Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d55d64a79ca4">d55d64a79ca4</a> Marked Failed TPMs Unusable For Alignment Check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1bbef56ec51">c1bbef56ec51</a> Fix range Tags in attribute_types.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ebff9a73ab0">6ebff9a73ab0</a> Secure Boot: Set trusted boot enabled in HDAT considering all nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b77dbedc8f3c">b77dbedc8f3c</a> Add Locking of Abus Sec Mailboxes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7384e829f3d">c7384e829f3d</a> Secure Boot: Support API to fence off all node processors’ secure mailboxes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e0d574dff88">7e0d574dff88</a> New Global For Console Daemon</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8a30bc070a2">c8a30bc070a2</a> Add Option to Use opal-elog-parse to eSEL.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d875133a8d13">d875133a8d13</a> Pre-set HB TI Area in doStutdown Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41cda93cb3e7">41cda93cb3e7</a> Add Support for TPM Message Queue Flushing</li>
+</ul>
+<p>Jacob Harvey (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2be2b8605a3c">2be2b8605a3c</a> Implementing thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e6325f51676">6e6325f51676</a> Implement p9_mss_throttle_mem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0a1c41a7ad9">e0a1c41a7ad9</a> Implement L2 eff_config_thermal, bulk_pwr_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd71688e86ea">fd71688e86ea</a> Fixing bulk_pwr_throttles calculations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b836df1d491">6b836df1d491</a> Implementing draminit_training_adv</li>
+</ul>
+<p>Jaymes Wilks (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98bee5bbab00">98bee5bbab00</a> New API to Retrieve Random Number from the TPM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/079de8c7c0f7">079de8c7c0f7</a> Remove workarounds for multinode HDAT support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9eacec8bad1">e9eacec8bad1</a> Support TPM PCR Poisoning</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c6d58230e61">0c6d58230e61</a> Create attributes for intended PHYP ATTN areas</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24f3312ea1d3">24f3312ea1d3</a> HRMOR relative addressing for PHyp SP ATTN area dump</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d406ad362d7f">d406ad362d7f</a> SP ATTN area relative addressing cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef1e22766400">ef1e22766400</a> In non-MNFG, only match SBE keys for the sides that boot</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bbfd345736">27bbfd345736</a> Changing NXCQFIR(34) RNG control logic error to checkstop</li>
+</ul>
+<p>Jim Yuan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01be61c03770">01be61c03770</a> Fix FRU board mfg date and time.</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5129448452b6">5129448452b6</a> p9_sbe_lpc_init: Add final check for errors</li>
+</ul>
+<p>Joe McGill (25):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37931b3b0f8f">37931b3b0f8f</a> Add MSS customization support from CRP0 Lx MVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b9c94600cc">c4b9c94600cc</a> cen_scominits – add pervasive LFIR configuration for TP, NEST, MEM chiplets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb934c171a01">cb934c171a01</a> enable spreading via SS PLL for Fleetwood platform</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9dd8199cc416">9dd8199cc416</a> p9_spr_name_map – change mnemonic for SPR 511 to SMFCTRL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6df55b571dcb">6df55b571dcb</a> p9_sbe_common – mark TP LFIR bits 18:20 recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9a40964fc9d">f9a40964fc9d</a> support IO reconfig loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dece8b8d13ad">dece8b8d13ad</a> p9_sbe_scominit – unmask TP LFIR bit 37 for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a43554124f7">4a43554124f7</a> p9_sbe_common – mark TP LFIR bit 37 as recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/306a71070535">306a71070535</a> FBC Level 1 procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7d8c7cfb45e">b7d8c7cfb45e</a> L2 HWPs – p9_smp_link_layer and p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75649c5f3d45">75649c5f3d45</a> L2 - Fabric updates for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cd54a28ccb0">2cd54a28ccb0</a> p9_fab_iovalid – invoke link validation subroutine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a8aaf9dc8b">36a8aaf9dc8b</a> L3 update – p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/904da7128b41">904da7128b41</a> IO, FBC updates to enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c44c70474ee">0c44c70474ee</a> shift XBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d4c897edca3">6d4c897edca3</a> p9_fab_iovalid – secure ABUS mailboxes after iovalid is asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eae5dde56fae">eae5dde56fae</a> support IO reconfig loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78055ea9215e">78055ea9215e</a> p9_fab_iovalid – remove code setting ABUS security lock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67ae5190164c">67ae5190164c</a> shift OBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed7254aed9ca">ed7254aed9ca</a> use putscomUnderMask API to update FBC DL control register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dba363050dc">8dba363050dc</a> shift OBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d93fbb365235">d93fbb365235</a> correctly propogate bad return code from p9_adu_coherent_status_check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36839984fe01">36839984fe01</a> p9_throttle_sync – clear refresh sync type after issuing IPL sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/352adcc2ae3e">352adcc2ae3e</a> Update Cumulus MI runtime FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da084ab14a46">da084ab14a46</a> allow option to enforce mirroring of all system memory</li>
+</ul>
+<p>John Rell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dd8cf996ba">a4dd8cf996ba</a> jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus HW446964</li>
+</ul>
+<p>Louis Stermole (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/375927318f7e">375927318f7e</a> adding memory/lab subdirs, adding lab tool/module make target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4f2ab31bde3">d4f2ab31bde3</a> Remove GSA dependencies (CATCH, SQLITE3) from MSS builds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29bde9b906c9">29bde9b906c9</a> WR_LVL Termination Fix (Qoff) for p9c, DDR4 only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79e4184e41b7">79e4184e41b7</a> Fix p9c mss_ccs_fail_type function to return valid RC when it fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd251cae71e5">dd251cae71e5</a> Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/264b8c707d65">264b8c707d65</a> Add extra DRAM reset after RCD load on Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e1c3426e15">a4e1c3426e15</a> Change MBSFIR[27] to be a conditional channel fail on Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d21270b627a">1d21270b627a</a> Restore ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to fix masking errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d33fcf2c591">1d33fcf2c591</a> Add bad bit setting to p9c training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd49726ffcf0">fd49726ffcf0</a> Fix p9c_generic_shmoo unit test to work with corrected bad bits attr</li>
+</ul>
+<p>Luke Mulkey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1fd1cc97eb82">1fd1cc97eb82</a> P9C Memory Throttle Updates (new HWPs and new ISDIMM Power Curve support)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/788da84977bc">788da84977bc</a> P9C Memory Throttle Updates (new HWPs and new ISDIMM Power Curve support)</li>
+</ul>
+<p>Marty Gloff (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5024f66d08a">f5024f66d08a</a> Set HB Dump Flag in TI Data on any TI with SRC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7355b73ce6b">d7355b73ce6b</a> Improve resource recovery path to handle memory plugging rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd8df2a4b033">cd8df2a4b033</a> Clear Block Spec Deconfig Attribute when Gard is removed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/876b79aacd9b">876b79aacd9b</a> Fix for SBE_P9_XIP_CUSTOMIZE_UNSUCCESSFUL during ipl with one EX</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccf2f3445e15">ccf2f3445e15</a> HBRT attrrp depends on node zero being present</li>
+</ul>
+<p>Matt Derksen (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7145f5c28a5b">7145f5c28a5b</a> Checks for channel failure in memory.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/775a7639b7d3">775a7639b7d3</a> Update addExtMemMruData for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caa0f8a5bd32">caa0f8a5bd32</a> Fix function name of p9c_query_channel_failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ec1a1f399f3">9ec1a1f399f3</a> Reenable getMemBufRawCardType calling.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e38d6b0d199b">e38d6b0d199b</a> DRAM sparing support functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3302fd380eba">3302fd380eba</a> Additional DRAM sparing support functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a90c4370493">1a90c4370493</a> Remove IOMCFIR and SCOM_MODE_PB checks</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/353567d4b178">353567d4b178</a> Add more fapi2 target types for Axone</li>
+</ul>
+<p>Matthew Hickman (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03096ae8e5f3">03096ae8e5f3</a> Added empty scrub.H for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8e60462b27">7b8e60462b27</a> Added p9_mss_memdiag for cronus ipl and modified scrub for step 16</li>
+</ul>
+<p>Meng Li (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd23ae8d50f3">fd23ae8d50f3</a> Get SN from BMC and update into PVPD EEPROM</li>
+</ul>
+<p>Michael Pardeik (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccc4804c0a8f">ccc4804c0a8f</a> P9C Memory Throttle HWP Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df43ad6f8512">df43ad6f8512</a> P9N/P9C util to throttle HWP updates for min util and safemode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49fe793f319d">49fe793f319d</a> centaur mba initfile update for refresh reset interval</li>
+</ul>
+<p>Mike Baiocchi (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22b613003960">22b613003960</a> Rediscover I2C Targets after Host I2C Reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3d39d62a94">3d3d39d62a94</a> Get Final HDAT Size from PAYLOAD’s SPIRA section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e601e32703b">8e601e32703b</a> Remove System Level TCE Attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e8b74fdbd58">8e8b74fdbd58</a> Add option to masterProcChipTargetHandle() to return functional chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0eaecced89b">d0eaecced89b</a> Skip Diagnostic Mode for I2C Resets over FSI In All Cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2383ff8f7e76">2383ff8f7e76</a> Add Secureboot Info to FFDC of I2C Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ad299af08fd">3ad299af08fd</a> Establish Base Support For Sending Mailbox Messages Across XBUS/ABUS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1e236a42218">a1e236a42218</a> Improve FFDC for new Node Comm Device Driver</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26d9aed84b0f">26d9aed84b0f</a> Add Mutex and Error Recovery for Node Communications</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36d47d4ca26d">36d47d4ca26d</a> Update bbuild to b0608a_1823.920 and CUMULUS/Jenkins Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7617e77949d7">7617e77949d7</a> Add procedure for istep 18’s Node Communication ABUS Exchange</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/323f71eb613d">323f71eb613d</a> Add TPM Calls to Node Communication ABUS Exchange Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47e859f60d22">47e859f60d22</a> Good-Path Fixes for Secure Node Communications</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1759af757bd8">1759af757bd8</a> Add error callouts and other improvements for Node Communications</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a76fe8f24e07">a76fe8f24e07</a> Read HW Key Hash From SBE Seeprom via ChipOp when applicable</li>
+</ul>
+<p>Nick Bofferding (21):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b783b0264c7f">b783b0264c7f</a> Secure Boot: Secure Centaurs in istep 14.5</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c360c9db83">d2c360c9db83</a> Secure Boot: Do not disable external cMFSI fencing in “host IPL complete” istep</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fe71f4ddc13">2fe71f4ddc13</a> Secure Boot: Implement Centaur SCOM cache</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9394f9d05ef8">9394f9d05ef8</a> Secure Boot: Inform FSP of key transition progress</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/396cbd9a20cb">396cbd9a20cb</a> Secure Boot: Remove cMFSI fencing TODO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6be04f343c79">6be04f343c79</a> Secure Boot: Purge SW signature cache for multinode binaries</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b14259e6b41a">b14259e6b41a</a> Secure Boot: Disable x-bus node communication</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6359b6a6e881">6359b6a6e881</a> Fix memory leaks associated with various msg_sendrecv calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9aa8f06bbd8">f9aa8f06bbd8</a> Memory Management: Fix coalesce to track holes in the page management</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b81a9c8640e6">b81a9c8640e6</a> Secure Boot: Defer init of Centaur SCOM cache register definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbacafbc508a">cbacafbc508a</a> Secure Boot: Enabled final Secure Boot settings for Zeppelin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db54dcc27d4">1db54dcc27d4</a> Secure Boot: Disable cache of 2010800 Centaur register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82aa44098bcf">82aa44098bcf</a> Remove p9_fab_iovalid.C in order to re-mirror it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30fe98727be2">30fe98727be2</a> Secure Boot: Centaur Security: Fix handling of 9 Centaur registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d420d7b06a2e">d420d7b06a2e</a> Secure Boot: Set FIR mask bits for inactive OBUS links during host coalesce</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be4d594926a5">be4d594926a5</a> Post informational error log for planar jumper settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9886d8d502e8">9886d8d502e8</a> Trusted Boot: Provide appropriate callout when TPM not provisioned</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd642c6bf549">fd642c6bf549</a> Invoke P9 TIs correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5015187c64ab">5015187c64ab</a> Debug: Increase Ps tool stack frame depth to 35 frames</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b37f41b2c08c">b37f41b2c08c</a> Secure Boot: Copy PHyp secure header into standard reserved memory area</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34e69d280e11">34e69d280e11</a> Fix HRMOR scratch reg calculation</li>
+</ul>
+<p>Nick Klazynski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6838b3e41111">6838b3e41111</a> HW447585, HW447589, HW439303, Fix CDD1.2 security setting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b801b49cd1ba">b801b49cd1ba</a> Enable full ERAT for NDD2.2+ and CDD1.1+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f757ce93e06b">f757ce93e06b</a> Disable 2-for-1 on NDD2.2- and CDD1.2-</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443609a24275">443609a24275</a> Add RL0/RL1 support for CDD1.2</li>
+</ul>
+<p>Prachi Gupta (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c73a7c369ce">3c73a7c369ce</a> wrap test: Use MNFG_FLAGS instead of compile time flag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbd116ad5b6a">dbd116ad5b6a</a> wrap_test: targeting fixups</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e71f194cb0ba">e71f194cb0ba</a> DECONFIG_GARDABLE: add no_export tag, don’t want MRW to override</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e5169694368">2e5169694368</a> wrap_test: set MFG_WRAP_TEST_LINKS_SET on the destination target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbee47025c11">bbee47025c11</a> Fixup all the voltage rail’s ID attribute for both proc and cent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9986addb4ff">a9986addb4ff</a> call mss_volt* hwps with membufs that have same VDDR_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7983214c3e76">7983214c3e76</a> p9c_mss_volt_dimm_count: add a const to the input parameter</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ae044ac29cf">0ae044ac29cf</a> add a call to mss_volt_dimm_count hwp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5815703c3be9">5815703c3be9</a> Add support for missing memory behind master proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bf395be2cd">27bf395be2cd</a> missing memory: istep 7 and 14 changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d50263f51eb4">d50263f51eb4</a> getMBvpdAttr: Updates for DDR3 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc638c9bdc4e">cc638c9bdc4e</a> Added in a sleep after we winkle in istep 18 to avoid race conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfc5fb7993fa">cfc5fb7993fa</a> Save HRMOR in mbox scratch reg for IPC messaging</li>
+</ul>
+<p>Prasad Bg Ranganath (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e78db3c12df">4e78db3c12df</a> SBE:PUTRING: Add callout support for checkword mismatch failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/798ff0e50b1d">798ff0e50b1d</a> PM reset: Fix disable resclk procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37aa1c9e5919">37aa1c9e5919</a> PM_RESCLK: Clear override bits of CACCR in reset flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/261923ec2039">261923ec2039</a> PPB: Bug fix in computing IAC Vdn value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25da6f268179">25da6f268179</a> PM:Remove deprecated attributes</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ed2437d9ecf">5ed2437d9ecf</a> SplWkup: Fixed issue in FFDC collection in case of special wakeup timeout.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b37fd25aed1">2b37fd25aed1</a> PM: Addressed TODOs in hcode image build HWP.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfa7304f5d6a">cfa7304f5d6a</a> STOP API: API conditionally supports 255 SCOM restore entries for each quad.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2f43e6540fa">d2f43e6540fa</a> PM: Added support for enable disable of 24x7 IMA.</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f75a73ed4a8f">f75a73ed4a8f</a> PM: Not mask OCC_HB_NOTIFY during PM Reset</li>
+</ul>
+<p>Richard J. Knight (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83c61f3ae866">83c61f3ae866</a> Use the effective chip and group ids to calc mmio addr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/496156ffbd83">496156ffbd83</a> Add centaur dynamic VDDR code to hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49f6c664792e">49f6c664792e</a> Add fix for HDAT Fail in Hostboot istep 21: BC8A1A20</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6cbabf3d435">c6cbabf3d435</a> Add HX keyword attribute for PCIe bifurcation support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9be410090d">8e9be410090d</a> Fix SRC BC8A1A20 - RUNTIME::RC_INVALID_RHB_INSTANCE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c3f57a54055">8c3f57a54055</a> Fix for SW432203: fails istep at istep host_runtime_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a729adbb1966">a729adbb1966</a> Update genHwsvMrwXml.pl to include the attributes for PCIE config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96aa468a7e6a">96aa468a7e6a</a> Fix for assert in hbrt on two node fleetwood</li>
+</ul>
+<p>Rick Ward (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c2b4bf2adc3">3c2b4bf2adc3</a> RTC189294 - Centaur Channel Checkstop (Runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5db6a94e4472">5db6a94e4472</a> RTC189294 - Centaur Channel Checkstop (Runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b364d7b062bf">b364d7b062bf</a> Centaur Channel Checkstop (runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74bfadb2ab87">74bfadb2ab87</a> Centaur Channel Checkstop (runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71397fd3ade8">71397fd3ade8</a> SBE PSU timeout during MBOX init causes task crash/HB TI</li>
+</ul>
+<p>Roland Veloz (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0217d002a0a">c0217d002a0a</a> Added support, in Istep 08, to facilitate the testing of SMP wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79c2cf9d40f1">79c2cf9d40f1</a> Added support, in IStep 09, to facilitate the testing of SMP wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1af47d2a9aef">1af47d2a9aef</a> Continuing support, in IStep 09, to facilitate the testing of SMP wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6916a42d34b">c6916a42d34b</a> Add support for getting SBE Capabilites; extract SBE Version, Commit ID and Tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0189e34d3bbc">0189e34d3bbc</a> Create a utility to add/remove entries from a link list within a given buffer</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2ade14ecc5e">e2ade14ecc5e</a> Change npu ATSD timeout to disabled</li>
+</ul>
+<p>Sachin Gupta (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/747ebb9979d3">747ebb9979d3</a> Fix check for EQ_CME_SCOM_LMCR_SCOM</li>
+</ul>
+<p>Sakethan R Kotta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34d086e3e678">34d086e3e678</a> untrusted SBE reserved memory region to Rsvd Mem Trace Buf Section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ec6201b896c">1ec6201b896c</a> HBRT Reserved Mem Trace Buffer implementation.</li>
+</ul>
+<p>Sameer Veer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22672ede554a">22672ede554a</a> Include release track info in list-of-commits email</li>
+</ul>
+<p>Santosh Balasubramanian (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07cf2ea6e013">07cf2ea6e013</a> Secure Boot: Centaur Security: Initial sensitive register list</li>
+</ul>
+<p>Soma BhanuTej (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23e5c485a4f7">23e5c485a4f7</a> Adding p9c DD13 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d350dac276cc">d350dac276cc</a> Adding p9c 1.3 support.</li>
+</ul>
+<p>Stephen Glancy (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14f1070233d3">14f1070233d3</a> Adds centaur dynamic VDDR code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad4b74504674">ad4b74504674</a> Adds secure mode boot for memory buffer chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57e0a47955d8">57e0a47955d8</a> Adds cumulus unit test support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13c42ee1d839">13c42ee1d839</a> Adds MRW support for x4/x8 DIMM configurations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0535232e93da">0535232e93da</a> Fixes centaur bad bitmap processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2254d9f67acf">2254d9f67acf</a> Enables DDR4 training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ff5d8f2210b">8ff5d8f2210b</a> Updates Centaur training to continue on fails for FW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/862ecf79aaec">862ecf79aaec</a> Fixes Centaur code to use ATTR_BAD_DQ_BITMAP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48ed215d898d">48ed215d898d</a> Fix MBS mask FIR for Obus recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e71d0883849">5e71d0883849</a> Fixes CKE levels during RCD initialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3927a22f49db">3927a22f49db</a> Fixes IPL UE callout code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a49be1a5d21b">a49be1a5d21b</a> Removes erroneous FAPI ERR print</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/866f841512df">866f841512df</a> Updates training advanced workarounds to run after a failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5c960805358">f5c960805358</a> Updates the training advanced algorithm</li>
+</ul>
+<p>Sumit Kumar (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6855bca779b8">6855bca779b8</a> Erepair HWP - Include target type DMI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb3bc77cbaf3">eb3bc77cbaf3</a> Add check for copyright date if its begin-end years same</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e12696d400f">1e12696d400f</a> eRepair: Fixed lanes handling of target types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b9c80f1ce27">0b9c80f1ce27</a> eRepair: More debug traces added</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c93244cabf8">9c93244cabf8</a> Fix HWAS_STATE_CHANGED_SUBSCRIPTION_MASK for MC/MI/DMI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5620f81ace6c">5620f81ace6c</a> Disable memory mirroring in simics temporarily</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7a44c225976">b7a44c225976</a> Verify frequency attributes across nodes to match with that of master node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3163f375ff8">e3163f375ff8</a> Implement the VPD backend for these attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb5b45d887ba">cb5b45d887ba</a> DDR3 Support for Fleetwood</li>
+</ul>
+<p>Thi Tran (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/927220a65bb7">927220a65bb7</a> Double frequency of coalescing memory fragmentation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d46f111a8f66">d46f111a8f66</a> Fix unbalance FCO distribution between procs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58f42f15ae71">58f42f15ae71</a> Fix data storage exception when PRD runs in istep 12.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b983851d8eb0">b983851d8eb0</a> Prohibit memory grouping of RDIMM and NVDIMM in the same group.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16f11c2e9b10">16f11c2e9b10</a> p9_cen_framelock update for channel failure attentions</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ec5dcab3d1d">7ec5dcab3d1d</a> Default DDR4-2933 to 2666</li>
+</ul>
+<p>Vasant Hegde (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbea67f16d58">fbea67f16d58</a> MPIPL: Update MDRT count for FSP based OPAL system</li>
+</ul>
+<p>Venkatesh Sainath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3958796d0c">2e3958796d0c</a> Fleetwood 2N specific targeting binary generation</li>
+</ul>
+<p>William A. Kennington III (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f1a0ed58a1b">2f1a0ed58a1b</a> istepdispatcher: When trying to set the watchdog, clear DONT_STOP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b9f654f0f6d">9b9f654f0f6d</a> istepdispatcher: Reset the watchog to enable it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c2fdb8f668c">3c2fdb8f668c</a> istep21: Keep the watchdog running into the host payload</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0aff9f48c7ea">0aff9f48c7ea</a> ipmiwatchdog: Limit the number of resets</li>
+</ul>
+<p>William G. Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45f20525ba60">45f20525ba60</a> Revert “Force hbRelease to search ‘master’ branch”</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d6bce9b7a0f">0d6bce9b7a0f</a> STOP: Handle Quad Special Wakeup Done while pm_reset</li>
+</ul>
+<p>Zane Shelley (65):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/453283ebfde2">453283ebfde2</a> PRD: Fixed logic errors in isMembufOnDimm() that broke Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8111177af9d">e8111177af9d</a> PRD: fixed how RT TPS procedures are banned from processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ab7c3f22534">2ab7c3f22534</a> PRD: finished porting handleRrFo() for MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f03c48855a5">2f03c48855a5</a> PRD: fix address registers for fetch ECC errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f62ac59186a6">f62ac59186a6</a> PRD: move MBA maint HWPs to PRD library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd245fcbbe5d">dd245fcbbe5d</a> PRD: enable startScrub() support for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c82b015b7609">c82b015b7609</a> PRD: remove unused P8 memory domain files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40a290f2ab3b">40a290f2ab3b</a> PRD: remove unused P8 memory data bundle files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b26bb8d32b9f">b26bb8d32b9f</a> PRD: callout connented L4 bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09035bf13460">09035bf13460</a> PRD: refined cleanupChnlAttns() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc2d4987aef8">bc2d4987aef8</a> PRD: add getConnectedChild() support from proc to membuf</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0a9477ec9a6">b0a9477ec9a6</a> PRD: refined cleanupChnlFail() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e47aaa5ef48">4e47aaa5ef48</a> PRD: Callout MBA LOW with no gard on RCD parity errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5370984de389">5370984de389</a> PRD: Remove ForceRead() from MemAddr utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1c584f04be0">c1c584f04be0</a> PRD: scrub resume counter for MBA runtime scrub commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b04e458595a">1b04e458595a</a> PRD: support to determine if BG scrub can resume after stop-on-error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5064efd9ee55">5064efd9ee55</a> PRD: Simplify templates in memory CE functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d6b900a5d12">0d6b900a5d12</a> PRD: Maintenance RCE handling during background scrub for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e940af9a779a">e940af9a779a</a> PRD: Maint soft/inter/hard CE handling during background scrub for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b7ee3632592">4b7ee3632592</a> PRD: Update MemTdCtlr::initialize() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa0df6e89b16">aa0df6e89b16</a> PRD: removed unused P8 code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7867f1449a1">c7867f1449a1</a> PRD: flush CE and RCE tables when a TD procedure is complete</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8037fcdbe63">b8037fcdbe63</a> PRD: cleanup after placing/verifying a chip mark on Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ff47d2af40b">7ff47d2af40b</a> PRD: standardized VCM nextStep() and analyzePhase()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b869f42b77f4">b869f42b77f4</a> PRD: ECC analysis and command handling for DRAM sparing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08488232045b">08488232045b</a> PRD: TPS analyzePhase() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e16432f929a">3e16432f929a</a> PRD: TPS startNextPhase() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8f19539edc5">a8f19539edc5</a> PRD: TPS nextStep() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47e9c9b12017">47e9c9b12017</a> PRD: TPS analyzeEccErrors() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82083635acda">82083635acda</a> PRD: TPS analyzeCeStats() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9192da4a49db">9192da4a49db</a> PRD: refined handleChnlFail() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a66b96f84f3">1a66b96f84f3</a> PRD: FFDC registers for channel failure attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0ea8ab73807">a0ea8ab73807</a> PRD: updates from latest RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41f3aa61a7e9">41f3aa61a7e9</a> PRD: removed old P8 memory system system code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cecaeb320299">cecaeb320299</a> PRD: typo in runtime DRAM sparing signature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38666ab58f15">38666ab58f15</a> PRD: create MarkStore::applyRasPolicies()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/557dadfef131">557dadfef131</a> PRD: remove NX unit checkstop support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2775c2ed81ce">2775c2ed81ce</a> PRD: removed runtime deconfig for channel failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6c80b9c6010">f6c80b9c6010</a> PRD: removed depricated ErrDataService::handleUnitCS()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee548e96749a">ee548e96749a</a> PRD: removed depricated unit dump support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcfc61239031">bcfc61239031</a> PRD: removed depricated rt deconfig and unit dump interfaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f54c91bffdc2">f54c91bffdc2</a> PRD: removed erroneous trace in getMemBufRawCardType()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c75711f2be">47c75711f2be</a> PRD: fixed erroneous trace in PlatConfigurator::build()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b7899b5f805">2b7899b5f805</a> PRD: removed redundant ECC capture data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fc9ee71e06e">0fc9ee71e06e</a> PRD: remove empty TD controller data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f290f5d4a9ef">f290f5d4a9ef</a> PRD: fixed parser bugs in TD_CTLR_DATA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc766f78534e">fc766f78534e</a> PRD: set Cumulus command list timeout to match Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bf34b7fa6e">27bf34b7fa6e</a> PRD: add CE table traces for MNFG mode thresholds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1a04818ba32">e1a04818ba32</a> PRD: enable FSP channel fail isolation on processor side of bus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36b343d78a73">36b343d78a73</a> PRD: use correct symbol when writing MBA markstore</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2024675173c3">2024675173c3</a> PRD: MNFG spare DRAM deploy needs to deploy on both MBA ports</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34768601609c">34768601609c</a> PRD: Do not abort on UE during MBA TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03416d24641d">03416d24641d</a> PRD: Set ‘too many bus errors’ in DMIFIR to UNIT_CS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2c2ca936ce6">b2c2ca936ce6</a> PRD: MBA command resume not incrementing address</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccea7f349f6e">ccea7f349f6e</a> PRD: shift UCS and HA chiplet masks to match chiplet FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4746b6f2924">a4746b6f2924</a> PRD: fix bug that bypasses TPS ban support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84a0b8e43c20">84a0b8e43c20</a> PRD: remove unused TD queue parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a3703db513a">5a3703db513a</a> PRD: All TPS bans on MCA target should cause fetch CE masking</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/630c378b8dde">630c378b8dde</a> PRD: reduce number of ways TPS can be banned</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb794f948b1f">bb794f948b1f</a> PRD: Ban TPS if UE found during VCM, DSD, or TPS procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a927c8232d0">5a927c8232d0</a> PRD: abort TPS if chip mark placed during procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4696c5090436">4696c5090436</a> PRD: fixed the per-symbol threshold in MBA TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fd60cf786f0">6fd60cf786f0</a> PRD: Query for active attentions when channel fail detected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37c183df8540">37c183df8540</a> PRD: used wrong contructor when creating MemMark obj in TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/682ff15d4238">682ff15d4238</a> PRD: separate UNIT_CS flag into PROC_CORE_CS and MEM_CHNL_FAIL</li>
+</ul>
+<p>aravnair-in (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/415026c16dd2">415026c16dd2</a> Fix instance path for SMPGROUP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14a61c96fa3b">14a61c96fa3b</a> Comment why we add INSTANCE_PATH specifically for SMPGROUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49e74816eab8">49e74816eab8</a> Set DECONFIG_GARDABLE for SMPGROUP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c9579f525f4">0c9579f525f4</a> Deconfig by association rule for SMPGROUP targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32f37bb83e3b">32f37bb83e3b</a> Make OBUS_BRICK deconfigurable</li>
+</ul>
+<p>nagurram-in (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e33bd00b1ee9">e33bd00b1ee9</a> HDAT: Fix to pass mcbist target for mem bus frequency API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3fd15c5b123">f3fd15c5b123</a> HDAT: New attribute LOCATION_CODE support for fru target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd0816fb2fc0">bd0816fb2fc0</a> Making SYSTEM_BRAND_NAME attrib non-volatile to show up in common_mrw</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a1a0c7e98a9">8a1a0c7e98a9</a> IS_MPIPL_SUPPORTED attribute support and update in hdat IPLP structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a9cf6e696c8">3a9cf6e696c8</a> attribute ECID value updation in hdat pcrd structure</li>
+</ul>
+<p>spashabk-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/764053f34519">764053f34519</a> Remove clear(step 3) of reset vectors</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-1-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/139bc907486b">139bc907486b</a> Package the g_wof struct so debug command data is consistent</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/7c2a9700d0db">7c2a9700d0db</a> Redundant APSS Support</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5c01b5476e8f">5c01b5476e8f</a> captureFir: Add delay and sbefifo reset</li>
+</ul>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0cb9eeae2f09">0cb9eeae2f09</a> Enable GPE IPC Timers</li>
+</ul>
+<p>mbroyles (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/aa97e176b1be">aa97e176b1be</a> Force update of OPAL-OCC memory after GPU presence detected</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="v2-1-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="v2-1-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="v2-1-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-1-patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-6" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/v2.1/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-1-commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-6" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="v2-1-patches-7">
+<span id="id13"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-7">
+<span id="id14"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-7" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="v2-1-patches-8">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-8">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-1-patches-9">
+<span id="id17"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-9">
+<span id="id18"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-9" title="Permalink to this headline">¶</a></h3>
+<p>Amit Tendolkar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/130b50b59ad9">130b50b59ad9</a> Adapt p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood</li>
+</ul>
+<p>Ben Gass (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9e29d4fe5a70">9e29d4fe5a70</a> Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f892a8416e8e">f892a8416e8e</a> Updating p9.core.scan.initfile settings for p9n 2.3</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/34332987f42c">34332987f42c</a> Risk level 3/4/5 support: Step 2 - image update to TOR v7</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3d4428aecda5">3d4428aecda5</a> Update to p9_xip_tool to handle stand-alone DDCO ring files.</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c49c39a81e98">c49c39a81e98</a> Update some defaults for AVSBUS attributes</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/67921d4743cf">67921d4743cf</a> PM: Increase PB Purge time for MPIPL to accommodate Fleetwood</li>
+</ul>
+<p>Joachim Fenkes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/13c1572a60e0">13c1572a60e0</a> p9_setup_clock_term: Apply tweak bits, put oscswitches into reset</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/477bacfa8441">477bacfa8441</a> p9_sbe_tp_chiplet_init3: Don’t meddle with osclite controls on Cumulus</li>
+</ul>
+<p>Joe McGill (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a7e21bc75bf9">a7e21bc75bf9</a> Savory Insomnia – revert to ordered tlbie mode for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d29d12f39592">d29d12f39592</a> enable spreading via SS PLL for Fleetwood platform</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/09d13a9cd035">09d13a9cd035</a> p9_sbe_common – mark TP LFIR bits 18:20 recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bd17734ee3ab">bd17734ee3ab</a> support IO reconfig loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d73e4c11febe">d73e4c11febe</a> mask core SPATTN bit used for core checkstop handshake</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b1c006980fb3">b1c006980fb3</a> p9_sbe_scominit – unmask TP LFIR bit 37 for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5cef9c4eb6aa">5cef9c4eb6aa</a> p9_sbe_common – mark TP LFIR bit 37 as recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/88ab568acc8d">88ab568acc8d</a> p9_security_white_black_list – add whitelist entries for OBUS FBC link bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8de7378aac3a">8de7378aac3a</a> shift OBUS FIR programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/264fc9ba9c05">264fc9ba9c05</a> p9_sbe_scominit – unmask TP LFIR 37 only when MF oscswitch redundancy enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c7e17788930d">c7e17788930d</a> correctly propogate bad return code from p9_adu_coherent_status_check</li>
+</ul>
+<p>John Rell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/accb97c18e8c">accb97c18e8c</a> jgr18042600 Changed rx_recal_abort_dl_mask=0 for cumulus HW446964</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/02925f11e3e8">02925f11e3e8</a> remove whitespace and newlines from target before processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c2f19a1bfda6">c2f19a1bfda6</a> remove whitespace and newlines from target before processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/784e30991497">784e30991497</a> Add more fapi2 target types for Axone</li>
+</ul>
+<p>Nick Klazynski (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1768f6cce137">1768f6cce137</a> TM workaround for HW443982</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8338464e3a33">8338464e3a33</a> HW447585, HW447589, HW439303, Fix CDD1.2 security setting</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2ed31c121975">2ed31c121975</a> Enable full ERAT for NDD2.2+ and CDD1.1+</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e83aed77c770">e83aed77c770</a> Disable 2-for-1 on NDD2.2- and CDD1.2-</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/67f436de322f">67f436de322f</a> Add RL0/RL1 support for CDD1.2</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/02f710ae2d11">02f710ae2d11</a> SBE:PUTRING: Add callout support for checkword mismatch failure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a04833dd5f32">a04833dd5f32</a> PM:Remove deprecated attributes</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be807f0fd7ec">be807f0fd7ec</a> PM: Fix FFDC collection for HWP p9_collect_suspend_ffdc.</li>
+</ul>
+<p>Raja Das (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/104a5bd096f7">104a5bd096f7</a> Tempopary fix to fail MPIPL if Cache is not scommable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7ba886dde651">7ba886dde651</a> Enabled scomable state check before cache flush in mpipl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/85b69681ae32">85b69681ae32</a> SBE Tool support for fleetwood systems</li>
+</ul>
+<p>Sachin Gupta (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9dc8c3e5576d">9dc8c3e5576d</a> Revert Tempopary fix to fail MPIPL if Cache is not scommable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0c4dc80bce2a">0c4dc80bce2a</a> Add A bus initialisation registers</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/62e384f64597">62e384f64597</a> Update whitelist for p9_block_wakeup_intr</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a3d56b6644a">7a3d56b6644a</a> Add TOD delay register in whitelist</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e746b0c91ee1">e746b0c91ee1</a> Support new field for greylist</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5d80e1109dd5">5d80e1109dd5</a> Support for greylist</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3105d5a9227b">3105d5a9227b</a> Use Greylist in PutScomUnderMask</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/45f5609a54bb">45f5609a54bb</a> Move some istep code to seeprom</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1d29fc77510">e1d29fc77510</a> Workaround for vector pool issue</li>
+</ul>
+<p>Santosh Balasubramanian (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6ebd43e6945e">6ebd43e6945e</a> Nest perf counter cfg registers</li>
+</ul>
+<p>Soma BhanuTej (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1a52c0665d85">1a52c0665d85</a> Adding p9c DD13 support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04d89b3a5653">04d89b3a5653</a> Adding p9c 1.3 support.</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1f42bd29d1e7">1f42bd29d1e7</a> Blacklist violation error due to 0x04011821 SCOM</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6e317a13c35">c6e317a13c35</a> gitRelease: Fix to include master branch</li>
+</ul>
+<p>spashabk-in (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/af40291dc92d">af40291dc92d</a> Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e3dd8facc038">e3dd8facc038</a> Fence all chip-ops in QUIESCE state</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d73b8bc3e960">d73b8bc3e960</a> Handle FSP failover</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c1da4a458459">c1da4a458459</a> Handle hreset of SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7d1ec1f14057">7d1ec1f14057</a> Bump up security list table size datatype</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f90433232b8">9f90433232b8</a> Support periodic timer</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ea4ecdb8d56">8ea4ecdb8d56</a> Fill MBOX response on get capabilities</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bd0b22cd5586">bd0b22cd5586</a> Fix timer issue in Async task</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fad6732f2270">fad6732f2270</a> Check for system checkstop for individual mpipl step</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-1-patches-10">
+<span id="id19"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-10" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-10">
+<span id="id20"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-10" title="Permalink to this headline">¶</a></h3>
+<p>Akshay Adiga (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34e9c3c1edb3">34e9c3c1edb3</a> SLW: Remove stop1_lite and stop2_lite</li>
+</ul>
+<p>Alexey Kardashevskiy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fca2b2b839a6">fca2b2b839a6</a> npu2: Reset NVLinks on hot reset</li>
+</ul>
+<p>Andrew Donnellan (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44709b88491c">44709b88491c</a> hw/npu2, core/hmi: Use NPU instead of NPU2 as log message prefix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5530359e129">a5530359e129</a> slw: Fix trivial typo in debug message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/815417dcda2e">815417dcda2e</a> init, occ: Initialise OCC earlier on BMC systems</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef623f91e5c4">ef623f91e5c4</a> occ: Move occ declarations into occ.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b394a32c8ea">9b394a32c8ea</a> occ: Add support for GPU presence detection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a36b40799055">a36b40799055</a> npu2: Use same compatible string for NVLink and OpenCAPI link nodes in device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6889a6134960">6889a6134960</a> occ: Update Dynamic Data comment block with new GPU presence fields</li>
+</ul>
+<p>Andrew Jeffery (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50dfd067835a">50dfd067835a</a> pci: Fix PCI_DEVICE_ID()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc24a1fd61e0">dc24a1fd61e0</a> core: Add test for PCI quirks</li>
+</ul>
+<p>Balbir Singh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbe91569112">8cbe91569112</a> external/mambo: Add support for readline if it exists</li>
+</ul>
+<p>Balbir singh (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad58f8da1d4f">ad58f8da1d4f</a> Fix strtok for previous tokens being NULL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e18f3fd2301c">e18f3fd2301c</a> check for NULL input string in is_sai_loc_code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9da2eb12f14f">9da2eb12f14f</a> mbox/flash: Remove dead code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ed804a6fbc0">7ed804a6fbc0</a> libflash/blocklevel_write: Fix missing error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5802477a821e">5802477a821e</a> libflash/blocklevel.c: Remove unused store to ecc_len</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ede024c810f">6ede024c810f</a> pmem: volatile bindings for the poorly enabled</li>
+</ul>
+<p>Benjamin Herrenschmidt (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/98ad450bd75e">98ad450bd75e</a> cpu: Remove duplicate setting of LPCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8700b5beeab">a8700b5beeab</a> cpu: Do an isync after setting LPCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08992151641a">08992151641a</a> fsp/console: Always establish OPAL console API backend</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/15d9f3199782">15d9f3199782</a> cpu: Use STOP1 on POWER9 for idle/sleep inside OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53dac89cb8aa">53dac89cb8aa</a> cpu: Cleanup clearing of doorbells on P9</li>
+</ul>
+<p>Breno Leitao (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67bdd1668e6a">67bdd1668e6a</a> doc: add entry for OPAL_CHECK_ASYNC_COMPLETION</li>
+</ul>
+<p>Christophe Lombard (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e5668520cfb">1e5668520cfb</a> capi: Add a comment for the Transport Control Register</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/98182a960c5f">98182a960c5f</a> capi: Select the correct IODA table entry for the mbt cache.</li>
+</ul>
+<p>Cédric Le Goater (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35cd7a379b93">35cd7a379b93</a> plat/qemu: add PNOR support</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55ef0db841a0">55ef0db841a0</a> Add prepare_hbrt_update to hbrt interfaces</li>
+</ul>
+<p>Frederic Barrat (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5c863a86427">b5c863a86427</a> npu2-opencapi: Use presence detection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/baa4156c71f4">baa4156c71f4</a> npu2-opencapi: Rework adapter reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/465bc3cac5b6">465bc3cac5b6</a> npu2-opencapi: Train links on fundamental reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f27a6322ec1c">f27a6322ec1c</a> npu2-opencapi: Cleanup traces printed during link training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/60cb2cd0595d">60cb2cd0595d</a> npu2-opencapi: Fix link state to report link down</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/94140dbc6a9c">94140dbc6a9c</a> npu2-opencapi: reduce number of retries to train the link</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2ce576152b4">c2ce576152b4</a> p8-i2c: fix wrong request status when a reset is needed</li>
+</ul>
+<p>Haren Myneni (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/56026a132924">56026a132924</a> NX: Add NX coprocessor init opal call</li>
+</ul>
+<p>Joel Stanley (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22320e119800">22320e119800</a> pflash: Use correct prefix when installing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3754022e50d5">3754022e50d5</a> occ-sensor: Avoid using uninitialised struct cpu_thread</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4026841b4848">4026841b4848</a> timebase: Remove unused remaining time calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3f20185ff5d">c3f20185ff5d</a> hdata: Remove hn variable where it is unused</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b2054c43315d">b2054c43315d</a> psi: Properly mask errors in SEMR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c032c5991207">c032c5991207</a> ast-bmc: Document BMC scratch register</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b09e48ffcdbf">b09e48ffcdbf</a> astbmc: Enable mbox depending on scratch reg</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5235791bbc66">5235791bbc66</a> opal-ci: qemu: Use the powernv-3.0 branch</li>
+</ul>
+<p>Madhavan Srinivasan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28ba76c32ea1">28ba76c32ea1</a> external/xscom-utils: Add python library for xscom access</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9ee7c7d3571">e9ee7c7d3571</a> opal-prd: Do not error out on first failure for soft/hard offline.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa82d360a73a">fa82d360a73a</a> opal/hmi: Display correct chip id while printing NPU FIRs.</li>
+</ul>
+<p>Michael Neuling (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d019581c981">3d019581c981</a> cpu: Clear PCR SPR in opal_reinit_cpus()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da05882b8e6e">da05882b8e6e</a> phb4: Minimise wait when moving through FRESET states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/efc4020a32fb">efc4020a32fb</a> phb4: Move training trace logging to next state.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9078f8268922">9078f8268922</a> phb4: Delay training till after PERST is deasserted</li>
+</ul>
+<p>Nicholas Piggin (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/277615348ba6">277615348ba6</a> core/console: fix deadlock when printing with console lock held</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a3f307ed0db">7a3f307ed0db</a> core/cpu: parallelise global CPU register setting jobs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e21159bf9683">e21159bf9683</a> core: always flush console before stopping</li>
+</ul>
+<p>Oliver O’Halloran (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac6059026442">ac6059026442</a> p8-i2c: Allow a per-port default timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3668dc88a1bd">3668dc88a1bd</a> hdata: Add TPM timeout workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/81d52fb22cc9">81d52fb22cc9</a> libstb/i2c-driver: Bump max timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49656a181133">49656a181133</a> p8-i2c: Remove force reset</li>
+</ul>
+<p>Reza Arbab (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ff8763c9b04">5ff8763c9b04</a> npu2/hw-procedures: Fence bricks via NTL instead of MISC</li>
+</ul>
+<p>Samuel Mendoza-Jonas (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f0ddec7e719">3f0ddec7e719</a> astbmc: Set romulus BMC type to OpenBMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5cc781de8803">5cc781de8803</a> ffspart: Don’t require user to create blank partitions manually</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6de8fe73b88">d6de8fe73b88</a> occ: sensors: Fix the size of the phandle array ‘sensors’ in DT</li>
+</ul>
+<p>Stewart Smith (30):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fe4cb348e13b">fe4cb348e13b</a> skiboot 6.0.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce2aab620902">ce2aab620902</a> doc: Further document development and release process</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/32e6ad0692ae">32e6ad0692ae</a> doc/opal-power-shift-ratio: fix table formatting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0181eea27db1">0181eea27db1</a> doc/opal-api: flesh out return-codes documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e92277523645">e92277523645</a> AMI BMC: use 0x3a as OEM command</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc4e55316981">dc4e55316981</a> skiboot 6.0.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d14909ecbd0d">d14909ecbd0d</a> skiboot 5.10.6 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a4840a304ba">4a4840a304ba</a> skiboot 5.9.9 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b4a02f79820b">b4a02f79820b</a> skiboot 5.4.10 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f708f67a4d0a">f708f67a4d0a</a> hdata/tests/stubs.c: fix GCC8 warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b32ddeb7ea0d">b32ddeb7ea0d</a> core/test/run_mem_region: fix GCC8 compile error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44d0f8638bc1">44d0f8638bc1</a> hdata/spira.c: fix iplparams feature name string handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70d544de8739">70d544de8739</a> hdata/i2c.c: fix building with gcc8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/918b7233d3bb">918b7233d3bb</a> Add -Wno-stringop-truncation for GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2865cedf49bf">2865cedf49bf</a> travis: add fedora28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/021f6f39b9bf">021f6f39b9bf</a> test/qemu: skip qemu test if ‘old’ qemu without PCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbfd8738319f">bbfd8738319f</a> travis: remove Ubuntu 12.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b70462c73a8">5b70462c73a8</a> ipmi-watchdog: don’t run by default yet</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5a32e86f3e2">a5a32e86f3e2</a> libflash: fix gcov build</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b86a92b6cb6">1b86a92b6cb6</a> Quieten console output on boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61bbadfcd603">61bbadfcd603</a> Blockchain isn’t the only data structure deserving of love</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8f650b6d55b4">8f650b6d55b4</a> hw/bt.c: quieten all the noisy BT/IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e50e239b75c3">e50e239b75c3</a> libflash: quieten our logging</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1839d2c714f8">1839d2c714f8</a> ipmi-sel: use opal_booting() over poking at debug descriptor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1dee4a43dc3">b1dee4a43dc3</a> Split debug_descriptor out into own include file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/900f86ab6ff7">900f86ab6ff7</a> Move include lock.h to fsp-console.h from console.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/440ecc83ab75">440ecc83ab75</a> skiboot v6.1-rc1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af1cbe34c85d">af1cbe34c85d</a> test/qemu: start building qemu again, and use our built qemu for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4949e4417d0e">4949e4417d0e</a> skiboot 6.0.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/452998f4be59">452998f4be59</a> skiboot 6.1 release notes</li>
+</ul>
+<p>Vaibhav Jain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/47c09cdfe7a3">47c09cdfe7a3</a> phb4/capp: Calculate STQ/DMA read engines based on link-width for PEC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8e61dfdb3865">8e61dfdb3865</a> cpu: Ensure no-return flag is updated for current cpu_thread</li>
+</ul>
+<p>Vasant Hegde (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb0079ea8490">bb0079ea8490</a> platform/astbmc: Do not delete compatible property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ded1f6e1abf5">ded1f6e1abf5</a> fast-reboot: Disable on FSP IPL side change</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77f510d35e8d">77f510d35e8d</a> vpd: Sanitize VPD data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/861350941f9a">861350941f9a</a> vpd: Add vendor property to processor node</li>
+</ul>
+<p>William A. Kennington III (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27dec8f85b68">27dec8f85b68</a> ipmi-watchdog: WD_POWER_CYCLE_ACTION -> WD_RESET_ACTION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b23d7714b4b8">b23d7714b4b8</a> ipmi-watchdog: Make it possible to set DONT_STOP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af7c59027d7b">af7c59027d7b</a> ipmi-watchdog: Don’t reset the watchdog twice</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84995f900497">84995f900497</a> ipmi-watchdog: Don’t disable at shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9f363245238">c9f363245238</a> ipmi-watchdog: Add a flag to determine if we are still ticking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/651f2049feb3">651f2049feb3</a> ipmi-watchdog: The stop action should disable reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7e956e687e64">7e956e687e64</a> ipmi-watchdog: Simplify our completion function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d2916409639">2d2916409639</a> ipmi-watchdog: Support resetting the watchdog after set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6e74c53ed64">e6e74c53ed64</a> ipmi-watchdog: Support handling re-initialization</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="v2-1-patches-11">
+<span id="id21"></span><h3>Patches<a class="headerlink" href="#v2-1-patches-11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-1-commits-11">
+<span id="id22"></span><h3>Commits<a class="headerlink" href="#v2-1-commits-11" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/46c6f2b4f13e">46c6f2b4f13e</a> Enable stop states 4,5</li>
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/f9eeb2840947">f9eeb2840947</a> Enable WOF Phase 2 Support</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.1-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.1-rc1</a></li>
+ <li>Next: <a href="v2.2-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v2.2-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.2-rc1.html b/release-notes/v2.2-rc1.html
new file mode 100644
index 0000000..7a639c2
--- /dev/null
+++ b/release-notes/v2.2-rc1.html
@@ -0,0 +1,4212 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.2-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.2" href="v2.2.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.1" href="v2.1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-2-rc1">
+<h1>Release Notes for OpenPower Firmware v2.2-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-2-rc1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.2-rc1 was released on Thursday November 29th, 2018. It will become the new stable
+release of op-build, following on from v2.1, first released on July 12th, 2018.</p>
+<p>op-build v2.2-rc1 contains all the fixes as of op-build v2.0.10, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.</p>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.2 release. We expect to do a final
+v2.2 tagged release early December 2018.</p>
+<div class="section" id="removed-platforms">
+<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>openpower_p9_mambo</li>
+</ul>
+<p>The openpower_mambo and openpower_p9_mambo defconfigs were the same, so we only need one of them.</p>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="21%" />
+<col width="15%" />
+<col width="16%" />
+<col width="48%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.28.4</td>
+<td>1.29.3</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>dtc</td>
+<td>1.4.4</td>
+<td>1.4.7</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>elfutils</td>
+<td>0.169</td>
+<td>0.174</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>ethtool</td>
+<td>4.15</td>
+<td>4.16</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw061618a.92
+0</td>
+<td>hw112118a.930</td>
+<td>p9dsu, romulus, witherspoon,
+witherspoon_dev, zaius</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>16f11c2e9</td>
+<td>14dbbd68d</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>876b79aac</td>
+<td>3f1f2186b</td>
+<td>p9dsu, romulus, witherspoon, zaius</td>
+</tr>
+<tr class="row-odd"><td>hostboot-binaries</td>
+<td>hw070718b.92
+0</td>
+<td>hw111318a.930</td>
+<td>barreleye, firestone, garrison, habanero,
+p9dsu, palmetto, romulus, vesnin,
+witherspoon, witherspoon_dev, zaius</td>
+</tr>
+<tr class="row-even"><td>hostboot-p8</td>
+<td>d3025f5d7</td>
+<td>c35645e2d</td>
+<td>barreleye, firestone, garrison, habanero,
+palmetto, vesnin</td>
+</tr>
+<tr class="row-odd"><td>ima-catalog</td>
+<td>6a1fd2545</td>
+<td>3d30c7aca</td>
+<td>barreleye, firestone, garrison, habanero,
+p9dsu, palmetto, romulus, vesnin,
+witherspoon, witherspoon_dev, zaius</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v5.10.1</td>
+<td>v6.2-rc1</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, p9dsu, palmetto, pseries,
+romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.17.4</td>
+<td>4.19.4</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>linux-firmware</td>
+<td>65b1c68c6</td>
+<td>8d69bab7a</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>linux-headers</td>
+<td>4.17.4</td>
+<td>4.19.4</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>6a78496c2</td>
+<td>acb73cf1f</td>
+<td>habanero</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>c6f563966</td>
+<td>e0fae90fc</td>
+<td>palmetto</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>b788f9984</td>
+<td>d91ade764</td>
+<td>romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>dda5b93d9</td>
+<td>4fb3a4b92</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>7cd20a6ac</td>
+<td>c488a6234</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>f9eeb2840</td>
+<td>40bf092f8</td>
+<td>zaius</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>5c01b5476</td>
+<td>12c8088a3</td>
+<td>p9dsu, romulus, witherspoon,
+witherspoon_dev, zaius</td>
+</tr>
+<tr class="row-odd"><td>openpower-pnor</td>
+<td>f6d970c6a</td>
+<td>aa94a39eb</td>
+<td>barreleye, firestone, garrison, habanero,
+p9dsu, palmetto, romulus, vesnin,
+witherspoon, witherspoon_dev, zaius</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>1.8.0</td>
+<td>1.9.2</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>fad6732f2</td>
+<td>cf61dc391</td>
+<td>p9dsu, romulus, witherspoon,
+witherspoon_dev, zaius</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.1</td>
+<td>v6.2-rc2</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.32</td>
+<td>2.32.1</td>
+<td>barreleye, firenze, firestone, garrison,
+habanero, openpower_mambo, p9dsu, palmetto,
+pseries, romulus, vesnin, witherspoon,
+witherspoon_dev, zaius, zz</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="15%" />
+<col width="65%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>common-p8-xml</td>
+<td>e02b6f6dd</td>
+<td>p9dsu,romulus,witherspoon,witherspoon_dev,zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>5c01b5476</td>
+<td>zz</td>
+</tr>
+<tr class="row-even"><td>openpower-mrw</td>
+<td>0729a4a68</td>
+<td>p9dsu,romulus,witherspoon,witherspoon_dev,zaius</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/habanero-xml/commit/0c79a27379bd">0c79a27379bd</a> Fix
+IBSCOM_MCS_BASE_ADDR value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/28e636043531">28e636043531</a> Set GPMMR
+RESET_STATE_INDICATOR</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d9a20de2e4b">9d9a20de2e4b</a> Adding a fapi_assert
+to flag error if PPE is not halted.</li>
+</ul>
+<p>Brian Vanderpool (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e3d105d276b3">e3d105d276b3</a> STOP: Clear CPPM_PECES
+on entry during power save cycle to prevent wakeup events</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d334632a4fc">0d334632a4fc</a> Enable CME IAR trace
+and remove stall events from trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2770649588ff">2770649588ff</a> STOP: PCBMux Savior
+version 2 + TLBIE workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/387d0dff2475">387d0dff2475</a> STOP: Scom Restore
+version 2</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/127b1eca3e84">127b1eca3e84</a> STOP: Release the PCB
+Atomic lock on aborted Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/69de20ee7f49">69de20ee7f49</a> This reverts the stop
+1 commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/927a4ffbc292">927a4ffbc292</a> STOP: Move delay after
+LPID change to before asserting quiesce</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0999eb2d7378">0999eb2d7378</a> STOP: Give SGPE
+control over VDM, DPLL before turning off Jump protect and VDMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/585ebdd5ad02">585ebdd5ad02</a> STOP: Fix DB2 message
+for DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/22782e49d66c">22782e49d66c</a> STOP: Clear CPPM_PECES
+on entry during power save cycle to prevent wakeup events</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d1fd2cc84e1">6d1fd2cc84e1</a> Alink Hot Repair Fix</li>
+</ul>
+<p>Christopher M. Riedl (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1883eb35452">d1883eb35452</a> Pstate: Resonant
+Clocking Enablement - CME Hcode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b5e4bb67b41">6b5e4bb67b41</a> Pstate: Remove legacy
+VDM code</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/212a68631c93">212a68631c93</a> Pstate: VDM Enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2815449e8a63">2815449e8a63</a> PM: Implement L2
+Resclk Function</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1257a0854ca3">1257a0854ca3</a> IOTA</li>
+</ul>
+<p>Claus Michael Olsen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/57bbd2874a93">57bbd2874a93</a> Cleanup: Updated Mvpd
+access function and removal of unused rings</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68ddc7db4986">68ddc7db4986</a> Infrastructure support
+for new MC OMI rings for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3c3a12adec74">3c3a12adec74</a> OCMB explorer
+initCompiler support</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ed9af7a17733">ed9af7a17733</a> HCODE Make divide
+using DERP/DORP atomic</li>
+</ul>
+<p>Greg Still (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dc65a4916ce5">dc65a4916ce5</a> PM: clear Hcode error
+injection bits upon injection and malf alert</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b342ec7d38cc">b342ec7d38cc</a> SGPE and CME scanning
+integration</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dcc359d6da6">1dcc359d6da6</a> PM: clear Hcode error
+injection bits upon injection and malf alert</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d11796515369">d11796515369</a> SMF: SBE updates for
+SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/962e9921c88b">962e9921c88b</a> SMF: clear HRMOR[15]
+in all modes so that secure mode won’t hang core</li>
+</ul>
+<p>Gregory S. Still (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5762d99877f8">5762d99877f8</a> Revert “Self Restore:
+Integrated support for build of self-restore code in EKB.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51932dc44266">51932dc44266</a> Revert “Self Restore:
+Integrated support for build of self-restore code in EKB.”</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/473b1f4620dd">473b1f4620dd</a> HW417560 NCU master
+tlbie settings tuning</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08985a7d51c3">08985a7d51c3</a> Secure memory
+allocation and setup</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8fde47008ae5">8fde47008ae5</a> FBC TDM recovery – PPE
+update, clear recal_abort, pdwn unconnected lanes</li>
+</ul>
+<p>Michael Floyd (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/060a3ae8b3a1">060a3ae8b3a1</a> STOP: Support to
+unfreeze IMA after self-restore</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b46f051b9884">b46f051b9884</a> STOP: Actually enable
+Manual Stop1 for Nimbus DD1 to fix the PSSCR PLS reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51a2d2a61147">51a2d2a61147</a> STOP: Fix STOP1
+correctly for DD1 Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0fea3b073537">0fea3b073537</a> Fix DD LEVEL to
+support minor ECs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d520bc71a080">d520bc71a080</a> CME Code Size
+Reduction ATTEMPT#3</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08ca175ac7d3">08ca175ac7d3</a> Putring support for
+SGPE platform</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90d69ca63b67">90d69ca63b67</a> STOP:Dont clear
+pmc_pcb_intr_type0_pending in OISR1/OIMR1 register</li>
+</ul>
+<p>Prem Shanker Jha (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/edbff4367d05">edbff4367d05</a> STOP API: API
+conditionally supports 255 SCOM restore entries for each quad.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/66176a78c769">66176a78c769</a> PM: Added support for
+enable disable of 24x7 IMA.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f1b55d0784a">2f1b55d0784a</a> EQ SCOM Restore:
+Introduced version control in SCOM restore entry.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c5e1d1e154fa">c5e1d1e154fa</a> Hcode Injection: Adds
+hcode error injection capability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c4a28977ea7">2c4a28977ea7</a> SCOM Restore:
+Increased max eq scom restores entries supported to 255.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/058ab063c16f">058ab063c16f</a> SCOM Restore: Handle
+case of old HB and new STOP API case.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/64f1e841cc66">64f1e841cc66</a> SCOM Restore: Updated
+EQ SCOM Restore logic.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ffe69c747671">ffe69c747671</a> UV Support: CME Hcode
+changes to enable STOP entry exit in SMF mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5477b13b8aa1">5477b13b8aa1</a> Self Restore:
+Integrated build with rest of the EKB build flow.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/52a11a1d8cc7">52a11a1d8cc7</a> Revert “Self Restore:
+Integrated build with rest of the EKB build flow.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/00771fa993da">00771fa993da</a> Self Restore:
+Integrated support for build of self-restore code in EKB.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c919d9d0b0a5">c919d9d0b0a5</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d7e8d7883577">d7e8d7883577</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3061db3d69ee">3061db3d69ee</a> STOP API: Changes for
+SMF and SPR self save</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0adc4f9c9733">0adc4f9c9733</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56c7b556aa46">56c7b556aa46</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/df7b1f86b421">df7b1f86b421</a> Img Build: HOMER
+changes for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/12ef819fb295">12ef819fb295</a> Self Restore:
+Integrated build with rest of the EKB build flow.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/03fb4ce48575">03fb4ce48575</a> Revert “Self Restore:
+Integrated build with rest of the EKB build flow.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f1739a53581">2f1739a53581</a> Self Restore:
+Integrated support for build of self-restore code in EKB.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7bb39027bdf6">7bb39027bdf6</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/31fe5db5426e">31fe5db5426e</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1762a6ef1dc9">1762a6ef1dc9</a> Self Restore: Changes
+for SMF and SPR self save.</li>
+</ul>
+<p>Rahul Batra (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/777fb2ed5684">777fb2ed5684</a> PGPE: Fixes and
+Cleanup for Mfg/Char team</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/985248cf55ed">985248cf55ed</a> OCC Flags/OCC Scratch
+Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b56b1459f58">6b56b1459f58</a> PSTATE: CME
+refactoring and cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/40edb9bed0e8">40edb9bed0e8</a> PM: PGPE-SGPE Common
+Code Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b87f07ac673a">b87f07ac673a</a> PM: Inter-PPM controls
+enablement and VDMCFG</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f8af7be16849">f8af7be16849</a> PM: PMSR Update Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f3d1f8ad891">4f3d1f8ad891</a> PGPE:
+STOP11+WOF+SafeMode Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c9cb39853b5c">c9cb39853b5c</a> WOF: More Phase 2
+Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dc1e756bfc15">dc1e756bfc15</a> PGPE: Error Handling
+Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/314a7a3990a1">314a7a3990a1</a> PM: Fixes for Livelock
+Scenarios</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dda31245982">1dda31245982</a> CME: Process DB0
+inside intercme_msg_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/299fb1c3181c">299fb1c3181c</a> PGPE: ACK pending IPCs
+upon fault with Pstates Stopped</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/299a9ff24994">299a9ff24994</a> PGPE: Don’t set EE=1
+in CME Err Handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a4a2740828dd">a4a2740828dd</a> PGPE: Use correct VPD
+Pts for VDD to Pstate intp.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0c9db2e5070a">0c9db2e5070a</a> PM: Add Fields in OCC
+Comp. Shr SRAM (1/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96d494c43265">96d494c43265</a> PM: Move SGPE/PGPE
+Region and update QPMR/PPMR(2/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/888eabf3c65b">888eabf3c65b</a> PM:Fill SGPE/PGPE
+regions fields in QPMR/PPMR(3/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4576fce87893">4576fce87893</a> PGPE: Only ack pending
+Quad Exit on WOF Disable</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/62d33641fb57">62d33641fb57</a> update gerrit hostname
+for server migration</li>
+</ul>
+<p>Yue Du (131):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9fa0bca8256d">9fa0bca8256d</a> STOP: Fix Srr1 wrongly
+reported upon special wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9cf14ad78bee">9cf14ad78bee</a> STOP: Fix CME Special
+Attention handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b187d9dec127">b187d9dec127</a> STOP: Clean up stop
+state after aborted L3 purge during Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/50d85ba05425">50d85ba05425</a> STOP: Fix Core Special
+Wakeup window condition</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f063536057b">2f063536057b</a> PM: PGPE hang fix
+during VDM droop workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b46364f8852b">b46364f8852b</a> STOP: Fix Stop1 Window
+conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d438cd34f57">6d438cd34f57</a> STOP: Fix hole in
+62403</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/369bb2085bc9">369bb2085bc9</a> STOP: remove chiplet
+enable drop in core_poweron for multicast scom</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/335521ff5c3c">335521ff5c3c</a> STOP: Fix VDM Droop
+Event DB3 Window condition breaking STOP</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8ee920ea7232">8ee920ea7232</a> first draft of
+ppe_closed/cme & sgpe, and common/pmlib/</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/64616b74284e">64616b74284e</a> CME/SGPE: Complete
+Working STOP8 CME/SGPE Images Snapshot</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5f2e6f8d81d6">5f2e6f8d81d6</a> CME/SGPE: STOP11
+CME/SGPE Images Snapshot</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bfede8ec480a">bfede8ec480a</a> Combined Stop/PState
+Cme Image + unified interrupt handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/61af8a881aae">61af8a881aae</a> CME/SGPE: update stop
+cme/sgpe images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bc9bb572d403">bc9bb572d403</a> CME/SGPE: Optimus
+Prime approves these upgrade of STOP images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/79e84aa28337">79e84aa28337</a> CME/SGPE: STOP Images
+functional bug fix collection</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6a5a238342c0">6a5a238342c0</a> CME/SGPE: STOP image
+updates and fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/812806005f0e">812806005f0e</a> CME/SGPE: yet another
+updating commit for stop images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/03a1c325e27f">03a1c325e27f</a> STOP: Hcode SPWU
+replacing auto spwu</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/43ed89a56b77">43ed89a56b77</a> HB: fix HB core boot
+resulting cme boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4d137bc45835">4d137bc45835</a> STOP Image updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bfc2e785e03f">bfc2e785e03f</a> STOP: clear EISR
+pm_active in entry catchup case.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/db26cbf27922">db26cbf27922</a> STOP: enable cme trace
+array before cme boot in SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6237da008ba3">6237da008ba3</a> STOP: logic hole in L2
+purge abort causing core being 0 undetected</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08e215c16d75">08e215c16d75</a> STOP: fix variable
+spin being defined under epm_tunning enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5e742844d0d6">5e742844d0d6</a> STOP: Cache Scom
+Restore(without copy to Sram)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/395eb7ab9d95">395eb7ab9d95</a> STOP: DD2 - abort
+entry on attn/recov + skip power off on OOB bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5e3e7f755b40">5e3e7f755b40</a> STOP: scominit adding
+initfile calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/add78b915e7e">add78b915e7e</a> STOP: Set chiplet ids
+in sgpe and cme</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aee37bdb6f32">aee37bdb6f32</a> STOP: SGPE IPC support
+for WOF</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee432a5c78b9">ee432a5c78b9</a> STOP: Enable
+DLS+ManualStop1 Fix for DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c47b00594dd0">c47b00594dd0</a> STOP: Stop cme trace
+array and halt CME before stop cache clocks</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1cacd2e47afb">1cacd2e47afb</a> STOP: prevent ppe wait
+cycle being compiled out by compiler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5cbaf622642">e5cbaf622642</a> STOP: Clear up todo
+items in STOP and mark them with RTC</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7a8ac99b193a">7a8ac99b193a</a> STOP: Fix CME halt in
+sgpe entry to check partial good ex</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8045ce18d2f1">8045ce18d2f1</a> HW398205: fix cme
+entry abort changed irq masking assumption</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9636f085a381">9636f085a381</a> STOP: optimize size of
+stop images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/147aa0e27bfb">147aa0e27bfb</a> STOP: Fix L2 purge
+abort by pc interrupt on core handoff to sgpe</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/23699f0f507c">23699f0f507c</a> STOP: move drop few
+quiesces from l2/cache startclocks to scomcust</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b8fd2c796b1e">b8fd2c796b1e</a> IPL/Stop: Assert
+ABIST_SRAM_MODE_DC to support ABIST Recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ca38deeb68d3">ca38deeb68d3</a> STOP: Fix optimize
+size and quad spwu issue of EIMR bookkeep</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8f9b2870e788">8f9b2870e788</a> Hcode: Create
+centralized memory map headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2b66fcf8c509">2b66fcf8c509</a> STOP: Change ring_save
+structure to 0xfff3fc00 PDA location</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e3f788c9832f">e3f788c9832f</a> STOP: Atomic lock of
+cache clock controller and PCB slave</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c2290bc9dcd9">c2290bc9dcd9</a> STOP: FIX phantom
+wakeup vs. wakeup_notify_select</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0bd58a1ae4cd">0bd58a1ae4cd</a> STOP: Acquire pcbmux
+after assert glsmux in cme exit</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/397e4a685a0a">397e4a685a0a</a> STOP: Conditional
+compile current error check to save cme size</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f993351fce4">2f993351fce4</a> STOP: writing all 1s
+to lpid of each thread regardless fuse or not</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4e43fe99fdd5">4e43fe99fdd5</a> STOP: DD2 set
+PPM_WRITE_DISABLE along with wakeup_notify_select</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d306208678bf">d306208678bf</a> STOP: Using PANIC
+codes at every pk_halt</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42983359df3b">42983359df3b</a> STOP: IPC Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/018efbd5a68a">018efbd5a68a</a> STOP: Recent Lab Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c8a51c06776a">c8a51c06776a</a> STOP: express
+processing targets of stop1/2 and stop5/8 exit</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/53f1e7456266">53f1e7456266</a> STOP: UIH updates on
+trace and phantom interrupt handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14430f595c58">14430f595c58</a> STOP: clear PCBMUX
+disable from STOP Exit instead of SGPE INIT</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/595dfc61ace3">595dfc61ace3</a> STOP: Fix express
+processing commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3a274b8ce7a8">3a274b8ce7a8</a> STOP: Enable CHTM</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/25e3908c810f">25e3908c810f</a> STOP: DD2 workaround
+toggling pm_exit and wakeup without lpid ram</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4214195803a4">4214195803a4</a> STOP: Add global
+checkstop FIR check in CME/SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/da5fbae2bce5">da5fbae2bce5</a> STOP: enable
+decrementor wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42ddb69355b9">42ddb69355b9</a> STOP: SGPE fixes for
+PGPE Interaction</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dbc5a4d27789">dbc5a4d27789</a> STOP: Fix
+FABRIC_PUMP_MODE plumbing in stop images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8e8f54fb5906">8e8f54fb5906</a> STOP: Stop1 overall
+fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4404541f4c43">4404541f4c43</a> STOP: Fix STOP1 with
+Powermixer</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a7817cd22ca3">a7817cd22ca3</a> STOP: Fix hostboot
+stop level mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e1b9fa3165f7">e1b9fa3165f7</a> STOP: Move Stop 8 code
+from CME to SGPE for CME space savings</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d5c4e6d6eb3c">d5c4e6d6eb3c</a> STOP: move CME
+scominits from corequad_init to SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8d6afc648185">8d6afc648185</a> STOP: NDD2 daul cast
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9e5e6987ce47">9e5e6987ce47</a> STOP: Scrub _ANR and
+_OR opcode from regular cme getscom</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3be7a025c4b4">3be7a025c4b4</a> STOP: Fix suspend_stop
+when threads are idle</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5ef29f4f0b44">5ef29f4f0b44</a> STOP: block wakeup (+
+block entry since patch 15)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97d950e4fcf4">97d950e4fcf4</a> STOP: Suspend stop to
+cmes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/35e40d9f239a">35e40d9f239a</a> STOP: inline
+called-once functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/853ebdb748d0">853ebdb748d0</a> STOP: Fix EPM Compiler
+error</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1bdd5be3c625">1bdd5be3c625</a> STOP: CME no state
+loss causes stop level map</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f79fd1521fa">4f79fd1521fa</a> STOP: Put PIG and
+Notify_select back to back</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb61e86407c9">bb61e86407c9</a> STOP: collection of
+small fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dfe9fb6d5b26">dfe9fb6d5b26</a> STOP: Remove sdisn dd1
+workaround from dd2, add sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/165be7914dd4">165be7914dd4</a> STOP: Disable Stop8</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a785ba7bd82a">a785ba7bd82a</a> STOP: Stop5
+Performance Boost and solve IPC issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/46e554dd65d6">46e554dd65d6</a> STOP: Fix Disable
+Stop8 on L3 Purge Abort case</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/879e075c8794">879e075c8794</a> STOP: Fix
+DISABLE_STOP8 broken HB in NDD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/70ea2a3001f9">70ea2a3001f9</a> STOP/EPM: Fix Stop5
+history and marker reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef3b1c4fd9f6">ef3b1c4fd9f6</a> STOP: Attempt to Fix
+quad spwu caused incorrect flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5663ad1a0a6e">5663ad1a0a6e</a> STOP: Init code before
+starting threads</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/92e7e51217c7">92e7e51217c7</a> STOP: Core Xstop
+Injection</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1d91a624cd08">1d91a624cd08</a> STOP: Fix NCU tlbie
+quiesce and purge for disable_stop8</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c4dd66c7e905">c4dd66c7e905</a> STOP: Fix PIG in L2
+Resonant Clock support</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3a0701e16b0b">3a0701e16b0b</a> STOP/EPM: Fix EPM
+marker</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1ca56324b31b">1ca56324b31b</a> STOP: Add Core quiesce
+workaround to CME Fit Timer</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/16c90472bc44">16c90472bc44</a> STOP: Fix resonant
+clock supprot for STOP11</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7e6359852b9c">7e6359852b9c</a> STOP: Fix VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6bcca60d0b20">6bcca60d0b20</a> STOP: Reenable STOP8
+(without L2 resonant clock support)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f9abf6ea21a">2f9abf6ea21a</a> STOP: Core livelock
+buster</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42f7f0722483">42f7f0722483</a> STOP: Properly clear
+DPLL unlock indication in dpll_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8de4444d0bf0">8de4444d0bf0</a> STOP: Fix VDM being
+powered down through Stop2</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d6d5a47ca19">0d6d5a47ca19</a> STOP: Fix Dec Wakeup
+on NDD2.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/687e91a4bebc">687e91a4bebc</a> Revert PLL unlock
+commits of 45102 and 46563</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/84d1108a96f5">84d1108a96f5</a> STOP: Fix Resonent
+Clock Support for STOP11</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3f6199622ee9">3f6199622ee9</a> STOP: Fix SGPE UIH
+Messed up EIMR book keeping Error</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b5a192341afa">b5a192341afa</a> STOP: Fix SGPE IPC
+acks causing UIH stack underflow</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9453b8d7ded6">9453b8d7ded6</a> STOP: EX deconfigure
+masking for EQ chiplet FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7665beeefb58">7665beeefb58</a> STOP/PState: SGPE/PGPE
+Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9b1b8717adaa">9b1b8717adaa</a> STOP: Fix PLS deepest
+when stop4+ due to self restore wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/69a928aa4bb2">69a928aa4bb2</a> STOP: Update STOP
+History with Stop8 for Srr1 state loss reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/55f1962e9611">55f1962e9611</a> STOP: Fix SGPE stop
+servicing wakeups</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/23df9c72f523">23df9c72f523</a> STOP: Fix Phantom PCWU
+causing CME IOTA to halt</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6394ad5d5d44">6394ad5d5d44</a> STOP: Block Wakeup
+Mode Fixes for Phyp</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/80df64dc8b8d">80df64dc8b8d</a> STOP: Fix Block Wakeup
+Mode with Catchup and Abort cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/504882800d12">504882800d12</a> STOP: Abort Entry on
+Error</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b85b02d31b6c">b85b02d31b6c</a> STOP: Support Suspend
+Entry/Exit and Fix Pig Collision</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2daa7fda42f4">2daa7fda42f4</a> STOP: Fix Data Machine
+Check with PLS Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1bd7fb127cf2">1bd7fb127cf2</a> STOP: Fix Infinite
+Stacking up Stop Processing led by Entry Abort</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d9226cd7ef3c">d9226cd7ef3c</a> STOP: Fix SGPE Active
+Core Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1716d00737b">d1716d00737b</a> STOP: Fix History
+Write Data Machine Check by PPM_WRITE_DISABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a14e95a6f9a9">a14e95a6f9a9</a> STOP: CME/SGPE Hcode
+size reduction via global use of literals</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/16516a11d74b">16516a11d74b</a> STOP: Fix Srr1 wrongly
+reported upon special wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0b555c46d817">0b555c46d817</a> STOP: Fix leftover
+wakeup aborting next entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4c395be55c71">4c395be55c71</a> STOP: Clean up stop
+state after aborted L3 purge during Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97ebd3defe27">97ebd3defe27</a> STOP: Fix Stop1 Window
+conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0b859154f439">0b859154f439</a> STOP: Fix hole in
+62403</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/05ecc90b525b">05ecc90b525b</a> STOP: Fix PLS/Srr1
+over reporting bug (impact stop2 only)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1e733df20292">1e733df20292</a> STOP: Assert Auto
+Special Wakeup mode on cores with halted CME</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/691d819d65ae">691d819d65ae</a> STOP: Fix incorrect
+solution in 61385</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ba27d42d879d">ba27d42d879d</a> STOP: Fix leftover
+wakeup aborting next entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6fa2da010fe0">6fa2da010fe0</a> STOP: Assert Auto
+Special Wakeup mode on cores with halted CME</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5e5285bdc7ca">5e5285bdc7ca</a> STOP: Fix Spwu Auto to
+Manual mode Signals Sync up.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/81d08fdcddec">81d08fdcddec</a> IPL/STOP: Disable LCO
+when only two EXes are configured</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1bfc67460df">d1bfc67460df</a> STOP: Disable cache
+inject and LCO before purge L3</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e995520aa797">e995520aa797</a> STOP: Fix Bug
+introduced by 66511</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/933b1b1214c5">933b1b1214c5</a> STOP: Change cme init
+to avoid using sisr block wakeup status</li>
+</ul>
+<p>hostboot (77):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8ebf9d25f75e">8ebf9d25f75e</a> Release tag
+information updated for hw061918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ebe34c4d9214">ebe34c4d9214</a> Release tag
+information updated for hw062018a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fa642d7dff73">fa642d7dff73</a> Release tag
+information updated for hw062118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c8b9fe083a2d">c8b9fe083a2d</a> Release tag
+information updated for hw062218a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5aec165e2d02">5aec165e2d02</a> Release tag
+information updated for hw062318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5489c35029d">e5489c35029d</a> Release tag
+information updated for hw062518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6c04729cc5a5">6c04729cc5a5</a> Release tag
+information updated for hw062618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b2db756845d1">b2db756845d1</a> Release tag
+information updated for hw062718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/016a745b13ba">016a745b13ba</a> Release tag
+information updated for hw062818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/169b85d36210">169b85d36210</a> Release tag
+information updated for hw062918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1ff4bfd66475">1ff4bfd66475</a> Release tag
+information updated for hw070318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/61331f0370f3">61331f0370f3</a> Release tag
+information updated for hw070618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/43f4caba2ed5">43f4caba2ed5</a> Release tag
+information updated for hw070718b.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4fb5657b74cc">4fb5657b74cc</a> Release tag
+information updated for hw071018a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/63cade31b47f">63cade31b47f</a> Release tag
+information updated for hw071118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9585f97f7b16">9585f97f7b16</a> Release tag
+information updated for hw071118b.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f4500d105ab1">f4500d105ab1</a> Release tag
+information updated for hw071418a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a07a0e57a533">a07a0e57a533</a> Release tag
+information updated for hw071518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/31e3dd374bb3">31e3dd374bb3</a> Release tag
+information updated for hw071718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c55120a93fee">c55120a93fee</a> Release tag
+information updated for hw071818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/181339033db5">181339033db5</a> Release tag
+information updated for hw072518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c7456ae85294">c7456ae85294</a> Release tag
+information updated for hw072618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/eda2a98fe87d">eda2a98fe87d</a> Release tag
+information updated for hw080118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d7ae5d19629f">d7ae5d19629f</a> Release tag
+information updated for hw080918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/94491cf743ec">94491cf743ec</a> Release tag
+information updated for hw082218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f241353a3ec6">f241353a3ec6</a> Remove files to
+restore git history</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6786319b2fb4">6786319b2fb4</a> Release tag
+information updated for hw082218b.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6e6e58f54558">6e6e58f54558</a> Release tag
+information updated for hw082318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/054ef762ef58">054ef762ef58</a> Release tag
+information updated for hw082418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/22eddcf69bc3">22eddcf69bc3</a> Release tag
+information updated for hw082518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3909ea4b1a3c">3909ea4b1a3c</a> Release tag
+information updated for hw082718b.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dd088012def">0dd088012def</a> Release tag
+information updated for hw082818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4adf86eece20">4adf86eece20</a> Release tag
+information updated for hw082918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/75917d6d2499">75917d6d2499</a> Release tag
+information updated for hw083018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8b0503bbb423">8b0503bbb423</a> Release tag
+information updated for hw090118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ba2ab0af5bb9">ba2ab0af5bb9</a> Release tag
+information updated for hw090318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa14edfd21c2">aa14edfd21c2</a> Release tag
+information updated for hw090518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3850f5347cb2">3850f5347cb2</a> Release tag
+information updated for hw091318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ab50249172ff">ab50249172ff</a> Release tag
+information updated for hw091518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2187a72368c3">2187a72368c3</a> Release tag
+information updated for hw091818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96d91da78a8a">96d91da78a8a</a> Release tag
+information updated for hw091918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d245f2518e4">9d245f2518e4</a> Release tag
+information updated for hw092018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c715f43231cc">c715f43231cc</a> Release tag
+information updated for hw092218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0ee2ed1e73e5">0ee2ed1e73e5</a> Release tag
+information updated for hw092518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/85f754205d58">85f754205d58</a> Release tag
+information updated for hw092618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/10bf99ef8b63">10bf99ef8b63</a> Release tag
+information updated for hw092718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/110d77df2db5">110d77df2db5</a> Release tag
+information updated for hw092818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96a0480a73df">96a0480a73df</a> Release tag
+information updated for hw092918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8994383c50d7">8994383c50d7</a> Release tag
+information updated for hw100218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97dfe3026c12">97dfe3026c12</a> Release tag
+information updated for hw100318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/32d6982fa49c">32d6982fa49c</a> Release tag
+information updated for hw100418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fb1cfe5d1f0d">fb1cfe5d1f0d</a> Release tag
+information updated for hw100518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6083743a69ad">6083743a69ad</a> Release tag
+information updated for hw100618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bbc1e12eb3c2">bbc1e12eb3c2</a> Release tag
+information updated for hw100918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/833f5f0cac7d">833f5f0cac7d</a> Release tag
+information updated for hw101018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2e50384d51b6">2e50384d51b6</a> Release tag
+information updated for hw101118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d2fb0b0c60c8">d2fb0b0c60c8</a> Release tag
+information updated for hw101218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3aa39e3ce6b3">3aa39e3ce6b3</a> Release tag
+information updated for hw101318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/94a83e1f90a7">94a83e1f90a7</a> Release tag
+information updated for hw101718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/92d086017054">92d086017054</a> Release tag
+information updated for hw101818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97165dd1a052">97165dd1a052</a> Release tag
+information updated for hw101918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/875b828fcde4">875b828fcde4</a> Release tag
+information updated for hw102018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1bc6f698107">c1bc6f698107</a> Release tag
+information updated for hw102318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa1bf832ebb5">aa1bf832ebb5</a> Release tag
+information updated for hw102418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dd4c043e9d7">1dd4c043e9d7</a> Release tag
+information updated for hw102518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/690b5374a33a">690b5374a33a</a> Release tag
+information updated for hw102618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/947ea51a0746">947ea51a0746</a> Release tag
+information updated for hw102718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/081daf6f62d2">081daf6f62d2</a> Release tag
+information updated for hw103018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c80d12a0db73">c80d12a0db73</a> Release tag
+information updated for hw103118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e86871325999">e86871325999</a> Release tag
+information updated for hw110118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97b411489e03">97b411489e03</a> Release tag
+information updated for hw110218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f30dd702b79e">f30dd702b79e</a> Release tag
+information updated for hw110318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/670b3fa576fb">670b3fa576fb</a> Removing selfRest.bin
+as it changed, mirror tool cannot mirror binary files</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0178a133fbbd">0178a133fbbd</a> Release tag
+information updated for hw111318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cdb633ddb79d">cdb633ddb79d</a> Release tag
+information updated for hw111518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/92d425d4f137">92d425d4f137</a> Release tag
+information updated for hw112018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f5d8831eca2d">f5d8831eca2d</a> Release tag
+information updated for hw112118a.930</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-2" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch">hostboot-0002-Revert-Mark-Read-Only-Partitions-as-Such.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c1001a91668">2c1001a91668</a> Axone only-IPL
+Procedures update to support SBE changes</li>
+</ul>
+<p>Adam Hale (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fe693504fb6">2fe693504fb6</a> SW434534: Channel
+Fail Cascade Workaround part 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b5108755cea">4b5108755cea</a> Disable HW439321
+workaround in dd1.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95b925b6af0e">95b925b6af0e</a> HW439321 for dd1.3
+with compat mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f8994da8802">4f8994da8802</a> HW467590 - WAT
+Solution to prevent ARMWF starvation early hang</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d83a4ee8495c">d83a4ee8495c</a> SW449387 - Removed
+Centaur Bad Lane voting disable and CRC tally</li>
+</ul>
+<p>Alpana Kumari (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5df99c9d267">e5df99c9d267</a> EC level match for
+only functional master Proc per Node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e68587e470a3">e68587e470a3</a> Support flag
+parameter for addBusCallout</li>
+</ul>
+<p>Alvin Wang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41e818515bd8">41e818515bd8</a> Update
+setup_fw_boot_config() to read out actual values from attributes</li>
+</ul>
+<p>Amit Tendolkar (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fcc6813c098">8fcc6813c098</a> SW419349: Handle
+override of deconfig by Error vs FCO reasons by association</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc3e00781d72">dc3e00781d72</a> Adapt
+p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ae026518959">7ae026518959</a> Avoid spurious Malf
+Alert (HMI) to PHYP in PM Complex Reset/Suspend</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd2fa4504ba3">dd2fa4504ba3</a> Handling special
+wakeup assert/deassert mis-match in PM Reset/Init on MALF</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4022351e16d2">4022351e16d2</a> Enable PM Malf
+Alert Handling & PM Complex FFDC to HOMER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9787cfbf7cd9">9787cfbf7cd9</a> Misc. fixes for PM
+Malf/Stop Recovery with CME injects</li>
+</ul>
+<p>Andre Marin (30):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e53ffaa95148">e53ffaa95148</a> Add empty files for
+refactored SPD read API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81996e944c89">81996e944c89</a> Add SPD reader and
+traits DDR4 def</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f7719f257dd">3f7719f257dd</a> Add SPD decoder
+files for the factory, decoder, and data engine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8edea55c6dd">a8edea55c6dd</a> Move poll.H into
+generic memory folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77a99242f79d">77a99242f79d</a> Remove Nimbus
+dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d175f43bb505">d175f43bb505</a> Add MEM_PORT target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0baa771538e2">0baa771538e2</a> Add empty
+mss_byte.H and mss_generic_check to ease HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a03e838d00c">6a03e838d00c</a> Generalize byte
+reading from SPD reading, for exp i2c reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/971d57b0cfd8">971d57b0cfd8</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b6dde2ad7d0">4b6dde2ad7d0</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84923368d03f">84923368d03f</a> Fix i2c doxy and
+update i2c_access.H doxy to match fapi2_access_i2c.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6d3649cfdfa">d6d3649cfdfa</a> Fixes memdiags
+broadcast mode address check bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a26749cdb659">a26749cdb659</a> Remove Nimbus
+dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43f978d59a3">f43f978d59a3</a> Add field .C empty
+files for hb mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fb82ef1a410">0fb82ef1a410</a> Initial mss_field
+endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afa0689dd90b">afa0689dd90b</a> Port-over generic
+SPD attributes that shouldn’t change per controller</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/812d58b11ac4">812d58b11ac4</a> Add empty explorer
+“check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bc9cc1ec309">9bc9cc1ec309</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d768ab360d9b">d768ab360d9b</a> Add empty memory
+explorer error XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/317471bc269b">317471bc269b</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e67b9f29f6">d4e67b9f29f6</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69f7231cce31">69f7231cce31</a> Add emtpy
+exp_i2c_fields.H file for mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/544628c36630">544628c36630</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f47ca20c2aa8">f47ca20c2aa8</a> Initial mss_field
+endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46bc5b3d85a2">46bc5b3d85a2</a> Add empty explorer
+“check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6c4337484ca">b6c4337484ca</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a77117372fee">a77117372fee</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98630bf9e248">98630bf9e248</a> Initial mss_field
+endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d928fb03a931">d928fb03a931</a> Add explorer data
+structures empty file for HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1856b43b32c">e1856b43b32c</a> Added common
+explorer FW data structures</li>
+</ul>
+<p>Andres Lugo-Reyes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf258fcfb753">cf258fcfb753</a> HTMGT: WOF Reset
+Disable Flag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1c85ffcab10">d1c85ffcab10</a> HTMGT: Save WOF
+reset reasons across all WOF resets</li>
+</ul>
+<p>Andrew Geissler (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa1c91c061f7">aa1c91c061f7</a> Use last l3 cache
+object for SIMICS trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e4082b28d2a">3e4082b28d2a</a> Look for any parent
+on deconfigure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c1b2267a25e">1c1b2267a25e</a> Make HUID values
+node-relative</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea86539a69de">ea86539a69de</a> Ensure hwas state
+reflects resource recovery actions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d848b2c3bae0">d848b2c3bae0</a> Ensure memory
+HUID’s are node-relative</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1edd371b0fa0">1edd371b0fa0</a> Always use last
+valid SIMICS object for trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71ef9b83a69b">71ef9b83a69b</a> Make REL_POS
+correct for sub-units</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b48d9e5a62c">3b48d9e5a62c</a> Avoid SIMICS
+exception if SBE tracMERG not available</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cb9eb102386">3cb9eb102386</a> Add MC target to
+subsystem table</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/725cc4974d8c">725cc4974d8c</a> Add SMPGROUP target
+to subsystem table</li>
+</ul>
+<p>Andrew Jeffery (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de06d0f09c74">de06d0f09c74</a> console: ast2400:
+Indicate SP has met configuration requirements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b4caf5ee458">4b4caf5ee458</a> console: Fix
+whitespace in ast2400 initialize() method</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b1dcc3aeea9">9b1dcc3aeea9</a> istepdispatcher:
+Remove undefined symbol ENTER_INFO from TRACDCOMP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c582e41b281">2c582e41b281</a> intr: Use the
+correct trace handle in intrrp TRACDCOMP calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a4663c131e1">8a4663c131e1</a> assert: Include
+file name in assert output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/797f6fc91822">797f6fc91822</a> assert: Print the
+backtrace for critical and kernel assertions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/102225f4e3e2">102225f4e3e2</a> ipmi: Break
+circular dependency between ipmimsg and ipmibt</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a7f18c66e5b">9a7f18c66e5b</a> ipmi: Replace
+incorrect dependency on ipmibt with ipmimsg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e862c4c5a9e0">e862c4c5a9e0</a> initservice: Flush
+trace buffers before shutdown syscall</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc363055ec19">bc363055ec19</a> ipmi: Break
+circular dependency between IpmiDD and IpmiRP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281dac1b173c">281dac1b173c</a> ipmi: Drop
+unnecessary ipmiconfig dependencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc0f490b31fc">dc0f490b31fc</a> ipmi: Drop
+unnecessary ipmibt dependency from ipmifru</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/988eda165254">988eda165254</a> ipmi: Introduce
+register_for_event() interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6741cb3db68">d6741cb3db68</a> ipmi: Terminate SEL
+task via shutdown event</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b481183921d">1b481183921d</a> ipmi: IpmiDD and
+IpmiRP must never free resources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fc457309f2c">5fc457309f2c</a> ipmi: Split into
+ipmibase and ipmiext modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2c0716a0984">e2c0716a0984</a> ipmi: Remove IpmiRP
+dependency on targeting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4874662e58d9">4874662e58d9</a> initservice: Move
+ipmibase module to base image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c829113199d6">c829113199d6</a> pnor: Introduce an
+IPMI-based PNOR driver implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92d167f704d5">92d167f704d5</a> pnor: Rename the
+SFC-based PnorDD class to PnorSfcDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d768905cfe02">d768905cfe02</a> pnor: ipmidd:
+Rename class to PnorIpmiDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c16f3706b3c">7c16f3706b3c</a> pnor: mboxdd:
+Rename class to PnorMboxDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9518b4c189c9">9518b4c189c9</a> pnor: Fall back to
+AST mbox transport if IPMI is unavailable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03ec024db41d">03ec024db41d</a> errl: Mark
+errlogMsgHandler() as detached</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95165ec1e111">95165ec1e111</a> Revert “sio: Add
+test for availability - LPC error tweak”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55ff29accb83">55ff29accb83</a> sio: Add test for
+availability</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ead1bda912e6">ead1bda912e6</a> ipmi: Increase
+polling rate to decrease boot time</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e74571d1bfb">8e74571d1bfb</a> Adding a
+fapi_assert to flag error if PPE is not halted.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09370fc47b50">09370fc47b50</a> Axone only-Mux
+settings for TOD refclk input</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/61fb23dd2828">61fb23dd2828</a> Fix incorrect
+syntax in addimgid shell script</li>
+</ul>
+<p>Ben Gass (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee559052e566">ee559052e566</a> Update p9n_23 engd
+with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4954387404b">d4954387404b</a> Correct Safe mode
+freqency to UltraTurbo compare error message.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/785e89f5fcf9">785e89f5fcf9</a> Shorten A-link
+timers for sim. Add polling for A-link training.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f563ab5ac678">f563ab5ac678</a> Updating
+p9.core.scan.initfile settings for p9n 2.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbd09aa69c39">fbd09aa69c39</a> Fix for SW441002.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b30aa3595760">b30aa3595760</a> Build p9n 10 and 20
+by default.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0502c52ac63f">0502c52ac63f</a> Use obus p9ndd1 spy
+name attribute for obus initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86fd886b32e9">86fd886b32e9</a> Adding p9c_11
+support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1e92050031d">c1e92050031d</a> Adding p9a support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59369e38ac11">59369e38ac11</a> Shorten A-link
+timers for sim. Add polling for A-link training.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfd2b2b799ed">cfd2b2b799ed</a> Re-submit Axone
+updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35d53de6263d">35d53de6263d</a> Add support for p9c
+1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5312ecd72ac">e5312ecd72ac</a> Remove
+PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in p9.obus.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fff26d78ba7b">fff26d78ba7b</a> Adding p9n 2.3
+support and p9n 2.3/p9c 1.2 security update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3341c6aab4fa">3341c6aab4fa</a> p9_scominfo update
+OMI order to logically follow MC->MI->MCC instead of OMIC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b48b9210afb">3b48b9210afb</a> Update p9a_10 engd
+from o10_e9018_1_tp018_ec409_soa_sc_u261_01</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/422867966bfc">422867966bfc</a> Back out p9a_10
+engd that breaks the initcompiler.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d61a393a74b">6d61a393a74b</a> Adds initfile for
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4fe67dfccf81">4fe67dfccf81</a> initCompiler
+updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5d96a7778c3f">5d96a7778c3f</a> Update Axone engd.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7504dc6275e7">7504dc6275e7</a> Adding
+p9a_get/put_mmio and explorer_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/990f7cfae74d">990f7cfae74d</a> Fix exp_inband_wrap
+makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e6f098dcfe47">e6f098dcfe47</a> Adding Axone
+register header files.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e1f534a38ba">5e1f534a38ba</a> Adjust MI/MCC p9a
+scom translation for PB scoms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c9fb0a48cd0">4c9fb0a48cd0</a> Explorer registers
+and fields generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f1f2186bb80">3f1f2186bb80</a> Adding omi_init
+procedures.</li>
+</ul>
+<p>Benjamin Weisenbeck (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eaaf8422a3e4">eaaf8422a3e4</a> PRD: Support for
+handling core unit checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e5283c651ba">9e5283c651ba</a> PRD: Callout both
+PCI clocks by position for double clock failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e3836f3ef0b">8e3836f3ef0b</a> PRD: Cleanup RC
+handling in PLL code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b069da4ece5">0b069da4ece5</a> PRD: Fix core
+checkstop masking</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3796a71a5012">3796a71a5012</a> PRD: Add missing
+centaur PLL CheckErrorType plugin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e52b70dbea22">e52b70dbea22</a> PRD: Centaur
+address translation support for dynamic memory deallocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e86727885971">e86727885971</a> PRD: Centaur
+dynamic deallocation bug fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/698365f71be5">698365f71be5</a> PRD: Add PLL
+signature for Centaur chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2b1cfab3f59">c2b1cfab3f59</a> PRD: Use common
+SetCallout method for TOD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5268e2f09ba1">5268e2f09ba1</a> PRD: Increase
+threshold on cache CEs to allow 64 line deletes (128 CEs)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/830b052cb619">830b052cb619</a> PRD: Fix handling
+of dead cores in PmRecovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96e031001818">96e031001818</a> PRD: Check for
+neighbor core checkstop in pre-analysis plugin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c17bbad98d89">c17bbad98d89</a> PRD: Fix makefile
+for PllPostAnalysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04712b91e355">04712b91e355</a> PRD: Adjust core
+checkstop handling for EX rt deconfig</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eae1d5f0e27f">eae1d5f0e27f</a> PRD: Separate PLL
+handling by domain type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a589bedae6f">3a589bedae6f</a> PRD: Fix MF ref
+failover error signature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47994fb03586">47994fb03586</a> PRD: Add parser for
+power management recovery FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c30bcf89758">6c30bcf89758</a> PRD: Handle chips
+with different MF clock sources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2dc84d23e14">c2dc84d23e14</a> PRD: Add all
+relevant callouts for SMP interface errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e49b630b208f">e49b630b208f</a> PRD: Make
+predictive callout on L3 multi bitline fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46663cd701c1">46663cd701c1</a> PRD: Distinguish
+hard obus link failures from predictive callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/272a72400ca9">272a72400ca9</a> PRD: Updates for PM
+ffdc parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f8308dff91e">6f8308dff91e</a> PRD: Correct
+interpretation of PLL error bits in TP error register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d02cb05f827a">d02cb05f827a</a> PRD: Request SW
+dump type for unhandled core checkstops</li>
+</ul>
+<p>Bill Hoffa (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3b2f887b854">f3b2f887b854</a> Add 2nd query to
+hbRelease script finding commits in release-fips920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bb10d494153">6bb10d494153</a> Force hbRelease to
+search ‘master’ branch</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/034db70a607c">034db70a607c</a> Multinode MPIPL
+INTRP Initialization Changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3e359badd40">b3e359badd40</a> Corrected data type
+to size for var in retrieveRepairDataMemBuf()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112e8c957fb6">112e8c957fb6</a> Enable DMI Erepair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb841f1bd72a">cb841f1bd72a</a> Add kernel debug
+trace to Invalid IPC Message Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bd4032abfb7">7bd4032abfb7</a> Leverage INTRP
+fully for SBE PSU Interrupt Handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/622bd28195c7">622bd28195c7</a> Fix Memory
+Mirroring Address Calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea5c84fe7741">ea5c84fe7741</a> Use
+PROC_MIRROR_BASES_ACK attribute in memory mirroring addr calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/912086b52a2a">912086b52a2a</a> Add Get Nodal HRMOR
+Utility</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97c196cc741f">97c196cc741f</a> Remove unused
+memOps variable in attnsvc.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/331b4bff6cb9">331b4bff6cb9</a> Restore Timebase on
+Master Core Threads 1-3 after Sleep/Winkle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85bd4989fd0d">85bd4989fd0d</a> Remove Duplicate
+init settings ATTR_START_CBS_FIFO_RESET_SKIP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e07f0c96e66b">e07f0c96e66b</a> Modify VPD
+fetchData() call to allow for reading from actual HW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/498b466c4425">498b466c4425</a> Base Core/Kernel
+Changes to Support the Axone Processor Chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feba8f886228">feba8f886228</a> Use Dimm Numbering
+instead of Port Number for REL_POS attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/64499fa24bc2">64499fa24bc2</a> Update
+p9_sbe_i2c_bit_rate_divisor_setting to set I2C Rate Valid bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d43552dfb6d">0d43552dfb6d</a> Use Simics CPU
+Object passed in when executing hap handler code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd8217ef8e93">dd8217ef8e93</a> Axone PNOR
+Generation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30bd2ff53aa1">30bd2ff53aa1</a> Add EQ and EX
+Target types to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0c72bd00938">b0c72bd00938</a> Add Core Target
+type Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d45d4fa13688">d45d4fa13688</a> Add Obus + Obus
+Brick Target type Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf366534e0e4">cf366534e0e4</a> Add TPM, CAPP, OCC,
+PEC, and PHB Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83e27f4864e8">83e27f4864e8</a> Add SBE, PPE and
+XBUS Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d204258959bd">d204258959bd</a> Add MC and MI
+Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbcdabf8af8e">dbcdabf8af8e</a> Add the MCC Target
+Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4909980fa3bc">4909980fa3bc</a> Add the OMI Target
+Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3979e8bbf2f">a3979e8bbf2f</a> Add the OCMB_CHIP
+Target Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddf8426c6e24">ddf8426c6e24</a> Add the MEMORY_PORT
+Target Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5181a5ac88e5">5181a5ac88e5</a> Add the DIMM Target
+Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/042a59be98c3">042a59be98c3</a> Add the OMIC Target
+Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7637f0a44427">7637f0a44427</a> Add the PERVASIVE
+(PERV) Target Instances to Axone Simics XML</li>
+</ul>
+<p>Brian Bakke (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e364f91be172">e364f91be172</a> Fixes to node IPC
+messaging to handle non-zero base addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77eb9fe3e55a">77eb9fe3e55a</a> Itep16 substep
+order does not match documentation</li>
+</ul>
+<p>Brian Silver (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcf9daff51a1">fcf9daff51a1</a> Add empty files for
+plug-rules mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14c430f5aa45">14c430f5aa45</a> Add rudimentary
+memory plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/201da82c44f0">201da82c44f0</a> Add enforcement of
+DDR4 DRAM on Nimbus via plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a199f3856da">3a199f3856da</a> Add an attribute to
+avoid the plug rules in partial good scenarios</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59bc732070c3">59bc732070c3</a> Add rank config MRW
+override to plug rules</li>
+</ul>
+<p>Brian Stegmiller (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86cda996b3fb">86cda996b3fb</a> PRD: DMI Lane
+Repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54007af8d4c0">54007af8d4c0</a> PRD: Handle SMP
+Cables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f37a0717a29">7f37a0717a29</a> PRDF: SMP cable
+callout changes for FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1ef5d3692e0">f1ef5d3692e0</a> PRDF: Use peer SMP
+target as ATTR on FSP only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9481e191717">e9481e191717</a> ATTN: Centaur UCS
+handling</li>
+</ul>
+<p>CHRISTINA L. GRAVES (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c63b3e4a122c">c63b3e4a122c</a> p9_fab_iovalid fix
+to clear action0/1 bits corresponding w/ link being enabled</li>
+</ul>
+<p>Caleb Palmer (31):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58436097f094">58436097f094</a> PRD: Fix template
+in applyRasPolicies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d97caa96550">8d97caa96550</a> Fix Bad Dq Centaur
+Translation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8186a367ec6f">8186a367ec6f</a> Temp remove bad bit
+translation until attr enabled for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bfebff1e8079">bfebff1e8079</a> Adjust Bad Dq
+Translation for CDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a65f239bf383">a65f239bf383</a> PRD: Dont report
+error log for backlog count underflow FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44180ef7b2b4">44180ef7b2b4</a> Add translation to
+Row Repair DRAM position</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00118c922196">00118c922196</a> Row Repair enabled
+attributes and support function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa0f6415f67f">fa0f6415f67f</a> Row repair enabled
+MRW remove writeable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3527992a75f5">3527992a75f5</a> Row Repair don’t
+translate invalid repairs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/167888ed45ea">167888ed45ea</a> Import Row Repair
+Supported HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/307b61a6de9b">307b61a6de9b</a> Adjust port select
+in bad dq for spares</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52093c412c62">52093c412c62</a> PRD: Add
+MemRowRepair class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a6c8e400c83">0a6c8e400c83</a> PRDF: Add utilities
+for checking dram spares</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4dee8a0a6545">4dee8a0a6545</a> PRD: Row Repair VCM
+Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1612a30cff63">1612a30cff63</a> PRD: Fix inputted
+DRAM pos for row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/137a748910ed">137a748910ed</a> Fix bad mirror of
+p9c_mss_rowRepairFuncs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/91304df7800f">91304df7800f</a> Row Repair enabled
+attributes and support function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f66e502fddf">8f66e502fddf</a> Row Repair enabled
+fix fapi_attr_gets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/31b6cf0ac237">31b6cf0ac237</a> PRD: Fixes for MBS
+timeout cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6eb349f096c">c6eb349f096c</a> Fix finding paired
+DIMM in is_sPPR_supported</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4992f9d6d9b2">4992f9d6d9b2</a> PRD: Add Row Repair
+VPD data to errl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dc98524f367">6dc98524f367</a> Reconfig loop only
+when setting bad bits not clearing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112454f3888d">112454f3888d</a> PRD: Row repair fix
+checking dram for prev repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/414037d985e1">414037d985e1</a> PRD: Increment addr
+to next row for VCM row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/629218645e52">629218645e52</a> PRD: Row Repair
+adjust for MBA Port 1 inversion</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e652b190c9a8">e652b190c9a8</a> PRD: Support for
+new Axone domains</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8350f2358cab">8350f2358cab</a> PRD: Axone
+GetConnected support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74aed5ff82cb">74aed5ff82cb</a> PRD: Make
+getDimmSlct/Port generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d4f360d16e2">7d4f360d16e2</a> MDIA: Initial
+Axone/OCMB updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/327449849168">327449849168</a> Dram Repairs VPD
+__getTranslationPortSlct improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c525c33e2020">c525c33e2020</a> Dram Repairs VPD
+favor FAPI trgts and getHelperAttr improvements</li>
+</ul>
+<p>CamVan Nguyen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9677181a2e7f">9677181a2e7f</a> Remove “Force
+hbRelease to search master branch” code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f13cb430ae5b">f13cb430ae5b</a> Post list of git
+commits in HB release to CMVC feature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23126e788fcf">23126e788fcf</a> Add cumulus cdimm
+support to auto-release -m path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9d3c11613e9">c9d3c11613e9</a> Remove auto-release
+& hbRelease tools</li>
+</ul>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78f90ced0fa3">78f90ced0fa3</a> Add component IDs
+for PGPE and SGPE/XGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d97118693693">d97118693693</a> HTMGT support for
+PGPE/SGPE error logs</li>
+</ul>
+<p>Chris Steffen (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94bdad69c456">94bdad69c456</a> DMI I/O Checkin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a3a0d0d4dc8">3a3a0d0d4dc8</a> I/O Metadata
+Cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a51cec16bdd">4a51cec16bdd</a> SW431549 DMI Read
+Erepair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13b422771493">13b422771493</a> Updating Channel
+Fail Mask</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd7bfe453ed6">bd7bfe453ed6</a> Cen Too Many Bus
+Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2482ab7773d">d2482ab7773d</a> P9C Abus Reset
+Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66c70d8c5bf4">66c70d8c5bf4</a> P9C Abus Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f232b1b410a">6f232b1b410a</a> Reverting to
+Default DMI Channel Mask</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfec2cad8915">cfec2cad8915</a> Updating P9C DMI
+Proc Firs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc087d0b8268">fc087d0b8268</a> Alink Hot Repair
+Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a048e96b8e00">a048e96b8e00</a> Adding SMP PHY MFG
+Stress Test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96eb889d26fa">96eb889d26fa</a> Move Xbus Erepair
+FIR Clearing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6df8bea1715">a6df8bea1715</a> DMI Spare Lane
+Suppression</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fff2d76035e">5fff2d76035e</a> Enable I/O PPE PHY
+Communication for Abus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24188d25f62a">24188d25f62a</a> P9 Centaur Erepair
+Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc4f9deda281">fc4f9deda281</a> DMI Max Spares
+Exceeded Unit CS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/207de5cbd30e">207de5cbd30e</a> P9C Abus Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/968021204323">968021204323</a> I/O Obus Scom
+Initfile Checkin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30d9a874a1ec">30d9a874a1ec</a> io xbus/obus
+initfile update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b1a2bb98f1b">3b1a2bb98f1b</a> Update Obus
+Initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83ff21ec7556">83ff21ec7556</a> Applying CTLE
+Coarse if SMP Abus Config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70e60e2e03e7">70e60e2e03e7</a> Set SMP Abus Rx AC
+Coupled at Dccal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be64b15a256c">be64b15a256c</a> Clear Spare Lane on
+MC instead of DMI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/814860ea37f6">814860ea37f6</a> SMP Abus PPE
+Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79549236b644">79549236b644</a> DMI Change Max
+Spares to Recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30de5c86983e">30de5c86983e</a> DMI Increase FIFO
+Margin</li>
+</ul>
+<p>Christian Geddes (52):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17d1f78337ea">17d1f78337ea</a> Refactor re-init of
+targeting data during MPIPL/HBRT startup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b01faeebc16">6b01faeebc16</a> Link PLID for
+failing SBE recovery in PRD path w/ other related logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e15b65ed41d8">e15b65ed41d8</a> Fix bugs in core
+checkstop escalation manipulation during HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5090c197292c">5090c197292c</a> Deprecate legacy
+ATTR_MBA_PORT/ATTR_MBA_DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be8bb8fae414">be8bb8fae414</a> Update PEER_TARGET
+values to be NULL on MPIPL if needed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d9e273baf30">4d9e273baf30</a> Remove deprecated
+VCS_I2C_RAIL attribute from hb code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62f32b295f6b">62f32b295f6b</a> Allow HWSV to
+handle gard callouts during runtime for FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50e72792adbd">50e72792adbd</a> Print out MBOX/INTR
+state info on DMA request hang</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d15e71d67bf">3d15e71d67bf</a> Update comment in
+getSbeVersionViaChipop to be correct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7c960c7582c">c7c960c7582c</a> Remove invalid
+HRMOR setting code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be6ed717c7a1">be6ed717c7a1</a> Only switch sides
+and perform hreset if SEEPROM side versions match</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3203b0f520a2">3203b0f520a2</a> Add TIMA and IC LSI
+ESB states to memdiag hang debug output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10ccdde9f063">10ccdde9f063</a> Lookup remote
+node’s HRMOR value save from prev boot during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2cf0aa44b39">b2cf0aa44b39</a> Make processing of
+hrmor value in MemStateInfo consistent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98a657059a5c">98a657059a5c</a> Only unmask source
+on proc targ passed to unmask function in intrrp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8e8d7c203dc">f8e8d7c203dc</a> Base targeting
+support for Axone memory complex</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffcc637cd404">ffcc637cd404</a> Base targeting
+support for OCMB chip and MEM_PORT chiplet</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7214cd962fb5">7214cd962fb5</a> Update ecmd debug
+scripts and fapi_utils script with Axone targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9697e7b95a6">a9697e7b95a6</a> Dump interrupt
+state information if psudd times out</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c8610bff34f">2c8610bff34f</a> Cleanup from Axone
+targeting base commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e82098f4237a">e82098f4237a</a> Update PG detection
+for new Axone memory targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e867f7fa67be">e867f7fa67be</a> Remove ATTR_REL_POS
+from attribute_types.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b9a992ef245">9b9a992ef245</a> Turn off core xstop
+escalalation on slave nodes prior payload handoff</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/192ca8aa60bd">192ca8aa60bd</a> Ensure we collect
+PPE trace if psu op times out</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f64ef1356e4">5f64ef1356e4</a> Update scom test
+cases with Axone P9 Targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e3f78a64c7c">5e3f78a64c7c</a> Update fapi2 tests
+cases with Axone targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbad6ad29aab">bbad6ad29aab</a> Add OCMB_CHIP and
+MEM_PORT fapi2 test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/739807847a95">739807847a95</a> Set wakeup mode in
+istep 15 based on SMF setttings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b7c6b466357">5b7c6b466357</a> Reset
+ATTR_SPCWKUP_COUNT to 0 at start of MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e569e65e9894">e569e65e9894</a> Re-read SBE
+doorbell register in simics if PSU interrupt is found</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f4cbc90fd47">9f4cbc90fd47</a> Cache C4 DQ/DQS
+settings from VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7511e132b1e5">7511e132b1e5</a> Correctly handle
+psu FFDC on OpenPower Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69241719be5e">69241719be5e</a> Add missing axone
+specific targets to targeting XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93f12cd78e8f">93f12cd78e8f</a> Remove
+printTimaInfo function until we figure out how to avoid issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0aed8ab711c6">0aed8ab711c6</a> Improve error
+traces for MBOX errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce1ebd1460c3">ce1ebd1460c3</a> Fix bugs in debug
+tools introduced when adding Axone targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e677e6cdf31">3e677e6cdf31</a> Wrap TS_ macros in
+{} to avoid strange IF statement behavior</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74812c31b9e5">74812c31b9e5</a> Elevate log levels
+for simics during PSU ops</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ee84ba35b54">4ee84ba35b54</a> Add way for
+developers to disable hb sim logging via env variable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f6cb7e3b2a0">2f6cb7e3b2a0</a> Register Scom
+Device Routes for OMI, OMIC , and MCC targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/608fd968f4c3">608fd968f4c3</a> Disable automatic
+collection of SIM logs with MAGIC_SET_LOG_LEVEL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923654e1ecc7">923654e1ecc7</a> Clear INT_CQ
+related firs after reseting INTRRP logic in HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e15017d11ea">0e15017d11ea</a> Add exp_i2c_scom
+driver that will be consumed by HB/SBE platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fffa79ecb0c7">fffa79ecb0c7</a> Remove all files in
+src/import/hwpf/fapi2/include/plat/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16f5d479caf5">16f5d479caf5</a> Update
+platGetTargetName to handle AXONE and EXPLORER models</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0002dbd29151">0002dbd29151</a> Update
+fapi2CreatePlatLogTest.H to use the fapi trace buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e34d17297e0d">e34d17297e0d</a> Update axone simics
+xml to use correct chiplet id for MC1 chiplet</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/208f80eb821c">208f80eb821c</a> Refactor
+fapi2HwAccessTest to ignore ATTR_MODEL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6cf801f1c1b7">6cf801f1c1b7</a> Route scom
+operations on OCMB chips to exp_i2c_scom interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd754bf0b111">cd754bf0b111</a> Route scom
+operations on OCMB chips to fapi2 mmio scom interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6cee85dcb3c">d6cee85dcb3c</a> Update bbuild to
+b1114a_1846.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/759971ea1bcd">759971ea1bcd</a> Fix CAPP target XML
+in Axone simics xml file</li>
+</ul>
+<p>Claus Michael Olsen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcb2189aabb0">bcb2189aabb0</a> TOR API code
+restruct: Fixing missing symbols in common_ringId API.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55b7b8fc2712">55b7b8fc2712</a> Cleanup: Updated
+Mvpd access function and removal of unused rings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d1d1f240749">8d1d1f240749</a> Infrastructure
+support for new MC OMI rings for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52b76be22225">52b76be22225</a> P10 prep:
+Infrastructure (IS) ring Id metadata and API changes</li>
+</ul>
+<p>Corey Swenson (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2acd2959348">c2acd2959348</a> Enable CFM testing
+of new target data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/022bd8f4c321">022bd8f4c321</a> Remove inband scom
+bit 18 workaround comment</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f27124c1e25b">f27124c1e25b</a> Add part number and
+serial number to error log hw callout data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5656a872211d">5656a872211d</a> Check for targeting
+before adding version info in errl commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83335d59ac59">83335d59ac59</a> Enable IPMI errl
+after targeting is initialized</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40039bb5fddf">40039bb5fddf</a> Extend multicast
+workaround and add tests</li>
+</ul>
+<p>Dan Crowell (76):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41daed137d2f">41daed137d2f</a> Write Hostboot
+HRMOR into core scratch reg 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce378803d9a">7ce378803d9a</a> Always deconfigure
+the parent of any deconfigured DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe439a0d9ef0">fe439a0d9ef0</a> Add
+RESOURCE_RECOVERED event for all Targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c5c60e23fad">2c5c60e23fad</a> Add clock callout
+enums for specific clock sources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4189613d36cc">4189613d36cc</a> Fix for multinode
+HBRT use of VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc9d2c634eb6">cc9d2c634eb6</a> Remove
+EXTERNAL_VRM_STEPDELAY</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cc829425257">7cc829425257</a> Debug improvements
+for exceptions and OOM hangs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2432d94f7f53">2432d94f7f53</a> Update MAGIC
+instruction for Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eddb7eaa994">3eddb7eaa994</a> Force
+ATTR_PROC_EFF_FABRIC_CHIP_ID to correct values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4dca215e867">a4dca215e867</a> Update some
+defaults for AVSBUS attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e138b0da002">0e138b0da002</a> Modify debug
+framework to be build-independent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5dfc3ab0ec5">e5dfc3ab0ec5</a> Allow SPDX override
+as part of FW load</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f27c103c8f1c">f27c103c8f1c</a> Modify subsys
+translation for memory targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e14387c19cc9">e14387c19cc9</a> Fix bad traces in
+pnor utility functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1534c78f2989">1534c78f2989</a> Add Resolves option
+for tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b97e1cba5e1">5b97e1cba5e1</a> Re-enable
+p9c_mss_draminit_training_advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dd1f642a339">3dd1f642a339</a> Remove unused files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53d16c247e67">53d16c247e67</a> Fix symsmode check
+to allow in-memory lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f9c60506bc9">8f9c60506bc9</a> Skip call to FSP
+for runtime deconfigs if there is no FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c435be37674">3c435be37674</a> Remove
+ATTR_PROC_CHIP_MEM_TO_USE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3dda09f76af">c3dda09f76af</a> Add constants to
+core checkstop handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e37d51a556e6">e37d51a556e6</a> Fix array overrun
+in draminit training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67733e22e0ed">67733e22e0ed</a> Support for mrwHide
+attribute from fapi attribute xmls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/798b0d2d3fd0">798b0d2d3fd0</a> Get rid of extra
+default for ATTR_CEN_MSS_VREF_CAL_CNTL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bf123e83d18">6bf123e83d18</a> Remove double free
+from WOF lookup in HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5675c7315db0">5675c7315db0</a> Add flag to HWAS
+Callout for SMP repair indicator</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3ba36df4d51">e3ba36df4d51</a> Mirror fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8d65df44910">a8d65df44910</a> Documentation for
+attribute xml tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5a02cab7f8">1b5a02cab7f8</a> Use Cumulus DD1.3
+SBE image instead of DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc012e3efd4c">cc012e3efd4c</a> Move bbuild to
+b0813a_1832.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00185ccfdd81">00185ccfdd81</a> Increase i2c
+timeout to 20ms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35083b66077d">35083b66077d</a> Add brief
+descriptions for procedure callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d897f3d7f7c7">d897f3d7f7c7</a> Fix some shortname
+issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5e13152b439">a5e13152b439</a> Another fix to
+symsmode parms for debug mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c4ad2c91e38">1c4ad2c91e38</a> Remove XSCOM and
+LPC BARs from MRW processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e8f52d2d75a">1e8f52d2d75a</a> Add ATTR_REL_POS
+for all units and dimms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee83b4d3b2e3">ee83b4d3b2e3</a> Keep original istep
+error log during reconfig loops</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48dc95aac15c">48dc95aac15c</a> Enable CUMULUS
+config to use Zeppelin’s SPDX override</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bff76ae17a5">4bff76ae17a5</a> Check capability
+bit before using wakeup for OPAL in OpenPOWER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bb1f1275069">7bb1f1275069</a> Skip PM FFDC
+collection if the HOMER is not valid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02f6ebe3f176">02f6ebe3f176</a> New FAPI2
+interfaces to read and write MMIO ranges</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8291079771a0">8291079771a0</a> Add EQ chiplet to
+#W errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a2962bd96ec">2a2962bd96ec</a> Undo hack for PM
+change that got reverted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f04d03f76595">f04d03f76595</a> Clear out HOMER
+attributes and reset PM in PHYP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f23a93b5944f">f23a93b5944f</a> Remove to remirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e4dbf34cd08">4e4dbf34cd08</a> Forcibly clear all
+previous wakeups when the PM Complex starts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f359d22efddd">f359d22efddd</a> Fix CVPD testcases
+for CDIMM configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94c4cbbc02e3">94c4cbbc02e3</a> Ignore wakeup
+failures on checkstopped cores</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a6203d615b8">7a6203d615b8</a> Start compiling in
+attributes under src/import/generic/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e78cc344a0d">7e78cc344a0d</a> Fix inverted
+translation logic in wakeup change</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d54c3e4a33d">9d54c3e4a33d</a> Attribute cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cfc8b1e8aa6">2cfc8b1e8aa6</a> Increment HBRT EID
+on every commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd13920527a8">dd13920527a8</a> Remove deprecated
+attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c33d5206a1af">c33d5206a1af</a> Make lid_load
+failures visible logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46b6d71b01b4">46b6d71b01b4</a> Add consistent
+enter-exit traces for all runtime interfaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/459e8bf8e80e">459e8bf8e80e</a> Set SBE console
+enable based on Hostboot config var</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c136b6462721">c136b6462721</a> Start compiling
+p9c_mss_row_repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94566a8b220c">94566a8b220c</a> Adding prereqs to
+fix simics fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52f52bb84c85">52f52bb84c85</a> Cleanup to Runtime
+SCOM RCs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/627379aeaa27">627379aeaa27</a> sio: Add test for
+availability - LPC error tweak</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14d96c84c0a0">14d96c84c0a0</a> Delay targeting
+update in CFM until all nodes are processed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0482f9183726">0482f9183726</a> Couple improvements
+to some runtime traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8652b516291e">8652b516291e</a> Fix reversed
+polarity in SBE console check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18413b3e3268">18413b3e3268</a> Tweaks to traces
+for runtime error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cf26961a1b5">2cf26961a1b5</a> Removing a few more
+attributes from the Serverwiz2 export list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ddbd1ea9797">5ddbd1ea9797</a> Add HW callout to
+WOF table errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33514fd4143b">33514fd4143b</a> Break down Dump
+requests into 1MB chunks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13d6fcf76a5f">13d6fcf76a5f</a> Make Boootloader
+trace tool follow HRMOR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07f679f36f4c">07f679f36f4c</a> Clear out FIR Init
+parameters after extra PM Resets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46edcd4b4dee">46edcd4b4dee</a> Only save the CME
+FIR Masks after they have been setup once</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55c7c54ca26a">55c7c54ca26a</a> Initial
+documentation for initservice</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d418f5eefe3">9d418f5eefe3</a> Add missing mutex
+in LPC error path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0373c9878e6">e0373c9878e6</a> Add Axone targets
+to fapi error utilities</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42e8d57d84b9">42e8d57d84b9</a> Make
+ATTR_CLOCK_PLL_MUX writeable for DS8K</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4d8ef54250c">a4d8ef54250c</a> Add explorer
+directory to attribute_info lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/499916e45869">499916e45869</a> Increase ipmi
+polling frequency to every 1ms</li>
+</ul>
+<p>Daniel Howe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b9936e7b593">7b9936e7b593</a> dd1.1+ DL training
+procedure updates</li>
+</ul>
+<p>Daniel M. Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99761f93896d">99761f93896d</a> Revert “P10 prep:
+Infrastructure (IS) ring Id metadata and API changes”</li>
+</ul>
+<p>Dave Heller (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60b941209240">60b941209240</a> Secure Boot: Run
+signtool with keepcache=true</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adc91be44ab6">adc91be44ab6</a> Secure Boot:
+Support Independent signing mode in genPnorImages.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f517c6c5507a">f517c6c5507a</a> Secure Boot: Don’t
+override user setting of SB_KEEP_CACHE</li>
+</ul>
+<p>Dean Sanner (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb3442b8f94f">cb3442b8f94f</a> Fix up memory
+mirroring base address on non 0 nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5be875d40b41">5be875d40b41</a> Handle inter-node
+HRMOR correctly on 3/4 nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/437807d50d4a">437807d50d4a</a> Account for mixed
+procs in compatibility mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f629523b932b">f629523b932b</a> Run INT scominit on
+all nodes in multinode systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/824747757133">824747757133</a> Update
+computeNonPhypRtTarget for P9C OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcfd722a6abb">fcfd722a6abb</a> Support HB running
+in SMF</li>
+</ul>
+<p>Dhruvaraj Subhashchandran (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62011defef4e">62011defef4e</a> Update the no sync
+attributes xml.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/691894a135de">691894a135de</a> Detect non sync
+attribute usage in HWPs on FSP.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1441646529dc">1441646529dc</a> Skipping FSP access
+check for FAPI attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5db0c7eb220">f5db0c7eb220</a> Add recovered gard
+log only for garded targets.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b5764defdff">3b5764defdff</a> Skip resource
+recovery for node and power gard.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/223824211e63">223824211e63</a> Additional field to
+indicate sync in attribute metadata.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f52979db708">7f52979db708</a> fix Skip resource
+recovery for node and power gard.</li>
+</ul>
+<p>Elizabeth Liner (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0539920e555b">0539920e555b</a> Re-enabling test
+cases that were turned off during bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27fc2d9695a4">27fc2d9695a4</a> Adding Chiplet Num
+testcases for MC, MI and DMI in cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2bdbd447c94">f2bdbd447c94</a> Turning on MDIA
+test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4085033d657d">4085033d657d</a> Removing unecessary
+SBE test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d409b6a48945">d409b6a48945</a> Removing testcase
+that is no longer valid.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63e6fb743366">63e6fb743366</a> Turning off some
+VPD test cases for Cumulus only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7cc38f0dbce">d7cc38f0dbce</a> Adding VPD testing
+data for Cumulus and Nimbus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3499cc7e8cc">c3499cc7e8cc</a> Adding cumulus
+model to ci testing</li>
+</ul>
+<p>Greg Still (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e919f5e820f">4e919f5e820f</a> PM: clear Hcode
+error injection bit upon PM complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f59ac34985af">f59ac34985af</a> PM: Clear error
+injection bits before special wake-up in PM complex reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e95497ee0e43">e95497ee0e43</a> PM: Fix double
+biases value into safe mode frequency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3546db2b916f">3546db2b916f</a> PM: Increase PB
+Purge time for MPIPL to accommodate Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57fb07ecc684">57fb07ecc684</a> PM: pm_firinit
+class fix to properly clear FIRs upon initialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/931118120f2b">931118120f2b</a> PM: Move PBAFIR
+checkstops to recoverable attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c5001b587c">47c5001b587c</a> SMF: SBE updates
+for SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)</li>
+</ul>
+<p>Ilya Smirnov (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b77dbedc8f3c">b77dbedc8f3c</a> Add Locking of Abus
+Sec Mailboxes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7384e829f3d">c7384e829f3d</a> Secure Boot:
+Support API to fence off all node processors’ secure mailboxes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e0d574dff88">7e0d574dff88</a> New Global For
+Console Daemon</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8a30bc070a2">c8a30bc070a2</a> Add Option to Use
+opal-elog-parse to eSEL.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d875133a8d13">d875133a8d13</a> Pre-set HB TI Area
+in doStutdown Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41cda93cb3e7">41cda93cb3e7</a> Add Support for TPM
+Message Queue Flushing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c065d794ce">d2c065d794ce</a> Display Secure Mode
+Console Trace During Boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4f189641a8a">f4f189641a8a</a> Attach Traces to
+call_mss_eff_config Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba8d9b8321dd">ba8d9b8321dd</a> Mark
+IPC_DATA_INVALID Errors as Informational</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ff7bd1af135">2ff7bd1af135</a> Sync Attributes to
+FSP In TPM Required Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f70518cf12dc">f70518cf12dc</a> Set TPM_UNUSABLE
+Only if TPM is Required</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd77849e3981">fd77849e3981</a> Port System and
+Node Targets Stitching Code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8e409427f3">7b8e409427f3</a> Don’t Process
+Interrupts During Shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdcb33b8fd84">bdcb33b8fd84</a> SMF: Store URMOR
+SPR Value in host_build_stop_image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22134d69a201">22134d69a201</a> SMF: Port NVRAM
+Reading Logic From Skiboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1aae1ba2930c">1aae1ba2930c</a> Move HOMER BAR to
+Secure Memory in SMF Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8511398e857">c8511398e857</a> Serialize the Check
+For Prologs in CI</li>
+</ul>
+<p>Jacob Harvey (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54a05ea9d278">54a05ea9d278</a> Implement BC
+attributes and make eff_dimm class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17244eeb2294">17244eeb2294</a> Update
+mss_eff_config to L3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5505f90c9c82">5505f90c9c82</a> Fix memory plug
+rules and error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17a5d5f52af1">17a5d5f52af1</a> Remove logErrors in
+plug_rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b1a3dcf482e">8b1a3dcf482e</a> L3 work for mss
+xmls</li>
+</ul>
+<p>Jan Hlavac (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9be05f401c09">9be05f401c09</a> linker: fix
+compiler warnings</li>
+</ul>
+<p>Jaymes Wilks (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c6d58230e61">0c6d58230e61</a> Create attributes
+for intended PHYP ATTN areas</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24f3312ea1d3">24f3312ea1d3</a> HRMOR relative
+addressing for PHyp SP ATTN area dump</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d406ad362d7f">d406ad362d7f</a> SP ATTN area
+relative addressing cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef1e22766400">ef1e22766400</a> In non-MNFG, only
+match SBE keys for the sides that boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae718b725e8c">ae718b725e8c</a> Callout
+non-functional TPM before processor on I2C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b8b8de88700">8b8b8de88700</a> Implement generic
+i2c device callouts for FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00d9a1bc226b">00d9a1bc226b</a> Disable tolerating
+blacklist violations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87adeec28640">87adeec28640</a> Support
+openpower-specific I2C device callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4694514bf5ce">4694514bf5ce</a> Zero out TPM FRU ID
+to avoid hostboot crash</li>
+</ul>
+<p>Jennifer A. Stofer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e8b0c98a623">7e8b0c98a623</a> Revert “Adding p9a
+support.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edcc962667ba">edcc962667ba</a> Revert “Verify
+Clock/power state on non functional EX/Core/quad chiplets”</li>
+</ul>
+<p>Jenny Huynh (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a377a20bf0b">2a377a20bf0b</a> Secure memory
+allocation and setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34d3b9353e22">34d3b9353e22</a> Avoid enabling smf
+bits in nmmu logic for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25be20644f96">25be20644f96</a> SW427193 /
+HW461448: Enable memory controller wat</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a291da772449">a291da772449</a> Mask early hang
+indicators from nmmu/vas unit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d72526550ef6">d72526550ef6</a> Mask NMMUFIR(7),
+NMMUFIR(36:39)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a04dc7a75506">a04dc7a75506</a> Enforce SMF size
+requirements and correct valid bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8825169c84c">e8825169c84c</a> HW471413 Aggressive
+Uncle: disable ERAT thread sharing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0faf0e05fd41">0faf0e05fd41</a> Tune xbus
+packet_delay_limit for various systems</li>
+</ul>
+<p>Joachim Fenkes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5129448452b6">5129448452b6</a> p9_sbe_lpc_init:
+Add final check for errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dcbd232eb5d">3dcbd232eb5d</a> p9_sbe_lpc_init:
+Improve reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93478adb3314">93478adb3314</a> p9_tod_init: Update
+spread spectrum synchronization for Axone</li>
+</ul>
+<p>Joe McGill (42):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9a40964fc9d">f9a40964fc9d</a> support IO reconfig
+loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dece8b8d13ad">dece8b8d13ad</a> p9_sbe_scominit –
+unmask TP LFIR bit 37 for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a43554124f7">4a43554124f7</a> p9_sbe_common –
+mark TP LFIR bit 37 as recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/306a71070535">306a71070535</a> FBC Level 1
+procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7d8c7cfb45e">b7d8c7cfb45e</a> L2 HWPs –
+p9_smp_link_layer and p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75649c5f3d45">75649c5f3d45</a> L2 - Fabric updates
+for multi-chip support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cd54a28ccb0">2cd54a28ccb0</a> p9_fab_iovalid –
+invoke link validation subroutine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a8aaf9dc8b">36a8aaf9dc8b</a> L3 update –
+p9_fab_iovalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/904da7128b41">904da7128b41</a> IO, FBC updates to
+enable ABUS for Fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c44c70474ee">0c44c70474ee</a> shift XBUS FIR
+programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d4c897edca3">6d4c897edca3</a> p9_fab_iovalid –
+secure ABUS mailboxes after iovalid is asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eae5dde56fae">eae5dde56fae</a> support IO reconfig
+loop for OBUS DL link training failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78055ea9215e">78055ea9215e</a> p9_fab_iovalid –
+remove code setting ABUS security lock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67ae5190164c">67ae5190164c</a> shift OBUS FIR
+programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed7254aed9ca">ed7254aed9ca</a> use
+putscomUnderMask API to update FBC DL control register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dba363050dc">8dba363050dc</a> shift OBUS FIR
+programming inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d93fbb365235">d93fbb365235</a> correctly propogate
+bad return code from p9_adu_coherent_status_check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36839984fe01">36839984fe01</a> p9_throttle_sync –
+clear refresh sync type after issuing IPL sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/352adcc2ae3e">352adcc2ae3e</a> Update Cumulus MI
+runtime FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da084ab14a46">da084ab14a46</a> allow option to
+enforce mirroring of all system memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f42293e7704">6f42293e7704</a> set PEC disable
+store thread based ordering chicken switches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d72c0ee82a2">1d72c0ee82a2</a>
+p9_sbe_check_quiesce – restore call to p9_int_scrub_caches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/613fa4b3a5c5">613fa4b3a5c5</a> p9_mss_eff_grouping
+– comment, whitespace only updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41556dbc622c">41556dbc622c</a>
+p9.int.scom.initfile – increase INT_VC_AIB_TIMEOUT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bf2d027a217">6bf2d027a217</a> p9_sbe_scominit –
+set XSCOM BAR in secure memory with SMF enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a9f22d17780">3a9f22d17780</a>
+p9.pci.scan.initfile – replace 62028 implementation with initfile entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdf4b35b7d63">cdf4b35b7d63</a> mask VAS FIR bits
+33,35,37</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b255bf6cc5d8">b255bf6cc5d8</a> p9_obus_fir_utils –
+create header for OBUS FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3fa58ab0e303">3fa58ab0e303</a> Validate OBUS DL
+lane failed indications during initial link training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73f196ac8f86">73f196ac8f86</a> p9_xip_customize.C
+– update filter PLL bucket select only for AW keyword ver2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6643d484b19">c6643d484b19</a> apply INT ARX clock
+gate disable to p9n DD2.0 hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c17dc98087ad">c17dc98087ad</a> validate DL, TL,
+iovalid state prior to SMP build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a96890811e7">9a96890811e7</a> p9_fab_iovalid –
+enhance half-link fail determination</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b407cfc0f325">b407cfc0f325</a> Updates to permit
+synchronized SS PLL spreading via TOD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af570fbad576">af570fbad576</a> nest updates for
+p9c DD1.3 native and p9c DD1.2 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b38e80aebe0e">b38e80aebe0e</a> prevent NVDL
+recal_abort to OBUS PHY during SMP usage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f784325ac298">f784325ac298</a>
+p9.int.scom.initfile – increase PC timeouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0270a92f421">b0270a92f421</a>
+p9.int.scom.initfile – mask early hang indicator FIR bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a2e55b7708e">5a2e55b7708e</a> SMP ABUS – use
+pattern A to detect lane failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69cc45d8f059">69cc45d8f059</a> FBC ABUS TDM inject
+and recovery HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1720267b190a">1720267b190a</a> p9_mss_eff_grouping
+– update deconfiguration rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4f812722685">c4f812722685</a> FBC TDM recovery –
+PPE update, clear recal_abort, pdwn unconnected lanes</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b24deec9bad7">b24deec9bad7</a> bootconfig:
+Describe pnor boot flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de2d12b23dff">de2d12b23dff</a> fapi2: Use correct
+RingMode type</li>
+</ul>
+<p>John Rell (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2ff2dd0c8e5">b2ff2dd0c8e5</a> jgr18081500
+ctle_coarse update for SW442177</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/293c1262d807">293c1262d807</a> jgr17042800 Updated
+Obus scom initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/396eca7c503c">396eca7c503c</a> jgr17050500 Updated
+Obus initfile for HW405290</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b5e5dba045">58b5e5dba045</a> jgr17061500 Nim
+Obus DD2 update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeed09827aef">aeed09827aef</a> jgr17071200 Removed
+pdwn settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7772f8c9a003">7772f8c9a003</a> jgr17081500 Update
+TX_ZCAL_P_4X settings for dmi,o,x buses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1821567eaf9b">1821567eaf9b</a> jgr17082300 Setting
+changes for HW41801 HW419305</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e89694dba30">3e89694dba30</a> jgr17083100 Fixed
+overlooked setting from gerrit change 45079 and HW419305</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/254e702fe7ff">254e702fe7ff</a> jgr171017 Setting
+changes for Obus boardwire vs cable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a712f59387fd">a712f59387fd</a> jgr18042600 Changed
+rx_recal_abort_dl_mask=0 for cumulus HW446964</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5299301303d4">5299301303d4</a> jgr18081500
+ctle_coarse update for SW442177</li>
+</ul>
+<p>Li Meng (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24186bec3e6e">24186bec3e6e</a> add lrdimm plug
+rules</li>
+</ul>
+<p>Louis Stermole (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d21270b627a">1d21270b627a</a> Restore
+ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to fix masking errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d33fcf2c591">1d33fcf2c591</a> Add bad bit setting
+to p9c training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd49726ffcf0">fd49726ffcf0</a> Fix
+p9c_generic_shmoo unit test to work with corrected bad bits attr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85a561df01c8">85a561df01c8</a> Improve WR_VREF
+shmoo algorithm in p9c training_adv</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12289773b37d">12289773b37d</a> Setup terminations
+on non-calibrating ranks during WR_LVL on DDR3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c66059fce342">c66059fce342</a> Fix PDA fails due
+to DRAM count on CDIMMs in p9c WR_VREF shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/648be0c060f6">648be0c060f6</a> Add default
+(initToZero) for ATTR_CEN_LRDIMM_RANK_MULT_MODE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f62ab04343d1">f62ab04343d1</a> Reduce size of
+generic_shmoo class in firmware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a84a3f3af197">a84a3f3af197</a> Add option to
+increase VREF step in p9c characterization shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7fa5843dd1b5">7fa5843dd1b5</a> Change p9c box
+shmoo callouts from recovered to predictive</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a9396eef7d8">7a9396eef7d8</a> Add plug rule for
+dual-drop DIMM configs that produce different xlate settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5abc57bc8352">5abc57bc8352</a> Add empty files for
+p9c soft PPR (row repair) function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0101df38954b">0101df38954b</a> Multiple fixes to
+enable p9c draminit_training_adv during IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdf069fd1360">bdf069fd1360</a> Add soft PPR (row
+repair) function for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93192aff25f4">93192aff25f4</a> Add row repair
+access functions and attr switches for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7b46bd16dfc">a7b46bd16dfc</a> Fix makefile error
+for p9c_mss_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81faecc96e97">81faecc96e97</a> Change training_adv
+sanity check fail to a recovered fail for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5eb14043e5d">e5eb14043e5d</a> Fix attribute
+access errors in p9c row_repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12eac54482d5">12eac54482d5</a> Re-enable training
+advanced WR_VREF algorithm in xml for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fecb93f47316">fecb93f47316</a> Fix Centaur
+workaround in p9c_mss_row_repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59b84449bc49">59b84449bc49</a> Remove some debug
+trace from p9c_mss_draminit_training_adv code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b0ac241e5dd">7b0ac241e5dd</a> Fix MR0 corruption
+when applying rank1 row repair on p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b26e6d85c030">b26e6d85c030</a> Fix RCD parity
+errors in p9c row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de9ec8dc9ca5">de9ec8dc9ca5</a> Add blank
+gen_mss_volt.H file for HB mirror</li>
+</ul>
+<p>Marty Gloff (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccf2f3445e15">ccf2f3445e15</a> HBRT attrrp depends
+on node zero being present</li>
+</ul>
+<p>Matt Derksen (22):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ec1a1f399f3">9ec1a1f399f3</a> Reenable
+getMemBufRawCardType calling.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e38d6b0d199b">e38d6b0d199b</a> DRAM sparing
+support functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3302fd380eba">3302fd380eba</a> Additional DRAM
+sparing support functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a90c4370493">1a90c4370493</a> Remove IOMCFIR and
+SCOM_MODE_PB checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7906419b3bc">b7906419b3bc</a> Call
+fapi2::getSPD() via FAPI_INVOKE_HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e645f2d3703">3e645f2d3703</a> Add WOF compare
+data section for RC_WOF_TABLE_NOT_FOUND errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27c01047205d">27c01047205d</a> Use hostservice to
+do special wakeup at runtime for open-power systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78c7928126a9">78c7928126a9</a> Only store HRMOR
+value on primary node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/847e8ef1fbeb">847e8ef1fbeb</a> Add hostboot
+reserved memory mirroring support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14340c147361">14340c147361</a> Use
+ATTR_MAX_COMPUTE_NODES_PER_SYSTEM instead of hardcoding</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c5afbddbf0a">7c5afbddbf0a</a> Additional tracing
+for shutdown events</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2968366be470">2968366be470</a> Add thread ID into
+trace_lite traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/716f5fdcab1d">716f5fdcab1d</a> Fix part
+translation for SMP_CABLE callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/165bb46bac36">165bb46bac36</a> Support fapi2 i2c
+functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c97a157a652">1c97a157a652</a> Cxxtest for
+fapi_i2c support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/667b300924ee">667b300924ee</a> Fix cscope segfault
+problem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39b2ccdfc8b3">39b2ccdfc8b3</a> Fix compile error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f07e1f685951">f07e1f685951</a> Fix WOF data not
+found FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a45ace1ec733">a45ace1ec733</a> Send Attn chip list
+for monitoring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e21ee6d26e5">1e21ee6d26e5</a> Allow stopIPL to be
+called before istepdispatcher is loaded</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e1b50096bb4">1e1b50096bb4</a> Support fapi2 MMIO
+functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dfa56b49d0e">2dfa56b49d0e</a> Deconfig parent
+rollup simplified</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/353567d4b178">353567d4b178</a> Add more fapi2
+target types for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/501844c893e5">501844c893e5</a> fapi2 i2c access
+headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9af02ab015ac">9af02ab015ac</a> fapi2 i2c dox
+update</li>
+</ul>
+<p>Matt Raybuck (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a593d78b7c5">6a593d78b7c5</a> Combine trace
+buffers in errlog</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/306037698122">306037698122</a> Add VERSION to all
+OpenPOWER error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b59223389e7">9b59223389e7</a> Add commit hook to
+sort the attribute xml files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ee865ba154a">3ee865ba154a</a> Attribute keyword
+to require override</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7caab9472ef7">7caab9472ef7</a> new targeting
+sorting tools removes newline from prolog</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c5edba986eb">0c5edba986eb</a> Added support for
+recursive mutexes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e77a7fb1433">2e77a7fb1433</a> Attribute support
+for recursive mutexes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e552af485f3">9e552af485f3</a> Remove hardcoding
+of partial good logic (1/2)</li>
+</ul>
+<p>Maxim Polyakov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ad25a8428db">1ad25a8428db</a> Support for
+extended FRU data for memory modules</li>
+</ul>
+<p>Mengze Liao (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/61bcb01d6fd5">61bcb01d6fd5</a> Add PCIe dynamic
+bifurcation function for barreleye G2</li>
+</ul>
+<p>Michael Pardeik (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df43ad6f8512">df43ad6f8512</a> P9N/P9C util to
+throttle HWP updates for min util and safemode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49fe793f319d">49fe793f319d</a> centaur mba
+initfile update for refresh reset interval</li>
+</ul>
+<p>Mike Baiocchi (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36d47d4ca26d">36d47d4ca26d</a> Update bbuild to
+b0608a_1823.920 and CUMULUS/Jenkins Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7617e77949d7">7617e77949d7</a> Add procedure for
+istep 18’s Node Communication ABUS Exchange</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/323f71eb613d">323f71eb613d</a> Add TPM Calls to
+Node Communication ABUS Exchange Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47e859f60d22">47e859f60d22</a> Good-Path Fixes for
+Secure Node Communications</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1759af757bd8">1759af757bd8</a> Add error callouts
+and other improvements for Node Communications</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a76fe8f24e07">a76fe8f24e07</a> Read HW Key Hash
+From SBE Seeprom via ChipOp when applicable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8948f0196ab1">8948f0196ab1</a> ABUS Node
+Communication: Add Support for Redundant Links</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dab4e13569f">8dab4e13569f</a> Add PEER_TARGET and
+PEER_PATH to SMPGROUP Target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85367d8e40dd">85367d8e40dd</a> Update
+adjustHbiPhysSize() Function to handle HBI Expansion</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0ee54b5faf4">a0ee54b5faf4</a> Update bbuild to
+b0710c_1827.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2d79288ff609">2d79288ff609</a> ABUS Node
+Communication is operational, so commit all errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/887663e6ad51">887663e6ad51</a> Minor Error Log
+Improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/864d9b80ebf9">864d9b80ebf9</a> Node
+Communications: use addHwCallout() to deconfigure</li>
+</ul>
+<p>Nicholas E. Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/506a20f3bb46">506a20f3bb46</a> Revert “Delete
+non-terminating TPM error in fabric integration step”</li>
+</ul>
+<p>Nick Bofferding (38):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b14259e6b41a">b14259e6b41a</a> Secure Boot:
+Disable x-bus node communication</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6359b6a6e881">6359b6a6e881</a> Fix memory leaks
+associated with various msg_sendrecv calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9aa8f06bbd8">f9aa8f06bbd8</a> Memory Management:
+Fix coalesce to track holes in the page management</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b81a9c8640e6">b81a9c8640e6</a> Secure Boot: Defer
+init of Centaur SCOM cache register definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbacafbc508a">cbacafbc508a</a> Secure Boot:
+Enabled final Secure Boot settings for Zeppelin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db54dcc27d4">1db54dcc27d4</a> Secure Boot:
+Disable cache of 2010800 Centaur register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82aa44098bcf">82aa44098bcf</a> Remove
+p9_fab_iovalid.C in order to re-mirror it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30fe98727be2">30fe98727be2</a> Secure Boot:
+Centaur Security: Fix handling of 9 Centaur registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d420d7b06a2e">d420d7b06a2e</a> Secure Boot: Set
+FIR mask bits for inactive OBUS links during host coalesce</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be4d594926a5">be4d594926a5</a> Post informational
+error log for planar jumper settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9886d8d502e8">9886d8d502e8</a> Trusted Boot:
+Provide appropriate callout when TPM not provisioned</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd642c6bf549">fd642c6bf549</a> Invoke P9 TIs
+correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5015187c64ab">5015187c64ab</a> Debug: Increase Ps
+tool stack frame depth to 35 frames</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b37f41b2c08c">b37f41b2c08c</a> Secure Boot: Copy
+PHyp secure header into standard reserved memory area</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34e69d280e11">34e69d280e11</a> Fix HRMOR scratch
+reg calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/928ef690c086">928ef690c086</a> Send errors from
+previous boots as callhome type eSELs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea3d3a6c4f98">ea3d3a6c4f98</a> I2C: Inhibit
+sending slave stop command when SDA and SCL are not both asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ce2333d7d4a">5ce2333d7d4a</a> Secure Boot: Clear
+XBUS FIR bits after SMP enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923ed59ce8a7">923ed59ce8a7</a> MRW: If bus object
+doesn’t have I2C_ADDRESS property, get it from I2C slave</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b3ddf52b517">6b3ddf52b517</a> eRepair: Pass RX/TX
+vectors into lane power down HWPs in right order</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9350ecec4bd2">9350ecec4bd2</a> i2c: Don’t wait for
+SDA to go high before sending slave stop command</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c87bd309d9bc">c87bd309d9bc</a> Atomically latch
+shutdown status and TI data together in shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/080d25563d0b">080d25563d0b</a> Secure Boot: Report
+base/extended code mismatch as terminating</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3b2b326c53f">c3b2b326c53f</a> Trusted Boot:
+Report Primary TPM required reason code as terminating</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdb1634e8e6a">bdb1634e8e6a</a> Delete
+non-terminating TPM error in fabric integration step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f68936b4801">4f68936b4801</a> Update VPD in
+correct node at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17bf8a65e3be">17bf8a65e3be</a> Fix duplicate trace
+section removal accounting in error log flatten</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7209f9061a3c">7209f9061a3c</a> Trusted Boot: When
+TPM not detected properly, report errors if TPM is required</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01fcdb647ea0">01fcdb647ea0</a> Shutdown: Move
+attribute sync to shutdown handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d6361875127">9d6361875127</a> Create new FAPI
+attribute HB_HRMOR_BYTES</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/727443a3a2f3">727443a3a2f3</a> Close windows where
+Hostboot HRMOR is not available to FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39c57d2a42c3">39c57d2a42c3</a> Serialize all
+attribute synchronization calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9c72287f685">a9c72287f685</a> Add
+lib_isteps_mss.so as an istep 15 dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24f1a6c7c10b">24f1a6c7c10b</a> Prevent double free
+condition when sending attributes to FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d70302a9f7af">d70302a9f7af</a> Disable
+synchronization tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6cb27b4cfab">a6cb27b4cfab</a> Add OCMBFW
+partition to FSP and Hostboot PNOR layouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b7da2e3c3a7">9b7da2e3c3a7</a> Support for putting
+fences around mallocs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e6bbb9b989b">1e6bbb9b989b</a> Only allow key
+transition in istep 10.2</li>
+</ul>
+<p>Nick Klazynski (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443609a24275">443609a24275</a> Add RL0/RL1 support
+for CDD1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c916d4e2d430">c916d4e2d430</a> Clockgate disable
+workaround for HW452921</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d334558fdeb8">d334558fdeb8</a> Enable CDD1.3’s 4
+risklevels (step 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edf9575e0567">edf9575e0567</a> Enable Core
+compatability Mode; Add HW443669</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/874b5b34b0b7">874b5b34b0b7</a> Workaround for
+SW440224</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9cee8ff39774">9cee8ff39774</a> Add TLBIE WAT</li>
+</ul>
+<p>Prachi Gupta (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5815703c3be9">5815703c3be9</a> Add support for
+missing memory behind master proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bf395be2cd">27bf395be2cd</a> missing memory:
+istep 7 and 14 changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d50263f51eb4">d50263f51eb4</a> getMBvpdAttr:
+Updates for DDR3 support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc638c9bdc4e">cc638c9bdc4e</a> Added in a sleep
+after we winkle in istep 18 to avoid race conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfc5fb7993fa">cfc5fb7993fa</a> Save HRMOR in mbox
+scratch reg for IPC messaging</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4f0610314ca">e4f0610314ca</a> Wrap Test: Change
+GROUP_ID/CHIP_ID to match the new proc numbering scheme</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba4fc129cd44">ba4fc129cd44</a>
+platGetMBvpdSlopeInterceptData: fix ATTR_CEN_CDIMM_VPD_MASTER_TOTAL_POWER_SLOPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4dfcdd4a9e59">4dfcdd4a9e59</a> p9_fab_iovalid:
+process errors returned by this HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c818c28e735f">c818c28e735f</a> WOF Lid load:
+Remove extra malloc and use getStoredLidImage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39c18a013796">39c18a013796</a> Update xbus/obus
+procedures with the latest initCompiler changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8832be410a8c">8832be410a8c</a> Fix paranthesis
+syntax in scom initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70e41813c010">70e41813c010</a>
+Centaur_Register_List.csv: Updating it to hostboot level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76ae3d5f09c9">76ae3d5f09c9</a> Documentation:
+Initial commit to create base README.md</li>
+</ul>
+<p>Prasad Bg Ranganath (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/261923ec2039">261923ec2039</a> PPB: Bug fix in
+computing IAC Vdn value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25da6f268179">25da6f268179</a> PM:Remove
+deprecated attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0098cf3ce3">4f0098cf3ce3</a> PPB:Compute safe
+mode Freq and Volt calculation during runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0e63fb29fed">a0e63fb29fed</a> Bug fix for the
+Runtime pstate bias update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f2be4b1063a">8f2be4b1063a</a> PM:Clear GPE2 error
+bit in OISR/IMR register before SGPE boots</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eefd5f1438bf">eefd5f1438bf</a> HCODE: DD21
+makefile changes for CME,PGPE and SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/600ffa160d54">600ffa160d54</a> Verify Clock/power
+state on non functional EX/Core/quad chiplets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dd6d7647746">1dd6d7647746</a> Verify EQ/EX/Core
+clock/power states</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae850cf7588d">ae850cf7588d</a> PM:Some more
+cleanups in update_ec_eq procedure for core unit xstop case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4f75d029310">c4f75d029310</a> Update core quiesce
+interface in update_ec_eq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1012b75b38e5">1012b75b38e5</a> Update the PSTATE
+attributes when we hit error during istep 15</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e82eda284f01">e82eda284f01</a> STOP:Dont clear
+pmc_pcb_intr_type0_pending in OISR1/OIMR1 register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d72d31b7671">4d72d31b7671</a> PM:Fix PSAFE update
+during pm reset flow</li>
+</ul>
+<p>Prem Shanker Jha (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfa7304f5d6a">cfa7304f5d6a</a> STOP API: API
+conditionally supports 255 SCOM restore entries for each quad.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2f43e6540fa">d2f43e6540fa</a> PM: Added support
+for enable disable of 24x7 IMA.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d47fa9358e2">0d47fa9358e2</a> SCOM Restore:
+Handle case of old HB and new STOP API case.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48e7db4febee">48e7db4febee</a> STOP_Recovery:
+Added hwp changes to support error log parser.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adaf8f7d6eec">adaf8f7d6eec</a> STOP Recovery:
+Implemented STOP Recovery parser for error log.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a30c34acdf4c">a30c34acdf4c</a> SCOM Restore:
+Increased max eq scom restores entries supported to 255.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15641e1a1fae">15641e1a1fae</a> UV Support: HWP
+inits runtime wakeup mode for each functional core.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d808f52a637f">d808f52a637f</a> UV Support: Updated
+HWP to set runtime wakeup mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53569a27d4da">53569a27d4da</a> UV Support: Fixed
+target issue in setup runtime wakeup mode HWP.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29f9ee17713d">29f9ee17713d</a> 24x7: Populated
+Abus bits in UAV for cumulus based system.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09ab06ca2d56">09ab06ca2d56</a> UV Support :
+Augmented STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/076c45f663b8">076c45f663b8</a> Revert “UV Support
+: Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd440419c808">bd440419c808</a> STOP API: Changes
+for SMF and SPR self save</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5baacd28d51e">5baacd28d51e</a> PM Malfunction:
+Fixed issues with user data section parser plugin.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdd0985889a6">bdd0985889a6</a> STOP Recovery:
+Removed OCI address with SCOM address in HWP error xml.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/451a26b55f90">451a26b55f90</a> Img Build: HOMER
+changes for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad52fe4087a2">ad52fe4087a2</a> PM: Fixed handling
+of CME LFIR mask during PM complex reset.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c826f6afcb57">c826f6afcb57</a> PM: Handled SCOM
+failures while determining unit availability.</li>
+</ul>
+<p>Rahul Batra (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f75a73ed4a8f">f75a73ed4a8f</a> PM: Not mask
+OCC_HB_NOTIFY during PM Reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77fbc86e8ca9">77fbc86e8ca9</a> PM: Move SGPE/PGPE
+Region and update QPMR/PPMR(2/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c1c0fa70078">4c1c0fa70078</a> PM:Fill SGPE/PGPE
+regions fields in QPMR/PPMR(3/4)</li>
+</ul>
+<p>Raja Das (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38834a9cad0b">38834a9cad0b</a> Inverted logic of
+hasClock bit in Clock Status register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/529bf938bf0e">529bf938bf0e</a> Use Attr to
+Save/Fetch MDRT Count</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f49d11b83bf">9f49d11b83bf</a> [ARCH_REG 2] Enable
+architected register data reserve in the host</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac96eaf6e918">ac96eaf6e918</a> [OPAL-MPIPL][6]
+Reserve the HBBL and HBB load area for OPAL fspless</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8771d1fcc44">d8771d1fcc44</a> SW442214 - Turn off
+Cache Inject for Fleetwood</li>
+</ul>
+<p>Richard J. Knight (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6cbabf3d435">c6cbabf3d435</a> Add HX keyword
+attribute for PCIe bifurcation support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9be410090d">8e9be410090d</a> Fix SRC BC8A1A20 -
+RUNTIME::RC_INVALID_RHB_INSTANCE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c3f57a54055">8c3f57a54055</a> Fix for SW432203:
+fails istep at istep host_runtime_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a729adbb1966">a729adbb1966</a> Update
+genHwsvMrwXml.pl to include the attributes for PCIE config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96aa468a7e6a">96aa468a7e6a</a> Fix for assert in
+hbrt on two node fleetwood</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ee708e360e9">0ee708e360e9</a> Fix for hostboot
+not forcing a TI for PSU timeout w/SBE dead</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc9830a4a2b1">fc9830a4a2b1</a> Fix simics P9C RCD
+timeout issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98e6e05479d5">98e6e05479d5</a> Fix for SW438315 :
+IPL is stuck in loop eq(n0p0c0)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e37d7f6e51e7">e37d7f6e51e7</a> Add support for
+iterating over EC_LEVELS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ebda794dd19">7ebda794dd19</a> Update code to
+consolidate writes to same address in same putScom</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/739bcecb2371">739bcecb2371</a> Modify initCompiler
+to use FAPI_TRY in generated procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/945f67bed15e">945f67bed15e</a> Modify initCompiler
+to use template version of buffer insert</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9398c35b5f22">9398c35b5f22</a> Updates to
+initcompiler to support DD2 and cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffcb6f88958e">ffcb6f88958e</a> Remove
+Centaur_Register_List.csv due to mirror issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdc84edda8ba">cdc84edda8ba</a> Restore DRAM
+repairs function not deploying port0 spare</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76a14949a1ee">76a14949a1ee</a> Modify the getFfdc
+routine to consider the SBE proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1adef8c1c0ad">1adef8c1c0ad</a> Eliminate makefile
+warnings for duplicate targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb6dc0455116">bb6dc0455116</a> Add prototype for
+releasing platform data pointer storage function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c16e0b97bd22">c16e0b97bd22</a> get FAPI_POS for
+all valid target types passed in SBE FIFO ffdc</li>
+</ul>
+<p>Rick Ward (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b364d7b062bf">b364d7b062bf</a> Centaur Channel
+Checkstop (runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74bfadb2ab87">74bfadb2ab87</a> Centaur Channel
+Checkstop (runtime)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71397fd3ade8">71397fd3ade8</a> SBE PSU timeout
+during MBOX init causes task crash/HB TI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3c214b8b836">b3c214b8b836</a> Host went to kernel
+panic after gard’ing PEC0/PHB0 (PCIFIR CS)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b265c68d057a">b265c68d057a</a> OP issue:
+processMrw.pl should error on duplicate sensor IDs #75</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8351efdb3b65">8351efdb3b65</a> Inband MMIO access
+to OCMB (skeleton)</li>
+</ul>
+<p>Roland Veloz (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6916a42d34b">c6916a42d34b</a> Add support for
+getting SBE Capabilites; extract SBE Version, Commit ID and Tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0189e34d3bbc">0189e34d3bbc</a> Create a utility to
+add/remove entries from a link list within a given buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8448c3a09ae">c8448c3a09ae</a> Deconfig EC/EX/EQ
+at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a92f91459eb2">a92f91459eb2</a> Added the I2C MUX
+attribute and target definitions</li>
+</ul>
+<p>Ryan Black (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2ade14ecc5e">e2ade14ecc5e</a> Change npu ATSD
+timeout to disabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7084925a74a">c7084925a74a</a> Mask ut=0 and ut=1
+mmio bad cmd/length/align</li>
+</ul>
+<p>Ryan King (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44f196de4e6f">44f196de4e6f</a> Add sensor cache
+read as an explorer inband command</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a4642d1da32">9a4642d1da32</a> Add sensor cache
+read as an explorer inband command</li>
+</ul>
+<p>Sachin Gupta (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9a7b72ad608">f9a7b72ad608</a> Disable SBE HW i2c
+reset sequence on hreset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd91bd34b189">dd91bd34b189</a> Support
+ATTR_LPC_CONSOLE_CNFG attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62feee748b72">62feee748b72</a> Customize LPC
+console policy in SBE</li>
+</ul>
+<p>Sakethan R Kotta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34d086e3e678">34d086e3e678</a> untrusted SBE
+reserved memory region to Rsvd Mem Trace Buf Section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ec6201b896c">1ec6201b896c</a> HBRT Reserved Mem
+Trace Buffer implementation.</li>
+</ul>
+<p>Sameer Veer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55c1b84a1524">55c1b84a1524</a> Change gerrit
+server references to reflect move from RTP to RCHLAND</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fbdd684e1b4">5fbdd684e1b4</a> Fixing copyright
+prolog to 2018 after Gerrit server move from RTP to RCHLAND</li>
+</ul>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd400323aa49">cd400323aa49</a> genPnorImages: Add
+VERSION to signed partitions</li>
+</ul>
+<p>Santosh Balasubramanian (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07cf2ea6e013">07cf2ea6e013</a> Secure Boot:
+Centaur Security: Initial sensitive register list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04bc0be96475">04bc0be96475</a> New empty file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a417fb578fa">1a417fb578fa</a> Secure Boot:
+Centaur Security: Initial sensitive register list</li>
+</ul>
+<p>Sheldon Bailey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2efcf2186232">2efcf2186232</a> OCC reset happening
+on OpenPower systems with more than 2 processors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fb031bf5c6b">8fb031bf5c6b</a> HTMGT: Check for
+OCC elog action bit to force sending an error log to BMC</li>
+</ul>
+<p>Soma BhanuTej (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2271594fab8c">2271594fab8c</a> BugFix for
+extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebb451d4bef5">ebb451d4bef5</a> Nimbus DD22 support
+updates to ekb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b11c73334dc">2b11c73334dc</a> Adding p9c 1.3
+support.</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5957dac24557">5957dac24557</a> HWSV - Hostboot
+common data structure for Attn chip Id list</li>
+</ul>
+<p>Stephen Glancy (52):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48ed215d898d">48ed215d898d</a> Fix MBS mask FIR
+for Obus recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e71d0883849">5e71d0883849</a> Fixes CKE levels
+during RCD initialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3927a22f49db">3927a22f49db</a> Fixes IPL UE
+callout code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a49be1a5d21b">a49be1a5d21b</a> Removes erroneous
+FAPI ERR print</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/866f841512df">866f841512df</a> Updates training
+advanced workarounds to run after a failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5c960805358">f5c960805358</a> Updates the
+training advanced algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9e7978b5816">a9e7978b5816</a> Fixes Centaur chip
+selects during RCD load</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8df62cd15e91">8df62cd15e91</a> Fixes Centaur RCD
+load sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b93d4000b1c">5b93d4000b1c</a> Enables RCD protect
+for centaur systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8f0bbe2a227">c8f0bbe2a227</a> Fixes Centaur
+training to skip known bad bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea861ac8618f">ea861ac8618f</a> Disables training
+advanced by default p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9eb4bc85198a">9eb4bc85198a</a> Adds blank files
+for generic code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74bdfc62ed5b">74bdfc62ed5b</a> Reverts SW438645
+fix to unblock driver release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/206d83461d04">206d83461d04</a> Adds Nimbus
+conversions blank file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/982cbeab21b9">982cbeab21b9</a> Fixes Centaur
+training advanced to unmask errors when disabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28b83673a117">28b83673a117</a> Moves conversions
+to be in the generic code space</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1189ec04f1f">f1189ec04f1f</a> Fixes p9c’s
+training’s swizzle of known bad bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cb89b7faae9">8cb89b7faae9</a> Moves generic xml
+directories to be in generic/procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a6d63736635">6a6d63736635</a> Moves CAS latency
+algorithm to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4a7e97c1806">b4a7e97c1806</a> Fixes an array out
+of bounds bug in mss_freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/263f34b16742">263f34b16742</a> Creates blank files
+for moving mss_freq to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f35730b3dbe">4f35730b3dbe</a> Adds endian_swap to
+fapi2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/444aeb467542">444aeb467542</a> Adds skeleton code
+for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb0c1121374c">bb0c1121374c</a> Updates memory plug
+rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e126f31d70e">5e126f31d70e</a> Adds plug rule for
+NVDIMM in specific DIMM slots</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/053fd94b4963">053fd94b4963</a> Adds MRW support
+for x4/x8 DIMM configurations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/639b6728bfdb">639b6728bfdb</a> Adds skeleton code
+for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11cc78395582">11cc78395582</a> Moves and renames
+swizzle.H to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f8cfb6e9c07">4f8cfb6e9c07</a> Moves sync code to
+generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99d8a2ec0d3f">99d8a2ec0d3f</a> Adds insert
+function space helpers for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e14b209192">a4e14b209192</a> Adds per-Buffer
+addressability API for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07585c1409e3">07585c1409e3</a> Removes unused
+attribute accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb5a36814f64">cb5a36814f64</a> Works around LRDIMM
+plug rules error for LRDIMM BUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ba203356a7c">6ba203356a7c</a> Fixes VPD access
+and eff_config for LRDIMM’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3a2693e80a0">f3a2693e80a0</a> Updates training
+steps factory to be LRDIMM capable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51d1eba8c769">51d1eba8c769</a> Updates to
+configure all four rank pair registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e93132bcb61">0e93132bcb61</a> Updates rank API to
+work with LRDIMM’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f02abe6d443">3f02abe6d443</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8111666cbde">a8111666cbde</a> Adds blank files
+for LRDIMM PBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26d020f01c51">26d020f01c51</a> Adds per-Buffer
+addressability API for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2f59106caec">a2f59106caec</a> Adds code to run
+MPR writes on all ranks in a rank pair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74c643ef35c6">74c643ef35c6</a> Fixes b-side bug in
+MPR write function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bea054feb650">bea054feb650</a> Fixes BCW load bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3376ac3e22bb">3376ac3e22bb</a> Adds MREP training
+for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/211ed8c6aeeb">211ed8c6aeeb</a> Adds Explorer OMI
+setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/148e9b6f92f5">148e9b6f92f5</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba0764361587">ba0764361587</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0bc4fed86e5">f0bc4fed86e5</a> Points exp_inband
+to generic constants</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b62455d609">c4b62455d609</a> Adds p9a chip
+directory structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40a34c94a981">40a34c94a981</a> Fixes LRDIMM
+eff_config bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a690866298f5">a690866298f5</a> Updates LRDIMM code
+to utilize board swizzling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/341f4013f6ae">341f4013f6ae</a> Updates PBA to use
+RCW’s to issue BCW’s</li>
+</ul>
+<p>Sumit Kumar (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e12696d400f">1e12696d400f</a> eRepair: Fixed
+lanes handling of target types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b9c80f1ce27">0b9c80f1ce27</a> eRepair: More debug
+traces added</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8af690ede64b">8af690ede64b</a> eRepair: Fixed
+DMI/MemBuf lanes update in vpd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923e7b0d61e1">923e7b0d61e1</a> eRepair: Fixed
+records update for failed lanes in vpd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce0ea22d0d9d">ce0ea22d0d9d</a> eRepair: Code
+restruct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4aa6c672a2d">f4aa6c672a2d</a> eRepair: Fix to
+invalidate vpd records correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9da5e1b9a7b1">9da5e1b9a7b1</a> eRepair: Centaur
+specific code update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cec18ac9375">7cec18ac9375</a> eRepair: Fix to
+handle incoming bad lanes threshold condition correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6ceb537f74d">a6ceb537f74d</a> eRepair: Fix to
+check and record unique incoming failed lanes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5704a1d3f19">b5704a1d3f19</a> eRepair: Fix to
+update invalidate lane record correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dbd41c57edf">6dbd41c57edf</a> eRepair: Correctly
+update xbus vpd records based on clock group</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/254192acec31">254192acec31</a> eRepair: Invalidate
+non-matching vpd records</li>
+</ul>
+<p>Swathi Madhuri Bhattiprolu (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3163f375ff8">e3163f375ff8</a> Implement the VPD
+backend for these attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb5b45d887ba">cb5b45d887ba</a> DDR3 Support for
+Fleetwood</li>
+</ul>
+<p>Thi Tran (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d46f111a8f66">d46f111a8f66</a> Fix unbalance FCO
+distribution between procs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58f42f15ae71">58f42f15ae71</a> Fix data storage
+exception when PRD runs in istep 12.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b983851d8eb0">b983851d8eb0</a> Prohibit memory
+grouping of RDIMM and NVDIMM in the same group.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16f11c2e9b10">16f11c2e9b10</a> p9_cen_framelock
+update for channel failure attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c66599e7fd3">4c66599e7fd3</a> Need to add
+CPU_SPR_HRMOR when calculating HB reserved mem limits.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c09432de26ea">c09432de26ea</a> P9 Cumulus
+InitCompiler supportis - Part 3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf70b2a6db71">bf70b2a6db71</a> SMP wrap mode - Run
+host_load_io_ppe earlier in Wrap mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2971fa73897">b2971fa73897</a> Create empty files
+for OMI init procedures.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0d09f462610">e0d09f462610</a> Create empty files
+for OMI init procedures.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a515f16a4a30">a515f16a4a30</a> Only call PRD
+attention handling in resetPMComplex function at runtime.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28ee0f739fe2">28ee0f739fe2</a> Adding
+callout/deconfig/gard information on some Centaur init errors.</li>
+</ul>
+<p>Tsung Yeung (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ec5dcab3d1d">7ec5dcab3d1d</a> Default DDR4-2933
+to 2666</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f6ed77b32b6">1f6ed77b32b6</a> Targeting support
+for NVDIMM-N P9 on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c1c99f37019">2c1c99f37019</a> Adds NVDIMM IPL
+Support on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25102e0add22">25102e0add22</a> P9: Disable Maint
+Address Mode After Self-Refresh Exit on NVDIMM</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99c1c9d7dcc2">99c1c9d7dcc2</a> hdata: Increase RHB
+instance count</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e30bf32f6960">e30bf32f6960</a> MPIPL: Update MDRT
+count only if its valid</li>
+</ul>
+<p>Venkatesh Sainath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e3958796d0c">2e3958796d0c</a> Fleetwood 2N
+specific targeting binary generation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73cad1f1ae2a">73cad1f1ae2a</a> Pushing HB plugins
+and related files for building errltool</li>
+</ul>
+<p>William A. Kennington III (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a9bc342c943">9a9bc342c943</a> ipmiwatchdog:
+Handle uninitialized errors during reset</li>
+</ul>
+<p>William G. Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45f20525ba60">45f20525ba60</a> Revert “Force
+hbRelease to search ‘master’ branch”</li>
+</ul>
+<p>Yue Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b731dce860a0">b731dce860a0</a> PM: Prevent Core-L2
+Quiesce from removing PM_EXIT upon SPWU</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09f379b65821">09f379b65821</a> STOP: Disable cache
+inject and LCO before purge L3</li>
+</ul>
+<p>Zane Shelley (89):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9192da4a49db">9192da4a49db</a> PRD: refined
+handleChnlFail() for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a66b96f84f3">1a66b96f84f3</a> PRD: FFDC registers
+for channel failure attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0ea8ab73807">a0ea8ab73807</a> PRD: updates from
+latest RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41f3aa61a7e9">41f3aa61a7e9</a> PRD: removed old P8
+memory system system code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cecaeb320299">cecaeb320299</a> PRD: typo in
+runtime DRAM sparing signature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38666ab58f15">38666ab58f15</a> PRD: create
+MarkStore::applyRasPolicies()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/557dadfef131">557dadfef131</a> PRD: remove NX unit
+checkstop support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2775c2ed81ce">2775c2ed81ce</a> PRD: removed
+runtime deconfig for channel failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6c80b9c6010">f6c80b9c6010</a> PRD: removed
+depricated ErrDataService::handleUnitCS()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee548e96749a">ee548e96749a</a> PRD: removed
+depricated unit dump support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcfc61239031">bcfc61239031</a> PRD: removed
+depricated rt deconfig and unit dump interfaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f54c91bffdc2">f54c91bffdc2</a> PRD: removed
+erroneous trace in getMemBufRawCardType()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c75711f2be">47c75711f2be</a> PRD: fixed
+erroneous trace in PlatConfigurator::build()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b7899b5f805">2b7899b5f805</a> PRD: removed
+redundant ECC capture data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fc9ee71e06e">0fc9ee71e06e</a> PRD: remove empty
+TD controller data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f290f5d4a9ef">f290f5d4a9ef</a> PRD: fixed parser
+bugs in TD_CTLR_DATA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc766f78534e">fc766f78534e</a> PRD: set Cumulus
+command list timeout to match Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27bf34b7fa6e">27bf34b7fa6e</a> PRD: add CE table
+traces for MNFG mode thresholds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1a04818ba32">e1a04818ba32</a> PRD: enable FSP
+channel fail isolation on processor side of bus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36b343d78a73">36b343d78a73</a> PRD: use correct
+symbol when writing MBA markstore</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2024675173c3">2024675173c3</a> PRD: MNFG spare
+DRAM deploy needs to deploy on both MBA ports</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34768601609c">34768601609c</a> PRD: Do not abort
+on UE during MBA TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03416d24641d">03416d24641d</a> PRD: Set ‘too many
+bus errors’ in DMIFIR to UNIT_CS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2c2ca936ce6">b2c2ca936ce6</a> PRD: MBA command
+resume not incrementing address</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccea7f349f6e">ccea7f349f6e</a> PRD: shift UCS and
+HA chiplet masks to match chiplet FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4746b6f2924">a4746b6f2924</a> PRD: fix bug that
+bypasses TPS ban support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84a0b8e43c20">84a0b8e43c20</a> PRD: remove unused
+TD queue parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a3703db513a">5a3703db513a</a> PRD: All TPS bans
+on MCA target should cause fetch CE masking</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/630c378b8dde">630c378b8dde</a> PRD: reduce number
+of ways TPS can be banned</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb794f948b1f">bb794f948b1f</a> PRD: Ban TPS if UE
+found during VCM, DSD, or TPS procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a927c8232d0">5a927c8232d0</a> PRD: abort TPS if
+chip mark placed during procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4696c5090436">4696c5090436</a> PRD: fixed the
+per-symbol threshold in MBA TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fd60cf786f0">6fd60cf786f0</a> PRD: Query for
+active attentions when channel fail detected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37c183df8540">37c183df8540</a> PRD: used wrong
+contructor when creating MemMark obj in TPS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/682ff15d4238">682ff15d4238</a> PRD: separate
+UNIT_CS flag into PROC_CORE_CS and MEM_CHNL_FAIL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de5c390af3c7">de5c390af3c7</a> PRD: ignore SCOM
+errors in rule code summary construct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5be7d802291e">5be7d802291e</a> PRD: incorrect CFAM
+register addresses used in Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ff70a1f246d">1ff70a1f246d</a> PRD: no deconfig
+during checkstop, delayed deconfig during TI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ba5e879f3a4">1ba5e879f3a4</a> PRD: firmware
+assisted channel failure workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a908d8307ad7">a908d8307ad7</a> PRD: reorder
+isolation for channel fail attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62f4b4adbd87">62f4b4adbd87</a> PRD: Manually clear
+the Centaur interrupt status reg on chnl fail</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/832ce2259291">832ce2259291</a> PRD: removed
+stubbed HWSV enums from Hostboot code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df829c02d7d5">df829c02d7d5</a> PRD: segfault in
+PLL domain code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da9d0e7c5ed5">da9d0e7c5ed5</a> PRD: Add core
+scratch register 3 to FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45dd7d0b57af">45dd7d0b57af</a> PRD: change
+threshold for L3FIR[28] LRU parity error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86d3fc2a9d5c">86d3fc2a9d5c</a> PRD: add lane
+repair extra signatures to appropriate targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d37ee6f5a97b">d37ee6f5a97b</a> PRD: getScom()
+retry for HBRT channel failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ff0b982dfd3">6ff0b982dfd3</a> PRD: Sys/PCI
+oscillator failover thresholding</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0f9f1534a1">4f0f9f1534a1</a> PRD: resume super
+fast read support for Row Repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/396c1d366536">396c1d366536</a> PRD: resume command
+support in VcmEvent for Row Repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/890ac53effd1">890ac53effd1</a> PRD: linker issue
+with template specializations in VcmEvent class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e55c53fae43a">e55c53fae43a</a> PRD: added
+PlatServices::isRowRepairEnabled()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e748ff234b02">e748ff234b02</a> PRD: handle write
+blocked RC when clearing chip mark on MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/410e6cc5d93c">410e6cc5d93c</a> PRD: Simplified
+System::Analyze() interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8034c8c2ce2c">8034c8c2ce2c</a> PRD: fixed priority
+of PreAnalysis function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ae9d29bd4d1">5ae9d29bd4d1</a> PRD: give MC
+chiplets priority for channel failure analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9f785efd4c7">f9f785efd4c7</a> PRD: RX trgt used
+for TX trgt in XBUS lane repair VPD write</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8aacdb878830">8aacdb878830</a> PRD: fix input
+parameters for lane repair power down HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60d11f6f5f07">60d11f6f5f07</a> PRD: better
+isolation for RCD parity errors and channel failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b214fb15026">4b214fb15026</a> PRD: lane repair
+virtual registers for DMI target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32aa25ec3b49">32aa25ec3b49</a> PRD: add ‘max
+spares exceeded’ attentions to checkstop root cause</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55a1d38302ca">55a1d38302ca</a> Added portable
+shebang to applyTargetingStyle tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dae5fa093ce7">dae5fa093ce7</a> PRD: Fix lane
+repair FFDC for XBUS clock 1 domain</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09b976dcc51f">09b976dcc51f</a> RAS_XML: updates to
+sync the XML with actual values from hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e68ba552bbe0">e68ba552bbe0</a> PRD: updates to
+sync the XML with actual values from hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aac8421a2554">aac8421a2554</a> PRD: change
+register used to query for active chnl fail attn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/829943397a90">829943397a90</a> PRD: Capture extra
+FFDC for current memory mirroring config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/140618aff4a5">140618aff4a5</a> PRD: obus extra
+signatures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/965a9eaad536">965a9eaad536</a> PRD:
+ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS not used on Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/524937cba951">524937cba951</a> remove deprecated
+ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9ade5b4dbf7">e9ade5b4dbf7</a> PRD: PM error log
+parser updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbd4b6cad455">bbd4b6cad455</a> PRD: removed
+default resolution due to problems with CS filter</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10915cf668b3">10915cf668b3</a> PRD: wrong target
+used in PLL analysis code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c247751560a">9c247751560a</a> PRD: Make room for
+Axone prf files in HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68d4feee7c9a">68d4feee7c9a</a> PRD: prep splitting
+rule files by chip model</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7315fb2debc3">7315fb2debc3</a> PRD: Created
+Cumulus specific rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca2ceb0720d6">ca2ceb0720d6</a> PRD: Created Nimbus
+specific rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b12a2a3c601c">b12a2a3c601c</a> PRD: Created
+Centaur specific rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/beca51100d6b">beca51100d6b</a> PRD: Fixed TOD
+register capturing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f716fe1404d">7f716fe1404d</a> PRD: Remove
+remaining P8 code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/116af97857bb">116af97857bb</a> PRD: Fix compile
+warning for Centaur extra signatures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5096ac13faf">f5096ac13faf</a> PRD: Updates from
+the RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01399735eee7">01399735eee7</a> PRD: rule file
+updates for XML parsing tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40cf4bc6b06d">40cf4bc6b06d</a> PRD: Make room for
+Axone prf files in Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba0aa772d541">ba0aa772d541</a> PRD: updates from
+XML and XML parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/195f63624185">195f63624185</a> PRD: Rule file
+updates for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06c7de48489f">06c7de48489f</a> PRD: update filter
+parsing in XML parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc7d24e732f8">cc7d24e732f8</a> PRD: Fixed XML
+parser for summary analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2e2e85b17ea">e2e2e85b17ea</a> PRD: separated NPU
+registers and actions into separate rule files</li>
+</ul>
+<p>aravnair-in (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14a61c96fa3b">14a61c96fa3b</a> Comment why we add
+INSTANCE_PATH specifically for SMPGROUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49e74816eab8">49e74816eab8</a> Set
+DECONFIG_GARDABLE for SMPGROUP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c9579f525f4">0c9579f525f4</a> Deconfig by
+association rule for SMPGROUP targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32f37bb83e3b">32f37bb83e3b</a> Make OBUS_BRICK
+deconfigurable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c5154f68c50">6c5154f68c50</a> Add deconfigure
+SMPGROUP peer targets rule for SMPGROUP</li>
+</ul>
+<p>nagurram-in (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd0816fb2fc0">bd0816fb2fc0</a> Making
+SYSTEM_BRAND_NAME attrib non-volatile to show up in common_mrw</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a1a0c7e98a9">8a1a0c7e98a9</a> IS_MPIPL_SUPPORTED
+attribute support and update in hdat IPLP structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a9cf6e696c8">3a9cf6e696c8</a> attribute ECID
+value updation in hdat pcrd structure</li>
+</ul>
+<p>spashabk-in (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a7732ad4182">1a7732ad4182</a> Introducing lpc
+utils source file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38ef75800929">38ef75800929</a> Move lpc_rw to a
+source file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a52846d8be94">a52846d8be94</a> Support 1byte data
+access on LPC</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/63a59b2f06eb">63a59b2f06eb</a> WOF Reset debug command</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e03ec216c2a4">e03ec216c2a4</a> Tool to parse raw WOF
+hex data</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e66f727bf40b">e66f727bf40b</a> Fix units in comments in
+OPPB to match ekb and actual units.</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/41f0c2c5e001">41f0c2c5e001</a> WOF: Add Extended RC to
+wof errors</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/7f75f89c885f">7f75f89c885f</a> Update occtoolp9 to
+handle parsing WOF Reset reason in opal-prd</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c0210a3fc54d">c0210a3fc54d</a> Add WOF parameters to
+WOF error logs</li>
+</ul>
+<p>Chris Cain (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/a8a2c3a4f7e8">a8a2c3a4f7e8</a> Fix DIMM callout on
+temperature timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/18583159ffc2">18583159ffc2</a> Fix PGPE beacon
+detection</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d7adf6c28157">d7adf6c28157</a> Miscellaneous update to
+occtoolp9</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b67db9d09b18">b67db9d09b18</a> Support for NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/008cb0bc5f1a">008cb0bc5f1a</a> Assert ddr_resetn during
+EPOW on NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/49d91f3310f2">49d91f3310f2</a> NVDIMM procedure update</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/12c8088a32c5">12c8088a32c5</a> Updates to occtoolp9</li>
+</ul>
+<p>Douglas Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/17d77ae94197">17d77ae94197</a>
+Memory:MPV:STC920:Zeppelin: OCC held in reset after a channel checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3e23a4ef97bc">3e23a4ef97bc</a> Write firdata to PNOR
+over IPMI</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/074010fb5fd9">074010fb5fd9</a> 24x7: Added Alink PMU &
+fix for defect SW430218</li>
+</ul>
+<p>William Bryan (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6d556b9b95fd">6d556b9b95fd</a> Increase GPE1 Stack Size</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f284c3068077">f284c3068077</a> Correct centaur time
+scaling factor</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/97f1483c0bd9">97f1483c0bd9</a> imageHdrScript fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/07f6e35c3f82">07f6e35c3f82</a> Update GPE1 Binary 8/15</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d84708e4e986">d84708e4e986</a> Only update centaur
+sensors if data was collected</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1de1be8ec36b">1de1be8ec36b</a> Memory bandwidth sensor
+fixes</li>
+</ul>
+<p>mbroyles (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bc0c2332263b">bc0c2332263b</a> Prevent calling out
+DIMMs and Centaurs due to GPE issues</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b8a8037ca194">b8a8037ca194</a> Prevent calling out
+Centaurs on clock failover CQ: SW437405</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1f0ae6950bfc">1f0ae6950bfc</a> Debug command updates</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/eed59077ba18">eed59077ba18</a> Allow N mode power cap
+to be higher than N+1</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0f604d61c285">0f604d61c285</a> Add WOF sensors for
+AMESTER</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b1453b6ce600">b1453b6ce600</a> Include oversubscription
+in clip history</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8344884b54ca">8344884b54ca</a> Improved PGPE error
+handling part 1</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bd6800942d1d">bd6800942d1d</a> Fix memory OT throttling
+on Nimbus</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-6" title="Permalink to this headline">¶</a></h3>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/palmetto-xml/commit/19c86eb1e5f1">19c86eb1e5f1</a> Fix
+IBSCOM_MCS_BASE_ADDR value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-7">
+<span id="id13"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-7" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/petitboot/petitboot-01-autotools-Add-autopoint-generated-files.patch">petitboot-01-autotools-Add-autopoint-generated-files.patch</a></li>
+</ul>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-7">
+<span id="id14"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-7" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-8">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-8">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-9">
+<span id="id17"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-9">
+<span id="id18"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-9" title="Permalink to this headline">¶</a></h3>
+<p>HankChang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/3ea5832b5ccd">3ea5832b5ccd</a> Updated
+DECONFIG_GARDABLE ATTR for RAS</li>
+</ul>
+<p>Nick Gruendler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/6d169111bade">6d169111bade</a> Set
+X_ETHRESHOLD-REPAIR</li>
+</ul>
+<p>Nickolaus Gruendler (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/9309ecf5eef8">9309ecf5eef8</a> Add DD2.2 4 and
+8 core WOF tables</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/97b82bfd90db">97b82bfd90db</a> Enable 2666
+memory for single drop</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/7f925b710c48">7f925b710c48</a> Update dual drop
+mem speed, stop states</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/7c1bfbb45ab0">7c1bfbb45ab0</a> Update WOF
+tables and wof phase2 support</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/bcee0de48654">bcee0de48654</a> Update WOF
+tables and remove unneeded ones</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/93456eecf038">93456eecf038</a> DD2.1 16c WOF
+data</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/d91ade7643d6">d91ade7643d6</a> Update PCIE EQ
+setting for gen3</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-10">
+<span id="id19"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-10" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-10">
+<span id="id20"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-10" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d4b3dd1656b">1d4b3dd1656b</a> Axone only-IPL
+Procedures update to support SBE changes</li>
+</ul>
+<p>Adam Hale (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2eb270876749">2eb270876749</a> Disable HW439321
+workaround in dd1.3</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/68b93cc0698a">68b93cc0698a</a> HW467590 - WAT Solution
+to prevent ARMWF starvation early hang</li>
+</ul>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d5794d13060d">d5794d13060d</a> Avoid spurious Malf
+Alert (HMI) to PHYP in PM Complex Reset/Suspend</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/06f2b048dd60">06f2b048dd60</a> Handling special wakeup
+assert/deassert mis-match in PM Reset/Init on MALF</li>
+</ul>
+<p>Andre Marin (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d12c98f3bf94">d12c98f3bf94</a> Add MEM_PORT target</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aee8470bb261">aee8470bb261</a> Initf procedure updates
+for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/40409eb7a0de">40409eb7a0de</a> Initf procedure updates
+for OMI rings for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/957a64765762">957a64765762</a> Initf procedure updates
+for Axone OMI rings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5697a351821d">5697a351821d</a> Axone only-Mux settings
+for TOD refclk input</li>
+</ul>
+<p>Ben Gass (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9c321873ecd">c9c321873ecd</a> Update p9a_10 engd from
+o10_e9018_1_tp018_ec409_soa_sc_u261_01</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/656d77e999c1">656d77e999c1</a> Back out p9a_10 engd
+that breaks the initcompiler.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3fd4e84f2ab4">3fd4e84f2ab4</a> Update Axone engd.</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/022cf9ef4eee">022cf9ef4eee</a> Alink Hot Repair Fix</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/653af7c39dce">653af7c39dce</a> Clear INT_CQ related
+firs after completing sync_reset in MPIPL</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d366d4d3fd47">d366d4d3fd47</a> Revert “Clear INT_CQ
+related firs after completing sync_reset in MPIPL”</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b899067de964">b899067de964</a> Cleanup: Updated Mvpd
+access function and removal of unused rings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/225922537f45">225922537f45</a> Infrastructure support
+for new MC OMI rings for Axone</li>
+</ul>
+<p>Dan Crowell (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/114eb0df447d">114eb0df447d</a> Remove
+ATTR_PROC_CHIP_MEM_TO_USE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9b485103576">c9b485103576</a> Attribute cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/12f20f559a22">12f20f559a22</a> Only save the CME FIR
+Masks after they have been setup once</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/41ac7c13db4a">41ac7c13db4a</a> Add Axone targets to
+fapi error utilities</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/69dedc0ffc26">69dedc0ffc26</a> Add hook to setup
+ATTR_SMF_CONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ff37b7ecb360">ff37b7ecb360</a> Use core target for
+HRMOR/URMOR scoms in p9_sbe_load_bootloader</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ef27d8bc4244">ef27d8bc4244</a> HCODE Make divide using
+DERP/DORP atomic</li>
+</ul>
+<p>Greg Still (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/895e0d5c76a7">895e0d5c76a7</a> SMF: SBE updates for SMF
+(URMOR set and CPMMR[Runtime Wakeup Mode] clear)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e4bd0e56146b">e4bd0e56146b</a> SMF: clear HRMOR[15] in
+all modes so that secure mode won’t hang core</li>
+</ul>
+<p>Jennifer A. Stofer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/19a6cc35b628">19a6cc35b628</a> Revert “lpc_init:
+Correct LPC host controller timeout value”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ecf448158b9d">ecf448158b9d</a> Revert “Initf procedure
+updates for OMI rings for Axone”</li>
+</ul>
+<p>Jenny Huynh (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/739cb752fc4a">739cb752fc4a</a> Secure memory allocation
+and setup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3163363f9b24">3163363f9b24</a> Avoid enabling smf bits
+in nmmu logic for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3399fd3edb81">3399fd3edb81</a> SW427193 / HW461448:
+Enable memory controller wat</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f0712eccd00">9f0712eccd00</a> Mask early hang
+indicators from nmmu/vas unit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f980f21554a3">f980f21554a3</a> Mask NMMUFIR(7),
+NMMUFIR(36:39)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/96b355495608">96b355495608</a> Enforce SMF size
+requirements and correct valid bit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/baa6ab8c737e">baa6ab8c737e</a> HW471413 Aggressive
+Uncle: disable ERAT thread sharing</li>
+</ul>
+<p>Joachim Fenkes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a8686c27d27e">a8686c27d27e</a> p9_sbe_lpc_init: Add
+final check for errors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c7486f7b07ab">c7486f7b07ab</a> p9_sbe_tp_chiplet_init3:
+Set up oscillator error mask based on MF osc setting</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4191b61e176a">4191b61e176a</a> p9_sbe_lpc_init: Improve
+reset</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bbce13954daa">bbce13954daa</a> lpc_init: Correct LPC
+host controller timeout value</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/97b414635410">97b414635410</a> p9_sbe_lpc_init: Skip
+final error check for Fleetwood GA1</li>
+</ul>
+<p>Joe McGill (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/add228241007">add228241007</a> allow option to enforce
+mirroring of all system memory</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b725244e84ae">b725244e84ae</a> set PEC disable store
+thread based ordering chicken switches</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8dcb329eeac4">8dcb329eeac4</a> p9_sbe_check_quiesce –
+restore call to p9_int_scrub_caches</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c8fede9e612b">c8fede9e612b</a> p9_sbe_scominit – set
+XSCOM BAR in secure memory with SMF enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0eff4a7aa441">0eff4a7aa441</a> p9.pci.scan.initfile –
+replace 62028 implementation with initfile entry</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bb2581994b16">bb2581994b16</a> Validate OBUS DL lane
+failed indications during initial link training</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a29e1a56702f">a29e1a56702f</a> apply INT ARX clock gate
+disable to p9n DD2.0 hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d7508dcad439">d7508dcad439</a> Updates to permit
+synchronized SS PLL spreading via TOD</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da2faf32fae4">da2faf32fae4</a> nest updates for p9c
+DD1.3 native and p9c DD1.2 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dcd07da310ae">dcd07da310ae</a> prevent NVDL recal_abort
+to OBUS PHY during SMP usage</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ed95ad23449b">ed95ad23449b</a> FBC ABUS TDM inject and
+recovery HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6ef77d03b31f">6ef77d03b31f</a> whitelist updates for
+ABUS CCM</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9fcda53c50f7">9fcda53c50f7</a> p9_sbe_tp_chiplet_init:
+Fix missing semicolons</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d779bc19cdeb">d779bc19cdeb</a> fapi2: Use correct
+RingMode type</li>
+</ul>
+<p>Louis Stermole (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/026d810afdde">026d810afdde</a> Add row repair access
+functions and attr switches for p9c</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ab21d9215c0e">ab21d9215c0e</a> Secure Boot: Whitelist
+PPE External Interface XCR and SMP lane related register</li>
+</ul>
+<p>Nick Klazynski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dc6a9a0a6028">dc6a9a0a6028</a> Clockgate disable
+workaround for HW452921</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2582f47596ad">2582f47596ad</a> Enable CDD1.3’s 4
+risklevels (step 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/037aa8a374c5">037aa8a374c5</a> Enable Core
+compatability Mode; Add HW443669</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d78d955fd260">d78d955fd260</a> Add TLBIE WAT</li>
+</ul>
+<p>Prasad Bg Ranganath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6fca30900233">6fca30900233</a> Marking CME sram addr
+and cntrl register for whitelist</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2bd351fbbd39">2bd351fbbd39</a> PM:Some more cleanups in
+update_ec_eq procedure for core unit xstop case</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5833ebe6d677">5833ebe6d677</a> STOP:Dont clear
+pmc_pcb_intr_type0_pending in OISR1/OIMR1 register</li>
+</ul>
+<p>Prem Shanker Jha (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d60e2d7700c">1d60e2d7700c</a> PM: Added support for
+enable disable of 24x7 IMA.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26f2defa140d">26f2defa140d</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a4cf323a8a1">4a4cf323a8a1</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/090243ffb298">090243ffb298</a> PM: Fixed handling of
+CME LFIR mask during PM complex reset.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/63f0f90e5883">63f0f90e5883</a> Img Build: HOMER changes
+for SMF and SPR self save.</li>
+</ul>
+<p>Raja Das (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/432a7bb830ab">432a7bb830ab</a> Inverted logic of
+hasClock bit in Clock Status register</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a2a88ff8081">4a2a88ff8081</a> [SBE-ARCH2] Format
+register dump and SBE Capturing the Data</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bd5c4de63cdd">bd5c4de63cdd</a> [SBE-ARCH1]HRMOR
+relocated to 4Gb for SPLess Opal system</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a091ef2465a">7a091ef2465a</a> Updated core stop state
+while capturing data in MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26acfd0fd5e7">26acfd0fd5e7</a> Simics check in case of
+spless system before modifying HRMOR to 4GB</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0297fe823ff6">0297fe823ff6</a> Axone tp_chiplet_init
+sequence in boot</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a273362351bf">a273362351bf</a> Added newline
+termination after putting in build info into Hash</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/74de67ab5090">74de67ab5090</a> Increased l2 loader size
+in PIBMEM</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f4b6cc7a8717">f4b6cc7a8717</a> Added AXONE option for
+sbe-trace</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/470b106f89cc">470b106f89cc</a> Updated tracehash.pl
+file to skip parsing of empty line from hash file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2992583ae8c9">2992583ae8c9</a> Axone chipId support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bbeb8d0cefc7">bbeb8d0cefc7</a> Instruction machine
+check ISR updated</li>
+</ul>
+<p>Richard J. Knight (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4f7caa36ee81">4f7caa36ee81</a> Add prototype for
+releasing platform data pointer storage function</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a2fae5c9cbeb">a2fae5c9cbeb</a> Modify the getFfdc
+routine to consider the SBE proc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1536a9ea7882">1536a9ea7882</a> get FAPI_POS for all
+valid target types passed in SBE FIFO ffdc</li>
+</ul>
+<p>Sachin Gupta (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a682d4b3a60e">a682d4b3a60e</a> Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2c410f1b2264">2c410f1b2264</a> Fix in quisce</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a46943dd8677">a46943dd8677</a> Updating backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/43e1ba4a2643">43e1ba4a2643</a> Remove intermediate rule
+for C/c files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0ee0a590013e">0ee0a590013e</a> Only call lpc init
+procedure on slave procs in mnfg mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/629cf0ba3bf7">629cf0ba3bf7</a> Support
+ATTR_LPC_CONSOLE_CNFG attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca16ce92cfeb">ca16ce92cfeb</a> Put temporary file in
+project config folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50f39386956e">50f39386956e</a> Revert Only call lpc
+init procedure on slave procs in mnfg mode</li>
+</ul>
+<p>Stephen Glancy (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d103f7adad9d">d103f7adad9d</a> Adds endian_swap to
+fapi2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4158d2de4415">4158d2de4415</a> Removes unused attribute
+accessors</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/08a3b13f505d">08a3b13f505d</a> Updated gerrit hostname</li>
+</ul>
+<p>Yue Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/00d48c74abbd">00d48c74abbd</a> STOP: remove chiplet
+enable drop in core_poweron for multicast scom</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/77f8505ebf78">77f8505ebf78</a> PM: Prevent Core-L2
+Quiesce from removing PM_EXIT upon SPWU</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/16fde70421d8">16fde70421d8</a> IPL/STOP: Disable LCO
+when only two EXes are configured</li>
+</ul>
+<p>Zane Shelley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a29db3da0819">a29db3da0819</a> RAS_XML: updates to sync
+the XML with actual values from hardware</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2bdc2af078a7">2bdc2af078a7</a> Register 1020019 was
+white listed</li>
+</ul>
+<p>spashabk-in (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8c276e4ad59b">8c276e4ad59b</a> Update memory address of
+ADU testcase</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c79faf686d8">5c79faf686d8</a> ppe CI memory testcase
+failure fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6fdb271fa1a">c6fdb271fa1a</a> Optimize PSU testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bba0cab94144">bba0cab94144</a> Protect fapi rc between
+processor and async thread</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5e3c66327088">5e3c66327088</a> Skip select master EX on
+slave SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ddefd501a212">ddefd501a212</a> Suspend async task on
+quiesce SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2567f8f47e82">2567f8f47e82</a> Get capabilities spec
+sync</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a8ae4fab627a">a8ae4fab627a</a> Support special wakeup
+for SRESET</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e6fa24197013">e6fa24197013</a> Special wakeup bit
+correction</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20a60ab17ed6">20a60ab17ed6</a> Add axone config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d436cbc3c974">d436cbc3c974</a> Project specific boot
+handling</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cf180c5928c4">cf180c5928c4</a> Axone image suffix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba07774edab2">ba07774edab2</a> Bump up axone pibmem
+size to 224KB</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/121afb0e9980">121afb0e9980</a> Move all text section to
+PIBMEM for axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f4b7f496c8fc">f4b7f496c8fc</a> Introducing lpc utils
+source file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9bb64314aad7">9bb64314aad7</a> Release sbe binaries as
+part of simics tar</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6b4839f3d35e">6b4839f3d35e</a> Fix forced-trace command</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3aa7b7c2918f">3aa7b7c2918f</a> Enable parallel builds
+in SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/eb8c94369f30">eb8c94369f30</a> Move Control instruction
+to seeprom</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da99f39710df">da99f39710df</a> Jenkins parallel build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ff74130fcca2">ff74130fcca2</a> Move lpc_rw to a source
+file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1a4637ad7c4">e1a4637ad7c4</a> Support 1byte data
+access on LPC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/17ee7c1c6dec">17ee7c1c6dec</a> Enabling ipmi console
+access</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cf61dc391d03">cf61dc391d03</a> SBE logs on serial
+console</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-11">
+<span id="id21"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-11">
+<span id="id22"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-11" title="Permalink to this headline">¶</a></h3>
+<p>Adriana Kobylak (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6ebee077d91">b6ebee077d91</a> pflash: Add –skip
+option for reading</li>
+</ul>
+<p>Alexey Kardashevskiy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a2b6d51b771">8a2b6d51b771</a> npu2: Use correct
+kill type for TCE invalidation</li>
+</ul>
+<p>Alistair Popple (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8702e2c6963">b8702e2c6963</a> Move
+pb_cen_hp_mode_curr register definition to xscom-p9-reg.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68518e542e6f">68518e542e6f</a> phb4: Disable nodal
+scoped DMA accesses when PB pump mode is enabled</li>
+</ul>
+<p>Andrew Donnellan (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/be54c89e7e97">be54c89e7e97</a> hw/phb4: Fix unused
+value/parameter warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a8cc857fa3f">8a8cc857fa3f</a> hw/npu2: Don’t
+assert if we hit a mixed OpenCAPI/NVLink setup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34ceb75f2829">34ceb75f2829</a> hw/npu2-opencapi:
+Fix setting of supported OpenCAPI templates</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c38bdc3984a2">c38bdc3984a2</a>
+hw/npu2-hw-procedures: Enable RX auto recal on OpenCAPI links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecc4a562b5d1">ecc4a562b5d1</a> occ: Wait if OCC GPU
+presence status not immediately available</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ecb29651c31">7ecb29651c31</a> npu2: Split device
+index into brick and link index</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68415d5e38ef">68415d5e38ef</a> hw/npu2: Common NPU2
+init routine between NVLink and OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6cc82cb39c4">b6cc82cb39c4</a> hw/npu2, platform:
+Add NPU2 platform device detection callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6a728afd121b">6a728afd121b</a> hw/npu2, platform:
+Restructure OpenCAPI i2c reset/presence pins</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d5b516f2870">9d5b516f2870</a>
+platforms/astbmc/witherspoon: Implement OpenCAPI support</li>
+</ul>
+<p>Andrew Jeffery (30):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b1bc2ffe791">5b1bc2ffe791</a> ast-bmc: Move copy
+routines to ast-sf-ctrl</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/467b00fdfd67">467b00fdfd67</a> core/pci-quirk:
+Remove broken comment in quirk_astbmc_vga()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a5af6da49b9">7a5af6da49b9</a> core/pci-quirk:
+Clean up commented code in quirk_astbmc_vga()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8972e44f9788">8972e44f9788</a> ast-bmc: Rename LPC
+FW cycle helpers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ebc8524a3a45">ebc8524a3a45</a> ast-io: Rework
+setup/tear-down of communication with the BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d8793c64b59">1d8793c64b59</a> lpc: Silence LPC
+SYNC no-response error when necessary</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8bb4a1cd9af4">8bb4a1cd9af4</a> ast-io: Use
+bmc_sio_{get, put}() where required</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d40484209620">d40484209620</a> ipmi: Introduce
+registration for SEL command handlers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88579eba5fde">88579eba5fde</a> core/lock: Use
+try_lock_caller() in lock_caller() to capture owner</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3aa5394f4da1">3aa5394f4da1</a> core/flash: Only
+lock around flashes update in flash_register()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0b84547521d">c0b84547521d</a> core/flash: Unlock
+around blocklevel calls in NVRAM accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35c955970af6">35c955970af6</a> libflash: Add
+ipmi-hiomap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5edb1692b7f">b5edb1692b7f</a> astbmc: Prefer
+ipmi-hiomap for PNOR access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a1ff0ab2c78">1a1ff0ab2c78</a> astbmc: Remove
+coordinated isolation support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5684204c2d0b">5684204c2d0b</a> lpc: Introduce
+generic probe capability</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd554bacd13c">dd554bacd13c</a> astbmc: Use LPC
+probe calls to determine SIO presence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9a830ee06c66">9a830ee06c66</a> platform:
+Restructure bmc_platform type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a43e9a66aae9">a43e9a66aae9</a> astbmc: Fail SFC
+init if SIO is unavailable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7194e92cc700">7194e92cc700</a> lpc: Clear sync
+no-response field prior to device probe</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f271f0263475">f271f0263475</a>
+libflash/ipmi-hiomap: Cleanup allocation on init failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a07f8bb329f7">a07f8bb329f7</a> p9dsu: Add
+HIOMAP-over-IPMI support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6131d3a215d">a6131d3a215d</a> p9dsu: Describe
+platform BMC register configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34cffed2ccf3">34cffed2ccf3</a>
+libflash/ipmi-hiomap: Improve event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f47fbc97d421">f47fbc97d421</a>
+libflash/ipmi-hiomap: Restore window state on window/protocol reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dbdfb0e2ea3c">dbdfb0e2ea3c</a>
+libflash/ipmi-hiomap: Use error codes rather than abort()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cee7ec9eae09">cee7ec9eae09</a> core/flash: Log
+return code when ffs_init() fails</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f58be461091f">f58be461091f</a> libflash/test:
+Rewrite Makefile.check to improve scalability</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/97f839beffb5">97f839beffb5</a>
+libflash/ipmi-hiomap: Fix argument type warning on x86-64</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1151a987ae45">1151a987ae45</a>
+libflash/ipmi-hiomap: Add support for unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d49bfeea7bf2">d49bfeea7bf2</a>
+libflash/ipmi-hiomap: Respect daemon presence and flash control</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ea075edd7af">6ea075edd7af</a>
+platforms/astbmc/vesnin: Send list of PCI devices to BMC through IPMI</li>
+</ul>
+<p>Benjamin Herrenschmidt (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7db7c9f65229">7db7c9f65229</a> xive: Disable block
+tracker</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f737777b3438">f737777b3438</a> i2c: Fix
+multiple-enqueue of the same request on NACK</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef79d0370737">ef79d0370737</a> i2c: Ensure ordering
+between i2c_request_send() and completion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3bb756b2d98">d3bb756b2d98</a> lock: Increase
+con_suspend before __try_lock</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2925dd08c5e3">2925dd08c5e3</a> lock: Move code
+around</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f2e0ee95a3d">2f2e0ee95a3d</a> lock: Fix
+interactions between lock dependency checker and stack checker</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b78d823faf4f">b78d823faf4f</a> cpu: Better output
+when waiting for a very long job</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cfecc3960c00">cfecc3960c00</a> phb4: Don’t try to
+access non-existent PEST entries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a087154ca4f">0a087154ca4f</a> phb4: Handle
+allocation errors in phb4_eeh_dump_regs()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9a83ab711ea3">9a83ab711ea3</a> phb4: Workaround PHB
+errata with CFG write UR/CA errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95f7b3b9698b">95f7b3b9698b</a> nx: Don’t abort on
+missing NX when using a QEMU machine</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/784799510c45">784799510c45</a> phb4: Update &
+cleanup register definitions</li>
+</ul>
+<p>Cyril Bur (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d96d56298d5">0d96d56298d5</a> phb4: Use the return
+value of phb4_fenced() in phb4_get_diag_data()</li>
+</ul>
+<p>Frederic Barrat (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f385ac321e0b">f385ac321e0b</a> npu2-opencapi: Don’t
+send commands to NPU when link is down</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d339446fc77">2d339446fc77</a> opal/hmi: Catch NPU2
+HMIs for opencapi</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b9bc869a4fe">3b9bc869a4fe</a> phb4: Disable 32-bit
+MSI in capi mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a800fa35b822">a800fa35b822</a> hw/p8-i2c: Fix i2c
+request timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a92f432eae5b">a92f432eae5b</a> npu2-opencapi:
+Enable presence detection on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d28576dffd5">4d28576dffd5</a>
+platform/witherspoon: Avoid harmless error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cdaa6d1b2614">cdaa6d1b2614</a>
+platform/witherspoon: Fix opencapi lane-mask used on GPU0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff376805bde5">ff376805bde5</a> npu2-opencapi: Log
+extra information on link training failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64d06b1feed1">64d06b1feed1</a> npu2-opencapi:
+Detect if link trained in degraded mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1a8469a208c">e1a8469a208c</a> npu2-opencapi: Log
+ODL endpoint information register</li>
+</ul>
+<p>Jeremy Kerr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01089cb8b4a2">01089cb8b4a2</a> docs/platforms: Add
+S812L and S822L</li>
+</ul>
+<p>Joel Stanley (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/052694653f13">052694653f13</a> Makefile: Remove
+-mno-direct-move cflag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e55c6b88451">2e55c6b88451</a> Makefile: remove
+try-cflags on no-altivec and no-vsx</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c54a914e54d">3c54a914e54d</a> README: Update Qemu
+instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3a8f7d0cf11">a3a8f7d0cf11</a> cpu: Quieten OS
+endian switch messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35e735ae24eb">35e735ae24eb</a> ffspart: Add toc
+test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad2ca201f46c">ad2ca201f46c</a> ffspart: Add test
+for eraseblock size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b211d20162c8">b211d20162c8</a> opal-ci: Use
+ubuntu:rolling for Ubuntu latest image</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/42fa2c4e472f">42fa2c4e472f</a> travis: Coverity
+fixed their SSL cert</li>
+</ul>
+<p>Madhavan Srinivasan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae546e0b6d97">ae546e0b6d97</a> external/mambo:
+Check for qtrace_utils.tcl before sourcing it</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1317448ddd1a">1317448ddd1a</a> opal/hmi: Ignore
+debug trigger inject core FIR.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c884f2d0cb92">c884f2d0cb92</a> opal/hmi: Handle
+early HMIs on thread0 when secondaries are still in OPAL.</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/caf0ff13c254">caf0ff13c254</a> doc: Add
+documentation on supported platforms and CPUs</li>
+</ul>
+<p>Michael Neuling (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/051da83b625d">051da83b625d</a> phb4: Fix typo in
+disable lane eq code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/832cac15956c">832cac15956c</a> mambo: Merge
+PMEM_DISK and PMEM_VOLATILE code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80b7b37c63a5">80b7b37c63a5</a> init: Fix starting
+stripped kernel</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dbf80d1db45">7dbf80d1db45</a> phb4: Generate
+checkstop on AIB ECC corr/uncorr for DD2.0 parts</li>
+</ul>
+<p>Nicholas Piggin (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5bf03755a972">5bf03755a972</a> cpu: add
+cpu_queue_job_on_node()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb835dbdf875">cb835dbdf875</a> external/mambo:
+conditionally source qtrace script</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e3ad77c1ced">3e3ad77c1ced</a> hw/chiptod: test
+QUIRK_NO_CHIPTOD in opal_resync_timebase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/129e4408f7f4">129e4408f7f4</a> core/fast-reboot:
+print the fast reboot disable reason</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20126d267812">20126d267812</a> core/mem_region:
+mambo reserve kernel payload areas</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5118fc7fb0ea">5118fc7fb0ea</a> skiboot.lds.S: move
+read-write data after the end of symbol map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2649d663ede6">2649d663ede6</a> fast-reboot: verify
+firmware “romem” checksum</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2aa227cc0e18">2aa227cc0e18</a> core/lock: fix
+timeout warning causing a deadlock false positive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/527286706ab1">527286706ab1</a> core/lock: don’t set
+bust_locks on lock error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12b74c455bed">12b74c455bed</a> core/flash: NULL
+pointer dereference fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4230046ecd5">c4230046ecd5</a> core/device: NULL
+pointer dereference fix</li>
+</ul>
+<p>Oliver O’Halloran (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2710351f76b9">2710351f76b9</a> hw/phb4: Print the
+PEs in the EEH dump in hex</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d1ac16801a38">d1ac16801a38</a> hw/phb4: Add a
+helper to dump the PELT-V</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e23604be0cb">3e23604be0cb</a> hw/phb4: Add helpers
+to dump the IODA tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a7ff2d6281f">7a7ff2d6281f</a> hw/phb4: Use
+local_alloc for phb4 structures</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55cab51c74a8">55cab51c74a8</a> mem_region: Merge
+similar allocations when dumping</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b465be797e86">b465be797e86</a> hw/p8-i2c: Print the
+set error bits</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a311b9dec27">7a311b9dec27</a> pci: Clarify power
+down logic</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c45dc0d04fc">6c45dc0d04fc</a> core/pci: Print ‘PCI
+Summary’ at PR_NOTICE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d76e4fb2665b">d76e4fb2665b</a> zaius: Add a slot
+table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c07958783dbc">c07958783dbc</a> astbmc/slots: Add
+SW_PLUGGABLE() macro</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a9eb51051f1">7a9eb51051f1</a> astbmc/slot: Add
+_add_slot_info()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea4e422f6343">ea4e422f6343</a> zaius: Add slots for
+the Barreleye G2 HDD rack</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63ea33fb8fd0">63ea33fb8fd0</a> hdata/iohub: Fix
+Cumulus Hub ID number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb146fac9685">eb146fac9685</a> core/i2c: Move the
+timeout field into i2c_request</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb27c7219dc6">bb27c7219dc6</a> hw/p8-i2c: Remove
+p8_i2c_request structure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/801462feb7d6">801462feb7d6</a> core/i2c: Remove bus
+specific alloc and free callbacks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7665748f2f2e">7665748f2f2e</a> nvram: Print how
+long we waited for nvram</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c94de0277cf6">c94de0277cf6</a> nvram: Fix
+wait-for-nvram message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57a17c2f300e">57a17c2f300e</a> xscom-utils/getsram:
+Make it work on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e524662ff77">6e524662ff77</a> xscom-utils: Rework
+getsram</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30ffd4c6a528">30ffd4c6a528</a> hdata: Explain what
+the xscom node bus-frequency is</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1355c312c308">1355c312c308</a> witherspoon: Rename
+shared slot fixup function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dfaf471eb1a7">dfaf471eb1a7</a> hdata/i2c: Add
+whitelisting for Host I2C devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f88e37248463">f88e37248463</a> hdata/i2c: Make SPD
+workaround more workaroundy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9597a12ef4b3">9597a12ef4b3</a> phb4: Check for RX
+errors after link training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/324365f3aa9b">324365f3aa9b</a> libstb: Pass a
+tpm_dev to tpm_i2c_request_send()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/751cc33a2cfa">751cc33a2cfa</a> platform/firenze:
+Fix branch-to-null crash</li>
+</ul>
+<p>Prem Shanker Jha (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a4aa1cb0349">1a4aa1cb0349</a> STOP API: API
+conditionally supports 255 SCOM restore entries for each quad.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9000b6b187f9">9000b6b187f9</a> SCOM Restore: Handle
+case of old HB and new STOP API case.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ed87dbdd66b">6ed87dbdd66b</a> STOP API: Changes
+for SMF and SPR self save</li>
+</ul>
+<p>Rashmica Gupta (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0fa446cc21cb">0fa446cc21cb</a> Add the other 7 ATSD
+registers to the device tree.</li>
+</ul>
+<p>Reza Arbab (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2493fd0ce30">c2493fd0ce30</a> npu2/hw-procedures:
+Don’t open code NPU2_NTL_MISC_CFG2_BRICK_ENABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/041d69bb1a70">041d69bb1a70</a> npu2/hw-procedures:
+Enable parity and credit overflow checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/167fcb20aa97">167fcb20aa97</a> pci: Move logging
+macros to pci.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77f26507f1ea">77f26507f1ea</a> phb4: Track PEC
+index in dt and phb4 struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06e997009945">06e997009945</a> npu2: Add
+NPU2_SM_REG_OFFSET()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f43465a0ac6d">f43465a0ac6d</a> npu2: Don’t open
+code NPU2_RELAXED_ORDERING_CFG2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/736d8b150f86">736d8b150f86</a> npu2: Add support
+for relaxed-ordering mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c62f56b3351">1c62f56b3351</a> doc/opal-api:
+Document npu2 relaxed ordering APIs</li>
+</ul>
+<p>Russell Currey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/19c8d728e86e">19c8d728e86e</a> errorlog: Rename
+PHB3 to just PHB</li>
+</ul>
+<p>Samuel Mendoza-Jonas (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3cd749c99791">3cd749c99791</a> Recognise signed
+VERSION partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/714be69223cc">714be69223cc</a> core/flash: Emit a
+warning if Skiboot version doesn’t match</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0375a62396d">c0375a62396d</a> core/flash: Ignore
+prefix when comparing versions.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b92a1b80f6d">4b92a1b80f6d</a> libflash: Restore
+blocklevel tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e24771081422">e24771081422</a> libflash: Don’t
+merge ECC-protected ranges</li>
+</ul>
+<p>Stewart Smith (45):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06808a037d44">06808a037d44</a> fast-reboot:
+parallel memory clearing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21f540e8e51e">21f540e8e51e</a> Scan PCI and clear
+memory simultaneously</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4757519c697e">4757519c697e</a> mem_region: log
+region name on mem_alloc failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c30ddb93baf">2c30ddb93baf</a> mem_check(): Correct
+alignment assumptions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13e9a66a7b39">13e9a66a7b39</a> Fixup unit tests for
+cpu_queue_job() in mem_region.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f651e8eb56e2">f651e8eb56e2</a> Fixup pflash build
+for ast refactor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c1d43fc84a30">c1d43fc84a30</a> skiboot 6.0.6
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/25f7266f736c">25f7266f736c</a> core/cpu.c: assert
+pir is sane before using</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7e529767704b">7e529767704b</a> skiboot 6.0.7
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6605667cf80">b6605667cf80</a> don’t fail fatally
+if qtrace can’t be loaded</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3d801c01f97">f3d801c01f97</a> skiboot 6.0.8
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ff660e21834">9ff660e21834</a> Qemu: don’t print
+PR_WARNING on qemu defining rtc/uart</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/084e37bab1cf">084e37bab1cf</a> Use $() rather than
+backticks in all shell</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2485be65e166">2485be65e166</a> clang:
+-Wno-error=ignored-attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/74116e3e37cf">74116e3e37cf</a>
+xscom-utils/adu_scoms.py: run 2to3 over it</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f83568436527">f83568436527</a> TEMPORARY HACK:
+Disable verifying VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da773b275e62">da773b275e62</a> SBE-p8: Do all sbe
+timer update with xscom lock held</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c8e1c6f89f3">7c8e1c6f89f3</a> Add fast-reboot
+property to /ibm,opal DT node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aeb366970e0c">aeb366970e0c</a> Actually add
+/ibm,opal/fast-reboot property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc4de28374c7">cc4de28374c7</a> opal-ci: Build old
+dtc version for fedora 28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d68e6fa5822">2d68e6fa5822</a> gcov: Fix building
+with GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8fba29a2b5e5">8fba29a2b5e5</a> core/device: Add
+test for duplicate nodes with dt_attach_root()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8fd95036cdd8">8fd95036cdd8</a> core/device: add
+test for dt_new() a duplicate node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/51c35e372831">51c35e372831</a> core/device:
+increase test coverage for dt_new_addr and dt_new_2addr</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5d71815288c">c5d71815288c</a> core/device: Test
+dt_new_check()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b9be42009e1">9b9be42009e1</a> Quieten ‘warnings’
+now that SIO is disabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b8cc05a9451">4b8cc05a9451</a> Revert “TEMPORARY
+HACK: Disable verifying VERSION”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6de35b6896a">b6de35b6896a</a> hiomap: free ipmi
+message in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d513609b4f48">d513609b4f48</a> travis/ci: rework
+Dockerfiles to produce build artifacts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d58ee17ea20">8d58ee17ea20</a> hiomap: fix missing
+newline at end of ‘Flushing writes’ prlog()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d10862e40cd8">d10862e40cd8</a> Run pollers in
+time_wait() when not booting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3dd480db1a69">3dd480db1a69</a> skiboot v6.0.10
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/594cfacf0e41">594cfacf0e41</a> CI: Bump the Qemu we
+build for CI testing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52725306f495">52725306f495</a> skiboot 6.0.11
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/971a1a0a620a">971a1a0a620a</a> gcov: link in
+ctors* as newer GCC doesn’t group them all</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/606a5a3d44e3">606a5a3d44e3</a> hiomap: quieten
+warning on failing to move a window</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30f8a6006de4">30f8a6006de4</a> skiboot v6.0.13
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28bf1faf44cd">28bf1faf44cd</a> ipmi: Reduce
+ipmi_queue_msg_sync() polling loop time to 10ms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a2f8a3c12c6">8a2f8a3c12c6</a> skiboot v6.2-rc1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50ea35c2d078">50ea35c2d078</a> Warn on long OPAL
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b547df61bdad">b547df61bdad</a> hdata/test:
+workaround dtc bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/acb0f2160500">acb0f2160500</a> skiboot v6.0.14
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87b436c32ac8">87b436c32ac8</a> libpore: Sync p8
+files, remove erroneous “IBM Confidential”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37bce07eea2b">37bce07eea2b</a> Don’t warn on “long”
+OPAL_RESYNC_TIMEBASE calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/10497d05169f">10497d05169f</a> skiboot v6.2-rc2
+release notes</li>
+</ul>
+<p>Vaibhav Jain (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3754dba77ef5">3754dba77ef5</a> phb4: Reallocate
+PEC2 DMA-Read engines to improve GPU-Direct bandwidth</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5690c5a8980f">5690c5a8980f</a> doc: Add a man page
+for OPAL_PCI_SET_PHB_CAPI_MODE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef9caad57e59">ef9caad57e59</a> phb4/capp: Update
+DMA read engines set in APC_FSM_READ_MASK based on link-width</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec954f764efe">ec954f764efe</a> capp: Fix the capp
+recovery timeout comparison</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1520d6a1e3aa">1520d6a1e3aa</a> phb4: Don’t probe a
+PHB if its garded</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5f728c53d42c">5f728c53d42c</a> opal: use
+for_each_safe to iterate over opal_syncers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6fca4819fd1">a6fca4819fd1</a> nvram: Fix a
+possible NULL pointer de-ref in nvram_query_eq()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09fabd68f732">09fabd68f732</a> phb4: Reset pfir and
+nfir if new errors reported during ETU reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f7868260709">0f7868260709</a> phb4: Re-factor
+phb4_fenced() and introduce phb4_dump_pec_err_regs()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d7419274dfa">2d7419274dfa</a> phb4/capp: Use link
+width to allocate STQ engines to CAPP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d5ebd5519dcd">d5ebd5519dcd</a> phb4/capp: Update
+the expected Eye-catcher for CAPP ucode lid</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8e1d61ae2c9">c8e1d61ae2c9</a> phb4: Enable PHB
+MMIO-0/1 Bars only when mmio window exists</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cef472ed1fe">7cef472ed1fe</a> opal/hmi: Wakeup the
+cpu before reading core_fir</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/999246716d2d">999246716d2d</a> phb4/capp: Only
+reset FIR bits that cause capp machine check</li>
+</ul>
+<p>Vaidyanathan Srinivasan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df5da053c459">df5da053c459</a> core/cpu: Fix memory
+allocation for job array</li>
+</ul>
+<p>Vasant Hegde (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff576aa8187b">ff576aa8187b</a> opal-prd: Fix
+opal-prd crash</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/15880d514e1f">15880d514e1f</a> core/cpu: Call
+memset with proper cpu_thread offset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd2dacf8ee06">dd2dacf8ee06</a> hdata: Fix dtc
+warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d9395c3d542">9d9395c3d542</a> hdata: Make sure FW
+feature name is not empty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2fba868b5380">2fba868b5380</a> fsp/surv: Improve
+log message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70a7a3fdfa36">70a7a3fdfa36</a> hdata: Cleanup
+get_hb_reserved_mem</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50d508c3cd62">50d508c3cd62</a> hdata: Make sure
+reserved node name starts with “ibm,”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/904623dbbda4">904623dbbda4</a> FSP: Improve
+Reset/Reload log message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c94b5a9e9c32">c94b5a9e9c32</a> hdata/i2c: Skip
+unknown device type</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-12">
+<span id="id23"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-12" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-12">
+<span id="id24"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-12" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/118e0a59c1a9">118e0a59c1a9</a> Disable hidden
+error logs in production mode</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/4fb3a4b928a9">4fb3a4b928a9</a> Add multiple nest
+frequencies support</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-13">
+<span id="id25"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-13">
+<span id="id26"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-13" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c488a6234d09">c488a6234d09</a> Added value
+to TPM FRU ID</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="op-build-v2-2-rc1-patches-14">
+<span id="id27"></span><h3>Patches<a class="headerlink" href="#op-build-v2-2-rc1-patches-14" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="op-build-v2-2-rc1-commits-14">
+<span id="id28"></span><h3>Commits<a class="headerlink" href="#op-build-v2-2-rc1-commits-14" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/40bf092f8f82">40bf092f8f82</a> Update GARD
+settings per RAS testing</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.1</a></li>
+ <li>Next: <a href="v2.2.html" title="next chapter">Release Notes for OpenPower Firmware v2.2</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.2-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.2.html b/release-notes/v2.2.html
new file mode 100644
index 0000000..8b54159
--- /dev/null
+++ b/release-notes/v2.2.html
@@ -0,0 +1,5340 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.2 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.3-rc1" href="v2.3-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.2-rc1" href="v2.2-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-2">
+<h1>Release Notes for OpenPower Firmware v2.2<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-2" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.2 was released on Friday March 8th, 2019. It is the new stable release of op-build,
+following on from v2.1, first released on July 12th, 2018.</p>
+<p>op-build v2.2 contains all the fixes as of op-build v2.0.14, and we expect to continue to do stable
+2.0.y releases of v2.0 into the forseeable future. We do not expect to do any stable releases of
+v2.1.</p>
+<p>There have been a lot of changes since op-build v2.1 (it’s been a long time between drinks), we hope
+to return to a more regular schedule of releases going forward, with op-build v2.3 following very
+shortly after v2.2, before moving to what we think will be a 3 month release cycle. We’ve been
+spending some time between firmware teams inside IBM to plan for something we can reliably commit
+to, and prevent these long breaks in the future.</p>
+<p>Over op-build v2.1, this release contains the following changes:</p>
+<div class="section" id="removed-platforms">
+<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>openpower_p9_mambo Removed as it was identical to the openpower_mambo platform.</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="16%" />
+<col width="18%" />
+<col width="46%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.28.4</td>
+<td>1.29.3</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>dtc</td>
+<td>1.4.4</td>
+<td>1.4.7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>elfutils</td>
+<td>0.169</td>
+<td>0.174</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>ethtool</td>
+<td>4.15</td>
+<td>4.16</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>glibc</td>
+<td>glibc-2.27-57
+-g6c99e37f</td>
+<td>glibc-2.28-69-g
+1e5c5303</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw061618a.920</td>
+<td>hw022319a.930</td>
+<td>witherspoon, p9dsu, zaius,
+witherspoon_dev, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>876b79aacd9b</td>
+<td>37e67698be56</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>16f11c2e9b10</td>
+<td>37e67698be56</td>
+<td>witherspoon_dev</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw070718b.920</td>
+<td>hw021419a.930</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, witherspoon_dev,
+firestone, palmetto, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-p8</td>
+<td>d3025f5d7ddd</td>
+<td>a3b0cb929cbf</td>
+<td>habanero, garrison, barreleye, firestone,
+palmetto, vesnin</td>
+</tr>
+<tr class="row-even"><td>ima-catalog</td>
+<td>6a1fd25458a4</td>
+<td>3d30c7aca6c8</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, witherspoon_dev,
+firestone, palmetto, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>kmod</td>
+<td>24</td>
+<td>25</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v5.10.1</td>
+<td>v6.2</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+witherspoon_dev, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.17.4</td>
+<td>4.19.26</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-firmware</td>
+<td>65b1c68c63f9</td>
+<td>44d4fca9922a</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux-headers</td>
+<td>4.17.4</td>
+<td>4.19.26</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>lvm2</td>
+<td>2.02.173</td>
+<td>2.02.180</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>2494a4306565</td>
+<td>9df12d2653f2</td>
+<td>firestone</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>19a516499e10</td>
+<td>c5c35cb575ed</td>
+<td>garrison</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>6a78496c286e</td>
+<td>c3998a513e1f</td>
+<td>habanero</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>c6f563966e9f</td>
+<td>19aa4d3a0f0b</td>
+<td>palmetto</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>b788f99848d6</td>
+<td>741046046ec3</td>
+<td>romulus</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>dda5b93d90b6</td>
+<td>c994a1815bcb</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>7cd20a6ac8fe</td>
+<td>f7cffdbe00f6</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>f9eeb2840947</td>
+<td>6f6b5efd3279</td>
+<td>zaius</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>5c01b5476e8f</td>
+<td>12c8088a32c5</td>
+<td>witherspoon, p9dsu, zaius,
+witherspoon_dev, romulus</td>
+</tr>
+<tr class="row-even"><td>occ-p8</td>
+<td>28f2cec690b7</td>
+<td>a2856b77a618</td>
+<td>habanero, firenze, garrison, barreleye,
+openpower_mambo, pseries, firestone,
+palmetto, vesnin</td>
+</tr>
+<tr class="row-odd"><td>openpower-pnor</td>
+<td>f6d970c6a600</td>
+<td>0aeae23bd0c68</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, witherspoon_dev,
+firestone, palmetto, vesnin, romulus</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>1.8.0</td>
+<td>v1.10.2</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>fad6732f2270f</td>
+<td>2e253cebdaff</td>
+<td>witherspoon, p9dsu, zaius,
+witherspoon_dev, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.1</td>
+<td>v6.2.2</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.32</td>
+<td>2.32.1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye,
+openpower_mambo, witherspoon_dev, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>libaio</td>
+<td>0.3.111</td>
+<td>witherspoon,p9dsu,zaius,habane
+ro,firenze,garrison,barreleye,
+openpower_mambo,witherspoon_de
+v,pseries,firestone,palmetto,v
+esnin,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>linux-firmware</td>
+<td>44d4fca9922a</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-even"><td>sudo</td>
+<td>1.8.23</td>
+<td>witherspoon,p9dsu,zaius,habane
+ro,firenze,garrison,barreleye,
+openpower_mambo,witherspoon_de
+v,pseries,firestone,palmetto,v
+esnin,zz,romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="19%" />
+<col width="18%" />
+<col width="63%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>common-p8-xml</td>
+<td>e02b6f6ddd5f</td>
+<td>witherspoon,p9dsu,zaius,witherspoon_dev,romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>5c01b5476e8f</td>
+<td>zz</td>
+</tr>
+<tr class="row-even"><td>openpower-mrw</td>
+<td>0729a4a68c0e</td>
+<td>witherspoon,p9dsu,zaius,witherspoon_dev,romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="patches-2-2-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#patches-2-2-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#commits-2-2-1" title="Permalink to this headline">¶</a></h3>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/firestone-xml/commit/7491fd532ce4">7491fd532ce4</a> Fix
+IBSCOM_MCS_BASE_ADDR formatting</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="patches-2-2-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#patches-2-2-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#commits-2-2-2" title="Permalink to this headline">¶</a></h3>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/garrison-xml/commit/1a7255c95008">1a7255c95008</a> Fix
+IBSCOM_MCS_BASE_ADDR value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="patches-2-2-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#patches-2-2-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#commits-2-2-3" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/habanero-xml/commit/c7adf3d2e5d1">c7adf3d2e5d1</a> Add System Fw
+Fru Id</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/habanero-xml/commit/0c79a27379bd">0c79a27379bd</a> Fix
+IBSCOM_MCS_BASE_ADDR value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches-2-2-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#patches-2-2-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#commits-2-2-4" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/28e636043531">28e636043531</a> Set GPMMR
+RESET_STATE_INDICATOR</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d9a20de2e4b">9d9a20de2e4b</a> Adding a fapi_assert
+to flag error if PPE is not halted.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b2a1839e628a">b2a1839e628a</a> p9_pibms_reg_dump,
+p9_pibmem_dump updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/09387cb3aeef">09387cb3aeef</a> Removing check on sbe
+region fence</li>
+</ul>
+<p>Ben Gass (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2041e71b44a7">2041e71b44a7</a> Add support for p9c
+1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/52a1900d8439">52a1900d8439</a> Add support for p9c
+1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e91574e22285">e91574e22285</a> Add support for p9c
+1.2</li>
+</ul>
+<p>Brian Vanderpool (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e3d105d276b3">e3d105d276b3</a> STOP: Clear CPPM_PECES
+on entry during power save cycle to prevent wakeup events</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d334632a4fc">0d334632a4fc</a> Enable CME IAR trace
+and remove stall events from trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2770649588ff">2770649588ff</a> STOP: PCBMux Savior
+version 2 + TLBIE workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/387d0dff2475">387d0dff2475</a> STOP: Scom Restore
+version 2</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/127b1eca3e84">127b1eca3e84</a> STOP: Release the PCB
+Atomic lock on aborted Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/69de20ee7f49">69de20ee7f49</a> This reverts the stop
+1 commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/927a4ffbc292">927a4ffbc292</a> STOP: Move delay after
+LPID change to before asserting quiesce</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0999eb2d7378">0999eb2d7378</a> STOP: Give SGPE
+control over VDM, DPLL before turning off Jump protect and VDMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/585ebdd5ad02">585ebdd5ad02</a> STOP: Fix DB2 message
+for DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/22782e49d66c">22782e49d66c</a> STOP: Clear CPPM_PECES
+on entry during power save cycle to prevent wakeup events</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d1fd2cc84e1">6d1fd2cc84e1</a> Alink Hot Repair Fix</li>
+</ul>
+<p>Christopher M. Riedl (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1883eb35452">d1883eb35452</a> Pstate: Resonant
+Clocking Enablement - CME Hcode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b5e4bb67b41">6b5e4bb67b41</a> Pstate: Remove legacy
+VDM code</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/212a68631c93">212a68631c93</a> Pstate: VDM Enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2815449e8a63">2815449e8a63</a> PM: Implement L2
+Resclk Function</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1257a0854ca3">1257a0854ca3</a> IOTA</li>
+</ul>
+<p>Claus Michael Olsen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/57bbd2874a93">57bbd2874a93</a> Cleanup: Updated Mvpd
+access function and removal of unused rings</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68ddc7db4986">68ddc7db4986</a> Infrastructure support
+for new MC OMI rings for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3c3a12adec74">3c3a12adec74</a> OCMB explorer
+initCompiler support</li>
+</ul>
+<p>Douglas Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ed9af7a17733">ed9af7a17733</a> HCODE Make divide
+using DERP/DORP atomic</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f38abc883f4a">f38abc883f4a</a> HCODE: Add git commit
+to version field for QPMR, PPMR, and CPMR</li>
+</ul>
+<p>Greg Still (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dc65a4916ce5">dc65a4916ce5</a> PM: clear Hcode error
+injection bits upon injection and malf alert</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b342ec7d38cc">b342ec7d38cc</a> SGPE and CME scanning
+integration</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dcc359d6da6">1dcc359d6da6</a> PM: clear Hcode error
+injection bits upon injection and malf alert</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d11796515369">d11796515369</a> SMF: SBE updates for
+SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/962e9921c88b">962e9921c88b</a> SMF: clear HRMOR[15]
+in all modes so that secure mode won’t hang core</li>
+</ul>
+<p>Gregory S. Still (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5762d99877f8">5762d99877f8</a> Revert “Self Restore:
+Integrated support for build of self-restore code in EKB.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51932dc44266">51932dc44266</a> Revert “Self Restore:
+Integrated support for build of self-restore code in EKB.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b68dcc1aa28b">b68dcc1aa28b</a> Revert “PM: OCC<>PGPE
+interface for P9+”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb9e53906b0a">bb9e53906b0a</a> Revert “Self Restore:
+Integrated support for build of self-restore code in EKB.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a6f1075b8955">a6f1075b8955</a> Revert “Self Restore:
+Integrated support for build of self-restore code in EKB.”</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/473b1f4620dd">473b1f4620dd</a> HW417560 NCU master
+tlbie settings tuning</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08985a7d51c3">08985a7d51c3</a> Secure memory
+allocation and setup</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8fde47008ae5">8fde47008ae5</a> FBC TDM recovery – PPE
+update, clear recal_abort, pdwn unconnected lanes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a98ec3b12009">a98ec3b12009</a> Change CME BCE reads
+to always use VG scope</li>
+</ul>
+<p>Michael Floyd (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/060a3ae8b3a1">060a3ae8b3a1</a> STOP: Support to
+unfreeze IMA after self-restore</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b46f051b9884">b46f051b9884</a> STOP: Actually enable
+Manual Stop1 for Nimbus DD1 to fix the PSSCR PLS reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/51a2d2a61147">51a2d2a61147</a> STOP: Fix STOP1
+correctly for DD1 Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0fea3b073537">0fea3b073537</a> Fix DD LEVEL to
+support minor ECs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d520bc71a080">d520bc71a080</a> CME Code Size
+Reduction ATTEMPT#3</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08ca175ac7d3">08ca175ac7d3</a> Putring support for
+SGPE platform</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90d69ca63b67">90d69ca63b67</a> STOP:Dont clear
+pmc_pcb_intr_type0_pending in OISR1/OIMR1 register</li>
+</ul>
+<p>Prem Shanker Jha (29):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/edbff4367d05">edbff4367d05</a> STOP API: API
+conditionally supports 255 SCOM restore entries for each quad.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/66176a78c769">66176a78c769</a> PM: Added support for
+enable disable of 24x7 IMA.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f1b55d0784a">2f1b55d0784a</a> EQ SCOM Restore:
+Introduced version control in SCOM restore entry.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c5e1d1e154fa">c5e1d1e154fa</a> Hcode Injection: Adds
+hcode error injection capability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c4a28977ea7">2c4a28977ea7</a> SCOM Restore:
+Increased max eq scom restores entries supported to 255.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/058ab063c16f">058ab063c16f</a> SCOM Restore: Handle
+case of old HB and new STOP API case.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/64f1e841cc66">64f1e841cc66</a> SCOM Restore: Updated
+EQ SCOM Restore logic.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ffe69c747671">ffe69c747671</a> UV Support: CME Hcode
+changes to enable STOP entry exit in SMF mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5477b13b8aa1">5477b13b8aa1</a> Self Restore:
+Integrated build with rest of the EKB build flow.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/52a11a1d8cc7">52a11a1d8cc7</a> Revert “Self Restore:
+Integrated build with rest of the EKB build flow.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/00771fa993da">00771fa993da</a> Self Restore:
+Integrated support for build of self-restore code in EKB.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c919d9d0b0a5">c919d9d0b0a5</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d7e8d7883577">d7e8d7883577</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3061db3d69ee">3061db3d69ee</a> STOP API: Changes for
+SMF and SPR self save</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0adc4f9c9733">0adc4f9c9733</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56c7b556aa46">56c7b556aa46</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/df7b1f86b421">df7b1f86b421</a> Img Build: HOMER
+changes for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/12ef819fb295">12ef819fb295</a> Self Restore:
+Integrated build with rest of the EKB build flow.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/03fb4ce48575">03fb4ce48575</a> Revert “Self Restore:
+Integrated build with rest of the EKB build flow.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f1739a53581">2f1739a53581</a> Self Restore:
+Integrated support for build of self-restore code in EKB.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7bb39027bdf6">7bb39027bdf6</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/31fe5db5426e">31fe5db5426e</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1762a6ef1dc9">1762a6ef1dc9</a> Self Restore: Changes
+for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1b71d5d08868">1b71d5d08868</a> Self Save: Fixed bugs
+pertaining to SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/41a92e1e1fc1">41a92e1e1fc1</a> VDM(Part 1):
+Introduced new members in CME and CPMR image headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/802577fb1316">802577fb1316</a> Self Restore:
+Integrated build with rest of the EKB build flow.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f824d8dfc016">f824d8dfc016</a> Revert “Self Restore:
+Integrated build with rest of the EKB build flow.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/26bd09ea49d9">26bd09ea49d9</a> Self Restore:
+Integrated support for build of self-restore code in EKB.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1d9d13289fa9">1d9d13289fa9</a> Self Restore:
+Integrated support for build of self-restore code in EKB.</li>
+</ul>
+<p>Rahul Batra (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/777fb2ed5684">777fb2ed5684</a> PGPE: Fixes and
+Cleanup for Mfg/Char team</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/985248cf55ed">985248cf55ed</a> OCC Flags/OCC Scratch
+Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b56b1459f58">6b56b1459f58</a> PSTATE: CME
+refactoring and cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/40edb9bed0e8">40edb9bed0e8</a> PM: PGPE-SGPE Common
+Code Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b87f07ac673a">b87f07ac673a</a> PM: Inter-PPM controls
+enablement and VDMCFG</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f8af7be16849">f8af7be16849</a> PM: PMSR Update Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f3d1f8ad891">4f3d1f8ad891</a> PGPE:
+STOP11+WOF+SafeMode Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c9cb39853b5c">c9cb39853b5c</a> WOF: More Phase 2
+Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dc1e756bfc15">dc1e756bfc15</a> PGPE: Error Handling
+Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/314a7a3990a1">314a7a3990a1</a> PM: Fixes for Livelock
+Scenarios</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dda31245982">1dda31245982</a> CME: Process DB0
+inside intercme_msg_handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/299fb1c3181c">299fb1c3181c</a> PGPE: ACK pending IPCs
+upon fault with Pstates Stopped</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/299a9ff24994">299a9ff24994</a> PGPE: Don’t set EE=1
+in CME Err Handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a4a2740828dd">a4a2740828dd</a> PGPE: Use correct VPD
+Pts for VDD to Pstate intp.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0c9db2e5070a">0c9db2e5070a</a> PM: Add Fields in OCC
+Comp. Shr SRAM (1/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96d494c43265">96d494c43265</a> PM: Move SGPE/PGPE
+Region and update QPMR/PPMR(2/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/888eabf3c65b">888eabf3c65b</a> PM:Fill SGPE/PGPE
+regions fields in QPMR/PPMR(3/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4576fce87893">4576fce87893</a> PGPE: Only ack pending
+Quad Exit on WOF Disable</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6c9d78a1f206">6c9d78a1f206</a> PM: Clean Up PROLOG</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9bc92eb0e169">9bc92eb0e169</a> PM: Fix default aux
+task</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e085a963007d">e085a963007d</a> PM: OCC<>PGPE
+interface for P9+</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9b0e0c73659f">9b0e0c73659f</a> PGPE: WOV HW procs and
+Global Parm updates (2/3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5e276106c9e">e5e276106c9e</a> PGPE: WOV Hcode
+Updates (3/3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/49a2d8e9c294">49a2d8e9c294</a> PGPE: WOV Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/211c48c95e7d">211c48c95e7d</a> PGPE: Write magic
+number in HcodeOCCShared struct</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7f3dc3dd47ac">7f3dc3dd47ac</a> PM: OCC<>PGPE
+Interface for P9+</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0628e156378">d0628e156378</a> PGPE: Use busy-wait
+instead of PK_SLEEP for delay</li>
+</ul>
+<p>Raja Das (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dcf37eba122b">dcf37eba122b</a> Re-used loader_data
+section to pibmem repair scom data for Axone</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/62d33641fb57">62d33641fb57</a> update gerrit hostname
+for server migration</li>
+</ul>
+<p>Yue Du (131):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9fa0bca8256d">9fa0bca8256d</a> STOP: Fix Srr1 wrongly
+reported upon special wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9cf14ad78bee">9cf14ad78bee</a> STOP: Fix CME Special
+Attention handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b187d9dec127">b187d9dec127</a> STOP: Clean up stop
+state after aborted L3 purge during Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/50d85ba05425">50d85ba05425</a> STOP: Fix Core Special
+Wakeup window condition</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f063536057b">2f063536057b</a> PM: PGPE hang fix
+during VDM droop workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b46364f8852b">b46364f8852b</a> STOP: Fix Stop1 Window
+conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d438cd34f57">6d438cd34f57</a> STOP: Fix hole in
+62403</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/369bb2085bc9">369bb2085bc9</a> STOP: remove chiplet
+enable drop in core_poweron for multicast scom</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/335521ff5c3c">335521ff5c3c</a> STOP: Fix VDM Droop
+Event DB3 Window condition breaking STOP</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8ee920ea7232">8ee920ea7232</a> first draft of
+ppe_closed/cme & sgpe, and common/pmlib/</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/64616b74284e">64616b74284e</a> CME/SGPE: Complete
+Working STOP8 CME/SGPE Images Snapshot</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5f2e6f8d81d6">5f2e6f8d81d6</a> CME/SGPE: STOP11
+CME/SGPE Images Snapshot</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bfede8ec480a">bfede8ec480a</a> Combined Stop/PState
+Cme Image + unified interrupt handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/61af8a881aae">61af8a881aae</a> CME/SGPE: update stop
+cme/sgpe images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bc9bb572d403">bc9bb572d403</a> CME/SGPE: Optimus
+Prime approves these upgrade of STOP images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/79e84aa28337">79e84aa28337</a> CME/SGPE: STOP Images
+functional bug fix collection</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6a5a238342c0">6a5a238342c0</a> CME/SGPE: STOP image
+updates and fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/812806005f0e">812806005f0e</a> CME/SGPE: yet another
+updating commit for stop images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/03a1c325e27f">03a1c325e27f</a> STOP: Hcode SPWU
+replacing auto spwu</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/43ed89a56b77">43ed89a56b77</a> HB: fix HB core boot
+resulting cme boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4d137bc45835">4d137bc45835</a> STOP Image updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bfc2e785e03f">bfc2e785e03f</a> STOP: clear EISR
+pm_active in entry catchup case.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/db26cbf27922">db26cbf27922</a> STOP: enable cme trace
+array before cme boot in SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6237da008ba3">6237da008ba3</a> STOP: logic hole in L2
+purge abort causing core being 0 undetected</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08e215c16d75">08e215c16d75</a> STOP: fix variable
+spin being defined under epm_tunning enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5e742844d0d6">5e742844d0d6</a> STOP: Cache Scom
+Restore(without copy to Sram)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/395eb7ab9d95">395eb7ab9d95</a> STOP: DD2 - abort
+entry on attn/recov + skip power off on OOB bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5e3e7f755b40">5e3e7f755b40</a> STOP: scominit adding
+initfile calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/add78b915e7e">add78b915e7e</a> STOP: Set chiplet ids
+in sgpe and cme</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aee37bdb6f32">aee37bdb6f32</a> STOP: SGPE IPC support
+for WOF</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee432a5c78b9">ee432a5c78b9</a> STOP: Enable
+DLS+ManualStop1 Fix for DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c47b00594dd0">c47b00594dd0</a> STOP: Stop cme trace
+array and halt CME before stop cache clocks</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1cacd2e47afb">1cacd2e47afb</a> STOP: prevent ppe wait
+cycle being compiled out by compiler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5cbaf622642">e5cbaf622642</a> STOP: Clear up todo
+items in STOP and mark them with RTC</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7a8ac99b193a">7a8ac99b193a</a> STOP: Fix CME halt in
+sgpe entry to check partial good ex</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8045ce18d2f1">8045ce18d2f1</a> HW398205: fix cme
+entry abort changed irq masking assumption</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9636f085a381">9636f085a381</a> STOP: optimize size of
+stop images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/147aa0e27bfb">147aa0e27bfb</a> STOP: Fix L2 purge
+abort by pc interrupt on core handoff to sgpe</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/23699f0f507c">23699f0f507c</a> STOP: move drop few
+quiesces from l2/cache startclocks to scomcust</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b8fd2c796b1e">b8fd2c796b1e</a> IPL/Stop: Assert
+ABIST_SRAM_MODE_DC to support ABIST Recovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ca38deeb68d3">ca38deeb68d3</a> STOP: Fix optimize
+size and quad spwu issue of EIMR bookkeep</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8f9b2870e788">8f9b2870e788</a> Hcode: Create
+centralized memory map headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2b66fcf8c509">2b66fcf8c509</a> STOP: Change ring_save
+structure to 0xfff3fc00 PDA location</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e3f788c9832f">e3f788c9832f</a> STOP: Atomic lock of
+cache clock controller and PCB slave</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c2290bc9dcd9">c2290bc9dcd9</a> STOP: FIX phantom
+wakeup vs. wakeup_notify_select</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0bd58a1ae4cd">0bd58a1ae4cd</a> STOP: Acquire pcbmux
+after assert glsmux in cme exit</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/397e4a685a0a">397e4a685a0a</a> STOP: Conditional
+compile current error check to save cme size</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f993351fce4">2f993351fce4</a> STOP: writing all 1s
+to lpid of each thread regardless fuse or not</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4e43fe99fdd5">4e43fe99fdd5</a> STOP: DD2 set
+PPM_WRITE_DISABLE along with wakeup_notify_select</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d306208678bf">d306208678bf</a> STOP: Using PANIC
+codes at every pk_halt</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42983359df3b">42983359df3b</a> STOP: IPC Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/018efbd5a68a">018efbd5a68a</a> STOP: Recent Lab Fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c8a51c06776a">c8a51c06776a</a> STOP: express
+processing targets of stop1/2 and stop5/8 exit</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/53f1e7456266">53f1e7456266</a> STOP: UIH updates on
+trace and phantom interrupt handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14430f595c58">14430f595c58</a> STOP: clear PCBMUX
+disable from STOP Exit instead of SGPE INIT</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/595dfc61ace3">595dfc61ace3</a> STOP: Fix express
+processing commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3a274b8ce7a8">3a274b8ce7a8</a> STOP: Enable CHTM</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/25e3908c810f">25e3908c810f</a> STOP: DD2 workaround
+toggling pm_exit and wakeup without lpid ram</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4214195803a4">4214195803a4</a> STOP: Add global
+checkstop FIR check in CME/SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/da5fbae2bce5">da5fbae2bce5</a> STOP: enable
+decrementor wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42ddb69355b9">42ddb69355b9</a> STOP: SGPE fixes for
+PGPE Interaction</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dbc5a4d27789">dbc5a4d27789</a> STOP: Fix
+FABRIC_PUMP_MODE plumbing in stop images</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8e8f54fb5906">8e8f54fb5906</a> STOP: Stop1 overall
+fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4404541f4c43">4404541f4c43</a> STOP: Fix STOP1 with
+Powermixer</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a7817cd22ca3">a7817cd22ca3</a> STOP: Fix hostboot
+stop level mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e1b9fa3165f7">e1b9fa3165f7</a> STOP: Move Stop 8 code
+from CME to SGPE for CME space savings</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d5c4e6d6eb3c">d5c4e6d6eb3c</a> STOP: move CME
+scominits from corequad_init to SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8d6afc648185">8d6afc648185</a> STOP: NDD2 daul cast
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9e5e6987ce47">9e5e6987ce47</a> STOP: Scrub _ANR and
+_OR opcode from regular cme getscom</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3be7a025c4b4">3be7a025c4b4</a> STOP: Fix suspend_stop
+when threads are idle</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5ef29f4f0b44">5ef29f4f0b44</a> STOP: block wakeup (+
+block entry since patch 15)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97d950e4fcf4">97d950e4fcf4</a> STOP: Suspend stop to
+cmes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/35e40d9f239a">35e40d9f239a</a> STOP: inline
+called-once functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/853ebdb748d0">853ebdb748d0</a> STOP: Fix EPM Compiler
+error</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1bdd5be3c625">1bdd5be3c625</a> STOP: CME no state
+loss causes stop level map</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f79fd1521fa">4f79fd1521fa</a> STOP: Put PIG and
+Notify_select back to back</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb61e86407c9">bb61e86407c9</a> STOP: collection of
+small fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dfe9fb6d5b26">dfe9fb6d5b26</a> STOP: Remove sdisn dd1
+workaround from dd2, add sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/165be7914dd4">165be7914dd4</a> STOP: Disable Stop8</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a785ba7bd82a">a785ba7bd82a</a> STOP: Stop5
+Performance Boost and solve IPC issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/46e554dd65d6">46e554dd65d6</a> STOP: Fix Disable
+Stop8 on L3 Purge Abort case</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/879e075c8794">879e075c8794</a> STOP: Fix
+DISABLE_STOP8 broken HB in NDD1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/70ea2a3001f9">70ea2a3001f9</a> STOP/EPM: Fix Stop5
+history and marker reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef3b1c4fd9f6">ef3b1c4fd9f6</a> STOP: Attempt to Fix
+quad spwu caused incorrect flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5663ad1a0a6e">5663ad1a0a6e</a> STOP: Init code before
+starting threads</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/92e7e51217c7">92e7e51217c7</a> STOP: Core Xstop
+Injection</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1d91a624cd08">1d91a624cd08</a> STOP: Fix NCU tlbie
+quiesce and purge for disable_stop8</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c4dd66c7e905">c4dd66c7e905</a> STOP: Fix PIG in L2
+Resonant Clock support</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3a0701e16b0b">3a0701e16b0b</a> STOP/EPM: Fix EPM
+marker</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1ca56324b31b">1ca56324b31b</a> STOP: Add Core quiesce
+workaround to CME Fit Timer</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/16c90472bc44">16c90472bc44</a> STOP: Fix resonant
+clock supprot for STOP11</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7e6359852b9c">7e6359852b9c</a> STOP: Fix VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6bcca60d0b20">6bcca60d0b20</a> STOP: Reenable STOP8
+(without L2 resonant clock support)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f9abf6ea21a">2f9abf6ea21a</a> STOP: Core livelock
+buster</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42f7f0722483">42f7f0722483</a> STOP: Properly clear
+DPLL unlock indication in dpll_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8de4444d0bf0">8de4444d0bf0</a> STOP: Fix VDM being
+powered down through Stop2</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d6d5a47ca19">0d6d5a47ca19</a> STOP: Fix Dec Wakeup
+on NDD2.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/687e91a4bebc">687e91a4bebc</a> Revert PLL unlock
+commits of 45102 and 46563</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/84d1108a96f5">84d1108a96f5</a> STOP: Fix Resonent
+Clock Support for STOP11</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3f6199622ee9">3f6199622ee9</a> STOP: Fix SGPE UIH
+Messed up EIMR book keeping Error</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b5a192341afa">b5a192341afa</a> STOP: Fix SGPE IPC
+acks causing UIH stack underflow</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9453b8d7ded6">9453b8d7ded6</a> STOP: EX deconfigure
+masking for EQ chiplet FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7665beeefb58">7665beeefb58</a> STOP/PState: SGPE/PGPE
+Error Handling Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9b1b8717adaa">9b1b8717adaa</a> STOP: Fix PLS deepest
+when stop4+ due to self restore wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/69a928aa4bb2">69a928aa4bb2</a> STOP: Update STOP
+History with Stop8 for Srr1 state loss reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/55f1962e9611">55f1962e9611</a> STOP: Fix SGPE stop
+servicing wakeups</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/23df9c72f523">23df9c72f523</a> STOP: Fix Phantom PCWU
+causing CME IOTA to halt</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6394ad5d5d44">6394ad5d5d44</a> STOP: Block Wakeup
+Mode Fixes for Phyp</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/80df64dc8b8d">80df64dc8b8d</a> STOP: Fix Block Wakeup
+Mode with Catchup and Abort cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/504882800d12">504882800d12</a> STOP: Abort Entry on
+Error</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b85b02d31b6c">b85b02d31b6c</a> STOP: Support Suspend
+Entry/Exit and Fix Pig Collision</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2daa7fda42f4">2daa7fda42f4</a> STOP: Fix Data Machine
+Check with PLS Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1bd7fb127cf2">1bd7fb127cf2</a> STOP: Fix Infinite
+Stacking up Stop Processing led by Entry Abort</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d9226cd7ef3c">d9226cd7ef3c</a> STOP: Fix SGPE Active
+Core Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1716d00737b">d1716d00737b</a> STOP: Fix History
+Write Data Machine Check by PPM_WRITE_DISABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a14e95a6f9a9">a14e95a6f9a9</a> STOP: CME/SGPE Hcode
+size reduction via global use of literals</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/16516a11d74b">16516a11d74b</a> STOP: Fix Srr1 wrongly
+reported upon special wakeup</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0b555c46d817">0b555c46d817</a> STOP: Fix leftover
+wakeup aborting next entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4c395be55c71">4c395be55c71</a> STOP: Clean up stop
+state after aborted L3 purge during Stop 11 entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97ebd3defe27">97ebd3defe27</a> STOP: Fix Stop1 Window
+conditions</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0b859154f439">0b859154f439</a> STOP: Fix hole in
+62403</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/05ecc90b525b">05ecc90b525b</a> STOP: Fix PLS/Srr1
+over reporting bug (impact stop2 only)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1e733df20292">1e733df20292</a> STOP: Assert Auto
+Special Wakeup mode on cores with halted CME</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/691d819d65ae">691d819d65ae</a> STOP: Fix incorrect
+solution in 61385</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ba27d42d879d">ba27d42d879d</a> STOP: Fix leftover
+wakeup aborting next entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6fa2da010fe0">6fa2da010fe0</a> STOP: Assert Auto
+Special Wakeup mode on cores with halted CME</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5e5285bdc7ca">5e5285bdc7ca</a> STOP: Fix Spwu Auto to
+Manual mode Signals Sync up.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/81d08fdcddec">81d08fdcddec</a> IPL/STOP: Disable LCO
+when only two EXes are configured</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1bfc67460df">d1bfc67460df</a> STOP: Disable cache
+inject and LCO before purge L3</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e995520aa797">e995520aa797</a> STOP: Fix Bug
+introduced by 66511</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/933b1b1214c5">933b1b1214c5</a> STOP: Change cme init
+to avoid using sisr block wakeup status</li>
+</ul>
+<p>hostboot (113):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8ebf9d25f75e">8ebf9d25f75e</a> Release tag
+information updated for hw061918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ebe34c4d9214">ebe34c4d9214</a> Release tag
+information updated for hw062018a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fa642d7dff73">fa642d7dff73</a> Release tag
+information updated for hw062118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c8b9fe083a2d">c8b9fe083a2d</a> Release tag
+information updated for hw062218a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5aec165e2d02">5aec165e2d02</a> Release tag
+information updated for hw062318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5489c35029d">e5489c35029d</a> Release tag
+information updated for hw062518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6c04729cc5a5">6c04729cc5a5</a> Release tag
+information updated for hw062618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b2db756845d1">b2db756845d1</a> Release tag
+information updated for hw062718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/016a745b13ba">016a745b13ba</a> Release tag
+information updated for hw062818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/169b85d36210">169b85d36210</a> Release tag
+information updated for hw062918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1ff4bfd66475">1ff4bfd66475</a> Release tag
+information updated for hw070318a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/61331f0370f3">61331f0370f3</a> Release tag
+information updated for hw070618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/43f4caba2ed5">43f4caba2ed5</a> Release tag
+information updated for hw070718b.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4fb5657b74cc">4fb5657b74cc</a> Release tag
+information updated for hw071018a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/63cade31b47f">63cade31b47f</a> Release tag
+information updated for hw071118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9585f97f7b16">9585f97f7b16</a> Release tag
+information updated for hw071118b.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f4500d105ab1">f4500d105ab1</a> Release tag
+information updated for hw071418a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a07a0e57a533">a07a0e57a533</a> Release tag
+information updated for hw071518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/31e3dd374bb3">31e3dd374bb3</a> Release tag
+information updated for hw071718a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c55120a93fee">c55120a93fee</a> Release tag
+information updated for hw071818a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/181339033db5">181339033db5</a> Release tag
+information updated for hw072518a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c7456ae85294">c7456ae85294</a> Release tag
+information updated for hw072618a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/eda2a98fe87d">eda2a98fe87d</a> Release tag
+information updated for hw080118a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d7ae5d19629f">d7ae5d19629f</a> Release tag
+information updated for hw080918a.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/94491cf743ec">94491cf743ec</a> Release tag
+information updated for hw082218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f241353a3ec6">f241353a3ec6</a> Remove files to
+restore git history</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6786319b2fb4">6786319b2fb4</a> Release tag
+information updated for hw082218b.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6e6e58f54558">6e6e58f54558</a> Release tag
+information updated for hw082318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/054ef762ef58">054ef762ef58</a> Release tag
+information updated for hw082418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/22eddcf69bc3">22eddcf69bc3</a> Release tag
+information updated for hw082518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3909ea4b1a3c">3909ea4b1a3c</a> Release tag
+information updated for hw082718b.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dd088012def">0dd088012def</a> Release tag
+information updated for hw082818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4adf86eece20">4adf86eece20</a> Release tag
+information updated for hw082918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/75917d6d2499">75917d6d2499</a> Release tag
+information updated for hw083018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8b0503bbb423">8b0503bbb423</a> Release tag
+information updated for hw090118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ba2ab0af5bb9">ba2ab0af5bb9</a> Release tag
+information updated for hw090318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa14edfd21c2">aa14edfd21c2</a> Release tag
+information updated for hw090518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3850f5347cb2">3850f5347cb2</a> Release tag
+information updated for hw091318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ab50249172ff">ab50249172ff</a> Release tag
+information updated for hw091518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2187a72368c3">2187a72368c3</a> Release tag
+information updated for hw091818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96d91da78a8a">96d91da78a8a</a> Release tag
+information updated for hw091918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d245f2518e4">9d245f2518e4</a> Release tag
+information updated for hw092018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c715f43231cc">c715f43231cc</a> Release tag
+information updated for hw092218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0ee2ed1e73e5">0ee2ed1e73e5</a> Release tag
+information updated for hw092518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/85f754205d58">85f754205d58</a> Release tag
+information updated for hw092618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/10bf99ef8b63">10bf99ef8b63</a> Release tag
+information updated for hw092718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/110d77df2db5">110d77df2db5</a> Release tag
+information updated for hw092818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96a0480a73df">96a0480a73df</a> Release tag
+information updated for hw092918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8994383c50d7">8994383c50d7</a> Release tag
+information updated for hw100218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97dfe3026c12">97dfe3026c12</a> Release tag
+information updated for hw100318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/32d6982fa49c">32d6982fa49c</a> Release tag
+information updated for hw100418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fb1cfe5d1f0d">fb1cfe5d1f0d</a> Release tag
+information updated for hw100518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6083743a69ad">6083743a69ad</a> Release tag
+information updated for hw100618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bbc1e12eb3c2">bbc1e12eb3c2</a> Release tag
+information updated for hw100918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/833f5f0cac7d">833f5f0cac7d</a> Release tag
+information updated for hw101018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2e50384d51b6">2e50384d51b6</a> Release tag
+information updated for hw101118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d2fb0b0c60c8">d2fb0b0c60c8</a> Release tag
+information updated for hw101218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3aa39e3ce6b3">3aa39e3ce6b3</a> Release tag
+information updated for hw101318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/94a83e1f90a7">94a83e1f90a7</a> Release tag
+information updated for hw101718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/92d086017054">92d086017054</a> Release tag
+information updated for hw101818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97165dd1a052">97165dd1a052</a> Release tag
+information updated for hw101918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/875b828fcde4">875b828fcde4</a> Release tag
+information updated for hw102018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1bc6f698107">c1bc6f698107</a> Release tag
+information updated for hw102318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aa1bf832ebb5">aa1bf832ebb5</a> Release tag
+information updated for hw102418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dd4c043e9d7">1dd4c043e9d7</a> Release tag
+information updated for hw102518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/690b5374a33a">690b5374a33a</a> Release tag
+information updated for hw102618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/947ea51a0746">947ea51a0746</a> Release tag
+information updated for hw102718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/081daf6f62d2">081daf6f62d2</a> Release tag
+information updated for hw103018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c80d12a0db73">c80d12a0db73</a> Release tag
+information updated for hw103118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e86871325999">e86871325999</a> Release tag
+information updated for hw110118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/97b411489e03">97b411489e03</a> Release tag
+information updated for hw110218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f30dd702b79e">f30dd702b79e</a> Release tag
+information updated for hw110318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/670b3fa576fb">670b3fa576fb</a> Removing selfRest.bin
+as it changed, mirror tool cannot mirror binary files</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0178a133fbbd">0178a133fbbd</a> Release tag
+information updated for hw111318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cdb633ddb79d">cdb633ddb79d</a> Release tag
+information updated for hw111518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/92d425d4f137">92d425d4f137</a> Release tag
+information updated for hw112018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f5d8831eca2d">f5d8831eca2d</a> Release tag
+information updated for hw112118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/363773a73142">363773a73142</a> Release tag
+information updated for hw112718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a2826e1d6989">a2826e1d6989</a> Release tag
+information updated for hw112918a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/99461d215726">99461d215726</a> Release tag
+information updated for hw113018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6c6cc6e6e343">6c6cc6e6e343</a> Release tag
+information updated for hw120218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8afbacaacced">8afbacaacced</a> Release tag
+information updated for hw120418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fe8b0f92c7fe">fe8b0f92c7fe</a> Release tag
+information updated for hw120518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ed2213496939">ed2213496939</a> Release tag
+information updated for hw120618a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb0509e82ee8">bb0509e82ee8</a> Release tag
+information updated for hw120818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/892e1d1505f3">892e1d1505f3</a> Release tag
+information updated for hw121118a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0418170136fe">0418170136fe</a> Release tag
+information updated for hw121218a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/43da3f1f8df0">43da3f1f8df0</a> Release tag
+information updated for hw121318a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/19c6e2eb09b3">19c6e2eb09b3</a> Release tag
+information updated for hw121418a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/42ca6a54b294">42ca6a54b294</a> Release tag
+information updated for hw121518a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/447dbbe40145">447dbbe40145</a> Release tag
+information updated for hw121718a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e6449433d8c2">e6449433d8c2</a> Release tag
+information updated for hw121818a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/896327d0ed01">896327d0ed01</a> Release tag
+information updated for hw122018a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8e3228bf69fa">8e3228bf69fa</a> Release tag
+information updated for hw123119a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68d1acfd7de3">68d1acfd7de3</a> Release tag
+information updated for hw012519a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3b8ef40daf8d">3b8ef40daf8d</a> Release tag
+information updated for hw012619a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2353468b6fb5">2353468b6fb5</a> Release tag
+information updated for hw012919a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/34151cae0fb1">34151cae0fb1</a> Release tag
+information updated for hw013019a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d27c3d4a899d">d27c3d4a899d</a> Updated chips.env.mk
+to include P9N DD2.3 in openPOWER HCODE</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3b77cb39ffd5">3b77cb39ffd5</a> Release tag
+information updated for hw013119a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/31d47f050661">31d47f050661</a> Release tag
+information updated for hw020419a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a5399a3cb1d0">a5399a3cb1d0</a> Release tag
+information updated for hw020619a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f8516268636">4f8516268636</a> Release tag
+information updated for hw020819a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f0643f627184">f0643f627184</a> Release tag
+information updated for hw020919a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6504c6036556">6504c6036556</a> Release tag
+information updated for hw021219a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/efcad17ef20a">efcad17ef20a</a> Release tag
+information updated for hw021419a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/40ddeb27840f">40ddeb27840f</a> Release tag
+information updated for hw021519a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8d5d51b0fa76">8d5d51b0fa76</a> Release tag
+information updated for hw021619a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/26e4a803a885">26e4a803a885</a> Release tag
+information updated for hw021919a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cf135ee44fe4">cf135ee44fe4</a> Release tag
+information updated for hw022019a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1ea35ee43977">1ea35ee43977</a> Release tag
+information updated for hw022119a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a7d5df492731">a7d5df492731</a> Release tag
+information updated for hw022219a.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/367c9515f3ba">367c9515f3ba</a> Release tag
+information updated for hw022319a.930</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches-2-2-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#patches-2-2-5" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch">0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="commits-2-2-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#commits-2-2-5" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c1001a91668">2c1001a91668</a> Axone only-IPL
+Procedures update to support SBE changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0154972da11">d0154972da11</a> L1 Rev istep
+0.(6-8,11,13,14),1.1,2.(1-13,15,18-20,22,26,27,30,32,34) V2</li>
+</ul>
+<p>Adam Hale (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fe693504fb6">2fe693504fb6</a> SW434534: Channel
+Fail Cascade Workaround part 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b5108755cea">4b5108755cea</a> Disable HW439321
+workaround in dd1.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95b925b6af0e">95b925b6af0e</a> HW439321 for dd1.3
+with compat mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f8994da8802">4f8994da8802</a> HW467590 - WAT
+Solution to prevent ARMWF starvation early hang</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d83a4ee8495c">d83a4ee8495c</a> SW449387 - Removed
+Centaur Bad Lane voting disable and CRC tally</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e787bf781886">e787bf781886</a> Memory Controller
+Axone initfiles - initial</li>
+</ul>
+<p>Alpana Kumari (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e68587e470a3">e68587e470a3</a> Support flag
+parameter for addBusCallout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/657fa3a59869">657fa3a59869</a> Use new Bus callout
+Interface</li>
+</ul>
+<p>Alvin Wang (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41e818515bd8">41e818515bd8</a> Update
+setup_fw_boot_config() to read out actual values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b5de061e473">8b5de061e473</a> Adds blank files
+for generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04cb76144aae">04cb76144aae</a> Moves fir reg to
+generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9b82b3883b1">c9b82b3883b1</a> Adds
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/527ce1d4fac5">527ce1d4fac5</a> Added p9a_omi_train
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/860b67a682af">860b67a682af</a> Adds empty files
+for exp_draminit_mc and p9a_omi_train</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/749dad0aade6">749dad0aade6</a> Update
+setup_fw_boot_config() to read out actual values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98a341798a2f">98a341798a2f</a> Update
+setup_fw_boot_config() to read out actual values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1549db07fe8">c1549db07fe8</a> Added p9a_omi_train
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2206846076da">2206846076da</a> Adds p9a_omi_train
+procedure(START)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1434297c10f3">1434297c10f3</a> Adds
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5cc4d102d8c8">5cc4d102d8c8</a> Update
+setup_fw_boot_config() to read out actual values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca19f71b0d0e">ca19f71b0d0e</a> Adds empty files
+for exp_draminit_mc and p9a_omi_train</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b377d2191c6a">b377d2191c6a</a> Adds
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f2fbd818041">8f2fbd818041</a> Reinstates
+exp_draminit_mc with change_addr_mux_sel fix</li>
+</ul>
+<p>Amit Tendolkar (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ae026518959">7ae026518959</a> Avoid spurious Malf
+Alert (HMI) to PHYP in PM Complex Reset/Suspend</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd2fa4504ba3">dd2fa4504ba3</a> Handling special
+wakeup assert/deassert mis-match in PM Reset/Init on MALF</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4022351e16d2">4022351e16d2</a> Enable PM Malf
+Alert Handling & PM Complex FFDC to HOMER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9787cfbf7cd9">9787cfbf7cd9</a> Misc. fixes for PM
+Malf/Stop Recovery with CME injects</li>
+</ul>
+<p>Andre Marin (54):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f7719f257dd">3f7719f257dd</a> Add SPD decoder
+files for the factory, decoder, and data engine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8edea55c6dd">a8edea55c6dd</a> Move poll.H into
+generic memory folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77a99242f79d">77a99242f79d</a> Remove Nimbus
+dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d175f43bb505">d175f43bb505</a> Add MEM_PORT target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0baa771538e2">0baa771538e2</a> Add empty
+mss_byte.H and mss_generic_check to ease HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a03e838d00c">6a03e838d00c</a> Generalize byte
+reading from SPD reading, for exp i2c reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/971d57b0cfd8">971d57b0cfd8</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b6dde2ad7d0">4b6dde2ad7d0</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84923368d03f">84923368d03f</a> Fix i2c doxy and
+update i2c_access.H doxy to match fapi2_access_i2c.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6d3649cfdfa">d6d3649cfdfa</a> Fixes memdiags
+broadcast mode address check bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a26749cdb659">a26749cdb659</a> Remove Nimbus
+dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43f978d59a3">f43f978d59a3</a> Add field .C empty
+files for hb mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fb82ef1a410">0fb82ef1a410</a> Initial mss_field
+endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afa0689dd90b">afa0689dd90b</a> Port-over generic
+SPD attributes that shouldn’t change per controller</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/812d58b11ac4">812d58b11ac4</a> Add empty explorer
+“check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bc9cc1ec309">9bc9cc1ec309</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d768ab360d9b">d768ab360d9b</a> Add empty memory
+explorer error XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/317471bc269b">317471bc269b</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e67b9f29f6">d4e67b9f29f6</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69f7231cce31">69f7231cce31</a> Add emtpy
+exp_i2c_fields.H file for mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/544628c36630">544628c36630</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f47ca20c2aa8">f47ca20c2aa8</a> Initial mss_field
+endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46bc5b3d85a2">46bc5b3d85a2</a> Add empty explorer
+“check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6c4337484ca">b6c4337484ca</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a77117372fee">a77117372fee</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98630bf9e248">98630bf9e248</a> Initial mss_field
+endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d928fb03a931">d928fb03a931</a> Add explorer data
+structures empty file for HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1856b43b32c">e1856b43b32c</a> Added common
+explorer FW data structures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2e0e0456051">e2e0e0456051</a> Add exp_draminit
+and fix data_structs constants</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2ee4fcf3ae4">f2ee4fcf3ae4</a> Rename exp
+procedures files to match FW doc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be5b9f4a0229">be5b9f4a0229</a> Add empty files
+needed for draminit, eases HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29cd96eae92f">29cd96eae92f</a> Rename exp_phy_init
+to exp_draminit_utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bafdb81a24b5">bafdb81a24b5</a> Add exp_draminit
+and fix data_structs constants</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71bc706f27df">71bc706f27df</a> Move fake_spd
+testing data into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a16c287bd81">7a16c287bd81</a> Add empty data
+engine files for generic eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/573dc45421fe">573dc45421fe</a> Add DDIMM empty
+files for easier HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/605baad67443">605baad67443</a> Generalize set
+fields in pre_data_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd7d0b7b5d90">bd7d0b7b5d90</a> Add SPD DDIMM DDR4
+module except for PMIC fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b3270dcb259">6b3270dcb259</a> Add empty explorer
+“check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01826b8b8a83">01826b8b8a83</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b573dd73e95a">b573dd73e95a</a> Add DDIMM module
+functions into SPD facade</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4da49bc35fa2">4da49bc35fa2</a> Add L1 procedures
+for p9a and makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8878b7e04db4">8878b7e04db4</a> Rename exp
+procedures files to match FW doc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d05ef241e3d7">d05ef241e3d7</a> Add empty generic
+memory effective attr xml for HB to mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b60f5da2bde2">b60f5da2bde2</a> Port-over generic
+SPD attributes that shouldn’t change per controller</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94c7954c22bc">94c7954c22bc</a> Add empty HWPs,
+UTs, and makefiles needed for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/64f14f0cf2dc">64f14f0cf2dc</a> Add L1 procedures
+for p9a and makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84b32560e1aa">84b32560e1aa</a> Add empty p9a unit
+test and axone_pre_data_engine files for HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc56cd6fe5ff">dc56cd6fe5ff</a> Add empty HWPs,
+UTs, and makefiles needed for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c20c2b87a3bd">c20c2b87a3bd</a> Add L1 procedures
+for p9a and makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a47c3bc95b0d">a47c3bc95b0d</a> Generalize set
+fields in pre_data_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0e8d172a0cd">c0e8d172a0cd</a> Add empty pos,
+c_str files to split dimm specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf5d123e2ffb">bf5d123e2ffb</a> Add empty bulk_pwr
+and utils_to_throttle header files for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9702279f81e">e9702279f81e</a> Port-over generic
+SPD attributes that shouldn’t change per controller</li>
+</ul>
+<p>Andres Lugo-Reyes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1c85ffcab10">d1c85ffcab10</a> HTMGT: Save WOF
+reset reasons across all WOF resets</li>
+</ul>
+<p>Andrew Geissler (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71ef9b83a69b">71ef9b83a69b</a> Make REL_POS
+correct for sub-units</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b48d9e5a62c">3b48d9e5a62c</a> Avoid SIMICS
+exception if SBE tracMERG not available</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cb9eb102386">3cb9eb102386</a> Add MC target to
+subsystem table</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/725cc4974d8c">725cc4974d8c</a> Add SMPGROUP target
+to subsystem table</li>
+</ul>
+<p>Andrew Jeffery (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de06d0f09c74">de06d0f09c74</a> console: ast2400:
+Indicate SP has met configuration requirements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b4caf5ee458">4b4caf5ee458</a> console: Fix
+whitespace in ast2400 initialize() method</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b1dcc3aeea9">9b1dcc3aeea9</a> istepdispatcher:
+Remove undefined symbol ENTER_INFO from TRACDCOMP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c582e41b281">2c582e41b281</a> intr: Use the
+correct trace handle in intrrp TRACDCOMP calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a4663c131e1">8a4663c131e1</a> assert: Include
+file name in assert output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/797f6fc91822">797f6fc91822</a> assert: Print the
+backtrace for critical and kernel assertions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/102225f4e3e2">102225f4e3e2</a> ipmi: Break
+circular dependency between ipmimsg and ipmibt</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a7f18c66e5b">9a7f18c66e5b</a> ipmi: Replace
+incorrect dependency on ipmibt with ipmimsg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e862c4c5a9e0">e862c4c5a9e0</a> initservice: Flush
+trace buffers before shutdown syscall</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc363055ec19">bc363055ec19</a> ipmi: Break
+circular dependency between IpmiDD and IpmiRP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281dac1b173c">281dac1b173c</a> ipmi: Drop
+unnecessary ipmiconfig dependencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc0f490b31fc">dc0f490b31fc</a> ipmi: Drop
+unnecessary ipmibt dependency from ipmifru</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/988eda165254">988eda165254</a> ipmi: Introduce
+register_for_event() interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6741cb3db68">d6741cb3db68</a> ipmi: Terminate SEL
+task via shutdown event</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b481183921d">1b481183921d</a> ipmi: IpmiDD and
+IpmiRP must never free resources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fc457309f2c">5fc457309f2c</a> ipmi: Split into
+ipmibase and ipmiext modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2c0716a0984">e2c0716a0984</a> ipmi: Remove IpmiRP
+dependency on targeting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4874662e58d9">4874662e58d9</a> initservice: Move
+ipmibase module to base image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c829113199d6">c829113199d6</a> pnor: Introduce an
+IPMI-based PNOR driver implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92d167f704d5">92d167f704d5</a> pnor: Rename the
+SFC-based PnorDD class to PnorSfcDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d768905cfe02">d768905cfe02</a> pnor: ipmidd:
+Rename class to PnorIpmiDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c16f3706b3c">7c16f3706b3c</a> pnor: mboxdd:
+Rename class to PnorMboxDD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9518b4c189c9">9518b4c189c9</a> pnor: Fall back to
+AST mbox transport if IPMI is unavailable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03ec024db41d">03ec024db41d</a> errl: Mark
+errlogMsgHandler() as detached</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95165ec1e111">95165ec1e111</a> Revert “sio: Add
+test for availability - LPC error tweak”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55ff29accb83">55ff29accb83</a> sio: Add test for
+availability</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ead1bda912e6">ead1bda912e6</a> ipmi: Increase
+polling rate to decrease boot time</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e74571d1bfb">8e74571d1bfb</a> Adding a
+fapi_assert to flag error if PPE is not halted.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09370fc47b50">09370fc47b50</a> Axone only-Mux
+settings for TOD refclk input</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc78a12cf399">bc78a12cf399</a> FAPI_INF entering
+and exiting message updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47b59238e268">47b59238e268</a> Update hardware
+procedure metadata</li>
+</ul>
+<p>Anuwat Saetow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a47f74aceddf">a47f74aceddf</a> Added initial copy
+of generic_memory_si_attributes.xml</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/61fb23dd2828">61fb23dd2828</a> Fix incorrect
+syntax in addimgid shell script</li>
+</ul>
+<p>Ben Gass (30):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbd09aa69c39">fbd09aa69c39</a> Fix for SW441002.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b30aa3595760">b30aa3595760</a> Build p9n 10 and 20
+by default.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0502c52ac63f">0502c52ac63f</a> Use obus p9ndd1 spy
+name attribute for obus initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86fd886b32e9">86fd886b32e9</a> Adding p9c_11
+support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1e92050031d">c1e92050031d</a> Adding p9a support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59369e38ac11">59369e38ac11</a> Shorten A-link
+timers for sim. Add polling for A-link training.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfd2b2b799ed">cfd2b2b799ed</a> Re-submit Axone
+updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35d53de6263d">35d53de6263d</a> Add support for p9c
+1.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5312ecd72ac">e5312ecd72ac</a> Remove
+PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in p9.obus.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fff26d78ba7b">fff26d78ba7b</a> Adding p9n 2.3
+support and p9n 2.3/p9c 1.2 security update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3341c6aab4fa">3341c6aab4fa</a> p9_scominfo update
+OMI order to logically follow MC->MI->MCC instead of OMIC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b48b9210afb">3b48b9210afb</a> Update p9a_10 engd
+from o10_e9018_1_tp018_ec409_soa_sc_u261_01</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/422867966bfc">422867966bfc</a> Back out p9a_10
+engd that breaks the initcompiler.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d61a393a74b">6d61a393a74b</a> Adds initfile for
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4fe67dfccf81">4fe67dfccf81</a> initCompiler
+updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5d96a7778c3f">5d96a7778c3f</a> Update Axone engd.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7504dc6275e7">7504dc6275e7</a> Adding
+p9a_get/put_mmio and explorer_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/990f7cfae74d">990f7cfae74d</a> Fix exp_inband_wrap
+makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e6f098dcfe47">e6f098dcfe47</a> Adding Axone
+register header files.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e1f534a38ba">5e1f534a38ba</a> Adjust MI/MCC p9a
+scom translation for PB scoms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c9fb0a48cd0">4c9fb0a48cd0</a> Explorer registers
+and fields generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f1f2186bb80">3f1f2186bb80</a> Adding omi_init
+procedures.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4bce59197ae">f4bce59197ae</a> Adding
+p9a_ocmb_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c335cd14fff7">c335cd14fff7</a> Add missing Axone
+MC channel translations.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52080a90a556">52080a90a556</a> Adding
+p9a_ocmb_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72a52820278d">72a52820278d</a> Update
+p9a.omi_init.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b4a6f12f800">8b4a6f12f800</a> Explorer registers
+and fields generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b34b85249dd">2b34b85249dd</a> Adds initfile for
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a54de9465ed1">a54de9465ed1</a> Adds initfile for
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/589a0089cc1e">589a0089cc1e</a> Back out p9a_10
+engd that breaks the initcompiler.</li>
+</ul>
+<p>Benjamin Weisenbeck (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/698365f71be5">698365f71be5</a> PRD: Add PLL
+signature for Centaur chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2b1cfab3f59">c2b1cfab3f59</a> PRD: Use common
+SetCallout method for TOD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5268e2f09ba1">5268e2f09ba1</a> PRD: Increase
+threshold on cache CEs to allow 64 line deletes (128 CEs)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/830b052cb619">830b052cb619</a> PRD: Fix handling
+of dead cores in PmRecovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96e031001818">96e031001818</a> PRD: Check for
+neighbor core checkstop in pre-analysis plugin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c17bbad98d89">c17bbad98d89</a> PRD: Fix makefile
+for PllPostAnalysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04712b91e355">04712b91e355</a> PRD: Adjust core
+checkstop handling for EX rt deconfig</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eae1d5f0e27f">eae1d5f0e27f</a> PRD: Separate PLL
+handling by domain type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a589bedae6f">3a589bedae6f</a> PRD: Fix MF ref
+failover error signature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47994fb03586">47994fb03586</a> PRD: Add parser for
+power management recovery FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c30bcf89758">6c30bcf89758</a> PRD: Handle chips
+with different MF clock sources</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2dc84d23e14">c2dc84d23e14</a> PRD: Add all
+relevant callouts for SMP interface errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e49b630b208f">e49b630b208f</a> PRD: Make
+predictive callout on L3 multi bitline fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46663cd701c1">46663cd701c1</a> PRD: Distinguish
+hard obus link failures from predictive callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/272a72400ca9">272a72400ca9</a> PRD: Updates for PM
+ffdc parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f8308dff91e">6f8308dff91e</a> PRD: Correct
+interpretation of PLL error bits in TP error register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d02cb05f827a">d02cb05f827a</a> PRD: Request SW
+dump type for unhandled core checkstops</li>
+</ul>
+<p>Bill Hoffa (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97c196cc741f">97c196cc741f</a> Remove unused
+memOps variable in attnsvc.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/331b4bff6cb9">331b4bff6cb9</a> Restore Timebase on
+Master Core Threads 1-3 after Sleep/Winkle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85bd4989fd0d">85bd4989fd0d</a> Remove Duplicate
+init settings ATTR_START_CBS_FIFO_RESET_SKIP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e07f0c96e66b">e07f0c96e66b</a> Modify VPD
+fetchData() call to allow for reading from actual HW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/498b466c4425">498b466c4425</a> Base Core/Kernel
+Changes to Support the Axone Processor Chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feba8f886228">feba8f886228</a> Use Dimm Numbering
+instead of Port Number for REL_POS attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/64499fa24bc2">64499fa24bc2</a> Update
+p9_sbe_i2c_bit_rate_divisor_setting to set I2C Rate Valid bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d43552dfb6d">0d43552dfb6d</a> Use Simics CPU
+Object passed in when executing hap handler code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd8217ef8e93">dd8217ef8e93</a> Axone PNOR
+Generation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30bd2ff53aa1">30bd2ff53aa1</a> Add EQ and EX
+Target types to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0c72bd00938">b0c72bd00938</a> Add Core Target
+type Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d45d4fa13688">d45d4fa13688</a> Add Obus + Obus
+Brick Target type Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf366534e0e4">cf366534e0e4</a> Add TPM, CAPP, OCC,
+PEC, and PHB Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83e27f4864e8">83e27f4864e8</a> Add SBE, PPE and
+XBUS Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d204258959bd">d204258959bd</a> Add MC and MI
+Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbcdabf8af8e">dbcdabf8af8e</a> Add the MCC Target
+Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4909980fa3bc">4909980fa3bc</a> Add the OMI Target
+Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3979e8bbf2f">a3979e8bbf2f</a> Add the OCMB_CHIP
+Target Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddf8426c6e24">ddf8426c6e24</a> Add the MEMORY_PORT
+Target Instance to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5181a5ac88e5">5181a5ac88e5</a> Add the DIMM Target
+Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/042a59be98c3">042a59be98c3</a> Add the OMIC Target
+Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7637f0a44427">7637f0a44427</a> Add the PERVASIVE
+(PERV) Target Instances to Axone Simics XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ad30a4a4e4d">2ad30a4a4e4d</a> Axone Simics
+Updates – Finds Functional Master Proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e36e0019e0b9">e36e0019e0b9</a> HBBL LPC Error
+Checking</li>
+</ul>
+<p>Brian Silver (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcf9daff51a1">fcf9daff51a1</a> Add empty files for
+plug-rules mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14c430f5aa45">14c430f5aa45</a> Add rudimentary
+memory plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/201da82c44f0">201da82c44f0</a> Add enforcement of
+DDR4 DRAM on Nimbus via plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a199f3856da">3a199f3856da</a> Add an attribute to
+avoid the plug rules in partial good scenarios</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59bc732070c3">59bc732070c3</a> Add rank config MRW
+override to plug rules</li>
+</ul>
+<p>Brian Stegmiller (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54007af8d4c0">54007af8d4c0</a> PRD: Handle SMP
+Cables</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f37a0717a29">7f37a0717a29</a> PRDF: SMP cable
+callout changes for FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1ef5d3692e0">f1ef5d3692e0</a> PRDF: Use peer SMP
+target as ATTR on FSP only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9481e191717">e9481e191717</a> ATTN: Centaur UCS
+handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c50b31d9770">9c50b31d9770</a> PRD: Allow UCS and
+HOST broadcast reads for hostboot</li>
+</ul>
+<p>CHRISTINA L. GRAVES (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b455f921905d">b455f921905d</a> Adding in LPC
+functional reset to sbe_lpc_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa29d07f1fec">aa29d07f1fec</a> Adding in
+configurations for PNOR/LPC communication</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3c5dca5b4df">b3c5dca5b4df</a> Fixing order of
+setting clock muxes & functional reset & removing sim only scoms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7d6bff49f22">d7d6bff49f22</a> p9_sbe_lpc_init fix
+with GPIO reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d513e245051">8d513e245051</a> Adding in LPC and
+OPB timeout values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40451eef027e">40451eef027e</a> Do the real LPC
+reset for DD2</li>
+</ul>
+<p>Caleb Palmer (51):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00118c922196">00118c922196</a> Row Repair enabled
+attributes and support function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa0f6415f67f">fa0f6415f67f</a> Row repair enabled
+MRW remove writeable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3527992a75f5">3527992a75f5</a> Row Repair don’t
+translate invalid repairs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/167888ed45ea">167888ed45ea</a> Import Row Repair
+Supported HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/307b61a6de9b">307b61a6de9b</a> Adjust port select
+in bad dq for spares</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52093c412c62">52093c412c62</a> PRD: Add
+MemRowRepair class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a6c8e400c83">0a6c8e400c83</a> PRDF: Add utilities
+for checking dram spares</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4dee8a0a6545">4dee8a0a6545</a> PRD: Row Repair VCM
+Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1612a30cff63">1612a30cff63</a> PRD: Fix inputted
+DRAM pos for row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/137a748910ed">137a748910ed</a> Fix bad mirror of
+p9c_mss_rowRepairFuncs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/91304df7800f">91304df7800f</a> Row Repair enabled
+attributes and support function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f66e502fddf">8f66e502fddf</a> Row Repair enabled
+fix fapi_attr_gets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/31b6cf0ac237">31b6cf0ac237</a> PRD: Fixes for MBS
+timeout cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6eb349f096c">c6eb349f096c</a> Fix finding paired
+DIMM in is_sPPR_supported</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4992f9d6d9b2">4992f9d6d9b2</a> PRD: Add Row Repair
+VPD data to errl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dc98524f367">6dc98524f367</a> Reconfig loop only
+when setting bad bits not clearing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/112454f3888d">112454f3888d</a> PRD: Row repair fix
+checking dram for prev repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/414037d985e1">414037d985e1</a> PRD: Increment addr
+to next row for VCM row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/629218645e52">629218645e52</a> PRD: Row Repair
+adjust for MBA Port 1 inversion</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e652b190c9a8">e652b190c9a8</a> PRD: Support for
+new Axone domains</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8350f2358cab">8350f2358cab</a> PRD: Axone
+GetConnected support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74aed5ff82cb">74aed5ff82cb</a> PRD: Make
+getDimmSlct/Port generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d4f360d16e2">7d4f360d16e2</a> MDIA: Initial
+Axone/OCMB updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/327449849168">327449849168</a> Dram Repairs VPD
+__getTranslationPortSlct improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c525c33e2020">c525c33e2020</a> Dram Repairs VPD
+favor FAPI trgts and getHelperAttr improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3edab536c20">c3edab536c20</a> Dram Repairs VPD
+spare byte helpers improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85f4a0400873">85f4a0400873</a> Dram Repairs VPD
+translation helpers improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c2d3eb70a0f">1c2d3eb70a0f</a> Dram Repairs VPD
+getter and setter minor cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d77c897c2540">d77c897c2540</a> Dram Repairs VPD
+reconfig loop helper function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dec4a446e3a">8dec4a446e3a</a> Row Repair VPD
+minor improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c45251a793e">8c45251a793e</a> Dram Repairs and
+Row Repair VPD translation trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e551a605aa2">8e551a605aa2</a> PRD: Axone
+Configurator updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a10dc1641d32">a10dc1641d32</a> Update
+dimmBadDqCheckParamGetBitmap to be generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c09e8bd73d7">8c09e8bd73d7</a> Update row repair
+funcs to be generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/451596eb83df">451596eb83df</a> PRD: Axone updates
+for MemDqBitmap class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7d8ac0a078b">c7d8ac0a078b</a> Add PRD files SRCs
+to srcListing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3ceaa63602b">e3ceaa63602b</a> PRD: Nimbus symbol
+mark performance workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fba889a1a092">fba889a1a092</a> PRD: Callout row
+repairs when all repairs used</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d276ff6b5326">d276ff6b5326</a> PRD: Bad dq bitmap
+add proper clear func</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39a6b40220d9">39a6b40220d9</a> PRD: Initial NVDIMM
+Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b03768f4279">5b03768f4279</a> PRD: PHBNFIR
+callout proc instead of PHB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4802d403f061">4802d403f061</a> PRD: Fix
+getBadDqBitmap check for dimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95bbfc78a463">95bbfc78a463</a> PRD: Adjust row
+repair capture data size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3229ca9f881b">3229ca9f881b</a> PRD: PlatServices
+support for NVDIMM persistency lost msg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a0ae42a9589">5a0ae42a9589</a> Update Bad Bits and
+Row Repair for new MSS attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76a14521424a">76a14521424a</a> Revert “PRD:
+Initial NVDIMM Support”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26ccad36beb1">26ccad36beb1</a> PRD: Add MCFIR to
+capture group for mem mirror FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/670a4d60cf40">670a4d60cf40</a> PRD: Explorer rule
+and makefile updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0fd6d39f64cd">0fd6d39f64cd</a> PRD: MPIPL Make
+sure PRD is initialized in startScrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f1c362c62da">1f1c362c62da</a> PRD: NVDIMM
+isolation redesign</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8094ee98e6d">c8094ee98e6d</a> PRD: Adjust dram
+repairs capture data max size</li>
+</ul>
+<p>CamVan Nguyen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9677181a2e7f">9677181a2e7f</a> Remove “Force
+hbRelease to search master branch” code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f13cb430ae5b">f13cb430ae5b</a> Post list of git
+commits in HB release to CMVC feature</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23126e788fcf">23126e788fcf</a> Add cumulus cdimm
+support to auto-release -m path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9d3c11613e9">c9d3c11613e9</a> Remove auto-release
+& hbRelease tools</li>
+</ul>
+<p>Chris Cain (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78f90ced0fa3">78f90ced0fa3</a> Add component IDs
+for PGPE and SGPE/XGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d97118693693">d97118693693</a> HTMGT support for
+PGPE/SGPE error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a31cd814105a">a31cd814105a</a> HTMGT: Update error
+logs to reflect elog source</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2d59cd70dae6">2d59cd70dae6</a> HTMGT: Clear OCC
+reset counts after an hour</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02f33294dea5">02f33294dea5</a> HTMGT: Change OCC
+logs to info while recovery is still being attempted</li>
+</ul>
+<p>Chris Steffen (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a048e96b8e00">a048e96b8e00</a> Adding SMP PHY MFG
+Stress Test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96eb889d26fa">96eb889d26fa</a> Move Xbus Erepair
+FIR Clearing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6df8bea1715">a6df8bea1715</a> DMI Spare Lane
+Suppression</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fff2d76035e">5fff2d76035e</a> Enable I/O PPE PHY
+Communication for Abus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24188d25f62a">24188d25f62a</a> P9 Centaur Erepair
+Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc4f9deda281">fc4f9deda281</a> DMI Max Spares
+Exceeded Unit CS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/207de5cbd30e">207de5cbd30e</a> P9C Abus Procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/968021204323">968021204323</a> I/O Obus Scom
+Initfile Checkin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30d9a874a1ec">30d9a874a1ec</a> io xbus/obus
+initfile update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b1a2bb98f1b">3b1a2bb98f1b</a> Update Obus
+Initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83ff21ec7556">83ff21ec7556</a> Applying CTLE
+Coarse if SMP Abus Config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70e60e2e03e7">70e60e2e03e7</a> Set SMP Abus Rx AC
+Coupled at Dccal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be64b15a256c">be64b15a256c</a> Clear Spare Lane on
+MC instead of DMI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/814860ea37f6">814860ea37f6</a> SMP Abus PPE
+Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79549236b644">79549236b644</a> DMI Change Max
+Spares to Recoverable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30de5c86983e">30de5c86983e</a> DMI Increase FIFO
+Margin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de881124f74c">de881124f74c</a> P9 Obus MNFG CRC
+and ECC Error Threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6781c16acf6d">6781c16acf6d</a> P9 Xbus/DMI CM
+Workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/688a9733e614">688a9733e614</a> P9 Obus MNFG Errors
+Attribute Fix</li>
+</ul>
+<p>Christian Geddes (90):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d15e71d67bf">3d15e71d67bf</a> Update comment in
+getSbeVersionViaChipop to be correct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7c960c7582c">c7c960c7582c</a> Remove invalid
+HRMOR setting code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be6ed717c7a1">be6ed717c7a1</a> Only switch sides
+and perform hreset if SEEPROM side versions match</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3203b0f520a2">3203b0f520a2</a> Add TIMA and IC LSI
+ESB states to memdiag hang debug output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10ccdde9f063">10ccdde9f063</a> Lookup remote
+node’s HRMOR value save from prev boot during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2cf0aa44b39">b2cf0aa44b39</a> Make processing of
+hrmor value in MemStateInfo consistent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98a657059a5c">98a657059a5c</a> Only unmask source
+on proc targ passed to unmask function in intrrp</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8e8d7c203dc">f8e8d7c203dc</a> Base targeting
+support for Axone memory complex</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffcc637cd404">ffcc637cd404</a> Base targeting
+support for OCMB chip and MEM_PORT chiplet</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7214cd962fb5">7214cd962fb5</a> Update ecmd debug
+scripts and fapi_utils script with Axone targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9697e7b95a6">a9697e7b95a6</a> Dump interrupt
+state information if psudd times out</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c8610bff34f">2c8610bff34f</a> Cleanup from Axone
+targeting base commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e82098f4237a">e82098f4237a</a> Update PG detection
+for new Axone memory targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e867f7fa67be">e867f7fa67be</a> Remove ATTR_REL_POS
+from attribute_types.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b9a992ef245">9b9a992ef245</a> Turn off core xstop
+escalalation on slave nodes prior payload handoff</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/192ca8aa60bd">192ca8aa60bd</a> Ensure we collect
+PPE trace if psu op times out</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f64ef1356e4">5f64ef1356e4</a> Update scom test
+cases with Axone P9 Targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e3f78a64c7c">5e3f78a64c7c</a> Update fapi2 tests
+cases with Axone targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbad6ad29aab">bbad6ad29aab</a> Add OCMB_CHIP and
+MEM_PORT fapi2 test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/739807847a95">739807847a95</a> Set wakeup mode in
+istep 15 based on SMF setttings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b7c6b466357">5b7c6b466357</a> Reset
+ATTR_SPCWKUP_COUNT to 0 at start of MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e569e65e9894">e569e65e9894</a> Re-read SBE
+doorbell register in simics if PSU interrupt is found</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f4cbc90fd47">9f4cbc90fd47</a> Cache C4 DQ/DQS
+settings from VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7511e132b1e5">7511e132b1e5</a> Correctly handle
+psu FFDC on OpenPower Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69241719be5e">69241719be5e</a> Add missing axone
+specific targets to targeting XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93f12cd78e8f">93f12cd78e8f</a> Remove
+printTimaInfo function until we figure out how to avoid issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0aed8ab711c6">0aed8ab711c6</a> Improve error
+traces for MBOX errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce1ebd1460c3">ce1ebd1460c3</a> Fix bugs in debug
+tools introduced when adding Axone targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e677e6cdf31">3e677e6cdf31</a> Wrap TS_ macros in
+{} to avoid strange IF statement behavior</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74812c31b9e5">74812c31b9e5</a> Elevate log levels
+for simics during PSU ops</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ee84ba35b54">4ee84ba35b54</a> Add way for
+developers to disable hb sim logging via env variable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f6cb7e3b2a0">2f6cb7e3b2a0</a> Register Scom
+Device Routes for OMI, OMIC , and MCC targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/608fd968f4c3">608fd968f4c3</a> Disable automatic
+collection of SIM logs with MAGIC_SET_LOG_LEVEL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923654e1ecc7">923654e1ecc7</a> Clear INT_CQ
+related firs after reseting INTRRP logic in HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e15017d11ea">0e15017d11ea</a> Add exp_i2c_scom
+driver that will be consumed by HB/SBE platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fffa79ecb0c7">fffa79ecb0c7</a> Remove all files in
+src/import/hwpf/fapi2/include/plat/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16f5d479caf5">16f5d479caf5</a> Update
+platGetTargetName to handle AXONE and EXPLORER models</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0002dbd29151">0002dbd29151</a> Update
+fapi2CreatePlatLogTest.H to use the fapi trace buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e34d17297e0d">e34d17297e0d</a> Update axone simics
+xml to use correct chiplet id for MC1 chiplet</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/208f80eb821c">208f80eb821c</a> Refactor
+fapi2HwAccessTest to ignore ATTR_MODEL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6cf801f1c1b7">6cf801f1c1b7</a> Route scom
+operations on OCMB chips to exp_i2c_scom interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd754bf0b111">cd754bf0b111</a> Route scom
+operations on OCMB chips to fapi2 mmio scom interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6cee85dcb3c">d6cee85dcb3c</a> Update bbuild to
+b1114a_1846.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/759971ea1bcd">759971ea1bcd</a> Fix CAPP target XML
+in Axone simics xml file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f63977be6280">f63977be6280</a> Clean up
+typos/small things with expscom directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63a9aa53dcf3">63a9aa53dcf3</a> Define Parent/Child
+Relationship for OMIC/OMI targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b08d6146f834">b08d6146f834</a> Create error log
+and fail if Proc’s EC is found to be 0x0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aac415d94083">aac415d94083</a> Set FSIMASTER
+attributes to correct values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cda012113b8d">cda012113b8d</a> Add forceBE option
+to endian_utils.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e89b556adb6">9e89b556adb6</a> Add README.md to
+src/usr/i2c/ which describes P9 I2C layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a8f0e512566">4a8f0e512566</a> Default
+ASYNC_NEST_FREQ_MHZ to be 0xFFFF for Axone simics xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db55a872a4a7">db55a872a4a7</a> Add VPD_REC_NUM
+defaults for OCMB chips in Axone system xml for sim</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6620644f7435">6620644f7435</a> Write SPD to DDIMM
+eeproms for axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36673e6d9525">36673e6d9525</a> Fill in remaining
+dimms for simics_AXONE.system.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdcc9c270584">cdcc9c270584</a> Fix order of
+parameters for mmioscomdd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec1cb99a429e">ec1cb99a429e</a> Update Axone
+Partial Good rules to clean up error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b23e2592366">1b23e2592366</a> Remove Redundant
+phyiscal map setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8189b1d81d8">f8189b1d81d8</a> Change code using
+SANDBOX ENVAR to use CLI variables start sim scripts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/756a8239c061">756a8239c061</a> Real OCMB presence
+detection support for Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caa8eda59c2c">caa8eda59c2c</a> Add presence
+detection for i2c mux targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac15fd763d3e">ac15fd763d3e</a> Add new
+pnorLayoutAxone.xml w/ new EECACHE section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ccb0c4605c0">5ccb0c4605c0</a> Fix
+EEPROM_VPD_PRIMARY_INFO attribute on proc targ in axone sim XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89a8815250a9">89a8815250a9</a> Set TPM model to be
+the x75 nuvoton for axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/675244ee606e">675244ee606e</a> Load HWAS module
+earlier in ext init tasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d5fe22ba3b37">d5fe22ba3b37</a> Remove sha512 hash
+from EECACHE section & init section w/ correct info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d054b917fa8b">d054b917fa8b</a> Add temporary Axone
+simics workarounds to progress IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de4076a6de0b">de4076a6de0b</a> Add new memory
+related chiplet types to scomtrans function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/318a3c71f79d">318a3c71f79d</a> Skip dmi_io_dccal
+in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79fc8b675dfd">79fc8b675dfd</a> Use singleton
+instance of TargetService in mmio.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db47476245e">1db47476245e</a> Unset CONFIG_FILE
+env var if in standalone environment</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77e4bbb369ee">77e4bbb369ee</a> Make sure FIRDATA
+is filled in axone pnor, remove UVBWLIST section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27e1f1e7bd37">27e1f1e7bd37</a> Update simics to
+latest build for Axone simics bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37c6c66c97c2">37c6c66c97c2</a> Update OBUS PLL
+Bucket attribute getter with Axone EC levels</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c023204d6e3c">c023204d6e3c</a> Add call to
+p9a_ocmb_enable to istep 10.4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc12ed0cd438">bc12ed0cd438</a> Skip NPU scominit
+until ARTMISS register gets updated</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eee350897db3">eee350897db3</a> Fix issues w/ axone
+updates to simics scripts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9678e8f9164">b9678e8f9164</a> Disable Sync Test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa18e987116a">aa18e987116a</a> Add EEPROM caching
+device op</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ba6748d3f2c">3ba6748d3f2c</a> Update i2c driver
+for OCMB chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/345f3cf8259d">345f3cf8259d</a> Fix tags in
+exp_omi_train attribute xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b0719770221">8b0719770221</a> Add expscom test
+cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2b54b9aeeb8">e2b54b9aeeb8</a> Add call to
+exp_check_for_ready to istep 10.4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbe42ab92a49">cbe42ab92a49</a> Add new P9A hwp
+error xml path to fapi2 file generation makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d74d9444ae9c">d74d9444ae9c</a> Set simics xml to
+match simics model for OCMB port numbering</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc80fc6b8435">bc80fc6b8435</a> Update istep_mss
+modules makefile to generate mss accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e6832f74ac22">e6832f74ac22</a> Add new path in
+EEPROM device op to allow reading from new EECACHE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c42c4cac717">7c42c4cac717</a> Update simics build
+and pull in Axone binary to pnor generation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4d32e92638b">b4d32e92638b</a> Use shell command
+to look up CEC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2fce6c032485">2fce6c032485</a> Add omi
+setup/training calls to istep 12</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9f93cb8d542">a9f93cb8d542</a> Update simics build
+to include p9a_omi_train_check fixes</li>
+</ul>
+<p>Claus Michael Olsen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55b7b8fc2712">55b7b8fc2712</a> Cleanup: Updated
+Mvpd access function and removal of unused rings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d1d1f240749">8d1d1f240749</a> Infrastructure
+support for new MC OMI rings for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52b76be22225">52b76be22225</a> P10 prep:
+Infrastructure (IS) ring Id metadata and API changes</li>
+</ul>
+<p>Corey Swenson (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2acd2959348">c2acd2959348</a> Enable CFM testing
+of new target data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/022bd8f4c321">022bd8f4c321</a> Remove inband scom
+bit 18 workaround comment</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f27124c1e25b">f27124c1e25b</a> Add part number and
+serial number to error log hw callout data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5656a872211d">5656a872211d</a> Check for targeting
+before adding version info in errl commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83335d59ac59">83335d59ac59</a> Enable IPMI errl
+after targeting is initialized</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40039bb5fddf">40039bb5fddf</a> Extend multicast
+workaround and add tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37132b70227c">37132b70227c</a> Generate error when
+pnor is not accessed via ipmi</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddae90ce735c">ddae90ce735c</a> Make MCS acker
+workaround changes permanent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99bfd4be9d12">99bfd4be9d12</a> Use virtual address
+buffer to read mvpd rings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80cea86add7b">80cea86add7b</a> Remove call to
+retrieve data from a previous runtime crash</li>
+</ul>
+<p>Dan Crowell (91):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f27c103c8f1c">f27c103c8f1c</a> Modify subsys
+translation for memory targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e14387c19cc9">e14387c19cc9</a> Fix bad traces in
+pnor utility functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1534c78f2989">1534c78f2989</a> Add Resolves option
+for tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b97e1cba5e1">5b97e1cba5e1</a> Re-enable
+p9c_mss_draminit_training_advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dd1f642a339">3dd1f642a339</a> Remove unused files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53d16c247e67">53d16c247e67</a> Fix symsmode check
+to allow in-memory lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f9c60506bc9">8f9c60506bc9</a> Skip call to FSP
+for runtime deconfigs if there is no FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c435be37674">3c435be37674</a> Remove
+ATTR_PROC_CHIP_MEM_TO_USE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3dda09f76af">c3dda09f76af</a> Add constants to
+core checkstop handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e37d51a556e6">e37d51a556e6</a> Fix array overrun
+in draminit training advanced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67733e22e0ed">67733e22e0ed</a> Support for mrwHide
+attribute from fapi attribute xmls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/798b0d2d3fd0">798b0d2d3fd0</a> Get rid of extra
+default for ATTR_CEN_MSS_VREF_CAL_CNTL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bf123e83d18">6bf123e83d18</a> Remove double free
+from WOF lookup in HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5675c7315db0">5675c7315db0</a> Add flag to HWAS
+Callout for SMP repair indicator</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3ba36df4d51">e3ba36df4d51</a> Mirror fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8d65df44910">a8d65df44910</a> Documentation for
+attribute xml tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5a02cab7f8">1b5a02cab7f8</a> Use Cumulus DD1.3
+SBE image instead of DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc012e3efd4c">cc012e3efd4c</a> Move bbuild to
+b0813a_1832.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00185ccfdd81">00185ccfdd81</a> Increase i2c
+timeout to 20ms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35083b66077d">35083b66077d</a> Add brief
+descriptions for procedure callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d897f3d7f7c7">d897f3d7f7c7</a> Fix some shortname
+issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5e13152b439">a5e13152b439</a> Another fix to
+symsmode parms for debug mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c4ad2c91e38">1c4ad2c91e38</a> Remove XSCOM and
+LPC BARs from MRW processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e8f52d2d75a">1e8f52d2d75a</a> Add ATTR_REL_POS
+for all units and dimms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee83b4d3b2e3">ee83b4d3b2e3</a> Keep original istep
+error log during reconfig loops</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48dc95aac15c">48dc95aac15c</a> Enable CUMULUS
+config to use Zeppelin’s SPDX override</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bff76ae17a5">4bff76ae17a5</a> Check capability
+bit before using wakeup for OPAL in OpenPOWER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bb1f1275069">7bb1f1275069</a> Skip PM FFDC
+collection if the HOMER is not valid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02f6ebe3f176">02f6ebe3f176</a> New FAPI2
+interfaces to read and write MMIO ranges</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8291079771a0">8291079771a0</a> Add EQ chiplet to
+#W errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a2962bd96ec">2a2962bd96ec</a> Undo hack for PM
+change that got reverted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f04d03f76595">f04d03f76595</a> Clear out HOMER
+attributes and reset PM in PHYP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f23a93b5944f">f23a93b5944f</a> Remove to remirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e4dbf34cd08">4e4dbf34cd08</a> Forcibly clear all
+previous wakeups when the PM Complex starts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f359d22efddd">f359d22efddd</a> Fix CVPD testcases
+for CDIMM configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94c4cbbc02e3">94c4cbbc02e3</a> Ignore wakeup
+failures on checkstopped cores</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a6203d615b8">7a6203d615b8</a> Start compiling in
+attributes under src/import/generic/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e78cc344a0d">7e78cc344a0d</a> Fix inverted
+translation logic in wakeup change</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d54c3e4a33d">9d54c3e4a33d</a> Attribute cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cfc8b1e8aa6">2cfc8b1e8aa6</a> Increment HBRT EID
+on every commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd13920527a8">dd13920527a8</a> Remove deprecated
+attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c33d5206a1af">c33d5206a1af</a> Make lid_load
+failures visible logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46b6d71b01b4">46b6d71b01b4</a> Add consistent
+enter-exit traces for all runtime interfaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/459e8bf8e80e">459e8bf8e80e</a> Set SBE console
+enable based on Hostboot config var</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c136b6462721">c136b6462721</a> Start compiling
+p9c_mss_row_repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94566a8b220c">94566a8b220c</a> Adding prereqs to
+fix simics fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52f52bb84c85">52f52bb84c85</a> Cleanup to Runtime
+SCOM RCs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/627379aeaa27">627379aeaa27</a> sio: Add test for
+availability - LPC error tweak</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14d96c84c0a0">14d96c84c0a0</a> Delay targeting
+update in CFM until all nodes are processed</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0482f9183726">0482f9183726</a> Couple improvements
+to some runtime traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8652b516291e">8652b516291e</a> Fix reversed
+polarity in SBE console check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18413b3e3268">18413b3e3268</a> Tweaks to traces
+for runtime error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cf26961a1b5">2cf26961a1b5</a> Removing a few more
+attributes from the Serverwiz2 export list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ddbd1ea9797">5ddbd1ea9797</a> Add HW callout to
+WOF table errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33514fd4143b">33514fd4143b</a> Break down Dump
+requests into 1MB chunks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13d6fcf76a5f">13d6fcf76a5f</a> Make Boootloader
+trace tool follow HRMOR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07f679f36f4c">07f679f36f4c</a> Clear out FIR Init
+parameters after extra PM Resets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46edcd4b4dee">46edcd4b4dee</a> Only save the CME
+FIR Masks after they have been setup once</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55c7c54ca26a">55c7c54ca26a</a> Initial
+documentation for initservice</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d418f5eefe3">9d418f5eefe3</a> Add missing mutex
+in LPC error path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0373c9878e6">e0373c9878e6</a> Add Axone targets
+to fapi error utilities</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42e8d57d84b9">42e8d57d84b9</a> Make
+ATTR_CLOCK_PLL_MUX writeable for DS8K</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4d8ef54250c">a4d8ef54250c</a> Add explorer
+directory to attribute_info lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/499916e45869">499916e45869</a> Increase ipmi
+polling frequency to every 1ms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3007bd7476f">e3007bd7476f</a> Support for MRW
+attribute mss_mrw_nvdimm_plug_rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbf7565aeb3f">cbf7565aeb3f</a> Progress code
+tweaks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d54d9e0962c">4d54d9e0962c</a> Mask off OBUS FIRs
+during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b08f9e7eb4a7">b08f9e7eb4a7</a> Add header file to
+keep track of Chip IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e5dda92903e">8e5dda92903e</a> Reduce ipmi trace
+spam for pnor hiomap messages</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/552d96423109">552d96423109</a> Hack to force OCMB
+presence detection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42d89b657da1">42d89b657da1</a> Add sync to
+doorbell function to avoid weak consistency bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd65f35941d2">dd65f35941d2</a> Add new istep for
+Hostboot done</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44d2700c0eac">44d2700c0eac</a> Make new WOV
+attributes override-only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17ba81ec0a52">17ba81ec0a52</a> Add msgsync to
+doorbell wakeup logic to avoid weak consistency bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff5e4695cc58">ff5e4695cc58</a> Add retry to slave
+core wakeup path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e1fcbff53a5">3e1fcbff53a5</a> Interface for OCMB
+getVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f34e8263607c">f34e8263607c</a> Remove
+p9_dump_stop_info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6b8ae93833c">f6b8ae93833c</a> Do not gard cores
+on the initial core wakeup failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94fe5da0c6b4">94fe5da0c6b4</a> Add FSPBUILD to CI
+scripts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa120078b864">fa120078b864</a> Add relationships
+for MCC to PRD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf7c244558b6">cf7c244558b6</a> Move libconsole
+into base image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d92ae4d4ac1">4d92ae4d4ac1</a> Add missing implied
+include to populate_hbruntime.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a733a70261d1">a733a70261d1</a> Add more agressive
+memory allocation calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8995ddcdc768">8995ddcdc768</a> Add a couple useful
+traces to the PNOR build script</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4097d46b7346">4097d46b7346</a> Use proper
+top-level include for fapi2 target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5c187fcbf2bc">5c187fcbf2bc</a> Handle partial-bad
+MCS logic correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eba5c2ffe5ff">eba5c2ffe5ff</a> Statically allocate
+work pages for PNOR Resource Provider</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5885d186389e">5885d186389e</a> Add
+ATTR_ENABLED_OBUS_BRICKS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/361f7d64b58f">361f7d64b58f</a> Adjust makefile
+directives for expscomtest</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ea9129a79d5">9ea9129a79d5</a> Modify PNOR load
+order in SBE update to avoid OOM condition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c0b8df17583">7c0b8df17583</a> Method to execute
+testcases early in the boot</li>
+</ul>
+<p>Daniel M. Crowell (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99761f93896d">99761f93896d</a> Revert “P10 prep:
+Infrastructure (IS) ring Id metadata and API changes”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a48f4e959904">a48f4e959904</a> Revert “Enhance RAS
+for case where boot firmware image is too big to load”</li>
+</ul>
+<p>Dave Heller (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f517c6c5507a">f517c6c5507a</a> Secure Boot: Don’t
+override user setting of SB_KEEP_CACHE</li>
+</ul>
+<p>Dean Sanner (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5be875d40b41">5be875d40b41</a> Handle inter-node
+HRMOR correctly on 3/4 nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/437807d50d4a">437807d50d4a</a> Account for mixed
+procs in compatibility mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f629523b932b">f629523b932b</a> Run INT scominit on
+all nodes in multinode systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/824747757133">824747757133</a> Update
+computeNonPhypRtTarget for P9C OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcfd722a6abb">fcfd722a6abb</a> Support HB running
+in SMF</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4288e39bf210">4288e39bf210</a> Support a default
+risk/init level per MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/502ca3e72e19">502ca3e72e19</a> Find cpu struct
+directly in doorbell interrupt handler</li>
+</ul>
+<p>Dhruvaraj Subhashchandran (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1441646529dc">1441646529dc</a> Skipping FSP access
+check for FAPI attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5db0c7eb220">f5db0c7eb220</a> Add recovered gard
+log only for garded targets.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b5764defdff">3b5764defdff</a> Skip resource
+recovery for node and power gard.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/223824211e63">223824211e63</a> Additional field to
+indicate sync in attribute metadata.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f52979db708">7f52979db708</a> fix Skip resource
+recovery for node and power gard.</li>
+</ul>
+<p>Elizabeth Liner (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d409b6a48945">d409b6a48945</a> Removing testcase
+that is no longer valid.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63e6fb743366">63e6fb743366</a> Turning off some
+VPD test cases for Cumulus only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7cc38f0dbce">d7cc38f0dbce</a> Adding VPD testing
+data for Cumulus and Nimbus.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3499cc7e8cc">c3499cc7e8cc</a> Adding cumulus
+model to ci testing</li>
+</ul>
+<p>Evan Lojewski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6cb1702db533">6cb1702db533</a> Update to allow
+DDR4-SORDIMM modules to be used. [2/2]</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/916771c0f54f">916771c0f54f</a> Update to allow
+DDR4-SORDIMM modules to be used. [1/2]</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cccf89e092dd">cccf89e092dd</a> Add additional 2133
+and 1866 ps values for spd parsing.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/febbe519b1fc">febbe519b1fc</a> Update to allow
+DDR4-SORDIMM modules to be used [3].</li>
+</ul>
+<p>Greg Still (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/931118120f2b">931118120f2b</a> PM: Move PBAFIR
+checkstops to recoverable attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c5001b587c">47c5001b587c</a> SMF: SBE updates
+for SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/475664f1fa35">475664f1fa35</a> PM: fix cable pull
+issue in clearing clock sync upon PM Complex Reset</li>
+</ul>
+<p>Gregory S. Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5c7c298d058e">5c7c298d058e</a> Revert “PM:
+OCC<>PGPE interface for P9+”</li>
+</ul>
+<p>Ilya Smirnov (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2c065d794ce">d2c065d794ce</a> Display Secure Mode
+Console Trace During Boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4f189641a8a">f4f189641a8a</a> Attach Traces to
+call_mss_eff_config Errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba8d9b8321dd">ba8d9b8321dd</a> Mark
+IPC_DATA_INVALID Errors as Informational</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ff7bd1af135">2ff7bd1af135</a> Sync Attributes to
+FSP In TPM Required Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f70518cf12dc">f70518cf12dc</a> Set TPM_UNUSABLE
+Only if TPM is Required</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd77849e3981">fd77849e3981</a> Port System and
+Node Targets Stitching Code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8e409427f3">7b8e409427f3</a> Don’t Process
+Interrupts During Shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdcb33b8fd84">bdcb33b8fd84</a> SMF: Store URMOR
+SPR Value in host_build_stop_image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22134d69a201">22134d69a201</a> SMF: Port NVRAM
+Reading Logic From Skiboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1aae1ba2930c">1aae1ba2930c</a> Move HOMER BAR to
+Secure Memory in SMF Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8511398e857">c8511398e857</a> Serialize the Check
+For Prologs in CI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50182cf759b9">50182cf759b9</a> SMF: Distribute
+Secure Memory Among Procs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19a6643807b0">19a6643807b0</a> Fix HDAT PNOR
+Partition’s Offset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/082f9363ee8e">082f9363ee8e</a> SMF: Temporary Put
+HOMER In Non-Secure Memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36bd1dae2188">36bd1dae2188</a> Unit Tests For
+NVRAM Checking/Reading</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ba2815b6b76">4ba2815b6b76</a> Unit Tests For
+Adjusting SMF HOMER BAR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21f75b9e4475">21f75b9e4475</a> SMF: NVRAM Reading
+and Mem Distribution end-to-end Changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26f7f6d12b11">26f7f6d12b11</a> Trustedboot:
+GetRandom API Changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7a324f7574b">e7a324f7574b</a> Create an
+LRDIMM_CAPABLE HB Config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39295f752d61">39295f752d61</a> Follow-up Changes
+on SMF NVRAM End-To-End</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/868b68df85eb">868b68df85eb</a> Secureboot: Add New
+TPM Commands For Nodecomm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9de9d8f7c5b5">9de9d8f7c5b5</a> SMF: Create New
+UVBWLIST Partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/faafdfcec87b">faafdfcec87b</a> Remove Hardcoded
+<a href="#id11"><span class="problematic" id="id12">*</span></a>.prf.err.o and <a href="#id13"><span class="problematic" id="id14">*</span></a>.prf.reg.o From errltool Makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00325c6de8ba">00325c6de8ba</a> Secureboot:
+Enhanced Multinode Comm: Slave Node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a6180ba3559">3a6180ba3559</a> Secureboot:
+Enhanced Multinode Comm: Master Node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09e13a7563a3">09e13a7563a3</a> Secureboot:
+Enhanced Multinode Comm: Quote Size Fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cab3c5b1f80c">cab3c5b1f80c</a> Secureboot:
+Enhanced Multinode Comm: Add size of quote & signature to slv quote</li>
+</ul>
+<p>Jacob Harvey (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54a05ea9d278">54a05ea9d278</a> Implement BC
+attributes and make eff_dimm class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17244eeb2294">17244eeb2294</a> Update
+mss_eff_config to L3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5505f90c9c82">5505f90c9c82</a> Fix memory plug
+rules and error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17a5d5f52af1">17a5d5f52af1</a> Remove logErrors in
+plug_rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b1a3dcf482e">8b1a3dcf482e</a> L3 work for mss
+xmls</li>
+</ul>
+<p>Jan Hlavac (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9be05f401c09">9be05f401c09</a> linker: fix
+compiler warnings</li>
+</ul>
+<p>Jayashankar Padath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/540894339115">540894339115</a> HDAT: Fused core
+and memorymap version support</li>
+</ul>
+<p>Jaymes Wilks (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae718b725e8c">ae718b725e8c</a> Callout
+non-functional TPM before processor on I2C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b8b8de88700">8b8b8de88700</a> Implement generic
+i2c device callouts for FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00d9a1bc226b">00d9a1bc226b</a> Disable tolerating
+blacklist violations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87adeec28640">87adeec28640</a> Support
+openpower-specific I2C device callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4694514bf5ce">4694514bf5ce</a> Zero out TPM FRU ID
+to avoid hostboot crash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1851aa0056c5">1851aa0056c5</a> Add TPM FRU
+Inventory Record Data</li>
+</ul>
+<p>Jennifer A. Stofer (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e8b0c98a623">7e8b0c98a623</a> Revert “Adding p9a
+support.”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edcc962667ba">edcc962667ba</a> Revert “Verify
+Clock/power state on non functional EX/Core/quad chiplets”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9535e096407">d9535e096407</a> Revert “Adds
+exp_draminit_mc”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f8346297acd">7f8346297acd</a> Revert “lpc_init:
+Correct LPC host controller timeout value”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/117289f4ebcf">117289f4ebcf</a> Revert “Adds
+exp_draminit_mc”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acd134ba521f">acd134ba521f</a> Revert “Adds
+exp_draminit_mc”</li>
+</ul>
+<p>Jenny Huynh (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a377a20bf0b">2a377a20bf0b</a> Secure memory
+allocation and setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34d3b9353e22">34d3b9353e22</a> Avoid enabling smf
+bits in nmmu logic for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25be20644f96">25be20644f96</a> SW427193 /
+HW461448: Enable memory controller wat</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a291da772449">a291da772449</a> Mask early hang
+indicators from nmmu/vas unit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d72526550ef6">d72526550ef6</a> Mask NMMUFIR(7),
+NMMUFIR(36:39)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a04dc7a75506">a04dc7a75506</a> Enforce SMF size
+requirements and correct valid bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8825169c84c">e8825169c84c</a> HW471413 Aggressive
+Uncle: disable ERAT thread sharing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0faf0e05fd41">0faf0e05fd41</a> Tune xbus
+packet_delay_limit for various systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c955ff685e66">c955ff685e66</a> Enable Nimbus DD23
+risk levels</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0da0d7545191">0da0d7545191</a> HW477626 Dangerous
+Elk - Applies to CDD12+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be4944d74f10">be4944d74f10</a> HW477626 Dangerous
+Elk - Temporarily apply to CDD13 native only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98baafa55ea7">98baafa55ea7</a> Additional core
+inits for Nimbus DD2.3 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12dcf0ae25d2">12dcf0ae25d2</a> HW477626 Dangerous
+Elk - Reapply for all CDD12+ risk levels</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a82f47fd3ba">7a82f47fd3ba</a> Axone core initfile
+update to match Nimbus DD23</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20e1afb247a2">20e1afb247a2</a> Adjust PVR Version
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbea08dbf1b3">cbea08dbf1b3</a> Secure memory
+allocation and setup</li>
+</ul>
+<p>Joachim Fenkes (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dcbd232eb5d">3dcbd232eb5d</a> p9_sbe_lpc_init:
+Improve reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93478adb3314">93478adb3314</a> p9_tod_init: Update
+spread spectrum synchronization for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05f19a490fbe">05f19a490fbe</a> p9_sbe_lpc_init:
+Fix LPC bus LRESET for DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f5f6328360a">4f5f6328360a</a> p9_sbe_lpc_init:
+Fix timeout setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/959908a2a341">959908a2a341</a> p9_sbe_lpc_init:
+Add final check for errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9656dc74945">f9656dc74945</a> p9_sbe_lpc_init:
+Improve reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a35686ddb6ca">a35686ddb6ca</a> lpc_init: Correct
+LPC host controller timeout value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5d01411aaf3b">5d01411aaf3b</a> p9_sbe_lpc_init:
+Skip final error check for Fleetwood GA1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e4b564b9cc3">5e4b564b9cc3</a> FAPI2: Multicast
+API 1/2: Platform-breaking changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d9e00e84843">7d9e00e84843</a> FAPI2: Multicast
+API 2/2: Introduce the actual multicast functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5cf2cfc52a72">5cf2cfc52a72</a> p9_sbe_npll_setup:
+Enable spread spectrum before starting PLL</li>
+</ul>
+<p>Joe McGill (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f42293e7704">6f42293e7704</a> set PEC disable
+store thread based ordering chicken switches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d72c0ee82a2">1d72c0ee82a2</a>
+p9_sbe_check_quiesce – restore call to p9_int_scrub_caches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/613fa4b3a5c5">613fa4b3a5c5</a> p9_mss_eff_grouping
+– comment, whitespace only updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41556dbc622c">41556dbc622c</a>
+p9.int.scom.initfile – increase INT_VC_AIB_TIMEOUT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bf2d027a217">6bf2d027a217</a> p9_sbe_scominit –
+set XSCOM BAR in secure memory with SMF enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a9f22d17780">3a9f22d17780</a>
+p9.pci.scan.initfile – replace 62028 implementation with initfile entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdf4b35b7d63">cdf4b35b7d63</a> mask VAS FIR bits
+33,35,37</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b255bf6cc5d8">b255bf6cc5d8</a> p9_obus_fir_utils –
+create header for OBUS FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3fa58ab0e303">3fa58ab0e303</a> Validate OBUS DL
+lane failed indications during initial link training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73f196ac8f86">73f196ac8f86</a> p9_xip_customize.C
+– update filter PLL bucket select only for AW keyword ver2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6643d484b19">c6643d484b19</a> apply INT ARX clock
+gate disable to p9n DD2.0 hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c17dc98087ad">c17dc98087ad</a> validate DL, TL,
+iovalid state prior to SMP build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a96890811e7">9a96890811e7</a> p9_fab_iovalid –
+enhance half-link fail determination</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b407cfc0f325">b407cfc0f325</a> Updates to permit
+synchronized SS PLL spreading via TOD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af570fbad576">af570fbad576</a> nest updates for
+p9c DD1.3 native and p9c DD1.2 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b38e80aebe0e">b38e80aebe0e</a> prevent NVDL
+recal_abort to OBUS PHY during SMP usage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f784325ac298">f784325ac298</a>
+p9.int.scom.initfile – increase PC timeouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0270a92f421">b0270a92f421</a>
+p9.int.scom.initfile – mask early hang indicator FIR bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a2e55b7708e">5a2e55b7708e</a> SMP ABUS – use
+pattern A to detect lane failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69cc45d8f059">69cc45d8f059</a> FBC ABUS TDM inject
+and recovery HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1720267b190a">1720267b190a</a> p9_mss_eff_grouping
+– update deconfiguration rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4f812722685">c4f812722685</a> FBC TDM recovery –
+PPE update, clear recal_abort, pdwn unconnected lanes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d902dfa03562">d902dfa03562</a> apply HW423589
+option1 (MCD disable) workaround for p9n DD2.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ac0a51a20c1">9ac0a51a20c1</a> p9_query_mssinfo –
+adjust total memory reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/975f684980c6">975f684980c6</a> p9_query_mssinfo –
+fill mirror_policy regardless of platform mirror support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8cfacbc3232">e8cfacbc3232</a> allow option to
+enforce mirroring of all system memory</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b24deec9bad7">b24deec9bad7</a> bootconfig:
+Describe pnor boot flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de2d12b23dff">de2d12b23dff</a> fapi2: Use correct
+RingMode type</li>
+</ul>
+<p>John Rell (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2ff2dd0c8e5">b2ff2dd0c8e5</a> jgr18081500
+ctle_coarse update for SW442177</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/293c1262d807">293c1262d807</a> jgr17042800 Updated
+Obus scom initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/396eca7c503c">396eca7c503c</a> jgr17050500 Updated
+Obus initfile for HW405290</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b5e5dba045">58b5e5dba045</a> jgr17061500 Nim
+Obus DD2 update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeed09827aef">aeed09827aef</a> jgr17071200 Removed
+pdwn settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7772f8c9a003">7772f8c9a003</a> jgr17081500 Update
+TX_ZCAL_P_4X settings for dmi,o,x buses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1821567eaf9b">1821567eaf9b</a> jgr17082300 Setting
+changes for HW41801 HW419305</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e89694dba30">3e89694dba30</a> jgr17083100 Fixed
+overlooked setting from gerrit change 45079 and HW419305</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/254e702fe7ff">254e702fe7ff</a> jgr171017 Setting
+changes for Obus boardwire vs cable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a712f59387fd">a712f59387fd</a> jgr18042600 Changed
+rx_recal_abort_dl_mask=0 for cumulus HW446964</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5299301303d4">5299301303d4</a> jgr18081500
+ctle_coarse update for SW442177</li>
+</ul>
+<p>Li Meng (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24186bec3e6e">24186bec3e6e</a> add lrdimm plug
+rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51f5db9c1519">51f5db9c1519</a> Adds new LRDIMM raw
+cards settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd720a49650e">bd720a49650e</a> Creates LRDIMM
+mrep/dwl calibration recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7cb4b2a4cf4">f7cb4b2a4cf4</a> Adds LRDIMM MWD
+coarse training step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b441810e8d7">9b441810e8d7</a> Adds LRDIMM MWD
+fine training step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7381575f36f5">7381575f36f5</a> Adds error logging
+features to LRDIMM MRD_COARSE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92878a72ccf2">92878a72ccf2</a> Adds some BCW safe
+delay for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e3054b31ad3">4e3054b31ad3</a> Adds workaround for
+LRDIMM to clear FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed2c193506ec">ed2c193506ec</a> Adds new algorithm
+for DWL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/076b28a8f445">076b28a8f445</a> Adds RAS features
+to LRDIMM MRD_FINE and use fine_recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ec59e8cf6b9">2ec59e8cf6b9</a> Fixes LRDIMM
+training issue</li>
+</ul>
+<p>Louis Stermole (43):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85a561df01c8">85a561df01c8</a> Improve WR_VREF
+shmoo algorithm in p9c training_adv</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12289773b37d">12289773b37d</a> Setup terminations
+on non-calibrating ranks during WR_LVL on DDR3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c66059fce342">c66059fce342</a> Fix PDA fails due
+to DRAM count on CDIMMs in p9c WR_VREF shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/648be0c060f6">648be0c060f6</a> Add default
+(initToZero) for ATTR_CEN_LRDIMM_RANK_MULT_MODE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f62ab04343d1">f62ab04343d1</a> Reduce size of
+generic_shmoo class in firmware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a84a3f3af197">a84a3f3af197</a> Add option to
+increase VREF step in p9c characterization shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7fa5843dd1b5">7fa5843dd1b5</a> Change p9c box
+shmoo callouts from recovered to predictive</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a9396eef7d8">7a9396eef7d8</a> Add plug rule for
+dual-drop DIMM configs that produce different xlate settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5abc57bc8352">5abc57bc8352</a> Add empty files for
+p9c soft PPR (row repair) function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0101df38954b">0101df38954b</a> Multiple fixes to
+enable p9c draminit_training_adv during IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdf069fd1360">bdf069fd1360</a> Add soft PPR (row
+repair) function for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93192aff25f4">93192aff25f4</a> Add row repair
+access functions and attr switches for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7b46bd16dfc">a7b46bd16dfc</a> Fix makefile error
+for p9c_mss_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81faecc96e97">81faecc96e97</a> Change training_adv
+sanity check fail to a recovered fail for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5eb14043e5d">e5eb14043e5d</a> Fix attribute
+access errors in p9c row_repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12eac54482d5">12eac54482d5</a> Re-enable training
+advanced WR_VREF algorithm in xml for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fecb93f47316">fecb93f47316</a> Fix Centaur
+workaround in p9c_mss_row_repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59b84449bc49">59b84449bc49</a> Remove some debug
+trace from p9c_mss_draminit_training_adv code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b0ac241e5dd">7b0ac241e5dd</a> Fix MR0 corruption
+when applying rank1 row repair on p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b26e6d85c030">b26e6d85c030</a> Fix RCD parity
+errors in p9c row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de9ec8dc9ca5">de9ec8dc9ca5</a> Add blank
+gen_mss_volt.H file for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25b23bbf3086">25b23bbf3086</a> Add empty files for
+porting mss_volt to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a6ee6a74bce">6a6ee6a74bce</a> Move MSS volt attr
+setters to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ef628970ba2">3ef628970ba2</a> Move
+MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a992958a6d4">3a992958a6d4</a> Add p9a_mss_volt
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/856a7adf6b50">856a7adf6b50</a> Fix RC09 ODT errors
+on Nimbus dual-drop configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a5388bbc8b0">6a5388bbc8b0</a> Add new MSS
+attributes for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caec0f122a55">caec0f122a55</a> Convert mss
+explorer and axone code to use attr accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd23628e6e9d">bd23628e6e9d</a> Add generic
+attribute accessor script and makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3ef8466200">3d3ef8466200</a> Add p9a_mss_volt
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7315298af82e">7315298af82e</a> Add
+ATTR_MSS_MEM_MVPD_FWMS to generic xml and fix accessor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/142cc29ed9f7">142cc29ed9f7</a> Fix 1-rank row
+repair case in p9c draminit_training and draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ad9d52a4bad">6ad9d52a4bad</a> Convert mss
+explorer and axone code to use attr accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5421995274d7">5421995274d7</a> Add generic
+attribute accessor script and makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f902471a6092">f902471a6092</a> Add new MSS
+attributes for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5aa25ac451da">5aa25ac451da</a> Add
+ATTR_MSS_MEM_MVPD_FWMS to generic xml and fix accessor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8928ba650762">8928ba650762</a> Convert mss
+explorer and axone code to use attr accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b22fa9e19c1a">b22fa9e19c1a</a> Add p9a_mss_volt
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da8dc237c389">da8dc237c389</a> Add new MSS
+attributes for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a89240102641">a89240102641</a> Convert mss
+explorer and axone code to use attr accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1fba0b5d505f">1fba0b5d505f</a> Add p9a_mss_volt
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fd946fc4b38">8fd946fc4b38</a> Add generic
+attribute accessor script and makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66a5ca389cf9">66a5ca389cf9</a> Add new MSS
+attributes for Axone</li>
+</ul>
+<p>Matt Derksen (36):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7906419b3bc">b7906419b3bc</a> Call
+fapi2::getSPD() via FAPI_INVOKE_HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e645f2d3703">3e645f2d3703</a> Add WOF compare
+data section for RC_WOF_TABLE_NOT_FOUND errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27c01047205d">27c01047205d</a> Use hostservice to
+do special wakeup at runtime for open-power systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78c7928126a9">78c7928126a9</a> Only store HRMOR
+value on primary node</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/847e8ef1fbeb">847e8ef1fbeb</a> Add hostboot
+reserved memory mirroring support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14340c147361">14340c147361</a> Use
+ATTR_MAX_COMPUTE_NODES_PER_SYSTEM instead of hardcoding</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c5afbddbf0a">7c5afbddbf0a</a> Additional tracing
+for shutdown events</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2968366be470">2968366be470</a> Add thread ID into
+trace_lite traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/716f5fdcab1d">716f5fdcab1d</a> Fix part
+translation for SMP_CABLE callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/165bb46bac36">165bb46bac36</a> Support fapi2 i2c
+functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c97a157a652">1c97a157a652</a> Cxxtest for
+fapi_i2c support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/667b300924ee">667b300924ee</a> Fix cscope segfault
+problem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39b2ccdfc8b3">39b2ccdfc8b3</a> Fix compile error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f07e1f685951">f07e1f685951</a> Fix WOF data not
+found FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a45ace1ec733">a45ace1ec733</a> Send Attn chip list
+for monitoring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e21ee6d26e5">1e21ee6d26e5</a> Allow stopIPL to be
+called before istepdispatcher is loaded</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e1b50096bb4">1e1b50096bb4</a> Support fapi2 MMIO
+functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dfa56b49d0e">2dfa56b49d0e</a> Deconfig parent
+rollup simplified</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3290cc00d17">b3290cc00d17</a> Fix
+predicateHwasChanged to only check subscribed bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b01425166372">b01425166372</a> Update WOF errl
+parser to allow for padding</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1f22626aa57">f1f22626aa57</a> Disable HX keyword
+bifurcation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/881634a4e1f6">881634a4e1f6</a> Add ATTR_REL_POS to
+NIMBUS system xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8c73af1c713">c8c73af1c713</a> Deconfigure parent
+if no more functioning children of child’s type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9a994a7a57a">b9a994a7a57a</a> Support version 2
+of PEC_PCIE_HX_KEYWORD_DATA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b95e95e56ed7">b95e95e56ed7</a> Use RC_NO_SPIRA
+instead of RC_BAD_NACA for error log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/386e53387a30">386e53387a30</a> No parent rollup
+for OBUS children</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad1c30eb712f">ad1c30eb712f</a> Move NVDIMM
+operations under NVDIMM modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/799f85e1af46">799f85e1af46</a> Change to
+DELAYED_DECONFIG for HX_KEYWORD errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb35695328fb">cb35695328fb</a> Inform PHYP of
+NVDIMM protection by OCC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b958d9ac441">0b958d9ac441</a> OCC active
+notification for NVDIMM protection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca540331fa7c">ca540331fa7c</a> Enable NVDIMM code
+on FSP-based systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8293d83310c1">8293d83310c1</a> Fix deconfigure
+parent rollup policy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c2654db4623">6c2654db4623</a> Manually garded
+targets incorrectly being resource recovered</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/855fc5f9694d">855fc5f9694d</a> Explorer_inband
+support: add response data buffer to getRSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40cbc0048661">40cbc0048661</a> OpenPOWER support
+for native and compatibility mode for DD2.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37e67698be56">37e67698be56</a> Framework for
+NVDIMM update</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/501844c893e5">501844c893e5</a> fapi2 i2c access
+headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9af02ab015ac">9af02ab015ac</a> fapi2 i2c dox
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2eaa810c17a">e2eaa810c17a</a> init values in
+p9_pm_fir_class functions</li>
+</ul>
+<p>Matt Raybuck (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a593d78b7c5">6a593d78b7c5</a> Combine trace
+buffers in errlog</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/306037698122">306037698122</a> Add VERSION to all
+OpenPOWER error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b59223389e7">9b59223389e7</a> Add commit hook to
+sort the attribute xml files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ee865ba154a">3ee865ba154a</a> Attribute keyword
+to require override</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7caab9472ef7">7caab9472ef7</a> new targeting
+sorting tools removes newline from prolog</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c5edba986eb">0c5edba986eb</a> Added support for
+recursive mutexes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e77a7fb1433">2e77a7fb1433</a> Attribute support
+for recursive mutexes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e552af485f3">9e552af485f3</a> Remove hardcoding
+of partial good logic (1/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/022f2d75d80d">022f2d75d80d</a> Add VERSION to all
+OpenPOWER HBRT error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b6b1b256035">8b6b1b256035</a> Remove hardcoding
+of partial good logic (2/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c999bcf47251">c999bcf47251</a> Defect - multiple
+SRCs generated on zz system</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5df2c7f08c0e">5df2c7f08c0e</a> Better logging for
+Partial Good Issues (1/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24f66ecb7882">24f66ecb7882</a> Better logging for
+Partial Good Issues (1.5/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/529e81cd709b">529e81cd709b</a> Updates to
+processMrw to fix Chiplet Ids</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ba78c4580b6">1ba78c4580b6</a> Fix intermittent
+Jenkins CI fail</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e7b0b61c906">7e7b0b61c906</a> Deconfig updates
+for Axone and OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/566bc52410a9">566bc52410a9</a> presentByAssoc
+updates for Axone and OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/443a53ba1771">443a53ba1771</a> deconfigByAssoc
+updates for Axone and OMCB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2f2f5037920">c2f2f5037920</a> remove unnecessary
+checks in checkMinimumHardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbc69abae26a">dbc69abae26a</a> Fix intermittent CI
+fails regarding mutexes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72628079d63e">72628079d63e</a> Updates to
+processMrw.pl to fix erroneous chiplet ids</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba2bcf1cdba3">ba2bcf1cdba3</a> Correct invalid
+HUID and chiplet id values for NPU targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9825db50591c">9825db50591c</a> Better logging for
+Partial Good Issues (2/2)</li>
+</ul>
+<p>Matthew Raybuck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/02150d1b6c0d">02150d1b6c0d</a> Move watchdog timer
+to prevent timeout</li>
+</ul>
+<p>Maxim Polyakov (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ad25a8428db">1ad25a8428db</a> Support for
+extended FRU data for memory modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1830d1847644">1830d1847644</a> Calculate capacity
+for 3DS DIMMs in IPMI FRU inventory</li>
+</ul>
+<p>Mengze Liao (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/61bcb01d6fd5">61bcb01d6fd5</a> Add PCIe dynamic
+bifurcation function for barreleye G2</li>
+</ul>
+<p>Mike Baiocchi (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8948f0196ab1">8948f0196ab1</a> ABUS Node
+Communication: Add Support for Redundant Links</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dab4e13569f">8dab4e13569f</a> Add PEER_TARGET and
+PEER_PATH to SMPGROUP Target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85367d8e40dd">85367d8e40dd</a> Update
+adjustHbiPhysSize() Function to handle HBI Expansion</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0ee54b5faf4">a0ee54b5faf4</a> Update bbuild to
+b0710c_1827.920</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2d79288ff609">2d79288ff609</a> ABUS Node
+Communication is operational, so commit all errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/887663e6ad51">887663e6ad51</a> Minor Error Log
+Improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/864d9b80ebf9">864d9b80ebf9</a> Node
+Communications: use addHwCallout() to deconfigure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ce1bf13b5bf">2ce1bf13b5bf</a> Make TOC partion
+Read-Only in all PNOR Layouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5c6e0b3b0d4">b5c6e0b3b0d4</a> Add Support for
+Nuvoton 75x Model of TPMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c47875eb8c65">c47875eb8c65</a> Add Node
+Communications Transfer Protocol</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5420b7312c8a">5420b7312c8a</a> Secureboot: Enable
+New Multinode Trustedboot Transfer</li>
+</ul>
+<p>Nicholas E. Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/506a20f3bb46">506a20f3bb46</a> Revert “Delete
+non-terminating TPM error in fabric integration step”</li>
+</ul>
+<p>Nick Bofferding (31):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/928ef690c086">928ef690c086</a> Send errors from
+previous boots as callhome type eSELs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea3d3a6c4f98">ea3d3a6c4f98</a> I2C: Inhibit
+sending slave stop command when SDA and SCL are not both asserted</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ce2333d7d4a">5ce2333d7d4a</a> Secure Boot: Clear
+XBUS FIR bits after SMP enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923ed59ce8a7">923ed59ce8a7</a> MRW: If bus object
+doesn’t have I2C_ADDRESS property, get it from I2C slave</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b3ddf52b517">6b3ddf52b517</a> eRepair: Pass RX/TX
+vectors into lane power down HWPs in right order</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9350ecec4bd2">9350ecec4bd2</a> i2c: Don’t wait for
+SDA to go high before sending slave stop command</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c87bd309d9bc">c87bd309d9bc</a> Atomically latch
+shutdown status and TI data together in shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/080d25563d0b">080d25563d0b</a> Secure Boot: Report
+base/extended code mismatch as terminating</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3b2b326c53f">c3b2b326c53f</a> Trusted Boot:
+Report Primary TPM required reason code as terminating</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdb1634e8e6a">bdb1634e8e6a</a> Delete
+non-terminating TPM error in fabric integration step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f68936b4801">4f68936b4801</a> Update VPD in
+correct node at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17bf8a65e3be">17bf8a65e3be</a> Fix duplicate trace
+section removal accounting in error log flatten</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7209f9061a3c">7209f9061a3c</a> Trusted Boot: When
+TPM not detected properly, report errors if TPM is required</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01fcdb647ea0">01fcdb647ea0</a> Shutdown: Move
+attribute sync to shutdown handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d6361875127">9d6361875127</a> Create new FAPI
+attribute HB_HRMOR_BYTES</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/727443a3a2f3">727443a3a2f3</a> Close windows where
+Hostboot HRMOR is not available to FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39c57d2a42c3">39c57d2a42c3</a> Serialize all
+attribute synchronization calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9c72287f685">a9c72287f685</a> Add
+lib_isteps_mss.so as an istep 15 dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24f1a6c7c10b">24f1a6c7c10b</a> Prevent double free
+condition when sending attributes to FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d70302a9f7af">d70302a9f7af</a> Disable
+synchronization tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6cb27b4cfab">a6cb27b4cfab</a> Add OCMBFW
+partition to FSP and Hostboot PNOR layouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b7da2e3c3a7">9b7da2e3c3a7</a> Support for putting
+fences around mallocs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e6bbb9b989b">1e6bbb9b989b</a> Only allow key
+transition in istep 10.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db6829f72219">db6829f72219</a> Fix shutdown race
+condition and task start error in IPMI SEL library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9744e664b6ee">9744e664b6ee</a> Increase HBI
+partition to 12 MB (w/o ECC), up from 11</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27fd45b3d88a">27fd45b3d88a</a> Remove trace buffer
+flush at end of shutdown path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2555c39c6f9c">2555c39c6f9c</a> Support parsing
+call home informational eSELs with debug tooling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9228e4c1f5b4">9228e4c1f5b4</a> Add additional FFDC
+to better debug TPM related errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d77319a7e204">d77319a7e204</a> Support tool that
+can package UCD* flash images into a binary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b61b4966edc3">b61b4966edc3</a> Support reading UCD
+flash update LIDs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee1cd5b0adfa">ee1cd5b0adfa</a> Enhance RAS for
+case where boot firmware image is too big to load</li>
+</ul>
+<p>Nick Klazynski (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c916d4e2d430">c916d4e2d430</a> Clockgate disable
+workaround for HW452921</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d334558fdeb8">d334558fdeb8</a> Enable CDD1.3’s 4
+risklevels (step 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edf9575e0567">edf9575e0567</a> Enable Core
+compatability Mode; Add HW443669</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/874b5b34b0b7">874b5b34b0b7</a> Workaround for
+SW440224</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9cee8ff39774">9cee8ff39774</a> Add TLBIE WAT</li>
+</ul>
+<p>Prachi Gupta (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4f0610314ca">e4f0610314ca</a> Wrap Test: Change
+GROUP_ID/CHIP_ID to match the new proc numbering scheme</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba4fc129cd44">ba4fc129cd44</a>
+platGetMBvpdSlopeInterceptData: fix ATTR_CEN_CDIMM_VPD_MASTER_TOTAL_POWER_SLOPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4dfcdd4a9e59">4dfcdd4a9e59</a> p9_fab_iovalid:
+process errors returned by this HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c818c28e735f">c818c28e735f</a> WOF Lid load:
+Remove extra malloc and use getStoredLidImage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39c18a013796">39c18a013796</a> Update xbus/obus
+procedures with the latest initCompiler changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8832be410a8c">8832be410a8c</a> Fix paranthesis
+syntax in scom initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70e41813c010">70e41813c010</a>
+Centaur_Register_List.csv: Updating it to hostboot level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76ae3d5f09c9">76ae3d5f09c9</a> Documentation:
+Initial commit to create base README.md</li>
+</ul>
+<p>Prasad Bg Ranganath (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0098cf3ce3">4f0098cf3ce3</a> PPB:Compute safe
+mode Freq and Volt calculation during runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0e63fb29fed">a0e63fb29fed</a> Bug fix for the
+Runtime pstate bias update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f2be4b1063a">8f2be4b1063a</a> PM:Clear GPE2 error
+bit in OISR/IMR register before SGPE boots</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eefd5f1438bf">eefd5f1438bf</a> HCODE: DD21
+makefile changes for CME,PGPE and SGPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/600ffa160d54">600ffa160d54</a> Verify Clock/power
+state on non functional EX/Core/quad chiplets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dd6d7647746">1dd6d7647746</a> Verify EQ/EX/Core
+clock/power states</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae850cf7588d">ae850cf7588d</a> PM:Some more
+cleanups in update_ec_eq procedure for core unit xstop case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4f75d029310">c4f75d029310</a> Update core quiesce
+interface in update_ec_eq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1012b75b38e5">1012b75b38e5</a> Update the PSTATE
+attributes when we hit error during istep 15</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e82eda284f01">e82eda284f01</a> STOP:Dont clear
+pmc_pcb_intr_type0_pending in OISR1/OIMR1 register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d72d31b7671">4d72d31b7671</a> PM:Fix PSAFE update
+during pm reset flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3dae2881da3">a3dae2881da3</a> PPB:Undervolting
+biasing: fix bug found in testing.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b07d699323e">6b07d699323e</a> PPB:New attribute
+ATTR_PMCR_MOST_RECENT_MODE for PMCR request</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a2071cb6815">2a2071cb6815</a> HB:Cme fir
+attribute reset fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de2fa98fc722">de2fa98fc722</a> PM HWP: Fix bug in
+stop clock procedure that effects mpipl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f4d5ba3b545">1f4d5ba3b545</a> HWP:Cache stop
+clocks complete fix</li>
+</ul>
+<p>Prem Shanker Jha (25):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d47fa9358e2">0d47fa9358e2</a> SCOM Restore:
+Handle case of old HB and new STOP API case.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48e7db4febee">48e7db4febee</a> STOP_Recovery:
+Added hwp changes to support error log parser.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adaf8f7d6eec">adaf8f7d6eec</a> STOP Recovery:
+Implemented STOP Recovery parser for error log.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a30c34acdf4c">a30c34acdf4c</a> SCOM Restore:
+Increased max eq scom restores entries supported to 255.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15641e1a1fae">15641e1a1fae</a> UV Support: HWP
+inits runtime wakeup mode for each functional core.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d808f52a637f">d808f52a637f</a> UV Support: Updated
+HWP to set runtime wakeup mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53569a27d4da">53569a27d4da</a> UV Support: Fixed
+target issue in setup runtime wakeup mode HWP.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29f9ee17713d">29f9ee17713d</a> 24x7: Populated
+Abus bits in UAV for cumulus based system.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09ab06ca2d56">09ab06ca2d56</a> UV Support :
+Augmented STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/076c45f663b8">076c45f663b8</a> Revert “UV Support
+: Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd440419c808">bd440419c808</a> STOP API: Changes
+for SMF and SPR self save</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5baacd28d51e">5baacd28d51e</a> PM Malfunction:
+Fixed issues with user data section parser plugin.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdd0985889a6">bdd0985889a6</a> STOP Recovery:
+Removed OCI address with SCOM address in HWP error xml.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/451a26b55f90">451a26b55f90</a> Img Build: HOMER
+changes for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad52fe4087a2">ad52fe4087a2</a> PM: Fixed handling
+of CME LFIR mask during PM complex reset.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c826f6afcb57">c826f6afcb57</a> PM: Handled SCOM
+failures while determining unit availability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2740698edc8f">2740698edc8f</a> SMF: Defined new
+attribute to store unsecure HOMER’s base address.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55a180dc08f9">55a180dc08f9</a> Self Save: Fixed
+bugs pertaining to SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5dd1c1283ba">f5dd1c1283ba</a> SMF: Fixes to
+enable SMF on correct DD levels of Nimbus, Cumulus and Axone.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c147a336dfa">9c147a336dfa</a> PM Malf Func: Fixed
+bugs pertaining pm malfunction FFDC and parser.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/164e4ec2af05">164e4ec2af05</a> SMF: Defined new
+attribute containing unsecure HOMER memory’s size.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e78ec881250">5e78ec881250</a> PRD: Fixed handling
+PM malfunction error log plugin.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ac318bbe2e1">0ac318bbe2e1</a> VDM(Part 1):
+Introduced new members in CME and CPMR image headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3de3e3bbc10f">3de3e3bbc10f</a> SMF: Populates
+unsecure HOMER with SC2 instruction.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab41d473f8b6">ab41d473f8b6</a> PM HWP: Fixed error
+path bug pertaining to query STOP state.</li>
+</ul>
+<p>Pretty Mariam Jacob (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2106cf97da7c">2106cf97da7c</a> Added Alink changes
+in attributes and initfiles</li>
+</ul>
+<p>Rahul Batra (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77fbc86e8ca9">77fbc86e8ca9</a> PM: Move SGPE/PGPE
+Region and update QPMR/PPMR(2/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c1c0fa70078">4c1c0fa70078</a> PM:Fill SGPE/PGPE
+regions fields in QPMR/PPMR(3/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/896f7a9abffa">896f7a9abffa</a> PM: Checks for
+PGPE/SGPE Region in PPMR/QPMR(4/4)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed66faeb8524">ed66faeb8524</a> PGPE: WOV
+Attributes (1/3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/65f81d4498e2">65f81d4498e2</a> PM: OCC<>PGPE
+interface for P9+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ab88987e5fe">2ab88987e5fe</a> PGPE: WOV HW procs
+and Global Parm updates (2/3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afdc9cd94432">afdc9cd94432</a> SMF: Make
+UNSECURE_HOMER_ADDR unwriteable on FAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b933c9e13a62">b933c9e13a62</a> PGPE: Write magic
+number in HcodeOCCShared struct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23c66ccdeab0">23c66ccdeab0</a> PM: OCC<>PGPE
+Interface for P9+</li>
+</ul>
+<p>Raja Das (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38834a9cad0b">38834a9cad0b</a> Inverted logic of
+hasClock bit in Clock Status register</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/529bf938bf0e">529bf938bf0e</a> Use Attr to
+Save/Fetch MDRT Count</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f49d11b83bf">9f49d11b83bf</a> [ARCH_REG 2] Enable
+architected register data reserve in the host</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac96eaf6e918">ac96eaf6e918</a> [OPAL-MPIPL][6]
+Reserve the HBBL and HBB load area for OPAL fspless</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/812b233bc4aa">812b233bc4aa</a> Re-used loader_data
+section to pibmem repair scom data for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e410bcca357c">e410bcca357c</a> Axone pibmem repair
+logic</li>
+</ul>
+<p>Ricardo Mata (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8771d1fcc44">d8771d1fcc44</a> SW442214 - Turn off
+Cache Inject for Fleetwood</li>
+</ul>
+<p>Richard J. Knight (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ee708e360e9">0ee708e360e9</a> Fix for hostboot
+not forcing a TI for PSU timeout w/SBE dead</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc9830a4a2b1">fc9830a4a2b1</a> Fix simics P9C RCD
+timeout issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98e6e05479d5">98e6e05479d5</a> Fix for SW438315 :
+IPL is stuck in loop eq(n0p0c0)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e37d7f6e51e7">e37d7f6e51e7</a> Add support for
+iterating over EC_LEVELS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ebda794dd19">7ebda794dd19</a> Update code to
+consolidate writes to same address in same putScom</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/739bcecb2371">739bcecb2371</a> Modify initCompiler
+to use FAPI_TRY in generated procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/945f67bed15e">945f67bed15e</a> Modify initCompiler
+to use template version of buffer insert</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9398c35b5f22">9398c35b5f22</a> Updates to
+initcompiler to support DD2 and cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffcb6f88958e">ffcb6f88958e</a> Remove
+Centaur_Register_List.csv due to mirror issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdc84edda8ba">cdc84edda8ba</a> Restore DRAM
+repairs function not deploying port0 spare</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76a14949a1ee">76a14949a1ee</a> Modify the getFfdc
+routine to consider the SBE proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1adef8c1c0ad">1adef8c1c0ad</a> Eliminate makefile
+warnings for duplicate targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb6dc0455116">bb6dc0455116</a> Add prototype for
+releasing platform data pointer storage function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c16e0b97bd22">c16e0b97bd22</a> get FAPI_POS for
+all valid target types passed in SBE FIFO ffdc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c9cae9d8e748">c9cae9d8e748</a> Enable PCIe slot
+bifurcation using HX keyword</li>
+</ul>
+<p>Rick Ward (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3c214b8b836">b3c214b8b836</a> Host went to kernel
+panic after gard’ing PEC0/PHB0 (PCIFIR CS)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b265c68d057a">b265c68d057a</a> OP issue:
+processMrw.pl should error on duplicate sensor IDs #75</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8351efdb3b65">8351efdb3b65</a> Inband MMIO access
+to OCMB (skeleton)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8923b2a9a3c9">8923b2a9a3c9</a> Inband MMIO access
+to OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2d410b67952a">2d410b67952a</a> Cleanup minor code
+review nits from SW433868.</li>
+</ul>
+<p>Roland Veloz (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8448c3a09ae">c8448c3a09ae</a> Deconfig EC/EX/EQ
+at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a92f91459eb2">a92f91459eb2</a> Added the I2C MUX
+attribute and target definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b63c84765363">b63c84765363</a> Driver changes to
+support i2c mux</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2833876dd0d">a2833876dd0d</a> HB Axone simics
+model changes to support DDIMM SPD i2c access</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd94eaab5b2f">fd94eaab5b2f</a> Replace attribute
+I2C_MUX_INFO with attribute FAPI_I2C_CONTROL_INFO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a567fae92a16">a567fae92a16</a> Set the DIMM SPD
+size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/602885b3880d">602885b3880d</a> Set the I2C MUX bus
+selector in the i2cPresence function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbc757100785">cbc757100785</a> Create FAPI mapping
+function for DDIM SPD data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a11e342c724">0a11e342c724</a> Added the HWP error
+XML file for the DDIM SPD data mapping function</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7084925a74a">c7084925a74a</a> Mask ut=0 and ut=1
+mmio bad cmd/length/align</li>
+</ul>
+<p>Ryan King (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44f196de4e6f">44f196de4e6f</a> Add sensor cache
+read as an explorer inband command</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a4642d1da32">9a4642d1da32</a> Add sensor cache
+read as an explorer inband command</li>
+</ul>
+<p>Sachin Gupta (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9a7b72ad608">f9a7b72ad608</a> Disable SBE HW i2c
+reset sequence on hreset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd91bd34b189">dd91bd34b189</a> Support
+ATTR_LPC_CONSOLE_CNFG attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62feee748b72">62feee748b72</a> Customize LPC
+console policy in SBE</li>
+</ul>
+<p>Sameer Veer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55c1b84a1524">55c1b84a1524</a> Change gerrit
+server references to reflect move from RTP to RCHLAND</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fbdd684e1b4">5fbdd684e1b4</a> Fixing copyright
+prolog to 2018 after Gerrit server move from RTP to RCHLAND</li>
+</ul>
+<p>Sampa Misra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac53c27a467b">ac53c27a467b</a> all scripts for
+hdat pnor partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93809c8a36ec">93809c8a36ec</a> fix VINI RT HW LX
+keyword for Phyp</li>
+</ul>
+<p>Samuel Mendoza-Jonas (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd400323aa49">cd400323aa49</a> genPnorImages: Add
+VERSION to signed partitions</li>
+</ul>
+<p>Santosh Balasubramanian (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04bc0be96475">04bc0be96475</a> New empty file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a417fb578fa">1a417fb578fa</a> Secure Boot:
+Centaur Security: Initial sensitive register list</li>
+</ul>
+<p>Sheldon Bailey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2efcf2186232">2efcf2186232</a> OCC reset happening
+on OpenPower systems with more than 2 processors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fb031bf5c6b">8fb031bf5c6b</a> HTMGT: Check for
+OCC elog action bit to force sending an error log to BMC</li>
+</ul>
+<p>Shelton Leung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38c63b67d8d0">38c63b67d8d0</a> HW474117 WAT to
+allow firmware to disable bypass on port</li>
+</ul>
+<p>Soma BhanuTej (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2271594fab8c">2271594fab8c</a> BugFix for
+extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebb451d4bef5">ebb451d4bef5</a> Nimbus DD22 support
+updates to ekb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b11c73334dc">2b11c73334dc</a> Adding p9c 1.3
+support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c58fe9065fd3">c58fe9065fd3</a> Axone updates to
+p9_extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fc690c83456">9fc690c83456</a> Remove SBE region
+fence check - p9_extract_sbe_rc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1c6facd1fa7">a1c6facd1fa7</a> Update p9a_10 engd
+- spy name changes</li>
+</ul>
+<p>Srikantha Meesala (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5957dac24557">5957dac24557</a> HWSV - Hostboot
+common data structure for Attn chip Id list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/720ee62acd97">720ee62acd97</a> Create and allow
+for PNOR SBE Partition to have DD2.3 Images</li>
+</ul>
+<p>Stephen Glancy (70):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9e7978b5816">a9e7978b5816</a> Fixes Centaur chip
+selects during RCD load</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8df62cd15e91">8df62cd15e91</a> Fixes Centaur RCD
+load sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b93d4000b1c">5b93d4000b1c</a> Enables RCD protect
+for centaur systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8f0bbe2a227">c8f0bbe2a227</a> Fixes Centaur
+training to skip known bad bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea861ac8618f">ea861ac8618f</a> Disables training
+advanced by default p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9eb4bc85198a">9eb4bc85198a</a> Adds blank files
+for generic code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74bdfc62ed5b">74bdfc62ed5b</a> Reverts SW438645
+fix to unblock driver release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/206d83461d04">206d83461d04</a> Adds Nimbus
+conversions blank file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/982cbeab21b9">982cbeab21b9</a> Fixes Centaur
+training advanced to unmask errors when disabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28b83673a117">28b83673a117</a> Moves conversions
+to be in the generic code space</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1189ec04f1f">f1189ec04f1f</a> Fixes p9c’s
+training’s swizzle of known bad bits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cb89b7faae9">8cb89b7faae9</a> Moves generic xml
+directories to be in generic/procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a6d63736635">6a6d63736635</a> Moves CAS latency
+algorithm to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4a7e97c1806">b4a7e97c1806</a> Fixes an array out
+of bounds bug in mss_freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/263f34b16742">263f34b16742</a> Creates blank files
+for moving mss_freq to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f35730b3dbe">4f35730b3dbe</a> Adds endian_swap to
+fapi2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/444aeb467542">444aeb467542</a> Adds skeleton code
+for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb0c1121374c">bb0c1121374c</a> Updates memory plug
+rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e126f31d70e">5e126f31d70e</a> Adds plug rule for
+NVDIMM in specific DIMM slots</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/053fd94b4963">053fd94b4963</a> Adds MRW support
+for x4/x8 DIMM configurations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/639b6728bfdb">639b6728bfdb</a> Adds skeleton code
+for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11cc78395582">11cc78395582</a> Moves and renames
+swizzle.H to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f8cfb6e9c07">4f8cfb6e9c07</a> Moves sync code to
+generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99d8a2ec0d3f">99d8a2ec0d3f</a> Adds insert
+function space helpers for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4e14b209192">a4e14b209192</a> Adds per-Buffer
+addressability API for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07585c1409e3">07585c1409e3</a> Removes unused
+attribute accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb5a36814f64">cb5a36814f64</a> Works around LRDIMM
+plug rules error for LRDIMM BUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ba203356a7c">6ba203356a7c</a> Fixes VPD access
+and eff_config for LRDIMM’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3a2693e80a0">f3a2693e80a0</a> Updates training
+steps factory to be LRDIMM capable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51d1eba8c769">51d1eba8c769</a> Updates to
+configure all four rank pair registers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e93132bcb61">0e93132bcb61</a> Updates rank API to
+work with LRDIMM’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f02abe6d443">3f02abe6d443</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8111666cbde">a8111666cbde</a> Adds blank files
+for LRDIMM PBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26d020f01c51">26d020f01c51</a> Adds per-Buffer
+addressability API for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2f59106caec">a2f59106caec</a> Adds code to run
+MPR writes on all ranks in a rank pair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74c643ef35c6">74c643ef35c6</a> Fixes b-side bug in
+MPR write function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bea054feb650">bea054feb650</a> Fixes BCW load bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3376ac3e22bb">3376ac3e22bb</a> Adds MREP training
+for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/211ed8c6aeeb">211ed8c6aeeb</a> Adds Explorer OMI
+setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/148e9b6f92f5">148e9b6f92f5</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba0764361587">ba0764361587</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0bc4fed86e5">f0bc4fed86e5</a> Points exp_inband
+to generic constants</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b62455d609">c4b62455d609</a> Adds p9a chip
+directory structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40a34c94a981">40a34c94a981</a> Fixes LRDIMM
+eff_config bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a690866298f5">a690866298f5</a> Updates LRDIMM code
+to utilize board swizzling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/341f4013f6ae">341f4013f6ae</a> Updates PBA to use
+RCW’s to issue BCW’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14dbbd68d03d">14dbbd68d03d</a> Fixes set_pba_mode
+to use proper F0BC1x values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/546c014e9b53">546c014e9b53</a> Adds LRDIMM DWL
+training step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f238688a927">6f238688a927</a> Adds CCS ODT helper
+commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c03fc477305e">c03fc477305e</a> Adds LRDIMM helper
+functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbf2ab45d919">cbf2ab45d919</a> Adds error logging
+features to LRDIMM DWL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09524b1a8bf8">09524b1a8bf8</a> Adds LRDIMM MRD -
+DRAM to buffer RD calibration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/734cddb5e74f">734cddb5e74f</a> Creates LRDIMM fine
+calibration recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c95d3d860070">c95d3d860070</a> Adds MRD coarse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0ab4fd697a7">b0ab4fd697a7</a> Updates LRDIMM
+flags to be HB compatible</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e681b92f8a4">3e681b92f8a4</a> Fixes LRDIMM
+initialization attributes and timings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d0bb9d30bd0">8d0bb9d30bd0</a> Updates MWD_COARSE
+to run multiple patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a97dbdf5b265">a97dbdf5b265</a> Adds blank Explorer
+MMIO setup files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e112cf5c675d">e112cf5c675d</a> Adds Explorer OMI
+setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/610ca55e285e">610ca55e285e</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b898a84dd4c2">b898a84dd4c2</a> Adds blank files
+for EFD API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bccafb637f17">bccafb637f17</a> Fixes LRDIMM NTTM
+mode read timing for HW bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73bc592f980c">73bc592f980c</a> Adds blank Explorer
+MMIO setup files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8212d722bc10">8212d722bc10</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8427c4aa072">b8427c4aa072</a> Updates MCA write
+and read timings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/944d6518debb">944d6518debb</a> Adds p9a chip
+directory structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99f296373162">99f296373162</a> Adds blank files
+for explorer training handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ea4099921c0">1ea4099921c0</a> Adds the explorer
+training response structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcb319431661">fcb319431661</a> Adds blank files
+for generic bad bits code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69c434205684">69c434205684</a> Adds DDIMM EFD
+decoder API</li>
+</ul>
+<p>Sumit Kumar (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8af690ede64b">8af690ede64b</a> eRepair: Fixed
+DMI/MemBuf lanes update in vpd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923e7b0d61e1">923e7b0d61e1</a> eRepair: Fixed
+records update for failed lanes in vpd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce0ea22d0d9d">ce0ea22d0d9d</a> eRepair: Code
+restruct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f4aa6c672a2d">f4aa6c672a2d</a> eRepair: Fix to
+invalidate vpd records correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9da5e1b9a7b1">9da5e1b9a7b1</a> eRepair: Centaur
+specific code update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cec18ac9375">7cec18ac9375</a> eRepair: Fix to
+handle incoming bad lanes threshold condition correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6ceb537f74d">a6ceb537f74d</a> eRepair: Fix to
+check and record unique incoming failed lanes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5704a1d3f19">b5704a1d3f19</a> eRepair: Fix to
+update invalidate lane record correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dbd41c57edf">6dbd41c57edf</a> eRepair: Correctly
+update xbus vpd records based on clock group</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/254192acec31">254192acec31</a> eRepair: Invalidate
+non-matching vpd records</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30e3c861cc23">30e3c861cc23</a> eRepair(Zeppelin):
+Fix to invalidate centaur vpd records</li>
+</ul>
+<p>Sunil.Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/166a4cb6fa7b">166a4cb6fa7b</a> Level 2 Procedure -
+p9_sbe_lpc_init</li>
+</ul>
+<p>Thi Tran (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c66599e7fd3">4c66599e7fd3</a> Need to add
+CPU_SPR_HRMOR when calculating HB reserved mem limits.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c09432de26ea">c09432de26ea</a> P9 Cumulus
+InitCompiler supportis - Part 3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf70b2a6db71">bf70b2a6db71</a> SMP wrap mode - Run
+host_load_io_ppe earlier in Wrap mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2971fa73897">b2971fa73897</a> Create empty files
+for OMI init procedures.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0d09f462610">e0d09f462610</a> Create empty files
+for OMI init procedures.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a515f16a4a30">a515f16a4a30</a> Only call PRD
+attention handling in resetPMComplex function at runtime.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28ee0f739fe2">28ee0f739fe2</a> Adding
+callout/deconfig/gard information on some Centaur init errors.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f1d0e3a21a1">9f1d0e3a21a1</a> Change target types
+to 64-bit and add P10 target types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebd72d043f23">ebd72d043f23</a> Change
+ATTR_MRW_ENHANCED_GROUPING_NO_MIRRORING name</li>
+</ul>
+<p>Tsung Yeung (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f6ed77b32b6">1f6ed77b32b6</a> Targeting support
+for NVDIMM-N P9 on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c1c99f37019">2c1c99f37019</a> Adds NVDIMM IPL
+Support on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25102e0add22">25102e0add22</a> P9: Disable Maint
+Address Mode After Self-Refresh Exit on NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/468aed31ffbe">468aed31ffbe</a> Move NVDIMM Erase
+and Arm to Runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1ec3238d820">a1ec3238d820</a> P9: NVDIMM SBE
+Support to Trigger Catastrophic Save</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/719413654adb">719413654adb</a> Update bbuild to
+b0121a_1904.930</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc1efdb95ce7">dc1efdb95ce7</a> NVDIMM SBE Support
+to Trigger CSAVE - xip_customize</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2027cd8b704">b2027cd8b704</a> Disable NVDIMM
+Trigger Before Draminit and Deassert DDR_RESETn During MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7b63e7f7d1d">c7b63e7f7d1d</a> Adjust STR enter
+sequence to enable immediate entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4c084086a47">d4c084086a47</a> Disable maint
+address mode before rcd_load during NVDIMM post-restore</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85e03b6c3d2e">85e03b6c3d2e</a> Enable mss_scrub on
+MPIPL if NVDIMM is configured</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/99c1c9d7dcc2">99c1c9d7dcc2</a> hdata: Increase RHB
+instance count</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e30bf32f6960">e30bf32f6960</a> MPIPL: Update MDRT
+count only if its valid</li>
+</ul>
+<p>Venkatesh Sainath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73cad1f1ae2a">73cad1f1ae2a</a> Pushing HB plugins
+and related files for building errltool</li>
+</ul>
+<p>William A. Kennington III (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a9bc342c943">9a9bc342c943</a> ipmiwatchdog:
+Handle uninitialized errors during reset</li>
+</ul>
+<p>Yue Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b731dce860a0">b731dce860a0</a> PM: Prevent Core-L2
+Quiesce from removing PM_EXIT upon SPWU</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09f379b65821">09f379b65821</a> STOP: Disable cache
+inject and LCO before purge L3</li>
+</ul>
+<p>Zane Shelley (70):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de5c390af3c7">de5c390af3c7</a> PRD: ignore SCOM
+errors in rule code summary construct</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5be7d802291e">5be7d802291e</a> PRD: incorrect CFAM
+register addresses used in Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ff70a1f246d">1ff70a1f246d</a> PRD: no deconfig
+during checkstop, delayed deconfig during TI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ba5e879f3a4">1ba5e879f3a4</a> PRD: firmware
+assisted channel failure workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a908d8307ad7">a908d8307ad7</a> PRD: reorder
+isolation for channel fail attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62f4b4adbd87">62f4b4adbd87</a> PRD: Manually clear
+the Centaur interrupt status reg on chnl fail</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/832ce2259291">832ce2259291</a> PRD: removed
+stubbed HWSV enums from Hostboot code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df829c02d7d5">df829c02d7d5</a> PRD: segfault in
+PLL domain code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da9d0e7c5ed5">da9d0e7c5ed5</a> PRD: Add core
+scratch register 3 to FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45dd7d0b57af">45dd7d0b57af</a> PRD: change
+threshold for L3FIR[28] LRU parity error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86d3fc2a9d5c">86d3fc2a9d5c</a> PRD: add lane
+repair extra signatures to appropriate targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d37ee6f5a97b">d37ee6f5a97b</a> PRD: getScom()
+retry for HBRT channel failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ff0b982dfd3">6ff0b982dfd3</a> PRD: Sys/PCI
+oscillator failover thresholding</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0f9f1534a1">4f0f9f1534a1</a> PRD: resume super
+fast read support for Row Repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/396c1d366536">396c1d366536</a> PRD: resume command
+support in VcmEvent for Row Repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/890ac53effd1">890ac53effd1</a> PRD: linker issue
+with template specializations in VcmEvent class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e55c53fae43a">e55c53fae43a</a> PRD: added
+PlatServices::isRowRepairEnabled()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e748ff234b02">e748ff234b02</a> PRD: handle write
+blocked RC when clearing chip mark on MBA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/410e6cc5d93c">410e6cc5d93c</a> PRD: Simplified
+System::Analyze() interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8034c8c2ce2c">8034c8c2ce2c</a> PRD: fixed priority
+of PreAnalysis function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ae9d29bd4d1">5ae9d29bd4d1</a> PRD: give MC
+chiplets priority for channel failure analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9f785efd4c7">f9f785efd4c7</a> PRD: RX trgt used
+for TX trgt in XBUS lane repair VPD write</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8aacdb878830">8aacdb878830</a> PRD: fix input
+parameters for lane repair power down HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60d11f6f5f07">60d11f6f5f07</a> PRD: better
+isolation for RCD parity errors and channel failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b214fb15026">4b214fb15026</a> PRD: lane repair
+virtual registers for DMI target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32aa25ec3b49">32aa25ec3b49</a> PRD: add ‘max
+spares exceeded’ attentions to checkstop root cause</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55a1d38302ca">55a1d38302ca</a> Added portable
+shebang to applyTargetingStyle tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dae5fa093ce7">dae5fa093ce7</a> PRD: Fix lane
+repair FFDC for XBUS clock 1 domain</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09b976dcc51f">09b976dcc51f</a> RAS_XML: updates to
+sync the XML with actual values from hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e68ba552bbe0">e68ba552bbe0</a> PRD: updates to
+sync the XML with actual values from hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aac8421a2554">aac8421a2554</a> PRD: change
+register used to query for active chnl fail attn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/829943397a90">829943397a90</a> PRD: Capture extra
+FFDC for current memory mirroring config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/140618aff4a5">140618aff4a5</a> PRD: obus extra
+signatures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/965a9eaad536">965a9eaad536</a> PRD:
+ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS not used on Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/524937cba951">524937cba951</a> remove deprecated
+ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9ade5b4dbf7">e9ade5b4dbf7</a> PRD: PM error log
+parser updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbd4b6cad455">bbd4b6cad455</a> PRD: removed
+default resolution due to problems with CS filter</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10915cf668b3">10915cf668b3</a> PRD: wrong target
+used in PLL analysis code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c247751560a">9c247751560a</a> PRD: Make room for
+Axone prf files in HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68d4feee7c9a">68d4feee7c9a</a> PRD: prep splitting
+rule files by chip model</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7315fb2debc3">7315fb2debc3</a> PRD: Created
+Cumulus specific rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca2ceb0720d6">ca2ceb0720d6</a> PRD: Created Nimbus
+specific rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b12a2a3c601c">b12a2a3c601c</a> PRD: Created
+Centaur specific rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/beca51100d6b">beca51100d6b</a> PRD: Fixed TOD
+register capturing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f716fe1404d">7f716fe1404d</a> PRD: Remove
+remaining P8 code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/116af97857bb">116af97857bb</a> PRD: Fix compile
+warning for Centaur extra signatures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5096ac13faf">f5096ac13faf</a> PRD: Updates from
+the RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01399735eee7">01399735eee7</a> PRD: rule file
+updates for XML parsing tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40cf4bc6b06d">40cf4bc6b06d</a> PRD: Make room for
+Axone prf files in Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba0aa772d541">ba0aa772d541</a> PRD: updates from
+XML and XML parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/195f63624185">195f63624185</a> PRD: Rule file
+updates for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06c7de48489f">06c7de48489f</a> PRD: update filter
+parsing in XML parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc7d24e732f8">cc7d24e732f8</a> PRD: Fixed XML
+parser for summary analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2e2e85b17ea">e2e2e85b17ea</a> PRD: separated NPU
+registers and actions into separate rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8535abf21a53">8535abf21a53</a> increase HBRT PNOR
+size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6bbedd9f3f3">f6bbedd9f3f3</a> PRD: Initial Axone
+rule files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3131f27dfef2">3131f27dfef2</a> PRD: Fixed last
+functional core function for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1144a49a1991">1144a49a1991</a> PRD: updates to the
+XML parser for centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb8d14930c5e">eb8d14930c5e</a> PRD: rule and
+action file support for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf6ab8287c51">bf6ab8287c51</a> PRD: Updated
+checkLastFuncCore() for fused core mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6b5971be189">c6b5971be189</a> PRD: limit OBUS
+callouts when not in SMP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e34d24e1cd6">4e34d24e1cd6</a> PRD: Fabric Sorting
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b711fc5353d2">b711fc5353d2</a> PRD: Enable core
+unit checkstop analysis for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25189734c7b3">25189734c7b3</a> PRD: enable line
+delete support for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96251f9d6aa9">96251f9d6aa9</a> PRD: Enable fabric
+lane repair for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/229ade5d23e7">229ade5d23e7</a> PRD: PLL analysis
+support for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c517b8a501ae">c517b8a501ae</a> PRD: TOD analysis
+support for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bfac98200f7e">bfac98200f7e</a> PRD: OP checkstop
+analysis support for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ef75d2c6844">7ef75d2c6844</a> PRD: Prioritize
+centaur internal timeout over channel failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12264bb84217">12264bb84217</a> PRD: buffer overrun
+issue in PRD capture data</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c5154f68c50">6c5154f68c50</a> Add deconfigure
+SMPGROUP peer targets rule for SMPGROUP</li>
+</ul>
+<p>duchen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a57d9746ec97">a57d9746ec97</a> Update FAPI2
+functions to handle new template parms for multicast support</li>
+</ul>
+<p>shlimeng (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/829034ee752e">829034ee752e</a> Add new algorithm
+for MREP and error log</li>
+</ul>
+<p>spashabk-in (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a7732ad4182">1a7732ad4182</a> Introducing lpc
+utils source file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38ef75800929">38ef75800929</a> Move lpc_rw to a
+source file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a52846d8be94">a52846d8be94</a> Support 1byte data
+access on LPC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a21d54e66d2">0a21d54e66d2</a> Introducing lpc
+utils source file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4478b63177ef">4478b63177ef</a> Move lpc_rw to a
+source file</li>
+</ul>
+<p>xiaozq (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/888662cc151b">888662cc151b</a> p9_query_mssinfo
+for single chip mss information query.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="patches-2-2-6">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#patches-2-2-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-6">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#commits-2-2-6" title="Permalink to this headline">¶</a></h3>
+<p>Andres Lugo-Reyes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/63a59b2f06eb">63a59b2f06eb</a> WOF Reset debug command</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e03ec216c2a4">e03ec216c2a4</a> Tool to parse raw WOF
+hex data</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e66f727bf40b">e66f727bf40b</a> Fix units in comments in
+OPPB to match ekb and actual units.</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/41f0c2c5e001">41f0c2c5e001</a> WOF: Add Extended RC to
+wof errors</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/7f75f89c885f">7f75f89c885f</a> Update occtoolp9 to
+handle parsing WOF Reset reason in opal-prd</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c0210a3fc54d">c0210a3fc54d</a> Add WOF parameters to
+WOF error logs</li>
+</ul>
+<p>Chris Cain (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/a8a2c3a4f7e8">a8a2c3a4f7e8</a> Fix DIMM callout on
+temperature timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/18583159ffc2">18583159ffc2</a> Fix PGPE beacon
+detection</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d7adf6c28157">d7adf6c28157</a> Miscellaneous update to
+occtoolp9</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b67db9d09b18">b67db9d09b18</a> Support for NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/008cb0bc5f1a">008cb0bc5f1a</a> Assert ddr_resetn during
+EPOW on NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/49d91f3310f2">49d91f3310f2</a> NVDIMM procedure update</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/12c8088a32c5">12c8088a32c5</a> Updates to occtoolp9</li>
+</ul>
+<p>Douglas Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/17d77ae94197">17d77ae94197</a>
+Memory:MPV:STC920:Zeppelin: OCC held in reset after a channel checkstop</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3e23a4ef97bc">3e23a4ef97bc</a> Write firdata to PNOR
+over IPMI</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/074010fb5fd9">074010fb5fd9</a> 24x7: Added Alink PMU &
+fix for defect SW430218</li>
+</ul>
+<p>William Bryan (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6d556b9b95fd">6d556b9b95fd</a> Increase GPE1 Stack Size</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f284c3068077">f284c3068077</a> Correct centaur time
+scaling factor</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/97f1483c0bd9">97f1483c0bd9</a> imageHdrScript fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/07f6e35c3f82">07f6e35c3f82</a> Update GPE1 Binary 8/15</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d84708e4e986">d84708e4e986</a> Only update centaur
+sensors if data was collected</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1de1be8ec36b">1de1be8ec36b</a> Memory bandwidth sensor
+fixes</li>
+</ul>
+<p>mbroyles (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bc0c2332263b">bc0c2332263b</a> Prevent calling out
+DIMMs and Centaurs due to GPE issues</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b8a8037ca194">b8a8037ca194</a> Prevent calling out
+Centaurs on clock failover CQ: SW437405</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1f0ae6950bfc">1f0ae6950bfc</a> Debug command updates</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/eed59077ba18">eed59077ba18</a> Allow N mode power cap
+to be higher than N+1</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0f604d61c285">0f604d61c285</a> Add WOF sensors for
+AMESTER</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b1453b6ce600">b1453b6ce600</a> Include oversubscription
+in clip history</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8344884b54ca">8344884b54ca</a> Improved PGPE error
+handling part 1</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bd6800942d1d">bd6800942d1d</a> Fix memory OT throttling
+on Nimbus</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="patches-2-2-7">
+<span id="id17"></span><h3>Patches<a class="headerlink" href="#patches-2-2-7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-7">
+<span id="id18"></span><h3>Commits<a class="headerlink" href="#commits-2-2-7" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="patches-2-2-8">
+<span id="id19"></span><h3>Patches<a class="headerlink" href="#patches-2-2-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-8">
+<span id="id20"></span><h3>Commits<a class="headerlink" href="#commits-2-2-8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="patches-2-2-9">
+<span id="id21"></span><h3>Patches<a class="headerlink" href="#patches-2-2-9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-9">
+<span id="id22"></span><h3>Commits<a class="headerlink" href="#commits-2-2-9" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/palmetto-xml/commit/c3cbf2b97145">c3cbf2b97145</a> Add Sys Fw Fru
+Id</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/palmetto-xml/commit/19c86eb1e5f1">19c86eb1e5f1</a> Fix
+IBSCOM_MCS_BASE_ADDR value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="patches-2-2-10">
+<span id="id23"></span><h3>Patches<a class="headerlink" href="#patches-2-2-10" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-10">
+<span id="id24"></span><h3>Commits<a class="headerlink" href="#commits-2-2-10" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="patches-2-2-11">
+<span id="id25"></span><h3>Patches<a class="headerlink" href="#patches-2-2-11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-11">
+<span id="id26"></span><h3>Commits<a class="headerlink" href="#commits-2-2-11" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="patches-2-2-12">
+<span id="id27"></span><h3>Patches<a class="headerlink" href="#patches-2-2-12" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-12">
+<span id="id28"></span><h3>Commits<a class="headerlink" href="#commits-2-2-12" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/6a2b4e9c991d">6a2b4e9c991d</a> Update default
+PCIe G3 lane Eq for all PHBs</li>
+</ul>
+<p>HankChang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/3ea5832b5ccd">3ea5832b5ccd</a> Updated
+DECONFIG_GARDABLE ATTR for RAS</li>
+</ul>
+<p>Matt Raybuck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/378b84d6d93a">378b84d6d93a</a> Corrected
+invalid chiplet id values for MCS units</li>
+</ul>
+<p>Nick Gruendler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/6d169111bade">6d169111bade</a> Set
+X_ETHRESHOLD-REPAIR</li>
+</ul>
+<p>Nickolaus Gruendler (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/9309ecf5eef8">9309ecf5eef8</a> Add DD2.2 4 and
+8 core WOF tables</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/97b82bfd90db">97b82bfd90db</a> Enable 2666
+memory for single drop</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/7f925b710c48">7f925b710c48</a> Update dual drop
+mem speed, stop states</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/7c1bfbb45ab0">7c1bfbb45ab0</a> Update WOF
+tables and wof phase2 support</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/bcee0de48654">bcee0de48654</a> Update WOF
+tables and remove unneeded ones</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/93456eecf038">93456eecf038</a> DD2.1 16c WOF
+data</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/d91ade7643d6">d91ade7643d6</a> Update PCIE EQ
+setting for gen3</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="patches-2-2-13">
+<span id="id29"></span><h3>Patches<a class="headerlink" href="#patches-2-2-13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-13">
+<span id="id30"></span><h3>Commits<a class="headerlink" href="#commits-2-2-13" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Agarwal (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d4b3dd1656b">1d4b3dd1656b</a> Axone only-IPL
+Procedures update to support SBE changes</li>
+</ul>
+<p>Adam Hale (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2eb270876749">2eb270876749</a> Disable HW439321
+workaround in dd1.3</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/68b93cc0698a">68b93cc0698a</a> HW467590 - WAT Solution
+to prevent ARMWF starvation early hang</li>
+</ul>
+<p>Alvin Wang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dbdcd7a7c9dc">dbdcd7a7c9dc</a> Update
+setup_fw_boot_config() to read out actual values from attributes</li>
+</ul>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d5794d13060d">d5794d13060d</a> Avoid spurious Malf
+Alert (HMI) to PHYP in PM Complex Reset/Suspend</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/06f2b048dd60">06f2b048dd60</a> Handling special wakeup
+assert/deassert mis-match in PM Reset/Init on MALF</li>
+</ul>
+<p>Andre Marin (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d12c98f3bf94">d12c98f3bf94</a> Add MEM_PORT target</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/975341f85c28">975341f85c28</a> Modify spd_decoder,
+eff_config, unit tests. Modify dependent files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cfb08bf31741">cfb08bf31741</a> Add mss throttle files
+L1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b9d5c1e0b525">b9d5c1e0b525</a> Modify freq & dep.
+files. Add cas latency & unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49c63541c6ed">49c63541c6ed</a> Fix throttle procedure &
+MSS attribute clean up</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/60f0428ecc8e">60f0428ecc8e</a> Add eff_config
+functionality needed for RIT, fix cas_latency bug & attr files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a955f623f4f">7a955f623f4f</a> Modify SPD blob and
+eff-config hardcoding to match VBU</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2ce64ff2a7c1">2ce64ff2a7c1</a> Fix
+p9_mss_utils_to_throttle, create throttles API, attribute cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dfac7593ceb5">dfac7593ceb5</a> Add LRDIMM to
+translation register infrastructure and unit tests.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f22ccd6654f">9f22ccd6654f</a> Add read cmd, precharge
+all cmd, and read cmd CCS instruction and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c296d8d25294">c296d8d25294</a> Add PHY sequencer
+refresh settings after draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bf3e7649798e">bf3e7649798e</a> Remove ZQCAL redundant
+CCS inst, move to draminit_training</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f83a56fc20e8">f83a56fc20e8</a> Add Write CRC attributes
+to xml and eff_dimm</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/224f435e1760">224f435e1760</a> Fix i2c doxy and update
+i2c_access.H doxy to match fapi2_access_i2c.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3dbbc66ec9d3">3dbbc66ec9d3</a> Add empty explorer
+“check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/77c7728ea9e7">77c7728ea9e7</a> Added I2C fields,
+EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/09fc729a0e49">09fc729a0e49</a> Implement
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/40778a92810f">40778a92810f</a> Initial mss_field endian
+modification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/234dbdb65dd7">234dbdb65dd7</a> Add exp_draminit and fix
+data_structs constants</li>
+</ul>
+<p>Anusha Reddy Rangareddygari (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aee8470bb261">aee8470bb261</a> Initf procedure updates
+for Cumulus</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/40409eb7a0de">40409eb7a0de</a> Initf procedure updates
+for OMI rings for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/957a64765762">957a64765762</a> Initf procedure updates
+for Axone OMI rings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5697a351821d">5697a351821d</a> Axone only-Mux settings
+for TOD refclk input</li>
+</ul>
+<p>Ben Gass (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9c321873ecd">c9c321873ecd</a> Update p9a_10 engd from
+o10_e9018_1_tp018_ec409_soa_sc_u261_01</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/656d77e999c1">656d77e999c1</a> Back out p9a_10 engd
+that breaks the initcompiler.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3fd4e84f2ab4">3fd4e84f2ab4</a> Update Axone engd.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b95ca3802748">b95ca3802748</a> Adding p9a_ocmb_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/99a4816003f1">99a4816003f1</a> Adding omi_init
+procedures.</li>
+</ul>
+<p>Brian Silver (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c874b0234370">c874b0234370</a> Initial commit of memory
+subsystem</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/10b33503959b">10b33503959b</a> Add PHY RC class, update
+setup cal for 2D wc/rc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cbf577233f98">cbf577233f98</a> Add mcbist L2 function</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4d73c7a1e85d">4d73c7a1e85d</a> Change DIMM_SIZE from 8
+bits to 32 bits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/82f796bbc0d2">82f796bbc0d2</a> Add dp16 io tx dll/vreg
+config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/611d94b420a2">611d94b420a2</a> Add L2 p9_mss_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/02414db1db84">02414db1db84</a> Change ODT R/W to take
+values from VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f4fe10e30b1f">f4fe10e30b1f</a> Add consumption of IBT
+from VPD and place in RCD7x</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fdd2a22a19b5">fdd2a22a19b5</a> Changes related to RTT
+VPD settings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a7bf0135fb18">a7bf0135fb18</a> Implement MRW
+attributes; dram_clks, db_util, 2n_mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/281819c9a3f6">281819c9a3f6</a> Change PHY to use GPO,
+RLO, WLO from VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1a9deb52ca5e">1a9deb52ca5e</a> Add bit field of master
+ranks attribute for PRD</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2318bae2ec82">2318bae2ec82</a> Add an attribute to
+avoid the plug rules in partial good scenarios</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5857fe5e9341">5857fe5e9341</a> Change
+p9_mss_freq_system to write attributes, errors for Cronus</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e61c6620ebf2">e61c6620ebf2</a> Add disabled bit
+processing for DDR PHY initial calibration</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1a63e02fb8fb">1a63e02fb8fb</a> Add DP16 workarounds for
+Nimbus DD1.0</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/14a4648821a3">14a4648821a3</a> Enable read VREF
+calibration</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/939b1b6dae25">939b1b6dae25</a> Initial commit of memory
+subsystem</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d350afb8fe94">d350afb8fe94</a> Add mcbist L2 function</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/33aeb4130fcd">33aeb4130fcd</a> Add initial FIR checking
+for APB interface</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/737236237bc4">737236237bc4</a> Change draminit_mc
+mcbist subtest to perform compares rather than ECC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cadb2f99a87b">cadb2f99a87b</a> Add memdiags scrub
+capability</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fadf57f63054">fadf57f63054</a> Update error handling
+for IPL procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bba0660f44a8">bba0660f44a8</a> Update memory library
+for 1R 4gbx4 DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8baf05c39b20">8baf05c39b20</a> Add 3DS DIMM support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5942578dbc6c">5942578dbc6c</a> Changes to limit DLL cal
+on spare DP8, stop CSS before starting</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/022cf9ef4eee">022cf9ef4eee</a> Alink Hot Repair Fix</li>
+</ul>
+<p>Christian Geddes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/653af7c39dce">653af7c39dce</a> Clear INT_CQ related
+firs after completing sync_reset in MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da97ec320573">da97ec320573</a> Add exp_i2c_scom driver
+that will be consumed by HB/SBE platforms</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d366d4d3fd47">d366d4d3fd47</a> Revert “Clear INT_CQ
+related firs after completing sync_reset in MPIPL”</li>
+</ul>
+<p>Claus Michael Olsen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b899067de964">b899067de964</a> Cleanup: Updated Mvpd
+access function and removal of unused rings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/225922537f45">225922537f45</a> Infrastructure support
+for new MC OMI rings for Axone</li>
+</ul>
+<p>Dan Crowell (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/114eb0df447d">114eb0df447d</a> Remove
+ATTR_PROC_CHIP_MEM_TO_USE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9b485103576">c9b485103576</a> Attribute cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/12f20f559a22">12f20f559a22</a> Only save the CME FIR
+Masks after they have been setup once</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/41ac7c13db4a">41ac7c13db4a</a> Add Axone targets to
+fapi error utilities</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/29377f9ca5d2">29377f9ca5d2</a> Remove whitespace that
+breaks HB attribute compiler</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0bd8a112862e">0bd8a112862e</a> Add override attributes
+for memory vpd access</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f2c585d70f39">f2c585d70f39</a> Change
+ATTR_MSS_WR_VREF_OFFSET to be override-only</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e95bde71fdee">e95bde71fdee</a> Make new WOV attributes
+override-only</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2e253cebdaff">2e253cebdaff</a> Interface for OCMB
+getVPD</li>
+</ul>
+<p>Dean Sanner (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/69dedc0ffc26">69dedc0ffc26</a> Add hook to setup
+ATTR_SMF_CONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ff37b7ecb360">ff37b7ecb360</a> Use core target for
+HRMOR/URMOR scoms in p9_sbe_load_bootloader</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4cedc39a1cbe">4cedc39a1cbe</a> Leave scratch valid bits
+alone to allow HB to query</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ef27d8bc4244">ef27d8bc4244</a> HCODE Make divide using
+DERP/DORP atomic</li>
+</ul>
+<p>Greg Still (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/895e0d5c76a7">895e0d5c76a7</a> SMF: SBE updates for SMF
+(URMOR set and CPMMR[Runtime Wakeup Mode] clear)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e4bd0e56146b">e4bd0e56146b</a> SMF: clear HRMOR[15] in
+all modes so that secure mode won’t hang core</li>
+</ul>
+<p>Jacob Harvey (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b5a8ad90ae2d">b5a8ad90ae2d</a> Added initToZero tag for
+all memory attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/79dc09405f69">79dc09405f69</a> Change MSS_VOLT to
+MSS_VOLT_VDDR</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b7da4b95261b">b7da4b95261b</a> Fix eff_config, remove
+custom_dimm</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b79b9ca39e1b">b79b9ca39e1b</a> Modifying ATTRs for
+memory power thermal</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50fe674d875b">50fe674d875b</a> Cleaned spd xml and
+Added module manufacturer info</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3e99f56e4eb2">3e99f56e4eb2</a> Started implementation
+of bulk_pwr_throttles</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e08919954f75">e08919954f75</a> Implement L2
+eff_config_thermal, bulk_pwr_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8198935a9b65">8198935a9b65</a> Fixing
+bulk_pwr_throttles calculations</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/00d7f23538f6">00d7f23538f6</a> Move MRS attributes to
+eff_config to calc LRDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fa8cd7a53397">fa8cd7a53397</a> Disabling
+temp_refresh_mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/28138fa01bdb">28138fa01bdb</a> Fixing raw card setting
+for DIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8c2f174a055a">8c2f174a055a</a> Fix up setup_cal and
+vref attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3b8fd10f3017">3b8fd10f3017</a> Add in L1
+draminit_training_adv files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e3f992ac8cf6">e3f992ac8cf6</a> Implementing
+draminit_training_adv</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cf118099b000">cf118099b000</a> Disabled Training
+Advance in sim</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f62eba35005d">f62eba35005d</a> L3 RAS for
+draminit_training, eff_config, lib</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8b1f6433ef30">8b1f6433ef30</a> Clean up memdiags ffdc
+naming</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/847583feba87">847583feba87</a> L3 draminit and mss_lib</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c3d5f54e035a">c3d5f54e035a</a> Fix sim problems on awan</li>
+</ul>
+<p>Jennifer A. Stofer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/19a6cc35b628">19a6cc35b628</a> Revert “lpc_init:
+Correct LPC host controller timeout value”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ecf448158b9d">ecf448158b9d</a> Revert “Initf procedure
+updates for OMI rings for Axone”</li>
+</ul>
+<p>Jenny Huynh (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/739cb752fc4a">739cb752fc4a</a> Secure memory allocation
+and setup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3163363f9b24">3163363f9b24</a> Avoid enabling smf bits
+in nmmu logic for P9</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3399fd3edb81">3399fd3edb81</a> SW427193 / HW461448:
+Enable memory controller wat</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f0712eccd00">9f0712eccd00</a> Mask early hang
+indicators from nmmu/vas unit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f980f21554a3">f980f21554a3</a> Mask NMMUFIR(7),
+NMMUFIR(36:39)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/96b355495608">96b355495608</a> Enforce SMF size
+requirements and correct valid bit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/baa6ab8c737e">baa6ab8c737e</a> HW471413 Aggressive
+Uncle: disable ERAT thread sharing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7032c3353697">7032c3353697</a> Enable Nimbus DD23 risk
+levels</li>
+</ul>
+<p>Joachim Fenkes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a8686c27d27e">a8686c27d27e</a> p9_sbe_lpc_init: Add
+final check for errors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c7486f7b07ab">c7486f7b07ab</a> p9_sbe_tp_chiplet_init3:
+Set up oscillator error mask based on MF osc setting</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4191b61e176a">4191b61e176a</a> p9_sbe_lpc_init: Improve
+reset</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bbce13954daa">bbce13954daa</a> lpc_init: Correct LPC
+host controller timeout value</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/97b414635410">97b414635410</a> p9_sbe_lpc_init: Skip
+final error check for Fleetwood GA1</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c3907f462c51">c3907f462c51</a> test: Temporarily
+disable testArrayAccess</li>
+</ul>
+<p>Joe McGill (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/add228241007">add228241007</a> allow option to enforce
+mirroring of all system memory</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b725244e84ae">b725244e84ae</a> set PEC disable store
+thread based ordering chicken switches</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8dcb329eeac4">8dcb329eeac4</a> p9_sbe_check_quiesce –
+restore call to p9_int_scrub_caches</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c8fede9e612b">c8fede9e612b</a> p9_sbe_scominit – set
+XSCOM BAR in secure memory with SMF enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0eff4a7aa441">0eff4a7aa441</a> p9.pci.scan.initfile –
+replace 62028 implementation with initfile entry</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bb2581994b16">bb2581994b16</a> Validate OBUS DL lane
+failed indications during initial link training</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a29e1a56702f">a29e1a56702f</a> apply INT ARX clock gate
+disable to p9n DD2.0 hardware</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d7508dcad439">d7508dcad439</a> Updates to permit
+synchronized SS PLL spreading via TOD</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da2faf32fae4">da2faf32fae4</a> nest updates for p9c
+DD1.3 native and p9c DD1.2 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dcd07da310ae">dcd07da310ae</a> prevent NVDL recal_abort
+to OBUS PHY during SMP usage</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ed95ad23449b">ed95ad23449b</a> FBC ABUS TDM inject and
+recovery HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6ef77d03b31f">6ef77d03b31f</a> whitelist updates for
+ABUS CCM</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/41e1c16c7172">41e1c16c7172</a> Add MSS customization
+support from CRP0 Lx MVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/658b2f4ef5f3">658b2f4ef5f3</a> apply HW423589 option1
+(MCD disable) workaround for p9n DD2.1</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9fcda53c50f7">9fcda53c50f7</a> p9_sbe_tp_chiplet_init:
+Fix missing semicolons</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d779bc19cdeb">d779bc19cdeb</a> fapi2: Use correct
+RingMode type</li>
+</ul>
+<p>Louis Stermole (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/026d810afdde">026d810afdde</a> Add row repair access
+functions and attr switches for p9c</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/43db7b547db5">43db7b547db5</a> Adding defaults for DRAM
+dll_reset and dll_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ef6b416c8749">ef6b416c8749</a> Add attribute
+ATTR_EFF_RANK_GROUP_OVERRIDE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e179917b2c46">e179917b2c46</a> Disable RTT_WR during
+WR_LEVEL cal step, and set equivalent terminations</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/65add1de701a">65add1de701a</a> Improve description of
+ATTR_EFF_RANK_GROUP_OVERRIDE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9dc84acf3693">9dc84acf3693</a> Move
+MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ea070e563fc3">ea070e563fc3</a> Fix 1R dual-drop bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a66ed7d25440">a66ed7d25440</a> Move MSS Rosetta map
+from lab to f/w library, add API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3a4b3bd7d357">3a4b3bd7d357</a> Add API for MC to C4 DQ
+pin index translation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7359a42e3aea">7359a42e3aea</a> Change mss_freq
+algorithm to deconfigure ports to achieve common DIMM freq</li>
+</ul>
+<p>Matt K. Light (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bfc895ae5d9e">bfc895ae5d9e</a> fapi2 i2c access headers</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/de6a45dcdabe">de6a45dcdabe</a> fapi2 i2c dox update</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ab21d9215c0e">ab21d9215c0e</a> Secure Boot: Whitelist
+PPE External Interface XCR and SMP lane related register</li>
+</ul>
+<p>Nick Klazynski (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dc6a9a0a6028">dc6a9a0a6028</a> Clockgate disable
+workaround for HW452921</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2582f47596ad">2582f47596ad</a> Enable CDD1.3’s 4
+risklevels (step 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/037aa8a374c5">037aa8a374c5</a> Enable Core
+compatability Mode; Add HW443669</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d78d955fd260">d78d955fd260</a> Add TLBIE WAT</li>
+</ul>
+<p>Prasad Bg Ranganath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6fca30900233">6fca30900233</a> Marking CME sram addr
+and cntrl register for whitelist</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2bd351fbbd39">2bd351fbbd39</a> PM:Some more cleanups in
+update_ec_eq procedure for core unit xstop case</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5833ebe6d677">5833ebe6d677</a> STOP:Dont clear
+pmc_pcb_intr_type0_pending in OISR1/OIMR1 register</li>
+</ul>
+<p>Prem Shanker Jha (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d60e2d7700c">1d60e2d7700c</a> PM: Added support for
+enable disable of 24x7 IMA.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26f2defa140d">26f2defa140d</a> UV Support : Augmented
+STOP API and self restore for enabling ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a4cf323a8a1">4a4cf323a8a1</a> Revert “UV Support :
+Augmented STOP API and self restore for enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/090243ffb298">090243ffb298</a> PM: Fixed handling of
+CME LFIR mask during PM complex reset.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/63f0f90e5883">63f0f90e5883</a> Img Build: HOMER changes
+for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f84706a9ed02">f84706a9ed02</a> SMF: Defined new
+attribute to store unsecure HOMER’s base address.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cc4c778333b5">cc4c778333b5</a> SMF: Defined new
+attribute to store unsecure HOMER’s base address.</li>
+</ul>
+<p>RAJA DAS (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3d13f0af8432">3d13f0af8432</a> Revert “Self Save: Fixed
+bugs pertaining to SPR self save.”</li>
+</ul>
+<p>Rahul Batra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3b46d1735013">3b46d1735013</a> PGPE: WOV Attributes
+(1/3)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/37a2ec2b1354">37a2ec2b1354</a> SMF: Make
+UNSECURE_HOMER_ADDR unwriteable on FAPI</li>
+</ul>
+<p>Raja Das (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/432a7bb830ab">432a7bb830ab</a> Inverted logic of
+hasClock bit in Clock Status register</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a2a88ff8081">4a2a88ff8081</a> [SBE-ARCH2] Format
+register dump and SBE Capturing the Data</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bd5c4de63cdd">bd5c4de63cdd</a> [SBE-ARCH1]HRMOR
+relocated to 4Gb for SPLess Opal system</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a091ef2465a">7a091ef2465a</a> Updated core stop state
+while capturing data in MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26acfd0fd5e7">26acfd0fd5e7</a> Simics check in case of
+spless system before modifying HRMOR to 4GB</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0297fe823ff6">0297fe823ff6</a> Axone tp_chiplet_init
+sequence in boot</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a273362351bf">a273362351bf</a> Added newline
+termination after putting in build info into Hash</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/74de67ab5090">74de67ab5090</a> Increased l2 loader size
+in PIBMEM</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f4b6cc7a8717">f4b6cc7a8717</a> Added AXONE option for
+sbe-trace</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/470b106f89cc">470b106f89cc</a> Updated tracehash.pl
+file to skip parsing of empty line from hash file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2992583ae8c9">2992583ae8c9</a> Axone chipId support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bbeb8d0cefc7">bbeb8d0cefc7</a> Instruction machine
+check ISR updated</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/39be529611f3">39be529611f3</a> Removed dual compilation
+of pibmem_repair.S</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8c6000a46281">8c6000a46281</a> Re-used loader_data
+section to pibmem repair scom data for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c0a1b5d3de4d">c0a1b5d3de4d</a> Support for renaming
+loader_data section to pibmemrepair_data section</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50133b0d87d0">50133b0d87d0</a> Axone pibmem only image
+compilation</li>
+</ul>
+<p>Richard J. Knight (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4f7caa36ee81">4f7caa36ee81</a> Add prototype for
+releasing platform data pointer storage function</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a2fae5c9cbeb">a2fae5c9cbeb</a> Modify the getFfdc
+routine to consider the SBE proc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1536a9ea7882">1536a9ea7882</a> get FAPI_POS for all
+valid target types passed in SBE FIFO ffdc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4abbd808718d">4abbd808718d</a> FAPI2 - Enable register
+ffdc support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/147883cba7f4">147883cba7f4</a> Change target types for
+memory FFDC</li>
+</ul>
+<p>Sachin Gupta (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a682d4b3a60e">a682d4b3a60e</a> Update backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2c410f1b2264">2c410f1b2264</a> Fix in quisce</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a46943dd8677">a46943dd8677</a> Updating backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/43e1ba4a2643">43e1ba4a2643</a> Remove intermediate rule
+for C/c files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0ee0a590013e">0ee0a590013e</a> Only call lpc init
+procedure on slave procs in mnfg mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/629cf0ba3bf7">629cf0ba3bf7</a> Support
+ATTR_LPC_CONSOLE_CNFG attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca16ce92cfeb">ca16ce92cfeb</a> Put temporary file in
+project config folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50f39386956e">50f39386956e</a> Revert Only call lpc
+init procedure on slave procs in mnfg mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/eaee47c85878">eaee47c85878</a> Remove unused code from
+SBE</li>
+</ul>
+<p>Santosh Puranik (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fd3e3a6f64c">8fd3e3a6f64c</a> Mark OB1 and OB2 present
+for Axone</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0121de3404a4">0121de3404a4</a> Enable DD2.3 in op build
+and Disable DD2.0</li>
+</ul>
+<p>Stephen Glancy (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d103f7adad9d">d103f7adad9d</a> Adds endian_swap to
+fapi2</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4158d2de4415">4158d2de4415</a> Removes unused attribute
+accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2afef5ba1d8d">2afef5ba1d8d</a> Fixed eff_config attr
+generation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f3df43fa56d1">f3df43fa56d1</a> Fixed CL and timing
+bugs, unit test augmentations</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b99ae92f6e5d">b99ae92f6e5d</a> Updates MCBIST for
+dual-drop systems</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8e6447a0500a">8e6447a0500a</a> Updates WR VREF for
+characterization results</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/67d2399b0593">67d2399b0593</a> Updates training
+advanced and adds custom WR CTR</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a8152b3899d">8a8152b3899d</a> Updates custom RD CTR
+pattern</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/691b1fdd183f">691b1fdd183f</a> Updates the training
+advanced algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/88910edf281a">88910edf281a</a> Removes unused attribute
+accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f97b07db36ea">f97b07db36ea</a> Fixes LRDIMM eff_config
+bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b1e13ff2022b">b1e13ff2022b</a> Adds explorer OMI
+training code</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b75034351145">b75034351145</a> Adds PDA support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7a9f08a0a7ea">7a9f08a0a7ea</a> Moves sync code to
+generic folder</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/08a3b13f505d">08a3b13f505d</a> Updated gerrit hostname</li>
+</ul>
+<p>Sunil Kumar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/64cbaffb38a0">64cbaffb38a0</a> Flush NVDIMM Chipop</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/381998929720">381998929720</a> Incorporate NVDIMM HWP
+into SBE.</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/32acc42c886d">32acc42c886d</a> Change target types to
+64-bit and add P10 target types</li>
+</ul>
+<p>Tsung Yeung (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1610ae1216ac">1610ae1216ac</a> Default DDR4-2933 to
+2666</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/baa99608f3cd">baa99608f3cd</a> P9: NVDIMM SBE Support
+to Trigger Catastrophic Save</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a1d61a155a92">a1d61a155a92</a> P9: NVDIMM SBE Support
+to Trigger Catastrophic Save</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/17058c49441a">17058c49441a</a> P9: NVDIMM SBE Support
+to Trigger Catastrophic Save</li>
+</ul>
+<p>Yue Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/00d48c74abbd">00d48c74abbd</a> STOP: remove chiplet
+enable drop in core_poweron for multicast scom</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/77f8505ebf78">77f8505ebf78</a> PM: Prevent Core-L2
+Quiesce from removing PM_EXIT upon SPWU</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/16fde70421d8">16fde70421d8</a> IPL/STOP: Disable LCO
+when only two EXes are configured</li>
+</ul>
+<p>Zane Shelley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a29db3da0819">a29db3da0819</a> RAS_XML: updates to sync
+the XML with actual values from hardware</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2bdc2af078a7">2bdc2af078a7</a> Register 1020019 was
+white listed</li>
+</ul>
+<p>spashabk-in (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8c276e4ad59b">8c276e4ad59b</a> Update memory address of
+ADU testcase</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c79faf686d8">5c79faf686d8</a> ppe CI memory testcase
+failure fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6fdb271fa1a">c6fdb271fa1a</a> Optimize PSU testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bba0cab94144">bba0cab94144</a> Protect fapi rc between
+processor and async thread</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5e3c66327088">5e3c66327088</a> Skip select master EX on
+slave SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ddefd501a212">ddefd501a212</a> Suspend async task on
+quiesce SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2567f8f47e82">2567f8f47e82</a> Get capabilities spec
+sync</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a8ae4fab627a">a8ae4fab627a</a> Support special wakeup
+for SRESET</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e6fa24197013">e6fa24197013</a> Special wakeup bit
+correction</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20a60ab17ed6">20a60ab17ed6</a> Add axone config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d436cbc3c974">d436cbc3c974</a> Project specific boot
+handling</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cf180c5928c4">cf180c5928c4</a> Axone image suffix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba07774edab2">ba07774edab2</a> Bump up axone pibmem
+size to 224KB</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/121afb0e9980">121afb0e9980</a> Move all text section to
+PIBMEM for axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f4b7f496c8fc">f4b7f496c8fc</a> Introducing lpc utils
+source file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9bb64314aad7">9bb64314aad7</a> Release sbe binaries as
+part of simics tar</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6b4839f3d35e">6b4839f3d35e</a> Fix forced-trace command</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3aa7b7c2918f">3aa7b7c2918f</a> Enable parallel builds
+in SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/eb8c94369f30">eb8c94369f30</a> Move Control instruction
+to seeprom</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da99f39710df">da99f39710df</a> Jenkins parallel build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ff74130fcca2">ff74130fcca2</a> Move lpc_rw to a source
+file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1a4637ad7c4">e1a4637ad7c4</a> Support 1byte data
+access on LPC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/17ee7c1c6dec">17ee7c1c6dec</a> Enabling ipmi console
+access</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cf61dc391d03">cf61dc391d03</a> SBE logs on serial
+console</li>
+</ul>
+<p>whs (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/984f025a3a05">984f025a3a05</a> Packaging of memory vpd
+on Nimbus, MCA->MCS</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="patches-2-2-14">
+<span id="id31"></span><h3>Patches<a class="headerlink" href="#patches-2-2-14" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-14">
+<span id="id32"></span><h3>Commits<a class="headerlink" href="#commits-2-2-14" title="Permalink to this headline">¶</a></h3>
+<p>Adriana Kobylak (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6ebee077d91">b6ebee077d91</a> pflash: Add –skip
+option for reading</li>
+</ul>
+<p>Alexey Kardashevskiy (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a2b6d51b771">8a2b6d51b771</a> npu2: Use correct
+kill type for TCE invalidation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/003ccd577516">003ccd577516</a> npu2: Advertise
+correct TCE page size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e3defbf73e3">3e3defbf73e3</a> npu2: Return
+sensible PCI error when not frozen</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d8b161f4b361">d8b161f4b361</a> npu2: Allow ATSD for
+LPAR other than 0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64627c85e648">64627c85e648</a> cpufeatures: Always
+advertise POWER8NVL as DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/889dba86c3c8">889dba86c3c8</a> hw/phb3/naples:
+Disable D-states</li>
+</ul>
+<p>Alistair Popple (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8702e2c6963">b8702e2c6963</a> Move
+pb_cen_hp_mode_curr register definition to xscom-p9-reg.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68518e542e6f">68518e542e6f</a> phb4: Disable nodal
+scoped DMA accesses when PB pump mode is enabled</li>
+</ul>
+<p>Andrew Donnellan (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/be54c89e7e97">be54c89e7e97</a> hw/phb4: Fix unused
+value/parameter warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a8cc857fa3f">8a8cc857fa3f</a> hw/npu2: Don’t
+assert if we hit a mixed OpenCAPI/NVLink setup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34ceb75f2829">34ceb75f2829</a> hw/npu2-opencapi:
+Fix setting of supported OpenCAPI templates</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c38bdc3984a2">c38bdc3984a2</a>
+hw/npu2-hw-procedures: Enable RX auto recal on OpenCAPI links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecc4a562b5d1">ecc4a562b5d1</a> occ: Wait if OCC GPU
+presence status not immediately available</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ecb29651c31">7ecb29651c31</a> npu2: Split device
+index into brick and link index</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68415d5e38ef">68415d5e38ef</a> hw/npu2: Common NPU2
+init routine between NVLink and OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6cc82cb39c4">b6cc82cb39c4</a> hw/npu2, platform:
+Add NPU2 platform device detection callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6a728afd121b">6a728afd121b</a> hw/npu2, platform:
+Restructure OpenCAPI i2c reset/presence pins</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d5b516f2870">9d5b516f2870</a>
+platforms/astbmc/witherspoon: Implement OpenCAPI support</li>
+</ul>
+<p>Andrew Jeffery (83):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b1bc2ffe791">5b1bc2ffe791</a> ast-bmc: Move copy
+routines to ast-sf-ctrl</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/467b00fdfd67">467b00fdfd67</a> core/pci-quirk:
+Remove broken comment in quirk_astbmc_vga()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a5af6da49b9">7a5af6da49b9</a> core/pci-quirk:
+Clean up commented code in quirk_astbmc_vga()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8972e44f9788">8972e44f9788</a> ast-bmc: Rename LPC
+FW cycle helpers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ebc8524a3a45">ebc8524a3a45</a> ast-io: Rework
+setup/tear-down of communication with the BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d8793c64b59">1d8793c64b59</a> lpc: Silence LPC
+SYNC no-response error when necessary</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8bb4a1cd9af4">8bb4a1cd9af4</a> ast-io: Use
+bmc_sio_{get, put}() where required</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d40484209620">d40484209620</a> ipmi: Introduce
+registration for SEL command handlers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88579eba5fde">88579eba5fde</a> core/lock: Use
+try_lock_caller() in lock_caller() to capture owner</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3aa5394f4da1">3aa5394f4da1</a> core/flash: Only
+lock around flashes update in flash_register()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0b84547521d">c0b84547521d</a> core/flash: Unlock
+around blocklevel calls in NVRAM accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35c955970af6">35c955970af6</a> libflash: Add
+ipmi-hiomap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5edb1692b7f">b5edb1692b7f</a> astbmc: Prefer
+ipmi-hiomap for PNOR access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a1ff0ab2c78">1a1ff0ab2c78</a> astbmc: Remove
+coordinated isolation support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5684204c2d0b">5684204c2d0b</a> lpc: Introduce
+generic probe capability</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd554bacd13c">dd554bacd13c</a> astbmc: Use LPC
+probe calls to determine SIO presence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9a830ee06c66">9a830ee06c66</a> platform:
+Restructure bmc_platform type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a43e9a66aae9">a43e9a66aae9</a> astbmc: Fail SFC
+init if SIO is unavailable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7194e92cc700">7194e92cc700</a> lpc: Clear sync
+no-response field prior to device probe</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f271f0263475">f271f0263475</a>
+libflash/ipmi-hiomap: Cleanup allocation on init failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a07f8bb329f7">a07f8bb329f7</a> p9dsu: Add
+HIOMAP-over-IPMI support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6131d3a215d">a6131d3a215d</a> p9dsu: Describe
+platform BMC register configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34cffed2ccf3">34cffed2ccf3</a>
+libflash/ipmi-hiomap: Improve event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f47fbc97d421">f47fbc97d421</a>
+libflash/ipmi-hiomap: Restore window state on window/protocol reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dbdfb0e2ea3c">dbdfb0e2ea3c</a>
+libflash/ipmi-hiomap: Use error codes rather than abort()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cee7ec9eae09">cee7ec9eae09</a> core/flash: Log
+return code when ffs_init() fails</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f58be461091f">f58be461091f</a> libflash/test:
+Rewrite Makefile.check to improve scalability</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/97f839beffb5">97f839beffb5</a>
+libflash/ipmi-hiomap: Fix argument type warning on x86-64</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1151a987ae45">1151a987ae45</a>
+libflash/ipmi-hiomap: Add support for unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d49bfeea7bf2">d49bfeea7bf2</a>
+libflash/ipmi-hiomap: Respect daemon presence and flash control</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d07d064db05">5d07d064db05</a> libflash/test:
+Generate header dependencies for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3a3ba16a44a">e3a3ba16a44a</a> test-ipmi-hiomap:
+Add ability to delay some IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3056fcd0a7c4">3056fcd0a7c4</a> test-ipmi-hiomap:
+Dump unexpected IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cb5eca8d6ca">7cb5eca8d6ca</a> test-ipmi-hiomap:
+Ensure the completion code is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/272443f7687b">272443f7687b</a> test-ipmi-hiomap:
+Print some information on early scenario_exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7bb5ead55bdf">7bb5ead55bdf</a>
+libflash/ipmi-hiomap: Fix leak of msg in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e29cf8d00fb">2e29cf8d00fb</a>
+libflash/ipmi-hiomap: Overhaul error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c4b51a0408f">5c4b51a0408f</a>
+libflash/ipmi-hiomap: Overhaul event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/041d61e2be1d">041d61e2be1d</a>
+libflash/ipmi-hiomap: Remove unused close handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b64b3544d90b">b64b3544d90b</a>
+libflash/ipmi-hiomap: Enforce message size for empty response</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cca1c08ece5e">cca1c08ece5e</a> test-ipmi-hiomap:
+Add protocol-persistent-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a215e3e547a0">a215e3e547a0</a> test-ipmi-hiomap:
+Add read-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96ca4e26deb6">96ca4e26deb6</a> test-ipmi-hiomap:
+Add read-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea318dbe989f">ea318dbe989f</a> test-ipmi-hiomap:
+Add event-before-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4e76c8d2f6c">e4e76c8d2f6c</a> test-ipmi-hiomap:
+Add event-during-read test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3497461c93b">e3497461c93b</a> test-ipmi-hiomap:
+Add write-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf722c0ac561">bf722c0ac561</a> test-ipmi-hiomap:
+Add write-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cc5d420eeb4">4cc5d420eeb4</a> test-ipmi-hiomap:
+Add event-before-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55b284e63e7d">55b284e63e7d</a> test-ipmi-hiomap:
+Add event-during-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da61b9e8dc1f">da61b9e8dc1f</a> test-ipmi-hiomap:
+Add erase-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6f3245eda74">a6f3245eda74</a> test-ipmi-hiomap:
+Add erase-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6432db36f0b1">6432db36f0b1</a> test-ipmi-hiomap:
+Add event-before-erase test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d666e226bd9">7d666e226bd9</a> test-ipmi-hiomap:
+Add event-during-erase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d69b6567669b">d69b6567669b</a> test-ipmi-hiomap:
+Add bad-sequence test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f9facdacef9">4f9facdacef9</a> test-ipmi-hiomap:
+Add action-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b20312eb6ee5">b20312eb6ee5</a> test-ipmi-hiomap:
+Add get-flash-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/852d38850654">852d38850654</a> test-ipmi-hiomap:
+Add get-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21bed4d078d9">21bed4d078d9</a> test-ipmi-hiomap:
+Add get-flash-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05e1dabcb97d">05e1dabcb97d</a> test-ipmi-hiomap:
+Add create-read-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c97112ba0b9">1c97112ba0b9</a> test-ipmi-hiomap:
+Add create-write-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14959a69eeac">14959a69eeac</a> test-ipmi-hiomap:
+Add mark-dirty-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4de5c234518b">4de5c234518b</a> test-ipmi-hiomap:
+Add flush-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c38fccd32df0">c38fccd32df0</a> test-ipmi-hiomap:
+Add ack-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e1559af3394">5e1559af3394</a> test-ipmi-hiomap:
+Add erase-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66b4b2e49d46">66b4b2e49d46</a> test-ipmi-hiomap:
+Add ack-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90ae8a0767ce">90ae8a0767ce</a> test-ipmi-hiomap:
+Add get-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ae038042951">7ae038042951</a> test-ipmi-hiomap:
+Add get-flash-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dba42852b0de">dba42852b0de</a> test-ipmi-hiomap:
+Add create-read-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/564d5e4ba7e4">564d5e4ba7e4</a> test-ipmi-hiomap:
+Add create-write-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b812fa3d16ce">b812fa3d16ce</a> test-ipmi-hiomap:
+Add mark-dirty-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ebf921c1a0a">0ebf921c1a0a</a> test-ipmi-hiomap:
+Add flush-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4769cb645e20">4769cb645e20</a> test-ipmi-hiomap:
+Add erase-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35a6cbe24717">35a6cbe24717</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-ack test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ffe09809c035">ffe09809c035</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-get-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e8e03ee34ba">0e8e03ee34ba</a> test-ipmi-hiomap:
+Add protocol-recovery-get-flash-info-failure test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75622fe738cd">75622fe738cd</a> test-ipmi-hiomap:
+Add read-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a8a5c352762">1a8a5c352762</a> test-ipmi-hiomap:
+Add write-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d8b0043aa9d">2d8b0043aa9d</a> test-ipmi-hiomap:
+Add erase-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/381a7e6553d7">381a7e6553d7</a> ast-io: Rework
+ast_sio_is_enabled() test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e7145a55afc">6e7145a55afc</a> astbmc: Try IPMI
+HIOMAP for P8 (again)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ff0e16df304">4ff0e16df304</a> p8dtu: Enable HIOMAP
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/137b11c77feb">137b11c77feb</a> p8dtu: Configure BMC
+graphics</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b7594b26929e">b7594b26929e</a> astbmc: Enable IPMI
+HIOMAP for AMI platforms</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ea075edd7af">6ea075edd7af</a>
+platforms/astbmc/vesnin: Send list of PCI devices to BMC through IPMI</li>
+</ul>
+<p>Benjamin Herrenschmidt (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7db7c9f65229">7db7c9f65229</a> xive: Disable block
+tracker</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f737777b3438">f737777b3438</a> i2c: Fix
+multiple-enqueue of the same request on NACK</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef79d0370737">ef79d0370737</a> i2c: Ensure ordering
+between i2c_request_send() and completion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3bb756b2d98">d3bb756b2d98</a> lock: Increase
+con_suspend before __try_lock</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2925dd08c5e3">2925dd08c5e3</a> lock: Move code
+around</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f2e0ee95a3d">2f2e0ee95a3d</a> lock: Fix
+interactions between lock dependency checker and stack checker</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b78d823faf4f">b78d823faf4f</a> cpu: Better output
+when waiting for a very long job</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cfecc3960c00">cfecc3960c00</a> phb4: Don’t try to
+access non-existent PEST entries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a087154ca4f">0a087154ca4f</a> phb4: Handle
+allocation errors in phb4_eeh_dump_regs()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9a83ab711ea3">9a83ab711ea3</a> phb4: Workaround PHB
+errata with CFG write UR/CA errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95f7b3b9698b">95f7b3b9698b</a> nx: Don’t abort on
+missing NX when using a QEMU machine</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/784799510c45">784799510c45</a> phb4: Update &
+cleanup register definitions</li>
+</ul>
+<p>Cyril Bur (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d96d56298d5">0d96d56298d5</a> phb4: Use the return
+value of phb4_fenced() in phb4_get_diag_data()</li>
+</ul>
+<p>Cédric Le Goater (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8340a9642bba">8340a9642bba</a> plat/qemu: use the
+common OpenPOWER routines to initialize</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f0b6af6e01c">2f0b6af6e01c</a> plat/qemu: fix
+platform initialization when the BT device is not present</li>
+</ul>
+<p>Deb McLemore (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83f06eec281d">83f06eec281d</a> p9dsu: Fix p9dsu
+default variant</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8941393f452">c8941393f452</a> p9dsu: Fix p9dsu
+slot tables</li>
+</ul>
+<p>Frederic Barrat (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f385ac321e0b">f385ac321e0b</a> npu2-opencapi: Don’t
+send commands to NPU when link is down</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d339446fc77">2d339446fc77</a> opal/hmi: Catch NPU2
+HMIs for opencapi</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b9bc869a4fe">3b9bc869a4fe</a> phb4: Disable 32-bit
+MSI in capi mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a800fa35b822">a800fa35b822</a> hw/p8-i2c: Fix i2c
+request timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a92f432eae5b">a92f432eae5b</a> npu2-opencapi:
+Enable presence detection on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4d28576dffd5">4d28576dffd5</a>
+platform/witherspoon: Avoid harmless error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cdaa6d1b2614">cdaa6d1b2614</a>
+platform/witherspoon: Fix opencapi lane-mask used on GPU0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff376805bde5">ff376805bde5</a> npu2-opencapi: Log
+extra information on link training failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64d06b1feed1">64d06b1feed1</a> npu2-opencapi:
+Detect if link trained in degraded mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1a8469a208c">e1a8469a208c</a> npu2-opencapi: Log
+ODL endpoint information register</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1bd34e4c60c6">1bd34e4c60c6</a> i2c: Fix i2c request
+hang during opal init if timers are not checked</li>
+</ul>
+<p>Jeremy Kerr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01089cb8b4a2">01089cb8b4a2</a> docs/platforms: Add
+S812L and S822L</li>
+</ul>
+<p>Joel Stanley (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/052694653f13">052694653f13</a> Makefile: Remove
+-mno-direct-move cflag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e55c6b88451">2e55c6b88451</a> Makefile: remove
+try-cflags on no-altivec and no-vsx</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c54a914e54d">3c54a914e54d</a> README: Update Qemu
+instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3a8f7d0cf11">a3a8f7d0cf11</a> cpu: Quieten OS
+endian switch messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35e735ae24eb">35e735ae24eb</a> ffspart: Add toc
+test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad2ca201f46c">ad2ca201f46c</a> ffspart: Add test
+for eraseblock size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b211d20162c8">b211d20162c8</a> opal-ci: Use
+ubuntu:rolling for Ubuntu latest image</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/42fa2c4e472f">42fa2c4e472f</a> travis: Coverity
+fixed their SSL cert</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c1e65823dc08">c1e65823dc08</a> ci: Update gcov
+comment in Fedora 28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2033a6c3ebbe">2033a6c3ebbe</a> ci: Disable GCOV
+builds in ubuntu-latest</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f08ad3307b8e">f08ad3307b8e</a> ci: Use Ubuntu
+latest config for Debian unstable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee5b02aad960">ee5b02aad960</a> ci: Update Debian
+unstable packages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9d5184cd1a7">c9d5184cd1a7</a> ci: Add dtc
+dependencies for rawhide</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8e1c697ae15">a8e1c697ae15</a> ci: Drop P8 mambo
+from Debian unstable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a07f8b147b7">1a07f8b147b7</a> ci: Add opal-utils
+to Debian unstable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8da47e00d153">8da47e00d153</a> test: Update qemu
+arguments to use bmc simulator</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6932a97ce37b">6932a97ce37b</a> ci: Bump Qemu
+version</li>
+</ul>
+<p>Madhavan Srinivasan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae546e0b6d97">ae546e0b6d97</a> external/mambo:
+Check for qtrace_utils.tcl before sourcing it</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1317448ddd1a">1317448ddd1a</a> opal/hmi: Ignore
+debug trigger inject core FIR.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c884f2d0cb92">c884f2d0cb92</a> opal/hmi: Handle
+early HMIs on thread0 when secondaries are still in OPAL.</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/caf0ff13c254">caf0ff13c254</a> doc: Add
+documentation on supported platforms and CPUs</li>
+</ul>
+<p>Michael Neuling (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/051da83b625d">051da83b625d</a> phb4: Fix typo in
+disable lane eq code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/832cac15956c">832cac15956c</a> mambo: Merge
+PMEM_DISK and PMEM_VOLATILE code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80b7b37c63a5">80b7b37c63a5</a> init: Fix starting
+stripped kernel</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dbf80d1db45">7dbf80d1db45</a> phb4: Generate
+checkstop on AIB ECC corr/uncorr for DD2.0 parts</li>
+</ul>
+<p>Nicholas Piggin (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5bf03755a972">5bf03755a972</a> cpu: add
+cpu_queue_job_on_node()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb835dbdf875">cb835dbdf875</a> external/mambo:
+conditionally source qtrace script</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e3ad77c1ced">3e3ad77c1ced</a> hw/chiptod: test
+QUIRK_NO_CHIPTOD in opal_resync_timebase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/129e4408f7f4">129e4408f7f4</a> core/fast-reboot:
+print the fast reboot disable reason</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20126d267812">20126d267812</a> core/mem_region:
+mambo reserve kernel payload areas</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5118fc7fb0ea">5118fc7fb0ea</a> skiboot.lds.S: move
+read-write data after the end of symbol map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2649d663ede6">2649d663ede6</a> fast-reboot: verify
+firmware “romem” checksum</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2aa227cc0e18">2aa227cc0e18</a> core/lock: fix
+timeout warning causing a deadlock false positive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/527286706ab1">527286706ab1</a> core/lock: don’t set
+bust_locks on lock error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12b74c455bed">12b74c455bed</a> core/flash: NULL
+pointer dereference fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4230046ecd5">c4230046ecd5</a> core/device: NULL
+pointer dereference fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c51c7a5df601">c51c7a5df601</a> core/cpu: HID update
+race</li>
+</ul>
+<p>Oliver O’Halloran (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2710351f76b9">2710351f76b9</a> hw/phb4: Print the
+PEs in the EEH dump in hex</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d1ac16801a38">d1ac16801a38</a> hw/phb4: Add a
+helper to dump the PELT-V</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e23604be0cb">3e23604be0cb</a> hw/phb4: Add helpers
+to dump the IODA tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a7ff2d6281f">7a7ff2d6281f</a> hw/phb4: Use
+local_alloc for phb4 structures</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55cab51c74a8">55cab51c74a8</a> mem_region: Merge
+similar allocations when dumping</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b465be797e86">b465be797e86</a> hw/p8-i2c: Print the
+set error bits</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a311b9dec27">7a311b9dec27</a> pci: Clarify power
+down logic</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c45dc0d04fc">6c45dc0d04fc</a> core/pci: Print ‘PCI
+Summary’ at PR_NOTICE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d76e4fb2665b">d76e4fb2665b</a> zaius: Add a slot
+table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c07958783dbc">c07958783dbc</a> astbmc/slots: Add
+SW_PLUGGABLE() macro</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a9eb51051f1">7a9eb51051f1</a> astbmc/slot: Add
+_add_slot_info()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea4e422f6343">ea4e422f6343</a> zaius: Add slots for
+the Barreleye G2 HDD rack</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63ea33fb8fd0">63ea33fb8fd0</a> hdata/iohub: Fix
+Cumulus Hub ID number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb146fac9685">eb146fac9685</a> core/i2c: Move the
+timeout field into i2c_request</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb27c7219dc6">bb27c7219dc6</a> hw/p8-i2c: Remove
+p8_i2c_request structure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/801462feb7d6">801462feb7d6</a> core/i2c: Remove bus
+specific alloc and free callbacks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7665748f2f2e">7665748f2f2e</a> nvram: Print how
+long we waited for nvram</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c94de0277cf6">c94de0277cf6</a> nvram: Fix
+wait-for-nvram message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57a17c2f300e">57a17c2f300e</a> xscom-utils/getsram:
+Make it work on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e524662ff77">6e524662ff77</a> xscom-utils: Rework
+getsram</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30ffd4c6a528">30ffd4c6a528</a> hdata: Explain what
+the xscom node bus-frequency is</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1355c312c308">1355c312c308</a> witherspoon: Rename
+shared slot fixup function</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dfaf471eb1a7">dfaf471eb1a7</a> hdata/i2c: Add
+whitelisting for Host I2C devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f88e37248463">f88e37248463</a> hdata/i2c: Make SPD
+workaround more workaroundy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9597a12ef4b3">9597a12ef4b3</a> phb4: Check for RX
+errors after link training</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/324365f3aa9b">324365f3aa9b</a> libstb: Pass a
+tpm_dev to tpm_i2c_request_send()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/751cc33a2cfa">751cc33a2cfa</a> platform/firenze:
+Fix branch-to-null crash</li>
+</ul>
+<p>Prem Shanker Jha (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a4aa1cb0349">1a4aa1cb0349</a> STOP API: API
+conditionally supports 255 SCOM restore entries for each quad.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9000b6b187f9">9000b6b187f9</a> SCOM Restore: Handle
+case of old HB and new STOP API case.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ed87dbdd66b">6ed87dbdd66b</a> STOP API: Changes
+for SMF and SPR self save</li>
+</ul>
+<p>Rashmica Gupta (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0fa446cc21cb">0fa446cc21cb</a> Add the other 7 ATSD
+registers to the device tree.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b2e120fa5b0e">b2e120fa5b0e</a> Add purging CPU L2
+and L3 caches into NPU hreset.</li>
+</ul>
+<p>Reza Arbab (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2493fd0ce30">c2493fd0ce30</a> npu2/hw-procedures:
+Don’t open code NPU2_NTL_MISC_CFG2_BRICK_ENABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/041d69bb1a70">041d69bb1a70</a> npu2/hw-procedures:
+Enable parity and credit overflow checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/167fcb20aa97">167fcb20aa97</a> pci: Move logging
+macros to pci.h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77f26507f1ea">77f26507f1ea</a> phb4: Track PEC
+index in dt and phb4 struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06e997009945">06e997009945</a> npu2: Add
+NPU2_SM_REG_OFFSET()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f43465a0ac6d">f43465a0ac6d</a> npu2: Don’t open
+code NPU2_RELAXED_ORDERING_CFG2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/736d8b150f86">736d8b150f86</a> npu2: Add support
+for relaxed-ordering mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c62f56b3351">1c62f56b3351</a> doc/opal-api:
+Document npu2 relaxed ordering APIs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ab11ac8b4b9">1ab11ac8b4b9</a> core/lock: Stop
+drop_my_locks() from always causing abort</li>
+</ul>
+<p>Russell Currey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/19c8d728e86e">19c8d728e86e</a> errorlog: Rename
+PHB3 to just PHB</li>
+</ul>
+<p>Samuel Mendoza-Jonas (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3cd749c99791">3cd749c99791</a> Recognise signed
+VERSION partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/714be69223cc">714be69223cc</a> core/flash: Emit a
+warning if Skiboot version doesn’t match</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0375a62396d">c0375a62396d</a> core/flash: Ignore
+prefix when comparing versions.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b92a1b80f6d">4b92a1b80f6d</a> libflash: Restore
+blocklevel tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e24771081422">e24771081422</a> libflash: Don’t
+merge ECC-protected ranges</li>
+</ul>
+<p>Shilpasri G Bhat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05dc67bf4f3d">05dc67bf4f3d</a> opal-prd: hservice:
+Enable hservice->wakeup() in BMC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0fe8ecd59fc0">0fe8ecd59fc0</a> powercap: occ: Fix
+the powercapping range allowed for user</li>
+</ul>
+<p>Stewart Smith (62):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06808a037d44">06808a037d44</a> fast-reboot:
+parallel memory clearing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21f540e8e51e">21f540e8e51e</a> Scan PCI and clear
+memory simultaneously</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4757519c697e">4757519c697e</a> mem_region: log
+region name on mem_alloc failure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c30ddb93baf">2c30ddb93baf</a> mem_check(): Correct
+alignment assumptions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13e9a66a7b39">13e9a66a7b39</a> Fixup unit tests for
+cpu_queue_job() in mem_region.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f651e8eb56e2">f651e8eb56e2</a> Fixup pflash build
+for ast refactor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c1d43fc84a30">c1d43fc84a30</a> skiboot 6.0.6
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/25f7266f736c">25f7266f736c</a> core/cpu.c: assert
+pir is sane before using</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7e529767704b">7e529767704b</a> skiboot 6.0.7
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6605667cf80">b6605667cf80</a> don’t fail fatally
+if qtrace can’t be loaded</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3d801c01f97">f3d801c01f97</a> skiboot 6.0.8
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ff660e21834">9ff660e21834</a> Qemu: don’t print
+PR_WARNING on qemu defining rtc/uart</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/084e37bab1cf">084e37bab1cf</a> Use $() rather than
+backticks in all shell</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2485be65e166">2485be65e166</a> clang:
+-Wno-error=ignored-attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/74116e3e37cf">74116e3e37cf</a>
+xscom-utils/adu_scoms.py: run 2to3 over it</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f83568436527">f83568436527</a> TEMPORARY HACK:
+Disable verifying VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da773b275e62">da773b275e62</a> SBE-p8: Do all sbe
+timer update with xscom lock held</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c8e1c6f89f3">7c8e1c6f89f3</a> Add fast-reboot
+property to /ibm,opal DT node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aeb366970e0c">aeb366970e0c</a> Actually add
+/ibm,opal/fast-reboot property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc4de28374c7">cc4de28374c7</a> opal-ci: Build old
+dtc version for fedora 28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d68e6fa5822">2d68e6fa5822</a> gcov: Fix building
+with GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8fba29a2b5e5">8fba29a2b5e5</a> core/device: Add
+test for duplicate nodes with dt_attach_root()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8fd95036cdd8">8fd95036cdd8</a> core/device: add
+test for dt_new() a duplicate node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/51c35e372831">51c35e372831</a> core/device:
+increase test coverage for dt_new_addr and dt_new_2addr</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5d71815288c">c5d71815288c</a> core/device: Test
+dt_new_check()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b9be42009e1">9b9be42009e1</a> Quieten ‘warnings’
+now that SIO is disabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b8cc05a9451">4b8cc05a9451</a> Revert “TEMPORARY
+HACK: Disable verifying VERSION”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6de35b6896a">b6de35b6896a</a> hiomap: free ipmi
+message in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d513609b4f48">d513609b4f48</a> travis/ci: rework
+Dockerfiles to produce build artifacts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d58ee17ea20">8d58ee17ea20</a> hiomap: fix missing
+newline at end of ‘Flushing writes’ prlog()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d10862e40cd8">d10862e40cd8</a> Run pollers in
+time_wait() when not booting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3dd480db1a69">3dd480db1a69</a> skiboot v6.0.10
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/594cfacf0e41">594cfacf0e41</a> CI: Bump the Qemu we
+build for CI testing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52725306f495">52725306f495</a> skiboot 6.0.11
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/971a1a0a620a">971a1a0a620a</a> gcov: link in
+ctors* as newer GCC doesn’t group them all</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/606a5a3d44e3">606a5a3d44e3</a> hiomap: quieten
+warning on failing to move a window</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30f8a6006de4">30f8a6006de4</a> skiboot v6.0.13
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28bf1faf44cd">28bf1faf44cd</a> ipmi: Reduce
+ipmi_queue_msg_sync() polling loop time to 10ms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a2f8a3c12c6">8a2f8a3c12c6</a> skiboot v6.2-rc1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50ea35c2d078">50ea35c2d078</a> Warn on long OPAL
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b547df61bdad">b547df61bdad</a> hdata/test:
+workaround dtc bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/acb0f2160500">acb0f2160500</a> skiboot v6.0.14
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87b436c32ac8">87b436c32ac8</a> libpore: Sync p8
+files, remove erroneous “IBM Confidential”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37bce07eea2b">37bce07eea2b</a> Don’t warn on “long”
+OPAL_RESYNC_TIMEBASE calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/10497d05169f">10497d05169f</a> skiboot v6.2-rc2
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ebb15d265bd">5ebb15d265bd</a> core/cpu.c: avoid
+container_of(NULL) in next_cpu()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88bf48a2a5de">88bf48a2a5de</a> Change ifdef around
+dump_fdt() to shut up static analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/685f0786a935">685f0786a935</a> mem_region.c: Move
+ifdef for MEM_POISON to shut up static analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0714735f0b85">0714735f0b85</a> opal_trace_entry:
+Move ifdef around to shut up static analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95f587417cd9">95f587417cd9</a>
+opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99fc78dbee4a">99fc78dbee4a</a> vpd: Force static
+analysis to not think about NULL term strings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/babd5a27dc06">babd5a27dc06</a> hdata/iohub.c:
+remove condition that was always true</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e35f1cb63c1b">e35f1cb63c1b</a> hw/bt.c: Move some
+debug ifdef to make static analysis happy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb0226273239">eb0226273239</a> Revert “npu2: Allow
+ATSD for LPAR other than 0”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1534ab1dca13">1534ab1dca13</a> libflash/file:
+greatly increase perf of file_erase()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ac3a7793190">7ac3a7793190</a> ffspart: Increase
+MAX_LINE to above PATH_MAX</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f12bdee4d0b1">f12bdee4d0b1</a> ffspart: Support
+flashing already ECC protected images</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce8417b8c4e0">ce8417b8c4e0</a> opal-ci: Drop
+fedora27, add fedora29</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b9877f94428">8b9877f94428</a> skiboot v6.2 release
+notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6bb72e8f7b9d">6bb72e8f7b9d</a> firmware-versions:
+Add test case for parsing VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0647f2a2c4eb">0647f2a2c4eb</a> skiboot v6.2.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/428cb852e3a0">428cb852e3a0</a> qemu: bt device
+isn’t always hanging off /</li>
+</ul>
+<p>Vaibhav Jain (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3754dba77ef5">3754dba77ef5</a> phb4: Reallocate
+PEC2 DMA-Read engines to improve GPU-Direct bandwidth</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5690c5a8980f">5690c5a8980f</a> doc: Add a man page
+for OPAL_PCI_SET_PHB_CAPI_MODE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef9caad57e59">ef9caad57e59</a> phb4/capp: Update
+DMA read engines set in APC_FSM_READ_MASK based on link-width</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec954f764efe">ec954f764efe</a> capp: Fix the capp
+recovery timeout comparison</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1520d6a1e3aa">1520d6a1e3aa</a> phb4: Don’t probe a
+PHB if its garded</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5f728c53d42c">5f728c53d42c</a> opal: use
+for_each_safe to iterate over opal_syncers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6fca4819fd1">a6fca4819fd1</a> nvram: Fix a
+possible NULL pointer de-ref in nvram_query_eq()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09fabd68f732">09fabd68f732</a> phb4: Reset pfir and
+nfir if new errors reported during ETU reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f7868260709">0f7868260709</a> phb4: Re-factor
+phb4_fenced() and introduce phb4_dump_pec_err_regs()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d7419274dfa">2d7419274dfa</a> phb4/capp: Use link
+width to allocate STQ engines to CAPP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d5ebd5519dcd">d5ebd5519dcd</a> phb4/capp: Update
+the expected Eye-catcher for CAPP ucode lid</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8e1d61ae2c9">c8e1d61ae2c9</a> phb4: Enable PHB
+MMIO-0/1 Bars only when mmio window exists</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cef472ed1fe">7cef472ed1fe</a> opal/hmi: Wakeup the
+cpu before reading core_fir</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/999246716d2d">999246716d2d</a> phb4/capp: Only
+reset FIR bits that cause capp machine check</li>
+</ul>
+<p>Vaidyanathan Srinivasan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df5da053c459">df5da053c459</a> core/cpu: Fix memory
+allocation for job array</li>
+</ul>
+<p>Vasant Hegde (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff576aa8187b">ff576aa8187b</a> opal-prd: Fix
+opal-prd crash</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/15880d514e1f">15880d514e1f</a> core/cpu: Call
+memset with proper cpu_thread offset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd2dacf8ee06">dd2dacf8ee06</a> hdata: Fix dtc
+warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d9395c3d542">9d9395c3d542</a> hdata: Make sure FW
+feature name is not empty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2fba868b5380">2fba868b5380</a> fsp/surv: Improve
+log message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70a7a3fdfa36">70a7a3fdfa36</a> hdata: Cleanup
+get_hb_reserved_mem</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50d508c3cd62">50d508c3cd62</a> hdata: Make sure
+reserved node name starts with “ibm,”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/904623dbbda4">904623dbbda4</a> FSP: Improve
+Reset/Reload log message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c94b5a9e9c32">c94b5a9e9c32</a> hdata/i2c: Skip
+unknown device type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ab10b2e62e58">ab10b2e62e58</a> core/ipmi: Improve
+error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d07a5622a9e1">d07a5622a9e1</a> core/opal: Print PIR
+value in exit path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cadaf7c36e83">cadaf7c36e83</a> libflash/ecc: Fix
+compilation warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e2bf87b42f7">2e2bf87b42f7</a> ipmi/power: Fix
+system reboot issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73fa7be132a4">73fa7be132a4</a> hw/bt: Fix message
+retry handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44f90875712f">44f90875712f</a> hw/bt: Add backend
+interface to disable ipmi message retry option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/788c9ac2b926">788c9ac2b926</a> hw/bt: Introduce
+separate list for synchronous messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28f5fe3a6edc">28f5fe3a6edc</a> core/ipmi: Add ipmi
+sync messages to top of the list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af5c2978dbcd">af5c2978dbcd</a> hw/bt: Do not
+disable ipmi message retry during OPAL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5da21e2cc79d">5da21e2cc79d</a> skiboot v6.2.2
+release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="patches-2-2-15">
+<span id="id33"></span><h3>Patches<a class="headerlink" href="#patches-2-2-15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-15">
+<span id="id34"></span><h3>Commits<a class="headerlink" href="#commits-2-2-15" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/118e0a59c1a9">118e0a59c1a9</a> Disable hidden
+error logs in production mode</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/4fb3a4b928a9">4fb3a4b928a9</a> Add multiple nest
+frequencies support</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/58749a257a67">58749a257a67</a> Human readable
+xml (pretty formatting)</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/3eff045c6be2">3eff045c6be2</a> Renumbering
+membuf FRU names</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/bff39ab219bb">bff39ab219bb</a> Renumbering DIMM
+FRU names</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/e56f1665ae9d">e56f1665ae9d</a> Remove vesnin.rpt
+file</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/c994a1815bcb">c994a1815bcb</a> Remove unused
+temperature sensor ID for CPU cores</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="patches-2-2-16">
+<span id="id35"></span><h3>Patches<a class="headerlink" href="#patches-2-2-16" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-16">
+<span id="id36"></span><h3>Commits<a class="headerlink" href="#commits-2-2-16" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c488a6234d09">c488a6234d09</a> Added value
+to TPM FRU ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/dce824c12588">dce824c12588</a> Backing out
+TPM FRU ID</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/e76c2fc5aeb5">e76c2fc5aeb5</a> Adding in
+TPM FRU info</li>
+</ul>
+<p>Matt Raybuck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/f7cffdbe00f6">f7cffdbe00f6</a> Correct
+invalid chiplet ids for MCS units (#80)</li>
+</ul>
+<p>sannerd (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c8bca533fcea">c8bca533fcea</a> Default
+Spectre/Meltdown HW Inits to Kernel mode (#78)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="patches-2-2-17">
+<span id="id37"></span><h3>Patches<a class="headerlink" href="#patches-2-2-17" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2-2-17">
+<span id="id38"></span><h3>Commits<a class="headerlink" href="#commits-2-2-17" title="Permalink to this headline">¶</a></h3>
+<p>Adrian Barrera (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/40bf092f8f82">40bf092f8f82</a> Update GARD
+settings per RAS testing</li>
+</ul>
+<p>Matt Raybuck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/zaius-xml/commit/6f6b5efd3279">6f6b5efd3279</a> Correct invalid
+chiplet ids for MCS units</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.2-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.2-rc1</a></li>
+ <li>Next: <a href="v2.3-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v2.3-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.2.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.3-rc1.html b/release-notes/v2.3-rc1.html
new file mode 100644
index 0000000..27e20a0
--- /dev/null
+++ b/release-notes/v2.3-rc1.html
@@ -0,0 +1,1783 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.3-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.3-rc2" href="v2.3-rc2.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.2" href="v2.2.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-3-rc1">
+<h1>Release Notes for OpenPower Firmware v2.3-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-3-rc1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.3-rc1 was released on Wednesday April 3rd, 2019. It will become the new stable release
+of op-build, following on from v2.2, first released on March 9th, 2019.</p>
+<p>The op-build v2.3 release cycle is a uniquely shorter one as we’ve been working on getting ready to
+have a more reliably predictable release schedule going for future releases.</p>
+<p>op-build v2.3-rc1 contains all the fixes as of op-build v2.0.15, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.</p>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.3 release. We expect to do a final
+v2.3 tagged release early April 2019. Please test this release candidate heavily!</p>
+<div class="section" id="known-bugs">
+<h2>Known Bugs<a class="headerlink" href="#known-bugs" title="Permalink to this headline">¶</a></h2>
+<p>We have two known bugs that are currently release blockers for the final v2.3.</p>
+<ul class="simple">
+<li>There exists a bug where boot devices <em>may</em> not show up in petitboot until “Rescan Devices” is
+selected.</li>
+<li>There exists a bug where Control-C behaviour in the petitboot shell has changed, which may cause
+some test scripts to get confused.</li>
+</ul>
+</div>
+<div class="section" id="removed-platforms">
+<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>openpower_mambo (superseded by the generic ‘opal’ defconfig, aimed towards use with simulators)</li>
+<li>witherspoon_dev (superseded by just using the generic witherspoon defconfig)</li>
+</ul>
+</div>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>opal</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="17%" />
+<col width="19%" />
+<col width="16%" />
+<col width="48%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>ethtool</td>
+<td>4.16</td>
+<td>4.19</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>eudev</td>
+<td>3.2.5</td>
+<td>3.2.7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>glibc</td>
+<td>2.28-69-g1e5c530
+3</td>
+<td>2.28-94-g4aef
+f335</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw022319a.930</td>
+<td>hw032919a.940</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>37e67698be566</td>
+<td>ca03643dd893</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-p8</td>
+<td>a3b0cb929cbf2</td>
+<td>c2074ad87972</td>
+<td>habanero, garrison, barreleye, firestone,
+palmetto, vesnin</td>
+</tr>
+<tr class="row-even"><td>i2c-tools</td>
+<td>4.0</td>
+<td>4.1</td>
+<td>pseries, vesnin</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.19.26</td>
+<td>4.19.30</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-firmware</td>
+<td>44d4fca9922a</td>
+<td>1baa34868b2c</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux-headers</td>
+<td>4.19.26</td>
+<td>4.19.30</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>lvm2</td>
+<td>2.02.180</td>
+<td>2.02.183</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>c994a1815bcb</td>
+<td>f44f8808fc7c</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>f7cffdbe00f6</td>
+<td>e3e9aef82673</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>12c8088a32c5</td>
+<td>58e422dede59</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>openpower-pnor</td>
+<td>0aeae23bd0c6</td>
+<td>2ea669b4aa57</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone, palmetto,
+vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>2e253cebdaff</td>
+<td>1410677b65e4</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.2.2</td>
+<td>v6.3-rc1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.32.1</td>
+<td>2.33</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3330dbdae60f">3330dbdae60f</a> Proposed structure
+change for OCC</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dd012c7f495">0dd012c7f495</a> PPB: Refactor pstate
+parameter block</li>
+</ul>
+<p>hostboot (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc5c034aa468">cc5c034aa468</a> Release tag
+information updated for hw030819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96bdad1dc08c">96bdad1dc08c</a> Release tag
+information updated for hw030919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4bd4e7e0e75">b4bd4e7e0e75</a> Release tag
+information updated for hw031219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b31c43a6c27e">b31c43a6c27e</a> Release tag
+information updated for hw031319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3d18592a7e3a">3d18592a7e3a</a> Release tag
+information updated for hw031619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4ffb0e57df57">4ffb0e57df57</a> Release tag
+information updated for hw031919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ca318ee145bf">ca318ee145bf</a> Release tag
+information updated for hw032019b.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/21fb83a0aec7">21fb83a0aec7</a> Release tag
+information updated for hw032119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f722a49ec15b">f722a49ec15b</a> Release tag
+information updated for hw032219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b072dcdd5a9a">b072dcdd5a9a</a> Release tag
+information updated for hw032319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/33eeb29bcbf6">33eeb29bcbf6</a> Release tag
+information updated for hw032619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c76877c7370">2c76877c7370</a> Release tag
+information updated for hw032719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dbac1b4fde0">0dbac1b4fde0</a> Release tag
+information updated for hw032919a.940</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-3-rc1-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-3-rc1-patches-1" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch">0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch">0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch</a></li>
+<li><a class="reference external" href="https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch">hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch</a></li>
+</ul>
+</div>
+<div class="section" id="v2-3-rc1-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-3-rc1-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Alvin Wang (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49a169abfa3d">49a169abfa3d</a> Adds mcbist empty
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/517ec60ee50d">517ec60ee50d</a> Adds mcbist empty
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f50a11628b1c">f50a11628b1c</a> Change generic
+mcbist file name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4984330e0ef9">4984330e0ef9</a> Change generic
+mcbist file name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7910f680f5c">d7910f680f5c</a> Add exp_scrub empty
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8765bcd2cc17">8765bcd2cc17</a> Add empty files for
+power_theraml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75f8277bbc20">75f8277bbc20</a> Add empty
+file(accessor_wrapper.H) for power_theraml</li>
+</ul>
+<p>Andre A. Marin (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c368037cb36e">c368037cb36e</a> Update phy_pharams
+structure, tests, and exp attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee476c6abdad">ee476c6abdad</a> Update phy_pharams
+structure, tests, and exp attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d679e6d649ee">d679e6d649ee</a> Add
+attr_engine_traits empty files for HB to mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5e9f70eb916">b5e9f70eb916</a> Update phy_pharams
+structure, tests, and exp attrs</li>
+</ul>
+<p>Andre Marin (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/877a032b90cd">877a032b90cd</a> Fix SPD cas latency
+assert bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e1906f95ba3">9e1906f95ba3</a> Add
+std::remove_all_extends to HB STL library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dcce4bcccc2">2dcce4bcccc2</a> Add L1 for
+p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c169fc8be5a">1c169fc8be5a</a> Add attribute
+engine algorithm for eff_config and pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/018a009896d8">018a009896d8</a> Add attribute
+engine algorithm for eff_config and pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5a493e300da">e5a493e300da</a> Add attribute
+engine algorithm for eff_config and pre_eff_config</li>
+</ul>
+<p>Ben Gass (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5bfda17c8018">5bfda17c8018</a> Add chip base
+address to the OMI MMIO offset in p9a_mmio_util</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d27c5e1fe431">d27c5e1fe431</a> Update ATRMISS
+registers for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71d98844bb93">71d98844bb93</a> Update p9_l2_flush
+to check if purge is busy on anything prior to flush.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4278d1df874">a4278d1df874</a> Add
+ATTR_OMI_DL_GROUP_POS and ATTR_OMI_DL_NUM for OMI targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/224517ac925b">224517ac925b</a> Update cmd/rsp
+endian handling in exp_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5beffad6f2f2">5beffad6f2f2</a> Replace FAPI_ERR
+with FAPI_DBG when no error in exp_omi_init</li>
+</ul>
+<p>Bill Hoffa (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7364f2447d18">7364f2447d18</a> Initialize and test
+alt-master PNOR access in all boots</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b9e2d415060">8b9e2d415060</a> Fix autocitest
+simics attempt numbering</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c54069667c86">c54069667c86</a> Catch Unknown
+Values for CONFIG_APPLY attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2620abc7dc62">2620abc7dc62</a> INTRP HW Workaround
+for Clockgating Issue</li>
+</ul>
+<p>Caleb Palmer (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/066af762a047">066af762a047</a> Add SW callout if
+invalid proc model in call_mss_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d94e5b51c9e5">d94e5b51c9e5</a> PRD: Remove old
+domain startScrubs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0843af939876">0843af939876</a> PRD: Don’t skip ECC
+spare when no DRAM spare</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86b0576b22dc">86b0576b22dc</a> PRD: NVDIMM reg
+review updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d28e5b524f2">6d28e5b524f2</a> PRD: Remove EccSp
+from errl when not avail</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be07d93af71c">be07d93af71c</a> PRD: MEM_PORT
+getConnected support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4046e66acfb6">4046e66acfb6</a> Hostboot Memory HWP
+include update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16024c9f92fa">16024c9f92fa</a> PRD: Axone
+PlatServices and Misc Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2837b85611f">f2837b85611f</a> PRD: Memory HWP
+include updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09b6e80a55d2">09b6e80a55d2</a> PRD: NVDIMM health
+status reg errors no longer gard</li>
+</ul>
+<p>Chen Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4031acbfb05">c4031acbfb05</a> Dropped messages at
+shutdown</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad388de1a208">ad388de1a208</a> Proposed structure
+change for OCC</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/298aa306a1f4">298aa306a1f4</a> P9A OMI Dccal /
+Scominit</li>
+</ul>
+<p>Christian Geddes (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ee01af225a0">8ee01af225a0</a> Allow child/parent
+lookups between DIMM and OCMB_CHIP targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6cc4d5078e34">6cc4d5078e34</a> Again try to fix
+checkpoint issue with fips930 simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3452fbd95989">3452fbd95989</a> Allow for nullptr
+io_buffer in eecache read</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce2a9daac0c">7ce2a9daac0c</a> Add interface to
+look up model type of master processor on targetService</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efda71702697">efda71702697</a> Set early test case
+IPL step to be 14.7 in Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e70d216f8e2b">e70d216f8e2b</a> Compile and add
+calls to exp_scominit in istep 13.8</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b845f915ea">58b845f915ea</a> Disable Mutex
+Attribute Test Cases for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/250291d09340">250291d09340</a> Add
+p9a_omi_training_check hwp call to istep 12.9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b02a6aa674c">3b02a6aa674c</a> Fix
+getChildByAffinity call in mmio.C and add more traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dafcf54942f1">dafcf54942f1</a> Remove imported
+files that were added incorrectly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/552339eb7f78">552339eb7f78</a> Create a common
+explorer accesss module expaccess</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281c7c93a463">281c7c93a463</a> Skip enabling PM
+complex (start_stop_engine HWP) in Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63afd50c3393">63afd50c3393</a> Disable SMF tests
+for Axone bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5618f2f2b432">5618f2f2b432</a> Fix issues with how
+we were handling new .so added for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9145082bb0ca">9145082bb0ca</a> Disable OCMB mmio
+communication tests until MMIO works</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b397d8d630ac">b397d8d630ac</a> Allow single dimm
+configurations in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd41d6161ea9">dd41d6161ea9</a> Set
+MAX_COMPUTE_NODES attribute so TOD code gets setup correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3653c5d44e88">3653c5d44e88</a> Skip establish ex
+chiplet step (15.3) during Axone for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a0fe1f2857a">0a0fe1f2857a</a> Compile new
+Axone/Explorer memory libs in isteps_mss library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d09e67a0a554">d09e67a0a554</a> Update simics
+release that Axone is using and adjust simics script</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8cfbb22598c">b8cfbb22598c</a> Set MUX i2c slave
+port to be 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c5f03e47872">1c5f03e47872</a> Fix bug that was
+scrambling traces in errorlogs during HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddc7b1ec95be">ddc7b1ec95be</a> Apply OBUS PG rules
+update to Axone also</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a52d45742151">a52d45742151</a> Edit
+cxxtest.start.sh script to call runsim correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6677251ee3d">c6677251ee3d</a> Call p9a_mss_volt
+if MEM_PORT targets are available in istep 7.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/994299cf3d45">994299cf3d45</a> Add code to call
+p9a_mss_freq / p9a_mss_freq_system in istep 7.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1564d45787ce">1564d45787ce</a> Wrap exp_draminit
+in a extern “C” to workaround name mangling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30a512e3d84d">30a512e3d84d</a> Disable OCMB getVPD
+tests until we get better SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33e7c6de0769">33e7c6de0769</a> Add calls to
+available p9a_mss_eff_config HWPs in istep 7.4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85e898e7c68e">85e898e7c68e</a> Edit autocitest to
+handle hbTrace.log generated in /src/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a98d9a843a71">a98d9a843a71</a> Generate P9A
+accessors for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f55c462e587c">f55c462e587c</a> Resize WOF to allow
+AXONE test pnor to fit inside 64 MB</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcecb8a2a15a">bcecb8a2a15a</a> Revert “Update
+phy_pharams structure, tests, and exp attrs”</li>
+</ul>
+<p>Corey Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bfacdff427f">0bfacdff427f</a> Add callouts for
+NVDIMM errors</li>
+</ul>
+<p>Dan Crowell (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8720c117759">b8720c117759</a> Reset Engine E to
+handle NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d505fea7f169">d505fea7f169</a> Make overrideOnly
+fapi attributes volatile-zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86b5d355d643">86b5d355d643</a> Delete complextype
+fields in attributes if they have no value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e73d0c117548">e73d0c117548</a> Force reboot
+without visible errors for core wakeup failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/386165c1c5da">386165c1c5da</a> Updates to
+testcases for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce4004d542f1">ce4004d542f1</a> Create runtime mss
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4636db0ab1ec">4636db0ab1ec</a> Always use original
+defaults for attribute fields with no value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b3f4e146b01">0b3f4e146b01</a> Use meaningful
+values for PNOR build parms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d86b40c30c1">7d86b40c30c1</a> Modify rank
+variable for OCMB VPD lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2c08ea15af6">c2c08ea15af6</a> Remove old fapi
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63622494a0f3">63622494a0f3</a> Add PMIC target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0f035161098">e0f035161098</a> Tweak page eviction
+parameters to handle low mem better</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c2978d3a443">2c2978d3a443</a> Add ASSERT trace
+buffer to task crash log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fc37a704410">8fc37a704410</a> Create
+p9a_disable_ocmb_i2c HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27d7ab8db738">27d7ab8db738</a> Moving libnvdimm
+into a resident module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c067d46c2f7">7c067d46c2f7</a> Make pci cache
+injection attributes writeable</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73fc80f05f07">73fc80f05f07</a> Base HWP mirroring
+control on HB policy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/610f16673641">610f16673641</a> Allow OPAL to run
+on fused cores</li>
+</ul>
+<p>Glenn Miles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0af9610f18a1">0af9610f18a1</a> Make access to
+iv_overridePtr threadsafe</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/676c584aaa70">676c584aaa70</a> Make more room for
+hbicore_extended in PNOR layout files.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/814734326962">814734326962</a> Use thread_local
+for globals that require it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/373d8a5fb285">373d8a5fb285</a> Run memory training
+in parallel across centaurs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/853d251aef29">853d251aef29</a> Add 1MB to PNOR HBI
+section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6ddb6dc19f8">f6ddb6dc19f8</a> Add checks for
+invalid trace data in removeDuplicateTraces</li>
+</ul>
+<p>Ilya Smirnov (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1c1b2cc5e78">b1c1b2cc5e78</a> Secureboot:
+Enhanced Multinode Comm: TPM_POISONED</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed35e3da7c26">ed35e3da7c26</a> Unit Tests For SMF
+Secure Mem Distribution</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ece0ede203d">9ece0ede203d</a> SMF: Memory
+Distribution Logic Improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eeb5732a169d">eeb5732a169d</a> Revert “SMF: Create
+New UVBWLIST Partition”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7534ed92a2d">c7534ed92a2d</a> Secureboot:
+Enhanced Nomdecomm: Quote Fix</li>
+</ul>
+<p>Jacob Harvey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7f0582196fb">e7f0582196fb</a> L3 work for mss
+xmls</li>
+</ul>
+<p>Jayashankar Padath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/596bde3e93f3">596bde3e93f3</a> HDAT : Support of
+new Rugby values in P9N systems</li>
+</ul>
+<p>Jaymes Wilks (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5475890894b">f5475890894b</a> Support thread
+local storage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff62338a5699">ff62338a5699</a> Thread local
+storage: Update unit tests for thread local storage</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c6429e239e2">1c6429e239e2</a> HW483672: Enable
+TLBIE WAT (version 5); fixes unintended flushing</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87cc9b25b008">87cc9b25b008</a> cleanup references
+to chip-centric EC feature attributes</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e45d35734d18">e45d35734d18</a> Fix doxygen
+warnings</li>
+</ul>
+<p>Louis Stermole (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fcfd69a0278">5fcfd69a0278</a> Remove MBA GARD
+from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/835d2074b6bc">835d2074b6bc</a> Add empty files
+required for mss::index, pos, and c_str templating</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/197507fb6e80">197507fb6e80</a> Add empty file
+required for templating eff_memory_size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebf6fda9958f">ebf6fda9958f</a> Add empty files
+required for p9a_mss_freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f660c2b98b7">6f660c2b98b7</a> Add new files
+required for fixing mss::index, mss::pos, and mss::c_str</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f728a100a8e">0f728a100a8e</a> Add empty file for
+explorer eff_memory_size specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fc0e7abffb0">8fc0e7abffb0</a> Add p9a version of
+eff_memory_size API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca025608c0c1">ca025608c0c1</a> Move p9a sync.C and
+sync.H to new names to fix collisions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bdf34b9fe0a">6bdf34b9fe0a</a> Add workaround for
+Nimbus symbol mark performance hw bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76a4f5d86930">76a4f5d86930</a> Move explorer
+specialization of eff_memory_size into explorer lib</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5d11b476381">a5d11b476381</a> Add empty files for
+DEFAULT_MC_TYPE constants</li>
+</ul>
+<p>Luis Fernandez (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90552694307e">90552694307e</a> Secure Boot: Log
+error when attribute override attempted in secure mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab6efc5935dc">ab6efc5935dc</a> HB Improvements:
+Fix compiler warnings on modern compilers</li>
+</ul>
+<p>Mark Pizzutillo (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/847ced968c58">847ced968c58</a> Add blank files for
+axone p10 rank API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b3c165b9c65">7b3c165b9c65</a> Add empty files for
+gemini IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af6712fe5c03">af6712fe5c03</a> Remove files not
+needed by gemini IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9011abf477a1">9011abf477a1</a> Add wrapper and
+utils blank files for exp_getecid</li>
+</ul>
+<p>Matt Derksen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/518a05ca5136">518a05ca5136</a> Move nvdimm_update
+call to istep 21.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2df122342fae">2df122342fae</a> Use NVDIMM lids for
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5c403221e3e">a5c403221e3e</a> Fixing runtime i2c
+operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5ab52ab7117">f5ab52ab7117</a> NVDIMM update code</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7c8ac4df4e1">a7c8ac4df4e1</a> move
+ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file</li>
+</ul>
+<p>Matt Raybuck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b29a1188536">4b29a1188536</a> UCD attribute and
+targeting updates</li>
+</ul>
+<p>Matthew Raybuck (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2899da82cb0">d2899da82cb0</a> Improve performance
+of Partial Good logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3830dc6e8fb0">3830dc6e8fb0</a> Support UCD target
+generation for Zeppelin MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d47b63700d87">d47b63700d87</a> Add functions to
+get Device Id and MFR revision from UCD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3265b62f038c">3265b62f038c</a> Improve performance
+of general PG algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cfb551c4e56">2cfb551c4e56</a> TESTCASES: Improve
+performance of general PG algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/086018c231e7">086018c231e7</a> Support UCD for I2C
+callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3264eed4874">c3264eed4874</a> Add minor tweaks to
+I2C Callouts for UCD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8684bd3d5656">8684bd3d5656</a> Add retry loop to
+UCD deviceOps</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b445b93fc21e">b445b93fc21e</a> Handle bad PEC from
+UCD device op</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac7a4f206efe">ac7a4f206efe</a> Fix UCD retry loop
+size bug</li>
+</ul>
+<p>Mike Baiocchi (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d74d3932d989">d74d3932d989</a> Secureboot: Enhance
+Error Callouts For New Multinode Trustedboot Transfer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4eb72a8bf074">4eb72a8bf074</a> Adjust I2C Reset
+for OpenPower MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/656ba908c6f2">656ba908c6f2</a> Add UCD devices to
+ATTR_I2C_BUS_SPEED_ARRAY for ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08d6bc305592">08d6bc305592</a> Update UCD class
+member variables and functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffdc6b255981">ffdc6b255981</a> Add check to
+determine if a UCD’s I2C Master is functional</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72fc1da005b7">72fc1da005b7</a> Invoke UCD Update
+Algorithm on UCD Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/571956c7f546">571956c7f546</a> Create Attribute to
+force UCD Updates</li>
+</ul>
+<p>Murulidhar Nataraju (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b7bbd62febe">6b7bbd62febe</a> Enable OCC Start in
+MPIPL path for OPAL based systems</li>
+</ul>
+<p>Nick Bofferding (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90b00de769e0">90b00de769e0</a> Enhance RAS for
+case where boot firmware image is too big to load</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09a3da759682">09a3da759682</a> UCD Flash Update:
+Support I2C SMBUS operations for UCD flash update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10784ce5d02b">10784ce5d02b</a> Support UCD target
+generation for ZZ MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/642a5f63c61b">642a5f63c61b</a> Support UCD
+discovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5588cf81b95d">5588cf81b95d</a> Fix bug where task
+migrates away from pinned CPU unexpectedly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/810394f87078">810394f87078</a> UCD flash update
+invoker</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d9e3f2cde91">0d9e3f2cde91</a> Verify UCD update
+success at end of store to UCD flash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de2312a44b13">de2312a44b13</a> Fix deadlock in ECC
+error shutdown path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca03643dd893">ca03643dd893</a> Initialize backup
+TPM in MPIPL</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d983e4c8bdd">4d983e4c8bdd</a> PPB: Refactor
+pstate parameter block</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/143d03952806">143d03952806</a> Image Build: Fixed
+handling of unsecure HOMER address field.</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55260d579728">55260d579728</a> Security List
+Binary Dump Chip-op Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8f4e5009a34">b8f4e5009a34</a> OPAL/MPIPL:
+Processor Dump Area Table interfaces</li>
+</ul>
+<p>Ricardo Mata Jr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/784fe894f9ec">784fe894f9ec</a> Updated
+proc_pcie_config to support cache inject attributes</li>
+</ul>
+<p>Roland Veloz (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e84cce39773">6e84cce39773</a> Force VPD IO
+through HW (Axone) ,add plat function to get OCMB VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/038631ba24f0">038631ba24f0</a> Updated file
+ddimm_get_efd.C to be in sync with file ddimm_get_efd.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17930bb348b5">17930bb348b5</a> Unit test and
+integration test for platGetVPD(OCMB) call</li>
+</ul>
+<p>Sharath Manjunath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdaa5b1d2af3">bdaa5b1d2af3</a> Update exp_draminit
+to read values from attributes</li>
+</ul>
+<p>Stanley Zheng (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c23e99369c50">c23e99369c50</a> add address xlate
+to initfile</li>
+</ul>
+<p>Stephen Glancy (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dadbba56f413">dadbba56f413</a> Adds SI setting for
+4R and dual-drop LRDIMM configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c050abede299">c050abede299</a> Updates the
+explorer training response structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fa8d0452930">6fa8d0452930</a> Updates read to
+write timers for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c96464c7d525">c96464c7d525</a> Moves set bad
+bitmap into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b943a5ba24f">2b943a5ba24f</a> Fixes MPR read ODT
+values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b850083ce640">b850083ce640</a> Fixes LRDIMM CKE
+issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e0290d32802">8e0290d32802</a> Fixes LRDIMM rank
+configuration for dual-drop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd82f3ecbcef">cd82f3ecbcef</a> Adds DDIMM EFD
+decoder API</li>
+</ul>
+<p>Steven Janssen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85942470b223">85942470b223</a> Update function
+pointer name to correctly point to function</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4470dc33a126">4470dc33a126</a> Disable warnings
+that crop up a lot with GCC6</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/395f284926ab">395f284926ab</a> FAPI_Infra:Add new
+member to structure ErrorInfoHwCallout</li>
+</ul>
+<p>Tsung Yeung (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8eb0494af6a1">8eb0494af6a1</a> Enforces NVDIMM
+Pairing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da2c80997909">da2c80997909</a> Suppresses
+maintenance error messages due to STR exit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2a9006d0552">c2a9006d0552</a> NVDIMM RCD restore
+fix and zqcal timing fix</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-3-rc1-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-3-rc1-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc1-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-3-rc1-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1904821d6279">1904821d6279</a> Updates to wofparser
+tool</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/98ccba678ad4">98ccba678ad4</a> Support for PGPE error
+handling</li>
+</ul>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6e52f56bd2cc">6e52f56bd2cc</a> Fix memory bandwidth
+chom averages</li>
+</ul>
+<p>Zane Shelley (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/75f2dd306f18">75f2dd306f18</a> FIRDATA: fix iteration
+bug in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d60be21fc396">d60be21fc396</a> FIRDATA: remove
+Cumulus/Centaur targets and add Axone/Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d85d3c5387ec">d85d3c5387ec</a> FIRDATA: add Axone
+memory subsystem SCOM support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/18fa6f29e388">18fa6f29e388</a> FIRDATA: removed HOMER
+support for Cumulus/Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d2801157a080">d2801157a080</a> FIRDATA: Clean up HOMER
+parsing variables in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d4e558e09c51">d4e558e09c51</a> FIRDATA: Simplified
+adding targets to PNOR</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/29d1d67db71c">29d1d67db71c</a> FIRDATA: Simplified
+adding chip units to PNOR</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/69bac807b007">69bac807b007</a> FIRDATA: Simplified
+iterating targets from HOMER in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b673f22459ca">b673f22459ca</a> FIRDATA: Further
+simplifying iteration variables in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6220fb3d8d7a">6220fb3d8d7a</a> FIRDATA: Simplified
+adding subunit targets to PNOR in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/58e422dede59">58e422dede59</a> FIRDATA: added
+Axone/Explorer support to firData.c</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-3-rc1-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-3-rc1-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc1-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-3-rc1-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f9a51d0059e">0f9a51d0059e</a> Update i2c driver for
+OCMB chip</li>
+</ul>
+<p>Christopher M Riedl (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a3b2377b7de1">a3b2377b7de1</a> Implement PBA
+Cache-Inhibited 8B Rd/Wr Access</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9b85ed2ed42">c9b85ed2ed42</a> Add
+ATTR_ENABLED_OBUS_BRICKS</li>
+</ul>
+<p>Jenny Huynh (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be0d09d34335">be0d09d34335</a> HW477626 Dangerous Elk -
+Applies to CDD12+</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e18d802d082f">e18d802d082f</a> HW477626 Dangerous Elk -
+Temporarily apply to CDD13 native only</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04c534c750c6">04c534c750c6</a> HW477626 Dangerous Elk -
+Reapply for all CDD12+ risk levels</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f3b4f8efe1f8">f3b4f8efe1f8</a> Additional core inits
+for Nimbus DD2.3 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/934ccd82e22f">934ccd82e22f</a> Axone core initfile
+update to match Nimbus DD23</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a5f8ddab286">4a5f8ddab286</a> Adjust PVR Version for
+Axone</li>
+</ul>
+<p>Joachim Fenkes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b9b668e5916e">b9b668e5916e</a> FAPI2: Multicast API
+1/2: Platform-breaking changes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a09d58df7aa">8a09d58df7aa</a> FAPI2: Multicast API
+2/2: Introduce the actual multicast functions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4529a95e14de">4529a95e14de</a> Add tools to help
+measure and compare SBE image size</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5786b04efe86">5786b04efe86</a> p9_sbe_tp_chiplet_init3:
+Mask TOD error bit 62 (osclite switched)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e8590a9d3a19">e8590a9d3a19</a> p9_sbe_npll_setup:
+Enable spread spectrum before starting PLL</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81642d21704f">81642d21704f</a> whitelist update for
+ABUS CCM</li>
+</ul>
+<p>Prasad Bg Ranganath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9eba57570f29">9eba57570f29</a> PPB:New attribute
+ATTR_PMCR_MOST_RECENT_MODE for PMCR request</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fd8d1401c5f">8fd8d1401c5f</a> HWP:Cache stop clocks
+complete fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1410677b65e4">1410677b65e4</a> PM HWP: Fix bug in stop
+clock procedure that effects mpipl</li>
+</ul>
+<p>Prem Shanker Jha (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6b4eafa650c">b6b4eafa650c</a> SMF: Defined new
+attribute containing unsecure HOMER memory’s size.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/47f5faba3803">47f5faba3803</a> SMF: Populates unsecure
+HOMER with SC2 instruction.</li>
+</ul>
+<p>Pretty Mariam Jacob (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b2548e254811">b2548e254811</a> Added Alink changes in
+attributes and initfiles</li>
+</ul>
+<p>Raja Das (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0420efec88bd">0420efec88bd</a> White/Black/Grey List
+Binary dump PSU Chip-op Support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0321b165dad7">0321b165dad7</a> SBE scripts to update
+pib repair data</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f9f77cec3cb">9f9f77cec3cb</a> L1 loader Axone Pibmem
+repair parse</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c508f8e9d96e">c508f8e9d96e</a> NVDIMM Flush update</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/57905edebf34">57905edebf34</a> Axone pibmem repair
+logic</li>
+</ul>
+<p>Soma BhanuTej (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d73131d1a11">1d73131d1a11</a> Update p9a_10 engd - spy
+name changes</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b5f5c303ddc">9b5f5c303ddc</a> Befor flushNVDIMM
+chip-op make sure all core Instructions are stopped</li>
+</ul>
+<p>Stephen Glancy (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/953dc3134693">953dc3134693</a> Updates MWD_COARSE to
+run multiple patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6eb2a4c0f0d8">6eb2a4c0f0d8</a> Updates MCA write and
+read timings</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1ac3d5b9cd5f">1ac3d5b9cd5f</a> Adjust STR enter
+sequence to enable immediate entry</li>
+</ul>
+<p>kswaroop (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81c848765857">81c848765857</a> PIBMEM only image</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-3-rc1-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-3-rc1-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc1-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-3-rc1-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Goel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b821f8c2a8e3">b821f8c2a8e3</a> power-mgmt : occ :
+Add ‘freq-domain-mask’ DT property</li>
+</ul>
+<p>Akshay Adiga (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b99f58ea37">40b99f58ea37</a> SLW: Remove Idle
+state support tor Power8 DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c46ab3a0509c">c46ab3a0509c</a> SLW: Print verbose
+info on errors only</li>
+</ul>
+<p>Alexey Kardashevskiy (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/17975a6e6457">17975a6e6457</a> cpufeatures: Always
+advertise POWER8NVL as DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64627c85e648">64627c85e648</a> cpufeatures: Always
+advertise POWER8NVL as DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd0950488f7f">fd0950488f7f</a> opal: Deprecate
+reading the PHB status</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4824d17bb53b">4824d17bb53b</a> hw/phb3/naples:
+Disable D-states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/889dba86c3c8">889dba86c3c8</a> hw/phb3/naples:
+Disable D-states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba1d95a1d460">ba1d95a1d460</a> npu2: Add
+XTS_BDF_MAP wildcard refcount</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0f17caddcd8">c0f17caddcd8</a> npu2: Allow ATSD for
+LPAR other than 0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b392d785eb49">b392d785eb49</a> witherspoon: Add
+nvlink2 interconnect information</li>
+</ul>
+<p>Andrew Donnellan (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/682fa68e577c">682fa68e577c</a>
+platforms/witherspoon: Make PCIe shared slot error message more informative</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1c3ed8224bf">e1c3ed8224bf</a> config: Get rid of
+DEBUG_MALLOC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/647dc4aff7b6">647dc4aff7b6</a> config: Get rid of
+FAST_REBOOT_CLEARS_MEMORY</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9bc52a250a0">c9bc52a250a0</a> core/stack: Remove
+r1 argument from ___backtrace()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b971b67ac2e1">b971b67ac2e1</a> core/stack: Define a
+backtrace metadata struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80a49c7022b2">80a49c7022b2</a> core/stack: Store
+PIR in ___backtrace()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8dddd751ef43">8dddd751ef43</a> hw/fsp, hw/ipmi:
+Convert attn code to not use backtrace wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5a7411cd74e">e5a7411cd74e</a> core/stack: Convert
+stack check code to not use backtrace wrapper</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b965b9de25d2">b965b9de25d2</a> core/stack: Rename
+backtrace functions, get rid of wrappers</li>
+</ul>
+<p>Andrew Jeffery (115):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd9839684d48">bd9839684d48</a> astbmc: Try IPMI
+HIOMAP for P8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/71ce936ffe38">71ce936ffe38</a> p8dtu: Enable HIOMAP
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dcbd1f41d98">9dcbd1f41d98</a> p8dtu: Configure BMC
+graphics</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/963629523084">963629523084</a> pflash: Don’t try
+update RO ToC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dec1de73e1e">0dec1de73e1e</a> libflash/test:
+Generate header dependencies for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3852a9460abc">3852a9460abc</a> ffspart, libflash:
+Fix stack size warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7e1efe864ad">a7e1efe864ad</a> pflash: Increase
+stack frame size warning threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5636d390b7f0">5636d390b7f0</a> gard: Fix warnings
+from gcc 8.2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96409597aa39">96409597aa39</a> Makefile: Paper over
+gard and pflash coverage issues</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43ca6a2e5b12">43ca6a2e5b12</a> test-ipmi-hiomap:
+Add ability to delay some IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f246cceda717">f246cceda717</a> test-ipmi-hiomap:
+Dump unexpected IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5293333dd1af">5293333dd1af</a> test-ipmi-hiomap:
+Ensure the completion code is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f46ed4f7ee79">f46ed4f7ee79</a> test-ipmi-hiomap:
+Print some information on early scenario_exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b3a5dfbdf92">1b3a5dfbdf92</a>
+libflash/ipmi-hiomap: Fix leak of msg in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64a61885a229">64a61885a229</a>
+libflash/ipmi-hiomap: Overhaul error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/403d527269be">403d527269be</a>
+libflash/ipmi-hiomap: Overhaul event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d8bd2dd9eab">6d8bd2dd9eab</a>
+libflash/ipmi-hiomap: Remove unused close handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4af122b23402">4af122b23402</a>
+libflash/ipmi-hiomap: Enforce message size for empty response</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41e6e8b4acf7">41e6e8b4acf7</a> test-ipmi-hiomap:
+Add protocol-persistent-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b12dfe8dd0d">5b12dfe8dd0d</a> test-ipmi-hiomap:
+Add read-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d4b870c8524c">d4b870c8524c</a> test-ipmi-hiomap:
+Add read-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1f20bfd7d91">e1f20bfd7d91</a> test-ipmi-hiomap:
+Add event-before-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd271bc570d3">fd271bc570d3</a> test-ipmi-hiomap:
+Add event-during-read test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e69b1135db38">e69b1135db38</a> test-ipmi-hiomap:
+Add write-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb0c85ae9868">eb0c85ae9868</a> test-ipmi-hiomap:
+Add write-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f246ff2c999">7f246ff2c999</a> test-ipmi-hiomap:
+Add event-before-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9175028fc84a">9175028fc84a</a> test-ipmi-hiomap:
+Add event-during-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ee7b0f70b04">5ee7b0f70b04</a> test-ipmi-hiomap:
+Add erase-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/275b3d12af39">275b3d12af39</a> test-ipmi-hiomap:
+Add erase-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/410b80725ad2">410b80725ad2</a> test-ipmi-hiomap:
+Add event-before-erase test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2a4b4988ecc">c2a4b4988ecc</a> test-ipmi-hiomap:
+Add event-during-erase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/077d19d82405">077d19d82405</a> test-ipmi-hiomap:
+Add bad-sequence test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecf6430d1ee9">ecf6430d1ee9</a> test-ipmi-hiomap:
+Add action-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f65c781eee16">f65c781eee16</a> test-ipmi-hiomap:
+Add get-flash-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bcdd3f134970">bcdd3f134970</a> test-ipmi-hiomap:
+Add get-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0bef2695055d">0bef2695055d</a> test-ipmi-hiomap:
+Add get-flash-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4d5734fde21">c4d5734fde21</a> test-ipmi-hiomap:
+Add create-read-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/364b433adb7d">364b433adb7d</a> test-ipmi-hiomap:
+Add create-write-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4349da67c9c">a4349da67c9c</a> test-ipmi-hiomap:
+Add mark-dirty-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7798ea646fb7">7798ea646fb7</a> test-ipmi-hiomap:
+Add flush-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff5153612f85">ff5153612f85</a> test-ipmi-hiomap:
+Add ack-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12ca08b58e5b">12ca08b58e5b</a> test-ipmi-hiomap:
+Add erase-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4642a6c9a66b">4642a6c9a66b</a> test-ipmi-hiomap:
+Add ack-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8745e91d48d1">8745e91d48d1</a> test-ipmi-hiomap:
+Add get-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c2ada09e76d">5c2ada09e76d</a> test-ipmi-hiomap:
+Add get-flash-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd1a08ab3e12">bd1a08ab3e12</a> test-ipmi-hiomap:
+Add create-read-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee0314d2d9d0">ee0314d2d9d0</a> test-ipmi-hiomap:
+Add create-write-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7b8293d867a">c7b8293d867a</a> test-ipmi-hiomap:
+Add mark-dirty-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/985c7a26bcb1">985c7a26bcb1</a> test-ipmi-hiomap:
+Add flush-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7735cc354609">7735cc354609</a> test-ipmi-hiomap:
+Add erase-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0c798252521">d0c798252521</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-ack test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce81b9364131">ce81b9364131</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-get-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9398b84fad0e">9398b84fad0e</a> test-ipmi-hiomap:
+Add protocol-recovery-get-flash-info-failure test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b94bb54f6569">b94bb54f6569</a> test-ipmi-hiomap:
+Add read-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed35a7d04bde">ed35a7d04bde</a> test-ipmi-hiomap:
+Add write-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3777e58990f">a3777e58990f</a> test-ipmi-hiomap:
+Add erase-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6a4db4c249a1">6a4db4c249a1</a> ast-io: Rework
+ast_sio_is_enabled() test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c826e1ca9e5b">c826e1ca9e5b</a> astbmc: Try IPMI
+HIOMAP for P8 (again)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b9d7c9da583a">b9d7c9da583a</a> astbmc: Enable IPMI
+HIOMAP for AMI platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d07d064db05">5d07d064db05</a> libflash/test:
+Generate header dependencies for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3a3ba16a44a">e3a3ba16a44a</a> test-ipmi-hiomap:
+Add ability to delay some IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3056fcd0a7c4">3056fcd0a7c4</a> test-ipmi-hiomap:
+Dump unexpected IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cb5eca8d6ca">7cb5eca8d6ca</a> test-ipmi-hiomap:
+Ensure the completion code is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/272443f7687b">272443f7687b</a> test-ipmi-hiomap:
+Print some information on early scenario_exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7bb5ead55bdf">7bb5ead55bdf</a>
+libflash/ipmi-hiomap: Fix leak of msg in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e29cf8d00fb">2e29cf8d00fb</a>
+libflash/ipmi-hiomap: Overhaul error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c4b51a0408f">5c4b51a0408f</a>
+libflash/ipmi-hiomap: Overhaul event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/041d61e2be1d">041d61e2be1d</a>
+libflash/ipmi-hiomap: Remove unused close handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b64b3544d90b">b64b3544d90b</a>
+libflash/ipmi-hiomap: Enforce message size for empty response</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cca1c08ece5e">cca1c08ece5e</a> test-ipmi-hiomap:
+Add protocol-persistent-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a215e3e547a0">a215e3e547a0</a> test-ipmi-hiomap:
+Add read-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96ca4e26deb6">96ca4e26deb6</a> test-ipmi-hiomap:
+Add read-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea318dbe989f">ea318dbe989f</a> test-ipmi-hiomap:
+Add event-before-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4e76c8d2f6c">e4e76c8d2f6c</a> test-ipmi-hiomap:
+Add event-during-read test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3497461c93b">e3497461c93b</a> test-ipmi-hiomap:
+Add write-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf722c0ac561">bf722c0ac561</a> test-ipmi-hiomap:
+Add write-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cc5d420eeb4">4cc5d420eeb4</a> test-ipmi-hiomap:
+Add event-before-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55b284e63e7d">55b284e63e7d</a> test-ipmi-hiomap:
+Add event-during-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da61b9e8dc1f">da61b9e8dc1f</a> test-ipmi-hiomap:
+Add erase-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6f3245eda74">a6f3245eda74</a> test-ipmi-hiomap:
+Add erase-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6432db36f0b1">6432db36f0b1</a> test-ipmi-hiomap:
+Add event-before-erase test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d666e226bd9">7d666e226bd9</a> test-ipmi-hiomap:
+Add event-during-erase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d69b6567669b">d69b6567669b</a> test-ipmi-hiomap:
+Add bad-sequence test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f9facdacef9">4f9facdacef9</a> test-ipmi-hiomap:
+Add action-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b20312eb6ee5">b20312eb6ee5</a> test-ipmi-hiomap:
+Add get-flash-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/852d38850654">852d38850654</a> test-ipmi-hiomap:
+Add get-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21bed4d078d9">21bed4d078d9</a> test-ipmi-hiomap:
+Add get-flash-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05e1dabcb97d">05e1dabcb97d</a> test-ipmi-hiomap:
+Add create-read-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c97112ba0b9">1c97112ba0b9</a> test-ipmi-hiomap:
+Add create-write-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14959a69eeac">14959a69eeac</a> test-ipmi-hiomap:
+Add mark-dirty-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4de5c234518b">4de5c234518b</a> test-ipmi-hiomap:
+Add flush-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c38fccd32df0">c38fccd32df0</a> test-ipmi-hiomap:
+Add ack-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e1559af3394">5e1559af3394</a> test-ipmi-hiomap:
+Add erase-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66b4b2e49d46">66b4b2e49d46</a> test-ipmi-hiomap:
+Add ack-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90ae8a0767ce">90ae8a0767ce</a> test-ipmi-hiomap:
+Add get-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ae038042951">7ae038042951</a> test-ipmi-hiomap:
+Add get-flash-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dba42852b0de">dba42852b0de</a> test-ipmi-hiomap:
+Add create-read-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/564d5e4ba7e4">564d5e4ba7e4</a> test-ipmi-hiomap:
+Add create-write-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b812fa3d16ce">b812fa3d16ce</a> test-ipmi-hiomap:
+Add mark-dirty-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ebf921c1a0a">0ebf921c1a0a</a> test-ipmi-hiomap:
+Add flush-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4769cb645e20">4769cb645e20</a> test-ipmi-hiomap:
+Add erase-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35a6cbe24717">35a6cbe24717</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-ack test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ffe09809c035">ffe09809c035</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-get-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e8e03ee34ba">0e8e03ee34ba</a> test-ipmi-hiomap:
+Add protocol-recovery-get-flash-info-failure test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75622fe738cd">75622fe738cd</a> test-ipmi-hiomap:
+Add read-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a8a5c352762">1a8a5c352762</a> test-ipmi-hiomap:
+Add write-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d8b0043aa9d">2d8b0043aa9d</a> test-ipmi-hiomap:
+Add erase-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/381a7e6553d7">381a7e6553d7</a> ast-io: Rework
+ast_sio_is_enabled() test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e7145a55afc">6e7145a55afc</a> astbmc: Try IPMI
+HIOMAP for P8 (again)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52be9b85e455">52be9b85e455</a> zaius: Add BMC
+description</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ff0e16df304">4ff0e16df304</a> p8dtu: Enable HIOMAP
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/137b11c77feb">137b11c77feb</a> p8dtu: Configure BMC
+graphics</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b7594b26929e">b7594b26929e</a> astbmc: Enable IPMI
+HIOMAP for AMI platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cccf5d79de07">cccf5d79de07</a> core/flash: Retry
+requests as necessary in flash_load_resource()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6225d1192493">6225d1192493</a> astbmc: Handle
+failure to initialise raw flash</li>
+</ul>
+<p>Anju T Sudhakar (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d9a87cec05a">6d9a87cec05a</a> doc/imc: Edit
+imc.rst documentation to include</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09e912109070">09e912109070</a> doc/device-tree:
+Edit device tree documentation for imc to include trace-node information.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3a0fb699040">f3a0fb699040</a> doc/opal-api: Edit
+documentation for IMC opal call to include trace-imc</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5506d8a45882">5506d8a45882</a> include/imc: Trace
+IMC Macro definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa8f3f3fcead">fa8f3f3fcead</a> hw/imc: Refactor
+opal init call for core-imc</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df2a1e579aaa">df2a1e579aaa</a> hw/imc: Enable opal
+calls to init/start/stop IMC Trace mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/027d87475eff">027d87475eff</a> external/mambo:
+Mambo hack to add trace-imc nodes in the device-tree</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb83850ee1de">eb83850ee1de</a> platforms/vesnin:
+Disable PCIe port bifurcation</li>
+</ul>
+<p>Cédric Le Goater (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbcbbd3e071f">bbcbbd3e071f</a> xive: Add calls to
+save/restore the queues and VPs HW state</li>
+</ul>
+<p>Deb McLemore (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/31231ed300f2">31231ed300f2</a> p9dsu: Fix p9dsu
+default variant</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87517c8737b9">87517c8737b9</a> p9dsu: Fix p9dsu
+slot tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83f06eec281d">83f06eec281d</a> p9dsu: Fix p9dsu
+default variant</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8941393f452">c8941393f452</a> p9dsu: Fix p9dsu
+slot tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64a16ae05bb2">64a16ae05bb2</a> p9dsu: Fix slot
+labels for p9dsu2u</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c470806a2e5e">c470806a2e5e</a> p9dsu: Undo slot
+label name changes</li>
+</ul>
+<p>Frederic Barrat (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/536c8fbf932d">536c8fbf932d</a> npu2-opencapi:
+Rework ODL register access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e621b7b67951">e621b7b67951</a> npu2-opencapi: Setup
+perf counters to detect CRC errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f3cdff99656">9f3cdff99656</a> npu2-opencapi:
+Rename functions used to reset an adapter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce9dd46d36d0">ce9dd46d36d0</a> npu2-opencapi: Keep
+ODL and adapter in reset at the same time</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4efac7d8c90">e4efac7d8c90</a> npu2-opencapi: ODL
+should be in reset when enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d75436f0d3d0">d75436f0d3d0</a> npu2-opencapi:
+Extend delay after releasing reset on adapter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/998911498597">998911498597</a> npu2-opencapi: Fix
+adapter reset when using 2 adapters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cf6758e1889">8cf6758e1889</a> npu2-hw-procedures:
+Don’t set iovalid for opencapi devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11c5faa66aa0">11c5faa66aa0</a> npu2-hw-procedures:
+Fix zcal in mixed opencapi and nvlink mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14a78d5c2e85">14a78d5c2e85</a> npu2/hw-procedures:
+Fix parallel zcal for opencapi</li>
+</ul>
+<p>Jeff Scheel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/abd17b24a5ae">abd17b24a5ae</a> doc: Adjusting tags
+in release notes to eliminate global conflict for singlehtml builds</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23470f10d0b1">23470f10d0b1</a> Revert “astbmc: Try
+IPMI HIOMAP for P8”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd2b103f2488">cd2b103f2488</a> Makefile: Check
+-Wno-stringop-truncation is supported</li>
+</ul>
+<p>Mahesh Salgaonkar (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/017da88b2d05">017da88b2d05</a> opal/hmi: Fix double
+unlock of hmi lock in failure path.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca349b836d02">ca349b836d02</a> opal/hmi: Don’t
+retry TOD recovery if it is already in failed state.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/497734984231">497734984231</a> opal/hmi: set a flag
+to inform OS that TOD/TB has failed.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c71d7032484">2c71d7032484</a> Fix hang in
+pnv_platform_error_reboot path due to TOD failure.</li>
+</ul>
+<p>Michael Neuling (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/740904858586">740904858586</a> xive: Make no_sync
+parameter affermative in __xive_set_irq_config()</li>
+</ul>
+<p>Michal Suchanek (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bef1ddc40813">bef1ddc40813</a> libffs: Fix string
+truncation gcc warning.</li>
+</ul>
+<p>Nicholas Piggin (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3500a606c6db">3500a606c6db</a> phb4: remove POWER9N
+DD1 creset workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b4ae3a2e2a5">3b4ae3a2e2a5</a> xive: remove POWER9N
+DD1 NVT table size workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b0d15e3c170">0b0d15e3c170</a> Remove POWER9N DD1
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d27180b55d77">d27180b55d77</a> core/cpu: HID update
+race</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57610a3681bc">57610a3681bc</a> external/mambo:
+allow CPU targeting for most debug utils</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d44d7f7d29d">0d44d7f7d29d</a> core/init: rename
+setup_reset_vector</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e075d75274c">9e075d75274c</a> core/cpu: do not
+inline cpu_relax</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c58bbd720b7">9c58bbd720b7</a> core/exceptions:
+save current MSR in exception frame</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1d44e8c117f">e1d44e8c117f</a> asm/head: use HSRR
+exception registers in FIXUP_ENDIAN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/02aea4c8760a">02aea4c8760a</a> core/init: rearrange
+final boot steps</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d25287a167fd">d25287a167fd</a> core/fast-reboot:
+improve NMI handling during fast reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ebb814a80369">ebb814a80369</a> core/init: enable
+machine check on secondaries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75669cb37067">75669cb37067</a> asm/head: provide
+asm support for interrupts to be returned from</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37baa9731d0d">37baa9731d0d</a> core/fast-reboot:
+fast reboot specific sreset patch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ebb78cffda8">4ebb78cffda8</a> asm/head: sreset
+handler remove FIXUP_ENDIAN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a43bf86b7d4">8a43bf86b7d4</a> core/exceptions:
+implement an exception handler for non-powersave sresets</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22524e901744">22524e901744</a> core/exceptions:
+allow recoverable sreset exceptions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d86cebd5368">5d86cebd5368</a> core/exceptions:
+implement support for MCE interrupts in powersave</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c51c7a5df601">c51c7a5df601</a> core/cpu: HID update
+race</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/450b429feb43">450b429feb43</a> asm/head: move
+unnecessary code out of head</li>
+</ul>
+<p>Oliver O’Halloran (28):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08981e62e1d9">08981e62e1d9</a> phb4: Rework BDFN
+filtering in phb4_set_pe()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f5d15f167b0">2f5d15f167b0</a> phb4: Remove
+pointless NULL checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e19f14e3134b">e19f14e3134b</a> phb4: Eliminate
+p->rte_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3a64a4b8737">a3a64a4b8737</a> phb4: Eliminate
+peltv_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/639f67285c2c">639f67285c2c</a> phb4: Update some
+comments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3eadafbd35ae">3eadafbd35ae</a> hdata/test: Fix up
+linux,sml-base property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa3dee2a63e6">fa3dee2a63e6</a> hdata/test: Add
+OP920 HDAT test data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f35a3c376a44">f35a3c376a44</a> hdata/memory: Remove
+find_shared()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4822a7ba9d33">4822a7ba9d33</a> hdata/memory: Add
+NVDIMM support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b67792c3801">9b67792c3801</a> hw/phb4: Fix
+indentation of brdgCtl</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43f11d51e601">43f11d51e601</a> platforms/zz:
+Re-enable LXVPD slot information parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1941d3f26373">1941d3f26373</a> platforms/romulus:
+Also support talos</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c3baae4f2b3">1c3baae4f2b3</a> hdata/iohub: Look
+for IOVPD on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ec1e37004da">0ec1e37004da</a> hw/phb4: Look for
+the hub-id from in the PBCQ node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14372fc9fb60">14372fc9fb60</a> core/pci: Increase
+the max slot string size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99937b943845">99937b943845</a> core/pcie-slot: Set
+power state from the PWRCTL flag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/efc568c1e30b">efc568c1e30b</a> fsp/lxvpd: Print
+more LXVPD slot information</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0c86fef7e502">0c86fef7e502</a> firenze-pci: Always
+init slot info from LXVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ef5a64b85d5">1ef5a64b85d5</a> core/pcie-slot:
+Better explain suprise_check</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84aa25921a09">84aa25921a09</a> core/pcie-slot:
+Don’t bail early in the power on case</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70edcbb4b39d">70edcbb4b39d</a> hw/phb4: Skip FRESET
+PERST when coming from CRESET</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e89d3f32d216">e89d3f32d216</a> hw/phb4: Remove
+FRESET presence check</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8b4c79d4419">b8b4c79d4419</a> hw/phb4: Factor out
+PERST control</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/722cf1c2ed56">722cf1c2ed56</a> hw/phb4: Drop
+FRESET_DEASSERT_DELAY state</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a31085d7d432">a31085d7d432</a> core/i2c: Add
+request state tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d290b244efbc">d290b244efbc</a> core/i2c: Poll on
+request state in i2c_request_send()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/319e7d935f13">319e7d935f13</a> core/i2c: split
+i2c_request_send()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/517f088a8e39">517f088a8e39</a> platforms/firenze:
+Rework I2C controller fixups</li>
+</ul>
+<p>Reza Arbab (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa56d9a2abdb">aa56d9a2abdb</a> Remove duplicate
+npu2-common.o from $(HW_OBJS)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/552cb9e371d8">552cb9e371d8</a> npu2: Remove dead
+code from npu2_cfg_write_bar()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/69ca8a8ff7a9">69ca8a8ff7a9</a> npu2: Remove unused
+npu2::bdf2pe_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d12672a812f">2d12672a812f</a> npu2: Remove unused
+npu2::lxive_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/237882bfc84f">237882bfc84f</a> npu2: Remove unused
+npu2_dev::procedure_data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b496cab97086">b496cab97086</a> npu2: Remove unused
+npu2_dev_nvlink::vendor_cap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd5ddbe3b40c">cd5ddbe3b40c</a> npu2: Fix missing
+iteration in tce kill loop</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f79ab6cdb4d">3f79ab6cdb4d</a> npu2: Remove
+redundant assignment to p->phb_nvlink.scan_map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38cf215cb505">38cf215cb505</a> npu2: Replace open
+coded dt_find_by_name_addr()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ef153f6f013">9ef153f6f013</a> core/lock: Stop
+drop_my_locks() from always causing abort</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3803711f8a9">d3803711f8a9</a> Add PVR_TYPE_P9P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ab11ac8b4b9">1ab11ac8b4b9</a> core/lock: Stop
+drop_my_locks() from always causing abort</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/855465aa7804">855465aa7804</a> devicetree: Fix
+syntax error in power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85c4c823ab11">85c4c823ab11</a> devicetree: Fix typo
+in power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eecd9083f1bd">eecd9083f1bd</a> devicetree: Add nx
+node to power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13926b45897b">13926b45897b</a> devicetree: Move
+power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50d1a089deef">50d1a089deef</a> devicetree: Add
+p9-simics.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f9dd8d71de9">9f9dd8d71de9</a> devicetree: Add
+Makefile to build dtb binaries</li>
+</ul>
+<p>Russell Currey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d8a9ca30453">8d8a9ca30453</a> external/mambo:
+Populate kernel-base-address in the DT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/edf7e841ff9d">edf7e841ff9d</a> external/mambo:
+Error out if kernel is too large</li>
+</ul>
+<p>Santosh Sivaraj (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ac2db0a83e7">3ac2db0a83e7</a> flash: Add support
+for async decompression</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c86fb12c07a6">c86fb12c07a6</a> imc/catalog:
+Decompress catalog asynchronously</li>
+</ul>
+<p>Shilpasri G Bhat (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a96739c6c1cd">a96739c6c1cd</a> powercap: occ: Fix
+the powercapping range allowed for user</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0fe8ecd59fc0">0fe8ecd59fc0</a> powercap: occ: Fix
+the powercapping range allowed for user</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27e4943eade2">27e4943eade2</a> fast-reboot: occ:
+Remove ‘freq-domain-mask’ from fast-reboot path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/961b7128ebd8">961b7128ebd8</a> fast-reboot: occ:
+Call occ_pstates_init() on fast-reset on all machines</li>
+</ul>
+<p>Stewart Smith (38):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44aa41061a9f">44aa41061a9f</a> qemu: bt device
+isn’t always hanging off /</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59a21fc87f54">59a21fc87f54</a> sparse: Make tree
+‘constant is so big’ warning clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/625f9ac034f1">625f9ac034f1</a> zz: platform_ocapi
+can be static</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec65b9ab4c4c">ec65b9ab4c4c</a> zaius: zaius_ocapi
+can be static</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2c426ef668b">c2c426ef668b</a> doc: clarify
+OPAL_RTC_READ return values</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3170270be92a">3170270be92a</a> firmware-versions:
+Add test case for parsing VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6bb72e8f7b9d">6bb72e8f7b9d</a> firmware-versions:
+Add test case for parsing VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/816a1d7bb2ef">816a1d7bb2ef</a> pflash: Support
+encoding/decoding ECC’d partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0647f2a2c4eb">0647f2a2c4eb</a> skiboot v6.2.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75382eb708c0">75382eb708c0</a> skiboot v6.2.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ac85e4517cc">7ac85e4517cc</a> skiboot v6.0.17
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b377a01ef5">40b377a01ef5</a> hw/test: generalise
+makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/81847dd347ef">81847dd347ef</a> doc: fix definition
+lists in opal-imc-counters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3ad5bb09249">f3ad5bb09249</a> sparse: symbol
+‘sbe_timer_lock’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96c0ec2ab78b">96c0ec2ab78b</a> sparse: symbol
+‘xive_buddy_lock/xive_vp_buddy’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9b79a611501">f9b79a611501</a> sparse: symbol
+’NPU2_PHY_*’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/655e0bc6865c">655e0bc6865c</a> sparse: symbol
+’procedure_*’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/039d184dda21">039d184dda21</a> sparse: symbols in
+imc.c weren’t declared, Should they be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b8b7e8c4e78">3b8b7e8c4e78</a> sparse: symbol
+‘<em>bar</em>’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0eea56b06b4f">0eea56b06b4f</a> Don’t use variable
+length arrays in exception code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee01ef4ed82a">ee01ef4ed82a</a> i2c: Fix sparse
+warnings for type assignment</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/428cb852e3a0">428cb852e3a0</a> qemu: bt device
+isn’t always hanging off /</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ef409d43de9">3ef409d43de9</a> doc:
+s/stb_init()/secureboot_init()/ to match reality</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2b96407921a6">2b96407921a6</a> opal-ci: Drop
+CentOS6 support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c36257bf32f">6c36257bf32f</a> opal-ci: Drop
+unneded reference to ubuntu 12.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4a06f098c4f">e4a06f098c4f</a> opal-ci: drop fedora
+28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cd8402c3bec">7cd8402c3bec</a> Drop old Coverity
+jobs (we build via separate .travis.yml in a branch)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/043e85bf7477">043e85bf7477</a>
+hw/ipmi/test/run-fru: Fix string truncation warning, enhance test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fedb949b7179">fedb949b7179</a> Fix broken
+opal-ci/build-fedora-rawhide.sh symlink</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0faa9232168">c0faa9232168</a> hdata: Add
+protection against corrupt ntuples structure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c13f1d6119">a2c13f1d6119</a> hdata_to_dt: fail
+“gracefully” on fatal op_display()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bee7be6ab780">bee7be6ab780</a> hdata: Prevent NULL
+dereference on duplicate slot map info</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0e56d97d4cd">d0e56d97d4cd</a> ci: Remove
+debian-jessie boot test.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb87cf17279b">cb87cf17279b</a> ci: qemu boot tests
+should use built skiboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/133cc8cea258">133cc8cea258</a> ci/fedora29:
+–allowerasing to work around conflicting packages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11374f20e8f1">11374f20e8f1</a> Bump allowed stack
+frame size for unit tests/host programs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e0eef2e9a92">3e0eef2e9a92</a> Force noinline for
+pci_add_(<a href="#id13"><span class="problematic" id="id14">one_</span></a>)device_node(s)()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/050d8165ab05">050d8165ab05</a> skiboot v6.3-rc1
+release notes</li>
+</ul>
+<p>Timothy Pearson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b26e29acbc8">8b26e29acbc8</a> Retry link training
+at PCIe GEN1 if presence detected but training repeatedly failed</li>
+</ul>
+<p>Vaibhav Jain (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/658c39dda366">658c39dda366</a> opal: Update
+opal_del_host_sync_notifier() to accept ’void *data’</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d2d0115eaca">9d2d0115eaca</a> core/pci: Introduce
+a new pci_slot_op named completed_sm_run()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/763f397d5be7">763f397d5be7</a> capp/phb: Introduce
+‘struct capp’ to hold capp related info in ‘struct phb’</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a87f8f97175">1a87f8f97175</a> phb4/capp: Update
+and re-factor phb4_set_capi_mode()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78ccc722c2fd">78ccc722c2fd</a> capp/phb4: Force
+CAPP to PCIe mode during kernel shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52fa634e2152">52fa634e2152</a> capp/phb4: Introduce
+PHB4 flag, PHB4_CAPP_DISABLE to disable CAPP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3dc87605be7a">3dc87605be7a</a> phb4/capp: Implement
+sequence to disable CAPP and enable fast-reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d572d3a72fa2">d572d3a72fa2</a> capp/phb4: Prevent
+HMI from getting triggered when disabling CAPP</li>
+</ul>
+<p>Vasant Hegde (30):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06ef9bd2d9a6">06ef9bd2d9a6</a> skiboot v6.0.15
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7516e3827e50">7516e3827e50</a> core/ipmi: Improve
+error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/554062d7fe5a">554062d7fe5a</a> core/opal: Print PIR
+value in exit path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67fc150c82a7">67fc150c82a7</a> skiboot v6.0.16
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ab10b2e62e58">ab10b2e62e58</a> core/ipmi: Improve
+error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d07a5622a9e1">d07a5622a9e1</a> core/opal: Print PIR
+value in exit path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1d421875b4c">b1d421875b4c</a> ipmi/power: Fix
+system reboot issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd9b61cdfca7">dd9b61cdfca7</a> hdata/i2c: Reduce
+severity of log message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b570fb646289">b570fb646289</a> libflash/ecc: Fix
+compilation warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cadaf7c36e83">cadaf7c36e83</a> libflash/ecc: Fix
+compilation warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fdd27ca27231">fdd27ca27231</a> hw/bt: Fix message
+retry handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01f977c33d46">01f977c33d46</a> hw/bt: Add backend
+interface to disable ipmi message retry option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c526a280dcd1">c526a280dcd1</a> hdata/memory: Fix
+warning message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f0ceb63e951">4f0ceb63e951</a> hdata/memory:
+Removed share-id property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61978c2c54d0">61978c2c54d0</a> hw/bt: Introduce
+separate list for synchronous messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/968c30905d7a">968c30905d7a</a> core/ipmi: Add ipmi
+sync messages to top of the list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0ab7b45db3d">c0ab7b45db3d</a> hw/bt: Do not
+disable ipmi message retry during OPAL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e2bf87b42f7">2e2bf87b42f7</a> ipmi/power: Fix
+system reboot issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73fa7be132a4">73fa7be132a4</a> hw/bt: Fix message
+retry handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44f90875712f">44f90875712f</a> hw/bt: Add backend
+interface to disable ipmi message retry option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/788c9ac2b926">788c9ac2b926</a> hw/bt: Introduce
+separate list for synchronous messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28f5fe3a6edc">28f5fe3a6edc</a> core/ipmi: Add ipmi
+sync messages to top of the list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af5c2978dbcd">af5c2978dbcd</a> hw/bt: Do not
+disable ipmi message retry during OPAL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5da21e2cc79d">5da21e2cc79d</a> skiboot v6.2.2
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6aa3bd8ab6ad">6aa3bd8ab6ad</a> skiboot v6.0.18
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/261ca8e779e5">261ca8e779e5</a> skiboot v6.2.2
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2ba5ce84a197">2ba5ce84a197</a> Update skiboot
+stable tree rules</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4456616272a4">4456616272a4</a> skiboot v6.0.19
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92a5c57a14e2">92a5c57a14e2</a> skiboot v6.2.3
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08de14aaa937">08de14aaa937</a> core/ipmi: Print
+correct netfn value</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="v2-3-rc1-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-3-rc1-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc1-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-3-rc1-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/6549b6d2bf42">6549b6d2bf42</a> Disable PCIe port
+bifurcation</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/f44f8808fc7c">f44f8808fc7c</a> Fix
+IBSCOM_MCS_BASE_ADDR formatting</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="v2-3-rc1-patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#v2-3-rc1-patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc1-commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#v2-3-rc1-commits-6" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/ed1f0ebe2e2e">ed1f0ebe2e2e</a> The
+CONFIG_APPLY attribute needs a default value</li>
+</ul>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c47cddbcd13b">c47cddbcd13b</a> Picked up
+PROC_COMPAT* attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/00f0727053e8">00f0727053e8</a> Fixing GPU
+I2C Addresses</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.2.html" title="previous chapter">Release Notes for OpenPower Firmware v2.2</a></li>
+ <li>Next: <a href="v2.3-rc2.html" title="next chapter">Release Notes for OpenPower Firmware v2.3-rc2</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.3-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.3-rc2.html b/release-notes/v2.3-rc2.html
new file mode 100644
index 0000000..92d5aba
--- /dev/null
+++ b/release-notes/v2.3-rc2.html
@@ -0,0 +1,346 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.3-rc2 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.3" href="v2.3.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.3-rc1" href="v2.3-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-3-rc2">
+<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>
+<p>op-build v2.3-rc2 was released on Friday April 5th, 2019. It will become the new stable release of
+op-build, following on from v2.2, first released on March 9th, 2019.</p>
+<p>The op-build v2.3 release cycle is a uniquely shorter one as we’ve been working on getting ready to
+have a more reliably predictable release schedule going for future releases.</p>
+<p>op-build v2.3-rc2 contains all the fixes as of op-build v2.0.15, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.</p>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.3 release. We expect to do a final
+v2.3 tagged release early April 2019. Please test this release candidate heavily!</p>
+<div class="section" id="known-bugs">
+<h2>Known Bugs<a class="headerlink" href="#known-bugs" title="Permalink to this headline">¶</a></h2>
+<p>We have one known bug (carried over from rc1) that are currently release blockers for the final
+v2.3.</p>
+<ul class="simple">
+<li>There exists a bug where Control-C behaviour in the petitboot shell has changed, which may cause
+some test scripts to get confused.</li>
+</ul>
+</div>
+<div class="section" id="fixed-bugs">
+<h2>Fixed Bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline">¶</a></h2>
+<p>One of the two bugs listed in “known bugs” for rc1 has been fixed:</p>
+<ul class="simple">
+<li>There exists a bug where boot devices <em>may</em> not show up in petitboot until “Rescan Devices” is
+selected.</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="17%" />
+<col width="19%" />
+<col width="16%" />
+<col width="48%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw032919a.940</td>
+<td>hw040319a.940</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>ca03643dd893</td>
+<td>e5622fb032dc</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-p8</td>
+<td>c2074ad87972</td>
+<td>dc218d94c57b9</td>
+<td>habanero, garrison, barreleye, firestone,
+palmetto, vesnin</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>4.19.30</td>
+<td>5.0.5</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>4.19.30</td>
+<td>5.0.5</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>petitboot</td>
+<td>v1.10.2</td>
+<td>v1.10.3</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, vesnin, zz,
+romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>hostboot (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f89e3fc16469">f89e3fc16469</a> Release tag
+information updated for hw040219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2e3a283588c1">2e3a283588c1</a> Release tag
+information updated for hw040319a.940</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-3-rc2-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-3-rc2-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc2-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-3-rc2-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Andre A. Marin (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee76c2ca5927">ee76c2ca5927</a> Fix c_str and pos
+DIMM specialization</li>
+</ul>
+<p>Andre Marin (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8daf280f7d24">8daf280f7d24</a> Fix true_type and
+false_ type typdef with integral_constant</li>
+</ul>
+<p>Caleb Palmer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7937e802748">f7937e802748</a> PRD: Fix isEccSp
+capture data check</li>
+</ul>
+<p>Chen Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5da79e14c316">5da79e14c316</a> Get ring override
+failing</li>
+</ul>
+<p>Christian Geddes (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9882fe3c773b">9882fe3c773b</a> Set REL_POS to 0 on
+all DIMM target in simics Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/215eaa2074f5">215eaa2074f5</a> Stop overwriting
+OCMB vpd info in standalone and handle DDIMM modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fd0af32313c">9fd0af32313c</a> Set
+ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16378af2527d">16378af2527d</a> Compile Explorer
+MSS libs in our istepsmss lib</li>
+</ul>
+<p>Corey Swenson (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/201a39f54be6">201a39f54be6</a> Add part callout
+for the Backup Power Module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5622fb032dc">e5622fb032dc</a> Insufficient
+Resources check needs to handle NVDIMM logic</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54178321414b">54178321414b</a> Constants for
+future DIMMs</li>
+</ul>
+<p>Ilya Smirnov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25c1b412b86a">25c1b412b86a</a> Process Core and EQ
+Gard Records in MPIPL Path</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12b139b58521">12b139b58521</a> Revert “P9 Xbus/DMI
+CM Workaround”</li>
+</ul>
+<p>Mike Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5381224824">1b5381224824</a> Cleanup UCD Update
+Algorithm Code</li>
+</ul>
+<p>Murulidhar Nataraju (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed1208121086">ed1208121086</a> Istep 18 - MPIPL on
+OPAL System update</li>
+</ul>
+<p>Nick Bofferding (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec86a5683941">ec86a5683941</a> Decrease WOFDATA
+partition by 1 MB until HBI space can be reduced</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-3-rc2-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-3-rc2-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc2-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-3-rc2-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-3-rc2-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-3-rc2-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-rc2-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-3-rc2-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Samuel Mendoza-Jonas (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/df1a234c15fb">df1a234c15fb</a> lib/system: Add
+cryptsetup utility</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/ba8144f917f5">ba8144f917f5</a> lib/process: Add
+option to pipe to process stdin</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/5f8fa2c151b8">5f8fa2c151b8</a> lib: Add
+AUTH_MSG_DECRYPT</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f583f0cf35fc">f583f0cf35fc</a> discover:
+Recognise and open LUKS encrypted partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad18bf128c4">1ad18bf128c4</a> ui/ncurses: Add
+prompt for LUKS device password</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1cd261748c00">1cd261748c00</a> utils/pb-console:
+Use -m to run shell in own process group</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.3-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.3-rc1</a></li>
+ <li>Next: <a href="v2.3.html" title="next chapter">Release Notes for OpenPower Firmware v2.3</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.3-rc2.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.3.1.html b/release-notes/v2.3.1.html
new file mode 100644
index 0000000..64c3e1b
--- /dev/null
+++ b/release-notes/v2.3.1.html
@@ -0,0 +1,337 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.3.1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.4-rc1" href="v2.4-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.3" href="v2.3.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-3-1">
+<h1>Release Notes for OpenPower Firmware v2.3.1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-3-1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.3.1 was released on July 9th, 2019 and contains several important
+fixes for POWER8 and POWER9 systems.</p>
+<p>For POWER8 and POWER9 systems there are updated skiboot, Linux, and buildroot.
+There’s also an an updated hostboot for POWER8 systems.</p>
+<div class="section" id="skiboot">
+<h2>skiboot<a class="headerlink" href="#skiboot" title="Permalink to this headline">¶</a></h2>
+<p>Bug fixes included in this release are:</p>
+<ul>
+<li><p class="first">npu2: Purge cache when resetting a GPU</p>
+<p>After putting all a GPU’s links in reset, do a cache purge in case we
+have CPU cache lines belonging to the now-unaccessible GPU memory.</p>
+</li>
+<li><p class="first">npu2: Reset NVLinks when resetting a GPU</p>
+<p>Resetting a V100 GPU brings its NVLinks down and if an NPU tries using
+those, an HMI occurs. We were lucky not to observe this as the bare metal
+does not normally reset a GPU and when passed through, GPUs are usually
+before NPUs in QEMU command line or Libvirt XML and because of that NPUs
+are naturally reset first. However simple change of the device order
+brings HMIs.</p>
+<p>This defines a bus control filter for a PCI slot with a GPU with NVLinks
+so when the host system issues secondary bus reset to the slot, it resets
+associated NVLinks.</p>
+</li>
+<li><p class="first">hw/phb4: Assert Link Disable bit after ETU init</p>
+<p>The cursed RAID card in ozrom1 has a bug where it ignores PERST being
+asserted. The PCIe Base spec is a little vague about what happens
+while PERST is asserted, but it does clearly specify that when
+PERST is de-asserted the Link Training and Status State Machine
+(LTSSM) of a device should return to the initial state (Detect)
+defined in the spec and the link training process should restart.</p>
+<p>This bug was worked around in 9078f8268922 (“phb4: Delay training till
+after PERST is deasserted”) by setting the link disable bit at the
+start of the FRESET process and clearing it after PERST was
+de-asserted. Although this fixed the bug, the patch offered no
+explaination of why the fix worked.</p>
+<p>In b8b4c79d4419 (“hw/phb4: Factor out PERST control”) the link disable
+workaround was moved into phb4_assert_perst(). This is called
+always in the CRESET case, but a following patch resulted in
+assert_perst() not being called if phb4_freset() was entered following a
+CRESET since p->skip_perst was set in the CRESET handler. This is bad
+since a side-effect of the CRESET is that the Link Disable bit is
+cleared.</p>
+<p>This, combined with the RAID card ignoring PERST results in the PCIe
+link being trained by the PHB while we’re waiting out the 100ms
+ETU reset time. If we hack skiboot to print a DLP trace after returning
+from phb4_hw_init() we get:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">PHB</span><span class="c1">#0001[0:1]: Initialization complete</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000102101000000 0ms presence GEN1:x16:polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000001101000000 23ms GEN1:x16:detect</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000102101000000 23ms presence GEN1:x16:polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000183101000000 29ms training GEN1:x16:config</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x00001c5881000000 30ms training GEN1:x08:recovery</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x00001c5883000000 30ms training GEN3:x08:recovery</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000144883000000 33ms presence GEN3:x08:L0</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000154883000000 33ms trained GEN3:x08:L0</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: CRESET: wait_time = 100</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Starts</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Prepare for link down</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Assert skipped</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Deassert</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000154883000000 0ms trained GEN3:x08:L0</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE: Reached target state</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Start polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Electrical link detected</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Link is up</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Went down waiting for stabilty</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: DLP train control: 0x0000105101000000</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: CRESET: Starts</span>
+</pre></div>
+</div>
+<p>What has happened here is that the link is trained to 8x Gen3 33ms after
+we return from phb4_init_hw(), and before we’ve waitined to 100ms
+that we normally wait after re-initialising the ETU. When we “deassert”
+PERST later on in the FRESET handler the link in L0 (normal) state. At
+this point we try to read from the Vendor/Device ID register to verify
+that the link is stable and immediately get a PHB fence due to a PCIe
+Completion Timeout. Skiboot attempts to recover by doing another CRESET,
+but this will encounter the same issue.</p>
+<p>This patch fixes the problem by setting the Link Disable bit (by calling
+phb4_assert_perst()) immediately after we return from phb4_init_hw().
+This prevents the link from being trained while PERST is asserted which
+seems to avoid the Completion Timeout. With the patch applied we get:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">PHB</span><span class="c1">#0001[0:1]: Initialization complete</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000102101000000 0ms presence GEN1:x16:polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000001101000000 23ms GEN1:x16:detect</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000102101000000 23ms presence GEN1:x16:polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000909101000000 29ms presence GEN1:x16:disabled</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: CRESET: wait_time = 100</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Starts</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Prepare for link down</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Assert skipped</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: FRESET: Deassert</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000001101000000 0ms GEN1:x16:detect</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000102101000000 0ms presence GEN1:x16:polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000001101000000 24ms GEN1:x16:detect</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000102101000000 36ms presence GEN1:x16:polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000183101000000 97ms training GEN1:x16:config</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x00001c5881000000 97ms training GEN1:x08:recovery</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x00001c5883000000 97ms training GEN3:x08:recovery</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE:0x0000144883000000 99ms presence GEN3:x08:L0</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: TRACE: Reached target state</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Start polling</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Electrical link detected</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Link is up</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Link is stable</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Card [9005:028c] Optimal Retry:disabled</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Speed Train:GEN3 PHB:GEN4 DEV:GEN3</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: Width Train:x08 PHB:x08 DEV:x08</span>
+<span class="n">PHB</span><span class="c1">#0001[0:1]: LINK: RX Errors Now:0 Max:8 Lane:0x0000</span>
+</pre></div>
+</div>
+</li>
+<li><p class="first">npu2: Reset PID wildcard and refcounter when mapped to LPID</p>
+<p>Since 105d80f85b “npu2: Use unfiltered mode in XTS tables” we do not
+register every PID in the XTS table so the table has one entry per LPID.
+Then we added a reference counter to keep track of the entry use when
+switching GPU between the host and guest systems (the “Fixes:” tag below).</p>
+<p>The POWERNV platform setup creates such entries and references them
+at the boot time when initializing IOMMUs and only removes it when
+a GPU is passed through to a guest. This creates a problem as POWERNV
+boots via kexec and no defererencing happens; the XTS table state remains
+undefined. So when the host kernel boots, skiboot thinks there are valid
+XTS entries and does not update the XTS table which breaks ATS.</p>
+<p>This adds the reference counter and the XTS entry reset when a GPU is
+assigned to LPID and we cannot rely on the kernel to clean that up.</p>
+</li>
+<li><p class="first">hw/phb4: Use read/write_reg in assert_perst</p>
+<p>While the PHB is fenced we can’t use the MMIO interface to access PHB
+registers. While processing a complete reset we inject a PHB fence to
+isolate the PHB from the rest of the system because the PHB won’t
+respond to MMIOs from the rest of the system while being reset.</p>
+<p>We assert PERST after the fence has been erected which requires us to
+use the XSCOM indirect interface to access the PHB registers rather than
+the MMIO interface. Previously we did that when asserting PERST in the
+CRESET path. However in b8b4c79d4419 (“hw/phb4: Factor out PERST
+control”). This was re-written to use the raw in_be64() accessor. This
+means that CRESET would not be asserted in the reset path. On some
+Mellanox cards this would prevent them from re-loading their firmware
+when the system was fast-reset.</p>
+<p>This patch fixes the problem by replacing the raw {in|out}_be64()
+accessors with the phb4_{read|write}_reg() functions.</p>
+</li>
+<li><p class="first">opal-prd: Fix prd message size issue</p>
+<p>If prd messages size is insufficient then read_prd_msg() call fails with
+below error. And caller is not reallocating sufficient buffer. Also its
+hard to guess the size.</p>
+<p>Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+….</p>
+<p>Lets use opal-msg-size device tree property to allocate memory
+for prd message.</p>
+</li>
+<li><p class="first">npu2: Fix clearing the FIR bits</p>
+<p>FIR registers are SCOM-only so they cannot be accesses with the indirect
+write, and yet we use SCOM-based addresses for these; fix this.</p>
+</li>
+<li><p class="first">opal-gard: Account for ECC size when clearing partition</p>
+<p>When ‘opal-gard clear all’ is run, it works by erasing the GUARD then
+using blockevel_smart_write() to write nothing to the partition. This
+second write call is needed because we rely on libflash to set the ECC
+bits appropriately when the partition contained ECCed data.</p>
+<p>The API for this is a little odd with the caller specifying how much
+actual data to write, and libflash writing size + size/8 bytes
+since there is one additional ECC byte for every eight bytes of data.</p>
+<p>We currently do not account for the extra space consumed by the ECC data
+in reset_partition() which is used to handle the ‘clear all’ command.
+Which results in the paritition following the GUARD partition being
+partially overwritten when the command is used. This patch fixes the
+problem by reducing the length we would normally write by the number
+of ECC bytes required.</p>
+</li>
+<li><p class="first">nvram: Flag dangerous NVRAM options</p>
+<p>Most nvram options used by skiboot are just for debug or testing for
+regressions. They should never be used long term.</p>
+<p>We’ve hit a number of issues in testing and the field where nvram
+options have been set “temporarily” but haven’t been properly cleared
+after, resulting in crashes or real bugs being masked.</p>
+<p>This patch marks most nvram options used by skiboot as dangerous and
+prints a chicken to remind users of the problem.</p>
+</li>
+<li><p class="first">devicetree: Don’t set path to dtc in makefile</p>
+<p>By setting the path we fail to build under buildroot which has it’s own
+set of host tools in PATH, but not at /usr/bin.</p>
+<p>Keep the variable so it can be set if need be but default to whatever
+‘dtc’ is in the users path.</p>
+</li>
+</ul>
+</div>
+<div class="section" id="linux-and-buildroot">
+<h2>Linux and buildroot<a class="headerlink" href="#linux-and-buildroot" title="Permalink to this headline">¶</a></h2>
+<p>Move to Linux v5.1.15-openpower1 and buildroot 2019.02.3</p>
+<p>This updates to a in-support stable Linux release, resolving potential
+security and stability issues. Notably, this includes fixes for
+CVE-2019-12817, CVE-2019-11477, CVE-2019-11478, and CVE-2019-11479.</p>
+<p>Buildroot stays on the same major version with the .2 and .3 stable
+releases added in.</p>
+<p>The skiroot defconfig is updated to ensure we still run the MMU in Radix
+mode (see <a class="reference external" href="http://git.kernel.org/torvalds/c/8adddf349fda0">http://git.kernel.org/torvalds/c/8adddf349fda0</a>). It also
+disables xmon by default.</p>
+</div>
+<div class="section" id="hostboot">
+<h2>Hostboot<a class="headerlink" href="#hostboot" title="Permalink to this headline">¶</a></h2>
+<p>Point op-build P8 hostboot at commit to report cache-count-disabled OS flag</p>
+<p>Points OP build at the P8 hostboot package commit which enables reporting to the OS
+that the cache-count-disabled Spectre workaround is available.</p>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.3.html" title="previous chapter">Release Notes for OpenPower Firmware v2.3</a></li>
+ <li>Next: <a href="v2.4-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v2.4-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.3.1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.3.html b/release-notes/v2.3.html
new file mode 100644
index 0000000..3e5d9c7
--- /dev/null
+++ b/release-notes/v2.3.html
@@ -0,0 +1,2048 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.3 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.3.1" href="v2.3.1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.3-rc2" href="v2.3-rc2.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-3">
+<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>
+<p>op-build v2.3 was released on Tuesday May 21st, 2019. It is the new stable release of op-build,
+following on from v2.2, first released on March 8th, 2019.</p>
+<p>op-build v2.3 contains all the fixes as of op-build v2.0.15, and we expect to continue to do stable
+2.0.y releases of v2.0 into the forseeable future. We do not expect to do any stable releases of
+v2.2.</p>
+<p>The v2.3 release cycle has been short yet still contains some notable changes.</p>
+<p>Over op-build v2.2, this release contains the following changes:</p>
+<div class="section" id="removed-platforms">
+<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>openpower_mambo (superseded by the generic ‘opal’ defconfig, aimed towards use with simulators)</li>
+<li>witherspoon_dev (superseded by just using the generic witherspoon defconfig)</li>
+</ul>
+</div>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>opal</li>
+</ul>
+<p>Since v2.3-rc2: - p8dtu</p>
+</div>
+<div class="section" id="updated-packages-since-v2-3-rc2">
+<h2>Updated Packages since v2.3-rc2<a class="headerlink" href="#updated-packages-since-v2-3-rc2" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="13%" />
+<col width="20%" />
+<col width="18%" />
+<col width="49%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw040319a.940</td>
+<td>hw041519a.opv23</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>e5622fb032dc</td>
+<td>ca03643dd893</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-b
+inaries</td>
+<td>hw021419a.930</td>
+<td>hw041519a.opv23</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone, palmetto,
+vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.0.5</td>
+<td>5.0.7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries, opal,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-head
+ers</td>
+<td>5.0.5</td>
+<td>5.0.7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries, opal,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.3-rc1</td>
+<td>v6.3.1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries, opal,
+firestone, palmetto, vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="updated-packages-since-v2-2">
+<h2>Updated Packages since v2.2<a class="headerlink" href="#updated-packages-since-v2-2" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="14%" />
+<col width="17%" />
+<col width="18%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>ethtool</td>
+<td>4.16</td>
+<td>4.19</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>eudev</td>
+<td>3.2.5</td>
+<td>3.2.7</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>glibc</td>
+<td>glibc-2.28-69-
+g1e5c5303</td>
+<td>glibc-2.28-94-g
+4aeff335</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw022319a.930</td>
+<td>hw041519a.opv23</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>37e67698be56</td>
+<td>ca03643dd893</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-bi
+naries</td>
+<td>hw021419a.930</td>
+<td>hw041519a.opv23</td>
+<td>witherspoon, p9dsu, zaius, habanero, garrison,
+barreleye, firestone, palmetto, vesnin,
+romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-p8</td>
+<td>a3b0cb929cbf</td>
+<td>dc218d94c57b</td>
+<td>habanero, garrison, barreleye, firestone,
+palmetto, vesnin</td>
+</tr>
+<tr class="row-odd"><td>i2c-tools</td>
+<td>4.0</td>
+<td>4.1</td>
+<td>pseries, vesnin</td>
+</tr>
+<tr class="row-even"><td>linux</td>
+<td>4.19.26</td>
+<td>5.0.7</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>linux-firmw
+are</td>
+<td>44d4fca9922a</td>
+<td>1baa34868b2c</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-heade
+rs</td>
+<td>4.19.26</td>
+<td>5.0.7</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>lvm2</td>
+<td>2.02.180</td>
+<td>2.02.183</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>c994a1815bcb</td>
+<td>f44f8808fc7c8</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>f7cffdbe00f6</td>
+<td>e3e9aef82673b</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>occ</td>
+<td>12c8088a32c5</td>
+<td>58e422dede59</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>openpower-p
+nor</td>
+<td>0aeae23bd0c68</td>
+<td>2ea669b4aa57</td>
+<td>witherspoon, p9dsu, zaius, habanero, garrison,
+barreleye, firestone, palmetto, vesnin,
+romulus</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.10.2</td>
+<td>v1.10.3</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>2e253cebdaff</td>
+<td>1410677b65e4</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.2.2</td>
+<td>v6.3.1</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>util-linux</td>
+<td>2.32.1</td>
+<td>2.33</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze,
+garrison, barreleye, pseries, firestone,
+palmetto, vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3330dbdae60f">3330dbdae60f</a> Proposed structure
+change for OCC</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dd012c7f495">0dd012c7f495</a> PPB: Refactor pstate
+parameter block</li>
+</ul>
+<p>hostboot (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc5c034aa468">cc5c034aa468</a> Release tag
+information updated for hw030819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96bdad1dc08c">96bdad1dc08c</a> Release tag
+information updated for hw030919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4bd4e7e0e75">b4bd4e7e0e75</a> Release tag
+information updated for hw031219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b31c43a6c27e">b31c43a6c27e</a> Release tag
+information updated for hw031319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3d18592a7e3a">3d18592a7e3a</a> Release tag
+information updated for hw031619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4ffb0e57df57">4ffb0e57df57</a> Release tag
+information updated for hw031919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ca318ee145bf">ca318ee145bf</a> Release tag
+information updated for hw032019b.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/21fb83a0aec7">21fb83a0aec7</a> Release tag
+information updated for hw032119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f722a49ec15b">f722a49ec15b</a> Release tag
+information updated for hw032219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b072dcdd5a9a">b072dcdd5a9a</a> Release tag
+information updated for hw032319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/06fd9cb6a476">06fd9cb6a476</a> Release tag
+information updated for hw041119a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/65dd1355197d">65dd1355197d</a> Release tag
+information updated for hw041219a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cce430a720af">cce430a720af</a> Release tag
+information updated for hw041319a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/adf78f8e0538">adf78f8e0538</a> Release tag
+information updated for hw041519a.opv23</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-3-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Alvin Wang (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49a169abfa3d">49a169abfa3d</a> Adds mcbist empty
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/517ec60ee50d">517ec60ee50d</a> Adds mcbist empty
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f50a11628b1c">f50a11628b1c</a> Change generic
+mcbist file name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4984330e0ef9">4984330e0ef9</a> Change generic
+mcbist file name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7910f680f5c">d7910f680f5c</a> Add exp_scrub empty
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8765bcd2cc17">8765bcd2cc17</a> Add empty files for
+power_theraml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75f8277bbc20">75f8277bbc20</a> Add empty
+file(accessor_wrapper.H) for power_theraml</li>
+</ul>
+<p>Andre A. Marin (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c368037cb36e">c368037cb36e</a> Update phy_pharams
+structure, tests, and exp attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee476c6abdad">ee476c6abdad</a> Update phy_pharams
+structure, tests, and exp attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d679e6d649ee">d679e6d649ee</a> Add
+attr_engine_traits empty files for HB to mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5e9f70eb916">b5e9f70eb916</a> Update phy_pharams
+structure, tests, and exp attrs</li>
+</ul>
+<p>Andre Marin (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/877a032b90cd">877a032b90cd</a> Fix SPD cas latency
+assert bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e1906f95ba3">9e1906f95ba3</a> Add
+std::remove_all_extends to HB STL library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dcce4bcccc2">2dcce4bcccc2</a> Add L1 for
+p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c169fc8be5a">1c169fc8be5a</a> Add attribute
+engine algorithm for eff_config and pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/018a009896d8">018a009896d8</a> Add attribute
+engine algorithm for eff_config and pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5a493e300da">e5a493e300da</a> Add attribute
+engine algorithm for eff_config and pre_eff_config</li>
+</ul>
+<p>Ben Gass (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5bfda17c8018">5bfda17c8018</a> Add chip base
+address to the OMI MMIO offset in p9a_mmio_util</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d27c5e1fe431">d27c5e1fe431</a> Update ATRMISS
+registers for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71d98844bb93">71d98844bb93</a> Update p9_l2_flush
+to check if purge is busy on anything prior to flush.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4278d1df874">a4278d1df874</a> Add
+ATTR_OMI_DL_GROUP_POS and ATTR_OMI_DL_NUM for OMI targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/224517ac925b">224517ac925b</a> Update cmd/rsp
+endian handling in exp_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5beffad6f2f2">5beffad6f2f2</a> Replace FAPI_ERR
+with FAPI_DBG when no error in exp_omi_init</li>
+</ul>
+<p>Bill Hoffa (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7364f2447d18">7364f2447d18</a> Initialize and test
+alt-master PNOR access in all boots</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b9e2d415060">8b9e2d415060</a> Fix autocitest
+simics attempt numbering</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c54069667c86">c54069667c86</a> Catch Unknown
+Values for CONFIG_APPLY attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2620abc7dc62">2620abc7dc62</a> INTRP HW Workaround
+for Clockgating Issue</li>
+</ul>
+<p>Caleb Palmer (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/066af762a047">066af762a047</a> Add SW callout if
+invalid proc model in call_mss_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d94e5b51c9e5">d94e5b51c9e5</a> PRD: Remove old
+domain startScrubs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0843af939876">0843af939876</a> PRD: Don’t skip ECC
+spare when no DRAM spare</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86b0576b22dc">86b0576b22dc</a> PRD: NVDIMM reg
+review updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d28e5b524f2">6d28e5b524f2</a> PRD: Remove EccSp
+from errl when not avail</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be07d93af71c">be07d93af71c</a> PRD: MEM_PORT
+getConnected support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4046e66acfb6">4046e66acfb6</a> Hostboot Memory HWP
+include update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16024c9f92fa">16024c9f92fa</a> PRD: Axone
+PlatServices and Misc Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2837b85611f">f2837b85611f</a> PRD: Memory HWP
+include updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09b6e80a55d2">09b6e80a55d2</a> PRD: NVDIMM health
+status reg errors no longer gard</li>
+</ul>
+<p>Chen Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4031acbfb05">c4031acbfb05</a> Dropped messages at
+shutdown</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad388de1a208">ad388de1a208</a> Proposed structure
+change for OCC</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/298aa306a1f4">298aa306a1f4</a> P9A OMI Dccal /
+Scominit</li>
+</ul>
+<p>Christian Geddes (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ee01af225a0">8ee01af225a0</a> Allow child/parent
+lookups between DIMM and OCMB_CHIP targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6cc4d5078e34">6cc4d5078e34</a> Again try to fix
+checkpoint issue with fips930 simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3452fbd95989">3452fbd95989</a> Allow for nullptr
+io_buffer in eecache read</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce2a9daac0c">7ce2a9daac0c</a> Add interface to
+look up model type of master processor on targetService</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efda71702697">efda71702697</a> Set early test case
+IPL step to be 14.7 in Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e70d216f8e2b">e70d216f8e2b</a> Compile and add
+calls to exp_scominit in istep 13.8</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b845f915ea">58b845f915ea</a> Disable Mutex
+Attribute Test Cases for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/250291d09340">250291d09340</a> Add
+p9a_omi_training_check hwp call to istep 12.9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b02a6aa674c">3b02a6aa674c</a> Fix
+getChildByAffinity call in mmio.C and add more traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dafcf54942f1">dafcf54942f1</a> Remove imported
+files that were added incorrectly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/552339eb7f78">552339eb7f78</a> Create a common
+explorer accesss module expaccess</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281c7c93a463">281c7c93a463</a> Skip enabling PM
+complex (start_stop_engine HWP) in Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63afd50c3393">63afd50c3393</a> Disable SMF tests
+for Axone bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5618f2f2b432">5618f2f2b432</a> Fix issues with how
+we were handling new .so added for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9145082bb0ca">9145082bb0ca</a> Disable OCMB mmio
+communication tests until MMIO works</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b397d8d630ac">b397d8d630ac</a> Allow single dimm
+configurations in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd41d6161ea9">dd41d6161ea9</a> Set
+MAX_COMPUTE_NODES attribute so TOD code gets setup correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3653c5d44e88">3653c5d44e88</a> Skip establish ex
+chiplet step (15.3) during Axone for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a0fe1f2857a">0a0fe1f2857a</a> Compile new
+Axone/Explorer memory libs in isteps_mss library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d09e67a0a554">d09e67a0a554</a> Update simics
+release that Axone is using and adjust simics script</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8cfbb22598c">b8cfbb22598c</a> Set MUX i2c slave
+port to be 1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c5f03e47872">1c5f03e47872</a> Fix bug that was
+scrambling traces in errorlogs during HBRT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddc7b1ec95be">ddc7b1ec95be</a> Apply OBUS PG rules
+update to Axone also</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a52d45742151">a52d45742151</a> Edit
+cxxtest.start.sh script to call runsim correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6677251ee3d">c6677251ee3d</a> Call p9a_mss_volt
+if MEM_PORT targets are available in istep 7.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/994299cf3d45">994299cf3d45</a> Add code to call
+p9a_mss_freq / p9a_mss_freq_system in istep 7.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1564d45787ce">1564d45787ce</a> Wrap exp_draminit
+in a extern “C” to workaround name mangling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30a512e3d84d">30a512e3d84d</a> Disable OCMB getVPD
+tests until we get better SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33e7c6de0769">33e7c6de0769</a> Add calls to
+available p9a_mss_eff_config HWPs in istep 7.4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85e898e7c68e">85e898e7c68e</a> Edit autocitest to
+handle hbTrace.log generated in /src/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a98d9a843a71">a98d9a843a71</a> Generate P9A
+accessors for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f55c462e587c">f55c462e587c</a> Resize WOF to allow
+AXONE test pnor to fit inside 64 MB</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcecb8a2a15a">bcecb8a2a15a</a> Revert “Update
+phy_pharams structure, tests, and exp attrs”</li>
+</ul>
+<p>Corey Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bfacdff427f">0bfacdff427f</a> Add callouts for
+NVDIMM errors</li>
+</ul>
+<p>Dan Crowell (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8720c117759">b8720c117759</a> Reset Engine E to
+handle NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d505fea7f169">d505fea7f169</a> Make overrideOnly
+fapi attributes volatile-zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86b5d355d643">86b5d355d643</a> Delete complextype
+fields in attributes if they have no value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e73d0c117548">e73d0c117548</a> Force reboot
+without visible errors for core wakeup failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/386165c1c5da">386165c1c5da</a> Updates to
+testcases for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce4004d542f1">ce4004d542f1</a> Create runtime mss
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4636db0ab1ec">4636db0ab1ec</a> Always use original
+defaults for attribute fields with no value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b3f4e146b01">0b3f4e146b01</a> Use meaningful
+values for PNOR build parms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d86b40c30c1">7d86b40c30c1</a> Modify rank
+variable for OCMB VPD lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2c08ea15af6">c2c08ea15af6</a> Remove old fapi
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63622494a0f3">63622494a0f3</a> Add PMIC target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0f035161098">e0f035161098</a> Tweak page eviction
+parameters to handle low mem better</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c2978d3a443">2c2978d3a443</a> Add ASSERT trace
+buffer to task crash log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fc37a704410">8fc37a704410</a> Create
+p9a_disable_ocmb_i2c HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27d7ab8db738">27d7ab8db738</a> Moving libnvdimm
+into a resident module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c067d46c2f7">7c067d46c2f7</a> Make pci cache
+injection attributes writeable</li>
+</ul>
+<p>Dean Sanner (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73fc80f05f07">73fc80f05f07</a> Base HWP mirroring
+control on HB policy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/610f16673641">610f16673641</a> Allow OPAL to run
+on fused cores</li>
+</ul>
+<p>Glenn Miles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0af9610f18a1">0af9610f18a1</a> Make access to
+iv_overridePtr threadsafe</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/676c584aaa70">676c584aaa70</a> Make more room for
+hbicore_extended in PNOR layout files.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/814734326962">814734326962</a> Use thread_local
+for globals that require it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/373d8a5fb285">373d8a5fb285</a> Run memory training
+in parallel across centaurs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/853d251aef29">853d251aef29</a> Add 1MB to PNOR HBI
+section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6ddb6dc19f8">f6ddb6dc19f8</a> Add checks for
+invalid trace data in removeDuplicateTraces</li>
+</ul>
+<p>Ilya Smirnov (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1c1b2cc5e78">b1c1b2cc5e78</a> Secureboot:
+Enhanced Multinode Comm: TPM_POISONED</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed35e3da7c26">ed35e3da7c26</a> Unit Tests For SMF
+Secure Mem Distribution</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ece0ede203d">9ece0ede203d</a> SMF: Memory
+Distribution Logic Improvements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eeb5732a169d">eeb5732a169d</a> Revert “SMF: Create
+New UVBWLIST Partition”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7534ed92a2d">c7534ed92a2d</a> Secureboot:
+Enhanced Nomdecomm: Quote Fix</li>
+</ul>
+<p>Jacob Harvey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7f0582196fb">e7f0582196fb</a> L3 work for mss
+xmls</li>
+</ul>
+<p>Jayashankar Padath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/596bde3e93f3">596bde3e93f3</a> HDAT : Support of
+new Rugby values in P9N systems</li>
+</ul>
+<p>Jaymes Wilks (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5475890894b">f5475890894b</a> Support thread
+local storage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff62338a5699">ff62338a5699</a> Thread local
+storage: Update unit tests for thread local storage</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c6429e239e2">1c6429e239e2</a> HW483672: Enable
+TLBIE WAT (version 5); fixes unintended flushing</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87cc9b25b008">87cc9b25b008</a> cleanup references
+to chip-centric EC feature attributes</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e45d35734d18">e45d35734d18</a> Fix doxygen
+warnings</li>
+</ul>
+<p>Louis Stermole (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fcfd69a0278">5fcfd69a0278</a> Remove MBA GARD
+from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/835d2074b6bc">835d2074b6bc</a> Add empty files
+required for mss::index, pos, and c_str templating</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/197507fb6e80">197507fb6e80</a> Add empty file
+required for templating eff_memory_size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebf6fda9958f">ebf6fda9958f</a> Add empty files
+required for p9a_mss_freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f660c2b98b7">6f660c2b98b7</a> Add new files
+required for fixing mss::index, mss::pos, and mss::c_str</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f728a100a8e">0f728a100a8e</a> Add empty file for
+explorer eff_memory_size specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fc0e7abffb0">8fc0e7abffb0</a> Add p9a version of
+eff_memory_size API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca025608c0c1">ca025608c0c1</a> Move p9a sync.C and
+sync.H to new names to fix collisions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bdf34b9fe0a">6bdf34b9fe0a</a> Add workaround for
+Nimbus symbol mark performance hw bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76a4f5d86930">76a4f5d86930</a> Move explorer
+specialization of eff_memory_size into explorer lib</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5d11b476381">a5d11b476381</a> Add empty files for
+DEFAULT_MC_TYPE constants</li>
+</ul>
+<p>Luis Fernandez (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90552694307e">90552694307e</a> Secure Boot: Log
+error when attribute override attempted in secure mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab6efc5935dc">ab6efc5935dc</a> HB Improvements:
+Fix compiler warnings on modern compilers</li>
+</ul>
+<p>Mark Pizzutillo (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/847ced968c58">847ced968c58</a> Add blank files for
+axone p10 rank API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b3c165b9c65">7b3c165b9c65</a> Add empty files for
+gemini IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af6712fe5c03">af6712fe5c03</a> Remove files not
+needed by gemini IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9011abf477a1">9011abf477a1</a> Add wrapper and
+utils blank files for exp_getecid</li>
+</ul>
+<p>Matt Derksen (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/518a05ca5136">518a05ca5136</a> Move nvdimm_update
+call to istep 21.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2df122342fae">2df122342fae</a> Use NVDIMM lids for
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5c403221e3e">a5c403221e3e</a> Fixing runtime i2c
+operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5ab52ab7117">f5ab52ab7117</a> NVDIMM update code</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7c8ac4df4e1">a7c8ac4df4e1</a> move
+ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file</li>
+</ul>
+<p>Matt Raybuck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b29a1188536">4b29a1188536</a> UCD attribute and
+targeting updates</li>
+</ul>
+<p>Matthew Raybuck (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2899da82cb0">d2899da82cb0</a> Improve performance
+of Partial Good logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3830dc6e8fb0">3830dc6e8fb0</a> Support UCD target
+generation for Zeppelin MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d47b63700d87">d47b63700d87</a> Add functions to
+get Device Id and MFR revision from UCD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3265b62f038c">3265b62f038c</a> Improve performance
+of general PG algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cfb551c4e56">2cfb551c4e56</a> TESTCASES: Improve
+performance of general PG algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/086018c231e7">086018c231e7</a> Support UCD for I2C
+callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3264eed4874">c3264eed4874</a> Add minor tweaks to
+I2C Callouts for UCD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8684bd3d5656">8684bd3d5656</a> Add retry loop to
+UCD deviceOps</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b445b93fc21e">b445b93fc21e</a> Handle bad PEC from
+UCD device op</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac7a4f206efe">ac7a4f206efe</a> Fix UCD retry loop
+size bug</li>
+</ul>
+<p>Mike Baiocchi (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d74d3932d989">d74d3932d989</a> Secureboot: Enhance
+Error Callouts For New Multinode Trustedboot Transfer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4eb72a8bf074">4eb72a8bf074</a> Adjust I2C Reset
+for OpenPower MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/656ba908c6f2">656ba908c6f2</a> Add UCD devices to
+ATTR_I2C_BUS_SPEED_ARRAY for ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08d6bc305592">08d6bc305592</a> Update UCD class
+member variables and functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffdc6b255981">ffdc6b255981</a> Add check to
+determine if a UCD’s I2C Master is functional</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72fc1da005b7">72fc1da005b7</a> Invoke UCD Update
+Algorithm on UCD Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/571956c7f546">571956c7f546</a> Create Attribute to
+force UCD Updates</li>
+</ul>
+<p>Murulidhar Nataraju (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b7bbd62febe">6b7bbd62febe</a> Enable OCC Start in
+MPIPL path for OPAL based systems</li>
+</ul>
+<p>Nick Bofferding (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90b00de769e0">90b00de769e0</a> Enhance RAS for
+case where boot firmware image is too big to load</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09a3da759682">09a3da759682</a> UCD Flash Update:
+Support I2C SMBUS operations for UCD flash update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10784ce5d02b">10784ce5d02b</a> Support UCD target
+generation for ZZ MRW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/642a5f63c61b">642a5f63c61b</a> Support UCD
+discovery</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5588cf81b95d">5588cf81b95d</a> Fix bug where task
+migrates away from pinned CPU unexpectedly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/810394f87078">810394f87078</a> UCD flash update
+invoker</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d9e3f2cde91">0d9e3f2cde91</a> Verify UCD update
+success at end of store to UCD flash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de2312a44b13">de2312a44b13</a> Fix deadlock in ECC
+error shutdown path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca03643dd893">ca03643dd893</a> Initialize backup
+TPM in MPIPL</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d983e4c8bdd">4d983e4c8bdd</a> PPB: Refactor
+pstate parameter block</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/143d03952806">143d03952806</a> Image Build: Fixed
+handling of unsecure HOMER address field.</li>
+</ul>
+<p>Raja Das (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55260d579728">55260d579728</a> Security List
+Binary Dump Chip-op Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8f4e5009a34">b8f4e5009a34</a> OPAL/MPIPL:
+Processor Dump Area Table interfaces</li>
+</ul>
+<p>Ricardo Mata Jr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/784fe894f9ec">784fe894f9ec</a> Updated
+proc_pcie_config to support cache inject attributes</li>
+</ul>
+<p>Roland Veloz (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e84cce39773">6e84cce39773</a> Force VPD IO
+through HW (Axone) ,add plat function to get OCMB VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/038631ba24f0">038631ba24f0</a> Updated file
+ddimm_get_efd.C to be in sync with file ddimm_get_efd.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17930bb348b5">17930bb348b5</a> Unit test and
+integration test for platGetVPD(OCMB) call</li>
+</ul>
+<p>Sharath Manjunath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdaa5b1d2af3">bdaa5b1d2af3</a> Update exp_draminit
+to read values from attributes</li>
+</ul>
+<p>Stanley Zheng (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c23e99369c50">c23e99369c50</a> add address xlate
+to initfile</li>
+</ul>
+<p>Stephen Glancy (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dadbba56f413">dadbba56f413</a> Adds SI setting for
+4R and dual-drop LRDIMM configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c050abede299">c050abede299</a> Updates the
+explorer training response structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fa8d0452930">6fa8d0452930</a> Updates read to
+write timers for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c96464c7d525">c96464c7d525</a> Moves set bad
+bitmap into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b943a5ba24f">2b943a5ba24f</a> Fixes MPR read ODT
+values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b850083ce640">b850083ce640</a> Fixes LRDIMM CKE
+issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e0290d32802">8e0290d32802</a> Fixes LRDIMM rank
+configuration for dual-drop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd82f3ecbcef">cd82f3ecbcef</a> Adds DDIMM EFD
+decoder API</li>
+</ul>
+<p>Steven Janssen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85942470b223">85942470b223</a> Update function
+pointer name to correctly point to function</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4470dc33a126">4470dc33a126</a> Disable warnings
+that crop up a lot with GCC6</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/395f284926ab">395f284926ab</a> FAPI_Infra:Add new
+member to structure ErrorInfoHwCallout</li>
+</ul>
+<p>Tsung Yeung (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8eb0494af6a1">8eb0494af6a1</a> Enforces NVDIMM
+Pairing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da2c80997909">da2c80997909</a> Suppresses
+maintenance error messages due to STR exit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2a9006d0552">c2a9006d0552</a> NVDIMM RCD restore
+fix and zqcal timing fix</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-3-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Chris Cain (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1904821d6279">1904821d6279</a> Updates to wofparser
+tool</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/98ccba678ad4">98ccba678ad4</a> Support for PGPE error
+handling</li>
+</ul>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6e52f56bd2cc">6e52f56bd2cc</a> Fix memory bandwidth
+chom averages</li>
+</ul>
+<p>Zane Shelley (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/75f2dd306f18">75f2dd306f18</a> FIRDATA: fix iteration
+bug in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d60be21fc396">d60be21fc396</a> FIRDATA: remove
+Cumulus/Centaur targets and add Axone/Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d85d3c5387ec">d85d3c5387ec</a> FIRDATA: add Axone
+memory subsystem SCOM support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/18fa6f29e388">18fa6f29e388</a> FIRDATA: removed HOMER
+support for Cumulus/Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d2801157a080">d2801157a080</a> FIRDATA: Clean up HOMER
+parsing variables in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d4e558e09c51">d4e558e09c51</a> FIRDATA: Simplified
+adding targets to PNOR</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/29d1d67db71c">29d1d67db71c</a> FIRDATA: Simplified
+adding chip units to PNOR</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/69bac807b007">69bac807b007</a> FIRDATA: Simplified
+iterating targets from HOMER in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b673f22459ca">b673f22459ca</a> FIRDATA: Further
+simplifying iteration variables in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6220fb3d8d7a">6220fb3d8d7a</a> FIRDATA: Simplified
+adding subunit targets to PNOR in firData.c</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/58e422dede59">58e422dede59</a> FIRDATA: added
+Axone/Explorer support to firData.c</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="v2-3-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="v2-3-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="v2-3-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-3-patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-6" title="Permalink to this headline">¶</a></h3>
+<p>Samuel Mendoza-Jonas (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/df1a234c15fb">df1a234c15fb</a> lib/system: Add
+cryptsetup utility</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/ba8144f917f5">ba8144f917f5</a> lib/process: Add
+option to pipe to process stdin</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/5f8fa2c151b8">5f8fa2c151b8</a> lib: Add
+AUTH_MSG_DECRYPT</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f583f0cf35fc">f583f0cf35fc</a> discover:
+Recognise and open LUKS encrypted partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad18bf128c4">1ad18bf128c4</a> ui/ncurses: Add
+prompt for LUKS device password</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1cd261748c00">1cd261748c00</a> utils/pb-console:
+Use -m to run shell in own process group</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="v2-3-patches-7">
+<span id="id13"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-7">
+<span id="id14"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-7" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="v2-3-patches-8">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-8">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-3-patches-9">
+<span id="id17"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-9">
+<span id="id18"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-9" title="Permalink to this headline">¶</a></h3>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f9a51d0059e">0f9a51d0059e</a> Update i2c driver for
+OCMB chip</li>
+</ul>
+<p>Christopher M Riedl (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a3b2377b7de1">a3b2377b7de1</a> Implement PBA
+Cache-Inhibited 8B Rd/Wr Access</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9b85ed2ed42">c9b85ed2ed42</a> Add
+ATTR_ENABLED_OBUS_BRICKS</li>
+</ul>
+<p>Jenny Huynh (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be0d09d34335">be0d09d34335</a> HW477626 Dangerous Elk -
+Applies to CDD12+</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e18d802d082f">e18d802d082f</a> HW477626 Dangerous Elk -
+Temporarily apply to CDD13 native only</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04c534c750c6">04c534c750c6</a> HW477626 Dangerous Elk -
+Reapply for all CDD12+ risk levels</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f3b4f8efe1f8">f3b4f8efe1f8</a> Additional core inits
+for Nimbus DD2.3 compatibility modes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/934ccd82e22f">934ccd82e22f</a> Axone core initfile
+update to match Nimbus DD23</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a5f8ddab286">4a5f8ddab286</a> Adjust PVR Version for
+Axone</li>
+</ul>
+<p>Joachim Fenkes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b9b668e5916e">b9b668e5916e</a> FAPI2: Multicast API
+1/2: Platform-breaking changes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a09d58df7aa">8a09d58df7aa</a> FAPI2: Multicast API
+2/2: Introduce the actual multicast functions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4529a95e14de">4529a95e14de</a> Add tools to help
+measure and compare SBE image size</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5786b04efe86">5786b04efe86</a> p9_sbe_tp_chiplet_init3:
+Mask TOD error bit 62 (osclite switched)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e8590a9d3a19">e8590a9d3a19</a> p9_sbe_npll_setup:
+Enable spread spectrum before starting PLL</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81642d21704f">81642d21704f</a> whitelist update for
+ABUS CCM</li>
+</ul>
+<p>Prasad Bg Ranganath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9eba57570f29">9eba57570f29</a> PPB:New attribute
+ATTR_PMCR_MOST_RECENT_MODE for PMCR request</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fd8d1401c5f">8fd8d1401c5f</a> HWP:Cache stop clocks
+complete fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1410677b65e4">1410677b65e4</a> PM HWP: Fix bug in stop
+clock procedure that effects mpipl</li>
+</ul>
+<p>Prem Shanker Jha (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6b4eafa650c">b6b4eafa650c</a> SMF: Defined new
+attribute containing unsecure HOMER memory’s size.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/47f5faba3803">47f5faba3803</a> SMF: Populates unsecure
+HOMER with SC2 instruction.</li>
+</ul>
+<p>Pretty Mariam Jacob (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b2548e254811">b2548e254811</a> Added Alink changes in
+attributes and initfiles</li>
+</ul>
+<p>Raja Das (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0420efec88bd">0420efec88bd</a> White/Black/Grey List
+Binary dump PSU Chip-op Support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0321b165dad7">0321b165dad7</a> SBE scripts to update
+pib repair data</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f9f77cec3cb">9f9f77cec3cb</a> L1 loader Axone Pibmem
+repair parse</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c508f8e9d96e">c508f8e9d96e</a> NVDIMM Flush update</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/57905edebf34">57905edebf34</a> Axone pibmem repair
+logic</li>
+</ul>
+<p>Soma BhanuTej (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d73131d1a11">1d73131d1a11</a> Update p9a_10 engd - spy
+name changes</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b5f5c303ddc">9b5f5c303ddc</a> Befor flushNVDIMM
+chip-op make sure all core Instructions are stopped</li>
+</ul>
+<p>Stephen Glancy (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/953dc3134693">953dc3134693</a> Updates MWD_COARSE to
+run multiple patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6eb2a4c0f0d8">6eb2a4c0f0d8</a> Updates MCA write and
+read timings</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1ac3d5b9cd5f">1ac3d5b9cd5f</a> Adjust STR enter
+sequence to enable immediate entry</li>
+</ul>
+<p>kswaroop (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81c848765857">81c848765857</a> PIBMEM only image</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-3-patches-10">
+<span id="id19"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-10" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-10">
+<span id="id20"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-10" title="Permalink to this headline">¶</a></h3>
+<p>Abhishek Goel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b821f8c2a8e3">b821f8c2a8e3</a> power-mgmt : occ :
+Add ‘freq-domain-mask’ DT property</li>
+</ul>
+<p>Akshay Adiga (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b99f58ea37">40b99f58ea37</a> SLW: Remove Idle
+state support tor Power8 DD1</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c46ab3a0509c">c46ab3a0509c</a> SLW: Print verbose
+info on errors only</li>
+</ul>
+<p>Alexey Kardashevskiy (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/17975a6e6457">17975a6e6457</a> cpufeatures: Always
+advertise POWER8NVL as DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64627c85e648">64627c85e648</a> cpufeatures: Always
+advertise POWER8NVL as DD2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd0950488f7f">fd0950488f7f</a> opal: Deprecate
+reading the PHB status</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4824d17bb53b">4824d17bb53b</a> hw/phb3/naples:
+Disable D-states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/889dba86c3c8">889dba86c3c8</a> hw/phb3/naples:
+Disable D-states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba1d95a1d460">ba1d95a1d460</a> npu2: Add
+XTS_BDF_MAP wildcard refcount</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0f17caddcd8">c0f17caddcd8</a> npu2: Allow ATSD for
+LPAR other than 0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b392d785eb49">b392d785eb49</a> witherspoon: Add
+nvlink2 interconnect information</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f492a925908">0f492a925908</a> npu2: Disable
+Probe-to-Invalid-Return-Modified-or-Owned snarfing by default</li>
+</ul>
+<p>Andrew Donnellan (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/682fa68e577c">682fa68e577c</a>
+platforms/witherspoon: Make PCIe shared slot error message more informative</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1c3ed8224bf">e1c3ed8224bf</a> config: Get rid of
+DEBUG_MALLOC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/647dc4aff7b6">647dc4aff7b6</a> config: Get rid of
+FAST_REBOOT_CLEARS_MEMORY</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9bc52a250a0">c9bc52a250a0</a> core/stack: Remove
+r1 argument from ___backtrace()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b971b67ac2e1">b971b67ac2e1</a> core/stack: Define a
+backtrace metadata struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80a49c7022b2">80a49c7022b2</a> core/stack: Store
+PIR in ___backtrace()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8dddd751ef43">8dddd751ef43</a> hw/fsp, hw/ipmi:
+Convert attn code to not use backtrace wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5a7411cd74e">e5a7411cd74e</a> core/stack: Convert
+stack check code to not use backtrace wrapper</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b965b9de25d2">b965b9de25d2</a> core/stack: Rename
+backtrace functions, get rid of wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73cd109ecd8f">73cd109ecd8f</a> opal-api: Reserve 2
+OPAL API calls for future OpenCAPI LPC use</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3bc840c1d85">b3bc840c1d85</a> hw/npu2: Fix
+OpenCAPI PE assignment</li>
+</ul>
+<p>Andrew Jeffery (115):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd9839684d48">bd9839684d48</a> astbmc: Try IPMI
+HIOMAP for P8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/71ce936ffe38">71ce936ffe38</a> p8dtu: Enable HIOMAP
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dcbd1f41d98">9dcbd1f41d98</a> p8dtu: Configure BMC
+graphics</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/963629523084">963629523084</a> pflash: Don’t try
+update RO ToC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dec1de73e1e">0dec1de73e1e</a> libflash/test:
+Generate header dependencies for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3852a9460abc">3852a9460abc</a> ffspart, libflash:
+Fix stack size warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7e1efe864ad">a7e1efe864ad</a> pflash: Increase
+stack frame size warning threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5636d390b7f0">5636d390b7f0</a> gard: Fix warnings
+from gcc 8.2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96409597aa39">96409597aa39</a> Makefile: Paper over
+gard and pflash coverage issues</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43ca6a2e5b12">43ca6a2e5b12</a> test-ipmi-hiomap:
+Add ability to delay some IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f246cceda717">f246cceda717</a> test-ipmi-hiomap:
+Dump unexpected IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5293333dd1af">5293333dd1af</a> test-ipmi-hiomap:
+Ensure the completion code is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f46ed4f7ee79">f46ed4f7ee79</a> test-ipmi-hiomap:
+Print some information on early scenario_exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b3a5dfbdf92">1b3a5dfbdf92</a>
+libflash/ipmi-hiomap: Fix leak of msg in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64a61885a229">64a61885a229</a>
+libflash/ipmi-hiomap: Overhaul error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/403d527269be">403d527269be</a>
+libflash/ipmi-hiomap: Overhaul event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d8bd2dd9eab">6d8bd2dd9eab</a>
+libflash/ipmi-hiomap: Remove unused close handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4af122b23402">4af122b23402</a>
+libflash/ipmi-hiomap: Enforce message size for empty response</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41e6e8b4acf7">41e6e8b4acf7</a> test-ipmi-hiomap:
+Add protocol-persistent-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b12dfe8dd0d">5b12dfe8dd0d</a> test-ipmi-hiomap:
+Add read-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d4b870c8524c">d4b870c8524c</a> test-ipmi-hiomap:
+Add read-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1f20bfd7d91">e1f20bfd7d91</a> test-ipmi-hiomap:
+Add event-before-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd271bc570d3">fd271bc570d3</a> test-ipmi-hiomap:
+Add event-during-read test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e69b1135db38">e69b1135db38</a> test-ipmi-hiomap:
+Add write-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb0c85ae9868">eb0c85ae9868</a> test-ipmi-hiomap:
+Add write-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f246ff2c999">7f246ff2c999</a> test-ipmi-hiomap:
+Add event-before-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9175028fc84a">9175028fc84a</a> test-ipmi-hiomap:
+Add event-during-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ee7b0f70b04">5ee7b0f70b04</a> test-ipmi-hiomap:
+Add erase-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/275b3d12af39">275b3d12af39</a> test-ipmi-hiomap:
+Add erase-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/410b80725ad2">410b80725ad2</a> test-ipmi-hiomap:
+Add event-before-erase test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2a4b4988ecc">c2a4b4988ecc</a> test-ipmi-hiomap:
+Add event-during-erase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/077d19d82405">077d19d82405</a> test-ipmi-hiomap:
+Add bad-sequence test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecf6430d1ee9">ecf6430d1ee9</a> test-ipmi-hiomap:
+Add action-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f65c781eee16">f65c781eee16</a> test-ipmi-hiomap:
+Add get-flash-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bcdd3f134970">bcdd3f134970</a> test-ipmi-hiomap:
+Add get-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0bef2695055d">0bef2695055d</a> test-ipmi-hiomap:
+Add get-flash-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4d5734fde21">c4d5734fde21</a> test-ipmi-hiomap:
+Add create-read-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/364b433adb7d">364b433adb7d</a> test-ipmi-hiomap:
+Add create-write-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4349da67c9c">a4349da67c9c</a> test-ipmi-hiomap:
+Add mark-dirty-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7798ea646fb7">7798ea646fb7</a> test-ipmi-hiomap:
+Add flush-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff5153612f85">ff5153612f85</a> test-ipmi-hiomap:
+Add ack-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12ca08b58e5b">12ca08b58e5b</a> test-ipmi-hiomap:
+Add erase-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4642a6c9a66b">4642a6c9a66b</a> test-ipmi-hiomap:
+Add ack-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8745e91d48d1">8745e91d48d1</a> test-ipmi-hiomap:
+Add get-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c2ada09e76d">5c2ada09e76d</a> test-ipmi-hiomap:
+Add get-flash-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd1a08ab3e12">bd1a08ab3e12</a> test-ipmi-hiomap:
+Add create-read-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee0314d2d9d0">ee0314d2d9d0</a> test-ipmi-hiomap:
+Add create-write-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7b8293d867a">c7b8293d867a</a> test-ipmi-hiomap:
+Add mark-dirty-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/985c7a26bcb1">985c7a26bcb1</a> test-ipmi-hiomap:
+Add flush-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7735cc354609">7735cc354609</a> test-ipmi-hiomap:
+Add erase-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0c798252521">d0c798252521</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-ack test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce81b9364131">ce81b9364131</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-get-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9398b84fad0e">9398b84fad0e</a> test-ipmi-hiomap:
+Add protocol-recovery-get-flash-info-failure test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b94bb54f6569">b94bb54f6569</a> test-ipmi-hiomap:
+Add read-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed35a7d04bde">ed35a7d04bde</a> test-ipmi-hiomap:
+Add write-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3777e58990f">a3777e58990f</a> test-ipmi-hiomap:
+Add erase-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6a4db4c249a1">6a4db4c249a1</a> ast-io: Rework
+ast_sio_is_enabled() test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c826e1ca9e5b">c826e1ca9e5b</a> astbmc: Try IPMI
+HIOMAP for P8 (again)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b9d7c9da583a">b9d7c9da583a</a> astbmc: Enable IPMI
+HIOMAP for AMI platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d07d064db05">5d07d064db05</a> libflash/test:
+Generate header dependencies for tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3a3ba16a44a">e3a3ba16a44a</a> test-ipmi-hiomap:
+Add ability to delay some IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3056fcd0a7c4">3056fcd0a7c4</a> test-ipmi-hiomap:
+Dump unexpected IPMI messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cb5eca8d6ca">7cb5eca8d6ca</a> test-ipmi-hiomap:
+Ensure the completion code is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/272443f7687b">272443f7687b</a> test-ipmi-hiomap:
+Print some information on early scenario_exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7bb5ead55bdf">7bb5ead55bdf</a>
+libflash/ipmi-hiomap: Fix leak of msg in callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e29cf8d00fb">2e29cf8d00fb</a>
+libflash/ipmi-hiomap: Overhaul error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c4b51a0408f">5c4b51a0408f</a>
+libflash/ipmi-hiomap: Overhaul event handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/041d61e2be1d">041d61e2be1d</a>
+libflash/ipmi-hiomap: Remove unused close handling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b64b3544d90b">b64b3544d90b</a>
+libflash/ipmi-hiomap: Enforce message size for empty response</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cca1c08ece5e">cca1c08ece5e</a> test-ipmi-hiomap:
+Add protocol-persistent-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a215e3e547a0">a215e3e547a0</a> test-ipmi-hiomap:
+Add read-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96ca4e26deb6">96ca4e26deb6</a> test-ipmi-hiomap:
+Add read-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea318dbe989f">ea318dbe989f</a> test-ipmi-hiomap:
+Add event-before-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4e76c8d2f6c">e4e76c8d2f6c</a> test-ipmi-hiomap:
+Add event-during-read test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3497461c93b">e3497461c93b</a> test-ipmi-hiomap:
+Add write-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf722c0ac561">bf722c0ac561</a> test-ipmi-hiomap:
+Add write-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cc5d420eeb4">4cc5d420eeb4</a> test-ipmi-hiomap:
+Add event-before-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55b284e63e7d">55b284e63e7d</a> test-ipmi-hiomap:
+Add event-during-write test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da61b9e8dc1f">da61b9e8dc1f</a> test-ipmi-hiomap:
+Add erase-one-block test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6f3245eda74">a6f3245eda74</a> test-ipmi-hiomap:
+Add erase-two-blocks test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6432db36f0b1">6432db36f0b1</a> test-ipmi-hiomap:
+Add event-before-erase test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d666e226bd9">7d666e226bd9</a> test-ipmi-hiomap:
+Add event-during-erase</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d69b6567669b">d69b6567669b</a> test-ipmi-hiomap:
+Add bad-sequence test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f9facdacef9">4f9facdacef9</a> test-ipmi-hiomap:
+Add action-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b20312eb6ee5">b20312eb6ee5</a> test-ipmi-hiomap:
+Add get-flash-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/852d38850654">852d38850654</a> test-ipmi-hiomap:
+Add get-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21bed4d078d9">21bed4d078d9</a> test-ipmi-hiomap:
+Add get-flash-info-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05e1dabcb97d">05e1dabcb97d</a> test-ipmi-hiomap:
+Add create-read-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c97112ba0b9">1c97112ba0b9</a> test-ipmi-hiomap:
+Add create-write-window-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14959a69eeac">14959a69eeac</a> test-ipmi-hiomap:
+Add mark-dirty-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4de5c234518b">4de5c234518b</a> test-ipmi-hiomap:
+Add flush-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c38fccd32df0">c38fccd32df0</a> test-ipmi-hiomap:
+Add ack-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e1559af3394">5e1559af3394</a> test-ipmi-hiomap:
+Add erase-error test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66b4b2e49d46">66b4b2e49d46</a> test-ipmi-hiomap:
+Add ack-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90ae8a0767ce">90ae8a0767ce</a> test-ipmi-hiomap:
+Add get-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ae038042951">7ae038042951</a> test-ipmi-hiomap:
+Add get-flash-info-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dba42852b0de">dba42852b0de</a> test-ipmi-hiomap:
+Add create-read-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/564d5e4ba7e4">564d5e4ba7e4</a> test-ipmi-hiomap:
+Add create-write-window-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b812fa3d16ce">b812fa3d16ce</a> test-ipmi-hiomap:
+Add mark-dirty-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ebf921c1a0a">0ebf921c1a0a</a> test-ipmi-hiomap:
+Add flush-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4769cb645e20">4769cb645e20</a> test-ipmi-hiomap:
+Add erase-malformed tests</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35a6cbe24717">35a6cbe24717</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-ack test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ffe09809c035">ffe09809c035</a> test-ipmi-hiomap:
+Add protocol-recovery-failure-get-info test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e8e03ee34ba">0e8e03ee34ba</a> test-ipmi-hiomap:
+Add protocol-recovery-get-flash-info-failure test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75622fe738cd">75622fe738cd</a> test-ipmi-hiomap:
+Add read-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a8a5c352762">1a8a5c352762</a> test-ipmi-hiomap:
+Add write-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d8b0043aa9d">2d8b0043aa9d</a> test-ipmi-hiomap:
+Add erase-one-block-twice test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/381a7e6553d7">381a7e6553d7</a> ast-io: Rework
+ast_sio_is_enabled() test sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e7145a55afc">6e7145a55afc</a> astbmc: Try IPMI
+HIOMAP for P8 (again)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52be9b85e455">52be9b85e455</a> zaius: Add BMC
+description</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ff0e16df304">4ff0e16df304</a> p8dtu: Enable HIOMAP
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/137b11c77feb">137b11c77feb</a> p8dtu: Configure BMC
+graphics</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b7594b26929e">b7594b26929e</a> astbmc: Enable IPMI
+HIOMAP for AMI platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cccf5d79de07">cccf5d79de07</a> core/flash: Retry
+requests as necessary in flash_load_resource()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6225d1192493">6225d1192493</a> astbmc: Handle
+failure to initialise raw flash</li>
+</ul>
+<p>Anju T Sudhakar (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d9a87cec05a">6d9a87cec05a</a> doc/imc: Edit
+imc.rst documentation to include</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09e912109070">09e912109070</a> doc/device-tree:
+Edit device tree documentation for imc to include trace-node information.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3a0fb699040">f3a0fb699040</a> doc/opal-api: Edit
+documentation for IMC opal call to include trace-imc</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5506d8a45882">5506d8a45882</a> include/imc: Trace
+IMC Macro definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa8f3f3fcead">fa8f3f3fcead</a> hw/imc: Refactor
+opal init call for core-imc</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df2a1e579aaa">df2a1e579aaa</a> hw/imc: Enable opal
+calls to init/start/stop IMC Trace mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/027d87475eff">027d87475eff</a> external/mambo:
+Mambo hack to add trace-imc nodes in the device-tree</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb83850ee1de">eb83850ee1de</a> platforms/vesnin:
+Disable PCIe port bifurcation</li>
+</ul>
+<p>Cédric Le Goater (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbcbbd3e071f">bbcbbd3e071f</a> xive: Add calls to
+save/restore the queues and VPs HW state</li>
+</ul>
+<p>Deb McLemore (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/31231ed300f2">31231ed300f2</a> p9dsu: Fix p9dsu
+default variant</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87517c8737b9">87517c8737b9</a> p9dsu: Fix p9dsu
+slot tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83f06eec281d">83f06eec281d</a> p9dsu: Fix p9dsu
+default variant</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8941393f452">c8941393f452</a> p9dsu: Fix p9dsu
+slot tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64a16ae05bb2">64a16ae05bb2</a> p9dsu: Fix slot
+labels for p9dsu2u</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c470806a2e5e">c470806a2e5e</a> p9dsu: Undo slot
+label name changes</li>
+</ul>
+<p>Frederic Barrat (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/536c8fbf932d">536c8fbf932d</a> npu2-opencapi:
+Rework ODL register access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e621b7b67951">e621b7b67951</a> npu2-opencapi: Setup
+perf counters to detect CRC errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f3cdff99656">9f3cdff99656</a> npu2-opencapi:
+Rename functions used to reset an adapter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce9dd46d36d0">ce9dd46d36d0</a> npu2-opencapi: Keep
+ODL and adapter in reset at the same time</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4efac7d8c90">e4efac7d8c90</a> npu2-opencapi: ODL
+should be in reset when enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d75436f0d3d0">d75436f0d3d0</a> npu2-opencapi:
+Extend delay after releasing reset on adapter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/998911498597">998911498597</a> npu2-opencapi: Fix
+adapter reset when using 2 adapters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cf6758e1889">8cf6758e1889</a> npu2-hw-procedures:
+Don’t set iovalid for opencapi devices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11c5faa66aa0">11c5faa66aa0</a> npu2-hw-procedures:
+Fix zcal in mixed opencapi and nvlink mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14a78d5c2e85">14a78d5c2e85</a> npu2/hw-procedures:
+Fix parallel zcal for opencapi</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3af5072cb55">d3af5072cb55</a> hw/npu2: Move npu2
+irq setup code to common area</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa97373f3274">fa97373f3274</a> hw/npu2: Use NVLink
+irq setup for OpenCAPI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f8dfd699f584">f8dfd699f584</a> hw/npu2: Setup an
+error interrupt on some opencapi FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7320a21e7261">7320a21e7261</a> hw/npu2: Report
+errors to the OS if an OpenCAPI brick is fenced</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d1f3e4faf9d9">d1f3e4faf9d9</a> hw/npu2: Dump (more)
+npu2 registers on link error and HMIs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87528900ad41">87528900ad41</a> opal/hmi: Never
+trust a cow!</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3e38ba93c5f">c3e38ba93c5f</a> hw/npu2: Show name
+of opencapi error interrupts</li>
+</ul>
+<p>Jeff Scheel (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/abd17b24a5ae">abd17b24a5ae</a> doc: Adjusting tags
+in release notes to eliminate global conflict for singlehtml builds</li>
+</ul>
+<p>Joel Stanley (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23470f10d0b1">23470f10d0b1</a> Revert “astbmc: Try
+IPMI HIOMAP for P8”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd2b103f2488">cd2b103f2488</a> Makefile: Check
+-Wno-stringop-truncation is supported</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7855bdd6593">a7855bdd6593</a> Makefile: Build with
+symbols</li>
+</ul>
+<p>Jordan Niethe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9fde370b03c0">9fde370b03c0</a> chiptod: Remove
+unused prototype from header</li>
+</ul>
+<p>Mahesh Salgaonkar (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/017da88b2d05">017da88b2d05</a> opal/hmi: Fix double
+unlock of hmi lock in failure path.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca349b836d02">ca349b836d02</a> opal/hmi: Don’t
+retry TOD recovery if it is already in failed state.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/497734984231">497734984231</a> opal/hmi: set a flag
+to inform OS that TOD/TB has failed.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c71d7032484">2c71d7032484</a> Fix hang in
+pnv_platform_error_reboot path due to TOD failure.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5f339b4b5d80">5f339b4b5d80</a> opal/hmi: Initialize
+the hmi event with old value of TFMR.</li>
+</ul>
+<p>Michael Neuling (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/740904858586">740904858586</a> xive: Make no_sync
+parameter affermative in __xive_set_irq_config()</li>
+</ul>
+<p>Michal Suchanek (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bef1ddc40813">bef1ddc40813</a> libffs: Fix string
+truncation gcc warning.</li>
+</ul>
+<p>Nicholas Piggin (28):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3500a606c6db">3500a606c6db</a> phb4: remove POWER9N
+DD1 creset workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b4ae3a2e2a5">3b4ae3a2e2a5</a> xive: remove POWER9N
+DD1 NVT table size workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b0d15e3c170">0b0d15e3c170</a> Remove POWER9N DD1
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d27180b55d77">d27180b55d77</a> core/cpu: HID update
+race</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57610a3681bc">57610a3681bc</a> external/mambo:
+allow CPU targeting for most debug utils</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d44d7f7d29d">0d44d7f7d29d</a> core/init: rename
+setup_reset_vector</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e075d75274c">9e075d75274c</a> core/cpu: do not
+inline cpu_relax</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c58bbd720b7">9c58bbd720b7</a> core/exceptions:
+save current MSR in exception frame</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1d44e8c117f">e1d44e8c117f</a> asm/head: use HSRR
+exception registers in FIXUP_ENDIAN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/02aea4c8760a">02aea4c8760a</a> core/init: rearrange
+final boot steps</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d25287a167fd">d25287a167fd</a> core/fast-reboot:
+improve NMI handling during fast reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ebb814a80369">ebb814a80369</a> core/init: enable
+machine check on secondaries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75669cb37067">75669cb37067</a> asm/head: provide
+asm support for interrupts to be returned from</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37baa9731d0d">37baa9731d0d</a> core/fast-reboot:
+fast reboot specific sreset patch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ebb78cffda8">4ebb78cffda8</a> asm/head: sreset
+handler remove FIXUP_ENDIAN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a43bf86b7d4">8a43bf86b7d4</a> core/exceptions:
+implement an exception handler for non-powersave sresets</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22524e901744">22524e901744</a> core/exceptions:
+allow recoverable sreset exceptions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d86cebd5368">5d86cebd5368</a> core/exceptions:
+implement support for MCE interrupts in powersave</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c51c7a5df601">c51c7a5df601</a> core/cpu: HID update
+race</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/450b429feb43">450b429feb43</a> asm/head: move
+unnecessary code out of head</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/36dca1e915da">36dca1e915da</a> build:
+-fno-asynchronous-unwind-tables</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b08928fb487">6b08928fb487</a> build/lds: place
+debug sections according to defaults</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/065877fc59de">065877fc59de</a> build/lds: place
+remaining sections according to defaults</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f22e25c2b97">7f22e25c2b97</a> build: link with
+–orphan-handling=warn</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53ef0db6e2ef">53ef0db6e2ef</a> asm/head.S: set
+POWER9 radix HID bit at entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f244f3e1b679">f244f3e1b679</a> external/mambo: also
+invoke readline for the non-autorun case</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/32a23ae6b0d3">32a23ae6b0d3</a> asm/head: balance
+branches to avoid link stack predictor mispredicts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c8f96534a97">2c8f96534a97</a> hw/xscom: add
+missing P9P chip name</li>
+</ul>
+<p>Oliver O’Halloran (35):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08981e62e1d9">08981e62e1d9</a> phb4: Rework BDFN
+filtering in phb4_set_pe()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f5d15f167b0">2f5d15f167b0</a> phb4: Remove
+pointless NULL checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e19f14e3134b">e19f14e3134b</a> phb4: Eliminate
+p->rte_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3a64a4b8737">a3a64a4b8737</a> phb4: Eliminate
+peltv_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/639f67285c2c">639f67285c2c</a> phb4: Update some
+comments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3eadafbd35ae">3eadafbd35ae</a> hdata/test: Fix up
+linux,sml-base property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa3dee2a63e6">fa3dee2a63e6</a> hdata/test: Add
+OP920 HDAT test data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f35a3c376a44">f35a3c376a44</a> hdata/memory: Remove
+find_shared()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4822a7ba9d33">4822a7ba9d33</a> hdata/memory: Add
+NVDIMM support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b67792c3801">9b67792c3801</a> hw/phb4: Fix
+indentation of brdgCtl</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43f11d51e601">43f11d51e601</a> platforms/zz:
+Re-enable LXVPD slot information parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1941d3f26373">1941d3f26373</a> platforms/romulus:
+Also support talos</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c3baae4f2b3">1c3baae4f2b3</a> hdata/iohub: Look
+for IOVPD on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ec1e37004da">0ec1e37004da</a> hw/phb4: Look for
+the hub-id from in the PBCQ node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14372fc9fb60">14372fc9fb60</a> core/pci: Increase
+the max slot string size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99937b943845">99937b943845</a> core/pcie-slot: Set
+power state from the PWRCTL flag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/efc568c1e30b">efc568c1e30b</a> fsp/lxvpd: Print
+more LXVPD slot information</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0c86fef7e502">0c86fef7e502</a> firenze-pci: Always
+init slot info from LXVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ef5a64b85d5">1ef5a64b85d5</a> core/pcie-slot:
+Better explain suprise_check</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84aa25921a09">84aa25921a09</a> core/pcie-slot:
+Don’t bail early in the power on case</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70edcbb4b39d">70edcbb4b39d</a> hw/phb4: Skip FRESET
+PERST when coming from CRESET</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e89d3f32d216">e89d3f32d216</a> hw/phb4: Remove
+FRESET presence check</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8b4c79d4419">b8b4c79d4419</a> hw/phb4: Factor out
+PERST control</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/722cf1c2ed56">722cf1c2ed56</a> hw/phb4: Drop
+FRESET_DEASSERT_DELAY state</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a31085d7d432">a31085d7d432</a> core/i2c: Add
+request state tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d290b244efbc">d290b244efbc</a> core/i2c: Poll on
+request state in i2c_request_send()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/319e7d935f13">319e7d935f13</a> core/i2c: split
+i2c_request_send()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/517f088a8e39">517f088a8e39</a> platforms/firenze:
+Rework I2C controller fixups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff960a77a192">ff960a77a192</a> core/pci: Prefer
+ibm, slot-label when finding loc codes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af5a3ee925d1">af5a3ee925d1</a> hw/xscom: Enable sw
+xstop by default on p9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b507209d2266">b507209d2266</a> hw/phb4: Squash the
+IO bridge window</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e2157121aa1">2e2157121aa1</a> hw/phb4: Read
+ibm,loc-code from PBCQ node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b50406ba4878">b50406ba4878</a> core/pci: Use PHB
+io-base-location by default for PHB slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/98a1ae107396">98a1ae107396</a> hw/phb4: Fix
+references to PHB3</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/290fbf30ddc2">290fbf30ddc2</a> pci/iov: Remove
+skiboot VF tracking</li>
+</ul>
+<p>Reza Arbab (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa56d9a2abdb">aa56d9a2abdb</a> Remove duplicate
+npu2-common.o from $(HW_OBJS)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/552cb9e371d8">552cb9e371d8</a> npu2: Remove dead
+code from npu2_cfg_write_bar()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/69ca8a8ff7a9">69ca8a8ff7a9</a> npu2: Remove unused
+npu2::bdf2pe_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d12672a812f">2d12672a812f</a> npu2: Remove unused
+npu2::lxive_cache</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/237882bfc84f">237882bfc84f</a> npu2: Remove unused
+npu2_dev::procedure_data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b496cab97086">b496cab97086</a> npu2: Remove unused
+npu2_dev_nvlink::vendor_cap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd5ddbe3b40c">cd5ddbe3b40c</a> npu2: Fix missing
+iteration in tce kill loop</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f79ab6cdb4d">3f79ab6cdb4d</a> npu2: Remove
+redundant assignment to p->phb_nvlink.scan_map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38cf215cb505">38cf215cb505</a> npu2: Replace open
+coded dt_find_by_name_addr()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ef153f6f013">9ef153f6f013</a> core/lock: Stop
+drop_my_locks() from always causing abort</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3803711f8a9">d3803711f8a9</a> Add PVR_TYPE_P9P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ab11ac8b4b9">1ab11ac8b4b9</a> core/lock: Stop
+drop_my_locks() from always causing abort</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/855465aa7804">855465aa7804</a> devicetree: Fix
+syntax error in power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85c4c823ab11">85c4c823ab11</a> devicetree: Fix typo
+in power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eecd9083f1bd">eecd9083f1bd</a> devicetree: Add nx
+node to power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13926b45897b">13926b45897b</a> devicetree: Move
+power9-phb4.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50d1a089deef">50d1a089deef</a> devicetree: Add
+p9-simics.dts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f9dd8d71de9">9f9dd8d71de9</a> devicetree: Add
+Makefile to build dtb binaries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46050485f5ef">46050485f5ef</a> README: Reflect
+openpower_mambo_defconfig name change</li>
+</ul>
+<p>Russell Currey (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d8a9ca30453">8d8a9ca30453</a> external/mambo:
+Populate kernel-base-address in the DT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/edf7e841ff9d">edf7e841ff9d</a> external/mambo:
+Error out if kernel is too large</li>
+</ul>
+<p>Samuel Mendoza-Jonas (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9834b0874af4">9834b0874af4</a> include/ipmi: Fix
+incorrect chassis commands</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/757dfba75e03">757dfba75e03</a> platforms/astbmc:
+Check for SBE validation step</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ef47971a87d">6ef47971a87d</a> doc/bmc: Document
+SBE validation on P8 platforms</li>
+</ul>
+<p>Santosh Sivaraj (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ac2db0a83e7">3ac2db0a83e7</a> flash: Add support
+for async decompression</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c86fb12c07a6">c86fb12c07a6</a> imc/catalog:
+Decompress catalog asynchronously</li>
+</ul>
+<p>Shilpasri G Bhat (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a96739c6c1cd">a96739c6c1cd</a> powercap: occ: Fix
+the powercapping range allowed for user</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0fe8ecd59fc0">0fe8ecd59fc0</a> powercap: occ: Fix
+the powercapping range allowed for user</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27e4943eade2">27e4943eade2</a> fast-reboot: occ:
+Remove ‘freq-domain-mask’ from fast-reboot path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/961b7128ebd8">961b7128ebd8</a> fast-reboot: occ:
+Call occ_pstates_init() on fast-reset on all machines</li>
+</ul>
+<p>Stewart Smith (51):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44aa41061a9f">44aa41061a9f</a> qemu: bt device
+isn’t always hanging off /</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59a21fc87f54">59a21fc87f54</a> sparse: Make tree
+‘constant is so big’ warning clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/625f9ac034f1">625f9ac034f1</a> zz: platform_ocapi
+can be static</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec65b9ab4c4c">ec65b9ab4c4c</a> zaius: zaius_ocapi
+can be static</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2c426ef668b">c2c426ef668b</a> doc: clarify
+OPAL_RTC_READ return values</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3170270be92a">3170270be92a</a> firmware-versions:
+Add test case for parsing VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6bb72e8f7b9d">6bb72e8f7b9d</a> firmware-versions:
+Add test case for parsing VERSION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/816a1d7bb2ef">816a1d7bb2ef</a> pflash: Support
+encoding/decoding ECC’d partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0647f2a2c4eb">0647f2a2c4eb</a> skiboot v6.2.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75382eb708c0">75382eb708c0</a> skiboot v6.2.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ac85e4517cc">7ac85e4517cc</a> skiboot v6.0.17
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b377a01ef5">40b377a01ef5</a> hw/test: generalise
+makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/81847dd347ef">81847dd347ef</a> doc: fix definition
+lists in opal-imc-counters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3ad5bb09249">f3ad5bb09249</a> sparse: symbol
+‘sbe_timer_lock’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96c0ec2ab78b">96c0ec2ab78b</a> sparse: symbol
+‘xive_buddy_lock/xive_vp_buddy’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9b79a611501">f9b79a611501</a> sparse: symbol
+’NPU2_PHY_*’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/655e0bc6865c">655e0bc6865c</a> sparse: symbol
+’procedure_*’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/039d184dda21">039d184dda21</a> sparse: symbols in
+imc.c weren’t declared, Should they be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b8b7e8c4e78">3b8b7e8c4e78</a> sparse: symbol
+‘<em>bar</em>’ was not declared. Should it be static?</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0eea56b06b4f">0eea56b06b4f</a> Don’t use variable
+length arrays in exception code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee01ef4ed82a">ee01ef4ed82a</a> i2c: Fix sparse
+warnings for type assignment</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/428cb852e3a0">428cb852e3a0</a> qemu: bt device
+isn’t always hanging off /</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ef409d43de9">3ef409d43de9</a> doc:
+s/stb_init()/secureboot_init()/ to match reality</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2b96407921a6">2b96407921a6</a> opal-ci: Drop
+CentOS6 support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c36257bf32f">6c36257bf32f</a> opal-ci: Drop
+unneded reference to ubuntu 12.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4a06f098c4f">e4a06f098c4f</a> opal-ci: drop fedora
+28</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cd8402c3bec">7cd8402c3bec</a> Drop old Coverity
+jobs (we build via separate .travis.yml in a branch)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/043e85bf7477">043e85bf7477</a>
+hw/ipmi/test/run-fru: Fix string truncation warning, enhance test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fedb949b7179">fedb949b7179</a> Fix broken
+opal-ci/build-fedora-rawhide.sh symlink</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0faa9232168">c0faa9232168</a> hdata: Add
+protection against corrupt ntuples structure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c13f1d6119">a2c13f1d6119</a> hdata_to_dt: fail
+“gracefully” on fatal op_display()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bee7be6ab780">bee7be6ab780</a> hdata: Prevent NULL
+dereference on duplicate slot map info</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0e56d97d4cd">d0e56d97d4cd</a> ci: Remove
+debian-jessie boot test.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb87cf17279b">cb87cf17279b</a> ci: qemu boot tests
+should use built skiboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/133cc8cea258">133cc8cea258</a> ci/fedora29:
+–allowerasing to work around conflicting packages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11374f20e8f1">11374f20e8f1</a> Bump allowed stack
+frame size for unit tests/host programs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e0eef2e9a92">3e0eef2e9a92</a> Force noinline for
+pci_add_(one)_device_node(s)()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/050d8165ab05">050d8165ab05</a> skiboot v6.3-rc1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/24268c766206">24268c766206</a> cpufeatures: Add
+tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff79070d1c4c">ff79070d1c4c</a> skiboot v6.3-rc2
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/208ca81ffd47">208ca81ffd47</a> opal-ci: Centos7
+with latest crosstool toolchain (gcc 8.1.0)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d318cdb3863f">d318cdb3863f</a> hw/xscom: P9P rather
+than P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb2e148df960">cb2e148df960</a> doc: Add (most)
+nvram debugging options</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44afdc1afb1f">44afdc1afb1f</a> core/init: LPC isn’t
+just P8 (fix comment)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b877a4e8b9ea">b877a4e8b9ea</a> Write boot progress
+to LPC port 80h</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0634dd410dae">0634dd410dae</a> Write boot progress
+to LPC ports 81 and 82</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/588c39adb1ec">588c39adb1ec</a> skiboot v6.3-rc3
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/119108908e9b">119108908e9b</a> pci: Try harder to
+add meaningful ibm,loc-code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14f709b8eeda">14f709b8eeda</a> Disable fast-reset
+for POWER8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/54811997b6d0">54811997b6d0</a> skiboot v6.3 release
+notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2cc067ede570">2cc067ede570</a> ipmi: ensure forward
+progress on ipmi_queue_msg_sync()</li>
+</ul>
+<p>Timothy Pearson (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b26e29acbc8">8b26e29acbc8</a> Retry link training
+at PCIe GEN1 if presence detected but training repeatedly failed</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23903ca69351">23903ca69351</a> Copy and convert
+Romulus descriptors to Talos</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c51914b87b48">c51914b87b48</a> Remove Talos DT
+match from Romulus file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27fcf2fa8350">27fcf2fa8350</a> Expose PNOR Flash
+partitions to host MTD driver via devicetree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f42d72abdf7">0f42d72abdf7</a> Mark all partitions
+except full PNOR and boot kernel firmware read only</li>
+</ul>
+<p>Vaibhav Jain (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/658c39dda366">658c39dda366</a> opal: Update
+opal_del_host_sync_notifier() to accept ’void *data’</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d2d0115eaca">9d2d0115eaca</a> core/pci: Introduce
+a new pci_slot_op named completed_sm_run()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/763f397d5be7">763f397d5be7</a> capp/phb: Introduce
+‘struct capp’ to hold capp related info in ‘struct phb’</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a87f8f97175">1a87f8f97175</a> phb4/capp: Update
+and re-factor phb4_set_capi_mode()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78ccc722c2fd">78ccc722c2fd</a> capp/phb4: Force
+CAPP to PCIe mode during kernel shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52fa634e2152">52fa634e2152</a> capp/phb4: Introduce
+PHB4 flag, PHB4_CAPP_DISABLE to disable CAPP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3dc87605be7a">3dc87605be7a</a> phb4/capp: Implement
+sequence to disable CAPP and enable fast-reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d572d3a72fa2">d572d3a72fa2</a> capp/phb4: Prevent
+HMI from getting triggered when disabling CAPP</li>
+</ul>
+<p>Vasant Hegde (38):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06ef9bd2d9a6">06ef9bd2d9a6</a> skiboot v6.0.15
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7516e3827e50">7516e3827e50</a> core/ipmi: Improve
+error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/554062d7fe5a">554062d7fe5a</a> core/opal: Print PIR
+value in exit path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67fc150c82a7">67fc150c82a7</a> skiboot v6.0.16
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ab10b2e62e58">ab10b2e62e58</a> core/ipmi: Improve
+error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d07a5622a9e1">d07a5622a9e1</a> core/opal: Print PIR
+value in exit path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1d421875b4c">b1d421875b4c</a> ipmi/power: Fix
+system reboot issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd9b61cdfca7">dd9b61cdfca7</a> hdata/i2c: Reduce
+severity of log message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b570fb646289">b570fb646289</a> libflash/ecc: Fix
+compilation warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cadaf7c36e83">cadaf7c36e83</a> libflash/ecc: Fix
+compilation warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fdd27ca27231">fdd27ca27231</a> hw/bt: Fix message
+retry handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01f977c33d46">01f977c33d46</a> hw/bt: Add backend
+interface to disable ipmi message retry option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c526a280dcd1">c526a280dcd1</a> hdata/memory: Fix
+warning message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f0ceb63e951">4f0ceb63e951</a> hdata/memory:
+Removed share-id property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61978c2c54d0">61978c2c54d0</a> hw/bt: Introduce
+separate list for synchronous messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/968c30905d7a">968c30905d7a</a> core/ipmi: Add ipmi
+sync messages to top of the list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0ab7b45db3d">c0ab7b45db3d</a> hw/bt: Do not
+disable ipmi message retry during OPAL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e2bf87b42f7">2e2bf87b42f7</a> ipmi/power: Fix
+system reboot issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73fa7be132a4">73fa7be132a4</a> hw/bt: Fix message
+retry handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44f90875712f">44f90875712f</a> hw/bt: Add backend
+interface to disable ipmi message retry option</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/788c9ac2b926">788c9ac2b926</a> hw/bt: Introduce
+separate list for synchronous messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28f5fe3a6edc">28f5fe3a6edc</a> core/ipmi: Add ipmi
+sync messages to top of the list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af5c2978dbcd">af5c2978dbcd</a> hw/bt: Do not
+disable ipmi message retry during OPAL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5da21e2cc79d">5da21e2cc79d</a> skiboot v6.2.2
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6aa3bd8ab6ad">6aa3bd8ab6ad</a> skiboot v6.0.18
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/261ca8e779e5">261ca8e779e5</a> skiboot v6.2.2
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2ba5ce84a197">2ba5ce84a197</a> Update skiboot
+stable tree rules</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4456616272a4">4456616272a4</a> skiboot v6.0.19
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92a5c57a14e2">92a5c57a14e2</a> skiboot v6.2.3
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08de14aaa937">08de14aaa937</a> core/ipmi: Print
+correct netfn value</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f291166283f">7f291166283f</a>
+libflash/ipmi-hiomap: Fix blocks count issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dfa935ebaa54">dfa935ebaa54</a> test-ipmi-hiomap:
+Assert if size is zero</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9facf3336054">9facf3336054</a> test-ipmi-hiomap:
+Add write-one-byte test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9fd1495fba7a">9fd1495fba7a</a> test-ipmi-hiomap:
+Fix lpc-read-success</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/857f046d3ab0">857f046d3ab0</a> test-ipmi-hiomap:
+Add read-one-byte test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0b8541ff8ca">e0b8541ff8ca</a> opal-prd: Check
+malloc return value</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac226d2c98ad">ac226d2c98ad</a> opal-prd: Fix memory
+leak in is-fsp-system check</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/990d248a61a0">990d248a61a0</a> skiboot v6.3.1
+release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="v2-3-patches-11">
+<span id="id21"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-11">
+<span id="id22"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-11" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/6549b6d2bf42">6549b6d2bf42</a> Disable PCIe port
+bifurcation</li>
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/f44f8808fc7c">f44f8808fc7c</a> Fix
+IBSCOM_MCS_BASE_ADDR formatting</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="v2-3-patches-12">
+<span id="id23"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-12" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-3-commits-12">
+<span id="id24"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-12" title="Permalink to this headline">¶</a></h3>
+<p>Bill Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/ed1f0ebe2e2e">ed1f0ebe2e2e</a> The
+CONFIG_APPLY attribute needs a default value</li>
+</ul>
+<p>Erich Hauptli (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c47cddbcd13b">c47cddbcd13b</a> Picked up
+PROC_COMPAT* attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/00f0727053e8">00f0727053e8</a> Fixing GPU
+I2C Addresses</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.3-rc2.html" title="previous chapter">Release Notes for OpenPower Firmware v2.3-rc2</a></li>
+ <li>Next: <a href="v2.3.1.html" title="next chapter">Release Notes for OpenPower Firmware v2.3.1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.3.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.4-rc1.html b/release-notes/v2.4-rc1.html
new file mode 100644
index 0000000..903b30d
--- /dev/null
+++ b/release-notes/v2.4-rc1.html
@@ -0,0 +1,2490 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.4-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.4" href="v2.4.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.3.1" href="v2.3.1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-4-rc1">
+<h1>Release Notes for OpenPower Firmware v2.4-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-4-rc1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.4-rc1 was released on Tuesday July 9th, 2019. It will become the new stable release of op-build,
+following on from v2.3, first released on May 21st, 2019.</p>
+<p>The op-build v2.4 release cycle has been fairly short, and follows on from v2.3 to ensure we have a more
+reliably predictable release schedule going for future releases.</p>
+<p>op-build v2.4-rc1 contains all the fixes as of op-build v2.3.1 and v2.0.15, and we expect to continue to do
+stable 2.0.y releases of v2.0 into the forseeable future.</p>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.4 release. We expect to do a final v2.4
+tagged release early April 2019. Please test this release candidate heavily!</p>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>nicole</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="19%" />
+<col width="19%" />
+<col width="41%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.29.3</td>
+<td>1.30.1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>check</td>
+<td>0.11.0</td>
+<td>0.12.0</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, p8dtu, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>dropbear</td>
+<td>2018.76</td>
+<td>2019.78</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>glibc-2.28-94-g4ae
+ff335ca</td>
+<td>2.29-11-ge28ad442e
+7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw041519a.opv23</td>
+<td>hw070619a.940</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>ca03643dd8</td>
+<td>2b061c6081</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw041519a.opv23</td>
+<td>hw062819a.940</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone,
+palmetto, p8dtu, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-p8</td>
+<td>dc218d94c5</td>
+<td>27dda299f0</td>
+<td>habanero, garrison, barreleye,
+firestone, palmetto, p8dtu, vesnin</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.2</td>
+<td>v6.4-rc1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, p8dtu, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.0.7</td>
+<td>5.1.16</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>5.0.7</td>
+<td>5.1.16</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>741046046ec3</td>
+<td>eac9377724</td>
+<td>romulus</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>f44f8808fc7c</td>
+<td>deed9ba0bc</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>e3e9aef82673</td>
+<td>a6f4df381b</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>nvme</td>
+<td>v1.3</td>
+<td>v1.7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>58e422dede</td>
+<td>e5a2afd6cf</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>openpower-pnor</td>
+<td>2ea669b4aa</td>
+<td>43fc2ebbae</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone,
+palmetto, p8dtu, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>petitboot</td>
+<td>v1.10.3</td>
+<td>v1.10.4</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>1410677b65</td>
+<td>b96edc83e9</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.3.1</td>
+<td>v6.4-rc1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>sudo</td>
+<td>1.8.23</td>
+<td>1.8.27</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="12%" />
+<col width="11%" />
+<col width="76%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>cryptsetup</td>
+<td>2.0.6</td>
+<td>witherspoon,p9dsu,zaius,habanero,firenze,garrison,barreleye,pseries,opal,firest
+one,palmetto,p8dtu,vesnin,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>json-c</td>
+<td>0.13.1</td>
+<td>witherspoon,p9dsu,zaius,habanero,firenze,garrison,barreleye,pseries,opal,firest
+one,palmetto,p8dtu,vesnin,zz,romulus</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.4-rc1</td>
+<td>opal</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="27%" />
+<col width="39%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>occ-p8</td>
+<td>a2856b77a61</td>
+<td>opal</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Ben Gass (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/647c79394de1">647c79394de1</a> Add p9a.omi.pll.scan.initfile
+and ifCompiler support.</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9cad5ac42b3e">9cad5ac42b3e</a> Synch up OMI and MCA frequencies</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc0b781abd67">cc0b781abd67</a> Self Save: Fixing self save of
+core SPR.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/abe84794dea8">abe84794dea8</a> VDM(Part 2): CME hcode support
+for per quad VDM.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/62fab01afb46">62fab01afb46</a> VDM(Part 3): Image build changes
+for quad level VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b897d74ad16d">b897d74ad16d</a> Stop API: STOP API made project
+agnostic.</li>
+</ul>
+<p>Rahul Batra (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/793c77ef0f8b">793c77ef0f8b</a> PM: Fix Clip Update Timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cade83363c25">cade83363c25</a> PGPE: Fix Voltage Delay Math</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2def3a70b164">2def3a70b164</a> PM: WOV(OCS) HW Procedures
+Changes (1/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4d775c52daa4">4d775c52daa4</a> PM: WOV(OCS) PGPE Hcode Changes
+(2/2)</li>
+</ul>
+<p>Sumit Kumar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e74922a6d8a0">e74922a6d8a0</a> Updating latest selfRest.bin
+file</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5086d51d705e">5086d51d705e</a> Enablement of Axone support</li>
+</ul>
+<p>Yue Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f3d82eaa4d8c">f3d82eaa4d8c</a> Self Save: Added support for SPR
+self save in CME hcode(func ver)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f52ed17d38e2">f52ed17d38e2</a> PM: Handle PIB Reset with data
+check handler on all GPEs</li>
+</ul>
+<p>hostboot (70):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/33eeb29bcbf6">33eeb29bcbf6</a> Release tag information updated
+for hw032619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c76877c7370">2c76877c7370</a> Release tag information updated
+for hw032719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dbac1b4fde0">0dbac1b4fde0</a> Release tag information updated
+for hw032919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f89e3fc16469">f89e3fc16469</a> Release tag information updated
+for hw040219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2e3a283588c1">2e3a283588c1</a> Release tag information updated
+for hw040319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7aa944ea0394">7aa944ea0394</a> Release tag information updated
+for hw040419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7e42ee4ac93">b7e42ee4ac93</a> Release tag information updated
+for hw040519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0068bf4a881f">0068bf4a881f</a> Release tag information updated
+for hw040619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e194945ed60a">e194945ed60a</a> Release tag information updated
+for hw040919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f3cda9419f28">f3cda9419f28</a> Release tag information updated
+for hw041019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/06fd9cb6a476">06fd9cb6a476</a> Release tag information updated
+for hw041119a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/65dd1355197d">65dd1355197d</a> Release tag information updated
+for hw041219a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8dbd6d87ed00">8dbd6d87ed00</a> Release tag information updated
+for hw041219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cce430a720af">cce430a720af</a> Release tag information updated
+for hw041319a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ffbcc5c2f0cf">ffbcc5c2f0cf</a> Release tag information updated
+for hw041319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/adf78f8e0538">adf78f8e0538</a> Release tag information updated
+for hw041519a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ce3d455f346d">ce3d455f346d</a> Release tag information updated
+for hw041619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8c97ca682995">8c97ca682995</a> Release tag information updated
+for hw041719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f9688427e91">4f9688427e91</a> Release tag information updated
+for hw041819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5acd078fd3f0">5acd078fd3f0</a> Release tag information updated
+for hw042019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4116020415c9">4116020415c9</a> Release tag information updated
+for hw042119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14a3a15e85ad">14a3a15e85ad</a> Release tag information updated
+for hw042319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f40a0bc37ee">2f40a0bc37ee</a> Release tag information updated
+for hw042419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/003286ea46c5">003286ea46c5</a> Release tag information updated
+for hw042519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dabc711649d5">dabc711649d5</a> Release tag information updated
+for hw043019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c6610c66e83">2c6610c66e83</a> Release tag information updated
+for hw050119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/39145945224a">39145945224a</a> Release tag information updated
+for hw050319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0f4531f47288">0f4531f47288</a> Release tag information updated
+for hw050619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f7c4f239b1e5">f7c4f239b1e5</a> Release tag information updated
+for hw050719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c781b28fbeb6">c781b28fbeb6</a> Release tag information updated
+for hw050819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0888141f218">d0888141f218</a> Release tag information updated
+for hw050919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e63f4dafc713">e63f4dafc713</a> Release tag information updated
+for hw051019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/10f61cf1aa52">10f61cf1aa52</a> Release tag information updated
+for hw051119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68397358937e">68397358937e</a> Release tag information updated
+for hw051419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/617ca61be3e7">617ca61be3e7</a> Release tag information updated
+for hw051519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/babbbd9e7ab4">babbbd9e7ab4</a> Release tag information updated
+for hw051619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1fae419a10e4">1fae419a10e4</a> Release tag information updated
+for hw051719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9fa0d43ee460">9fa0d43ee460</a> Release tag information updated
+for hw051819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a42f29857e7e">a42f29857e7e</a> Release tag information updated
+for hw051919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/07a00831e5b7">07a00831e5b7</a> Release tag information updated
+for hw052119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/46218be06574">46218be06574</a> Release tag information updated
+for hw052219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2cc906fda56b">2cc906fda56b</a> Release tag information updated
+for hw052419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/49a2cb056e55">49a2cb056e55</a> Release tag information updated
+for hw052819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ed4018a1a7d5">ed4018a1a7d5</a> Release tag information updated
+for hw052919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/59cfe7bac2f1">59cfe7bac2f1</a> Release tag information updated
+for hw053019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee03775d4100">ee03775d4100</a> Release tag information updated
+for hw053119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14c3b1b259ae">14c3b1b259ae</a> Release tag information updated
+for hw060119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ff534ad63c7b">ff534ad63c7b</a> Release tag information updated
+for hw060319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d067896908e2">d067896908e2</a> Release tag information updated
+for hw060519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d1e42453697">9d1e42453697</a> Release tag information updated
+for hw060619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d78641ae7be">6d78641ae7be</a> Release tag information updated
+for hw060719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/150e0728a2b4">150e0728a2b4</a> Release tag information updated
+for hw060819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90451319ce96">90451319ce96</a> Release tag information updated
+for hw061119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ba05d3cfaca8">ba05d3cfaca8</a> Release tag information updated
+for hw061219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e9c438bf807b">e9c438bf807b</a> Release tag information updated
+for hw061319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/48a5e9a75af3">48a5e9a75af3</a> Release tag information updated
+for hw061419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bf63e7d6cc0f">bf63e7d6cc0f</a> Release tag information updated
+for hw061519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/862bea7c7ea0">862bea7c7ea0</a> Release tag information updated
+for hw061819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a80d726abf60">a80d726abf60</a> Release tag information updated
+for hw061919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/78e266936926">78e266936926</a> Release tag information updated
+for hw061919b.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/07697763fd69">07697763fd69</a> Release tag information updated
+for hw062019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0bf8ba716cea">0bf8ba716cea</a> Release tag information updated
+for hw062119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7f13e53dc1f2">7f13e53dc1f2</a> Release tag information updated
+for hw062519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/93c9a0f47fd8">93c9a0f47fd8</a> Release tag information updated
+for hw062619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/891db3bc80bf">891db3bc80bf</a> Release tag information updated
+for hw062819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2228ce6ea2dd">2228ce6ea2dd</a> Release tag information updated
+for hw062919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dff5815b671">1dff5815b671</a> Release tag information updated
+for hw070219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5aca25f5653a">5aca25f5653a</a> Release tag information updated
+for hw070319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/882d19fd7e7c">882d19fd7e7c</a> Release tag information updated
+for hw070419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1dd2d8676e5">c1dd2d8676e5</a> Release tag information updated
+for hw070619a.940</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Alvin Wang (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f5d7720e3c">f6f5d7720e3c</a> Add empty files for kind
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c1d170c7552">0c1d170c7552</a> Add more files for mcbist
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56dd65e049e4">56dd65e049e4</a> Add empty traits files for
+power_thermal lib</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/deec9656ec00">deec9656ec00</a> Add empty trait file for
+explorer mcbist library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c3ab2bd4c3c">3c3ab2bd4c3c</a> Move MCBIST lib to generic
+folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ce53f71e9fc">4ce53f71e9fc</a> Move power_thermal lib to
+generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/015e5dff8610">015e5dff8610</a> Add empty files for
+exp_background_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/081679022f97">081679022f97</a> Add exp_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d035a51f51ae">d035a51f51ae</a> Move kind library to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18527d404f0f">18527d404f0f</a> Move the mcbist lab library
+to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da246c5fde38">da246c5fde38</a> Add empty files for mcbist
+library refactoring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03fc49941aa7">03fc49941aa7</a> Add trap_adress class in
+mcbist library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e60c6842b51d">e60c6842b51d</a> Add error count mode0/1 to
+mcbist library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca91046e0b3d">ca91046e0b3d</a> Add empty file nimbus_kind.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbba2f9d8fe3">dbba2f9d8fe3</a> Add OMI_EDPL_DISABLE
+attribute</li>
+</ul>
+<p>Andre A. Marin (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee76c2ca5927">ee76c2ca5927</a> Fix c_str and pos DIMM
+specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/508ddc960ec6">508ddc960ec6</a> Add mem_size and misc attrs,
+unit tests enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b13a6483b18">3b13a6483b18</a> Add call to setup derived
+attributes in p9a_mss_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f83005325604">f83005325604</a> Added Nimbus NDVDIMM specific
+DIMM slot attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19394bc52406">19394bc52406</a> Modify accessor makefiles for
+generic and explorer to use shell find</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab3afc32f1e6">ab3afc32f1e6</a> Modify initial PRBS patter
+before DL link training starts</li>
+</ul>
+<p>Andre Marin (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8daf280f7d24">8daf280f7d24</a> Fix true_type and false_
+type typdef with integral_constant</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923075be5002">923075be5002</a> Update HPW Level for MSS API
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bb7b5f0b5c6">9bb7b5f0b5c6</a> Add call to exp_getecid in
+istep 12.1</li>
+</ul>
+<p>Ben Gass (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b823dd50837a">b823dd50837a</a> Update p9_mss_eff_grouping
+for Axone support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8651104f00d">c8651104f00d</a> Update p9a_10 engd from
+o10_e9032_pd_tp024_ec412_soa_sc_u080_01</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4766a68dc15b">4766a68dc15b</a> Move omic dials from
+p9a.omi.io.scom.initfile to new p9a.omic.io.scom.initfile.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f6849602d6f">5f6849602d6f</a> Explorer registers and fields
+generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94af35140717">94af35140717</a> Explorer registers and fields
+generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fd61efddafb">6fd61efddafb</a> Add p9a.omi.pll.scan.initfile
+and ifCompiler support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1083e8c22b9e">1083e8c22b9e</a> Update p9_setup_bars for 3
+NPU’s on Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9869ca82dbbc">9869ca82dbbc</a> Update npu initfiles for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39b36480d549">39b36480d549</a> Set IOO clockgate_disable for
+Axone HW481539 / HW438727</li>
+</ul>
+<p>Bill Hoffa (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecf2201cee8c">ecf2201cee8c</a> Modify IPMI Timeout Value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f619d06251d5">f619d06251d5</a> Verify Dimm Type in DJVPD
+Cache</li>
+</ul>
+<p>Brian Silver (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7bb5cee3856">e7bb5cee3856</a> Add fake_vpd support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c1f3e24b6e4">9c1f3e24b6e4</a> Change p9_mss_freq_system to
+write attributes, errors for Cronus</li>
+</ul>
+<p>Caleb Palmer (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7937e802748">f7937e802748</a> PRD: Fix isEccSp capture data
+check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69796d72c4f6">69796d72c4f6</a> PRD: Fix assert in
+getNumMasterRanksPerDimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8941c2cd6251">8941c2cd6251</a> PRD: NVDIMM mask EVENT_N bit
+on persistency lost</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d139bd7d99a">9d139bd7d99a</a> PRD: Axone/Explorer Misc
+Updates needed for TdCtlr/DataBundles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1665708d67b6">1665708d67b6</a> PRD: MCACALFIR[8] FFDC Update
+for NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/686bbf502fc6">686bbf502fc6</a> Add OCMB_CHIP support for
+BAD_DQ_BITMAP getters/setters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/343589ebeb49">343589ebeb49</a> NPU SCOM translation support
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/abf11187330d">abf11187330d</a> Add OCMB_CHIP support for
+ROW_REPAIR getters/setters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57fa9ded821c">57fa9ded821c</a> PRD: Axone misc updates for
+moving ecc/maint logic to OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68367c57c139">68367c57c139</a> PRD: Axone Add PLL Slave
+Error Regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/957a96a94127">957a96a94127</a> PRD: Axone/Explorer TdCtlr
+and DataBundle Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2bb80fdb4caa">2bb80fdb4caa</a> PRD: Axone Dram Spare Deploy
+(DSD) updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeb359a820ee">aeb359a820ee</a> PRD: Axone MemMark updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57b59e9d788f">57b59e9d788f</a> PRD: Update Axone calls to
+isDramWidthX4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c539eeef3781">c539eeef3781</a> NPU SCOM translation Hostboot
+updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c153a4336ab2">c153a4336ab2</a> PRD: Initial Explorer Plugin
+Files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab4ea694f5ba">ab4ea694f5ba</a> PRD: Initial Axone Rule
+Plugins</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93f529ed118b">93f529ed118b</a> PRD: Add AnalyzeFetchMpe
+Plugin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd0eb8fcc8d4">bd0eb8fcc8d4</a> PRD: Add handleRrFo for OCMB
+domain</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8db1ba5aaa81">8db1ba5aaa81</a> PRD: Avoid gard for NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e6a69de2d39">8e6a69de2d39</a> PRD: Remove use of
+unsupported MEM_PORT ExtensibleChip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56b1b58b9348">56b1b58b9348</a> PRD: Update NVDIMM BPM cable
+callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6060c1c88907">6060c1c88907</a> PRD: Axone MemAddress Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8bc5e2c76793">8bc5e2c76793</a> PRD: Add OCMB support for
+BAD_DQ_BITMAP code</li>
+</ul>
+<p>Chen Du (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5da79e14c316">5da79e14c316</a> Get ring override failing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbbd68a140c9">bbbd68a140c9</a> Add page tables to read only
+partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bda479bb7563">bda479bb7563</a> MRW parsing updates for
+Axone+UB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54a570f06c63">54a570f06c63</a> MRW parsing updates for
+Axone+UB task 2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d41d0f9b82f7">d41d0f9b82f7</a> MRW parsing for DDIMM, PMIC,
+and Axone OBUS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48c966a99ec1">48c966a99ec1</a> Add OMI BAR calculations to
+MRW scripts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3268563ca22b">3268563ca22b</a> MRW parsing for DDIMM, PMIC,
+and OCMB_CHIP</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbf60d385958">cbf60d385958</a> Add SMF mode flag to HOMER
+for use by OCC</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d91209c1201c">d91209c1201c</a> Axone Xbus Linearity</li>
+</ul>
+<p>Christian Geddes (56):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9882fe3c773b">9882fe3c773b</a> Set REL_POS to 0 on all DIMM
+target in simics Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/215eaa2074f5">215eaa2074f5</a> Stop overwriting OCMB vpd
+info in standalone and handle DDIMM modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fd0af32313c">9fd0af32313c</a> Set
+ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16378af2527d">16378af2527d</a> Compile Explorer MSS libs in
+our istepsmss lib</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/514f1137ec8e">514f1137ec8e</a> Set ATTR_MEM_EFF_DIMM_SIZE
+until MSS team sets in in HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/616f55b76767">616f55b76767</a> Setup CONFIG_AXONE env
+variable correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c03d552d8db">0c03d552d8db</a> Workaround unused var in
+certain configurations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/020f13727307">020f13727307</a> Update simics release to
+April 8th release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fc227ed83ce">6fc227ed83ce</a> Re-order i2c properties in
+Axone simics XML to align closer with sim</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/091bf3c3fd9c">091bf3c3fd9c</a> Update MAX_ALLOWED_DIMM_FREQ
+to support 3200 MHz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b67afb3574">c4b67afb3574</a> Correct MSS accessor
+generation for Axone compiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c14bbdbc1f">75c14bbdbc1f</a> Revert “Remove unused VPD
+sections from axone pnor layout”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4aa1ee7a5835">4aa1ee7a5835</a> Fix compile bugs in
+axone_sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fbc925d910e">5fbc925d910e</a> Fix mismatch between mirrored
+file and original EKB copy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6ac440a808a">a6ac440a808a</a> Re-enable OCMB VPD fapi2
+tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0c71ff0ce91">d0c71ff0ce91</a> Add
+ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET to MC targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e583424484de">e583424484de</a> Validate OMI INBAND BAR
+offset attributes against calculated values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae7863d01445">ae7863d01445</a> Compile and call
+p9a_omi_setup_bars in istep 12.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/625a082c5e39">625a082c5e39</a> Add p9a_omi_init and
+exp_omi_init calls to istep 12.13</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8112a619ebf4">8112a619ebf4</a> Run Axone simics all the way
+to completion by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f39b02dcad91">f39b02dcad91</a> Update pnor XML WOF
+description to say 6 MB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a292b1a81ea">2a292b1a81ea</a> Compile and call
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebf286d5e287">ebf286d5e287</a> Add support for dimm type
+DDIMM in exp draminit utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07fbdf5d4f29">07fbdf5d4f29</a> Compile and call
+p9a_io_omi_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff01029ea8dd">ff01029ea8dd</a> Increase size allocated for
+HBI in axone pnor layout xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b632f2cf6a4c">b632f2cf6a4c</a> Update simbuild to latest
+simics release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cf1a8dc6cd8">3cf1a8dc6cd8</a> Ignore CRC errors for
+Hostboot during Axone bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b07aab28c595">b07aab28c595</a> Separate communication data
+padding from endianess correcting code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/546d0438ecc7">546d0438ecc7</a> Clean up traces and comments
+in MMIO driver</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41d22225ff91">41d22225ff91</a> Remove workaround filtering
+invalid filenames</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fbd4f33e00e">6fbd4f33e00e</a> Update simbuild for axone
+simics bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7254582b9b25">7254582b9b25</a> Add call to p9a_omi_io_dccal
+in istep 12.6</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/decb0b6a03b1">decb0b6a03b1</a> Remove workaround setting
+EFF_DIMM_SIZE attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c18d709e4a17">c18d709e4a17</a> Set endianess switch
+attributes to workaround inband OCMB sim issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/292334fef529">292334fef529</a> Skip OCMB MMIO Response
+polling in hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4b279cb88d7">e4b279cb88d7</a> Compile and call exp_draminit
+in istep 13.10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c70b5902d51">8c70b5902d51</a> Set i2c slave’s port
+correctly in Axone XML for OCMB targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b95951684667">b95951684667</a> Force Axone simics to read
+all VPD from HW with config flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dabc95cb3ef">3dabc95cb3ef</a> Enable MMIO scom after OMI is
+initialized</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33bccd985a80">33bccd985a80</a> Clean up traces seen during
+Axone IPLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab9d2e931925">ab9d2e931925</a> Increase size of HBRT to 8 MB
+for all pnor layouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a70922169308">a70922169308</a> Update startup.simics to
+correctly lookups processor targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f6ff0a8bddf">3f6ff0a8bddf</a> Clean up some comments and
+refactor how we determine new cache entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f0d13a5bb80">0f0d13a5bb80</a> Update non-present dimm/ocmb
+i2c attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b2d475bbbee">7b2d475bbbee</a> Update DIMM’s 0-8
+EEPROM_VPD_PRIMARY_INFO to match the corresponding OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98bd24eebf87">98bd24eebf87</a> Unset
+CONSOLE_OUTPUT_ERRORDISPLAY in axone config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12ef1ffdc34a">12ef1ffdc34a</a> Make some FAPI_INF traces
+that are spamming FW logs into FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa4a14d415c7">aa4a14d415c7</a> Update bbuild and point axone
+simics at scandef.abr from bbuild</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ded2da534feb">ded2da534feb</a> Skip MSS cleanup for now in
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37038960c8c7">37038960c8c7</a> Enable sbe update for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ac1e9584462">1ac1e9584462</a> Add interface to mark eeprom
+caches valid/invalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef6025f2142">5ef6025f2142</a> Update simics release used
+for Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b06c4f813fd">1b06c4f813fd</a> Remove references to prebuilt
+eecache</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3805319f1d63">3805319f1d63</a> Add HCDB Support for eeprom
+cache process</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20423884e486">20423884e486</a> Trace message if unable to
+understand its contents of eeprom cache</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4154aa707744">4154aa707744</a> Add functions to back
+ATTR_FREQ_MCA_MHZ and ATTR_MC_PLL_BUCKET in P9A</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/710af45a83d8">710af45a83d8</a> Revert “Remove references to
+prebuilt eecache”</li>
+</ul>
+<p>Corey Swenson (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/201a39f54be6">201a39f54be6</a> Add part callout for the
+Backup Power Module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5622fb032dc">e5622fb032dc</a> Insufficient Resources check
+needs to handle NVDIMM logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06d0a08aa27f">06d0a08aa27f</a> Add NVDIMM key attributes and
+generate keys</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/65509c8551f4">65509c8551f4</a> Add back nvdimm_gen_keys
+function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9cd799d038d2">9cd799d038d2</a> Remove procedure callout
+EPUB_PRC_NVDIMM_ER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fd22b47f8d6">5fd22b47f8d6</a> NVDIMM encryption HW function
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20f6884ac8c6">20f6884ac8c6</a> Add workaround to avoid DARN
+instruction at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7508722e0908">7508722e0908</a> Handle NVDIMM encryption
+errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b81399d6441">4b81399d6441</a> Assembly for DARN instruction
+inconsistent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/639cf25d2ace">639cf25d2ace</a> Move the NVDIMM_ARMED
+attribute from PROC to DIMM type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd0aba64608a">dd0aba64608a</a> Auto-arm the NVDIMMs at
+runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac003eb126a0">ac003eb126a0</a> Call
+notifyNvdimmProtectionChange function during IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3acea873dad1">3acea873dad1</a> Remove dependency on
+ATTR_NVDIMM_ENCRYPTION_ENABLE for unlock</li>
+</ul>
+<p>Corey V. Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09a23939d34a">09a23939d34a</a> Revert “Add workaround to
+avoid DARN instruction at runtime”</li>
+</ul>
+<p>Dan Crowell (36):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54178321414b">54178321414b</a> Constants for future DIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08d472b97829">08d472b97829</a> Update Explorer FW Command
+IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f89a1420c7d8">f89a1420c7d8</a> Add sequence id to IPMI
+timeout traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c643354d42">47c643354d42</a> Remove deleted mirrored file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eee59e94a080">eee59e94a080</a> Remove to remirror some files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14242c9ba2fd">14242c9ba2fd</a> Remove file to remirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27dd91ca0933">27dd91ca0933</a> Hide several OCMB attributes
+from ServerWiz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96be8677443a">96be8677443a</a> Add Gemini to chipids list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80295355e810">80295355e810</a> Support writable
+ATTR_FREQ_MCA_MHZ for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb3c89638a1e">eb3c89638a1e</a> Handle DD2.3 mode properly
+when setting elevated risk in HDAT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0523b75c390">d0523b75c390</a> Temporarily disable the
+exp_fw_update test in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e929912354d6">e929912354d6</a> Add Axone to RISK_LEVEL logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e827b625b481">e827b625b481</a> Add system policy attribute
+for enterprise ocmb function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa1b266a6293">fa1b266a6293</a> Synch up OMI and MCA
+frequencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb99413cc04a">cb99413cc04a</a> Add logic to compute
+MSS_MRW_NVDIMM_SLOT_POSITION for ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05847c16cfe6">05847c16cfe6</a> Increase number of reserved
+hdat sections</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dd975ed5975">8dd975ed5975</a> Document Axone NPU
+configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/539b82d046cf">539b82d046cf</a> Remove VPD generation from
+Axone simics startup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f9f4dfaba7a">5f9f4dfaba7a</a> Allow temporary args to be
+passed to runsim through hb startsimics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ba1edec99a7">6ba1edec99a7</a> Enable the UART console in
+Axone Simics config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07cf7dbe48a6">07cf7dbe48a6</a> Add pmic_efd_processing to
+istep07 makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdf02135b46d">bdf02135b46d</a> Remove some Centaur
+procedures from Axone compile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e49ebe43fe8">3e49ebe43fe8</a> Temporarily disable
+testExplrMMIO bad write test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c4e786e0e95">0c4e786e0e95</a> Removing renamed
+axone/explorer files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f815ee6a9c02">f815ee6a9c02</a> Add Axone target types to
+errl/hwas functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be08f8a97099">be08f8a97099</a> Skip FSI info gathering for
+OCMB chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d850029be30">1d850029be30</a> Force appropriate values for
+NPU config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33a1e9fabb06">33a1e9fabb06</a> Modify I2C divider for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/897e9b5b38e8">897e9b5b38e8</a> Push NVDIMM attribute updates
+down to the FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd59bd865bfb">fd59bd865bfb</a> Default NV state to Memory
+Not Preserved</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/926ec6f90b17">926ec6f90b17</a> Handle unsupported status bit
+for NVDIMM Encrytion Status</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79a312ed32a9">79a312ed32a9</a> Clean up the attribute error
+user details</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fccf28881ec">6fccf28881ec</a> Add explicit support for a
+few new companies in copyright</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b119ea556c15">b119ea556c15</a> Hide CHTM attributes from
+ServerWiz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f597d2c7a66">9f597d2c7a66</a> Fix errludattribute changes
+that broke the build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08b6443e65d3">08b6443e65d3</a> Push ATTR_NVDIMM_ARMED down
+to FSP to handle MPIPL case</li>
+</ul>
+<p>Dan Larson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4c72a5f2da8">a4c72a5f2da8</a> HBCI-177: Enable Code
+Coverage in CI</li>
+</ul>
+<p>Dawit Habtegiorgis (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0b1f035aaad">b0b1f035aaad</a> P10 SRC listing order</li>
+</ul>
+<p>Devon Baughen (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5e2251b0c17">c5e2251b0c17</a> add MR0 shadow regs override
+to fix wr_vref shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f702a3b2f6b6">f702a3b2f6b6</a> add explorer mcbist wrapper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/450f70a3b34e">450f70a3b34e</a> add first draft of
+exp_access_delay_regs code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9acff299c655">9acff299c655</a> add omi attrs for omi dl
+config0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04a0314a1b44">04a0314a1b44</a> add manual omi training
+sequence</li>
+</ul>
+<p>Glenn Miles (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1654f76c7fd2">1654f76c7fd2</a> Populate OCMBFW partition
+with packaged image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c184e5de057">9c184e5de057</a> Add procedures for updating
+explorer firmware image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6b70d6c06d2">a6b70d6c06d2</a> Add new ‘expupd’ module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27f08a0b90a8">27f08a0b90a8</a> Add new enum, OCMB_FW_UPDATE,
+to ATTR_RECONFIGURE_LOOP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1b76d406973">f1b76d406973</a> Load and validate OCMB FW
+image in istep 12.13</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2ee107c441a">a2ee107c441a</a> Update simbuild for axone
+simics bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6aeba3917d4d">6aeba3917d4d</a> Increase OCMBFW PNOR
+partition to 1164kb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0b91d3b52a6">c0b91d3b52a6</a> High level support for
+updating explorer firmware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63810dfdcefe">63810dfdcefe</a> Pull in latest axone-simics
+release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4f73f9d0e75">d4f73f9d0e75</a> Revert change to disable
+polling in getRSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa62415e8d84">aa62415e8d84</a> Add procedure for updating
+explorer firmware over TWI interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a6b6852f6e2">6a6b6852f6e2</a> Add HWP for entering Explorer
+TWI mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5634271463a1">5634271463a1</a> OCMB MMIO error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a697687b5e5e">a697687b5e5e</a> Add MMIO test cases that
+force failures</li>
+</ul>
+<p>Ilya Smirnov (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25c1b412b86a">25c1b412b86a</a> Process Core and EQ Gard
+Records in MPIPL Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28c069596438">28c069596438</a> SMF: Put HOMER Back in SMF
+Memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/033619612142">033619612142</a> Flush Errlmanager Queue
+Before Fetching Gard Records</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9addc3db4f8">a9addc3db4f8</a> SMF: Logic For Creating
+Non-Secure HOMER Memory Space</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1d3f44dd939">d1d3f44dd939</a> SMF: New Ultravisor
+White/Blacklist Handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0694a7bc3f">4f0694a7bc3f</a> Remove Redundant LPC Bus
+Check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1f8b3160946">a1f8b3160946</a> Add Child RC Checking to
+Thread Pool</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12b139b58521">12b139b58521</a> Revert “P9 Xbus/DMI CM
+Workaround”</li>
+</ul>
+<p>Jenny Huynh (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bedc05eb919f">bedc05eb919f</a> Fabric inits update for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf8f5459f14f">cf8f5459f14f</a> Fix fabric inits for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb318fbc38a9">cb318fbc38a9</a> Add missing targetType arg to
+ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ad5976c1f8b">0ad5976c1f8b</a> Fix Axone SMF lower address
+mapping and enable chip addr extension mask in mcu</li>
+</ul>
+<p>Joachim Fenkes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6ab2972787f">a6ab2972787f</a> FAPI2: Add method to Target
+to query core select vector from CORE targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63a8b58f12b7">63a8b58f12b7</a> p9_tod_setup: Workaround for
+HW480181</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96195e47b503">96195e47b503</a> Fix for workaround for
+HW480181</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19fde64271e5">19fde64271e5</a> p9_sbe_tracearray: Updates
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06a885d8e671">06a885d8e671</a> p9_tod_setup: Disable clock
+doubling when running off LPC clock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea40a0eeae03">ea40a0eeae03</a> FAPI2: Clarify that broadcast
+groups must be mapped explicitly</li>
+</ul>
+<p>Joe McGill (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b7cc09d2da5">1b7cc09d2da5</a> p9_xbus_fir_utils.H – create
+header for definition of XBUS related FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/834bc3db0d21">834bc3db0d21</a> shift OBUS FIR programming
+inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13af137b03af">13af137b03af</a> FAPI2: replace IOPAU target
+references with PAUC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b03b01b34bd">4b03b01b34bd</a> p9.filter.pll.scan.initfile –
+update CP filter config for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/415af5749f8f">415af5749f8f</a> create attribute to reflect
+DPLL input frequency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feab766b57db">feab766b57db</a> update i2c bit rate divisor
+for p9a</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9b808b3f44e">b9b808b3f44e</a> Fixing doxygen warnings</li>
+</ul>
+<p>Li Meng (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/186d6f22c2ad">186d6f22c2ad</a> Fixes for LRDIMM dual drop DB
+training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96032f3cd122">96032f3cd122</a> Adds error logging features
+to LRDIMM MWD_FINE</li>
+</ul>
+<p>Louis Stermole (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54a9c7b4a9e8">54a9c7b4a9e8</a> Fix duplicate symbol errors
+from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d859fce1073">7d859fce1073</a> Add workaround for Nimbus
+symbol mark performance hw bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b26420e7247">2b26420e7247</a> Add p9a_mss_freq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c08e3bfb24fc">c08e3bfb24fc</a> Fix default on
+ATTR_MSS_MRW_SUPPORTED_FREQ to be 4 entries</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8a7a5a564ec">f8a7a5a564ec</a> Move MSS MRW attributes to
+generic XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12426d3bf24d">12426d3bf24d</a> Add ATTR_FREQ_OMI_MHZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/357441ef8b73">357441ef8b73</a> Add p9a_mss_freq_system
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea434a2363ec">ea434a2363ec</a> Fix Explorer getRSP for
+endianness and buffer size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e28412847eab">e28412847eab</a> Add 32-bit word swap on
+Explorer inband structures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fd2903850cb">5fd2903850cb</a> Add debug params to
+exp_check_for_ready_wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9870db1cf564">9870db1cf564</a> Change CRC gen/check for
+Explorer inband to match EXP firmware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/574186ea098a">574186ea098a</a> Clear Explorer outbound
+doorbell after reading cmd response</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc2e4807c4e5">dc2e4807c4e5</a> Add lab tools to test MCHIP
+FW commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8bde2e5cb164">8bde2e5cb164</a> Update exp_omi_train for
+testing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/678ca9786f8a">678ca9786f8a</a> Add retry of EXP_FW_STATUS
+when status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1a583763dfb">b1a583763dfb</a> Fix trace in exp_omi_setup to
+be more clear</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/245047c0ff42">245047c0ff42</a> Add check for BOOT_STAGE ==
+runtime fw in exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6e85c3e9c5b">d6e85c3e9c5b</a> Add reset of FORCE_STR to
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f11931ee5e44">f11931ee5e44</a> Add attr to control endian
+swap of OMI CFG reg data on Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c3e6ed587ba">2c3e6ed587ba</a> Add reset of explorer
+outbound doorbell before running new cmd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e455c84e39cf">e455c84e39cf</a> Fix missing params in
+exp_draminit response trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f3e6b81cba8">6f3e6b81cba8</a> Change register used for
+IML_COMPLETE in exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dcf8b4ea580d">dcf8b4ea580d</a> Change tags on
+ATTR_MSS_OCMB_EXP_OMI_CFG_ENDIAN_CTRL to make it platInit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/432870d9b5c4">432870d9b5c4</a> Add procedure wrapper and
+makefiles for exp_mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a075926870a">6a075926870a</a> Fix alignment of exp_draminit
+training response display</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/907f20be9991">907f20be9991</a> Add generic mss_timing header
+for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cb482056c65">8cb482056c65</a> Change defaults for
+power/thermal attrs</li>
+</ul>
+<p>Luis Fernandez (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4995ec0ba6f1">4995ec0ba6f1</a> HB Improvements: Fix compiler
+warnings on modern compilers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acd09d45c209">acd09d45c209</a> HB Improvements: Compiler
+Issues with Different Config Files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e167d5bd38">d4e167d5bd38</a> HB Improvements: Fix compiler
+warnings on modern compilers (add-on)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49d81ec6a770">49d81ec6a770</a> General Improvement: Get HB
+standalone + op-build working with GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe000f81b649">fe000f81b649</a> Revisit attributes with array
+types.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d58f3a708535">d58f3a708535</a> Compiling with GCC 8</li>
+</ul>
+<p>Mark Pizzutillo (33):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2ac038e8a1d">f2ac038e8a1d</a> Add exp_rank.H blank file
+(renamed from rank.H)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5c731ef077d">a5c731ef077d</a> Remove rank.H to rename to
+exp_rank.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e686c6c40b70">e686c6c40b70</a> Add empty files for
+exp_getecid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c4068b510e1">7c4068b510e1</a> Added code for exp_getecid
+and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d3c3c752b95">0d3c3c752b95</a> Add blank files for PMIC i2c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f25846bd235">3f25846bd235</a> Add gemini IPL code and unit
+tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcea118c1c51">bcea118c1c51</a> Add git commit data to gemini
+hwp and exp_getecid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2007c4f94085">2007c4f94085</a> Add SPD getters for PMIC
+fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/865d4639a390">865d4639a390</a> Add new blank files for new
+PMIC directories and procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee2270e80fc2">ee2270e80fc2</a> Add new blank files for new
+PMIC directories and procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3498e76492e9">3498e76492e9</a> Remove PMIC I2C files from
+explorer path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32bc3c06a9ba">32bc3c06a9ba</a> Add API for axone p10 dimm
+rank</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc855079f522">dc855079f522</a> Add L1 PMIC procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb8ed3193462">bb8ed3193462</a> Remove unneeded gemini
+makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/621e0bac1f53">621e0bac1f53</a> Fix exp_getecid register
+accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/823149252170">823149252170</a> Add attributes for PMIC SPD
+fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f730180b2b41">f730180b2b41</a> Add i2c support for PMIC
+target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5de4c5ec41bf">5de4c5ec41bf</a> Fix memdiags to fix jenkins</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dab92e705f6">1dab92e705f6</a> Add PMIC enable procedure
+code and UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee52194d04b1">ee52194d04b1</a> Add code for PMIC bias
+procedure & UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbac4e3d76af">cbac4e3d76af</a> Add pmic fields to p9a
+eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae412fdaabaa">ae412fdaabaa</a> Remove check for eff dimm
+size in gem_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1ca9dbf1eab">b1ca9dbf1eab</a> Add blank files for pmic EFD
+processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bf4a26d8c08">4bf4a26d8c08</a> Remove pmic_bias files to
+move to lab directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/692db28a0ad4">692db28a0ad4</a> Move pmic_bias utils to lab
+directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06b50f0ecc2b">06b50f0ecc2b</a> Add istep7 include directory
+for pmic EFD processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd1e2c047b78">cd1e2c047b78</a> Add EFD processing to
+pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9a2585c80fe">d9a2585c80fe</a> Add pmic_update lab tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca414b982877">ca414b982877</a> Fix exp_draminit phy_params</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dc17625bd83">1dc17625bd83</a> Small amends to exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c88e93047c9a">c88e93047c9a</a> Update pmic_enable to bypass
+attribute checks for boot from EEPROM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1581c67d3151">1581c67d3151</a> Add blank files for
+p9a_throttle_sync procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c2d8ccc8fdb">3c2d8ccc8fdb</a> Add memory initialization to
+gem_draminit</li>
+</ul>
+<p>Matt Derksen (39):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f68a45ca5694">f68a45ca5694</a> Small cleanup of NVDIMM
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0fc8dd0b264">e0fc8dd0b264</a> Add simics
+exit_cache_contained mode call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e672904032c">5e672904032c</a> Remove unused VPD sections
+from axone pnor layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36375399974d">36375399974d</a> Current copyright year not
+added</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6e503999c4c">b6e503999c4c</a> Allow update of zeroed NVDIMM
+level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecfbca46ab3f">ecfbca46ab3f</a> Make sure memory is cleaned
+up in errlud_i2c.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16cf78fed03f">16cf78fed03f</a> Add new PMIC target for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2431563fb687">2431563fb687</a> Remove DJVPD and CVPD
+sections from axone pnor layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e2a874589b1">7e2a874589b1</a> Add FAPI_POS and account for
+4 possible PMIC targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f0b6fddf3f8">7f0b6fddf3f8</a> Enable
+IPLTIME_CHECKSTOP_ANALYSIS in axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72ef108a5db4">72ef108a5db4</a> Enable p9_pm_stop_gpe_init
+call in istep15</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c39a01069ec">6c39a01069ec</a> Compile Gemini hardware
+procedures in hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19a436e44c7d">19a436e44c7d</a> Return p9a_omi_io_scom
+failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df8f6df13fa6">df8f6df13fa6</a> Add gemini HWP calling into
+hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c954ba135fb">0c954ba135fb</a> Fix
+test_fapi2getChildTargetsForCDG for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a9f6ce95c59">7a9f6ce95c59</a> Re-enable calling
+p9_npu_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ddeb4b85db8">7ddeb4b85db8</a> Remove unnecessary pmic mk
+files from ekb import</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/64f4f47ac448">64f4f47ac448</a> Enable 32GB NVDIMM update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22d6da8c6be6">22d6da8c6be6</a> NVDIMM info logs around
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/624f87148b03">624f87148b03</a> New simics level for axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f4eeca3100a">8f4eeca3100a</a> Updates to compile new pmic
+fields in p9a eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d09e6cb299b">3d09e6cb299b</a> Integrate pmic_enable HWP
+into IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f212028b43f3">f212028b43f3</a> Enable calling
+p9_update_ec_eq_state</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddfd90ead9c5">ddfd90ead9c5</a> New simics level for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7779247d5f65">7779247d5f65</a> Enable calling p9_setup_evid
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a8e06d43d36">1a8e06d43d36</a> Use i2c word write for NVDIMM
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2094256e054f">2094256e054f</a> Update simics level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9d12d6326f7">e9d12d6326f7</a> Enable tpmddtest.H for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5316f7dc08c6">5316f7dc08c6</a> Enable the scomtest for AXONE
+config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c86bbc37ee8">2c86bbc37ee8</a> Run exp tests in Axone and
+make generic Load utility</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b05c7a782f6">3b05c7a782f6</a> Enable fapi2MmioAccessTest
+for axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/164e8bc5fc07">164e8bc5fc07</a> Add planar vpd support to
+Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/730a9fb5a883">730a9fb5a883</a> Update genMemVpd.pl to
+support DQ and CKE mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5dafe24ce671">5dafe24ce671</a> Added CK and DQ vpd accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a59fbce9c954">a59fbce9c954</a> Updated genMemVpd.pl to strip
+carriage returns from line data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5499344e2e1">b5499344e2e1</a> Add a 4-byte timestamp into
+new VM keyword</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52e9d9eb5546">52e9d9eb5546</a> Add a version nibble to the
+end of VM VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0f21a7774f4">c0f21a7774f4</a> Change filename for VM
+keyword to zz_vm_VM.bin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b061c6081d4">2b061c6081d4</a> Signed windage values not
+picked up in MT keyword generation</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2722201d0d10">2722201d0d10</a> add GEMINI enum for ATTR_NAME</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/157eb4dc4966">157eb4dc4966</a> move mss_generic link to
+wrapper, fix OCMB_IS_NOT_EXPLORER ffdc call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3bb8cd5fe6">3d3bb8cd5fe6</a> update
+TARGET_TYPE_MULTICASTABLE</li>
+</ul>
+<p>Matthew Hickman (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cacebfde8993">cacebfde8993</a> Added empty files for ecc
+port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b15178b0679">8b15178b0679</a> Added empty files for ccs
+port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b3c06d52085">2b3c06d52085</a> Fixed the ccs port merge
+conflicts and added lab code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e0e547728eb">2e0e547728eb</a> Added shell files for
+exp_memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a561d8c80c4">4a561d8c80c4</a> Added one last empty for ecc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/879157876fc2">879157876fc2</a> Added more empty files for
+ecc port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/428f5e2c632e">428f5e2c632e</a> Ported ecc engine to generic</li>
+</ul>
+<p>Matthew Raybuck (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/882f15ebfdcd">882f15ebfdcd</a> Test Cases for deconfig
+updates for AXONE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1737cfb1a19d">1737cfb1a19d</a> Update OCMB 9-15 to have
+valid i2c and eeprom info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/740541cdd9e0">740541cdd9e0</a> Infer presense detection of
+Explorer chip from VPD EEPROM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f177dd883e86">f177dd883e86</a> Collect IDEC for Explorer
+chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f68c549965e">5f68c549965e</a> Gemini vs Explorer Presence
+Detection via SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6390bd34536a">6390bd34536a</a> Add keywords for part and
+serial number for DDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d1cedd447b6">7d1cedd447b6</a> Add keyword support for OCMB
+SPD reads</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2da0774fa01">d2da0774fa01</a> Targeting updates for EEPROM
+content type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae7fd02c2115">ae7fd02c2115</a> Refactor keyword support for
+various DIMM types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85c03c9b4f64">85c03c9b4f64</a> Add cache/hardware comparison
+functions for SPD classes of VPD content</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36c966c7dd11">36c966c7dd11</a> Add cache/hardware comparison
+functions for ipvpd classes of VPD content</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa7d62b7304b">fa7d62b7304b</a> Support tool that can package
+BPM flash images into a binary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6adc57ce4966">6adc57ce4966</a> Fix typo in
+buildBpmFlashImages.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f311fe0914d">2f311fe0914d</a> Replace chomp function with
+platform neutral end-of-line stripping regex</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94e392de6a0a">94e392de6a0a</a> Fix memory leak in
+nvdimm_update.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a5514cde7fa">3a5514cde7fa</a> Turn off NVDIMM debug trace
+output</li>
+</ul>
+<p>Michael Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c3e5a250d39">3c3e5a250d39</a> Revert “Add OCMB_CHIP_TYPE
+Attribute”</li>
+</ul>
+<p>Mike Baiocchi (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5381224824">1b5381224824</a> Cleanup UCD Update Algorithm
+Code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dc4c34f591f">1dc4c34f591f</a> Force UCD Updates on each IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0da6ad912fdf">0da6ad912fdf</a> Add OCMB_CHIP_TYPE Attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e1ea69fbf60">1e1ea69fbf60</a> Fix missing header file in
+eepromCache.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c199d2a3a26">3c199d2a3a26</a> Remove GLOBAL PNOR Partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f842cf1d6fe">4f842cf1d6fe</a> Combine ‘generic’ and
+‘explorer’ OCMB chip targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fb322bab4c1">8fb322bab4c1</a> Remove ‘EXPLORER’ as
+attribute MODEL type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d978f97d33f0">d978f97d33f0</a> Add Device Tree support for
+Nuvoton TPM 75x</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca9007fb2efc">ca9007fb2efc</a> Add Support for new HDAT
+Slave Device Type for Nuvoton 75x</li>
+</ul>
+<p>Murulidhar Nataraju (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed1208121086">ed1208121086</a> Istep 18 - MPIPL on OPAL
+System update</li>
+</ul>
+<p>Nick Bofferding (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec86a5683941">ec86a5683941</a> Decrease WOFDATA partition by
+1 MB until HBI space can be reduced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85326973c80e">85326973c80e</a> Reduce draminit_training_adv
+thread count to avoid OOM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9aa7be26b1f">a9aa7be26b1f</a> Fix page coalesce bug in
+coalescing end of cache memory range</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e582366ea6b">3e582366ea6b</a> Disable parallel operations
+in draminit advanced training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5002bdd78954">5002bdd78954</a> Reduce LRU RO constraint to
+allow RO page evictions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf29aa3e9203">cf29aa3e9203</a> Fix UCD invalid command error
+for 0 byte block read SMBus requests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/239bd856fd66">239bd856fd66</a> Re-enable
+mss_draminit_trainadv parallelism</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f03814d62a6">0f03814d62a6</a> Only display ERRL user
+details callouts/strings when dumping error to console</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c070a3d6521e">c070a3d6521e</a> Fix gcc8 signature validation
+anomaly</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb5872dbdd7f">cb5872dbdd7f</a> PPB: OPPB pstatemin value
+endianess fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/431fd07bcd5f">431fd07bcd5f</a> PPB: Bug fix in compute VPD
+points that impact to bias values</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4148562b6758">4148562b6758</a> PM: Fixed error path handling
+of getscoms in HWP p9_query_core_access_state.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89ff9fa99391">89ff9fa99391</a> VDM(Part 2): CME hcode
+support for per quad VDM.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58df73fd1074">58df73fd1074</a> VDM(Part 3): Image build
+changes for quad level VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3996f56863f">b3996f56863f</a> Stop API: STOP API made
+project agnostic.</li>
+</ul>
+<p>Rahul Batra (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3483624140e3">3483624140e3</a> PM: Revert VID slopes in GPPB
+to non-zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a6adcbfe414">2a6adcbfe414</a> PM: Fix WOV Enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/761c81cf0ecb">761c81cf0ecb</a> PM: WOV(OCS) HW Procedures
+Changes (1/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a34f4c584414">a34f4c584414</a> PM: WOV(OCS) PGPE Hcode
+Changes (2/2)</li>
+</ul>
+<p>Ricardo Mata Jr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f9202c62194">3f9202c62194</a> Added chip ec attribute for
+PCI cache injection.</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66b1aa028bfa">66b1aa028bfa</a> Call the tool to generate the
+cmsk rings + .C files for procedure</li>
+</ul>
+<p>Roland Veloz (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d531bced31e">8d531bced31e</a> Added unit test for HWP call
+ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92ee1c5a0784">92ee1c5a0784</a> Defect fix for class
+RsvdTraceBuffer to fix ErrorLog flatten issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d935c5c94a9e">d935c5c94a9e</a> Added more error reporting to
+HWSV when PNOR fails, removed superfluous code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d9dc76256f5">8d9dc76256f5</a> Corrected bad logic, in an if
+statement, that was creating a bad trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f38ca7d5412b">f38ca7d5412b</a> Added new
+GenericFspMboxMessage_t interface to save NVDIMM keys</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7aa27e142c26">7aa27e142c26</a> Implementing PHYP to HBRT
+NVDIMM message to issue an NVDIMM operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9192b12a33dc">9192b12a33dc</a> Reworked the
+AttributeTank::Attribute API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4faf5ce57f2">c4faf5ce57f2</a> Changed the generic message
+type from MSG_DECONFIG_TARGET to MSG_ATTR_WRITE_OP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56cb2793c030">56cb2793c030</a> Added template function to
+make an attribute with given target and attribute ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b75cfea6155c">b75cfea6155c</a> Unit test for structure
+TARGETING::AttributeTank::Attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2d561f722aa">d2d561f722aa</a> Unit test for the firmware
+request sendAttributes</li>
+</ul>
+<p>Sharath Manjunath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cc19fda64c0">4cc19fda64c0</a> Add exp_thermal_init for
+Explorer FW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47b32b1aaaf2">47b32b1aaaf2</a> Adds blank files to Explorer
+thermal_init commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecdac321bf0a">ecdac321bf0a</a> Add exp_thermal_init for
+Explorer FW</li>
+</ul>
+<p>Stephen Glancy (48):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfc5cde5be5f">cfc5cde5be5f</a> Adds blank explorer training
+handler C file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b047a25de8a6">b047a25de8a6</a> Adds process training
+response to exp draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a27a108a9b8">9a27a108a9b8</a> Adds MCA workaround blank
+files for HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af698e0c2096">af698e0c2096</a> Adds in workaround for
+self-time refresh</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/763efd13a331">763efd13a331</a> Updates dramint training
+structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f79af6ea7e38">f79af6ea7e38</a> Fixes LR host write leveling
+crashes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d27962f1bfbd">d27962f1bfbd</a> Updates CCS to run with quad
+encoded chip select</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f53d3ff4139f">f53d3ff4139f</a> Adds LRDIMM shadow register
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06f75dffe7d2">06f75dffe7d2</a> Fixes four-rank rank pairing
+code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cfa805d328b">4cfa805d328b</a> Fixes MC addressing for
+4R/quad-encoded chip select</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/745094dc3a9f">745094dc3a9f</a> Moves blame a FIR API to
+generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93fcaa00fbf0">93fcaa00fbf0</a> Adds explorer post-draminit
+bad bits processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8328e67e0ca1">8328e67e0ca1</a> Updates LRDIMM dual drop SI
+settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffe6b0311623">ffe6b0311623</a> Updates RCW’s attributes for
+quad encoded CS mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98267572c8c1">98267572c8c1</a> Fixes LRDIM dual-drop 4R
+frequency/plug rules bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8578705fa8a2">8578705fa8a2</a> Adds p9a freq specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e9aa61c5f76">1e9aa61c5f76</a> Adds blankfile for git commit
+data helper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4956ca54c22">e4956ca54c22</a> Updates the LRDIMM to use SPD
+SI values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac6b97d1a4ff">ac6b97d1a4ff</a> Adds git commit data to
+p9a/exp procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97517fa73c61">97517fa73c61</a> Adds explorer training
+response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b56cf2d5156">4b56cf2d5156</a> Adds blank files for new cen
+plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51a8aa7ccf8b">51a8aa7ccf8b</a> Fixes centaur plug rules to
+force balanced MBA configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43f8bd48e3f">f43f8bd48e3f</a> Disables RD VREF for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8069ef850b91">8069ef850b91</a> Adds p9a chip directory
+structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aff20d90b967">aff20d90b967</a> Adds unified input processing
+for wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac2fd033cc0b">ac2fd033cc0b</a> Moves lab helpers to generic
+folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/510773cb52f9">510773cb52f9</a> Adds explorer training
+response blank C file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/290b29f13a8a">290b29f13a8a</a> Adds explorer training
+response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5efcf184ed79">5efcf184ed79</a> Adds p9a chip directory
+structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d02b87f9c90">0d02b87f9c90</a> Adds explorer address and
+field fixes headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/902e166a98fe">902e166a98fe</a> Adds explorer to check for
+response doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/114d10d29c18">114d10d29c18</a> Fixes LRDIMM command to
+command timing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a38021c7fa73">a38021c7fa73</a> Fixes RCD parity CID
+configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b952df368d42">b952df368d42</a> Moves CCS lab code to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a2e3c2c2db5">4a2e3c2c2db5</a> Adds new attributes for
+07MAY19 explorer specification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82423eab5bba">82423eab5bba</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bb5c0eda318">6bb5c0eda318</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af06bf24063e">af06bf24063e</a> Adds blank files for explorer
+EFD processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec840df7fcaf">ec840df7fcaf</a> Adds explorer CCS
+specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2acc85787f4b">2acc85787f4b</a> Updates the explorer draminit
+for 07MAY19 spec</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bf4bd007709">7bf4bd007709</a> Fixes MCBIST read bug in i2c
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a6b5a50b388">8a6b5a50b388</a> Adds EFD decode updates for
+07MAY19 spec updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11066067e94b">11066067e94b</a> Fixes FFDC for files moved to
+generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42dbafc33bfa">42dbafc33bfa</a> Adds hardware specific
+definitions to initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea9fb95e6c5a">ea9fb95e6c5a</a> Adds axone support for
+p9_throttle_sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30d44084f574">30d44084f574</a> Adds a helper function to
+hold CKE’s high in draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38b300796ea1">38b300796ea1</a> Updates swizzle for MCBIST
+error_count_mode1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2910a088420c">2910a088420c</a> Moves shmoo_data API to
+generic memory lab</li>
+</ul>
+<p>Steven Janssen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d42dd7f9ed04">d42dd7f9ed04</a> Fix library dependancy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2aaca494ec04">2aaca494ec04</a> Update file name to match
+function name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9efb5475e019">9efb5475e019</a> Fix library dependancy</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a334beaa4b6">2a334beaa4b6</a> Fix incorrect group of 8
+Mirrorable setting for Axone.</li>
+</ul>
+<p>Tsung Yeung (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ab1bc28a6d2">9ab1bc28a6d2</a> Preload CCS program to
+support EPOW on NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d2fdefa996b">4d2fdefa996b</a> Adds HWP call to set up CCS
+for EPOW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9291b67c357d">9291b67c357d</a> NVDIMM - erase after arm to
+prevent stale image getting restored on next boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40bcbd0f3a78">40bcbd0f3a78</a> Enable median rank wr_vref
+value on NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/468349f5827c">468349f5827c</a> Includes NVDIMM in workaround
+for self-time refresh</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4dae0f83725">d4dae0f83725</a> P9: NVDIMM SBE Support to
+Trigger Catastrophic Save</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff832044c09e">ff832044c09e</a> Adjust STR enter sequence to
+enable immediate entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa0064292733">fa0064292733</a> Ignore refresh overrun fir
+NVDIMM during post-restore sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/031a5d086262">031a5d086262</a> NVDIMM Change Polling Order</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c0d5d1e89b3">1c0d5d1e89b3</a> Uses
+ATTR_MSS_MRW_NVDIMM_SLOT_POSITION instead of FAPI_POS for nvdimm plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c39e6a8184b">2c39e6a8184b</a> NVDIMM wr_vref workaround fix
+and add refreshes to ccs program (nvdimm only)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dee477f94aa6">dee477f94aa6</a> Add polling after STR entry
+to ensure port is in STR before asserting RESETn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f8ec61acd51">1f8ec61acd51</a> Disable BAR Temporarily to
+prevent STR exit during nvdimm handover</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d51b8ebc92c7">d51b8ebc92c7</a> Change polling condition to
+avoid premature timeout error</li>
+</ul>
+<p>Zach Clark (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a2bedba84d0">6a2bedba84d0</a> Developer Improvement: Get
+code coverage tool working with Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff818674b181">ff818674b181</a> Make GCOV support work with
+GCC 8.1 - 8.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cffebe48c7b1">cffebe48c7b1</a> Fix “possibly uninitialized
+variable”</li>
+</ul>
+<p>Zane Shelley (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a802a96758f">0a802a96758f</a> PRD: invalid access to
+pointer address in prdfWriteHomerFirData.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a58f1f8047">36a58f1f8047</a> PRD: change thresholding for
+OBUS link UEs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1f0a3ed6d3b">a1f0a3ed6d3b</a> PRD: misc cleanup from latest
+RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d893f5ac1b3d">d893f5ac1b3d</a> PRD: NPUFIR updates for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2a0b43c8684">e2a0b43c8684</a> PRD: Memory subsystem updates
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca47ced07c4c">ca47ced07c4c</a> PRD: replaced MODEL_EXPLORER
+with MODEL_OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/31aec74cbca7">31aec74cbca7</a> PRD: debug trace output
+update for OCMB models</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c720019a8163">c720019a8163</a> PRD: Axone memory updates
+from RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/578bf1c6cdcd">578bf1c6cdcd</a> PRD: Explorer updates from
+RAS XML</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75031a86cc54">75031a86cc54</a> ZZ-GEN4 and ZZ-2U-GEN4
+sysetem binaries need to be built</li>
+</ul>
+<p>lean wang(王棚辉) (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/913204775de8">913204775de8</a> ips print total memory</li>
+</ul>
+<p>whs (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/916c31cdf802">916c31cdf802</a> Create tool to generate
+memory vpd keyword mappings</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Caleb Palmer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/fb4b3eb861b2">fb4b3eb861b2</a> NPU target addr translation
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e5a2afd6cfb0">e5a2afd6cfb0</a> NPU target addr translation fixes</li>
+</ul>
+<p>Chris Cain (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d03cb7413705">d03cb7413705</a> Update to PGPE elog structure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f7b1e2a3bcae">f7b1e2a3bcae</a> Add support for a second voltage
+sense from APSS</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f65ac6e26087">f65ac6e26087</a> Add regs for PGPE debug</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b082b5771c9d">b082b5771c9d</a> NVDIMM procedure update</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ad9bb2d1e41c">ad9bb2d1e41c</a> Disable 24x7 when EPOW detected to
+prevent GPE halt</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/de361c2a961f">de361c2a961f</a> New NVDIMM save procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/19b906f9c3a8">19b906f9c3a8</a> Pick up new HCODE elog structure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/91d3487ed586">91d3487ed586</a> Open CAPI memory config data
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/a880ffe3a854">a880ffe3a854</a> Support for Secure Memory Facility
+(SMF) mode</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/9a6d21e73e44">9a6d21e73e44</a> Initial OCMB fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/326a900583f6">326a900583f6</a> Initialize mem type for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d13bd3fa8e38">d13bd3fa8e38</a> Handle thermal vote based on OCMB
+membuf</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6ce9a5d0fefe">6ce9a5d0fefe</a> Allow maximum number of sensors to
+be returned in debug command</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/afa37a7e9bc0">afa37a7e9bc0</a> Explorer MSBUF monitoring</li>
+</ul>
+<p>Timothy Pearson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/4b9396843b2d">4b9396843b2d</a> Fix build failure on GCC8</li>
+</ul>
+<p>mbroyles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c77b16ee36a3">c77b16ee36a3</a> Run WOF every tick</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d10b665d0f1b">d10b665d0f1b</a> WOF temperature scaling equation
+change</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f8e8d60e453c">f8e8d60e453c</a> Delete un-used Amester functions</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cf4c143eb571">cf4c143eb571</a> WOF changes for OCS and freq
+tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5e53fc1458f1">5e53fc1458f1</a> Increase PGPE elog size to include
+full PGPE trace</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/aa38078b2e09">aa38078b2e09</a> Avoid calculating negative AC
+currents</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-3" title="Permalink to this headline">¶</a></h3>
+<p>Javier Martinez Canillas (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/53e0f3ef35ac">53e0f3ef35ac</a> discover/grub2: Allow using
+title for default even if id was defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7edc34c4ee8d">7edc34c4ee8d</a> discover/grub2: Allow to
+separate the –id argument using a space char</li>
+</ul>
+<p>Samuel Mendoza-Jonas (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9e869ebe3a51">9e869ebe3a51</a> Various fixups and checks to
+make scan-build happy</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/aa596b2c1034">aa596b2c1034</a> utils: Quote plugin name and
+vendor variables</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3cf30cfa4f23">3cf30cfa4f23</a> utils: Optionally run
+utilities as root</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/cf9e0cd6f7ca">cf9e0cd6f7ca</a> Remove outdated TODO file</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/d61806e79788">d61806e79788</a> doc: Start writing some
+in-tree documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/cd95d81c16bd">cd95d81c16bd</a> travis: Publish sphinx docs
+to Github pages</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Nickolaus Gruendler (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/be9d6cfc4f9b">be9d6cfc4f9b</a> Add memd vpd file</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/eac9377724ba">eac9377724ba</a> Correct error in memd</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Alvin Wang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fb4fa9c6de3f">fb4fa9c6de3f</a> Move MCBIST lib to generic folder</li>
+</ul>
+<p>Ben Gass (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/448290d76b93">448290d76b93</a> Update p9_l2_flush to check if
+purge is busy on anything prior to flush.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26c8a88a4f65">26c8a88a4f65</a> Update ATRMISS registers for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d663084a860">2d663084a860</a> Update p9_mss_eff_grouping for
+Axone support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b031344b3316">b031344b3316</a> Add p9a.omi.pll.scan.initfile and
+ifCompiler support.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fc26a6bd34b5">fc26a6bd34b5</a> Update npu initfiles for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54b282143d67">54b282143d67</a> Set IOO clockgate_disable for
+Axone HW481539 / HW438727</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0268ea4e1545">0268ea4e1545</a> Axone Xbus Linearity</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ce01c89b7df0">ce01c89b7df0</a> Make some FAPI_INF traces that are
+spamming FW logs into FAPI_DBG</li>
+</ul>
+<p>Dan Crowell (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e27b0cc841ed">e27b0cc841ed</a> Modify rank variable for OCMB VPD
+lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8cdd1fc4febf">8cdd1fc4febf</a> Add PMIC target</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cd57fb58133a">cd57fb58133a</a> Synch up OMI and MCA frequencies</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b96edc83e949">b96edc83e949</a> Hide CHTM attributes from
+ServerWiz</li>
+</ul>
+<p>Glenn Miles (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/22169bd672be">22169bd672be</a> Add new enum, OCMB_FW_UPDATE, to
+ATTR_RECONFIGURE_LOOP</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2f9112decc89">2f9112decc89</a> Add HWP for entering Explorer TWI
+mode</li>
+</ul>
+<p>Jenny Huynh (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db120737ef3c">db120737ef3c</a> HW483672: Enable TLBIE WAT
+(version 5); fixes unintended flushing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/890db5d7d8fe">890db5d7d8fe</a> Fabric inits update for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e99d1c084c42">e99d1c084c42</a> Add missing targetType arg to
+ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP</li>
+</ul>
+<p>Joachim Fenkes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6a7478da76d1">6a7478da76d1</a> FAPI2: Add method to Target to
+query core select vector from CORE targets</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9c5d98ebc72b">9c5d98ebc72b</a> p9_sbe_nest_enable_ridi: Open up
+PCIe refclk drivers</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ce819e5d65ed">ce819e5d65ed</a> p9_sbe_tracearray: Updates for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f0d3622fbac5">f0d3622fbac5</a> p9_sbe_chiplet_reset: Add missing
+OB3 clock muxes for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/044f03861f86">044f03861f86</a> FAPI2: Clarify that broadcast
+groups must be mapped explicitly</li>
+</ul>
+<p>Joe McGill (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/40d3c1667e11">40d3c1667e11</a> cleanup references to chip-centric
+EC feature attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7e6b30a82f4b">7e6b30a82f4b</a> FAPI2: replace IOPAU target
+references with PAUC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9bc6a014a07">e9bc6a014a07</a> p9.filter.pll.scan.initfile –
+update CP filter config for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/582a724a0172">582a724a0172</a> p9_sbe_npll_setup – update SS
+enablement for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c96691091792">c96691091792</a> update i2c bit rate divisor for
+p9a</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4db0f651a400">4db0f651a400</a> Fix doxygen warnings</li>
+</ul>
+<p>Louis Stermole (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/de09972a4e9c">de09972a4e9c</a> Add ATTR_FREQ_OMI_MHZ</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/02cd24317d11">02cd24317d11</a> Add debug params to
+exp_check_for_ready_wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9beca538b919">9beca538b919</a> Add retry of EXP_FW_STATUS when
+status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/42cc2406dde6">42cc2406dde6</a> Add check for BOOT_STAGE ==
+runtime fw in exp_check_for_ready</li>
+</ul>
+<p>Mark Pizzutillo (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca17f0c1d193">ca17f0c1d193</a> Added code for exp_getecid and
+unit tests</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8acc5d3145f7">8acc5d3145f7</a> add define to control inclusion of
+getCoreSelect plat impl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/673bc92dbf97">673bc92dbf97</a> add GEMINI enum for ATTR_NAME</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5cab254e8ffa">5cab254e8ffa</a> update TARGET_TYPE_MULTICASTABLE</li>
+</ul>
+<p>Matthew Hickman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8f2375e3e79c">8f2375e3e79c</a> Fixed the ccs port merge conflicts
+and added lab code</li>
+</ul>
+<p>Murulidhar Nataraju (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/249671d79a09">249671d79a09</a> Updated HRMOR to 3968MB (64MB *
+62) less than</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/28c54880dd08">28c54880dd08</a> Axone: Update sbeOpDistribute.py</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e116764a9681">e116764a9681</a> Update build in customrc</li>
+</ul>
+<p>Prem Shanker Jha (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c94f972a747d">c94f972a747d</a> PM: Fixed error path handling of
+getscoms in HWP p9_query_core_access_state.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/833b7412036c">833b7412036c</a> VDM(Part 3): Image build changes
+for quad level VDM</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ec1c8aac612">8ec1c8aac612</a> PM: WOV(OCS) HW Procedures Changes
+(1/2)</li>
+</ul>
+<p>Raja Das (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f560231a9e83">f560231a9e83</a> Optimized the processor dump
+structure between SBE and Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4bd48045fe9a">4bd48045fe9a</a> Update Backing build to customrc
+and update standalone simics patch</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c54904f7b338">c54904f7b338</a> Added .NOTPARALLEL special key for
+<em>.s intermediate files from</em>.S</li>
+</ul>
+<p>Ricardo Mata Jr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/378ec4ffdd3d">378ec4ffdd3d</a> Added chip ec attribute for PCI
+cache injection.</li>
+</ul>
+<p>Sharath Manjunath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/61c4b74f573d">61c4b74f573d</a> Update exp_draminit to read values
+from attributes</li>
+</ul>
+<p>Srikantha Meesala (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a2bb59e3dc9">8a2bb59e3dc9</a> Makefile issue with parallel build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e02d72ae04fe">e02d72ae04fe</a> White/Black/Grey List Binary dump
+full SBE implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/959bcf49938d">959bcf49938d</a> Support Collect DUMP in ZZ-L
+system</li>
+</ul>
+<p>Stephen Glancy (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/510ac957f02d">510ac957f02d</a> Adds explorer CCS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ed7027c5b077">ed7027c5b077</a> Fixes FFDC for files moved to
+generic</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7fc696f4f131">7fc696f4f131</a> FAPI_Infra:Add new member to
+structure ErrorInfoHwCallout</li>
+</ul>
+<p>Sunil Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/01030a212c07">01030a212c07</a> AXONE Bringup CI</li>
+</ul>
+<p>Tsung Yeung (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9667ef21a6f">c9667ef21a6f</a> Add polling after STR entry to
+ensure port is in STR before asserting RESETn</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/94df8bea72bd">94df8bea72bd</a> Disable BAR Temporarily to prevent
+STR exit during nvdimm handover</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca676f5b5d40">ca676f5b5d40</a> PM: Handle PIB Reset with data
+check handler on all GPEs</li>
+</ul>
+<p>Zach Clark (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8384a9660449">8384a9660449</a> Fix “possibly uninitialized
+variable”</li>
+</ul>
+<p>kswaroop (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3f92b561d721">3f92b561d721</a> Fix for race condition while
+copying “p9_xip_tool”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ceb6f8424a2c">ceb6f8424a2c</a> Changed backing build to
+/esw/fips940/Builds/b0620a_1925.940</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-6" title="Permalink to this headline">¶</a></h3>
+<p>Aaron Sawdey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/16aa1b111ed0">16aa1b111ed0</a> external/mambo: fix tcl
+startup code for mambo bogus net (repost)</li>
+</ul>
+<p>Alexey Kardashevskiy (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c977c734e1c">7c977c734e1c</a> npu2: Reset PID wildcard and
+refcounter when mapped to LPID</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68d11e4460ec">68d11e4460ec</a> npu2: Reset NVLinks when
+resetting a GPU</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ed3884f8d04">5ed3884f8d04</a> npu2: Fix clearing the FIR
+bits</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d496bb141c97">d496bb141c97</a> npu2: Clear fence state for a
+brick being reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d2005818bea3">d2005818bea3</a> npu2: Increase timeout for
+L2/L3 cache purging</li>
+</ul>
+<p>Alistair Popple (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d7636a10bd59">d7636a10bd59</a> external/mambo: Add an option
+to exit Mambo when the system is shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b36d5be5ea0">3b36d5be5ea0</a> skiboot.tcl: Add option to
+wait for GDB server connection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20a3b69bd1b4">20a3b69bd1b4</a> lpc-port80h: Don’t write port
+80h when running under Simics</li>
+</ul>
+<p>Andrew Donnellan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a548857ce1f">1a548857ce1f</a> hw/npu2-opencapi: Add initial
+support for allocating OpenCAPI LPC memory</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1706e0311c47">1706e0311c47</a> core/lock: Add debug options
+to store backtrace of where lock was taken</li>
+</ul>
+<p>Artem Senichev (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c6eca76efb2e">c6eca76efb2e</a> platforms/vesnin: PCI
+inventory via IPMI OEM</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6cea3a7bba7c">6cea3a7bba7c</a> platforms/nicole: Add new
+platform</li>
+</ul>
+<p>Claudio Carvalho (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bedb1c2343b2">bedb1c2343b2</a> trustedboot: Change PCR and
+event_type for the skiboot events</li>
+</ul>
+<p>Cédric Le Goater (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/04efad3a40f7">04efad3a40f7</a> plat/qemu: add a POWER8 and
+POWER9 platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27243a37469f">27243a37469f</a> chip: add no-nx quirk for all
+QEMU platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d1a556881a71">d1a556881a71</a> nx: remove check on the “qemu,
+powernv” property</li>
+</ul>
+<p>Frederic Barrat (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce49505c2faf">ce49505c2faf</a> npu2-opencapi: Mask 2 XSL
+errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a7e5cb685b8">2a7e5cb685b8</a> opal/hmi: Report NPU2
+checkstop reason</li>
+</ul>
+<p>Joel Stanley (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8b5e8a95caf">c8b5e8a95caf</a> devicetree: Don’t set path to
+dtc in makefile</li>
+</ul>
+<p>Jordan Niethe (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/989c41041944">989c41041944</a> core/test/run-trace: Fix type
+in testing struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad61b0a90ea1">ad61b0a90ea1</a> core/trace: Put boot_tracebuf
+in correct location.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b8e1b60aa3c">6b8e1b60aa3c</a> external/trace: Fix endianness
+detection in Makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/000f9331a6eb">000f9331a6eb</a> external/trace: Use correct
+width integer byte swapping</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d56b151d7f87">d56b151d7f87</a> core/test/run-trace: Stop
+using indeterminate fields</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc04bf1eef38">bc04bf1eef38</a> core/trace: Change mask/and to
+modulo for buffer offset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2717c6b8ddcd">2717c6b8ddcd</a> core/trace: Change buffer
+alignment from 4K to 64K</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9825301b3fe6">9825301b3fe6</a> core/trace: Change trace
+buffer size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a566ff62037">8a566ff62037</a> core/trace: Add pir number to
+debug_descriptor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c4763094cb8">8c4763094cb8</a> core/trace: Export trace
+buffers to sysfs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f61c832bf1f">3f61c832bf1f</a> external/trace: Introduce
+structure for reading traces</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/085dbf049050">085dbf049050</a> external/trace: mmap trace
+buffers in dump_trace</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c74b8e4dda1">6c74b8e4dda1</a> include/mem_region-malloc:
+Define calloc for CCAN Heap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d6aca20b8ae">3d6aca20b8ae</a> ccan: Add CCAN heap source</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5038b4ccaf2">a5038b4ccaf2</a> external/trace: Add support
+for dumping multiple buffers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0ed7e9985b4">e0ed7e9985b4</a> external/trace: Add follow
+option to dump_trace</li>
+</ul>
+<p>Lei YU (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df34cedd050a">df34cedd050a</a> Add P9 DIO interrupt support</li>
+</ul>
+<p>Michael Neuling (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5beda3c6fe5b">5beda3c6fe5b</a> nvram: Flag dangerous NVRAM
+options</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/901261bc7699">901261bc7699</a> mambo: Add addr2func for
+symbol resolution</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68284c211739">68284c211739</a> mambo: Integrate addr2line
+into backtrace command</li>
+</ul>
+<p>Nicholas Piggin (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7382324e9c41">7382324e9c41</a> xscom: move more register
+definitions into processor-specific includes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eaa899f53237">eaa899f53237</a> fast-reboot:: skip read-only
+memory checksum for slow simulators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90d01f9526ba">90d01f9526ba</a> xive: Remove xive rev field
+and recognize P9P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8343d5f1a0d">a8343d5f1a0d</a> fdt: check more errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78040c772b5f">78040c772b5f</a> core/pci: pci_slot_add_loc use
+null-terminated strings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb447636f18c">fb447636f18c</a> build: Makefile clean gcov
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb408ca82fa8">bb408ca82fa8</a> build: allow per-directory
+flag additions and subtractions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/32d44e355521">32d44e355521</a> fsp/leds: improve string
+operations bounds checking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc0a30f0bc58">bc0a30f0bc58</a> libfdt: upgrade to upstream
+dtc.git 243176c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df6b7a2dadd7">df6b7a2dadd7</a> device-tree: speed up fdt
+building on slow simulators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a00971e1946b">a00971e1946b</a> libc/string: speed up common
+string functions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4025c84b4582">4025c84b4582</a> external/mambo: Bump default
+POWER9 to Nimbus DD2.3</li>
+</ul>
+<p>Oliver O’Halloran (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22057f868f3b">22057f868f3b</a> pci/iov: Remove skiboot VF
+tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/290fbf30ddc2">290fbf30ddc2</a> pci/iov: Remove skiboot VF
+tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/76c569ca3000">76c569ca3000</a> hw/phb4: Make pci-tracing
+print at PR_NOTICE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27d1ef2ebabb">27d1ef2ebabb</a> opal-gard: Account for ECC
+size when clearing partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/02a683bf09d9">02a683bf09d9</a> hw/phb4: Assert Link Disable
+bit after ETU init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/771497098efd">771497098efd</a> hw/phb4: Use read/write_reg in
+assert_perst</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/166a053f1d96">166a053f1d96</a> hw/phb4: Add missing LTSSM
+states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4760818d7c78">4760818d7c78</a> hw/phb4: Set trace enable
+where it’s used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c0a6612f492">6c0a6612f492</a> hw/phb4: Make
+phb4_training_trace() more general</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b557b79a3a3c">b557b79a3a3c</a> opal-api: Document hole in the
+token list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a3ce90df510">4a3ce90df510</a> pci: Make the pci-eeh-verbose
+nvram option generic</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e049e3c4fc5">6e049e3c4fc5</a> hw/phb3: Add verbose EEH
+output</li>
+</ul>
+<p>Reza Arbab (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3386550f5174">3386550f5174</a> npu2: Fix typo</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d4f2f77377da">d4f2f77377da</a> npu2: Purge cache when
+resetting a GPU</li>
+</ul>
+<p>Samuel Mendoza-Jonas (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc2b1de3beb2">bc2b1de3beb2</a> include/ipmi: Fix incorrect
+chassis commands</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1bc63b896405">1bc63b896405</a> platforms/astbmc: Check for
+SBE validation step</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e8a373ebe4d">5e8a373ebe4d</a> doc/bmc: Document SBE
+validation on P8 platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9834b0874af4">9834b0874af4</a> include/ipmi: Fix incorrect
+chassis commands</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/757dfba75e03">757dfba75e03</a> platforms/astbmc: Check for
+SBE validation step</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ef47971a87d">6ef47971a87d</a> doc/bmc: Document SBE
+validation on P8 platforms</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92fd4f48014d">92fd4f48014d</a> occ-sensors: Check if OCC is
+reset while reading inband sensors</li>
+</ul>
+<p>Stewart Smith (150):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f01cd777adb1">f01cd777adb1</a> ipmi: ensure forward progress
+on ipmi_queue_msg_sync()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2cc067ede570">2cc067ede570</a> ipmi: ensure forward progress
+on ipmi_queue_msg_sync()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59bdc3a2d199">59bdc3a2d199</a> hw/xive.c: Fix memcmp() in
+DEBUG build to compare struct not ptr</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac734a084319">ac734a084319</a> opal-ci: Add Fedora 30</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec52b670ddf5">ec52b670ddf5</a> Intentionally discard
+fini_array sections</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c9b3eb3c149">7c9b3eb3c149</a> With new GCC comes larger GCOV
+binaries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/76f7316bc8fc">76f7316bc8fc</a> ubuntu:rolling now missing
+libcrypto.so.1.0.0, remove p8 mambo</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/33de0a26f587">33de0a26f587</a> doc: flesh out OPAL return
+codes documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fea5e6e204d9">fea5e6e204d9</a> doc/opal-spec: update email
+address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/54f7a0e1d8d0">54f7a0e1d8d0</a> doc/overview: flesh out
+overview</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5d1bf6408a2">e5d1bf6408a2</a> doc: Giant OPAL API table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/410c6dcf6dbc">410c6dcf6dbc</a> doc: Make OPAL_CONSOLE docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c09d3d55c42">3c09d3d55c42</a> doc: Make OPAL_RTC_READ docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6eb1be26fc28">6eb1be26fc28</a> doc: make OPAL_RTC_WRITE docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c22375d9edf2">c22375d9edf2</a> doc: prettify OPAL_REINIT_CPUS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4653773053ae">4653773053ae</a> doc: prettify FSP Code update
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/022d6f9b8cc7">022d6f9b8cc7</a> doc: prettify and expand
+OPAL_HANDLE_HMI2 docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d871aec1e24">8d871aec1e24</a> doc: prettify OPAL powercap
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c9a98a2ffe5">6c9a98a2ffe5</a> doc: prettify opal IMC
+counters calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbd5f4c9290b">fbd5f4c9290b</a> doc: prettify
+OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a24d9df75f20">a24d9df75f20</a> doc: prettify OPAL_QUIESCE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e57f1d587cf">1e57f1d587cf</a> doc: prettify OPAL_PCI_SET_P2P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95b50422d7e0">95b50422d7e0</a> doc: prettify
+OPAL_[GET|SET]_PBCQ_TUNNEL_BAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d4e227e4591">5d4e227e4591</a> doc: prettify and RSTify
+OPAL_NMMU_SET_PTCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6f0bb487e844">6f0bb487e844</a> doc: prettify
+OPAL_PCI_TCE_KILL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3baffee8afe2">3baffee8afe2</a> doc: prettify OPAL_INT
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e88bae8c7b3c">e88bae8c7b3c</a> doc: prettify
+OPAL_PCI_[GET|SET]_POWER_STATE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b33ad4d3ed54">b33ad4d3ed54</a> doc: prettify
+OPAL_GET_DEVICE_TREE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38b45e292f45">38b45e292f45</a> doc: prettify
+OPAL_PCI_GET_PRESENCE_STATE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f7ec077e37c8">f7ec077e37c8</a> doc: prettify OPAL_PRD_MSG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de8d541eb563">de8d541eb563</a> doc: prettify
+OPAL_IPMI_(SEND|RECV)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/543cad968b04">543cad968b04</a> doc: prettify OPAL_SLW_SET_REG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/25702ad76005">25702ad76005</a> doc: prettify OPAL_CHECK_TOKEN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0def86b35c92">0def86b35c92</a> doc: prettify
+OPAL_PCI_SET_PHB_CAPI_MODE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3ed27ff6ef8">b3ed27ff6ef8</a> doc: make OPAL_TEST docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b13696650b1">5b13696650b1</a> doc: Add anchors to 5.1.13 and
+5.3.0 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac16abb5df81">ac16abb5df81</a> doc: combine OPAL_RTC_READ and
+OPAL_RTC_WRITE pages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c2c622d1dc2">2c2c622d1dc2</a> doc: Make OPAL_CEC_POWER_DOWN
+docs pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e93db95d85d">2e93db95d85d</a> doc: Add example to
+OPAL_CEC_POWER_DOWN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b33b08a2778">9b33b08a2778</a> doc: flesh out OPAL_CEC_REBOOT
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c73270fd417a">c73270fd417a</a> doc: Flesh out NVRAM docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb8c5d76e72a">cb8c5d76e72a</a> doc: Fix up
+OPAL_HANDLE_INTERRUPT links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3e07e2a07d3">d3e07e2a07d3</a> doc: Add details on removed
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8e4bb49cb5cd">8e4bb49cb5cd</a> Remove remnants of
+OPAL_PCI_SET_PHB_TCE_MEMORY</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df8dd2733162">df8dd2733162</a> Remove last remnants of
+OPAL_PCI_SET_PHB_TCE_MEMORY and OPAL_PCI_SET_HUB_TCE_MEMORY</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11cdf2107fb1">11cdf2107fb1</a> doc: Add PCI Config Space OPAL
+call docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb4d55672f9d">fb4d55672f9d</a> doc: Make OPAL_ELOG pretty,
+mark OPAL_ELOG_WRITE unimplemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6dd269db19f7">6dd269db19f7</a> Document the long removed
+OPAL_REGISTER_OPAL_EXCEPTION_HANDLER call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c47f5ede6b2">8c47f5ede6b2</a> doc: fix OPAL_CONSOLE links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae2de39b80de">ae2de39b80de</a> doc: OPAL_START_CPU and
+OPAL_RETURN_CPU</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da90a25872ff">da90a25872ff</a> doc: Add links to XIVE calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af6d53905913">af6d53905913</a> doc: Combine and extend
+OPAL_SENSOR_READ[_U64] docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91a1f4409ca6">91a1f4409ca6</a> doc: Clean up OPAL power shift
+ratio docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5eac08c4b3a3">5eac08c4b3a3</a> doc: combine
+OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/550f749f0d5a">550f749f0d5a</a> doc: Extend
+OPAL_LEDS_[GET|SET]_INDICATOR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70362d09064d">70362d09064d</a> doc: prettify and flesh out
+OPAL_FLASH call documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88a17d78ae8d">88a17d78ae8d</a> doc: Add OPAL_I2C_REQUEST
+documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed702b6524b7">ed702b6524b7</a> doc: Flesh out
+OPAL_(READ|WRITE)_TPO and OPAL_GET_DPO_STATUS docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77f7c48a1fd6">77f7c48a1fd6</a> doc: Flesh out
+OPAL_(UN)REGISTER_DUMP_REGION docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1fbddac373ef">1fbddac373ef</a> doc: prettify and flesh out
+OPAL_XSCOM_READ and OPAL_XSCOM_WRITE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c78419dca251">c78419dca251</a> doc: flesh out and prettify
+OPAL_LPC_(READ|WRITE)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e437a0fc0fd4">e437a0fc0fd4</a> doc: misc formatting fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc24fd7fe912">dc24fd7fe912</a> doc: Document OPAL_DUMP
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/39bd3717a128">39bd3717a128</a> Add missing 5.4.9 release
+notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf1b2d6c7906">bf1b2d6c7906</a> skiboot 6.0.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b63096b65bb9">b63096b65bb9</a> skiboot v6.0.12 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64e239b22dda">64e239b22dda</a> skiboot 6.0.9 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d84c3f3d05f">6d84c3f3d05f</a> doc: Add missing skiboot 5.9.8
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd08835db7cb">cd08835db7cb</a> doc: Add missing skiboot-4.0
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/769ce61fbcfa">769ce61fbcfa</a> doc: Add missing skiboot-5.0
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e86783b80e5">3e86783b80e5</a> doc: Add missing skiboot-4.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12b49b4434f4">12b49b4434f4</a> doc: Add missing skiboot-4.1.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b4b596393e71">b4b596393e71</a> doc: Add skeleton
+OPAL_PCI_EEH_FREEZE_STATUS docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dd1df6b37d0">9dd1df6b37d0</a> doc: OPAL_PCI_SHPC was never
+implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/484e81580580">484e81580580</a> doc: Add skeleton
+OPAL_PCI_EEH_FREEZE_CLEAR docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5eec3e33bc06">5eec3e33bc06</a> Remove unused
+OPAL_PCI_EEH_FREEZE_STATUS2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6d95f28f325">e6d95f28f325</a> doc: prettify
+OPAL_PCI_PHB_MMIO_ENABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ab9f9d33f0c">8ab9f9d33f0c</a> doc: prettify
+OPAL_PCI_SET_PHB_MEM_WINDOW</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/897d8c8a41d9">897d8c8a41d9</a> doc: prettify
+OPAL_PCI_MAP_PE_MMIO_WINDOW</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b4d6f1f0e61">5b4d6f1f0e61</a> Remove never implemented
+OPAL_PCI_SET_PHB_TABLE_MEMORY and document why</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2299cbb445b6">2299cbb445b6</a> doc: prettify OPAL_PCI_SET_PE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ff862327371">8ff862327371</a> doc: prettify
+OPAL_PCI_SET_PELTV</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7599c245bbde">7599c245bbde</a> doc: prettify OPAL_PCI_SET_MVE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0c1a54e40263">0c1a54e40263</a> doc: prettify
+OPAL_PCI_SET_MVE_ENABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/065cfb71eef2">065cfb71eef2</a> Remove unused
+OPAL_PCI_GET_XIVE_REISSUE and OPAL_PCI_SET_XIVE_REISSUE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb0bd9be4132">fb0bd9be4132</a> doc: prettify
+OPAL_PCI_SET_XIVE_PE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a98ca2e80d49">a98ca2e80d49</a> Remove unused
+OPAL_GET_XIVE_SOURCE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/309dc0d0a06a">309dc0d0a06a</a> doc: prettify
+OPAL_GET_MSI_[32|64]</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f797854384a3">f797854384a3</a> doc: Document
+OPAL_QUERY_CPU_STATUS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9bced00496e">e9bced00496e</a> doc: prettify
+OPAL_PCI_MAP_PE_DMA_WINDOW[_REAL]</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9a3314d7bfdb">9a3314d7bfdb</a> doc: Add skeleton
+OPAL_PCI_RESET docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/321dd1693401">321dd1693401</a> doc: Skeleton
+OPAL_PCI_GET_HUB_DIAG_DATA docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e985764f5734">e985764f5734</a> doc: Flesh out
+OPAL_PCI_GET_PHB_DIAG_DATA2 docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e56e26ab02a">0e56e26ab02a</a> Remove remnants of
+OPAL_PCI_GET_PHB_DIAG_DATA</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4edaf6ce18b">a4edaf6ce18b</a> doc: OPAL_PCI_FENCE_PHB was
+never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/272d0658f1ac">272d0658f1ac</a> doc: Add skeleton for
+OPAL_PCI_REINIT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/227de3c5dfc9">227de3c5dfc9</a> doc: OPAL_PCI_MASK_PE_ERROR
+was never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7eae8441e74a">7eae8441e74a</a> doc: Mark
+OPAL_SET_SLOT_LED_STATUS as never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de278bc3b401">de278bc3b401</a> doc: Add OPAL_GET_EPOW_STATUS
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d1c898fd38e">0d1c898fd38e</a> doc:
+OPAL_SET_SYSTEM_ATTENTION_LED was never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66b4b96a2710">66b4b96a2710</a> doc: OPAL_RESERVED[12],
+reserved but never used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40bd86dd1ca9">40bd86dd1ca9</a> doc: Add skeleton for
+OPAL_PCI_NEXT_ERROR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc9ee7f37f0c">dc9ee7f37f0c</a> doc: Skeleton OPAL_PCI_POLL
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b9f564fdb9c">9b9f564fdb9c</a> doc: Add OPAL_PCI_MSI_EOI
+skeleton docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3310851c9b2a">3310851c9b2a</a> doc: Add OPAL_ELOG_WRITE to a
+list of future calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6bbe935f0a1">a6bbe935f0a1</a> doc: Add skeleton
+OPAL_RESYNC_TIMEBASE docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/971a2993ac8a">971a2993ac8a</a> doc: prettify OPAL_GET_MSG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d64431cca54b">d64431cca54b</a> doc: prettify
+OPAL_CHECK_ASYNC_COMPLETION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d3a0036ed41">9d3a0036ed41</a> doc: prettify
+OPAL_SYNC_HOST_REBOOT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/227c81905887">227c81905887</a> doc: Document OPAL_GET_PARAM
+and OPAL_SET_PARAM</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70abf89d6bef">70abf89d6bef</a> doc: Document OPAL_ELOG_SEND
+as not ever used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d69e78b29d42">d69e78b29d42</a> doc: Document
+OPAL_WRITE_OPPANEL_ASYNC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cdc7a00a0541">cdc7a00a0541</a> doc: Skeleton
+OPAL_PCI_ERR_INJECT docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05cf82f958f2">05cf82f958f2</a> doc: skeleton
+OPAL_PCI_EEH_FREEZE_SET docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3240ad51fa81">3240ad51fa81</a> doc: Document
+OPAL_CONFIG_CPU_IDLE_STATE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07a475fbda19">07a475fbda19</a> doc: prettify OPAL_GET_XIVE
+and OPAL_SET_XIVE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63dd1315f5ac">63dd1315f5ac</a> doc: fixup misc broken links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/16b7ae641037">16b7ae641037</a> Remove POWER7 and POWER7+
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6995f7d1309d">6995f7d1309d</a> Remove P7 remnants: hw/cec.c,
+apollo platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a66f5a81000d">a66f5a81000d</a> hw/lpc: Fix theoretical
+possible out-of-bounds-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d4c7f9886ee">2d4c7f9886ee</a> core/cpu: Fix theoretical
+use-after-free if no_return job returns</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a2f8fbf9314">0a2f8fbf9314</a> doc: Add OPAL tokens 46-48 as
+never used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/db3929ee4f0a">db3929ee4f0a</a> doc: Futher document
+OPAL_REINIT_CPUS_MMU modes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df9d972c2308">df9d972c2308</a> sparse: fix OPAL API function
+argument test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/728c73b8efb8">728c73b8efb8</a> sparse: fix bt_lock should be
+static</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dbf27b6c4af8">dbf27b6c4af8</a> sparse: fix incorrect type
+assignment in core/ipmi.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c89e53d235c">9c89e53d235c</a> travis: add back Coverity Scan</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef691db35337">ef691db35337</a> struct p9_sbe_msg doesn’t need
+to be packed</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba977f2e4406">ba977f2e4406</a> hdata/vpd: fix printing
+(char*)0x00</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b904cb733750">b904cb733750</a> Disable
+-Waddress-of-packed-member for GCC9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d615b964a946">d615b964a946</a> doc: travis-ci deploy docs!</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bad74d247bcc">bad74d247bcc</a> op_display: make platform
+function rather than “FSP” specific</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7e6602e30975">7e6602e30975</a> Move more FSP functions to FSP
+platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b07618e8a2d">1b07618e8a2d</a> Split FSP OCC code out into
+hw/fsp/</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30ea4db09c7c">30ea4db09c7c</a> Move core/hostservices.c to
+platforms/ibm-fsp/</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfe3f8aa3618">bfe3f8aa3618</a> host_services_occ_base_setup
+is core homer code not host_services</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a1c727edf31">7a1c727edf31</a> core/init.c: use if
+(platform.bmc) rather than !fsp_present()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/915097bdb87f">915097bdb87f</a> core/init.c: no longer need to
+include FSP headers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9fc0c1287ada">9fc0c1287ada</a> Move FSP specific op-panel
+calls to platform.exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e705176fd26">5e705176fd26</a> core/opal: move HIR trigger to
+FSP poller</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20965078a198">20965078a198</a> hw/fsp/fsp.c: remove lying
+comments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d14cfe94cdbe">d14cfe94cdbe</a> core/pci: use !platform.bmc
+hack over fsp_present()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ddf48eae7697">ddf48eae7697</a> fast-reboot: move platform
+specific bits to a platform call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77b17098b41c">77b17098b41c</a> Move FSP-specific VPD
+functionality to platforms/ibm-fsp/</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5f64c9e48a12">5f64c9e48a12</a> core/timer: Use platform
+heartmeat_time call for FSP platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dfb707f5579e">dfb707f5579e</a> Separate FSP specific PSI code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/633645665cb3">633645665cb3</a> Move platform specific PRD
+functionality to struct platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46a5902e7b63">46a5902e7b63</a> Experimental support for
+building without FSP code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/695240b0cadd">695240b0cadd</a> doc: Add .nojekyll to not
+confuse gh-pages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4db38a36b310">4db38a36b310</a> skiboot v6.4-rc1 release notes</li>
+</ul>
+<p>Suraj Jitindar Singh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8329fe2982d">b8329fe2982d</a> core/fast-reboot: Add
+im-feeling-lucky option</li>
+</ul>
+<p>Vasant Hegde (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7097cb6a40dc">7097cb6a40dc</a> skiboot v6.0.20 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6e70ea51c65">e6e70ea51c65</a> skiboot v6.2.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/990d248a61a0">990d248a61a0</a> skiboot v6.3.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a78bf50e02dd">a78bf50e02dd</a> skiboot v6.3.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41109e5073bd">41109e5073bd</a> gard: Use consistent name</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc5584c3145b">bc5584c3145b</a> core/opal: Increase
+opal-msg-size size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec9f67bdaedc">ec9f67bdaedc</a> opal-msg: Pass return value to
+callback handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66d0ad68687b">66d0ad68687b</a> opal-msg: Pass parameter size
+to _opal_queue_msg()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6fce51e3170">b6fce51e3170</a> opal-msg: Enhance opal-get-msg
+API</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e2fcc4dd6d58">e2fcc4dd6d58</a> core/test/run-msg: Add
+callback function test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdcf4483eb55">bdcf4483eb55</a> hostservices: Do not call
+hservices_init on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fcb1d4dc1b9d">fcb1d4dc1b9d</a> prd: Validate
+_opal_queue_msg() return value</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb702bf01aea">fb702bf01aea</a> prd: Implement generic HBRT -
+FSP interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb86b1484f54">eb86b1484f54</a> prd: Implement generic FSP -
+HBRT interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9cae036fafea">9cae036fafea</a> opal-prd: Fix prd message size
+issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0bf01d93ee39">0bf01d93ee39</a> platform/zz: Add new platform
+type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/197ee04e276b">197ee04e276b</a> skiboot v6.3.2 release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-7">
+<span id="id13"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-7">
+<span id="id14"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-7" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/deed9ba0bc6d">deed9ba0bc6d</a> Setup APSS channels (power
+consumption)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="v2-4-rc1-patches-8">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#v2-4-rc1-patches-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="v2-4-rc1-commits-8">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#v2-4-rc1-commits-8" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/a6f4df381b97">a6f4df381b97</a> Op build 2.0.y (#83)</li>
+</ul>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.3.1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.3.1</a></li>
+ <li>Next: <a href="v2.4.html" title="next chapter">Release Notes for OpenPower Firmware v2.4</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.4-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.4.html b/release-notes/v2.4.html
new file mode 100644
index 0000000..b191266
--- /dev/null
+++ b/release-notes/v2.4.html
@@ -0,0 +1,2728 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.4 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.5-rc1" href="v2.5-rc1.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.4-rc1" href="v2.4-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-4">
+<h1>Release Notes for OpenPower Firmware v2.4<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-4" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.4 was released on Thursday July 18th, 2019. It becomes the new stable release of op-build,
+following on from v2.3, first released on May 21st, 2019.</p>
+<p>The op-build v2.4 release cycle has been fairly short, and follows on from v2.3 to ensure we have a more
+reliably predictable release schedule going for future releases.</p>
+<p>op-build v2.4 contains all the fixes as of op-build v2.3.1 and v2.0.15, and we expect to continue to do stable
+2.0.y releases of v2.0 into the forseeable future.</p>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>nicole</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<p>Since v2.4-rc1:</p>
+<table border="1" class="docutils">
+<colgroup>
+<col width="15%" />
+<col width="13%" />
+<col width="13%" />
+<col width="60%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hcode</td>
+<td>hw070619a.9
+40</td>
+<td>hw071319a.9
+40</td>
+<td>witherspoon, p9dsu, zaius, romulus, nicole</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>2b061c6081d
+4</td>
+<td>8abecc2fde6
+d</td>
+<td>witherspoon, p9dsu, zaius, romulus, nicole</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.4-rc1</td>
+<td>v6.4</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze, garrison,
+barreleye, pseries, opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus, nicole</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.1.16</td>
+<td>5.2.1</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze, garrison,
+barreleye, pseries, opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus, nicole</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>5.1.16</td>
+<td>5.2.1</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze, garrison,
+barreleye, pseries, opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus, nicole</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>eac9377724b
+a</td>
+<td>26b20929225
+9</td>
+<td>nicole</td>
+</tr>
+<tr class="row-even"><td>occ-p8</td>
+<td>a2856b77a61
+8</td>
+<td>28b9f6edc69
+8</td>
+<td>habanero, firenze, garrison, barreleye, pseries, firestone,
+palmetto, p8dtu, vesnin</td>
+</tr>
+<tr class="row-odd"><td>openpower-pnor</td>
+<td>43fc2ebbae0
+f</td>
+<td>03469302c58
+f</td>
+<td>witherspoon, p9dsu, zaius, habanero, garrison, barreleye,
+firestone, palmetto, p8dtu, vesnin, romulus, nicole</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.4-rc1</td>
+<td>v6.4</td>
+<td>witherspoon, p9dsu, zaius, habanero, firenze, garrison,
+barreleye, pseries, opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus, nicole</td>
+</tr>
+</tbody>
+</table>
+<p>Since v2.3:</p>
+<table border="1" class="docutils">
+<colgroup>
+<col width="20%" />
+<col width="19%" />
+<col width="19%" />
+<col width="41%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>busybox</td>
+<td>1.29.3</td>
+<td>1.30.1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>check</td>
+<td>0.11.0</td>
+<td>0.12.0</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, p8dtu, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-even"><td>dropbear</td>
+<td>2018.76</td>
+<td>2019.78</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>glibc-2.28-94-g4ae
+ff335ca19</td>
+<td>2.29-11-ge28ad442e
+73b0</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw041519a.opv23</td>
+<td>hw071319a.940</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>ca03643dd893</td>
+<td>8abecc2fde6d</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw041519a.opv23</td>
+<td>hw062819a.940</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone,
+palmetto, p8dtu, vesnin, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot-p8</td>
+<td>dc218d94c57b</td>
+<td>27dda299f0ad</td>
+<td>habanero, garrison, barreleye,
+firestone, palmetto, p8dtu, vesnin</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.2</td>
+<td>v6.4</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+firestone, palmetto, p8dtu, vesnin, zz,
+romulus</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.0.7</td>
+<td>5.2.1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>5.0.7</td>
+<td>5.2.1</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>741046046ec3</td>
+<td>eac9377724ba</td>
+<td>romulus</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>f44f8808fc7c</td>
+<td>deed9ba0bc6d</td>
+<td>vesnin</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>e3e9aef82673</td>
+<td>a6f4df381b97</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-even"><td>nvme</td>
+<td>v1.3</td>
+<td>v1.7</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>58e422dede59</td>
+<td>e5a2afd6cfb0</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>occ-p8</td>
+<td>a2856b77a618</td>
+<td>28b9f6edc698d</td>
+<td>habanero, firenze, garrison, barreleye,
+pseries, firestone, palmetto, p8dtu,
+vesnin</td>
+</tr>
+<tr class="row-odd"><td>openpower-pnor</td>
+<td>2ea669b4aa57</td>
+<td>03469302c58f</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+garrison, barreleye, firestone,
+palmetto, p8dtu, vesnin, romulus</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.10.3</td>
+<td>v1.10.4</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>1410677b65e4</td>
+<td>b96edc83e949</td>
+<td>witherspoon, p9dsu, zaius, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.3.1</td>
+<td>v6.4</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+<tr class="row-odd"><td>sudo</td>
+<td>1.8.23</td>
+<td>1.8.27</td>
+<td>witherspoon, p9dsu, zaius, habanero,
+firenze, garrison, barreleye, pseries,
+opal, firestone, palmetto, p8dtu,
+vesnin, zz, romulus</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>cryptsetup</td>
+<td>2.0.6</td>
+<td>witherspoon,p9dsu,zaius,habanero,
+firenze,garrison,barreleye,pserie
+s,opal,firestone,palmetto,p8dtu,v
+esnin,zz,romulus</td>
+</tr>
+<tr class="row-odd"><td>json-c</td>
+<td>0.13.1</td>
+<td>witherspoon,p9dsu,zaius,habanero,
+firenze,garrison,barreleye,pserie
+s,opal,firestone,palmetto,p8dtu,v
+esnin,zz,romulus</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.4</td>
+<td>opal</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="15%" />
+<col width="68%" />
+<col width="18%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>occ-p8</td>
+<td>a2856b77a618e35f597e3e472868a2617eec67fa</td>
+<td>opal</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>Ben Gass (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/647c79394de1">647c79394de1</a> Add p9a.omi.pll.scan.initfile
+and ifCompiler support.</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9cad5ac42b3e">9cad5ac42b3e</a> Synch up OMI and MCA frequencies</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc0b781abd67">cc0b781abd67</a> Self Save: Fixing self save of
+core SPR.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/abe84794dea8">abe84794dea8</a> VDM(Part 2): CME hcode support
+for per quad VDM.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/62fab01afb46">62fab01afb46</a> VDM(Part 3): Image build changes
+for quad level VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b897d74ad16d">b897d74ad16d</a> Stop API: STOP API made project
+agnostic.</li>
+</ul>
+<p>Rahul Batra (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/793c77ef0f8b">793c77ef0f8b</a> PM: Fix Clip Update Timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cade83363c25">cade83363c25</a> PGPE: Fix Voltage Delay Math</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2def3a70b164">2def3a70b164</a> PM: WOV(OCS) HW Procedures
+Changes (1/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4d775c52daa4">4d775c52daa4</a> PM: WOV(OCS) PGPE Hcode Changes
+(2/2)</li>
+</ul>
+<p>Sumit Kumar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e74922a6d8a0">e74922a6d8a0</a> Updating latest selfRest.bin
+file</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5086d51d705e">5086d51d705e</a> Enablement of Axone support</li>
+</ul>
+<p>Yue Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f3d82eaa4d8c">f3d82eaa4d8c</a> Self Save: Added support for SPR
+self save in CME hcode(func ver)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f52ed17d38e2">f52ed17d38e2</a> PM: Handle PIB Reset with data
+check handler on all GPEs</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0f71cc0dd5af">0f71cc0dd5af</a> Axone: Fix PPE PVR expectation
+checks and SMF build flag</li>
+</ul>
+<p>hostboot (72):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/33eeb29bcbf6">33eeb29bcbf6</a> Release tag information updated
+for hw032619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c76877c7370">2c76877c7370</a> Release tag information updated
+for hw032719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dbac1b4fde0">0dbac1b4fde0</a> Release tag information updated
+for hw032919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f89e3fc16469">f89e3fc16469</a> Release tag information updated
+for hw040219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2e3a283588c1">2e3a283588c1</a> Release tag information updated
+for hw040319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7aa944ea0394">7aa944ea0394</a> Release tag information updated
+for hw040419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7e42ee4ac93">b7e42ee4ac93</a> Release tag information updated
+for hw040519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0068bf4a881f">0068bf4a881f</a> Release tag information updated
+for hw040619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e194945ed60a">e194945ed60a</a> Release tag information updated
+for hw040919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f3cda9419f28">f3cda9419f28</a> Release tag information updated
+for hw041019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/06fd9cb6a476">06fd9cb6a476</a> Release tag information updated
+for hw041119a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/65dd1355197d">65dd1355197d</a> Release tag information updated
+for hw041219a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8dbd6d87ed00">8dbd6d87ed00</a> Release tag information updated
+for hw041219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cce430a720af">cce430a720af</a> Release tag information updated
+for hw041319a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ffbcc5c2f0cf">ffbcc5c2f0cf</a> Release tag information updated
+for hw041319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/adf78f8e0538">adf78f8e0538</a> Release tag information updated
+for hw041519a.opv23</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ce3d455f346d">ce3d455f346d</a> Release tag information updated
+for hw041619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8c97ca682995">8c97ca682995</a> Release tag information updated
+for hw041719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4f9688427e91">4f9688427e91</a> Release tag information updated
+for hw041819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5acd078fd3f0">5acd078fd3f0</a> Release tag information updated
+for hw042019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4116020415c9">4116020415c9</a> Release tag information updated
+for hw042119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14a3a15e85ad">14a3a15e85ad</a> Release tag information updated
+for hw042319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f40a0bc37ee">2f40a0bc37ee</a> Release tag information updated
+for hw042419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/003286ea46c5">003286ea46c5</a> Release tag information updated
+for hw042519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dabc711649d5">dabc711649d5</a> Release tag information updated
+for hw043019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c6610c66e83">2c6610c66e83</a> Release tag information updated
+for hw050119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/39145945224a">39145945224a</a> Release tag information updated
+for hw050319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0f4531f47288">0f4531f47288</a> Release tag information updated
+for hw050619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f7c4f239b1e5">f7c4f239b1e5</a> Release tag information updated
+for hw050719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c781b28fbeb6">c781b28fbeb6</a> Release tag information updated
+for hw050819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0888141f218">d0888141f218</a> Release tag information updated
+for hw050919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e63f4dafc713">e63f4dafc713</a> Release tag information updated
+for hw051019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/10f61cf1aa52">10f61cf1aa52</a> Release tag information updated
+for hw051119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68397358937e">68397358937e</a> Release tag information updated
+for hw051419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/617ca61be3e7">617ca61be3e7</a> Release tag information updated
+for hw051519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/babbbd9e7ab4">babbbd9e7ab4</a> Release tag information updated
+for hw051619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1fae419a10e4">1fae419a10e4</a> Release tag information updated
+for hw051719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9fa0d43ee460">9fa0d43ee460</a> Release tag information updated
+for hw051819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a42f29857e7e">a42f29857e7e</a> Release tag information updated
+for hw051919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/07a00831e5b7">07a00831e5b7</a> Release tag information updated
+for hw052119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/46218be06574">46218be06574</a> Release tag information updated
+for hw052219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2cc906fda56b">2cc906fda56b</a> Release tag information updated
+for hw052419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/49a2cb056e55">49a2cb056e55</a> Release tag information updated
+for hw052819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ed4018a1a7d5">ed4018a1a7d5</a> Release tag information updated
+for hw052919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/59cfe7bac2f1">59cfe7bac2f1</a> Release tag information updated
+for hw053019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee03775d4100">ee03775d4100</a> Release tag information updated
+for hw053119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/14c3b1b259ae">14c3b1b259ae</a> Release tag information updated
+for hw060119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ff534ad63c7b">ff534ad63c7b</a> Release tag information updated
+for hw060319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d067896908e2">d067896908e2</a> Release tag information updated
+for hw060519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9d1e42453697">9d1e42453697</a> Release tag information updated
+for hw060619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d78641ae7be">6d78641ae7be</a> Release tag information updated
+for hw060719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/150e0728a2b4">150e0728a2b4</a> Release tag information updated
+for hw060819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90451319ce96">90451319ce96</a> Release tag information updated
+for hw061119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ba05d3cfaca8">ba05d3cfaca8</a> Release tag information updated
+for hw061219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e9c438bf807b">e9c438bf807b</a> Release tag information updated
+for hw061319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/48a5e9a75af3">48a5e9a75af3</a> Release tag information updated
+for hw061419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bf63e7d6cc0f">bf63e7d6cc0f</a> Release tag information updated
+for hw061519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/862bea7c7ea0">862bea7c7ea0</a> Release tag information updated
+for hw061819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a80d726abf60">a80d726abf60</a> Release tag information updated
+for hw061919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/78e266936926">78e266936926</a> Release tag information updated
+for hw061919b.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/07697763fd69">07697763fd69</a> Release tag information updated
+for hw062019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0bf8ba716cea">0bf8ba716cea</a> Release tag information updated
+for hw062119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7f13e53dc1f2">7f13e53dc1f2</a> Release tag information updated
+for hw062519a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/93c9a0f47fd8">93c9a0f47fd8</a> Release tag information updated
+for hw062619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/891db3bc80bf">891db3bc80bf</a> Release tag information updated
+for hw062819a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2228ce6ea2dd">2228ce6ea2dd</a> Release tag information updated
+for hw062919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1dff5815b671">1dff5815b671</a> Release tag information updated
+for hw070219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5aca25f5653a">5aca25f5653a</a> Release tag information updated
+for hw070319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/882d19fd7e7c">882d19fd7e7c</a> Release tag information updated
+for hw070419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1dd2d8676e5">c1dd2d8676e5</a> Release tag information updated
+for hw070619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ec0d8bb47f67">ec0d8bb47f67</a> Release tag information updated
+for hw070919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/19fa25eac9ea">19fa25eac9ea</a> Release tag information updated
+for hw071319a.940</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#commits-1" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/491995a6a3ed">491995a6a3ed</a> temporary mc inits to enable
+wider team</li>
+</ul>
+<p>Alvin Wang (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f5d7720e3c">f6f5d7720e3c</a> Add empty files for kind
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c1d170c7552">0c1d170c7552</a> Add more files for mcbist
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56dd65e049e4">56dd65e049e4</a> Add empty traits files for
+power_thermal lib</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/deec9656ec00">deec9656ec00</a> Add empty trait file for
+explorer mcbist library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c3ab2bd4c3c">3c3ab2bd4c3c</a> Move MCBIST lib to generic
+folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ce53f71e9fc">4ce53f71e9fc</a> Move power_thermal lib to
+generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/015e5dff8610">015e5dff8610</a> Add empty files for
+exp_background_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/081679022f97">081679022f97</a> Add exp_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d035a51f51ae">d035a51f51ae</a> Move kind library to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18527d404f0f">18527d404f0f</a> Move the mcbist lab library
+to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da246c5fde38">da246c5fde38</a> Add empty files for mcbist
+library refactoring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03fc49941aa7">03fc49941aa7</a> Add trap_adress class in
+mcbist library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e60c6842b51d">e60c6842b51d</a> Add error count mode0/1 to
+mcbist library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca91046e0b3d">ca91046e0b3d</a> Add empty file nimbus_kind.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dbba2f9d8fe3">dbba2f9d8fe3</a> Add OMI_EDPL_DISABLE
+attribute</li>
+</ul>
+<p>Andre A. Marin (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee76c2ca5927">ee76c2ca5927</a> Fix c_str and pos DIMM
+specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/508ddc960ec6">508ddc960ec6</a> Add mem_size and misc attrs,
+unit tests enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b13a6483b18">3b13a6483b18</a> Add call to setup derived
+attributes in p9a_mss_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f83005325604">f83005325604</a> Added Nimbus NDVDIMM specific
+DIMM slot attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19394bc52406">19394bc52406</a> Modify accessor makefiles for
+generic and explorer to use shell find</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab3afc32f1e6">ab3afc32f1e6</a> Modify initial PRBS patter
+before DL link training starts</li>
+</ul>
+<p>Andre Marin (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8daf280f7d24">8daf280f7d24</a> Fix true_type and false_
+type typdef with integral_constant</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/923075be5002">923075be5002</a> Update HPW Level for MSS API
+library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bb7b5f0b5c6">9bb7b5f0b5c6</a> Add call to exp_getecid in
+istep 12.1</li>
+</ul>
+<p>Ben Gass (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b823dd50837a">b823dd50837a</a> Update p9_mss_eff_grouping
+for Axone support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c8651104f00d">c8651104f00d</a> Update p9a_10 engd from
+o10_e9032_pd_tp024_ec412_soa_sc_u080_01</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4766a68dc15b">4766a68dc15b</a> Move omic dials from
+p9a.omi.io.scom.initfile to new p9a.omic.io.scom.initfile.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f6849602d6f">5f6849602d6f</a> Explorer registers and fields
+generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94af35140717">94af35140717</a> Explorer registers and fields
+generated from dev</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fd61efddafb">6fd61efddafb</a> Add p9a.omi.pll.scan.initfile
+and ifCompiler support.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1083e8c22b9e">1083e8c22b9e</a> Update p9_setup_bars for 3
+NPU’s on Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9869ca82dbbc">9869ca82dbbc</a> Update npu initfiles for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39b36480d549">39b36480d549</a> Set IOO clockgate_disable for
+Axone HW481539 / HW438727</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0decd01a99a">b0decd01a99a</a> Fix bar address swizzle in
+p9a_addr_ext.C</li>
+</ul>
+<p>Bill Hoffa (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecf2201cee8c">ecf2201cee8c</a> Modify IPMI Timeout Value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f619d06251d5">f619d06251d5</a> Verify Dimm Type in DJVPD
+Cache</li>
+</ul>
+<p>Brian Silver (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7bb5cee3856">e7bb5cee3856</a> Add fake_vpd support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c1f3e24b6e4">9c1f3e24b6e4</a> Change p9_mss_freq_system to
+write attributes, errors for Cronus</li>
+</ul>
+<p>Caleb Palmer (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7937e802748">f7937e802748</a> PRD: Fix isEccSp capture data
+check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69796d72c4f6">69796d72c4f6</a> PRD: Fix assert in
+getNumMasterRanksPerDimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8941c2cd6251">8941c2cd6251</a> PRD: NVDIMM mask EVENT_N bit
+on persistency lost</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d139bd7d99a">9d139bd7d99a</a> PRD: Axone/Explorer Misc
+Updates needed for TdCtlr/DataBundles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1665708d67b6">1665708d67b6</a> PRD: MCACALFIR[8] FFDC Update
+for NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/686bbf502fc6">686bbf502fc6</a> Add OCMB_CHIP support for
+BAD_DQ_BITMAP getters/setters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/343589ebeb49">343589ebeb49</a> NPU SCOM translation support
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/abf11187330d">abf11187330d</a> Add OCMB_CHIP support for
+ROW_REPAIR getters/setters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57fa9ded821c">57fa9ded821c</a> PRD: Axone misc updates for
+moving ecc/maint logic to OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68367c57c139">68367c57c139</a> PRD: Axone Add PLL Slave
+Error Regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/957a96a94127">957a96a94127</a> PRD: Axone/Explorer TdCtlr
+and DataBundle Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2bb80fdb4caa">2bb80fdb4caa</a> PRD: Axone Dram Spare Deploy
+(DSD) updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeb359a820ee">aeb359a820ee</a> PRD: Axone MemMark updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57b59e9d788f">57b59e9d788f</a> PRD: Update Axone calls to
+isDramWidthX4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c539eeef3781">c539eeef3781</a> NPU SCOM translation Hostboot
+updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c153a4336ab2">c153a4336ab2</a> PRD: Initial Explorer Plugin
+Files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab4ea694f5ba">ab4ea694f5ba</a> PRD: Initial Axone Rule
+Plugins</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93f529ed118b">93f529ed118b</a> PRD: Add AnalyzeFetchMpe
+Plugin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd0eb8fcc8d4">bd0eb8fcc8d4</a> PRD: Add handleRrFo for OCMB
+domain</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8db1ba5aaa81">8db1ba5aaa81</a> PRD: Avoid gard for NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e6a69de2d39">8e6a69de2d39</a> PRD: Remove use of
+unsupported MEM_PORT ExtensibleChip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56b1b58b9348">56b1b58b9348</a> PRD: Update NVDIMM BPM cable
+callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6060c1c88907">6060c1c88907</a> PRD: Axone MemAddress Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8bc5e2c76793">8bc5e2c76793</a> PRD: Add OCMB support for
+BAD_DQ_BITMAP code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85475e45d89c">85475e45d89c</a> NPU SCOM translation
+non-instance 0 fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ccafae2fadc9">ccafae2fadc9</a> PRD: Fix row repair template
+bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8abecc2fde6d">8abecc2fde6d</a> PRD: Uncomment two Axone
+attrs that are available now</li>
+</ul>
+<p>Chen Du (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5da79e14c316">5da79e14c316</a> Get ring override failing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbbd68a140c9">bbbd68a140c9</a> Add page tables to read only
+partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bda479bb7563">bda479bb7563</a> MRW parsing updates for
+Axone+UB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54a570f06c63">54a570f06c63</a> MRW parsing updates for
+Axone+UB task 2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d41d0f9b82f7">d41d0f9b82f7</a> MRW parsing for DDIMM, PMIC,
+and Axone OBUS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48c966a99ec1">48c966a99ec1</a> Add OMI BAR calculations to
+MRW scripts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3268563ca22b">3268563ca22b</a> MRW parsing for DDIMM, PMIC,
+and OCMB_CHIP</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbf60d385958">cbf60d385958</a> Add SMF mode flag to HOMER
+for use by OCC</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d91209c1201c">d91209c1201c</a> Axone Xbus Linearity</li>
+</ul>
+<p>Christian Geddes (58):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9882fe3c773b">9882fe3c773b</a> Set REL_POS to 0 on all DIMM
+target in simics Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/215eaa2074f5">215eaa2074f5</a> Stop overwriting OCMB vpd
+info in standalone and handle DDIMM modules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fd0af32313c">9fd0af32313c</a> Set
+ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16378af2527d">16378af2527d</a> Compile Explorer MSS libs in
+our istepsmss lib</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/514f1137ec8e">514f1137ec8e</a> Set ATTR_MEM_EFF_DIMM_SIZE
+until MSS team sets in in HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/616f55b76767">616f55b76767</a> Setup CONFIG_AXONE env
+variable correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c03d552d8db">0c03d552d8db</a> Workaround unused var in
+certain configurations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/020f13727307">020f13727307</a> Update simics release to
+April 8th release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fc227ed83ce">6fc227ed83ce</a> Re-order i2c properties in
+Axone simics XML to align closer with sim</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/091bf3c3fd9c">091bf3c3fd9c</a> Update MAX_ALLOWED_DIMM_FREQ
+to support 3200 MHz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4b67afb3574">c4b67afb3574</a> Correct MSS accessor
+generation for Axone compiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c14bbdbc1f">75c14bbdbc1f</a> Revert “Remove unused VPD
+sections from axone pnor layout”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4aa1ee7a5835">4aa1ee7a5835</a> Fix compile bugs in
+axone_sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fbc925d910e">5fbc925d910e</a> Fix mismatch between mirrored
+file and original EKB copy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6ac440a808a">a6ac440a808a</a> Re-enable OCMB VPD fapi2
+tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0c71ff0ce91">d0c71ff0ce91</a> Add
+ATTR_OMI_INBAND_BAR_BASE_ADDR_OFFSET to MC targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e583424484de">e583424484de</a> Validate OMI INBAND BAR
+offset attributes against calculated values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae7863d01445">ae7863d01445</a> Compile and call
+p9a_omi_setup_bars in istep 12.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/625a082c5e39">625a082c5e39</a> Add p9a_omi_init and
+exp_omi_init calls to istep 12.13</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8112a619ebf4">8112a619ebf4</a> Run Axone simics all the way
+to completion by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f39b02dcad91">f39b02dcad91</a> Update pnor XML WOF
+description to say 6 MB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a292b1a81ea">2a292b1a81ea</a> Compile and call
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebf286d5e287">ebf286d5e287</a> Add support for dimm type
+DDIMM in exp draminit utils</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07fbdf5d4f29">07fbdf5d4f29</a> Compile and call
+p9a_io_omi_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff01029ea8dd">ff01029ea8dd</a> Increase size allocated for
+HBI in axone pnor layout xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b632f2cf6a4c">b632f2cf6a4c</a> Update simbuild to latest
+simics release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cf1a8dc6cd8">3cf1a8dc6cd8</a> Ignore CRC errors for
+Hostboot during Axone bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b07aab28c595">b07aab28c595</a> Separate communication data
+padding from endianess correcting code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/546d0438ecc7">546d0438ecc7</a> Clean up traces and comments
+in MMIO driver</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/41d22225ff91">41d22225ff91</a> Remove workaround filtering
+invalid filenames</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fbd4f33e00e">6fbd4f33e00e</a> Update simbuild for axone
+simics bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7254582b9b25">7254582b9b25</a> Add call to p9a_omi_io_dccal
+in istep 12.6</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/decb0b6a03b1">decb0b6a03b1</a> Remove workaround setting
+EFF_DIMM_SIZE attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c18d709e4a17">c18d709e4a17</a> Set endianess switch
+attributes to workaround inband OCMB sim issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/292334fef529">292334fef529</a> Skip OCMB MMIO Response
+polling in hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4b279cb88d7">e4b279cb88d7</a> Compile and call exp_draminit
+in istep 13.10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8c70b5902d51">8c70b5902d51</a> Set i2c slave’s port
+correctly in Axone XML for OCMB targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b95951684667">b95951684667</a> Force Axone simics to read
+all VPD from HW with config flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dabc95cb3ef">3dabc95cb3ef</a> Enable MMIO scom after OMI is
+initialized</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33bccd985a80">33bccd985a80</a> Clean up traces seen during
+Axone IPLs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab9d2e931925">ab9d2e931925</a> Increase size of HBRT to 8 MB
+for all pnor layouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a70922169308">a70922169308</a> Update startup.simics to
+correctly lookups processor targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f6ff0a8bddf">3f6ff0a8bddf</a> Clean up some comments and
+refactor how we determine new cache entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f0d13a5bb80">0f0d13a5bb80</a> Update non-present dimm/ocmb
+i2c attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b2d475bbbee">7b2d475bbbee</a> Update DIMM’s 0-8
+EEPROM_VPD_PRIMARY_INFO to match the corresponding OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98bd24eebf87">98bd24eebf87</a> Unset
+CONSOLE_OUTPUT_ERRORDISPLAY in axone config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12ef1ffdc34a">12ef1ffdc34a</a> Make some FAPI_INF traces
+that are spamming FW logs into FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa4a14d415c7">aa4a14d415c7</a> Update bbuild and point axone
+simics at scandef.abr from bbuild</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ded2da534feb">ded2da534feb</a> Skip MSS cleanup for now in
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37038960c8c7">37038960c8c7</a> Enable sbe update for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ac1e9584462">1ac1e9584462</a> Add interface to mark eeprom
+caches valid/invalid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef6025f2142">5ef6025f2142</a> Update simics release used
+for Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b06c4f813fd">1b06c4f813fd</a> Remove references to prebuilt
+eecache</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3805319f1d63">3805319f1d63</a> Add HCDB Support for eeprom
+cache process</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20423884e486">20423884e486</a> Trace message if unable to
+understand its contents of eeprom cache</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4154aa707744">4154aa707744</a> Add functions to back
+ATTR_FREQ_MCA_MHZ and ATTR_MC_PLL_BUCKET in P9A</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca15d68452e8">ca15d68452e8</a> Start simics in vexec for
+Axone by default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c1030f009e8a">c1030f009e8a</a> Add optional params to
+build-script to skips some steps</li>
+</ul>
+<p>Christian R. Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/710af45a83d8">710af45a83d8</a> Revert “Remove references to
+prebuilt eecache”</li>
+</ul>
+<p>Corey Swenson (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/201a39f54be6">201a39f54be6</a> Add part callout for the
+Backup Power Module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5622fb032dc">e5622fb032dc</a> Insufficient Resources check
+needs to handle NVDIMM logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06d0a08aa27f">06d0a08aa27f</a> Add NVDIMM key attributes and
+generate keys</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/65509c8551f4">65509c8551f4</a> Add back nvdimm_gen_keys
+function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9cd799d038d2">9cd799d038d2</a> Remove procedure callout
+EPUB_PRC_NVDIMM_ER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fd22b47f8d6">5fd22b47f8d6</a> NVDIMM encryption HW function
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20f6884ac8c6">20f6884ac8c6</a> Add workaround to avoid DARN
+instruction at runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7508722e0908">7508722e0908</a> Handle NVDIMM encryption
+errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b81399d6441">4b81399d6441</a> Assembly for DARN instruction
+inconsistent</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/639cf25d2ace">639cf25d2ace</a> Move the NVDIMM_ARMED
+attribute from PROC to DIMM type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd0aba64608a">dd0aba64608a</a> Auto-arm the NVDIMMs at
+runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac003eb126a0">ac003eb126a0</a> Call
+notifyNvdimmProtectionChange function during IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3acea873dad1">3acea873dad1</a> Remove dependency on
+ATTR_NVDIMM_ENCRYPTION_ENABLE for unlock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66de4e82cbb6">66de4e82cbb6</a> Fix send_ATTR_NVDIMM_ARMED
+function to send armed attr to HWSV</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c35178409516">c35178409516</a> Move gen_keys and
+encrypt_unlock from istep 14 to 13</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bde6d57b2757">bde6d57b2757</a> Deconfig dimms when nvdimm
+encryption unlock fails</li>
+</ul>
+<p>Corey V. Swenson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09a23939d34a">09a23939d34a</a> Revert “Add workaround to
+avoid DARN instruction at runtime”</li>
+</ul>
+<p>Dan Crowell (39):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54178321414b">54178321414b</a> Constants for future DIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08d472b97829">08d472b97829</a> Update Explorer FW Command
+IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f89a1420c7d8">f89a1420c7d8</a> Add sequence id to IPMI
+timeout traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47c643354d42">47c643354d42</a> Remove deleted mirrored file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eee59e94a080">eee59e94a080</a> Remove to remirror some files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14242c9ba2fd">14242c9ba2fd</a> Remove file to remirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27dd91ca0933">27dd91ca0933</a> Hide several OCMB attributes
+from ServerWiz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96be8677443a">96be8677443a</a> Add Gemini to chipids list</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80295355e810">80295355e810</a> Support writable
+ATTR_FREQ_MCA_MHZ for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb3c89638a1e">eb3c89638a1e</a> Handle DD2.3 mode properly
+when setting elevated risk in HDAT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0523b75c390">d0523b75c390</a> Temporarily disable the
+exp_fw_update test in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e929912354d6">e929912354d6</a> Add Axone to RISK_LEVEL logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e827b625b481">e827b625b481</a> Add system policy attribute
+for enterprise ocmb function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa1b266a6293">fa1b266a6293</a> Synch up OMI and MCA
+frequencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb99413cc04a">cb99413cc04a</a> Add logic to compute
+MSS_MRW_NVDIMM_SLOT_POSITION for ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05847c16cfe6">05847c16cfe6</a> Increase number of reserved
+hdat sections</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8dd975ed5975">8dd975ed5975</a> Document Axone NPU
+configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/539b82d046cf">539b82d046cf</a> Remove VPD generation from
+Axone simics startup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f9f4dfaba7a">5f9f4dfaba7a</a> Allow temporary args to be
+passed to runsim through hb startsimics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ba1edec99a7">6ba1edec99a7</a> Enable the UART console in
+Axone Simics config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07cf7dbe48a6">07cf7dbe48a6</a> Add pmic_efd_processing to
+istep07 makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdf02135b46d">bdf02135b46d</a> Remove some Centaur
+procedures from Axone compile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e49ebe43fe8">3e49ebe43fe8</a> Temporarily disable
+testExplrMMIO bad write test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c4e786e0e95">0c4e786e0e95</a> Removing renamed
+axone/explorer files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f815ee6a9c02">f815ee6a9c02</a> Add Axone target types to
+errl/hwas functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be08f8a97099">be08f8a97099</a> Skip FSI info gathering for
+OCMB chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d850029be30">1d850029be30</a> Force appropriate values for
+NPU config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33a1e9fabb06">33a1e9fabb06</a> Modify I2C divider for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/897e9b5b38e8">897e9b5b38e8</a> Push NVDIMM attribute updates
+down to the FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd59bd865bfb">fd59bd865bfb</a> Default NV state to Memory
+Not Preserved</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/926ec6f90b17">926ec6f90b17</a> Handle unsupported status bit
+for NVDIMM Encrytion Status</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79a312ed32a9">79a312ed32a9</a> Clean up the attribute error
+user details</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fccf28881ec">6fccf28881ec</a> Add explicit support for a
+few new companies in copyright</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b119ea556c15">b119ea556c15</a> Hide CHTM attributes from
+ServerWiz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f597d2c7a66">9f597d2c7a66</a> Fix errludattribute changes
+that broke the build</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08b6443e65d3">08b6443e65d3</a> Push ATTR_NVDIMM_ARMED down
+to FSP to handle MPIPL case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c082570bd75">6c082570bd75</a> Add command echo to sandbox
+executor</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d667cbdad00d">d667cbdad00d</a> Make attribute xml inclusion
+more specific</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80a0d27f8ab7">80a0d27f8ab7</a> Fix NVDIMM linker errors
+caused by PRD</li>
+</ul>
+<p>Dan Larson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4c72a5f2da8">a4c72a5f2da8</a> HBCI-177: Enable Code
+Coverage in CI</li>
+</ul>
+<p>Dawit Habtegiorgis (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0b1f035aaad">b0b1f035aaad</a> P10 SRC listing order</li>
+</ul>
+<p>Devon Baughen (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5e2251b0c17">c5e2251b0c17</a> add MR0 shadow regs override
+to fix wr_vref shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f702a3b2f6b6">f702a3b2f6b6</a> add explorer mcbist wrapper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/450f70a3b34e">450f70a3b34e</a> add first draft of
+exp_access_delay_regs code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9acff299c655">9acff299c655</a> add omi attrs for omi dl
+config0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04a0314a1b44">04a0314a1b44</a> add manual omi training
+sequence</li>
+</ul>
+<p>Glenn Miles (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1654f76c7fd2">1654f76c7fd2</a> Populate OCMBFW partition
+with packaged image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c184e5de057">9c184e5de057</a> Add procedures for updating
+explorer firmware image</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6b70d6c06d2">a6b70d6c06d2</a> Add new ‘expupd’ module</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27f08a0b90a8">27f08a0b90a8</a> Add new enum, OCMB_FW_UPDATE,
+to ATTR_RECONFIGURE_LOOP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1b76d406973">f1b76d406973</a> Load and validate OCMB FW
+image in istep 12.13</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2ee107c441a">a2ee107c441a</a> Update simbuild for axone
+simics bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6aeba3917d4d">6aeba3917d4d</a> Increase OCMBFW PNOR
+partition to 1164kb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0b91d3b52a6">c0b91d3b52a6</a> High level support for
+updating explorer firmware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63810dfdcefe">63810dfdcefe</a> Pull in latest axone-simics
+release</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4f73f9d0e75">d4f73f9d0e75</a> Revert change to disable
+polling in getRSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa62415e8d84">aa62415e8d84</a> Add procedure for updating
+explorer firmware over TWI interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a6b6852f6e2">6a6b6852f6e2</a> Add HWP for entering Explorer
+TWI mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5634271463a1">5634271463a1</a> OCMB MMIO error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a697687b5e5e">a697687b5e5e</a> Add MMIO test cases that
+force failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e69f8fe6542">4e69f8fe6542</a> Fix intermittent
+testExplrMMIO failure in CI</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/025067bcd46e">025067bcd46e</a> Testcases to verify MMIO and
+I2C Scoms to Explorer work consistently</li>
+</ul>
+<p>Ilya Smirnov (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25c1b412b86a">25c1b412b86a</a> Process Core and EQ Gard
+Records in MPIPL Path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28c069596438">28c069596438</a> SMF: Put HOMER Back in SMF
+Memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/033619612142">033619612142</a> Flush Errlmanager Queue
+Before Fetching Gard Records</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9addc3db4f8">a9addc3db4f8</a> SMF: Logic For Creating
+Non-Secure HOMER Memory Space</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1d3f44dd939">d1d3f44dd939</a> SMF: New Ultravisor
+White/Blacklist Handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0694a7bc3f">4f0694a7bc3f</a> Remove Redundant LPC Bus
+Check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1f8b3160946">a1f8b3160946</a> Add Child RC Checking to
+Thread Pool</li>
+</ul>
+<p>Jennifer A. Stofer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12b139b58521">12b139b58521</a> Revert “P9 Xbus/DMI CM
+Workaround”</li>
+</ul>
+<p>Jenny Huynh (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bedc05eb919f">bedc05eb919f</a> Fabric inits update for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf8f5459f14f">cf8f5459f14f</a> Fix fabric inits for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb318fbc38a9">cb318fbc38a9</a> Add missing targetType arg to
+ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ad5976c1f8b">0ad5976c1f8b</a> Fix Axone SMF lower address
+mapping and enable chip addr extension mask in mcu</li>
+</ul>
+<p>Joachim Fenkes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6ab2972787f">a6ab2972787f</a> FAPI2: Add method to Target
+to query core select vector from CORE targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63a8b58f12b7">63a8b58f12b7</a> p9_tod_setup: Workaround for
+HW480181</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96195e47b503">96195e47b503</a> Fix for workaround for
+HW480181</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19fde64271e5">19fde64271e5</a> p9_sbe_tracearray: Updates
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06a885d8e671">06a885d8e671</a> p9_tod_setup: Disable clock
+doubling when running off LPC clock</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea40a0eeae03">ea40a0eeae03</a> FAPI2: Clarify that broadcast
+groups must be mapped explicitly</li>
+</ul>
+<p>Joe McGill (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b7cc09d2da5">1b7cc09d2da5</a> p9_xbus_fir_utils.H – create
+header for definition of XBUS related FIR settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/834bc3db0d21">834bc3db0d21</a> shift OBUS FIR programming
+inits for secure boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/13af137b03af">13af137b03af</a> FAPI2: replace IOPAU target
+references with PAUC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b03b01b34bd">4b03b01b34bd</a> p9.filter.pll.scan.initfile –
+update CP filter config for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/415af5749f8f">415af5749f8f</a> create attribute to reflect
+DPLL input frequency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feab766b57db">feab766b57db</a> update i2c bit rate divisor
+for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00826314dde6">00826314dde6</a> p9_fircheck – updates for
+Axone</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9b808b3f44e">b9b808b3f44e</a> Fixing doxygen warnings</li>
+</ul>
+<p>Li Meng (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/186d6f22c2ad">186d6f22c2ad</a> Fixes for LRDIMM dual drop DB
+training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96032f3cd122">96032f3cd122</a> Adds error logging features
+to LRDIMM MWD_FINE</li>
+</ul>
+<p>Louis Stermole (31):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54a9c7b4a9e8">54a9c7b4a9e8</a> Fix duplicate symbol errors
+from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d859fce1073">7d859fce1073</a> Add workaround for Nimbus
+symbol mark performance hw bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b26420e7247">2b26420e7247</a> Add p9a_mss_freq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c08e3bfb24fc">c08e3bfb24fc</a> Fix default on
+ATTR_MSS_MRW_SUPPORTED_FREQ to be 4 entries</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8a7a5a564ec">f8a7a5a564ec</a> Move MSS MRW attributes to
+generic XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12426d3bf24d">12426d3bf24d</a> Add ATTR_FREQ_OMI_MHZ</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/357441ef8b73">357441ef8b73</a> Add p9a_mss_freq_system
+procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea434a2363ec">ea434a2363ec</a> Fix Explorer getRSP for
+endianness and buffer size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e28412847eab">e28412847eab</a> Add 32-bit word swap on
+Explorer inband structures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fd2903850cb">5fd2903850cb</a> Add debug params to
+exp_check_for_ready_wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9870db1cf564">9870db1cf564</a> Change CRC gen/check for
+Explorer inband to match EXP firmware</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/574186ea098a">574186ea098a</a> Clear Explorer outbound
+doorbell after reading cmd response</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc2e4807c4e5">dc2e4807c4e5</a> Add lab tools to test MCHIP
+FW commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8bde2e5cb164">8bde2e5cb164</a> Update exp_omi_train for
+testing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/678ca9786f8a">678ca9786f8a</a> Add retry of EXP_FW_STATUS
+when status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1a583763dfb">b1a583763dfb</a> Fix trace in exp_omi_setup to
+be more clear</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/245047c0ff42">245047c0ff42</a> Add check for BOOT_STAGE ==
+runtime fw in exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6e85c3e9c5b">d6e85c3e9c5b</a> Add reset of FORCE_STR to
+exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f11931ee5e44">f11931ee5e44</a> Add attr to control endian
+swap of OMI CFG reg data on Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c3e6ed587ba">2c3e6ed587ba</a> Add reset of explorer
+outbound doorbell before running new cmd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e455c84e39cf">e455c84e39cf</a> Fix missing params in
+exp_draminit response trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f3e6b81cba8">6f3e6b81cba8</a> Change register used for
+IML_COMPLETE in exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dcf8b4ea580d">dcf8b4ea580d</a> Change tags on
+ATTR_MSS_OCMB_EXP_OMI_CFG_ENDIAN_CTRL to make it platInit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/432870d9b5c4">432870d9b5c4</a> Add procedure wrapper and
+makefiles for exp_mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a075926870a">6a075926870a</a> Fix alignment of exp_draminit
+training response display</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/907f20be9991">907f20be9991</a> Add generic mss_timing header
+for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cb482056c65">8cb482056c65</a> Change defaults for
+power/thermal attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9bbcfabbc2f">d9bbcfabbc2f</a> Add missing timing attrs to
+p9a_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6bd1b697801">d6bd1b697801</a> Increase doorbell polling
+duration in exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/035e5f85fe8b">035e5f85fe8b</a> Fixes for
+p9a_mss_eff_config_thermal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cedc849f4b0">4cedc849f4b0</a> Fix ddimm_get_efd for EFDs
+that support multiple ranks</li>
+</ul>
+<p>Luis Fernandez (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4995ec0ba6f1">4995ec0ba6f1</a> HB Improvements: Fix compiler
+warnings on modern compilers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acd09d45c209">acd09d45c209</a> HB Improvements: Compiler
+Issues with Different Config Files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e167d5bd38">d4e167d5bd38</a> HB Improvements: Fix compiler
+warnings on modern compilers (add-on)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49d81ec6a770">49d81ec6a770</a> General Improvement: Get HB
+standalone + op-build working with GCC8</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe000f81b649">fe000f81b649</a> Revisit attributes with array
+types.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d58f3a708535">d58f3a708535</a> Compiling with GCC 8</li>
+</ul>
+<p>Mark Pizzutillo (37):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2ac038e8a1d">f2ac038e8a1d</a> Add exp_rank.H blank file
+(renamed from rank.H)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5c731ef077d">a5c731ef077d</a> Remove rank.H to rename to
+exp_rank.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e686c6c40b70">e686c6c40b70</a> Add empty files for
+exp_getecid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c4068b510e1">7c4068b510e1</a> Added code for exp_getecid
+and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d3c3c752b95">0d3c3c752b95</a> Add blank files for PMIC i2c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f25846bd235">3f25846bd235</a> Add gemini IPL code and unit
+tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcea118c1c51">bcea118c1c51</a> Add git commit data to gemini
+hwp and exp_getecid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2007c4f94085">2007c4f94085</a> Add SPD getters for PMIC
+fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/865d4639a390">865d4639a390</a> Add new blank files for new
+PMIC directories and procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee2270e80fc2">ee2270e80fc2</a> Add new blank files for new
+PMIC directories and procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3498e76492e9">3498e76492e9</a> Remove PMIC I2C files from
+explorer path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/32bc3c06a9ba">32bc3c06a9ba</a> Add API for axone p10 dimm
+rank</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc855079f522">dc855079f522</a> Add L1 PMIC procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb8ed3193462">bb8ed3193462</a> Remove unneeded gemini
+makefiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/621e0bac1f53">621e0bac1f53</a> Fix exp_getecid register
+accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/823149252170">823149252170</a> Add attributes for PMIC SPD
+fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f730180b2b41">f730180b2b41</a> Add i2c support for PMIC
+target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5de4c5ec41bf">5de4c5ec41bf</a> Fix memdiags to fix jenkins</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dab92e705f6">1dab92e705f6</a> Add PMIC enable procedure
+code and UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee52194d04b1">ee52194d04b1</a> Add code for PMIC bias
+procedure & UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbac4e3d76af">cbac4e3d76af</a> Add pmic fields to p9a
+eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae412fdaabaa">ae412fdaabaa</a> Remove check for eff dimm
+size in gem_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1ca9dbf1eab">b1ca9dbf1eab</a> Add blank files for pmic EFD
+processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bf4a26d8c08">4bf4a26d8c08</a> Remove pmic_bias files to
+move to lab directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/692db28a0ad4">692db28a0ad4</a> Move pmic_bias utils to lab
+directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06b50f0ecc2b">06b50f0ecc2b</a> Add istep7 include directory
+for pmic EFD processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd1e2c047b78">cd1e2c047b78</a> Add EFD processing to
+pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9a2585c80fe">d9a2585c80fe</a> Add pmic_update lab tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca414b982877">ca414b982877</a> Fix exp_draminit phy_params</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dc17625bd83">1dc17625bd83</a> Small amends to exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c88e93047c9a">c88e93047c9a</a> Update pmic_enable to bypass
+attribute checks for boot from EEPROM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1581c67d3151">1581c67d3151</a> Add blank files for
+p9a_throttle_sync procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c2d8ccc8fdb">3c2d8ccc8fdb</a> Add memory initialization to
+gem_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edce11bc98f2">edce11bc98f2</a> Fix more exp_draminit
+parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3bde7d87845">d3bde7d87845</a> Set bit to zero out memory in
+gem_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5a0bda16a0">1b5a0bda16a0</a> Add support for IBM MFG ID in
+ddimm_get_efd for gemini</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/264bea8053f2">264bea8053f2</a> Add p9a_throttle_sync
+procedure</li>
+</ul>
+<p>Matt Derksen (39):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f68a45ca5694">f68a45ca5694</a> Small cleanup of NVDIMM
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0fc8dd0b264">e0fc8dd0b264</a> Add simics
+exit_cache_contained mode call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e672904032c">5e672904032c</a> Remove unused VPD sections
+from axone pnor layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36375399974d">36375399974d</a> Current copyright year not
+added</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6e503999c4c">b6e503999c4c</a> Allow update of zeroed NVDIMM
+level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecfbca46ab3f">ecfbca46ab3f</a> Make sure memory is cleaned
+up in errlud_i2c.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16cf78fed03f">16cf78fed03f</a> Add new PMIC target for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2431563fb687">2431563fb687</a> Remove DJVPD and CVPD
+sections from axone pnor layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e2a874589b1">7e2a874589b1</a> Add FAPI_POS and account for
+4 possible PMIC targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f0b6fddf3f8">7f0b6fddf3f8</a> Enable
+IPLTIME_CHECKSTOP_ANALYSIS in axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72ef108a5db4">72ef108a5db4</a> Enable p9_pm_stop_gpe_init
+call in istep15</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c39a01069ec">6c39a01069ec</a> Compile Gemini hardware
+procedures in hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19a436e44c7d">19a436e44c7d</a> Return p9a_omi_io_scom
+failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df8f6df13fa6">df8f6df13fa6</a> Add gemini HWP calling into
+hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c954ba135fb">0c954ba135fb</a> Fix
+test_fapi2getChildTargetsForCDG for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a9f6ce95c59">7a9f6ce95c59</a> Re-enable calling
+p9_npu_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ddeb4b85db8">7ddeb4b85db8</a> Remove unnecessary pmic mk
+files from ekb import</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/64f4f47ac448">64f4f47ac448</a> Enable 32GB NVDIMM update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22d6da8c6be6">22d6da8c6be6</a> NVDIMM info logs around
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/624f87148b03">624f87148b03</a> New simics level for axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f4eeca3100a">8f4eeca3100a</a> Updates to compile new pmic
+fields in p9a eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d09e6cb299b">3d09e6cb299b</a> Integrate pmic_enable HWP
+into IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f212028b43f3">f212028b43f3</a> Enable calling
+p9_update_ec_eq_state</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddfd90ead9c5">ddfd90ead9c5</a> New simics level for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7779247d5f65">7779247d5f65</a> Enable calling p9_setup_evid
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a8e06d43d36">1a8e06d43d36</a> Use i2c word write for NVDIMM
+update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2094256e054f">2094256e054f</a> Update simics level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9d12d6326f7">e9d12d6326f7</a> Enable tpmddtest.H for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5316f7dc08c6">5316f7dc08c6</a> Enable the scomtest for AXONE
+config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c86bbc37ee8">2c86bbc37ee8</a> Run exp tests in Axone and
+make generic Load utility</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b05c7a782f6">3b05c7a782f6</a> Enable fapi2MmioAccessTest
+for axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/164e8bc5fc07">164e8bc5fc07</a> Add planar vpd support to
+Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/730a9fb5a883">730a9fb5a883</a> Update genMemVpd.pl to
+support DQ and CKE mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5dafe24ce671">5dafe24ce671</a> Added CK and DQ vpd accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a59fbce9c954">a59fbce9c954</a> Updated genMemVpd.pl to strip
+carriage returns from line data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5499344e2e1">b5499344e2e1</a> Add a 4-byte timestamp into
+new VM keyword</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52e9d9eb5546">52e9d9eb5546</a> Add a version nibble to the
+end of VM VPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0f21a7774f4">c0f21a7774f4</a> Change filename for VM
+keyword to zz_vm_VM.bin</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b061c6081d4">2b061c6081d4</a> Signed windage values not
+picked up in MT keyword generation</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2722201d0d10">2722201d0d10</a> add GEMINI enum for ATTR_NAME</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/157eb4dc4966">157eb4dc4966</a> move mss_generic link to
+wrapper, fix OCMB_IS_NOT_EXPLORER ffdc call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3d3bb8cd5fe6">3d3bb8cd5fe6</a> update
+TARGET_TYPE_MULTICASTABLE</li>
+</ul>
+<p>Matthew Hickman (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cacebfde8993">cacebfde8993</a> Added empty files for ecc
+port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b15178b0679">8b15178b0679</a> Added empty files for ccs
+port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b3c06d52085">2b3c06d52085</a> Fixed the ccs port merge
+conflicts and added lab code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e0e547728eb">2e0e547728eb</a> Added shell files for
+exp_memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a561d8c80c4">4a561d8c80c4</a> Added one last empty for ecc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/879157876fc2">879157876fc2</a> Added more empty files for
+ecc port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/428f5e2c632e">428f5e2c632e</a> Ported ecc engine to generic</li>
+</ul>
+<p>Matthew Raybuck (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/882f15ebfdcd">882f15ebfdcd</a> Test Cases for deconfig
+updates for AXONE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1737cfb1a19d">1737cfb1a19d</a> Update OCMB 9-15 to have
+valid i2c and eeprom info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/740541cdd9e0">740541cdd9e0</a> Infer presense detection of
+Explorer chip from VPD EEPROM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f177dd883e86">f177dd883e86</a> Collect IDEC for Explorer
+chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f68c549965e">5f68c549965e</a> Gemini vs Explorer Presence
+Detection via SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6390bd34536a">6390bd34536a</a> Add keywords for part and
+serial number for DDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d1cedd447b6">7d1cedd447b6</a> Add keyword support for OCMB
+SPD reads</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2da0774fa01">d2da0774fa01</a> Targeting updates for EEPROM
+content type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae7fd02c2115">ae7fd02c2115</a> Refactor keyword support for
+various DIMM types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85c03c9b4f64">85c03c9b4f64</a> Add cache/hardware comparison
+functions for SPD classes of VPD content</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36c966c7dd11">36c966c7dd11</a> Add cache/hardware comparison
+functions for ipvpd classes of VPD content</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa7d62b7304b">fa7d62b7304b</a> Support tool that can package
+BPM flash images into a binary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6adc57ce4966">6adc57ce4966</a> Fix typo in
+buildBpmFlashImages.pl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f311fe0914d">2f311fe0914d</a> Replace chomp function with
+platform neutral end-of-line stripping regex</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/94e392de6a0a">94e392de6a0a</a> Fix memory leak in
+nvdimm_update.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a5514cde7fa">3a5514cde7fa</a> Turn off NVDIMM debug trace
+output</li>
+</ul>
+<p>Michael Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c3e5a250d39">3c3e5a250d39</a> Revert “Add OCMB_CHIP_TYPE
+Attribute”</li>
+</ul>
+<p>Mike Baiocchi (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5381224824">1b5381224824</a> Cleanup UCD Update Algorithm
+Code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dc4c34f591f">1dc4c34f591f</a> Force UCD Updates on each IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0da6ad912fdf">0da6ad912fdf</a> Add OCMB_CHIP_TYPE Attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e1ea69fbf60">1e1ea69fbf60</a> Fix missing header file in
+eepromCache.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c199d2a3a26">3c199d2a3a26</a> Remove GLOBAL PNOR Partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f842cf1d6fe">4f842cf1d6fe</a> Combine ‘generic’ and
+‘explorer’ OCMB chip targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fb322bab4c1">8fb322bab4c1</a> Remove ‘EXPLORER’ as
+attribute MODEL type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d978f97d33f0">d978f97d33f0</a> Add Device Tree support for
+Nuvoton TPM 75x</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca9007fb2efc">ca9007fb2efc</a> Add Support for new HDAT
+Slave Device Type for Nuvoton 75x</li>
+</ul>
+<p>Murulidhar Nataraju (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed1208121086">ed1208121086</a> Istep 18 - MPIPL on OPAL
+System update</li>
+</ul>
+<p>Nick Bofferding (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec86a5683941">ec86a5683941</a> Decrease WOFDATA partition by
+1 MB until HBI space can be reduced</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85326973c80e">85326973c80e</a> Reduce draminit_training_adv
+thread count to avoid OOM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9aa7be26b1f">a9aa7be26b1f</a> Fix page coalesce bug in
+coalescing end of cache memory range</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e582366ea6b">3e582366ea6b</a> Disable parallel operations
+in draminit advanced training</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5002bdd78954">5002bdd78954</a> Reduce LRU RO constraint to
+allow RO page evictions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf29aa3e9203">cf29aa3e9203</a> Fix UCD invalid command error
+for 0 byte block read SMBus requests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/239bd856fd66">239bd856fd66</a> Re-enable
+mss_draminit_trainadv parallelism</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f03814d62a6">0f03814d62a6</a> Only display ERRL user
+details callouts/strings when dumping error to console</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c070a3d6521e">c070a3d6521e</a> Fix gcc8 signature validation
+anomaly</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb5872dbdd7f">cb5872dbdd7f</a> PPB: OPPB pstatemin value
+endianess fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/431fd07bcd5f">431fd07bcd5f</a> PPB: Bug fix in compute VPD
+points that impact to bias values</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4148562b6758">4148562b6758</a> PM: Fixed error path handling
+of getscoms in HWP p9_query_core_access_state.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89ff9fa99391">89ff9fa99391</a> VDM(Part 2): CME hcode
+support for per quad VDM.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58df73fd1074">58df73fd1074</a> VDM(Part 3): Image build
+changes for quad level VDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3996f56863f">b3996f56863f</a> Stop API: STOP API made
+project agnostic.</li>
+</ul>
+<p>Rahul Batra (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3483624140e3">3483624140e3</a> PM: Revert VID slopes in GPPB
+to non-zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a6adcbfe414">2a6adcbfe414</a> PM: Fix WOV Enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/761c81cf0ecb">761c81cf0ecb</a> PM: WOV(OCS) HW Procedures
+Changes (1/2)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a34f4c584414">a34f4c584414</a> PM: WOV(OCS) PGPE Hcode
+Changes (2/2)</li>
+</ul>
+<p>Ricardo Mata Jr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f9202c62194">3f9202c62194</a> Added chip ec attribute for
+PCI cache injection.</li>
+</ul>
+<p>Richard J. Knight (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66b1aa028bfa">66b1aa028bfa</a> Call the tool to generate the
+cmsk rings + .C files for procedure</li>
+</ul>
+<p>Roland Veloz (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d531bced31e">8d531bced31e</a> Added unit test for HWP call
+ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92ee1c5a0784">92ee1c5a0784</a> Defect fix for class
+RsvdTraceBuffer to fix ErrorLog flatten issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d935c5c94a9e">d935c5c94a9e</a> Added more error reporting to
+HWSV when PNOR fails, removed superfluous code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d9dc76256f5">8d9dc76256f5</a> Corrected bad logic, in an if
+statement, that was creating a bad trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f38ca7d5412b">f38ca7d5412b</a> Added new
+GenericFspMboxMessage_t interface to save NVDIMM keys</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7aa27e142c26">7aa27e142c26</a> Implementing PHYP to HBRT
+NVDIMM message to issue an NVDIMM operation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9192b12a33dc">9192b12a33dc</a> Reworked the
+AttributeTank::Attribute API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4faf5ce57f2">c4faf5ce57f2</a> Changed the generic message
+type from MSG_DECONFIG_TARGET to MSG_ATTR_WRITE_OP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56cb2793c030">56cb2793c030</a> Added template function to
+make an attribute with given target and attribute ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b75cfea6155c">b75cfea6155c</a> Unit test for structure
+TARGETING::AttributeTank::Attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2d561f722aa">d2d561f722aa</a> Unit test for the firmware
+request sendAttributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4d644e0244f">c4d644e0244f</a> Temporary fix: skipping over
+printing doubles to avoid a crash</li>
+</ul>
+<p>Sharath Manjunath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cc19fda64c0">4cc19fda64c0</a> Add exp_thermal_init for
+Explorer FW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/47b32b1aaaf2">47b32b1aaaf2</a> Adds blank files to Explorer
+thermal_init commit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecdac321bf0a">ecdac321bf0a</a> Add exp_thermal_init for
+Explorer FW</li>
+</ul>
+<p>Stephen Glancy (48):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfc5cde5be5f">cfc5cde5be5f</a> Adds blank explorer training
+handler C file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b047a25de8a6">b047a25de8a6</a> Adds process training
+response to exp draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a27a108a9b8">9a27a108a9b8</a> Adds MCA workaround blank
+files for HB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af698e0c2096">af698e0c2096</a> Adds in workaround for
+self-time refresh</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/763efd13a331">763efd13a331</a> Updates dramint training
+structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f79af6ea7e38">f79af6ea7e38</a> Fixes LR host write leveling
+crashes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d27962f1bfbd">d27962f1bfbd</a> Updates CCS to run with quad
+encoded chip select</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f53d3ff4139f">f53d3ff4139f</a> Adds LRDIMM shadow register
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06f75dffe7d2">06f75dffe7d2</a> Fixes four-rank rank pairing
+code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cfa805d328b">4cfa805d328b</a> Fixes MC addressing for
+4R/quad-encoded chip select</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/745094dc3a9f">745094dc3a9f</a> Moves blame a FIR API to
+generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93fcaa00fbf0">93fcaa00fbf0</a> Adds explorer post-draminit
+bad bits processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8328e67e0ca1">8328e67e0ca1</a> Updates LRDIMM dual drop SI
+settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffe6b0311623">ffe6b0311623</a> Updates RCW’s attributes for
+quad encoded CS mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98267572c8c1">98267572c8c1</a> Fixes LRDIM dual-drop 4R
+frequency/plug rules bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8578705fa8a2">8578705fa8a2</a> Adds p9a freq specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e9aa61c5f76">1e9aa61c5f76</a> Adds blankfile for git commit
+data helper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4956ca54c22">e4956ca54c22</a> Updates the LRDIMM to use SPD
+SI values</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac6b97d1a4ff">ac6b97d1a4ff</a> Adds git commit data to
+p9a/exp procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97517fa73c61">97517fa73c61</a> Adds explorer training
+response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b56cf2d5156">4b56cf2d5156</a> Adds blank files for new cen
+plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51a8aa7ccf8b">51a8aa7ccf8b</a> Fixes centaur plug rules to
+force balanced MBA configs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43f8bd48e3f">f43f8bd48e3f</a> Disables RD VREF for LRDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8069ef850b91">8069ef850b91</a> Adds p9a chip directory
+structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aff20d90b967">aff20d90b967</a> Adds unified input processing
+for wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac2fd033cc0b">ac2fd033cc0b</a> Moves lab helpers to generic
+folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/510773cb52f9">510773cb52f9</a> Adds explorer training
+response blank C file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/290b29f13a8a">290b29f13a8a</a> Adds explorer training
+response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5efcf184ed79">5efcf184ed79</a> Adds p9a chip directory
+structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d02b87f9c90">0d02b87f9c90</a> Adds explorer address and
+field fixes headers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/902e166a98fe">902e166a98fe</a> Adds explorer to check for
+response doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/114d10d29c18">114d10d29c18</a> Fixes LRDIMM command to
+command timing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a38021c7fa73">a38021c7fa73</a> Fixes RCD parity CID
+configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b952df368d42">b952df368d42</a> Moves CCS lab code to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a2e3c2c2db5">4a2e3c2c2db5</a> Adds new attributes for
+07MAY19 explorer specification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82423eab5bba">82423eab5bba</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bb5c0eda318">6bb5c0eda318</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af06bf24063e">af06bf24063e</a> Adds blank files for explorer
+EFD processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec840df7fcaf">ec840df7fcaf</a> Adds explorer CCS
+specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2acc85787f4b">2acc85787f4b</a> Updates the explorer draminit
+for 07MAY19 spec</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bf4bd007709">7bf4bd007709</a> Fixes MCBIST read bug in i2c
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a6b5a50b388">8a6b5a50b388</a> Adds EFD decode updates for
+07MAY19 spec updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11066067e94b">11066067e94b</a> Fixes FFDC for files moved to
+generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42dbafc33bfa">42dbafc33bfa</a> Adds hardware specific
+definitions to initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea9fb95e6c5a">ea9fb95e6c5a</a> Adds axone support for
+p9_throttle_sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30d44084f574">30d44084f574</a> Adds a helper function to
+hold CKE’s high in draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38b300796ea1">38b300796ea1</a> Updates swizzle for MCBIST
+error_count_mode1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2910a088420c">2910a088420c</a> Moves shmoo_data API to
+generic memory lab</li>
+</ul>
+<p>Steven Janssen (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d42dd7f9ed04">d42dd7f9ed04</a> Fix library dependancy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2aaca494ec04">2aaca494ec04</a> Update file name to match
+function name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9efb5475e019">9efb5475e019</a> Fix library dependancy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e28af449f61a">e28af449f61a</a> Update file name to match
+function name</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48255bc69e6d">48255bc69e6d</a> Update include file path</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a334beaa4b6">2a334beaa4b6</a> Fix incorrect group of 8
+Mirrorable setting for Axone.</li>
+</ul>
+<p>Tsung Yeung (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ab1bc28a6d2">9ab1bc28a6d2</a> Preload CCS program to
+support EPOW on NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d2fdefa996b">4d2fdefa996b</a> Adds HWP call to set up CCS
+for EPOW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9291b67c357d">9291b67c357d</a> NVDIMM - erase after arm to
+prevent stale image getting restored on next boot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40bcbd0f3a78">40bcbd0f3a78</a> Enable median rank wr_vref
+value on NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/468349f5827c">468349f5827c</a> Includes NVDIMM in workaround
+for self-time refresh</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4dae0f83725">d4dae0f83725</a> P9: NVDIMM SBE Support to
+Trigger Catastrophic Save</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff832044c09e">ff832044c09e</a> Adjust STR enter sequence to
+enable immediate entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa0064292733">fa0064292733</a> Ignore refresh overrun fir
+NVDIMM during post-restore sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/031a5d086262">031a5d086262</a> NVDIMM Change Polling Order</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c0d5d1e89b3">1c0d5d1e89b3</a> Uses
+ATTR_MSS_MRW_NVDIMM_SLOT_POSITION instead of FAPI_POS for nvdimm plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c39e6a8184b">2c39e6a8184b</a> NVDIMM wr_vref workaround fix
+and add refreshes to ccs program (nvdimm only)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dee477f94aa6">dee477f94aa6</a> Add polling after STR entry
+to ensure port is in STR before asserting RESETn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f8ec61acd51">1f8ec61acd51</a> Disable BAR Temporarily to
+prevent STR exit during nvdimm handover</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d51b8ebc92c7">d51b8ebc92c7</a> Change polling condition to
+avoid premature timeout error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/311bb136cadf">311bb136cadf</a> Double nvdimm ops timeout
+values to accommodate encryption</li>
+</ul>
+<p>Zach Clark (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6a2bedba84d0">6a2bedba84d0</a> Developer Improvement: Get
+code coverage tool working with Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff818674b181">ff818674b181</a> Make GCOV support work with
+GCC 8.1 - 8.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cffebe48c7b1">cffebe48c7b1</a> Fix “possibly uninitialized
+variable”</li>
+</ul>
+<p>Zane Shelley (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a802a96758f">0a802a96758f</a> PRD: invalid access to
+pointer address in prdfWriteHomerFirData.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a58f1f8047">36a58f1f8047</a> PRD: change thresholding for
+OBUS link UEs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1f0a3ed6d3b">a1f0a3ed6d3b</a> PRD: misc cleanup from latest
+RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d893f5ac1b3d">d893f5ac1b3d</a> PRD: NPUFIR updates for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e2a0b43c8684">e2a0b43c8684</a> PRD: Memory subsystem updates
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca47ced07c4c">ca47ced07c4c</a> PRD: replaced MODEL_EXPLORER
+with MODEL_OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/31aec74cbca7">31aec74cbca7</a> PRD: debug trace output
+update for OCMB models</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c720019a8163">c720019a8163</a> PRD: Axone memory updates
+from RAS XML</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/578bf1c6cdcd">578bf1c6cdcd</a> PRD: Explorer updates from
+RAS XML</li>
+</ul>
+<p>aravnair-in (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75031a86cc54">75031a86cc54</a> ZZ-GEN4 and ZZ-2U-GEN4
+sysetem binaries need to be built</li>
+</ul>
+<p>lean wang(王棚辉) (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/913204775de8">913204775de8</a> ips print total memory</li>
+</ul>
+<p>whs (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/916c31cdf802">916c31cdf802</a> Create tool to generate
+memory vpd keyword mappings</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#commits-2" title="Permalink to this headline">¶</a></h3>
+<p>Caleb Palmer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/fb4b3eb861b2">fb4b3eb861b2</a> NPU target addr translation
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e5a2afd6cfb0">e5a2afd6cfb0</a> NPU target addr translation fixes</li>
+</ul>
+<p>Chris Cain (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d03cb7413705">d03cb7413705</a> Update to PGPE elog structure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f7b1e2a3bcae">f7b1e2a3bcae</a> Add support for a second voltage
+sense from APSS</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f65ac6e26087">f65ac6e26087</a> Add regs for PGPE debug</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b082b5771c9d">b082b5771c9d</a> NVDIMM procedure update</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ad9bb2d1e41c">ad9bb2d1e41c</a> Disable 24x7 when EPOW detected to
+prevent GPE halt</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/de361c2a961f">de361c2a961f</a> New NVDIMM save procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/19b906f9c3a8">19b906f9c3a8</a> Pick up new HCODE elog structure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/91d3487ed586">91d3487ed586</a> Open CAPI memory config data
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/a880ffe3a854">a880ffe3a854</a> Support for Secure Memory Facility
+(SMF) mode</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/9a6d21e73e44">9a6d21e73e44</a> Initial OCMB fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/326a900583f6">326a900583f6</a> Initialize mem type for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d13bd3fa8e38">d13bd3fa8e38</a> Handle thermal vote based on OCMB
+membuf</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/6ce9a5d0fefe">6ce9a5d0fefe</a> Allow maximum number of sensors to
+be returned in debug command</li>
+</ul>
+<p>Douglas Gilbert (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/afa37a7e9bc0">afa37a7e9bc0</a> Explorer MSBUF monitoring</li>
+</ul>
+<p>Timothy Pearson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/4b9396843b2d">4b9396843b2d</a> Fix build failure on GCC8</li>
+</ul>
+<p>mbroyles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/c77b16ee36a3">c77b16ee36a3</a> Run WOF every tick</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d10b665d0f1b">d10b665d0f1b</a> WOF temperature scaling equation
+change</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/f8e8d60e453c">f8e8d60e453c</a> Delete un-used Amester functions</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/cf4c143eb571">cf4c143eb571</a> WOF changes for OCS and freq
+tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5e53fc1458f1">5e53fc1458f1</a> Increase PGPE elog size to include
+full PGPE trace</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/aa38078b2e09">aa38078b2e09</a> Avoid calculating negative AC
+currents</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#commits-3" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p8dtu-xml">
+<h2>Package: p8dtu-xml<a class="headerlink" href="#package-p8dtu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p8dtu-xml">Repository</a></p>
+<div class="section" id="patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#commits-4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#commits-5" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#commits-6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="patches-7">
+<span id="id13"></span><h3>Patches<a class="headerlink" href="#patches-7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-7">
+<span id="id14"></span><h3>Commits<a class="headerlink" href="#commits-7" title="Permalink to this headline">¶</a></h3>
+<p>Javier Martinez Canillas (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/53e0f3ef35ac">53e0f3ef35ac</a> discover/grub2: Allow using
+title for default even if id was defined</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7edc34c4ee8d">7edc34c4ee8d</a> discover/grub2: Allow to
+separate the –id argument using a space char</li>
+</ul>
+<p>Samuel Mendoza-Jonas (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9e869ebe3a51">9e869ebe3a51</a> Various fixups and checks to
+make scan-build happy</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/aa596b2c1034">aa596b2c1034</a> utils: Quote plugin name and
+vendor variables</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3cf30cfa4f23">3cf30cfa4f23</a> utils: Optionally run
+utilities as root</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/cf9e0cd6f7ca">cf9e0cd6f7ca</a> Remove outdated TODO file</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/d61806e79788">d61806e79788</a> doc: Start writing some
+in-tree documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/cd95d81c16bd">cd95d81c16bd</a> travis: Publish sphinx docs
+to Github pages</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="patches-8">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#patches-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-8">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#commits-8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="patches-9">
+<span id="id17"></span><h3>Patches<a class="headerlink" href="#patches-9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-9">
+<span id="id18"></span><h3>Commits<a class="headerlink" href="#commits-9" title="Permalink to this headline">¶</a></h3>
+<p>Nickolaus Gruendler (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/be9d6cfc4f9b">be9d6cfc4f9b</a> Add memd vpd file</li>
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/eac9377724ba">eac9377724ba</a> Correct error in memd</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="patches-10">
+<span id="id19"></span><h3>Patches<a class="headerlink" href="#patches-10" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-10">
+<span id="id20"></span><h3>Commits<a class="headerlink" href="#commits-10" title="Permalink to this headline">¶</a></h3>
+<p>Alvin Wang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fb4fa9c6de3f">fb4fa9c6de3f</a> Move MCBIST lib to generic folder</li>
+</ul>
+<p>Ben Gass (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/448290d76b93">448290d76b93</a> Update p9_l2_flush to check if
+purge is busy on anything prior to flush.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26c8a88a4f65">26c8a88a4f65</a> Update ATRMISS registers for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d663084a860">2d663084a860</a> Update p9_mss_eff_grouping for
+Axone support</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b031344b3316">b031344b3316</a> Add p9a.omi.pll.scan.initfile and
+ifCompiler support.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fc26a6bd34b5">fc26a6bd34b5</a> Update npu initfiles for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54b282143d67">54b282143d67</a> Set IOO clockgate_disable for
+Axone HW481539 / HW438727</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0268ea4e1545">0268ea4e1545</a> Axone Xbus Linearity</li>
+</ul>
+<p>Christian Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ce01c89b7df0">ce01c89b7df0</a> Make some FAPI_INF traces that are
+spamming FW logs into FAPI_DBG</li>
+</ul>
+<p>Dan Crowell (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e27b0cc841ed">e27b0cc841ed</a> Modify rank variable for OCMB VPD
+lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8cdd1fc4febf">8cdd1fc4febf</a> Add PMIC target</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cd57fb58133a">cd57fb58133a</a> Synch up OMI and MCA frequencies</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b96edc83e949">b96edc83e949</a> Hide CHTM attributes from
+ServerWiz</li>
+</ul>
+<p>Glenn Miles (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/22169bd672be">22169bd672be</a> Add new enum, OCMB_FW_UPDATE, to
+ATTR_RECONFIGURE_LOOP</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2f9112decc89">2f9112decc89</a> Add HWP for entering Explorer TWI
+mode</li>
+</ul>
+<p>Jenny Huynh (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db120737ef3c">db120737ef3c</a> HW483672: Enable TLBIE WAT
+(version 5); fixes unintended flushing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/890db5d7d8fe">890db5d7d8fe</a> Fabric inits update for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e99d1c084c42">e99d1c084c42</a> Add missing targetType arg to
+ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP</li>
+</ul>
+<p>Joachim Fenkes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6a7478da76d1">6a7478da76d1</a> FAPI2: Add method to Target to
+query core select vector from CORE targets</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9c5d98ebc72b">9c5d98ebc72b</a> p9_sbe_nest_enable_ridi: Open up
+PCIe refclk drivers</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ce819e5d65ed">ce819e5d65ed</a> p9_sbe_tracearray: Updates for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f0d3622fbac5">f0d3622fbac5</a> p9_sbe_chiplet_reset: Add missing
+OB3 clock muxes for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/044f03861f86">044f03861f86</a> FAPI2: Clarify that broadcast
+groups must be mapped explicitly</li>
+</ul>
+<p>Joe McGill (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/40d3c1667e11">40d3c1667e11</a> cleanup references to chip-centric
+EC feature attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7e6b30a82f4b">7e6b30a82f4b</a> FAPI2: replace IOPAU target
+references with PAUC</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9bc6a014a07">e9bc6a014a07</a> p9.filter.pll.scan.initfile –
+update CP filter config for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/582a724a0172">582a724a0172</a> p9_sbe_npll_setup – update SS
+enablement for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c96691091792">c96691091792</a> update i2c bit rate divisor for
+p9a</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4db0f651a400">4db0f651a400</a> Fix doxygen warnings</li>
+</ul>
+<p>Louis Stermole (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/de09972a4e9c">de09972a4e9c</a> Add ATTR_FREQ_OMI_MHZ</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/02cd24317d11">02cd24317d11</a> Add debug params to
+exp_check_for_ready_wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9beca538b919">9beca538b919</a> Add retry of EXP_FW_STATUS when
+status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/42cc2406dde6">42cc2406dde6</a> Add check for BOOT_STAGE ==
+runtime fw in exp_check_for_ready</li>
+</ul>
+<p>Mark Pizzutillo (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca17f0c1d193">ca17f0c1d193</a> Added code for exp_getecid and
+unit tests</li>
+</ul>
+<p>Matt K. Light (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8acc5d3145f7">8acc5d3145f7</a> add define to control inclusion of
+getCoreSelect plat impl</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/673bc92dbf97">673bc92dbf97</a> add GEMINI enum for ATTR_NAME</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5cab254e8ffa">5cab254e8ffa</a> update TARGET_TYPE_MULTICASTABLE</li>
+</ul>
+<p>Matthew Hickman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8f2375e3e79c">8f2375e3e79c</a> Fixed the ccs port merge conflicts
+and added lab code</li>
+</ul>
+<p>Murulidhar Nataraju (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/249671d79a09">249671d79a09</a> Updated HRMOR to 3968MB (64MB *
+62) less than</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/28c54880dd08">28c54880dd08</a> Axone: Update sbeOpDistribute.py</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e116764a9681">e116764a9681</a> Update build in customrc</li>
+</ul>
+<p>Prem Shanker Jha (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c94f972a747d">c94f972a747d</a> PM: Fixed error path handling of
+getscoms in HWP p9_query_core_access_state.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/833b7412036c">833b7412036c</a> VDM(Part 3): Image build changes
+for quad level VDM</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ec1c8aac612">8ec1c8aac612</a> PM: WOV(OCS) HW Procedures Changes
+(1/2)</li>
+</ul>
+<p>Raja Das (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f560231a9e83">f560231a9e83</a> Optimized the processor dump
+structure between SBE and Hostboot</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4bd48045fe9a">4bd48045fe9a</a> Update Backing build to customrc
+and update standalone simics patch</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c54904f7b338">c54904f7b338</a> Added .NOTPARALLEL special key for
+<em>.s intermediate files from</em>.S</li>
+</ul>
+<p>Ricardo Mata Jr (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/378ec4ffdd3d">378ec4ffdd3d</a> Added chip ec attribute for PCI
+cache injection.</li>
+</ul>
+<p>Sharath Manjunath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/61c4b74f573d">61c4b74f573d</a> Update exp_draminit to read values
+from attributes</li>
+</ul>
+<p>Srikantha Meesala (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a2bb59e3dc9">8a2bb59e3dc9</a> Makefile issue with parallel build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e02d72ae04fe">e02d72ae04fe</a> White/Black/Grey List Binary dump
+full SBE implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/959bcf49938d">959bcf49938d</a> Support Collect DUMP in ZZ-L
+system</li>
+</ul>
+<p>Stephen Glancy (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/510ac957f02d">510ac957f02d</a> Adds explorer CCS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ed7027c5b077">ed7027c5b077</a> Fixes FFDC for files moved to
+generic</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7fc696f4f131">7fc696f4f131</a> FAPI_Infra:Add new member to
+structure ErrorInfoHwCallout</li>
+</ul>
+<p>Sunil Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/01030a212c07">01030a212c07</a> AXONE Bringup CI</li>
+</ul>
+<p>Tsung Yeung (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9667ef21a6f">c9667ef21a6f</a> Add polling after STR entry to
+ensure port is in STR before asserting RESETn</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/94df8bea72bd">94df8bea72bd</a> Disable BAR Temporarily to prevent
+STR exit during nvdimm handover</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca676f5b5d40">ca676f5b5d40</a> PM: Handle PIB Reset with data
+check handler on all GPEs</li>
+</ul>
+<p>Zach Clark (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8384a9660449">8384a9660449</a> Fix “possibly uninitialized
+variable”</li>
+</ul>
+<p>kswaroop (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3f92b561d721">3f92b561d721</a> Fix for race condition while
+copying “p9_xip_tool”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ceb6f8424a2c">ceb6f8424a2c</a> Changed backing build to
+/esw/fips940/Builds/b0620a_1925.940</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="patches-11">
+<span id="id21"></span><h3>Patches<a class="headerlink" href="#patches-11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-11">
+<span id="id22"></span><h3>Commits<a class="headerlink" href="#commits-11" title="Permalink to this headline">¶</a></h3>
+<p>Aaron Sawdey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/16aa1b111ed0">16aa1b111ed0</a> external/mambo: fix tcl
+startup code for mambo bogus net (repost)</li>
+</ul>
+<p>Alexey Kardashevskiy (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c977c734e1c">7c977c734e1c</a> npu2: Reset PID wildcard and
+refcounter when mapped to LPID</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68d11e4460ec">68d11e4460ec</a> npu2: Reset NVLinks when
+resetting a GPU</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ed3884f8d04">5ed3884f8d04</a> npu2: Fix clearing the FIR
+bits</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d496bb141c97">d496bb141c97</a> npu2: Clear fence state for a
+brick being reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d2005818bea3">d2005818bea3</a> npu2: Increase timeout for
+L2/L3 cache purging</li>
+</ul>
+<p>Alistair Popple (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d7636a10bd59">d7636a10bd59</a> external/mambo: Add an option
+to exit Mambo when the system is shutdown</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b36d5be5ea0">3b36d5be5ea0</a> skiboot.tcl: Add option to
+wait for GDB server connection</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20a3b69bd1b4">20a3b69bd1b4</a> lpc-port80h: Don’t write port
+80h when running under Simics</li>
+</ul>
+<p>Andrew Donnellan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a548857ce1f">1a548857ce1f</a> hw/npu2-opencapi: Add initial
+support for allocating OpenCAPI LPC memory</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1706e0311c47">1706e0311c47</a> core/lock: Add debug options
+to store backtrace of where lock was taken</li>
+</ul>
+<p>Artem Senichev (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c6eca76efb2e">c6eca76efb2e</a> platforms/vesnin: PCI
+inventory via IPMI OEM</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6cea3a7bba7c">6cea3a7bba7c</a> platforms/nicole: Add new
+platform</li>
+</ul>
+<p>Claudio Carvalho (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bedb1c2343b2">bedb1c2343b2</a> trustedboot: Change PCR and
+event_type for the skiboot events</li>
+</ul>
+<p>Cédric Le Goater (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/04efad3a40f7">04efad3a40f7</a> plat/qemu: add a POWER8 and
+POWER9 platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27243a37469f">27243a37469f</a> chip: add no-nx quirk for all
+QEMU platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d1a556881a71">d1a556881a71</a> nx: remove check on the “qemu,
+powernv” property</li>
+</ul>
+<p>Frederic Barrat (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce49505c2faf">ce49505c2faf</a> npu2-opencapi: Mask 2 XSL
+errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a7e5cb685b8">2a7e5cb685b8</a> opal/hmi: Report NPU2
+checkstop reason</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff81d0d13683">ff81d0d13683</a> hdata: Align SMP link
+definitions with current HDAT spec</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cfc2f773ad5">4cfc2f773ad5</a> npu2-opencapi: Add opencapi
+support on ZZ</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8b5e8a95caf">c8b5e8a95caf</a> devicetree: Don’t set path to
+dtc in makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/218eb321d0b3">218eb321d0b3</a> Add github template telling
+people not to use pull requests</li>
+</ul>
+<p>Jordan Niethe (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/989c41041944">989c41041944</a> core/test/run-trace: Fix type
+in testing struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad61b0a90ea1">ad61b0a90ea1</a> core/trace: Put boot_tracebuf
+in correct location.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b8e1b60aa3c">6b8e1b60aa3c</a> external/trace: Fix endianness
+detection in Makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/000f9331a6eb">000f9331a6eb</a> external/trace: Use correct
+width integer byte swapping</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d56b151d7f87">d56b151d7f87</a> core/test/run-trace: Stop
+using indeterminate fields</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc04bf1eef38">bc04bf1eef38</a> core/trace: Change mask/and to
+modulo for buffer offset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2717c6b8ddcd">2717c6b8ddcd</a> core/trace: Change buffer
+alignment from 4K to 64K</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9825301b3fe6">9825301b3fe6</a> core/trace: Change trace
+buffer size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a566ff62037">8a566ff62037</a> core/trace: Add pir number to
+debug_descriptor</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c4763094cb8">8c4763094cb8</a> core/trace: Export trace
+buffers to sysfs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f61c832bf1f">3f61c832bf1f</a> external/trace: Introduce
+structure for reading traces</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/085dbf049050">085dbf049050</a> external/trace: mmap trace
+buffers in dump_trace</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c74b8e4dda1">6c74b8e4dda1</a> include/mem_region-malloc:
+Define calloc for CCAN Heap</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d6aca20b8ae">3d6aca20b8ae</a> ccan: Add CCAN heap source</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5038b4ccaf2">a5038b4ccaf2</a> external/trace: Add support
+for dumping multiple buffers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0ed7e9985b4">e0ed7e9985b4</a> external/trace: Add follow
+option to dump_trace</li>
+</ul>
+<p>Lei YU (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df34cedd050a">df34cedd050a</a> Add P9 DIO interrupt support</li>
+</ul>
+<p>Michael Neuling (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5beda3c6fe5b">5beda3c6fe5b</a> nvram: Flag dangerous NVRAM
+options</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/901261bc7699">901261bc7699</a> mambo: Add addr2func for
+symbol resolution</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68284c211739">68284c211739</a> mambo: Integrate addr2line
+into backtrace command</li>
+</ul>
+<p>Nicholas Piggin (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7382324e9c41">7382324e9c41</a> xscom: move more register
+definitions into processor-specific includes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eaa899f53237">eaa899f53237</a> fast-reboot:: skip read-only
+memory checksum for slow simulators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90d01f9526ba">90d01f9526ba</a> xive: Remove xive rev field
+and recognize P9P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8343d5f1a0d">a8343d5f1a0d</a> fdt: check more errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78040c772b5f">78040c772b5f</a> core/pci: pci_slot_add_loc use
+null-terminated strings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb447636f18c">fb447636f18c</a> build: Makefile clean gcov
+files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb408ca82fa8">bb408ca82fa8</a> build: allow per-directory
+flag additions and subtractions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/32d44e355521">32d44e355521</a> fsp/leds: improve string
+operations bounds checking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc0a30f0bc58">bc0a30f0bc58</a> libfdt: upgrade to upstream
+dtc.git 243176c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df6b7a2dadd7">df6b7a2dadd7</a> device-tree: speed up fdt
+building on slow simulators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a00971e1946b">a00971e1946b</a> libc/string: speed up common
+string functions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4025c84b4582">4025c84b4582</a> external/mambo: Bump default
+POWER9 to Nimbus DD2.3</li>
+</ul>
+<p>Oliver O’Halloran (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22057f868f3b">22057f868f3b</a> pci/iov: Remove skiboot VF
+tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/290fbf30ddc2">290fbf30ddc2</a> pci/iov: Remove skiboot VF
+tracking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/76c569ca3000">76c569ca3000</a> hw/phb4: Make pci-tracing
+print at PR_NOTICE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27d1ef2ebabb">27d1ef2ebabb</a> opal-gard: Account for ECC
+size when clearing partition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/02a683bf09d9">02a683bf09d9</a> hw/phb4: Assert Link Disable
+bit after ETU init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/771497098efd">771497098efd</a> hw/phb4: Use read/write_reg in
+assert_perst</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/166a053f1d96">166a053f1d96</a> hw/phb4: Add missing LTSSM
+states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4760818d7c78">4760818d7c78</a> hw/phb4: Set trace enable
+where it’s used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c0a6612f492">6c0a6612f492</a> hw/phb4: Make
+phb4_training_trace() more general</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b557b79a3a3c">b557b79a3a3c</a> opal-api: Document hole in the
+token list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a3ce90df510">4a3ce90df510</a> pci: Make the pci-eeh-verbose
+nvram option generic</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e049e3c4fc5">6e049e3c4fc5</a> hw/phb3: Add verbose EEH
+output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f68b949dbc64">f68b949dbc64</a> core/platform: Add
+finalise_dt() callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3af76b4e53b7">3af76b4e53b7</a> witherspoon: Add nvlink peers
+in finalise_dt()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4c929bb54629">4c929bb54629</a> ibm-fsp: Use finalise_dt() for
+DT fixups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4203d350e03">e4203d350e03</a> libflash: Fix broken
+continuations</li>
+</ul>
+<p>Reza Arbab (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3386550f5174">3386550f5174</a> npu2: Fix typo</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d4f2f77377da">d4f2f77377da</a> npu2: Purge cache when
+resetting a GPU</li>
+</ul>
+<p>Samuel Mendoza-Jonas (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc2b1de3beb2">bc2b1de3beb2</a> include/ipmi: Fix incorrect
+chassis commands</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1bc63b896405">1bc63b896405</a> platforms/astbmc: Check for
+SBE validation step</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e8a373ebe4d">5e8a373ebe4d</a> doc/bmc: Document SBE
+validation on P8 platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9834b0874af4">9834b0874af4</a> include/ipmi: Fix incorrect
+chassis commands</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/757dfba75e03">757dfba75e03</a> platforms/astbmc: Check for
+SBE validation step</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ef47971a87d">6ef47971a87d</a> doc/bmc: Document SBE
+validation on P8 platforms</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92fd4f48014d">92fd4f48014d</a> occ-sensors: Check if OCC is
+reset while reading inband sensors</li>
+</ul>
+<p>Stewart Smith (151):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f01cd777adb1">f01cd777adb1</a> ipmi: ensure forward progress
+on ipmi_queue_msg_sync()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2cc067ede570">2cc067ede570</a> ipmi: ensure forward progress
+on ipmi_queue_msg_sync()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59bdc3a2d199">59bdc3a2d199</a> hw/xive.c: Fix memcmp() in
+DEBUG build to compare struct not ptr</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac734a084319">ac734a084319</a> opal-ci: Add Fedora 30</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec52b670ddf5">ec52b670ddf5</a> Intentionally discard
+fini_array sections</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7c9b3eb3c149">7c9b3eb3c149</a> With new GCC comes larger GCOV
+binaries</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/76f7316bc8fc">76f7316bc8fc</a> ubuntu:rolling now missing
+libcrypto.so.1.0.0, remove p8 mambo</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/33de0a26f587">33de0a26f587</a> doc: flesh out OPAL return
+codes documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fea5e6e204d9">fea5e6e204d9</a> doc/opal-spec: update email
+address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/54f7a0e1d8d0">54f7a0e1d8d0</a> doc/overview: flesh out
+overview</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5d1bf6408a2">e5d1bf6408a2</a> doc: Giant OPAL API table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/410c6dcf6dbc">410c6dcf6dbc</a> doc: Make <a href="#id29"><span class="problematic" id="id30">OPAL_CONSOLE_</span></a>* docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3c09d3d55c42">3c09d3d55c42</a> doc: Make OPAL_RTC_READ docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6eb1be26fc28">6eb1be26fc28</a> doc: make OPAL_RTC_WRITE docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c22375d9edf2">c22375d9edf2</a> doc: prettify OPAL_REINIT_CPUS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4653773053ae">4653773053ae</a> doc: prettify FSP Code update
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/022d6f9b8cc7">022d6f9b8cc7</a> doc: prettify and expand
+OPAL_HANDLE_HMI2 docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d871aec1e24">8d871aec1e24</a> doc: prettify OPAL powercap
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c9a98a2ffe5">6c9a98a2ffe5</a> doc: prettify opal IMC
+counters calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbd5f4c9290b">fbd5f4c9290b</a> doc: prettify
+OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a24d9df75f20">a24d9df75f20</a> doc: prettify OPAL_QUIESCE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e57f1d587cf">1e57f1d587cf</a> doc: prettify OPAL_PCI_SET_P2P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95b50422d7e0">95b50422d7e0</a> doc: prettify
+OPAL_[GET|SET]_PBCQ_TUNNEL_BAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d4e227e4591">5d4e227e4591</a> doc: prettify and RSTify
+OPAL_NMMU_SET_PTCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6f0bb487e844">6f0bb487e844</a> doc: prettify
+OPAL_PCI_TCE_KILL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3baffee8afe2">3baffee8afe2</a> doc: prettify <a href="#id31"><span class="problematic" id="id32">OPAL_INT_</span></a>*
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e88bae8c7b3c">e88bae8c7b3c</a> doc: prettify
+OPAL_PCI_[GET|SET]_POWER_STATE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b33ad4d3ed54">b33ad4d3ed54</a> doc: prettify
+OPAL_GET_DEVICE_TREE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38b45e292f45">38b45e292f45</a> doc: prettify
+OPAL_PCI_GET_PRESENCE_STATE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f7ec077e37c8">f7ec077e37c8</a> doc: prettify OPAL_PRD_MSG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de8d541eb563">de8d541eb563</a> doc: prettify
+OPAL_IPMI_(SEND|RECV)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/543cad968b04">543cad968b04</a> doc: prettify OPAL_SLW_SET_REG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/25702ad76005">25702ad76005</a> doc: prettify OPAL_CHECK_TOKEN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0def86b35c92">0def86b35c92</a> doc: prettify
+OPAL_PCI_SET_PHB_CAPI_MODE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3ed27ff6ef8">b3ed27ff6ef8</a> doc: make OPAL_TEST docs
+pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b13696650b1">5b13696650b1</a> doc: Add anchors to 5.1.13 and
+5.3.0 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac16abb5df81">ac16abb5df81</a> doc: combine OPAL_RTC_READ and
+OPAL_RTC_WRITE pages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c2c622d1dc2">2c2c622d1dc2</a> doc: Make OPAL_CEC_POWER_DOWN
+docs pretty</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e93db95d85d">2e93db95d85d</a> doc: Add example to
+OPAL_CEC_POWER_DOWN</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b33b08a2778">9b33b08a2778</a> doc: flesh out OPAL_CEC_REBOOT
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c73270fd417a">c73270fd417a</a> doc: Flesh out NVRAM docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb8c5d76e72a">cb8c5d76e72a</a> doc: Fix up
+OPAL_HANDLE_INTERRUPT links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3e07e2a07d3">d3e07e2a07d3</a> doc: Add details on removed
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8e4bb49cb5cd">8e4bb49cb5cd</a> Remove remnants of
+OPAL_PCI_SET_PHB_TCE_MEMORY</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df8dd2733162">df8dd2733162</a> Remove last remnants of
+OPAL_PCI_SET_PHB_TCE_MEMORY and OPAL_PCI_SET_HUB_TCE_MEMORY</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11cdf2107fb1">11cdf2107fb1</a> doc: Add PCI Config Space OPAL
+call docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb4d55672f9d">fb4d55672f9d</a> doc: Make <a href="#id33"><span class="problematic" id="id34">OPAL_ELOG_</span></a>* pretty,
+mark OPAL_ELOG_WRITE unimplemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6dd269db19f7">6dd269db19f7</a> Document the long removed
+OPAL_REGISTER_OPAL_EXCEPTION_HANDLER call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c47f5ede6b2">8c47f5ede6b2</a> doc: fix <a href="#id35"><span class="problematic" id="id36">OPAL_CONSOLE_</span></a>* links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae2de39b80de">ae2de39b80de</a> doc: OPAL_START_CPU and
+OPAL_RETURN_CPU</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da90a25872ff">da90a25872ff</a> doc: Add links to XIVE calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af6d53905913">af6d53905913</a> doc: Combine and extend
+OPAL_SENSOR_READ[_U64] docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91a1f4409ca6">91a1f4409ca6</a> doc: Clean up OPAL power shift
+ratio docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5eac08c4b3a3">5eac08c4b3a3</a> doc: combine
+OPAL_SENSOR_GROUP_ENABLE and OPAL_SENSOR_GROUP_CLEAR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/550f749f0d5a">550f749f0d5a</a> doc: Extend
+OPAL_LEDS_[GET|SET]_INDICATOR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70362d09064d">70362d09064d</a> doc: prettify and flesh out
+<a href="#id37"><span class="problematic" id="id38">OPAL_FLASH_</span></a>* call documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/88a17d78ae8d">88a17d78ae8d</a> doc: Add OPAL_I2C_REQUEST
+documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed702b6524b7">ed702b6524b7</a> doc: Flesh out
+OPAL_(READ|WRITE)_TPO and OPAL_GET_DPO_STATUS docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77f7c48a1fd6">77f7c48a1fd6</a> doc: Flesh out
+OPAL_(UN)REGISTER_DUMP_REGION docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1fbddac373ef">1fbddac373ef</a> doc: prettify and flesh out
+OPAL_XSCOM_READ and OPAL_XSCOM_WRITE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c78419dca251">c78419dca251</a> doc: flesh out and prettify
+OPAL_LPC_(READ|WRITE)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e437a0fc0fd4">e437a0fc0fd4</a> doc: misc formatting fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc24fd7fe912">dc24fd7fe912</a> doc: Document <a href="#id39"><span class="problematic" id="id40">OPAL_DUMP_</span></a>*
+calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/39bd3717a128">39bd3717a128</a> Add missing 5.4.9 release
+notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf1b2d6c7906">bf1b2d6c7906</a> skiboot 6.0.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b63096b65bb9">b63096b65bb9</a> skiboot v6.0.12 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64e239b22dda">64e239b22dda</a> skiboot 6.0.9 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d84c3f3d05f">6d84c3f3d05f</a> doc: Add missing skiboot 5.9.8
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd08835db7cb">cd08835db7cb</a> doc: Add missing skiboot-4.0
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/769ce61fbcfa">769ce61fbcfa</a> doc: Add missing skiboot-5.0
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e86783b80e5">3e86783b80e5</a> doc: Add missing skiboot-4.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12b49b4434f4">12b49b4434f4</a> doc: Add missing skiboot-4.1.1
+release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b4b596393e71">b4b596393e71</a> doc: Add skeleton
+OPAL_PCI_EEH_FREEZE_STATUS docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dd1df6b37d0">9dd1df6b37d0</a> doc: OPAL_PCI_SHPC was never
+implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/484e81580580">484e81580580</a> doc: Add skeleton
+OPAL_PCI_EEH_FREEZE_CLEAR docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5eec3e33bc06">5eec3e33bc06</a> Remove unused
+OPAL_PCI_EEH_FREEZE_STATUS2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6d95f28f325">e6d95f28f325</a> doc: prettify
+OPAL_PCI_PHB_MMIO_ENABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ab9f9d33f0c">8ab9f9d33f0c</a> doc: prettify
+OPAL_PCI_SET_PHB_MEM_WINDOW</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/897d8c8a41d9">897d8c8a41d9</a> doc: prettify
+OPAL_PCI_MAP_PE_MMIO_WINDOW</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b4d6f1f0e61">5b4d6f1f0e61</a> Remove never implemented
+OPAL_PCI_SET_PHB_TABLE_MEMORY and document why</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2299cbb445b6">2299cbb445b6</a> doc: prettify OPAL_PCI_SET_PE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8ff862327371">8ff862327371</a> doc: prettify
+OPAL_PCI_SET_PELTV</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7599c245bbde">7599c245bbde</a> doc: prettify OPAL_PCI_SET_MVE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0c1a54e40263">0c1a54e40263</a> doc: prettify
+OPAL_PCI_SET_MVE_ENABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/065cfb71eef2">065cfb71eef2</a> Remove unused
+OPAL_PCI_GET_XIVE_REISSUE and OPAL_PCI_SET_XIVE_REISSUE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb0bd9be4132">fb0bd9be4132</a> doc: prettify
+OPAL_PCI_SET_XIVE_PE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a98ca2e80d49">a98ca2e80d49</a> Remove unused
+OPAL_GET_XIVE_SOURCE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/309dc0d0a06a">309dc0d0a06a</a> doc: prettify
+OPAL_GET_MSI_[32|64]</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f797854384a3">f797854384a3</a> doc: Document
+OPAL_QUERY_CPU_STATUS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9bced00496e">e9bced00496e</a> doc: prettify
+OPAL_PCI_MAP_PE_DMA_WINDOW[_REAL]</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9a3314d7bfdb">9a3314d7bfdb</a> doc: Add skeleton
+OPAL_PCI_RESET docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/321dd1693401">321dd1693401</a> doc: Skeleton
+OPAL_PCI_GET_HUB_DIAG_DATA docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e985764f5734">e985764f5734</a> doc: Flesh out
+OPAL_PCI_GET_PHB_DIAG_DATA2 docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e56e26ab02a">0e56e26ab02a</a> Remove remnants of
+OPAL_PCI_GET_PHB_DIAG_DATA</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4edaf6ce18b">a4edaf6ce18b</a> doc: OPAL_PCI_FENCE_PHB was
+never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/272d0658f1ac">272d0658f1ac</a> doc: Add skeleton for
+OPAL_PCI_REINIT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/227de3c5dfc9">227de3c5dfc9</a> doc: OPAL_PCI_MASK_PE_ERROR
+was never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7eae8441e74a">7eae8441e74a</a> doc: Mark
+OPAL_SET_SLOT_LED_STATUS as never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de278bc3b401">de278bc3b401</a> doc: Add OPAL_GET_EPOW_STATUS
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d1c898fd38e">0d1c898fd38e</a> doc:
+OPAL_SET_SYSTEM_ATTENTION_LED was never implemented</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66b4b96a2710">66b4b96a2710</a> doc: OPAL_RESERVED[12],
+reserved but never used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40bd86dd1ca9">40bd86dd1ca9</a> doc: Add skeleton for
+OPAL_PCI_NEXT_ERROR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc9ee7f37f0c">dc9ee7f37f0c</a> doc: Skeleton OPAL_PCI_POLL
+docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b9f564fdb9c">9b9f564fdb9c</a> doc: Add OPAL_PCI_MSI_EOI
+skeleton docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3310851c9b2a">3310851c9b2a</a> doc: Add OPAL_ELOG_WRITE to a
+list of future calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6bbe935f0a1">a6bbe935f0a1</a> doc: Add skeleton
+OPAL_RESYNC_TIMEBASE docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/971a2993ac8a">971a2993ac8a</a> doc: prettify OPAL_GET_MSG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d64431cca54b">d64431cca54b</a> doc: prettify
+OPAL_CHECK_ASYNC_COMPLETION</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d3a0036ed41">9d3a0036ed41</a> doc: prettify
+OPAL_SYNC_HOST_REBOOT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/227c81905887">227c81905887</a> doc: Document OPAL_GET_PARAM
+and OPAL_SET_PARAM</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70abf89d6bef">70abf89d6bef</a> doc: Document OPAL_ELOG_SEND
+as not ever used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d69e78b29d42">d69e78b29d42</a> doc: Document
+OPAL_WRITE_OPPANEL_ASYNC</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cdc7a00a0541">cdc7a00a0541</a> doc: Skeleton
+OPAL_PCI_ERR_INJECT docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05cf82f958f2">05cf82f958f2</a> doc: skeleton
+OPAL_PCI_EEH_FREEZE_SET docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3240ad51fa81">3240ad51fa81</a> doc: Document
+OPAL_CONFIG_CPU_IDLE_STATE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/07a475fbda19">07a475fbda19</a> doc: prettify OPAL_GET_XIVE
+and OPAL_SET_XIVE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/63dd1315f5ac">63dd1315f5ac</a> doc: fixup misc broken links</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/16b7ae641037">16b7ae641037</a> Remove POWER7 and POWER7+
+support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6995f7d1309d">6995f7d1309d</a> Remove P7 remnants: hw/cec.c,
+apollo platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a66f5a81000d">a66f5a81000d</a> hw/lpc: Fix theoretical
+possible out-of-bounds-read</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d4c7f9886ee">2d4c7f9886ee</a> core/cpu: Fix theoretical
+use-after-free if no_return job returns</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a2f8fbf9314">0a2f8fbf9314</a> doc: Add OPAL tokens 46-48 as
+never used</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/db3929ee4f0a">db3929ee4f0a</a> doc: Futher document
+<a href="#id41"><span class="problematic" id="id42">OPAL_REINIT_CPUS_MMU_</span></a>* modes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df9d972c2308">df9d972c2308</a> sparse: fix OPAL API function
+argument test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/728c73b8efb8">728c73b8efb8</a> sparse: fix bt_lock should be
+static</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dbf27b6c4af8">dbf27b6c4af8</a> sparse: fix incorrect type
+assignment in core/ipmi.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c89e53d235c">9c89e53d235c</a> travis: add back Coverity Scan</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef691db35337">ef691db35337</a> struct p9_sbe_msg doesn’t need
+to be packed</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba977f2e4406">ba977f2e4406</a> hdata/vpd: fix printing
+(char*)0x00</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b904cb733750">b904cb733750</a> Disable
+-Waddress-of-packed-member for GCC9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d615b964a946">d615b964a946</a> doc: travis-ci deploy docs!</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bad74d247bcc">bad74d247bcc</a> op_display: make platform
+function rather than “FSP” specific</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7e6602e30975">7e6602e30975</a> Move more FSP functions to FSP
+platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b07618e8a2d">1b07618e8a2d</a> Split FSP OCC code out into
+hw/fsp/</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30ea4db09c7c">30ea4db09c7c</a> Move core/hostservices.c to
+platforms/ibm-fsp/</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bfe3f8aa3618">bfe3f8aa3618</a> host_services_occ_base_setup
+is core homer code not host_services</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7a1c727edf31">7a1c727edf31</a> core/init.c: use if
+(platform.bmc) rather than !fsp_present()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/915097bdb87f">915097bdb87f</a> core/init.c: no longer need to
+include FSP headers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9fc0c1287ada">9fc0c1287ada</a> Move FSP specific op-panel
+calls to platform.exit()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e705176fd26">5e705176fd26</a> core/opal: move HIR trigger to
+FSP poller</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20965078a198">20965078a198</a> hw/fsp/fsp.c: remove lying
+comments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d14cfe94cdbe">d14cfe94cdbe</a> core/pci: use !platform.bmc
+hack over fsp_present()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ddf48eae7697">ddf48eae7697</a> fast-reboot: move platform
+specific bits to a platform call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77b17098b41c">77b17098b41c</a> Move FSP-specific VPD
+functionality to platforms/ibm-fsp/</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5f64c9e48a12">5f64c9e48a12</a> core/timer: Use platform
+heartmeat_time call for FSP platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dfb707f5579e">dfb707f5579e</a> Separate FSP specific PSI code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/633645665cb3">633645665cb3</a> Move platform specific PRD
+functionality to struct platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46a5902e7b63">46a5902e7b63</a> Experimental support for
+building without FSP code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/695240b0cadd">695240b0cadd</a> doc: Add .nojekyll to not
+confuse gh-pages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4db38a36b310">4db38a36b310</a> skiboot v6.4-rc1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a6fdede6ce1">3a6fdede6ce1</a> skiboot v6.4 release notes</li>
+</ul>
+<p>Suraj Jitindar Singh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8329fe2982d">b8329fe2982d</a> core/fast-reboot: Add
+im-feeling-lucky option</li>
+</ul>
+<p>Vasant Hegde (17):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7097cb6a40dc">7097cb6a40dc</a> skiboot v6.0.20 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6e70ea51c65">e6e70ea51c65</a> skiboot v6.2.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/990d248a61a0">990d248a61a0</a> skiboot v6.3.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a78bf50e02dd">a78bf50e02dd</a> skiboot v6.3.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41109e5073bd">41109e5073bd</a> gard: Use consistent name</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc5584c3145b">bc5584c3145b</a> core/opal: Increase
+opal-msg-size size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec9f67bdaedc">ec9f67bdaedc</a> opal-msg: Pass return value to
+callback handler</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66d0ad68687b">66d0ad68687b</a> opal-msg: Pass parameter size
+to _opal_queue_msg()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b6fce51e3170">b6fce51e3170</a> opal-msg: Enhance opal-get-msg
+API</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e2fcc4dd6d58">e2fcc4dd6d58</a> core/test/run-msg: Add
+callback function test</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdcf4483eb55">bdcf4483eb55</a> hostservices: Do not call
+hservices_init on ZZ</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fcb1d4dc1b9d">fcb1d4dc1b9d</a> prd: Validate
+_opal_queue_msg() return value</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb702bf01aea">fb702bf01aea</a> prd: Implement generic HBRT -
+FSP interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb86b1484f54">eb86b1484f54</a> prd: Implement generic FSP -
+HBRT interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9cae036fafea">9cae036fafea</a> opal-prd: Fix prd message size
+issue</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0bf01d93ee39">0bf01d93ee39</a> platform/zz: Add new platform
+type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/197ee04e276b">197ee04e276b</a> skiboot v6.3.2 release notes</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="patches-12">
+<span id="id23"></span><h3>Patches<a class="headerlink" href="#patches-12" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-12">
+<span id="id24"></span><h3>Commits<a class="headerlink" href="#commits-12" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/deed9ba0bc6d">deed9ba0bc6d</a> Setup APSS channels (power
+consumption)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="patches-13">
+<span id="id25"></span><h3>Patches<a class="headerlink" href="#patches-13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-13">
+<span id="id26"></span><h3>Commits<a class="headerlink" href="#commits-13" title="Permalink to this headline">¶</a></h3>
+<p>Erich Hauptli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/a6f4df381b97">a6f4df381b97</a> Op build 2.0.y (#83)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="patches-14">
+<span id="id27"></span><h3>Patches<a class="headerlink" href="#patches-14" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-14">
+<span id="id28"></span><h3>Commits<a class="headerlink" href="#commits-14" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.4-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.4-rc1</a></li>
+ <li>Next: <a href="v2.5-rc1.html" title="next chapter">Release Notes for OpenPower Firmware v2.5-rc1</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.4.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.5-rc1.html b/release-notes/v2.5-rc1.html
new file mode 100644
index 0000000..855ebdf
--- /dev/null
+++ b/release-notes/v2.5-rc1.html
@@ -0,0 +1,2801 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.5-rc1 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.5" href="v2.5.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.4" href="v2.4.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-5-rc1">
+<h1>Release Notes for OpenPower Firmware v2.5-rc1<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-5-rc1" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.5-rc1 was released on Thursday, April 30th, 2020. It should become the next stable release of op-build, following on
+from v2.4, first released on July 28th, 2019.</p>
+<p>In addition to a number of bugfixes and re-factors, plus the 3 new platforms listed below, this release also brings new features
+since v2.4, to highlight a few:</p>
+<ul class="simple">
+<li>Memory Preserving Initial Program Load (MPIPL): a Power feature where the contents of memory are preserved while the system
+reboots after a failure.</li>
+<li>Support for a new Power9 processor variant: Axone, aka P9P, with NPU3 hardware.</li>
+<li>OpenCAPI reset support: allow FPGA-based OpenCAPI devices to be re-flashed with a new device image, then reset to activate the
+new image.</li>
+</ul>
+<p>Please note that this is a RELEASE CANDIDATE and not the final v2.5 release. We expect to do a final v2.5 tagged release in late May
+2020. Please test this release candidate heavily!</p>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>mihawk</li>
+<li>blackbird</li>
+<li>swift</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="17%" />
+<col width="15%" />
+<col width="15%" />
+<col width="54%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>elfutils</td>
+<td>0.174</td>
+<td>0.176</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>2.29-11-ge28ad44</td>
+<td>2.29-30-g2d3fefd</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw071319a.940</td>
+<td>hw042820a.opmst</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>8abecc2</td>
+<td>e27c350</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-binaries</td>
+<td>hw062819a.940</td>
+<td>hw013120a.opmst</td>
+<td>zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus,
+firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>hostboot-p8</td>
+<td>27dda29</td>
+<td>3267aff</td>
+<td>habanero, barreleye, firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-even"><td>ima-catalog</td>
+<td>3d30c7a</td>
+<td>89e00ee</td>
+<td>zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus,
+firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>kexec-lite</td>
+<td>87d044a</td>
+<td>6b0130b</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.4</td>
+<td>v6.6</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.2.1</td>
+<td>5.4.33</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>linux-firmware</td>
+<td>1baa348</td>
+<td>20190717</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, barreleye, romulus,
+opal, firestone, pseries, p8dtu, palmetto, zz, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>linux-headers</td>
+<td>5.2.1</td>
+<td>5.4.33</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>26b2092</td>
+<td>1ac78dd</td>
+<td>nicole</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>eac9377</td>
+<td>5b3fbca</td>
+<td>romulus</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>a6f4df3</td>
+<td>0f9b366</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>e5a2afd</td>
+<td>ab4dc96</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-even"><td>openpower-pnor</td>
+<td>0346930</td>
+<td>175f00d</td>
+<td>zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus,
+firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>petitboot</td>
+<td>v1.10.4</td>
+<td>v1.12</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>b96edc8</td>
+<td>78fb783</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.4</td>
+<td>v6.6</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="30%" />
+<col width="30%" />
+<col width="39%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="6%" />
+<col width="6%" />
+<col width="87%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>iprutils</td>
+<td>2.4.15.1</td>
+<td>zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison</td>
+</tr>
+<tr class="row-odd"><td>libsysfs</td>
+<td>2.1.0</td>
+<td>zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="patches-1">
+<span id="id1"></span><h3>Patches<a class="headerlink" href="#patches-1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-1">
+<span id="id2"></span><h3>Commits<a class="headerlink" href="#commits-1" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="patches-2">
+<span id="id3"></span><h3>Patches<a class="headerlink" href="#patches-2" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-2">
+<span id="id4"></span><h3>Commits<a class="headerlink" href="#commits-2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="patches-3">
+<span id="id5"></span><h3>Patches<a class="headerlink" href="#patches-3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-3">
+<span id="id6"></span><h3>Commits<a class="headerlink" href="#commits-3" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="patches-4">
+<span id="id7"></span><h3>Patches<a class="headerlink" href="#patches-4" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-4">
+<span id="id8"></span><h3>Commits<a class="headerlink" href="#commits-4" title="Permalink to this headline">¶</a></h3>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7b72e51e">7b72e51e</a> HCode Error Logs - Final structure change for PGPE-OCC API</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/be8d21b4">be8d21b4</a> OCC assisted PGPE, SGPE Error Logging</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a3c009c8">a3c009c8</a> Abus PPE TSX Fix</li>
+</ul>
+<p>Gregory S Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/396561e6">396561e6</a> Revert “Hcode: hcode changes for STOP exit in SMF enabled HV
+mode”</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1862ef5">d1862ef5</a> Make COREFIR(63) unit checkstop for Cumulus</li>
+</ul>
+<p>Luis Fernandez (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8df77fd2">8df77fd2</a> HB Implement Static Analysis with cppcheck</li>
+</ul>
+<p>Prem Shanker Jha (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/04f9cd2b">04f9cd2b</a> Img Build: Updated STOP API version to reflect SPR self save
+availability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b3180c3a">b3180c3a</a> STOP API: API to verify API and image compatibility.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/beaaeb86">beaaeb86</a> UV Support : Augmented STOP API and self restore for enabling
+ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/737919b4">737919b4</a> Revert “UV Support : Augmented STOP API and self restore for
+enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7658f97">b7658f97</a> Self Restore: Changes for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/065c07cb">065c07cb</a> Self Save: Fixing self save of core SPR.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9eca2072">9eca2072</a> Hcode: hcode changes for STOP exit in SMF enabled HV mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/214ef8b2">214ef8b2</a> HWP: Fixed HV-UV and UV transition during STOP entry in case
+of LE.</li>
+</ul>
+<p>Rahul Batra (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9a22b25d">9a22b25d</a> PGPE: Optrace fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1096b337">1096b337</a> PM: Fix DB0 Hang</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/13b47242">13b47242</a> PGPE: Fix bad volt updt upon nack</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e8d3ed8d">e8d3ed8d</a> PGPE: Multiple Droop Handling Fix</li>
+</ul>
+<p>Yue Du (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a3362cd2">a3362cd2</a> CME: Reduce Image Size</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bd92fe00">bd92fe00</a> CME: Perform SMF Self Save After RAM Psscr.PLS in STOP Entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/694afd66">694afd66</a> Self Save: Added support for SPR self save in CME hcode(func
+ver)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b1c57628">b1c57628</a> Axone: Disable Stop L3 Purge Abort to avoid disabling L3 hash</li>
+</ul>
+<p>hostboot (139):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e753ab63">e753ab63</a> Release tag information updated for hw071719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7076783">b7076783</a> Release tag information updated for hw071919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/faebbb83">faebbb83</a> Release tag information updated for hw072219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/87e44f2b">87e44f2b</a> Release tag information updated for hw072419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2b1e4726">2b1e4726</a> Release tag information updated for hw072719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8111338f">8111338f</a> Release tag information updated for hw073019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3478a0b5">3478a0b5</a> Release tag information updated for hw073119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/93d4ce16">93d4ce16</a> Release tag information updated for hw080119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cfaad693">cfaad693</a> Release tag information updated for hw080219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a4178079">a4178079</a> Release tag information updated for hw081019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6383eed4">6383eed4</a> Release tag information updated for hw081319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e34887db">e34887db</a> Release tag information updated for hw081419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c7e1ca8c">c7e1ca8c</a> Release tag information updated for hw081619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5dbebecf">5dbebecf</a> Release tag information updated for hw082819a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56f778b6">56f778b6</a> Release tag information updated for hw082819b.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3cf46f78">3cf46f78</a> Release tag information updated for hw083019a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c01997e6">c01997e6</a> Release tag information updated for hw090119a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5c34aed8">5c34aed8</a> Release tag information updated for hw090319a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f5a4f0ca">f5a4f0ca</a> Release tag information updated for hw090419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b2b481c6">b2b481c6</a> Release tag information updated for hw090619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/70a95c69">70a95c69</a> Release tag information updated for hw091019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e016bbb5">e016bbb5</a> Release tag information updated for hw091119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bd6572db">bd6572db</a> Release tag information updated for hw091319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a9791bdb">a9791bdb</a> Release tag information updated for hw091719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0229050e">0229050e</a> Release tag information updated for hw091919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3f12b2d6">3f12b2d6</a> Release tag information updated for hw092019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7ef293f">b7ef293f</a> Release tag information updated for hw092119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c136490e">c136490e</a> Release tag information updated for hw092519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f0fd894e">f0fd894e</a> Release tag information updated for hw092619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ffd6bf1a">ffd6bf1a</a> Release tag information updated for hw092719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0caf465">d0caf465</a> Release tag information updated for hw092819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6e5cf597">6e5cf597</a> Release tag information updated for hw100119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4e4150a8">4e4150a8</a> Release tag information updated for hw100219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b89376bb">b89376bb</a> Release tag information updated for hw100319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8f9fe01d">8f9fe01d</a> Release tag information updated for hw100419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/eda2b054">eda2b054</a> Release tag information updated for hw100519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b199e0c9">b199e0c9</a> Release tag information updated for hw100819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cf7d20a8">cf7d20a8</a> Release tag information updated for hw100919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/278684d5">278684d5</a> Release tag information updated for hw101219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2211d6ea">2211d6ea</a> Release tag information updated for hw101519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ea8c716f">ea8c716f</a> Release tag information updated for hw101619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/925882fd">925882fd</a> Release tag information updated for hw101719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a2f7b4ce">a2f7b4ce</a> Release tag information updated for hw101819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4200fb8">b4200fb8</a> Release tag information updated for hw102319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/afddb39b">afddb39b</a> Release tag information updated for hw102419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c240bed5">c240bed5</a> Release tag information updated for hw102519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2fd4b164">2fd4b164</a> Release tag information updated for hw102619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1e42a5d">c1e42a5d</a> Release tag information updated for hw102919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/af8209da">af8209da</a> Release tag information updated for hw103019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f5cfc834">f5cfc834</a> Release tag information updated for hw110119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/be19b686">be19b686</a> Release tag information updated for hw110219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7f2b8f2">b7f2b8f2</a> Release tag information updated for hw110519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fa49d180">fa49d180</a> Release tag information updated for hw110719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cf37b0ab">cf37b0ab</a> Release tag information updated for hw110819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/486d807e">486d807e</a> Release tag information updated for hw110919b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/653be77b">653be77b</a> Release tag information updated for hw111319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5fbc0759">5fbc0759</a> Release tag information updated for hw111819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/23e6cff8">23e6cff8</a> Release tag information updated for hw111919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/84d2649d">84d2649d</a> Release tag information updated for hw112019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f22c2cdf">f22c2cdf</a> Release tag information updated for hw112219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/877d7b06">877d7b06</a> Release tag & head commit information updated for
+hw112619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/740156c3">740156c3</a> Release tag & head commit information updated for
+hw120419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/24b70f41">24b70f41</a> Release tag & head commit information updated for
+hw120919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fb423b83">fb423b83</a> Release tag & head commit information updated for
+hw121019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9658287f">9658287f</a> Release tag & head commit information updated for
+hw121219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7dc3ec6e">7dc3ec6e</a> Release tag & head commit information updated for
+hw121919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/abb3817e">abb3817e</a> Release tag & head commit information updated for
+hw122019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0c8a19f1">0c8a19f1</a> Release tag & head commit information updated for
+hw123020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b8defe1b">b8defe1b</a> Release tag & head commit information updated for
+hw010220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8628f1a4">8628f1a4</a> Release tag & head commit information updated for
+hw010620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4d14a3df">4d14a3df</a> Release tag & head commit information updated for
+hw010720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0b5d50ff">0b5d50ff</a> Release tag & head commit information updated for
+hw010820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fae5994b">fae5994b</a> Release tag & head commit information updated for
+hw010920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ea3e3e75">ea3e3e75</a> Release tag & head commit information updated for
+hw011020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3e2164c0">3e2164c0</a> Release tag & head commit information updated for
+hw011120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e57fe736">e57fe736</a> Release tag & head commit information updated for
+hw011320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8f6fdad9">8f6fdad9</a> Release tag & head commit information updated for
+hw011420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/99cffa02">99cffa02</a> Release tag & head commit information updated for
+hw011520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc7e95de">cc7e95de</a> Hcode: hcode changes for STOP exit in SMF enabled HV mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/af1e535c">af1e535c</a> Release tag & head commit information updated for
+hw011620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5b1e9a29">5b1e9a29</a> Release tag & head commit information updated for
+hw012120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0e6b5b4f">0e6b5b4f</a> Release tag & head commit information updated for
+hw012320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2779192c">2779192c</a> Release tag & head commit information updated for
+hw012420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/105a2313">105a2313</a> Release tag & head commit information updated for
+hw012720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef7c3d86">ef7c3d86</a> Release tag & head commit information updated for
+hw012820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e7971b5b">e7971b5b</a> Release tag & head commit information updated for
+hw012920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4a5305fc">4a5305fc</a> Release tag & head commit information updated for
+hw013020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dba5f033">dba5f033</a> Revert “Hcode: hcode changes for STOP exit in SMF enabled HV
+mode”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c03f6bd5">c03f6bd5</a> Release tag & head commit information updated for
+hw013120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d6a5e753">d6a5e753</a> Release tag & head commit information updated for
+hw020420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1708e3c">c1708e3c</a> Release tag & head commit information updated for
+hw020520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ff142255">ff142255</a> Release tag & head commit information updated for
+hw021120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/64c963de">64c963de</a> Release tag & head commit information updated for
+hw021120b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/727a2859">727a2859</a> Release tag & head commit information updated for
+hw021320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b19c24e">6b19c24e</a> Release tag & head commit information updated for
+hw021420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d3a9bfad">d3a9bfad</a> Release tag & head commit information updated for
+hw021720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2bbe1ddd">2bbe1ddd</a> Release tag & head commit information updated for
+hw021820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90a62283">90a62283</a> Release tag & head commit information updated for
+hw021920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c02c9362">c02c9362</a> Release tag & head commit information updated for
+hw022020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e2b9f7ba">e2b9f7ba</a> Release tag & head commit information updated for
+hw022420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2cf1d512">2cf1d512</a> Release tag & head commit information updated for
+hw022420b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ad88dac2">ad88dac2</a> Release tag & head commit information updated for
+hw022620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7586c895">7586c895</a> Release tag & head commit information updated for
+hw022620b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c1f3f88">2c1f3f88</a> Release tag & head commit information updated for
+hw022820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3ea6aa70">3ea6aa70</a> Release tag & head commit information updated for
+hw030220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5633c6eb">5633c6eb</a> Release tag & head commit information updated for
+hw030320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1a1280a8">1a1280a8</a> Release tag & head commit information updated for
+hw030420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/356145d8">356145d8</a> Release tag & head commit information updated for
+hw030520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f4d730d9">f4d730d9</a> Release tag & head commit information updated for
+hw030620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/460e29ed">460e29ed</a> Release tag & head commit information updated for
+hw030920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ac97ba7a">ac97ba7a</a> Release tag & head commit information updated for
+hw031020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7bdcd32c">7bdcd32c</a> Release tag & head commit information updated for
+hw031120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/63e6d024">63e6d024</a> Release tag & head commit information updated for
+hw031220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e6e0c962">e6e0c962</a> Release tag & head commit information updated for
+hw031320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6adfbb52">6adfbb52</a> Release tag & head commit information updated for
+hw031620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d27dc42b">d27dc42b</a> Release tag & head commit information updated for
+hw032020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f96da34e">f96da34e</a> Release tag & head commit information updated for
+hw032020b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56bc2678">56bc2678</a> Release tag & head commit information updated for
+hw032320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/69fb7bd3">69fb7bd3</a> Release tag & head commit information updated for
+hw032520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1a795c98">1a795c98</a> Release tag & head commit information updated for
+hw032620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e52088b0">e52088b0</a> Release tag & head commit information updated for
+hw032720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d3d7eccf">d3d7eccf</a> Release tag & head commit information updated for
+hw033020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4b0c9b9">b4b0c9b9</a> Release tag & head commit information updated for
+hw033120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/186d7570">186d7570</a> Release tag & head commit information updated for
+hw040120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c5fb9e98">c5fb9e98</a> Release tag & head commit information updated for
+hw040220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef11f4b5">ef11f4b5</a> Release tag & head commit information updated for
+hw040320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/db8a373e">db8a373e</a> Release tag & head commit information updated for
+hw040820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5655a99d">5655a99d</a> Release tag & head commit information updated for
+hw040920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb72cdc4">bb72cdc4</a> Release tag & head commit information updated for
+hw041020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/28c3f110">28c3f110</a> Release tag & head commit information updated for
+hw041420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fec3f5ce">fec3f5ce</a> Release tag & head commit information updated for
+hw041520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bae922f5">bae922f5</a> Release tag & head commit information updated for
+hw041620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/105d09ad">105d09ad</a> Release tag & head commit information updated for
+hw041720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cd456911">cd456911</a> Release tag & head commit information updated for
+hw042020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b43c5809">b43c5809</a> Release tag & head commit information updated for
+hw042220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/16ee9a3a">16ee9a3a</a> Release tag & head commit information updated for
+hw042320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c8ce6e1a">c8ce6e1a</a> Release tag & head commit information updated for
+hw042420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b742f96b">b742f96b</a> Release tag & head commit information updated for
+hw042720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5f8c726">e5f8c726</a> Release tag & head commit information updated for
+hw042820a.opmst</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="patches-5">
+<span id="id9"></span><h3>Patches<a class="headerlink" href="#patches-5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-5">
+<span id="id10"></span><h3>Commits<a class="headerlink" href="#commits-5" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/505d05255">505d05255</a> Move to long term CLSCOM workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a690cdb01">a690cdb01</a> Axone setup changes to disable bumpy toothpaste
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeaa72448">aeaa72448</a> Axone Gemini MDI issue workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c796d2cf8">c796d2cf8</a> Disable MC Channel Timeout because Gemini too slow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/074a2dd38">074a2dd38</a> Axone int updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23d883c6d">23d883c6d</a> HW508066 - interleave granularity not setup for group of
+3/6 in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b1553db4">8b1553db4</a> HW508063: Fix Mirrored BAR setup for SMF and Holes,set
+map_mode when flipped</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3655c1760">3655c1760</a> Disable fast act for power savings - no performance
+benefit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74609673f">74609673f</a> enable commandlists on non-gemini systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f83a8c5d6">f83a8c5d6</a> Set TL Credit limit to 18 for dcp0 credit return
+improvement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/31dd0024d">31dd0024d</a> Correct chiplet target for mc_omi_fir_reg xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/875d8fcca">875d8fcca</a> Remove OMIDL FIR setup from procedures, is done in
+initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b481ff043">b481ff043</a> Init OMIC FIRs as masked</li>
+</ul>
+<p>Alvin Wang (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/870098a4e">870098a4e</a> Move MCBIST lib to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d236a4d9f">d236a4d9f</a> Move kind library to generic</li>
+</ul>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18aa5d9e3">18aa5d9e3</a> HCode Error Logs - Final structure change for PGPE-OCC
+API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f40b75296">f40b75296</a> OCC assisted PGPE, SGPE Error Logging</li>
+</ul>
+<p>Andre A. Marin (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e08836ea">8e08836ea</a> Add DDR4 RCD attributes from the EXP resp structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17867d02c">17867d02c</a> Update TRFC_DLR to uint16 for 16Gb support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a76d69766">a76d69766</a> Clean up PPE character format and target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc4196fe7">bc4196fe7</a> Add unit tests for mss field_t and macro def</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d474d644">0d474d644</a> Add bounds check API to generic_check library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80ecda0c5">80ecda0c5</a> Add DDR4 RCD attributes from the EXP resp structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b661be89">3b661be89</a> Add supported_rcd attribute from SPD + tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1c57ddcd">f1c57ddcd</a> Update index_within_bounds() API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5c86d25e">c5c86d25e</a> Update get_dimm_target() api to get_target()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f92ebb1bd">f92ebb1bd</a> Update get_ocmb_target() api to get_target()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81fe4816a">81fe4816a</a> Update attr_engine to handle more cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ba2723f1">9ba2723f1</a> Add empty explorer_rc_resp_fields file for HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6110ede07">6110ede07</a> Add explorer rc response to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f30db0976">f30db0976</a> Update API for std::begin and std::end</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dcb88fdc5">dcb88fdc5</a> Add explorer rc response to eff_config</li>
+</ul>
+<p>Andre Marin (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/831f9e0d8">831f9e0d8</a> Fix HB error with -Os compile flag due to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab9139914">ab9139914</a> Move pre_eff_config specific code to chip specific
+folders</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e26522ec">0e26522ec</a> Add nimbus and cumulus empty files for find
+specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06ed7403d">06ed7403d</a> Move find_magic from generic to Nimbus subdir path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fb424b8a">9fb424b8a</a> Change return size of the DDR4 DDIMM SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1061da027">1061da027</a> Add missing attributes needed to be set for generic
+mss_kind</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/491ac02e8">491ac02e8</a> Split nimbus and cumulus find API away from generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86f11d17e">86f11d17e</a> Add mss throttle files L1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3b51d33a">f3b51d33a</a> Move find API to share among memory controllers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85dce0de2">85dce0de2</a> Disable mem clk stop when in STR for DD2.* only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a87142ef6">a87142ef6</a> Remove logic to disable memory clocks in STR if in
+PD_AND_STR_CLK_STOP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdc14bcd3">cdc14bcd3</a> Split nimbus and cumulus find API away from generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8776311e">f8776311e</a> Add call to exp_mss_thermal_init to step 14.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/daeac77bf">daeac77bf</a> Add RC A2, B3, and C3 for 16Gb RDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b403e6730">b403e6730</a> Clean up for p10 porting dependency errors</li>
+</ul>
+<p>Artem Senichev (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8653d6a">ad8653d6a</a> errl: Fix data reading from unaligned pointers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c79620afd">c79620afd</a> errl: Free memory allocated for parsers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b47fb5983">b47fb5983</a> Replace descriptions with JEDEC register names</li>
+</ul>
+<p>Ben Gass (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/111b6f0e6">111b6f0e6</a> p9_nv_ref_clk_enable, NV refclk bits moved to ROOT_CTRL7
+for Axone.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fad02a31a">fad02a31a</a> Translate logical mca regisers in mcs chiplet as mca
+target type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c4acfedf">6c4acfedf</a> Move NPU_ENABLE to its own initfile and call from
+p9_npu_scominit for p9a.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38845b646">38845b646</a> Call p9_fbc_ioo_dl_npu_scom from p9_npu_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d534ac32b">d534ac32b</a> Update explorer scom header files with newer figtree
+data.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98bf4ecbd">98bf4ecbd</a> Update OMI DS template support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51aae2461">51aae2461</a> Adding obj_handle values for attentions to
+explorer.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b0d4cb36">4b0d4cb36</a> Translate OMIC DL register correctly</li>
+</ul>
+<p>Bill Hoffa (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6abe77368">6abe77368</a> Parse MEM_PORT target type out of Machine Readable
+Workbook (MRW)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07b05592e">07b05592e</a> Add HUID value to DDIMM parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cfa513f0">7cfa513f0</a> Process MRW MC Targets Correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05007faa4">05007faa4</a> Ignore OMIC connections for OCMB_CHIP MRW processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5825828fa">5825828fa</a> Fix MMIO Addressing and Attributes on Non-Master Proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e05083bbd">e05083bbd</a> Skip Alternate PNOR Validation on alt-master proc if lpc
+init fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c12d1ea9">6c12d1ea9</a> Update Sim level to 08_23_19_f5e686_simics.tar.gz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e22e362f3">e22e362f3</a> Axone 2-Proc Standalone Sim Enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75aa7d0bd">75aa7d0bd</a> Remove Unused clearPoreBars function in Istep 21.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c283187cd">c283187cd</a> Modify INTRP Initialization Order to route LSI interrupts
+over PSHIHB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7da5f5914">7da5f5914</a> Enable Serial Testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c13c81ff9">c13c81ff9</a> Fix HB Simulation Startup Script for using vexec</li>
+</ul>
+<p>Bradley Pepper (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/504aa7ff8">504aa7ff8</a> Adds plug rule for dependent DIMM slots on Swift</li>
+</ul>
+<p>Brian Silver (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/127c22d27">127c22d27</a> Add dump_regs for MC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb6571fca">bb6571fca</a> Add mcbist L2 function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67a37edc8">67a37edc8</a> Change include paths in memory/lib, tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a123070b9">a123070b9</a> Add support for dynamic MC PERF2 register setup</li>
+</ul>
+<p>Caleb Palmer (66):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6751459c3">6751459c3</a> PRD: Axone MemEccAnalysis Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b731bda96">b731bda96</a> PRD: Axone Restore DRAM Repairs support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4128797da">4128797da</a> PRD: Axone sim support and test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e65958555">e65958555</a> PRD: Add OCMB support for ROW_REPAIR code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddf90e53a">ddf90e53a</a> PRD: Cumulus Add PLL Slave Error Regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37af28e05">37af28e05</a> PRD: NVDIMM avoid gard for general mem errors only for
+IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9de71650f">9de71650f</a> PRD: Axone OMIC to OMI connection and log parser updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ced77592">4ced77592</a> PRD: NVDIMM RDR no gard only for all repairs used case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a51a38812">a51a38812</a> PRD: Add Axone background scrubbing framework</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1090a522">b1090a522</a> PRD: Axone more MEM_PORT cleanup and misc updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8aa5e5fb9">8aa5e5fb9</a> PRD: NVDIMM signature and Warning Threshold update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/248c0df21">248c0df21</a> PRD: NVDIMM don’t check threshold unless no errors found</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84e076b71">84e076b71</a> PRD: Axone MemoryMru Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/285dc2bbe">285dc2bbe</a> PRD: Uncomment OMI bus callout and cleanup getSlaveRanks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea5da88b0">ea5da88b0</a> MDIA: Update mdiatestmba.H test case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbd250000">cbd250000</a> PRD: Don’t dealloc NVDIMMs set to NO_GARD in a predictive
+log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6034efa84">6034efa84</a> PRD: Skip callouts without trgts when clearing NVDIMM
+gard</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78c527c5e">78c527c5e</a> PRD: NVDIMM signatures use MCA HUID instead of DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7aeced78">f7aeced78</a> PRD: NVDIMM Fix negative temperature check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d0f324f7">8d0f324f7</a> PRD: Do not clear VPD at RDR when avoiding NVDIMM gard</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9808de5">8e9808de5</a> PRD: Fix reading of NVDIMM ES_TEMP value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5de75d9d">f5de75d9d</a> PRD: NVDIMM Additional FFDC for error analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b08fe621d">b08fe621d</a> PRD: Update NVDIMM warning threshold adjustment</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bfe56382f">bfe56382f</a> PRD: NVDIMM keep log hidden if no error found during
+analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9057b40a">d9057b40a</a> PRD: Fix UNIT_CS analysis in OCMB chiplet FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0f0ff1e5">d0f0ff1e5</a> PRD: Lane repair OMI bus callout changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b93f63ad3">b93f63ad3</a> PRD: NVDIMM workaround for ES TEMP glitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b99004fb7">b99004fb7</a> PRD: Initial Axone Channel Fail support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70a4b6bf1">70a4b6bf1</a> PRD: Add threshold for stopping on UEs/CEs during BgScrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3920d160e">3920d160e</a> PRD: Fix returning port position in dynamic mem dealloc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d750b3d9">9d750b3d9</a> PRD: Add additional FFDC to runtime NVDIMM analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dbc30966">2dbc30966</a> PRD: Axone UE/CE threshold for background scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/195dd6a15">195dd6a15</a> PRD: Axone VCM Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e017df4c9">e017df4c9</a> PRD: Axone Two Phase Scrub (TPS) support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3407c1b4">e3407c1b4</a> PRD: OCMB handling for checkstop analysis path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8c686118">d8c686118</a> MDIA: Uncomment HWP calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcbb09411">fcbb09411</a> Uncomment the remainder of hwp_wrappers.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0247cc5fb">0247cc5fb</a> Update ATTR_MEM_VPD_DQ_MAPs default to a 1-to-1 mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3870cb85">e3870cb85</a> Add DIMM_BAD_DQ_DATA field for DDR4 DDIMM SPD and bad dq
+tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/574346780">574346780</a> PRD: Update CE/UE flood threshold to reset on new ranks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcdae9c49">bcdae9c49</a> PRD: Axone Dynamic Mem Dealloc Addr Translate Port Addr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d65563f09">d65563f09</a> PRD: Axone Dynamic Mem Dealloc addr translate insert Grp
+ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1b590057">d1b590057</a> PRD: Uncomment Axone HWP code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70ef78700">70ef78700</a> PRD: NVDIMM only update status bits for predictive logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f4ac83bb">1f4ac83bb</a> PRD: Add check for OCMBs to MemDealloc::dimmList</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbb2bd756">cbb2bd756</a> PRD: Fix checkEccFirs template problem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da3c3ba33">da3c3ba33</a> PRD: Add workaround for OMIDLFIR channel fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c10eba828">c10eba828</a> PRD: Change MCC to OCMB chip connection lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3fec9cb1">a3fec9cb1</a> MDIA: Reenable PRD memdiags instead of cronus version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e9fe96af">7e9fe96af</a> PRD: Workarounds to avoid HIO during checkstops</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b10af06e">1b10af06e</a> Fix getting all OCMBs for mss_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51440d90c">51440d90c</a> PRD: NVDIMM callouts for register access errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a91c5531f">a91c5531f</a> PRD: Add default callout for chip connection lookup fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f07d459fb">f07d459fb</a> PRD: Disable OCMB UCS check and clear subchnl specific
+attn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6badfcb9">b6badfcb9</a> MDIA: Update timeout FFDC gathering for OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/004dbbae7">004dbbae7</a> PRD: Channel Fail fix OCMB UCS query</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8491f368">e8491f368</a> PRD: Dyn mem dealloc fix getting ocmb channel pos</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d89b3e7bb">d89b3e7bb</a> MDIA: Enable restore dram repairs for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/638312ea6">638312ea6</a> MDIA: Update mdiatestmba test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cec911056">cec911056</a> MDIA: Add MCC registers to timeout FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cff27861a">cff27861a</a> MDIA: Disable restoreDramRepairs until we get updated HWP
+call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e64493c22">e64493c22</a> Make mss::ccs::execute static inline</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf23c9a46">cf23c9a46</a> PRD: Add dependencies for restore_repair in hwp_wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ed3a8c72">9ed3a8c72</a> MDIA: For OCMBs avoid getting parent chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bf1bbfec">7bf1bbfec</a> PRD: Ignore mainline IUE if on at same time as mainline
+UE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc929c6fd">cc929c6fd</a> PRD: Update OCMB_LFIR[38] to defaultMaskedError</li>
+</ul>
+<p>Chen Du (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e783d1e86">e783d1e86</a> Dynamically generate ocmb cmd/rsp seq id</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85992ee55">85992ee55</a> Split nvdimm vendor logs</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ceef10b02">ceef10b02</a> HTMGT: Update to support new PGPE elog structure</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2619526af">2619526af</a> P9A Tx Fifo Init + Init Settings Update</li>
+</ul>
+<p>Christian Geddes (60):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7f8781ee">e7f8781ee</a> Force sbe update loop if a change in OMI freq is detected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73acf956a">73acf956a</a> Support reading from EECACHE during runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c865c731a">c865c731a</a> Register EEPROM_CACHE device route for NODE targets for
+PVPD support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81c225bca">81c225bca</a> Enable runtime test for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be772a1e3">be772a1e3</a> Break out of loop if we fail to load reserved mem section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3c0accfe">b3c0accfe</a> Remove MVPD,MEMD and CENHWIMG section from Axone pnor
+layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9d0c39c1">f9d0c39c1</a> Skip phase 2 of IDEC check for ocmb targets for gemini</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e05c2e69">7e05c2e69</a> Always update EECACHE header when we find a new eeprom
+entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed0430e90">ed0430e90</a> OR mux select with the “enable” bit 0b1000 when making
+selection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/119219fbd">119219fbd</a> Skip mss_scrub with axone system for until we get it
+working</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/311f9e017">311f9e017</a> Add temp workaround to force Axone to use Nimbus’s hcode
+lid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/650345ffb">650345ffb</a> Switch which OMI init hwp we call for GEMINI ocmb targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bdc8a41d">9bdc8a41d</a> Temp workaround to skip filling in TPM info for RT on
+axone systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b424be0fc">b424be0fc</a> Set Gemini EC level to be 0x10 if 0x00 is found in SPD
+revision field</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aade92abb">aade92abb</a> Add workaround to ignore MC channel hangs for Swift
+bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7892148b">a7892148b</a> Only compare a proc’s omi freq if it has functional OCMB
+children</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c98af339b">c98af339b</a> Do not unload modules loaded for unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f996208d">0f996208d</a> Use REL_POS of OMI and not OCMB for calculating hdat DIMM
+ID’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca543f732">ca543f732</a> Add OSYS record MM/SS keyword checks for PVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1ec6c18b">b1ec6c18b</a> Update ocmb i2c driver to send address in read command
+sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a950157bf">a950157bf</a> Update sim scripts to use $proc_chip_type to lookup chip
+for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e839856d">4e839856d</a> Lookup ID/EC register on Gemini OCBMs for comparison to
+SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3bbc07ee0">3bbc07ee0</a> Introduce exp_getidec HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00fa8005d">00fa8005d</a> Compile new ioo_dl_npu_scominit HWP so its ready to use</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ba5510b7">6ba5510b7</a> Add “Not Wired” option for OPTICS_CONFIG_MODE attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59a241514">59a241514</a> Update DIMM mux_select to match their OCMB counterparts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bafe5de9d">bafe5de9d</a> Account for Explorer’s DMB_REVISION format in its SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e85d6dd64">e85d6dd64</a> Re-enable mss_scrub in istep16 for axone systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ab48e774">8ab48e774</a> Apply MC_HANG timeout workaround to all processors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/147018379">147018379</a> Skip OCMB targets while decidng what targets to process
+for IpmiFruInv</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69f3bd253">69f3bd253</a> Update axone pnor layout to move eecache to the begining</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7c4af200">b7c4af200</a> Add wrapper to exp_getidec HWP so we can call it in
+platform code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b3bc0e6a">1b3bc0e6a</a> Disable OMI deconfig tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f3e041cb">0f3e041cb</a> Add new DDR4 DDIMM keyword ENTIRE_SPD_WITHOUT_EFD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1de8adbd">e1de8adbd</a> Increase hostboot standalone timeout to be 75 minutes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bce435643">bce435643</a> Add call to fapi wrapper of exp_getidec into hwasPlat
+code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51c6d68c1">51c6d68c1</a> Update dimmspd used by explorers in axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1629aca37">1629aca37</a> Increase timeout for OCMB inband communication doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b6b984fa">5b6b984fa</a> Reorganize omi training steps accounting for new omi
+training hwps</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b524caae">8b524caae</a> Set endianess attributes in hb_customized_attrs instead
+of in code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dc7d1457">2dc7d1457</a> Update Part Number field side for DDR4 DDIMM spd layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a058d0e23">a058d0e23</a> Call cronus version of memdiags for explorer until prd
+version works</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa122e3e9">aa122e3e9</a> Don’t consider processor’s OMI freq if it is 0 when freq
+restrictions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c4be0da9">9c4be0da9</a> Only call memdiags on Explorer ocmb chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/632582f10">632582f10</a> Allow dynmic i2c device addresses and set up PMIC targets
+to do this</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22b39d874">22b39d874</a> Adjust deadman timeout request time to be 10.5 seconds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1260d0c7">d1260d0c7</a> Fix ipmifruinv calls for dimms in swift systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c016e9860">c016e9860</a> Avoid commiting errors inside fapi2_i2c device driver</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3689a691">c3689a691</a> Fixes to PMIC presence detection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d6b8ced5">6d6b8ced5</a> Allow HWPs that send BOOT_CONFIG command to ocbm to run
+in simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cb71794b">7cb71794b</a> Correct ptr math and force CI i/o in kernal for machchk
+escalation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b80205824">b80205824</a> Filter out i2c slaves that are not associated with a
+given master</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/946a75dff">946a75dff</a> Add calls to p9a_disable_ocmb_i2c HWP in istep 8.12</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea01d258c">ea01d258c</a> Introduce eecache_editor.pl tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a1b24baf">2a1b24baf</a> Correct target hiearchy in axone system xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d712b65d7">d712b65d7</a> Remove workaround setting EFUSE3 power-on value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a806047e">2a806047e</a> Remove workaround added to increment MCS timeout for
+gemini’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/582071097">582071097</a> Add hwp retry loop as workaround until we resolve timeout
+issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f32aff51f">f32aff51f</a> Make RT_TARG id generation code common between IPL time
+and runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7866a7cc7">7866a7cc7</a> Add API to get OCMB’s mmio information, used to build
+HDAT</li>
+</ul>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aea300c8e">aea300c8e</a> Fix to SW473350: p9_xip_customize Vpd core fill bug</li>
+</ul>
+<p>Corey Swenson (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f088a0dc2">f088a0dc2</a> Miscellaneous NVDIMM cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af4454c30">af4454c30</a> NVDIMM unlock error DELAYED_DECONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f691dc23a">f691dc23a</a> HBRT command from SBE to trigger NVDIMM operations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0856a71d6">0856a71d6</a> Fix NVDIMM update error log comments</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ad648b98">2ad648b98</a> NVDIMM: Load warning thresholds, after FW_UPDATE, on
+every IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8db346a1">d8db346a1</a> Add Encryption Enabled bit to NV_STATUS_FLAG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26c32cba6">26c32cba6</a> NVDIMM: Additional FFDC for NVDIMM/BPM callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce0d29c96">ce0d29c96</a> Add vendor log data to FFDC for all NVDIMM HW errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1434b8952">1434b8952</a> NVDIMM: FW_UPDATE: New FFDC for SECURITY_ERROR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adc61f1bd">adc61f1bd</a> Attempt to unlock encryption in NVDIMM Arm function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7fb809d19">7fb809d19</a> Re-enable NV_STATUS notification for Opal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f41f71705">f41f71705</a> Fix linker Object init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8decc681">d8decc681</a> Add support for NULL char in vendor log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e66117da">7e66117da</a> Add NVDIMM opertions to rt_cmds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d432c4503">d432c4503</a> Fix auto-arming NVDIMMs for ESS systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5eaa67a66">5eaa67a66</a> Always send NV_STATUS to Opal when opal-prd starts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3d65931f">c3d65931f</a> Fix for missing HBRT error log after error injected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/634b78532">634b78532</a> NVDIMM : Catch save error during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a96914fab">a96914fab</a> Add support for NVDIMM secure erase verify</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e69d7d9ff">e69d7d9ff</a> ARM/DISARM NVDIMMs by proc</li>
+</ul>
+<p>Dan Crowell (56):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0e2fddc7">d0e2fddc7</a> Add option to factory reset nvdimms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2281d448">f2281d448</a> Enable URMOR hack for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dc572888">2dc572888</a> Add type to adapt mrw version of i2c mux to hb mux type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d622822e">0d622822e</a> Enable URMOR hack for Axone in shutdown path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a758c4ef">7a758c4ef</a> Handle processor swap between slots to 1-socket system</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c712843a">6c712843a</a> Force NO_SWAP for Explorer MMIO word swap for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0606bb795">0606bb795</a> Honor DDIMM EFD metadata to choose OMI frequencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4b84d189">b4b84d189</a> Fix BPM script to put temp files into obj tree</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fae196d66">fae196d66</a> Add Axone comment to grouping attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0426a12d">c0426a12d</a> Remove a file to remirror it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d14af625">6d14af625</a> Add subsystem translations for NVDIMM part callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b8fb565e">4b8fb565e</a> Fix OMIC MRW processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd820b662">cd820b662</a> Final solution for Axone HCODE lid id</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ceefa096">2ceefa096</a> Do not allow PNOR partition adjustments when not in test
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f27f36ed">5f27f36ed</a> Enable SMF tests for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56b1dbc3c">56b1dbc3c</a> Skip hardware delays when running in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ad37b962">8ad37b962</a> Add support for DMI-MEMBUF bus failures to fapi</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3a392385">a3a392385</a> Add OMI bus support to callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed40af7bc">ed40af7bc</a> Enable rolling counter and verification of req id for
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9c4e6ad6">e9c4e6ad6</a> Remove ibm prefix from reserved memory spaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70b54e6ae">70b54e6ae</a> Automatically set VPD cache flags based on EEPROM cache
+setting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0207ea10">a0207ea10</a> Add attribute to explicitly force OCMB Firmware update
+behavior</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/576b16849">576b16849</a> Add plug-rule callout to memory vpd lookup failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7739158a">a7739158a</a> Support scoms to MEM_PORT targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38949a9bb">38949a9bb</a> Do not crash if we have no functional nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4924154e6">4924154e6</a> Create FW interfaces to execute memory diagnostics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c7a264f8">9c7a264f8</a> Fix fapi spd testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d519d2911">d519d2911</a> Fix timestamp parser for OpenBMC ESELs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95bb7028e">95bb7028e</a> Move HBRT reserved memory off of NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f46cc39f">1f46cc39f</a> Increase size of default printk buffer in error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06b4ead53">06b4ead53</a> Mark bootloader RCs for FSP export</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dfba68af8">dfba68af8</a> Update simics level to
+f0c3530f4fefad5236391e61ae29b1a2582636ca</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4235f2f22">4235f2f22</a> Add missing trace point to BlTrace.pm tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aad465f4b">aad465f4b</a> For ATTR_MSS_OCMB_HALF_DIMM_MODE to full dimm mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c46f1ee5b">c46f1ee5b</a> Automatically include config.h</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c0908b9">75c0908b9</a> Switch DECONFIG over to DELAYED_DECONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4638dc513">4638dc513</a> Add current istep into TI SRC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddad6a525">ddad6a525</a> Call p9a_throttle_sync inside mss_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4198ffbc2">4198ffbc2</a> Force a Hostboot dump on any TI in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/91f6cf741">91f6cf741</a> Enhancements to default console output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ceeb473d">6ceeb473d</a> Move p9a_omi_setup_bars from 12.4 to 12.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03db83368">03db83368</a> Handle automatic interleaving between OMI sub-channels</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6aaded09">c6aaded09</a> Support for ATTR_TMP and GUARD in standalone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd4e73a22">fd4e73a22</a> Add obj tree to EXTRAINCDIR for istep10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14a51c828">14a51c828</a> Add more rc values to vmmpagetest</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cb00f7e0">1cb00f7e0</a> Add fir subdir to Axone mss HWP compile path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b5bb9f2e">3b5bb9f2e</a> Adjust idec algorithm for Explorer B.0 format</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a19ea2ae">1a19ea2ae</a> Change p9a_mss_freq from MEM_PORT to PROC_CHIP targets
+(HB)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a69880fa">4a69880fa</a> Better handling of end-of-year mirrored commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dced790c1">dced790c1</a> ZZ Gen4 WOFDATA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/541200528">541200528</a> Do not truncate error log at runtime when using
+firmware_request</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e31bed66">4e31bed66</a> Convert DECONFIG to DELAYED_DECONFIG on FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c815997b7">c815997b7</a> Pass complete mmio address into runtime ocmb scom
+interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b49c1912">0b49c1912</a> Add translation for SuperWOF lid id</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f4f5c89e">9f4f5c89e</a> Allow very long attribute names</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f86c539">f6f86c539</a> Removing files to force a remirror…</li>
+</ul>
+<p>Dan Larson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/514dce81c">514dce81c</a> HCBI-239 Enable static analysis</li>
+</ul>
+<p>Daniel M Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a6e20386">4a6e20386</a> Revert “Compile Hostboot with -Os”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35cc764a1">35cc764a1</a> Revert “Remove ibm prefix from reserved memory spaces”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6332cbac6">6332cbac6</a> Revert “Add DDR4 RCD attributes from the EXP resp
+structure”</li>
+</ul>
+<p>Dean Sanner (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a22884e07">a22884e07</a> Correctly form LX record/keyword for OpenPOWER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/449d1fabb">449d1fabb</a> Fix bug in attribute sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd1e5c91e">cd1e5c91e</a> Compile Hostboot with -Os</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4e7bcba0">c4e7bcba0</a> Compile Hostboot with -Os</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c03d51c2">7c03d51c2</a> Always position HOMER in HV space for istep 16</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b28407123">b28407123</a> Add missing target types for OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81abe97b7">81abe97b7</a> Support direct load of POWERVM from BOOTKERNEL partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d99b1eddc">d99b1eddc</a> Add SBE Arch dump area for both OPAL & PHYP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/334617066">334617066</a> Replace spr/gpr numbers with names for arch dump</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c16b08724">c16b08724</a> Update HDAT flags to indicate memory dump</li>
+</ul>
+<p>Devon Baughen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df80bf43c">df80bf43c</a> add function to turn on adaptation in bootconfig</li>
+</ul>
+<p>Emmanuel Sacristan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb3d4239b">eb3d4239b</a> adding iss 768 init for p9 behaviour in nmmu</li>
+</ul>
+<p>Giridhari Krishnan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d507b6f85">d507b6f85</a> Merging of Serverwiz and hostboot repo Targets.pm</li>
+</ul>
+<p>Glenn Miles (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f92316f3">9f92316f3</a> Do nothing with error logs after shutdown event is
+received.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68ba813f2">68ba813f2</a> Fix invalid use of vector iterator</li>
+</ul>
+<p>Ilya Smirnov (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ab493b69">3ab493b69</a> Account For TPM Not Required in Node Comm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33dcae3a2">33dcae3a2</a> Set SMF_CONFIG Attribute in MBOX Scratch Reg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ea0824d8">4ea0824d8</a> Update SBE In Istep7.5 In SMF Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3db6c1479">3db6c1479</a> Cache VERSION Partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9cb9f771">b9cb9f771</a> Update SYS’s ATTR_XSCOM_BASE_ADDRESS in SMF Paths</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc0e2ceee">fc0e2ceee</a> HDAT: Add SMF Memory Region</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c049efe44">c049efe44</a> Update startup.simics To Disable SBE Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2bcdefb2">d2bcdefb2</a> Add Printk Traces to ThreadPool Unit Tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e5621232">0e5621232</a> Fix ThreadPool Memory Corruption</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cee7cd49">1cee7cd49</a> Fix UVBWLIST SBE Chip Op</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58930a38e">58930a38e</a> HB TI Area Parser</li>
+</ul>
+<p>Jacob Harvey (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fc60d7a2">9fc60d7a2</a> Fixed doxygen errors and typos</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53b580bab">53b580bab</a> Implementing thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f26b88c04">f26b88c04</a> Power Thermal init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85b7c42f1">85b7c42f1</a> Disable memory throttle change_after_sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bb1c0030">7bb1c0030</a> Change power controll settings for PD/STR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7de009de">e7de009de</a> L3 draminit and mss_lib</li>
+</ul>
+<p>Jayashankar Padath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/103d85c96">103d85c96</a> HDAT: Support for Swift/Axone memory sub system</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50c349b5a">50c349b5a</a> HDAT: Add MMIO information of OCMB in to Ms Area</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9344fa0">8e9344fa0</a> HDAT: Update on MMIO range address</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c64cf3cb">1c64cf3cb</a> Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ADD1.0+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39854a32f">39854a32f</a> Add slbv, slbe extraction to p9_ram_core procedure</li>
+</ul>
+<p>Jet Li (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e071c333">4e071c333</a> Create submodule in hostboot repo for mctp</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60d3cb8b4">60d3cb8b4</a> Streamline the way PIB/NET are initialized between SBE
+and Cronus</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd473add8">bd473add8</a> p9_fbc_ioo_tdm_recovery – post spare lane FIR after final
+FIR clearing, unmask</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1fb1c42e4">1fb1c42e4</a> p9_proc_gettracearray – updates for Axone</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66af054d9">66af054d9</a> Fix for missing putCMD symbols</li>
+</ul>
+<p>Klaus Heinrich Kiwi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caaf22c3e">caaf22c3e</a> Debug Scripts: Remove deprecated defined(@array)</li>
+</ul>
+<p>Louis Stermole (37):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd6aa0faa">dd6aa0faa</a> Lengthen polling duration for Explorer outbound doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a911c8a49">a911c8a49</a> Fix polling timeouts for exp_omi_train and
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eed860207">eed860207</a> Add attribute to control word swapping over OMI MMIO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77397c404">77397c404</a> Change description and default for
+ATTR_MSS_OCMB_EXP_BOOT_CONFIG_DFE_DISABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51aebe563">51aebe563</a> Change p9a_mss_eff_config to use rank-specific RTT values
+from SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e7974342">3e7974342</a> Updates to Explorer FW upload tools</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cbe15e36">4cbe15e36</a> Rename p9a_mss_memdiag to exp_mss_memdiag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d7ab6bb2">9d7ab6bb2</a> Skip running EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ in
+exp_mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff05444dd">ff05444dd</a> Remove unmask of MCBISTFIRQ[12]</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/994392964">994392964</a> Remove unused procedure p9a_mss_eff_config_thermal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3502d6036">3502d6036</a> Add deconfigure of memory port if mss_freq can’t find
+consensus freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f808f21c">2f808f21c</a> Skip setting up emergency throttle settings for Explorer
+in Cronus mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef6600cc1">ef6600cc1</a> Add empty file for exp_port_traits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b91b9596">7b91b9596</a> Add attribute to specify polling timeout for
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a801fcf53">a801fcf53</a> Fix exp_draminit to print response structure and error
+code when training fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a69715d78">a69715d78</a> Add p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b29b3829">6b29b3829</a> Change p9a_mss_freq to work on PROC_CHIP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f51ad1f24">f51ad1f24</a> Add blank file for exp_port.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9b71d90c">a9b71d90c</a> Don’t assert from ddimm_get_efd for unsupported freq if
+ffdc_enabled not set</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c49249c72">c49249c72</a> Add Explorer specific MCBIST settings before scrub and
+maint</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19e0f82a3">19e0f82a3</a> Add blank file exp_fir.C for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46174931e">46174931e</a> Add blank files for P9A plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4fd28507">c4fd28507</a> Add Axone FIR unmasking after p9_chiplet_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/288f7babe">288f7babe</a> Add unmask_after_exp_omi_setup and FIR checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a26734f8">3a26734f8</a> Add ATTR_MEM_IGNORE_PLUG_RULES to skip Axone plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f40c41f81">f40c41f81</a> Increase exp_draminit polling timeout for MDS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c2a95eab">9c2a95eab</a> Add some FIR unmask updates for p9a and explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fde4c9f63">fde4c9f63</a> Add periodic mem cal to end of exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/513da3116">513da3116</a> Set reorder mode after read-only subtest in exp_memdiag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9687ad70">e9687ad70</a> Add unmasks for REG1 and REG2 versions of OMI_FIR for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ed0290da">6ed0290da</a> Change “ALL EFDs have been exhausted” trace from error to
+info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eed98f14e">eed98f14e</a> Fix DL_OMI_FIR unmasks after p9_chiplet_scominit to be DL
+specific</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/445272ea4">445272ea4</a> Fix Swift plug rule for DDIMM channel dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/044ece9cc">044ece9cc</a> Add PRD helper functions for restore_repairs on Nimbus
+and Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/129a80acf">129a80acf</a> Fix MC_OMI_FIR_REG_DL0_FLIT_CE unmask in p9a_omi_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d97ea2280">d97ea2280</a> Add initial masking to Explorer MC_OMI_FIR in
+exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e27c350a6">e27c350a6</a> Add include for find.H in gen_mss_port.H</li>
+</ul>
+<p>Luis Fernandez (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6faf10f43">6faf10f43</a> HB Implement Static Analysis with cppcheck</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5474e9200">5474e9200</a> Fixes from HB for GCC 8 Compiler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/163b6d077">163b6d077</a> (Fix for:) Alert when a partition’s space utilization
+exceeds a threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08501bc65">08501bc65</a> Patch For: Implement Static Analysis with cppcheck</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5dd26a01e">5dd26a01e</a> New Optional Argument to PnorUtils.pm’s loadPnorLayout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f76bfa23">1f76bfa23</a> Add call to p9_throttle_sync inside
+cumulus_call_mss_scominit</li>
+</ul>
+<p>MATTHEW I. HICKMAN (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01ac1b8dc">01ac1b8dc</a> Added security bit and fir handling, gard and trace fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cd7d1c78">1cd7d1c78</a> Fix for offset traces due to merge bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0cd81c61">b0cd81c61</a> Fixed several small bugs found via code review</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/913c6fde1">913c6fde1</a> Fixed several Arm error handling bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b23632654">b23632654</a> Fixed pre-req check during NVDimm Arm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a6a52a5">36a6a52a5</a> Added additional erase error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/746ec708f">746ec708f</a> Fixed the restore status flag bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5db287b6e">5db287b6e</a> Fixed NOT_ENOUGH_ENERGY_FOR_CSAVE check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8722652">7b8722652</a> Fixed error handling issues in arm path</li>
+</ul>
+<p>Mark Pizzutillo (57):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a513ca00">3a513ca00</a> Split omi setup & train for new DL_TRAIN cmd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ccea20bd">5ccea20bd</a> Add omi_workarounds blank files for PRBS OMI training
+workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fffa914a">5fffa914a</a> Add blank files for exp_inband move to memory/lib/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf4b39c85">cf4b39c85</a> Add PRBS training sequence to exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52ccb29ce">52ccb29ce</a> Fix FAPI_INF segfault in exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bca5cf6af">bca5cf6af</a> Create workaround for gemini MENTERP register bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79c45f4da">79c45f4da</a> Move exp_inband to lib directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00d4530ee">00d4530ee</a> Add rank API support in axone_mss_freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b5c78b95">4b5c78b95</a> Add support for MCHP dmb revision ids in ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24762ab00">24762ab00</a> Fix issue in pmic_enable where VR_ENABLE did not kick off</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c930cf14">3c930cf14</a> Add workaround for gemini OMI config settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d43de0d64">d43de0d64</a> Add pmic_status_tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75ac15f71">75ac15f71</a> Fix bug causing get_mmio index overflow for swift</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae8c69b80">ae8c69b80</a> Zero out command argument field to fix exp_draminit
+issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a27f4603">7a27f4603</a> Add ekb dual drop support for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cdd4fbe9">3cdd4fbe9</a> Add pmic_i2c_addr_get function for platform code use</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2be220bb">b2be220bb</a> Add blank files for p9a_omi_setup procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d80f7fc83">d80f7fc83</a> Fix dmb_revision size in ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04d5973be">04d5973be</a> Add blank files for exp_omi_train_check procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48abe5e8a">48abe5e8a</a> Add support for new pmic sequencing SPD fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c349ba997">c349ba997</a> Check PMIC error and enable statuses after pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/104c2dc59">104c2dc59</a> Disable & clear PMIC status codes in beginning of
+pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/822fea83d">822fea83d</a> Add MDS attribute & draminit support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f549e754">8f549e754</a> Add code and workarounds for *_omi_setup and
+*_omi_train for Swift</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9546b72bc">9546b72bc</a> Increase default PRBS_TIME for FW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1745eed20">1745eed20</a> Make explorer endian attributes platInit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d639a5a45">d639a5a45</a> Add printout of ECID in exp_getecid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4921bf245">4921bf245</a> Update exp_draminit results display for new response
+structs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b9dc024e">4b9dc024e</a> Add assert for RSP extended data buffer size in
+exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b50210ae">0b50210ae</a> Reverse mcbist address buffer fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f280b8d2">3f280b8d2</a> Fix odt RD/WR fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eddd46a88">eddd46a88</a> Add MCBIST infinite tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30077cd8b">30077cd8b</a> Add blank files for explorer plug rules libs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e3eaedff">7e3eaedff</a> Add check for compatible upstream templates before
+enabling Explorer metadata</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ac7a33a9">1ac7a33a9</a> Fix EFD processor indexing error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/291768968">291768968</a> Remove vin_bulk check before status clears in pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecac8199d">ecac8199d</a> Add asserts for invalid states of enterprise & half dimm
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0921b80a5">0921b80a5</a> Add new DDIMM spd version 0_3 and update UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/149d7cc96">149d7cc96</a> Fix pmic_status_tool exiting before checking both PMICs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3c8aa5e5">d3c8aa5e5</a> Update *_train_check procedure errors to print status
+info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00950f87a">00950f87a</a> Fix DFIMRL_DDRCLK_trained draminit result display
+printout log level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/779761d1c">779761d1c</a> Add read only subtest at the end of exp_mss_memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc407ba49">dc407ba49</a> Add blank file for hwpf i2cslave attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/798af67f2">798af67f2</a> Add attribute for SPD_REVISION (byte 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be69d0cb3">be69d0cb3</a> Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6579e15ca">6579e15ca</a> Refactor PMIC attributes to be at OCMB level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/921a602d7">921a602d7</a> Add deconfigure for OCMB_TARGET if no doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac2efc87f">ac2efc87f</a> Add SPD, ATTR, and code support for thermal sensor fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5813785b">f5813785b</a> Move p9a_omi_init from nimbus to axone directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87f140959">87f140959</a> Fix incorrect polling rate in exp_mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42f6285e7">42f6285e7</a> Update pmic_bias_tool percentage bias to be relative to
+nominal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba560090b">ba560090b</a> Update RAS DQ Inject tool with new MCHP squence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18ef7916f">18ef7916f</a> pmic_enable: Add additional clear for error status bits
+in R04-R07</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50da7a4fa">50da7a4fa</a> Update explorer CCS to handle A vs B side ranks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e3449aed">5e3449aed</a> Update explorer CCS ODTs to support mirroring A-B</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f25313313">f25313313</a> Add FFDC and trace for DL0_ERROR_HOLD in
+*_omi_train_checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09ee51cf9">09ee51cf9</a> Add check for matching PMIC vendor and IDT revisions</li>
+</ul>
+<p>Matt Derksen (35):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e406cadf">2e406cadf</a> Remove CONFIG_AXONE_BRING_UP from xscomtest</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3043ae16">b3043ae16</a> Enable testpreverifiedlidmgr for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a146159c">3a146159c</a> Enable secure boot in Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/256d3e0a8">256d3e0a8</a> Enable prdf_hb_common_test for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/199b35573">199b35573</a> Call new p9a_throttle_sync procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc5fa5842">fc5fa5842</a> Runtime scom support for OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51b7478d2">51b7478d2</a> Fix calling eepromddtest.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/794efce0c">794efce0c</a> Fix retry failure in nvdimmWriteData()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/052182c0d">052182c0d</a> Test runtime scom support in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0f0228ff">b0f0228ff</a> Remove verbose option from handle_duplicates call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4df5e918">c4df5e918</a> Update SPD_DDR4 size to be 640 bytes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/582ed66b3">582ed66b3</a> Implement std::begin() and std::end() for base types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8664b9adb">8664b9adb</a> Add exp_mss_eff_config_thermal call to istep7 for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feef0389e">feef0389e</a> Dummy commit to prime hwsv for new Explorer FFDC
+collection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56574b602">56574b602</a> Support EXP_FW_LOG command to get Explorer FW logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e6285e72">8e6285e72</a> Support EXP_FW_LOG command to get Explorer Firmware logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09016a8a7">09016a8a7</a> Hostboot platform support for Explorer inband commands
+via i2c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5796a5fa">f5796a5fa</a> Add NVDIMM node controller readme text</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63989a514">63989a514</a> Create error for unsuspected target in
+configureHbrtHypIds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b221671e5">b221671e5</a> NVDIMM Erase error handle not working in IPL Arm handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68ab1e874">68ab1e874</a> Prevent pre-3.0 level NVDIMMs from being in systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e01fc4be9">e01fc4be9</a> NVDIMM update - Clear FW Ops Status verification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/027b53647">027b53647</a> NVDIMM FW update region write retry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12f57c203">12f57c203</a> Slot check after firmware update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a50115980">a50115980</a> Remove excessive NVDIMM tracing from normal path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e22bb40fb">e22bb40fb</a> Fix reporting eecache if no record specified</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45cb27519">45cb27519</a> NVDIMM: Mask mbacalfir at the beginning of restore step
+during mpipl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/829e56fb1">829e56fb1</a> NVDIMM: Use block write for nvdimm update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a42605426">a42605426</a> NVDIMM: correct the RC for BLOCK write failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d45a9393d">d45a9393d</a> NVDIMM: poll for updated SET_EVENT_NOTIFICATION_STATUS in
+nvdimmArm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fffe69ad3">fffe69ad3</a> Remove nvdimmAddVendorLog calls from checksum errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/820a09943">820a09943</a> NVDIMM update: retry all region failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10a83636b">10a83636b</a> Improvements to testing NVDIMM update path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e53402c0f">e53402c0f</a> Explorer update hash fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27e689c2f">27e689c2f</a> Enable the inband Explorer update</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da8e96ea0">da8e96ea0</a> remove relative path to p9_lpc_utils.H from
+p9_collect_lpc_regs.C</li>
+</ul>
+<p>Matthew Hickman (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd400b157">fd400b157</a> Added p9a memdiags implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d3e1f11e">4d3e1f11e</a> Added PRD Wrapper file for hwp invoke commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afeaf784d">afeaf784d</a> Fixed the ccs port merge conflicts and added lab code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d57798877">d57798877</a> Added error checking and handling to nvdimm ipl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d88e41a26">d88e41a26</a> Added fir unmasking after exp_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9965b521f">9965b521f</a> Added unmasking to exp_memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/abf673285">abf673285</a> Added blank files for mrs and row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0106eaa7d">0106eaa7d</a> Added port of MRS engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6db3d460e">6db3d460e</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5adf9d688">5adf9d688</a> Added blank files for mrs and row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/470b8f500">470b8f500</a> Added port of MRS engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbeb38c59">bbeb38c59</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc7fb146a">cc7fb146a</a> Added MRS attributes and MRS data handling for Explorer</li>
+</ul>
+<p>Matthew Raybuck (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44fe892dc">44fe892dc</a> Add BPM utility scripts to support additional firmware
+update requirements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72f32c4cb">72f32c4cb</a> Update buildBpmFlashImages.pl to support configuration
+data binary generation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f18f9f2d1">f18f9f2d1</a> Add BPM firmware update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/beeb7f5f9">beeb7f5f9</a> re-enable CRC generation for BPM firmware binary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f0b7c641">0f0b7c641</a> Fix BPM flash image script to properly calculate line
+length</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c03117c7b">c03117c7b</a> Add BPM config update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5617bb84a">5617bb84a</a> Add update verification and recovery procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dc237792">3dc237792</a> Add error logs to BPM update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c440fe6d">3c440fe6d</a> Add multiple error handling to BPM update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56a3ce983">56a3ce983</a> Add code to run BPM update procedure from nvdimm_update.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e28bd663f">e28bd663f</a> Correct BPM update flow to match SMARTs flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2118008d">a2118008d</a> Add attribute to force/skip BPM updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ea4fac25">0ea4fac25</a> Enable BPM Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/deb984133">deb984133</a> Fix lingering error log issues for BPM updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f609640a7">f609640a7</a> Add more FFDC to BPM Update Error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f88b6bc4a">f88b6bc4a</a> BPM Updates: Extend the reset device wait to 15 seconds
+from 10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25e1157f5">25e1157f5</a> Fix misleading trace output for BPM attribute overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d329c59bc">d329c59bc</a> BPM Updates: Move NVDIMM controller reset and final fw
+check to end of update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60fbee21b">60fbee21b</a> Fix bad arguments to additional FFDC capture in BPM
+Update code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fec74df97">fec74df97</a> Add a ReadMe to explain high level BPM Update Process</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2b260834">a2b260834</a> BPM Update Tweaks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae388288d">ae388288d</a> Add check to see if BPM is connected before attempting
+Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ddeb4d31">7ddeb4d31</a> Add 100ms wait to disable write protection for BPM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acdff8a39">acdff8a39</a> BPM: Bpm::issueCommand() fixes</li>
+</ul>
+<p>Maxim Polyakov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8665007c">e8665007c</a> ipmidcmi: Get DCMI capabilities info to check PM support</li>
+</ul>
+<p>Megan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/845fb4492">845fb4492</a> Allow defining a partition with automatic starting offset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ade048149">ade048149</a> Alert when a partition’s space utilization exceeds a
+threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d4530dac">1d4530dac</a> Implement Static Analysis with cppcheck</li>
+</ul>
+<p>Michael Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed42128c7">ed42128c7</a> Revert “Terminate the IPL for Physical Presence Detection
+Erros in Mnfg Mode”</li>
+</ul>
+<p>Michael Pardeik (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/333d66b55">333d66b55</a> pmic status tool updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe09e7b9d">fe09e7b9d</a> exp_mss_eff_config_thermal fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0a45a3eb">d0a45a3eb</a> pmic_status_tool updates</li>
+</ul>
+<p>Mike Baiocchi (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcd6d6f29">bcd6d6f29</a> Secureboot: Enable verifying OPAL Payload before starting
+instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de0e45306">de0e45306</a> Remove Forced Update of UCD Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dbb91e5e">1dbb91e5e</a> Add new Key Clear Request Attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eace166aa">eace166aa</a> Support GPIO Physical Presence Detect Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35964668f">35964668f</a> Add Physical Presence Check and Window Open Features</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/845513c74">845513c74</a> Move KEY_CLEAR_REQUEST attribute from node level to
+system level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26554a3e5">26554a3e5</a> Move definition of TRACE_ERR_FMT and TRACE_ERR_ARGS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20b285f63">20b285f63</a> Add README.md files to the secureboot component</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/131e6e15f">131e6e15f</a> Base support for Key Clear Requests (not enabled at this
+time)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01b7ddff2">01b7ddff2</a> Enable Key Clear Requests for FSP Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8368a4f4">a8368a4f4</a> Create CONFIG_NO_FAPI_TRACE to ignore all FAPI traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14846f049">14846f049</a> Key Clear Request Sensor Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74d68472d">74d68472d</a> Terminate the IPL for Physical Presence Detection Erros
+in Mnfg Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e588d22">d4e588d22</a> Skip UCD Updates on fips950</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23374658f">23374658f</a> Properly Commit Physical Presence Detection Error Logs</li>
+</ul>
+<p>Milton Miller (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7dab51ab">f7dab51ab</a> p9_tod_setup: always set edge doubling</li>
+</ul>
+<p>Murulidhar Nataraju (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e5e486a1">4e5e486a1</a> Enable copying of architected registers for OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39a6f147b">39a6f147b</a> Update MPIPL Supported Bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dbe6a196">3dbe6a196</a> MPIPL: For PHYP based system replace spr/gpr numbers with
+names</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ba85f05b">2ba85f05b</a> MPIPL:Fix the condition for copyArchitectedRegs()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d348d7c2d">d348d7c2d</a> MPIPL: ZZ-L, Update copyArchitectedRegs() for non-HW dump
+flow</li>
+</ul>
+<p>Nico Fajardo (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c830e13d">1c830e13d</a> Add FAPI_ASSERT for unsupported SPD rank in RTT fetch</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5616a5a99">5616a5a99</a> Adding blank exp_fir* files and unmask unit test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43f41edb7">43f41edb7</a> Adding blank p9a fir folder and files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5318cf7e4">5318cf7e4</a> Porting repair_state class and related functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/596206610">596206610</a> Unmask after draminit and draminit_mc; cmd complete</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a7bd8440">7a7bd8440</a> host_mc_traits blank file commit for after_p9a_omi_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e19c8c4e">8e19c8c4e</a> Adding after_p9a_omi_init.C and p9a-specific fir traits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b510640b">9b510640b</a> Adding after exp_omi_init unmask procedures and unit test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4991558f9">4991558f9</a> Adding unmasks after exp_scominit and unit test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b6bd57a1">9b6bd57a1</a> exp draminit & draminit_mc phase 3 update for PRD logging</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f79d885bb">f79d885bb</a> OCC firinit: Bug fix in reset path</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1adf7486a">1adf7486a</a> PM: Modified FFDC to avoid corruption of RC in error
+path.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4f8acbeb">a4f8acbeb</a> Img Build: Updated STOP API version to reflect SPR self
+save availability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ab72d5c3">6ab72d5c3</a> STOP API: API to verify API and image compatibility.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af3984c4f">af3984c4f</a> HWP: Fixed HV-UV and UV transition during STOP entry in
+case of LE.</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12fdf6499">12fdf6499</a> PM: Fix DB0 Hang</li>
+</ul>
+<p>Roland Veloz (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44c6d599b">44c6d599b</a> Replaced invalid trace buffer with a valid one</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eafe3e3d5">eafe3e3d5</a> Added support for checking on the health status of an
+NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86e12de69">86e12de69</a> Fix to not send a NVDIMM protection state change to OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e5007180">7e5007180</a> NVDIMM: Fix issue where a deviceRead of a register is
+returning bad data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08db2d6a3">08db2d6a3</a> Increased the BMC timeout from 5 seconds to 30 seconds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7dce74704">7dce74704</a> Adding a routine to do the double to string conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96be9fd64">96be9fd64</a> In regards to health check errors, removed the software
+callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/453670491">453670491</a> Updated the HBRT reserved trace buffer code to compensate
+for relocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/153dcaa15">153dcaa15</a> Implement an HBRT interface to log a gard event from
+PHYP/OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3d8cfd06">c3d8cfd06</a> Added code to support doing an NVM health check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa1e0b136">fa1e0b136</a> Changed the callout in the call NVM Health Status to be
+an NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/532e4d358">532e4d358</a> ffdcExpander bash utility tool, written for December,
+2019 Hackathon</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1559c893b">1559c893b</a> The HOMER address is colliding with an NVDIMM address and
+should not</li>
+</ul>
+<p>Ryan Black (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77ab77a26">77ab77a26</a> Mask NPU2FIR bits 15/16 & let consumer of SUE report/act
+on error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b24abd70">6b24abd70</a> unit xstop npu firs/sys xstop ocapi firs -> recoverable
+with fence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f70454687">f70454687</a> set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ
+buffer read data.</li>
+</ul>
+<p>Sheng-Hao Huang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0571992d6">0571992d6</a> for defect number HW476620</li>
+</ul>
+<p>Sneha Kadam (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eaf02929">3eaf02929</a> Renamed MCBIST subtest to clarify the test</li>
+</ul>
+<p>Stephen Glancy (35):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de35db8a7">de35db8a7</a> Fixes MCBIST ecc/spare data pattern bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0978a1a32">0978a1a32</a> Adds lab MCBIST compare masking functionality</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1552e3875">1552e3875</a> Adds MCBIST beat/byte signature data patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a69b7534">4a69b7534</a> Adds LRDIMM shadow register workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e8d01aad">5e8d01aad</a> Adds blank files for ecc traps and fwms addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15b0afe89">15b0afe89</a> Moves ecc::trap_address and fwms::address to new files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d1f65bf2">0d1f65bf2</a> Adds explorer MCBIST address/data traps processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfad3552a">cfad3552a</a> Fixes maintenance pattern load bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3048b4b16">3048b4b16</a> Updates RDTAG for NVDIMM at 2400</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67fcaa2aa">67fcaa2aa</a> Adds explorer primary_ranks function for sf_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8bfcc23">7b8bfcc23</a> Adds NVDIMM RD DQ delay workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f1f71a47">4f1f71a47</a> Adds power control access functions for NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a3012ab7">2a3012ab7</a> Updates exp access delay regs to set delays</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5d5d91e2f">5d5d91e2f</a> Adds explorer shmoo traits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a95709f74">a95709f74</a> Adds explorer exerciser MCBIST for shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7148b00bf">7148b00bf</a> Fixes explorer accessor bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca56ad521">ca56ad521</a> Adds eff config blank workaround files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50b0357dd">50b0357dd</a> Adds NVDIMM RCW drive strength workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78426ddee">78426ddee</a> Disables broadcast mode in memdiags::continue_cmd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f96eba016">f96eba016</a> Adds explorer RD VREF to access delay regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d277b5e5d">d277b5e5d</a> Adds explorer CAC shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b24dd1c6">5b24dd1c6</a> Updates MCBIST print statements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9431cc09d">9431cc09d</a> Fixes MCBIST lab random addressing bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aae5b3e33">aae5b3e33</a> Fixes explorer FIR check to preserve bad RC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ed4ddefa">7ed4ddefa</a> Fixes MCBIST lab DIMM select configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5263088b">c5263088b</a> Updates MMIO to use FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97fc5523b">97fc5523b</a> Adds MCBIST functional verification tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6336baa2">f6336baa2</a> Updates centaur initfiles for 16Gb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28614a19e">28614a19e</a> Adds Centaur MCBIST 16Gb support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f5573b5b">5f5573b5b</a> Adds utility to read explorer delay tap size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ff0e4392">2ff0e4392</a> Adds 16Gb support to centaur maintenance engine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/151a9b61a">151a9b61a</a> Add blankfiles for explorer MRS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/085223bff">085223bff</a> Disables explorer low power mode for CCS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11793f86a">11793f86a</a> Fixes galois out of bounds bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9774d7ae">a9774d7ae</a> Updates WR VREF accessors to be generic</li>
+</ul>
+<p>Steven Janssen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1be056a58">1be056a58</a> Update pmic header files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43fbaa4a3">43fbaa4a3</a> Fix library dependancy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ea9d8d3d">8ea9d8d3d</a> update include path to resolve compiler warning in cronus</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba9db9d33">ba9db9d33</a> memd_creation.pl: glob on *.rvpd to allow README in
+memd_binaries</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1074af21">f1074af21</a> Fapi_Infra:Add new member to structure ErrorInfoCDG</li>
+</ul>
+<p>Sunil Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b0389447">6b0389447</a> OCMB changes to suit PPE compilation.</li>
+</ul>
+<p>Thi Tran (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf2951c9b">bf2951c9b</a> Fix HTM trace setup problem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3047ddb1">b3047ddb1</a> Fix bug injected by
+<a class="reference external" href="https://rchgit01.rchland.ibm.com/gerrit1/#/c/82196/">https://rchgit01.rchland.ibm.com/gerrit1/#/c/82196/</a></li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/599bd468c">599bd468c</a> Fix OCC sandbox base address overlapped with SMF in FLIP
+mode.</li>
+</ul>
+<p>Tsung Yeung (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/533e20087">533e20087</a> Stop mcbist during nvdimm restore to prevent broadcast
+out of sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cc600d32">8cc600d32</a> Re-order NVDIMM MRS restore sequence to comply with Jedec
+spec</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d97b70655">d97b70655</a> Invalidate BAR during MPIPL NVDIMM restore</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b94854d1f">b94854d1f</a> Fix restore fail due to restore attempt on empty flash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80f6d1dc0">80f6d1dc0</a> Replaces nvdimmWrite() to reset controller with
+nvdimmResetController()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7a3665d1">c7a3665d1</a> Double the NVDIMM_READY timeout to prevent erroneous
+error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34f119b59">34f119b59</a> Add nvdimm arm retry logic in case of glitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f41702fb">3f41702fb</a> Replaces NVDIMM flush sequence with CCS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be49aca6d">be49aca6d</a> Improper element erase during loop causing post-restore
+being skipped on nvdimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ef7ab2d8">7ef7ab2d8</a> Updates RD_VREF CMD_PRECEDE_TIME for 16GB NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75798874c">75798874c</a> Set ES policy before setting nvdimm thresholds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f198534f2">f198534f2</a> Do not deconfig on nvdimm erase fail</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76571f381">76571f381</a> MPIPL: Copy all SBE data to hypervisor memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae8ef5dfe">ae8ef5dfe</a> MPIPL: Make sure destination size does not cross 32GB</li>
+</ul>
+<p>Zach Clark (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5091387d6">5091387d6</a> Cache objdump output for build performance</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af5c391af">af5c391af</a> Fix GCOV build errors for AXONE configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62c252e5b">62c252e5b</a> Fix race condition in BufferPage allocation function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19f75b84d">19f75b84d</a> Make snprintf always terminate the output buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a50e4ddfe">a50e4ddfe</a> Add register file dump to kernel backtrace printout for
+crashed tasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60210d3dd">60210d3dd</a> Fix bug in crash handler register dump</li>
+</ul>
+<p>Zane Shelley (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9eaf71aa2">9eaf71aa2</a> PRD: disable mask/clear for SMP failures on FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2870f766e">2870f766e</a> PRD: Temp fix to ignore lane repair attns in OpenCAPI
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4074ba8d">b4074ba8d</a> PRD: removed unused MopRegisterAccess code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69ad22663">69ad22663</a> PRD: removed redundant header iipbits.h</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e32c176c5">e32c176c5</a> PRD: fix OBUS workaround for non-SMP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db43a814">1db43a814</a> PRD: updates to IOOLFIR based on recent OpenCAPI FIR
+review</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d94c2cb45">d94c2cb45</a> PRD: add virtual destructor to ScomRegister class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3f0a8ff4">f3f0a8ff4</a> PRD: fix Explorer FSI address workaround in FIRDATA code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a23e7f84b">a23e7f84b</a> PRD: boolean logic error in Axone chnl fail code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e1c8039a">1e1c8039a</a> Fixed portabiliy issue in pre-commit hook</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b684d89ee">b684d89ee</a> Minor fixes to addCopyright and pre-commit hooks</li>
+</ul>
+<p>lixg (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba790597a">ba790597a</a> Verify manufacture date (MB) from PVPD before using</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1797443d">d1797443d</a> Quiesce procedure for NPU serving openCapi links</li>
+</ul>
+<p>rblack (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8407dc2cc">8407dc2cc</a> Speculative patch for NYU ATR timeouts update.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-nicole-xml">
+<h2>Package: nicole-xml<a class="headerlink" href="#package-nicole-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/nicole-xml">Repository</a></p>
+<div class="section" id="patches-6">
+<span id="id11"></span><h3>Patches<a class="headerlink" href="#patches-6" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-6">
+<span id="id12"></span><h3>Commits<a class="headerlink" href="#commits-6" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/ad9f0ab">ad9f0ab</a> Set XBus frequency to default value (2000MHz)</li>
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/c592dee">c592dee</a> Add WOF table for POWER9 Sforza module</li>
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/1ac78dd">1ac78dd</a> Add WOF table for POWER9 Sforza module</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="patches-7">
+<span id="id13"></span><h3>Patches<a class="headerlink" href="#patches-7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-7">
+<span id="id14"></span><h3>Commits<a class="headerlink" href="#commits-7" title="Permalink to this headline">¶</a></h3>
+<p>Caleb Palmer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bae814c">bae814c</a> NPU target SCOM translation non-instance 0 fix</li>
+</ul>
+<p>Chris Cain (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b230076">b230076</a> Pick up latest pgpe elog structure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5c32e77">5c32e77</a> NVDIMM: Invalidate MCFGP facility at start of procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e4597ab">e4597ab</a> Ignore IPMI_SMS_ATN during fir data collection and remove 8k
+buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3ab2921">3ab2921</a> FIR data collection updates</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1bf0c8c">1bf0c8c</a> Minor updates to occtoolp9</li>
+</ul>
+<p>Douglas Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0ac1770">0ac1770</a> P9a GPE support for up to 16 OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e11f3af">e11f3af</a> OCMB sensor enabled fix</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8d4e7fa">8d4e7fa</a> Corrected Alink scom address in PMU_CONFIGS_16</li>
+</ul>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8a315b7">8a315b7</a> Remove unused sensors to free up needed SRAM space</li>
+</ul>
+<p>joy_chu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1e8731f">1e8731f</a> Modify: modify amec power sensor calculation</li>
+</ul>
+<p>mbroyles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e447be8">e447be8</a> Delete debug sensors to save SRAM</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8bbfabe">8bbfabe</a> New WOF sensor for final adjusted Ceff Ratio Vdd</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d467852">d467852</a> Fix incorrect hw callout in Centaur DIMM OT errors</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/7888141">7888141</a> Support for 16 OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e3c65ee">e3c65ee</a> Explorer internal sensor workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ab4dc96">ab4dc96</a> Fix Vdd ceff ratio calculation when active cores is less than sort
+cores</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="patches-8">
+<span id="id15"></span><h3>Patches<a class="headerlink" href="#patches-8" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-8">
+<span id="id16"></span><h3>Commits<a class="headerlink" href="#commits-8" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p8dtu-xml">
+<h2>Package: p8dtu-xml<a class="headerlink" href="#package-p8dtu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p8dtu-xml">Repository</a></p>
+<div class="section" id="patches-9">
+<span id="id17"></span><h3>Patches<a class="headerlink" href="#patches-9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-9">
+<span id="id18"></span><h3>Commits<a class="headerlink" href="#commits-9" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="patches-10">
+<span id="id19"></span><h3>Patches<a class="headerlink" href="#patches-10" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-10">
+<span id="id20"></span><h3>Commits<a class="headerlink" href="#commits-10" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="patches-11">
+<span id="id21"></span><h3>Patches<a class="headerlink" href="#patches-11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-11">
+<span id="id22"></span><h3>Commits<a class="headerlink" href="#commits-11" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="patches-12">
+<span id="id23"></span><h3>Patches<a class="headerlink" href="#patches-12" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-12">
+<span id="id24"></span><h3>Commits<a class="headerlink" href="#commits-12" title="Permalink to this headline">¶</a></h3>
+<p>Jeremy Kerr (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/514a9a1">514a9a1</a> pb-console: start shell as a login shell</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/6f23e17">6f23e17</a> pb-console: don’t modify PATH unless it’s empty</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e558da1">e558da1</a> discover/grub2: ‘search’ set-variable defaults to root</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/61ede5e">61ede5e</a> discover/grub2: Use getopt for <code class="docutils literal notranslate"><span class="pre">search</span></code> argument parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/76e97c5">76e97c5</a> discover/grub2: test for (ignored) –no-floppy argument</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1580c65">1580c65</a> discover/grub2: Add support for UUID and label for ‘search’
+command</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/8cb74c4">8cb74c4</a> discover/grub2: expose a struct for grub2 file references</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/51f7117">51f7117</a> discover/grub2: Add parsing code for grub2 file specifiers</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9fc2ac6">9fc2ac6</a> discover/grub2: add support for grub2-style path specifiers
+in resources</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b224457">b224457</a> discover/grub2: Allow (device)/path references in general
+script usage</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a9a9d57">a9a9d57</a> discover/grub2: Add a reference from script to parser</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2c132eb">2c132eb</a> discover/grub2: expose internal parse function</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9711179">9711179</a> discover/grub2: make statements_execute non-static</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/967cfa7">967cfa7</a> discover/grub2: implement ‘source’ command</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ef95c2">1ef95c2</a> test/parser: Add test for recent RHCOS grub2 config</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/057dce2">057dce2</a> test/parser: Add RHEL8 grub config test</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/6ee9cbc">6ee9cbc</a> lib/pb-protocol: fix ordering of system info length
+calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b2e5a7b">b2e5a7b</a> lib/types: consolidate struct system_info layout with
+serialised version</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/aa2d71a">aa2d71a</a> protocol,types: Add secure & trusted boot state to system
+info</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/05d9b9b">05d9b9b</a> discover/powerpc: detect secureboot enforcing mode</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e9340b7">e9340b7</a> ui/ncurses: Add secure & trusted boot status</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2f6259d">2f6259d</a> discover/boot: add support for <code class="docutils literal notranslate"><span class="pre">kexec</span> <span class="pre">-s</span></code> for
+kexec_file_load</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/059cc51">059cc51</a> discover/boot: unify verification failure messages</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9383652">9383652</a> Remove unused ‘s’ file</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9cf513f">9cf513f</a> docker: build petitboot outside of the source dir</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/0ed84c0">0ed84c0</a> test/parser: Add rhel8 test data to check_DATA</li>
+</ul>
+<p>Maxim Polyakov (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/43813e6">43813e6</a> discover/platform-powerpc: add missing mbox block selector</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1088a8a">1088a8a</a> discover/platform-powerpc: limit mailbox response size</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/5f8321e">5f8321e</a> discover/platform-powerpc: return the actual mailbox size</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/eb027e7">eb027e7</a> discover/platform-powerpc: add mailbox message structure</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3c818a2">3c818a2</a> discover/platform-powerpc: don’t copy IANA from mbox to
+buffer</li>
+</ul>
+<p>Maxiwell S. Garcia (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/827a7af">827a7af</a> configure: Add libelf as a requirement</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/0c07402">0c07402</a> discover: Add helper functions to read ELF notes</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3513c7f">3513c7f</a> ui/ncurses: Add preboot check option in the config screen</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7b108df">7b108df</a> discover: Check if the kernel image has Ultravisor support</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="patches-13">
+<span id="id25"></span><h3>Patches<a class="headerlink" href="#patches-13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-13">
+<span id="id26"></span><h3>Commits<a class="headerlink" href="#commits-13" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="patches-14">
+<span id="id27"></span><h3>Patches<a class="headerlink" href="#patches-14" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-14">
+<span id="id28"></span><h3>Commits<a class="headerlink" href="#commits-14" title="Permalink to this headline">¶</a></h3>
+<p>Nickolaus Gruendler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/5b3fbca">5b3fbca</a> Update to ATTR_MSS_VPD_MR_DPHY_RLO for 2400 speed</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="patches-15">
+<span id="id29"></span><h3>Patches<a class="headerlink" href="#patches-15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-15">
+<span id="id30"></span><h3>Commits<a class="headerlink" href="#commits-15" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/70858c2e">70858c2e</a> temporary mc inits to enable wider team</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/51a69f51">51a69f51</a> Move to long term CLSCOM workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/38af071c">38af071c</a> Axone setup changes to disable bumpy toothpaste workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/94f9bc2a">94f9bc2a</a> Axone Gemini MDI issue workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3225e80a">3225e80a</a> Axone int updates</li>
+</ul>
+<p>Alvin Wang (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/518a1b2f">518a1b2f</a> Adds exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f94a4f1">9f94a4f1</a> Reinstates exp_draminit_mc with change_addr_mux_sel fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a19089ef">a19089ef</a> Move MCBIST lib to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/37a8bf54">37a8bf54</a> Move the mcbist lab library to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/73c86947">73c86947</a> Move power_thermal lib to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2932b6fa">2932b6fa</a> Update setup_fw_boot_config() to read out actual values from
+attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/180d29ec">180d29ec</a> Adds exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d48d771b">d48d771b</a> Reinstates exp_draminit_mc with change_addr_mux_sel fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/eb69df41">eb69df41</a> Move MCBIST lib to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54d02bc2">54d02bc2</a> Move power_thermal lib to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cee5767f">cee5767f</a> Move the mcbist lab library to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/61979222">61979222</a> Adds empty files for exp_draminit_mc and p9a_omi_train</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0bb6050f">0bb6050f</a> Adds p9a_omi_train procedure(START)</li>
+</ul>
+<p>Andre A. Marin (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1257e44">e1257e44</a> Fix c_str and pos DIMM specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20805cd4">20805cd4</a> Add mem_size and misc attrs, unit tests enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a17eb3a5">a17eb3a5</a> Fix c_str and pos DIMM specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/253e6fcf">253e6fcf</a> Add mem_size and misc attrs, unit tests enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d6698496">d6698496</a> Clean up PPE character format and target</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a776030">0a776030</a> Add unit tests for mss field_t and macro def</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2dd4b6bd">2dd4b6bd</a> Add bounds check API to generic_check library</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ebcc0c09">ebcc0c09</a> Add supported_rcd attribute from SPD + tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81d3ad9c">81d3ad9c</a> Update index_within_bounds() API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ceefc24e">ceefc24e</a> Add explorer rc response to eff_config</li>
+</ul>
+<p>Andre Marin (37):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/730e7a76">730e7a76</a> Add empty files for refactored SPD read API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/71405bb5">71405bb5</a> Add SPD reader and traits DDR4 def</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6a0ab353">6a0ab353</a> Add empty explorer “check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d3a9c6e7">d3a9c6e7</a> Add empty memory explorer error XML</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/08f9043a">08f9043a</a> Add empty mss_byte.H and mss_generic_check to ease HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/35af1e35">35af1e35</a> Remove Nimbus dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50a5bf7b">50a5bf7b</a> Add emtpy exp_i2c_fields.H file for mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e454167d">e454167d</a> Generalize byte reading from SPD reading, for exp i2c reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/adc384e6">adc384e6</a> Added I2C fields, EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d3e83ab">2d3e83ab</a> Implement exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/09a9a40d">09a9a40d</a> Initial mss_field endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e66830b6">e66830b6</a> Add exp_draminit and fix data_structs constants</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f8b9522">0f8b9522</a> Add L1 for p9a_mss_bulk_pwr_throttles and
+p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4338c9db">4338c9db</a> Generalize set fields in pre_data_init</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/63dc7cda">63dc7cda</a> Add SPD DDIMM DDR4 module except for PMIC fields</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2edbcc69">2edbcc69</a> Add attribute engine algorithm for eff_config and pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/052f732f">052f732f</a> Fix HB error with -Os compile flag due to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3366f35e">3366f35e</a> Add missing attributes needed to be set for generic mss_kind</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bbbee5d9">bbbee5d9</a> Add empty files for refactored SPD read API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c4942627">c4942627</a> Add SPD reader and traits DDR4 def</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4c69aba1">4c69aba1</a> Add empty explorer “check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/646a51c8">646a51c8</a> Add empty memory explorer error XML</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/119f2896">119f2896</a> Add empty mss_byte.H and mss_generic_check to ease HB mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/59a5245f">59a5245f</a> Remove Nimbus dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c0f3e0a8">c0f3e0a8</a> Add emtpy exp_i2c_fields.H file for mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d74733f0">d74733f0</a> Generalize byte reading from SPD reading, for exp i2c reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/17441d0b">17441d0b</a> Added I2C fields, EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f52536b5">f52536b5</a> Implement exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ad9f7963">ad9f7963</a> Initial mss_field endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/82fbc51a">82fbc51a</a> Add exp_draminit and fix data_structs constants</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0248d119">0248d119</a> Generalize set fields in pre_data_init</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/13e163d1">13e163d1</a> Add SPD DDIMM DDR4 module except for PMIC fields</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f79843b">0f79843b</a> Add L1 for p9a_mss_bulk_pwr_throttles and
+p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a037363">0a037363</a> Add attribute engine algorithm for eff_config and pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ab24d311">ab24d311</a> Fix HB error with -Os compile flag due to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d2f662b2">d2f662b2</a> Add missing attributes needed to be set for generic mss_kind</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1e5e13ce">1e5e13ce</a> Clean up for p10 porting dependency errors</li>
+</ul>
+<p>Ben Gass (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a616016">0a616016</a> Adding p9a_get/put_mmio and explorer_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3c6ffc5b">3c6ffc5b</a> Update cmd/rsp endian handling in exp_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/201278b9">201278b9</a> Adding p9a_get/put_mmio and explorer_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/52715d66">52715d66</a> Update cmd/rsp endian handling in exp_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db05b035">db05b035</a> Adding Axone register header files.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dfae3a84">dfae3a84</a> Update p9_mss_eff_grouping for Axone support</li>
+</ul>
+<p>Bradley Pepper (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/547f0a27">547f0a27</a> Adds plug rule for dependent DIMM slots on Swift</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6d59ceee">6d59ceee</a> P9A Tx Fifo Init + Init Settings Update</li>
+</ul>
+<p>Christian Geddes (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5df3896a">5df3896a</a> Add exp_i2c_scom driver that will be consumed by HB/SBE
+platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4da70777">4da70777</a> Add forceBE option to endian_utils.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/07684ec0">07684ec0</a> Update i2c driver for OCMB chip</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/117e3fb9">117e3fb9</a> Make some FAPI_INF traces that are spamming FW logs into
+FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/226899a2">226899a2</a> Add exp_i2c_scom driver that will be consumed by HB/SBE
+platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f8a9eff2">f8a9eff2</a> Add forceBE option to endian_utils.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c3b35f40">c3b35f40</a> Update i2c driver for OCMB chip</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bfe4eb7d">bfe4eb7d</a> Make some FAPI_INF traces that are spamming FW logs into
+FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aa9068ab">aa9068ab</a> Account for OMI technology in initial mcs setup for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/793283f0">793283f0</a> Update ocmb i2c driver to send address in read command sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50895b93">50895b93</a> Introduce exp_getidec HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/60330e0e">60330e0e</a> Add “Not Wired” option for OPTICS_CONFIG_MODE attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/13627efc">13627efc</a> Add exp_i2c_scom driver that will be consumed by HB/SBE
+platforms</li>
+</ul>
+<p>Dan Crowell (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0209c872">0209c872</a> Update Explorer FW Command IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aa5c5ff1">aa5c5ff1</a> Update Explorer FW Command IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3624a993">3624a993</a> Add Axone comment to grouping attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b61547b">2b61547b</a> Enable rolling counter and verification of req id for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/512f9246">512f9246</a> Adjust idec algorithm for Explorer B.0 format</li>
+</ul>
+<p>Dean Sanner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c05bb41d">c05bb41d</a> Run LPC Init to clean up errors on MPIPL</li>
+</ul>
+<p>Devon Baughen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6c08ec5">c6c08ec5</a> add function to turn on adaptation in bootconfig</li>
+</ul>
+<p>Emmanuel Sacristan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/debfec25">debfec25</a> adding iss 768 init for p9 behaviour in nmmu</li>
+</ul>
+<p>Evan Lojewski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9924f12">e9924f12</a> Update to allow DDR4-SORDIMM modules to be used [3].</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/caacd24f">caacd24f</a> Update to allow DDR4-SORDIMM modules to be used [3].</li>
+</ul>
+<p>Glenn Miles (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d3157de4">d3157de4</a> Add procedures for updating explorer firmware image</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a6a2279a">a6a2279a</a> Add procedures for updating explorer firmware image</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d266398f">d266398f</a> Add HWP for entering Explorer TWI mode</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/78fb7838">78fb7838</a> PM Suspend: add halting of OCC GPEs</li>
+</ul>
+<p>Jennifer A. Stofer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1a12dc03">1a12dc03</a> Revert “Adds exp_draminit_mc”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/af190d18">af190d18</a> Revert “Adds exp_draminit_mc”</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/909eb261">909eb261</a> Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ADD1.0+</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca5cbf31">ca5cbf31</a> Add slbv, slbe extraction to p9_ram_core procedure</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ace80025">ace80025</a> Streamline the way PIB/NET are initialized between SBE and
+Cronus</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bd520255">bd520255</a> p9_proc_gettracearray – updates for Axone</li>
+</ul>
+<p>Li Meng (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5890dd91">5890dd91</a> Creates LRDIMM mrep/dwl calibration recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c700a05f">c700a05f</a> Creates LRDIMM mrep/dwl calibration recorder class</li>
+</ul>
+<p>Louis Stermole (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5b8210bf">5b8210bf</a> Fix polling timeouts for exp_omi_train and exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1cb0d8de">1cb0d8de</a> Move MSS volt attr setters to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/352d99be">352d99be</a> Add p9a_mss_volt procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6f6fb58">b6f6fb58</a> Add p9a version of eff_memory_size API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/303dd8b9">303dd8b9</a> Add retry of EXP_FW_STATUS when status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7ef569b0">7ef569b0</a> Add check for BOOT_STAGE == runtime fw in exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c3f1d99">5c3f1d99</a> Fix polling timeouts for exp_omi_train and exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/95d92195">95d92195</a> Fix duplicate symbol errors from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cd9a1a6c">cd9a1a6c</a> Add p9a_mss_freq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/25f753d8">25f753d8</a> Update exp_omi_train for testing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9cd754f">e9cd754f</a> Add missing timing attrs to p9a_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aab9c442">aab9c442</a> Move MSS volt attr setters to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c7096f6f">c7096f6f</a> Add p9a_mss_volt procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4ccbdb85">4ccbdb85</a> Add p9a version of eff_memory_size API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/82ad5ef7">82ad5ef7</a> Fix duplicate symbol errors from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/55554d3a">55554d3a</a> Add p9a_mss_freq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/851a68c4">851a68c4</a> Add debug params to exp_check_for_ready_wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fee0ceed">fee0ceed</a> Update exp_omi_train for testing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/713899e8">713899e8</a> Add retry of EXP_FW_STATUS when status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/56c9d506">56c9d506</a> Add check for BOOT_STAGE == runtime fw in exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/21be781f">21be781f</a> Add missing timing attrs to p9a_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/03efd459">03efd459</a> Fix polling timeouts for exp_omi_train and exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9a430ddf">9a430ddf</a> Updates to Explorer FW upload tools</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8b06b5c1">8b06b5c1</a> Add deconfigure of memory port if mss_freq can’t find consensus
+freq</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6cad7d02">6cad7d02</a> Add Axone FIR unmasking after p9_chiplet_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c318ab00">c318ab00</a> Add unmask_after_exp_omi_setup and FIR checks</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2f535c87">2f535c87</a> Add unmasks for REG1 and REG2 versions of OMI_FIR for Axone</li>
+</ul>
+<p>Luis Fernandez (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9acbf9f3">9acbf9f3</a> HB Implement Static Analysis with cppcheck</li>
+</ul>
+<p>Mark Pizzutillo (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c130fb5d">c130fb5d</a> Added code for exp_getecid and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d80cb57">1d80cb57</a> Fix exp_getecid register accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9ca91c9e">9ca91c9e</a> Add API for axone p10 dimm rank</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b06099df">b06099df</a> Add PMIC enable procedure code and UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/745d8711">745d8711</a> Fix exp_draminit phy_params</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c257cb57">c257cb57</a> Added code for exp_getecid and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f68b0a02">f68b0a02</a> Add API for axone p10 dimm rank</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/68e02713">68e02713</a> Fix exp_getecid register accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/72a62b5a">72a62b5a</a> Add PMIC enable procedure code and UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/39a198fb">39a198fb</a> Fix exp_draminit phy_params</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/34778bc0">34778bc0</a> Add PRBS training sequence to exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be05ce9e">be05ce9e</a> Create workaround for gemini MENTERP register bug</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/71852bfe">71852bfe</a> Add workaround for gemini OMI config settings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9346ae92">9346ae92</a> Add code and workarounds for *_omi_setup and *_omi_train for
+Swift</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/27423190">27423190</a> Update exp_draminit results display for new response structs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2938d54f">2938d54f</a> Add assert for RSP extended data buffer size in exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c2b97f24">c2b97f24</a> Add MCBIST infinite tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1637c7d">e1637c7d</a> Add asserts for invalid states of enterprise & half dimm mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5f7d221a">5f7d221a</a> Add new DDIMM spd version 0_3 and update UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2132642e">2132642e</a> Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/972885f1">972885f1</a> Add attribute for SPD_REVISION (byte 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b72e88b9">b72e88b9</a> Refactor PMIC attributes to be at OCMB level</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7247b205">7247b205</a> Add SPD, ATTR, and code support for thermal sensor fields</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d51dbbb">2d51dbbb</a> Update RAS DQ Inject tool with new MCHP squence</li>
+</ul>
+<p>Marty E. Plummer (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/629327db">629327db</a> updateBuildTag: convert proc.stdout.read() to str.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1ccc5eff">1ccc5eff</a> sbeCompression: add a python3 compatible fallback</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04a2b51f">04a2b51f</a> sbeCompression: use floor division</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e7dccb09">e7dccb09</a> securityRegListGen: use io.open and read in text mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2615d39b">2615d39b</a> parsAndCutElf: convert line to str</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e0e6c72e">e0e6c72e</a> treewide: use print function instead of statement</li>
+</ul>
+<p>Matt Derksen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/245b9cef">245b9cef</a> Support EXP_FW_LOG command to get Explorer FW logs</li>
+</ul>
+<p>Matthew Hickman (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c4bf31c0">c4bf31c0</a> Ported ecc engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f811ed4a">f811ed4a</a> Ported ecc engine to generic</li>
+</ul>
+<p>Murulidhar Nataraju (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/462aea8b">462aea8b</a> Update the Simics release path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/98d8d616">98d8d616</a> Update EnterMPIPL to collect architected dumps and</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/099e7402">099e7402</a> MPIPL:SW485350</li>
+</ul>
+<p>Nico Fajardo (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2e2e7ec7">2e2e7ec7</a> Add FAPI_ASSERT for unsupported SPD rank in RTT fetch</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f95319e0">f95319e0</a> Adding after_p9a_omi_init.C and p9a-specific fir traits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e6cfaaee">e6cfaaee</a> exp draminit & draminit_mc phase 3 update for PRD logging</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b05b7eb2">b05b7eb2</a> PM: Modified FFDC to avoid corruption of RC in error path.</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49f59681">49f59681</a> PM: Fix DB0 Hang</li>
+</ul>
+<p>Raja Das (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ee58f3e">8ee58f3e</a> Removed FlushNVDIMM from MPIPL Path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7d3fabc4">7d3fabc4</a> Updated the pibmem length for Axone in sbe-debug.py</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fe7586c">8fe7586c</a> Updated backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1120e327">1120e327</a> Updated backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d411055">1d411055</a> Optimized the Control Instruction Chip-op</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/230eeb0e">230eeb0e</a> Updated backing build in customrc</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/166b70c6">166b70c6</a> set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ buffer
+read data.</li>
+</ul>
+<p>Ryan King (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2ce7e143">2ce7e143</a> Add sensor cache read as an explorer inband command</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9fa3aa1">e9fa3aa1</a> Add sensor cache read as an explorer inband command</li>
+</ul>
+<p>Sharath Manjunath (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2e5302df">2e5302df</a> Update exp_draminit to read values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/91c77b9f">91c77b9f</a> Add exp_thermal_init for Explorer FW</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d35148fa">d35148fa</a> Update exp_draminit to read values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b44d7913">b44d7913</a> Add exp_thermal_init for Explorer FW</li>
+</ul>
+<p>Sheng-Hao Huang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26de8811">26de8811</a> for defect number HW476620</li>
+</ul>
+<p>Sneha Kadam (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4181f3d4">4181f3d4</a> Renamed MCBIST subtest to clarify the test</li>
+</ul>
+<p>Stephen Glancy (42):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2198e3d3">2198e3d3</a> Adds Explorer OMI setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9c255556">9c255556</a> Moves conversions to be in the generic code space</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1b311f24">1b311f24</a> Moves generic xml directories to be in generic/procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ece46a5">8ece46a5</a> Adds explorer OMI training code</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7e7b430a">7e7b430a</a> Moves CAS latency algorithm to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d51e3d14">d51e3d14</a> Moves sync code to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1f492888">1f492888</a> Moves set bad bitmap into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/41a5e258">41a5e258</a> Moves blame a FIR API to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1fac7c34">1fac7c34</a> Adds explorer post-draminit bad bits processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5d6711c6">5d6711c6</a> Updates the LRDIMM to use SPD SI values</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/234734a3">234734a3</a> Adds explorer training response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a98c662">8a98c662</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a3d5f865">a3d5f865</a> Adds DDIMM EFD decoder API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba55b796">ba55b796</a> Adds process training response to exp draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4ece76d0">4ece76d0</a> Adds explorer CCS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0425da34">0425da34</a> Adds EFD decode updates for 07MAY19 spec updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/98807cd3">98807cd3</a> Fixes FFDC for files moved to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9ea40719">9ea40719</a> Adds new attributes for 07MAY19 explorer specification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5fb7dbd2">5fb7dbd2</a> Adds Explorer OMI setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/856ef301">856ef301</a> Moves conversions to be in the generic code space</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e5d4f0e7">e5d4f0e7</a> Moves generic xml directories to be in generic/procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dbef65eb">dbef65eb</a> Adds explorer OMI training code</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/603999f3">603999f3</a> Moves CAS latency algorithm to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fb1ba1e">8fb1ba1e</a> Moves sync code to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/92b5c676">92b5c676</a> Adds DDIMM EFD decoder API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/337abf1d">337abf1d</a> Moves set bad bitmap into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4d5e0e5b">4d5e0e5b</a> Adds process training response to exp draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d5d815fe">d5d815fe</a> Moves blame a FIR API to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f315343">9f315343</a> Adds explorer post-draminit bad bits processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8628f61e">8628f61e</a> Updates the LRDIMM to use SPD SI values</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/135ec660">135ec660</a> Adds explorer training response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/33da4f84">33da4f84</a> Adds new attributes for 07MAY19 explorer specification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/76bddf79">76bddf79</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f9ce236f">f9ce236f</a> Adds explorer CCS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db6107b7">db6107b7</a> Adds EFD decode updates for 07MAY19 spec updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/87bb3373">87bb3373</a> Fixes FFDC for files moved to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49aa0e41">49aa0e41</a> Adds MCBIST beat/byte signature data patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/05669c55">05669c55</a> Adds explorer MCBIST address/data traps processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/09fdf35a">09fdf35a</a> Fixes maintenance pattern load bug</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8187226a">8187226a</a> Updates exp access delay regs to set delays</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/056538d3">056538d3</a> Adds explorer shmoo traits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/03fbb688">03fbb688</a> Fixes explorer accessor bugs</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7c74ddae">7c74ddae</a> Use full UART TX buffer (shave 5s off booting)</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/84c88858">84c88858</a> Fapi_Infra:Add new member to structure ErrorInfoCDG</li>
+</ul>
+<p>Sunil Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b1415469">b1415469</a> OCMB changes to suit PPE compilation.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be6e9acb">be6e9acb</a> Remove i2cSupport</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1921f40c">1921f40c</a> OCMB changes to suit PPE compilation.</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/435e4111">435e4111</a> Replaces NVDIMM flush sequence with CCS</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/247a18dc">247a18dc</a> Quiesce procedure for NPU serving openCapi links</li>
+</ul>
+<p>vinaybs6 (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54d447a8">54d447a8</a> Updating the customrc file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54f3205f">54f3205f</a> Setting the HRMOR value for OPAL based systems.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="patches-16">
+<span id="id31"></span><h3>Patches<a class="headerlink" href="#patches-16" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-16">
+<span id="id32"></span><h3>Commits<a class="headerlink" href="#commits-16" title="Permalink to this headline">¶</a></h3>
+<p>Aaron Sawdey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f1234170">f1234170</a> external/mambo: support mambo COW mode for PMEM disk</li>
+</ul>
+<p>Alexey Kardashevskiy (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a0455ba">2a0455ba</a> npu2: Invalidate entire TCE cache if many entries requested</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9be9a77a">9be9a77a</a> npu2: Clear fence on all bricks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08cd61e9">08cd61e9</a> phb4: Add PHB options get/set OPAL calls</li>
+</ul>
+<p>Alistair Popple (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/518ab49f">518ab49f</a> skiboot.tcl: Add chip-id to pmem device tree node</li>
+</ul>
+<p>Andrew Donnellan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e85e2e2b">e85e2e2b</a> npu2-opencapi: Fix integer promotion bug in LPC allocation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc72973d">bc72973d</a> hw/npu2-opencapi: Support multiple LPC devices</li>
+</ul>
+<p>Andrew Geissler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2554cac8">2554cac8</a> Support BMC IPMI heartbeat command</li>
+</ul>
+<p>Andrew Jeffery (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e08fee36">e08fee36</a> gard: Fix data corruption when clearing single records</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8f204c12">8f204c12</a> blocklevel: smart_write: Terminate line for debug output in
+no-change case</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c935e78">5c935e78</a> blocklevel: smart_write: Rename write buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/518db2b2">518db2b2</a> blocklevel: smart_write: Rename size variable for clarity</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6867bd54">6867bd54</a> blocklevel: smart_write: Avoid indirectly testing formal
+parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdbbfcac">bdbbfcac</a> blocklevel: smart_write: Deny writes intersecting ECC
+protected regions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa52f943">aa52f943</a> blocklevel: smart_write: Avoid reuse of formal parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a950fd78">a950fd78</a> blocklevel: smart_write: Tidy local variable declarations</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96ddf4b5">96ddf4b5</a> blocklevel: smart_write: Fix unaligned writes to ECC
+partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7853fc53">7853fc53</a> libflash: ipmi-hiomap: Document error handling strategy in
+write path</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9292037">f9292037</a> platforms/nicole: Fixup the system VPD EEPROM size</li>
+</ul>
+<p>Balamuruhan S (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61ec8655">61ec8655</a> occ-sensor: clean dt properties if sensor is not available</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb0f098c">bb0f098c</a> chip: enable HOMER/OCC common area region in Qemu emulated
+PowerNV host</li>
+</ul>
+<p>Cédric Le Goater (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e97391ae">e97391ae</a> xive: fix return value of opal_xive_allocate_irq()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99557228">99557228</a> xive/p9: introduce header files for the registers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75829014">75829014</a> xive/p9: minor cleanup of the interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9f3bb0a">f9f3bb0a</a> xive/p9: use MMIO access for VC_EQC_CONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0649e551">0649e551</a> xive/p9: remove code not using indirect mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/71ad5938">71ad5938</a> xive/p9: remove code not using block group mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1f269bc0">1f269bc0</a> xive/p9: remove dead code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a10f1502">a10f1502</a> xive/p9: obsolete OPAL_XIVE_IRQ_*_VIA_FW flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad7e9a67">ad7e9a67</a> xive/p9: obsolete OPAL_XIVE_IRQ_SHIFT_BUG flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f0a5633">4f0a5633</a> xive/p9: fix EQ bitmap assignment when allocation fails</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f0e2746e">f0e2746e</a> xive/p9: introduce definitions for priorities</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e26a866f">e26a866f</a> xive/p9: fix silent escalation EQ setup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0118b0a2">0118b0a2</a> xive/p9: cleanup all EQs when a VP block is freed.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f194e77">4f194e77</a> xive/p9: remove ACK# setting in the NVT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d0a4134">5d0a4134</a> xive/p9: introduce NVT_SHIFT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca46415e">ca46415e</a> xive/p9: remove XIVE_INT_SAFETY_GAP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2354857f">2354857f</a> xive/p9: use predefined bitmasks to manipulate EQ addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6214cb80">6214cb80</a> xive/p9: introduce the ESB magic MMIO offsets</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/721ef0d0">721ef0d0</a> plat/qemu: use “/qemu” device tree node to identify the QEMU
+platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d807288d">d807288d</a> plat/qemu: add a POWER10 platform</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b638f89">1b638f89</a> Updating shared constants for HBRT</li>
+</ul>
+<p>Dan Horák (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a02a189">1a02a189</a> xscom-utils: refer only objects not sources for getscom</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53baedfd">53baedfd</a> gard: fix installation rule</li>
+</ul>
+<p>Eric Richter (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e023d6b9">e023d6b9</a> hw/test: include -gcov binaries in clean target</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/04f0cdb9">04f0cdb9</a> doc: add opal secure variable documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/484bdc5d">484bdc5d</a> libstb/secvar: add secure variable internal abstraction</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc1f1e44">bc1f1e44</a> libstb/secvar: add secvar api implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/127db3a6">127db3a6</a> secvar/test: add rudimentary secvar API unit testing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a55c46d5">a55c46d5</a> secvar_devtree: add generic compatible, and new format
+device tree property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6cdbf1ad">6cdbf1ad</a> secvar_api: check that enqueue_update writes successfully
+before returning success</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dfaf110">0dfaf110</a> secvar_main: increase verbosity of the main entrypoint</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2ba08e8">c2ba08e8</a> tpm_i2c_nuvoton: check TPM vendor id register during probe</li>
+</ul>
+<p>Frederic Barrat (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f6f247a8">f6f247a8</a> core/pci: Refactor common paths on slot hotplug</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38e51a31">38e51a31</a> core/pci: Add missing lock in set_power_timer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8bae2376">8bae2376</a> core/pci: Use proper phandle during hotplug for PHB slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30642155">30642155</a> core/pci: Train link of PHB slots when hotplugging</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/94bc2d7a">94bc2d7a</a> core/pci: Fix scan of devices for opencapi slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13e1a7e5">13e1a7e5</a> npu2-hw-procedures: Move some opencapi PHY settings in
+one-off init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/544ce7ef">544ce7ef</a> npu2-opencapi: Make sure the PCI slot has the proper ID</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fed081dc">fed081dc</a> npu2-hw-procedures: Fix link retraining on reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2600cfac">2600cfac</a> npu2-opencapi: Rework link training timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5db8325">c5db8325</a> npu2-opencapi: Tweak fundamental reset sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7989d6ed">7989d6ed</a> npu2-opencapi: Simplify freset states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dbc70aea">dbc70aea</a> npu2-opencapi: Detect PHY reset errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40bc636e">40bc636e</a> npu2-opencapi: Improve error reporting to the OS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6299d3e5">6299d3e5</a> npu2-opencapi: Activate PCI hotplug on opencapi slot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d5faafc">9d5faafc</a> npu2-opencapi: Handle OPAL_UNMAP_PE operation on set_pe()
+callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/233e863c">233e863c</a> npu2-opencapi: Log a warning when resetting a broken device</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/425340bd">425340bd</a> platform/mihawk: Detect old system compatible string</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da28a664">da28a664</a> npu2: Rework phb-index assignments for virtual PHBs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57d43efd">57d43efd</a> npu3: Don’t use the device tree to assign the phb-index of
+the PHB</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbb4777f">bbb4777f</a> npu2, npu3: Remove ibm, phb-index property from the NPU dt
+node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b9be491">8b9be491</a> npu3: Register virtual PHBs with static IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09478eae">09478eae</a> npu2-opencapi: don’t fence on masked XSL errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53408440">53408440</a> npu2-opencapi: Don’t drive reset signal permanently</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9de4f228">9de4f228</a> npu2-opencapi: Allow platforms to identify physical slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59482b92">59482b92</a> capp: Add lid definition for P9 DD2.3</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e876514b">e876514b</a> hw/phb4: Tune GPU direct performance on witherspoon in PCI
+mode</li>
+</ul>
+<p>Frédéric Bonnard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/470ffb5f">470ffb5f</a> external/common: Use file operation used on x86 for
+ARCH_UNKNOWN</li>
+</ul>
+<p>Gavin Shan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8f33688a">8f33688a</a> core/pci: Use cached VDID when populating device node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9c68152">c9c68152</a> core/pci: Check PCIe cap version in
+pci_disable_completion_timeout()</li>
+</ul>
+<p>Haren Myneni (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad8cdd0f">ad8cdd0f</a> VAS: Alloc IRQ and port address for each VAS instance</li>
+</ul>
+<p>Ilya Kuznetsov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dab352ee">dab352ee</a> pci-slot: Allow to create slot for downstream port of any
+switch</li>
+</ul>
+<p>Jordan Niethe (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4acb8fe7">4acb8fe7</a> core/pci-dt-slots: Remove duplicate PCIDBG() definition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df15dcfc">df15dcfc</a> pci: Use a macro for accessing PCI BDF Bus Number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f68639c6">f68639c6</a> pci: Use a macro for accessing PCI BDF Device Number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4e2aa9c">e4e2aa9c</a> pci: Use a macro for accessing PCI BDF Function Number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41f6c806">41f6c806</a> hw/phb4: Use standard MIN/MAX macro definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/851ce56c">851ce56c</a> ipmi: Use standard MIN() macro definition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7864968">a7864968</a> core/flash: Use pr_fmt macro for tagging log messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f0af279">9f0af279</a> ccan: Add CCAN heap license</li>
+</ul>
+<p>Joy Chu (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52952aca">52952aca</a> platform/mihawk: Add system VPD EEPROM to I2C bus</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6ab89db">d6ab89db</a> platform/mihawk: add nvme devices slot table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68260957">68260957</a> platform/mihawk: support dynamic PCIe slot table</li>
+</ul>
+<p>Klaus Heinrich Kiwi (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99ce1bef">99ce1bef</a> ibm-fsp/lxvpd: check for upstream port on slot labeling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ab1b05d2">ab1b05d2</a> PCI: create optional loc-code platform callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8b1ebc1">b8b1ebc1</a> core/pci.c: cleanup pci_add_loc_code()</li>
+</ul>
+<p>Madhavan Srinivasan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7066a9c2">7066a9c2</a> hdat/spira: export abc and wxyz bus speeds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37941672">37941672</a> hw/imc: Add error message on failing cases for imc_init</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a810d1fe">a810d1fe</a> IPMI: Trigger OPAL TI in abort path.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53944d45">53944d45</a> opal-gard: Add support for new PVR POWER9P.</li>
+</ul>
+<p>Mauro S. M. Rodrigues (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4113f94">e4113f94</a> tpm_i2c_nuvoton: fix tpm_read_fifo overflow check</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/387ffa75">387ffa75</a> mambo: Add more tweakable security flags</li>
+</ul>
+<p>Michal Suchanek (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6080c106">6080c106</a> errorlog: Prevent alignment error building with gcc9.</li>
+</ul>
+<p>Nicholas Piggin (47):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cf05f35">4cf05f35</a> asm/head: set skiboot TOC in interrupt handler entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c9babb">a2c9babb</a> core/cpu.c: current_radix_mode should be initialised to true</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6266148e">6266148e</a> build: use -mcpu=power8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b70e8afd">b70e8afd</a> core/exceptions.c: rearrange code to allow more interrupt
+types</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ddc1a6b">9ddc1a6b</a> core/util: trap based assertions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/216433af">216433af</a> core/util: branch-to-NULL assert for ELFv2 ABI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1785745d">1785745d</a> core/exceptions.c: do not include handler code in exception
+backtrace</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b512fce">6b512fce</a> slw: slw_reinit fix array overrun</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3734172b">3734172b</a> build: fix non-constant build asserts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2501c3f6">2501c3f6</a> xive/p9: improve cache watch type checking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/154e4eed">154e4eed</a> xive/p9: use predefined bitmasks to manipulate EQ addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/192d5865">192d5865</a> xive/p9: sbe size debug print fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40558797">40558797</a> fsp: map trace areas on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef7c7de8">ef7c7de8</a> psi: update registers to reflect >= P8 PHBSCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb445088">bb445088</a> hdata/test/hdata_to_dt.c: use P8E PVR when -8E is given</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3fbfb0e3">3fbfb0e3</a> Remove dead POWER7 code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/26657393">26657393</a> asm/cvc_entry.S: r2 save fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca412e3e">ca412e3e</a> capp: fix endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ed09ec1">0ed09ec1</a> cpu: use dt accessor device tree access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b9a449d">1b9a449d</a> opal-api: add endian conversions to most opal calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/789624ff">789624ff</a> opal-msg: endian fixes for opal-msg.c and opal_queue_msg
+callers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c47b2ffd">c47b2ffd</a> elf: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/518e5542">518e5542</a> spira: fix endian conversions in spira data structures</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d49ff53">8d49ff53</a> hdata: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d12f0c8">0d12f0c8</a> naca: move naca definition from asm to C</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb9aebc6">bb9aebc6</a> io: endian conversions for io accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08801245">08801245</a> hmi: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5c22130">b5c22130</a> cvc: allow BE cvc code to be called from LE context</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1504bf98">1504bf98</a> xive: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e73cf72d">e73cf72d</a> phb4: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61800f2d">61800f2d</a> occ sensors: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/45c1436a">45c1436a</a> memconsole: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1959efa6">1959efa6</a> debug descriptor: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c74d83">a2c74d83</a> ipmi: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/390c4f5e">390c4f5e</a> sbe-p9: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3934d8c">e3934d8c</a> fsp: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ec92ece">4ec92ece</a> errorlog: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f27d32f1">f27d32f1</a> pel: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d9d63b9">8d9d63b9</a> libflash: ecc endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c72bbb6">9c72bbb6</a> prd: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/752b2a2d">752b2a2d</a> opal-dump: MPIPL endan conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d71bb898">d71bb898</a> sfc-ctrl: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35776a29">35776a29</a> add little endian support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0cf95fe">a0cf95fe</a> dt: assorted cleanups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5178691d">5178691d</a> add more sparse endian annotations</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e04a34af">e04a34af</a> fix simple sparse warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bca23d31">bca23d31</a> i2c: fix dereference beyond the end of buffer</li>
+</ul>
+<p>Oliver O’Halloran (80):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba10ce12">ba10ce12</a> Makefiles: Remove –Wno-stringop-truncation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f9371da">0f9371da</a> hw: Put SPDX on new files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9142bb3b">9142bb3b</a> core/pci-quirk: Re-order struct members</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/452a9a46">452a9a46</a> core/pci: Export pci_check_clear_freeze()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7c613eb">a7c613eb</a> core/pci-quirk: Microsemi switch UR workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9a30df7">e9a30df7</a> hw/sbe-p9: Fix multi-line log messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e96635d4">e96635d4</a> include/xscom: Remove duplicate p8 definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/abf3e4c6">abf3e4c6</a> include/xscom: Remove duplicate p9 definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b03906a9">b03906a9</a> include/xscom: Use the name EQ rather than EP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b310e8f7">b310e8f7</a> hw/phb4: Prevent register accesses when in reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a1fced25">a1fced25</a> skiboot 6.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e2018d2a">e2018d2a</a> core/flash: Validate secure boot content size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1af237bc">1af237bc</a> pci: recheck pci nvram hacks on fast-reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f945230b">f945230b</a> hdata: Add Axone IOHUB support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8bb0ae35">8bb0ae35</a> core/pci: Only hack class code for root ports</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b12d548">7b12d548</a> hw/lpc: Configure SerIRQ interrupts on P9P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4017085c">4017085c</a> hw/psi: Add chip ID to interrupt names</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb2f03ea">fb2f03ea</a> hw/psi-p9: Make interrupt name array global</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa161cd8">fa161cd8</a> hw/psi-p9: Mask OPAL-owned LSIs without handlers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c9375fd">9c9375fd</a> hw/psi: Remove explicit external IRQ policy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/923b5a53">923b5a53</a> core/platform: Actually disable fast-reboot on P8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4e0f636">a4e0f636</a> core/init: Don’t checksum MPIPL data areas</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc34635d">cc34635d</a> core/init: Checksum romem after patching out traps</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6cf9ace9">6cf9ace9</a> hw/port80: Squash No SYNC error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c282887">1c282887</a> memory: Add NUMA associtivity information to DT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9eb53d2">f9eb53d2</a> hdata: Add a generic compatible to ibm,secureboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0340a09">a0340a09</a> libstb/secvar: Ensure secvar_set_status() is called once</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca11072a">ca11072a</a> libstb/secvar: Fix makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/24813aa2">24813aa2</a> core/trace: Move trace buffer exports to a subnode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/628158b2">628158b2</a> core/trace: Rename boot trace buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/446f9f03">446f9f03</a> core/pci: Squash warning from devices with no ecaps</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbe5f003">bbe5f003</a> platforms/astbmc: Add more slot helper macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ed21a83">1ed21a83</a> platforms/qemu: Add slot table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83a92e3b">83a92e3b</a> platforms/qemu: Add slot table entries for a PCIe switch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7fddf42c">7fddf42c</a> hdata/test: Remove all temp files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46fac469">46fac469</a> test/mambo: Skip restoring the old ulimit</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e87ef7f">9e87ef7f</a> hw/test: Make tests quieter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6fc2fb3">d6fc2fb3</a> makefiles: Make attribute suggestions non-errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b8f5ea3">0b8f5ea3</a> tests: Squash __attrconst related warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2899bda5">2899bda5</a> include/cpu: Move __nomcount attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7abb0ef5">7abb0ef5</a> opal-ci: Remove clang builds on 18.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0990e822">0990e822</a> boottests: Print the simulator output if V=1 is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc85bd46">dc85bd46</a> witherspoon: Squash spurious I2C errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b3012e1">8b3012e1</a> hw/p8-i2c: Don’t print warnings when dumping registers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b449782d">b449782d</a> hw/p8-i2c: Clean up interrupt masking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f7b726c">9f7b726c</a> libstb/tpm: block access to unknown i2c devs on the tpm bus</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80fd2e96">80fd2e96</a> xscom: Don’t log xscom errors caused by OPAL calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4fbdbc6">a4fbdbc6</a> doc: Add skiboot-5.2.0 ref</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f04000d7">f04000d7</a> doc/secvar: Fix table markup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06a90e9b">06a90e9b</a> doc/mpipl: Fix warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c76b1c19">c76b1c19</a> doc/secvar: Fix indentation warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/93ea4773">93ea4773</a> doc: Fix code blocks in v6.3.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8be8d98e">8be8d98e</a> doc/sbe: Fix block indentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/58d51527">58d51527</a> doc: Remove duplicate OPAL_ELOG_WRITE label</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/962f6d78">962f6d78</a> doc: Fix block in 6.3.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b4619a6">7b4619a6</a> doc/opal-api: Remove spurious indent</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f46e5ca">0f46e5ca</a> doc/dt: Fix memory-heirachy block</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/192efa9b">192efa9b</a> doc/opal-api: Remove ref to OPAL_HMI_FLAGS_TOD_TB_FAIL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7afd41b7">7afd41b7</a> doc/device-tree: Add secvar bindings to the toctree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e23e0053">e23e0053</a> doc: Add VAS stuff into the tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f59b2f6b">f59b2f6b</a> doc: Use parallel builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a8b45a6">4a8b45a6</a> doc: Remove bonus CONTRIBUTING.md from the index</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/275c73fc">275c73fc</a> doc: Fix some errors in platforms-and-cpus</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a02072d0">a02072d0</a> doc/imc: Fix sphinx warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d332d419">d332d419</a> README.md: Add information on docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/10bbcd07">10bbcd07</a> core/platform: Add an explicit fast-reboot type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee07f2c6">ee07f2c6</a> core/fast-reset: Do not enable by default</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82aed17a">82aed17a</a> firenze-pci: Fix infinite loop in firenze_pci_add_loc_code()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e122fba">2e122fba</a> hw/fsp: Remove stray va_end() in __fsp_fillmsg()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b776bb0f">b776bb0f</a> hw/fsp: Fix GENERIC_FAILURE mailbox status code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e19dddc5">e19dddc5</a> Re-license contributions from Raptor Computer Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5764dd3">a5764dd3</a> Re-license contributions from Dan Horák</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/504f4f08">504f4f08</a> Re-license contributions from Yadro</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d703ad5b">d703ad5b</a> hw/prd: Hold FSP notifications while PRD is inactive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec7be089">ec7be089</a> docs: Fix ref to skiboot-6.4 in 6.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b57002d">7b57002d</a> hw/xscom: Add scom infrastructure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b612fff">9b612fff</a> hw/centaur: Convert to use the new scom API</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38b5c317">38b5c317</a> hdata/memory: Add support for memory-buffer mmio</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e991415a">e991415a</a> hw/ocmb: Add OCMB SCOM support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f1937ef">0f1937ef</a> skiboot v6.6 release notes</li>
+</ul>
+<p>Reza Arbab (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ff5558c">7ff5558c</a> Dedup $(HW_OBJS)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e7f76b4e">e7f76b4e</a> hw/phys-map: Add pvr argument to phys_map_init()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6db75f1d">6db75f1d</a> hw/phys-map: Add Axone memory map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8279e529">8279e529</a> npu2: Prepare purge_l2_l3_caches() for reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d9ecf61c">d9ecf61c</a> npu2: Refactor NPU OPAL calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d9b06b85">d9b06b85</a> npu2: Add checks to npu2-only codepaths</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa3fc69f">aa3fc69f</a> hw: Introduce npu3</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6017ba6a">6017ba6a</a> Add Swift platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e334fbb">3e334fbb</a> npu3: Rename NPU3_SM_MISC_CFGn register macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82b57688">82b57688</a> npu3: Initialize NPU3_SNP_MISC_CFG0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2422c100">2422c100</a> npu3: Expose remaining ATSD launch registers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a36a4944">a36a4944</a> npu: Fix device binding error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38e1c73f">38e1c73f</a> npu3: Delay enablement of DL parity checking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f5ecfb3">3f5ecfb3</a> devicetree: Remove lpc interrupt properties</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91b4be52">91b4be52</a> platforms/swift: Remove spurious error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/03e7420e">03e7420e</a> npu3: Add ibm, ioda2-npu3-phb to compatible property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ea336e7">3ea336e7</a> npu3: Improve SALT log output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ece4109b">ece4109b</a> npu3: Make SALT CMD_REG writable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/24664b48">24664b48</a> npu2/hw-procedures: Remove assertion from check_credits()</li>
+</ul>
+<p>Ryan Grimm (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/689f4469">689f4469</a> slw: Enable stop states on P9P</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1fa6e85a">1fa6e85a</a> occ: Add pstate corresponding to base frequency to DT</li>
+</ul>
+<p>Stewart Smith (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/648c7cfd">648c7cfd</a> Silence sparse warning for version.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c256c68">2c256c68</a> sparse: Silence “directive in argument list” for version
+string</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7737655">c7737655</a> sparse: fix (main|secondar)_cpu_entry declaration types</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae9fb433">ae9fb433</a> sparse: fix endian types of struct imc_chip_cb members</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64b30ec5">64b30ec5</a> sparse: various SPIRA structures, declare them.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b2af1e5">4b2af1e5</a> sparse: lpc uart interrupt pointer endianness</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/352738f7">352738f7</a> sparse: hdata/fsp: u8 doesn’t have endian</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4bec3e9e">4bec3e9e</a> sparse: hdata/iohub: correctly convert endianness</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/33753c98">33753c98</a> sparse: hdata/spira sw_xstop_fir_bitpos is uint8_t, has no
+endian</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/62ceded3">62ceded3</a> sparse: libstb/container: fix endian type for magic number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ee242b9">0ee242b9</a> gcov: Fix skiboot size to dump out from simulators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/067de39a">067de39a</a> Move ec/ code to Rhesus platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ef3dd30">5ef3dd30</a> SPDX-ify all skiboot code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5826c0a2">5826c0a2</a> travis: Enable fedora30 for ppc64le</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/468a2dc1">468a2dc1</a> travis: remove fedora29</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85b94f12">85b94f12</a> travis: do gcov builds on fedora30</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8995ad61">8995ad61</a> doc/requirements.txt: pin docutils at 0.14</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73ded8c7">73ded8c7</a> doc/device-tree/ibm, opal/firmware/version: clarify timeline
+of git-id vs version</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e1db80c">0e1db80c</a> SPDX fixups and Copyright date fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12610da1">12610da1</a> libstb: export CVC/securerom code memory range</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70047661">70047661</a> mambo: enable use of real Container Verification Code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49496485">49496485</a> Re-license IBM written files as Apache 2.0 OR GPLv2+</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57c451dd">57c451dd</a> platform: add Raptor Blackbird support</li>
+</ul>
+<p>Thiago Jung Bauermann (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/528b72fa">528b72fa</a> core/init: Add ibm,processor-storage-keys property to CPU DT
+node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9cd556ca">9cd556ca</a> Makefile: Search for distro-provided cross-compiler</li>
+</ul>
+<p>Vasant Hegde (64):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca222757">ca222757</a> OPAL: Add OPAL boot entry address to device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af98c563">af98c563</a> FSP/MDST: Rename fsp-mdst-table.c -> fsp-sysdump.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d57eb46">9d57eb46</a> hdata: Split MDST ‘type’ field to accommodate MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b667811">0b667811</a> hdata: Define various DUMP related structures</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f10e629c">f10e629c</a> mem-map: Setup memory for MDDT table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbe6e969">bbe6e969</a> mem-map: Setup memory for MDRT table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/935fccb0">935fccb0</a> hdata: Update spirah structure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed7110ee">ed7110ee</a> hdata: Adjust various structure offset after relocation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0cadc985">0cadc985</a> hdata: Create /ibm, opal/dump device tree node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ba3198b">1ba3198b</a> MPIPL: Register for OPAL dump</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f94bda6">4f94bda6</a> MPIPL: Define OPAL metadata area</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef6da5f6">ef6da5f6</a> MPIPL: Add OPAL API to register for dump region</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d0c8ae5">8d0c8ae5</a> MPIPL: Add OPAL API to register tags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/166eda4e">166eda4e</a> SBE: Send OPAL relocated base address to SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a17e674">0a17e674</a> MPIPL: Add support to trigger MPIPL on BMC system</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbd875d7">fbd875d7</a> MPIPL: Save crashing PIR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa694ea0">aa694ea0</a> HIOMAP: Reset bmc mbox in MPIPL path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a669d0f">4a669d0f</a> platform: Introduce new reboot type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6326c712">6326c712</a> hdata: Add “mpipl-boot” property to “dump” node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d85abd9">3d85abd9</a> MPIPL: Prepare OPAL data tag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/19a8694f">19a8694f</a> MPIPL: Add OPAL API to query saved tags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7fa3c1ec">7fa3c1ec</a> MPIPL: Clear tags and metadata</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa5cb006">fa5cb006</a> MPIPL: Reserve memory to capture architected registers data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ddf1144">4ddf1144</a> MPIPL: Prepare architected registers data tag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11cb51ab">11cb51ab</a> MPIPL: Add documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc028857">cc028857</a> MPIPL: struct opal_mpipl_fadump doesn’t needs to be packed</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d75e82db">d75e82db</a> core/ipmi: Fix use-after-free</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0c996e4">a0c996e4</a> core/ipmi: Remove redundant variable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49be3377">49be3377</a> gard: Add support to run gard tests on FSP platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fc455b94">fc455b94</a> skiboot v6.3.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66ab3cbd">66ab3cbd</a> skiboot v6.5.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8bac56a">b8bac56a</a> hostservices: Silence special wakeup assert/release logs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3bfa320">c3bfa320</a> hdata: Fix reserved node label search</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f1557795">f1557795</a> prd: Improve debug logs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/790a604e">790a604e</a> prd: Fix prd message queuing interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7af08f2f">7af08f2f</a> prd: Fix FSP - HBRT firmware_notify message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a63db65">2a63db65</a> FSP/IPMI: Handle FSP reset reload</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13c2f98e">13c2f98e</a> skiboot 5.4.11 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87a470c2">87a470c2</a> skiboot v6.5.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28eab7cd">28eab7cd</a> skiboot v6.3.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/120b1b7d">120b1b7d</a> skiboot v6.0.21 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a448c4e2">a448c4e2</a> hdata: Update MPIPL support IPL parameter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/179d53df">179d53df</a> stable/build: Do not convert warnings to error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eebee394">eebee394</a> hdata: Fix SP attention area address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/457f9635">457f9635</a> mpipl: Release cpu data memory in free reserved memory path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b858aef5">b858aef5</a> mpipl: Disable fast-reboot during post MPIPL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/958769d1">958769d1</a> FSP: Remove flash hook after completing code update</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b0e02421">b0e02421</a> mpipl: Rework memory reservation for OPAL dump</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c53e3394">c53e3394</a> platform: Log error to BMC even if diag data is missing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8418ac7">c8418ac7</a> errorlog: Replace hardcode value with macro</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/caae4d47">caae4d47</a> list: Add list_add_after()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/16d186cf">16d186cf</a> memory: Sort memory regions list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/841874b6">841874b6</a> ipmi-sel: Free ipmi_msg in error path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20101950">20101950</a> esel: Fix OEM SEL generator ID</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/033e797c">033e797c</a> eSEL: Make sure PANIC logs are sent to BMC before calling
+assert</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/daf9215c">daf9215c</a> errorlog: Increase the severity of abnormal reboot events</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2700092e">2700092e</a> skiboot v6.5.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0043ee2">d0043ee2</a> skiboot v6.5.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ccfb4b3">4ccfb4b3</a> skiboot v6.0.22 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a4daeca">3a4daeca</a> Revert “FSP: Disable PSI link whenever FSP tells OPAL about
+impending R/R”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/33323055">33323055</a> skiboot v6.0.23 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6eb510d">d6eb510d</a> fsp: Ignore platform dump notification on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34664746">34664746</a> MPIPL: Add support to save crash CPU details on FSP system</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9547b3da">9547b3da</a> ZZ: Fix System Attention Indicator location code</li>
+</ul>
+<p>acsawdey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a08549a9">a08549a9</a> external/mambo: rename env var PMEM_MODES to PMEM_MODE</li>
+</ul>
+<p>joy_chu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9570730f">9570730f</a> Add: add mihawk platform file</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="patches-17">
+<span id="id33"></span><h3>Patches<a class="headerlink" href="#patches-17" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-17">
+<span id="id34"></span><h3>Commits<a class="headerlink" href="#commits-17" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="patches-18">
+<span id="id35"></span><h3>Patches<a class="headerlink" href="#patches-18" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-18">
+<span id="id36"></span><h3>Commits<a class="headerlink" href="#commits-18" title="Permalink to this headline">¶</a></h3>
+<p>Uma Yadlapati (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c622cb5">c622cb5</a> Add IPMI Key Clear sensor (#84)</li>
+</ul>
+<p>nmuruli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/0f9b366">0f9b366</a> Set IS_MPIPL_SUPPORTED to TRUE by default (#88)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="patches-19">
+<span id="id37"></span><h3>Patches<a class="headerlink" href="#patches-19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits-19">
+<span id="id38"></span><h3>Commits<a class="headerlink" href="#commits-19" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.4.html" title="previous chapter">Release Notes for OpenPower Firmware v2.4</a></li>
+ <li>Next: <a href="v2.5.html" title="next chapter">Release Notes for OpenPower Firmware v2.5</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.5-rc1.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.5.html b/release-notes/v2.5.html
new file mode 100644
index 0000000..4af2f25
--- /dev/null
+++ b/release-notes/v2.5.html
@@ -0,0 +1,2946 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.5 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="Release Notes for OpenPower Firmware v2.6" href="v2.6.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.5-rc1" href="v2.5-rc1.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-5">
+<h1>Release Notes for OpenPower Firmware v2.5<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-5" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.5 was released on Friday, May 22nd, 2020. It became the current stable release of op-build, following on from v2.4,
+first released on July 28th, 2019.</p>
+<p>In addition to a number of bugfixes and re-factors, plus the 3 new platforms listed below, this release also brings new features
+since v2.4, to highlight a few:</p>
+<ul class="simple">
+<li>Memory Preserving Initial Program Load (MPIPL): a Power feature where the contents of memory are preserved while the system
+reboots after a failure.</li>
+<li>Support for a new Power9 processor variant: Axone, aka P9P, with NPU3 hardware.</li>
+<li>OpenCAPI reset support: allow FPGA-based OpenCAPI devices to be re-flashed with a new device image, then reset to activate the
+new image.</li>
+</ul>
+<div class="section" id="known-issues">
+<h2>Known issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Some Romulus and Witherspoon systems are intermittently failing to reboot after a Redfish “GracefulRestart” operation. The system
+will stop indefinitely with the console message “OPAL: Shutdown request type 0x0…”. A cold IPL (system power cycle) may be
+required to recover from that scenario.</li>
+</ul>
+</div>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>mihawk</li>
+<li>blackbird</li>
+<li>swift</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="8%" />
+<col width="20%" />
+<col width="20%" />
+<col width="53%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>elfutils</td>
+<td>0.174</td>
+<td>0.176</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-odd"><td>glibc</td>
+<td>2.29-11-ge28ad44</td>
+<td>2.29-30-g2d3fefd</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>hcode</td>
+<td>hw071319a.940</td>
+<td>hw052020a.opmst</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-odd"><td>hostboot</td>
+<td>8abecc2</td>
+<td>9865ef9</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-even"><td>hostboot-
+binaries</td>
+<td>hw062819a.940</td>
+<td>hw013120a.opmst</td>
+<td>zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus,
+firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>hostboot-
+p8</td>
+<td>27dda29</td>
+<td>3267aff</td>
+<td>habanero, barreleye, firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-even"><td>ima-catal
+og</td>
+<td>3d30c7a</td>
+<td>89e00ee</td>
+<td>zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus,
+firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>kexec-lit
+e</td>
+<td>87d044a</td>
+<td>6b0130b</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.4</td>
+<td>v6.6</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.2.1</td>
+<td>5.4.33</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>linux-fir
+mware</td>
+<td>1baa348</td>
+<td>20190717</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, barreleye, romulus, opal,
+firestone, pseries, p8dtu, palmetto, zz, vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>linux-hea
+ders</td>
+<td>5.2.1</td>
+<td>5.4.33</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-even"><td>machine-x
+ml</td>
+<td>26b2092</td>
+<td>9a6da5f</td>
+<td>nicole</td>
+</tr>
+<tr class="row-odd"><td>machine-x
+ml</td>
+<td>eac9377</td>
+<td>5b3fbca</td>
+<td>romulus</td>
+</tr>
+<tr class="row-even"><td>machine-x
+ml</td>
+<td>a6f4df3</td>
+<td>0f9b366</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-odd"><td>occ</td>
+<td>e5a2afd</td>
+<td>ab4dc96</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-even"><td>occ-p8</td>
+<td>28b9f6e</td>
+<td>841e28a</td>
+<td>firenze, habanero, barreleye, firestone, pseries, p8dtu, palmetto,
+vesnin, garrison</td>
+</tr>
+<tr class="row-odd"><td>openpower
+-pnor</td>
+<td>0346930</td>
+<td>175f00d</td>
+<td>zaius, habanero, witherspoon, p9dsu, nicole, barreleye, romulus,
+firestone, p8dtu, palmetto, vesnin, garrison</td>
+</tr>
+<tr class="row-even"><td>petitboot</td>
+<td>v1.10.4</td>
+<td>v1.12</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+<tr class="row-odd"><td>sbe</td>
+<td>b96edc8</td>
+<td>c58e8fd</td>
+<td>zaius, witherspoon, p9dsu, nicole, romulus</td>
+</tr>
+<tr class="row-even"><td>skiboot</td>
+<td>v6.4</td>
+<td>v6.6</td>
+<td>firenze, zaius, habanero, witherspoon, p9dsu, nicole, barreleye,
+romulus, opal, firestone, pseries, p8dtu, palmetto, zz, vesnin,
+garrison</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="9%" />
+<col width="9%" />
+<col width="83%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>iprutils</td>
+<td>2.4.15.1</td>
+<td>zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison</td>
+</tr>
+<tr class="row-odd"><td>libsysfs</td>
+<td>2.1.0</td>
+<td>zaius,habanero,witherspoon,p9dsu,nicole,barreleye,romulus,opal,firestone,pseries,p8dtu,palmetto,vesnin,garrison</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-barreleye-xml">
+<h2>Package: barreleye-xml<a class="headerlink" href="#package-barreleye-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/barreleye-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-firestone-xml">
+<h2>Package: firestone-xml<a class="headerlink" href="#package-firestone-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/firestone-xml">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-garrison-xml">
+<h2>Package: garrison-xml<a class="headerlink" href="#package-garrison-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/garrison-xml">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-habanero-xml">
+<h2>Package: habanero-xml<a class="headerlink" href="#package-habanero-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/habanero-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7b72e51e">7b72e51e</a> HCode Error Logs - Final structure change for PGPE-OCC API</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/be8d21b4">be8d21b4</a> OCC assisted PGPE, SGPE Error Logging</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a3c009c8">a3c009c8</a> Abus PPE TSX Fix</li>
+</ul>
+<p>Gregory S Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/396561e6">396561e6</a> Revert “Hcode: hcode changes for STOP exit in SMF enabled HV
+mode”</li>
+</ul>
+<p>Jenny Huynh (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d1862ef5">d1862ef5</a> Make COREFIR(63) unit checkstop for Cumulus</li>
+</ul>
+<p>Luis Fernandez (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8df77fd2">8df77fd2</a> HB Implement Static Analysis with cppcheck</li>
+</ul>
+<p>Prem Shanker Jha (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/04f9cd2b">04f9cd2b</a> Img Build: Updated STOP API version to reflect SPR self save
+availability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b3180c3a">b3180c3a</a> STOP API: API to verify API and image compatibility.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/beaaeb86">beaaeb86</a> UV Support : Augmented STOP API and self restore for enabling
+ultravisor.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/737919b4">737919b4</a> Revert “UV Support : Augmented STOP API and self restore for
+enabling UV”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7658f97">b7658f97</a> Self Restore: Changes for SMF and SPR self save.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/065c07cb">065c07cb</a> Self Save: Fixing self save of core SPR.</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9eca2072">9eca2072</a> Hcode: hcode changes for STOP exit in SMF enabled HV mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/214ef8b2">214ef8b2</a> HWP: Fixed HV-UV and UV transition during STOP entry in case
+of LE.</li>
+</ul>
+<p>Rahul Batra (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9a22b25d">9a22b25d</a> PGPE: Optrace fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1096b337">1096b337</a> PM: Fix DB0 Hang</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/13b47242">13b47242</a> PGPE: Fix bad volt updt upon nack</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e8d3ed8d">e8d3ed8d</a> PGPE: Multiple Droop Handling Fix</li>
+</ul>
+<p>Yue Du (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a3362cd2">a3362cd2</a> CME: Reduce Image Size</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bd92fe00">bd92fe00</a> CME: Perform SMF Self Save After RAM Psscr.PLS in STOP Entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/694afd66">694afd66</a> Self Save: Added support for SPR self save in CME hcode(func
+ver)</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b1c57628">b1c57628</a> Axone: Disable Stop L3 Purge Abort to avoid disabling L3 hash</li>
+</ul>
+<p>hostboot (154):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e753ab63">e753ab63</a> Release tag information updated for hw071719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7076783">b7076783</a> Release tag information updated for hw071919a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/faebbb83">faebbb83</a> Release tag information updated for hw072219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/87e44f2b">87e44f2b</a> Release tag information updated for hw072419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2b1e4726">2b1e4726</a> Release tag information updated for hw072719a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8111338f">8111338f</a> Release tag information updated for hw073019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3478a0b5">3478a0b5</a> Release tag information updated for hw073119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/93d4ce16">93d4ce16</a> Release tag information updated for hw080119a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cfaad693">cfaad693</a> Release tag information updated for hw080219a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a4178079">a4178079</a> Release tag information updated for hw081019a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6383eed4">6383eed4</a> Release tag information updated for hw081319a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e34887db">e34887db</a> Release tag information updated for hw081419a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c7e1ca8c">c7e1ca8c</a> Release tag information updated for hw081619a.940</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5dbebecf">5dbebecf</a> Release tag information updated for hw082819a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56f778b6">56f778b6</a> Release tag information updated for hw082819b.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3cf46f78">3cf46f78</a> Release tag information updated for hw083019a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c01997e6">c01997e6</a> Release tag information updated for hw090119a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5c34aed8">5c34aed8</a> Release tag information updated for hw090319a.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f5a4f0ca">f5a4f0ca</a> Release tag information updated for hw090419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b2b481c6">b2b481c6</a> Release tag information updated for hw090619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/70a95c69">70a95c69</a> Release tag information updated for hw091019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e016bbb5">e016bbb5</a> Release tag information updated for hw091119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bd6572db">bd6572db</a> Release tag information updated for hw091319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a9791bdb">a9791bdb</a> Release tag information updated for hw091719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0229050e">0229050e</a> Release tag information updated for hw091919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3f12b2d6">3f12b2d6</a> Release tag information updated for hw092019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7ef293f">b7ef293f</a> Release tag information updated for hw092119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c136490e">c136490e</a> Release tag information updated for hw092519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f0fd894e">f0fd894e</a> Release tag information updated for hw092619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ffd6bf1a">ffd6bf1a</a> Release tag information updated for hw092719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0caf465">d0caf465</a> Release tag information updated for hw092819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6e5cf597">6e5cf597</a> Release tag information updated for hw100119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4e4150a8">4e4150a8</a> Release tag information updated for hw100219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b89376bb">b89376bb</a> Release tag information updated for hw100319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8f9fe01d">8f9fe01d</a> Release tag information updated for hw100419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/eda2b054">eda2b054</a> Release tag information updated for hw100519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b199e0c9">b199e0c9</a> Release tag information updated for hw100819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cf7d20a8">cf7d20a8</a> Release tag information updated for hw100919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/278684d5">278684d5</a> Release tag information updated for hw101219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2211d6ea">2211d6ea</a> Release tag information updated for hw101519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ea8c716f">ea8c716f</a> Release tag information updated for hw101619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/925882fd">925882fd</a> Release tag information updated for hw101719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a2f7b4ce">a2f7b4ce</a> Release tag information updated for hw101819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4200fb8">b4200fb8</a> Release tag information updated for hw102319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/afddb39b">afddb39b</a> Release tag information updated for hw102419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c240bed5">c240bed5</a> Release tag information updated for hw102519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2fd4b164">2fd4b164</a> Release tag information updated for hw102619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1e42a5d">c1e42a5d</a> Release tag information updated for hw102919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/af8209da">af8209da</a> Release tag information updated for hw103019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f5cfc834">f5cfc834</a> Release tag information updated for hw110119a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/be19b686">be19b686</a> Release tag information updated for hw110219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b7f2b8f2">b7f2b8f2</a> Release tag information updated for hw110519a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fa49d180">fa49d180</a> Release tag information updated for hw110719a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cf37b0ab">cf37b0ab</a> Release tag information updated for hw110819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/486d807e">486d807e</a> Release tag information updated for hw110919b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/653be77b">653be77b</a> Release tag information updated for hw111319a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5fbc0759">5fbc0759</a> Release tag information updated for hw111819a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/23e6cff8">23e6cff8</a> Release tag information updated for hw111919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/84d2649d">84d2649d</a> Release tag information updated for hw112019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f22c2cdf">f22c2cdf</a> Release tag information updated for hw112219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/877d7b06">877d7b06</a> Release tag & head commit information updated for
+hw112619a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/740156c3">740156c3</a> Release tag & head commit information updated for
+hw120419a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/24b70f41">24b70f41</a> Release tag & head commit information updated for
+hw120919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fb423b83">fb423b83</a> Release tag & head commit information updated for
+hw121019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9658287f">9658287f</a> Release tag & head commit information updated for
+hw121219a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7dc3ec6e">7dc3ec6e</a> Release tag & head commit information updated for
+hw121919a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/abb3817e">abb3817e</a> Release tag & head commit information updated for
+hw122019a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0c8a19f1">0c8a19f1</a> Release tag & head commit information updated for
+hw123020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b8defe1b">b8defe1b</a> Release tag & head commit information updated for
+hw010220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8628f1a4">8628f1a4</a> Release tag & head commit information updated for
+hw010620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4d14a3df">4d14a3df</a> Release tag & head commit information updated for
+hw010720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0b5d50ff">0b5d50ff</a> Release tag & head commit information updated for
+hw010820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fae5994b">fae5994b</a> Release tag & head commit information updated for
+hw010920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ea3e3e75">ea3e3e75</a> Release tag & head commit information updated for
+hw011020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3e2164c0">3e2164c0</a> Release tag & head commit information updated for
+hw011120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e57fe736">e57fe736</a> Release tag & head commit information updated for
+hw011320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8f6fdad9">8f6fdad9</a> Release tag & head commit information updated for
+hw011420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/99cffa02">99cffa02</a> Release tag & head commit information updated for
+hw011520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc7e95de">cc7e95de</a> Hcode: hcode changes for STOP exit in SMF enabled HV mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/af1e535c">af1e535c</a> Release tag & head commit information updated for
+hw011620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5b1e9a29">5b1e9a29</a> Release tag & head commit information updated for
+hw012120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0e6b5b4f">0e6b5b4f</a> Release tag & head commit information updated for
+hw012320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2779192c">2779192c</a> Release tag & head commit information updated for
+hw012420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/105a2313">105a2313</a> Release tag & head commit information updated for
+hw012720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef7c3d86">ef7c3d86</a> Release tag & head commit information updated for
+hw012820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e7971b5b">e7971b5b</a> Release tag & head commit information updated for
+hw012920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4a5305fc">4a5305fc</a> Release tag & head commit information updated for
+hw013020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dba5f033">dba5f033</a> Revert “Hcode: hcode changes for STOP exit in SMF enabled HV
+mode”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c03f6bd5">c03f6bd5</a> Release tag & head commit information updated for
+hw013120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d6a5e753">d6a5e753</a> Release tag & head commit information updated for
+hw020420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c1708e3c">c1708e3c</a> Release tag & head commit information updated for
+hw020520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ff142255">ff142255</a> Release tag & head commit information updated for
+hw021120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/64c963de">64c963de</a> Release tag & head commit information updated for
+hw021120b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/727a2859">727a2859</a> Release tag & head commit information updated for
+hw021320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b19c24e">6b19c24e</a> Release tag & head commit information updated for
+hw021420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d3a9bfad">d3a9bfad</a> Release tag & head commit information updated for
+hw021720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2bbe1ddd">2bbe1ddd</a> Release tag & head commit information updated for
+hw021820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/90a62283">90a62283</a> Release tag & head commit information updated for
+hw021920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c02c9362">c02c9362</a> Release tag & head commit information updated for
+hw022020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e2b9f7ba">e2b9f7ba</a> Release tag & head commit information updated for
+hw022420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2cf1d512">2cf1d512</a> Release tag & head commit information updated for
+hw022420b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ad88dac2">ad88dac2</a> Release tag & head commit information updated for
+hw022620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7586c895">7586c895</a> Release tag & head commit information updated for
+hw022620b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2c1f3f88">2c1f3f88</a> Release tag & head commit information updated for
+hw022820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3ea6aa70">3ea6aa70</a> Release tag & head commit information updated for
+hw030220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5633c6eb">5633c6eb</a> Release tag & head commit information updated for
+hw030320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1a1280a8">1a1280a8</a> Release tag & head commit information updated for
+hw030420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/356145d8">356145d8</a> Release tag & head commit information updated for
+hw030520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f4d730d9">f4d730d9</a> Release tag & head commit information updated for
+hw030620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/460e29ed">460e29ed</a> Release tag & head commit information updated for
+hw030920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ac97ba7a">ac97ba7a</a> Release tag & head commit information updated for
+hw031020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7bdcd32c">7bdcd32c</a> Release tag & head commit information updated for
+hw031120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/63e6d024">63e6d024</a> Release tag & head commit information updated for
+hw031220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e6e0c962">e6e0c962</a> Release tag & head commit information updated for
+hw031320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6adfbb52">6adfbb52</a> Release tag & head commit information updated for
+hw031620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d27dc42b">d27dc42b</a> Release tag & head commit information updated for
+hw032020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f96da34e">f96da34e</a> Release tag & head commit information updated for
+hw032020b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56bc2678">56bc2678</a> Release tag & head commit information updated for
+hw032320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/69fb7bd3">69fb7bd3</a> Release tag & head commit information updated for
+hw032520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1a795c98">1a795c98</a> Release tag & head commit information updated for
+hw032620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e52088b0">e52088b0</a> Release tag & head commit information updated for
+hw032720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d3d7eccf">d3d7eccf</a> Release tag & head commit information updated for
+hw033020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4b0c9b9">b4b0c9b9</a> Release tag & head commit information updated for
+hw033120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/186d7570">186d7570</a> Release tag & head commit information updated for
+hw040120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c5fb9e98">c5fb9e98</a> Release tag & head commit information updated for
+hw040220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ef11f4b5">ef11f4b5</a> Release tag & head commit information updated for
+hw040320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/db8a373e">db8a373e</a> Release tag & head commit information updated for
+hw040820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5655a99d">5655a99d</a> Release tag & head commit information updated for
+hw040920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bb72cdc4">bb72cdc4</a> Release tag & head commit information updated for
+hw041020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/28c3f110">28c3f110</a> Release tag & head commit information updated for
+hw041420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fec3f5ce">fec3f5ce</a> Release tag & head commit information updated for
+hw041520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bae922f5">bae922f5</a> Release tag & head commit information updated for
+hw041620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/105d09ad">105d09ad</a> Release tag & head commit information updated for
+hw041720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cd456911">cd456911</a> Release tag & head commit information updated for
+hw042020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b43c5809">b43c5809</a> Release tag & head commit information updated for
+hw042220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/16ee9a3a">16ee9a3a</a> Release tag & head commit information updated for
+hw042320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c8ce6e1a">c8ce6e1a</a> Release tag & head commit information updated for
+hw042420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b742f96b">b742f96b</a> Release tag & head commit information updated for
+hw042720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e5f8c726">e5f8c726</a> Release tag & head commit information updated for
+hw042820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/37555bc4">37555bc4</a> Release tag & head commit information updated for
+hw042920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/70745bc2">70745bc2</a> Release tag & head commit information updated for
+hw043020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a21b542d">a21b542d</a> Release tag & head commit information updated for
+hw050120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8d6e99b5">8d6e99b5</a> Release tag & head commit information updated for
+hw050420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/952dfde4">952dfde4</a> Release tag & head commit information updated for
+hw050520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e7f8b795">e7f8b795</a> Release tag & head commit information updated for
+hw050620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7cd08b67">7cd08b67</a> Release tag & head commit information updated for
+hw050720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/048533ba">048533ba</a> Release tag & head commit information updated for
+hw050820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/abf8e7e7">abf8e7e7</a> Release tag & head commit information updated for
+hw051120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/aeff6ed3">aeff6ed3</a> Release tag & head commit information updated for
+hw051220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c9b55da0">c9b55da0</a> Release tag & head commit information updated for
+hw051320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0cb49134">0cb49134</a> Release tag & head commit information updated for
+hw051520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/54c16b84">54c16b84</a> Release tag & head commit information updated for
+hw051820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/56375f9d">56375f9d</a> Release tag & head commit information updated for
+hw051920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ebc58b0e">ebc58b0e</a> Release tag & head commit information updated for
+hw052020a.opmst</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/505d05255">505d05255</a> Move to long term CLSCOM workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a690cdb01">a690cdb01</a> Axone setup changes to disable bumpy toothpaste
+workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aeaa72448">aeaa72448</a> Axone Gemini MDI issue workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c796d2cf8">c796d2cf8</a> Disable MC Channel Timeout because Gemini too slow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/074a2dd38">074a2dd38</a> Axone int updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23d883c6d">23d883c6d</a> HW508066 - interleave granularity not setup for group of
+3/6 in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b1553db4">8b1553db4</a> HW508063: Fix Mirrored BAR setup for SMF and Holes,set
+map_mode when flipped</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3655c1760">3655c1760</a> Disable fast act for power savings - no performance
+benefit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74609673f">74609673f</a> enable commandlists on non-gemini systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f83a8c5d6">f83a8c5d6</a> Set TL Credit limit to 18 for dcp0 credit return
+improvement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/31dd0024d">31dd0024d</a> Correct chiplet target for mc_omi_fir_reg xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/875d8fcca">875d8fcca</a> Remove OMIDL FIR setup from procedures, is done in
+initfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b481ff043">b481ff043</a> Init OMIC FIRs as masked</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8969e0121">8969e0121</a> Don’t unmask MCWAT parity errors in Axone</li>
+</ul>
+<p>Alvin Wang (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/870098a4e">870098a4e</a> Move MCBIST lib to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d236a4d9f">d236a4d9f</a> Move kind library to generic</li>
+</ul>
+<p>Amit Tendolkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18aa5d9e3">18aa5d9e3</a> HCode Error Logs - Final structure change for PGPE-OCC
+API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f40b75296">f40b75296</a> OCC assisted PGPE, SGPE Error Logging</li>
+</ul>
+<p>Andre A. Marin (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e08836ea">8e08836ea</a> Add DDR4 RCD attributes from the EXP resp structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17867d02c">17867d02c</a> Update TRFC_DLR to uint16 for 16Gb support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a76d69766">a76d69766</a> Clean up PPE character format and target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bc4196fe7">bc4196fe7</a> Add unit tests for mss field_t and macro def</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d474d644">0d474d644</a> Add bounds check API to generic_check library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80ecda0c5">80ecda0c5</a> Add DDR4 RCD attributes from the EXP resp structure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b661be89">3b661be89</a> Add supported_rcd attribute from SPD + tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1c57ddcd">f1c57ddcd</a> Update index_within_bounds() API</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5c86d25e">c5c86d25e</a> Update get_dimm_target() api to get_target()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f92ebb1bd">f92ebb1bd</a> Update get_ocmb_target() api to get_target()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81fe4816a">81fe4816a</a> Update attr_engine to handle more cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ba2723f1">9ba2723f1</a> Add empty explorer_rc_resp_fields file for HB
+mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6110ede07">6110ede07</a> Add explorer rc response to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f30db0976">f30db0976</a> Update API for std::begin and std::end</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dcb88fdc5">dcb88fdc5</a> Add explorer rc response to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/846f8544d">846f8544d</a> Remove unused p9a HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5e01d76f">e5e01d76f</a> Remove .mk references to unused p9a object files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9865ef91c">9865ef91c</a> Remove unused p9a files</li>
+</ul>
+<p>Andre Marin (15):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/831f9e0d8">831f9e0d8</a> Fix HB error with -Os compile flag due to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab9139914">ab9139914</a> Move pre_eff_config specific code to chip specific
+folders</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e26522ec">0e26522ec</a> Add nimbus and cumulus empty files for find
+specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06ed7403d">06ed7403d</a> Move find_magic from generic to Nimbus subdir path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fb424b8a">9fb424b8a</a> Change return size of the DDR4 DDIMM SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1061da027">1061da027</a> Add missing attributes needed to be set for generic
+mss_kind</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/491ac02e8">491ac02e8</a> Split nimbus and cumulus find API away from generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86f11d17e">86f11d17e</a> Add mss throttle files L1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3b51d33a">f3b51d33a</a> Move find API to share among memory controllers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85dce0de2">85dce0de2</a> Disable mem clk stop when in STR for DD2.* only</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a87142ef6">a87142ef6</a> Remove logic to disable memory clocks in STR if in
+PD_AND_STR_CLK_STOP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdc14bcd3">cdc14bcd3</a> Split nimbus and cumulus find API away from generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8776311e">f8776311e</a> Add call to exp_mss_thermal_init to step 14.2</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/daeac77bf">daeac77bf</a> Add RC A2, B3, and C3 for 16Gb RDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b403e6730">b403e6730</a> Clean up for p10 porting dependency errors</li>
+</ul>
+<p>Artem Senichev (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8653d6a">ad8653d6a</a> errl: Fix data reading from unaligned pointers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c79620afd">c79620afd</a> errl: Free memory allocated for parsers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b47fb5983">b47fb5983</a> Replace descriptions with JEDEC register names</li>
+</ul>
+<p>Ben Gass (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/111b6f0e6">111b6f0e6</a> p9_nv_ref_clk_enable, NV refclk bits moved to
+ROOT_CTRL7 for Axone.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fad02a31a">fad02a31a</a> Translate logical mca regisers in mcs chiplet as mca
+target type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c4acfedf">6c4acfedf</a> Move NPU_ENABLE to its own initfile and call from
+p9_npu_scominit for p9a.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38845b646">38845b646</a> Call p9_fbc_ioo_dl_npu_scom from p9_npu_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d534ac32b">d534ac32b</a> Update explorer scom header files with newer figtree
+data.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/98bf4ecbd">98bf4ecbd</a> Update OMI DS template support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51aae2461">51aae2461</a> Adding obj_handle values for attentions to
+explorer.scom.initfile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b0d4cb36">4b0d4cb36</a> Translate OMIC DL register correctly</li>
+</ul>
+<p>Bill Hoffa (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6abe77368">6abe77368</a> Parse MEM_PORT target type out of Machine Readable
+Workbook (MRW)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/07b05592e">07b05592e</a> Add HUID value to DDIMM parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cfa513f0">7cfa513f0</a> Process MRW MC Targets Correctly</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05007faa4">05007faa4</a> Ignore OMIC connections for OCMB_CHIP MRW processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5825828fa">5825828fa</a> Fix MMIO Addressing and Attributes on Non-Master Proc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e05083bbd">e05083bbd</a> Skip Alternate PNOR Validation on alt-master proc if lpc
+init fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c12d1ea9">6c12d1ea9</a> Update Sim level to 08_23_19_f5e686_simics.tar.gz</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e22e362f3">e22e362f3</a> Axone 2-Proc Standalone Sim Enablement</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75aa7d0bd">75aa7d0bd</a> Remove Unused clearPoreBars function in Istep 21.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c283187cd">c283187cd</a> Modify INTRP Initialization Order to route LSI interrupts
+over PSHIHB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7da5f5914">7da5f5914</a> Enable Serial Testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c13c81ff9">c13c81ff9</a> Fix HB Simulation Startup Script for using vexec</li>
+</ul>
+<p>Bradley Pepper (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/504aa7ff8">504aa7ff8</a> Adds plug rule for dependent DIMM slots on Swift</li>
+</ul>
+<p>Brian Silver (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/127c22d27">127c22d27</a> Add dump_regs for MC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bb6571fca">bb6571fca</a> Add mcbist L2 function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67a37edc8">67a37edc8</a> Change include paths in memory/lib, tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a123070b9">a123070b9</a> Add support for dynamic MC PERF2 register setup</li>
+</ul>
+<p>Caleb Palmer (77):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6751459c3">6751459c3</a> PRD: Axone MemEccAnalysis Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b731bda96">b731bda96</a> PRD: Axone Restore DRAM Repairs support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4128797da">4128797da</a> PRD: Axone sim support and test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e65958555">e65958555</a> PRD: Add OCMB support for ROW_REPAIR code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddf90e53a">ddf90e53a</a> PRD: Cumulus Add PLL Slave Error Regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37af28e05">37af28e05</a> PRD: NVDIMM avoid gard for general mem errors only for
+IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9de71650f">9de71650f</a> PRD: Axone OMIC to OMI connection and log parser updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ced77592">4ced77592</a> PRD: NVDIMM RDR no gard only for all repairs used case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a51a38812">a51a38812</a> PRD: Add Axone background scrubbing framework</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1090a522">b1090a522</a> PRD: Axone more MEM_PORT cleanup and misc updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8aa5e5fb9">8aa5e5fb9</a> PRD: NVDIMM signature and Warning Threshold update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/248c0df21">248c0df21</a> PRD: NVDIMM don’t check threshold unless no errors found</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/84e076b71">84e076b71</a> PRD: Axone MemoryMru Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/285dc2bbe">285dc2bbe</a> PRD: Uncomment OMI bus callout and cleanup getSlaveRanks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea5da88b0">ea5da88b0</a> MDIA: Update mdiatestmba.H test case</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbd250000">cbd250000</a> PRD: Don’t dealloc NVDIMMs set to NO_GARD in a
+predictive log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6034efa84">6034efa84</a> PRD: Skip callouts without trgts when clearing NVDIMM
+gard</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78c527c5e">78c527c5e</a> PRD: NVDIMM signatures use MCA HUID instead of DIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7aeced78">f7aeced78</a> PRD: NVDIMM Fix negative temperature check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8d0f324f7">8d0f324f7</a> PRD: Do not clear VPD at RDR when avoiding NVDIMM gard</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9808de5">8e9808de5</a> PRD: Fix reading of NVDIMM ES_TEMP value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5de75d9d">f5de75d9d</a> PRD: NVDIMM Additional FFDC for error analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b08fe621d">b08fe621d</a> PRD: Update NVDIMM warning threshold adjustment</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bfe56382f">bfe56382f</a> PRD: NVDIMM keep log hidden if no error found during
+analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d9057b40a">d9057b40a</a> PRD: Fix UNIT_CS analysis in OCMB chiplet FIR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0f0ff1e5">d0f0ff1e5</a> PRD: Lane repair OMI bus callout changes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b93f63ad3">b93f63ad3</a> PRD: NVDIMM workaround for ES TEMP glitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b99004fb7">b99004fb7</a> PRD: Initial Axone Channel Fail support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70a4b6bf1">70a4b6bf1</a> PRD: Add threshold for stopping on UEs/CEs during BgScrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3920d160e">3920d160e</a> PRD: Fix returning port position in dynamic mem dealloc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d750b3d9">9d750b3d9</a> PRD: Add additional FFDC to runtime NVDIMM analysis</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dbc30966">2dbc30966</a> PRD: Axone UE/CE threshold for background scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/195dd6a15">195dd6a15</a> PRD: Axone VCM Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e017df4c9">e017df4c9</a> PRD: Axone Two Phase Scrub (TPS) support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3407c1b4">e3407c1b4</a> PRD: OCMB handling for checkstop analysis path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8c686118">d8c686118</a> MDIA: Uncomment HWP calls</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fcbb09411">fcbb09411</a> Uncomment the remainder of hwp_wrappers.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0247cc5fb">0247cc5fb</a> Update ATTR_MEM_VPD_DQ_MAPs default to a 1-to-1
+mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3870cb85">e3870cb85</a> Add DIMM_BAD_DQ_DATA field for DDR4 DDIMM SPD and bad
+dq tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/574346780">574346780</a> PRD: Update CE/UE flood threshold to reset on new ranks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcdae9c49">bcdae9c49</a> PRD: Axone Dynamic Mem Dealloc Addr Translate Port Addr</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d65563f09">d65563f09</a> PRD: Axone Dynamic Mem Dealloc addr translate insert Grp
+ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1b590057">d1b590057</a> PRD: Uncomment Axone HWP code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70ef78700">70ef78700</a> PRD: NVDIMM only update status bits for predictive logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f4ac83bb">1f4ac83bb</a> PRD: Add check for OCMBs to MemDealloc::dimmList</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbb2bd756">cbb2bd756</a> PRD: Fix checkEccFirs template problem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da3c3ba33">da3c3ba33</a> PRD: Add workaround for OMIDLFIR channel fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c10eba828">c10eba828</a> PRD: Change MCC to OCMB chip connection lookup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3fec9cb1">a3fec9cb1</a> MDIA: Reenable PRD memdiags instead of cronus version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e9fe96af">7e9fe96af</a> PRD: Workarounds to avoid HIO during checkstops</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b10af06e">1b10af06e</a> Fix getting all OCMBs for mss_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51440d90c">51440d90c</a> PRD: NVDIMM callouts for register access errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a91c5531f">a91c5531f</a> PRD: Add default callout for chip connection lookup fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f07d459fb">f07d459fb</a> PRD: Disable OCMB UCS check and clear subchnl specific
+attn</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6badfcb9">b6badfcb9</a> MDIA: Update timeout FFDC gathering for OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/004dbbae7">004dbbae7</a> PRD: Channel Fail fix OCMB UCS query</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8491f368">e8491f368</a> PRD: Dyn mem dealloc fix getting ocmb channel pos</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d89b3e7bb">d89b3e7bb</a> MDIA: Enable restore dram repairs for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/638312ea6">638312ea6</a> MDIA: Update mdiatestmba test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cec911056">cec911056</a> MDIA: Add MCC registers to timeout FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cff27861a">cff27861a</a> MDIA: Disable restoreDramRepairs until we get updated HWP
+call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e64493c22">e64493c22</a> Make mss::ccs::execute static inline</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf23c9a46">cf23c9a46</a> PRD: Add dependencies for restore_repair in
+hwp_wrappers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ed3a8c72">9ed3a8c72</a> MDIA: For OCMBs avoid getting parent chip</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bf1bbfec">7bf1bbfec</a> PRD: Ignore mainline IUE if on at same time as mainline
+UE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc929c6fd">cc929c6fd</a> PRD: Update OCMB_LFIR[38] to defaultMaskedError</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03df92ad6">03df92ad6</a> PRD: Import extra signatures into OCMB rule file</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/296ac823f">296ac823f</a> PRD: Add assert checks for possible nullptr targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1040e48ee">1040e48ee</a> PRD: Don’t check for UE as side effect to now masked
+error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a0980566">3a0980566</a> PRD: Reenable restoreDramRepairs with updated HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0daff609">f0daff609</a> PRD: Update spare info in mem dq bitmap</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e8d0ecec">3e8d0ecec</a> PRD: Fix MPE error path asserts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f43234df9">f43234df9</a> PRD: Use wrapper for nimbus restore repairs call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db5cabf13">db5cabf13</a> MDIA: Swift disable restore dram repairs for the meantime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17f150207">17f150207</a> PRD: Fix MemoryMru dimm callout and FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e11c476d">7e11c476d</a> PRD: Add more dependencies for hwp_wrappers.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83aadcace">83aadcace</a> PRD: Fix OMIC action reg 32 per day thresholds</li>
+</ul>
+<p>Chen Du (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e783d1e86">e783d1e86</a> Dynamically generate ocmb cmd/rsp seq id</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85992ee55">85992ee55</a> Split nvdimm vendor logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/913aaa284">913aaa284</a> Fix MRW HUID for PMIC, OCMB, MEMPORT</li>
+</ul>
+<p>Chris Cain (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ceef10b02">ceef10b02</a> HTMGT: Update to support new PGPE elog structure</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2619526af">2619526af</a> P9A Tx Fifo Init + Init Settings Update</li>
+</ul>
+<p>Christian Geddes (60):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7f8781ee">e7f8781ee</a> Force sbe update loop if a change in OMI freq is detected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73acf956a">73acf956a</a> Support reading from EECACHE during runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c865c731a">c865c731a</a> Register EEPROM_CACHE device route for NODE targets for
+PVPD support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81c225bca">81c225bca</a> Enable runtime test for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be772a1e3">be772a1e3</a> Break out of loop if we fail to load reserved mem section</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3c0accfe">b3c0accfe</a> Remove MVPD,MEMD and CENHWIMG section from Axone pnor
+layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9d0c39c1">f9d0c39c1</a> Skip phase 2 of IDEC check for ocmb targets for gemini</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e05c2e69">7e05c2e69</a> Always update EECACHE header when we find a new eeprom
+entry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed0430e90">ed0430e90</a> OR mux select with the “enable” bit 0b1000 when making
+selection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/119219fbd">119219fbd</a> Skip mss_scrub with axone system for until we get it
+working</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/311f9e017">311f9e017</a> Add temp workaround to force Axone to use Nimbus’s hcode
+lid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/650345ffb">650345ffb</a> Switch which OMI init hwp we call for GEMINI ocmb targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9bdc8a41d">9bdc8a41d</a> Temp workaround to skip filling in TPM info for RT on
+axone systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b424be0fc">b424be0fc</a> Set Gemini EC level to be 0x10 if 0x00 is found in SPD
+revision field</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aade92abb">aade92abb</a> Add workaround to ignore MC channel hangs for Swift
+bringup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7892148b">a7892148b</a> Only compare a proc’s omi freq if it has functional OCMB
+children</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c98af339b">c98af339b</a> Do not unload modules loaded for unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f996208d">0f996208d</a> Use REL_POS of OMI and not OCMB for calculating hdat
+DIMM ID’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca543f732">ca543f732</a> Add OSYS record MM/SS keyword checks for PVPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1ec6c18b">b1ec6c18b</a> Update ocmb i2c driver to send address in read command
+sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a950157bf">a950157bf</a> Update sim scripts to use $proc_chip_type to lookup
+chip for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e839856d">4e839856d</a> Lookup ID/EC register on Gemini OCBMs for comparison to
+SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3bbc07ee0">3bbc07ee0</a> Introduce exp_getidec HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00fa8005d">00fa8005d</a> Compile new ioo_dl_npu_scominit HWP so its ready to
+use</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ba5510b7">6ba5510b7</a> Add “Not Wired” option for OPTICS_CONFIG_MODE attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59a241514">59a241514</a> Update DIMM mux_select to match their OCMB counterparts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bafe5de9d">bafe5de9d</a> Account for Explorer’s DMB_REVISION format in its SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e85d6dd64">e85d6dd64</a> Re-enable mss_scrub in istep16 for axone systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ab48e774">8ab48e774</a> Apply MC_HANG timeout workaround to all processors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/147018379">147018379</a> Skip OCMB targets while decidng what targets to process
+for IpmiFruInv</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69f3bd253">69f3bd253</a> Update axone pnor layout to move eecache to the begining</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b7c4af200">b7c4af200</a> Add wrapper to exp_getidec HWP so we can call it in
+platform code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b3bc0e6a">1b3bc0e6a</a> Disable OMI deconfig tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f3e041cb">0f3e041cb</a> Add new DDR4 DDIMM keyword ENTIRE_SPD_WITHOUT_EFD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e1de8adbd">e1de8adbd</a> Increase hostboot standalone timeout to be 75 minutes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bce435643">bce435643</a> Add call to fapi wrapper of exp_getidec into hwasPlat
+code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51c6d68c1">51c6d68c1</a> Update dimmspd used by explorers in axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1629aca37">1629aca37</a> Increase timeout for OCMB inband communication doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b6b984fa">5b6b984fa</a> Reorganize omi training steps accounting for new omi
+training hwps</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b524caae">8b524caae</a> Set endianess attributes in hb_customized_attrs instead
+of in code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dc7d1457">2dc7d1457</a> Update Part Number field side for DDR4 DDIMM spd layout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a058d0e23">a058d0e23</a> Call cronus version of memdiags for explorer until prd
+version works</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa122e3e9">aa122e3e9</a> Don’t consider processor’s OMI freq if it is 0 when freq
+restrictions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c4be0da9">9c4be0da9</a> Only call memdiags on Explorer ocmb chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/632582f10">632582f10</a> Allow dynmic i2c device addresses and set up PMIC targets
+to do this</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/22b39d874">22b39d874</a> Adjust deadman timeout request time to be 10.5 seconds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1260d0c7">d1260d0c7</a> Fix ipmifruinv calls for dimms in swift systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c016e9860">c016e9860</a> Avoid commiting errors inside fapi2_i2c device driver</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3689a691">c3689a691</a> Fixes to PMIC presence detection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d6b8ced5">6d6b8ced5</a> Allow HWPs that send BOOT_CONFIG command to ocbm to run
+in simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7cb71794b">7cb71794b</a> Correct ptr math and force CI i/o in kernal for machchk
+escalation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b80205824">b80205824</a> Filter out i2c slaves that are not associated with a
+given master</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/946a75dff">946a75dff</a> Add calls to p9a_disable_ocmb_i2c HWP in istep 8.12</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea01d258c">ea01d258c</a> Introduce eecache_editor.pl tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a1b24baf">2a1b24baf</a> Correct target hiearchy in axone system xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d712b65d7">d712b65d7</a> Remove workaround setting EFUSE3 power-on value</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a806047e">2a806047e</a> Remove workaround added to increment MCS timeout for
+gemini’s</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/582071097">582071097</a> Add hwp retry loop as workaround until we resolve timeout
+issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f32aff51f">f32aff51f</a> Make RT_TARG id generation code common between IPL time
+and runtime</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7866a7cc7">7866a7cc7</a> Add API to get OCMB’s mmio information, used to build
+HDAT</li>
+</ul>
+<p>Claus Michael Olsen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aea300c8e">aea300c8e</a> Fix to SW473350: p9_xip_customize Vpd core fill bug</li>
+</ul>
+<p>Corey Swenson (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f088a0dc2">f088a0dc2</a> Miscellaneous NVDIMM cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af4454c30">af4454c30</a> NVDIMM unlock error DELAYED_DECONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f691dc23a">f691dc23a</a> HBRT command from SBE to trigger NVDIMM operations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0856a71d6">0856a71d6</a> Fix NVDIMM update error log comments</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ad648b98">2ad648b98</a> NVDIMM: Load warning thresholds, after FW_UPDATE, on
+every IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8db346a1">d8db346a1</a> Add Encryption Enabled bit to NV_STATUS_FLAG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26c32cba6">26c32cba6</a> NVDIMM: Additional FFDC for NVDIMM/BPM callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce0d29c96">ce0d29c96</a> Add vendor log data to FFDC for all NVDIMM HW errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1434b8952">1434b8952</a> NVDIMM: FW_UPDATE: New FFDC for SECURITY_ERROR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adc61f1bd">adc61f1bd</a> Attempt to unlock encryption in NVDIMM Arm function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7fb809d19">7fb809d19</a> Re-enable NV_STATUS notification for Opal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f41f71705">f41f71705</a> Fix linker Object init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d8decc681">d8decc681</a> Add support for NULL char in vendor log</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e66117da">7e66117da</a> Add NVDIMM opertions to rt_cmds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d432c4503">d432c4503</a> Fix auto-arming NVDIMMs for ESS systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5eaa67a66">5eaa67a66</a> Always send NV_STATUS to Opal when opal-prd starts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3d65931f">c3d65931f</a> Fix for missing HBRT error log after error injected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/634b78532">634b78532</a> NVDIMM : Catch save error during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a96914fab">a96914fab</a> Add support for NVDIMM secure erase verify</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e69d7d9ff">e69d7d9ff</a> ARM/DISARM NVDIMMs by proc</li>
+</ul>
+<p>Dan Crowell (60):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0e2fddc7">d0e2fddc7</a> Add option to factory reset nvdimms</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2281d448">f2281d448</a> Enable URMOR hack for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dc572888">2dc572888</a> Add type to adapt mrw version of i2c mux to hb mux type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d622822e">0d622822e</a> Enable URMOR hack for Axone in shutdown path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a758c4ef">7a758c4ef</a> Handle processor swap between slots to 1-socket system</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6c712843a">6c712843a</a> Force NO_SWAP for Explorer MMIO word swap for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0606bb795">0606bb795</a> Honor DDIMM EFD metadata to choose OMI frequencies</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4b84d189">b4b84d189</a> Fix BPM script to put temp files into obj tree</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fae196d66">fae196d66</a> Add Axone comment to grouping attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c0426a12d">c0426a12d</a> Remove a file to remirror it</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d14af625">6d14af625</a> Add subsystem translations for NVDIMM part callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b8fb565e">4b8fb565e</a> Fix OMIC MRW processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd820b662">cd820b662</a> Final solution for Axone HCODE lid id</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ceefa096">2ceefa096</a> Do not allow PNOR partition adjustments when not in test
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f27f36ed">5f27f36ed</a> Enable SMF tests for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56b1dbc3c">56b1dbc3c</a> Skip hardware delays when running in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ad37b962">8ad37b962</a> Add support for DMI-MEMBUF bus failures to fapi</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a3a392385">a3a392385</a> Add OMI bus support to callouts</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed40af7bc">ed40af7bc</a> Enable rolling counter and verification of req id for
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9c4e6ad6">e9c4e6ad6</a> Remove ibm prefix from reserved memory spaces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/70b54e6ae">70b54e6ae</a> Automatically set VPD cache flags based on EEPROM cache
+setting</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0207ea10">a0207ea10</a> Add attribute to explicitly force OCMB Firmware update
+behavior</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/576b16849">576b16849</a> Add plug-rule callout to memory vpd lookup failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7739158a">a7739158a</a> Support scoms to MEM_PORT targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38949a9bb">38949a9bb</a> Do not crash if we have no functional nodes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4924154e6">4924154e6</a> Create FW interfaces to execute memory diagnostics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c7a264f8">9c7a264f8</a> Fix fapi spd testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d519d2911">d519d2911</a> Fix timestamp parser for OpenBMC ESELs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/95bb7028e">95bb7028e</a> Move HBRT reserved memory off of NVDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f46cc39f">1f46cc39f</a> Increase size of default printk buffer in error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06b4ead53">06b4ead53</a> Mark bootloader RCs for FSP export</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dfba68af8">dfba68af8</a> Update simics level to
+f0c3530f4fefad5236391e61ae29b1a2582636ca</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4235f2f22">4235f2f22</a> Add missing trace point to BlTrace.pm tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aad465f4b">aad465f4b</a> For ATTR_MSS_OCMB_HALF_DIMM_MODE to full dimm mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c46f1ee5b">c46f1ee5b</a> Automatically include config.h</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75c0908b9">75c0908b9</a> Switch DECONFIG over to DELAYED_DECONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4638dc513">4638dc513</a> Add current istep into TI SRC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddad6a525">ddad6a525</a> Call p9a_throttle_sync inside mss_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4198ffbc2">4198ffbc2</a> Force a Hostboot dump on any TI in Simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/91f6cf741">91f6cf741</a> Enhancements to default console output</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ceeb473d">6ceeb473d</a> Move p9a_omi_setup_bars from 12.4 to 12.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/03db83368">03db83368</a> Handle automatic interleaving between OMI sub-channels</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6aaded09">c6aaded09</a> Support for ATTR_TMP and GUARD in standalone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd4e73a22">fd4e73a22</a> Add obj tree to EXTRAINCDIR for istep10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14a51c828">14a51c828</a> Add more rc values to vmmpagetest</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cb00f7e0">1cb00f7e0</a> Add fir subdir to Axone mss HWP compile path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b5bb9f2e">3b5bb9f2e</a> Adjust idec algorithm for Explorer B.0 format</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a19ea2ae">1a19ea2ae</a> Change p9a_mss_freq from MEM_PORT to PROC_CHIP
+targets (HB)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a69880fa">4a69880fa</a> Better handling of end-of-year mirrored commits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dced790c1">dced790c1</a> ZZ Gen4 WOFDATA</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/541200528">541200528</a> Do not truncate error log at runtime when using
+firmware_request</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e31bed66">4e31bed66</a> Convert DECONFIG to DELAYED_DECONFIG on FSP systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c815997b7">c815997b7</a> Pass complete mmio address into runtime ocmb scom
+interface</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b49c1912">0b49c1912</a> Add translation for SuperWOF lid id</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f4f5c89e">9f4f5c89e</a> Allow very long attribute names</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f86c539">f6f86c539</a> Removing files to force a remirror…</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39d3e89fe">39d3e89fe</a> Fix attribute overrides for OCMB chips</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f968e9f34">f968e9f34</a> Add severity to error log commit trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/edf989527">edf989527</a> Add support for ASIC targets to attribute dumper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/373872ccf">373872ccf</a> Fix typo in entity path for OCMB</li>
+</ul>
+<p>Dan Larson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/514dce81c">514dce81c</a> HCBI-239 Enable static analysis</li>
+</ul>
+<p>Daniel M Crowell (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a6e20386">4a6e20386</a> Revert “Compile Hostboot with -Os”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35cc764a1">35cc764a1</a> Revert “Remove ibm prefix from reserved memory spaces”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6332cbac6">6332cbac6</a> Revert “Add DDR4 RCD attributes from the EXP resp
+structure”</li>
+</ul>
+<p>Dean Sanner (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a22884e07">a22884e07</a> Correctly form LX record/keyword for OpenPOWER</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/449d1fabb">449d1fabb</a> Fix bug in attribute sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd1e5c91e">cd1e5c91e</a> Compile Hostboot with -Os</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4e7bcba0">c4e7bcba0</a> Compile Hostboot with -Os</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c03d51c2">7c03d51c2</a> Always position HOMER in HV space for istep 16</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b28407123">b28407123</a> Add missing target types for OCMB</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/81abe97b7">81abe97b7</a> Support direct load of POWERVM from BOOTKERNEL partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d99b1eddc">d99b1eddc</a> Add SBE Arch dump area for both OPAL & PHYP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/334617066">334617066</a> Replace spr/gpr numbers with names for arch dump</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c16b08724">c16b08724</a> Update HDAT flags to indicate memory dump</li>
+</ul>
+<p>Devon Baughen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df80bf43c">df80bf43c</a> add function to turn on adaptation in bootconfig</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29ca2d7cf">29ca2d7cf</a> extend bootconfig0 polling to account for longer sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebe4ee887">ebe4ee887</a> update omi hang workaround to loop through all lanes</li>
+</ul>
+<p>Emmanuel Sacristan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eb3d4239b">eb3d4239b</a> adding iss 768 init for p9 behaviour in nmmu</li>
+</ul>
+<p>Giridhari Krishnan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d507b6f85">d507b6f85</a> Merging of Serverwiz and hostboot repo Targets.pm</li>
+</ul>
+<p>Glenn Miles (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9f92316f3">9f92316f3</a> Do nothing with error logs after shutdown event is
+received.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68ba813f2">68ba813f2</a> Fix invalid use of vector iterator</li>
+</ul>
+<p>Ilya Smirnov (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3ab493b69">3ab493b69</a> Account For TPM Not Required in Node Comm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33dcae3a2">33dcae3a2</a> Set SMF_CONFIG Attribute in MBOX Scratch Reg</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4ea0824d8">4ea0824d8</a> Update SBE In Istep7.5 In SMF Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3db6c1479">3db6c1479</a> Cache VERSION Partition</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b9cb9f771">b9cb9f771</a> Update SYS’s ATTR_XSCOM_BASE_ADDRESS in SMF Paths</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc0e2ceee">fc0e2ceee</a> HDAT: Add SMF Memory Region</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c049efe44">c049efe44</a> Update startup.simics To Disable SBE Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2bcdefb2">d2bcdefb2</a> Add Printk Traces to ThreadPool Unit Tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e5621232">0e5621232</a> Fix ThreadPool Memory Corruption</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cee7cd49">1cee7cd49</a> Fix UVBWLIST SBE Chip Op</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58930a38e">58930a38e</a> HB TI Area Parser</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54e0ec81e">54e0ec81e</a> SMF: Distribute 0 Mem By Default</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e691347">d4e691347</a> Emit an Error Log When TPM_UNUSABLE Is Set</li>
+</ul>
+<p>Jacob Harvey (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fc60d7a2">9fc60d7a2</a> Fixed doxygen errors and typos</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/53b580bab">53b580bab</a> Implementing thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f26b88c04">f26b88c04</a> Power Thermal init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85b7c42f1">85b7c42f1</a> Disable memory throttle change_after_sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7bb1c0030">7bb1c0030</a> Change power controll settings for PD/STR</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7de009de">e7de009de</a> L3 draminit and mss_lib</li>
+</ul>
+<p>Jayashankar Padath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/103d85c96">103d85c96</a> HDAT: Support for Swift/Axone memory sub system</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50c349b5a">50c349b5a</a> HDAT: Add MMIO information of OCMB in to Ms Area</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e9344fa0">8e9344fa0</a> HDAT: Update on MMIO range address</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c64cf3cb">1c64cf3cb</a> Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ADD1.0+</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39854a32f">39854a32f</a> Add slbv, slbe extraction to p9_ram_core procedure</li>
+</ul>
+<p>Jet Li (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e071c333">4e071c333</a> Create submodule in hostboot repo for mctp</li>
+</ul>
+<p>Joachim Fenkes (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60d3cb8b4">60d3cb8b4</a> Streamline the way PIB/NET are initialized between SBE
+and Cronus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6be2a4214">6be2a4214</a> FAPI2: Add FAPI2_RC_PLAT_MISCOMPARE</li>
+</ul>
+<p>Joe McGill (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bd473add8">bd473add8</a> p9_fbc_ioo_tdm_recovery – post spare lane FIR after
+final FIR clearing, unmask</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1fb1c42e4">1fb1c42e4</a> p9_proc_gettracearray – updates for Axone</li>
+</ul>
+<p>Kahn Evans (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/66af054d9">66af054d9</a> Fix for missing putCMD symbols</li>
+</ul>
+<p>Klaus Heinrich Kiwi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/caaf22c3e">caaf22c3e</a> Debug Scripts: Remove deprecated defined(@array)</li>
+</ul>
+<p>Louis Stermole (47):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd6aa0faa">dd6aa0faa</a> Lengthen polling duration for Explorer outbound doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a911c8a49">a911c8a49</a> Fix polling timeouts for exp_omi_train and
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eed860207">eed860207</a> Add attribute to control word swapping over OMI MMIO</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77397c404">77397c404</a> Change description and default for
+ATTR_MSS_OCMB_EXP_BOOT_CONFIG_DFE_DISABLE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51aebe563">51aebe563</a> Change p9a_mss_eff_config to use rank-specific RTT
+values from SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3e7974342">3e7974342</a> Updates to Explorer FW upload tools</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4cbe15e36">4cbe15e36</a> Rename p9a_mss_memdiag to exp_mss_memdiag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9d7ab6bb2">9d7ab6bb2</a> Skip running
+EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ in exp_mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff05444dd">ff05444dd</a> Remove unmask of MCBISTFIRQ[12]</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/994392964">994392964</a> Remove unused procedure p9a_mss_eff_config_thermal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3502d6036">3502d6036</a> Add deconfigure of memory port if mss_freq can’t find
+consensus freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f808f21c">2f808f21c</a> Skip setting up emergency throttle settings for Explorer
+in Cronus mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef6600cc1">ef6600cc1</a> Add empty file for exp_port_traits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b91b9596">7b91b9596</a> Add attribute to specify polling timeout for
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a801fcf53">a801fcf53</a> Fix exp_draminit to print response structure and error
+code when training fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a69715d78">a69715d78</a> Add p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b29b3829">6b29b3829</a> Change p9a_mss_freq to work on PROC_CHIP target</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f51ad1f24">f51ad1f24</a> Add blank file for exp_port.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9b71d90c">a9b71d90c</a> Don’t assert from ddimm_get_efd for unsupported freq if
+ffdc_enabled not set</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c49249c72">c49249c72</a> Add Explorer specific MCBIST settings before scrub and
+maint</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19e0f82a3">19e0f82a3</a> Add blank file exp_fir.C for HB mirror</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/46174931e">46174931e</a> Add blank files for P9A plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4fd28507">c4fd28507</a> Add Axone FIR unmasking after p9_chiplet_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/288f7babe">288f7babe</a> Add unmask_after_exp_omi_setup and FIR checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a26734f8">3a26734f8</a> Add ATTR_MEM_IGNORE_PLUG_RULES to skip Axone plug
+rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f40c41f81">f40c41f81</a> Increase exp_draminit polling timeout for MDS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9c2a95eab">9c2a95eab</a> Add some FIR unmask updates for p9a and explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fde4c9f63">fde4c9f63</a> Add periodic mem cal to end of exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/513da3116">513da3116</a> Set reorder mode after read-only subtest in exp_memdiag</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9687ad70">e9687ad70</a> Add unmasks for REG1 and REG2 versions of OMI_FIR for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ed0290da">6ed0290da</a> Change “ALL EFDs have been exhausted” trace from error to
+info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eed98f14e">eed98f14e</a> Fix DL_OMI_FIR unmasks after p9_chiplet_scominit to
+be DL specific</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/445272ea4">445272ea4</a> Fix Swift plug rule for DDIMM channel dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/044ece9cc">044ece9cc</a> Add PRD helper functions for restore_repairs on Nimbus
+and Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/129a80acf">129a80acf</a> Fix MC_OMI_FIR_REG_DL0_FLIT_CE unmask in
+p9a_omi_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d97ea2280">d97ea2280</a> Add initial masking to Explorer MC_OMI_FIR in
+exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e27c350a6">e27c350a6</a> Add include for find.H in gen_mss_port.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e383f5b6e">e383f5b6e</a> Remove unmask for EXP LOCAL_FIR DDR_PHY_IRQ0 after
+exp_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5d254cd8">f5d254cd8</a> Fix Explorer checkstop FIR action settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7198f1765">7198f1765</a> Add empty files for Explorer MR workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7738e193">c7738e193</a> Fix MC_TYPE used in restore_dram_repairs common code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9945d6bdc">9945d6bdc</a> Update two explorer FIR settings per SW490643</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37cdcf39c">37cdcf39c</a> Suppress FAPI_ERR messages from DDIMM EFD probing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3edaad3c0">3edaad3c0</a> Add override of LPASR setting depending on MRW refresh
+rate</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5653b160">f5653b160</a> Set MSDG_RDIMM type in user_input_msdg for DDIMM with
+RCD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/37795a2b2">37795a2b2</a> Add unmask of Explorer Global FIR bit0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fbb698a84">fbb698a84</a> Add support for EXP_FW_TWI_FFE_SETTINGS command</li>
+</ul>
+<p>Luis Fernandez (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6faf10f43">6faf10f43</a> HB Implement Static Analysis with cppcheck</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5474e9200">5474e9200</a> Fixes from HB for GCC 8 Compiler</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/163b6d077">163b6d077</a> (Fix for:) Alert when a partition’s space utilization
+exceeds a threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08501bc65">08501bc65</a> Patch For: Implement Static Analysis with cppcheck</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5dd26a01e">5dd26a01e</a> New Optional Argument to PnorUtils.pm’s loadPnorLayout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1f76bfa23">1f76bfa23</a> Add call to p9_throttle_sync inside
+cumulus_call_mss_scominit</li>
+</ul>
+<p>MATTHEW I. HICKMAN (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01ac1b8dc">01ac1b8dc</a> Added security bit and fir handling, gard and trace fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1cd7d1c78">1cd7d1c78</a> Fix for offset traces due to merge bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0cd81c61">b0cd81c61</a> Fixed several small bugs found via code review</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/913c6fde1">913c6fde1</a> Fixed several Arm error handling bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b23632654">b23632654</a> Fixed pre-req check during NVDimm Arm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36a6a52a5">36a6a52a5</a> Added additional erase error handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/746ec708f">746ec708f</a> Fixed the restore status flag bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5db287b6e">5db287b6e</a> Fixed NOT_ENOUGH_ENERGY_FOR_CSAVE check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8722652">7b8722652</a> Fixed error handling issues in arm path</li>
+</ul>
+<p>Mark Pizzutillo (60):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a513ca00">3a513ca00</a> Split omi setup & train for new DL_TRAIN cmd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ccea20bd">5ccea20bd</a> Add omi_workarounds blank files for PRBS OMI training
+workarounds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fffa914a">5fffa914a</a> Add blank files for exp_inband move to memory/lib/</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cf4b39c85">cf4b39c85</a> Add PRBS training sequence to exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52ccb29ce">52ccb29ce</a> Fix FAPI_INF segfault in exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bca5cf6af">bca5cf6af</a> Create workaround for gemini MENTERP register bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/79c45f4da">79c45f4da</a> Move exp_inband to lib directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00d4530ee">00d4530ee</a> Add rank API support in axone_mss_freq</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b5c78b95">4b5c78b95</a> Add support for MCHP dmb revision ids in ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/24762ab00">24762ab00</a> Fix issue in pmic_enable where VR_ENABLE did not kick
+off</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c930cf14">3c930cf14</a> Add workaround for gemini OMI config settings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d43de0d64">d43de0d64</a> Add pmic_status_tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75ac15f71">75ac15f71</a> Fix bug causing get_mmio index overflow for swift</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae8c69b80">ae8c69b80</a> Zero out command argument field to fix exp_draminit
+issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a27f4603">7a27f4603</a> Add ekb dual drop support for p9a</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3cdd4fbe9">3cdd4fbe9</a> Add pmic_i2c_addr_get function for platform code use</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b2be220bb">b2be220bb</a> Add blank files for p9a_omi_setup procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d80f7fc83">d80f7fc83</a> Fix dmb_revision size in ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04d5973be">04d5973be</a> Add blank files for exp_omi_train_check procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48abe5e8a">48abe5e8a</a> Add support for new pmic sequencing SPD fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c349ba997">c349ba997</a> Check PMIC error and enable statuses after pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/104c2dc59">104c2dc59</a> Disable & clear PMIC status codes in beginning of
+pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/822fea83d">822fea83d</a> Add MDS attribute & draminit support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8f549e754">8f549e754</a> Add code and workarounds for *_omi_setup and
+*_omi_train for Swift</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9546b72bc">9546b72bc</a> Increase default PRBS_TIME for FW</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1745eed20">1745eed20</a> Make explorer endian attributes platInit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d639a5a45">d639a5a45</a> Add printout of ECID in exp_getecid</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4921bf245">4921bf245</a> Update exp_draminit results display for new response
+structs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b9dc024e">4b9dc024e</a> Add assert for RSP extended data buffer size in
+exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b50210ae">0b50210ae</a> Reverse mcbist address buffer fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f280b8d2">3f280b8d2</a> Fix odt RD/WR fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eddd46a88">eddd46a88</a> Add MCBIST infinite tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30077cd8b">30077cd8b</a> Add blank files for explorer plug rules libs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e3eaedff">7e3eaedff</a> Add check for compatible upstream templates before
+enabling Explorer metadata</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ac7a33a9">1ac7a33a9</a> Fix EFD processor indexing error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/291768968">291768968</a> Remove vin_bulk check before status clears in
+pmic_enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ecac8199d">ecac8199d</a> Add asserts for invalid states of enterprise & half dimm
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0921b80a5">0921b80a5</a> Add new DDIMM spd version 0_3 and update UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/149d7cc96">149d7cc96</a> Fix pmic_status_tool exiting before checking both PMICs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3c8aa5e5">d3c8aa5e5</a> Update *_train_check procedure errors to print status
+info</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00950f87a">00950f87a</a> Fix DFIMRL_DDRCLK_trained draminit result display
+printout log level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/779761d1c">779761d1c</a> Add read only subtest at the end of exp_mss_memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dc407ba49">dc407ba49</a> Add blank file for hwpf i2cslave attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/798af67f2">798af67f2</a> Add attribute for SPD_REVISION (byte 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be69d0cb3">be69d0cb3</a> Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6579e15ca">6579e15ca</a> Refactor PMIC attributes to be at OCMB level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/921a602d7">921a602d7</a> Add deconfigure for OCMB_TARGET if no doorbell</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac2efc87f">ac2efc87f</a> Add SPD, ATTR, and code support for thermal sensor fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5813785b">f5813785b</a> Move p9a_omi_init from nimbus to axone directory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87f140959">87f140959</a> Fix incorrect polling rate in exp_mss_thermal_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/42f6285e7">42f6285e7</a> Update pmic_bias_tool percentage bias to be relative to
+nominal</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba560090b">ba560090b</a> Update RAS DQ Inject tool with new MCHP squence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/18ef7916f">18ef7916f</a> pmic_enable: Add additional clear for error status bits
+in R04-R07</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50da7a4fa">50da7a4fa</a> Update explorer CCS to handle A vs B side ranks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e3449aed">5e3449aed</a> Update explorer CCS ODTs to support mirroring A-B</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f25313313">f25313313</a> Add FFDC and trace for DL0_ERROR_HOLD in
+*_omi_train_checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09ee51cf9">09ee51cf9</a> Add check for matching PMIC vendor and IDT revisions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e45676f10">e45676f10</a> Add OMI training hang workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3fe610a3d">3fe610a3d</a> Add attribute for MODULE_MFG_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4bb52ebda">4bb52ebda</a> Fix modal_symbol_count port</li>
+</ul>
+<p>Matt Derksen (35):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2e406cadf">2e406cadf</a> Remove CONFIG_AXONE_BRING_UP from xscomtest</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3043ae16">b3043ae16</a> Enable testpreverifiedlidmgr for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3a146159c">3a146159c</a> Enable secure boot in Axone simics</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/256d3e0a8">256d3e0a8</a> Enable prdf_hb_common_test for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/199b35573">199b35573</a> Call new p9a_throttle_sync procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fc5fa5842">fc5fa5842</a> Runtime scom support for OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51b7478d2">51b7478d2</a> Fix calling eepromddtest.H</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/794efce0c">794efce0c</a> Fix retry failure in nvdimmWriteData()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/052182c0d">052182c0d</a> Test runtime scom support in Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b0f0228ff">b0f0228ff</a> Remove verbose option from handle_duplicates call</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4df5e918">c4df5e918</a> Update SPD_DDR4 size to be 640 bytes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/582ed66b3">582ed66b3</a> Implement std::begin() and std::end() for base types</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8664b9adb">8664b9adb</a> Add exp_mss_eff_config_thermal call to istep7 for
+Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feef0389e">feef0389e</a> Dummy commit to prime hwsv for new Explorer FFDC
+collection</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56574b602">56574b602</a> Support EXP_FW_LOG command to get Explorer FW logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e6285e72">8e6285e72</a> Support EXP_FW_LOG command to get Explorer Firmware
+logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09016a8a7">09016a8a7</a> Hostboot platform support for Explorer inband commands
+via i2c</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5796a5fa">f5796a5fa</a> Add NVDIMM node controller readme text</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63989a514">63989a514</a> Create error for unsuspected target in
+configureHbrtHypIds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b221671e5">b221671e5</a> NVDIMM Erase error handle not working in IPL Arm handling</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/68ab1e874">68ab1e874</a> Prevent pre-3.0 level NVDIMMs from being in systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e01fc4be9">e01fc4be9</a> NVDIMM update - Clear FW Ops Status verification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/027b53647">027b53647</a> NVDIMM FW update region write retry</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12f57c203">12f57c203</a> Slot check after firmware update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a50115980">a50115980</a> Remove excessive NVDIMM tracing from normal path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e22bb40fb">e22bb40fb</a> Fix reporting eecache if no record specified</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/45cb27519">45cb27519</a> NVDIMM: Mask mbacalfir at the beginning of restore step
+during mpipl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/829e56fb1">829e56fb1</a> NVDIMM: Use block write for nvdimm update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a42605426">a42605426</a> NVDIMM: correct the RC for BLOCK write failure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d45a9393d">d45a9393d</a> NVDIMM: poll for updated SET_EVENT_NOTIFICATION_STATUS
+in nvdimmArm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fffe69ad3">fffe69ad3</a> Remove nvdimmAddVendorLog calls from checksum errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/820a09943">820a09943</a> NVDIMM update: retry all region failures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10a83636b">10a83636b</a> Improvements to testing NVDIMM update path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e53402c0f">e53402c0f</a> Explorer update hash fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27e689c2f">27e689c2f</a> Enable the inband Explorer update</li>
+</ul>
+<p>Matt K. Light (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da8e96ea0">da8e96ea0</a> remove relative path to p9_lpc_utils.H from
+p9_collect_lpc_regs.C</li>
+</ul>
+<p>Matthew Hickman (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd400b157">fd400b157</a> Added p9a memdiags implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d3e1f11e">4d3e1f11e</a> Added PRD Wrapper file for hwp invoke commands</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/afeaf784d">afeaf784d</a> Fixed the ccs port merge conflicts and added lab code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d57798877">d57798877</a> Added error checking and handling to nvdimm ipl</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d88e41a26">d88e41a26</a> Added fir unmasking after exp_scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9965b521f">9965b521f</a> Added unmasking to exp_memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/abf673285">abf673285</a> Added blank files for mrs and row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0106eaa7d">0106eaa7d</a> Added port of MRS engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6db3d460e">6db3d460e</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5adf9d688">5adf9d688</a> Added blank files for mrs and row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/470b8f500">470b8f500</a> Added port of MRS engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bbeb38c59">bbeb38c59</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cc7fb146a">cc7fb146a</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/52e1fe62c">52e1fe62c</a> Fixed ipl mk file to include unmasking code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ef6613fd">5ef6613fd</a> Fixed firmware calls to background scrub</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5ff4aa338">5ff4aa338</a> Added steer code for explorer</li>
+</ul>
+<p>Matthew Raybuck (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44fe892dc">44fe892dc</a> Add BPM utility scripts to support additional firmware
+update requirements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72f32c4cb">72f32c4cb</a> Update buildBpmFlashImages.pl to support configuration
+data binary generation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f18f9f2d1">f18f9f2d1</a> Add BPM firmware update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/beeb7f5f9">beeb7f5f9</a> re-enable CRC generation for BPM firmware binary</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f0b7c641">0f0b7c641</a> Fix BPM flash image script to properly calculate line
+length</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c03117c7b">c03117c7b</a> Add BPM config update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5617bb84a">5617bb84a</a> Add update verification and recovery procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dc237792">3dc237792</a> Add error logs to BPM update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c440fe6d">3c440fe6d</a> Add multiple error handling to BPM update procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/56a3ce983">56a3ce983</a> Add code to run BPM update procedure from
+nvdimm_update.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e28bd663f">e28bd663f</a> Correct BPM update flow to match SMARTs flow</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2118008d">a2118008d</a> Add attribute to force/skip BPM updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0ea4fac25">0ea4fac25</a> Enable BPM Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/deb984133">deb984133</a> Fix lingering error log issues for BPM updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f609640a7">f609640a7</a> Add more FFDC to BPM Update Error logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f88b6bc4a">f88b6bc4a</a> BPM Updates: Extend the reset device wait to 15 seconds
+from 10</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25e1157f5">25e1157f5</a> Fix misleading trace output for BPM attribute overrides</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d329c59bc">d329c59bc</a> BPM Updates: Move NVDIMM controller reset and final fw
+check to end of update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60fbee21b">60fbee21b</a> Fix bad arguments to additional FFDC capture in BPM
+Update code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fec74df97">fec74df97</a> Add a ReadMe to explain high level BPM Update Process</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a2b260834">a2b260834</a> BPM Update Tweaks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae388288d">ae388288d</a> Add check to see if BPM is connected before attempting
+Updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ddeb4d31">7ddeb4d31</a> Add 100ms wait to disable write protection for BPM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acdff8a39">acdff8a39</a> BPM: Bpm::issueCommand() fixes</li>
+</ul>
+<p>Maxim Polyakov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8665007c">e8665007c</a> ipmidcmi: Get DCMI capabilities info to check PM support</li>
+</ul>
+<p>Megan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/845fb4492">845fb4492</a> Allow defining a partition with automatic starting offset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ade048149">ade048149</a> Alert when a partition’s space utilization exceeds a
+threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1d4530dac">1d4530dac</a> Implement Static Analysis with cppcheck</li>
+</ul>
+<p>Michael Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed42128c7">ed42128c7</a> Revert “Terminate the IPL for Physical Presence Detection
+Erros in Mnfg Mode”</li>
+</ul>
+<p>Michael Pardeik (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/333d66b55">333d66b55</a> pmic status tool updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fe09e7b9d">fe09e7b9d</a> exp_mss_eff_config_thermal fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d0a45a3eb">d0a45a3eb</a> pmic_status_tool updates</li>
+</ul>
+<p>Mike Baiocchi (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcd6d6f29">bcd6d6f29</a> Secureboot: Enable verifying OPAL Payload before starting
+instructions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de0e45306">de0e45306</a> Remove Forced Update of UCD Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1dbb91e5e">1dbb91e5e</a> Add new Key Clear Request Attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eace166aa">eace166aa</a> Support GPIO Physical Presence Detect Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35964668f">35964668f</a> Add Physical Presence Check and Window Open Features</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/845513c74">845513c74</a> Move KEY_CLEAR_REQUEST attribute from node level to
+system level</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/26554a3e5">26554a3e5</a> Move definition of TRACE_ERR_FMT and TRACE_ERR_ARGS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/20b285f63">20b285f63</a> Add README.md files to the secureboot component</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/131e6e15f">131e6e15f</a> Base support for Key Clear Requests (not enabled at this
+time)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/01b7ddff2">01b7ddff2</a> Enable Key Clear Requests for FSP Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8368a4f4">a8368a4f4</a> Create CONFIG_NO_FAPI_TRACE to ignore all FAPI traces</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/14846f049">14846f049</a> Key Clear Request Sensor Support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/74d68472d">74d68472d</a> Terminate the IPL for Physical Presence Detection Erros
+in Mnfg Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d4e588d22">d4e588d22</a> Skip UCD Updates on fips950</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23374658f">23374658f</a> Properly Commit Physical Presence Detection Error Logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5bda93cf2">5bda93cf2</a> Update the data extended into TPM’s PCR_6</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/598923e18">598923e18</a> Fix persistency of ATTR_KEY_CLEAR_REQUEST</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1e3c27ff">a1e3c27ff</a> Add config.h to fsp.tar</li>
+</ul>
+<p>Milton Miller (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7dab51ab">f7dab51ab</a> p9_tod_setup: always set edge doubling</li>
+</ul>
+<p>Murulidhar Nataraju (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4e5e486a1">4e5e486a1</a> Enable copying of architected registers for OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/39a6f147b">39a6f147b</a> Update MPIPL Supported Bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3dbe6a196">3dbe6a196</a> MPIPL: For PHYP based system replace spr/gpr numbers with
+names</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ba85f05b">2ba85f05b</a> MPIPL:Fix the condition for copyArchitectedRegs()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d348d7c2d">d348d7c2d</a> MPIPL: ZZ-L, Update copyArchitectedRegs() for non-HW dump
+flow</li>
+</ul>
+<p>Nico Fajardo (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c830e13d">1c830e13d</a> Add FAPI_ASSERT for unsupported SPD rank in RTT fetch</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5616a5a99">5616a5a99</a> Adding blank exp_fir* files and unmask unit test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43f41edb7">43f41edb7</a> Adding blank p9a fir folder and files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5318cf7e4">5318cf7e4</a> Porting repair_state class and related functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/596206610">596206610</a> Unmask after draminit and draminit_mc; cmd complete</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a7bd8440">7a7bd8440</a> host_mc_traits blank file commit for
+after_p9a_omi_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e19c8c4e">8e19c8c4e</a> Adding after_p9a_omi_init.C and p9a-specific fir
+traits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b510640b">9b510640b</a> Adding after exp_omi_init unmask procedures and unit
+test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4991558f9">4991558f9</a> Adding unmasks after exp_scominit and unit test</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9b6bd57a1">9b6bd57a1</a> exp draminit & draminit_mc phase 3 update for PRD
+logging</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f79d885bb">f79d885bb</a> OCC firinit: Bug fix in reset path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/239b11b36">239b11b36</a> PM:Fix bug in quad poweroff procedure</li>
+</ul>
+<p>Prem Shanker Jha (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1adf7486a">1adf7486a</a> PM: Modified FFDC to avoid corruption of RC in error
+path.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4f8acbeb">a4f8acbeb</a> Img Build: Updated STOP API version to reflect SPR self
+save availability.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ab72d5c3">6ab72d5c3</a> STOP API: API to verify API and image compatibility.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af3984c4f">af3984c4f</a> HWP: Fixed HV-UV and UV transition during STOP entry in
+case of LE.</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12fdf6499">12fdf6499</a> PM: Fix DB0 Hang</li>
+</ul>
+<p>Roland Veloz (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44c6d599b">44c6d599b</a> Replaced invalid trace buffer with a valid one</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eafe3e3d5">eafe3e3d5</a> Added support for checking on the health status of an
+NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86e12de69">86e12de69</a> Fix to not send a NVDIMM protection state change to OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e5007180">7e5007180</a> NVDIMM: Fix issue where a deviceRead of a register is
+returning bad data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08db2d6a3">08db2d6a3</a> Increased the BMC timeout from 5 seconds to 30 seconds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7dce74704">7dce74704</a> Adding a routine to do the double to string conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/96be9fd64">96be9fd64</a> In regards to health check errors, removed the software
+callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/453670491">453670491</a> Updated the HBRT reserved trace buffer code to compensate
+for relocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/153dcaa15">153dcaa15</a> Implement an HBRT interface to log a gard event from
+PHYP/OPAL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3d8cfd06">c3d8cfd06</a> Added code to support doing an NVM health check</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fa1e0b136">fa1e0b136</a> Changed the callout in the call NVM Health Status to be
+an NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/532e4d358">532e4d358</a> ffdcExpander bash utility tool, written for December,
+2019 Hackathon</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1559c893b">1559c893b</a> The HOMER address is colliding with an NVDIMM address and
+should not</li>
+</ul>
+<p>Ryan Black (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/77ab77a26">77ab77a26</a> Mask NPU2FIR bits 15/16 & let consumer of SUE report/act
+on error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b24abd70">6b24abd70</a> unit xstop npu firs/sys xstop ocapi firs -> recoverable
+with fence</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f70454687">f70454687</a> set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ
+buffer read data.</li>
+</ul>
+<p>Ryan King (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cbc5dfe81">cbc5dfe81</a> Print out the fields of user_input_msdg for debug</li>
+</ul>
+<p>Sheng-Hao Huang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0571992d6">0571992d6</a> for defect number HW476620</li>
+</ul>
+<p>Sneha Kadam (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3eaf02929">3eaf02929</a> Renamed MCBIST subtest to clarify the test</li>
+</ul>
+<p>Stephen Glancy (41):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de35db8a7">de35db8a7</a> Fixes MCBIST ecc/spare data pattern bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0978a1a32">0978a1a32</a> Adds lab MCBIST compare masking functionality</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1552e3875">1552e3875</a> Adds MCBIST beat/byte signature data patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4a69b7534">4a69b7534</a> Adds LRDIMM shadow register workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e8d01aad">5e8d01aad</a> Adds blank files for ecc traps and fwms addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/15b0afe89">15b0afe89</a> Moves ecc::trap_address and fwms::address to new files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d1f65bf2">0d1f65bf2</a> Adds explorer MCBIST address/data traps processing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfad3552a">cfad3552a</a> Fixes maintenance pattern load bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3048b4b16">3048b4b16</a> Updates RDTAG for NVDIMM at 2400</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67fcaa2aa">67fcaa2aa</a> Adds explorer primary_ranks function for sf_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b8bfcc23">7b8bfcc23</a> Adds NVDIMM RD DQ delay workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f1f71a47">4f1f71a47</a> Adds power control access functions for NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2a3012ab7">2a3012ab7</a> Updates exp access delay regs to set delays</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5d5d91e2f">5d5d91e2f</a> Adds explorer shmoo traits</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a95709f74">a95709f74</a> Adds explorer exerciser MCBIST for shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7148b00bf">7148b00bf</a> Fixes explorer accessor bugs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca56ad521">ca56ad521</a> Adds eff config blank workaround files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/50b0357dd">50b0357dd</a> Adds NVDIMM RCW drive strength workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/78426ddee">78426ddee</a> Disables broadcast mode in memdiags::continue_cmd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f96eba016">f96eba016</a> Adds explorer RD VREF to access delay regs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d277b5e5d">d277b5e5d</a> Adds explorer CAC shmoo</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5b24dd1c6">5b24dd1c6</a> Updates MCBIST print statements</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9431cc09d">9431cc09d</a> Fixes MCBIST lab random addressing bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aae5b3e33">aae5b3e33</a> Fixes explorer FIR check to preserve bad RC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ed4ddefa">7ed4ddefa</a> Fixes MCBIST lab DIMM select configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c5263088b">c5263088b</a> Updates MMIO to use FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/97fc5523b">97fc5523b</a> Adds MCBIST functional verification tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6336baa2">f6336baa2</a> Updates centaur initfiles for 16Gb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28614a19e">28614a19e</a> Adds Centaur MCBIST 16Gb support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5f5573b5b">5f5573b5b</a> Adds utility to read explorer delay tap size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ff0e4392">2ff0e4392</a> Adds 16Gb support to centaur maintenance engine</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/151a9b61a">151a9b61a</a> Add blankfiles for explorer MRS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/085223bff">085223bff</a> Disables explorer low power mode for CCS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11793f86a">11793f86a</a> Fixes galois out of bounds bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a9774d7ae">a9774d7ae</a> Updates WR VREF accessors to be generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2f8905f6a">2f8905f6a</a> Adds explorer 2666 CCS write workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/078b7aa02">078b7aa02</a> Migrates MRS RTT swap functionality to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5e5e73990">5e5e73990</a> Adds explorer Per DRAM Addressability</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fd8e55022">fd8e55022</a> Adds unmask to runtime makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89c2449d6">89c2449d6</a> Updates persistant PMIC error bits prints</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d3e376b54">d3e376b54</a> Updates MRS API issue b-side iff an RCD is present</li>
+</ul>
+<p>Steven Janssen (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1be056a58">1be056a58</a> Update pmic header files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/43fbaa4a3">43fbaa4a3</a> Fix library dependancy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ea9d8d3d">8ea9d8d3d</a> update include path to resolve compiler warning in cronus</li>
+</ul>
+<p>Stewart Smith (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba9db9d33">ba9db9d33</a> memd_creation.pl: glob on *.rvpd to allow README in
+memd_binaries</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d52fed67b">d52fed67b</a> bootloader: skip secureboot header if exists and not
+secure booting</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1074af21">f1074af21</a> Fapi_Infra:Add new member to structure ErrorInfoCDG</li>
+</ul>
+<p>Sunil Kumar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b0389447">6b0389447</a> OCMB changes to suit PPE compilation.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f6fc522f">6f6fc522f</a> Enable i2c procedures for PPE compilation.</li>
+</ul>
+<p>Thi Tran (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf2951c9b">bf2951c9b</a> Fix HTM trace setup problem</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b3047ddb1">b3047ddb1</a> Fix bug injected by
+<a class="reference external" href="https://rchgit01.rchland.ibm.com/gerrit1/#/c/82196/">https://rchgit01.rchland.ibm.com/gerrit1/#/c/82196/</a></li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/599bd468c">599bd468c</a> Fix OCC sandbox base address overlapped with SMF in FLIP
+mode.</li>
+</ul>
+<p>Tsung Yeung (12):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/533e20087">533e20087</a> Stop mcbist during nvdimm restore to prevent broadcast
+out of sync</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8cc600d32">8cc600d32</a> Re-order NVDIMM MRS restore sequence to comply with Jedec
+spec</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d97b70655">d97b70655</a> Invalidate BAR during MPIPL NVDIMM restore</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b94854d1f">b94854d1f</a> Fix restore fail due to restore attempt on empty flash</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80f6d1dc0">80f6d1dc0</a> Replaces nvdimmWrite() to reset controller with
+nvdimmResetController()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7a3665d1">c7a3665d1</a> Double the NVDIMM_READY timeout to prevent erroneous
+error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34f119b59">34f119b59</a> Add nvdimm arm retry logic in case of glitches</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3f41702fb">3f41702fb</a> Replaces NVDIMM flush sequence with CCS</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be49aca6d">be49aca6d</a> Improper element erase during loop causing post-restore
+being skipped on nvdimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ef7ab2d8">7ef7ab2d8</a> Updates RD_VREF CMD_PRECEDE_TIME for 16GB NVDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75798874c">75798874c</a> Set ES policy before setting nvdimm thresholds</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f198534f2">f198534f2</a> Do not deconfig on nvdimm erase fail</li>
+</ul>
+<p>Vasant Hegde (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76571f381">76571f381</a> MPIPL: Copy all SBE data to hypervisor memory</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae8ef5dfe">ae8ef5dfe</a> MPIPL: Make sure destination size does not cross 32GB</li>
+</ul>
+<p>Zach Clark (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5091387d6">5091387d6</a> Cache objdump output for build performance</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af5c391af">af5c391af</a> Fix GCOV build errors for AXONE configuration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62c252e5b">62c252e5b</a> Fix race condition in BufferPage allocation function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/19f75b84d">19f75b84d</a> Make snprintf always terminate the output buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a50e4ddfe">a50e4ddfe</a> Add register file dump to kernel backtrace printout for
+crashed tasks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/60210d3dd">60210d3dd</a> Fix bug in crash handler register dump</li>
+</ul>
+<p>Zane Shelley (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9eaf71aa2">9eaf71aa2</a> PRD: disable mask/clear for SMP failures on FSP</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2870f766e">2870f766e</a> PRD: Temp fix to ignore lane repair attns in OpenCAPI
+mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4074ba8d">b4074ba8d</a> PRD: removed unused MopRegisterAccess code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69ad22663">69ad22663</a> PRD: removed redundant header iipbits.h</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e32c176c5">e32c176c5</a> PRD: fix OBUS workaround for non-SMP mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1db43a814">1db43a814</a> PRD: updates to IOOLFIR based on recent OpenCAPI FIR
+review</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d94c2cb45">d94c2cb45</a> PRD: add virtual destructor to ScomRegister class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f3f0a8ff4">f3f0a8ff4</a> PRD: fix Explorer FSI address workaround in FIRDATA code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a23e7f84b">a23e7f84b</a> PRD: boolean logic error in Axone chnl fail code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1e1c8039a">1e1c8039a</a> Fixed portabiliy issue in pre-commit hook</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b684d89ee">b684d89ee</a> Minor fixes to addCopyright and pre-commit hooks</li>
+</ul>
+<p>lixg (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba790597a">ba790597a</a> Verify manufacture date (MB) from PVPD before using</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d1797443d">d1797443d</a> Quiesce procedure for NPU serving openCapi links</li>
+</ul>
+<p>rblack (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8407dc2cc">8407dc2cc</a> Speculative patch for NYU ATR timeouts update.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-nicole-xml">
+<h2>Package: nicole-xml<a class="headerlink" href="#package-nicole-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/nicole-xml">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/ad9f0ab">ad9f0ab</a> Set XBus frequency to default value (2000MHz)</li>
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/c592dee">c592dee</a> Add WOF table for POWER9 Sforza module</li>
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/1ac78dd">1ac78dd</a> Add WOF table for POWER9 Sforza module</li>
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/9a6da5f">9a6da5f</a> Add WOF table for POWER9 Sforza module (02AA882)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>Caleb Palmer (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/bae814c">bae814c</a> NPU target SCOM translation non-instance 0 fix</li>
+</ul>
+<p>Chris Cain (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/b230076">b230076</a> Pick up latest pgpe elog structure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/5c32e77">5c32e77</a> NVDIMM: Invalidate MCFGP facility at start of procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e4597ab">e4597ab</a> Ignore IPMI_SMS_ATN during fir data collection and remove 8k
+buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/3ab2921">3ab2921</a> FIR data collection updates</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1bf0c8c">1bf0c8c</a> Minor updates to occtoolp9</li>
+</ul>
+<p>Douglas Gilbert (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/0ac1770">0ac1770</a> P9a GPE support for up to 16 OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e11f3af">e11f3af</a> OCMB sensor enabled fix</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8d4e7fa">8d4e7fa</a> Corrected Alink scom address in PMU_CONFIGS_16</li>
+</ul>
+<p>William Bryan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8a315b7">8a315b7</a> Remove unused sensors to free up needed SRAM space</li>
+</ul>
+<p>joy_chu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/1e8731f">1e8731f</a> Modify: modify amec power sensor calculation</li>
+</ul>
+<p>mbroyles (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e447be8">e447be8</a> Delete debug sensors to save SRAM</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/8bbfabe">8bbfabe</a> New WOF sensor for final adjusted Ceff Ratio Vdd</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/d467852">d467852</a> Fix incorrect hw callout in Centaur DIMM OT errors</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/7888141">7888141</a> Support for 16 OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/e3c65ee">e3c65ee</a> Explorer internal sensor workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/occ/commit/ab4dc96">ab4dc96</a> Fix Vdd ceff ratio calculation when active cores is less than sort
+cores</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p8dtu-xml">
+<h2>Package: p8dtu-xml<a class="headerlink" href="#package-p8dtu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p8dtu-xml">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-palmetto-xml">
+<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>Jeremy Kerr (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/514a9a1">514a9a1</a> pb-console: start shell as a login shell</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/6f23e17">6f23e17</a> pb-console: don’t modify PATH unless it’s empty</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e558da1">e558da1</a> discover/grub2: ‘search’ set-variable defaults to root</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/61ede5e">61ede5e</a> discover/grub2: Use getopt for <code class="docutils literal notranslate"><span class="pre">search</span></code> argument parsing</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/76e97c5">76e97c5</a> discover/grub2: test for (ignored) –no-floppy argument</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1580c65">1580c65</a> discover/grub2: Add support for UUID and label for ‘search’
+command</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/8cb74c4">8cb74c4</a> discover/grub2: expose a struct for grub2 file references</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/51f7117">51f7117</a> discover/grub2: Add parsing code for grub2 file specifiers</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9fc2ac6">9fc2ac6</a> discover/grub2: add support for grub2-style path specifiers
+in resources</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b224457">b224457</a> discover/grub2: Allow (device)/path references in general
+script usage</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/a9a9d57">a9a9d57</a> discover/grub2: Add a reference from script to parser</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2c132eb">2c132eb</a> discover/grub2: expose internal parse function</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9711179">9711179</a> discover/grub2: make statements_execute non-static</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/967cfa7">967cfa7</a> discover/grub2: implement ‘source’ command</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ef95c2">1ef95c2</a> test/parser: Add test for recent RHCOS grub2 config</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/057dce2">057dce2</a> test/parser: Add RHEL8 grub config test</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/6ee9cbc">6ee9cbc</a> lib/pb-protocol: fix ordering of system info length
+calculation</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/b2e5a7b">b2e5a7b</a> lib/types: consolidate struct system_info layout with
+serialised version</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/aa2d71a">aa2d71a</a> protocol,types: Add secure & trusted boot state to system
+info</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/05d9b9b">05d9b9b</a> discover/powerpc: detect secureboot enforcing mode</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/e9340b7">e9340b7</a> ui/ncurses: Add secure & trusted boot status</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/2f6259d">2f6259d</a> discover/boot: add support for <code class="docutils literal notranslate"><span class="pre">kexec</span> <span class="pre">-s</span></code> for
+kexec_file_load</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/059cc51">059cc51</a> discover/boot: unify verification failure messages</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9383652">9383652</a> Remove unused ‘s’ file</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/9cf513f">9cf513f</a> docker: build petitboot outside of the source dir</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/0ed84c0">0ed84c0</a> test/parser: Add rhel8 test data to check_DATA</li>
+</ul>
+<p>Maxim Polyakov (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/43813e6">43813e6</a> discover/platform-powerpc: add missing mbox block selector</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1088a8a">1088a8a</a> discover/platform-powerpc: limit mailbox response size</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/5f8321e">5f8321e</a> discover/platform-powerpc: return the actual mailbox size</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/eb027e7">eb027e7</a> discover/platform-powerpc: add mailbox message structure</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3c818a2">3c818a2</a> discover/platform-powerpc: don’t copy IANA from mbox to
+buffer</li>
+</ul>
+<p>Maxiwell S. Garcia (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/827a7af">827a7af</a> configure: Add libelf as a requirement</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/0c07402">0c07402</a> discover: Add helper functions to read ELF notes</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/3513c7f">3513c7f</a> ui/ncurses: Add preboot check option in the config screen</li>
+<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/7b108df">7b108df</a> discover: Check if the kernel image has Ultravisor support</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>Nickolaus Gruendler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/romulus-xml/commit/5b3fbca">5b3fbca</a> Update to ATTR_MSS_VPD_MR_DPHY_RLO for 2400 speed</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/70858c2e">70858c2e</a> temporary mc inits to enable wider team</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/51a69f51">51a69f51</a> Move to long term CLSCOM workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/38af071c">38af071c</a> Axone setup changes to disable bumpy toothpaste workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/94f9bc2a">94f9bc2a</a> Axone Gemini MDI issue workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3225e80a">3225e80a</a> Axone int updates</li>
+</ul>
+<p>Alvin Wang (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/518a1b2f">518a1b2f</a> Adds exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f94a4f1">9f94a4f1</a> Reinstates exp_draminit_mc with change_addr_mux_sel fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a19089ef">a19089ef</a> Move MCBIST lib to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/37a8bf54">37a8bf54</a> Move the mcbist lab library to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/73c86947">73c86947</a> Move power_thermal lib to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2932b6fa">2932b6fa</a> Update setup_fw_boot_config() to read out actual values from
+attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/180d29ec">180d29ec</a> Adds exp_draminit_mc</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d48d771b">d48d771b</a> Reinstates exp_draminit_mc with change_addr_mux_sel fix</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/eb69df41">eb69df41</a> Move MCBIST lib to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54d02bc2">54d02bc2</a> Move power_thermal lib to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cee5767f">cee5767f</a> Move the mcbist lab library to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/61979222">61979222</a> Adds empty files for exp_draminit_mc and p9a_omi_train</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0bb6050f">0bb6050f</a> Adds p9a_omi_train procedure(START)</li>
+</ul>
+<p>Andre A. Marin (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1257e44">e1257e44</a> Fix c_str and pos DIMM specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20805cd4">20805cd4</a> Add mem_size and misc attrs, unit tests enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a17eb3a5">a17eb3a5</a> Fix c_str and pos DIMM specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/253e6fcf">253e6fcf</a> Add mem_size and misc attrs, unit tests enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d6698496">d6698496</a> Clean up PPE character format and target</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a776030">0a776030</a> Add unit tests for mss field_t and macro def</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2dd4b6bd">2dd4b6bd</a> Add bounds check API to generic_check library</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ebcc0c09">ebcc0c09</a> Add supported_rcd attribute from SPD + tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81d3ad9c">81d3ad9c</a> Update index_within_bounds() API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ceefc24e">ceefc24e</a> Add explorer rc response to eff_config</li>
+</ul>
+<p>Andre Marin (37):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/730e7a76">730e7a76</a> Add empty files for refactored SPD read API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/71405bb5">71405bb5</a> Add SPD reader and traits DDR4 def</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6a0ab353">6a0ab353</a> Add empty explorer “check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d3a9c6e7">d3a9c6e7</a> Add empty memory explorer error XML</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/08f9043a">08f9043a</a> Add empty mss_byte.H and mss_generic_check to ease HB
+mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/35af1e35">35af1e35</a> Remove Nimbus dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50a5bf7b">50a5bf7b</a> Add emtpy exp_i2c_fields.H file for mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e454167d">e454167d</a> Generalize byte reading from SPD reading, for exp i2c reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/adc384e6">adc384e6</a> Added I2C fields, EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d3e83ab">2d3e83ab</a> Implement exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/09a9a40d">09a9a40d</a> Initial mss_field endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e66830b6">e66830b6</a> Add exp_draminit and fix data_structs constants</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f8b9522">0f8b9522</a> Add L1 for p9a_mss_bulk_pwr_throttles and
+p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4338c9db">4338c9db</a> Generalize set fields in pre_data_init</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/63dc7cda">63dc7cda</a> Add SPD DDIMM DDR4 module except for PMIC fields</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2edbcc69">2edbcc69</a> Add attribute engine algorithm for eff_config and
+pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/052f732f">052f732f</a> Fix HB error with -Os compile flag due to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3366f35e">3366f35e</a> Add missing attributes needed to be set for generic mss_kind</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bbbee5d9">bbbee5d9</a> Add empty files for refactored SPD read API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c4942627">c4942627</a> Add SPD reader and traits DDR4 def</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4c69aba1">4c69aba1</a> Add empty explorer “check_for_ready” procedure files</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/646a51c8">646a51c8</a> Add empty memory explorer error XML</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/119f2896">119f2896</a> Add empty mss_byte.H and mss_generic_check to ease HB
+mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/59a5245f">59a5245f</a> Remove Nimbus dependencies from the SPD decoder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c0f3e0a8">c0f3e0a8</a> Add emtpy exp_i2c_fields.H file for mirroring</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d74733f0">d74733f0</a> Generalize byte reading from SPD reading, for exp i2c reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/17441d0b">17441d0b</a> Added I2C fields, EXP_FW_STATUS API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f52536b5">f52536b5</a> Implement exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ad9f7963">ad9f7963</a> Initial mss_field endian modification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/82fbc51a">82fbc51a</a> Add exp_draminit and fix data_structs constants</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0248d119">0248d119</a> Generalize set fields in pre_data_init</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/13e163d1">13e163d1</a> Add SPD DDIMM DDR4 module except for PMIC fields</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f79843b">0f79843b</a> Add L1 for p9a_mss_bulk_pwr_throttles and
+p9a_mss_utils_to_throttle</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a037363">0a037363</a> Add attribute engine algorithm for eff_config and
+pre_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ab24d311">ab24d311</a> Fix HB error with -Os compile flag due to eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d2f662b2">d2f662b2</a> Add missing attributes needed to be set for generic mss_kind</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1e5e13ce">1e5e13ce</a> Clean up for p10 porting dependency errors</li>
+</ul>
+<p>Ben Gass (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0a616016">0a616016</a> Adding p9a_get/put_mmio and explorer_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3c6ffc5b">3c6ffc5b</a> Update cmd/rsp endian handling in exp_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/201278b9">201278b9</a> Adding p9a_get/put_mmio and explorer_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/52715d66">52715d66</a> Update cmd/rsp endian handling in exp_inband</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db05b035">db05b035</a> Adding Axone register header files.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dfae3a84">dfae3a84</a> Update p9_mss_eff_grouping for Axone support</li>
+</ul>
+<p>Bradley Pepper (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/547f0a27">547f0a27</a> Adds plug rule for dependent DIMM slots on Swift</li>
+</ul>
+<p>Chris Steffen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6d59ceee">6d59ceee</a> P9A Tx Fifo Init + Init Settings Update</li>
+</ul>
+<p>Christian Geddes (13):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5df3896a">5df3896a</a> Add exp_i2c_scom driver that will be consumed by HB/SBE
+platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4da70777">4da70777</a> Add forceBE option to endian_utils.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/07684ec0">07684ec0</a> Update i2c driver for OCMB chip</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/117e3fb9">117e3fb9</a> Make some FAPI_INF traces that are spamming FW logs into
+FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/226899a2">226899a2</a> Add exp_i2c_scom driver that will be consumed by HB/SBE
+platforms</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f8a9eff2">f8a9eff2</a> Add forceBE option to endian_utils.H</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c3b35f40">c3b35f40</a> Update i2c driver for OCMB chip</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bfe4eb7d">bfe4eb7d</a> Make some FAPI_INF traces that are spamming FW logs into
+FAPI_DBG</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aa9068ab">aa9068ab</a> Account for OMI technology in initial mcs setup for Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/793283f0">793283f0</a> Update ocmb i2c driver to send address in read command sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/50895b93">50895b93</a> Introduce exp_getidec HWP</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/60330e0e">60330e0e</a> Add “Not Wired” option for OPTICS_CONFIG_MODE attrs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/13627efc">13627efc</a> Add exp_i2c_scom driver that will be consumed by HB/SBE
+platforms</li>
+</ul>
+<p>Dan Crowell (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0209c872">0209c872</a> Update Explorer FW Command IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aa5c5ff1">aa5c5ff1</a> Update Explorer FW Command IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3624a993">3624a993</a> Add Axone comment to grouping attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2b61547b">2b61547b</a> Enable rolling counter and verification of req id for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/512f9246">512f9246</a> Adjust idec algorithm for Explorer B.0 format</li>
+</ul>
+<p>Dean Sanner (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c05bb41d">c05bb41d</a> Run LPC Init to clean up errors on MPIPL</li>
+</ul>
+<p>Devon Baughen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6c08ec5">c6c08ec5</a> add function to turn on adaptation in bootconfig</li>
+</ul>
+<p>Emmanuel Sacristan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/debfec25">debfec25</a> adding iss 768 init for p9 behaviour in nmmu</li>
+</ul>
+<p>Evan Lojewski (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9924f12">e9924f12</a> Update to allow DDR4-SORDIMM modules to be used [3].</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/caacd24f">caacd24f</a> Update to allow DDR4-SORDIMM modules to be used [3].</li>
+</ul>
+<p>Glenn Miles (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d3157de4">d3157de4</a> Add procedures for updating explorer firmware image</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a6a2279a">a6a2279a</a> Add procedures for updating explorer firmware image</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d266398f">d266398f</a> Add HWP for entering Explorer TWI mode</li>
+</ul>
+<p>Greg Still (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/78fb7838">78fb7838</a> PM Suspend: add halting of OCC GPEs</li>
+</ul>
+<p>Jennifer A. Stofer (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1a12dc03">1a12dc03</a> Revert “Adds exp_draminit_mc”</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/af190d18">af190d18</a> Revert “Adds exp_draminit_mc”</li>
+</ul>
+<p>Jenny Huynh (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/909eb261">909eb261</a> Wilted Apple: Disable SMT2 prefetch for NDD2.2+, CDD1.1+,
+ADD1.0+</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ca5cbf31">ca5cbf31</a> Add slbv, slbe extraction to p9_ram_core procedure</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ace80025">ace80025</a> Streamline the way PIB/NET are initialized between SBE and
+Cronus</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/bd520255">bd520255</a> p9_proc_gettracearray – updates for Axone</li>
+</ul>
+<p>Li Meng (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5890dd91">5890dd91</a> Creates LRDIMM mrep/dwl calibration recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c700a05f">c700a05f</a> Creates LRDIMM mrep/dwl calibration recorder class</li>
+</ul>
+<p>Louis Stermole (27):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5b8210bf">5b8210bf</a> Fix polling timeouts for exp_omi_train and
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1cb0d8de">1cb0d8de</a> Move MSS volt attr setters to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/352d99be">352d99be</a> Add p9a_mss_volt procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6f6fb58">b6f6fb58</a> Add p9a version of eff_memory_size API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/303dd8b9">303dd8b9</a> Add retry of EXP_FW_STATUS when status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7ef569b0">7ef569b0</a> Add check for BOOT_STAGE == runtime fw in
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5c3f1d99">5c3f1d99</a> Fix polling timeouts for exp_omi_train and
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/95d92195">95d92195</a> Fix duplicate symbol errors from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/cd9a1a6c">cd9a1a6c</a> Add p9a_mss_freq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/25f753d8">25f753d8</a> Update exp_omi_train for testing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9cd754f">e9cd754f</a> Add missing timing attrs to p9a_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/aab9c442">aab9c442</a> Move MSS volt attr setters to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c7096f6f">c7096f6f</a> Add p9a_mss_volt procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4ccbdb85">4ccbdb85</a> Add p9a version of eff_memory_size API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/82ad5ef7">82ad5ef7</a> Fix duplicate symbol errors from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/55554d3a">55554d3a</a> Add p9a_mss_freq procedure</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/851a68c4">851a68c4</a> Add debug params to exp_check_for_ready_wrap</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/fee0ceed">fee0ceed</a> Update exp_omi_train for testing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/713899e8">713899e8</a> Add retry of EXP_FW_STATUS when status is FW_BUSY</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/56c9d506">56c9d506</a> Add check for BOOT_STAGE == runtime fw in
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/21be781f">21be781f</a> Add missing timing attrs to p9a_eff_config</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/03efd459">03efd459</a> Fix polling timeouts for exp_omi_train and
+exp_check_for_ready</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9a430ddf">9a430ddf</a> Updates to Explorer FW upload tools</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8b06b5c1">8b06b5c1</a> Add deconfigure of memory port if mss_freq can’t find consensus
+freq</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6cad7d02">6cad7d02</a> Add Axone FIR unmasking after p9_chiplet_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c318ab00">c318ab00</a> Add unmask_after_exp_omi_setup and FIR checks</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2f535c87">2f535c87</a> Add unmasks for REG1 and REG2 versions of OMI_FIR for Axone</li>
+</ul>
+<p>Luis Fernandez (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9acbf9f3">9acbf9f3</a> HB Implement Static Analysis with cppcheck</li>
+</ul>
+<p>Mark Pizzutillo (24):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c130fb5d">c130fb5d</a> Added code for exp_getecid and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d80cb57">1d80cb57</a> Fix exp_getecid register accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9ca91c9e">9ca91c9e</a> Add API for axone p10 dimm rank</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b06099df">b06099df</a> Add PMIC enable procedure code and UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/745d8711">745d8711</a> Fix exp_draminit phy_params</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c257cb57">c257cb57</a> Added code for exp_getecid and unit tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f68b0a02">f68b0a02</a> Add API for axone p10 dimm rank</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/68e02713">68e02713</a> Fix exp_getecid register accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/72a62b5a">72a62b5a</a> Add PMIC enable procedure code and UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/39a198fb">39a198fb</a> Fix exp_draminit phy_params</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/34778bc0">34778bc0</a> Add PRBS training sequence to exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be05ce9e">be05ce9e</a> Create workaround for gemini MENTERP register bug</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/71852bfe">71852bfe</a> Add workaround for gemini OMI config settings</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9346ae92">9346ae92</a> Add code and workarounds for *_omi_setup and *_omi_train
+for Swift</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/27423190">27423190</a> Update exp_draminit results display for new response structs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2938d54f">2938d54f</a> Add assert for RSP extended data buffer size in exp_draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c2b97f24">c2b97f24</a> Add MCBIST infinite tests</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e1637c7d">e1637c7d</a> Add asserts for invalid states of enterprise & half dimm mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5f7d221a">5f7d221a</a> Add new DDIMM spd version 0_3 and update UTs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2132642e">2132642e</a> Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/972885f1">972885f1</a> Add attribute for SPD_REVISION (byte 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b72e88b9">b72e88b9</a> Refactor PMIC attributes to be at OCMB level</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7247b205">7247b205</a> Add SPD, ATTR, and code support for thermal sensor fields</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2d51dbbb">2d51dbbb</a> Update RAS DQ Inject tool with new MCHP squence</li>
+</ul>
+<p>Marty E. Plummer (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/629327db">629327db</a> updateBuildTag: convert proc.stdout.read() to str.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1ccc5eff">1ccc5eff</a> sbeCompression: add a python3 compatible fallback</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04a2b51f">04a2b51f</a> sbeCompression: use floor division</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e7dccb09">e7dccb09</a> securityRegListGen: use io.open and read in text mode.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2615d39b">2615d39b</a> parsAndCutElf: convert line to str</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e0e6c72e">e0e6c72e</a> treewide: use print function instead of statement</li>
+</ul>
+<p>Matt Derksen (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/245b9cef">245b9cef</a> Support EXP_FW_LOG command to get Explorer FW logs</li>
+</ul>
+<p>Matthew Hickman (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c4bf31c0">c4bf31c0</a> Ported ecc engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f811ed4a">f811ed4a</a> Ported ecc engine to generic</li>
+</ul>
+<p>Murulidhar Nataraju (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/462aea8b">462aea8b</a> Update the Simics release path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/98d8d616">98d8d616</a> Update EnterMPIPL to collect architected dumps and</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/099e7402">099e7402</a> MPIPL:SW485350</li>
+</ul>
+<p>Nico Fajardo (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2e2e7ec7">2e2e7ec7</a> Add FAPI_ASSERT for unsupported SPD rank in RTT fetch</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f95319e0">f95319e0</a> Adding after_p9a_omi_init.C and p9a-specific fir traits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e6cfaaee">e6cfaaee</a> exp draminit & draminit_mc phase 3 update for PRD logging</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c58e8fd0">c58e8fd0</a> PM:Fix bug in quad poweroff procedure</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b05b7eb2">b05b7eb2</a> PM: Modified FFDC to avoid corruption of RC in error path.</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49f59681">49f59681</a> PM: Fix DB0 Hang</li>
+</ul>
+<p>Raja Das (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ee58f3e">8ee58f3e</a> Removed FlushNVDIMM from MPIPL Path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7d3fabc4">7d3fabc4</a> Updated the pibmem length for Axone in sbe-debug.py</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fe7586c">8fe7586c</a> Updated backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1120e327">1120e327</a> Updated backing build</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d411055">1d411055</a> Optimized the Control Instruction Chip-op</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/230eeb0e">230eeb0e</a> Updated backing build in customrc</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/166b70c6">166b70c6</a> set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ buffer
+read data.</li>
+</ul>
+<p>Ryan King (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2ce7e143">2ce7e143</a> Add sensor cache read as an explorer inband command</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e9fa3aa1">e9fa3aa1</a> Add sensor cache read as an explorer inband command</li>
+</ul>
+<p>Sharath Manjunath (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2e5302df">2e5302df</a> Update exp_draminit to read values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/91c77b9f">91c77b9f</a> Add exp_thermal_init for Explorer FW</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d35148fa">d35148fa</a> Update exp_draminit to read values from attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b44d7913">b44d7913</a> Add exp_thermal_init for Explorer FW</li>
+</ul>
+<p>Sheng-Hao Huang (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/26de8811">26de8811</a> for defect number HW476620</li>
+</ul>
+<p>Sneha Kadam (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4181f3d4">4181f3d4</a> Renamed MCBIST subtest to clarify the test</li>
+</ul>
+<p>Stephen Glancy (42):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2198e3d3">2198e3d3</a> Adds Explorer OMI setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9c255556">9c255556</a> Moves conversions to be in the generic code space</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1b311f24">1b311f24</a> Moves generic xml directories to be in generic/procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8ece46a5">8ece46a5</a> Adds explorer OMI training code</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7e7b430a">7e7b430a</a> Moves CAS latency algorithm to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d51e3d14">d51e3d14</a> Moves sync code to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1f492888">1f492888</a> Moves set bad bitmap into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/41a5e258">41a5e258</a> Moves blame a FIR API to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1fac7c34">1fac7c34</a> Adds explorer post-draminit bad bits processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5d6711c6">5d6711c6</a> Updates the LRDIMM to use SPD SI values</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/234734a3">234734a3</a> Adds explorer training response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a98c662">8a98c662</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a3d5f865">a3d5f865</a> Adds DDIMM EFD decoder API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba55b796">ba55b796</a> Adds process training response to exp draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4ece76d0">4ece76d0</a> Adds explorer CCS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0425da34">0425da34</a> Adds EFD decode updates for 07MAY19 spec updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/98807cd3">98807cd3</a> Fixes FFDC for files moved to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9ea40719">9ea40719</a> Adds new attributes for 07MAY19 explorer specification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5fb7dbd2">5fb7dbd2</a> Adds Explorer OMI setup - step 12.8a</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/856ef301">856ef301</a> Moves conversions to be in the generic code space</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e5d4f0e7">e5d4f0e7</a> Moves generic xml directories to be in generic/procedures</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/dbef65eb">dbef65eb</a> Adds explorer OMI training code</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/603999f3">603999f3</a> Moves CAS latency algorithm to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fb1ba1e">8fb1ba1e</a> Moves sync code to generic folder</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/92b5c676">92b5c676</a> Adds DDIMM EFD decoder API</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/337abf1d">337abf1d</a> Moves set bad bitmap into generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4d5e0e5b">4d5e0e5b</a> Adds process training response to exp draminit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d5d815fe">d5d815fe</a> Moves blame a FIR API to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f315343">9f315343</a> Adds explorer post-draminit bad bits processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8628f61e">8628f61e</a> Updates the LRDIMM to use SPD SI values</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/135ec660">135ec660</a> Adds explorer training response display functions</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/33da4f84">33da4f84</a> Adds new attributes for 07MAY19 explorer specification</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/76bddf79">76bddf79</a> Fixes MCBIST compile fails</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f9ce236f">f9ce236f</a> Adds explorer CCS specialization</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/db6107b7">db6107b7</a> Adds EFD decode updates for 07MAY19 spec updates</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/87bb3373">87bb3373</a> Fixes FFDC for files moved to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/49aa0e41">49aa0e41</a> Adds MCBIST beat/byte signature data patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/05669c55">05669c55</a> Adds explorer MCBIST address/data traps processing</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/09fdf35a">09fdf35a</a> Fixes maintenance pattern load bug</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8187226a">8187226a</a> Updates exp access delay regs to set delays</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/056538d3">056538d3</a> Adds explorer shmoo traits</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/03fbb688">03fbb688</a> Fixes explorer accessor bugs</li>
+</ul>
+<p>Stewart Smith (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7c74ddae">7c74ddae</a> Use full UART TX buffer (shave 5s off booting)</li>
+</ul>
+<p>Sumit Kumar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/84c88858">84c88858</a> Fapi_Infra:Add new member to structure ErrorInfoCDG</li>
+</ul>
+<p>Sunil Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b1415469">b1415469</a> OCMB changes to suit PPE compilation.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be6e9acb">be6e9acb</a> Remove i2cSupport</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1921f40c">1921f40c</a> OCMB changes to suit PPE compilation.</li>
+</ul>
+<p>Tsung Yeung (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/435e4111">435e4111</a> Replaces NVDIMM flush sequence with CCS</li>
+</ul>
+<p>manichow (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/247a18dc">247a18dc</a> Quiesce procedure for NPU serving openCapi links</li>
+</ul>
+<p>vinaybs6 (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54d447a8">54d447a8</a> Updating the customrc file</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/54f3205f">54f3205f</a> Setting the HRMOR value for OPAL based systems.</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id31">
+<h3>Patches<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id32">
+<h3>Commits<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
+<p>Aaron Sawdey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f1234170">f1234170</a> external/mambo: support mambo COW mode for PMEM disk</li>
+</ul>
+<p>Alexey Kardashevskiy (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a0455ba">2a0455ba</a> npu2: Invalidate entire TCE cache if many entries requested</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9be9a77a">9be9a77a</a> npu2: Clear fence on all bricks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08cd61e9">08cd61e9</a> phb4: Add PHB options get/set OPAL calls</li>
+</ul>
+<p>Alistair Popple (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/518ab49f">518ab49f</a> skiboot.tcl: Add chip-id to pmem device tree node</li>
+</ul>
+<p>Andrew Donnellan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e85e2e2b">e85e2e2b</a> npu2-opencapi: Fix integer promotion bug in LPC allocation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc72973d">bc72973d</a> hw/npu2-opencapi: Support multiple LPC devices</li>
+</ul>
+<p>Andrew Geissler (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2554cac8">2554cac8</a> Support BMC IPMI heartbeat command</li>
+</ul>
+<p>Andrew Jeffery (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e08fee36">e08fee36</a> gard: Fix data corruption when clearing single records</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8f204c12">8f204c12</a> blocklevel: smart_write: Terminate line for debug output in
+no-change case</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c935e78">5c935e78</a> blocklevel: smart_write: Rename write buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/518db2b2">518db2b2</a> blocklevel: smart_write: Rename size variable for clarity</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6867bd54">6867bd54</a> blocklevel: smart_write: Avoid indirectly testing formal
+parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bdbbfcac">bdbbfcac</a> blocklevel: smart_write: Deny writes intersecting ECC
+protected regions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa52f943">aa52f943</a> blocklevel: smart_write: Avoid reuse of formal parameters</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a950fd78">a950fd78</a> blocklevel: smart_write: Tidy local variable declarations</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96ddf4b5">96ddf4b5</a> blocklevel: smart_write: Fix unaligned writes to ECC
+partitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7853fc53">7853fc53</a> libflash: ipmi-hiomap: Document error handling strategy in
+write path</li>
+</ul>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9292037">f9292037</a> platforms/nicole: Fixup the system VPD EEPROM size</li>
+</ul>
+<p>Balamuruhan S (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61ec8655">61ec8655</a> occ-sensor: clean dt properties if sensor is not available</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb0f098c">bb0f098c</a> chip: enable HOMER/OCC common area region in Qemu emulated
+PowerNV host</li>
+</ul>
+<p>Cédric Le Goater (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e97391ae">e97391ae</a> xive: fix return value of opal_xive_allocate_irq()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99557228">99557228</a> xive/p9: introduce header files for the registers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75829014">75829014</a> xive/p9: minor cleanup of the interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9f3bb0a">f9f3bb0a</a> xive/p9: use MMIO access for VC_EQC_CONFIG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0649e551">0649e551</a> xive/p9: remove code not using indirect mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/71ad5938">71ad5938</a> xive/p9: remove code not using block group mode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1f269bc0">1f269bc0</a> xive/p9: remove dead code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a10f1502">a10f1502</a> xive/p9: obsolete OPAL_XIVE_IRQ_*_VIA_FW flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad7e9a67">ad7e9a67</a> xive/p9: obsolete OPAL_XIVE_IRQ_SHIFT_BUG flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f0a5633">4f0a5633</a> xive/p9: fix EQ bitmap assignment when allocation fails</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f0e2746e">f0e2746e</a> xive/p9: introduce definitions for priorities</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e26a866f">e26a866f</a> xive/p9: fix silent escalation EQ setup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0118b0a2">0118b0a2</a> xive/p9: cleanup all EQs when a VP block is freed.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f194e77">4f194e77</a> xive/p9: remove ACK# setting in the NVT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d0a4134">5d0a4134</a> xive/p9: introduce NVT_SHIFT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca46415e">ca46415e</a> xive/p9: remove XIVE_INT_SAFETY_GAP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2354857f">2354857f</a> xive/p9: use predefined bitmasks to manipulate EQ addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6214cb80">6214cb80</a> xive/p9: introduce the ESB magic MMIO offsets</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/721ef0d0">721ef0d0</a> plat/qemu: use “/qemu” device tree node to identify the QEMU
+platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d807288d">d807288d</a> plat/qemu: add a POWER10 platform</li>
+</ul>
+<p>Dan Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b638f89">1b638f89</a> Updating shared constants for HBRT</li>
+</ul>
+<p>Dan Horák (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a02a189">1a02a189</a> xscom-utils: refer only objects not sources for getscom</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53baedfd">53baedfd</a> gard: fix installation rule</li>
+</ul>
+<p>Eric Richter (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e023d6b9">e023d6b9</a> hw/test: include -gcov binaries in clean target</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/04f0cdb9">04f0cdb9</a> doc: add opal secure variable documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/484bdc5d">484bdc5d</a> libstb/secvar: add secure variable internal abstraction</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bc1f1e44">bc1f1e44</a> libstb/secvar: add secvar api implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/127db3a6">127db3a6</a> secvar/test: add rudimentary secvar API unit testing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a55c46d5">a55c46d5</a> secvar_devtree: add generic compatible, and new format
+device tree property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6cdbf1ad">6cdbf1ad</a> secvar_api: check that enqueue_update writes successfully
+before returning success</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dfaf110">0dfaf110</a> secvar_main: increase verbosity of the main entrypoint</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2ba08e8">c2ba08e8</a> tpm_i2c_nuvoton: check TPM vendor id register during probe</li>
+</ul>
+<p>Frederic Barrat (26):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f6f247a8">f6f247a8</a> core/pci: Refactor common paths on slot hotplug</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38e51a31">38e51a31</a> core/pci: Add missing lock in set_power_timer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8bae2376">8bae2376</a> core/pci: Use proper phandle during hotplug for PHB slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/30642155">30642155</a> core/pci: Train link of PHB slots when hotplugging</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/94bc2d7a">94bc2d7a</a> core/pci: Fix scan of devices for opencapi slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13e1a7e5">13e1a7e5</a> npu2-hw-procedures: Move some opencapi PHY settings in
+one-off init</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/544ce7ef">544ce7ef</a> npu2-opencapi: Make sure the PCI slot has the proper ID</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fed081dc">fed081dc</a> npu2-hw-procedures: Fix link retraining on reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2600cfac">2600cfac</a> npu2-opencapi: Rework link training timeout</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5db8325">c5db8325</a> npu2-opencapi: Tweak fundamental reset sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7989d6ed">7989d6ed</a> npu2-opencapi: Simplify freset states</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dbc70aea">dbc70aea</a> npu2-opencapi: Detect PHY reset errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40bc636e">40bc636e</a> npu2-opencapi: Improve error reporting to the OS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6299d3e5">6299d3e5</a> npu2-opencapi: Activate PCI hotplug on opencapi slot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d5faafc">9d5faafc</a> npu2-opencapi: Handle OPAL_UNMAP_PE operation on set_pe()
+callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/233e863c">233e863c</a> npu2-opencapi: Log a warning when resetting a broken device</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/425340bd">425340bd</a> platform/mihawk: Detect old system compatible string</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da28a664">da28a664</a> npu2: Rework phb-index assignments for virtual PHBs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57d43efd">57d43efd</a> npu3: Don’t use the device tree to assign the phb-index of
+the PHB</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbb4777f">bbb4777f</a> npu2, npu3: Remove ibm, phb-index property from the NPU dt
+node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b9be491">8b9be491</a> npu3: Register virtual PHBs with static IDs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09478eae">09478eae</a> npu2-opencapi: don’t fence on masked XSL errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53408440">53408440</a> npu2-opencapi: Don’t drive reset signal permanently</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9de4f228">9de4f228</a> npu2-opencapi: Allow platforms to identify physical slots</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59482b92">59482b92</a> capp: Add lid definition for P9 DD2.3</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e876514b">e876514b</a> hw/phb4: Tune GPU direct performance on witherspoon in PCI
+mode</li>
+</ul>
+<p>Frédéric Bonnard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/470ffb5f">470ffb5f</a> external/common: Use file operation used on x86 for
+ARCH_UNKNOWN</li>
+</ul>
+<p>Gavin Shan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8f33688a">8f33688a</a> core/pci: Use cached VDID when populating device node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9c68152">c9c68152</a> core/pci: Check PCIe cap version in
+pci_disable_completion_timeout()</li>
+</ul>
+<p>Haren Myneni (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ad8cdd0f">ad8cdd0f</a> VAS: Alloc IRQ and port address for each VAS instance</li>
+</ul>
+<p>Ilya Kuznetsov (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dab352ee">dab352ee</a> pci-slot: Allow to create slot for downstream port of any
+switch</li>
+</ul>
+<p>Jordan Niethe (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4acb8fe7">4acb8fe7</a> core/pci-dt-slots: Remove duplicate PCIDBG() definition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df15dcfc">df15dcfc</a> pci: Use a macro for accessing PCI BDF Bus Number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f68639c6">f68639c6</a> pci: Use a macro for accessing PCI BDF Device Number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4e2aa9c">e4e2aa9c</a> pci: Use a macro for accessing PCI BDF Function Number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41f6c806">41f6c806</a> hw/phb4: Use standard MIN/MAX macro definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/851ce56c">851ce56c</a> ipmi: Use standard MIN() macro definition</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7864968">a7864968</a> core/flash: Use pr_fmt macro for tagging log messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f0af279">9f0af279</a> ccan: Add CCAN heap license</li>
+</ul>
+<p>Joy Chu (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52952aca">52952aca</a> platform/mihawk: Add system VPD EEPROM to I2C bus</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6ab89db">d6ab89db</a> platform/mihawk: add nvme devices slot table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68260957">68260957</a> platform/mihawk: support dynamic PCIe slot table</li>
+</ul>
+<p>Klaus Heinrich Kiwi (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99ce1bef">99ce1bef</a> ibm-fsp/lxvpd: check for upstream port on slot labeling</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ab1b05d2">ab1b05d2</a> PCI: create optional loc-code platform callback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8b1ebc1">b8b1ebc1</a> core/pci.c: cleanup pci_add_loc_code()</li>
+</ul>
+<p>Madhavan Srinivasan (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7066a9c2">7066a9c2</a> hdat/spira: export abc and wxyz bus speeds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37941672">37941672</a> hw/imc: Add error message on failing cases for imc_init</li>
+</ul>
+<p>Mahesh Salgaonkar (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a810d1fe">a810d1fe</a> IPMI: Trigger OPAL TI in abort path.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53944d45">53944d45</a> opal-gard: Add support for new PVR POWER9P.</li>
+</ul>
+<p>Mauro S. M. Rodrigues (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4113f94">e4113f94</a> tpm_i2c_nuvoton: fix tpm_read_fifo overflow check</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/387ffa75">387ffa75</a> mambo: Add more tweakable security flags</li>
+</ul>
+<p>Michal Suchanek (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6080c106">6080c106</a> errorlog: Prevent alignment error building with gcc9.</li>
+</ul>
+<p>Nicholas Piggin (47):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cf05f35">4cf05f35</a> asm/head: set skiboot TOC in interrupt handler entry</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c9babb">a2c9babb</a> core/cpu.c: current_radix_mode should be initialised to
+true</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6266148e">6266148e</a> build: use -mcpu=power8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b70e8afd">b70e8afd</a> core/exceptions.c: rearrange code to allow more interrupt
+types</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ddc1a6b">9ddc1a6b</a> core/util: trap based assertions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/216433af">216433af</a> core/util: branch-to-NULL assert for ELFv2 ABI</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1785745d">1785745d</a> core/exceptions.c: do not include handler code in exception
+backtrace</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b512fce">6b512fce</a> slw: slw_reinit fix array overrun</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3734172b">3734172b</a> build: fix non-constant build asserts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2501c3f6">2501c3f6</a> xive/p9: improve cache watch type checking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/154e4eed">154e4eed</a> xive/p9: use predefined bitmasks to manipulate EQ addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/192d5865">192d5865</a> xive/p9: sbe size debug print fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40558797">40558797</a> fsp: map trace areas on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef7c7de8">ef7c7de8</a> psi: update registers to reflect >= P8 PHBSCR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb445088">bb445088</a> hdata/test/hdata_to_dt.c: use P8E PVR when -8E is given</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3fbfb0e3">3fbfb0e3</a> Remove dead POWER7 code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/26657393">26657393</a> asm/cvc_entry.S: r2 save fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca412e3e">ca412e3e</a> capp: fix endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ed09ec1">0ed09ec1</a> cpu: use dt accessor device tree access</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b9a449d">1b9a449d</a> opal-api: add endian conversions to most opal calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/789624ff">789624ff</a> opal-msg: endian fixes for opal-msg.c and opal_queue_msg
+callers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c47b2ffd">c47b2ffd</a> elf: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/518e5542">518e5542</a> spira: fix endian conversions in spira data structures</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d49ff53">8d49ff53</a> hdata: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d12f0c8">0d12f0c8</a> naca: move naca definition from asm to C</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bb9aebc6">bb9aebc6</a> io: endian conversions for io accessors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08801245">08801245</a> hmi: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b5c22130">b5c22130</a> cvc: allow BE cvc code to be called from LE context</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1504bf98">1504bf98</a> xive: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e73cf72d">e73cf72d</a> phb4: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61800f2d">61800f2d</a> occ sensors: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/45c1436a">45c1436a</a> memconsole: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1959efa6">1959efa6</a> debug descriptor: make endian-clean</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c74d83">a2c74d83</a> ipmi: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/390c4f5e">390c4f5e</a> sbe-p9: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3934d8c">e3934d8c</a> fsp: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ec92ece">4ec92ece</a> errorlog: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f27d32f1">f27d32f1</a> pel: endian conversion</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d9d63b9">8d9d63b9</a> libflash: ecc endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c72bbb6">9c72bbb6</a> prd: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/752b2a2d">752b2a2d</a> opal-dump: MPIPL endan conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d71bb898">d71bb898</a> sfc-ctrl: endian conversions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35776a29">35776a29</a> add little endian support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0cf95fe">a0cf95fe</a> dt: assorted cleanups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5178691d">5178691d</a> add more sparse endian annotations</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e04a34af">e04a34af</a> fix simple sparse warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bca23d31">bca23d31</a> i2c: fix dereference beyond the end of buffer</li>
+</ul>
+<p>Oliver O’Halloran (80):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba10ce12">ba10ce12</a> Makefiles: Remove –Wno-stringop-truncation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f9371da">0f9371da</a> hw: Put SPDX on new files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9142bb3b">9142bb3b</a> core/pci-quirk: Re-order struct members</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/452a9a46">452a9a46</a> core/pci: Export pci_check_clear_freeze()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7c613eb">a7c613eb</a> core/pci-quirk: Microsemi switch UR workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9a30df7">e9a30df7</a> hw/sbe-p9: Fix multi-line log messages</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e96635d4">e96635d4</a> include/xscom: Remove duplicate p8 definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/abf3e4c6">abf3e4c6</a> include/xscom: Remove duplicate p9 definitions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b03906a9">b03906a9</a> include/xscom: Use the name EQ rather than EP</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b310e8f7">b310e8f7</a> hw/phb4: Prevent register accesses when in reset</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a1fced25">a1fced25</a> skiboot 6.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e2018d2a">e2018d2a</a> core/flash: Validate secure boot content size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1af237bc">1af237bc</a> pci: recheck pci nvram hacks on fast-reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f945230b">f945230b</a> hdata: Add Axone IOHUB support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8bb0ae35">8bb0ae35</a> core/pci: Only hack class code for root ports</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b12d548">7b12d548</a> hw/lpc: Configure SerIRQ interrupts on P9P</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4017085c">4017085c</a> hw/psi: Add chip ID to interrupt names</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fb2f03ea">fb2f03ea</a> hw/psi-p9: Make interrupt name array global</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa161cd8">fa161cd8</a> hw/psi-p9: Mask OPAL-owned LSIs without handlers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c9375fd">9c9375fd</a> hw/psi: Remove explicit external IRQ policy</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/923b5a53">923b5a53</a> core/platform: Actually disable fast-reboot on P8</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4e0f636">a4e0f636</a> core/init: Don’t checksum MPIPL data areas</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc34635d">cc34635d</a> core/init: Checksum romem after patching out traps</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6cf9ace9">6cf9ace9</a> hw/port80: Squash No SYNC error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c282887">1c282887</a> memory: Add NUMA associtivity information to DT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9eb53d2">f9eb53d2</a> hdata: Add a generic compatible to ibm,secureboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0340a09">a0340a09</a> libstb/secvar: Ensure secvar_set_status() is called once</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca11072a">ca11072a</a> libstb/secvar: Fix makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/24813aa2">24813aa2</a> core/trace: Move trace buffer exports to a subnode</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/628158b2">628158b2</a> core/trace: Rename boot trace buffer</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/446f9f03">446f9f03</a> core/pci: Squash warning from devices with no ecaps</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbe5f003">bbe5f003</a> platforms/astbmc: Add more slot helper macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ed21a83">1ed21a83</a> platforms/qemu: Add slot table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83a92e3b">83a92e3b</a> platforms/qemu: Add slot table entries for a PCIe switch</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7fddf42c">7fddf42c</a> hdata/test: Remove all temp files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46fac469">46fac469</a> test/mambo: Skip restoring the old ulimit</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e87ef7f">9e87ef7f</a> hw/test: Make tests quieter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6fc2fb3">d6fc2fb3</a> makefiles: Make attribute suggestions non-errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b8f5ea3">0b8f5ea3</a> tests: Squash __attrconst related warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2899bda5">2899bda5</a> include/cpu: Move __nomcount attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7abb0ef5">7abb0ef5</a> opal-ci: Remove clang builds on 18.04</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0990e822">0990e822</a> boottests: Print the simulator output if V=1 is set</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dc85bd46">dc85bd46</a> witherspoon: Squash spurious I2C errors</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b3012e1">8b3012e1</a> hw/p8-i2c: Don’t print warnings when dumping registers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b449782d">b449782d</a> hw/p8-i2c: Clean up interrupt masking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f7b726c">9f7b726c</a> libstb/tpm: block access to unknown i2c devs on the tpm bus</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80fd2e96">80fd2e96</a> xscom: Don’t log xscom errors caused by OPAL calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4fbdbc6">a4fbdbc6</a> doc: Add skiboot-5.2.0 ref</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f04000d7">f04000d7</a> doc/secvar: Fix table markup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06a90e9b">06a90e9b</a> doc/mpipl: Fix warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c76b1c19">c76b1c19</a> doc/secvar: Fix indentation warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/93ea4773">93ea4773</a> doc: Fix code blocks in v6.3.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8be8d98e">8be8d98e</a> doc/sbe: Fix block indentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/58d51527">58d51527</a> doc: Remove duplicate OPAL_ELOG_WRITE label</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/962f6d78">962f6d78</a> doc: Fix block in 6.3.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b4619a6">7b4619a6</a> doc/opal-api: Remove spurious indent</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f46e5ca">0f46e5ca</a> doc/dt: Fix memory-heirachy block</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/192efa9b">192efa9b</a> doc/opal-api: Remove ref to OPAL_HMI_FLAGS_TOD_TB_FAIL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7afd41b7">7afd41b7</a> doc/device-tree: Add secvar bindings to the toctree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e23e0053">e23e0053</a> doc: Add VAS stuff into the tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f59b2f6b">f59b2f6b</a> doc: Use parallel builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a8b45a6">4a8b45a6</a> doc: Remove bonus CONTRIBUTING.md from the index</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/275c73fc">275c73fc</a> doc: Fix some errors in platforms-and-cpus</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a02072d0">a02072d0</a> doc/imc: Fix sphinx warning</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d332d419">d332d419</a> README.md: Add information on docs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/10bbcd07">10bbcd07</a> core/platform: Add an explicit fast-reboot type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee07f2c6">ee07f2c6</a> core/fast-reset: Do not enable by default</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82aed17a">82aed17a</a> firenze-pci: Fix infinite loop in
+firenze_pci_add_loc_code()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e122fba">2e122fba</a> hw/fsp: Remove stray va_end() in __fsp_fillmsg()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b776bb0f">b776bb0f</a> hw/fsp: Fix GENERIC_FAILURE mailbox status code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e19dddc5">e19dddc5</a> Re-license contributions from Raptor Computer Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a5764dd3">a5764dd3</a> Re-license contributions from Dan Horák</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/504f4f08">504f4f08</a> Re-license contributions from Yadro</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d703ad5b">d703ad5b</a> hw/prd: Hold FSP notifications while PRD is inactive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec7be089">ec7be089</a> docs: Fix ref to skiboot-6.4 in 6.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b57002d">7b57002d</a> hw/xscom: Add scom infrastructure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b612fff">9b612fff</a> hw/centaur: Convert to use the new scom API</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38b5c317">38b5c317</a> hdata/memory: Add support for memory-buffer mmio</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e991415a">e991415a</a> hw/ocmb: Add OCMB SCOM support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f1937ef">0f1937ef</a> skiboot v6.6 release notes</li>
+</ul>
+<p>Reza Arbab (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ff5558c">7ff5558c</a> Dedup $(HW_OBJS)</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e7f76b4e">e7f76b4e</a> hw/phys-map: Add pvr argument to phys_map_init()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6db75f1d">6db75f1d</a> hw/phys-map: Add Axone memory map</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8279e529">8279e529</a> npu2: Prepare purge_l2_l3_caches() for reuse</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d9ecf61c">d9ecf61c</a> npu2: Refactor NPU OPAL calls</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d9b06b85">d9b06b85</a> npu2: Add checks to npu2-only codepaths</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa3fc69f">aa3fc69f</a> hw: Introduce npu3</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6017ba6a">6017ba6a</a> Add Swift platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e334fbb">3e334fbb</a> npu3: Rename NPU3_SM_MISC_CFGn register macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/82b57688">82b57688</a> npu3: Initialize NPU3_SNP_MISC_CFG0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2422c100">2422c100</a> npu3: Expose remaining ATSD launch registers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a36a4944">a36a4944</a> npu: Fix device binding error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38e1c73f">38e1c73f</a> npu3: Delay enablement of DL parity checking</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f5ecfb3">3f5ecfb3</a> devicetree: Remove lpc interrupt properties</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/91b4be52">91b4be52</a> platforms/swift: Remove spurious error message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/03e7420e">03e7420e</a> npu3: Add ibm, ioda2-npu3-phb to compatible property</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ea336e7">3ea336e7</a> npu3: Improve SALT log output</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ece4109b">ece4109b</a> npu3: Make SALT CMD_REG writable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/24664b48">24664b48</a> npu2/hw-procedures: Remove assertion from check_credits()</li>
+</ul>
+<p>Ryan Grimm (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/689f4469">689f4469</a> slw: Enable stop states on P9P</li>
+</ul>
+<p>Shilpasri G Bhat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1fa6e85a">1fa6e85a</a> occ: Add pstate corresponding to base frequency to DT</li>
+</ul>
+<p>Stewart Smith (23):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/648c7cfd">648c7cfd</a> Silence sparse warning for version.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c256c68">2c256c68</a> sparse: Silence “directive in argument list” for version
+string</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7737655">c7737655</a> sparse: fix (main|secondar)_cpu_entry declaration types</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ae9fb433">ae9fb433</a> sparse: fix endian types of struct imc_chip_cb members</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64b30ec5">64b30ec5</a> sparse: various SPIRA structures, declare them.</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b2af1e5">4b2af1e5</a> sparse: lpc uart interrupt pointer endianness</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/352738f7">352738f7</a> sparse: hdata/fsp: u8 doesn’t have endian</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4bec3e9e">4bec3e9e</a> sparse: hdata/iohub: correctly convert endianness</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/33753c98">33753c98</a> sparse: hdata/spira sw_xstop_fir_bitpos is uint8_t, has
+no endian</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/62ceded3">62ceded3</a> sparse: libstb/container: fix endian type for magic number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ee242b9">0ee242b9</a> gcov: Fix skiboot size to dump out from simulators</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/067de39a">067de39a</a> Move ec/ code to Rhesus platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ef3dd30">5ef3dd30</a> SPDX-ify all skiboot code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5826c0a2">5826c0a2</a> travis: Enable fedora30 for ppc64le</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/468a2dc1">468a2dc1</a> travis: remove fedora29</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85b94f12">85b94f12</a> travis: do gcov builds on fedora30</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8995ad61">8995ad61</a> doc/requirements.txt: pin docutils at 0.14</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73ded8c7">73ded8c7</a> doc/device-tree/ibm, opal/firmware/version: clarify timeline
+of git-id vs version</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e1db80c">0e1db80c</a> SPDX fixups and Copyright date fixes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12610da1">12610da1</a> libstb: export CVC/securerom code memory range</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70047661">70047661</a> mambo: enable use of real Container Verification Code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49496485">49496485</a> Re-license IBM written files as Apache 2.0 OR GPLv2+</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57c451dd">57c451dd</a> platform: add Raptor Blackbird support</li>
+</ul>
+<p>Thiago Jung Bauermann (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/528b72fa">528b72fa</a> core/init: Add ibm,processor-storage-keys property to CPU DT
+node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9cd556ca">9cd556ca</a> Makefile: Search for distro-provided cross-compiler</li>
+</ul>
+<p>Vasant Hegde (64):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca222757">ca222757</a> OPAL: Add OPAL boot entry address to device tree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af98c563">af98c563</a> FSP/MDST: Rename fsp-mdst-table.c -> fsp-sysdump.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d57eb46">9d57eb46</a> hdata: Split MDST ‘type’ field to accommodate MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b667811">0b667811</a> hdata: Define various DUMP related structures</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f10e629c">f10e629c</a> mem-map: Setup memory for MDDT table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbe6e969">bbe6e969</a> mem-map: Setup memory for MDRT table</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/935fccb0">935fccb0</a> hdata: Update spirah structure</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed7110ee">ed7110ee</a> hdata: Adjust various structure offset after relocation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0cadc985">0cadc985</a> hdata: Create /ibm, opal/dump device tree node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ba3198b">1ba3198b</a> MPIPL: Register for OPAL dump</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f94bda6">4f94bda6</a> MPIPL: Define OPAL metadata area</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef6da5f6">ef6da5f6</a> MPIPL: Add OPAL API to register for dump region</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d0c8ae5">8d0c8ae5</a> MPIPL: Add OPAL API to register tags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/166eda4e">166eda4e</a> SBE: Send OPAL relocated base address to SBE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a17e674">0a17e674</a> MPIPL: Add support to trigger MPIPL on BMC system</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbd875d7">fbd875d7</a> MPIPL: Save crashing PIR</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa694ea0">aa694ea0</a> HIOMAP: Reset bmc mbox in MPIPL path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4a669d0f">4a669d0f</a> platform: Introduce new reboot type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6326c712">6326c712</a> hdata: Add “mpipl-boot” property to “dump” node</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3d85abd9">3d85abd9</a> MPIPL: Prepare OPAL data tag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/19a8694f">19a8694f</a> MPIPL: Add OPAL API to query saved tags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7fa3c1ec">7fa3c1ec</a> MPIPL: Clear tags and metadata</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa5cb006">fa5cb006</a> MPIPL: Reserve memory to capture architected registers data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ddf1144">4ddf1144</a> MPIPL: Prepare architected registers data tag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11cb51ab">11cb51ab</a> MPIPL: Add documentation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cc028857">cc028857</a> MPIPL: struct opal_mpipl_fadump doesn’t needs to be packed</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d75e82db">d75e82db</a> core/ipmi: Fix use-after-free</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0c996e4">a0c996e4</a> core/ipmi: Remove redundant variable</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/49be3377">49be3377</a> gard: Add support to run gard tests on FSP platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fc455b94">fc455b94</a> skiboot v6.3.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66ab3cbd">66ab3cbd</a> skiboot v6.5.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8bac56a">b8bac56a</a> hostservices: Silence special wakeup assert/release logs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3bfa320">c3bfa320</a> hdata: Fix reserved node label search</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f1557795">f1557795</a> prd: Improve debug logs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/790a604e">790a604e</a> prd: Fix prd message queuing interface</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7af08f2f">7af08f2f</a> prd: Fix FSP - HBRT firmware_notify message</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2a63db65">2a63db65</a> FSP/IPMI: Handle FSP reset reload</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13c2f98e">13c2f98e</a> skiboot 5.4.11 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87a470c2">87a470c2</a> skiboot v6.5.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28eab7cd">28eab7cd</a> skiboot v6.3.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/120b1b7d">120b1b7d</a> skiboot v6.0.21 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a448c4e2">a448c4e2</a> hdata: Update MPIPL support IPL parameter</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/179d53df">179d53df</a> stable/build: Do not convert warnings to error</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eebee394">eebee394</a> hdata: Fix SP attention area address</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/457f9635">457f9635</a> mpipl: Release cpu data memory in free reserved memory path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b858aef5">b858aef5</a> mpipl: Disable fast-reboot during post MPIPL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/958769d1">958769d1</a> FSP: Remove flash hook after completing code update</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b0e02421">b0e02421</a> mpipl: Rework memory reservation for OPAL dump</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c53e3394">c53e3394</a> platform: Log error to BMC even if diag data is missing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8418ac7">c8418ac7</a> errorlog: Replace hardcode value with macro</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/caae4d47">caae4d47</a> list: Add list_add_after()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/16d186cf">16d186cf</a> memory: Sort memory regions list</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/841874b6">841874b6</a> ipmi-sel: Free ipmi_msg in error path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/20101950">20101950</a> esel: Fix OEM SEL generator ID</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/033e797c">033e797c</a> eSEL: Make sure PANIC logs are sent to BMC before calling
+assert</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/daf9215c">daf9215c</a> errorlog: Increase the severity of abnormal reboot events</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2700092e">2700092e</a> skiboot v6.5.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0043ee2">d0043ee2</a> skiboot v6.5.4 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ccfb4b3">4ccfb4b3</a> skiboot v6.0.22 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3a4daeca">3a4daeca</a> Revert “FSP: Disable PSI link whenever FSP tells OPAL about
+impending R/R”</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/33323055">33323055</a> skiboot v6.0.23 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d6eb510d">d6eb510d</a> fsp: Ignore platform dump notification on P9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/34664746">34664746</a> MPIPL: Add support to save crash CPU details on FSP system</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9547b3da">9547b3da</a> ZZ: Fix System Attention Indicator location code</li>
+</ul>
+<p>acsawdey (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a08549a9">a08549a9</a> external/mambo: rename env var PMEM_MODES to PMEM_MODE</li>
+</ul>
+<p>joy_chu (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9570730f">9570730f</a> Add: add mihawk platform file</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-vesnin-xml">
+<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
+<div class="section" id="id33">
+<h3>Patches<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id34">
+<h3>Commits<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id35">
+<h3>Patches<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id36">
+<h3>Commits<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
+<p>Uma Yadlapati (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c622cb5">c622cb5</a> Add IPMI Key Clear sensor (#84)</li>
+</ul>
+<p>nmuruli (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/0f9b366">0f9b366</a> Set IS_MPIPL_SUPPORTED to TRUE by default (#88)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id37">
+<h3>Patches<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id38">
+<h3>Commits<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.5-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.5-rc1</a></li>
+ <li>Next: <a href="v2.6.html" title="next chapter">Release Notes for OpenPower Firmware v2.6</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.5.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/release-notes/v2.6.html b/release-notes/v2.6.html
new file mode 100644
index 0000000..643265a
--- /dev/null
+++ b/release-notes/v2.6.html
@@ -0,0 +1,1526 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Release Notes for OpenPower Firmware v2.6 — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="prev" title="Release Notes for OpenPower Firmware v2.5" href="v2.5.html" />
+
+ <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="release-notes-for-openpower-firmware-v2-6">
+<h1>Release Notes for OpenPower Firmware v2.6<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-6" title="Permalink to this headline">¶</a></h1>
+<p>op-build v2.6 was released on Tuesday, November 3rd, 2020. It became the current stable release of op-build, following on from v2.5,
+first released on May 22nd, 2020.</p>
+<p>In addition to a number of bugfixes and re-factors, plus the new mowgli platform listed below, this release is also the first one
+without formally supporting Power8 platforms (see Removed platforms below).</p>
+<p>In addition to that, op-build v2.6 adds significant new features:</p>
+<ul class="simple">
+<li>Secure & Trusted Boot validation support for the OS. Starting with v6.7, Skiboot now supports Secure Variables through the use of
+a Trusted Platform Module. This support, added with a few changes in op-build (i.e., the use of the Keyutils package + updates to
+the kexec-lite package) allows op-build to measure the OS Kernel / initrd, as well as enforce a security policy to only load
+trusted / known OS Kernel / initrd pairs. More info on this feature can be found in the Skiboot documentation for STB and
+Secvars.</li>
+<li>Preliminary support for Power9 Big-Core (SMT8) processors.</li>
+<li>Support for OpenCAPI Memory Buffers (OCMB) on Power9+ (AXONE) processors</li>
+</ul>
+<div class="section" id="known-issues">
+<h2>Known issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Fast-reset (aka “fast-reboot”) has been broken since the Big-Core support was added. A Skiboot issue was created to track this
+(<a class="reference external" href="https://github.com/open-power/skiboot/issues/259">https://github.com/open-power/skiboot/issues/259</a>). Fast-reboot, even if it was a useful development feature, was never an
+officially supported feature on production platforms.</li>
+</ul>
+</div>
+<div class="section" id="removed-platforms">
+<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>vesnin</li>
+<li>barreleye</li>
+<li>p8dtu</li>
+<li>pseries</li>
+<li>garrison</li>
+<li>firenze</li>
+<li>firestone</li>
+<li>palmetto</li>
+<li>habanero</li>
+</ul>
+</div>
+<div class="section" id="new-platforms">
+<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>mowgli</li>
+</ul>
+</div>
+<div class="section" id="updated-packages">
+<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="15%" />
+<col width="13%" />
+<col width="13%" />
+<col width="58%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Old Version</th>
+<th class="head">New Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>dtc</td>
+<td>1.4.7</td>
+<td>1.6.0</td>
+<td>romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-odd"><td>hcode</td>
+<td>hw052020a.opmst</td>
+<td>hw103020a.opmst</td>
+<td>romulus, nicole, swift, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-even"><td>hostboot</td>
+<td>9865ef9</td>
+<td>c4118db</td>
+<td>romulus, nicole, swift, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-odd"><td>hostboot-binaries</td>
+<td>hw013120a.opmst</td>
+<td>hw101520a.opmst</td>
+<td>romulus, nicole, swift, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-even"><td>libflash</td>
+<td>v6.6</td>
+<td>v6.7</td>
+<td>romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-odd"><td>linux</td>
+<td>5.4.33</td>
+<td>5.4.68</td>
+<td>romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-even"><td>linux-headers</td>
+<td>5.4.33</td>
+<td>5.4.68</td>
+<td>romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-odd"><td>machine-xml</td>
+<td>f6ec5aa</td>
+<td>b1fc7ca</td>
+<td>mihawk</td>
+</tr>
+<tr class="row-even"><td>machine-xml</td>
+<td>9a6da5f</td>
+<td>ac02557</td>
+<td>nicole</td>
+</tr>
+<tr class="row-odd"><td>openpower-pnor</td>
+<td>175f00d</td>
+<td>e582e4a</td>
+<td>romulus, nicole, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>c58e8fd</td>
+<td>ea0389a</td>
+<td>romulus, nicole, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+<tr class="row-odd"><td>skiboot</td>
+<td>v6.6</td>
+<td>v6.7</td>
+<td>romulus, opal, nicole, swift, zz, zaius, p9dsu, blackbird, mihawk, witherspoon</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="new-packages">
+<h2>New Packages<a class="headerlink" href="#new-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="43%" />
+<col width="24%" />
+<col width="33%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>keyutils</td>
+<td>1.6</td>
+<td>witherspoon</td>
+</tr>
+<tr class="row-odd"><td>ocmb-explorer-fw</td>
+<td>v8.0</td>
+<td>swift</td>
+</tr>
+<tr class="row-even"><td>openpower-pnor</td>
+<td>e582e4a</td>
+<td>swift</td>
+</tr>
+<tr class="row-odd"><td>petitboot</td>
+<td>v1.12</td>
+<td>swift</td>
+</tr>
+<tr class="row-even"><td>sbe</td>
+<td>ea0389a</td>
+<td>swift</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="removed-packages">
+<h2>Removed Packages<a class="headerlink" href="#removed-packages" title="Permalink to this headline">¶</a></h2>
+<table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="31%" />
+<col width="37%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Package</th>
+<th class="head">Version</th>
+<th class="head">Platforms</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="package-blackbird-xml">
+<h2>Package: blackbird-xml<a class="headerlink" href="#package-blackbird-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/blackbird-xml">Repository</a></p>
+<div class="section" id="patches">
+<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="commits">
+<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-hcode">
+<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
+<div class="section" id="id1">
+<h3>Patches<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id2">
+<h3>Commits<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>Austin Cui (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/103be554">103be554</a> EKB P9 build fix on RHEL7 systems</li>
+</ul>
+<p>Joachim Fenkes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dde020c0">dde020c0</a> FAPI2: Add FAPI2_RC_PLAT_MISCOMPARE</li>
+</ul>
+<p>Prasad Bg Ranganath (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0ee9962">d0ee9962</a> PFET: Re-verify the pfet header error in FIT interrupt handler</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/83679a20">83679a20</a> SGPE:Fix cme boot list during runtime case</li>
+</ul>
+<p>Rahul Batra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/99d54522">99d54522</a> PM: NACK disable and OCC notification</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a086ff7a">a086ff7a</a> PM: Process C405_ECC_UE FIR</li>
+</ul>
+<p>Sumit Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6538e44e">6538e44e</a> Updated devtoolset for RHEL7</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c936359d">c936359d</a> Revert “Updated devtoolset for RHEL7”</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/071b0780">071b0780</a> Updated to devtoolset-8 for RHEL7</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bc04b3a0">bc04b3a0</a> PFET: detect bad pfet through cme sgpe plumbling</li>
+</ul>
+<p>hostboot (92):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e9bd33dd">e9bd33dd</a> Release tag & head commit information updated for
+hw052120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3a223dc7">3a223dc7</a> Release tag & head commit information updated for
+hw052720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4e6c0ba">b4e6c0ba</a> Release tag & head commit information updated for
+hw052820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2d137def">2d137def</a> Release tag & head commit information updated for
+hw052920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/7bff4227">7bff4227</a> Release tag & head commit information updated for
+hw060120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f355cddd">f355cddd</a> Release tag & head commit information updated for
+hw060220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2f6174c4">2f6174c4</a> Release tag & head commit information updated for
+hw060320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9ef89a10">9ef89a10</a> Release tag & head commit information updated for
+hw060420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c5fe9044">c5fe9044</a> Release tag & head commit information updated for
+hw060520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/494e2dc8">494e2dc8</a> Release tag & head commit information updated for
+hw060820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/657a7527">657a7527</a> Release tag & head commit information updated for
+hw060920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5065d242">5065d242</a> Release tag & head commit information updated for
+hw061120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/464c0e39">464c0e39</a> Release tag & head commit information updated for
+hw061220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/36e24db6">36e24db6</a> Release tag & head commit information updated for
+hw061520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/76de8981">76de8981</a> Release tag & head commit information updated for
+hw061620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b46d5428">b46d5428</a> Release tag & head commit information updated for
+hw061720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e53963b3">e53963b3</a> Release tag & head commit information updated for
+hw061920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f0e7e419">f0e7e419</a> Release tag & head commit information updated for
+hw062220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0c546472">0c546472</a> Release tag & head commit information updated for
+hw062320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0727c28f">0727c28f</a> Release tag & head commit information updated for
+hw062420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/54639d32">54639d32</a> Release tag & head commit information updated for
+hw062520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6b0aa448">6b0aa448</a> Release tag & head commit information updated for
+hw062620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/30e3e71d">30e3e71d</a> Release tag & head commit information updated for
+hw062920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d09e40f">0d09e40f</a> Release tag & head commit information updated for
+hw070120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f08d50cc">f08d50cc</a> Release tag & head commit information updated for
+hw070220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/11404d3b">11404d3b</a> Release tag & head commit information updated for
+hw070620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1e103eee">1e103eee</a> Release tag & head commit information updated for
+hw070720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0d911d37">0d911d37</a> Release tag & head commit information updated for
+hw070920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/53a4facd">53a4facd</a> Release tag & head commit information updated for
+hw071020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/38ce4727">38ce4727</a> Release tag & head commit information updated for
+hw071420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/081e2899">081e2899</a> Release tag & head commit information updated for
+hw072020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a815e84b">a815e84b</a> Release tag & head commit information updated for
+hw072020b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2811141b">2811141b</a> Release tag & head commit information updated for
+hw072220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1069536b">1069536b</a> Release tag & head commit information updated for
+hw072320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/61a718bd">61a718bd</a> Release tag & head commit information updated for
+hw072420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9670cd9c">9670cd9c</a> Release tag & head commit information updated for
+hw072720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/dc43d89c">dc43d89c</a> Release tag & head commit information updated for
+hw072820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0a793f9b">0a793f9b</a> Release tag & head commit information updated for
+hw072920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c32cbe4f">c32cbe4f</a> Release tag & head commit information updated for
+hw073020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0beeec42">0beeec42</a> Release tag & head commit information updated for
+hw080320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9f38a36d">9f38a36d</a> Release tag & head commit information updated for
+hw080420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/9547fb46">9547fb46</a> Release tag & head commit information updated for
+hw080520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d9a9c7f0">d9a9c7f0</a> Release tag & head commit information updated for
+hw080820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4cf71d64">4cf71d64</a> Release tag & head commit information updated for
+hw080920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/6d1885ba">6d1885ba</a> Release tag & head commit information updated for
+hw081020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/98e82b38">98e82b38</a> Release tag & head commit information updated for
+hw081120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c9d11845">c9d11845</a> Release tag & head commit information updated for
+hw081220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5f7b0006">5f7b0006</a> Release tag & head commit information updated for
+hw081320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/168e604a">168e604a</a> Release tag & head commit information updated for
+hw081420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/a2fe7292">a2fe7292</a> Release tag & head commit information updated for
+hw081720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d50779d4">d50779d4</a> Release tag & head commit information updated for
+hw081820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1e8c08ab">1e8c08ab</a> Release tag & head commit information updated for
+hw081920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/373f579c">373f579c</a> Release tag & head commit information updated for
+hw082020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3d73e2de">3d73e2de</a> Release tag & head commit information updated for
+hw082120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1eb90be7">1eb90be7</a> Release tag & head commit information updated for
+hw082220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/05079b3a">05079b3a</a> Release tag & head commit information updated for
+hw082520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/508c6811">508c6811</a> Release tag & head commit information updated for
+hw082520b.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bdd579e3">bdd579e3</a> Release tag & head commit information updated for
+hw082720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0f805db1">0f805db1</a> Release tag & head commit information updated for
+hw083020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/98f60183">98f60183</a> Release tag & head commit information updated for
+hw090120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8b0ce4fd">8b0ce4fd</a> Release tag & head commit information updated for
+hw090220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/54d10e49">54d10e49</a> Release tag & head commit information updated for
+hw090320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/75e6406b">75e6406b</a> Release tag & head commit information updated for
+hw090520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c0936168">c0936168</a> Release tag & head commit information updated for
+hw090920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2da89cbf">2da89cbf</a> Release tag & head commit information updated for
+hw091020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2a77a07b">2a77a07b</a> Release tag & head commit information updated for
+hw091120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/551fa1f6">551fa1f6</a> Release tag & head commit information updated for
+hw091620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/1ac085df">1ac085df</a> Release tag & head commit information updated for
+hw091720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f1351576">f1351576</a> Release tag & head commit information updated for
+hw091820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/835066a0">835066a0</a> Release tag & head commit information updated for
+hw092120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/03aa3c92">03aa3c92</a> Release tag & head commit information updated for
+hw092220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/e494c325">e494c325</a> Release tag & head commit information updated for
+hw092320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/08f200b8">08f200b8</a> Release tag & head commit information updated for
+hw092420a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ee9e0a5d">ee9e0a5d</a> Release tag & head commit information updated for
+hw092520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/68fab35e">68fab35e</a> Release tag & head commit information updated for
+hw092820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0e7721f7">0e7721f7</a> Release tag & head commit information updated for
+hw092920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b17a0278">b17a0278</a> Release tag & head commit information updated for
+hw093020a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/5df62c35">5df62c35</a> Release tag & head commit information updated for
+hw100320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/bad7a125">bad7a125</a> Release tag & head commit information updated for
+hw100620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cd58b865">cd58b865</a> Release tag & head commit information updated for
+hw100720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/52cd5aad">52cd5aad</a> Release tag & head commit information updated for
+hw100920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c2ca8494">c2ca8494</a> Release tag & head commit information updated for
+hw101120a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cd07c463">cd07c463</a> Release tag & head commit information updated for
+hw101220a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/c4ff99e8">c4ff99e8</a> Release tag & head commit information updated for
+hw101320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/d0f308bf">d0f308bf</a> Release tag & head commit information updated for
+hw101520a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8ff58c8a">8ff58c8a</a> Release tag & head commit information updated for
+hw101620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fbc889dd">fbc889dd</a> Release tag & head commit information updated for
+hw101920a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/8921f64e">8921f64e</a> Release tag & head commit information updated for
+hw102320a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fad1a0f6">fad1a0f6</a> Release tag & head commit information updated for
+hw102620a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/738a0641">738a0641</a> Release tag & head commit information updated for
+hw102720a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/fc41fd13">fc41fd13</a> Release tag & head commit information updated for
+hw102820a.opmst</li>
+<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3e4b2934">3e4b2934</a> Release tag & head commit information updated for
+hw103020a.opmst</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-hostboot">
+<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
+<div class="section" id="id3">
+<h3>Patches<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id4">
+<h3>Commits<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
+<p>Adam Hale (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/504cb2180">504cb2180</a> Allow OMIC targeting on OMI_DL regs</li>
+</ul>
+<p>Alvin Wang (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c11a06a0">2c11a06a0</a> Add empty files for kind library</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b0c5068b">1b0c5068b</a> Move kind library to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2343ee202">2343ee202</a> Add OMI_EDPL_DISABLE attribute</li>
+</ul>
+<p>Amita Banchhor (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0158bfc1d">0158bfc1d</a> FW STATUS logging extended</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/085048876">085048876</a> Adding blank files for moving has_rcd from nm unmask to
+nm dimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2645ac029">2645ac029</a> fw_status logging improved</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed23d239d">ed23d239d</a> adding new file exp_kind.H to have declarations for
+exp_kind.C</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/066d6f7e5">066d6f7e5</a> Moving has_rcd from namespace unmask to namespace dimm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a38f6791">0a38f6791</a> Update Galois APIs to accept uint64_t as inputs for all
+functions</li>
+</ul>
+<p>Andre A. Marin (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33fb53d3a">33fb53d3a</a> Update SPD for rev 0.3</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/523a24db9">523a24db9</a> Add p9c_mss_funcs object file to istep07 makefile</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/daeb4ee75">daeb4ee75</a> Limit centaur m_mba_throttle to avoid over current
+warning</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0866bcba2">0866bcba2</a> Fix DDIMM SPD revision fallback for DDIMM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5344a7393">5344a7393</a> Add missing DEPLIBS for p9c_mss_funcs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ba26156a6">ba26156a6</a> Add new SPD bytes for RCD parameters for rev 0.4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efa47dd47">efa47dd47</a> Makefile changes for exp fw update to work</li>
+</ul>
+<p>Austin Cui (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7ee4833c">c7ee4833c</a> EKB P9 build fix on RHEL7 systems</li>
+</ul>
+<p>Ben Gass (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3c1e77dec">3c1e77dec</a> Update explorer command tags in the initfile.</li>
+</ul>
+<p>Bill Hoffa (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/521bfe25e">521bfe25e</a> Increase max code line length to 100 characters</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e9f0d219">6e9f0d219</a> Increase HBRT Partition Size to 0x800000</li>
+</ul>
+<p>Brian Stegmiller (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e8f69cae9">e8f69cae9</a> PRD: HMS/OpenCAPI adapter errors</li>
+</ul>
+<p>Caleb Palmer (34):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f66ae38cb">f66ae38cb</a> PRD: Correct unit checkstops in MCC to checkstop root
+cause</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a77fcb358">a77fcb358</a> MDIA: Reenable restore DRAM repairs in memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7517b0d4">f7517b0d4</a> PRD: Fix endianness of dqMapping in mem capture data</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6a022676">a6a022676</a> PRD: Add OMI error related registers to FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c08526423">c08526423</a> PRD: Capture USTLSTATUS register for FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/69e8f8ff3">69e8f8ff3</a> PRD: Default callout for failure to scom OCMB to cover
+chnl fails</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/34f69b535">34f69b535</a> PRD: Return nullptr for missing subchannels in
+getConnected</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8097fd88">f8097fd88</a> MDIA: Properly get OMIC parent to check HW state</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/235b00450">235b00450</a> PRD: Toggle summary mask reg after cleanup of chnl attns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a21c00340">a21c00340</a> PRD: Collect FFDC from both sides of bus for OMI errs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08ba8e429">08ba8e429</a> PRD: Remove NPU targets from read PNOR and write HOMER
+code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f6899b9e">4f6899b9e</a> ATTN: Check OCMBs for attns during certain parts of the
+IPL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25e19b151">25e19b151</a> PRD: OMI error FFDC collection minor adjustments</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/acbec491e">acbec491e</a> PRD: Consolidate extra memory signatures</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/438beac29">438beac29</a> PRD: Blunt force check all OCMBs for attentions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f0ac9b733">f0ac9b733</a> PRD: Poll PRD_HWP_PLID before scomming OCMBs in certain
+isteps</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/653512230">653512230</a> PRD: Fix for PRD repo mirror in analyzeOcmbs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9639e0ad7">9639e0ad7</a> PRD: adjust DSTLFIR re-setting workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/602fe789b">602fe789b</a> PRD: Don’t ban TPS when all dram repairs used</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/baad9527f">baad9527f</a> PRD: Update OCMB symbol to DQ mapping</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6c8dc2dd">d6c8dc2dd</a> PRD: Fix memport dq2Symbol function</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/337475699">337475699</a> PRD: Adjust scrub error threshold timer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30ad900b9">30ad900b9</a> PRD: Adjust MemAddr end address creation for Centaur</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7277568f7">7277568f7</a> PRD: DQ Mapping endianness logging fix</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4152f3a49">4152f3a49</a> PRD: Disable dynamic memory deallocation for now</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93e59414f">93e59414f</a> MDIA: Fix OMIDLFIR addr in timeout FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4d86165b">b4d86165b</a> PRD: Bad DQ Bitmap spare byte updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5d53ef8d5">5d53ef8d5</a> PRD: Only temporarily disable dynMemDealloc for OCMBs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/04c8dbb78">04c8dbb78</a> PRD: Fix tracing in cleanupChnlAttns workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8a7983ebe">8a7983ebe</a> PRD: Adjust return code when resetting DSLTFIR for OCMB
+attns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcabe6e22">bcabe6e22</a> PRD: Use the same MNFG Mem CE Thr for all DRAM densities</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cca3ddf35">cca3ddf35</a> PRD: Add Additional TLX Error Report Regs to FFDC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/896a0ff76">896a0ff76</a> MDIA: Reenable restoreDramRepairs in memdiags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e6eb4089f">e6eb4089f</a> PRD: Update IUE thr triggers chnl fail instead of port
+fail</li>
+</ul>
+<p>Chen Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d6a35a476">d6a35a476</a> Dimm FAPI_POS update</li>
+</ul>
+<p>Christian Geddes (6):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/967ca2cc7">967ca2cc7</a> Handle fapi2 getChildren for OCMB targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f98b8f4d6">f98b8f4d6</a> Port MCTP and PLDM stacks to P9</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa7a85e18">aa7a85e18</a> MCTP: Address double free issue seen during istep 6.6</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f1bf839ad">f1bf839ad</a> Fix bad port of LPC workaround for MCTP over LPC</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40f262bcb">40f262bcb</a> Make the task_type of the pldm_extended module be
+INIT_TASK</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/938535910">938535910</a> Workaround to load WOF lid from BMC in Tacoma</li>
+</ul>
+<p>Christian R Geddes (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/38aed2e2f">38aed2e2f</a> Revert “Blank file commit for dstlfir workaround”</li>
+</ul>
+<p>Corey Swenson (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/36b16d351">36b16d351</a> Move the clearing of DIMM_BAD_DQ_DATA to istep 7.1</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16e8000d0">16e8000d0</a> Delete error logs at end of HWP_INVOKE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4df8a9f9a">4df8a9f9a</a> Add trace-lite tools to hostboot</li>
+</ul>
+<p>Dan Crowell (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0cbfa4df9">0cbfa4df9</a> Increase timeout for nvdimm status during arm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/00f32c7b6">00f32c7b6</a> Temporarily disable OCMB comm tests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7d60085f">a7d60085f</a> Update eecache with new SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ef0fd93a6">ef0fd93a6</a> Allow GENERICI2CSLAVE children of OCMB targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/adfb175c5">adfb175c5</a> Run Explorer FW Update in parallel</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5744d86f2">5744d86f2</a> Trigger reboot after OCMB firmware update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/21406eedb">21406eedb</a> Fix some mss istep dependency issues</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/449a1d765">449a1d765</a> Disable Centaur sensor cache during VPD write request</li>
+</ul>
+<p>Dan Larson (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebb7f0778">ebb7f0778</a> Increase CUMULUS_CDIMM timeout to 75 minutes</li>
+</ul>
+<p>Daniel M Crowell (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ea90451a8">ea90451a8</a> Revert “Move kind library to generic”</li>
+</ul>
+<p>Ilya Smirnov (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0e3727a5f">0e3727a5f</a> Run distributeSmfMem on FSP Systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d5564e4b">4d5564e4b</a> PLDM File IO: Get MCL Lids via PLDM</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90cdc643d">90cdc643d</a> Use TEMP Side In PLDM File IO</li>
+</ul>
+<p>Jayashankar Padath (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bf351bba0">bf351bba0</a> HDAT: Fix to update the system type</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e53ed88f">7e53ed88f</a> HDAT: Update on the platform IPL side</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/878a64651">878a64651</a> HDAT: Value change on the platform IPL side</li>
+</ul>
+<p>Joachim Fenkes (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e64d23858">e64d23858</a> FAPI2: Add static compile time checks for some Target
+methods</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/881562e7b">881562e7b</a> FAPI2: Add target method to safely construct reduced-type
+targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/985c85f0e">985c85f0e</a> FAPI2: Stricter checks for getChildren</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10a6ca392">10a6ca392</a> Enable OBUS DL HW fix for p9c DD1.3</li>
+</ul>
+<p>Li Meng (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/48befbce6">48befbce6</a> Adds LRDIMM MWD coarse training step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b67e7b02e">b67e7b02e</a> Creates LRDIMM mrep/dwl calibration recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83e105f61">83e105f61</a> Adds LRDIMM MWD fine training step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d751613d4">d751613d4</a> Adds error logging features to LRDIMM MRD_COARSE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a40f39c43">a40f39c43</a> Adds workaround for LRDIMM to clear FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ae49a214c">ae49a214c</a> Adds new algorithm for DWL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/435f43e78">435f43e78</a> Adds error logging features to LRDIMM MWD_COARSE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9363dfe48">9363dfe48</a> Adds RAS features to LRDIMM MRD_FINE and use
+fine_recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca8335916">ca8335916</a> Fixes LRDIMM training issue</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dee960a2">6dee960a2</a> Adds LRDIMM coarse class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f36692fbd">f36692fbd</a> Fixes LRDIMM set rank presence bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5408446c6">5408446c6</a> Fixes for missing error check in MRD_FINE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6dbeb72ff">6dbeb72ff</a> Adds error logging features to LRDIMM MWD_FINE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1137f37ae">1137f37ae</a> Fixes for LRDIMM dual drop DB training</li>
+</ul>
+<p>Louis Stermole (29):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27ca327c8">27ca327c8</a> Fix restore DRAM repairs to skip non-existent spare
+nibbles on Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/82fec3881">82fec3881</a> Add empty files for HB commit 97450</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85f42ae3c">85f42ae3c</a> Update exp_omi_train_check polling to avoid scom read
+errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a75cc465a">a75cc465a</a> Check Explorer FW version and store in attrs in HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb6a25a2c">cb6a25a2c</a> Update TXSDLL setting to 1024 per JESD79-D for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b424ad43">2b424ad43</a> Add FIR checking to *_omi_train_check fail path</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9a6108787">9a6108787</a> Add throttle and power settings to exp_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0aba037e">e0aba037e</a> Fix endianness switching in new FW_ADAPTER_PROPERTIES
+code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4be6a9822">4be6a9822</a> Mask DLx_ERROR_HOLD tx side errors on Exp and Axone</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e56861871">e56861871</a> Add p9a DDIMM SPD revision plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9382299da">9382299da</a> Add Explorer B.0 support in ddimm_get_efd</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b76217d67">b76217d67</a> Fix inverted mask value in trace of manual FIR checks</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ccf79cd3">9ccf79cd3</a> Fix encoding for DRAM_MODULE_HEIGHT for 4U</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/44897659b">44897659b</a> Add attributes and SPD decode for secondary DDIMM thermal
+sensors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c51e130d">0c51e130d</a> Add new decode of EFD ODT impedance for DDIMM SPD 0.4</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e370d9b50">e370d9b50</a> Add EFD decodes for DDIMM RCD attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d05669fc">4d05669fc</a> Move Explorer UNIT_TOP FIR unmasks into exp_omi_setup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bb0e6b49">0bb0e6b49</a> Fix attribute enum for Smart in
+ATTR_MEM_EFF_MODULE_MFG_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/57a6d8e5a">57a6d8e5a</a> Fix memory attributes that have both a default and
+initToZero tags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c92b2e3d">7c92b2e3d</a> Fix exp_fw_log, and add wrapper</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d65d97199">d65d97199</a> Move Explorer obj handle and cmd flag setup from
+exp_scominit to exp_omi_init</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12a287941">12a287941</a> Fix duplicate symbol errors from DEFAULT_MC_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e3601cec6">e3601cec6</a> Explorer FIR cleanup</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cba475719">cba475719</a> Support multiple revisions of user_input_msdg_t</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/28f61d13e">28f61d13e</a> Add check in gen_throttle for divide by zero</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d8cac242">4d8cac242</a> Explorer thermal sensor polling updates</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/40896560c">40896560c</a> Remove DDIMM thermal sensor DRAM_AND_PMIC usage</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27cf4344f">27cf4344f</a> Change memory throttle float conversions for trace to
+uint32</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4118dbd5">c4118dbd5</a> Add support for secondary DDIMM thermal sensors</li>
+</ul>
+<p>Luis Fernandez (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d629ce10b">d629ce10b</a> Fix Intermittent FIPS Build Failure</li>
+</ul>
+<p>Mark Pizzutillo (32):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f8aa97dd7">f8aa97dd7</a> Tokenize attributes for ATTR_I2C_DEV_TYPE</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6923d6325">6923d6325</a> Fix attribute encoding for PREAMBLE attribute</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e10bc15b">8e10bc15b</a> Update PMIC disabling pre-enable to make use of sequence
+attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e510e8b58">e510e8b58</a> Add blank file for pmic_attributes.xml</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e6a416c71">e6a416c71</a> Add support for PMIC 4U enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca462d844">ca462d844</a> Fixes for PMIC 4U Enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/35257f51c">35257f51c</a> Fix F0RC1x offset train display bug</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3be8b0403">3be8b0403</a> Update ADC setting for ALERT_PIN_CFG for PMIC 4U</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ea8cd47e">1ea8cd47e</a> Suppress Wide character in print errors</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/11435b168">11435b168</a> Fix 4U enable to work when efuse is already enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6f95de35">f6f95de35</a> PMIC 4U - Add 4 new GPIO init steps</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a8c636919">a8c636919</a> PMIC Enable and Lab Tool Optimizations</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/861931b03">861931b03</a> Fix support for revision 0.4 SPD</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72d08f6b7">72d08f6b7</a> Add support for PMIC current consumption warning fields</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/df3467291">df3467291</a> Add RCD timing attributes for 4U</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/59603a869">59603a869</a> Fix EKB compile fail due to latch_wr_vref error</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8228f9fd5">8228f9fd5</a> Port latch_wr_vref to generic (Part 1.5)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73e0f5ff0">73e0f5ff0</a> Add platform accessor for GPIO + ADC i2c addresses</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/770556888">770556888</a> Port latch_wr_vref to generic (Part 1)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5318d0fc6">5318d0fc6</a> Add support for PMIC 1U/2U PWR_GOOD IO Mode</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b87ca4bf9">b87ca4bf9</a> Port latch_wr_vref to generic (Part 1.5a)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a0d8da2d9">a0d8da2d9</a> Port latch_wr_vref to generic (Part 2+3)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2ca2bb3c9">2ca2bb3c9</a> Revert “Add support for PMIC 1U/2U PWR_GOOD IO Mode”</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0092646c2">0092646c2</a> Update explorer CCS ODTs to support mirroring A-B</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bd5227d7">6bd5227d7</a> Fix modal_symbol_count port</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c95384931">c95384931</a> Add attribute to control pmic 4U pairs to enable</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a57510f8">7a57510f8</a> Max out PMIC soft stop time for 4U DDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5c229da43">5c229da43</a> Small code fixes for PMIC 4U soft stop time algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a62a7bea5">a62a7bea5</a> Improve Explorer command error trace</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/feadf1caf">feadf1caf</a> Add support for PMIC 4U Fail-In-Place Redundancy</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/004f1c53b">004f1c53b</a> PMIC Enable Updates for soft-start/stop, VIN, etc.</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/29cdc26e2">29cdc26e2</a> Perform PMIC soft start time workaround for 1U/2U</li>
+</ul>
+<p>Matt Derksen (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0c2a399ee">0c2a399ee</a> Wait appropriate time after enabling notifications in
+nvdimmArm()</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a71e1b334">a71e1b334</a> Mask nvdimm during restore to prevent PRD error</li>
+</ul>
+<p>Matthew Hickman (9):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f9e7de0c0">f9e7de0c0</a> Blank file commit for dstlfir workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad63e26bd">ad63e26bd</a> Added restore repairs generic blank files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f50efd41">6f50efd41</a> Added restore repairs generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/62be8e37c">62be8e37c</a> Fixed the ccs port merge conflicts and added lab code</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a55d71421">a55d71421</a> Added port of MRS engine to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fb6459d6">5fb6459d6</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7edcb6c35">7edcb6c35</a> Added blank files for row repair</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90032368e">90032368e</a> Added missing row repair files</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30bdce784">30bdce784</a> Added row repair hwp for explorer</li>
+</ul>
+<p>Michael Baiocchi (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/164836280">164836280</a> Redo “Terminate the IPL for Physical Presence Detection
+Errors in Mnfg Mode”</li>
+</ul>
+<p>Mike Baiocchi (19):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dfa24928d">dfa24928d</a> Improve Attribute Syncing For Key Clear Requests</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/829007de4">829007de4</a> Limit fapi2 attributes that are dumped</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/114fa85e6">114fa85e6</a> Create Informational Error Log for
+KEY_CLEAR_REQUST_MFG</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a1c13b524">a1c13b524</a> Clear FW Secure Version field in HDAT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be66eacff">be66eacff</a> Add Support UCD9090A Device and ZZ Gen4 Backplane Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1a912de30">1a912de30</a> Remove KEY_CLEAR_REQUEST_PEF_SSO enum</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fb01b20d7">fb01b20d7</a> Add Support UCD9090A Device and ZZ Gen4 Backplane Devices</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6ffc41b01">6ffc41b01</a> Create new attributes to support sharing FW Secure
+Version Information</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7e1061864">7e1061864</a> Update bbuild to b0629a_2026.950</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d948f76c8">d948f76c8</a> Anti-Rollback Support: Adding Secure Version to Signed
+Containers</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/618107d4b">618107d4b</a> Anti-Rollback Support: Secure Version passed from HBBL to
+HDAT</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7531ce49">d7531ce49</a> Anti-Rollback Support: Updating SecureROM to check for
+Secure Version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7f2e0136f">7f2e0136f</a> Anti-Rollback Support: Properly use “Minimum” Secure
+Version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1ac08dd03">1ac08dd03</a> Key Clear: Fix Hostboot GPIO processing on multi-node
+systems</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0494a8f6f">0494a8f6f</a> Anti-Rollback Support: Add Secure Version to Tracing and
+Logs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4955889df">4955889df</a> Anti-Rollback Support: Update Secure Version During SBE
+Update</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/05bcd5126">05bcd5126</a> Anti-Rollback Support: Add Security Checks for Secure
+Version</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/290fa6652">290fa6652</a> Clear Key Clear Request field in HDAT when Key Clear is
+not enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e765873e">6e765873e</a> Do Not Export SECURE_VERSION Attributes to the MRW</li>
+</ul>
+<p>Murulidhar Nataraju (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5639570c7">5639570c7</a> Disable MPIPL dump collection for OPAl based
+systems(Fips950/master)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca08c6423">ca08c6423</a> Fips950 Disable MPIPL Dump, Update sendMboxMsg()</li>
+</ul>
+<p>Nick Bofferding (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a6cceeddf">a6cceeddf</a> Fix page coalescing for regions past initial cache
+allocation</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5a5fd8f0b">5a5fd8f0b</a> Workaround: Force 4,1 byte reads/writes for LPC FW space</li>
+</ul>
+<p>Paul Grohowski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5adfac19">e5adfac19</a> Adds additional precanned march tests for mcbist</li>
+</ul>
+<p>Prasad Bg Ranganath (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f174e0de2">f174e0de2</a> PM HWP: Skip logging error if ccsr doesn’t match with the
+core target state</li>
+</ul>
+<p>Prem Shanker Jha (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b4cd81ba1">b4cd81ba1</a> pm callout: Added support for logging PFET Header error
+detection.</li>
+</ul>
+<p>Rahul Batra (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08548d6f8">08548d6f8</a> PM: NACK disable and OCC notification</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dadfff45b">dadfff45b</a> PM: Process C405_ECC_UE FIR</li>
+</ul>
+<p>Roland Veloz (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c24fa8d27">c24fa8d27</a> Force the refresh/update of attribute overrides at the
+point of retrieval</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/51d983838">51d983838</a> Fix issue with the callout_ud::Flag data</li>
+</ul>
+<p>Ryan Black (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/202854d7c">202854d7c</a> Third set of changes to enable multi-node fleetwood</li>
+</ul>
+<p>Sneha Kadam (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/06f86049b">06f86049b</a> Update CAC MCBIST defaults</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e57a240a7">e57a240a7</a> Improve mss_draminit_training prints for Nimbus</li>
+</ul>
+<p>Stephen Glancy (34):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5564c6e01">5564c6e01</a> Updates Centaur’s refresh priority to 0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c7fd24b8">2c7fd24b8</a> Updates Explorer’s refresh priority to 0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1887c7fc5">1887c7fc5</a> Updates Nimbus’s refresh priority to 0</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1bba3d97d">1bba3d97d</a> Adds explorer simple response error code to callout</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b6d523412">b6d523412</a> Fixes explorer PHY init command flags</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/67d1f4e7c">67d1f4e7c</a> Fixes Nimbus broadcast mode configuration logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4f0932663">4f0932663</a> Adds Explorer PHY reset blankfiles</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b66e5bafb">b66e5bafb</a> Adds explorer PHY init tool</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/89219972a">89219972a</a> Adds generic LRDIMM VREF calibration algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cb49aa16e">cb49aa16e</a> Fixes LRDIMM m386a8k40cm2_ctd7y workaround for cronus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdca64086">bdca64086</a> Adds Exp FW version check for PHY reset</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/92ad38600">92ad38600</a> Fixes explorer’s non-existant spare byte logic</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/db8356bc2">db8356bc2</a> Adds LRDIMM DWL training step</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d833ab19">7d833ab19</a> Adds LRDIMM helper functions</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c385cb0ac">c385cb0ac</a> Adds LRDIMM MRD - DRAM to buffer RD calibration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/fdf148879">fdf148879</a> Adds error logging features to LRDIMM DWL</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e1bd7a31">6e1bd7a31</a> Creates LRDIMM fine calibration recorder class</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e04b9f876">e04b9f876</a> Adds MRD coarse</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c004085e">7c004085e</a> Updates MWD_COARSE to run multiple patterns</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/162882053">162882053</a> Fixes LRDIMM rank configuration for dual-drop</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76458d225">76458d225</a> Updates CCS to run with quad encoded chip select</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad8ca5af2">ad8ca5af2</a> Updates LRDIMM final value prints</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a34f054a">0a34f054a</a> Fixes LRDIMM command to command timing</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cdc4f1d24">cdc4f1d24</a> Adds generic LRDIMM VREF calibration algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/994518198">994518198</a> Enables LRDIMM support</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/80bc38b2e">80bc38b2e</a> Updates Exp SPD revision check for revision and content</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cfe22384f">cfe22384f</a> Fixes LRDIMM RHEL7 compile warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aef73dab2">aef73dab2</a> Fixes 2666 CCS workaround for 4U DDIMMs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/524ac2879">524ac2879</a> Adds blankfile for SPD version lookups</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8804d964f">8804d964f</a> Fixes centaur scrubrate for 16gb</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebf7b47b2">ebf7b47b2</a> Adds Explorer SPD lookup autogeneration</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7eafce207">7eafce207</a> Updates exp SPD check to use MFG, height, and size</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e9cd0b2f5">e9cd0b2f5</a> Adds lab tool to check explorer SPD revision</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f23a497bb">f23a497bb</a> Fixes explorer RCD EFD byte swaps</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b929b7fd">7b929b7fd</a> Fix Cronus memory fault in error path</li>
+</ul>
+<p>William G Hoffa (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/23e947552">23e947552</a> Revert “Add Support UCD9090A Device and ZZ Gen4 Backplane
+Devices”</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/230e31611">230e31611</a> PFET: detect bad pfet through cme sgpe plumbling</li>
+</ul>
+<p>Zach Clark (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/aa2e2ac80">aa2e2ac80</a> Only check MC_SYNC_MODE for SCOM multicast workaround
+on Nimbus</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8d9cda66">b8d9cda66</a> Fix mask calculation for ATTR_PROC_PCIE_PHB_ACTIVE
+mask</li>
+</ul>
+<p>Zane Shelley (10):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/508f9fe20">508f9fe20</a> PRD: Reduce HW callout severity for L3 cache inhibited op</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/707f7a105">707f7a105</a> PRD: disable analysis to Axone NPU targets</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7a71358b3">7a71358b3</a> PRD: Mask NPU chiplet FIR on NPU attention (Axone only)</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/93010119f">93010119f</a> PRD: special GARD policy for NPU FIRs</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4c0995422">4c0995422</a> add new OpenCAPI adapter part callout enum</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a7687b4b">0a7687b4b</a> PRD: Update PRD simulator to support 64-bit</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e4fe5bbfb">e4fe5bbfb</a> PRD: fix callouts when both MF clock fail</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3fbac2e5c">3fbac2e5c</a> PRD: OpenCAPI CRC/NAK errors should be predictive on
+threshold</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33d8faf0f">33d8faf0f</a> PRD: stale data used for OCMB attn workaround</li>
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/83b779af0">83b779af0</a> PRD: allow PRD::main() accept OCMB chips</li>
+</ul>
+<p>shlimeng (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5742af70">a5742af70</a> Add new algorithm for MREP and error log</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-mihawk-xml">
+<h2>Package: mihawk-xml<a class="headerlink" href="#package-mihawk-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/mihawk-xml">Repository</a></p>
+<div class="section" id="id5">
+<h3>Patches<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id6">
+<h3>Commits<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
+<p>NicholeWang (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/mihawk-xml/commit/8efcc79">8efcc79</a> Replace the MEMD file to solve the Memory detection issue
+(#6)</li>
+<li><a class="reference external" href="https://github.com/open-power/mihawk-xml/commit/b1fc7ca">b1fc7ca</a> Replace the MEMD file to solve the Memory qual TC2 fail
+issue (#7)</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-nicole-xml">
+<h2>Package: nicole-xml<a class="headerlink" href="#package-nicole-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/nicole-xml">Repository</a></p>
+<div class="section" id="id7">
+<h3>Patches<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id8">
+<h3>Commits<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
+<p>Artem Senichev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/nicole-xml/commit/ac02557">ac02557</a> Setup PCIe lane equalization</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-occ">
+<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
+<div class="section" id="id9">
+<h3>Patches<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id10">
+<h3>Commits<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-op-build">
+<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
+<div class="section" id="id11">
+<h3>Patches<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id12">
+<h3>Commits<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-p9dsu-xml">
+<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
+<div class="section" id="id13">
+<h3>Patches<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id14">
+<h3>Commits<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-petitboot">
+<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
+<div class="section" id="id15">
+<h3>Patches<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id16">
+<h3>Commits<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-pnor">
+<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
+<div class="section" id="id17">
+<h3>Patches<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id18">
+<h3>Commits<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-romulus-xml">
+<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
+<div class="section" id="id19">
+<h3>Patches<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id20">
+<h3>Commits<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-sbe">
+<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
+<div class="section" id="id21">
+<h3>Patches<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id22">
+<h3>Commits<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
+<p>Amita Banchhor (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5b18e7d9">5b18e7d9</a> FW STATUS logging extended</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e3873b6e">e3873b6e</a> fw_status logging improved</li>
+</ul>
+<p>Andre A. Marin (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4b6124f6">4b6124f6</a> Update SPD for rev 0.3</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/42ce353d">42ce353d</a> Fix DDIMM SPD revision fallback for DDIMM</li>
+</ul>
+<p>Austin Cui (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/478676aa">478676aa</a> EKB P9 build fix on RHEL7 systems</li>
+</ul>
+<p>Joachim Fenkes (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/015c13c9">015c13c9</a> FAPI2: Add FAPI2_RC_PLAT_MISCOMPARE</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3f32fd68">3f32fd68</a> p9_sbe_chiplet_pll_setup: Don’t unmask PLL unlock errors in
+bypass mode</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/20915f02">20915f02</a> FAPI2: Add static compile time checks for some Target methods</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04c9316b">04c9316b</a> FAPI2: Add target method to safely construct reduced-type
+targets</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e0e226a4">e0e226a4</a> FAPI2: Stricter checks for getChildren</li>
+</ul>
+<p>Joe McGill (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ec8e1324">ec8e1324</a> Enable OBUS DL HW fix for p9c DD1.3</li>
+</ul>
+<p>Louis Stermole (14):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da1b2af1">da1b2af1</a> Fix DL_OMI_FIR unmasks after p9_chiplet_scominit to be DL
+specific</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/35e92de2">35e92de2</a> Fix restore DRAM repairs to skip non-existent spare nibbles on
+Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a4bd21d1">a4bd21d1</a> Add support for EXP_FW_TWI_FFE_SETTINGS command</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6e7a835">c6e7a835</a> Update exp_omi_train_check polling to avoid scom read errors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c21a0770">c21a0770</a> Check Explorer FW version and store in attrs in HWPs</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3e10c795">3e10c795</a> Add throttle and power settings to exp_scominit</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7432b245">7432b245</a> Add FIR checking to *_omi_train_check fail path</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/91793f89">91793f89</a> Add p9a DDIMM SPD revision plug rules</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/2eb005e5">2eb005e5</a> Fix inverted mask value in trace of manual FIR checks</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/19a268be">19a268be</a> Add attributes and SPD decode for secondary DDIMM thermal
+sensors</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3bfda87d">3bfda87d</a> Add EFD decodes for DDIMM RCD attributes</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a5fea186">a5fea186</a> Support multiple revisions of user_input_msdg_t</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/036f2970">036f2970</a> Add check in gen_throttle for divide by zero</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b7141a03">b7141a03</a> Explorer thermal sensor polling updates</li>
+</ul>
+<p>Mark Pizzutillo (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/97a0beca">97a0beca</a> Add attribute for MODULE_MFG_ID</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/12a27f13">12a27f13</a> Fix modal_symbol_count port</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/72e22bfb">72e22bfb</a> Add support for PMIC 4U enable</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/da952e9f">da952e9f</a> Improve Explorer command error trace</li>
+</ul>
+<p>Matthew Hickman (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6869a637">6869a637</a> Added MRS attributes and MRS data handling for Explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8c5120f5">8c5120f5</a> Added steer code for explorer</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ea0389a5">ea0389a5</a> Added row repair hwp for explorer</li>
+</ul>
+<p>Paul Grohowski (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/3561e8c2">3561e8c2</a> Adds additional precanned march tests for mcbist</li>
+</ul>
+<p>Rahul Batra (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/d30bd988">d30bd988</a> PM: NACK disable and OCC notification</li>
+</ul>
+<p>Sneha Kadam (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/224e06f6">224e06f6</a> Update CAC MCBIST defaults</li>
+</ul>
+<p>Srikantha Meesala (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c6e54f2b">c6e54f2b</a> Updated customrc file for P9 axone CI</li>
+</ul>
+<p>Stephen Glancy (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a5aa22f2">a5aa22f2</a> Updates WR VREF accessors to be generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e619571b">e619571b</a> Migrates MRS RTT swap functionality to generic</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/86804951">86804951</a> Adds explorer Per DRAM Addressability</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5d26062c">5d26062c</a> Adds explorer simple response error code to callout</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/438f29c2">438f29c2</a> Adds generic LRDIMM VREF calibration algorithm</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a762d9d1">a762d9d1</a> Fixes LRDIMM m386a8k40cm2_ctd7y workaround for cronus</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/41633221">41633221</a> Updates Exp SPD revision check for revision and content</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/7ec13833">7ec13833</a> Updates exp SPD check to use MFG, height, and size</li>
+</ul>
+<p>Sunil Kumar (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a6fbe229">a6fbe229</a> Enable i2c procedures for PPE compilation.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8eb2981a">8eb2981a</a> OCMB target support in PPE.</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/089b63b3">089b63b3</a> To support multiple target type for an attribute.</li>
+</ul>
+<p>Thi Tran (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ac65f20e">ac65f20e</a> Fix Cronus memory fault in error path</li>
+</ul>
+<p>Yue Du (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/ba7d374f">ba7d374f</a> PFET: detect bad pfet through cme sgpe plumbling</li>
+</ul>
+<p>rajerpp1 (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/af720656">af720656</a> Fixed issue L2/L3 flush failure during MPIPL</li>
+<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6ad6e0f5">6ad6e0f5</a> added ODL reset in quiesce procedure</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-skiboot">
+<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
+<div class="section" id="id23">
+<h3>Patches<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id24">
+<h3>Commits<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
+<p>Andrew Donnellan (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75198f66">75198f66</a> hw/phys-map: Fix OCAPI_MEM BAR values</li>
+</ul>
+<p>Anton Blanchard (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f81ec3d">4f81ec3d</a> external/mambo Update SIM_CTRL1</li>
+</ul>
+<p>Benjamin Herrenschmidt (7):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1df445d7">1df445d7</a> xive: Set the fused core mode properly</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e49a52f0">e49a52f0</a> chip: Fix pir_to_thread_id for fused cores</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/98f58342">98f58342</a> cpu: Keep track of the “ec_primary” in big core more</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb344bda">eb344bda</a> direct-ctl: Use the EC primary for special wakeups</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1629c851">1629c851</a> slw: Limit fused cores P9 to STOP0/1/2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b403d06">6b403d06</a> cpu: Make cpu_get_core_index() return the fused core
+number</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d9c7d683">d9c7d683</a> imc: Use pir_to_core_id() rather than
+cpu_get_core_index()</li>
+</ul>
+<p>Claudio Carvalho (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed8436b2">ed8436b2</a> core/flash.c: add SECBOOT read and write support</li>
+</ul>
+<p>Cédric Le Goater (16):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/65cd7f29">65cd7f29</a> xive/p9: Introduce XIVE_INT_ORDER</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2476b5b5">2476b5b5</a> xive/p9: Clarify the global IRQ number encoding</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd70a097">bd70a097</a> xive/p9: Introduce XIVE_ESB_SHIFT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbbe2b04">fbbe2b04</a> xive/p9: Introduce XIVE_EQ_ORDER</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/770cbf42">770cbf42</a> xive/p9: Clarify the escalation IRQ encoding</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7eccd8dd">7eccd8dd</a> xive/p9: Introduce XIVE_EQ_SHIFT</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aef097bf">aef097bf</a> xive/p9: Use sizeof() instead of hardcoded values</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6649a32c">6649a32c</a> xive/p9: Clarify indirect table allocation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5e43bf1">c5e43bf1</a> xive/p9: Force 64K page size on the IC and TM BARs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a182665b">a182665b</a> xive/p9: Modify the size of the VP space</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7b7df505">7b7df505</a> xive/p9: Introduce definitions for VP ids of HW threads</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/132f5a87">132f5a87</a> xive/p9: use PAGE_SIZE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66e44fc2">66e44fc2</a> xive/p9: Introduce XIVE_ESB_SIZE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cad0fc7c">cad0fc7c</a> xive/P9: Use NUM_INT_PRIORITIES in xive_reset()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/043725d4">043725d4</a> xive/p9: Enforce thread enablement before TIMA accesses</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7540bd6">a7540bd6</a> phb4: Finish removing P9 DD1 workaround on LSIs</li>
+</ul>
+<p>Dan Horák (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2354698e">2354698e</a> external/ffspart: define $(sbindir) for Makefile</li>
+</ul>
+<p>Eric Richter (20):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9efd918">e9efd918</a> crypto/mbedtls: enable/disable unnecessary features to
+shrink size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/65192599">65192599</a> libstb: remove old mbedtls files</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9cc5f24b">9cc5f24b</a> libstb/secureboot: expose secureboot_enforce for later use
+in secvar</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40f62c92">40f62c92</a> include/secvar.h: add .lockdown() hook to secvar storage
+driver</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3a13fea">b3a13fea</a> secvar_main: rework secvar_main error flow, make storage
+locking explicit</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f356c067">f356c067</a> secvar_util: add new helper functions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/262f5e88">262f5e88</a> secvar: overhaul secvar struct by removing static sized
+fields</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84a430a4">84a430a4</a> secvar/test: update API tests for new secvar struct</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/795f639c">795f639c</a> secvar_devtree: add physical presence mode helper</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/edafe753">edafe753</a> doc/secvar: add document detailing secvar driver API</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1d9fb3ee">1d9fb3ee</a> secvar/storage: add secvar storage driver for pnor-based p9</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d560710c">d560710c</a> secvar/storage/fakenv: add fake tpm operations for testing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05920957">05920957</a> secvar/test: add secboot_tpm storage driver test cases</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11e1ecc0">11e1ecc0</a> secvar/storage: add utility tool to generate NV public name
+hashes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46f04436">46f04436</a> secvar/test: add edk2-compat driver test and test data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70adef38">70adef38</a> witherspoon: enable secvar for witherspoon platform</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3f0d4eb">e3f0d4eb</a> tssskiboot.c: chunk reads/writes in 1024-sized buffers to
+support larger nv indices</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b550f3ec">b550f3ec</a> secboot_tpm.c: increase tpmnv vars index size</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e686a75">5e686a75</a> secvar/test: use vendored mbedtls instead of host</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d29b77d9">d29b77d9</a> secvar/test: use mbedtls cflags when building the test
+binaries</li>
+</ul>
+<p>Frederic Barrat (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/afe6bc90">afe6bc90</a> platform/mihawk: Tune equalization settings for opencapi</li>
+</ul>
+<p>Gautham R. Shenoy (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3ac046b">f3ac046b</a> sensors: occ: Fix the GPU detection code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1beb1519">1beb1519</a> sensors: occ: Fix a bug when sensor values are zero</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec3c45f3">ec3c45f3</a> occ: Fix false negatives in wait_for_all_occ_init()</li>
+</ul>
+<p>Georgy Yakovlev (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/47005e8d">47005e8d</a> opal-prd: handle devtmpfs mounted with noexec</li>
+</ul>
+<p>Gustavo Romero (5):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/244a8dac">244a8dac</a> xive: Fix typo and spelling in a comment</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/10f68979">10f68979</a> xive: Fix two typos in comments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea62e756">ea62e756</a> xive: Fix typos in comments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6840dd82">6840dd82</a> Update comments for bit manipulation macros</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/256b1f8c">256b1f8c</a> Fix typos in comment</li>
+</ul>
+<p>Hanno Böck (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/77407b05">77407b05</a> stb/print-container: Properly check mmap error code</li>
+</ul>
+<p>Joel Stanley (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/482f18ad">482f18ad</a> Detect fused core mode and bail out</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a8191a20">a8191a20</a> doc: Document more platforms</li>
+</ul>
+<p>Jordan Niethe (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/567d36dc">567d36dc</a> external/mambo: Do not enable TM on P9 in ibm, pa-features</li>
+</ul>
+<p>Klaus Heinrich Kiwi (2):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11d12c6f">11d12c6f</a> hdata/memory.c: Fix “Inconsistent MSAREA” warnings</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef58f69f">ef58f69f</a> hdata: Add new “smp-cable-connector” VPD keyword</li>
+</ul>
+<p>LuluTHSu (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/94a64df2">94a64df2</a> platform/mowgli: Add mowgli.c</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c214b6e8">c214b6e8</a> platform/mowgli: modify VPD to export correct data to system
+VPD EEPROM</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5262cdd1">5262cdd1</a> mowgli: Limit slot1 to Gen3 by default</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37d26e2e">37d26e2e</a> platform/mowgli: modify slot_name</li>
+</ul>
+<p>Mahesh Salgaonkar (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cecc251c">cecc251c</a> opal-gard: sync up the chip unit data list with upstream
+hostboot.</li>
+</ul>
+<p>Mauro S. M. Rodrigues (11):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59314f31">59314f31</a> libstb: Don’t exit trustedboot services multiple times</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22817f8d">22817f8d</a> Honor DEAD_CODE_ELIMINATION flag</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e9f31b26">e9f31b26</a> Squashed ‘libstb/crypto/mbedtls/’ content from commit
+7a03e1cbf5</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/910a78c5">910a78c5</a> Squashed ‘libstb/tss2/ibmtpm20tss/utils/’ content from
+commit fae1383d3d</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fe2d80bc">fe2d80bc</a> crypto: add mbedtls build integration via git subtree</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/48833b96">48833b96</a> libstb/tss2: Add basic Build infrastructure for tss2</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/86660b06">86660b06</a> TPM/TSS: Register TPM chip for further use within TSS</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f0f29cbe">f0f29cbe</a> libstb/tss2: Add TSS wrapping functions</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a0ff20fc">a0ff20fc</a> libstb/trustedboot: Introduce new eventlog implementation</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d8e0e60">5d8e0e60</a> libstb/tss2: Switch to new implementation of PCR Read/Extend
+and Eventlog</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9536adaa">9536adaa</a> libstb/tss: Remove old tss implementation</li>
+</ul>
+<p>Michael Ellerman (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f76a1d96">f76a1d96</a> external/mambo: Disable MEMORY_OVERFLOW</li>
+</ul>
+<p>Nayna Jain (8):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f65d51cd">f65d51cd</a> libstb/secureboot: OS Secure Boot is enabled only if FW
+secureboot is enabled</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c5c71a51">c5c71a51</a> secvar: change backend hook interface to take in bank
+references</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/31f662a5">31f662a5</a> hdata/spira: add physical presence flags</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e7a4b32">9e7a4b32</a> crypto: add out-of-tree mbedtls pkcs7 parser</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87562bc5">87562bc5</a> secvar/backend: add edk2 derived key updates processing</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/551aeaf7">551aeaf7</a> secvar/backend: Bugfixes in edk2 driver</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d6adea3">6d6adea3</a> secvar/backend: improve edk2 driver unit testcases</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f4c2dae8">f4c2dae8</a> mowgli: Enable secvar support for Host OS Secure Boot</li>
+</ul>
+<p>Nicholas Piggin (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6327e0c1">6327e0c1</a> opal entry: Fix LE skiboot clobbering r10 argument</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fccf3470">fccf3470</a> libstb/container: Add missing includes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f3dfa7f">7f3dfa7f</a> asm/head.S: QUIESCE_REJECT fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11ce9612">11ce9612</a> move the __this_cpu register to r16, reserve r13-r15</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/17adaebf">17adaebf</a> fast-reboot: add missing clear memory fallback</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/449e1052">449e1052</a> fast-reboot: don’t back up old vectors upon fast reboot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2cc89706">2cc89706</a> fast-reboot: improve fast reboot sequence</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0deffc80">0deffc80</a> move opal_branch_table, opal_num_args to .rodata section</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4044119">e4044119</a> skiboot.lds.S: remove dynsym/dynstr and plt</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac08f4aa">ac08f4aa</a> skiboot.lds.S: introduce PAGE_SIZE, use it to lay out
+sections</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dca0d534">dca0d534</a> core: interrupt markers for stack traces</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8c49753c">8c49753c</a> core/mce: add support for decoding and handling machine
+checks</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/65789e2a">65789e2a</a> build: -fverbose-asm for .s targets</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52466735">52466735</a> platform/blackbird: endian fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/de96c5c7">de96c5c7</a> io: endian annotations and fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e275fa73">e275fa73</a> include/ocmb.h: Add a newline to end of file</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1e0ac5f5">1e0ac5f5</a> hdata: MS AREA endian fix</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/355a7dc1">355a7dc1</a> asm/head: fix power save wakeup register corruption</li>
+</ul>
+<p>Oliver O’Halloran (36):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4357838d">4357838d</a> hw/phb4: Make error interrupt handler compile</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7dfca482">7dfca482</a> hw/phb4: Fix interrupt names</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c17ea683">c17ea683</a> hw/phb4: Don’t disable TXE(12) interrupt if on P9 DD2.0</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c42df50e">c42df50e</a> hw/phb4: Factor out interrupt setup</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b6433c2">9b6433c2</a> hw/phb4: Enable error interrupts</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b1d49de">5b1d49de</a> github: update pull request template</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cfd6168c">cfd6168c</a> external/ffspart: Use read() rather than mmap()</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21fd8a33">21fd8a33</a> test/qemu: Update command line arguments</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f6c6f3ad">f6c6f3ad</a> travis: Remove the unused coverity token</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ffb2a7e5">ffb2a7e5</a> travis: Update config</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57ed0daa">57ed0daa</a> ci: Drop debian strech</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/95f23aa2">95f23aa2</a> ci: Fix docs build</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5a4447e5">5a4447e5</a> ci: Remove lcov workaround for Fedora</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/db74b60a">db74b60a</a> travis: move container build into the install step</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f21b4cbe">f21b4cbe</a> travis: Allow ubuntu-latest to fail</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a02a750f">a02a750f</a> travis: Add an explicit tmpfs mount</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f154615d">f154615d</a> travis: Disable seccomp on child containers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09b4be2c">09b4be2c</a> test: Add an external-check target</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/028442e6">028442e6</a> test: Do gcov builds as a seperate pass</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b4958610">b4958610</a> Makefile: Add -Werror to try-cflag so it works on clang</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dbbe610">0dbbe610</a> makefile: Supress Werror on clang</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff4e54d4">ff4e54d4</a> travis: Add clang specific build job</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/86b617c7">86b617c7</a> hw/xive: Use XIVE_VSD_SIZE more</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80cb7773">80cb7773</a> hdata: Ensure the prd-label hbrt-code-image is prefixed</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/15f56c8d">15f56c8d</a> hw/psi-p9: Configure IRQ offset before XIVE notify</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b594262">9b594262</a> hw/phb4: Actually enable error reporting</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0a5f2812">0a5f2812</a> hw/phb4: Verify AER support before initialising AER regs</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5c21b89">e5c21b89</a> stack: only print stack usage backtraces when we hit a new
+watermark</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cbd0de8">8cbd0de8</a> opal-prd: Have a worker process handle page offlining</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bcecf330">bcecf330</a> ci: Add mbedtls development files as a dependency</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/45f67b17">45f67b17</a> skiboot.lds.S: Move BSS start up a bit to accommodate a
+larger .data</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b9cbe4f6">b9cbe4f6</a> secvar/test: Remove broken initalizers</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8830892c">8830892c</a> secvar: Clean up makefiles and fix out of tree builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f901fcaf">f901fcaf</a> test: Skip qemu tests if skiboot.lid is too large</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e6758b57">e6758b57</a> external/pci-scripts: Add PHB error parsing script</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/89a32b49">89a32b49</a> skiboot v6.7 release notes</li>
+</ul>
+<p>Ryan Grimm (4):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fbc6c882">fbc6c882</a> buddy: Fix warnings when undefining BUDDY_DEBUG</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37a369bb">37a369bb</a> Disable protected execution facility</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d065e24">2d065e24</a> Add basic P9 fused core support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ef70d648">ef70d648</a> libstb: Set TPM platform auth to random password</li>
+</ul>
+<p>Thiago Jung Bauermann (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5021a037">5021a037</a> dt: Set new property length in dt_resize_property()</li>
+</ul>
+<p>Vaidyanathan Srinivasan (3):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4e72043">c4e72043</a> Add POWER9 Cumulus processor PVR type</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b49aeb84">b49aeb84</a> Add POWER9 Fleetwood platform support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78766c94">78766c94</a> Enable fused core mode support in OPAL</li>
+</ul>
+<p>Vasant Hegde (18):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/071f00d6">071f00d6</a> PSI: Convert prerror to PR_NOTICE</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6bf21350">6bf21350</a> uart: Drop console write data if BMC becomes unresponsive</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/475f7b64">475f7b64</a> skiboot v6.3.5 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3da60277">3da60277</a> skiboot v6.6.1 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/00eab15c">00eab15c</a> opal-ci: Fix broken fedora builds</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e126deb2">e126deb2</a> opal-ci: Add Ubuntu20.04 support</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4b4aa1d3">4b4aa1d3</a> test: Print proper mambo command path</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53e4d735">53e4d735</a> uart: Actually swallow data if LPC is not working</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f5374b4">9f5374b4</a> mpipl: Delay MPIPL registration until OPAL init is complete</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/edc936af">edc936af</a> mpipl: Move opal_mpipl_save_crashing_pir() call to
+platform specific code</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b13a4d2">5b13a4d2</a> prd: Do not assert if HBRT makes unsupported call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92b79689">92b79689</a> fsp: Skip sysdump retrieval only in MPIPL boot</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/abe4c479">abe4c479</a> skiboot v6.6.2 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ad0ab3e">0ad0ab3e</a> fsp/dump: Handle non-MPIPL scenario</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d362ae4f">d362ae4f</a> skiboot v6.6.3 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ca8bf1b">9ca8bf1b</a> FSP/NVRAM: Do not assert in vNVRAM statistics call</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ac2629c">9ac2629c</a> skiboot 5.4.12 release notes</li>
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/233ade2f">233ade2f</a> skiboot v6.6.4 release notes</li>
+</ul>
+<p>nichole (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/68dc040a">68dc040a</a> platform/mihawk: Fix IPMI double-free</li>
+</ul>
+<p>orbitcowboy (1):</p>
+<ul class="simple">
+<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fe70fbb7">fe70fbb7</a> Properly check mmap error code</li>
+</ul>
+</div>
+</div>
+<div class="section" id="package-swift-xml">
+<h2>Package: swift-xml<a class="headerlink" href="#package-swift-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/swift-xml">Repository</a></p>
+<div class="section" id="id25">
+<h3>Patches<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id26">
+<h3>Commits<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-witherspoon-xml">
+<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
+<div class="section" id="id27">
+<h3>Patches<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id28">
+<h3>Commits<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+<div class="section" id="package-zaius-xml">
+<h2>Package: zaius-xml<a class="headerlink" href="#package-zaius-xml" title="Permalink to this headline">¶</a></h2>
+<p><a class="reference external" href="https://github.com/open-power/zaius-xml">Repository</a></p>
+<div class="section" id="id29">
+<h3>Patches<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
+</div>
+<div class="section" id="id30">
+<h3>Commits<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
+<p>No changes.</p>
+</div>
+</div>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
+<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
+</ul>
+</li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="../index.html">Documentation overview</a><ul>
+ <li><a href="index.html">op-build Release Notes</a><ul>
+ <li>Previous: <a href="v2.5.html" title="previous chapter">Release Notes for OpenPower Firmware v2.5</a></li>
+ </ul></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="../search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="../_sources/release-notes/v2.6.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/search.html b/search.html
new file mode 100644
index 0000000..f9a886b
--- /dev/null
+++ b/search.html
@@ -0,0 +1,125 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Search — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <script type="text/javascript" src="_static/searchtools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="#" />
+ <script type="text/javascript">
+ jQuery(function() { Search.loadIndex("searchindex.js"); });
+ </script>
+
+ <script type="text/javascript" id="searchindexloader"></script>
+
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <h1 id="search-documentation">Search</h1>
+ <div id="fallback" class="admonition warning">
+ <script type="text/javascript">$('#fallback').hide();</script>
+ <p>
+ Please activate JavaScript to enable the search
+ functionality.
+ </p>
+ </div>
+ <p>
+ From here you can search these documents. Enter your search
+ words into the box below and click "search". Note that the search
+ function will automatically search for all of the words. Pages
+ containing fewer words won't appear in the result list.
+ </p>
+ <form action="" method="get">
+ <input type="text" name="q" value="" />
+ <input type="submit" value="search" />
+ <span id="search-progress" style="padding-left: 10px"></span>
+ </form>
+
+ <div id="search-results">
+
+ </div>
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="index.html">Documentation overview</a><ul>
+ </ul></li>
+</ul>
+</div>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/searchindex.js b/searchindex.js
new file mode 100644
index 0000000..0b44719
--- /dev/null
+++ b/searchindex.js
@@ -0,0 +1 @@
+Search.setIndex({docnames:["boot-devices","index","introduction","process/CONTRIBUTING","process/KernelTree","process/building-with-ci","process/index","process/stable-rules","release-notes/index","release-notes/v1.21","release-notes/v1.21-rc1","release-notes/v1.21-rc2","release-notes/v1.21.1","release-notes/v1.21.2","release-notes/v1.22","release-notes/v1.22-rc1","release-notes/v2.0","release-notes/v2.0-rc1","release-notes/v2.0.1","release-notes/v2.0.10","release-notes/v2.0.11","release-notes/v2.0.12","release-notes/v2.0.13","release-notes/v2.0.14","release-notes/v2.0.15","release-notes/v2.0.16","release-notes/v2.0.2","release-notes/v2.0.3","release-notes/v2.0.4","release-notes/v2.0.5","release-notes/v2.0.6","release-notes/v2.0.7","release-notes/v2.0.8","release-notes/v2.0.9","release-notes/v2.1","release-notes/v2.1-rc1","release-notes/v2.2","release-notes/v2.2-rc1","release-notes/v2.3","release-notes/v2.3-rc1","release-notes/v2.3-rc2","release-notes/v2.3.1","release-notes/v2.4","release-notes/v2.4-rc1","release-notes/v2.5","release-notes/v2.5-rc1","release-notes/v2.6","testing","versioning"],envversion:54,filenames:["boot-devices.rst","index.rst","introduction.rst","process/CONTRIBUTING.md","process/KernelTree.rst","process/building-with-ci.rst","process/index.rst","process/stable-rules.rst","release-notes/index.rst","release-notes/v1.21.rst","release-notes/v1.21-rc1.rst","release-notes/v1.21-rc2.rst","release-notes/v1.21.1.rst","release-notes/v1.21.2.rst","release-notes/v1.22.rst","release-notes/v1.22-rc1.rst","release-notes/v2.0.rst","release-notes/v2.0-rc1.rst","release-notes/v2.0.1.rst","release-notes/v2.0.10.rst","release-notes/v2.0.11.rst","release-notes/v2.0.12.rst","release-notes/v2.0.13.rst","release-notes/v2.0.14.rst","release-notes/v2.0.15.rst","release-notes/v2.0.16.rst","release-notes/v2.0.2.rst","release-notes/v2.0.3.rst","release-notes/v2.0.4.rst","release-notes/v2.0.5.rst","release-notes/v2.0.6.rst","release-notes/v2.0.7.rst","release-notes/v2.0.8.rst","release-notes/v2.0.9.rst","release-notes/v2.1.rst","release-notes/v2.1-rc1.rst","release-notes/v2.2.rst","release-notes/v2.2-rc1.rst","release-notes/v2.3.rst","release-notes/v2.3-rc1.rst","release-notes/v2.3-rc2.rst","release-notes/v2.3.1.rst","release-notes/v2.4.rst","release-notes/v2.4-rc1.rst","release-notes/v2.5.rst","release-notes/v2.5-rc1.rst","release-notes/v2.6.rst","testing.rst","versioning.rst"],objects:{},objnames:{},objtypes:{},terms:{"0002dbd29151":[36,37],"000deef452bc":[9,10],"000f358355b2":[14,15],"000f9331a6eb":[42,43],"00118c922196":[36,37],"00123c66a1d2":[9,10],"00185ccfdd81":[36,37],"00325c6de8ba":36,"003286ea46c5":[42,43],"003ccd577516":36,"003ce3fa1578":25,"0041dd78c705":[9,10],"004dbbae7":[44,45],"004f1c53b":46,"00521231c826":[16,17],"0068bf4a881f":[42,43],"00771fa993da":[36,37],"00826314dde6":42,"008cb0bc5f1a":[36,37],"0092646c2":46,"00950f87a":[44,45],"009de1f88dc7":22,"00a5a36ed2c1":23,"00bb7b34d2a8":[14,15],"00c3e73d16e":[14,15],"00c730b5ebef":[14,15],"00d2200112da":[9,10],"00d4530ee":[44,45],"00d48c74abbd":[36,37],"00d7f23538f6":36,"00d9a1bc226b":[36,37],"00eab15c":46,"00eaf79e5da9":9,"00f0727053e8":[38,39],"00f32c7b6":46,"00f61a077e44":23,"00fa8005d":[44,45],"0101df38954b":[36,37],"01030a212c07":[42,43],"0106eaa7d":[44,45],"01089cb8b4a2":[36,37],"010d6a9a091b":[9,10],"0118b0a2":[44,45],"01208d393d40":23,"0121de3404a4":36,"013207df79b3":[14,15],"01399735eee7":[36,37],"013f189c0215":[9,10],"0146155b3354b2":[14,15,16,17],"014e0ae7136c":[14,15],"0158bfc1d":46,"015c13c9":46,"015e5dff8610":[42,43],"016a745b13ba":[36,37],"016db56cbcd6":[28,30],"016db56cbcd6a":28,"0178a133fbbd":[36,37],"017aada974ef":21,"017da88b2d05":[38,39],"0180de29859b":[14,15],"0181eea27db1":[34,35],"01826b8b8a83":36,"0189e34d3bbc":[34,35,37],"018a009896d8":[38,39],"018efbd5a68a":[36,37],"01a6a43e9020":[14,15],"01ab517e8065":23,"01ac1b8dc":[44,45],"01ae49578a8":[9,10],"01b26a136da":[9,10],"01b26a136da16a":[14,15],"01b7ddff2":[44,45],"01be61c03770":[34,35],"01c730dd4157":[9,10],"01f19f848283":[9,10],"01f977c33d46":[38,39],"01fcdb647ea0":[36,37],"02098ca7d9c1":[9,10],"0209c872":[44,45],"020f13727307":[42,43],"02150d1b6c0d":36,"021f6f39b9bf":[34,35],"0229050e":[44,45],"022bd8f4c321":[36,37],"022cf9ef4ee":[36,37],"022d6f9b8cc7":[42,43],"022f2d75d80d":36,"02414db1db84":36,"0247cc5fb":[44,45],"0248d119":[44,45],"024bf3248101":[9,10],"024dc9b9a203":[9,10],"025067bcd46e":42,"025427c563db":22,"0264f86378cf":19,"0268ea4e1545":[42,43],"026d810afdd":[36,37],"027b53647":[44,45],"027d87475eff":[38,39],"028442e6":46,"028c":41,"02925f11e3e8":34,"0297fe823ff6":[36,37],"02a683bf09d9":[42,43],"02aa882":44,"02aea4c8760a":[38,39],"02af1caf9df8":[14,15],"02b1fd73c568":[9,11],"02cd24317d11":[42,43],"02d764dfa0a7":[34,35],"02e1726c4962":[14,15],"02e505b4c437":[9,10],"02f33294dea5":36,"02f6ebe3f176":[36,37],"02f710ae":35,"02f710ae2d11":[34,35],"02f82a27eab8":[9,10],"02f8995967cc":[16,17],"03096ae8e5f3":[34,35],"031a5d086262":[42,43],"0321b165dad7":[38,39],"033e797c":[44,45],"03416d24641d":[34,35,37],"03469302c58":42,"03469302c58f":42,"034db70a607c":[34,35,37],"035230125f9a":22,"035b8ccbe617":[9,11],"035e5f85fe8b":42,"036f2970":46,"037aa8a374c5":[36,37],"038392cae8c5":[9,10],"038631ba24f0":[38,39],"038d61af4611":[9,10],"039d184dda21":[38,39],"03a1c325e27f":[36,37],"03aa3c92":46,"03db83368":[44,45],"03de84e713fb":[9,11],"03df92ad6":44,"03e13ded8724":[9,10],"03e7420":[44,45],"03e90a0629bd":9,"03ec024db41d":[36,37],"03efd459":[44,45],"03fb4ce48575":[36,37],"03fbb688":[44,45],"03fc49941aa7":[42,43],"04088f2ddf58":[14,15],"0418170136fe":36,"041d61e2be1d":[36,38,39],"041d69bb1a70":[36,37],"0420efec88bd":[38,39],"0425da34":[44,45],"0428fd0f8472":19,"042a59be98c3":[36,37],"043725d4":46,"043e85bf7477":[38,39],"044ece9cc":[44,45],"044f03861f86":[42,43],"04712b91e355":[36,37],"0482f9183726":[36,37],"04846f139458":[9,10],"048533ba":44,"0494a8f6f":46,"04a0314a1b44":[42,43],"04a2b51f":[44,45],"04a50cf041c9":[16,17],"04ba8e387d32":[14,15],"04bc0be96475":[36,37],"04c534c750c6":[38,39],"04c8dbb78":46,"04c9316b":46,"04cb76144aae":36,"04d354188da8":[9,10],"04d5973be":[44,45],"04d89b3a5653":34,"04dca99153ca":[9,10],"04efad3a40f7":[42,43],"04f0cdb9":[44,45],"04f9cd2b":[44,45],"05007faa4":[44,45],"0502c52ac63f":[36,37],"05079b3a":46,"050d8165ab05":[38,39],"050dc2142f83":[34,35],"051da83b625d":[36,37],"052142a41cd0":[14,15],"052182c0d":[44,45],"052694653f13":[36,37],"052f732f":[44,45],"0535232e93da":[34,35],"0539920e555b":[34,35,37],"053fd94b4963":[36,37],"054ef762ef58":[36,37],"0562b64e55b0":[9,10],"056538d3":[44,45],"05669c55":[44,45],"056c43ed3e5a":[9,11],"0571992d6":[44,45],"05736e87c0ec":9,"0576b743bf18":23,"057add7f654f":[9,10],"057dce2":[44,45],"05847c16cfe6":[42,43],"058ab063c16f":[36,37],"059cc51":[44,45],"05bcd5126":46,"05cda10a435a":[14,15],"05cf82f958f2":[42,43],"05d9b9b":[44,45],"05d9d981df9c":16,"05dc67bf4f3d":36,"05e1dabcb97d":[36,38,39],"05e5bff504e7":28,"05ecc90b525b":[36,37],"05f19a490fb":36,"0606bb795":[44,45],"060a3ae8b3a1":[36,37],"060ff18d4ddc":[9,10],"0634dd410dae":38,"0647f2a2c4eb":[36,38,39],"0649e551":[44,45],"064aabffd3fc":27,"065877fc59de":38,"065c07cb":[44,45],"065cfb71eef2":[42,43],"066af762a047":[38,39],"066d6f7e5":46,"0673f6282422":[16,17],"067de39a":[44,45],"06808a037d44":[36,37],"068de7bc7688":[9,10],"06a885d8e671":[42,43],"06a90e9b":[44,45],"06b4ead53":[44,45],"06b50f0ecc2b":[42,43],"06c7de48489f":[36,37],"06d0a08aa27f":[42,43],"06e997009945":[36,37],"06ed7403d":[44,45],"06ef7787e762":[9,10],"06ef9bd2d9a6":[38,39],"06f2b048dd60":[36,37],"06f75dffe7d2":[42,43],"06f86049b":46,"06fd9cb6a476":[38,42,43],"0714735f0b85":36,"071b0780":46,"071f00d6":46,"0727c28f":46,"0729a4a68":37,"0729a4a68c0":36,"074010fb5fd9":[36,37],"07426f41d24d":[16,17],"0744faa83a1b":[16,17],"074a2dd38":[44,45],"0752d042e8fc":[9,11],"07585c1409e3":[36,37],"0761000af3d1":[9,10],"0764893eecb7":[16,17],"07684ec0":[44,45],"07697763fd69":[42,43],"076b28a8f445":36,"076c45f663b8":[36,37],"0775540e33cc":[16,17],"077d19d82405":[38,39],"078b7aa02":44,"079068a0dd84":[9,10],"079de8c7c0f7":[34,35],"07a00831e5b7":[42,43],"07a475fbda19":[42,43],"07a5d2c9f182":[16,17],"07b05592e":[44,45],"07c4573d0678":[16,17],"07c9730e0a3f":[9,11],"07cf2ea6e013":[34,35,37],"07cf7dbe48a6":[42,43],"07d6b1a13412":[9,10],"07d75753d594":[9,10],"07f679f36f4c":[36,37],"07f6e35c3f82":[36,37],"07f9a3771538":[9,10],"07fbdf5d4f29":[42,43],"07fd08d22744":[14,15],"07may19":[42,43,44,45],"080d25563d0b":[36,37],"081679022f97":[42,43],"081daf6f62d2":[36,37],"081e2899":46,"082f9363ee8":36,"08379ab81944":[14,15],"0843af939876":[38,39],"0844be4f3967":[14,15],"084756c397c4":[19,30],"08488232045b":[34,35],"084e37bab1cf":[36,37],"08501bc65":[44,45],"085223bff":[44,45],"08548d6f8":46,"0856a71d6":[44,45],"085dbf049050":[42,43],"086018c231e7":[38,39],"0866bcba2":46,"086f3277bc3f":[16,17],"0875e9fed8d0":23,"0883fb85d489":[16,17],"08981e62e1d9":[38,39],"08985a7d51c3":[36,37],"08992151641a":[34,35],"089b63b3":46,"08_23_19_f5e686_sim":[44,45],"08a3b13f505d":[36,37],"08b1929052f8":9,"08b4146e8dc8":[9,10],"08b6443e65d3":[42,43],"08b8dd518da9":14,"08ba8e429":46,"08ca175ac7d3":[36,37],"08cd61e9":[44,45],"08cfd267e67":[9,10],"08d472b97829":[42,43],"08d6bc305592":[38,39],"08d89ba2b878":[9,10],"08db2d6a3":[44,45],"08de14aaa937":[38,39],"08e215c16d75":[36,37],"08f200b8":46,"08f9043a":[44,45],"09016a8a7":[44,45],"090243ffb298":[36,37],"09035bf13460":[34,35],"091bf3c3fd9c":[42,43],"0921b80a5":[44,45],"093052dd5cfa":[16,17],"09370fc47b50":[36,37],"09387cb3aeef":36,"09478eae":[44,45],"094a91b3f779":[9,10],"09524b1a8bf8":36,"0953e9014d27":[16,17],"095e608c7f6":10,"095e608c7f68":[9,10,11],"0964a5b2fd09":[14,15],"0978a1a32":[44,45],"098a19f9ad31":[34,35],"0990e822":[44,45],"099801d775ee":[16,17],"0999eb2d7378":[36,37],"099e7402":[44,45],"09a2319fdebc":[9,10],"09a23939d34a":[42,43],"09a3da759682":[38,39],"09a9a40d":[44,45],"09ab06ca2d56":[36,37],"09b4be2c":46,"09b6e80a55d2":[38,39],"09b853cae0aa":14,"09b976dcc51f":[36,37],"09c19b98781e":[16,17],"09d13a9cd035":34,"09e13a7563a3":36,"09e912109070":[38,39],"09ee51cf9":[44,45],"09f379b65821":[36,37],"09fabd68f732":[36,37],"09fc729a0e49":36,"09fdf35a":[44,45],"0_3":[44,45],"0a037363":[44,45],"0a087154ca4f":[36,37],"0a0a63d6e7b":30,"0a0fe1f2857a":[38,39],"0a11e342c724":36,"0a17e674":[44,45],"0a1b60c34e55":[9,10],"0a1d25fbae1a":[14,15],"0a21d54e66d2":36,"0a26d44dec5d":30,"0a2f8fbf9314":[42,43],"0a34f054a":46,"0a38f6791":46,"0a40c1b23c1a":27,"0a4d0519a5a2":[16,17],"0a5f2812":46,"0a616016":[44,45],"0a6a2ff30c9":[16,17],"0a6c8e400c83":[36,37],"0a7687b4b":46,"0a776030":[44,45],"0a78e28c88a1":[9,10],"0a793f9b":46,"0a802a96758f":[42,43],"0aa749e6822a":[9,10],"0aae9a8e68a":9,"0aae9a8e68ab":9,"0aae9a8e68abb5":[14,15],"0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70":[14,15],"0abd9ab92d13":[9,10],"0ac1770":[44,45],"0ac318bbe2e1":36,"0ac911461767":[14,15],"0ad0ab3":46,"0ad5976c1f8b":[42,43],"0adc4f9c9733":[36,37],"0ae044ac29cf":[34,35],"0aeae23bd0c6":39,"0aeae23bd0c68":[36,38],"0aed8ab711c6":[36,37],"0af9610f18a1":[38,39],"0aff9f48c7ea":[34,35],"0b006e7b30b0":28,"0b02cc8314be":[14,15],"0b069da4ece5":[34,35,37],"0b07301e60af":[9,10],"0b0d15e3c170":[38,39],"0b1000":[44,45],"0b19471945a6":[34,35],"0b3f4e146b01":[38,39],"0b408ad7a340":[9,10],"0b422e48c935":[9,10],"0b49c1912":[44,45],"0b50210ae":[44,45],"0b555c46d817":[36,37],"0b5d50ff":[44,45],"0b667811":[44,45],"0b859154f439":[36,37],"0b8f08a0e4f7":[9,11],"0b8f5ea3":[44,45],"0b958d9ac441":36,"0b9c80f1ce27":[34,37],"0baa771538e2":[36,37],"0bb0e6b49":46,"0bb20d099e65":[14,15],"0bb6050f":[44,45],"0bb960f82ef3":9,"0bc318357fc8":[9,10],"0bd003abad5f":14,"0bd58a1ae4cd":[36,37],"0bd6a8c9a4bc":[9,10],"0bd8a112862":36,"0be5926ed8ad":[16,17],"0beeec42":46,"0bef2695055d":[38,39],"0bf01d93ee39":[42,43],"0bf193d8d4f9":[9,10],"0bf8ba716cea":[42,43],"0bfacdff427f":[38,39],"0bfdbce84ec9":9,"0c03d552d8db":[42,43],"0c07402":[44,45],"0c093d57ac2a":[9,10],"0c1a54e40263":[42,43],"0c1a9c38bba5":[14,15],"0c1d170c7552":[42,43],"0c28b11c0ace":[9,10],"0c2a399e":46,"0c2ad40218ec":[14,15],"0c44c70474ee":[34,35,37],"0c497af5150b":[16,17],"0c4dc80bce2a":34,"0c4e786e0e95":[42,43],"0c51e130d":46,"0c546472":46,"0c5edba986eb":[36,37],"0c6d58230e61":[34,35,37],"0c77051b6568":19,"0c79a27379bd":[36,37],"0c86fef7e502":[38,39],"0c8a19f1":[44,45],"0c954ba135fb":[42,43],"0c9579f525f4":[34,35,37],"0c9db2e5070a":[36,37],"0cadc985":[44,45],"0cb49134":44,"0cb9eeae2f09":[34,35],"0cbc866dae11":25,"0cbfa4df9":46,"0cc0d4f8018b":20,"0ce7482fb650":[14,15],"0d02b87f9c90":[42,43],"0d09e40f":46,"0d12f0c8":[44,45],"0d17c10fe4d6":22,"0d1c898fd38e":[42,43],"0d1f65bf2":[44,45],"0d217e279a9d":[9,10],"0d334632a4fc":[36,37],"0d34eb9e7224":22,"0d3c3c752b95":[42,43],"0d42e9b441f2":20,"0d43552dfb6d":[36,37],"0d44d7f7d29d":[38,39],"0d474d644":[44,45],"0d47fa9358e2":[36,37],"0d622822e":[44,45],"0d63966b4333":[9,10],"0d6b900a5d12":[34,35],"0d6bce9b7a0f":[34,35],"0d6d5a47ca19":[36,37],"0d7b82e82f98":[9,10],"0d7e62667706":[14,15],"0d84ea6bda03":[9,10],"0d8527ec60f3":[9,10],"0d8951cdde6d":[34,35],"0d8a56aee77c":23,"0d8c248cc29e":[9,10],"0d911d37":46,"0d96d56298d5":[36,37],"0d9e3f2cde91":[38,39],"0da0d7545191":36,"0da6ad912fdf":[42,43],"0db27d4b993b":28,"0dbac1b4fde0":[39,42,43],"0dbb06308565":[14,15],"0dbbe610":46,"0dd012c7f495":[38,39],"0dd088012def":[36,37],"0dde9cd5d22b":[9,10],"0dec1de73e1":[38,39],"0def86b35c92":[42,43],"0deffc80":46,"0df891697d24":[14,15],"0dfaf110":[44,45],"0dff4759c894":22,"0e040b7285cb":[9,10],"0e0dc100a1ad":[9,11],"0e138b0da002":[34,37],"0e15017d11ea":[36,37],"0e1db80c":[44,45],"0e2541f1c664":[9,10],"0e26522ec":[44,45],"0e27cc8410e2":[16,17],"0e3727a5f":46,"0e5621232":[44,45],"0e56e26ab02a":[42,43],"0e5d5b750aba":[14,15],"0e69501ebe5b":[14,15],"0e696c1a4d72b7":15,"0e6b5b4f":[44,45],"0e7721f7":46,"0e7f35fb549d":[16,17],"0e8e03ee34ba":[36,38,39],"0e91ced92e0f":[9,10],"0e93132bcb61":[36,37],"0ea4fac25":[44,45],"0ebf921c1a0a":[36,38,39],"0ec1e37004da":[38,39],"0ed09ec1":[44,45],"0ed84c0":[44,45],"0eda42cf2414":30,"0ee0a590013":[36,37],"0ee242b9":[44,45],"0ee2ed1e73e5":[36,37],"0ee708e360e9":[36,37],"0eea56b06b4f":[38,39],"0ef7c3c566af":[9,10],"0eff4a7aa441":[36,37],"0f03814d62a6":[42,43],"0f0b7c641":[44,45],"0f0d13a5bb80":[42,43],"0f1937ef":[44,45],"0f2ac854f66a":[9,10],"0f3584d84662":[14,15],"0f3e041cb":[44,45],"0f42d72abdf7":38,"0f4531f47288":[42,43],"0f46e5ca":[44,45],"0f492a925908":38,"0f5f2625adad":[9,10],"0f604d61c285":[36,37],"0f71cc0dd5af":42,"0f728a100a8":[38,39],"0f7868260709":[36,37],"0f79843b":[44,45],"0f805db1":46,"0f8b9522":[44,45],"0f9371da":[44,45],"0f94c2620c70":[9,10],"0f97acef7aec":[34,35],"0f996208d":[44,45],"0f9a51d0059":[38,39],"0f9a776aa72f":[9,10],"0f9b366":[44,45],"0fa446cc21cb":[36,37],"0faf0e05fd41":[36,37],"0fb82ef1a410":[36,37],"0fc9ee71e06":[34,35,37],"0fd6d39f64cd":36,"0fd8622d52ba":9,"0fd907828b92":[14,15],"0fe8ecd59fc0":[36,38,39],"0fea3b073537":[36,37],"0ms":41,"0x0":[36,44],"0x00":[42,43,44,45],"0x0000":41,"0x0000001101000000":41,"0x0000102101000000":41,"0x0000105101000000":41,"0x0000144883000000":41,"0x0000154883000000":41,"0x0000183101000000":41,"0x00001c5881000000":41,"0x00001c5883000000":41,"0x0000909101000000":41,"0x04011821":34,"0x10":[44,45],"0x107d0":[9,10],"0x20788":[9,10],"0x208d5":[9,10],"0x37":[9,10],"0x3a":[16,17,20,34,35],"0x40000000":[9,10],"0x54":[9,10],"0x800000":46,"0x80030000":[9,10],"0xaf":[40,42,43],"0xec000000":[9,10],"0xec100000":[16,17],"0xf":[9,10],"0xfff3fc00":[36,37],"0xffff":36,"0xffffffff":[9,10],"0xffffxxxx":33,"100m":[41,44,45],"1012aacb0a13":[9,11],"1012b75b38e5":[36,37],"102225f4e3e2":[36,37],"102eb384558d":[9,10],"103be554":46,"103d85c96":[44,45],"103f67fe83f1":[14,15],"1040e48e":44,"10497d05169f":[36,37],"104a5bd096f7":[34,35],"104c2dc59":[44,45],"105a2313":[44,45],"105d09ad":[44,45],"105d80f85b":41,"105d80f85b07":[14,15],"1061da027":[44,45],"1069536b":46,"106e77504c53":[16,17],"10784ce5d02b":[38,39],"107d0":[9,10],"1083e8c22b9":[42,43],"1088a8a":[44,45],"1090f346713a":[14,15],"10915cf668b3":[36,37],"1095ed9fa553":[9,10],"1096b337":[44,45],"10a6ca392":46,"10a83636b":[44,45],"10aa31b32fc0":[14,15],"10b33503959b":36,"10bbcd07":[44,45],"10bf99ef8b63":[36,37],"10ccdde9f063":[36,37],"10dbf93a5d9a":22,"10f0a09239dd":[9,10],"10f61cf1aa52":[42,43],"10f68979":46,"10g":0,"10gb":0,"10gbe":0,"10m":[20,36,37],"10mb":[9,10],"10th":25,"10x":[14,15],"1100f64331cb":[9,10],"11066067e94b":[42,43],"110d77df2db5":[36,37],"1113169cfa3c":24,"111b6f0e6":[44,45],"1120e327":[44,45],"112454f3888d":[36,37],"112c8bd6e114":[14,15],"112e8c957fb6":[34,35,37],"11374f20e8f1":[38,39],"1137f37ae":46,"113d7e824982":[14,15],"11404d3b":46,"1141d3f0a51":[14,15],"11435b168":46,"1144a49a1991":36,"114d10d29c18":[42,43],"114eb0df447d":[36,37],"114fa85e6":46,"1151a987ae45":[36,37],"1156b5f04b3e":[9,10],"115c9f9f6620":[16,17],"1163d716518c":[9,10],"1164kb":[42,43],"116af97857bb":[36,37],"117289f4ebcf":36,"1172a6c57ff3":[9,10],"11793f86a":[44,45],"117a75f95ec3":[14,15],"117e3fb9":[44,45],"1186568fa81d":[9,10],"118e0a59c1a9":[36,37],"119108908e9b":38,"119219fbd":[44,45],"119f2896":[44,45],"11b46291111a":[14,15],"11b5f7d2b616":[34,35],"11c43508e436":[14,15],"11c5faa66aa0":[38,39],"11c76c67cb9b":[9,10],"11cb51ab":[44,45],"11cb66583553":9,"11cc78395582":[36,37],"11cdf2107fb1":[42,43],"11ce9612":46,"11d12c6f":46,"11e1ecc0":46,"11e33025809f":[16,17],"120b1b7d":[44,45],"121afb0e9980":[36,37],"12264bb84217":36,"12289773b37d":[36,37],"1233c105dfd1":[9,10],"12426d3bf24d":[42,43],"12514d328159":[16,17],"12529174e471":[9,10],"1257a0854ca3":[36,37],"12595094567a":21,"125cecaa0f23":20,"125f42a04372":[14,15],"1260f914c01e":16,"12610da1":[44,45],"1275d064b04f":[14,15],"127b1eca3e84":[36,37],"127c22d27":[44,45],"127db3a6":[44,45],"128afcc6737f":[14,15],"128gb":[9,10],"129165ef43c0":[16,17],"129a80acf":[44,45],"129e4408f7f4":[36,37],"12a27f13":46,"12a287941":46,"12b139b58521":[40,42,43],"12b49b4434f4":[42,43],"12b6b45da232":[9,10],"12b74c455bed":[36,37],"12c8088a3":37,"12c8088a32c5":[36,37,38,39],"12ca08b58e5b":[38,39],"12dcf0ae25d2":36,"12ea45b365cf":[14,15],"12eac54482d5":[36,37],"12ef1ffdc34a":[42,43],"12ef819fb295":[36,37],"12f1554a24cd":[14,16,17],"12f20f559a22":[36,37],"12f57c203":[44,45],"12fdf6499":[44,45],"12th":[28,34,36,37],"130b50b59ad9":34,"1313e9247391":30,"1317448ddd1a":[36,37],"131e6e15f":[44,45],"132f5a87":46,"133cc8cea258":[38,39],"134d61bcf3f2":11,"1355c312c308":[36,37],"135ec660":[44,45],"13627efc":[44,45],"137a748910":[36,37],"137b11c77feb":[36,38,39],"1384ebc764ac":[14,15],"13863b512ac2":[9,10],"13878e5b27c5":[16,17],"13926b45897b":[38,39],"139bc907486b":[34,35],"13af137b03af":[42,43],"13b0dd897296":[9,10],"13b422771493":[34,35,37],"13b47242":[44,45],"13c1572a60e0":34,"13c2f98e":[44,45],"13c42ee1d839":[34,35],"13d6fcf76a5f":[36,37],"13dd75dd4dc3":[14,15],"13de75c05e7d":[14,15],"13e0a663f93":19,"13e163d1":[44,45],"13e1a7e5":[44,45],"13e1ed3c97bf":[9,10],"13e9a66a7b39":[36,37],"140618aff4a5":[36,37],"1410677b65":43,"1410677b65e4":[38,39,42],"1410d7f9ee83":[14,15],"141c67de2310":[9,10],"14242c9ba2fd":[42,43],"142cc29ed9f7":36,"142e05201115":[9,10],"14340c147361":[36,37],"1434297c10f3":36,"1434b8952":[44,45],"14372fc9fb60":[38,39],"1439d34bee09":[9,10],"143d03952806":[38,39],"1441646529dc":[36,37],"14430f595c58":[36,37],"1467cbcb8be5":[14,15],"1469d353f178":28,"147883cba7f4":36,"147aa0e27bfb":[36,37],"14846f049":[44,45],"1486a08de557":[9,10],"148a8c9278b9":[14,15],"148e9b6f92f5":[36,37],"14959a69eeac":[36,38,39],"149d7cc96":[44,45],"14a103eb369c":20,"14a3a15e85ad":[42,43],"14a4648821a3":36,"14a51c828":[44,45],"14a61c96fa3b":[34,35,37],"14a78d5c2e85":[38,39],"14ae2496088d":[9,11],"14ae5a21b925":32,"14c3b1b259ae":[42,43],"14c430f5aa45":[36,37],"14cefe11f745":[16,17],"14d009af06a6":28,"14d96c84c0a0":[36,37],"14dbbd68d":37,"14dbbd68d03d":36,"14ed1a2d7611":[16,17],"14f1070233d3":[34,35],"14f465d741f8":[14,15],"14f709b8eeda":38,"1504bf98":[44,45],"150e0728a2b4":[42,43],"151a9b61a":[44,45],"1520d6a1e3aa":[36,37],"15312c06fdfb":30,"1534ab1dca13":36,"1534c78f2989":[36,37],"1536a9ea7882":[36,37],"153dcaa15":[44,45],"154e4e":[44,45],"1552e3875":[44,45],"15569e9de5a8":[9,10],"1559c893b":[44,45],"15641e1a1fa":[36,37],"1564d45787ce":[38,39],"156a0bd71156":[14,15],"157d87dcea5a":[14,15],"157eb4dc4966":[42,43],"1580c65":[44,45],"1581c67d3151":[42,43],"15880d514e1f":[36,37],"159389c0b656":[9,10],"15b0afe89":[44,45],"15d21760fbaa":[14,15],"15d9f3199782":[34,35],"15db0ce7d4d3":[34,35],"15f56c8d":46,"15f82bd95cd7":[9,11],"15gb":3,"16024c9f92fa":[38,39],"160637c9e837":[14,15],"1610ae1216ac":36,"1612a30cff63":[36,37],"1613c72d4f73":[16,17],"1622957255a6":[16,17],"1623463840ba":23,"1629aca37":[44,45],"1629c851":46,"16378af2527d":[40,42,43],"163b6d077":[44,45],"1647413d7c2f":[9,10],"164e4ec2af05":36,"164e8bc5fc07":[42,43],"16516a11d74b":[36,37],"1654f76c7fd2":[42,43],"165bb46bac36":[36,37],"165be7914dd4":[36,37],"1665708d67b6":[42,43],"166a053f1d96":[42,43],"166a4cb6fa7b":36,"166b70c6":[44,45],"166eda4":[44,45],"167888ed45ea":[36,37],"167fcb20aa97":[36,37],"16834c6819a4":[9,10],"168e604a":46,"168m":33,"169b85d36210":[36,37],"16a190f0f9e8":19,"16a44eff4942":28,"16aa1b111ed0":[42,43],"16b7ae641037":[42,43],"16c":[36,37],"16c90472bc44":[36,37],"16cf78fed03f":[42,43],"16d186cf":[44,45],"16e8000d0":46,"16ee9a3a":[44,45],"16f11c2e9":37,"16f11c2e9b10":[34,36,37],"16f5d479caf5":[36,37],"16fde70421d8":[36,37],"16gb":[44,45,46],"16th":[33,34,35],"17058c49441a":36,"1706e0311c47":[42,43],"17165d955d01":[14,15],"171b7858a559":[9,10],"1720267b190a":[36,37],"17244eeb2294":[36,37],"1737cfb1a19d":[42,43],"17441d0b":[44,45],"1745eed20":[44,45],"175679c45a77":20,"1759af757bd8":[34,37],"175f00d":[44,45,46],"1762a6ef1dc9":[36,37],"1768f6cce137":[34,35],"1785745d":[44,45],"17867d02c":[44,45],"178a035668bd":[9,10],"17930bb348b5":[38,39],"17975a6e6457":[38,39],"179d53df":[44,45],"17a5d5f52af1":[36,37],"17adaebf":46,"17b8473da01f":[34,35],"17ba81ec0a52":36,"17bf8a65e3b":[36,37],"17cd974074e6":[9,10],"17ce7befe588":[9,10],"17d1f78337ea":[34,35,37],"17d77ae94197":[36,37],"17e278a6ec39":[9,10],"17ee7c1c6dec":[36,37],"17f04cb4d3d8":[9,10,14,15],"17f150207":44,"180d29ec":[44,45],"181339033db5":[36,37],"1821567eaf9b":[36,37],"1830d1847644":36,"1839d2c714f8":[34,35],"18413b3e3268":[36,37],"184d7e4aca1a":20,"184f81559530":23,"1851aa0056c5":36,"18527d404f0f":[42,43],"18583159ffc2":[36,37],"18591a3eba4f":14,"18591a3eba4fc4":[14,16,17],"186d6f22c2ad":[42,43],"186d7570":[44,45],"1887c7fc5":46,"18a73baccdc2":[14,15],"18a7e1928bd":9,"18aa5d9e3":[44,45],"18cc0dfbc93f":[9,10],"18d7ee718bef":[14,15],"18d91f4a458f":[14,15],"18e21a5c49fb":[16,17],"18ef7916f":[44,45],"18ef9b56618560":[16,17],"18f9c896aa1":[9,10],"18fa6f29e388":[38,39],"18th":[21,42],"1904821d6279":[38,39],"1921f40c":[44,45],"192ca8aa60bd":[36,37],"192d5865":[44,45],"192efa9b":[44,45],"19335bbf77d8":14,"19394bc52406":[42,43],"1941d3f26373":[38,39],"19484fa4338f":19,"1949c768eba6":[9,10],"1953b41e1dd5":[9,10],"1959b18ec677":[9,11],"1959efa6":[44,45],"195dd6a15":[44,45],"195f63624185":[36,37],"197507fb6e80":[38,39],"197ee04e276b":[42,43],"198f186b138f":[9,10],"199b35573":[44,45],"19a268b":46,"19a436e44c7d":[42,43],"19a4dfe717cb":30,"19a516499e10":[25,36],"19a6643807b0":36,"19a6cc35b628":[36,37],"19a8694f":[44,45],"19aa4d3a0f0b":36,"19b906f9c3a8":[42,43],"19c6e2eb09b3":36,"19c86eb1e5f1":[36,37],"19c8d728e86":[36,37],"19e0f82a3":[44,45],"19f75b84d":[44,45],"19fa25eac9ea":42,"19fde64271e5":[42,43],"19th":[11,29],"1a02a189":[44,45],"1a07f8b147b7":36,"1a1280a8":[44,45],"1a12dc03":[44,45],"1a19ea2a":[44,45],"1a1ff0ab2c78":[36,37],"1a417fb578fa":[36,37],"1a4aa1cb0349":[36,37],"1a52c0665d85":[34,35],"1a548857ce1f":[42,43],"1a54f8f27c08":[14,15],"1a63e02fb8fb":36,"1a66b96f84f3":[34,35,37],"1a7255c95008":[25,36],"1a7732ad4182":[36,37],"1a79069cfdfa":[16,17],"1a795c98":[44,45],"1a87f8f97175":[38,39],"1a8a5c352762":[36,38,39],"1a8e06d43d36":[42,43],"1a90c4370493":[34,37],"1a90d5922fcf":23,"1a912de30":46,"1a9deb52ca5":36,"1aae1ba2930c":[36,37],"1ab11ac8b4b9":[36,38,39],"1ac085df":46,"1ac08dd03":46,"1ac1e9584462":[42,43],"1ac3d5b9cd5f":[38,39],"1ac7841b184a":[16,17],"1ac78dd":[44,45],"1ac7a33a9":[44,45],"1ad12fe5b75":[9,10,14,15],"1ad18bf128c4":[38,40],"1ad25a8428db":[36,37],"1adef8c1c0ad":[36,37],"1adf7486a":[44,45],"1af237bc":[44,45],"1af47d2a9aef":[34,35],"1afdc244e220":[16,17],"1b04e458595a":[34,35],"1b06c4f813fd":[42,43],"1b07618e8a2d":[42,43],"1b0c5068b":46,"1b10af06":[44,45],"1b11547e01a8":[14,15],"1b1226daa961":[14,15],"1b23e2592366":36,"1b258924a049":[9,10],"1b311f24":[44,45],"1b3a5dfbdf92":[38,39],"1b3bc0e6a":[44,45],"1b481183921d":[36,37],"1b4fa572716":[14,15],"1b526d85edb2":14,"1b5381224824":[40,42,43],"1b5a02cab7f8":[36,37],"1b5a0bda16a0":42,"1b638f89":[44,45],"1b71d5d08868":36,"1b7cc09d2da5":[42,43],"1b819687e056":[34,35],"1b86a92b6cb6":[34,35],"1b9a449d":[44,45],"1ba3198b":[44,45],"1ba5e879f3a4":[36,37],"1ba78c4580b6":36,"1ba805a1c809":19,"1baa348":[44,45],"1baa34868b2c":[38,39],"1bad3f82392c":[16,17],"1bba3d97d":46,"1bbbfec92b3a":[16,17],"1bc63b896405":[42,43],"1bcd6d84ec80":[16,17],"1bd34e4c60c6":36,"1bd7fb127cf2":[36,37],"1bdd5be3c625":[36,37],"1be056a58":[44,45],"1beb1519":46,"1bf0c8c":[44,45],"1bf5605f1d80":[16,17],"1bf7f7464012":[9,10],"1byte":[36,37],"1c06b1a80e5":[9,10],"1c0d5d1e89b3":[42,43],"1c169fc8be5a":[38,39],"1c1b2267a25":[34,35,37],"1c282887":[44,45],"1c2d3eb70a0f":36,"1c2de2d2a08c":[9,10],"1c3baae4f2b3":[38,39],"1c4ad2c91e38":[36,37],"1c4c810a584f":[16,17],"1c5417ec1898":[9,10],"1c5f03e47872":[38,39],"1c62f56b3351":[36,37],"1c6429e239e2":[38,39],"1c64cf3cb":[44,45],"1c7b23cc6b8f":[14,15],"1c7f2eb205f4":[9,10],"1c8193dd9e82":9,"1c830e13d":[44,45],"1c909df08fcf":[9,10],"1c97112ba0b9":[36,38,39],"1c97a157a652":[36,37],"1ca56324b31b":[36,37],"1cacd2e47afb":[36,37],"1cb00f7e0":[44,45],"1cb0d8de":[44,45],"1cc7a88e11df":[34,35],"1ccc5eff":[44,45],"1cd261748c00":[38,40],"1cd7d1c78":[44,45],"1cee7cd49":[44,45],"1cf8acef718a":[9,10],"1d1a977916b6":23,"1d21270b627a":[34,35,37],"1d2a73892341":[14,15],"1d2b":16,"1d33fcf2c591":[34,35,37],"1d34f7399f30":20,"1d3c28511935":[9,10],"1d411055":[44,45],"1d437c8dc548":[9,11],"1d4530dac":[44,45],"1d4b3dd1656b":[36,37],"1d4c47346c9a8d":[14,15],"1d565299ec31":[9,11],"1d60e2d7700c":[36,37],"1d7067e7a3f5":14,"1d70cbbeba50":[9,11],"1d724fa588bc":[16,17],"1d72c0ee82a2":[36,37],"1d73131d1a11":[38,39],"1d7da2e9b05b":[9,11],"1d80cb57":[44,45],"1d850029be30":[42,43],"1d862697f0b1":[9,10],"1d8793c64b59":[36,37],"1d91a624cd08":[36,37],"1d9d13289fa9":36,"1d9fb3ee":46,"1da6b089c930":[9,10],"1dab92e705f6":[42,43],"1dacecd2b28b":[14,15],"1db43a814":[44,45],"1db47476245e":36,"1db54dcc27d4":[34,35,37],"1db94c26ffaa":[14,15],"1dbb91e5e":[44,45],"1dc17625bd83":[42,43],"1dc26ec0072":[34,35],"1dc4c34f591f":[42,43],"1dcc359d6da6":[36,37],"1dce3206aa21":[9,10],"1dd4c043e9d7":[36,37],"1dd6d7647746":[36,37],"1dda31245982":[36,37],"1ddf7e51936f":[9,10],"1de1be8ec36b":[36,37],"1df445d7":46,"1df4ff4d1de4":17,"1dff5815b671":[42,43],"1e00d546ca29":[9,10],"1e038388f385":[9,10],"1e0ac5f5":46,"1e103ee":46,"1e12696d400f":[34,35,37],"1e15041b86ab":[9,10],"1e1b50096bb4":[36,37],"1e1c8039a":[44,45],"1e1ea69fbf60":[42,43],"1e21ee6d26e5":[36,37],"1e337a9565c8":9,"1e38":16,"1e5668520cfb":[34,35],"1e57f1d587cf":[42,43],"1e5c5303":36,"1e5e13c":[44,45],"1e6bbb9b989b":[36,37],"1e6cfd7d0459":[9,10],"1e733df20292":[36,37],"1e784c03824d":[16,17],"1e85912b9210":[9,10],"1e8731f":[44,45],"1e8c08ab":46,"1e8f52d2d75a":[36,37],"1e973575493d":[9,10],"1e9aa61c5f76":[42,43],"1e9e686d61cc":[34,35],"1ea35ee43977":36,"1ea4099921c0":36,"1ea8cd47":46,"1eac1bea6c09":9,"1eb90be7":46,"1eba8f47f718":[9,10],"1ec6201b896c":[34,35,37],"1ed21a83":[44,45],"1ed63da3a55c":[9,10],"1edd371b0fa0":[34,37],"1ef5a64b85d5":[38,39],"1ef95c2":[44,45],"1f0ae6950bfc":[36,37],"1f0bc6efb217":[9,10],"1f14c2229e43":[9,10],"1f187d7b7b44":[9,10],"1f1b3b4ed204":[16,17],"1f1c362c62da":36,"1f269bc0":[44,45],"1f2edbc95b80":[9,10],"1f42bd29d1e7":34,"1f46cc39f":[44,45],"1f492888":[44,45],"1f4ac83bb":[44,45],"1f4d5ba3b545":36,"1f53f9fa766f":[14,15],"1f6ed77b32b6":[36,37],"1f76bfa23":[44,45],"1f773f1f2983":[9,11],"1f8ec61acd51":[42,43],"1fa6e85a":[44,45],"1fac7c34":[44,45],"1fae419a10e4":[42,43],"1fb1c42e4":[44,45],"1fb2cb5cb795":[14,15],"1fba0b5d505f":36,"1fbddac373ef":[42,43],"1fcbd7b14382":[9,10],"1fd1cc97eb82":[34,35],"1fdca4a29c36":[16,17],"1fe8dc520583":[9,11],"1ff4bfd66475":[36,37],"1ff70a1f246d":[36,37],"1mb":[20,36,37,38,39],"1ms":[20,36,37],"1sec":[16,17],"1st":[27,30],"2000b276f2ea":[16,17],"2000mhz":[44,45],"2007c4f94085":[42,43],"20119f08":35,"20119f0868":18,"20119f086877":34,"20119f08687783":16,"20126d267812":[36,37],"201278b9":[44,45],"201a39f54be6":[40,42,43],"201da82c44f0":[36,37],"2024675173c3":[34,35,37],"202854d7c":46,"2033a6c3ebb":36,"203470f8524b":23,"2041e71b44a7":36,"20423884e486":[42,43],"206d83461d04":[36,37],"207de5cbd30":[36,37],"20805cd4":[44,45],"208ca81ffd47":38,"208f80eb821c":[36,37],"20915f02":46,"2094256e054f":[42,43],"20965078a198":[42,43],"20a0e8bd621b":[9,10],"20a3b69bd1b4":[42,43],"20a60ab17ed6":[36,37],"20b179f938d4":[9,10],"20b1e798a82b":[9,10],"20b285f63":[44,45],"20c449a70cd":[14,15],"20e1afb247a2":36,"20e3d130d003":20,"20f685a3627a":[14,15],"20f6884ac8c6":[42,43],"20m":[36,37],"2106cf97da7c":36,"2109b81d9f78":[9,11],"211b0cb9d447":[16,17],"211c48c95e7d":36,"211ed8c6aeeb":[36,37],"21200ba766f3":[14,15],"212a68631c93":[36,37],"2132642e":[44,45],"21406eedb":46,"21407ef50121":[9,10],"21494323a8f501":[14,15],"214ef8b2":[44,45],"215a7ce1f186":[14,15],"215eaa2074f5":[40,42,43],"21638f7fe690":[9,11],"216433af":[44,45],"216f28da7705da":15,"2172848cf283":23,"217e5a4ecbfa":[16,17],"217f74b0c40e":[14,15],"2187a72368c3":[36,37],"218a4862f0d0":[14,15],"218eb321d0b3":42,"2198e3d3":[44,45],"219a0628c4f8":[9,10],"21a7bd0e07f6":[9,10],"21be781f":[44,45],"21bed4d078d9":[36,38,39],"21c7d72548e5":[9,10],"21d652cae1fc":28,"21d66daff69":[9,10],"21d980956449":9,"21f540e8e51":[36,37],"21f75b9e4475":36,"21fb83a0aec7":[38,39],"21fd8a33":46,"21st":[38,42,43],"22057f868f3b":[42,43],"2206846076da":36,"2209292ea1a7":[9,10],"220c3a7a2206":19,"2211d6ea":[44,45],"22134d69a201":[36,37],"22160ff310f2":27,"22169bd672be":[42,43],"221f05613499":[14,15],"22261c1edce7":23,"2228ce6ea2dd":[42,43],"22320e119800":[34,35],"223824211e63":[36,37],"224517ac925b":[38,39],"224e06f6":46,"224f435e1760":36,"224kb":[36,37],"22524e901744":[38,39],"2254d9f67acf":[34,35],"225922537f45":[36,37],"225f4090804f":14,"225w":[9,10],"22672ede554a":[34,35],"226899a2":[44,45],"2271594fab8c":[36,37],"22782e49d66c":[36,37],"227a32f926d3":[14,15],"227c81905887":[42,43],"227de3c5dfc9":[42,43],"22817f8d":46,"2299cbb445b6":[42,43],"229ade5d23e7":36,"229ed05931b5":23,"22b39d874":[44,45],"22b613003960":[34,35],"22ce15f13c4":[9,10],"22d6da8c6be6":[42,43],"22df7a1c73c9":[9,10],"22eddcf69bc3":[36,37],"22nd":[44,46],"230e31611":46,"230eeb0":[44,45],"23126e788fcf":[36,37],"2316b6e7074d":19,"2318bae2ec82":36,"231f4e404b04":[14,15],"23374658f":[44,45],"2339591c4465":16,"233ade2f":46,"233e863c":[44,45],"233fec0d3893":[34,35],"2343ee202":46,"23470f10d0b1":[38,39],"234734a3":[44,45],"234dbdb65dd7":36,"234ef44536a":[14,15],"2353468b6fb5":36,"2354698e":46,"2354857f":[44,45],"235b00450":46,"23699f0f507c":[36,37],"236d2178bd66":23,"237882bfc84f":[38,39],"237cd0c50a66":9,"2383ff8f7e76":[34,35],"238ef01e330f":[9,10],"23903ca69351":38,"2397cb606cda":[9,10],"239b11b36":44,"239bd856fd66":[42,43],"23c":[9,10,14,15],"23c66ccdeab0":36,"23d883c6d":[44,45],"23dc884f8a0f":[16,17],"23df9c72f523":[36,37],"23e5c485a4f7":[34,35],"23e6cff8":[44,45],"23e947552":46,"23m":41,"240defa5f9b2":[14,15],"240eb43b982b":20,"2414e7c8e5d":[14,15],"24186bec3e6":[36,37],"24188d25f62a":[36,37],"2422c100":[44,45],"24252f0e54b0":9,"24268c766206":38,"2429064ef8c":[9,10],"2431563fb687":[42,43],"243176c":[42,43],"2432d94f7f53":[34,35,37],"243b5e276691":23,"244a8dac":46,"245047c0ff42":[42,43],"245b9cef":[44,45],"245f7224088e":[9,10],"24664b48":[44,45],"24762ab00":[44,45],"2476b5b5":46,"24780f003a4b":[14,15],"247a18dc":[44,45],"24813aa2":[44,45],"2485be65e166":[36,37],"248c0df21":[44,45],"24929fd8ab96":[14,15],"2494a4306565":36,"249671d79a09":[42,43],"24b70f41":[44,45],"24bc6a1bee51":[14,15],"24bcf5732469":[14,15],"24d0d344bb8d":[9,10],"24d964b78e02":[9,10],"24f1a6c7c10b":[36,37],"24f3312ea1d3":[34,35,37],"24f66ecb7882":36,"24m":41,"24th":26,"24x7":[9,10,14,15,16,17,28,34,36,37,42,43],"2501c3f6":[44,45],"250291d09340":[38,39],"25102e0add22":[36,37],"25189734c7b3":36,"253e6fcf":[44,45],"254192acec31":[36,37],"254e702fe7ff":[36,37],"2551c3e8b1d8":[9,10],"2554cac8":[44,45],"2555c39c6f9c":36,"255c1d9a3c2b":[9,10],"25624c1917a9":9,"2567f8f47e82":[36,37],"256b1f8c":46,"256d3e0a8":[44,45],"25702ad76005":[42,43],"257555af0952":[34,35],"2582f47596ad":[36,37],"25b23bbf3086":36,"25b571b72b15":19,"25be20644f96":[36,37],"25bfaab4ac12":[9,10],"25c1b412b86a":[40,42,43],"25cb28c5a6cf":[9,10],"25d11acf0292":32,"25da6f268179":[34,35,37],"25e1157f5":[44,45],"25e19b151":46,"25e3908c810f":[36,37],"25e991e8b352":[14,15],"25ebcad0c40":[9,10],"25f7266f736c":[36,37],"25f753d8":[44,45],"25g":[9,10,11,14,15],"2600cfac":[44,45],"260a11fbf3c7":[9,10],"2615d39b":[44,45],"261923ec2039":[34,35,37],"2619526af":[44,45],"261c874fb2dd":[34,35],"261ca8e779e5":[38,39],"2620abc7dc62":[38,39],"262e018945d3":[34,35],"262f5e88":46,"263f34b16742":[36,37],"2645ac029":46,"2649d663ede6":[36,37],"264b8c707d65":[34,35],"264bea8053f2":42,"264dedf525f8":[9,10],"264fc9ba9c05":34,"26554a3e5":[44,45],"2657e58ac28a32":15,"2661ddab7984":9,"26726a54e4f2":[34,35],"2674db2b85b4":[14,15],"267e65357c2":[16,17],"26a37e4d6c82":[16,17],"26ab9613acc2":[9,10],"26acfd0fd5e7":[36,37],"26b2092":[44,45],"26b20929225":42,"26b2f1a3b2ef":23,"26bbcd97d817":[9,10],"26bd09ea49d9":36,"26bf384a68e":23,"26c32cba6":[44,45],"26c8a88a4f65":[42,43],"26ccad36beb1":36,"26d020f01c51":[36,37],"26d9aed84b0f":[34,35],"26dd5796f9f6":[9,10],"26de8811":[44,45],"26e4a803a885":36,"26f2defa140d":[36,37],"26f5df72578a":20,"26f7f6d12b11":36,"26fbcbed7c36":[14,15],"2700092e":[44,45],"2710351f76b9":[36,37],"2717c6b8ddcd":[42,43],"2722201d0d10":[42,43],"27243a37469f":[42,43],"272443f7687b":[36,38,39],"2727e5272f13":[9,10],"272a72400ca9":[36,37],"272d0658f1ac":[42,43],"2740698edc8f":36,"275b3d12af39":[38,39],"275c73fc":[44,45],"275efcc44fda":[9,10],"2764678bf004":[14,15],"276c45cf2da6":[9,10],"2770649588ff":[36,37],"27755fae1059":[14,15],"2775c2ed81c":[34,35,37],"277615348ba6":[34,35],"2779192c":[44,45],"277e5d2085cd":[14,15],"277f0f10f796":[9,10],"278684d5":[44,45],"27a305e6eacc":20,"27bbfd345736":[34,35],"27bddb0e962f":9,"27bf34b7fa6e":[34,35,37],"27bf395be2cd":[34,35,37],"27c01047205d":[36,37],"27c35b967a84":[9,10],"27ca327c8":46,"27cbbc4cc87d":[9,10],"27cf4344f":46,"27d1ef2ebabb":[42,43],"27d7ab8db738":[38,39],"27dd91ca0933":[42,43],"27dda29":[44,45],"27dda299f0":43,"27dda299f0ad":42,"27dec8f85b68":[34,35],"27e1f1e7bd37":36,"27e4943eade2":[38,39],"27e689c2f":[44,45],"27f08a0b90a8":[42,43],"27fc2d9695a4":[34,35,37],"27fcf2fa8350":38,"27fd45b3d88a":36,"27fe0afaf8f1":[9,10],"27th":35,"2811141b":46,"28138fa01bdb":36,"2815449e8a63":[36,37],"281819c9a3f6":36,"281b63f10d73":[14,15],"281c7c93a463":[38,39],"281dac1b173c":[36,37],"282d5fee5c4f":[9,10],"2839599b3373":9,"284cebd97cf0":14,"285dc2bbe":[44,45],"28614a19":[44,45],"2865cedf49bf":[34,35],"2870f766e":[44,45],"2884eeabfd93":[9,10],"288ca88910b6":[14,15],"288f7babe":[44,45],"28927a78ca4":9,"28927a78ca41":9,"28927a78ca4144":[14,15],"2899bda5":[44,45],"28a414b3e4c5":[14,15],"28b104c46ffe":[9,10],"28b83673a117":[36,37],"28b94285ba3a":[9,10],"28b9f6e":44,"28b9f6edc69":42,"28b9f6edc698d":42,"28ba76c32ea1":[34,35],"28bf1faf44cd":[36,37],"28bf820d3735":28,"28c069596438":[42,43],"28c3f110":[44,45],"28c54880dd08":[42,43],"28e636043531":[36,37],"28eab7cd":[44,45],"28ee0f739fe2":[36,37],"28f2":16,"28f2cec690b7":36,"28f5fe3a6edc":[36,38,39],"28f61d13e":46,"28th":[44,45],"290b29f13a8a":[42,43],"290fa6652":46,"290fbf30ddc2":[38,42,43],"2910a088420c":[42,43],"29144e081adb":27,"291ef16dcb1":[9,10],"2921d0d9066c":[14,15],"292319be2218":[9,10],"292334fef529":[42,43],"2925dd08c5e3":[36,37],"2932b6fa":[44,45],"2935800fa74d":[9,10],"29377f9ca5d2":36,"2938d54f":[44,45],"293a8d981da8":[16,17],"293c1262d807":[36,37],"2947eaa14e77":[16,17],"294a73d38078":9,"2958d02ae126":[14,15],"2968366be470":[36,37],"296ac823f":44,"296cd5865b39":[9,10],"298aa306a1f4":[38,39],"299023edd66f":[14,15],"2992583ae8c9":[36,37],"2993c5b32a67":[14,15],"299a9ff24994":[36,37],"299fb1c3181c":[36,37],"29a1f8977c0c":[9,10],"29b02eface84":[9,11],"29b11603626f":[14,15],"29bde9b906c9":[34,35],"29ca2d7cf":44,"29cd96eae92f":36,"29cdc26e2":46,"29d1d67db71c":[38,39],"29e49c2b46c5":[34,35],"29f9ee17713d":[36,37],"29m":41,"29th":[20,37],"2a032fa76a4":[9,10],"2a0455ba":[44,45],"2a11":[9,10],"2a1b24baf":[44,45],"2a2071cb6815":36,"2a292b1a81ea":[42,43],"2a2962bd96ec":[36,37],"2a3012ab7":[44,45],"2a334beaa4b6":[42,43],"2a377a20bf0b":[36,37],"2a438c9dd4b2":[14,15],"2a43c455adfc":[34,35],"2a499e99d207":[34,35],"2a63db65":[44,45],"2a6a38eba6df":[16,17],"2a6adcbfe414":[42,43],"2a77a07b":46,"2a7e12d18b20":9,"2a7e5cb685b8":[42,43],"2a806047":[44,45],"2a8a9179abc4":23,"2aa227cc0e18":[36,37],"2aa2616358e3":[16,17],"2aaca494ec04":[42,43],"2aad82e12497":[14,15],"2ab7c3f22534":[34,35],"2ab88987e5f":36,"2acc85787f4b":[42,43],"2acd445fc559":[14,15],"2ad30a4a4e4d":36,"2ad648b98":[44,45],"2ad7f676c15f":[9,10],"2ade52d005f0":19,"2ae2bffe88b5":[14,15],"2aex":[14,15],"2af7a69ada93":9,"2afef5ba1d8d":36,"2b061c6081":43,"2b061c6081d":42,"2b061c6081d4":[42,43],"2b0de939d297":[9,10],"2b11c73334dc":[36,37],"2b1e4726":[44,45],"2b26420e7247":[42,43],"2b29de060c3":[14,15],"2b34b85249dd":36,"2b37fd25aed1":[34,35],"2b3c06d52085":[42,43],"2b424ad43":46,"2b432b15cbe8":[14,15],"2b4a":16,"2b4e2315094":[9,10],"2b61547b":[44,45],"2b66fcf8c509":[36,37],"2b6b4a8bfc02":[16,17],"2b7899b5f805":[34,35,37],"2b86765dfa37":[14,15],"2b943a5ba24f":[38,39],"2b96407921a6":[38,39],"2b999014ed98":9,"2b9ae3ab9e53":[16,17],"2ba5ce84a197":[38,39],"2ba85f05b":[44,45],"2bb80fdb4caa":[42,43],"2bbe1ddd":[44,45],"2bd26c39de53":28,"2bd351fbbd39":[36,37],"2bdc2af078a7":[36,37],"2be2b8605a3c":[34,35],"2be4422dace9":[9,10],"2c07fd2bbb9d":[14,15],"2c08db3b8536":[14,15],"2c1001a91668":[36,37],"2c11a06a0":46,"2c132eb":[44,45],"2c1c99f37019":[36,37],"2c1f3f88":[44,45],"2c256c68":[44,45],"2c26c165ad0c":19,"2c2978d3a443":[38,39],"2c2c622d1dc2":[42,43],"2c30ddb93baf":[36,37],"2c39e6a8184b":[42,43],"2c3e6ed587ba":[42,43],"2c410f1b2264":[36,37],"2c4a28977ea7":[36,37],"2c4b416ae0cf":[14,15],"2c582e41b281":[36,37],"2c5c60e23fad":[34,35,37],"2c6610c66e83":[42,43],"2c71d7032484":[38,39],"2c76877c7370":[39,42,43],"2c7fd24b8":46,"2c8497036812":23,"2c84b69258b2":[9,10],"2c8610bff34f":[36,37],"2c86bbc37ee8":[42,43],"2c8f96534a97":38,"2c97f136757b":[14,15],"2ca2bb3c9":46,"2cc067ede570":[38,42,43],"2cc89706":46,"2cc906fda56b":[42,43],"2cd54a28ccb0":[34,35,37],"2cd7837eb2ec":[14,15],"2cdaf3a7743f":[14,15],"2ce1bf13b5bf":36,"2ce64ff2a7c1":36,"2ce7e143":[44,45],"2ceefa096":[44,45],"2cf1d512":[44,45],"2cf26961a1b5":[36,37],"2cfb551c4e56":[38,39],"2cfc8b1e8aa6":[36,37],"2d00c":21,"2d065e24":46,"2d12672a812f":[38,39],"2d137def":46,"2d2916409639":[34,35],"2d339446fc77":[36,37],"2d3e83ab":[44,45],"2d410b67952a":36,"2d4c774c2a3a":[14,15],"2d4c7f9886ee":[42,43],"2d51dbbb":[44,45],"2d590161d70f":[9,10],"2d59cd70dae6":36,"2d663084a860":[42,43],"2d68e6fa5822":[36,37],"2d6ba11ae2fc":9,"2d7419274dfa":[36,37],"2d75b9439f66":[14,15],"2d79288ff609":[36,37],"2d8b0043aa9d":[36,38,39],"2d94bed48071":9,"2d98b41e4c30":[9,10],"2d9a9fd8298a":19,"2d9c9f0ebce1":23,"2da4":16,"2da89cbf":46,"2daa7fda42f4":[36,37],"2dab7d4053aa":[9,10],"2dbc30966":[44,45],"2dbcef485088cf":[14,16,17],"2dc572888":[44,45],"2dc7d1457":[44,45],"2dcce4bcccc2":[38,39],"2dce1d2d7fbb":[14,15],"2dd4b6bd":[44,45],"2def3a70b164":[42,43],"2df122342fae":[38,39],"2df240737596":[9,10],"2df7ae766eb5":[34,35],"2dfa56b49d0":[36,37],"2dfbd9811d1e":[14,15],"2e0c329836ca":[16,17],"2e0c75fb9d8c":[14,15],"2e0e547728eb":[42,43],"2e122fba":[44,45],"2e2157121aa1":38,"2e253cebdaff":[36,38,39],"2e29cf8d00fb":[36,38,39],"2e2bf87b42f7":[36,38,39],"2e2e7ec7":[44,45],"2e3958796d0c":[34,35,37],"2e3a283588c1":[40,42,43],"2e3a8e66a7f7":[14,15],"2e3def0e5420":[16,17],"2e406cadf":[44,45],"2e4607a018b7":[9,10],"2e50384d51b6":[36,37],"2e5169694368":[34,35],"2e5302df":[44,45],"2e55c6b88451":[36,37],"2e5deae5db69":[9,10],"2e68ed6a605":20,"2e77a7fb1433":[36,37],"2e93db95d85d":[42,43],"2ea669b4aa":43,"2ea669b4aa57":[38,39,42],"2eb005e5":46,"2eb270876749":[36,37],"2ec59e8cf6b9":36,"2ed31c121975":34,"2edbcc69":[44,45],"2ee9d0560f7d":[9,10],"2efcf2186232":[36,37],"2f03c48855a5":[34,35],"2f063536057b":[36,37],"2f0b6af6e01c":36,"2f1739a53581":[36,37],"2f1a0ed58a1b":[34,35],"2f1b55d0784a":[36,37],"2f222c9181dd":22,"2f2e0ee95a3d":[36,37],"2f311fe0914d":[42,43],"2f40a0bc37e":[42,43],"2f4a909a646a":23,"2f535c87":[44,45],"2f5d15f167b0":[38,39],"2f6174c4":46,"2f6259d":[44,45],"2f6cb7e3b2a0":[36,37],"2f7237360522":[9,10],"2f808f21c":[44,45],"2f8905f6a":44,"2f8c9acf8985":[9,10],"2f9112decc89":[42,43],"2f993351fce4":[36,37],"2f9abf6ea21a":[36,37],"2f9ef5344d1a":20,"2fba868b5380":[36,37],"2fc740c30b90":[9,10],"2fcb5a926d82":22,"2fce6c032485":36,"2fd3b08eed59":[14,15],"2fd4b164":[44,45],"2fd92666b665":[16,17],"2fe693504fb6":[36,37],"2fe71f4ddc13":[34,35],"2fe8f2c01e62":[14,15],"2ff0e4392":[44,45],"2ff7bd1af135":[36,37],"2n_mode":36,"2nd":[34,35,37],"2to3":[36,37],"2uess":[16,17],"30077cd8b":[44,45],"302aedd78371":[9,10],"303dd8b9":[44,45],"3048b4b16":[44,45],"3056fcd0a7c4":[36,38,39],"305fcd051d53":9,"3061db3d69ee":[36,37],"306a71070535":[34,35,37],"307b61a6de9b":[36,37],"309422a68f39":[14,15],"309dc0d0a06a":[42,43],"30a512e3d84d":[38,39],"30ad900b9":46,"30bd2ff53aa1":[36,37],"30bdce784":46,"30cc12393168":20,"30d44084f574":[42,43],"30d9a874a1ec":[36,37],"30de5c86983":[36,37],"30e3c861cc23":36,"30e3e71d":46,"30ea08acc253":[9,10],"30ea4db09c7c":[42,43],"30f8a6006de4":[36,37],"30fe98727be2":[34,35,37],"30ffd4c6a528":[36,37],"30m":41,"30th":45,"3105d5a9227b":34,"311991fe40bc":23,"311bb136cadf":42,"311f9e017":[44,45],"31231ed300f2":[38,39],"3131f27dfef2":36,"313281bb804c":[9,10],"313d850ed60d":[14,15],"313ece47903":[9,10],"3143da8a19df":[9,11],"3148c8e41ee8":[34,35],"314a7a3990a1":[36,37],"3163363f9b24":[36,37],"316f190cdeac":[14,15],"3170270be92a":[38,39],"317471bc269b":[36,37],"318a3c71f79d":36,"319e7d935f13":[38,39],"31aec74cbca7":[42,43],"31b01f231f1c":9,"31b6cf0ac237":[36,37],"31d47f050661":36,"31dd0024d":[44,45],"31e3dd374bb3":[36,37],"31e5e988632f":[9,11],"31f2c03b0abd":[9,10],"31f662a5":46,"31fe5db5426":[36,37],"3203b0f520a2":[36,37],"321dd1693401":[42,43],"321de657b979":[14,15],"3225e80a":[44,45],"3229ca9f881b":36,"323f71eb613d":[34,35,37],"3240ad51fa81":[42,43],"324365f3aa9b":[36,37],"3265b62f038c":[38,39],"3267aff":[44,45],"3268563ca22b":[42,43],"326a900583f6":[42,43],"3281d5a41a82":[9,10],"328af10e1c11":[9,11],"328e7f781d6d":9,"329b81443b43":[9,10],"32a051104ae9":[9,11],"32a23ae6b0d3":38,"32aa25ec3b49":[36,37],"32acc42c886d":36,"32b":9,"32bc3c06a9ba":[42,43],"32bfab156076":[9,10],"32ce616ef80f":[16,17],"32ce616ef80f5c":[16,17],"32d44e355521":[42,43],"32d6982fa49c":[36,37],"32e6ad0692a":[34,35],"32e76479fef7":19,"32f37bb83e3b":[34,37],"32gb":[42,43,44,45],"32mv":[14,15],"3302fd380eba":[34,35,37],"3310851c9b2a":[42,43],"331a145623c2":[34,35],"331b4bff6cb9":[36,37],"331bc0bad4bf":15,"3330dbdae60f":[38,39],"333d66b55":[44,45],"3341c6aab4fa":[36,37],"33514fd4143b":[36,37],"335521ff5c3c":[36,37],"3366f35e":[44,45],"336f306555d0":[14,15],"33725d24db91":[14,15],"33753c98":[44,45],"3376ac3e22bb":[36,37],"3378748dbc2e":[9,10],"337abf1d":[44,45],"3386550f5174":[42,43],"338671f00ca8":[9,10],"338fce09ddad":[14,15],"3399fd3edb81":[36,37],"33a0f544151f":[14,15],"33a1e9fabb06":[42,43],"33aeb4130fcd":36,"33bccd985a80":[42,43],"33c8":17,"33d8faf0f":46,"33da4f84":[44,45],"33db30729056":[9,10],"33dcae3a2":[44,45],"33de0a26f587":[42,43],"33e7c6de0769":[38,39],"33eeb29bcbf6":[39,42,43],"33fb53d3a":46,"33m":41,"3403445e2f75":[14,15],"340b1d5748c8":[14,15],"34151cae0fb1":36,"341f4013f6ae":[36,37],"34332987f42c":[34,35],"343589ebeb49":[42,43],"3440e65b32f2":[9,10],"3452fbd95989":[38,39],"345c40eb09f2":[14,15],"345daf630aaf44":[14,16,17],"345f3cf8259d":36,"34768601609c":[34,35,37],"34778bc0":[44,45],"3478a0b5":[44,45],"347d26450a76":[9,10],"34813cc8c52a":[9,10],"3483624140e3":[42,43],"348d8d20dc49":[9,10],"3498e76492e9":[42,43],"34ceb75f2829":[36,37],"34cffed2ccf3":[36,37],"34d086e3e678":[34,35,37],"34d3b9353e22":[36,37],"34dbdc49d0d1":[9,10],"34e4e8a29c90":[16,17],"34e69d280e11":[34,37],"34e9c3c1edb3":[34,35],"34f119b59":[44,45],"34f21518d4e3":19,"34f69b535":46,"34ff810fcb79":[9,11],"3500a606c6db":[38,39],"3502d6036":[44,45],"35083b66077d":[36,37],"3513c7f":[44,45],"3514216fef13":[16,17],"35165b347625":9,"351b05be3d40":[14,15],"351f3287bba4":[9,10],"35257f51c":46,"352738f7":[44,45],"3527992a75f5":[36,37],"352adcc2ae3":[34,37],"352d99be":[44,45],"352f5c2729dc":[14,15],"353040cfc500":20,"353567d4b178":[34,37],"3546db2b916f":[34,37],"355a7dc1":46,"356145d8":[44,45],"3561e8c2":46,"357441ef8b73":[42,43],"35776a29":[44,45],"358d11e6aca5":[9,10],"359102f7aaaa":[34,35],"35964668f":[44,45],"3598f41970f2":[9,10],"35a6cbe24717":[36,38,39],"35af1e35":[44,45],"35bd55541bfa":23,"35c66b8ce5a2":[9,10],"35c955970af6":[36,37],"35cc764a1":[44,45],"35cd7a379b93":[34,35],"35d53de6263d":[36,37],"35e40d9f239a":[36,37],"35e735ae24eb":[36,37],"35e92de2":46,"35f003a01174":[14,15],"36012372dd24":[14,15,16,17],"3603f474e566":[14,15],"360c92e6271c":[9,10],"361addb254f6":[9,10],"361f7d64b58f":36,"3624a993":[44,45],"36375399974d":[42,43],"363773a73142":36,"363f328fbc59":[9,10],"3647e9850660":[9,10],"364b433adb7d":[38,39],"3653c5d44e88":[38,39],"3655c1760":[44,45],"36573c1d29c9":[14,15],"3661916096ea":[16,17],"36673e6d9525":36,"3668dc88a1bd":[34,35],"366a4efdf50b":[14,15],"36766721c030":[14,15],"367c9515f3ba":36,"36839984fe01":[34,35,37],"368e3ac318fa":[14,15],"369bb2085bc9":[36,37],"36a58f1f8047":[42,43],"36a6a52a5":[44,45],"36a8aaf9dc8b":[34,35,37],"36b16d351":46,"36b343d78a73":[34,35,37],"36bd1dae2188":36,"36c966c7dd11":[42,43],"36d47d4ca26d":[34,35,37],"36dca1e915da":38,"36e24db6":46,"36f6c25c7314":14,"36m":41,"37038960c8c7":[42,43],"370b8866871b":[9,10],"37132b70227c":36,"371ca0eb55a":[9,11],"372d6290f6ef":23,"3734172b":[44,45],"373872ccf":44,"373d8a5fb285":[38,39],"373f579c":46,"3742bc2463d0":[9,10],"3754022e50d5":[34,35],"3754dba77ef5":[36,37],"37555bc4":44,"375927318f7e":[34,35],"376b5e3b26e0":[16,17],"37795a2b2":44,"377cd39bc5e1":[16,17],"378b84d6d93a":36,"378ec4ffdd3d":[42,43],"37930cd26aee":9,"37931b3b0f8f":[34,35],"3796a71a5012":[34,35,37],"379ec78e3da9":[16,17],"379efca3b8ff":[16,17],"37a2ec2b1354":36,"37a369bb":46,"37a8bf54":[44,45],"37aa1c9e5919":[34,35],"37af28e05":[44,45],"37baa9731d0d":[38,39],"37bce07eea2b":[36,37],"37c183df8540":[34,37],"37c6c66c97c2":36,"37cdcf39c":44,"37d26e2e":46,"37e67698be56":[36,38],"37e67698be566":39,"37f0ec3dddbd":[14,15],"37f1636463ec":[14,15],"37f6":34,"3805319f1d63":[42,43],"3807622a5fa":[9,10],"381a7e6553d7":[36,38,39],"3829efe02080":[16,17],"3830dc6e8fb0":[38,39],"383390ce6c9f":[9,10],"3837226ceb35":[16,17],"384bcc14bcc3":[34,35],"384e76d46163":28,"3850f5347cb2":[36,37],"3852a9460abc":[38,39],"385957bda422":[9,10],"385c30e4905d":[9,10],"386165c1c5da":[38,39],"38666ab58f15":[34,35,37],"386e53387a30":36,"3877eeac3ff3":[14,15],"387d0dff2475":[36,37],"387ed5acb388":25,"387ffa75":[44,45],"3881970673a2":[9,10],"3883490ddec9":[14,15],"38834a9cad0b":[36,37],"38845b646":[44,45],"38949a9bb":[44,45],"3896e96982":18,"38aed2e2f":46,"38af071c":[44,45],"38b300796ea1":[42,43],"38b45e292f45":[42,43],"38b5c317":[44,45],"38c63b67d8d0":36,"38ce4727":46,"38cf215cb505":[38,39],"38e1c73f":[44,45],"38e51a31":[44,45],"38ec7768b236":[16,17],"38ef75800929":[36,37],"38ff4b8db62d43":[16,17],"3909ea4b1a3c":[36,37],"390c4f5e":[44,45],"39145945224a":[42,43],"39157523786b":[9,11],"3920d160e":[44,45],"3927a22f49db":[34,35,37],"39295f752d61":36,"39489bc4e96c":14,"394c3ff5002b":23,"395eb7ab9d95":[36,37],"395f284926ab":[38,39],"395fbf43f556":[16,17],"396561e6":[44,45],"3968mb":[42,43],"396c1d366536":[36,37],"396cbd9a20cb":[34,35],"396eca7c503c":[36,37],"397dacc3e9ad":[9,10],"397e4a685a0a":[36,37],"398408a979d7":[14,15],"39854a32f":[44,45],"399151e1425":[14,15],"39a198fb":[44,45],"39a6b40220d9":36,"39a6f147b":[44,45],"39b2ccdfc8b3":[36,37],"39b36480d549":[42,43],"39bd3717a128":[42,43],"39be529611f3":36,"39c18a013796":[36,37],"39c57d2a42c3":[36,37],"39cba205cc2f":23,"39d3e89f":44,"39d7745":21,"39d77452d00c":[21,23],"3DS":36,"3a0701e16b0b":[36,37],"3a0980566":44,"3a0c57d01829":[16,17],"3a0f83c7c8ef":[9,10],"3a146159c":[44,45],"3a199f3856da":[36,37],"3a223dc7":46,"3a26100f62ca":[14,15],"3a26734f8":[44,45],"3a274b8ce7a8":[36,37],"3a3a0d0d4dc8":[34,35,37],"3a4b3bd7d357":36,"3a4b4db36812":[16,17],"3a4d0639d249":14,"3a4daeca":[44,45],"3a4e19354e06":[16,17],"3a505ffc":21,"3a505ffc175":20,"3a505ffc1751":20,"3a513ca00":[44,45],"3a5514cde7fa":[42,43],"3a589bedae6f":[36,37],"3a6180ba3559":36,"3a65f5252ab5":[9,10],"3a66a14710f":[14,15],"3a6fdede6ce1":42,"3a7422851bc3":[9,11],"3a76e4214d5c":[14,15],"3a7ffbc58d55":[9,10],"3a8884d192b1":[14,15],"3a88f18bc738":[9,10],"3a992958a6d4":36,"3a9cf6e696c8":[34,37],"3a9f22d17780":[36,37],"3aa39e3ce6b3":[36,37],"3aa5394f4da1":[36,37],"3aa7b7c2918f":[36,37],"3ab2921":[44,45],"3ab493b69":[44,45],"3ab91fbec937":[9,10],"3ac2db0a83e7":[38,39],"3acea873dad1":[42,43],"3ad0bfb80270":[9,10],"3ad299af08fd":[34,35],"3af2c04787af":[9,10,14,15],"3af76b4e53b7":42,"3afac7911fa4":[14,15],"3b02a6aa674c":[38,39],"3b05c7a782f6":[42,43],"3b09911d3beb":12,"3b13a6483b18":[42,43],"3b1a2bb98f1b":[36,37],"3b36d5be5ea0":[42,43],"3b407d471769":20,"3b46d1735013":36,"3b48b9210afb":[36,37],"3b48d9e5a62c":[36,37],"3b4ae3a2e2a5":[38,39],"3b5764defdff":[36,37],"3b5bb9f2e":[44,45],"3b5cc1a5a792":28,"3b5f10fdf6a7":[14,15],"3b661be89":[44,45],"3b71fb0a04e3":[9,10],"3b77cb39ffd5":36,"3b7aaba71f6d":20,"3b8b7e8c4e78":[38,39],"3b8ef40daf8d":36,"3b8fd10f3017":36,"3b9bc869a4f":[36,37],"3ba6748d3f2c":36,"3baffee8afe2":[42,43],"3bb61aa58087":[14,15],"3bbc07ee0":[44,45],"3bcfff5498b7":21,"3bdce2b0e293":[9,10],"3be15513d0e4":[34,35],"3be7a025c4b4":[36,37],"3be8b0403":46,"3bf7fcf3":21,"3bf7fcf3596":20,"3bf7fcf35960":20,"3bfda87d":46,"3c0408ded5a1":[9,10],"3c093dc41a70":23,"3c09d3d55c42":[42,43],"3c199d2a3a26":[42,43],"3c1e77dec":46,"3c273c710fea":[9,10],"3c2b4bf2adc3":[34,35],"3c2d8ccc8fdb":[42,43],"3c2fdb8f668c":[34,35],"3c38214ab4f0":[9,10],"3c3a12adec74":[36,37],"3c3ab2bd4c3c":[42,43],"3c3b809cb8ba":[14,15],"3c3e5a250d39":[42,43],"3c4217b17494":[34,35],"3c435be37674":[36,37],"3c440fe6d":[44,45],"3c54a914e54d":[36,37],"3c574d8e7188":[16,17],"3c633a6c2cd6":[9,11],"3c6ffc5b":[44,45],"3c73a7c369c":[34,35],"3c818a2":[44,45],"3c84e2307401":[9,10],"3c930cf14":[44,45],"3c9fe01a0255":[9,10],"3caeecc05393":[16,17],"3cb1ba3042":20,"3cb1ba3042e2":19,"3cb1ba3042e25":19,"3cb9bab7b62a":[9,10],"3cb9eb102386":[36,37],"3cd749c99791":[36,37],"3cdd4fbe9":[44,45],"3ce08029e577":[14,15],"3ce9d71f1f2":21,"3cf1a8dc6cd8":[42,43],"3cf30cfa4f23":[42,43],"3cf46f78":[44,45],"3d019581c981":[34,35],"3d09e6cb299b":[42,43],"3d121ff605e6":30,"3d12277f2397":[14,15],"3d135fe39a6a":24,"3d13f0af8432":36,"3d15e71d67bf":[36,37],"3d18592a7e3a":[38,39],"3d30c7a":[44,45],"3d30c7aca":37,"3d30c7aca6c8":36,"3d3bb8cd5fe6":[42,43],"3d3d39d62a94":[34,35],"3d3ef8466200":36,"3d3f11dbddd5":[14,15],"3d41a2c1dc50":[9,10],"3d4428aecda5":[34,35],"3d47dbb4fb8d":[16,17],"3d5c1c541bae":[34,35],"3d6aca20b8a":[42,43],"3d73e2d":46,"3d7aee811e82":[14,15],"3d8051b7b2e7":[14,15],"3d837c9f37a099":[16,17],"3d85abd9":[44,45],"3d86b50a746":[9,10],"3d9454e64478":14,"3da60277":46,"3dabc95cb3ef":[42,43],"3db6c1479":[44,45],"3dbbc66ec9d3":36,"3dbe6a196":[44,45],"3dc237792":[44,45],"3dc87605be7a":[38,39],"3dca5a867512":[9,10],"3dcbd232eb5d":[36,37],"3dd1f642a339":[36,37],"3dd480db1a69":[36,37],"3de3e3bbc10f":36,"3df3c9b61e4c":25,"3df6589cb9fb":[14,15],"3df9b3cc82cd":[16,17],"3e0eef2e9a92":[38,39],"3e10c795":46,"3e16432f929a":[34,35],"3e1fcbff53a5":36,"3e2024d903e":20,"3e2164c0":[44,45],"3e23604be0cb":[36,37],"3e23a4ef97bc":[36,37],"3e24de691ed6":[9,10],"3e334fbb":[44,45],"3e38806d92e6":[14,15],"3e3ad77c1c":[36,37],"3e3defbf73e3":36,"3e3f1abb99cd":30,"3e4082b28d2a":[34,35,37],"3e49ebe43fe8":[42,43],"3e4b2934":46,"3e582366ea6b":[42,43],"3e6276ed0cd6":19,"3e645f2d3703":[36,37],"3e677e6cdf31":[36,37],"3e681b92f8a4":36,"3e6c3b03bb4c":[9,10],"3e74805702f6":[14,15],"3e7974342":[44,45],"3e7f04a7398a":[9,10],"3e808354c311":[9,10],"3e86783b80e5":[42,43],"3e89694dba30":[36,37],"3e8bdd955f33":16,"3e8d0ecec":44,"3e99f56e4eb2":36,"3ea336e7":[44,45],"3ea5832b5ccd":[36,37],"3ea6aa70":[44,45],"3eadafbd35a":[38,39],"3eaf02929":[44,45],"3eb1f8ab1705":[14,15],"3ecd7cf99fb4":[34,35],"3edaad3c0":44,"3eddb7eaa994":[34,35,37],"3ee0baff08c2":[34,35],"3ee865ba154a":[36,37],"3ef38a3895e6":[16,17],"3ef409d43de9":[38,39],"3ef5e1a8f163":[9,11],"3ef628970ba2":36,"3efceb169184":27,"3efcf7cda44d":28,"3eff045c6be2":36,"3f02abe6d443":[36,37],"3f0ddec7e719":[34,35],"3f12b2d6":[44,45],"3f14f5032bfe":[34,35],"3f1f2186b":37,"3f1f2186bb80":[36,37],"3f25846bd235":[42,43],"3f280b8d2":[44,45],"3f32fd68":46,"3f41702fb":[44,45],"3f49215b05fa":[9,10],"3f49e5220086":20,"3f5ecfb3":[44,45],"3f6199622ee9":[36,37],"3f61c832bf1f":[42,43],"3f639460a8f1":[14,15],"3f6ff0a8bddf":[42,43],"3f7719f257dd":[36,37],"3f79ab6cdb4d":[38,39],"3f9202c62194":[42,43],"3f92b561d721":[42,43],"3fa58ab0e303":[36,37],"3fbac2e5c":46,"3fbe556d9d69":[14,15],"3fbfb0e3":[44,45],"3fd4e84f2ab4":[36,37],"3fdd2629516d":[16,17],"3fe610a3d":44,"3ffad4a09011":[14,15],"3rd":[31,39,46],"4002ea166fd":[9,10],"40039bb5fddf":[36,37],"400b3066f785":[9,11],"40121d5b91e6":[14,15],"4017085c":[44,45],"4022351e16d2":[36,37],"4025c84b4582":[42,43],"4026841b4848":[34,35],"403d527269be":[38,39],"40409eb7a0d":[36,37],"40451eef027":36,"4046ab053d85":[9,11],"4046e66acfb6":[38,39],"40778a92810f":36,"4085033d657d":[34,37],"40896560c":46,"4097d46b7346":36,"40a290f2ab3b":[34,35],"40a34c94a981":[36,37],"40a7f282bb78":[9,10],"40b377a01ef5":[38,39],"40b55be1035b":[9,10],"40b99f58ea37":[38,39],"40bc636e":[44,45],"40bcbd0f3a78":[42,43],"40bd86dd1ca9":[42,43],"40be210c830":12,"40bf092f8":37,"40bf092f8f82":[36,37],"40c1bf0cfb1b":[14,15],"40c3350ff928":[14,15],"40cbc0048661":36,"40cf4bc6b06d":[36,37],"40d3c1667e11":[42,43],"40ddeb27840f":36,"40edb9bed0e8":[36,37],"40f262bcb":46,"40f62c92":46,"40fc6b399896":[9,10],"40gbit":0,"410b80725ad2":[38,39],"410c6dcf6dbc":[42,43],"410e6cc5d93c":[36,37],"41109e5073bd":[42,43],"4116020415c9":[42,43],"411dc0813f24":[16,17],"4126c2c06d4b":20,"4128797da":[44,45],"4133e973b4f2":[9,11],"414037d985e1":[36,37],"4148562b6758":[42,43],"414f8d6c20e5":23,"415026c16dd2":[34,35],"4152f3a49":46,"4154aa707744":[42,43],"41556dbc622c":[36,37],"4158b4a15bea":[16,17],"4158d2de4415":[36,37],"415af5749f8f":[42,43],"4172f30a16da":[16,17],"41759882e94d":25,"417e":17,"4181f3d4":[44,45],"4189613d36cc":[34,35,37],"4191b61e176a":[36,37],"4198ffbc2":[44,45],"41a25f11016a":[34,35],"41a5e258":[44,45],"41a92e1e1fc1":36,"41ac7c13db4a":[36,37],"41caf09e98b1":[14,15],"41cda93cb3e7":[34,37],"41d22225ff91":[42,43],"41daed137d2f":[34,35,37],"41e1c16c7172":36,"41e6e8b4acf7":[38,39],"41e818515bd8":[36,37],"41f0c2c5e001":[36,37],"41f3aa61a7e9":[34,35,37],"41f51c834a1b":[9,10],"41f6c806":[44,45],"420c26669087":[14,15],"4214195803a4":[36,37],"4216f2fb7b31":[16,17],"421b1db8df54":20,"421bf8c4f4c5":[9,10],"421e38af2b8fad":16,"42216acb89cb":[9,10],"422867966bfc":[36,37],"422cdcabb218":[9,10],"42327316097c":[34,35],"4235f2f22":[44,45],"423e0a9d9b3c":30,"425340bd":[44,45],"425eb895f440":[14,15],"427cc73b1eab":[9,10],"4288e39bf210":36,"428cb852e3a0":[36,38,39],"428f5e2c632":[42,43],"42937caa1ce4":[9,10],"4296f3972550":[9,10],"42983359df3b":[36,37],"42a5e95b317":[9,10],"42ca6a54b294":36,"42cc2406dde6":[42,43],"42ce353d":46,"42d89b657da1":36,"42dbafc33bfa":[42,43],"42ddb69355b9":[36,37],"42e4c422f63b":14,"42e8d57d84b9":[36,37],"42e96493c5fa":[9,10],"42f6285e7":[44,45],"42f7f0722483":[36,37],"42fa2c4e472f":[36,37],"4319e2a93d9a":[9,10],"431a3cc0aa10":[14,15],"431fd07bcd5f":[42,43],"432870d9b5c4":[42,43],"432a7bb830ab":[36,37],"4338c9db":[44,45],"4340a6da7949":[14,15],"434462864bdc":[16,17],"4357838d":46,"435e4111":[44,45],"435f43e78":46,"4366e146c039":[16,17],"43736aca31cf":9,"43746576272c":[9,10],"437807d50d4a":[36,37],"437c82070808":[16,17],"43813e6":[44,45],"4386f223b418":12,"438beac29":46,"438f29c2":46,"43904dc3b8a4":[14,15],"43b86b565ad7":[9,10],"43c4502d":35,"43c4502d3b0b":34,"43c966bdad46":[9,10],"43c96b232d89":[9,10],"43ca6a2e5b12":[38,39],"43da3f1f8df0":36,"43db7b547db5":36,"43e1ba4a2643":[36,37],"43eb8bbcbaa5":[9,10],"43ed89a56b77":[36,37],"43f11d51e601":[38,39],"43f41edb7":[44,45],"43f4caba2ed5":[36,37],"43fbaa4a3":[44,45],"43fc2ebba":43,"43fc2ebbae0":42,"43fcef0d5e37":[16,17],"4404541f4c43":[36,37],"44087e0148ad":[14,15],"440ecc83ab75":[34,35],"44180ef7b2b4":[34,37],"443282a786e":[14,15],"443609a24275":[34,35,37],"443a53ba1771":36,"443f2c73ac82":[9,10],"4447f992153d":30,"444aeb467542":[36,37],"445272ea4":[44,45],"4456616272a4":[38,39],"44643c78452f":22,"44687f84e443":[9,10],"446cf71b4174":20,"446f9f03":[44,45],"44709b88491c":34,"4470dc33a126":[38,39],"4471b2a5baa5":[9,10],"4478b63177ef":36,"447b84ac689f":22,"447dbbe40145":36,"448290d76b93":[42,43],"44881dc3727c":[9,10],"44897659b":46,"449a1d765":46,"449d1fabb":[44,45],"449e1052":46,"44aa1a1578b1":[9,10],"44aa41061a9f":[38,39],"44ab15ff671f":[14,15],"44afdc1afb1f":38,"44bd1c4678da":[14,15],"44c6d599b":[44,45],"44d0f070400a":[9,10],"44d0f8638bc1":[34,35],"44d2700c0eac":36,"44d352ed6bd0":[9,11],"44d4fca9922a":[25,36,38,39],"44f196de4e6f":[36,37],"44f2f839f433":[16,17],"44f90875712f":[36,38,39],"44fe892dc":[44,45],"450975e708bf":20,"450b429feb43":[38,39],"450f70a3b34":[42,43],"451596eb83df":36,"451a26b55f90":[36,37],"452998f4be59":34,"4529a95e14d":[38,39],"452a9a46":[44,45],"453283ebfde2":[34,35],"453d38aa29e4":[9,10],"4550c1a18501":20,"4576fce87893":[36,37],"457f9635":[44,45],"45824ede1fc0":[9,10],"458cb0d58acf":[9,10],"4591893d3dd2":23,"4592e5a256c4":[9,10],"4599a8bdf9d":[14,15],"459e8bf8e80":[36,37],"45a961515be6":[9,10],"45c1436a":[44,45],"45cb27519":[44,45],"45dd7d0b57af":[36,37],"45f20525ba60":[34,35,37],"45f5609a54bb":34,"45f67b17":46,"46050485f5ef":38,"4606e773441d":[9,10],"460e29":[44,45],"4610c27825a1":[9,10],"46174931e":[44,45],"46218be06574":[42,43],"4629ea3fff85":[9,10],"462aea8b":[44,45],"4636db0ab1ec":[38,39],"4638dc513":[44,45],"4640d0953dd6":[9,10],"4640e703d307":[16,17],"4642a6c9a66b":[38,39],"46438c46da91":20,"4648dad462fd":9,"464c0e39":46,"4653773053ae":[42,43],"465bc3cac5b6":[34,35],"4665a9b1ce24":30,"46663cd701c1":[36,37],"467770ef95f4":20,"467b00fdfd67":[36,37],"468349f5827c":[42,43],"468a2dc1":[44,45],"468aed31ffb":36,"469142642d04":20,"4694514bf5ce":[36,37],"4696c5090436":[34,35,37],"46a5902e7b63":[42,43],"46b2641400bc":[9,10],"46b6c6815aa0":14,"46b6d71b01b4":[36,37],"46bc5b3d85a2":[36,37],"46c6f2b4f13e":[34,35],"46cd9952ddff":14,"46e554dd65d6":[36,37],"46edcd4b4de":[36,37],"46f04436":46,"46fac469":[44,45],"47005e8d":46,"47038255f6ec":22,"470b106f89cc":[36,37],"470b8f500":[44,45],"470ffb5f":[44,45],"4717bc7bc859":[9,10],"47239b3d399c":[9,10],"4724d2c07fa6":[16,17],"473b1f4620dd":[36,37],"474467e0dd":18,"475664f1fa35":36,"4757519c697e":[36,37],"475f7b64":46,"4760818d7c78":[42,43],"4761f0cf880a":[14,15],"4766a68dc15b":[42,43],"4769cb645e20":[36,38,39],"4769f3932c0b":9,"477bacfa8441":34,"478676aa":46,"478978b7819d":24,"47994fb03586":[36,37],"47a4947613f8":[9,10],"47a980c12cf7":[9,10],"47b32b1aaaf2":[42,43],"47b59238e268":36,"47c09cdfe7a3":[33,34],"47c3bbe42264":[9,10],"47c5001b587c":[36,37],"47c643354d42":[42,43],"47c75711f2be":[34,35,37],"47d0601affe8":[14,15],"47d44552667b":19,"47e859f60d22":[34,37],"47e9c9b12017":[34,35],"47f275a6bd3b":[9,10],"47f5faba3803":[38,39],"4802d403f061":36,"4809fbff915f":[9,10],"480f31bfceaa":[9,11],"4812b161eb6a16":[14,15],"4822a7ba9d33":[38,39],"48235812776d":[14,15],"4824d17bb53b":[38,39],"48255bc69e6d":42,"482f18ad":46,"4831e12ea20":[14,15],"484bdc5d":[44,45],"484d26fd6e65":[9,10],"484e81580580":[42,43],"4864902e62b1":[9,10],"486d807e":[44,45],"4874662e58d9":[36,37],"48753eb9eb72":[9,10],"48833b96":46,"4888af6221d7":[9,10],"48a5e9a75af3":[42,43],"48abe5e8a":[44,45],"48b14aae8704":[9,10],"48befbce6":46,"48c966a99ec1":[42,43],"48ce":16,"48ce3f26d2b":[9,10],"48d2d4b83b76":23,"48d464158bc3":[14,15],"48dc95aac15c":[36,37],"48dd5f7b9fbb":[14,15],"48e7db4febe":[36,37],"48ec2a531382":[16,17],"48ed215d898d":[34,35,37],"48fd73cfc707":[9,10],"4909980fa3bc":[36,37],"491995a6a3":42,"491ac02e8":[44,45],"491ac2632f9":20,"491ac2632f951":19,"4921bf245":[44,45],"4923ac750fb9":[9,10],"4924154e6":[44,45],"4924945481bd":[9,10],"494221e68052":20,"4949e4417d0":34,"494e2dc8":46,"4955889df":46,"49613ee7ed9":[14,15],"496156ffbd83":[34,35],"49656a181133":[34,35],"496b":16,"496e3d430783":[34,35],"4984330e0ef9":[38,39],"49861117cae2":[16,17],"498b466c4425":[36,37],"4991558f9":[44,45],"4992f9d6d9b2":[36,37],"4995ec0ba6f1":[42,43],"499916e45869":[36,37],"49999302251b":[9,10],"49a169abfa3d":[38,39],"49a2cb056e55":[42,43],"49a2d8e9c294":36,"49aa0e41":[44,45],"49be3377":[44,45],"49c175d9a026":9,"49c63541c6ed":36,"49d81ec6a770":[42,43],"49d91f3310f2":[36,37],"49e74816eab8":[34,35,37],"49ea880a7789":[9,10],"49f59681":[44,45],"49f6c664792e":[34,35],"49fe793f319d":[34,35,37],"4a0eb030e761":[14,15],"4a12d6deb045":[9,10],"4a2a88ff8081":[36,37],"4a2e3c2c2db5":[42,43],"4a33c3221672":[9,11],"4a3ce90df510":[42,43],"4a43554124f7":[34,35,37],"4a4840a304ba":[34,35],"4a4cf323a8a1":[36,37],"4a51cec16bdd":[34,35,37],"4a5305fc":[44,45],"4a561d8c80c4":[42,43],"4a5ddf0d16a1":9,"4a5f8ddab286":[38,39],"4a60925ef57":[14,15],"4a669d0f":[44,45],"4a69880fa":[44,45],"4a69b7534":[44,45],"4a6e20386":[44,45],"4a8b45a6":[44,45],"4a8f0e512566":36,"4a9288465a95":[9,10],"4aa1ee7a5835":[42,43],"4abbd808718d":36,"4acb8fe7":[44,45],"4ad589cd285f":[9,10],"4adf86eece20":[36,37],"4aeff335":38,"4af122b23402":[38,39],"4b012a3d1da5":[14,15],"4b012a3d1da538":[14,15,16,17],"4b03b01b34bd":[42,43],"4b0d4cb36":[44,45],"4b214fb15026":[36,37],"4b25a2be9395":[16,17],"4b29a1188536":[38,39],"4b2af1e5":[44,45],"4b3896e96982":16,"4b4aa1d3":46,"4b4caf5ee458":[36,37],"4b4e4e8585f7":28,"4b5108755cea":[36,37],"4b56cf2d5156":[42,43],"4b5c78b95":[44,45],"4b6124f6":46,"4b6b29be4ff5":[14,15],"4b6dde2ad7d0":[36,37],"4b7ee3632592":[34,35],"4b81399d6441":[42,43],"4b8cc05a9451":[36,37],"4b8fb565e":[44,45],"4b92a1b80f6d":[36,37],"4b9396843b2d":[42,43],"4b9d8a1bd726":[14,15],"4b9dc024e":[44,45],"4ba260490a2f":[9,10],"4ba2815b6b76":36,"4bb52ebda":44,"4bc416f75e08":[14,15],"4bcfb10e2752":[9,11],"4bd42945974a":20,"4bd48045fe9a":[42,43],"4bdb5fa7a80f":[14,15],"4be6a9822":46,"4bec3e9":[44,45],"4bf4a26d8c08":[42,43],"4bfa55da9a90":[34,35],"4bfb911cfa14":9,"4bfe046e2f8b":[9,10],"4bff76ae17a5":[36,37],"4c0019e57fc4":23,"4c0995422":46,"4c1c0fa70078":[36,37],"4c1c57f0015e":[9,10],"4c248c90a305":[14,15],"4c395be55c71":[36,37],"4c6539c13504":9,"4c66599e7fd3":[36,37],"4c69aba1":[44,45],"4c76eec6354b":[9,10],"4c929bb54629":42,"4c9b0d832610":[14,15],"4c9fb0a48cd0":[36,37],"4ca5fac2c3b3":[16,17],"4ca643fc6cbb":[9,11],"4cbe15e36":[44,45],"4cc19fda64c0":[42,43],"4cc5d420eeb4":[36,38,39],"4ccbdb85":[44,45],"4ccfb4b3":[44,45],"4ce53f71e9fc":[42,43],"4ced77592":[44,45],"4cedc39a1cb":36,"4cedc849f4b0":42,"4cf05f35":[44,45],"4cf135d9a877":[16,17],"4cf71d64":46,"4cf79f8dc40b":[14,15],"4cfa805d328b":[42,43],"4cfc2f773ad5":42,"4cfd44c463e2":[9,10],"4d05669fc":46,"4d137bc45835":[36,37],"4d14a3df":[44,45],"4d23f6873114":[14,15],"4d28576dffd5":[36,37],"4d2912987d23":[9,10],"4d2fdefa996b":[42,43],"4d30a3d9b261":[14,15],"4d359aaac987":[16,17],"4d392ef8f9ea":[34,35],"4d3e1f11":[44,45],"4d54d9e0962c":36,"4d5564e4b":46,"4d5e0e5b":[44,45],"4d72d31b7671":[36,37],"4d73c7a1e85d":36,"4d755323a660":[14,15],"4d761a3bf034":23,"4d775c52daa4":[42,43],"4d8b2fe78a66":[9,10],"4d8cac242":46,"4d90d02baaa7":23,"4d92ae4d4ac1":36,"4d983e4c8bdd":[38,39],"4d9e273baf30":[34,35,37],"4d9f29cab33b":[9,10],"4da087dd8293":[9,10],"4da49bc35fa2":36,"4da70777":[44,45],"4db0f651a400":[42,43],"4db38a36b310":[42,43],"4db7aa5d3c6b":[9,10],"4ddf1144":[44,45],"4de5c234518b":[36,38,39],"4dee8a0a6545":[36,37],"4df8a9f9a":46,"4dfcdd4a9e59":[36,37],"4e04c833a1d4":[9,10],"4e04c867ae40":[9,10],"4e071c333":[44,45],"4e0e0c1020bb":[16,17],"4e12e90c06fd":[9,10],"4e21e5b9f961":9,"4e23b42d2ad7":[9,10],"4e2905692e62":22,"4e3054b31ad3":36,"4e31bed66":[44,45],"4e34d24e1cd6":36,"4e4150a8":[44,45],"4e41a9415858":[14,15],"4e43fe99fdd5":[36,37],"4e47aaa5ef48":[34,35],"4e4dbf34cd08":[36,37],"4e5b1ac13de9":[34,35],"4e5e486a1":[44,45],"4e607093833":20,"4e615979c946":28,"4e69f8fe6542":42,"4e72331566db":[9,10],"4e74625dc9f1":[9,10],"4e78db3c12df":[34,35],"4e839856d":[44,45],"4e84db479b0c":[9,10],"4e919f5e820f":[34,35,37],"4e9ff980c520":[14,15],"4ea0824d8":[44,45],"4eaf644dbf1b":[14,15],"4eb72a8bf074":[38,39],"4ebb78cffda8":[38,39],"4ec92ec":[44,45],"4ece76d0":[44,45],"4ee84ba35b54":[36,37],"4f0098cf3ce3":[36,37],"4f01142263eb":[9,10],"4f0694a7bc3f":[42,43],"4f0932663":46,"4f0a5633":[44,45],"4f0ceb63e951":[38,39],"4f0f9f1534a1":[36,37],"4f194e77":[44,45],"4f1f71a47":[44,45],"4f24ef23411d":[9,10],"4f32915aa124":[16,17],"4f35730b3dbe":[36,37],"4f3656309da6":9,"4f3d1f8ad891":[36,37],"4f43040cb271":[14,15],"4f47d648b62b":23,"4f49f6351fa3":[16,17],"4f4bf83128c1":[9,10],"4f4dd86e":[14,15],"4f504a2eebea":[9,10],"4f5c0b932724":[14,15],"4f5f6328360a":36,"4f6092708bc8":[9,10],"4f68936b4801":[36,37],"4f6899b9e":46,"4f79fd1521fa":[36,37],"4f7caa36ee81":[36,37],"4f81ec3d":46,"4f842cf1d6fe":[42,43],"4f8516268636":36,"4f8994da8802":[36,37],"4f8cfb6e9c07":[36,37],"4f94bda6":[44,45],"4f9688427e91":[42,43],"4f9facdacef9":[36,38,39],"4fb08ebfbe04":23,"4fb3a4b92":37,"4fb3a4b928a9":[36,37],"4fb528b39411":[9,10],"4fb5657b74cc":[36,37],"4fcf4549d168":[14,15],"4fe67dfccf81":[36,37],"4ff0e16df304":[36,38,39],"4ffb0e57df57":[38,39],"4gb":[33,36,37],"4gbx4":36,"4gbx8":[14,15],"5002bdd78954":[42,43],"500u":[16,17],"50133b0d87d0":36,"5015187c64ab":[34,37],"50182cf759b9":36,"501844c893e5":[36,37],"5021a037":46,"502258b17bd9":[16,17],"502ca3e72e19":36,"502e877ca111":[34,35],"503d2e402b13":[34,35],"5044f59f7de0":[9,10],"504882800d12":[36,37],"504aa7ff8":[44,45],"504cb2180":46,"504f4f08":[44,45],"505d05255":[44,45],"5064efd9ee55":[34,35],"5065d242":46,"506a20f3bb46":[36,37],"5086d51d705e":[42,43],"50895b93":[44,45],"508c6811":46,"508ddc960ec6":[42,43],"508f9fe20":46,"5090c197292c":[34,35,37],"5091387d6":[44,45],"50954a087888":[16,17],"5099a01fc800":[9,10],"50a391ac5965":[14,15],"50a5bf7b":[44,45],"50a901b1468a":[9,10],"50b0357dd":[44,45],"50c349b5a":[44,45],"50d1a089deef":[38,39],"50d508c3cd62":[36,37],"50d85ba05425":[36,37],"50da7a4fa":[44,45],"50dfd067835a":[34,35],"50e72792adbd":[34,37],"50ea35c2d078":[36,37],"50f39386956e":[36,37],"50fe674d875b":36,"510773cb52f9":[42,43],"510ac957f02d":[42,43],"5110b54067c0":[9,10],"5110bee2d7bd2f":[14,15],"5117b2c56d65":23,"5118fc7fb0ea":[36,37],"51206826999d":22,"51248765629b":23,"5129448452b6":[34,37],"512cca6c2ce6":28,"512f9246":[44,45],"512kb":[9,10],"51398795e34f":25,"5139c57aa414":14,"513d71673012":[9,11],"513da3116":[44,45],"51440d90c":[44,45],"514a9a1":[44,45],"514dce81c":[44,45],"514f1137ec8":[42,43],"51574c64c031":[9,10],"5161b6eb9b76":[9,10],"51655a2e44b9":25,"51692fa2cabc":28,"516f41649ff1":20,"5172324220a1":20,"5172ed110220":23,"5178691d":[44,45],"517ec60ee50d":[38,39],"517f088a8e39":[38,39],"5181a5ac88e5":[36,37],"518a05ca5136":[38,39],"518a1b2f":[44,45],"518ab49f":[44,45],"518db2b2":[44,45],"518e5542":[44,45],"5192636a15d9":[16,17],"51932dc44266":[36,37],"519b09db143e":[16,17],"51a2d2a61147":[36,37],"51a69f51":[44,45],"51a8aa7ccf8b":[42,43],"51aae2461":[44,45],"51aebe563":[44,45],"51b7478d2":[44,45],"51c21cd932":18,"51c35e372831":[36,37],"51c6d68c1":[44,45],"51d1eba8c769":[36,37],"51d23526e5e":20,"51d3eeea8b3a":[9,10],"51d983838":46,"51f5db9c1519":36,"51f7117":[44,45],"52074db64a3d":[14,15],"52080a90a556":36,"52093c412c62":[36,37],"520c2aa3e498":28,"521bfe25":46,"5235791bbc66":34,"523a24db9":46,"523de826a22":[16,17],"524937cba951":[36,37],"524ac2879":46,"5262cdd1":46,"5268e2f09ba1":[36,37],"526d4b3d959d":[14,15],"526f5106cc17":[9,10],"52715d66":[44,45],"52725306f495":[36,37],"527286706ab1":[36,37],"527ce1d4fac5":36,"528b3930d63a":9,"528b72fa":[44,45],"5293333dd1af":[38,39],"52952aca":[44,45],"5299301303d4":[36,37],"529bf938bf0e":[36,37],"529e81cd709b":36,"52a11a1d8cc7":[36,37],"52a1900d8439":36,"52b76be22225":[36,37],"52be9b85e455":[38,39],"52c458146e903d":[14,15,16,17],"52c557d1409b":[9,10],"52ca8121f1":[9,10],"52ccb29ce":[44,45],"52cd5aad":46,"52d15635dfc7":[16,17],"52d75b98b6b4":32,"52e1fe62c":44,"52e9d9eb5546":[42,43],"52f52bb84c85":[36,37],"52fa634e2152":[38,39],"5307c0ec7899":[16,17],"5310a333a942":27,"5316f7dc08c6":[42,43],"5318cf7e4":[44,45],"5318d0fc6":46,"5320c4c323d2":[9,11],"5324435b6d27":[14,15],"532e4d358":[44,45],"533e20087":[44,45],"5343e0808f17":[9,10],"5344a7393":46,"5353bb457253":[14,15],"5353e40a1ad9":[9,10],"53569a27d4da":[36,37],"5357999d189c":[9,10],"535d86ee9893":[9,10],"5362f85e04bd":[16,17],"53635aee4925":[14,15],"536ae2496674":[9,10],"536c8fbf932d":[38,39],"5370984de389":[34,35],"537e7b6e6c72":[9,10],"53944d45":[44,45],"539b82d046cf":[42,43],"53a4facd":46,"53acf553711c":[9,10],"53aece69485a7c":17,"53b3c1f1d859":[9,11],"53b580bab":[44,45],"53baedfd":[44,45],"53c4553dd767":[14,15],"53d0266881ba":23,"53d16c247e67":[36,37],"53dac89cb8aa":[34,35],"53e0f3ef35ac":[42,43],"53e4d735":46,"53ef0db6e2ef":38,"53f1e7456266":[36,37],"54007af8d4c0":[36,37],"54067398177d":[14,15],"54080e164527":28,"5408446c6":46,"54178321414b":[40,42,43],"541e0aff3ecf":[9,10],"5420b7312c8a":36,"5421995274d7":36,"5421d79dd212":20,"542b37f94091":[16,17],"543cad968b04":[42,43],"544628c36630":[36,37],"544ce7ef":[44,45],"54639d32":46,"546c014e9b53":36,"546d0438ecc7":[42,43],"547377ddcd93":[14,15],"5474e9200":[44,45],"5477b13b8aa1":[36,37],"547e7f8b0493":[9,10],"547f0a27":[44,45],"54811997b6d0":38,"548b7fd4484c":[9,10],"54a05ea9d278":[36,37],"54a570f06c63":[42,43],"54a8d9a839e8":9,"54a9c7b4a9e8":[42,43],"54ac06ff404b":19,"54b282143d67":[42,43],"54c16b84":44,"54c3d1b7e709":23,"54cc57dd329e":[14,15],"54d02bc2":[44,45],"54d10e49":46,"54d16a1476f":[14,15],"54d447a8":[44,45],"54e0ec81":44,"54f0bc5c31d3":[14,15],"54f3205f":[44,45],"54f7a0e1d8d0":[42,43],"5505f90c9c82":[36,37],"5506d8a45882":[38,39],"550b2fa1dca6":30,"550f6f5cfc2f":[9,10],"550f749f0d5a":[42,43],"551aeaf7":46,"551d7e678a8":[14,15],"551fa1f6":46,"552339eb7f78":[38,39],"55243e7dd02d":22,"55260d579728":[38,39],"552cb9e371d8":[38,39],"552d96423109":36,"554062d7fe5a":[38,39],"55554d3a":[44,45],"5556610f48c2":[9,10],"55603147cd5b":[14,15],"5564c6e01":46,"556caf56c9ec":[14,15],"557dadfef131":[34,35,37],"5588cf81b95d":[38,39],"55a180dc08f9":36,"55a1d38302ca":[36,37],"55b284e63e7d":[36,38,39],"55b4dac7353b":[14,15],"55b7b8fc2712":[36,37],"55c0c777de88":[9,10],"55c13bd1231a":[9,11],"55c1b84a1524":[36,37],"55c7c54ca26a":[36,37],"55cab51c74a8":[36,37],"55d6eb23ddd2":30,"55d6eb23ddd28":19,"55e4a228b65f":[14,15],"55e51a61f985":[14,15],"55ef0db841a0":[34,35],"55f0053bc34e":14,"55f1962e9611":[36,37],"55fa8007fdbb":9,"55ff29accb83":[36,37],"55ffd8446aa3":15,"56026a132924":[34,35],"560eb231d6bf":[9,10],"5616a5a99":[44,45],"5616c42d900a":[16,17],"5617bb84a":[44,45],"5618f2f2b432":[38,39],"5620f81ace6c":[34,35],"5630c819b3cb":[14,15],"5633c6eb":[44,45],"5634271463a1":[42,43],"5636d390b7f0":[38,39],"56375f9d":44,"5639570c7":46,"564d5e4ba7e4":[36,38,39],"5655a99d":[44,45],"5656a872211d":[36,37],"56574b602":[44,45],"5660e6b0e4a2":[14,15],"5663ad1a0a6":[36,37],"566bc52410a9":36,"5675c7315db0":[36,37],"567d36dc":46,"5683e4887711":[14,15],"5684204c2d0b":[36,37],"5684c60ff95d":28,"56882277747c":[9,10],"5690c5a8980f":[36,37],"5697a351821d":[36,37],"56a3ce983":[44,45],"56a7903c3dff":[9,10],"56a85b41d231":[14,15],"56b1b58b9348":[42,43],"56b1dbc3c":[44,45],"56bc2678":[44,45],"56c7b556aa46":[36,37],"56c9d506":[44,45],"56cb2793c030":[42,43],"56dd65e049e4":[42,43],"56e408e085ca":[14,15],"56f778b6":[44,45],"56ff2943a5df":[34,35],"571956c7f546":[38,39],"571e1d84dfe5":[16,17],"573dc45421fe":36,"574186ea098a":[42,43],"5744d86f2":46,"57610a3681bc":[38,39],"5762d99877f8":[36,37],"576b16849":[44,45],"576c380539b2":[16,17],"5771b85b1bc2":[14,15],"577915f2860":10,"577915f28604":[9,10,11],"57808f6af451":[14,15],"5786b04efe86":[38,39],"578bf1c6cdcd":[42,43],"57905edebf34":[38,39],"579e63b60e50":14,"57a17c2f300":[36,37],"57a6d8e5a":46,"57ab16ed1e8c":[9,10],"57b59e9d788f":[42,43],"57b6b87a7810":23,"57bbd2874a93":[36,37],"57c451dd":[44,45],"57d43efd":[44,45],"57e0a47955d8":[34,35],"57e544ee0191":[9,10],"57ece14f413b":23,"57ed0daa":46,"57f645d8622f":28,"57fa9ded821c":[42,43],"57fb07ecc684":[34,37],"5802477a821":[34,35],"5806543c0adb":[9,10],"5815703c3be9":[34,35,37],"5825828fa":[44,45],"5826c0a2":[44,45],"582a724a0172":[42,43],"582ed66b3":[44,45],"5833ebe6d677":[36,37],"58436097f094":[34,35,37],"584ee233b010":[9,10],"58554bfabd7":[9,10],"58554bfabd7f":[9,10],"58554bfabd7f35":[14,15],"5857fe5e9341":36,"585ebdd5ad02":[36,37],"586b8b1e6088":[14,15],"58749a257a67":36,"5885d186389e":36,"5888fd570b00":[9,10],"588c39adb1ec":38,"5890dd91":[44,45],"58930a38":[44,45],"589a0089cc1":36,"58b1e05b08d3":[16,17],"58b3d491a435":30,"58b3d491a4354":[30,32],"58b5e5dba045":[36,37],"58b845f915ea":[38,39],"58b9dd72866a":[16,17],"58d51527":[44,45],"58df73fd1074":[42,43],"58e422ded":43,"58e422dede59":[38,39,42],"58f42f15ae71":[34,35,37],"591b8b6d39b2":[14,15],"59314f31":46,"59369e38ac11":[36,37],"5942578dbc6c":36,"59482b92":[44,45],"594c7a6ae3cc":[9,10],"594cfacf0e41":[36,37],"5954536a2f8c":[16,17],"5957dac24557":[36,37],"595dfc61ace3":[36,37],"59603a869":46,"596bde3e93f3":[38,39],"598923e18":44,"599bd468c":[44,45],"59a21fc87f54":[38,39],"59a241514":[44,45],"59a5245f":[44,45],"59b62178dc81":9,"59b84449bc49":[36,37],"59bc732070c3":[36,37],"59bdc3a2d199":[42,43],"59c08f915474":[9,10],"59c3af1f3017":[34,35],"59c8ce01244b":[9,11],"59cfe7bac2f1":[42,43],"59d9ab63b397":23,"59fef8a367d6":23,"5a0ae42a9589":36,"5a1463d17d4b":[16,17],"5a157d1e4293":23,"5a2e55b7708":[36,37],"5a3703db513a":[34,35,37],"5a4447e5":46,"5a5616b1655005":[14,15],"5a5fd8f0b":46,"5a927c8232d0":[34,35,37],"5a9355062b71":[14,15],"5a959af3fb41":[9,10],"5aa25ac451da":36,"5aa7128d4aaa":[14,15],"5aaa37619602":[9,10],"5abc57bc8352":[36,37],"5abe":17,"5ac11d13ae61":[14,15],"5ac7e3c6d8b5":30,"5aca25f5653a":[42,43],"5acd078fd3f0":[42,43],"5ad4c1b7c7c2":27,"5ad9ac6f588a":23,"5adf9d688":[44,45],"5ae9d29bd4d1":[36,37],"5aec165e2d02":[36,37],"5b03768f4279":36,"5b0de295ed7c":25,"5b12dfe8dd0d":[38,39],"5b13696650b1":[42,43],"5b13a4d2":46,"5b18e7d9":46,"5b1bc2ffe791":[36,37],"5b1c0a872db9":9,"5b1d49de":46,"5b1e9a29":[44,45],"5b24dd1c6":[44,45],"5b272bf3f232":[9,10],"5b3da20db0e8":[9,10],"5b3fbca":[44,45],"5b4d6f1f0e61":[42,43],"5b5972e5580c":[9,10],"5b61f7b5b477":[9,10],"5b6b984fa":[44,45],"5b70462c73a8":[34,35],"5b72a43c59cb":[14,15],"5b7b2ed56a6f":9,"5b7c6b466357":[36,37],"5b8210bf":[44,45],"5b86ae89fcd9":[9,10],"5b93d4000b1c":[36,37],"5b97e1cba5e1":[36,37],"5b98d31481f9":12,"5b9b993f082c":[14,15],"5ba30ede4f3a":[14,15],"5ba69bb62ca2":[14,15],"5baacd28d51":[36,37],"5bb1802ad0a":[9,10],"5bb9d6f1e7dc":[9,10],"5bca1deebf80":[9,10],"5bcbca7f3316":20,"5bccfad3e861a8":15,"5bda93cf2":44,"5be7d802291":[36,37],"5be875d40b41":[36,37],"5beda3c6fe5b":[42,43],"5beffad6f2f2":[38,39],"5bf03755a972":[36,37],"5bfda17c8018":[38,39],"5c01b547":35,"5c01b5476":37,"5c01b5476e8f":[34,35,36],"5c0363924c7d":[14,15],"5c0363924c7d71":[14,15,16,17],"5c10f8ace1fc":[9,10],"5c187fcbf2bc":36,"5c221866c88f":[9,10],"5c229da43":46,"5c2ada09e76d":[38,39],"5c2c24ba1511":[9,10],"5c32e77":[44,45],"5c34aed8":[44,45],"5c3f1d99":[44,45],"5c4b51a0408f":[36,38,39],"5c55be4739b4":[28,30],"5c5de75abe8402":17,"5c78bbd873e9":[14,15],"5c79faf686d8":[36,37],"5c7c298d058e":36,"5c935e78":[44,45],"5ca1d497141a":[14,15],"5caa7eb2573f":28,"5cab254e8ffa":[42,43],"5cb93cd26e19":[9,11],"5cc4d102d8c8":36,"5cc781de8803":[34,35],"5ccb0c4605c0":36,"5ccd37ccb190":27,"5ccea20bd":[44,45],"5cd503229820":[9,10],"5ce2333d7d4a":[36,37],"5cee066746d2":[9,10],"5cef9c4eb6aa":34,"5cf2cfc52a72":36,"5d01411aaf3b":36,"5d07d064db05":[36,38,39],"5d0a4134":[44,45],"5d26062c":46,"5d4241ddaf44":[9,10],"5d4e227e4591":[42,43],"5d53ef8d5":46,"5d57ec968d47":[9,10],"5d5d91e2f":[44,45],"5d6711c6":[44,45],"5d80e1109dd5":34,"5d847a1b9d49":[9,10],"5d86cebd5368":[38,39],"5d8e0e60":46,"5d91747c062f":[9,10],"5d96a7778c3f":[36,37],"5da21e2cc79d":[36,38,39],"5da79e14c316":[40,42,43],"5dafe24ce671":[42,43],"5db287b6e":[44,45],"5db603045222":[14,15],"5db6a94e4472":[34,35],"5dbebecf":[44,45],"5dd26a01":[44,45],"5ddbd1ea9797":[36,37],"5de34dd6c24d":32,"5de4c5ec41bf":[42,43],"5de7":17,"5df2c7f08c0e":36,"5df3896a":[44,45],"5df62c35":46,"5e126f31d70":[36,37],"5e1559af3394":[36,38,39],"5e1f534a38ba":[36,37],"5e20a789d021":[16,17],"5e3449a":[44,45],"5e3c66327088":[36,37],"5e3e7f755b40":[36,37],"5e3f78a64c7c":[36,37],"5e42a73c3de9":[14,15],"5e48835aacb1":[14,15],"5e4b564b9cc3":36,"5e5285bdc7ca":[36,37],"5e53fc1458f1":[42,43],"5e5e73990":44,"5e60":16,"5e66c88ece46":20,"5e66cc3a347d":[9,10],"5e672904032c":[42,43],"5e686a75":46,"5e6ff0b9c1fb":[9,10],"5e705176fd26":[42,43],"5e71d0883849":[34,35,37],"5e731ccc76d4":[9,10],"5e742844d0d6":[36,37],"5e78ec881250":36,"5e8a373ebe4d":[42,43],"5e8d01aad":[44,45],"5e8ed1d75c2a":[9,10],"5e94a704fe27":[9,10],"5eaa67a66":[44,45],"5eac08c4b3a3":[42,43],"5ebb15d265bd":36,"5ebf782126ac":[14,15],"5ed2437d9ecf":[34,35],"5ed3884f8d04":[42,43],"5ee0dcd495f9":27,"5ee7b0f70b04":[38,39],"5eec3e33bc06":[42,43],"5ef29f4f0b44":[36,37],"5ef3dd30":[44,45],"5ef4ce5ebbcd":[9,10],"5ef559321401":[9,10],"5ef6025f2142":[42,43],"5ef6613fd":44,"5efba036dd35":24,"5efcf184ed79":[42,43],"5f245615c30e8e":[16,17],"5f27f36ed":[44,45],"5f2e6f8d81d6":[36,37],"5f339b4b5d80":38,"5f4122b9d99c":[9,10],"5f5573b5b":[44,45],"5f5d":16,"5f64c9e48a12":[42,43],"5f64ef1356e4":[36,37],"5f6849602d6f":[42,43],"5f68c549965e":[42,43],"5f728c53d42c":[36,37],"5f7b0006":46,"5f7d221a":[44,45],"5f7ef1613479":30,"5f8321e":[44,45],"5f8ecd10377c":[9,11],"5f8fa2c151b8":[38,40],"5f9f4dfaba7a":[42,43],"5fa02a909075":[9,10],"5fa8f47409cb":[16,17],"5fa8f9e036df":[9,10],"5fb6459d6":46,"5fb7dbd2":[44,45],"5fbc0759":[44,45],"5fbc925d910e":[42,43],"5fbdd684e1b4":[36,37],"5fc3b529c692":[14,15],"5fc457309f2c":[36,37],"5fc61b486801":[16,17],"5fcfd69a0278":[38,39],"5fd22b47f8d6":[42,43],"5fd2903850cb":[42,43],"5fdcc35fc103":[9,10],"5ff4aa338":44,"5ff8763c9b04":34,"5fff2d76035e":[36,37],"5fffa914a":[44,45],"5th":40,"600ffa160d54":[36,37],"6017ba6a":[44,45],"601b1ebb9a9c":[9,10],"60210d3dd":[44,45],"602885b3880d":36,"602c6d44a302":[9,10],"602fe789b":46,"60330e0e":[44,45],"6034efa84":[44,45],"603999f3":[44,45],"603a666e67c8":23,"603beb4500f5":[14,15],"605baad67443":36,"6060c1c88907":[42,43],"606a5a3d44e3":[36,37],"606a6f48b15c":[9,10],"6080c106":[44,45],"6083743a69ad":[36,37],"608cfa2810b3":[9,10],"608fd968f4c3":[36,37],"60b8ea49c8a6":[16,17],"60b941209240":[34,37],"60bbd1a8b644":[9,10],"60cb2cd0595d":[34,35],"60cb47dae2ca":24,"60ccd2d1e787":[9,10],"60d11f6f5f07":[36,37],"60d3cb8b4":[44,45],"60f0428ecc8":36,"60f46277f4bc":[9,10],"60f914c01e":18,"60fa6f5edfbd":[9,10],"60fbee21b":[44,45],"610996cd1656":[9,10],"610ca55e285":36,"610f16673641":[38,39],"6110ede07":[44,45],"611d94b420a2":36,"61331f0370f3":[36,37],"613fa4b3a5c5":[36,37],"6141805efc9c":[9,10],"615f07e237ef":9,"6165bafa7de9":[34,35],"616f55b76767":[42,43],"617ca61be3e7":[42,43],"61800f2d":[44,45],"618107d4b":46,"61978c2c54d0":[38,39],"619af4d3a6b8":[9,10],"61a718bd":46,"61af8a881aa":[36,37],"61bbadfcd603":[34,35],"61bcb01d6fd5":[36,37],"61c4b74f573d":[42,43],"61cd385caa63":[16,17],"61ec8655":[44,45],"61ede5":[44,45],"61fb23dd2828":[36,37],"62011defef4":[34,37],"6214cb80":[44,45],"621ab58f2f53":[9,10],"621e0bac1f53":[42,43],"6220fb3d8d7a":[38,39],"6225d1192493":[38,39],"622bd28195c7":[34,37],"62348fd4990b":[16,17],"6237da008ba3":[36,37],"624f87148b03":[42,43],"62551f8feb3a":[9,10],"625a082c5e39":[42,43],"625f9ac034f1":[38,39],"6266148e":[44,45],"627379aeaa27":[36,37],"628158b2":[44,45],"629218645e52":[36,37],"629327db":[44,45],"6299d3e5":[44,45],"629cf0ba3bf7":[36,37],"62a0b2e470e8":9,"62be8e37c":46,"62c252e5b":[44,45],"62ceded3":[44,45],"62d33641fb57":[36,37],"62e384f64597":34,"62f32b295f6b":[34,37],"62f4b4adbd87":[36,37],"62fab01afb46":[42,43],"62feee748b72":[36,37],"6303307e1c4f":28,"630c378b8dde":[34,35,37],"63110a7734e6":[9,10],"63167adf8994":[9,10],"631ed5f2e06a":[9,10],"632582f10":[44,45],"6326c712":[44,45],"6327e0c1":46,"6332cbac6":[44,45],"633645665cb3":[42,43],"633abb448897":[14,15],"633cc43fc6f8":[9,10],"634a61d0cad1":23,"634b78532":[44,45],"63580395a77a":9,"63594b03b859":[16,17],"6359b6a6e881":[34,35,37],"63622494a0f3":[38,39],"63810dfdcefe":[42,43],"638312ea6":[44,45],"6383eed4":[44,45],"6390bd34536a":[42,43],"6394ad5d5d44":[36,37],"63989a514":[44,45],"639b6728bfdb":[36,37],"639cf25d2ace":[42,43],"639ed194dedc":[9,10],"639f67285c2c":[38,39],"63a026113332":[9,10],"63a59b2f06eb":[36,37],"63a8b58f12b7":[42,43],"63a9aa53dcf3":36,"63afd50c3393":[38,39],"63b526118e79":[28,30],"63b526118e793":28,"63c49e23a2cd":[34,35],"63c767d5679c":[14,15],"63cade31b47f":[36,37],"63dc7cda":[44,45],"63dd1315f5ac":[42,43],"63e6d024":[44,45],"63e6fb743366":[36,37],"63ea33fb8fd0":[36,37],"63ef6f54445":[9,10],"63f0f90e5883":[36,37],"6407898fc569":[9,10],"6415b1f1bc29":[16,17],"6421fc56dc28":[16,17],"642a5f63c61b":[38,39],"6432db36f0b1":[36,38,39],"6433d05f9b5c":20,"64499fa24bc2":[36,37],"6449e2ac7dc5":[16,17],"64616b74284e":[36,37],"64627c85e648":[36,38,39],"646a51c8":[44,45],"646dbfbec287":[9,10],"647c79394de1":[42,43],"647dc4aff7b6":[38,39],"647eb6eae52c":[14,15],"647eee8c1825":[14,15],"648be0c060f6":[36,37],"648c7cfd":[44,45],"648da43c862b":9,"64a16ae05bb2":[38,39],"64a61885a229":[38,39],"64b":[9,10,14,15],"64b30ec5":[44,45],"64byte":[14,15],"64c963de":[44,45],"64cbaffb38a0":36,"64d06b1feed1":[36,37],"64e239b22dda":[42,43],"64f14f0cf2dc":36,"64f1e841cc66":[36,37],"64f24480050e":20,"64f4f47ac448":[42,43],"64k":[42,43,46],"64mb":[9,10,42,43],"650345ffb":[44,45],"6504c6036556":36,"65076c196163":[14,15],"651f2049feb3":[34,35],"6526984e4ae4":[14,15],"6527cd1f6ae2":[16,17],"652c0dd64313":26,"6538e44":46,"653af7c39dc":[36,37],"653be77b":[44,45],"6549b6d2bf42":[38,39],"65509c8551f4":[42,43],"655e0bc6865c":[38,39],"6567fe47ef12":[14,15],"656ba908c6f2":[38,39],"656d77e999c1":[36,37],"65789e2a":46,"6579e15ca":[44,45],"657a7527":46,"657fa3a59869":36,"658b2f4ef5f3":36,"658c39dda366":[38,39],"65a21ee9646":[14,15,16,17],"65a36d64be2a":25,"65add1de701a":36,"65b1c68c6":37,"65b1c68c63f9":[25,36],"65b1c68c63f974":[16,17],"65cd7f29":46,"65dd1355197d":[38,42,43],"65f81d4498e2":36,"65f9abea8e8c":[9,10],"66176a78c769":[36,37],"661a8de7950a":[16,17],"6620644f7435":36,"662625844b91":25,"6634b6fca3df":[34,35],"663aae09de40":[9,10],"663f776e9066":30,"6649a32c":46,"6650adcec6ac":[9,10],"665c9a18838f":[9,10],"666c72a55f09":[9,10],"666e095a50b":[14,15],"667b300924ee":[36,37],"668d88c3e9b7":20,"669083ee9eda":[9,10],"6699e49f885f":[14,15],"66a5ca389cf9":36,"66ab3cbd":[44,45],"66af054d9":[44,45],"66b1aa028bfa":[42,43],"66b4b2e49d46":[36,38,39],"66b4b96a2710":[42,43],"66c499f969f4":16,"66c70d8c5bf4":[34,37],"66cd2309b4ea":[9,10],"66ce95b8de1f":[9,10],"66d0ad68687b":[42,43],"66de4e82cbb6":42,"66e44fc2":46,"670a4d60cf40":36,"670b3fa576fb":[36,37],"6731aa248737":[9,10],"6739c890a2f2":[16,17],"673bc92dbf97":[42,43],"67499d6a3e87":[34,35],"674be30c9437":[9,10],"674f7696f7c1":[16,17],"6751459c3":[44,45],"6751a4860243":9,"675244ee606":36,"6752509378f2":[14,15],"67531d1deacc":20,"676c584aaa70":[38,39],"67733e22e0":[36,37],"6777d2f2f00c":28,"6781c16acf6d":36,"6782a20d9c7c":[9,10],"678397bf9094":[16,17],"6786319b2fb4":[36,37],"678ca9786f8a":[42,43],"6790a941cc05":[16,17],"67921d4743cf":34,"67a37783b04b":[9,10],"67a37edc8":[44,45],"67ae5190164c":[34,35,37],"67bdd1668e6a":[34,35],"67d1f4e7c":46,"67d2399b0593":36,"67d738807da0":[16,17],"67da000d72e9":23,"67de094e51e2":[16,17],"67f436de322f":34,"67fc150c82a7":[38,39],"67fcaa2aa":[44,45],"68284c211739":[42,43],"682e196627a0":[14,15],"682fa68e577c":[38,39],"682ff15d4238":[34,37],"68367c57c139":[42,43],"6838b3e41111":[34,35],"68397358937e":[42,43],"6840dd82":46,"68415d5e38ef":[36,37],"68518e542e6f":[36,37],"6855bca779b8":[34,35],"685f0786a935":36,"6867bd54":[44,45],"6869a637":46,"686bbf502fc6":[42,43],"6878b806682f":[16,17],"687e91a4bebc":[36,37],"6889a6134960":34,"688a9733e614":36,"688c0d51e6e9":[9,10],"688f82f4a276":[9,11],"6897c9475c92":[9,10],"689f4469":[44,45],"68a25577cd89":[9,10],"68ab1e874":[44,45],"68acaf102a15":25,"68ae13f9635c":24,"68b93cc0698a":[36,37],"68ba813f2":[44,45],"68d11e4460ec":[42,43],"68d1acfd7de3":36,"68d4feee7c9a":[36,37],"68dc040a":46,"68ddc7db4986":[36,37],"68e02713":[44,45],"68e2f99dbe29":[9,10],"68f67bd7aab5":[14,15],"68fab35":46,"690b5374a33a":[36,37],"690ff82375a2":[9,10],"6914d4009233":[14,15],"691894a135d":[34,37],"691b1fdd183f":36,"691d819d65ae":[36,37],"6923d6325":46,"69241719be5e":[36,37],"6924d6b711b":[9,10],"6924d6b711ba":11,"6924d6b711ba7b":[14,15],"692b8cce1955":28,"692db28a0ad4":[42,43],"6932a97ce37b":36,"693a204364b0":[16,17],"693ccf50a5ab86":[16,17],"694afd66":[44,45],"695240b0cadd":[42,43],"695bb562a315":[9,10],"695bd891343":[9,10],"69796d72c4f6":[42,43],"698365f71be5":[36,37],"699005f149f1":[34,35],"6995522a60cb":[9,11],"6995f7d1309d":[42,43],"699a2315f4ac":[9,11],"699b92d0db4d":30,"69a928aa4bb2":[36,37],"69ad22663":[44,45],"69b2391ad885":[9,10],"69bac807b007":[38,39],"69bc840ab99a":[14,15],"69bd6e497bfd":14,"69c434205684":36,"69ca8a8ff7a9":[38,39],"69cc45d8f059":[36,37],"69de20ee7f49":[36,37],"69dedc0ffc26":[36,37],"69e8f8ff3":46,"69f0bcd5c893":[9,11],"69f3bd253":[44,45],"69f7231cce31":[36,37],"69fb7bd3":[44,45],"6a03e838d00c":[36,37],"6a075926870a":[42,43],"6a0ab353":[44,45],"6a1fd254":35,"6a1fd2545":37,"6a1fd25458a4":[34,36],"6a2a94e232d8":9,"6a2b4e9c991d":36,"6a2bedba84d0":[42,43],"6a4ab65a875":[9,10],"6a4db4c249a1":[38,39],"6a5388bbc8b0":36,"6a593d78b7c5":[36,37],"6a5a238342c0":[36,37],"6a6b6852f6e2":[42,43],"6a6d63736635":[36,37],"6a6ee6a74bc":36,"6a728afd121b":[36,37],"6a7478da76d1":[42,43],"6a78496c2":37,"6a78496c286":36,"6aa3bd8ab6ad":[38,39],"6ab6b5028e0f":28,"6ab72d5c3":[44,45],"6abe77368":[44,45],"6ad6e0f5":46,"6ad9d52a4bad":36,"6adc57ce4966":[42,43],"6adfbb52":[44,45],"6ae5477049f6":23,"6aeba3917d4d":[42,43],"6b0130b":[44,45],"6b01faeebc16":[34,35,37],"6b0389447":[44,45],"6b07d699323e":36,"6b08928fb487":38,"6b0aa448":46,"6b19c24e":[44,45],"6b1cc437315d":[9,10],"6b1cdedcef1d":[14,15],"6b21ff6c1caf":[9,10],"6b229a55e244":[9,10],"6b24abd70":[44,45],"6b29b3829":[44,45],"6b3270dcb259":36,"6b3ddf52b517":[36,37],"6b403d06":46,"6b405b238ad0":[9,10],"6b43bcadea88":[9,10],"6b4839f3d35e":[36,37],"6b512fce":[44,45],"6b56b1459f58":[36,37],"6b5e4bb67b41":[36,37],"6b6f1ef8f53f":[34,35],"6b765f17d223":[16,17],"6b7bbd62febe":[38,39],"6b836df1d491":[34,35],"6b8e1b60aa3c":[42,43],"6b9bc4190d60":[9,10],"6ba1edec99a7":[42,43],"6ba203356a7c":[36,37],"6ba5510b7":[44,45],"6bb10d494153":[34,35,37],"6bb5c0eda318":[42,43],"6bb72e8f7b9d":[36,38,39],"6bc72e2973d1":[9,10],"6bc9db3e493816":[14,15],"6bcca60d0b20":[36,37],"6bd5227d7":46,"6bdebbb55f26":[9,10],"6bdf34b9fe0a":[38,39],"6be04f343c79":[34,35],"6be2a4214":44,"6bedb6794509":20,"6bf123e83d18":[36,37],"6bf21350":46,"6bf2d027a217":[36,37],"6bfe04890f09":14,"6c04729cc5a5":[36,37],"6c082570bd75":42,"6c0a6612f492":[42,43],"6c12d1ea9":[44,45],"6c2654db4623":36,"6c30bcf89758":[36,37],"6c36257bf32f":[38,39],"6c39a01069ec":[42,43],"6c45dc0d04fc":[36,37],"6c4acfedf":[44,45],"6c5154f68c50":[36,37],"6c53bb6db7f6":14,"6c6cc6e6e343":36,"6c712843a":[44,45],"6c74b8e4dda1":[42,43],"6c769aede363":[9,10],"6c83380260ce":[9,10],"6c9a98a2ffe5":[42,43],"6c9d78a1f206":36,"6c9db8103b05":20,"6c9f28ebe259":[16,17],"6ca015dbd3e1":[14,15],"6caa6a7d821550":[16,17],"6caab6132b05":[9,10],"6cad7d02":[44,45],"6cb1702db533":36,"6cb8ac2dc748":9,"6cc4d5078e34":[38,39],"6cd3c8d037ab":25,"6cdbf1ad":[44,45],"6ce9a5d0fef":[42,43],"6cea3a7bba7c":[42,43],"6ceeb473d":[44,45],"6cf801f1c1b7":[36,37],"6cf9ace9":[44,45],"6d033ce35dc1":[9,10],"6d14af625":[44,45],"6d169111bade":[36,37],"6d1885ba":46,"6d1fd2cc84e1":[36,37],"6d28e5b524f2":[38,39],"6d2ba68ee684":[16,17],"6d2e281bc22f":[9,10],"6d438cd34f57":[36,37],"6d4731168c57":[16,17],"6d48b4dfd9cc":[16,17],"6d4c897edca3":[34,35,37],"6d556b9b95fd":[36,37],"6d57e7720db9":[14,15],"6d59ceee":[44,45],"6d61a393a74b":[36,37],"6d6adea3":46,"6d6b8ced5":[44,45],"6d7309844f08":[9,10],"6d78641ae7b":[42,43],"6d84c3f3d05f":[42,43],"6d8bd2dd9eab":[38,39],"6d965ea72ad8":[9,11],"6d9a87cec05a":[38,39],"6da102053f99":28,"6dad43ff4c68":[16,17],"6db3d460e":[44,45],"6db75f1d":[44,45],"6db778b0fd24":[9,10],"6dbc0b3b0f89":28,"6dbd41c57edf":[36,37],"6dbeb72ff":46,"6dc8fa90d74b":[16,17],"6dc98524f367":[36,37],"6dd269db19f7":[42,43],"6dee960a2":46,"6df55b571dcb":[34,35],"6e049e3c4fc5":[42,43],"6e05c6f21b34":[9,10],"6e0c67270fb4":[9,10],"6e1bd7a31":46,"6e524662ff77":[36,37],"6e52f56bd2cc":[38,39],"6e5cf597":[44,45],"6e6325f51676":[34,35],"6e6e58f54558":[36,37],"6e7098eba2f9":[9,10],"6e7145a55afc":[36,38,39],"6e765873":46,"6e7bb893b400":[9,10],"6e847113eb96":[9,10],"6e84cce39773":[38,39],"6e8c3186b35a":19,"6e99e60a96ae3f":[16,17],"6e9f0d219":46,"6ea075edd7af":[36,37],"6eaa4575c95a":[14,15],"6eaa4575c95a2a":15,"6eb1be26fc28":[42,43],"6eb2a4c0f0d8":[38,39],"6ebd43e6945":[34,35],"6ebff9a73ab0":[34,35],"6ec839acf46f":[14,15],"6ed0290da":[44,45],"6ed87dbdd66b":[36,37],"6ede024c810f":34,"6ee6cdf1c18":[34,35],"6ee9cbc":[44,45],"6ef47971a87d":[38,42,43],"6ef77d03b31f":[36,37],"6efa7f05b7f4":[16,17],"6f0bb487e844":[42,43],"6f16f1f33d3e":[14,15],"6f1c9f559f3d":[9,10],"6f232b1b410a":[34,37],"6f238688a927":36,"6f23e17":[44,45],"6f3e6b81cba8":[42,43],"6f42293e7704":[36,37],"6f456343a42a":[9,10],"6f4abd1ea46f":[9,10],"6f50efd41":46,"6f660c2b98b7":[38,39],"6f6b5efd3279":36,"6f6fc522f":44,"6f8308dff91e":[36,37],"6f8c49b0bac4":[9,10],"6fa2da010fe0":[36,37],"6fa8d0452930":[38,39],"6fa9a55fc99d":30,"6faf10f43":[44,45],"6fbd4f33e00":[42,43],"6fc227ed83c":[42,43],"6fca30900233":[36,37],"6fccf28881ec":[42,43],"6fd3e94b0dfd25":[16,17],"6fd60cf786f0":[34,37],"6fd61efddafb":[42,43],"6fda4bc333e4":24,"6ff0b982dfd3":[36,37],"6ff6218309c0":[16,17],"6ffc41b01":46,"6th":32,"701556d2ea9b":[9,10],"70166b34238e":[14,15],"7032c3353697":36,"70362d09064d":[42,43],"70398ea39909":20,"70651e1a4d8d":23,"7066a9c2":[44,45],"7067a4180ed6":[9,10],"70745bc2":44,"707f7a105":46,"70858c2e":[44,45],"7097cb6a40dc":[42,43],"70a4b6bf1":[44,45],"70a7a3fdfa36":[36,37],"70a95c69":[44,45],"70abf89d6bef":[42,43],"70adef38":46,"70b54e6a":[44,45],"70c697000c8a":[9,10],"70c83a425670":20,"70d544de8739":[34,35],"70e0dc77f597":28,"70e337a2fe76":[34,35],"70e41813c010":[36,37],"70e60e2e03e7":[36,37],"70ea2a3001f9":[36,37],"70ec114fdfd4":[9,11],"70edcbb4b39d":[38,39],"70ef78700":[44,45],"70f14f4dd86e":[9,10],"70f95047d661":[9,10],"710af45a83d8":[42,43],"711723bcb25f":14,"7136fd9b50af":[9,11],"713899e8":[44,45],"71397fd3ade8":[34,37],"713f7f024c45":14,"71405bb5":[44,45],"7145f5c28a5b":[34,35],"7148b00bf":[44,45],"714be69223cc":[36,37],"714f4c95797c":27,"715448652b8d":20,"716483393aec":32,"716a165455c1":[9,10],"716f5fdcab1d":[36,37],"717ac2a28f55":[16,17],"7181b751b4d0":[9,10],"71852bfe":[44,45],"719413654adb":36,"7194e92cc700":[36,37],"71987fc9ba5a":[14,15],"7198f1765":44,"719c8a64fb72":[14,15],"71ad5938":[44,45],"71bc706f27df":36,"71ce936ffe38":[38,39],"71d98844bb93":[38,39],"71db4482760b":[16,17],"71e4d374a79a":[9,10],"71ef9b83a69b":[36,37],"71fc3db015e6":[14,15],"71ffbf448c4e":[9,10],"72084f68c72f":20,"7209f9061a3c":[36,37],"720ee62acd97":36,"7214cd962fb5":[36,37],"721ef0d0":[44,45],"7221c41d5f7f":[14,15],"722bf1861db9":[9,10],"722cf1c2ed56":[38,39],"722d8a4cdb59":[9,10],"7247b205":[44,45],"724af6657e91":[16,17],"7254582b9b25":[42,43],"725cc4974d8c":[36,37],"725d4a2c6cc7":[9,11],"7261c1709400":[9,10],"72628079d63e":36,"727443a3a2f3":[36,37],"7277568f7":46,"727a2859":[44,45],"727e9397fd73":[14,15],"7288c1f95ebb":[9,10],"728c73b8efb8":[42,43],"729520fd9aa9":[9,11],"729f4b3bb3a3":30,"72a3e1a7da9c":[9,10],"72a52820278d":36,"72a62b5a":[44,45],"72d08f6b7":46,"72e22bfb":46,"72ef108a5db4":[42,43],"72ef7e552930":20,"72f32c4cb":[44,45],"72fc1da005b7":[38,39],"730a9fb5a883":[42,43],"730bccbbb615":[14,15],"730e7a76":[44,45],"7315298af82":36,"7315fb2debc3":[36,37],"7316af3dc8a8":9,"7320a21e7261":38,"732d24bdf26f":23,"733dc2bda19f":20,"734cddb5e74f":36,"7359a42e3aea":36,"7364f2447d18":[38,39],"736d8b150f86":[36,37],"737236237bc4":36,"7375de1dcebd":[14,15],"737919b4":[44,45],"737c0ba3d72b":9,"7381575f36f5":36,"7382324e9c41":[42,43],"7383c3a4fbaf":[16,17],"73859ef374f2":[9,10],"738a0641":46,"7395b3d68c7d":27,"739807847a95":[36,37],"739bcecb2371":[36,37],"739cb752fc4a":[36,37],"73acf956a":[44,45],"73ad014b8785":[9,10],"73b0":42,"73b7b43c60b0":[9,10],"73bc592f980c":36,"73c86947":[44,45],"73cad1f1ae2a":[36,37],"73cd109ecd8f":38,"73ded8c7":[44,45],"73e0f5ff0":46,"73f196ac8f86":[36,37],"73fa7be132a4":[36,38,39],"73fc80f05f07":[38,39],"740156c3":[44,45],"740541cdd9e0":[42,43],"741046046ec3":[36,42,43],"74116e3e37cf":[36,37],"74156401d2fb":[14,15],"742640c460c6":[16,17],"7432b245":46,"7449acdc8bf":[9,10],"745094dc3a9f":[42,43],"745d8711":[44,45],"74609673f":[44,45],"746ec708f":[44,45],"747ebb9979d3":[34,35],"74812c31b9e5":[36,37],"7491fd532ce4":36,"749693530a":[14,15],"749ce5cf1916":25,"749dad0aade6":36,"74a1024eb8c1":[9,11],"74aed5ff82cb":[36,37],"74b5ebb1875":[22,23],"74bdfc62ed5b":[36,37],"74bfadb2ab87":[34,35,37],"74c0e5367a43":[9,11],"74c643ef35c6":[36,37],"74cc36c5dd03":[9,10],"74d68472d":[44,45],"74d9a50ac2a7":[9,10],"74de67ab5090":[36,37],"74f757c5baf0":[9,10],"7501e7b2c1d":[14,15],"75031a86cc54":[42,43],"7504dc6275e7":[36,37],"7508722e0908":[42,43],"7511e132b1e5":[36,37],"7516e3827e50":[38,39],"75198f66":46,"751cc33a2cfa":[36,37],"752b2a2d":[44,45],"753249ad9bd9":[22,23],"753249ad9bd92":22,"7535501dada9":[9,10],"75371796ac59":[9,10],"75382eb708c0":[38,39],"7555dca104dc":[14,15],"755b47ecad12":[9,10],"75622fe738cd":[36,38,39],"7564819dde1e":[9,10],"75649c5f3d45":[34,35,37],"75669cb37067":[38,39],"756a8239c061":36,"75756bf696b4":[9,10],"75798874c":[44,45],"757dfba75e03":[38,42,43],"75823b14fb47":[14,15],"7586c895":[44,45],"7589a2338d5b":16,"75917d6d2499":[36,37],"7598ed90a670":[14,15],"759971ea1bcd":[36,37],"7599c245bbde":[42,43],"759c23acb4b6":[14,15],"75a89e61c9d9":[14,15],"75aa7d0bd":[44,45],"75ac15f71":[44,45],"75c0908b9":[44,45],"75c14bbdbc1f":[42,43],"75c7aea07bcb":[14,15],"75c7fd666460":[14,15],"75ca8b023678":[16,17],"75dbbe674c0f":[9,10],"75ddac2a41a9":[14,15],"75e24e297d54":[9,10],"75e6406b":46,"75f0cfee9e5d":[9,10],"75f2dd306f18":[38,39],"75f8277bbc20":[38,39],"75x":[36,42,43],"7617e77949d7":[34,35,37],"761c81cf0ecb":[42,43],"7623a9095db4":[9,10],"7627769e5c9f":[14,15],"7637f0a44427":[36,37],"763efd13a331":[42,43],"763f397d5be7":[38,39],"764053f34519":[34,35],"7644b20fd47e":28,"76458d225":46,"764d268b65b1":[34,35],"76571f381":[44,45],"7665748f2f2e":[36,37],"7665beeefb58":[36,37],"767c08ae77b2":30,"768466b31e85":[14,15],"768466b31e853c":[14,15,16,17],"769ce61fbcfa":[42,43],"76a14521424a":36,"76a14949a1e":[36,37],"76a4f5d86930":[38,39],"76a7eb9956b":[9,10],"76ae3d5f09c9":[36,37],"76bab2be2fcc":30,"76bd35a4a062":[16,17],"76bddf79":[44,45],"76c569ca3000":[42,43],"76d9bcdca589":[9,10],"76de8981":46,"76e97c5":[44,45],"76f627c78307":[9,10],"76f7316bc8fc":[42,43],"76fc880a286a":20,"77012419bdbc":9,"770cbf42":46,"771497098efd":[42,43],"77224965fc6c":[9,11],"7722b3fab3ac":23,"7728cc84c782":[14,15],"77309f6630fa":[14,15],"7735cc354609":[38,39],"773836f3424d":[14,15],"77397c404":[44,45],"77407b05":46,"775a7639b7d3":[34,35],"7772f8c9a003":[36,37],"7779247d5f65":[42,43],"777de50ec256":[16,17],"777fb2ed5684":[36,37],"7783a87862":18,"778d86bf9e5b":[16,17],"779761d1c":[44,45],"7798ea646fb7":[38,39],"779a1c3444a3":[9,10],"77a99242f79d":[36,37],"77ab77a26":[44,45],"77ac2fe061b8":20,"77b17098b41c":[42,43],"77b70bb7119c":9,"77bb":16,"77bb5e60":[27,35],"77bb5e602b4a":16,"77bb5e602b4aa":34,"77bb5e602b4aa3":16,"77c7728ea9e7":36,"77c9891f6228":28,"77e4bbb369e":36,"77eb9fe3e55a":[34,35,37],"77f26507f1ea":[36,37],"77f320df4411":[9,10],"77f510d35e8d":34,"77f7c48a1fd6":[42,43],"77f8505ebf78":[36,37],"77fbc86e8ca9":[36,37],"78040c772b5f":[42,43],"78055ea9215":[34,35,37],"7808b4fe065":[14,15],"78168d1bad23":[9,10],"781b10633945":[9,10],"782b91a5b85a":[9,11],"783b420403b7":[16,17],"78426ddee":[44,45],"7843b72850e1":[9,10],"784799510c45":[36,37],"784e30991497":34,"784fe894f9ec":[38,39],"7853fc53":[44,45],"785b35d18808":[14,15],"785c625a2a0":[9,10],"785e89f5fcf9":[34,35,37],"7866a7cc7":[44,45],"78766c94":46,"78801d7a4ae7":[14,15],"788c9ac2b926":[36,38,39],"788da84977bc":[34,35],"789624ff":[44,45],"789f5c5645a5":[9,10],"78baac3b72b0":[9,10],"78bf7f9a76b2":[14,15],"78c497c58ba4":[9,10],"78c527c5e":[44,45],"78c7928126a9":[36,37],"78cb4a176c55":[16,17],"78ccbc76dbed":25,"78ccc722c2fd":[38,39],"78e266936926":[42,43],"78f90ced0fa3":[36,37],"78fb783":45,"78fb7838":[44,45],"7903b32b3d7e":32,"790a604":[44,45],"7912f9750bfc":[9,11],"79225d801f74":[34,35],"79316cb6aca6":[16,17],"793283f0":[44,45],"793c77ef0f8b":[42,43],"793f58e194db":[14,15],"7948ad44db3c":[16,17],"794efce0c":[44,45],"79549236b644":[36,37],"795f639c":46,"797f6fc91822":[36,37],"7983214c3e76":[34,35],"7989d6ed":[44,45],"798af67f2":[44,45],"798b0d2d3fd0":[36,37],"798ff0e50b1d":[34,35],"7995cbcf6dc4":22,"799f85e1af46":36,"79a312ed32a9":[42,43],"79abc8362186":[9,10],"79acd9f3a834":[9,10],"79c290d849f1":[16,17],"79c2cf9d40f1":[34,35],"79c45f4da":[44,45],"79c821bcfc4b":20,"79dc09405f69":36,"79e4184e41b7":[34,35],"79e84aa28337":[36,37],"79fc8b675dfd":36,"79fe8d1402a9":23,"7a03e1cbf5":46,"7a091ef2465a":[36,37],"7a09b00b1558":[14,15],"7a16c287bd81":36,"7a1c727edf31":[42,43],"7a1f035b57ab":9,"7a2610a145a8":[9,10],"7a27f4603":[44,45],"7a311b9dec27":[36,37],"7a3d56b6644a":34,"7a3f307ed0db":34,"7a402b0bc32":20,"7a402b0bc32d":19,"7a439687019f":[9,10],"7a4cb95b51a4":[16,17],"7a57510f8":46,"7a5af6da49b9":[36,37],"7a5fdcbd0c45":[9,10],"7a6203d615b8":[36,37],"7a71358b3":46,"7a758c4ef":[44,45],"7a7bd8440":[44,45],"7a7ff2d6281f":[36,37],"7a8214eeb1c5":[16,17],"7a82f47fd3ba":36,"7a8ac99b193a":[36,37],"7a920c44fc65":[9,10],"7a9396eef7d8":[36,37],"7a955f623f4f":36,"7a9eb51051f1":[36,37],"7a9f08a0a7ea":36,"7a9f6ce95c59":[42,43],"7aa21f6c0b1":20,"7aa21f6c0b11":[20,22],"7aa27e142c26":[42,43],"7aa2d8a3aefc":[14,15],"7aa944ea0394":[42,43],"7abb0ef5":[44,45],"7ac05d6914bb":19,"7ac3a7793190":36,"7ac85e4517cc":[38,39],"7ac94ae277b9":[9,10],"7adcd16c12ad":[9,10],"7ae026518959":[36,37],"7ae038042951":[36,38,39],"7af08f2f":[44,45],"7af798e9e32":[16,17],"7afd41b7":[44,45],"7b0ac241e5dd":[36,37],"7b108df":[44,45],"7b12d548":[44,45],"7b2d475bbbee":[42,43],"7b2ee59900c6":[9,11],"7b3c165b9c65":[38,39],"7b43e07c5fb3":[9,10],"7b4619a6":[44,45],"7b475151599d":[14,15],"7b57002d":[44,45],"7b613693d537":[9,10],"7b72e51":[44,45],"7b7df505":46,"7b8722652":[44,45],"7b8bfcc23":[44,45],"7b8e409427f3":[36,37],"7b8e60462b27":[34,35],"7b8fa03ea43f":[9,10],"7b91b9596":[44,45],"7b929b7fd":46,"7b96070e5a1f":[14,15],"7b9936e7b593":[34,35,37],"7ba886dde651":[34,35],"7bb1c0030":[44,45],"7bb1f1275069":[36,37],"7bb39027bdf6":[36,37],"7bb5ead55bdf":[36,38,39],"7bbec657da0b":[9,10],"7bcbc78cea55":16,"7bd4032abfb7":[34,37],"7bd8c25ffc52":[9,10],"7bdcd32c":[44,45],"7be43628c219":30,"7be7840a672a":[9,11],"7bf1bbfec":[44,45],"7bf4bd007709":[42,43],"7bff4227":46,"7c004085e":46,"7c03d51c2":[44,45],"7c067d46c2f7":[38,39],"7c0b8df17583":36,"7c16f3706b3c":[36,37],"7c1765a0093d":[9,10],"7c1bfbb45ab0":[36,37],"7c2a76705674":[9,10],"7c2a9700d0db":[34,35],"7c3a512b4edc":22,"7c4068b510e1":[42,43],"7c42c4cac717":36,"7c5afbddbf0a":[36,37],"7c679624bbb1":[9,11],"7c74ddae":[44,45],"7c8e1c6f89f3":[36,37],"7c92b2e3d":46,"7c977c734e1c":[42,43],"7c9b3eb3c149":[42,43],"7ca21767be95":[9,10],"7caab9472ef7":[36,37],"7cb5eca8d6ca":[36,38,39],"7cb71794b":[44,45],"7cc829425257":[34,35,37],"7cd08b67":44,"7cd20a6a":21,"7cd20a6ac":37,"7cd20a6ac8f":[16,17,36],"7cd20a6ac8fe3b":[16,17],"7cd8402c3bec":[38,39],"7ce2a9daac0c":[38,39],"7ce378803d9a":[34,35,37],"7ce93122ca1":[14,15],"7cec18ac9375":[36,37],"7cef472ed1f":[36,37],"7cfa513f0":[44,45],"7d0c68704298":[14,15],"7d1cedd447b6":[42,43],"7d1ec1f14057":34,"7d36982e90ab":30,"7d385d1b942c":[9,10],"7d3fabc4":[44,45],"7d4f360d16e2":[36,37],"7d559d19b815":[16,17],"7d666e226bd9":[36,38,39],"7d7c9d3dbd1b":[9,10],"7d8227db605d":9,"7d833ab19":46,"7d859fce1073":[42,43],"7d85e24ccf7d":[9,10],"7d86b40c30c1":[38,39],"7d8799ea77d6":[34,35],"7d9e00e84843":36,"7da364fd3646":[9,10],"7da5f5914":[44,45],"7da6227702e5":[34,35],"7da841c12ca":[34,35],"7dab94cf5727":[16,17],"7db7c9f65229":[36,37],"7db8a9a31649":[9,10],"7dbf80d1db45":[36,37],"7dc3ec6":[44,45],"7dcd66655835":[16,17],"7dce74704":[44,45],"7ddd":16,"7ddeb4b85db8":[42,43],"7ddeb4d31":[44,45],"7dea31a9b0b0":[14,15],"7def6cdac27f":[9,10],"7dfca482":46,"7dfd3c0c5228":[9,10],"7e05c2e69":[44,45],"7e0b9da2ae2f":[14,15],"7e0d574dff88":[34,35,37],"7e1061864":46,"7e11c476d":44,"7e2a874589b1":[42,43],"7e3eaedff":[44,45],"7e5007180":[44,45],"7e529767704b":[36,37],"7e53ed88f":46,"7e6359852b9c":[36,37],"7e6602e30975":[42,43],"7e66117da":[44,45],"7e6b30a82f4b":[42,43],"7e78cc344a0d":[36,37],"7e7b0b61c906":36,"7e7b430a":[44,45],"7e8b0c98a623":[36,37],"7e9136341e34":9,"7e956e687e64":[34,35],"7e9fe96af":[44,45],"7eae8441e74a":[42,43],"7eafce207":46,"7ebda794dd19":[36,37],"7ec13833":46,"7ec5dcab3d1d":[34,37],"7ecb29651c31":[36,37],"7eccd8dd":46,"7ed4ddefa":[44,45],"7ed804a6fbc0":[34,35],"7edc34c4ee8d":[42,43],"7edcb6c35":46,"7ee5536ef2a1":[16,17],"7ef569b0":[44,45],"7ef75d2c6844":36,"7ef7ab2d8":[44,45],"7f0962881ce0":[9,10],"7f0a49f50d87":[14,15],"7f0b6fddf3f8":[42,43],"7f13e53dc1f2":[42,43],"7f2227c3015a":[16,17],"7f22e25c2b97":38,"7f246ff2c999":[38,39],"7f291166283f":38,"7f2e0136f":46,"7f37a0717a29":[36,37],"7f3dc3dd47ac":36,"7f3dfa7f":46,"7f4b95b28d21":[34,35],"7f4c8e8ce0b7":9,"7f4fb82f60a5":[9,10],"7f52979db708":[36,37],"7f62dd04344b":[9,10],"7f716fe1404d":[36,37],"7f75425745f0":[9,10],"7f75f89c885f":[36,37],"7f809abfae39":23,"7f8346297acd":36,"7f860e8a5c47":[9,10],"7f8aa4b7a017":[9,10],"7f925b710c48":[36,37],"7f96036fea81":[9,10],"7fa3c1ec":[44,45],"7fa5843dd1b5":[36,37],"7fa961df6429":[9,10],"7fb517898f69":[9,10],"7fb809d19":[44,45],"7fc0a8c51bf":[9,10],"7fc696f4f131":[42,43],"7fddf42c":[44,45],"7feb1cb12d1b":[34,35],"7ff47d2af40b":[34,35],"7ff5558c":[44,45],"801462feb7d6":[36,37],"801ca2a0b25c":20,"802577fb1316":36,"80295355e810":[42,43],"8034c8c2ce2c":[36,37],"80452d2cf2ce":[14,15],"8045ce18d2f1":[36,37],"8069ef850b91":[42,43],"80819cf5302b":[14,15],"80838c3158a8":[9,10],"80a0d27f8ab7":42,"80a399244e84":[34,35],"80a49c7022b2":[38,39],"80b345329a3d":25,"80b7b37c63a5":[36,37],"80bc38b2e":46,"80cb7773":46,"80cea86add7b":36,"80df64dc8b8d":[36,37],"80ecda0c5":[44,45],"80ef0f2bbe20":[9,10],"80ef172f2091":[16,17],"80f6d1dc0":[44,45],"80f8bb319679":9,"80fa020e3ea7":9,"80fd2e96":[44,45],"80h":[38,42,43],"810394f87078":[38,39],"8111338f":[44,45],"8112a619ebf4":[42,43],"81196c350c52":[14,15],"81279c1d146d":[9,10],"812806005f0e":[36,37],"812b233bc4aa":36,"812d58b11ac4":[36,37],"814860ea37f6":[36,37],"815417dcda2e":34,"8155f1b7d1b6":25,"81642d21704f":[38,39],"816a1d7bb2ef":[38,39],"817e6698bcbb":[14,15],"81847dd347ef":[38,39],"8186a367ec6f":[34,35,37],"8187226a":[44,45],"81888d620f6a":28,"8198935a9b65":36,"81996e944c89":[34,37],"819a606d9c58":[9,10],"81abe97b7":[44,45],"81b1a6475edc":19,"81c225bca":[44,45],"81c848765857":[38,39],"81d08fdcddec":[36,37],"81d3ad9c":[44,45],"81d52fb22cc9":[34,35],"81d8233a":35,"81d8233a6dc8":34,"81faecc96e97":[36,37],"81fe4816a":[44,45],"82083635acda":[34,35],"820a09943":[44,45],"8212d722bc10":36,"8226322626b0":20,"8228f9fd5":46,"822fea83d":[44,45],"8240f5a4c1e0":[14,15],"82423eab5bba":[42,43],"8247c1a74c10":[9,10],"824b1bf91c6f03":15,"82769e0a939f":[9,10],"8279e529":[44,45],"827a7af":[44,45],"82805770e035":[9,11],"828711d20ff5":[9,10],"828d8608b4bb":20,"829007de4":46,"829034ee752":36,"82908139d269":[9,10],"8291079771a0":[36,37],"8293d83310c1":36,"8299008e6196":[9,10],"829943397a90":[36,37],"829e56fb1":[44,45],"82aa44098bcf":[34,35,37],"82aaa7df696a":[14,15],"82ad5ef7":[44,45],"82aed17a":[44,45],"82b57688":[44,45],"82c778a378c3":25,"82cd24856e58f9":17,"82f341573515":[9,10],"82f796bbc0d2":36,"82fbc51a":[44,45],"82fd5d06beee":[14,15],"82fec3881":46,"830b052cb619":[36,37],"831eab0a05a1":22,"831f9e0d8":[44,45],"83243d5bbb3d":[9,10],"8328e67e0ca1":[42,43],"832cac15956c":[36,37],"832ce2259291":[36,37],"83335d59ac59":[36,37],"8338464e3a33":[34,35],"833b7412036c":[42,43],"833f5f0cac7d":[36,37],"8340a9642bba":36,"8344884b54ca":[36,37],"834bc3db0d21":[42,43],"835066a0":46,"8350f2358cab":[36,37],"8351efdb3b65":[36,37],"835c":17,"835d2074b6bc":[38,39],"83679a20":46,"8384a9660449":[42,43],"8392e4f60660":[9,10],"83933bedd3c":[14,15],"83a92e3b":[44,45],"83aadcac":44,"83b779af0":46,"83bb585ecafb":[9,10],"83bf0c167280":20,"83c61f3ae866":[34,35],"83e105f61":46,"83e27f4864e8":[36,37],"83f06eec281d":[36,38,39],"83fecdb69bbd":[9,10],"83ff21ec7556":[36,37],"8407dc2cc":[44,45],"8411dba53c3b":[9,11],"84186ef0944c":[14,15],"841874b6":[44,45],"841e28a":44,"843b9e02e55d":[14,15],"8443a65a3599":[9,11],"845513c74":[44,45],"845fb4492":[44,45],"846f8544d":44,"847583feba87":36,"847ced968c58":[38,39],"847e8ef1fbeb":[36,37],"84909fd0daf7":[16,17],"84923368d03f":[36,37],"84995f900497":[34,35],"84a0b8e43c20":[34,35,37],"84a430a4":46,"84aa25921a09":[38,39],"84b32560e1aa":36,"84baad3ee52f":23,"84c88858":[44,45],"84ca6d0ce15f":20,"84d1108a96f5":[36,37],"84d2649d":[44,45],"84d4eb8da450":[9,10],"84e076b71":[44,45],"84febad7c5f9":[9,10],"8514d755c3ad":[9,10],"8514e4dc9a82":[16,17],"851a68c4":[44,45],"851ce56c":[44,45],"852d38850654":[36,38,39],"852ff7e210b2":[9,10],"85326973c80e":[42,43],"8535abf21a53":36,"85367d8e40dd":[36,37],"853d251aef29":[38,39],"853ebdb748d0":[36,37],"85475e45d89c":42,"854bf69e1c7d":[16,17],"854ee9444a93":[9,10],"855465aa7804":[38,39],"855fc5f9694d":36,"856a7adf6b50":36,"856ef301":[44,45],"8578705fa8a2":[42,43],"857f046d3ab0":38,"8582501d9581":28,"8591ded70260":25,"85942470b223":[38,39],"85992ee55":[44,45],"85a1de35cbe4":[9,11],"85a561df01c8":[36,37],"85afccc45331":[16,17],"85b69681ae32":34,"85b7c42f1":[44,45],"85b94f12":[44,45],"85bd4989fd0d":[36,37],"85c03c9b4f64":[42,43],"85c4c823ab11":[38,39],"85dce0de2":[44,45],"85e03b6c3d2":36,"85e6dceb7174":28,"85e898e7c68":[38,39],"85ecbf71967":[34,35],"85f42ae3c":46,"85f4a0400873":36,"85f55e36bbd2":[9,11],"85f754205d58":[36,37],"860a":16,"860b67a682af":36,"861350941f9a":34,"861931b03":46,"862087b9cf1a":[9,11],"8628f1a4":[44,45],"8628f61e":[44,45],"862bea7c7ea0":[42,43],"862ecf79aaec":[34,35],"8632294639a9":[9,11],"8633e11cd39":[9,10],"864d9b80ebf9":[36,37],"864e746259e4":9,"865097ff2cbb":[14,15],"8652b516291e":[36,37],"865d4639a390":[42,43],"8664b9adb":[44,45],"86660b06":46,"866f841512df":[34,35,37],"8684bd3d5656":[38,39],"868b68df85eb":36,"8692b24a1ec0":[14,15],"86ae83c5d6a4":[9,10],"86b0576b22dc":[38,39],"86b1525c59f5":30,"86b5d355d643":[38,39],"86b617c7":46,"86cda996b3fb":[34,35,37],"86d3fc2a9d5c":[36,37],"86e12de69":[44,45],"86e45a47e8c":[9,10],"86f11d17e":[44,45],"86f2ee342aa0":[9,10],"86fd886b32e9":[36,37],"870098a4e":[44,45],"870e7c38807c":[9,10],"8711f1044943":[14,15],"87145c6bad5b":[14,15],"871d02a4e2c6":[9,10],"8745e91d48d1":[38,39],"874b5b34b0b7":[36,37],"87517c8737b9":[38,39],"87528900ad41":38,"87562bc5":46,"875b828fcde4":[36,37],"875d8fcca":[44,45],"8765bcd2cc17":[38,39],"876b79aa":35,"876b79aac":37,"876b79aacd9b":[34,35,36],"876b79aacd9b1":34,"877a032b90cd":[38,39],"877d7b06":[44,45],"878a64651":46,"878c718aed20":[9,10],"879157876fc2":[42,43],"879d21d3cd70":23,"879d21d3cd70f":24,"879e075c8794":[36,37],"87a470c2":[44,45],"87adeec28640":[36,37],"87b0173c563d":[9,10],"87b436c32ac8":[36,37],"87bb3373":[44,45],"87c0b6b3c4d9f2":[14,15],"87cc9b25b008":[38,39],"87d044a":[44,45],"87d044a895b":[9,10],"87e44f2b":[44,45],"87e454859985":[14,15],"87f140959":[44,45],"87f33f499061":[14,15],"87f55507195a":[16,17],"8804d964f":46,"881562e7b":46,"881634a4e1f6":36,"88275cf25800":20,"882d19fd7e7c":[42,43],"882ef2310daa":[9,10],"882f15ebfdcd":[42,43],"8830892c":46,"8832be410a8c":[36,37],"8847e892e22f":[9,10],"884f97b25b49":[14,15],"88579eba5fd":[36,37],"885dde53dea4":[16,17],"887663e6ad51":[36,37],"8878b7e04db4":36,"887d17b52472":[9,10],"888662cc151b":36,"888eabf3c65b":[36,37],"88910edf281a":36,"889dba86c3c8":[36,38,39],"88a17d78ae8d":[42,43],"88ab568acc8d":34,"88abbe212c04":[16,17],"88bd3bc5e6f8":[9,10],"88bf48a2a5d":36,"890ac53effd1":[36,37],"890db5d7d8fe":[42,43],"89135c06eabc":[14,15],"891bdf54e189":20,"891db3bc80bf":[42,43],"89219972a":46,"8921f64e":46,"8923b2a9a3c9":36,"892674b5058a":12,"8928ba650762":36,"892e1d1505f3":36,"893660c3e4e":[9,11],"8941c2cd6251":[42,43],"8948f0196ab1":[36,37],"895e0d5c76a7":[36,37],"896327d0ed01":36,"8969e0121":44,"896a0ff76":46,"896f7a9abffa":36,"8972e44f9788":[36,37],"897d8c8a41d9":[42,43],"897e9b5b38e8":[42,43],"898f0008601c":[34,35],"899054484ef2":[14,15],"8994383c50d7":[36,37],"8995ad61":[44,45],"8995ddcdc768":36,"89a32b49":46,"89a8815250a9":36,"89bbfaf84a74":[34,35],"89c19d7e3a5b":[9,10],"89c2449d6":44,"89e00e":[44,45],"89f7297255af":[9,10],"89f920529649":[16,17],"89ff9fa99391":[42,43],"8a09d58df7aa":[38,39],"8a161b11a539":[16,17],"8a1a0c7e98a9":[34,37],"8a2b6d51b771":[36,37],"8a2bb59e3dc9":[42,43],"8a2f8a3c12c6":[36,37],"8a315b7":[44,45],"8a3c6293dff7":[34,35],"8a43bf86b7d4":[38,39],"8a4663c131e1":[36,37],"8a566ff62037":[42,43],"8a6b5a50b388":[42,43],"8a783ea89563":14,"8a7983eb":46,"8a8152b3899d":36,"8a863e816e41":[9,10],"8a8cc857fa3f":[36,37],"8a977a1bbb12":23,"8a98c662":[44,45],"8aa2e3ab5f6a":[14,16,17],"8aa5e5fb9":[44,45],"8aa6ad0942ef":[16,17],"8aacdb878830":[36,37],"8ab48e774":[44,45],"8ab6717da706":27,"8ab9f9d33f0c":[42,43],"8abecc2":[44,45],"8abecc2fde6":42,"8abecc2fde6d":42,"8acb64aeb8e4":9,"8acc5d3145f7":[42,43],"8ad37b962":[44,45],"8adddf349fda0":41,"8aefe57f98f5":[14,15],"8af690ede64b":[36,37],"8afbacaac":36,"8b0503bbb423":[36,37],"8b06214f873b":[9,10],"8b06b5c1":[44,45],"8b0719770221":36,"8b0ce4fd":46,"8b15178b0679":[42,43],"8b1553db4":[44,45],"8b1a3dcf482":[36,37],"8b1f6433ef30":36,"8b26e29acbc8":[38,39],"8b3012e1":[44,45],"8b34665d2794":[14,15],"8b4877df0760":[16,17],"8b4a6f12f800":36,"8b524caae":[44,45],"8b5de061e473":36,"8b6b1b256035":36,"8b6c089342c7":[9,10],"8b75ed9d8f43":[14,15],"8b8b8de88700":[36,37],"8b8dbd4e3353":20,"8b90dab9d243":[9,10],"8b95aa4ffaf":[9,10],"8b9877f94428":36,"8b9be491":[44,45],"8b9d8bf7c983":21,"8b9e2d415060":[38,39],"8bae2376":[44,45],"8baf05c39b20":36,"8bb0ae35":[44,45],"8bb4a1cd9af4":[36,37],"8bbfabe":[44,45],"8bc5e2c76793":[42,43],"8bde2e5cb164":[42,43],"8be0be91a852":[9,10],"8be8d98":[44,45],"8bfd5dbd2f75":[16,17],"8c0224322650":[14,15],"8c09e8bd73d7":36,"8c104ea1e919":9,"8c18b32b0a59":[9,10],"8c276e4ad59b":[36,37],"8c2cd3174256":[14,15],"8c2de096c3c":30,"8c2f174a055a":36,"8c3bf7ae730f":19,"8c3f57a54055":[34,35,37],"8c45251a793":36,"8c4763094cb8":[42,43],"8c47f5ede6b2":[42,43],"8c49753c":46,"8c5120f5":46,"8c55990c047b":9,"8c6000a46281":36,"8c705a49a9f4":[9,10],"8c70b5902d51":[42,43],"8c762d5359d6":[9,10],"8c89a1b7b92d":[9,10],"8c8e212108f6":[9,10],"8c97ca682995":[42,43],"8c9fd900efb8":[9,10],"8ca2d61f3b4b":[9,10],"8cabd06243ac":[14,15],"8cb482056c65":[42,43],"8cb74c4":[44,45],"8cb89b7faae9":[36,37],"8cbc15556621":[9,10],"8cbd0de8":46,"8cbd3880c321":[14,15],"8cbe91569112":[34,35],"8cc600d32":[44,45],"8ccd1b475062":[14,15],"8cdc58924f8d":26,"8cdd1fc4febf":[42,43],"8cdeae021f82":[9,10],"8ce3ad72158b":[9,10],"8cf2925f7e01":[14,15],"8cf6758e1889":[38,39],"8d0bb9d30bd0":36,"8d0c8ae5":[44,45],"8d0f324f7":[44,45],"8d0f41e021b3":[14,15],"8d1d1f240749":[36,37],"8d1e4f053574":[9,10],"8d28433bcc3c":[14,15],"8d357039a509":28,"8d360860742b":[14,15],"8d3671f0c224":[14,15],"8d49ff53":[44,45],"8d4e7fa":[44,45],"8d4fa16d384":[16,17],"8d513e245051":36,"8d531bced31":[42,43],"8d58ee17ea20":[36,37],"8d5d51b0fa76":36,"8d69bab7a":37,"8d6afc648185":[36,37],"8d6e983693fc":[16,17],"8d6e99b5":44,"8d707e8c9223":[14,15],"8d871aec1e24":[42,43],"8d8a9ca30453":[38,39],"8d95e373c274":20,"8d97caa96550":[34,35,37],"8d9d63b9":[44,45],"8d9dc76256f5":[42,43],"8da47e00d153":36,"8dab4e13569f":[36,37],"8daf280f7d24":[40,42,43],"8db1ba5aaa81":[42,43],"8dba363050dc":[34,35,37],"8dba9b43bdc9":[14,15],"8dbd6d87ed00":[42,43],"8dcb329eeac4":[36,37],"8dd975ed5975":[42,43],"8dda62b91c31":24,"8dddd751ef43":[38,39],"8de4444d0bf0":[36,37],"8de7378aac3a":34,"8dec4a446e3a":36,"8df62cd15e91":[36,37],"8df77fd2":[44,45],"8e0105e5":[27,35],"8e0105e5e964":[16,17],"8e0105e5e964d":[16,17,34],"8e01c68dc70d":[14,15],"8e0290d32802":[38,39],"8e05a439":35,"8e05a4399b":18,"8e05a4399bf5":[16,34],"8e05a4399bf567":16,"8e08836ea":[44,45],"8e0caa8e381d":[9,10],"8e0f3a8ad787":[14,15],"8e10bc15b":46,"8e19c8c4":[44,45],"8e2f7e910291":20,"8e3228bf69fa":36,"8e3836f3ef0b":[34,35,37],"8e4bb49cb5cd":[42,43],"8e5461d3b360":[16,17],"8e551a605aa2":36,"8e56a935a4b7":12,"8e5dda92903":36,"8e601e32703b":[34,35],"8e61dfdb3865":34,"8e6285e72":[44,45],"8e6447a0500a":36,"8e6a69de2d39":[42,43],"8e6bd68539af":[9,10],"8e74571d1bfb":[36,37],"8e7dbfd13ce4":[14,15],"8e88ab0e66a2":[9,10],"8e8b74fdbd58":[34,35],"8e8f54fb5906":[36,37],"8e9344fa0":[44,45],"8e9808de5":[44,45],"8e9be410090d":[34,35,37],"8e9d92bf3c8f":[14,15],"8ea3ac76137b":[14,15],"8ea4ecdb8d56":34,"8ea7d7ed5db4":[14,15],"8ea9d8d3d":[44,45],"8eb0494af6a1":[38,39],"8eb2981a":46,"8ebf9d25f75":[36,37],"8ec1c8aac612":[42,43],"8ece46a5":[44,45],"8ed37072c07":[16,17],"8ee01af225a0":[38,39],"8ee58f3":[44,45],"8ee920ea7232":[36,37],"8efcc79":46,"8f09986340e6":[14,15],"8f1ef46890d9":[14,15],"8f204c12":[44,45],"8f2375e3e79c":[42,43],"8f2be4b1063a":[36,37],"8f2fbd818041":36,"8f33688a":[44,45],"8f4eeca3100a":[42,43],"8f549e754":[44,45],"8f650b6d55b4":[34,35],"8f66e502fddf":[36,37],"8f68014a90f6":[14,15],"8f6cf7d7310d":[9,10],"8f6fdad9":[44,45],"8f803dfea438":[14,15],"8f9b2870e788":[36,37],"8f9c60506bc9":[36,37],"8f9fe01d":[44,45],"8fa385457a34":23,"8fad":16,"8fb031bf5c6b":[36,37],"8fb1ba1e":[44,45],"8fb322bab4c1":[42,43],"8fba29a2b5e5":[36,37],"8fc0e7abffb0":[38,39],"8fc37a704410":[38,39],"8fcc6813c098":[34,35,37],"8fcdfa14a7d3":[9,10],"8fd3e3a6f64c":36,"8fd8d1401c5f":[38,39],"8fd946fc4b38":36,"8fd95036cdd8":[36,37],"8fde47008ae5":[36,37],"8fe7586c":[44,45],"8ff58c8a":46,"8ff5d8f2210b":[34,35],"8ff862327371":[42,43],"8ff9be76345a":[16,17],"8tb":[14,15],"8th":[36,38,42,43],"9000b6b187f9":[36,37],"90032368e":46,"900f86ab6ff7":[34,35],"9011abf477a1":[38,39],"901261bc7699":[42,43],"90208bbb":27,"90208bbb6260":27,"90208bbb62606":28,"90237254664cad":[14,15],"902e166a98f":[42,43],"90316ae6f36a":[14,15],"90451319ce96":[42,43],"904623dbbda4":[36,37],"904da7128b41":[34,35,37],"90552694307e":[38,39],"9067098cfef9":[16,17],"9078f8268922":[34,41],"907f20be9991":[42,43],"9088e400d319":[9,10],"908eda4b3845":[14,15],"909eb261":[44,45],"90a2c95eb96c":[14,15],"90a2cbe1f607":[34,35],"90a3867252a8":[14,15],"90a62283":[44,45],"90ae8a0767c":[36,38,39],"90b00de769e0":[38,39],"90b7":16,"90cdc643d":46,"90d01f9526ba":[42,43],"90d4e4428735":[16,17],"90d53934c2da":[14,15],"90d69ca63b67":[36,37],"90d8e71b83a8":[9,10],"90daf24b2840":30,"90eaed6f430c":14,"90ec400612e":[34,35],"90ef1f6dbd59":[14,15],"91099dacc6c9":[16,17],"910a78c5":46,"911996a1c31f":[9,10],"912086b52a2a":[34,37],"91304df7800f":[36,37],"913204775de8":[42,43],"913aaa284":44,"913c6fde1":[44,45],"9142bb3b":[44,45],"9145082bb0ca":[38,39],"915097bdb87f":[42,43],"9153608879d2":[9,10],"916771c0f54f":36,"916c31cdf802":[42,43],"9175028fc84a":[38,39],"91793f89":46,"918b7233d3bb":[34,35],"9192b12a33dc":[42,43],"9192da4a49db":[34,35,37],"9194b0c4c0cc":[14,15],"919b78927d26":[14,15],"91a1f4409ca6":[42,43],"91b4be52":[44,45],"91c77b9f":[44,45],"91d24ca4cc09":[14,15],"91d3487ed586":[42,43],"91f3e391f27a":[9,10],"91f6cf741":[44,45],"92069bbfeb10":14,"921a602d7":[44,45],"9225a7cd9cfa":[9,11],"9228e4c1f5b4":36,"923075be5002":[42,43],"923654e1ecc7":[36,37],"923b5a53":[44,45],"923e7b0d61e1":[36,37],"923ed59ce8a7":[36,37],"92466e69168a":[9,10],"925882fd":[44,45],"926ec6f90b17":[42,43],"927220a65bb7":[34,35],"92777d335ab3":[9,11],"927a4ffbc292":[36,37],"92813a8bf9f3":[9,10],"92878a72ccf2":36,"928dab2ae2c2":[14,15],"928ef690c086":[36,37],"9291b67c357d":[42,43],"929920660d1c":[9,10],"92a303dfeeb6":[9,11],"92a48f3e7c80":[34,35],"92a5c57a14e2":[38,39],"92ababe68288":[14,15],"92ad38600":46,"92b5c676":[44,45],"92b79689":46,"92d086017054":[36,37],"92d0dc997d18":9,"92d167f704d5":[36,37],"92d1a4e923fa":16,"92d425d4f137":[36,37],"92e7e51217c7":[36,37],"92ee1c5a0784":[42,43],"92f6bd045cb1":[14,15],"92fd4f48014d":[42,43],"93010119f":46,"9309ecf5eef8":[36,37],"931118120f2b":[36,37],"93192aff25f4":[36,37],"932cd97fe0ff":[34,35],"933b1b1214c5":[36,37],"9342dc40147e":[16,17],"93456eecf038":[36,37],"9346ae92":[44,45],"93478adb3314":[36,37],"934ccd82e22f":[38,39],"9350ecec4bd2":[36,37],"9355a3505c0a":[14,15],"935fccb0":[44,45],"9363dfe48":46,"93809c8a36ec":36,"9382299da":46,"9388b61a676d":[14,15],"938d1d9ed964":[9,10],"9394f9d05ef8":[34,35],"9398b84fad0":[38,39],"9398c35b5f22":[36,37],"939b1b6dae25":36,"93a05fa7d48c":[34,35],"93aa36ba8134":[9,10],"93c73a3eac40":[9,10],"93c9a0f47fd8":[42,43],"93cde639b56":[9,10],"93d06c7baa33":19,"93d41f97eedc":19,"93d4ce16":[44,45],"93e59414f":46,"93ea4773":[44,45],"93f12cd78e8f":[36,37],"93f529ed118b":[42,43],"93fcaa00fbf0":[42,43],"94140dbc6a9c":[34,35],"9431cc09d":[44,45],"9435e74228cb":20,"943641092d82":[16,17],"943a1aff363":[16,17],"94404b004adb":[9,10],"94408620cf26":14,"94491cf743ec":[36,37],"944d6518debb":36,"9453b8d7ded6":[36,37],"945553cc05cf":[14,15],"94566a8b220c":[36,37],"945f67bed15":[36,37],"946a75dff":[44,45],"946b":16,"9470c51fc486":[9,10],"947ea51a0746":[36,37],"94a64df2":46,"94a83e1f90a7":[36,37],"94af35140717":[42,43],"94b12d2ea050":[9,10],"94bc2d7a":[44,45],"94bdad69c456":[34,35,37],"94c4cbbc02e3":[36,37],"94c7954c22bc":36,"94d559d6c39a":9,"94d8abaa56c0":[9,10],"94df8bea72bd":[42,43],"94e392de6a0a":[42,43],"94f9bc2a":[44,45],"94fe5da0c6b4":36,"9515af0355bc":22,"9515af0355bc0":24,"95165ec1e111":[36,37],"9518b4c189c9":[36,37],"952dfde4":44,"9536adaa":46,"953dc3134693":[38,39],"9546b72bc":[44,45],"9547b3da":[44,45],"9547fb46":46,"9554c4520e9e":[9,10],"9555cf21ba5b":20,"956df8db0fd1":[9,10],"9570730f":[44,45],"957503be8ea7":[9,10],"957a64765762":[36,37],"957a96a94127":[42,43],"9585f97f7b16":[36,37],"9586bfb71025":[9,10],"9587573f4be0":[9,10],"958769d1":[44,45],"9597a12ef4b3":[36,37],"959908a2a341":36,"959bcf49938d":[42,43],"95a0f5d9db98":[9,10],"95b50422d7e0":[42,43],"95b925b6af0":[36,37],"95b92ae46750":27,"95bb7028e":[44,45],"95bbfc78a463":36,"95c1dd78c27a":14,"95c3ddc9290b":[14,15],"95d92195":[44,45],"95f23aa2":46,"95f587417cd9":36,"95f7b3b9698b":[36,37],"96032f3cd122":[42,43],"96195e47b503":[42,43],"961b7128ebd8":[38,39],"96251f9d6aa9":36,"962e9921c88b":[36,37],"962f6d78":[44,45],"9636f085a381":[36,37],"9639e0ad7":46,"96409597aa39":[38,39],"9658287f":[44,45],"965a9eaad536":[36,37],"966a2839484f":28,"9670cd9c":46,"9677181a2e7f":[36,37],"967ca2cc7":46,"967cfa7":[44,45],"967e9a084bb":[14,15],"967fefdf8af1":[14,15],"968b1746f9e7":[14,15],"968c30905d7a":[38,39],"96a0480a73df":[36,37],"96aa468a7e6a":[34,37],"96b355495608":[36,37],"96bdad1dc08c":[38,39],"96be8677443a":[42,43],"96be9fd64":[44,45],"96c0ec2ab78b":[38,39],"96c1383b9764":30,"96ca4e26deb6":[36,38,39],"96d494c43265":[36,37],"96d91da78a8a":[36,37],"96ddf4b5":[44,45],"96e031001818":[36,37],"96eb889d26fa":[36,37],"97165dd1a052":[36,37],"971a1a0a620a":[36,37],"971a2993ac8a":[42,43],"971d57b0cfd8":[36,37],"972609cc9fcb":[9,10],"972885f1":[44,45],"9742a24596":18,"9744e664b6e":36,"97517fa73c61":[42,43],"975341f85c28":36,"975baaed3aa8":[16,17],"975d6f745c83":[9,11],"975f684980c6":36,"977aa1ef5fa6":20,"9781da8a262d":[9,10],"9787cfbf7cd9":[36,37],"97a0beca":46,"97b15c9d2286":30,"97b411489e03":[36,37],"97b414635410":[36,37],"97b82bfd90db":[36,37],"97c196cc741f":[36,37],"97cb32538ac0":[16,17],"97d950e4fcf4":[36,37],"97dfe3026c12":[36,37],"97e83826bb31":[9,10],"97ebd3defe27":[36,37],"97f1483c0bd9":[36,37],"97f6525326d7":[9,10],"97f839beffb5":[36,37],"97fc5523b":[44,45],"97m":41,"98182a960c5f":34,"9825301b3fe6":[42,43],"9825db50591c":36,"98267572c8c1":[42,43],"982cbeab21b9":[36,37],"9834b0874af4":[38,42,43],"984f025a3a05":36,"985248cf55ed":[36,37],"985c7a26bcb1":[38,39],"985c85f0e":46,"985dac7ef7b8":[14,16,17],"98630bf9e248":[36,37],"9865ef9":[44,46],"9865ef91c":44,"9869ca82dbbc":[42,43],"9870db1cf564":[42,43],"98807cd3":[44,45],"9882fe3c773b":[40,42,43],"9886d8d502e8":[34,37],"988eda165254":[36,37],"989c41041944":[42,43],"98a1ae107396":38,"98a341798a2f":36,"98a657059a5c":[36,37],"98ad450bd75":[34,35],"98baafa55ea7":36,"98bd24eebf87":[42,43],"98bee5bbab00":[34,35],"98bf4ecbd":[44,45],"98ccba678ad4":[38,39],"98d8d616":[44,45],"98e555428942":[9,10],"98e6e05479d5":[36,37],"98e82b38":46,"98f58342":46,"98f60183":46,"9900129f86ae":[14,15],"990d248a61a0":[38,42,43],"990f7cfae74d":[36,37],"9925aa358f2a":[9,11],"9935f632a513":30,"993b":30,"993eec11fc9f":[9,10],"994299cf3d45":[38,39],"9945d6bdc":44,"99461d215726":36,"99505c03f493":9,"9965b521f":[44,45],"9972229b6b11":[14,15],"99761f93896d":[36,37],"998115739de1":[9,10],"999246716d2d":[36,37],"99937b943845":[38,39],"99a4816003f1":36,"99bfd4be9d12":36,"99c1c76cc825":[9,10],"99c1c9d7dcc2":[36,37],"99ce1bef":[44,45],"99cffa02":[44,45],"99d54522":46,"99d8a2ec0d3f":[36,37],"99f0ee037491":[9,10],"99f296373162":36,"99f340c7b74a":[34,35],"99fc78dbee4a":36,"99m":41,"9_m":[16,17],"9a22b25d":[44,45],"9a2560e8ecc3":19,"9a27a108a9b8":[42,43],"9a2e268f1799":[9,10],"9a3314d7bfdb":[42,43],"9a3aa40a7a17":[16,17],"9a430ddf":[44,45],"9a4642d1da32":[36,37],"9a6108787":46,"9a67762efeac":[34,35],"9a6a":16,"9a6d21e73e44":[42,43],"9a6da5f":[44,46],"9a7f18c66e5b":[36,37],"9a830ee06c66":[36,37],"9a83ab711ea3":[36,37],"9a96890811e7":[36,37],"9a9bc342c943":[36,37],"9aa046413267":[14,15],"9ab1bc28a6d2":[42,43],"9abf4f390cca":[14,15],"9abf780c9305":[14,15],"9ac0a51a20c1":36,"9ac2629c":46,"9acbf9f3":[44,45],"9acff299c655":[42,43],"9ae6e9595f97":[9,10],"9aeb00de9cbd":[9,10],"9aee6dc5b82a":[9,11],"9af02ab015ac":[36,37],"9af3fc295e1":[14,15],"9b03db45c424":[9,10],"9b060733df53":28,"9b0cff5c99d7":32,"9b0e0c73659f":36,"9b1b8717adaa":[36,37],"9b1dcc3aeea9":[36,37],"9b2136247e00":[9,10],"9b22bc8a4342":[9,10],"9b33b08a2778":[42,43],"9b394a32c8ea":34,"9b441810e8d7":36,"9b4e25447bb1":[9,10],"9b510640b":[44,45],"9b59223389e7":[36,37],"9b594262":46,"9b5cfe7260ef":[14,15],"9b5f5c303ddc":[38,39],"9b612fff":[44,45],"9b6433c2":46,"9b67792c3801":[38,39],"9b67f73a5947":9,"9b6bd57a1":[44,45],"9b7289511d7e":[9,10],"9b7838172f0b":[14,15],"9b7da2e3c3a7":[36,37],"9b826df04888":[9,10],"9b84a7e90001":[14,15],"9b9a992ef245":[36,37],"9b9be42009e1":[36,37],"9b9f564fdb9c":[42,43],"9b9f654f0f6d":[34,35],"9ba2723f1":[44,45],"9bace77a615d":[34,35],"9bb64314aad7":[36,37],"9bb7b5f0b5c6":[42,43],"9bc92eb0e169":36,"9bc9cc1ec309":[36,37],"9bd1bef2e583":[16,17],"9bdc8a41d":[44,45],"9be05f401c09":[36,37],"9be9a77a":[44,45],"9bea281bae99":[14,15],"9bebbc7433c7":[9,10],"9beca538b919":[42,43],"9bfb2013af3":10,"9bfb2013af39":[9,10,11],"9c0912f79571":[16,17],"9c147a336dfa":36,"9c184e5de057":[42,43],"9c189e8e26a7":[14,15],"9c1f3e24b6e4":[42,43],"9c21cae5aac4":[16,17],"9c247751560a":[36,37],"9c255556":[44,45],"9c2a95eab":[44,45],"9c4be0da9":[44,45],"9c50b31d9770":36,"9c51b2eacfa":19,"9c565ee6bca4":[9,10],"9c58bbd720b7":[38,39],"9c5d98ebc72b":[42,43],"9c72bbb6":[44,45],"9c7a264f8":[44,45],"9c89e53d235c":[42,43],"9c93244cabf8":[34,35],"9c9375fd":[44,45],"9ca8bf1b":46,"9ca91c9":[44,45],"9cad5ac42b3":[42,43],"9cae036fafea":[42,43],"9cc5f24b":46,"9ccf79cd3":46,"9cd556ca":[44,45],"9cd6646d25b5":14,"9cd799d038d2":[42,43],"9ce34f369ce2":[9,10],"9cee8ff39774":[36,37],"9cf14ad78be":[36,37],"9cf513f":[44,45],"9d139bd7d99a":[42,43],"9d1e42453697":[42,43],"9d245f2518e4":[36,37],"9d2d0115eaca":[38,39],"9d306560d45d":19,"9d3a0036ed41":[42,43],"9d418f5eefe3":[36,37],"9d54c3e4a33d":[36,37],"9d57eb46":[44,45],"9d5b516f2870":[36,37],"9d5faafc":[44,45],"9d6361875127":[36,37],"9d750b3d9":[44,45],"9d7ab6bb2":[44,45],"9d9395c3d542":[36,37],"9d9a20de2e4b":[36,37],"9da1175ad43a":[14,15],"9da1e28ed4c0":20,"9da2eb12f14f":[34,35],"9da5e1b9a7b1":[36,37],"9db58b1e5c03":[14,15],"9dc84acf3693":36,"9dc8c3e5576d":[34,35],"9dcbd1f41d98":[38,39],"9dd1df6b37d0":[42,43],"9dd8199cc416":[34,35],"9ddc1a6b":[44,45],"9de4f228":[44,45],"9de67e525158":[14,15],"9de71650f":[44,45],"9de9d8f7c5b5":36,"9deb5fc4a4f7":[14,15],"9df095095c4a":28,"9df12d2653f2":36,"9dfebfc20485":[16,17],"9e004972550d":16,"9e03e6fe7ba7":19,"9e075d75274c":[38,39],"9e1906f95ba3":[38,39],"9e1945e647ad":28,"9e22b74601cc":22,"9e29d4fe5a70":34,"9e30f6413207":[14,15],"9e5283c651ba":[34,35,37],"9e552af485f3":[36,37],"9e5e6987ce47":[36,37],"9e703b5d526c":[9,10],"9e7a4b32":46,"9e869ebe3a51":[42,43],"9e87ef7f":[44,45],"9e89b556adb6":36,"9e90e3ccee3c":[9,11],"9e9ca8132513":[16,17],"9ea40719":[44,45],"9ea9129a79d5":36,"9ea9546db73d":[9,10],"9eaf71aa2":[44,45],"9eb4bc85198a":[36,37],"9eba57570f29":[38,39],"9ec1a1f399f3":[34,35,37],"9ec4f741dda4":23,"9eca2072":[44,45],"9ece0ede203d":[38,39],"9ed3a8c72":[44,45],"9ed4b071deda":9,"9ef153f6f013":[38,39],"9ef89a10":46,"9ef8d33eaeb4":14,"9ef913cd3f52":23,"9efb5475e019":[42,43],"9efdc04854a9":9,"9f0712eccd00":[36,37],"9f0af279":[44,45],"9f1d0e3a21a1":36,"9f22ccd6654f":36,"9f2e80824408":[9,10],"9f315343":[44,45],"9f3429c04561":[9,10],"9f38a36d":46,"9f3cdff99656":[38,39],"9f3d3d442d27":23,"9f49d11b83bf":[36,37],"9f4cbc90fd47":[36,37],"9f4f5c89e":[44,45],"9f5374b4":46,"9f597d2c7a66":[42,43],"9f5ce40fd271":[14,15],"9f7b726c":[44,45],"9f85e40904d8":[16,17],"9f90433232b8":34,"9f92316f3":[44,45],"9f94a4f1":[44,45],"9f9dd8d71de9":[38,39],"9f9f77cec3cb":[38,39],"9fa0bca8256d":[36,37],"9fa0d43ee460":[42,43],"9facf3336054":38,"9fb424b8a":[44,45],"9fc0c1287ada":[42,43],"9fc2ac6":[44,45],"9fc60d7a2":[44,45],"9fc690c83456":36,"9fcda53c50f7":[36,37],"9fd0af32313c":[40,42,43],"9fd1495fba7a":38,"9fde370b03c0":38,"9fec69bc023c":[9,10],"9ff660e21834":[36,37],"9ffcb906952b":20,"9th":[39,40,41,43],"\u738b\u68da\u8f89":[42,43],"abstract":[2,44,45],"b\u00f6ck":46,"boolean":[44,45],"break":[9,10,14,15,20,30,36,37,38,39,41,44,45],"byte":[16,17,25,36,37,38,41,42,43,44,45,46],"c\u00e9dric":[14,15,34,35,36,38,39,42,43,44,45,46],"case":[9,10,14,15,16,17,23,27,34,35,36,37,38,39,41,42,43,44,45,46],"catch":[14,15,34,35,36,37,38,39,44,45],"char":[30,36,37,42,43,44,45],"class":[9,10,20,28,34,36,37,38,39,42,43,44,45,46],"const":[14,15,34,35],"default":[9,10,11,14,15,16,17,20,21,22,25,26,27,29,34,35,36,37,38,39,41,42,43,44,45,46],"enum":[9,10,11,14,15,33,34,35,36,37,42,43,46],"export":[9,10,14,15,36,37,42,43,44,45,46],"final":[0,9,11,15,16,17,30,34,35,36,37,38,39,40,43,44,45,46],"float":46,"fr\u00e9d\u00e9ric":[9,10,11,44,45],"function":[9,10,11,14,15,16,17,20,21,34,35,36,37,38,39,41,42,43,44,45,46,48],"hor\u00e1k":[44,45,46],"import":[4,7,9,10,36,37,38,39,41,42,43,44],"int":[9,10,14,15,36,37,44,45],"long":[4,9,10,16,17,36,37,41,42,43,44,45],"new":[3,4,7,11,18,19,20,21,22,23,24,26,27,28,29,30,32,34,35,37,40],"null":[9,10,14,15,34,35,36,37,38,39,42,43,44,45],"public":[3,46],"return":[9,10,14,16,17,20,33,34,35,36,37,38,39,41,42,43,44,45,46],"short":[9,10,38,42,43],"static":[9,10,16,17,36,38,39,42,43,44,45,46],"super":[16,17,36,37],"switch":[9,10,11,14,15,16,17,30,33,34,35,36,37,38,39,41,42,43,44,45,46],"true":[34,36,37,44,45],"try":[14,15,16,17,19,29,33,34,35,36,37,38,39,41,46],"var":[14,15,34,35,36,37,42,43,44,45,46],"void":[38,39],"while":[3,9,10,16,17,23,28,34,35,36,37,41,42,43,44,45],ATS:41,AVS:[9,10],Added:[9,10,11,14,15,16,17,21,22,28,32,34,35,36,37,38,39,42,43,44,45,46],Adding:[9,10,14,15,16,17,23,34,35,36,37,44,45,46],And:41,Bus:[9,10,14,15,25,34,36,37,42,43,44,45],But:33,CAS:[36,37,44,45],CBS:[9,10],CCS:[9,10,36,42,43,44,45,46],CEs:[9,10,36,37,44,45],CRS:[16,17],DAS:36,DLS:[36,37],DQS:[14,15,36,37],DTS:[9,10,16,17],Das:[9,10,14,15,16,17,19,28,30,32,34,35,36,37,38,39,42,43,44,45],ECCed:41,ECs:[36,37],EQs:[9,10,14,15,44,45],EXes:[19,36,37],Eye:[20,36,37],FFS:[16,17],For:[2,3,4,7,9,10,14,15,28,34,35,36,37,38,39,41,42,43,44,45,46],HMS:46,IDs:[9,10,36,37,42,43,44,45],IVE:[9,10],Ids:36,Into:[14,15],LTS:4,MBS:[34,35,36,37],MCS:[9,10,36,44,45],MDS:[44,45],MRS:[36,44,45,46],Mcs:[14,15],NOT:[7,9,11,12,13,14,15],Not:[7,9,11,28,34,37,42,43,44,45,46],OCS:[42,43],ODE:[9,10],One:40,Ops:[44,45],PEs:[36,37],PLS:[9,10,30,36,37,44,45],Pts:[19,36,37],RAS:[9,10,11,14,15,23,34,35,36,37,38,39,42,43,44,45,46],RCs:[36,37,44,45],Res:[9,10],SAS:0,SYS:[44,45],Such:[7,16,17,18,20,37],Sys:[36,37],TIs:[34,37],TPS:[9,10,11,14,15,16,17,34,35,37,44,45,46],The:[0,2,3,4,7,11,14,15,17,29,31,33,34,35,37,38,39,40,41,42,43,44,45,47],Then:41,There:[2,4,11,14,15,33,36,39,40,41],These:[4,5,16,17],UCS:[34,35,36,37,44,45],UEs:[9,10,14,15,42,43,44,45],UTs:[36,42,43,44,45],Use:[7,9,10,11,12,14,15,16,17,19,20,23,28,30,34,35,36,37,38,39,40,41,42,43,44,45,46],Uses:[42,43,48],Using:[36,37],VAS:[9,11,36,37,44,45],VCS:[14,15],VFS:[34,35],VPs:[9,10,38,39],WAs:[14,15],With:[41,42,43],XTS:[14,15,41],___backtrac:[38,39],__attrconst:[44,45],__fsp_fillmsg:[44,45],__gettranslationportslct:[36,37],__nomcount:[44,45],__this_cpu:46,__try_lock:[36,37],__xive_set_irq_config:[38,39],_add_slot_info:[36,37],_anr:[36,37],_be64:41,_buildocc:[14,15],_clockcntl:[9,10],_cpu_entri:[44,45],_device_nod:38,_enabl:[38,39],_indic:[42,43],_ma:[16,17],_omi_setup:[44,45],_omi_train:[44,45],_omi_train_check:[44,45,46],_opal_queue_msg:[42,43],_or:[36,37],_p9:[16,17],_pbcq_tunnel_bar:[42,43],_power_st:[42,43],_real:[42,43],_reg:41,_tpo:[42,43],_train_check:[44,45],_u64:[42,43],_via_fw:[44,45],a00971e1946b:[42,43],a02072d0:[44,45],a0207ea10:[44,45],a027c49b4ca5:[16,17],a02a750f:46,a0340a09:[44,45],a04833dd5f32:34,a048e96b8e00:[36,37],a04a6779d7d7:[34,35],a04dc7a75506:[36,37],a05054c53a37:[9,10],a058d0e23:[44,45],a05bb0e51854:[16,17],a05e341c9af2:[9,10],a06edcedafcf:[9,10],a07a0e57a533:[36,37],a07f8bb329f7:[36,37],a0807ab01b37:[16,17],a08549a9:[44,45],a086ff7a:46,a09327508399:[34,35],a0a5f8539dca:[9,10],a0c996e4:[44,45],a0cf95f:[44,45],a0d8da2d9:46,a0df90732994:[14,15],a0e63fb29f:[36,37],a0ea8ab73807:[34,35,37],a0ee54b5faf4:[36,37],a0ff20fc:46,a10dc1641d32:36,a10f1502:[44,45],a123070b9:[44,45],a130f3e08481:20,a13f21bb8264:20,a147e5838156:[9,10],a14e95a6f9a9:[36,37],a1635526313:[14,15],a166a390e16f:[34,35],a17b84a6678f:14,a17eb3a5:[44,45],a18249182fb:[16,17],a182665b:46,a19089ef:[44,45],a19b501b6f44:27,a1c13b524:46,a1c3dcca81c:[14,15],a1c6facd1fa7:36,a1cd5529a84c:[9,10],a1d61a155a92:36,a1e236a42218:[34,35],a1e3c27ff:44,a1e45fd2793c:[9,10],a1e6077dfeba:9,a1ec3238d820:36,a1f0a3ed6d3b:[42,43],a1f431ee3a68:[9,10],a1f8b3160946:[42,43],a1fced25:[44,45],a202d4b0af85:[9,10],a20833de7e2f:19,a2118008d:[44,45],a215e3e547a0:[36,38,39],a218c42fcb5:28,a219839511f6:14,a21b542d:44,a21c00340:46,a22884e07:[44,45],a22ba4576ad3:[16,17],a23e7f84b:[44,45],a24d9df75f20:[42,43],a26749cdb659:[36,37],a26fde80a124:[16,17],a273362351bf:[36,37],a281e8c2bbf3:19,a2826e1d6989:36,a2833876dd0d:36,a2856b77a618:[36,42],a2856b77a618e35f597e3e472868a2617eec67fa:42,a2856b77a61:[42,43],a291da772449:[36,37],a29db3da0819:[36,37],a29e1a56702f:[36,37],a2a54161270c:[14,15],a2b260834:[44,45],a2c13f1d6119:[38,39],a2c5ab1977e:[14,15],a2c708da6e1a:[14,15],a2c74d83:[44,45],a2c9babb:[44,45],a2d52141acb9:[9,10],a2d5a3e3cb55:[14,15],a2dabb70693b:25,a2dc8952afa9:[14,15],a2ee107c441a:[42,43],a2f15d75c20f:[9,10],a2f59106caec:[36,37],a2f7b4c:[44,45],a2fae5c9cbeb:[36,37],a2fe7292:46,a30c34acdf4c:[36,37],a31085d7d432:[38,39],a3113b2dbee5d5389843c1:19,a31cd814105a:36,a327175c6427:[34,35],a334e5aa3f11:[9,10],a3362cd2:[44,45],a339bf:21,a342:16,a347254a3aec:[14,15],a34f4c584414:[42,43],a35686ddb6ca:36,a36a4944:[44,45],a36b40799055:34,a3777e58990f:[38,39],a38021c7fa73:[42,43],a389a5d98c2ab:34,a389a5d9:35,a3979e8bbf2f:[36,37],a3a26af24e29c8:[16,17],a3a392385:[44,45],a3a64a4b8737:[38,39],a3a8f7d0cf11:[36,37],a3b0cb929cbf2:39,a3b0cb929cbf:[36,38],a3b0ce167d6d:[16,17],a3b2377b7de1:[38,39],a3c009c8:[44,45],a3c884939561:23,a3cf4f273a3:[34,35],a3d5f865:[44,45],a3dae2881da3:36,a3eee11e4e9:9,a3fec9cb1:[44,45],a40b4b4f688d:24,a40f39c43:46,a41470c94920:20,a4178079:[44,45],a41ddc53f979:[14,15],a420f6c23b46:[9,10],a42605426:[44,45],a426841eeba2:[14,15],a4278d1df874:[38,39],a42e940b874c:[34,35],a42eb15a2cc9:[14,15],a42f29857e7:[42,43],a4349da67c9c:[38,39],a43e9a66aae9:[36,37],a448c4e2:[44,45],a45ace1ec733:[36,37],a46943dd8677:[36,37],a4746b6f2924:[34,35,37],a4764278f667:[9,10],a47c3bc95b0d:36,a47f74aceddf:36,a48f4e959904:36,a48f950445f1:[14,15],a498dc4e94fb:[9,10],a49be1a5d21b:[34,35,37],a49f91cfee8ad2:16,a4a2740828dd:[36,37],a4bd21d1:46,a4c72a5f2da8:[42,43],a4d47c4e68cc:14,a4d8ef54250c:[36,37],a4dc66b8d1c6:[9,10],a4dca215e867:[34,35,37],a4dd8cf996ba:[34,35],a4e02fc08289:[34,35],a4e0f636:[44,45],a4e14b209192:[36,37],a4e1c3426e15:[34,35],a4e9bdd5d47c:[16,17],a4eb7f02:27,a4eb7f02f997:18,a4eb7f02f9:18,a4edaf6ce18b:[42,43],a4f8acbeb:[44,45],a4fbdbc6:[44,45],a50115980:[44,45],a5038b4ccaf2:[42,43],a50e4ddf:[44,45],a515f16a4a30:[36,37],a51a38812:[44,45],a523298bc1e3:[9,10],a52846d8be94:[36,37],a52d45742151:[38,39],a5324c2da189:9,a5399a3cb1d0:36,a54de9465ed1:36,a54eba35a902:[34,35],a5530359e129:34,a55bc817001f:[14,15],a55c46d5:[44,45],a55d71421:46,a56250e422b:[9,10],a563b914d6dc:[14,15],a565a2837a60:[16,17],a567fae92a16:36,a5742af70:46,a5764dd3:[44,45],a57d9746ec97:36,a596975350682:28,a59697535068:27,a5969753:27,a5982dd2d6a9:[34,35],a59d4f7d2f4:9,a59fbce9c954:[42,43],a5a32e86f3e2:[34,35],a5aa22f2:46,a5b5103756c8:[9,10],a5c403221e3:[38,39],a5c731ef077d:[42,43],a5d11b476381:[38,39],a5e13152b439:[36,37],a5f5a3baefa6:[9,11],a5f80e0a9a40:[14,15],a5f986ed76b3:[9,10],a5fb7125def7:14,a5fea186:46,a61200c516f7:[14,15],a6131d3a215d:[36,37],a62a7bea5:46,a62b221b2fc8:[9,10],a656e358f1a1:[9,10],a65f239bf383:[34,35,37],a66ed7d25440:36,a66f5a81000d:[42,43],a681d519d4dc:[14,15],a682d4b3a60:[36,37],a69039374bb:[14,15],a690866298f5:[36,37],a690cdb01:[44,45],a69715d78:[44,45],a697687b5e5:[42,43],a69cb64611f3:[9,10],a6a022676:46,a6a2279a:[44,45],a6ab2972787f:[42,43],a6ac440a808a:[42,43],a6b70d6c06d2:[42,43],a6bbe935f0a1:[42,43],a6bd3b6514e0:14,a6cb27b4cfab:[36,37],a6cceeddf:46,a6ceb537f74d:[36,37],a6d6b5da3da4:[9,10],a6df8bea1715:[36,37],a6f1075b8955:36,a6f3245eda74:[36,38,39],a6f4df381b97:[42,43],a6f4df381b:43,a6f4df3:[44,45],a6fbe229:46,a6fca4819fd1:[36,37],a70922169308:[42,43],a712f59387fd:[36,37],a71a6ca61725:[14,16,17],a71e1b334:46,a729adbb1966:[34,37],a72d055d9337:[14,15],a7311993a7c8:9,a733a70261d1:36,a752f2d908d1:[9,10],a7540bd6:46,a75cc465a:46,a762d9d1:46,a76d69766:[44,45],a76fe8f24e07:[34,37],a77117372fe:[36,37],a7739158a:[44,45],a77fcb358:46,a7817cd22ca3:[36,37],a7855bdd6593:38,a785ba7bd82a:[36,37],a7864968:[44,45],a7892148b:[44,45],a78bf50e02dd:[42,43],a797a19687a3:[9,10],a7b46bd16dfc:[36,37],a7bf0135fb18:36,a7c613eb:[44,45],a7c8ac4df4e1:[38,39],a7d5df492731:36,a7d60085f:46,a7decd2eeff5:14,a7e1efe864ad:[38,39],a7e21bc75bf9:[34,35],a7e462f2d2b7:19,a7f98e8fe346:[14,15],a7fb2f87578c:25,a800fa35b822:[36,37],a801fcf53:[44,45],a80b3cac1053:[14,15],a80d726abf60:[42,43],a810d1f:[44,45],a8111666cbd:[36,37],a815e84b:46,a8191a20:46,a8343d5f1a0d:[42,43],a8368a4f4:[44,45],a83a93a35943:32,a84a3f3af197:[36,37],a850f50a0433:25,a8673e5364a6:30,a8686c27d27:[36,37],a8700b5beeab:[34,35],a87142ef6:[44,45],a87862cee268df:16,a880ffe3a854:[42,43],a89240102641:36,a8a1e493ee03:20,a8a2c3a4f7e8:[36,37],a8ae4fab627a:[36,37],a8b0039d4e3a:[14,15],a8b5cf553026:[9,11],a8bf720f6890:[14,15],a8c636919:46,a8cfb0906643:[14,15],a8d65df44910:[36,37],a8e017aca599:[9,10],a8e1c697ae15:36,a8e6cc3f4752:[14,15],a8edea55c6dd:[36,37],a8ef67b96804:[9,10],a8f19539edc5:[34,35],a9040e3c67fd:[9,10],a908d8307ad7:[36,37],a911c8a49:[44,45],a91c5531f:[44,45],a92f432eae5b:[36,37],a92f91459eb2:[36,37],a941f8b75cdc:[16,17],a941f8b75cdcd4:[16,17],a941f8b75cdcd:34,a941f8b7:35,a94951a93fd3:23,a94bc7eedf31:[14,15],a950157bf:[44,45],a950fd78:[44,45],a95709f74:[44,45],a95f3b5f7c11:[9,10],a96739c6c1cd:[38,39],a96914fab:[44,45],a9697e7b95a6:[36,37],a9774d7a:[44,45],a9791bdb:[44,45],a97dbdf5b265:36,a98ca2e80d49:[42,43],a98d9a843a71:[38,39],a98ec3b12009:36,a99727e54d98:[9,10],a9986addb4ff:[34,35],a9a0baba8c4c:[9,10],a9a2d59b2758:30,a9a87cd013c6:[9,10],a9a9d57:[44,45],a9aa7be26b1f:[42,43],a9addc3db4f8:[42,43],a9b71d90c:[44,45],a9c72287f685:[36,37],a9d92e24d4b2:[16,17],a9e7978b5816:[36,37],a9e9c6f0daff:[34,35],a9f93cb8d542:36,aa0883bae4fa:[9,10],aa0d5610f6aa:[34,35],aa0df6e89b16:[34,35],aa122e3e9:[44,45],aa14edfd21c2:[36,37],aa18e987116a:36,aa1bf832ebb5:[36,37],aa1c91c061f7:[34,35,37],aa23987dd043:[14,15],aa29996aa300:20,aa29d07f1fec:36,aa2d71a:[44,45],aa2e2ac80:46,aa313fb234e1:[9,10],aa38078b2e09:[42,43],aa3958c83f6:[16,17],aa3fc69f:[44,45],aa42e9dd4fc0:20,aa4a14d415c7:[42,43],aa52f943:[44,45],aa56d9a2abdb:[38,39],aa596b2c1034:[42,43],aa59e48064b4:[16,17],aa5c5ff1:[44,45],aa5d9565d0d1:[14,15],aa5e361a94c9:[9,10],aa62415e8d84:[42,43],aa694ea0:[44,45],aa7a85e18:46,aa8214d35b7ad7:[14,15],aa82932e7190:[9,10],aa9068ab:[44,45],aa94a39eb:37,aa97e176b1b:[34,35],aaaf653cdc31:30,aab9c442:[44,45],aac415d94083:36,aac8421a2554:[36,37],aac9abe6ccab:20,aacraid:0,aad465f4b:[44,45],aade92abb:[44,45],aae5b3e33:[44,45],aaron:[42,43,44,45],ab011048f27:19,ab0fc4ba6ffb:[14,15],ab10b2e62e58:[36,38,39],ab1b05d2:[44,45],ab21d9215c0:[36,37],ab24d311:[44,45],ab3afc32f1e6:[42,43],ab41d473f8b6:36,ab4dc96:[44,45],ab4ea694f5ba:[42,43],ab50249172ff:[36,37],ab529a39796508:[14,15],ab6efc5935dc:[38,39],ab7f5582fdba:[14,15],ab9139914:[44,45],ab9d2e931925:[42,43],abb3817:[44,45],abc7d754b770:[9,11],abc:[44,45],abd17b24a5a:[38,39],abd33f794b04:[9,11],abe4c479:46,abe84794dea8:[42,43],abf11187330d:[42,43],abf3e4c6:[44,45],abf673285:[44,45],abf8e7e7:44,abhishek:[14,15,16,17,36,37,38,39],abi:[44,45],abil:[9,10,23,36,38,39],abist:[16,17,36,37],abist_sram_mode_dc:[36,37],abnorm:[9,10,44,45],abort:[14,15,20,22,30,34,35,36,37,38,39,44,45],about:[2,16,17,36,41,44,45],abov:[9,10,14,15,36],abr:[42,43],abu:[9,10,11,14,15,16,17,27,34,35,36,37,38,39,44,45],ac003eb126a0:[42,43],ac02557:46,ac08f4aa:46,ac0c8f0e7bdb:[14,15],ac11641f1d70:[16,17],ac15fd763d3:36,ac16abb5df81:[42,43],ac21d7508c54:[9,10],ac226d2c98ad:38,ac2deccdd5c7:[9,10],ac2efc87f:[44,45],ac2fd033cc0b:[42,43],ac3743759da3:27,ac3d2e3ea9a9:[34,35],ac4272bf5e73:[14,15],ac53c27a467b:36,ac59ecec5ca8:[16,17],ac6059026442:[34,35],ac65f20:46,ac685bccd889:[9,10],ac6b97d1a4ff:[42,43],ac6f1599ff33:[9,10],ac734a084319:[42,43],ac7a4f206ef:[38,39],ac7f3d7b4b95:[9,10],ac8a62b09c63:9,ac9567422748:[34,35],ac96eaf6e918:[36,37],ac97ba7a:[44,45],ac9e1fdb6115:23,ac_package_bugreport:[14,15],acb0f2160500:[36,37],acb73cf1f:37,acbec491:46,accb97c18e8c:[34,35],accept:[3,6,14,15,38,39,46],access:[9,10,11,14,15,16,17,19,20,21,29,34,35,36,37,38,39,41,42,43,44,45,46],access_delay_reg:[9,10],accessor:[9,10,14,15,20,36,37,38,39,41,42,43,44,45,46],accessor_wrapp:[38,39],accesss:[38,39],accommod:[34,37,42,44,45,46],accord:[9,10,38],account:[9,10,36,37,41,42,43,44,45],acd09d45c209:[42,43],acd134ba521f:36,acd49fe41045:[14,15],acd5701c7db:23,acdff8a39:[44,45],ace2c563f607:[14,15],ace31fa4b8c6:[14,15],ace80025:[44,45],acedcb2b0fb20:28,acedcb2b0fb2:27,acedcb2b:27,acen:0,acf2c345a98d:[9,10],achiev:[28,34,35,36],ack:[19,20,23,28,34,35,36,37,38,39,44,45],acker:[9,10,36],acknowledg:[9,10],acquir:[36,37],across:[16,17,30,34,35,36,37,38,39],acsawdei:[44,45],act:[14,44,45],action0:[27,34,35,37],action:[9,10,11,14,15,20,23,34,35,36,37,38,39,44],activ:[3,7,28,34,35,36,37,44,45],active_cor:[16,17],actual:[9,10,16,17,20,36,37,38,39,41,44,45,46],actuat:[9,10],ad0861c914e8:9,ad0941960bd0:[16,17],ad181494c943:[34,35],ad1c30eb712f:36,ad2ca201f46c:[36,37],ad388de1a208:[38,39],ad43d96deda9:[14,15],ad4459feb84a:[16,17],ad4b74504674:[34,35],ad517636c3d0:[16,17],ad52fe4087a2:[36,37],ad58f8da1d4f:[34,35],ad61b0a90ea1:[42,43],ad63e26bd:46,ad724500847:[9,10],ad7e9a67:[44,45],ad85537c7c36:[16,17],ad8653d6a:[44,45],ad869ece5ca:[14,15],ad88dac2:[44,45],ad8ca5af2:46,ad8cdd0f:[44,45],ad8cf02d85d0:[14,15],ad8ec727bc7f:[16,17],ad92cf94b5f7:21,ad9bb2d1e41c:[42,43],ad9f0ab:[44,45],ad9f7963:[44,45],ada2c16282bb:19,ada2cd8dd6c8:16,adaf8f7d6eec:[36,37],adam:[9,10,34,35,36,37,42,44,45,46],adapt:[9,16,17,29,34,35,37,38,39,44,45,46],adaptec:0,adaptor:0,adc384e6:[44,45],adc61f1bd:[44,45],adc84473391d:[9,10],adc91be44ab6:[34,37],adc:46,add1:[44,45],add228241007:[36,37],add78b915e7:[36,37],add:[0,7,9,10,11,14,15,16,17,19,20,21,22,23,25,26,27,28,30,34,35,36,37,38,39,40,41,42,43,44,45,46],addbuscallout:[36,37],addcopyright:[44,45],added:[4,9,10,14,15,34,35,36,37,38,39,41,42,43,44,45,46],addextmemmrudata:[34,35],addhwcallout:[36,37],addimgid:[36,37],adding:[0,9,10,14,15,34,35,36,37,38,39,44,45,46],addit:[9,10,14,15,16,17,19,29,34,35,36,37,38,39,41,42,43,44,45,46,48],addition:[16,17],addr2func:[42,43],addr2lin:[42,43],addr:[9,10,28,30,34,35,36,37,42,43,44,45,46],address:[0,9,10,11,14,15,16,17,23,30,33,34,35,36,37,38,39,41,42,43,44,45,46],ade048149:[44,45],ader:[14,15,16,17,19],adf78f8e0538:[38,42,43],adfb175c5:46,adher:3,adiga:[9,10,14,15,27,34,35,38,39],adjust:[9,10,14,15,34,35,36,37,38,39,42,43,44,45,46],adjusthbiphyss:[36,37],adrian:[9,10,14,15,16,17,34,35,36,37],adriana:[9,10,20,36,37],adu:[9,10,11,36,37],adu_scom:[36,37],advanc:[9,10,14,15,28,34,35,36,37,42,43],advertis:[21,23,36,38,39],ae0fa99d821a:[9,10],ae1ac07ebcac:[9,11],ae2de39b80d:[42,43],ae388288d:[44,45],ae412fdaabaa:[42,43],ae422255bfa3:[9,11],ae46c0e9d2bf:20,ae49a214c:46,ae546e0b6d97:[36,37],ae5e20e397bf:[16,17],ae61756b99d9:25,ae718b725e8c:[36,37],ae7863d01445:[42,43],ae7ba42544d4:14,ae7fd02c2115:[42,43],ae850cf7588d:[36,37],ae8c69b80:[44,45],ae8ef5df:[44,45],ae947a88fec9:20,ae9fb433:[44,45],aea300c8:[44,45],aeaa72448:[44,45],aeb359a820e:[42,43],aeb366970e0c:[36,37],aeb4b5e9cab8:23,aec1db2cade:[9,10],aed6647b5f80:[9,10],aed7e4e74ffd:20,aed872bfb917:[9,10],aedc6f0a892:[9,10],aee37bdb6f32:[36,37],aee8470bb261:[36,37],aee9b0218454:[9,10],aeec96752c1a:[9,11],aeed09827aef:[36,37],aef097bf:46,aef73dab2:46,aeff6ed3:44,aer:46,af06bf24063:[42,43],af190d18:[44,45],af1cbe34c85d:34,af1e535c:[44,45],af203750b8e6:[9,10],af26129b7229:20,af2b:16,af316fed0205:24,af3984c4f:[44,45],af40291dc92d:[34,35],af4454c30:[44,45],af548636493d:[9,10],af570fbad576:[36,37],af5a3ee925d1:38,af5c2978dbcd:[36,38,39],af5c391af:[44,45],af6712fe5c03:[38,39],af698e0c2096:[42,43],af6d53905913:[42,43],af6f77c1aab7:32,af720656:46,af797ecccc7:28,af7c59027d7b:[34,35],af8209da:[44,45],af8c4dbd803d:22,af98c563:[44,45],afa0689dd90b:[36,37],afa37a7e9bc0:[42,43],afa7087e71f:[9,10],afc4bd08c5bf:[14,15],afc89188010b:[16,17],afdc9cd94432:36,afddb39b:[44,45],afe10960c138:[9,10],afe6bc90:46,afeaf784d:[44,45],afef7d511178:20,aff20d90b967:[42,43],aff61dd84b01:[9,11],affect:11,afferm:[38,39],affin:[34,35],after:[9,10,11,14,15,16,17,20,25,27,28,30,32,34,35,36,37,38,39,41,42,43,44,45,46],after_p9a_omi_init:[44,45],again:[11,14,15,33,34,36,38,39],against:[3,9,14,15,38,39,42,43],agarw:[14,15,16,17,36,37],age:[14,15,16,17,18],aggress:[20,36,37],agnost:[16,17,42,43],agre:3,agress:36,aib:[22,36,37],aid:[34,35],aim:[3,4,5,38,39],aka:[44,45,46],akshai:[9,10,14,15,27,34,35,38,39],alert:[30,36,37,44,45],alert_pin_cfg:46,alex:[14,15],alexei:[9,11,19,21,23,34,35,36,37,38,39,42,43,44,45],algorithm:[28,34,35,36,37,38,39,40,42,43,44,45,46],align:[9,10,14,15,16,17,30,34,35,36,37,42,43,44,45],alink:[9,10,28,34,36,37,38,39,44,45],alistair:[9,10,11,14,15,16,17,36,37,42,43,44,45],all:[3,4,9,10,11,14,15,16,17,19,20,27,29,30,34,35,36,37,38,39,40,41,42,43,44,45,46,48],alloc:[9,10,14,15,19,20,29,36,37,41,42,43,44,45,46],allow:[3,9,10,14,15,16,17,19,20,21,23,25,26,34,35,36,37,38,39,40,42,43,44,45,46],allow_reg_wakeup:[9,10,14,15],alloweras:[38,39],alm:16,alon:[20,34,35,36],along:[28,36,37],alpana:[9,10,14,15,34,36,37],alreadi:[3,7,9,10,14,15,16,17,36,38,39,46],also:[7,9,11,14,15,33,38,39,41,44,45,46],alt:[14,15,38,39,44,45],alt_m:[9,10],altd_opt:[14,15],alteon:0,alter:[16,17],altern:[14,15,44,45],although:[4,41],altivec:[36,37],alvin:[36,37,38,39,42,43,44,45,46],alwai:[4,9,10,11,14,15,16,17,22,23,34,35,36,37,38,39,41,44,45,48],ambo:[16,17],amec:[44,45],amend:[42,43],amest:[14,15,36,37,42,43],ami:[16,17,20,34,35,36,38,39],amit:[9,10,14,15,34,35,36,37,44,45],amita:46,amo:[14,15],amo_limit_select:[9,10],among:[9,10,14,15,34,35,36,44,45],analysi:[9,10,11,14,15,34,35,36,37,44,45,46],analyz:[36,37],analyzecestat:[34,35],analyzeeccerror:[34,35],analyzefetchmp:[42,43],analyzeocmb:46,analyzephas:[34,35],ananth:[9,10],anchor:[42,43],andr:[9,10,11,14,15,16,17,18,30,32,34,35,36,37,38,39,40,42,43,44,45,46],andrew:[9,10,11,14,15,19,20,23,25,28,34,35,36,37,38,39,42,43,44,45,46],aner:[16,17],angri:[9,10,14,15],ani:[3,4,9,10,14,15,20,21,26,27,28,29,30,31,32,33,34,35,36,37,38,44,45,48],anju:[38,39],ankit:[34,35],annoi:[9,10],annot:[44,45,46],anomali:[42,43],anoth:[14,15,19,33,36,37,41],anti:[9,10,46],anton:[16,17,46],anusha:[9,10,14,15,36,37],anuwat:36,anymor:[9,11],anyth:[34,35,38,39,42,43],aoc:0,apach:[44,45],apb:36,apc:33,apc_fsm_read_mask:[33,36,37],api:[9,10,11,14,15,34,35,36,37,38,39,41,42,43,44,45,46],apollo:[42,43],app:[9,10],append:48,appl:[44,45],appli:[4,9,10,14,15,16,17,34,36,37,38,39,41,44,45],applic:[9,10,34,37],applyraspolici:[34,35,37],applytargetingstyl:[36,37],appropri:[3,29,34,36,37,41,42,43,46],approv:[36,37],april:[15,39,40,42,43,45],apss:[9,10,16,17,34,35,42,43],araujo:[14,15],aravnair:[9,10,14,15,34,35,36,37,42,43],arb:[9,10,14,15],arbab:[9,10,11,14,15,16,17,22,28,34,36,37,38,39,42,43,44,45],arbitrari:[9,10],arch1:[36,37],arch2:[36,37],arch:[44,45],arch_reg:[36,37],arch_unknown:[44,45],architect:[36,37,44,45],archiv:[14,15],area:[9,10,11,34,35,36,37,38,39,44,45,46],arg:[42,43],argument:[9,10,16,17,20,36,37,38,39,41,42,43,44,45,46],ari:[14,15,16,17,18,21],arm:[9,10,36,42,43,44,45,46],armwf:[36,37],around:[2,9,10,11,14,15,20,31,36,37,38,39,41,42,43],arrai:[9,10,11,14,15,16,17,28,34,36,37,38,39,42,43,44,45],arrow:[9,10,14,15],artem:[14,15,16,17,36,37,38,39,42,43,44,45,46],articl:3,artifact:[36,37],artmiss:36,arx:[9,10,14,15,36,37],asap:4,asic:44,ask:7,asm:[9,10,14,15,16,17,38,39,44,45,46],assembl:[2,3,16,17,42,43],assert:[9,10,14,15,16,17,20,25,27,30,34,35,36,37,38,39,41,42,43,44,45,46],assert_perst:[41,42,43],assign:[9,10,14,15,16,17,38,39,41,42,43,44,45],assist:[36,37,38,44,45],associ:[9,10,16,17,34,35,37,41,44,45],associt:[44,45],assort:[44,45],assum:[12,29],assumpt:[16,17,36,37],ast2400:[36,37],ast:[20,34,35,36,37,38,39],ast_sio_is_en:[36,38,39],astbmc:[14,15,16,17,20,34,35,36,37,38,39,42,43,44,45],async:[9,11,34,36,37,38,39],async_nest_freq_mhz:[9,10,36],asynchron:[38,39],atag:[14,15],atom:[9,10,14,15,36,37],atr:[44,45],atrmiss:[38,39,42,43],atsd:[28,34,35,36,37,38,39,44,45],attach:[29,30,36,37],attempt:[9,10,11,14,15,23,36,37,38,39,41,44,45],attent:[9,10,16,17,20,28,30,32,34,35,36,37,44,45,46],attn:[9,10,11,14,16,34,35,36,37,38,39,44,45,46],attnsvc:[36,37],attr:[9,10,11,14,15,34,35,36,37,38,39,42,43,44,45,46],attr_:[14,15],attr_backup_seeprom_select:[9,10],attr_bad_dq_bitmap:[34,35],attr_cen_cdimm_vpd_master_total_power_slop:[36,37],attr_cen_ecid:[9,10],attr_cen_lrdimm_rank_mult_mod:[36,37],attr_cen_mss_vref_cal_cntl:[36,37],attr_cen_schmoo_multiple_setup_cal:[34,35,37],attr_cen_vpd_dram_address_mirror:[14,15],attr_chip_ec_feature_core_smf_setup:[42,43],attr_chip_ec_feature_hw406337:[14,15],attr_clock_pll_mux:[36,37],attr_dmi_inband_bar_en:[14,15],attr_ec_gard:14,attr_ecid:[9,10],attr_eff_dram_col:[36,37],attr_eff_dram_row:[36,37],attr_eff_rank_group_overrid:36,attr_enabled_obus_brick:[36,38,39],attr_engin:[44,45],attr_engine_trait:[38,39],attr_eq_gard:14,attr_fabric_group:[34,35],attr_fabric_present_group:[9,10],attr_freq_bias_:[9,10],attr_freq_mca_mhz:[14,42,43],attr_freq_omi_mhz:[42,43],attr_i2c_bus_speed_arrai:[38,39],attr_i2c_dev_typ:46,attr_key_clear_request:44,attr_link_train:[9,10],attr_lpc_console_cnfg:[36,37],attr_max_compute_nodes_per_system:[36,37],attr_mba_dimm:[34,35,37],attr_mba_port:[34,35,37],attr_mc_pll_bucket:[42,43],attr_mem_eff_dimm_s:[42,43],attr_mem_eff_module_mfg_id:46,attr_mem_ignore_plug_rul:[44,45],attr_mem_vpd_dq_map:[44,45],attr_model:[36,37],attr_mrw_enhanced_grouping_no_mirror:36,attr_mss_interleave_en:[40,42,43],attr_mss_mem_mvpd_fwm:36,attr_mss_mrw_allow_unsupported_rcw:[14,15],attr_mss_mrw_force_bcmode_off:[14,15],attr_mss_mrw_nvdimm_slot_posit:[42,43],attr_mss_mrw_supported_freq:[42,43],attr_mss_ocmb_exp_boot_config_dfe_dis:[44,45],attr_mss_ocmb_exp_omi_cfg_endian_ctrl:[42,43],attr_mss_ocmb_half_dimm_mod:[44,45],attr_mss_vpd_mr_dphy_rlo:[44,45],attr_mss_wr_vref_offset:[9,10,36],attr_nam:[42,43],attr_nvdimm_arm:[42,43],attr_nvdimm_encryption_en:[42,43],attr_omi_dl_group_po:[38,39],attr_omi_dl_num:[38,39],attr_omi_inband_bar_base_addr_offset:[42,43],attr_pbax_groupid:[14,15],attr_peer_target:[9,10],attr_pmcr_most_recent_mod:[36,38,39],attr_proc_chip_mem_to_us:[16,17,36,37],attr_proc_eff_fabric_chip_id:[34,35,37],attr_proc_fabric_group_id:[9,10],attr_proc_pcie_phb_act:46,attr_proc_sbe_master_chip:[9,10],attr_reconfigure_loop:[14,15,42,43],attr_rel_po:[36,37],attr_risk_level:9,attr_skip_wakeup:9,attr_smf_config:[36,37],attr_spcwkup_count:[36,37],attr_spd_overrid:[38,39],attr_start_cbs_fifo_reset_skip:[36,37],attr_tmp:[44,45],attr_xscom_base_address:[44,45],attrib:[9,10,34,37],attribut:[9,10,11,14,15,16,17,20,28,32,34,35,36,37,38,39,42,43,44,45,46],attribute_info:[36,37],attribute_typ:[34,35,36,37],attributeenum:[9,10],attributeoverrid:[9,10],attributetank:[42,43],attrrp:[9,11,34,35,37],attrrp_rt:14,audit:[9,10],aue:[9,10],augment:[36,37,44,45],august:[30,31,32,33],austin:46,auth:46,auth_msg_decrypt:[38,40],auto:[9,14,15,36,37,42,43,44,45],autoboot:[9,10,14,15,19],autocitest:[14,15,38,39],autogener:46,autom:[14,15],automat:[36,37,44,45],autopoint:[9,10,11,14,15,16,17,19,30,34,35,37],autorun:38,autotool:[9,10,11,14,15,16,17,19,30,34,35,37],aux:36,avail:[9,10,14,15,16,17,20,29,36,37,38,39,41,42,44,45],averag:[21,38,39],avoid:[9,10,11,14,15,21,22,29,34,35,36,37,38,41,42,43,44,45,46],avsbu:[9,10,16,17,34,35,37],awai:[9,10,11,38,39,44,45],awan:[9,10,11,36],awar:[9,10],axon:[9,14,15,16,17,34,36,37,38,39,40,42,43,44,45,46],axone_mss_freq:[44,45],axone_pre_data_engin:36,axone_sync:[42,43],axten:[14,15],b0117a_1802:[9,10],b0121a_1904:36,b01425166372:36,b02210a00b1:[14,15],b0222a_1810:[14,15],b0255985c87e:[9,10],b0270a92f421:[36,37],b031344b3316:[42,43],b0316a_1813:[14,15],b03906a9:[44,45],b0414a_1815:16,b047a25de8a6:[42,43],b05b7eb2:[44,45],b0608a_1823:[34,35,37],b06099df:[44,45],b0620a_1925:[42,43],b0629a_2026:46,b0710c_1827:[36,37],b072dcdd5a9a:[38,39],b07aab28c595:[42,43],b0813a_1832:[36,37],b082b5771c9d:[42,43],b0884b3032d:[9,10],b0884b3032df60:[14,15],b0884b3032df:[9,10],b08d198b9ee4:[16,17],b08d6146f834:36,b08f9e7eb4a7:36,b08fe621d:[44,45],b09e48ffcdbf:[34,35],b0a9477ec9a6:[34,35],b0a9a93e45dd:[9,10],b0ab4fd697a7:36,b0b1f035aaad:[42,43],b0c72bd00938:[36,37],b0cd81c61:[44,45],b0decd01a99a:42,b0e02421:[44,45],b0eb26a290f0:[14,15],b0f0228ff:[44,45],b0f4906b589d:[9,10],b0f4bd1e57b5:[9,10],b10263aeedd3:[16,17],b1090a522:[44,45],b1109a_1746:[9,10],b1112ad7:[9,10],b1114a_1846:[36,37],b1190f403248:[14,15],b119ea556c15:[42,43],b11dfa90dbfc15:[14,15,16,17],b125b82562fc:[9,10],b12a2a3c601c:[36,37],b1386622238e:[14,15],b1415469:[44,45],b14259e6b41a:[34,35,37],b1453b6ce600:[36,37],b14a5af2c1a4:[9,10],b1534d2eee2f:[9,10],b175658f8526:28,b1771bfafee1:[34,35],b179d8ff62a8:18,b17a0278:46,b17f5a628c59:[9,10],b187d9dec127:[36,37],b18d2e584159:[16,17],b199e0c9:[44,45],b1a583763dfb:[42,43],b1c006980fb3:34,b1c1b2cc5e78:[38,39],b1c57628:[44,45],b1ca9dbf1eab:[42,43],b1d0900ad706:[9,11],b1d421875b4c:[38,39],b1dee4a43dc3:[34,35],b1e13ff2022b:36,b1e597ec9bdb:[14,15],b1ec6c18b:[44,45],b1f4e911b9b7:[9,10],b1f8194a584a:30,b1fc7ca:46,b2027cd8b704:36,b20312eb6ee5:[36,38,39],b2054c43315d:[34,35],b210f15c69933e:[14,15],b210f15c699:9,b211d20162c8:[36,37],b221671e5:[44,45],b224457:[44,45],b22701137048:[34,35],b22fa9e19c1a:36,b230076:[44,45],b23632654:[44,45],b23d7714b4b8:[34,35],b24deec9bad7:[36,37],b2548e254811:[38,39],b255bf6cc5d8:[36,37],b265c68d057a:[36,37],b26bb8d32b9f:[34,35],b26e6d85c030:[36,37],b27a71f308e1:[9,10],b28407123:[44,45],b2971fa73897:[36,37],b2a1839e628a:36,b2aa713cda5b:23,b2b481c6:[44,45],b2bc013b1413:[14,15],b2be220bb:[44,45],b2bffd27478b:14,b2c2ca936ce6:[34,35,37],b2cf0aa44b39:[36,37],b2db756845d1:[36,37],b2e120fa5b0:36,b2e5a7b:[44,45],b2e9:16,b2ff2dd0c8e5:[36,37],b3043ae16:[44,45],b3047ddb1:[44,45],b3073568dbd8:9,b30aa3595760:[36,37],b310e8f7:[44,45],b3180c3a:[44,45],b31ac249651c:[14,15],b31c43a6c27:[38,39],b3290cc00d17:36,b32ddeb7ea0d:[34,35],b339e05c57725c:[14,16,17],b33ad4d3ed54:[42,43],b33ed1e6b6b0:[9,10],b342ec7d38cc:[36,37],b364d7b062bf:[34,35,37],b377d2191c6a:36,b37f41b2c08c:[34,37],b38e80aebe0:[36,37],b392d785eb49:[38,39],b397d8d630ac:[38,39],b3996f56863f:[42,43],b3a13fea:46,b3a1d3d42294:[9,10],b3a2f75d837f:[16,17],b3bc840c1d85:38,b3c0accf:[44,45],b3c214b8b836:[36,37],b3c5dca5b4df:36,b3e14c46ecb0:[9,11],b3e359badd40:[34,35,37],b3ed27ff6ef8:[42,43],b3fa96125e20:23,b3fb97c332b6fc:[14,15,16,17],b403e6730:[44,45],b4074ba8d:[44,45],b407cfc0f325:[36,37],b41553c22402:[9,10],b4200fb8:[44,45],b424be0fc:[44,45],b43117d2f234:19,b43c5809:[44,45],b445b93fc21e:[38,39],b449782d:[44,45],b44d7913:[44,45],b455f921905d:36,b456c82ad820:[14,15],b46364f8852b:[36,37],b465be797e86:[36,37],b4699ae10c2a:[14,15],b46d5428:46,b46f051b9884:[36,37],b472f9238dac:[9,10],b47bb02590da:[9,10],b47f658c6e96:[14,15],b47fb5983:[44,45],b481ff043:[44,45],b4958610:46,b496cab97086:[38,39],b49aeb84:46,b4a02f79820b:[34,35],b4a7e97c1806:[36,37],b4b0c9b9:[44,45],b4b596393e71:[42,43],b4b84d189:[44,45],b4bd4e7e0e75:[38,39],b4cd81ba1:46,b4d32e92638b:36,b4d86165b:46,b4e6c0ba:46,b50406ba4878:38,b504f2737e9b:[9,10],b507209d2266:38,b51252885ec6:[14,15],b51298075aee40:[14,16,17],b51298075aee:14,b542fd639299:9,b547df61bdad:[36,37],b5499344e2e1:[42,43],b54f:16,b550f3ec:46,b557b79a3a3c:[42,43],b55b:16,b55bb2e9496b:16,b5704a1d3f19:[36,37],b570fb646289:[38,39],b573dd73e95a:36,b57a5380aa48:[9,11],b57b1a9333a5:[16,17],b5986b2c0d1a:[14,15],b5a192341afa:[36,37],b5a8ad90ae2d:36,b5b8ae989e51:[14,15],b5c22130:[44,45],b5c57afe40a8:[14,15],b5c6e0b3b0d4:36,b5c863a86427:[34,35],b5c9d09d0677:[14,15],b5e9f70eb916:[38,39],b5edb1692b7f:[36,37],b5f1fd30ef56:[14,15],b5fedb0fcbc0:9,b6054b3ff395:[9,10],b60f5da2bde2:36,b61115da3278:[9,11],b61625064744:23,b61b4966edc3:36,b63096b65bb9:[42,43],b632f2cf6a4c:[42,43],b63b778e7feb:[14,15],b63c84765363:36,b64b3544d90b:[36,38,39],b65fd5bcb57d:[14,15],b6605667cf80:[36,37],b66e5bafb:46,b673f22459ca:[38,39],b67d5512af01:23,b67db9d09b18:[36,37],b67e7b02:46,b684d89ee:[44,45],b68dcc1aa28b:36,b69116dcd8d6:[14,15],b69dc93d5b03:[9,10],b6b4eafa650c:[38,39],b6badfcb9:[44,45],b6c3a885a1ff:[16,17],b6c4337484ca:[36,37],b6cc82cb39c4:[36,37],b6d523412:46,b6de35b6896a:[36,37],b6de6f7655df:[14,15],b6e41fc3329:[14,15],b6e503999c4c:[42,43],b6e83bb17299:[14,15],b6ebee077d91:[36,37],b6ee17b168d8:24,b6f6fb58:[44,45],b6f70467b720:9,b6fce51e3170:[42,43],b7076783:[44,45],b70e8afd:[44,45],b711fc5353d2:36,b7141a03:46,b71db454f703:[14,15],b722a87509e1:[14,15],b725244e84a:[36,37],b72789bde76c:20,b72e88b9:[44,45],b731bda96:[44,45],b731dce860a0:[36,37],b742f96b:[44,45],b74ac8a05e42:27,b74acc4c3a24:9,b75034351145:36,b7536dec8c2a:32,b7546b534d95:[9,10],b7594b26929e:[36,38,39],b75cfea6155c:[42,43],b76217d67:46,b7658f97:[44,45],b76592c3358c:[14,15],b76911b9cadf:20,b772e1132cd5:[9,11],b776bb0f:[44,45],b77925c8ae2d:[16,17],b77dbedc8f3c:[34,35,37],b783b0264c7f:[34,35],b786e7ba1d34:[9,10],b788f99848d6:36,b788f99848d:9,b788f9984:37,b78b33c5a32a:[9,10],b78d823faf4f:[36,37],b7906419b3bc:[36,37],b79417a6c766:[14,15],b79b9ca39e1b:36,b7a44c225976:[34,35],b7b7b84ef565:[9,10],b7bc33f10f89:[9,10],b7c4af200:[44,45],b7d8c7cfb45e:[34,35,37],b7da4b95261b:36,b7e42ee4ac93:[42,43],b7ef293f:[44,45],b7f2b8f2:[44,45],b801b49cd1ba:[34,35],b801fd1a776f:[9,10],b80205824:[44,45],b8037fcdbe63:[34,35],b812fa3d16c:[36,38,39],b81a9c8640e6:[34,35,37],b81b843c9452:[9,10],b821f8c2a8e3:[38,39],b823dd50837a:[42,43],b82c9d49c743:[14,15],b8329fe2982d:[42,43],b8427c4aa072:36,b850083ce640:[38,39],b8522e84fe03:[9,10],b858aef5:[44,45],b85b02d31b6c:[36,37],b869f42b77f4:[34,35],b8702e2c6963:[36,37],b8720c117759:[38,39],b877a4e8b9ea:38,b87820bf1bcc:[9,11],b87ca4bf9:46,b87f07ac673a:[36,37],b89376bb:[44,45],b897d74ad16d:[42,43],b898a84dd4c2:36,b899067de964:[36,37],b8a8037ca194:[36,37],b8b1ebc1:[44,45],b8b4c79d4419:[38,39,41],b8bac56a:[44,45],b8cfbb22598c:[38,39],b8d9cda66:46,b8da2d84dff3:14,b8defe1b:[44,45],b8ebffe6e6a4:[9,10],b8f4e5009a34:[38,39],b8fd2c796b1e:[36,37],b904cb733750:[42,43],b90b08fc2f9a:[9,11],b90de1aae03c:23,b90ed8f11eac:[16,17],b933c9e13a62:36,b9374cdc6edc:[9,10],b93b22df1a8b:20,b93f63ad3:[44,45],b94740d30931:9,b94854d1f:[44,45],b94bb54f6569:[38,39],b94fbeaf137c:[9,11],b952df368d42:[42,43],b95951684667:[42,43],b95ca3802748:36,b95e95e56ed7:36,b963405eb350:[14,15],b965b9de25d2:[38,39],b9678e8f9164:36,b96edc83e949:[42,43],b96edc83e9:43,b96edc8:[44,45],b971b67ac2e1:[38,39],b9774c47eecd:[9,10],b98033264ca7:[9,10],b983851d8eb0:[34,37],b98f4c6b59fa:[14,15],b99004fb7:[44,45],b99ae92f6e5d:36,b99e4a419eec:[9,10],b9a994a7a57a:36,b9b668e5916:[38,39],b9b808b3f44e:[42,43],b9cb9f771:[44,45],b9cbe4f6:46,b9d5c1e0b525:36,b9d7c9da583a:[38,39],b9f23622a49f:[34,35],b9ff0e6ab036:20,ba0028f0e907:[9,10],ba05d3cfaca8:[42,43],ba0764361587:[36,37],ba07774edab2:[36,37],ba0aa772d541:[36,37],ba10ce12:[44,45],ba1d21e6905c:[16,17],ba1d95a1d460:[38,39],ba26156a6:46,ba27d42d879d:[36,37],ba2ab0af5bb9:[36,37],ba2bcf1cdba3:36,ba3bebb3a417:[16,17],ba4bad1ee5d6:[16,17],ba4fc129cd44:[36,37],ba540e0be90f:[9,10],ba55b796:[44,45],ba560090b:[44,45],ba6f0c6d234:[14,15],ba790597a:[44,45],ba7d374f:46,ba8144f917f5:[38,40],ba8c8bfc02ca:[16,17],ba8d9b8321dd:[36,37],ba9022fcf967:[9,10],ba977f2e4406:[42,43],ba9cad2c031b:[9,10],ba9db9d33:[44,45],baa4156c71f4:[34,35],baa6ab8c737:[36,37],baa99608f3cd:36,baad9527f:46,babbbd9e7ab4:[42,43],babd5a27dc06:36,bac79e21bb6f:19,back:[7,9,10,14,15,16,17,19,20,21,22,28,34,35,36,37,42,43,44,45,46],backdoor:[14,16,17],backend:[23,34,35,36,37,38,39,46],background:[34,35,44,45],backlog:[34,35,37],backplan:46,backport:3,backtick:[36,37],backtrac:[9,16,17,20,36,37,38,39,42,43,44,45,46],backup:[16,17,38,39,40,42,43],backward:9,bad74d247bcc:[42,43],bad7a125:46,bad:[9,10,11,14,15,16,17,23,30,33,34,35,36,37,38,39,41,42,43,44,45,46],bad_dq_bitmap:[42,43],baddqbitmap:[34,35],bae814c:[44,45],bae922f5:[44,45],bafdb81a24b5:36,bafe5de9d:[44,45],bail:[9,10,38,39,46],bailei:[9,10,20,36,37],baiocchi:[9,10,11,14,15,16,17,20,27,34,35,36,37,38,39,40,42,43,44,45,46],bakk:[9,10,11,14,15,16,17,34,35,37],balamuruhan:[44,45],balanc:[38,42,43],balasubramanian:[34,35,36,37],balbir:[9,11,16,17,34,35],ban:[9,10,34,35,37,46],banchhor:46,bandwidth:[21,29,36,37,38,39],bank:46,bar:[9,10,14,15,16,17,36,37,38,39,42,43,44,45,46],bare:[9,10,41],barebon:[16,17],barr:[16,17],barrat:[9,10,14,15,16,17,21,34,35,36,37,38,39,42,43,44,45,46],barrelei:9,barreley:[11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,37,38,39,40,42,43,46],barrera:[9,10,14,15,16,17,34,35,36,37],barrier:[9,10,33],base:[3,4,7,9,10,11,12,14,15,16,17,20,23,28,33,34,35,36,37,38,39,41,42,43,44,45,46],bash:[44,45],basic:[16,17,46],batra:[9,10,16,17,19,20,28,30,34,35,36,37,42,43,44,45,46],bauermann:[44,45,46],baughen:[42,43,44,45],bb004ba55073:[9,10],bb0079ea8490:[34,35],bb0509e82ee8:36,bb0c1121374c:[36,37],bb0dc7d71263:[14,15],bb0f098c:[44,45],bb2581994b16:[36,37],bb27c7219dc6:[36,37],bb3348c865a8:[14,15],bb3f88bb5df6:23,bb408ca82fa8:[42,43],bb445088:[44,45],bb49f3c5a19a:23,bb4e62e97086:30,bb61e86407c9:[36,37],bb6571fca:[44,45],bb6dc0455116:[36,37],bb703e413c36:[9,10],bb72cdc4:[44,45],bb794f948b1f:[34,35,37],bb8ed3193462:[42,43],bb9aebc6:[44,45],bb9e53906b0a:36,bba0660f44a8:36,bba0cab94144:[36,37],bba738e7b179:[9,10],bbad6ad29aab:[36,37],bbb4777f:[44,45],bbbd68a140c9:[42,43],bbbee5d9:[44,45],bbc1e12eb3c2:[36,37],bbcbbd3e071f:[38,39],bbce13954daa:[36,37],bbd317375f82:[9,10],bbd4b6cad455:[36,37],bbe5f003:[44,45],bbe6e969:[44,45],bbe9dd41d809:[14,15],bbeb38c59:[44,45],bbeb8d0cefc7:[36,37],bbee47025c11:[34,35],bbfd8738319f:[34,35],bbuild:[9,10,14,15,34,35,36,37,42,43,46],bc04b3a0:46,bc04bf1eef38:[42,43],bc0a30f0bc58:[42,43],bc0a70e3b2ec:19,bc0c2332263b:[36,37],bc12ed0cd438:36,bc1f1e44:[44,45],bc25f5c2407a:19,bc2b1de3beb2:[42,43],bc2d4987aef8:[34,35],bc363055ec19:[36,37],bc4196fe7:[44,45],bc5584c3145b:[42,43],bc70e540:[14,15],bc72973d:[44,45],bc74922ab1:[9,10],bc78a12cf399:36,bc80fc6b8435:36,bc8a1a20:[34,35,37],bc8b183fbea6:[9,10,14,15],bc9bb572d403:[36,37],bca23d31:[44,45],bca54fb07d0:14,bca5cf6af:[44,45],bca7c02f519d:[16,17],bcabe6e22:46,bcb140d015eb:[9,10],bcb2189aabb0:[34,37],bcc5a5535c2d:[9,10],bcc95466860e98:[16,17],bccafb637f17:36,bcd6d6f29:[44,45],bcdae9c49:[44,45],bcdd3f134970:[38,39],bce1c27699b3:[14,15],bce435643:[44,45],bce:36,bcea118c1c51:[42,43],bcecb8a2a15a:[38,39],bcecf330:46,bcee0de48654:[36,37],bcef4f1931d8:[9,10],bcfc61239031:[34,35,37],bcw:[36,37],bd04abf36c3f:32,bd0816fb2fc0:[34,37],bd0b22cd5586:34,bd0eb8fcc8d4:[42,43],bd1519429ab3:[9,10],bd17734ee3ab:34,bd1a08ab3e12:[38,39],bd1cd3c7d1fb:[14,15],bd23628e6e9d:36,bd3148541fc2:[16,17],bd440419c808:[36,37],bd473add8:[44,45],bd520255:[44,45],bd5c4de63cdd:[36,37],bd605ba0a030:[16,17],bd6194f5a864:[14,15],bd64f85b8581:[9,10],bd6572db:[44,45],bd6800942d1d:[36,37],bd70a097:46,bd720a49650:36,bd7bfe453ed6:[34,37],bd7d0b7b5d90:36,bd85928cb6ab:[14,15],bd92fe00:[44,45],bd961754223f:20,bd9839684d48:[38,39],bda479bb7563:[42,43],bdaa5b1d2af3:[38,39],bdb1634e8e6a:[36,37],bdbbfcac:[44,45],bdca64086:46,bdcb33b8fd84:[36,37],bdcf4483eb55:[42,43],bdd077a2256b:25,bdd0985889a6:[36,37],bdd579e3:46,bdd925aabbbb:[16,17],bde38b587bd2:[16,17],bde6d57b2757:42,bdf02135b46d:[42,43],bdf069fd1360:[36,37],bdf19fbcb226:23,bdf2pe_cach:[38,39],bdf:[44,45],bdfn:[9,10,38,39],be05ce9:[44,45],be07d93af71c:[38,39],be08f8a97099:[42,43],be0a3a2a7f4a:[9,10],be0d09d34335:[38,39],be1379de6e8:[9,10],be19b686:[44,45],be19efc55754:[9,10],be2net:0,be332624c2c1:22,be43a0489e06:[9,10],be4944d74f10:36,be49a4a11e70:[14,15],be49aca6d:[44,45],be4d594926a5:[34,37],be5361032953:[16,17],be54c89e7e97:[36,37],be5b9f4a0229:36,be64b15a256c:[36,37],be66eacff:46,be69d0cb3:[44,45],be6b65540fef:27,be6e9acb:[44,45],be6ed717c7a1:[36,37],be772a1e3:[44,45],be807f0fd7ec:[34,35],be8bb8fae414:[34,35,37],be8d21b4:[44,45],be9b22ecd3fc:[14,15],be9d6cfc4f9b:[42,43],be9f291604d8:[16,17],bea054feb650:[36,37],bea477bf4f9a:23,beaaeb86:[44,45],beacon:[28,36,37],beat:[44,45],beautifi:[9,11],bebe096ee242:[9,10],bec4516ef7a6:9,bec5a5f89adc:20,beca51100d6b:[36,37],becam:[44,46],becaus:[9,41,44,45],becom:[35,37,39,40,42,43,45,46],bedb1c2343b2:[42,43],bedc05eb919f:[42,43],bee2601c92b3:[16,17],bee7be6ab780:[38,39],bee9ba7e53e6:[9,10],beeb7f5f9:[44,45],beee2cbc2f07:19,beeeedc75591:[9,10],been:[7,11,14,15,20,36,37,38,39,40,41,42,43,44,45,46],bef1ddc40813:[38,39],befor:[9,10,11,14,15,16,17,19,20,23,25,28,32,34,35,36,37,38,39,41,42,43,44,45,46],begin:[34,35,44,45],behavior:[9,10,36,37,44,45],behaviour:[39,40,44,45],behind:[16,17,34,35,37],being:[5,9,10,14,15,23,27,29,34,35,36,37,41,42,43,44,45],believ:[14,15],belong:[7,41],below:[3,9,10,41,44,45,46],ben:[9,10,14,15,16,17,27,28,34,35,36,37,38,39,42,43,44,45,46],benefit:[44,45],benjamin:[9,10,11,14,15,16,17,19,34,35,36,37,46],bergheaud:[14,15,16,17],best:[3,14],beta:14,better:[7,9,10,11,14,15,34,35,36,37,38,39,44,45],between:[4,9,10,14,15,16,17,20,33,34,35,36,37,38,39,41,42,43,44,45],beyond:[44,45],bf1b2d6c7906:[42,43],bf22b001b1a5:25,bf2951c9b:[44,45],bf351bba0:46,bf3e7649798:36,bf5d123e2ffb:36,bf63e7d6cc0f:[42,43],bf6ab8287c51:36,bf6e716d3289:[14,15],bf70b2a6db71:[36,37],bf722c0ac561:[36,38,39],bf86a41a8e0:[9,10],bf8e8d4deb19:[9,10],bf93742f5c04:20,bf9ac140940b:[9,10],bfac98200f7:36,bfb78e7bc262:28,bfc2e785e03f:[36,37],bfc895ae5d9:36,bfd62d9cfdd3:[9,10],bfdf5787b9d8:[14,15],bfdf85c84a92:[9,11],bfe3f8aa3618:[42,43],bfe4eb7d:[44,45],bfe56382f:[44,45],bfebff1e8079:[34,35,37],bfec00682a57:[9,10],bfede8ec480a:[36,37],bff39ab219bb:36,bg2:[16,17],bgoffset:[9,10,14,15],bgscrub:[44,45],bhanutej:[9,10,11,14,15,16,17,28,34,35,36,37,38,39],bhat:[9,10,11,14,15,16,17,21,23,28,34,36,38,39,42,43,44,45],bhattiprolu:[9,10,11,14,15,16,17,34,35,37],bhimsen:[9,10],bia:[9,10,30,36,37,42,43,44,45],bias:[9,10,28,34,35,36,37],bifurc:[34,35,36,37,38,39],big:[16,17,23,36,38,39,46],bill:[9,10,11,14,15,16,19,22,25,34,35,36,37,38,39,42,43,44,45,46],bin:[9,14,15,16,17,18,21,36,37,41,42,43],binari:[9,10,11,14,15,16,17,19,20,22,23,24,25,28,32,34,35,36,37,38,39,42,43,44,45,46],bind:[9,14,15,34,44,45],birthdai:[14,15],bit0:44,bit:[9,10,11,14,15,16,17,19,20,27,28,29,30,32,33,34,35,36,37,38,39,41,42,43,44,45,46],bitlin:[36,37],bitmap:[9,10,16,17,34,35,36,38,39,44,45,46],bitmask:[44,45],bitsmodifi:[16,17],black:[9,10,14,15,28,30,34,35,36,37,38,39,42,43,44,45,46],blackbird:[44,45],blacklist:[9,10,11,16,17,34,36,37,42,43],bladeengin:0,blame:[42,43,44,45],blanchard:[16,17,46],blank:[9,10,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],blankfil:[42,43,44,45,46],blcomm:[9,10],bleed:[16,17],blob:36,block:[9,10,14,15,23,25,31,34,35,36,37,38,39,42,43,44,45],blockchain:[34,35],blocker:[39,40],blockevel_smart_writ:41,blocklevel:[12,14,15,16,17,20,34,35,36,37,44,45],blocklevel_smart_eras:[12,14,15],blocklevel_writ:[34,35],bltrace:[44,45],blue:[9,10],blunt:46,bmc:[9,10,14,15,16,17,20,21,34,35,36,37,38,39,42,43,44,45,46],bmc_platform:[20,36,37],bmc_sio_:[36,37],bnc:[16,17],bnx2:0,bnx2x:0,board:[27,34,35,36,37],boardwir:[9,10,14,15,36,37],bofferd:[9,10,11,14,15,16,17,19,20,23,25,30,32,34,35,36,37,38,39,40,42,43,46],bogu:[42,43],bone:[9,10],bonnard:[9,10,11,44,45],bonu:[44,45],book:[36,37],bookkeep:[9,10,36,37],boootload:[20,36,37],boost:[36,37],boot:[1,9,10,11,14,15,16,17,18,19,20,23,27,30,34,35,36,37,38,39,40,41,42,43,44,45,46],boot_config:[44,45],boot_stag:[42,43,44,45],boot_tracebuf:[42,43],bootconfig0:44,bootconfig:[36,37,44,45],bootkernel:[9,10,44,45],bootload:[0,2,16,17,44,45],bootstrap:[9,10,14,15],boottest:[44,45],boston:[0,9,10,16,17],both:[7,9,10,14,15,29,30,33,34,35,36,37,44,45,46,48],bother:[9,10,16,17],bound:[36,37,42,43,44,45],box:[29,36,37],bpm:[42,43,44,45],bracket:[9,10,14,15,16,17],bradlei:[44,45],branch:[2,3,7,9,10,14,15,16,17,20,22,33,34,35,36,37,38,39,44,45],brave:35,brdgctl:[38,39],breno:[34,35],brett:[14,15],brian:[9,10,11,14,15,16,17,30,34,35,36,37,42,43,44,45,46],brick:[9,10,16,17,28,34,36,37,38,42,43,44,45],bridg:[9,10,38],brief:[16,17,36,37],bring:[2,41,44,45,48],bringup:[34,35,36,37,38,39,42,43,44,45],broadcast:[9,10,11,14,15,29,36,37,42,43,44,45,46],broadcom:0,broader:2,brodcast_out_of_sync:[14,15],broke:[34,35,42,43],broken:[7,20,36,37,38,39,42,43,44,45,46],brown:[14,15],bryan:[9,10,14,15,16,17,21,28,34,35,36,37,38,39,44,45],bss:46,bt_lock:[42,43],btw:[14,15],bucket:[9,10,11,14,15,16,17,34,35,36,37],buddi:46,buddy_debug:46,buf:[34,35,37],buffer:[9,10,14,15,16,17,20,22,23,34,35,36,37,38,39,41,42,43,44,45,46],bufferpag:[44,45],bug:[6,7,9,10,11,14,15,17,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,41,42,43,44,45,46],bugfix:[16,17,28,36,37,44,45,46],build:[1,2,6,11,12,13,19,20,21,22,25,26,27,28,29,30,31,32,33,35,39,40,41,43,48],buildbpmflashimag:[42,43,44,45],buildnam:[9,10,14,15],buildroot:[1,2,3,4,7],built:[9,10,34,38,39,42,43,47],bulk_pwr:36,bulk_pwr_throttl:[34,35,36],bump:[26,34,35,36,37,38,39,42,43],bumpi:[44,45],bundl:[34,35],bup:[9,10,11,36,37],bur:[9,10,14,15,16,17,36,37],bus:[9,10,14,15,16,17,19,34,35,36,37,41,44,45,46],buse:[36,37],busi:[9,10,12,14,15,21,36,38,39,42,43],bust_lock:[9,10,25,36,37],buster:[9,10,36,37],busybox:[9,10,19,25,34,35,36,37,42,43],button:[9,10],bypass:[9,10,11,14,15,21,23,25,33,34,35,36,37,42,43,46],c00d44a9ad03:[24,25],c016e9860:[44,45],c01997e6:[44,45],c0210a3fc54d:[36,37],c0217d002a0a:[34,35],c023204d6e3c:36,c02c9362:[44,45],c03117c7b:[44,45],c032c5991207:[34,35],c0375a62396d:[36,37],c037b71deb05:[9,10],c03b84b93467:[14,15],c03f6bd5:[44,45],c03fc477305e:36,c0426a12d:[44,45],c049efe44:[44,45],c04d58bd549c:[9,10],c050abede299:[38,39],c05a8178dffa:[14,15],c05bb41d:[44,45],c06de50b3c21:[9,10],c070a3d6521:[42,43],c078ed5d8667:[14,15],c07958783dbc:[36,37],c0840ae7330f:[9,10],c08526423:46,c08e3bfb24fc:[42,43],c0936168:46,c09432de26ea:[36,37],c0967b7fb152:[14,15],c0996da3cf36:[34,35],c09c372348bd:[14,15],c0a1b5d3de4d:36,c0a78795a8dc:[34,35],c0ab7b45db3d:[38,39],c0b84547521d:[36,37],c0b91d3b52a6:[42,43],c0d7d47a554f:[9,10],c0e8d172a0cd:36,c0f17caddcd8:[38,39],c0f21a7774f4:[42,43],c0f3e0a8:[44,45],c0faa9232168:[38,39],c0fce11639f7:[14,15],c1030f009e8a:42,c10638fa2a834c:15,c10638fa2a83:[14,15],c10e17d5baea:[16,17],c10eba828:[44,45],c112438736e8:20,c11556752854:[9,10],c1208aee6955:20,c130fb5d:[44,45],c136490e:[44,45],c136b6462721:[36,37],c13c81ff9:[44,45],c142eb850380:[14,15],c149d7d8d8b8:[9,10],c153a4336ab2:[42,43],c1549db07fe8:36,c16744bed525:[9,10],c16b08724:[44,45],c16e0b97bd22:[36,37],c1708e3c:[44,45],c1752197a87d:9,c17bbad98d89:[36,37],c17dc98087ad:[36,37],c17ea683:46,c18d1df0d68c:22,c18d709e4a17:[42,43],c1bbef56ec51:[34,35],c1bc6f698107:[36,37],c1c584f04be0:[34,35],c1c9e46c0846:[9,10],c1d43fc84a30:[36,37],c1d8f52bb296:[9,10],c1da4a458459:34,c1dd2d8676e5:[42,43],c1e42a5d:[44,45],c1e65823dc08:36,c1e92050031d:[36,37],c1ed2565ebcf:[16,17],c2074ad87972:[39,40],c208aa42024f:[14,15],c20c2b87a3bd:36,c214b6e8:46,c21a0770:46,c21e72cf477a:[9,10],c22375d9edf2:[42,43],c2290bc9dcd9:[36,37],c23e99369c50:[38,39],c240bed5:[44,45],c2493fd0ce30:[36,37],c24fa8d27:46,c254d1ecc0d7:[9,10],c257cb57:[44,45],c27a8bd5fb97:[14,15],c2816fc79f84:[9,11],c283187cd:[44,45],c296d8d25294:36,c2a4b4988ecc:[38,39],c2a9006d0552:[38,39],c2acd2959348:[36,37],c2b1cfab3f59:[36,37],c2b4524ea3b0:[9,10],c2b97f24:[44,45],c2ba08e8:[44,45],c2c08ea15af6:[38,39],c2c426ef668b:[38,39],c2c5d0e657f6:[9,10],c2ca8494:46,c2ce576152b4:[34,35],c2dc84d23e14:[36,37],c2e404aedd52:[9,10],c2e705569f7f:[9,10],c2f19a1bfda6:34,c2f2f5037920:36,c318ab00:[44,45],c31cb73d8edb:[16,17],c3264eed4874:[38,39],c32943bfc1e2:[14,15],c32b0a4eb864:[9,10],c32cbe4f:46,c335cd14fff7:36,c3364dfd2650:[14,15],c336a7728319:[9,10],c33d5206a1af:[36,37],c3446978c169:[9,10],c3499cc7e8cc:[36,37],c349ba997:[44,45],c35178409516:42,c35645e2d:37,c35818138337:[9,10],c35f784a9f63:[9,10],c368037cb36e:[38,39],c3689a691:[44,45],c385cb0ac:46,c3869410785b:[14,15],c38bdc3984a2:[36,37],c38fccd32df0:[36,38,39],c3907f462c51:36,c3998a513e1f:36,c39a13d91da:[16,17],c39be448afac:19,c3b2b326c53f:[36,37],c3b35f40:[44,45],c3b99ec9f029:25,c3bdd547042f:12,c3bfa320:[44,45],c3cbf2b97145:36,c3d5f54e035a:36,c3d65931f:[44,45],c3d8cfd06:[44,45],c3dda09f76af:[36,37],c3df36c06bb8:[9,10],c3e38ba93c5f:38,c3edab536c20:36,c3f128b3aa08f:[16,17],c3f20185ff5d:[34,35],c3fc675285bc:[9,10],c4031acbfb05:[38,39],c405_ecc_u:46,c40f090b3c4e:[14,15],c4118db:46,c4118dbd5:46,c4139797e45b:[9,10],c419:17,c4230046ecd5:[36,37],c42df50e:46,c439c1399cb1:[9,10],c44bd0f660c7:[14,15],c462aa6f8e46:[14,15],c4639d667d49:[9,10],c46ab3a0509c:[38,39],c46f1ee5b:[44,45],c470806a2e5:[38,39],c47554f1d2ee:[9,10],c47875eb8c65:36,c47b00594dd0:[36,37],c47b2ffd:[44,45],c47cddbcd13b:[38,39],c488a6234:37,c488a6234d09:[21,22,36,37],c49249c72:[44,45],c4942627:[44,45],c49c39a81e98:34,c4a094a7df80:[16,17],c4a91021e44f:24,c4b31c72c8c9:[14,15],c4b62455d609:[36,37],c4b67afb3574:[42,43],c4b9c94600cc:[34,35],c4bd7604071f:14,c4bf31c0:[44,45],c4c918c09a63:[16,17],c4d5734fde21:[38,39],c4d644e0244f:42,c4d83bcbb421:[9,10],c4dd66c7e905:[36,37],c4df5e918:[44,45],c4e72043:46,c4e7bcba0:[44,45],c4f12c22ee95:[9,10],c4f75d029310:[36,37],c4f812722685:[36,37],c4faf5ce57f2:[42,43],c4fd28507:[44,45],c4fd54bf413e:[16,17],c4ff9557e99a:[9,10],c4ff99e8:46,c508f8e9d96:[38,39],c50ad6201b4a:[14,15],c5117f9ce933:[9,10],c517b8a501a:36,c51914b87b48:38,c51c7a5df601:[36,38,39],c525c33e2020:[36,37],c5263088b:[44,45],c526478a6ce3:[14,15],c526a280dcd1:[38,39],c531ff957669:[9,10],c539eeef3781:[42,43],c53e3394:[44,45],c54069667c86:[38,39],c54904f7b338:[42,43],c55120a93fe:[36,37],c55a54bbf38b:27,c586a6b41c0f:[14,15],c58e8fd0:44,c58e8fd:[44,46],c58fe9065fd3:36,c592dee:[44,45],c5983ddc3585:[14,15],c5bff438b7db:[16,17],c5c12e6e0ae9:[9,10],c5c35cb575ed:[25,36],c5c71a51:46,c5c86d25e:[44,45],c5ca811838da:[16,17],c5cf392b75dc:[9,10],c5d71815288c:[36,37],c5db8325:[44,45],c5e1d1e154fa:[36,37],c5e2251b0c17:[42,43],c5e43bf1:46,c5efa55e3247:32,c5fb9e98:[44,45],c5fe9044:46,c613c2fb9b82:[9,10],c6150efe43c8:[16,17],c622cb5:[44,45],c63b3e4a122c:[34,35,37],c6566a7d896a:30,c66059fce342:[36,37],c6643d484b19:[36,37],c6677251ee3d:[38,39],c68fb43ecf21:[9,10],c6916a42d34b:[34,35,37],c6aaded09:[44,45],c6b0245a6ac5:25,c6b5971be189:36,c6c08ec5:[44,45],c6cbabf3d435:[34,35,37],c6d2767a13f:[9,10],c6e317a13c35:34,c6e54f2b:46,c6e7a835:46,c6eb349f096c:[36,37],c6eca76efb2:[42,43],c6f563966:37,c6f563966e9f:36,c6fdb271fa1a:[36,37],c700a05f:[44,45],c7084925a74a:[36,37],c7096f6f:[44,45],c715f43231cc:[36,37],c71ed1c41450:[9,10],c71f2db5cfb5:9,c720019a8163:[42,43],c73113f99834:17,c73270fd417a:[42,43],c7384e829f3d:[34,35,37],c73a3002c715b6:15,c7456ae85294:[36,37],c7486f7b07ab:[36,37],c7534ed92a2d:[38,39],c75929bb0e53:[9,10],c76636f3d73f:[9,10],c76b1c19:[44,45],c7737655:[44,45],c7738e193:44,c77a01844e73:[9,10],c77b16ee36a3:[42,43],c77b6c1a8839:[9,10],c781b28fbeb6:[42,43],c78419dca251:[42,43],c78530bd2994:[16,17],c7867f1449a1:[34,35],c79620afd:[44,45],c79665be710d:[34,35],c796d2cf8:[44,45],c7a3665d1:[44,45],c7adf3d2e5d1:36,c7b63e7f7d1d:36,c7b8293d867a:[38,39],c7c960c7582c:[36,37],c7d8ac0a078b:36,c7dd603a460c:20,c7e090237b96:20,c7e17788930d:34,c7e1ca8c:[44,45],c7ee4833c:46,c7f2fab5c785:[9,10],c7f8a8572837:30,c8094ee98e6d:36,c80d12a0db73:[36,37],c80dab12a855:9,c815997b7:[44,45],c818c28e735f:[36,37],c821b84e4ff5:[14,15],c824d6f2e1a2:25,c826e1ca9e5b:[38,39],c826f6afcb57:[36,37],c829113199d6:[36,37],c82b015b7609:[34,35],c82b626e6ea1:[14,15],c8418ac7:[44,45],c8448c3a09a:[36,37],c8511398e857:[36,37],c8538f3c894d:[16,17],c8651104f00d:[42,43],c865c731a:[44,45],c86fb12c07a6:[38,39],c874b0234370:36,c87bd309d9bc:[36,37],c884f2d0cb92:[36,37],c88c2c940231:[9,10],c88e93047c9a:[42,43],c8941393f452:[36,38,39],c89e98776bc4:30,c8a30bc070a2:[34,37],c8a42e16e88c:[9,10],c8a51c06776a:[36,37],c8b5e8a95caf:[42,43],c8b9fe083a2d:[36,37],c8ba7b32759f:[14,15],c8bca533fcea:[21,22,36],c8c73af1c713:36,c8ce6e1a:[44,45],c8e1d61ae2c9:[36,37],c8edac1b2f32:20,c8f0bbe2a227:[36,37],c8fe3:21,c8fede9e612b:[36,37],c90fb6cd796e:[16,17],c916d4e2d430:[36,37],c916e1333676:[14,15],c919d9d0b0a5:[36,37],c92905e1c139:[16,17],c933337513bf:[16,17],c936359d:46,c93bef31ae6c:9,c94b5a9e9c32:[36,37],c94de0277cf6:[36,37],c94f972a747d:[42,43],c95384931:46,c955a5c32115:[14,15],c955ff685e66:36,c95d3d860070:36,c96464c7d525:[38,39],c9667ef21a6f:[42,43],c96691091792:[42,43],c97bb0a2fd80:[34,35],c98af339b:[44,45],c994a1815bcb:[36,38,39],c9954444fc8d:[14,15],c999bcf47251:36,c99e37f6fb6:25,c99f42f206fe:9,c9a86977d3eb:[9,10],c9ad324035c7:9,c9b485103576:[36,37],c9b55da0:44,c9b82b3883b1:36,c9b85ed2ed42:[38,39],c9bc52a250a0:[38,39],c9c321873ecd:[36,37],c9c68152:[44,45],c9c74dbf7f02:[9,11],c9cae9d8e748:36,c9cb39853b5c:[36,37],c9d11845:46,c9d1f3e3e115:25,c9d3c11613e9:[36,37],c9d5184cd1a7:36,c9d74dbb0501:30,c9f363245238:[34,35],c9f37a099bcc95466860e98:19,c_err_rpt:[14,15],c_str:[14,15,36,38,39,40,42,43,44,45],ca025608c0c1:[38,39],ca03643dd893:[38,39,40,42],ca03643dd8:43,ca08c6423:46,ca11072a:[44,45],ca15d68452e8:42,ca16ce92cfeb:[36,37],ca17f0c1d193:[42,43],ca19f71b0d0:36,ca222757:[44,45],ca235d62a2f:[14,15],ca2ceb0720d6:[36,37],ca318ee145bf:[38,39],ca32:[16,17],ca349b836d02:[38,39],ca38deeb68d3:[36,37],ca3990cbf857:[9,10],ca412e3:[44,45],ca414b982877:[42,43],ca462d844:46,ca46415:[44,45],ca47ced07c4c:[42,43],ca52131dad3d:[9,10],ca52f95d63bd:[9,10],ca540331fa7c:36,ca543f732:[44,45],ca56ad521:[44,45],ca5cbf31:[44,45],ca612b802ada:[9,10],ca676f5b5d40:[42,43],ca689febb5a6:[14,15],ca8335916:46,ca9007fb2efc:[42,43],ca91046e0b3d:[42,43],ca9bfdb954db:[9,10],caa0f8a5bd32:[34,35],caa8eda59c2c:36,caaafc02d588:[9,11],caacd24f:[44,45],caae4d47:[44,45],caaf22c3:[44,45],cab3c5b1f80c:36,cabl:[9,10,14,15,23,36,37,42,43,46],cac09fda2839:20,cac:[44,45,46],caccr:[28,34,35],cacebfde8993:[42,43],cach:[9,10,11,14,15,16,17,28,34,35,36,37,38,39,41,42,43,44,45,46],cad0fc7c:46,cadaf7c36e83:[36,38,39],cadb2f99a87b:36,cade83363c25:[42,43],caec0f122a55:36,caf0ff13c254:[36,37],cain:[9,10,14,15,16,17,23,28,36,37,38,39,42,43,44,45],cal:[9,10,14,15,36,44,45],calc:[34,35,36],calcul:[9,10,14,15,16,17,28,30,33,34,35,36,37,42,43,44,45,46],caleb:[9,10,11,14,15,22,25,34,35,36,37,38,39,40,42,43,44,45,46],calibr:[14,15,36,37,44,45,46],call:[9,10,11,12,14,15,16,17,20,23,28,29,33,34,35,36,37,38,39,41,42,43,44,45,46],call_host_set_voltag:[9,10],call_mss_eff_config:[30,36,37],call_mss_scrub:[38,39],call_proc_chiplet_fabric_scominit:[9,10],callback:[14,15,20,23,36,37,38,39,42,43,44,45],caller:[9,10,16,17,41,44,45],callhom:[30,36,37],calloc:[42,43],callout:[9,10,14,15,16,17,19,25,28,34,35,36,37,38,39,40,42,43,44,45,46],callout_ud:46,camvan:[36,37],can:[2,3,5,7,9,10,14,15,29,33,34,35,36,37,38,39,40,41,42,43,44,45,46],cancel:[9,10,14,15],candid:[11,15,17,35,37,39,40,43,45],canilla:[42,43],cannot:[36,37,41],cap:[9,10,16,17,36,37,44,45],capabilit:[16,17,34,35,37],capabl:[9,10,16,17,19,20,34,36,37,44,45],capac:36,capi:[9,10,11,14,16,17,28,29,33,34,35,36,37,42,43],capp:[9,10,11,14,15,16,17,20,28,33,34,36,37,38,39,44,45],capp_cntl:33,captur:[9,10,14,15,16,17,20,22,34,35,36,37,40,42,43,44,45,46],capturefir:[27,34,35],card:[29,36,41],care:[16,17],carri:[3,4,40,48],carriag:[42,43],carvalho:[9,10,16,17,42,43,46],cas:[36,38,39],cas_lat:[34,35,36],cascad:[36,37],cast:[9,10,36,37],cata:[14,15],catal:44,catalog:[9,10,11,16,17,34,35,36,37,38,39,45],catastroph:[36,42,43],catcher:[20,36,37],catchup:[36,37],caus:[9,20,22,33,34,35,36,37,38,39,40,42,44,45,46],cb16e55a234b:[16,17],cb260675de9f:[9,10],cb2e148df960:38,cb318fbc38a9:[42,43],cb3442b8f94f:[34,37],cb35695328fb:36,cb3f5cf6a5b9:[14,15],cb444552aeba:[9,10],cb47:16,cb49aa16:46,cb5872dbdd7f:[42,43],cb5a36814f64:[36,37],cb5b45d887ba:[34,37],cb6a25a2c:46,cb835dbdf875:[36,37],cb841f1bd72a:[34,35,37],cb87c68ac909:23,cb87cf17279b:[38,39],cb8c5d76e72a:[42,43],cb8e695fc661:[9,10],cb934c171a01:[34,35],cb99413cc04a:[42,43],cba475719:46,cbac4e3d76af:[42,43],cbacafbc508a:[34,35,37],cbb2bd756:[44,45],cbbd16bfbeef:[9,10],cbc5dfe81:44,cbc757100785:36,cbcd27d3a629:[14,15],cbd250000:[44,45],cbe42ab92a49:36,cbea08dbf1b3:36,cbf2ab45d919:36,cbf577233f98:36,cbf60d385958:[42,43],cbf7565aeb3f:36,cbfc8c262b7d:28,cc012e3efd4c:[36,37],cc028857:[44,45],cc0b781abd67:[42,43],cc1ac14babe2:[14,15],cc2d45afa61c:[9,10],cc34635d:[44,45],cc4c778333b5:36,cc4de28374c7:[36,37],cc52c5620095:27,cc59dcd72f9d:[14,15],cc5c034aa468:[38,39],cc638c9bdc4e:[34,35,37],cc6ec7c9087b:[9,10],cc7945c73469:23,cc7d24e732f8:[36,37],cc7e95d:[44,45],cc7fb146a:[44,45],cc929c6fd:[44,45],cc9d2c634eb6:[34,35,37],cca1c08ece5:[36,38,39],cca3ddf35:46,ccafae2fadc9:42,ccan:[42,43,44,45],ccb729fc8272:[16,17],ccbe4229fe20:[9,11],ccc4804c0a8f:[34,35],cccf5d79de07:[38,39],cccf89e092dd:36,ccdb19fba8c7:[14,15],ccdbfdac637c:[9,10],ccdfc6a407fd:[9,10],cce430a720af:[38,42,43],cce76062ef2f:[14,15],ccea7f349f6:[34,35,37],ccf2f3445e15:[34,35,37],ccf737710b21:[9,10],ccm:[36,37,38,39],ccs:[9,10,42,43,44,45,46],ccsr:[9,10,46],cd07c463:46,cd08835db7cb:[42,43],cd1e2c047b78:[42,43],cd1e5c91:[44,45],cd2b103f2488:[38,39],cd2c3b097e21:[16,17],cd30b100eee0:[16,17],cd400323aa49:[36,37],cd42091d9a39:[9,10],cd456911:[44,45],cd490739c957:[16,17],cd57fb58133a:[42,43],cd58b865:46,cd5ddbe3b40c:[38,39],cd754bf0b111:[36,37],cd820b662:[44,45],cd82f3ecbcef:[38,39],cd8b82a8e83:[14,15],cd8df2a4b033:[34,35],cd95d81c16bd:[42,43],cd9a1a6c:[44,45],cd_hp:[14,15],cda012113b8d:36,cdaa6d1b2614:[36,37],cdb633ddb79d:[36,37],cdc14bcd3:[44,45],cdc4f1d24:46,cdc7a00a0541:[42,43],cdc84edda8ba:[36,37],cdcc9c270584:36,cdd12:[36,38,39],cdd13:[36,38,39],cdd1:[9,10,14,15,27,28,34,35,36,37,44,45],cdf4b35b7d63:[36,37],cdimm:[9,10,14,15,16,17,34,35,36,37],ce01c89b7df0:[42,43],ce033a30cb69:[14,15],ce0d29c96:[44,45],ce0ea22d0d9d:[36,37],ce1ebd1460c3:[36,37],ce2aab620902:[34,35],ce376fc3f4c7:[9,10],ce3d455f346d:[42,43],ce4004d542f1:[38,39],ce49505c2faf:[42,43],ce55ca994fdc:[16,17],ce819e5d65:[42,43],ce81b9364131:[38,39],ce8417b8c4e0:36,ce9dd46d36d0:[38,39],ceb6f8424a2c:[42,43],cec6:16,cec911056:[44,45],cec:[42,43],cec_reboot:[9,10],cec_typ:36,cecaeb320299:[34,35,37],cecc251c:46,cedric:[16,17],cee268df12:18,cee5767f:[44,45],cee7ec9eae09:[36,37],ceef10b02:[44,45],ceefc24:[44,45],ceff:[44,45],ceff_ratio:[14,15],cen:[9,10,34,35,37,42,43],cen_framelock:[16,17],cen_initf_error:[9,10],cen_mss_cache_en:[9,11],cen_pll_initf_error:[9,10],cen_scominit:[34,35],cen_stopclock:[9,10],cenhwimg:[44,45],cent:[34,35],centaur:[9,10,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],centaur_register_list:[36,37],centos6:[38,39],centos7:38,central:[36,37],centric:[38,39,42,43],cert:[36,37],certain:[42,43,46],certif:6,certifi:3,cf118099b000:36,cf135ee44fe4:36,cf180c5928c4:[36,37],cf1f011b5af9:[9,10],cf23c9a46:[44,45],cf258fcfb753:[34,37],cf29aa3e9203:[42,43],cf31061a2d76:[9,10],cf366534e0e4:[36,37],cf37b0ab:[44,45],cf4b39c85:[44,45],cf4c143eb571:[42,43],cf5d76cbc891:[9,10],cf61dc391:37,cf61dc391d03:[36,37],cf71a916dbe4:25,cf7c244558b6:36,cf7d20a8:[44,45],cf89b876a3d4:[9,10],cf8f5459f14f:[42,43],cf9e0cd6f7ca:[42,43],cfa7304f5d6a:[34,35,37],cfa7304f:35,cfaabaeb605d:23,cfaad693:[44,45],cfad3552a:[44,45],cfam:[16,17,30,36,37],cfb08bf31741:36,cfc5cde5be5f:[42,43],cfc5fb7993fa:[34,37],cfcd66d8907e:[9,10],cfd2b2b799ed:[36,37],cfd3efd98fd2:[9,10],cfd6168c:46,cfe22384f:46,cfe9d4416aab:14,cfec2cad8915:[34,37],cfecc3960c00:[36,37],cfee8ad24b:18,cff27861a:[44,45],cff2ddbb3e9d:9,cffebe48c7b1:[42,43],cfg:[19,34,35,36,37,42,43],cflag:[16,17,36,37,46],cfm:[9,10,36,37],cgit:4,chanc:4,chang:[3,9,10,11,12,13,14,15,16,17,23,24,28,32,34,35,36,37,38,39,40,41,42,43,44,45,46,48],change_addr_mux_sel:[36,44,45],change_after_sync:[44,45],channel:[2,9,10,11,14,15,16,17,34,35,36,37,42,43,44,45],charact:[44,45,46],character:[9,10,14,15,36,37],chassi:[38,42,43],check:[2,9,10,11,14,15,16,17,19,20,21,25,28,29,30,34,35,36,37,38,39,40,42,43,44,45,46],check_credit:[9,10,44,45],check_data:[44,45],check_for_readi:[36,37,44,45],checkbit:[14,15],checkeccfir:[44,45],checker:[36,37],checkerrortyp:[34,35,37],checkhbresmemlimit:[14,15],checkin:[34,35,36,37],checklastfunccor:36,checkminimumhardwar:36,checkpoint:[38,39],checkstop:[9,10,14,15,16,17,22,28,32,34,35,36,37,42,43,44,45,46],checksum:[36,37,42,43,44,45],checkword:[28,34,35],chelsio:0,chelsio_t1:0,chen:[25,38,39,40,42,43,44,45,46],cherri:7,chi:[9,10],chicken:[36,37,41],chickenswitch:[9,10,14,15],child:[9,10,14,15,36,38,39,42,43,46],children:[36,44,45,46],chip:[2,9,10,11,14,15,16,17,27,28,29,31,34,35,36,37,38,39,42,43,44,45,46],chip_ec_attribut:[14,15],chip_ec_featur:[14,15],chip_id:[34,35,36,37],chipid:[36,37,42,43],chiplet:[9,10,14,15,30,34,35,36,37,38,39,44,45,46],chipmarkcleanup:[34,35],chipop:[9,10,11,14,15,34,36,37],chiptod:[9,10,36,37,38],chkstop:[9,10],chnl:[36,37,44,45,46],chom:[21,38,39],chomp:[42,43],choos:[44,45],chri:[9,10,14,15,16,17,23,28,30,34,35,36,37,38,39,42,43,44,45],christian:[9,10,11,14,15,16,17,19,24,28,30,34,35,36,37,38,39,40,42,43,44,45,46],christina:[9,10,14,15,27,34,35,36,37],christoph:[9,10,11,14,15,16,17,28,34,35,36,37,38,39],chtm:[36,37,42,43],chu:[44,45],chunk:[20,36,37,46],cid:[9,10,42,43],circular:[20,36,37],circumst:4,circumv:[16,17],cke:[28,34,35,37,38,39,42,43],cl14:[16,17],clang:[16,17,36,37,44,45,46],clarifi:[36,37,38,39,42,43,44,45,46],clariti:[44,45],clark:[42,43,44,45,46],class_sp:[9,10],clau:[9,10,11,14,15,16,17,34,35,36,37,44,45],claudio:[9,10,16,17,42,43,46],clean:[9,10,11,14,15,16,17,20,30,34,35,36,37,38,39,41,42,43,44,45,46],clean_on_ecc_error:[9,10],cleanup:[9,10,11,14,15,16,17,20,30,34,35,36,37,38,39,40,42,43,44,45,46],cleanupchnlattn:[34,35,46],cleanupchnlfail:[34,35],clear:[9,10,11,14,15,16,17,18,19,20,23,27,28,30,33,34,35,36,37,41,42,43,44,45,46],clearli:41,clearporebar:[44,45],cli:36,client:[9,10],clip:[16,17,36,37,42,43],clk:[14,15,44,45],clobber:[14,16,17,46],clock:[9,10,14,15,19,23,30,32,34,35,36,37,38,39,42,43,44,45,46],clock_pll_mux:[9,10],clock_test2:[9,10],clockgat:[9,10,14,15,16,17,30,32,36,37,38,39],clockgate_dis:[42,43],clone:4,close:[9,10,14,23,36,37,38,39],closer:[42,43],clscom:[44,45],cmd:[30,34,35,36,37,38,39,42,43,44,45,46],cmd_precede_tim:[44,45],cmd_reg:[44,45],cme:[9,10,11,20,28,30,34,35,36,37,42,43,44,45,46],cmfsi:[34,35],cmpm:[14,15],cmpxchg:[9,10],cmsk:[42,43],cmvc:[14,15,36,37],cmvccheckinforceflag:[14,15],cntrl:[30,36,37],coalesc:[34,35,37,42,43,46],coars:[36,37,46],code:[5,9,10,11,12,14,15,16,17,20,23,30,33,34,35,36,37,38,39,40,42,43,44,45,46],codepath:[44,45],codifi:[9,14,15],coher:[14,15],cold:44,collect:[9,10,11,14,15,28,34,35,36,37,42,43,44,45,46],collid:[44,45],collis:[14,15,36,37,38,39],com:[0,2,3,4,7,44,45,46],combin:[36,37,41,42,43],come:[9,10,38,39,42,43],comm:[9,10,11,34,35,36,38,39,44,45,46],comma:[9,10,14,15],command:[9,10,11,14,15,16,17,20,30,32,34,35,36,37,38,41,42,43,44,45,46],commandlist:[44,45],comment:[7,9,10,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46],commit:[3,4,7,33,41,48],common:[9,10,14,15,27,28,34,35,36,37,38,39,42,43,44,45],common_mrw:[34,37],common_ringid:[34,37],commun:[3,4,9,10,11,20,34,35,36,37,38,39,42,43,44,45],comp:[36,37],compani:[42,43],companion:[9,10],compar:[9,10,28,30,34,35,36,37,38,39,42,43,44,45],comparison:[14,15,16,17,33,34,35,36,37,42,43,44,45],compat:[9,10,34,35,36,37,38,39,44,45,46],compens:[44,45],compil:[3,9,10,14,15,16,17,20,34,35,36,37,38,39,40,42,43,44,45,46],complet:[7,9,10,14,15,23,33,34,35,36,37,38,39,41,42,43,44,45,46],completed_sm_run:[38,39],complex:[9,10,16,17,20,23,28,34,35,36,37,38,39],complextyp:[38,39],compli:[44,45],compon:[1,3,7,9,10,14,15,16,17,35,36,37,44,45,48],componentid:[9,11],comput:[9,10,28,30,34,35,36,37,42,43,44,45],computenonphyprttarget:[36,37],con_suspend:[36,37],concurr:[9,10,14,15,16,17,28,34,35],condit:[9,10,14,15,16,17,20,30,34,35,36,37,42,43,44,45],condition:[34,35,36,37],conf:[14,15],confer:2,confidenti:[36,37],config0:[42,43],config:[0,9,10,11,14,15,16,17,21,22,23,24,29,34,36,37,38,39,41,42,43,44,45,46],config_appli:[38,39],config_axon:[42,43],config_axone_bring_up:[44,45],config_fast_async_cross:[16,17],config_fil:36,config_no_fapi_trac:[44,45],configur:[3,9,10,11,12,14,15,16,17,19,20,33,34,35,36,37,38,39,42,43,44,45,46],configurehbrt:[14,15],configurehbrthypid:[44,45],conflict:[9,10,16,17,38,39,42,43,44,45,46],conform:3,confus:[14,15,39,40,42,43],connect:[9,10,14,15,42,43,44,45],connector:[14,15,46],connectx:0,connent:[34,35],consensu:[44,45],consid:[0,19,34,35,36,37,44,45],consist:[3,9,10,21,22,34,35,36,37,42,43],consol:[14,15,16,17,25,28,30,34,35,36,37,38,40,42,43,44,45,46],console_output_errordisplai:[42,43],consolid:[36,37,44,45,46],constant:[9,10,14,15,36,37,38,39,40,42,43,44,45],constraint:[42,43],construct:[2,9,11,30,36,37,46],constructor:[14,15],consum:[16,17,36,37,41,44,45],consumpt:[14,15,36,42,43,46],contact:0,contain:[3,4,5,7,9,10,11,14,15,16,17,20,21,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],container_of:36,containerhead:[9,10],content:[1,3,9,10,42,43,44,45,46],context:[9,10,16,17,44,45],contigu:[9,10],continu:[3,5,9,10,14,15,34,35,36,37,38,39,40,42,43],continue_cmd:[44,45],continuempipl:[28,34,35],contribut:[1,6,44,45],contributor:3,control:[0,4,9,10,14,15,16,17,19,20,28,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46],contructor:[34,37],conv_rel_branch:[16,17],convers:[36,37,44,45,46],convert:[9,10,36,38,39,44,45,46],coord:[9,10,11],coordin:[20,36,37],copi:[3,9,10,14,15,16,17,20,34,36,37,38,42,43,44,45],coprocessor:[28,34,35],copyarchitectedreg:[44,45],copyright:[3,34,35,36,37,42,43,44,45],core:[2,9,10,11,14,15,16,17,19,20,22,23,25,28,30,32,33,34,35,36,37,38,39,40,42,43,44,45,46],core_fir:[36,37],core_poweron:[30,36,37],corefir:[44,45],corei:[9,10,14,15,16,19,20,21,23,36,37,38,39,40,42,43,44,45,46],coreq:[9,10,14,15],corequad_init:[36,37],corr:[22,36,37],correct:[7,9,10,11,12,14,15,16,17,19,21,25,28,33,34,35,36,37,38,39,42,43,44,45,46,48],correctli:[9,10,11,14,15,16,17,19,28,34,35,36,37,38,39,42,43,44,45],correspond:[9,11,27,34,35,37,42,43,44,45],corrupt:[9,10,16,17,33,36,37,38,39,44,45,46],corruptin:[14,15],cosmet:[16,17],could:[7,33],count:[4,9,10,18,25,34,35,36,37,38,41,42,43],count_dimm:[16,17],count_record:[9,10],counter:[9,10,14,15,34,35,38,39,41,42,43,44,45],counterpart:[44,45],coupl:[14,15,36,37],cover:[3,9,10,36,37,38,39,42,43,46],coverag:[36,37,38,39,42,43],cow:[38,44,45],cp_me:[14,15],cpmmr:[36,37],cpmr:36,cppcheck:[44,45],cppm_pece:[30,36,37],cprek:[9,10,11],cpu1:[16,17],cpu:[2,9,10,11,12,14,15,16,17,18,23,33,34,35,36,37,38,39,41,42,43,44,45,46],cpu_get_core_index:46,cpu_idle_job:[14,15],cpu_queue_job:[36,37],cpu_queue_job_on_nod:[36,37],cpu_relax:[38,39],cpu_spr_hrmor:[36,37],cpu_thread:[33,34,35,36,37],cpu_wait_job:9,cpufeatur:[14,23,36,38,39],cpufreq:12,cpuidl:[9,10],cq_sm:[9,10,14,15],craig:[34,35],crash:[9,10,11,14,15,16,17,20,34,35,36,37,38,39,41,42,43,44,45],crc:[14,15,36,37,38,39,42,43,44,45,46],creat:[3,4,7,9,10,14,15,16,17,22,23,34,35,36,37,38,39,41,42,43,44,45,46],create_ekb_targattr:[9,11],creation:[9,10,46],credit:[9,14,15,29,36,37,44,45],creset:[9,11,14,15,38,39,41],cresp:[9,11],crgedd:[14,15],critic:[7,20,36,37],cronu:[14,15,34,35,36,38,39,42,43,44,45,46],crop:[16,18,20,21,22,23,24,36,37,38,39],cross:[3,44,45],crosstool:38,crowel:[9,10,11,14,15,16,17,19,20,21,22,23,25,27,28,30,34,35,36,37,38,39,40,42,43,44,45,46],crp0:[14,15,34,35,36],crypto:46,cryptsetup:[38,40,42,43],cs_root_caus:[14,15],csave:36,cscope:[36,37],css:36,csv:[9,10,16,17,36,37],ct_p9a:[9,10],ctl:46,ctle:[36,37],ctle_coars:[36,37],ctor:[36,37],ctr:[9,10,14,15,36],ctrl:[20,36,37,44,45],cui:[14,15,46],cumulu:[9,10,11,14,15,16,17,34,35,36,37,38,39,44,45,46],cumulus_call_mss_scominit:[44,45],cumulus_cdimm:[14,15,46],curl:14,currei:[9,10,11,16,17,36,37,38,39],current:[0,3,4,9,11,14,15,16,17,20,21,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,45,46,48],current_err:[9,10],current_radix_mod:[44,45],curs:41,curv:[34,35],custom:[9,10,14,15,16,17,34,35,36,37],custom_dimm:36,customrc:[9,10,42,43,44,45,46],cut:[14,15,16,17],cvc:[9,10,11,44,45],cvc_entri:[44,45],cve:41,cvpd:[36,37,42,43],cvpd_max_sect:[9,10],cvpd_size:[9,10],cx5:29,cxa:[14,15],cxl:29,cxxtest:[36,37,38,39],cycl:[9,10,16,17,20,30,36,37,38,39,40,42,43,44],cyclic:[9,10],cyril:[9,10,14,15,16,17,36,37],d0043ee2:[44,45],d0154972da11:36,d01ca15ecce:[14,15],d026d31c923e:[16,17],d02b0a626e2f:[9,10],d02cb05f827a:[36,37],d0332131ea0c0:32,d0332131ea0c:[19,32],d0343c2f1ae6:[9,10],d035a51f51a:[42,43],d03cb7413705:[42,43],d0523b75c390:[42,43],d054b917fa8b:36,d05ef241e3d7:36,d0628e156378:36,d067896908e2:[42,43],d07a5622a9e1:[36,38,39],d0888141f218:[42,43],d08fdc0ee514:14,d09e67a0a554:[38,39],d0a45a3eb:[44,45],d0c71ff0ce91:[42,43],d0c798252521:[38,39],d0caf465:[44,45],d0d88fcce2d4:[14,15],d0dce2b973d1:20,d0e2fddc7:[44,45],d0e44ad2a963:[9,10],d0e56d97d4cd:[38,39],d0eaecced89b:[34,35],d0ee9962:46,d0f06269ed3c:[9,10],d0f0ff1e5:[44,45],d0f308bf:46,d0f50f9166c5:20,d0f8e5fb2c5a:[9,10],d103f7adad9d:[36,37],d10862e40cd8:[36,37],d10b665d0f1b:[42,43],d110f5634137:[9,10],d11796515369:[36,37],d123203cfa9f:[9,10],d1260d0c7:[44,45],d12852b6fa1a:[14,15],d12c98f3bf94:[36,37],d13bd3fa8e38:[42,43],d13d:17,d14909ecbd0d:[34,35],d14cfe94cdb:[42,43],d15e2e5ef92f:[16,17],d161474ee597:[34,35],d16e7d09c78d:[16,17],d1716d00737b:[36,37],d175f43bb505:[36,37],d1797443d:[44,45],d18433a85fa8:[9,10],d1862ef5:[44,45],d1883eb35452:[36,37],d1a556881a71:[42,43],d1ac16801a38:[36,37],d1b590057:[44,45],d1bfc67460df:[36,37],d1c0355b013c:[34,35],d1c569251281:[9,10],d1c85ffcab10:[36,37],d1d3f44dd939:[42,43],d1da43c4e54d:[14,15],d1e10cd97287:9,d1f3e4faf9d9:38,d2005818bea3:[42,43],d204258959bd:[36,37],d20c2cb2d2b2:9,d226d009365f:[9,11],d23603024bc4:23,d236a4d9f:[44,45],d2482ab7773d:[34,37],d25287a167fd:[38,39],d2649636ba4d:20,d266398f:[44,45],d27180b55d77:[38,39],d27218491dda:[14,15],d276ff6b5326:36,d277b5e5d:[44,45],d27962f1bfbd:[42,43],d27c3d4a899d:36,d27c5e1fe431:[38,39],d27dc42b:[44,45],d2801157a080:[38,39],d2899da82cb0:[38,39],d290b244efbc:[38,39],d29b77d9:46,d29d12f39592:34,d2a0b0c1617c:[14,15],d2b06e9e89ef:20,d2b876356f54:[9,10],d2ba8f999f00:25,d2bcdefb2:[44,45],d2c065d794ce:[36,37],d2c0cb9:21,d2c0cb9a339b:[21,22],d2c360c9db83:[34,35],d2c3cd5ab8c:[9,10],d2cc3957abef:[9,11],d2cdf116e9ba:[16,17],d2d561f722aa:[42,43],d2da0774fa01:[42,43],d2e83450bcbd:20,d2f22373f239:[34,35],d2f43e6540fa:[34,37],d2f662b2:[44,45],d2f72e803860:[9,10],d2fb0b0c60c8:[36,37],d2fd055febb7:[14,15],d3025f5d7:37,d3025f5d7dd:[9,10],d3025f5d7ddd:36,d302:16,d30453f1107c:[9,10],d306208678bf:[36,37],d30bd988:46,d3157de4:[44,45],d318cdb3863f:38,d329c59bc:[44,45],d32ddea94ba6:[16,17],d332d419:[44,45],d334558fdeb8:[36,37],d348d7c2d:[44,45],d350afb8fe94:36,d350dac276cc:[34,35],d35148fa:[44,45],d3593cc766ca:[14,15],d3594cc4abcb:[14,15],d362ae4f:46,d366d4d3fd47:[36,37],d37246879463:[9,10],d37ee6f5a97b:[36,37],d3803711f8a9:[38,39],d38834b0a952:[9,10],d3a9bfad:[44,45],d3a9c6e7:[44,45],d3af5072cb55:38,d3bb756b2d98:[36,37],d3bde7d87845:42,d3c8aa5e5:[44,45],d3d7eccf:[44,45],d3defd59a697:[9,10],d3e07e2a07d3:[42,43],d3e376b54:44,d3ecbc680817:[9,10],d3f8a78ac0d1:[9,10],d40484209620:[36,37],d406ad362d7f:[34,37],d409b6a48945:[36,37],d4106818dcc1:[9,10],d41d0f9b82f7:[42,43],d41e6f61373d:28,d420d7b06a2e:[34,35,37],d42dd7f9ed04:[42,43],d432c4503:[44,45],d436cbc3c974:[36,37],d43de0d64:[44,45],d43ff15ada7d:[9,10],d44a3583d81b:28,d44dfb65fa5d:[34,35],d45a9393d:[44,45],d45c614bb5b3:[16,17],d45d4fa13688:[36,37],d467852:[44,45],d46f111a8f66:[34,35,37],d47b63700d87:[38,39],d48d771b:[44,45],d4954387404b:[34,35,37],d496bb141c97:[42,43],d49bfeea7bf2:[36,37],d4b870c8524c:[38,39],d4c084086a47:36,d4dae0f83725:[42,43],d4e167d5bd38:[42,43],d4e558e09c51:[38,39],d4e588d22:[44,45],d4e67b9f29f6:[36,37],d4e691347:44,d4ea0e36be37:[14,15],d4f2ab31bde3:[34,35],d4f2f77377da:[42,43],d4f73f9d0e75:[42,43],d50263f51eb4:[34,35,37],d505fea7f169:[38,39],d50779d4:46,d507b6f85:[44,45],d50cc1394696:[14,15],d50dc3d2216a:[9,10],d50f588fcca6:20,d513609b4f48:[36,37],d519d2911:[44,45],d51b8ebc92c7:[42,43],d51bd3609e3b:30,d51e3d14:[44,45],d520bc71a080:[36,37],d523a210dfbf:26,d527220c6ffe:[9,10],d52d893e3aa2:[9,10],d52fed67b:44,d534ac32b:[44,45],d5378d2a0d54:[9,11],d55728f031ec:[9,10],d55a6fa5234f:[9,10],d55d64a79ca4:[34,35],d560710c:46,d565ef89fbc9:23,d56b151d7f87:[42,43],d572d3a72fa2:[38,39],d57798877:[44,45],d5794d13060d:[36,37],d5866aa3d221:[9,10],d58f3a708535:[42,43],d597d8d99616:19,d5ba4627b254:[16,17],d5bdfe28f46f:[9,11],d5c4e6d6eb3c:[36,37],d5ca0693761a:[9,10],d5d4ea292432:28,d5d7966431af:16,d5d815fe:[44,45],d5ebd5519dcd:[36,37],d5fe22ba3b37:36,d60be21fc396:[38,39],d615502799c0:[14,15],d615b964a946:[42,43],d61806e79788:[42,43],d61bf78fca7d:[14,15],d629ce10b:46,d639a5a45:[44,45],d63bacef37d6:[14,15],d64041888fed:[14,15],d64431cca54b:[42,43],d647013c46bd:[9,10],d649d2d867bb:20,d654f6c93bd6:[16,17],d65563f09:[44,45],d65acc669a10:[9,10],d65d97199:46,d665e102ef37:[9,10],d667cbdad00d:42,d6698496:[44,45],d6741cb3db68:[36,37],d679e6d649e:[38,39],d69704d2fd07:[14,15],d69b6567669b:[36,38,39],d69e78b29d42:[42,43],d6a35a476:46,d6a5e753:[44,45],d6ab89db:[44,45],d6b88e67ff4d:[34,35],d6bd1b697801:42,d6c5b55b7f06:[9,10],d6c8dc2dd:46,d6cee85dcb3c:[36,37],d6d3649cfdfa:[36,37],d6d402588868:[14,15],d6de8fe73b88:34,d6e85c3e9c5b:[42,43],d6eb510d:[44,45],d6f2505b1542:[9,10],d6f46067ee8d:[9,10],d6f8088eaffb:27,d6f9a2206311:[14,15],d6fc2fb3:[44,45],d70302a9f7af:[36,37],d703ad5b:[44,45],d704be991b7f:[9,10],d712b65d7:[44,45],d71bb898:[44,45],d72526550ef6:[36,37],d72610db38dfae:[16,17],d72d87900b44:[14,15],d7355b73ce6b:[34,35],d737f8e95da3:[9,10],d73b8bc3e960:[34,35],d73e4c11feb:34,d74733f0:[44,45],d74d3932d989:[38,39],d74d9444ae9c:36,d7508dcad439:[36,37],d751613d4:46,d7531ce49:46,d75436f0d3d0:[38,39],d75e82db:[44,45],d7636a10bd59:[42,43],d768905cfe02:[36,37],d768ab360d9b:[36,37],d76bea3ff0f5:21,d76e4fb2665b:[36,37],d770b5600d91:9,d77319a7e204:36,d7750b78d80c:[9,10],d779bc19cdeb:[36,37],d77c897c2540:36,d77e05e938c7:[9,10],d78c726ee7c2:[14,15],d78d955fd260:[36,37],d7910f680f5c:[38,39],d79bb8c176de:19,d7adf6c28157:[36,37],d7ae5d19629f:[36,37],d7b076ba12f6:25,d7cc38f0dbce:[36,37],d7d6bff49f22:36,d7e26801905f:[9,10],d7e7bdcd4acc:[16,17],d7e8d7883577:[36,37],d7f686869366:9,d807288d:[44,45],d8083fad5ac1:[9,10],d808f52a637f:[36,37],d80f7fc83:[44,45],d83a4ee8495c:[36,37],d84708e4e986:[36,37],d848b2c3bae0:[34,35,37],d85d3c5387ec:[38,39],d868b77dfc6a:[9,10],d875133a8d13:[34,37],d8765b43b7ad:[16,17],d8771d1fcc44:[36,37],d88e41a26:[44,45],d893f5ac1b3d:[42,43],d897f3d7f7c7:[36,37],d89b3e7bb:[44,45],d8b161f4b361:36,d8c596368279:[14,15],d8c686118:[44,45],d8db346a1:[44,45],d8decc681:[44,45],d902dfa03562:36,d9055c39cfed:[9,10],d9057b40a:[44,45],d90b1dcc9552:[9,10],d91209c1201c:[42,43],d91ade7643d6:[36,37],d91ade764:37,d9226cd7ef3c:[36,37],d928fb03a931:[36,37],d935c5c94a9e:[42,43],d93fbb365235:[34,35,37],d948f76c8:46,d94c2cb45:[44,45],d94e5b51c9e5:[38,39],d9513029321d:[9,10],d9513d8e6920:25,d9535e096407:36,d957e9278994:[9,10],d97118693693:[36,37],d978f97d33f0:[42,43],d97b70655:[44,45],d97ea2280:[44,45],d999ed144f94:[9,11],d99b1eddc:[44,45],d9a2585c80f:[42,43],d9a9c7f0:46,d9b06b85:[44,45],d9b090dd0da2:[16,17],d9bbcfabbc2f:42,d9bf361681e95:17,d9bf361681e9:[16,17],d9c127dca831:9,d9c7d683:46,d9cde7352d62:[14,15],d9ebe234862c:[9,10],d9ecf61c:[44,45],d9f40ccf1389:30,d9f81027a01f:19,da05882b8e6:34,da084ab14a46:[34,37],da0c66a0fee5:[9,10],da0cef642cec:28,da13fade1742:[14,15],da1b2af1:46,da246c5fde38:[42,43],da28a664:[44,45],da2c80997909:[38,39],da2faf32fae4:[36,37],da32698522da:[14,15],da3c3ba33:[44,45],da512cac4ed4:[16,17],da5fbae2bce5:[36,37],da61b9e8dc1f:[36,38,39],da6e77f81deb:[16,17],da719b6718a8:[9,10],da773b275e62:[36,37],da885e721ccc:[16,17],da8911ce095a:[16,17],da8dc237c389:36,da8e96ea0:[44,45],da90a25872ff:[42,43],da952e9f:46,da97ec320573:36,da99f39710df:[36,37],da9b63d6c024:[14,15],da9d0e7c5ed5:[36,37],daa54a8d74e8:[9,10],daad484beb6b:20,dab117481e66:23,dab352e:[44,45],dabc711649d5:[42,43],dabr:12,dacc40af25fb:20,dacd80a9811f:[9,10],dad96d18d5fb:22,dadbba56f413:[38,39],dadcf14ae978:9,dadfff45b:46,dae5fa093ce7:[36,37],daeac77bf:[44,45],daeb4ee75:46,daemon:[9,10,14,15,20,28,34,35,36,37],daf9215c:[44,45],daf9ff43cd0a:[9,10],dafcab48658b4d:[14,16,17],dafcf54942f1:[38,39],dai:44,dan:[9,10,11,14,15,16,17,19,20,21,22,23,25,27,28,30,34,35,36,37,38,39,40,42,43,44,45,46],danger:[36,38,39,41,42,43],daniel:[9,10,14,15,16,17,22,23,27,34,35,36,37,44,45,46],darn:[9,10,14,16,17,42,43],data:[9,10,11,14,15,16,17,19,22,23,28,30,34,35,36,37,38,39,40,41,42,43,44,45,46],data_struct:[36,44,45],databundl:[42,43],datatyp:34,date:[9,27,28,34,35,44,45],daul:[36,37],dave:[34,36,37],david:[9,10,14,15],dawit:[42,43],db007d46b1de:[34,35],db05487e27b5:[9,10],db05b035:[44,45],db0:[28,34,35,36,37,44,45],db120737ef3c:[42,43],db169d62f42c:28,db26cbf27922:[36,37],db2:[36,37],db3929ee4f0a:[42,43],db3:[30,34,35,36,37],db3e87fc9342:[9,10],db55a872a4a7:36,db5cabf13:44,db5f940f71b4:[14,15],db6107b7:[44,45],db62cb5a72b8:[16,17],db6829f72219:36,db74b60a:46,db7de0c59ffc:[9,10],db8356bc2:46,db8a373:[44,45],db9ded1e83f4:[16,17],db_util:36,dba42852b0d:[36,38,39],dba5f033:[44,45],dbb4d7e88cf3:[9,10],dbb8adce3d25:[9,10],dbba2f9d8fe3:[42,43],dbc5a4d27789:[36,37],dbc69abae26a:36,dbc70aea:[44,45],dbcdabf8af8:[36,37],dbd116ad5b6a:[34,35],dbdcd7a7c9dc:36,dbdfb0e2ea3c:[36,37],dbef65eb:[44,45],dbf27b6c4af8:[42,43],dbg:[9,10],dc0f490b31fc:[36,37],dc1414817351:[16,17],dc1e756bfc15:[36,37],dc1efdb95ce7:36,dc218d94c57b9:40,dc218d94c57b:[38,42],dc218d94c5:43,dc24a1fd61e0:[34,35],dc24fd7fe912:[42,43],dc276ea88de6:[9,10],dc2e4807c4e5:[42,43],dc3e00781d72:[34,35,37],dc407ba49:[44,45],dc43d89c:46,dc4b7141d372:19,dc4e55316981:[34,35],dc56cd6fe5ff:36,dc65a4916ce5:[36,37],dc6a9a0a6028:[36,37],dc787af07394:[9,10],dc855079f522:[42,43],dc85bd46:[44,45],dc85de97c79c:[14,15],dc9ee7f37f0c:[42,43],dca0d534:46,dcb0ac80b71:10,dcb88fdc5:[44,45],dcbf18c1f0e1:[14,15],dcc623f78014:30,dccal:[36,37,38,39],dcd07da310a:[36,37],dcd:[14,15],dce824c12588:[21,22,36],dce824c:21,dced790c1:[44,45],dcf37eba122b:36,dcf8b4ea580d:[42,43],dchow:[14,15,27],dcmi:[44,45],dco:3,dcp0:[9,14,15,44,45],dctl:[9,10,16,17],dd0aba64608a:[42,43],dd10:[9,14,15],dd11:[9,11],dd13920527a8:[36,37],dd13:[34,35],dd1:[9,10,11,14,15,27,34,35,36,37,38,39,46],dd21:[36,37],dd22:[9,11,36,37],dd23:[36,38,39],dd245fcbbe5d:[34,35],dd251cae71e5:[34,35],dd25ed1a207c:[34,35],dd26705781d3:[16,17],dd2:[9,10,11,14,15,16,17,22,23,27,36,37,38,39,42,43,44,45,46],dd2dacf8ee06:[36,37],dd2fa4504ba3:[36,37],dd357cba6d55:28,dd41d6161ea9:[38,39],dd54042395c2:28,dd54c6fc0af5:[9,10],dd554bacd13c:[36,37],dd65f35941d2:36,dd6aa0faa:[44,45],dd8217ef8e93:[36,37],dd8b717f30a4:20,dd91bd34b189:[36,37],dd9b61cdfca7:[38,39],dd_contain:[9,10],dda5b93d90b6:[16,17,36],dda5b93d90b6e5:[16,17],dda5b93d9:37,ddad6a525:[44,45],ddae90ce735c:36,ddb2012f39d5:[14,15],ddc3338e020c:25,ddc35b93fcad:[9,10],ddc7b1ec95b:[38,39],ddco:[34,35],dddd42af796f:[9,10],dde020c0:46,ddeb048bec98:23,ddefc592366:[14,15],ddefd501a212:[36,37],ddf01705dda7:[14,15],ddf48eae7697:[42,43],ddf8426c6e24:[36,37],ddf90e53a:[44,45],ddfd90ead9c5:[42,43],ddfe08755562:9,ddim:36,ddimm:[36,38,39,40,42,43,44,45,46],ddimm_get_efd:[38,39,42,43,44,45,46],ddr3:[14,15,34,35,36,37],ddr4:[9,10,11,14,15,16,17,22,34,35,36,37,44,45],ddr:36,ddr_phy_irq0:44,ddr_phy_reset:[14,15],ddr_resetn:[36,37],ddrphy:[14,15],de06d0f09c74:[36,37],de09972a4e9c:[42,43],de0e45306:[44,45],de0f8e47de1:10,de1c2d1d9e39:[9,10],de2312a44b13:[38,39],de278bc3b401:[42,43],de2d12b23dff:[36,37],de2fa98fc722:36,de35db8a7:[44,45],de361c2a961f:[42,43],de3e4c9a406f:30,de4076a6de0b:36,de554c19bdf:[9,10],de5c390af3c7:[36,37],de6a45dcdab:36,de8120523a0c:[9,11],de82c2e0ece6:[9,10],de881124f74c:36,de8d541eb563:[42,43],de96c5c7:46,de9ec8dc9ca5:[36,37],dea935a2d336:30,dead:[34,35,36,37,38,39,44,45],dead_code_elimin:46,deadlock:[9,10,14,15,34,35,36,37,38,39],deadman:[9,10,16,17,44,45],deal:[14,15,16,17],dealloc:[9,11,14,15,16,17,34,37,44,45,46],dean:[9,10,11,14,15,20,23,34,36,37,38,39,44,45],deassert:[28,34,36,37,41],deb984133:[44,45],deb:[22,24,36,38,39],debfec25:[44,45],debian:[16,17,36,38,39,46],debian_frontend:[16,17],debug:[9,10,12,14,15,16,17,19,22,23,27,30,34,35,36,37,38,39,41,42,43,44,45],debug_descriptor:[34,35,42,43],debug_malloc:[38,39],dec7fe284b8b:[16,17],dec:[36,37],decb0b6a03b1:[42,43],dece8b8d13ad:[34,35,37],decemb:[37,44,45],decidng:[44,45],declar:[34,38,39,44,45,46],decod:[14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],decompress:[38,39],deconfig:[9,10,14,15,16,17,34,35,36,37,42,43,44,45],deconfig_gard:[34,35,36,37],deconfigbyassoc:36,deconfigur:[9,10,14,15,28,34,35,36,37,44,45],decreas:[20,36,37,40,42,43],decrement:[9,10],decrementor:[36,37],ded1f6e1abf5:[34,35],ded2da534feb:[42,43],dedup:[44,45],dee477f94aa6:[42,43],deebbaaca28f:[16,17],deec9656ec00:[42,43],deed9ba0bc6d:[42,43],deed9ba0bc:43,deep:[2,9,10],deep_stat:[9,10],deeper:[2,11],deepest:[9,10,36,37],def5778ba314:[9,10],def84fb4f740:[14,15],def:[34,37,44,45],default_mc_typ:[38,39,42,43,44,45,46],defaultmaskederror:[44,45],defconfig:[37,38,39,41],defect:[14,15,28,36,37,42,43,44,45],defer:[28,34,35,37],defererenc:41,defin:[3,9,10,14,15,16,36,37,38,39,41,42,43,44,45,46],definit:[9,10,14,15,34,35,36,37,38,39,42,43,44,45,46],degrad:[14,15,36,37],delai:[9,10,14,15,16,17,23,27,28,34,35,36,37,38,39,41,42,43,44,45,46],delayed_deconfig:[36,44,45],delayreg:14,delet:[9,10,14,15,34,35,36,37,38,39,42,43,44,45,46],deliv:[9,10,14,15],deni:[44,45],denot:[14,15],densiti:46,dep:36,depend:[5,9,10,11,14,15,20,23,34,35,36,37,38,39,42,43,44,45,46],deplib:46,deploi:[34,35,36,37,42,43],deprec:[9,10,34,35,36,37,38,39,44,45],depric:[34,35,37],depth:[34,37],der:44,derat:[14,15],derefer:[9,10,14,15,36,37,38,39,44,45],dereferenc:[14,15],deriv:[16,17,35,42,43,46],derksen:[9,10,11,14,15,16,17,19,30,34,35,36,37,38,39,42,43,44,45,46],derp:[36,37],describ:[20,36,37],descript:[7,9,36,37,38,39,42,43,44,45],descriptor:[34,35,38,44,45],deserv:[34,35],design:1,desir:[9,10],destin:[9,10,34,35,44,45],destructor:[44,45],detach:[14,15,20,36,37],detail:[0,9,10,16,17,25,42,43,44,45,46],detect:[9,10,14,15,16,17,28,30,34,35,36,37,38,39,41,42,43,44,45,46],determin:[9,20,34,35,36,37,38,39,42,43],dev:[9,10,36,37,41,42,43,44,45],dev_:[16,17],develop:[1,2,9,16,17,34,36,37,42,43,46,47],devfn:[16,17],devic:[1,2,9,10,11,14,15,16,17,19,20,21,29,33,34,35,36,37,38,39,40,41,42,43,44,45,46,48],device_nod:39,deviceop:[38,39],deviceread:[44,45],devicetre:[38,39,41,42,43,44,45],devmapp:21,devon:[42,43,44,45],devtmpf:46,devtoolset:46,df15dcfc:[44,45],df1a234c15fb:[38,40],df2a1e579aaa:[38,39],df3467291:46,df34cedd050a:[42,43],df43ad6f8512:[34,35,37],df5241f06802:[9,10],df58ab831bf9:[16,17],df5da053c459:[36,37],df62a033675d:[16,17],df6b7a2dadd7:[42,43],df7b1f86b421:[36,37],df80bf43c:[44,45],df829c02d7d5:[36,37],df8dd2733162:[42,43],df8f6df13fa6:[42,43],df98e55e50a3:[16,17],df9d972c2308:[42,43],dfa24928d:46,dfa935ebaa54:38,dfac7593ceb5:36,dfae3a84:[44,45],dfaf471eb1a7:[36,37],dfb142acec43:[9,10],dfb707f5579e:[42,43],dfba68af8:[44,45],dfdf4bee880f:[9,10],dfe15202fa42:[9,10],dfe9fb6d5b26:[36,37],dfimrl_ddrclk_train:[44,45],dhingra:[34,35],dhruvaraj:[34,36,37],diag:[14,15,44,45],diagnost:[27,34,35,44,45],diagnot:[9,10],dial:[9,10,14,15,42,43],did:[41,44,45],differ:[3,7,9,11,29,36,37,42,43],differenti:[9,10],dimm:[9,10,11,14,15,16,17,28,34,35,36,37,38,39,40,42,43,44,45,46],dimm_bad_dq_data:[44,45,46],dimm_siz:36,dimmbaddqbitmapaccesshwp:[14,15],dimmbaddqcheckparamgetbitmap:36,dimmconst:[14,15],dimmlist:[14,15,44,45],dimmspd:[44,45],dio:[42,43],dir:[9,10,44,45],direct:[9,10,14,15,16,17,29,36,37,44,45,46],directli:[3,14,15,23,36],directori:[5,9,10,11,36,37,42,43,44,45],dirti:[23,36,38,39],dis_multiple_tblw:[14,15],disabl:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46],disable_stop8:[36,37],disarm:[44,45],discard:[42,43],discov:[0,9,10,14,15,19,21,38,40,42,43,44,45],discoveri:[38,39],disk:[0,2,3,16,17,44,45],displai:[9,10,14,15,25,28,30,34,35,36,37,42,43,44,45,46],distclean:[9,10],distinct:12,distinguish:[36,37],distract:[9,10],distribut:[3,9,10,14,15,34,35,36,37,38,39,44],distributesmfmem:46,distro:[3,44,45],dive:2,divid:[9,11,36,37,42,43,46],divide_minor:[14,15],divis:[44,45],divisor:[9,10,42,43],djvpd:[42,43],dl0_error_hold:[44,45],dl_omi_fir:[44,45,46],dl_train:[44,45],dll:[9,10,14,15,16,17,36],dll_enabl:36,dll_reset:36,dlp:41,dlx_error_hold:46,dma:[9,10,14,15,28,29,33,34,36,37],dmb:[44,45],dmb_revis:[44,45],dmd:[14,15,16,17],dmi:[9,10,14,15,16,17,34,35,36,37,40,42,43,44,45],dmi_inband:[9,10],dmi_io_dcc:36,dmi_refclock_swizzl:[9,10],dmifir:[34,35,37],do_capp_recovery_scom:33,do_creat:[9,10],dobler:[14,15],doc:[9,10,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],docker:[5,44,45],dockerfil:[16,17,36,37],document:[3,9,10,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46,47],docutil:[44,45],doe:[16,17,29,33,34,35,37,41,44,45],doesn:[4,16,17,19,36,37,42,43,44,45,46],doing:[4,41,44,45],domain:[3,9,10,14,15,19,34,35,36,37,38,39,42,43],don:[3,4,9,10,14,15,16,17,19,20,25,32,34,35,36,37,38,39,41,42,43,44,45,46],donald:[9,10],done:[15,29,33,34,35,36,44,45],donnellan:[9,10,11,14,15,19,34,36,37,38,39,42,43,44,45,46],dont:[9,10,12,16,17,34,35,36,37],dont_stop:[34,35],doorbel:[21,22,23,34,35,36,37,42,43,44,45],dorp:[36,37],dostutdown:[34,37],doubl:[28,34,35,36,37,38,39,42,43,44,45,46],doug:[9,10,16,17],dougla:[16,17,19,27,34,35,36,37,42,43,44,45],down:[9,10,14,15,16,17,19,20,34,35,36,37,41,42,43],downstream:[44,45],dox:[36,37],doxi:[36,37],doxygen:[38,39,42,43,44,45],dp16:36,dp8:36,dpll:[14,15,36,37,42,43],dpll_setup:[36,37],dq2symbol:46,dqmap:46,draft:[36,37,42,43],dram:[9,10,11,14,15,27,34,35,36,37,38,39,42,43,44,45,46],dram_and_pm:46,dram_clk:36,dram_module_height:46,draminit:[36,37,42,43,44,45],draminit_mc:[36,44,45],draminit_train:36,draminit_training_adv:[34,35,36,37,42,43],dramint:[9,10,42,43],draw:[14,15],drawer:[9,10,11],drink:36,drive:[44,45],driven:[9,10,14],driver:[2,9,10,11,16,17,20,26,29,34,35,36,37,38,39,42,43,44,45,46],droop:[9,10,30,36,37,44,45],drop:[9,10,11,14,15,20,21,22,23,24,30,36,37,38,39,42,43,44,45,46],drop_my_lock:[22,36,38,39],dropbear:[19,34,35,42,43],ds8k:[36,37],dsd:[34,35,37,42,43],dsltfir:46,dstlfir:46,dt_attach_root:[36,37],dt_find_by_name_addr:[38,39],dt_find_compatible_nod:[9,11],dt_new:[36,37],dt_new_2addr:[36,37],dt_new_addr:[36,37],dt_new_check:[36,37],dt_resize_properti:46,dtb:[38,39],dtc:[9,10,23,25,36,37,41,42,43,46],dts:[9,10,14,15,38,39],dual:[9,11,21,22,23,24,36,37,38,39,42,43,44,45,46],duchen:36,due:[9,10,14,15,20,21,25,26,27,28,29,30,31,32,33,34,36,37,38,39,41,44,45,46],dummi:[9,10,14,15,44,45],dump:[9,10,11,12,14,15,16,17,20,23,25,34,35,36,37,38,39,42,43,44,45,46],dump_fdt:36,dump_reg:[44,45],dump_trac:[42,43],dumper:44,duplib:9,duplic:[9,11,14,15,34,35,36,37,38,39,42,43,44,45,46],durat:[14,42,44,45],dure:[9,10,11,14,15,16,17,20,21,23,28,29,30,34,35,36,37,38,39,42,43,44,45,46],dwl:[36,44,45,46],dyn:[9,44,45],dynam:[9,11,14,15,16,17,34,35,36,37,44,45,46],dynmemdealloc:46,dynmic:[44,45],dynstr:46,dynsym:46,dzui:[9,10],e016bbb5:[44,45],e017df4c9:[44,45],e01fc4be9:[44,45],e023ce198067:25,e023d6b9:[44,45],e029420eaf65:[9,10],e02b6f6dd:37,e02b6f6ddd5f:36,e02d72ae04f:[42,43],e02e17b713d5:20,e0373c9878e6:[36,37],e03ec216c2a4:[36,37],e04a34af:[44,45],e04b9f876:46,e05083bbd:[44,45],e05798d87571:[9,10],e05b3fb62d44:18,e0672626472a:[9,10],e07cb2f93ac8:[14,15],e07f0c96e66b:[36,37],e085a963007d:36,e08919954f75:36,e08fee36:[44,45],e0959fa04815:20,e0a1c41a7ad9:[34,35],e0aba037:46,e0b8541ff8ca:38,e0c7c89b7483:14,e0cdfdda35d6:[9,10],e0cffe9554a5:[16,17],e0d09f462610:[36,37],e0d1b03eb482:22,e0e226a4:46,e0e6c72:[44,45],e0ebdc3d68b7:[16,17],e0ed7e9985b4:[42,43],e0f035161098:[38,39],e0fae90fc:37,e0fc8dd0b264:[42,43],e1000:0,e101e85c9ff6:[16,17],e1097cc1dfcb:[9,10],e112cf5c675d:36,e116764a9681:[42,43],e11f3af:[44,45],e1257e44:[44,45],e126deb2:46,e14387c19cc9:[36,37],e148cb32cc26:[16,17],e15174aca0ab:[9,11],e15b65ed41d8:[34,35,37],e1637c7d:[44,45],e179917b2c46:36,e1856b43b32c:[36,37],e18d802d082f:[38,39],e18f3fd2301c:[34,35],e194945ed60a:[42,43],e19dddc5:[44,45],e19f14e3134b:[38,39],e1a04818ba32:[34,35,37],e1a4637ad7c4:[36,37],e1a8469a208c:[36,37],e1b9fa3165f7:[36,37],e1c3ed8224bf:[38,39],e1d29fc77510:34,e1d44e8c117f:[38,39],e1de8adbd:[44,45],e1e02033728c:9,e1e78b687d15:[14,15],e1f20bfd7d91:[38,39],e2018d2a:[44,45],e21159bf9683:34,e21201436665:[9,10],e22bb40fb:[44,45],e22e362f3:[44,45],e22f7e46dfa3:26,e2305fe4b76:[9,10],e23e0053:[44,45],e24771081422:[36,37],e248fa5d604eb4:[16,17],e26a866f:[44,45],e275751a409c:[14,15],e275fa73:46,e27b0cc841:[42,43],e27c350:45,e27c350a6:[44,45],e28412847eab:[42,43],e286748a94bd:[16,17],e28af449f61a:42,e28bd663f:[44,45],e29c5cfdb62c:[9,10],e2a0b43c8684:[42,43],e2ade14ecc5:[34,35,37],e2b54b9aeeb8:36,e2b9f7ba:[44,45],e2c0716a0984:[36,37],e2cd78500b8:[16,17],e2ddba5ada4:[14,15],e2e0e0456051:36,e2e2e85b17ea:[36,37],e2eaa810c17a:36,e2fcc4dd6d58:[42,43],e3007bd7476f:36,e30477a2eb0:[9,10],e30bf32f6960:[36,37],e3163f375ff8:[34,35,37],e3199030c431:25,e32c176c5:[44,45],e330fab404cd2b:[16,17],e33bd00b1ee9:[34,35],e33d4b68cfd9:[9,11],e3407c1b4:[44,45],e34887db:[44,45],e3497461c93b:[36,38,39],e34d17297e0d:[36,37],e35f1cb63c1b:36,e3601cec6:46,e364f91be172:[34,35,37],e369ee31b0c5:[9,10],e36e0019e0b9:36,e370d9b50:46,e37d51a556e6:[36,37],e37d7f6e51e7:[36,37],e383f5b6:44,e3870cb85:[44,45],e3873b6:46,e38d6b0d199b:[34,35,37],e3934d8c:[44,45],e3a3ba16a44a:[36,38,39],e3ba36df4d51:[36,37],e3bff0327790:[16,17],e3c5:17,e3c5d13d417:17,e3c65e:[44,45],e3cc786e08ab:[9,10],e3ceaa63602b:36,e3d105d276b3:[36,37],e3d1c5ac78c:[9,10],e3dd8facc038:[34,35],e3e9aef82673:[39,42,43],e3e9aef82673b:38,e3f0d4eb:46,e3f6f99840e4:[14,15],e3f78333a2a1:[14,15],e3f788c9832f:[36,37],e3f992ac8cf6:36,e4044119:46,e410bcca357c:36,e4113f94:[44,45],e4197f8b56b4:20,e4203d350e03:42,e4229a61632a:[14,15],e437a0fc0fd4:[42,43],e4435bbe9132:[9,10],e447be8:[44,45],e453d5fbeb7b:25,e454167d:[44,45],e455c84e39cf:[42,43],e45676f10:44,e4597ab:[44,45],e45d35734d18:[38,39],e487a02045d4:[9,10],e48e70c929b036:[14,16,17],e494c325:46,e4956ca54c22:[42,43],e49a52f0:46,e49b630b208f:[36,37],e49eff4b212719:[14,15],e4a06f098c4f:[38,39],e4a7de38d08d:[14,15],e4b279cb88d7:[42,43],e4bc12d978ab:[14,15],e4bd0e56146b:[36,37],e4c43f303408:[9,10],e4d01510117:[9,10],e4e2aa9c:[44,45],e4e76c8d2f6c:[36,38,39],e4ed25ed886c:[14,15],e4efac7d8c90:[38,39],e4f0610314ca:[36,37],e4f0860c4372:28,e4fe5bbfb:46,e5033fce6b6f:23,e507de12bf45:14,e50e239b75c3:[34,35],e510e8b58:46,e51716b15f79:[9,10],e51a6cffaf9a:[14,15,16,17],e52088b0:[44,45],e52b70dbea22:[34,37],e5312ecd72ac:[36,37],e53402c0f:[44,45],e53963b3:46,e53b287b70c0:[14,15],e53ffaa95148:[34,37],e5489c35029d:[36,37],e550528a74af:20,e558da1:[44,45],e55c53fae43a:[36,37],e5622fb032dc:[38,40,42,43],e56861871:46,e569e65e9894:[36,37],e56f1665ae9d:36,e5725003060d:[16,17],e57a240a7:46,e57fe736:[44,45],e5815ebbc536:30,e582e4a:46,e583424484d:[42,43],e5a2afd6cf:43,e5a2afd6cfb0:[42,43],e5a2afd:[44,45],e5a493e300da:[38,39],e5a7411cd74:[38,39],e5adfac19:46,e5b282ae5d4a:20,e5c21b89:46,e5c5303a522:25,e5c663c3f6d:[9,10],e5ca1ace470:[14,15],e5cb7887f8b7:[9,10],e5cbaf622642:[36,37],e5d1bf6408a2:[42,43],e5d4f0e7:[44,45],e5df99c9d267:[34,37],e5dfc3ab0ec5:[34,37],e5e01d76f:44,e5e276106c9:36,e5e2af0f5e:[14,15],e5e99d277fc5:21,e5eb14043e5d:[36,37],e5ee11f6e796:23,e5f8c726:[44,45],e5fb3b6d17fb:[16,17],e60c6842b51d:[42,43],e619571b:46,e61c6620ebf2:36,e621b7b67951:[38,39],e6272787ed96:9,e62b88fdb3a5:[9,10],e63f4dafc713:[42,43],e6407ab0ae61:[14,15],e64493c22:[44,45],e6449433d8c2:36,e64d23858:46,e652b190c9a8:[36,37],e65958555:[44,45],e666d76d557c:25,e66830b6:[44,45],e66f727bf40b:[36,37],e6737390b254:28,e6758b57:46,e67892d9ce11:[9,10],e6832f74ac22:36,e68587e470a3:[36,37],e686c6c40b70:[42,43],e68ba552bbe0:[36,37],e69b1135db38:[38,39],e69d7d9ff:[44,45],e6a416c71:46,e6b5867adb7f:[9,10],e6b6afd59e41:24,e6bca4a0aa98:[16,17],e6c3:16,e6cfaae:[44,45],e6d95f28f325:[42,43],e6e0c962:[44,45],e6e70ea51c65:[42,43],e6e74c53ed64:[34,35],e6eb4089f:46,e6f098dcfe47:[36,37],e6fa24197013:[36,37],e70d216f8e2b:[38,39],e71f194cb0ba:[34,35],e73cf72d:[44,45],e73d0c117548:[38,39],e746b0c91ee1:34,e748ff234b02:[36,37],e74922a6d8a0:[42,43],e753ab63:[44,45],e75b51ba9604:[9,10],e76c2fc5aeb5:36,e770e96a5d67:9,e772c3f7a100:[16,17],e77f8551f4a6:[9,11],e783d1e86:[44,45],e787bf781886:36,e78ba0a2b89d:23,e7971b5b:[44,45],e7a16c0c8685:27,e7a2da8d5e65:[16,17],e7a324f7574b:36,e7bb5cee3856:[42,43],e7c2ef327998:9,e7db59ec919d:[14,15],e7dccb09:[44,45],e7de009d:[44,45],e7f0582196fb:[38,39],e7f76b4:[44,45],e7f8781e:[44,45],e7f8b795:44,e7fd8e4f5b01:[9,10],e80082e3a96a:[14,15],e808b5c476c7:[9,10],e8111177af9d:[34,35],e82098f4237a:[36,37],e8248d22600:[9,10],e827b625b481:[42,43],e82eda284f01:[36,37],e83aed77c770:34,e8491f368:[44,45],e8590a9d3a19:[38,39],e85d6dd64:[44,45],e85e2e2b:[44,45],e862c4c5a9e0:[36,37],e8665007c:[44,45],e86727885971:[34,37],e867f7fa67b:[36,37],e86871325999:[36,37],e86fa9f6d5a9:[14,15],e876514b:[44,45],e8825169c84c:[36,37],e8840e390273:[9,10],e88bae8c7b3c:[42,43],e88bb694d32:[9,11],e89d3f32d216:[38,39],e8af7effed7b:[9,10],e8c20a22ad09:[14,15],e8cfacbc3232:36,e8d3ed8d:[44,45],e8f69cae9:46,e904aaee7381:25,e905b55bfd96:[9,10],e91574e22285:36,e92277523645:[34,35],e929912354d6:[42,43],e9340b7:[44,45],e93cf4eb7e3:[9,10],e940af9a779a:[34,35],e947593a38a1:[9,10],e9481e191717:[36,37],e95497ee0e43:[34,35,37],e95bde71fde:36,e962f1e8c736:[14,15],e96635d4:[44,45],e9687ad70:[44,45],e9702279f81:36,e9726b77dfc6:[16,17],e97391a:[44,45],e97e84d0f782:[9,10],e985764f5734:[42,43],e991415a:[44,45],e9924f12:[44,45],e995520aa797:[36,37],e99d1c084c42:[42,43],e9a30df7:[44,45],e9accca5570:20,e9ade5b4dbf7:[36,37],e9b81f6e0311:[14,15],e9bc6a014a07:[42,43],e9bced00496:[42,43],e9bd33dd:46,e9c438bf807b:[42,43],e9c4e6ad6:[44,45],e9cd0b2f5:46,e9cd754f:[44,45],e9d12d6326f7:[42,43],e9eacec8bad1:[34,35],e9ee7c7d3571:[34,35],e9efd918:46,e9f31b26:46,e9fa3aa1:[44,45],ea01d258c:[44,45],ea0389a5:46,ea0389a:46,ea070e563fc3:36,ea100b11fb1c:[9,10],ea318dbe989f:[36,38,39],ea3d3a6c4f98:[36,37],ea3e3e75:[44,45],ea40a0eeae03:[42,43],ea434a2363ec:[42,43],ea482b378549f8:17,ea4e422f6343:[36,37],ea5c84fe7741:[34,37],ea5da88b0:[44,45],ea62e756:46,ea7d8f1ae801:23,ea861ac8618f:[36,37],ea86539a69d:[34,35,37],ea8c716f:[44,45],ea90451a8:46,ea9b3080559a:[9,10],ea9d8880f112:15,ea9fb95e6c5a:[42,43],eaa2604f9df4:20,eaa899f53237:[42,43],eaaf8422a3e4:[34,35,37],eab215a0bc28:[16,17],eac9377724:43,eac9377724b:42,eac9377724ba:[42,43],eac9377:[44,45],eace166aa:[44,45],each:[9,10,29,34,35,36,37,42,43,44,45,48],ead1bda912e6:[36,37],ead6e9843244:30,eae1d5f0e27f:[36,37],eae2a18c584:20,eae2a18c584d4:19,eae2a18c584d:19,eae5dde56fa:[34,35,37],eaee47c85878:36,eaf4ca605f7b:[9,10],eaf9e0f0981b:[9,10],eafe3e3d5:[44,45],earli:[9,10,14,15,16,17,19,22,23,35,36,37,38,39,40,43],earlier:[24,33,34,36,37],eas:[36,37,44,45],easier:[14,15,16,17,36],eb0226273239:36,eb027e7:[44,45],eb0c85ae9868:[38,39],eb146fac9685:[36,37],eb22cf5b7cb7:[9,10],eb344bda:46,eb3bc77cbaf3:[34,35],eb3c89638a1:[42,43],eb3d4239b:[44,45],eb4da4cd0830:[9,11],eb69df41:[44,45],eb76931e7ae7:[9,10],eb7c0e1f8327:[14,15],eb83850ee1d:[38,39],eb858339cae8:[9,10],eb86b1484f54:[42,43],eb8c94369f30:[36,37],eb8d14930c5:36,eb9c570fa13b:[9,10,14,15],eba5c2ffe5ff:36,ebb451d4bef5:[36,37],ebb7f0778:46,ebb814a80369:[38,39],ebc36ceff4a7:24,ebc58b0:44,ebc8524a3a45:[36,37],ebcc0c09:[44,45],ebd63e0fbdad:[9,10],ebd72d043f23:36,ebe0b5de67d7:9,ebe0de9aeb47:25,ebe34c4d9214:[36,37],ebe4ee887:44,ebf286d5e287:[42,43],ebf6fda9958f:[38,39],ebf7b47b2:46,ec0d8bb47f67:42,ec1cb99a429:36,ec3c45f3:46,ec52b670ddf5:[42,43],ec53527cf636:14,ec645465cda:[14,15],ec65b9ab4c4c:[38,39],ec7be089:[44,45],ec82b3ea49a0:[9,10],ec840df7fcaf:[42,43],ec86a5683941:[40,42,43],ec8e1324:46,ec954f764ef:[36,37],ec9f67bdaedc:[42,43],ec_abst:[14,15],ec_level:[14,15,36,37],ec_primari:46,ecac8199d:[44,45],ecap:[44,45],ecba21b4468:30,ecc4a562b5d1:[36,37],ecc:[9,10,14,15,16,17,20,22,34,35,36,37,38,39,41,42,43,44,45],ecc_en:[16,17],ecc_len:[34,35],ecc_protect:[16,17],eccsp:[38,39],ecd2b6cd20a0:19,ecdac321bf0a:[42,43],ecde3f4f211a:[16,17],ece0f30d17f9:22,ece4109b:[44,45],ecedb32fc183:[9,10],ecf2201cee8c:[42,43],ecf448158b9d:[36,37],ecf6430d1ee9:[38,39],ecfbca46ab3f:[42,43],echo:42,ecid:[32,34,37,44,45],ecmd:[36,37],ed0430e90:[44,45],ed093a87011d:[14,15],ed1208121086:[40,42,43],ed1f0ebe2e2:[38,39],ed21a758a43a:26,ed2213496939:36,ed23d239d:46,ed2c193506ec:36,ed35a7d04bd:[38,39],ed35e3da7c26:[38,39],ed38dac64269:[9,10],ed4018a1a7d5:[42,43],ed40af7bc:[44,45],ed42128c7:[44,45],ed4753f93086:9,ed48bcbb653d:19,ed66faeb8524:36,ed7027c5b077:[42,43],ed702b6524b7:[42,43],ed7110e:[44,45],ed7254aed9ca:[34,35,37],ed8436b2:46,ed84b08afa87:[14,15],ed95ad23449b:[36,37],ed9af7a17733:[36,37],eda2a98fe87d:[36,37],eda2b054:[44,45],edafe753:46,edbb12014deb:[9,10],edbff4367d05:[36,37],edc936af:46,edca64c2b22b:[14,15],edcc962667ba:[36,37],edce11bc98f2:42,eddd46a88:[44,45],eddff9bf40cf:[16,17],edf7e841ff9d:[38,39],edf9575e0567:[36,37],edf989527:44,edg:[16,17,44,45],edit:[9,10,38,39],editimgid:[9,10],editor:[14,15],edk2:46,ee01ef4ed82a:[38,39],ee0314d2d9d0:[38,39],ee03775d4100:[42,43],ee07f2c6:[44,45],ee172729c85d:[14,15],ee19339b42f7:[34,35],ee1cd5b0adfa:36,ee2270e80fc2:[42,43],ee3924e0c243:[14,15],ee432a5c78b9:[36,37],ee476c6abdad:[38,39],ee52194d04b1:[42,43],ee548e96749a:[34,35,37],ee559052e566:[34,35,37],ee5b02aad960:36,ee644a4d14e2:[9,10],ee6a266a2b23:20,ee76c2ca5927:[40,42,43],ee7bb4b391d5:[16,17],ee83b4d3b2e3:[36,37],ee8837ade2a4:25,ee8bac060be4:[9,10],ee9e0a5d:46,eea4b09a3e85:14,eeadfb7bf985:[14,15],eeb5732a169d:[38,39],eebee394:[44,45],eecach:[36,38,39,42,43,44,45,46],eecache_editor:[44,45],eecd9083f1bd:[38,39],eed59077ba18:[36,37],eed860207:[44,45],eed98f14:[44,45],eee350897db3:36,eee59e94a080:[42,43],eefd5f1438bf:[36,37],eeh:[33,36,37,42,43],eeprom:[9,10,16,17,34,35,36,42,43,44,45,46],eeprom_cach:[44,45],eeprom_vpd_primary_info:[36,42,43],eepromcach:[42,43],eepromddtest:[44,45],ef0fd93a6:46,ef11f4b5:[44,45],ef13876e9fea:[14,15],ef1d51e23675:[9,10],ef1e22766400:[34,37],ef27d8bc4244:[36,37],ef280be1657a:[16,17],ef3b1c4fd9f6:[36,37],ef58f69f:46,ef607c81e101:[14,15],ef623f91e5c4:34,ef6600cc1:[44,45],ef691db35337:[42,43],ef6955814d8:[34,35],ef6b416c8749:36,ef6da5f6:[44,45],ef70d648:46,ef7615644823:9,ef79d0370737:[36,37],ef7c3d86:[44,45],ef7c7de8:[44,45],ef7e13706e40:23,ef9caad57e59:[36,37],efa47dd47:46,efa5cc2c146b:16,efaccccbfa44:24,efb7cc5f4a17:32,efc02485efbd:[14,15],efc4020a32fb:34,efc568c1e30b:[38,39],efcad17ef20a:36,efcd5ec67072:[14,15],efd:[36,38,39,42,43,44,45,46],efda1e06c616:[14,15],efda71702697:[38,39],efddbeeb75d9:[9,10],efe0e19b37f5:[9,10],eff:[36,42,43,44,45],eff_config:[34,35,36,37,38,39,42,43,44,45],eff_config_therm:[34,35,36],eff_dimm:[36,37],eff_dimm_s:[42,43],eff_memory_s:[38,39,44,45],effc8a898634:25,effect:[9,10,34,35,36,38,39,41,44],efus:46,efuse3:[44,45],ei_bus_tx_msbswap:[14,15],eid:[14,15,36,37],eight:41,eimr:[36,37],eisr:[36,37],ekb:[9,10,14,15,16,17,36,37,42,43,44,45,46],electr:[16,17,41],elei:[16,17],element:[44,45],elev:[14,15,36,37,42,43],elf:[44,45],elfutil:[25,36,37,44,45],elfv2:[44,45],elimin:[9,11,36,37,38,39],elinux:3,elizabeth:[9,10,11,14,15,16,17,34,35,36,37],elk:[36,38,39],ellerman:[9,10,14,15,36,37,44,45,46],elog:[9,10,20,28,34,35,36,37,42,43,44,45],email:[0,34,35,42,43],emerg:[16,17,44,45],emit:[36,37,44],emmanuel:[14,15,44,45],empath:[16,17],empti:[9,10,11,14,15,23,34,35,36,37,38,39,42,43,44,45,46],emtpi:[36,37,44,45],emul:[44,45],enabl:[0,9,10,11,14,15,16,17,20,21,25,27,28,29,30,33,34,35,36,37,38,39,41,42,43,44,45,46],enable_capi_mod:[14,15,29],enableattn:[9,10],encod:[36,38,39,42,43,46],encount:41,encrypt:[38,40,42,43,44,45],encrypt_unlock:42,encryt:[42,43],end:[9,10,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46],endan:[44,45],endia:[9,10,42,43,44,45],endian:[36,37,38,39,42,43,44,45,46],endian_swap:[36,37],endian_util:[36,44,45],endpoint:[36,37],energi:9,enforc:[9,10,11,14,15,23,34,36,37,38,39,44,45,46],engd:[28,34,35,36,37,38,39,42,43],engin:[2,9,10,20,28,29,33,34,36,37,38,39,42,43,44,45,46],enhanc:[9,10,14,15,16,17,23,28,34,35,36,37,38,39,42,43,44,45],enpo:[16,17],enqueu:[33,36,37],enqueue_upd:[44,45],ensur:[3,4,9,10,14,15,23,33,34,35,36,37,38,39,41,42,43,44,45,46],enter:[9,10,16,17,36,37,38,39,41,42,43,44,45],enter_info:[36,37],entermpipl:[44,45],enterpris:[42,43,44,45],entir:[4,44,45],entire_spd_without_efd:[44,45],entiti:44,entitypath:[9,10],entrant:[14,15],entri:[9,10,11,14,15,16,17,19,28,30,33,34,35,36,37,38,39,41,42,43,44,45,46],entropi:[9,10],entrypoint:[44,45],enumer:[9,10],env:[9,10,36,37,42,43,44,45],envar:36,environ:[5,6,9,10,16,17,36],eoi:14,eol:[9,10],epm:[36,37],epm_tun:[36,37],epow:[36,37,42,43],epsilon:[9,10],epub_prc_nvdimm_:[42,43],eq_clock_stat_sl:[14,15],eq_cme_scom_lmcr_scom:[34,35],equal:[9,10,46],equalis:[9,10],equat:[42,43],equival:[7,36],eras:[9,10,23,36,38,39,41,42,43,44,45],eraseblock:[36,37],erat:[20,28,34,35,36,37],erect:41,erepair:[9,10,11,14,15,30,34,35,36,37],erepair_threshold:[16,17],eric:[44,45,46],erich:[9,10,14,15,16,17,21,22,23,36,37,38,39,42,43],err:[14,15,34,35,36,37,44,45,46],errata:[14,15,19,31,36,37],erratum:[9,10,14,15],errdataservic:[34,35,37],errl:[20,25,36,37,38,39,42,43,44,45],errldisplai:[9,10],errlmanag:[14,15,25,42,43],errlog:[34,35,36,37],errlogmsghandl:[20,36,37],errlpars:[9,10],errltool:[36,37],errlud_i2c:[42,43],errludattribut:[42,43],erro:[44,45],erron:[34,35,36,37,44,45],error:[9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,32,33,34,35,36,37,38,39,41,42,43,44,45,46],error_count_mode1:[42,43],errorinfocdg:[44,45],errorinfohwcallout:[38,39,42,43],errorlog:[14,15,36,37,38,39,42,43,44,45],ers:38,es_temp:[44,45],esb:[36,37,44,45],escal:[9,10,11,34,35,37,44,45,46],escalal:[36,37],esel:[9,10,16,17,23,28,30,34,36,37,44,45],esni:[16,17],esnin:[36,42],ess:[16,17,44,45],establish:[34,35,38,39],esw:[42,43],etc:46,eth:[16,17],ethernet:0,ethtool:[9,10,19,25,34,35,36,37,38,39],etu:[9,10,36,37,41,42,43],eud:[16,17],eudev:[9,10,38,39],evan:[9,10,36,38,39,42,43,44,45],even:[4,14,15,16,17,42,43,44,45,46],evenli:[9,10],event:[9,10,16,17,19,20,23,25,30,34,35,36,37,38,39,42,43,44,45],event_n:[42,43],event_typ:[42,43],eventlog:46,eventu:[9,10],ever:[42,43],everi:[3,20,29,36,37,41,42,43,44,45],everyon:3,everyth:4,evict:[38,39,42,43],evid:[9,10],examin:[34,35],exampl:[7,42,43],exar:0,exce:[14,15,44,45],exceed:[36,37],except:[4,9,11,14,15,16,17,29,30,34,35,36,37,38,39,44,45],excess:[9,11,44,45],exchang:[34,35,37],execut:[2,36,37,44,45,46],executor:42,exercis:[44,45],exhaust:[44,45],exist:[9,10,14,15,19,34,35,36,37,39,40,44,46],exit:[9,10,14,15,20,23,36,37,38,39,42,43,44,45,46],exit_1:[9,10],exit_cache_contain:[42,43],exp:[36,37,38,39,42,43,44,45,46],exp_access_delay_reg:[42,43],exp_background_scrub:[42,43],exp_check_for_readi:[36,37,42,43,44,45],exp_check_for_ready_wrap:[42,43,44,45],exp_draminit:[36,38,39,42,43,44,45],exp_draminit_mc:[36,42,43,44,45],exp_draminit_util:36,exp_fir:[44,45],exp_fw_log:[44,45,46],exp_fw_statu:[36,37,42,43,44,45],exp_fw_temp_sensor_config_interval_read:[44,45],exp_fw_twi_ffe_set:[44,46],exp_fw_upd:[42,43],exp_getecid:[38,39,42,43,44,45],exp_getidec:[44,45],exp_i2c_field:[36,37,44,45],exp_i2c_scom:[36,37,44,45],exp_inband:[36,37,38,39,44,45],exp_inband_wrap:[36,37],exp_kind:46,exp_memdiag:[42,43,44,45],exp_mss_eff_config_therm:[44,45],exp_mss_memdiag:[44,45],exp_mss_thermal_init:[42,43,44,45],exp_omi_init:[38,39,42,43,44,45,46],exp_omi_setup:[42,43,44,45,46],exp_omi_train:[36,42,43,44,45],exp_omi_train_check:[44,45,46],exp_phy_init:36,exp_port:[44,45],exp_port_trait:[44,45],exp_rank:[42,43],exp_scominit:[38,39,44,45,46],exp_scrub:[38,39,42,43,44,45],exp_thermal_init:[42,43,44,45],expaccess:[38,39],expand:[9,10,14,15,42,43],expans:[36,37],expect:[3,11,15,17,20,34,35,36,37,38,39,40,42,43,45],experiment:[42,43],expir:[9,10],explain:[7,36,37,38,39,41,44,45],explicit:[9,14,15,42,43,44,45,46],explicitli:[9,10,11,14,15,42,43,44,45],exploit:7,explor:[36,37,38,39,40,42,43,44,45,46],explorer_inband:[36,37,44,45],explorer_rc_resp_field:[44,45],expos:[9,10,38,44,45,46,48],exposur:[9,14,15],express:[36,37],expscom:36,expscomtest:36,expupd:[42,43],ext:[24,36],extend:[9,10,11,14,15,20,36,37,38,39,42,43,44,45,46],extens:[9,10,14,15,42,43],extensiblechip:[42,43],extern:[9,10,16,17,34,35,36,37,38,39,42,43,44,45,46],external_vrm_stepdelai:[34,35,37],extra:[9,10,14,15,16,17,20,27,29,34,35,36,37,41,44,46],extract:[9,10,11,34,35,37,44,45],extract_sbe_rc:[28,36,37],extraincdir:[9,10,44,45],extran:9,f01a301bb626:[9,10],f01cd777adb1:[42,43],f033219b73f9:[16,17],f04000d7:[44,45],f04d03f76595:[36,37],f058c9945a4f:[14,15],f0643f627184:36,f0648a1fff9a:27,f07d459fb:[44,45],f07e1f685951:[36,37],f088a0dc2:[44,45],f08ad3307b8:36,f08d50cc:46,f09894aca400:28,f09b4f140279:25,f09b867d665269:[14,16,17],f0ac9b733:46,f0bc1x:36,f0bc4fed86e5:[36,37],f0c194784d98:[16,17],f0c1f3b3a422:[9,10],f0c3530f4fefad5236391e61ae29b1a2582636ca:[44,45],f0d08f111980:[14,15],f0d3622fbac5:[42,43],f0daff609:44,f0db3bed8334:[9,10],f0e2746:[44,45],f0e7e419:46,f0ef411a263c:[9,10],f0f29cbe:46,f0fd894e:[44,45],f0rc1x:46,f10101dc6c7e:[14,15],f10319641ba1:[9,10],f1074af21:[44,45],f10a3f6c0902:[9,10],f10e629c:[44,45],f10feca2b332:[16,17],f1186fdef28f:[34,35],f1189ec04f1f:[36,37],f11931ee5e44:[42,43],f1234170:[44,45],f12bdee4d0b1:36,f1351576:46,f13cb430ae5b:[36,37],f145626d6227:20,f14d2ae6eb3f:[9,10],f154615d:46,f1557795:[44,45],f174e0de2:46,f177dd883e86:[42,43],f17ee1ff96ba:[9,10],f18998f6aac3:[9,10,14,15],f18f9f2d1:[44,45],f19578158720:[16,17],f195:16,f198534f2:[44,45],f1b76d406973:[42,43],f1bf839ad:46,f1c57ddcd:[44,45],f1ef5d3692e0:[36,37],f1f22626aa57:36,f1fd:16,f20b37d483c4:[14,15],f212028b43f3:[42,43],f21b4cbe:46,f2281d448:[44,45],f22c2cdf:[44,45],f22d5c2c3d75:[9,10],f230133c8502:[9,10],f23240f50653:[14,15],f23a497bb:46,f23a93b5944f:[36,37],f23d6c626bd6:[9,10],f23e2102374a:23,f24037b86d27:[14,15],f241353a3ec6:[36,37],f244f3e1b679:38,f246cceda717:[38,39],f24db9e5c8c4:[14,15],f25313313:[44,45],f2691140aea5:20,f26b88c04:[44,45],f27124c1e25b:[36,37],f271f0263475:[36,37],f27a6322ec1c:[34,35],f27c103c8f1c:[36,37],f27d32f1:[44,45],f2837b85611f:[38,39],f283d67875d4:28,f284c3068077:[36,37],f28cb333bfe3:9,f28eff65784d:19,f290f5d4a9ef:[34,35,37],f2ac038e8a1d:[42,43],f2bdbd447c94:[34,37],f2c585d70f39:36,f2d36bc08e82:[16,17],f2e637b802e3:[14,15],f2ee4fcf3ae4:36,f30286c49431:[14,15],f30db0976:[44,45],f30dd702b79e:[36,37],f328d44b13a5:23,f32aff51f:[44,45],f335:39,f34e8263607c:36,f355cddd:46,f356c067:46,f359d22efddd:[36,37],f35a3c376a44:[38,39],f36692fbd:46,f385ac321e0b:[36,37],f38abc883f4a:36,f38ca7d5412b:[42,43],f397cc30bdf8:[9,11],f398c01cab7b:23,f39b02dcad91:[42,43],f3a0fb699040:[38,39],f3a2693e80a0:[36,37],f3ac046b:46,f3ad5bb09249:[38,39],f3b2f887b854:[34,35,37],f3b4f8efe1f8:[38,39],f3b51d33a:[44,45],f3cda9419f28:[42,43],f3d42c23647c:[9,10],f3d801c01f97:[36,37],f3d82eaa4d8c:[42,43],f3df43fa56d1:36,f3e9580127e0:[9,10],f3f0a8ff4:[44,45],f3f4d3449690:[34,35],f3fd15c5b123:[34,35],f40b75296:[44,45],f40bed180c16:[9,10],f40c41f81:[44,45],f41f71705:[44,45],f43013e57725:[9,10],f43234df9:44,f43465a0ac6d:[36,37],f43da019dd69:[9,10],f43f8bd48e3f:[42,43],f43f978d59a3:[36,37],f44af3ce268c:[14,15],f44f8808fc7c8:38,f44f8808fc7c:[38,39,42,43],f4500d105ab1:[36,37],f4554864bef3:23,f46a51570e9f:[9,11],f46ed4f7ee79:[38,39],f46fb4538247:[9,10],f47ca20c2aa8:[36,37],f47de2b05f9d:[9,10],f47fbc97d421:[36,37],f495309913ec:23,f4a736da3d50:30,f4a95d7e1dd5:28,f4aa6c672a2d:[36,37],f4afd85a84ab:20,f4b6cc7a8717:[36,37],f4b7f496c8fc:[36,37],f4bcd3c4260b:[9,10],f4bce59197a:36,f4c2dae8:46,f4d54e9c85b3:[9,10],f4d730d9:[44,45],f4f189641a8a:[36,37],f4f88196aec7:[14,15],f4fe10e30b1f:36,f5024f66d08a:[34,35],f5096ac13faf:[36,37],f50a11628b1c:[38,39],f517c6c5507a:[36,37],f519:16,f51ad1f24:[44,45],f52536b5:[44,45],f52bb2280385:[14,15],f52ed17d38e2:[42,43],f53d3ff4139f:[42,43],f5475890894b:[38,39],f54c91bffdc2:[34,35,37],f55c462e587c:[38,39],f55ed0656b82:[9,10],f560231a9e83:[42,43],f563ab5ac678:[34,35,37],f5653b160:44,f567a49f91:18,f56ff29ed6f9:[9,10],f5759559a60d:[14,15],f57934997860:[9,10],f5796a5fa:[44,45],f5813785b:[44,45],f583f0cf35fc:[38,40],f58be461091f:[36,37],f595ecf7f9d0:[14,15],f59ac34985af:[34,35,37],f59b2f6b:[44,45],f5a4f0ca:[44,45],f5ab52ab7117:[38,39],f5bc1a24f10a:[14,15],f5c960805358:[34,35,37],f5cfc834:[44,45],f5d254cd8:44,f5d2c874d072:[14,15],f5d8831eca2d:[36,37],f5db0c7eb220:[36,37],f5dd1c1283ba:36,f5de75d9d:[44,45],f5ee8955f2bb:[9,10],f609640a7:[44,45],f6159cff5d91:[14,15],f6174ffe5a2:[9,10],f619d06251d5:[42,43],f6276913a4f4:23,f629523b932b:[36,37],f62ab04343d1:[36,37],f62ac59186a6:[34,35],f62eba35005d:36,f6336baa2:[44,45],f63977be6280:36,f651e8eb56e2:[36,37],f65ac6e26087:[42,43],f65c781eee16:[38,39],f65d51cd:46,f66ae38cb:46,f68639c6:[44,45],f68a45ca5694:[42,43],f68b0a02:[44,45],f68b949dbc64:42,f691dc23a:[44,45],f69d2ac579b6:[14,15],f6b7234d960a:[14,15],f6b8ae93833c:36,f6bbedd9f3f3:36,f6c6b387000c:[9,10],f6c6f3ad:46,f6c80b9c6010:[34,35,37],f6d970c6a600:36,f6d970c6a600a7:[16,17],f6d970c6a600a:19,f6d970c6a:37,f6ddb6dc19f8:[38,39],f6df718a76fb:[14,15],f6ec5aa:46,f6f247a8:[44,45],f6f5d7720e3c:[42,43],f6f86c539:[44,45],f6f8c953755a:[9,10],f6f95de35:46,f702a3b2f6b6:[42,43],f70454687:[44,45],f70518cf12dc:[36,37],f708f67a4d0a:[34,35],f722a49ec15b:[38,39],f725f73c0ebc:19,f72f857b7e5:9,f72f857b7e5a:[9,11],f72f857b7e5ab2:[14,15],f730180b2b41:[42,43],f737777b3438:[36,37],f741:17,f741c41933c883:17,f741c41933c8:[16,17],f74d2c56712b:[9,10],f7517b0d4:46,f757ce93e06b:[34,35],f75a73ed4a8f:[34,37],f76a1d96:46,f7713517d90a:[16,17],f77b89e3527:[9,10],f784325ac298:[36,37],f7937e802748:[40,42,43],f797854384a3:[42,43],f79af6ea7e38:[42,43],f79d885bb:[44,45],f7a5547478ea:[9,10],f7a5aa5bec0d:[16,17],f7aeced78:[44,45],f7b1e2a3bca:[42,43],f7b3c79d2b2a:[9,10],f7b6ad2045f4:[9,10],f7b7a6050aa3:28,f7c4f239b1e5:[42,43],f7cb4b2a4cf4:36,f7cffdbe00f6:[36,38,39],f7d423bcbe65:28,f7dab51ab:[44,45],f7dd1f12d858:[9,10],f7dfd17dfc99:[9,10],f7ec077e37c8:[42,43],f7f20ebc477:23,f7fb6d73a88d:[9,10],f8097fd88:46,f81091a35f5d:9,f811ed4a:[44,45],f815ee6a9c02:[42,43],f8189b1d81d8:36,f824d8dfc016:36,f83005325604:[42,43],f83568436527:[36,37],f83a56fc20e8:36,f83a8c5d6:[44,45],f84706a9ed02:36,f84a8a1c749d:[9,10],f857afc4c02c:25,f8776311e:[44,45],f88b6bc4a:[44,45],f88e37248463:[36,37],f88ffa66d1b4:[14,15],f892a8416e8:34,f89a1420c7d8:[42,43],f89e3fc16469:[40,42,43],f89ef7412495:9,f8a7a5a564ec:[42,43],f8a9eff2:[44,45],f8aa97dd7:46,f8af7be16849:[36,37],f8d49a5d6be7:[14,15],f8dfd699f584:38,f8e8d60e453c:[42,43],f8e8d7c203dc:[36,37],f8ee10ee9505:[16,17],f8f9d5ece92d:25,f901fcaf:46,f902471a6092:36,f9039019de5a:14,f911e5ca9f5c:16,f9292037:[44,45],f92ebb1bd:[44,45],f945230b:[44,45],f95319e0:[44,45],f958bd60cb79:[34,35],f9656dc74945:36,f968e9f34:44,f96da34:[44,45],f96eba016:[44,45],f976e7788a3b:20,f97b07db36ea:36,f980f21554a3:[36,37],f98b8f4d6:46,f9a40964fc9d:[34,35,37],f9a7b72ad608:[36,37],f9aa8f06bbd8:[34,35,37],f9b500d310ee:[14,15],f9b79a611501:[38,39],f9ba70879a5a:[9,10],f9ce236f:[44,45],f9d0c39c1:[44,45],f9e7de0c0:46,f9eb53d2:[44,45],f9eeb2840947:[34,35,36],f9eeb2840:37,f9eeb284:35,f9f3bb0a:[44,45],f9f785efd4c7:[36,37],fa0064292733:[42,43],fa03921a9aa6:[14,15],fa0f6415f67f:[36,37],fa120078b864:36,fa161cd8:[44,45],fa1b266a6293:[42,43],fa1e0b136:[44,45],fa1eeea2e987:[14,15],fa2acdeb7202:[9,10],fa3494602a3:9,fa3dee2a63e6:[38,39],fa49d180:[44,45],fa5cb006:[44,45],fa642d7dff73:[36,37],fa7073699742:27,fa7d3943af91:32,fa7d62b7304b:[42,43],fa82d360a73a:[34,35],fa8cd7a53397:36,fa8f3f3fcead:[38,39],fa97373f3274:38,faafdfcec87b:36,fab27f3580d8:[16,17],fabc7bd25190:[9,10],fabric:[9,10,11,14,27,34,35,36,37,42,43],fabric_present_group:[9,10],fabric_pump_mod:[36,37],facad:36,facil:[9,10,31,42,43,44,45,46],facilit:[34,35],factor:[9,10,36,37,38,39,41,44,45,46],factori:[36,37,44,45],fad02a31a:[44,45],fad1a0f6:46,fad6732f2270:34,fad6732f2270f:[34,36],fad6732f2:37,fadf57f63054:36,fae1383d3d:46,fae196d66:[44,45],fae5994b:[44,45],faebbb83:[44,45],fail:[9,10,11,14,15,16,17,20,25,28,34,35,36,37,38,39,40,41,42,43,44,45,46],failov:[34,35,36,37],failur:[9,10,11,14,15,16,17,20,22,23,25,27,28,34,35,36,37,38,39,42,43,44,45,46],fair:[14,15],fairli:[42,43],fajardo:[44,45],fake:46,fake_spd:36,fake_vpd:[42,43],fakenv:46,fall:[20,36,37],fallback:[9,10,44,45,46],fals:[36,37,46],false_:[40,42,43],fapi2:[9,10,14,15,34,36,37,38,39,42,43,44,46],fapi2_access_i2c:[36,37],fapi2_i2c:[44,45],fapi2_rc_plat_miscompar:[44,46],fapi2createplatlogtest:[36,37],fapi2hwaccesstest:[36,37],fapi2mmioaccesstest:[42,43],fapi:[14,34,35,36,37,38,39,44,45],fapi_assert:[36,37,44,45],fapi_attr_get:[36,37],fapi_dbg:[9,10,38,39,42,43,44,45],fapi_err:[38,39,44],fapi_exec:[16,17],fapi_i2c:[36,37],fapi_i2c_control_info:36,fapi_imp:[9,10],fapi_inf:[36,42,43,44,45],fapi_infra:[38,39,42,43,44,45],fapi_invok:[16,17],fapi_invoke_hwp:[36,37],fapi_po:[9,10,19,36,37,42,43,46],fapi_tri:[36,37],fapi_util:[36,37],fast:[9,10,11,14,15,16,17,20,34,35,36,37,38,39,41,42,43,44,45,46],fast_reboot:[9,10],fast_reboot_clears_memori:[38,39],fast_reset_p8:[9,10],fastpath:[14,15],fatal:[14,15,36,37,38,39],fault:[19,36,37,46],favor:[36,37],fb01b20d7:46,fb0bd9be4132:[42,43],fb1cfe5d1f0d:[36,37],fb21d847fbea:[14,15],fb2f03ea:[44,45],fb423b83:[44,45],fb447636f18c:[42,43],fb4b3eb861b2:[42,43],fb4d55672f9d:[42,43],fb4fa9c6de3f:[42,43],fb533c4d3bf1:28,fb5f9334aa0:[9,10],fb5f9334aa0c30:[16,17],fb5f9334aa0c:[9,10],fb663d7186c1:9,fb702bf01aea:[42,43],fb8c2671f28d:[9,10],fb8dbd274b4b:[14,15],fb9b1ba823aa40:[14,15,16,17],fb9f9e8bc940:9,fba889a1a092:36,fbb698a84:44,fbb9bf7216be:21,fbbe2b04:46,fbc6c882:46,fbc889dd:46,fbc:[9,10,14,15,27,34,35,36,37],fbd09aa69c39:[36,37],fbd5f4c9290b:[42,43],fbd875d7:[44,45],fbda730111e2:[16,17],fbdc91e693fc:[14,15],fbe074c81fcf:20,fbe2c7c8455c:28,fbea67f16d58:[34,35],fc03d06f35ac:[14,15],fc087d0b8268:[34,37],fc0e2cee:[44,45],fc1ce68719e:[9,10],fc24bef6f147:27,fc26a6bd34b5:[42,43],fc2a04496b84:14,fc41fd13:46,fc455b94:[44,45],fc4f9deda281:[36,37],fc526ece8110:[9,10],fc5fa5842:[44,45],fc67afe8cd7b:[9,10],fc6895bd0a84:[9,10],fc766f78534e:[34,35,37],fc7996aed4fa:28,fc79c535382d:[34,35],fc7af9ac4efd:20,fc81ad0fabe:[9,10],fc897cac878b:16,fc9830a4a2b1:[36,37],fca1480ab551:[9,10],fca2b2b839a6:[34,35],fca494dbdcf9:[14,15],fcb1d4dc1b9d:[42,43],fcb319431661:36,fcb9ea988c8b:30,fcbb09411:[44,45],fccf3470:46,fce2d94a9bc9:[9,10],fcf7d0e3f5f:[9,10],fcf9daff51a1:[36,37],fcfd722a6abb:[36,37],fcff42579b68:28,fclip:[14,15],fco:[9,10,14,15,34,35,37],fd0950488f7f:[38,39],fd12b61b55f2:[9,10],fd207a3412f2:[9,10],fd23ae8d50f3:[34,35],fd23b3ff6d75:[9,10],fd258b059364:[9,10],fd269e881530:[34,35],fd271bc570d3:[38,39],fd27bc6d28c5:[9,11],fd32e9b7f2cf:[16,17],fd400b157:[44,45],fd49726ffcf0:[34,35,37],fd4bbc869b02:20,fd4e73a22:[44,45],fd5420df2cc3:23,fd59bd865bfb:[42,43],fd5d3fea1e54:[9,11],fd642c6bf549:[34,37],fd71688e86ea:[34,35],fd77849e3981:[36,37],fd82f7002d2d:[9,10],fd8e55022:44,fd94eaab5b2f:36,fda66a4a84d7:23,fdb995c8d77c:[14,15],fdbb8517ab31:[14,15],fdbf7156982e:[14,15],fdcf15d4d7b7:[9,10],fdd27ca27231:[38,39],fdd2a22a19b5:36,fde4c9f63:[44,45],fdf148879:46,fdt:[9,10,42,43],fe000f81b649:[42,43],fe09e7b9d:[44,45],fe20d009372f:[14,15],fe2d80bc:46,fe34d27b5e45:22,fe439a0d9ef0:[34,35,37],fe4cb348e13b:[34,35],fe58a710b97:[9,10],fe61cf0701e0:14,fe6d86b92a00:[14,15],fe70fbb7:46,fe7571698e85:9,fe8b0f92c7f:36,fea5e6e204d9:[42,43],feab766b57db:[42,43],feadf1caf:46,featur:[9,10,13,14,15,16,17,20,29,34,35,36,37,38,39,42,43,44,45,46],feb:11,feba8f886228:[36,37],febbe519b1fc:36,fec3f5c:[44,45],fec3fa592c19:[9,10],fec74df97:[44,45],fecb93f47316:[36,37],fecd2a64f5b4:[9,10],fed081dc:[44,45],fed203b290c1:[14,15],fedb949b7179:[38,39],fedora27:36,fedora28:[34,35],fedora29:[36,38,39,44,45],fedora30:[44,45],fedora:[3,9,10,16,17,36,37,38,39,42,43,46],fee0ce:[44,45],feef0389:[44,45],feel:[42,43],fef105cbd664:[16,17],fenc:[16,17,28,34,35,36,37,38,41,42,43,44,45],fenk:[9,10,14,15,19,30,34,36,37,38,39,42,43,44,45,46],fernandez:[38,39,42,43,44,45,46],fetch:[4,25,34,35,36,37,42,43,44,45],fetchdata:[36,37],few:[3,36,37,42,43,44,45,46],ff01029ea8dd:[42,43],ff05444dd:[44,45],ff08e55b5b6a:23,ff142255:[44,45],ff230a3e9cdf:[9,10],ff335ca19:42,ff335ca:43,ff3747f62ada:[16,17],ff376805bde5:[36,37],ff37b7ecb360:[36,37],ff4e54d4:46,ff5153612f85:[38,39],ff534ad63c7b:[42,43],ff576aa8187b:[36,37],ff5baffa4dab:[16,17],ff5e4695cc58:36,ff62338a5699:[38,39],ff65dc98df8a:[9,10],ff74130fcca2:[36,37],ff79070d1c4c:38,ff818674b181:[42,43],ff81d0d13683:42,ff832044c09e:[42,43],ff83bfc2bf6f:28,ff88cfaaf4c8:[14,15],ff8b83c06c26:[9,10],ff960a77a192:38,ff_bypass:[9,10],ffa97b5fd9ff:[14,15],ffb2a7e5:46,ffbc1b8d89b0:[14,15],ffbcc5c2f0cf:[42,43],ffc30dcc9134:[9,11],ffcb6f88958e:[36,37],ffcc637cd404:[36,37],ffd086397fb0:[14,15],ffd6bf1a:[44,45],ffdc6b255981:[38,39],ffdc:[9,10,11,14,15,16,17,19,28,34,35,36,37,42,43,44,45,46],ffdc_enabl:[44,45],ffdcexpand:[44,45],ffe09809c035:[36,38,39],ffe69c747671:[36,37],ffe6b0311623:[42,43],fff26d78ba7b:[36,37],fffa79ecb0c7:[36,37],fffe69ad3:[44,45],ffs:[16,17],ffs_close:[16,17],ffs_entry_user_to_str:[16,17],ffs_hdr_free:[16,17],ffs_init:[20,36,37],ffspart:[9,10,16,17,34,35,36,37,38,39,46],fibrechannel:0,field:[0,9,10,14,15,16,17,20,34,36,37,38,39,41,42,43,44,45,46],field_t:[44,45],fifo:[9,10,11,14,15,19,36,37,44,45],figtre:[44,45],figur:[36,37],file:[3,9,10,11,14,15,16,17,19,20,27,30,34,35,36,37,38,39,42,43,44,45,46],file_eras:36,filenam:[9,10,42,43],fill:[34,36,37,44,45],filter:[9,10,14,15,16,17,36,37,38,39,41,42,43,44,45],finalise_dt:42,find:[9,10,11,16,17,23,34,35,36,37,38,42,43,44,45],find_mag:[44,45],find_shar:[38,39],fine:[14,15,36,46],fine_record:[36,46],fini_arrai:[42,43],finish:[2,34,35,46],fip:[9,10,14,15,16,17,46],fips920:[34,35,37],fips930:[38,39],fips940:[42,43],fips950:[44,45,46],fir:[9,10,11,14,15,16,17,19,20,27,28,30,34,35,36,37,38,41,42,43,44,45,46],firdata:[9,10,14,15,19,36,37,38,39,44,45],firenz:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,34,35,36,37,38,39,40,42,43,44,45,46],firenze_pci_add_loc_cod:[44,45],firest:43,fireston:[9,11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,37,38,39,40,42,43,46],firinit:[44,45],firmask:[34,35],firmw:38,firmwar:[0,3,4,7,8,47,48],firmware_notifi:[44,45],firmware_request:[9,10,44,45],first:[2,3,4,15,16,27,29,33,34,35,36,37,38,39,40,41,42,43,44,45,46,48],fit:[9,10,36,37,38,39,46],fix:[6,7,9,10,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46],fixup:[7,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45],fixup_endian:[38,39],flag:[9,10,11,14,15,16,17,32,33,34,35,36,37,38,39,41,42,43,44,45,46],flash:[9,10,11,20,21,23,25,34,35,36,37,38,39,42,43,44,45,46],flash_load_resourc:[25,38,39],flash_regist:[20,36,37],flatten:[36,37,42,43],fleetwood:[9,10,14,15,27,34,35,36,37,46],flesh:[34,35,42,43],flip:[44,45],flipport:[9,10,14,15],flood:[16,17,44,45],floor:[44,45],floppi:[44,45],flow:[9,10,11,14,15,28,34,35,36,37,44,45,46],floyd:[9,11,14,15,36,37],flush:[9,10,11,12,14,15,20,23,25,34,35,36,37,38,39,42,43,44,45,46],flushmod:[14,15],flushnvdimm:[38,39,44,45],fnctl:[9,10],fno:38,focus:[1,3],folder:[9,10,16,17,36,37,42,43,44,45],follow:[2,3,4,7,9,14,15,20,33,34,35,36,37,38,39,40,41,42,43,44,45,46,48],for_each_saf:[36,37],forc:[9,10,14,15,20,23,26,30,34,35,36,37,38,39,42,43,44,45,46],force_str:[42,43],forceb:[36,44,45],forceread:[34,35],forcibl:[36,37],foreach:[9,10],forget:33,form:[16,17,44,45],formal:[44,45,46],format:[4,9,10,11,14,15,16,17,34,35,36,37,38,39,42,43,44,45],forseeabl:[34,35,36,37,38,39,40,42,43],forward:[36,38,42,43],found:[3,9,10,14,15,16,17,34,35,36,37,44,45,46],foundat:[2,3],four:[36,37,42,43],fpga:[44,45],fragment:[34,35],frame:[34,37,38,39],framelock:[14,15],framework:[27,34,36,37,44,45,47],francisco:3,freder:[9,10,14,15,16,17,21,34,35,36,37,38,39,42,43,44,45,46],free:[9,10,14,15,20,36,37,42,43,44,45,46],freed:[9,10,44,45],freenod:3,freez:[9,11],freq:[9,10,14,15,28,30,34,35,36,37,38,39,42,43,44,45],freq_pb_mhz:[9,10],freq_pb_mhz_poundv_fallback:[9,10],freq_proc_refclock_khz:[9,10],freq_workaround:[9,11],freqenc:[28,34,35,37],frequenc:[2,9,10,14,15,16,17,20,28,34,35,36,37,42,43,44,45],freset:[28,34,38,39,41,44,45],freset_deassert_delai:[38,39],fridai:[21,27,31,36,40,44],friendli:[9,10],from:[0,2,3,4,7,9,10,11,12,14,15,16,17,19,20,22,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],frozen:36,fru:[14,16,17,21,22,23,27,34,35,36,37,38,39],fru_id:[16,17],fsafe:[9,10],fsi:[9,10,27,34,35,42,43,44,45],fsi_link:[9,10],fsi_port:[9,10],fsidd:9,fsim:[9,10],fsimast:36,fsm:33,fsp:[9,10,11,14,15,16,17,28,34,35,36,37,38,39,42,43,44,45,46],fsp_present:[42,43],fspbuild:36,fspless:[36,37],ftbf:[9,11],ftp:[16,17],fucntion:[14,15],full:[1,3,9,10,14,15,28,34,35,38,42,43,44,45],full_cach:[9,10],fulli:[16,17,34,37],func:[36,42,43,44,45],fundament:[14,15,34,35,44,45],further:[34,35,38,39,46],fuse:[9,11,16,17,36,37,38,39,46],fusion:0,futher:[42,43],futur:[11,14,15,34,35,36,37,38,39,40,42,43],fuzzi:[9,10],fverbos:46,fw910:[9,10],fw_adapter_properti:46,fw_busi:[42,43,44,45],fw_statu:46,fw_updat:[44,45],fwm:[9,10,44,45],g0db27d4b:30,g1e5c5303:38,g1e5c530:39,g2d3fefd:[44,45],g4ae:[42,43],g4aef:39,g4b692:9,g4b692dff:10,g4b692dffb95ac:[14,15],g6c99e37:35,g6c99e37f6fb640a50:19,g6c99e37f:36,g6c99e:34,g70f14f4d:10,g70f14f:9,g70f1:[14,15],g73a92363619:[14,15,16,17],g_wof:[34,35],ga1:[36,37],gain:[16,17],galoi:[9,10,44,45,46],gap:[14,15],garcia:[44,45],gard:[9,10,11,14,15,16,17,19,22,25,32,34,35,36,37,38,39,40,41,42,43,44,45,46],garr:[16,17],garrison:[9,11,18,19,20,21,22,23,24,26,27,28,29,30,32,34,35,37,38,39,40,42,43,46],gass:[9,10,14,15,16,17,27,28,34,35,36,37,38,39,42,43,44,45,46],gate:[9,10,14,15,36,37],gatewai:[14,15],gather:[42,43,44,45],gautham:46,gavin:[44,45],gc06ed583:10,gc06ed5:9,gcc6:[16,18,20,21,22,23,24,36,37,38,39],gcc8:[20,34,35,36,37,42,43],gcc9:[42,43,44,45],gcc:[3,9,10,14,15,36,37,38,39,42,43,44,45],gcov:[14,15,20,34,35,36,37,42,43,44,45,46],gd300041c533a3d837:19,gd300041c533a:[16,17],gd300041c:[34,35],gdb:[42,43],ge28ad442:[42,43],ge28ad44:[44,45],gedd:[9,10,11,14,15,16,17,19,24,28,30,34,35,36,37,38,39,40,42,43,44,45,46],geissler:[34,35,36,37,44,45],gem_draminit:[42,43],gemini:[38,39,42,43,44,45],gen1:[38,39,41],gen3:[9,10,36,37,41,46],gen4:[9,10,14,15,41,42,43,44,45,46],gen:[9,10,42,43],gen_accessor:[14,15],gen_kei:42,gen_mss_port:[44,45],gen_mss_volt:[36,37],gen_throttl:46,gener:[4,7,9,10,11,14,15,16,17,19,20,21,22,23,30,34,35,36,37,38,39,42,43,44,45,46],generalis:[38,39],generic_check:[44,45],generic_failur:[44,45],generic_memory_si_attribut:36,generic_shmoo:[36,37],genericfspmboxmessage_t:[9,10,42,43],generici2cslav:46,genhwsvmrwxml:[9,10,34,37],genmemvpd:[42,43],genpnor:[9,10],genpnorimag:[9,10,20,34,36,37],geoff:[14,15],georgi:46,gerrit1:[44,45],gerrit:[30,36,37],get:[3,7,9,10,11,14,15,16,17,19,23,25,34,35,36,37,38,39,40,41,42,43,44,45,46],get_dimm_target:[44,45],get_hb_reserved_mem:[36,37],get_mmio:[44,45],get_ocmb_target:[44,45],get_target:[44,45],getbaddqbitmap:36,getchildbyaffin:[38,39],getchildren:46,getchildtargetsforcdg:[34,35],getcommonvar:[34,35],getconnect:[36,37,38,39,46],getconnectedchild:[34,35],getconnectedpar:[14,15,34,35],getcoreselect:[42,43],getdimmdqattr:[34,35],getdimmslct:[36,37],getdram:[34,35],getecid:[34,35],getffdc:[19,36,37],gethelperattr:[36,37],gethwconfig:[14,15],getmbvpdattr:[34,35,37],getmemaddrrang:[14,16,17],getmembufrawcardtyp:[34,35,37],getnummasterranksperdimm:[42,43],getopt:[44,45],getpllbucket:[14,15],getrandom:36,getreg:[9,10],getrsp:[36,42,43],getsbeversionviachipop:[36,37],getscom:[9,10,36,37,42,43,44,45],getslaverank:[44,45],getspd:[36,37],getsram:[36,37],getstoredlidimag:[36,37],getter:[36,42,43],getversioninfo:[9,10],getvpd:[36,38,39],giant:[42,43],gigabit:0,gilbert:[9,10,16,17,19,27,34,35,36,37,42,43,44,45],giridhari:[44,45],git:[4,7,9,11,36,37,41,42,43,44,45,46,48],github:[2,3,4,7,16,17,42,43,46],gitignor:[9,10,11,14,15,16,17],gitreleas:[9,10,34],give:[7,9,14,15,36,37],given:[4,34,35,37,42,43,44,45],glanci:[9,10,11,14,15,16,17,22,28,34,35,36,37,38,39,42,43,44,45,46],glenn:[38,39,42,43,44,45],glib:[14,15,16,17],glibc:[9,10,14,15,16,17,19,25,34,35,36,38,39,42,43,44,45],glitch:[44,45],glob:[44,45],global:[9,10,14,15,28,34,35,36,37,38,39,42,43,44,45,46,48],gloff:[9,10,14,15,16,17,34,35,37],glsmux:[9,10,14,15,36,37],goater:[14,15,34,35,36,38,39,42,43,44,45,46],goel:[38,39],going:[3,9,10,36,39,40,42,43],good:[2,9,11,14,15,34,36,37,38,39],got:[34,35,36,37],gpe1:[9,10,14,15,16,17,28,36,37],gpe2:[19,36,37],gpe:[14,15,34,35,36,37,42,43,44,45],gpg:[14,15],gpio:[14,15,36,44,45,46],gplv2:[44,45],gpmmr:[36,37],gpo:36,gppb:[42,43],gpr:[44,45],gptr:[14,15],gpu0:[36,37],gpu:[9,10,11,14,15,16,17,23,29,30,34,35,36,37,38,39,41,42,43,44,45,46],gpu_mem:[9,10],gpu_mem_4t_down:[9,10],grab:[9,10],gracefulli:[38,39],gracefulrestart:44,grain:[14,15],grandboi:[14,15],granular:[44,45],graphic:[36,38,39],grave:[9,10,14,15,27,34,35,36,37],greater:[4,14,15],greatli:36,greg:[9,10,11,14,15,23,28,30,32,34,35,36,37,44,45],gregori:[36,37,44,45],grei:[38,39,42,43],greylist:34,grimm:[16,17,44,45,46],grohowski:46,group:[9,10,14,15,16,17,29,34,35,36,37,38,40,42,43,44,45],group_id:[36,37],grp:[16,17,44,45],grub2:[14,15,42,43,44,45],grub:[14,15,44,45],gruendler:[9,10,36,37,42,43,44,45],gsa:[34,35],guard:[14,41,44,45],guess:41,guest:41,guid:47,guidelin:3,guilherm:[9,10],gupta:[9,10,11,14,15,16,17,19,30,34,35,36,37],gustavo:46,hab:[16,17],haban:36,habanero:[9,11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,38,39,40,42,43,46],habtegiorgi:[42,43],hack:[16,17,36,37,38,39,41,42,43,44,45],hackathon:[44,45],hale:[9,10,34,35,36,37,42,44,45,46],half:[14,15,36,37,44,45],halloran:[9,10,14,15,16,17,20,25,26,34,35,36,37,38,39,42,43,44,45,46],halt:[9,10,36,37,42,43,44,45],hamilton:[34,35],hand:[2,14,15,16,17],handl:[9,10,11,12,14,15,16,17,19,20,23,28,30,34,35,36,37,38,39,40,41,42,43,44,45,46],handle_dupl:[44,45],handle_hmi_except:[16,17],handlechnlfail:[34,35,37],handlecmdcomplet:[9,10],handlememu:[16,17],handler:[9,10,11,14,15,16,17,19,20,23,36,37,38,39,41,42,43,44,45,46],handlerrfo:[9,10,34,35,42,43],handleunitc:[34,35,37],handoff:[9,10,36,37],handov:[42,43],handshak:[34,35],hang:[9,10,11,14,15,16,17,21,22,25,30,34,35,36,37,38,39,44,45],hangbust:[9,10,14,15],hank:[9,10],hankchang:[36,37],hannan:[14,15],hanno:46,hanudel:[9,10,14,15],hao:[44,45],hap:[36,37],happen:[33,36,37,41],happi:[16,17,36,42,43],hard:[9,10,16,17,27,34,35,36,37,41],hardcod:[36,37,44,45,46],harden:[14,15],harder:38,hardwar:[0,9,10,16,17,31,36,37,42,43,44,45],haren:[28,34,35,44,45],harmless:[36,37],harvei:[9,10,14,15,34,35,36,37,38,39,44,45],has:[2,5,7,9,10,11,14,15,36,37,38,39,40,41,42,43,44,45,46,48],has_rcd:46,has_wakeup_engin:[9,10],hasclock:[30,32,36,37],hash:[12,34,36,37,44,45,46],hash_prop:[16,17],hat:7,hauptli:[9,10,14,15,16,17,21,22,23,36,37,38,39,42,43],have:[1,2,3,4,9,10,11,14,15,16,19,20,29,34,35,36,37,38,39,40,41,42,43,44,45,46,48],haven:[3,41],hb_customized_attr:[14,15,44,45],hb_hrmor_byt:[36,37],hb_volatil:[9,10,11],hb_volatile_sensor:[9,10],hbb:[16,17,36,37],hbbl:[9,10,36,37,46],hbci:[42,43],hbd:[9,10],hbfw:[14,15],hbhypcommarea:[9,10],hbi:[36,37,38,39,40,42,43],hbicore_extend:[38,39],hbmutex:14,hbreleas:[34,35,36,37],hbrt:[9,10,11,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],hbtrace:[38,39],hbvolatil:[9,10],hcbi:[44,45],hcdb:[42,43],hcod:[16,17,18],hcode:[2,9,10,14,15],hcodeoccshar:36,hda:[16,17],hdat:[9,10,11,14,15,16,17,28,32,34,35,36,37,38,39,42,43,44,45,46],hdat_to_dt:[16,17],hdata:[9,10,16,17,20,23,26,34,35,36,37,38,39,42,43,44,45,46],hdata_to_dt:[38,39,44,45],hdct:[9,10,14,15],hdd:[36,37],hdec:[16,17],hea:44,head:[4,9,10,16,17,38,39,44,45,46],header:[9,10,14,15,16,17,23,25,27,30,34,35,36,37,38,39,40,42,43,44,45,46],health:[38,39,44,45],heap:[9,10,42,43,44,45],heartbeat:[14,44,45],heartmeat_tim:[42,43],heavi:2,heavili:[39,40,43,45],hegd:[9,10,11,14,15,16,17,20,21,22,23,24,25,28,34,35,36,37,38,39,42,43,44,45,46],height:46,heinrich:[44,45,46],heirachi:[44,45],held:[34,35,36,37],heller:[34,36,37],hello:[16,17],hello_world:[9,10],help:[3,5,14,15,38,39],helper:[9,10,14,15,16,17,20,34,35,36,37,42,43,44,45,46],henc:33,here:[0,2,41],herrenschmidt:[9,10,16,17,19,34,35,36,37,46],hex:[36,37],hickman:[9,10,11,14,15,34,35,42,43,44,45,46],hid:[9,10,11,23,36,38,39],hidden:[36,37,44,45],hide:[14,15,42,43],hiearchi:[44,45],hierarchi:[9,10],high:[9,10,32,36,37,42,43,44,45],higher:[36,37],highest:[16,17],highlight:[44,45],hio:[44,45],hiomap:[20,23,25,36,37,38,39,44,45],hir:[9,10,42,43],histori:[14,15,28,34,35,36,37],hit:[9,10,36,37,41,46],hlavac:[36,37],hmer:[16,17],hmi:[9,10,11,12,14,15,16,17,19,25,28,34,35,36,37,38,39,41,42,43,44,45],hoffa:[9,10,11,14,15,16,19,22,25,34,35,36,37,38,39,42,43,44,45,46],hold:[38,39,42,43,44,45],hole:[30,34,35,36,37,42,43,44,45],home:[9,10,23,36],homer:[9,10,14,15,20,36,37,38,39,42,43,44,45,46],honor:[9,10,14,15,44,45,46],hook:[14,15,16,17,36,37,44,45,46],hope:36,host:[2,3,4,9,10,14,15,16,17,18,19,20,32,34,35,36,37,38,39,41,42,43,44,45,46],host_build_stop_imag:[36,37],host_coalesce_host:[9,11],host_load_io_pp:[36,37],host_mc_trait:[44,45],host_runtime_setup:[34,35,37],host_servic:[42,43],host_services_occ_base_setup:[42,43],hostboot:[2,9,48],hostboot_mod:[9,10],hostnam:[30,36,37],hostservic:[9,11,19,36,37,42,43,44,45],hot:[9,10,14,15,34,35,36,37],hotplug:[11,16,17,44,45],hour:36,how:[4,7,9,10,14,15,16,17,27,34,35,36,37,38,39,41,42,43],howev:[33,41],howto:6,hpw:[9,10,42,43],hreset:[16,17,30,34,36,37],hrmor:[9,10,16,17,20,34,35,36,37,42,43,44,45],hrmor_bit:[16,17],hservic:[21,36],hservices_init:[42,43],hsrr:[38,39],htm:[44,45],htmgt:[9,10,14,15,16,17,20,23,30,32,34,36,37,44,45],http:[2,3,4,7,16,17,41,44,45,46],huang:[44,45],hub:[36,37,38,39],huid:[9,11,14,15,34,35,36,37,44,45],human:[9,10,36],hundredth:[9,10],huynh:[9,10,14,15,16,17,20,22,24,28,34,35,36,37,38,39,42,43,44,45],hw010220a:[44,45],hw010620a:[44,45],hw010720a:[44,45],hw010820a:[44,45],hw010920a:[44,45],hw011020a:[44,45],hw011120a:[44,45],hw011320a:[44,45],hw011420a:[44,45],hw011520a:[44,45],hw011620a:[44,45],hw012120a:[44,45],hw012320a:[44,45],hw012420a:[44,45],hw012519a:[22,36],hw012619a:[22,36],hw012719a:22,hw012720a:[44,45],hw012819a:22,hw012820a:[44,45],hw012919a:[22,36],hw012920a:[44,45],hw013019a:[22,36],hw013020a:[44,45],hw013119a:[22,36],hw013120a:[44,45,46],hw020319a:[22,23],hw020419a:[23,36],hw020420a:[44,45],hw020519a:23,hw020520a:[44,45],hw020619a:[23,36],hw020719a:23,hw020819a:[23,36],hw020919a:[23,36],hw021019a:23,hw021119a:23,hw021120a:[44,45],hw021120b:[44,45],hw021219a:[23,36],hw021319a:23,hw021320a:[44,45],hw021419a:[23,36,38],hw021420a:[44,45],hw021519a:[23,36],hw021619a:[23,36],hw021719a:23,hw021720a:[44,45],hw021819a:23,hw021820a:[44,45],hw021919a:[23,36],hw021920a:[44,45],hw022019a:[23,36],hw022020a:[44,45],hw022119a:[23,36],hw022219a:[23,36],hw022319a:[23,36,38,39],hw022419a:[23,24],hw022420a:[44,45],hw022420b:[44,45],hw022620a:[44,45],hw022620b:[44,45],hw022820a:[44,45],hw030220a:[44,45],hw030320a:[44,45],hw030420a:[44,45],hw030520a:[44,45],hw030620a:[44,45],hw030819a:[24,38,39],hw030919a:[24,38,39],hw030920a:[44,45],hw031019a:24,hw031020a:[44,45],hw031119a:24,hw031120a:[44,45],hw031219a:[24,38,39],hw031220a:[44,45],hw031319a:[24,38,39],hw031320a:[44,45],hw031419a:24,hw031619a:[24,38,39],hw031620a:[44,45],hw031719a:24,hw031819a:[24,25],hw031919a:[25,38,39],hw032019a:25,hw032019b:[38,39],hw032020a:[44,45],hw032020b:[44,45],hw032119a:[25,38,39],hw032219a:[25,38,39],hw032319a:[25,38,39],hw032320a:[44,45],hw032419a:25,hw032519a:25,hw032520a:[44,45],hw032619a:[25,39,42,43],hw032620a:[44,45],hw032719a:[25,39,42,43],hw032720a:[44,45],hw032819a:25,hw032919a:[25,39,40,42,43],hw033019a:25,hw033020a:[44,45],hw033119a:25,hw033120a:[44,45],hw040119a:25,hw040120a:[44,45],hw040219a:[25,40,42,43],hw040220a:[44,45],hw040319a:[25,38,40,42,43],hw040320a:[44,45],hw040419a:[25,42,43],hw040519a:[25,42,43],hw040619a:[25,42,43],hw040719a:25,hw040819a:25,hw040820a:[44,45],hw040919a:[25,42,43],hw040920a:[44,45],hw041019a:[42,43],hw041020a:[44,45],hw041119a:[38,42,43],hw041219a:[38,42,43],hw041319a:[38,42,43],hw041420a:[44,45],hw041519a:[38,42,43],hw041520a:[44,45],hw041619a:[42,43],hw041620a:[44,45],hw041719a:[42,43],hw041720a:[44,45],hw041819a:[42,43],hw042019a:[42,43],hw042020a:[44,45],hw042119a:[42,43],hw042220a:[44,45],hw042319a:[42,43],hw042320a:[44,45],hw042419a:[42,43],hw042420a:[44,45],hw042519a:[42,43],hw042720a:[44,45],hw042820a:[44,45],hw042920a:44,hw043019a:[42,43],hw043020a:44,hw050119a:[42,43],hw050120a:44,hw050319a:[42,43],hw050420a:44,hw050520a:44,hw050619a:[42,43],hw050620a:44,hw050719a:[42,43],hw050720a:44,hw050819a:[42,43],hw050820a:44,hw050919a:[42,43],hw051018a:[18,34,35],hw051019a:[42,43],hw051118a:[34,35],hw051119a:[42,43],hw051120a:44,hw051220a:44,hw051320a:44,hw051419a:[42,43],hw051518a:[34,35],hw051519a:[42,43],hw051520a:44,hw051618a:[34,35],hw051619a:[42,43],hw051718:27,hw051718a:[18,28,34,35],hw051719a:[42,43],hw051818a:[34,35],hw051819a:[42,43],hw051820a:44,hw051919a:[42,43],hw051920a:44,hw052020a:[44,46],hw052119a:[42,43],hw052120a:46,hw052219a:[42,43],hw052318a:[34,35],hw052418:27,hw052418a:[27,28,34,35],hw052419a:[42,43],hw052518a:[34,35],hw052618a:[34,35],hw052720a:46,hw052819a:[42,43],hw052820a:46,hw052919a:[42,43],hw052920a:46,hw053018a:[34,35],hw053019a:[42,43],hw053118a:[34,35],hw053119a:[42,43],hw05:[16,17],hw060118a:[34,35],hw060119a:[42,43],hw060120a:46,hw060220a:46,hw060319a:[42,43],hw060320a:46,hw060418a:[34,35],hw060420a:46,hw060519a:[42,43],hw060520a:46,hw060618a:[28,34,35],hw060619a:[42,43],hw060718a:[28,34,35],hw060719a:[42,43],hw060818a:[28,30,34,35],hw060819a:[42,43],hw060820a:46,hw060918a:[34,35],hw060920a:46,hw061119a:[42,43],hw061120a:46,hw061218a:[34,35],hw061219a:[42,43],hw061220a:46,hw061318a:[34,35],hw061319a:[42,43],hw061419a:[42,43],hw061518a:[34,35],hw061519a:[42,43],hw061520a:46,hw061618a:[34,35,36,37],hw061620a:46,hw061720a:46,hw061819a:[42,43],hw061918a:[36,37],hw061919a:[42,43],hw061919b:[42,43],hw061920a:46,hw062018a:[36,37],hw062019a:[42,43],hw062118a:[36,37],hw062119a:[42,43],hw062218a:[36,37],hw062220a:46,hw062318a:[36,37],hw062320a:46,hw062420a:46,hw062518a:[35,36,37],hw062519a:[42,43],hw062520a:46,hw062618a:[36,37],hw062619a:[42,43],hw062620a:46,hw062718a:[36,37],hw062818a:[30,36,37],hw062819a:[42,43,44,45],hw062918a:[36,37],hw062919a:[42,43],hw062920a:46,hw063018a:[28,30],hw070120a:46,hw070219a:[42,43],hw070220a:46,hw070318a:[36,37],hw070319a:[42,43],hw070419a:[42,43],hw070618a:[36,37],hw070619a:[42,43],hw070620a:46,hw070718b:[34,36,37],hw070720a:46,hw070919a:42,hw070920a:46,hw071018a:[30,36,37],hw071020a:46,hw071118a:[30,36,37],hw071118b:[36,37],hw071318a:30,hw071319a:[42,44,45],hw071418a:[30,36,37],hw071420a:46,hw071518a:[30,36,37],hw071718a:[30,36,37],hw071719a:[44,45],hw071818a:[30,36,37],hw071919a:[44,45],hw072020a:46,hw072020b:46,hw072219a:[44,45],hw072220a:46,hw072318a:[30,32],hw072320a:46,hw072419a:[44,45],hw072420a:46,hw072518a:[36,37],hw072618a:[36,37],hw072719a:[44,45],hw072720a:46,hw072820a:46,hw072920a:46,hw073019a:[44,45],hw073020a:46,hw073119a:[44,45],hw080118a:[32,36,37],hw080119a:[44,45],hw080219a:[44,45],hw080318a:32,hw080320a:46,hw080418a:[19,32],hw080420a:46,hw080520a:46,hw080718a:19,hw080820a:46,hw080918a:[36,37],hw080920a:46,hw081019a:[44,45],hw081020a:46,hw081120a:46,hw081220a:46,hw081319a:[44,45],hw081320a:46,hw081419a:[44,45],hw081420a:46,hw081618a:19,hw081619a:[44,45],hw081720a:46,hw081820a:46,hw081920a:46,hw082020a:46,hw082120a:46,hw082218a:[36,37],hw082218b:[36,37],hw082220a:46,hw082318a:[19,36,37],hw082418a:[36,37],hw082518a:[36,37],hw082520a:46,hw082520b:46,hw082718a:19,hw082718b:[36,37],hw082720a:46,hw082818a:[36,37],hw082819a:[44,45],hw082819b:[44,45],hw082918a:[19,36,37],hw083018a:[36,37],hw083019a:[44,45],hw083020a:46,hw090118a:[36,37],hw090119a:[44,45],hw090120a:46,hw090220a:46,hw090318a:[36,37],hw090319a:[44,45],hw090320a:46,hw090419a:[44,45],hw090518a:[36,37],hw090520a:46,hw090619a:[44,45],hw090920a:46,hw091019a:[44,45],hw091020a:46,hw091119a:[44,45],hw091120a:46,hw091318a:[36,37],hw091319a:[44,45],hw091518a:[36,37],hw091620a:46,hw091719a:[44,45],hw091720a:46,hw091818a:[19,36,37],hw091820a:46,hw091918a:[36,37],hw091919a:[44,45],hw092018a:[36,37],hw092019a:[44,45],hw092119a:[44,45],hw092120a:46,hw092218a:[36,37],hw092220a:46,hw092320a:46,hw092420a:46,hw092518a:[36,37],hw092519a:[44,45],hw092520a:46,hw092618a:[36,37],hw092619a:[44,45],hw092718a:[36,37],hw092719a:[44,45],hw092818a:[36,37],hw092819a:[44,45],hw092820a:46,hw092918a:[36,37],hw092920a:46,hw093020a:46,hw100119a:[44,45],hw100218a:[36,37],hw100219a:[44,45],hw100318a:[19,36,37],hw100319a:[44,45],hw100320a:46,hw100418a:[36,37],hw100419a:[44,45],hw100518a:[36,37],hw100519a:[44,45],hw100618a:[36,37],hw100620a:46,hw100720a:46,hw100819a:[44,45],hw100918a:[36,37],hw100919a:[44,45],hw100920a:46,hw101018a:[19,20,36,37],hw101118a:[36,37],hw101120a:46,hw101218a:[36,37],hw101219a:[44,45],hw101220a:46,hw101318a:[36,37],hw101320a:46,hw101519a:[44,45],hw101520a:46,hw101619a:[44,45],hw101620a:46,hw101718a:[36,37],hw101719a:[44,45],hw101818a:[36,37],hw101819a:[44,45],hw101918a:[36,37],hw101920a:46,hw102018a:[36,37],hw102318a:[36,37],hw102319a:[44,45],hw102320a:46,hw102418a:[36,37],hw102419a:[44,45],hw102518a:[36,37],hw102519a:[44,45],hw102618a:[36,37],hw102619a:[44,45],hw102620a:46,hw102718a:[36,37],hw102720a:46,hw102820a:46,hw102919a:[44,45],hw103018a:[36,37],hw103019a:[44,45],hw103020a:46,hw103118a:[36,37],hw110118a:[36,37],hw110119a:[44,45],hw110218a:[36,37],hw110219a:[44,45],hw110318a:[36,37],hw110519a:[44,45],hw110718a:20,hw110719a:[44,45],hw110819a:[44,45],hw110918a:20,hw110919b:[44,45],hw111318a:[36,37],hw111319a:[44,45],hw111518a:[36,37],hw111819a:[44,45],hw111919a:[44,45],hw112018a:[36,37],hw112019a:[44,45],hw112118a:[36,37],hw112219a:[44,45],hw112619a:[44,45],hw112718a:[20,36],hw112818:21,hw112818a:20,hw112918a:36,hw113018a:36,hw120218a:36,hw120418a:36,hw120419a:[44,45],hw120518a:36,hw120618a:36,hw120818a:36,hw120919a:[44,45],hw121019a:[44,45],hw121118a:36,hw121218a:36,hw121219a:[44,45],hw121318a:36,hw121418a:36,hw121518a:36,hw121718a:36,hw121818a:36,hw121919a:[44,45],hw122018a:36,hw122019a:[44,45],hw123020a:[44,45],hw123119a:[21,22,36],hw12311:21,hw363605:[14,15],hw363780:[14,15],hw376651:[14,15],hw383616:[14,15],hw384245:[14,15],hw386013:[14,15],hw388878:[14,15],hw389045:[14,15],hw389511:[14,15],hw392781:[14,15],hw395947:[14,15],hw396520:[14,15],hw397129:[14,15],hw398205:[36,37],hw398269:[14,15],hw399448:[9,10],hw399624:[14,15],hw399765:[14,15],hw399919:[14,15],hw400075:[14,15],hw400898:[14,15],hw400932:[14,15],hw401552:[14,15],hw401780:[14,15],hw401811:[14,15],hw402145:[14,15],hw403465:[9,10,14,15],hw403701:[14,15],hw405290:[36,37],hw405413:[14,15],hw405443:[14,15],hw405851:[14,15],hw406130:[14,15],hw406577:[14,15],hw406803:[14,15],hw407123:[14,15],hw407136:[14,15],hw407180:[14,15],hw407385:[14,15],hw408629:[14,15],hw408901:[14,15],hw408972:[14,15],hw409026:[16,17],hw409069:[14,15],hw410212:[14,15],hw410389:[14,15],hw412197:[14,15],hw413799:[14,15],hw413853:[14,15],hw413917:[14,15],hw414249:[14,15],hw414375:[14,15],hw414384:[14,15],hw414700:[9,14,15],hw414702:[14,15],hw414829:[14,15],hw414871:[14,15],hw414958:[14,16,17],hw415013:[14,15],hw415114:[14,15],hw415236:[14,15],hw415528:[14,15],hw415692:[14,15],hw415883:[14,15],hw415988:[14,15],hw416934:[14,15],hw417233:[14,15],hw417560:[36,37],hw41801:[14,15,36,37],hw418117:[9,10,14,15],hw418738:[14,15],hw418789:[14,15],hw418850:[14,15],hw419305:[14,15,36,37],hw419742:[14,15],hw421347:[14,15],hw421426:[14,15],hw421831:[14,15],hw422495:[14,15],hw422629:[14,15],hw423533:[9,14,15],hw423589:[9,10,14,15,36],hw425027:[9,10,14,15],hw425038:[9,10,14,15],hw425310:[9,10],hw425526:[9,10,14,15],hw426350:[9,10],hw430546:[9,10,14,15],hw430958:[9,10,14,15],hw437173:[9,14,15],hw438727:[14,16,17,42,43],hw439303:[34,35],hw439321:[14,15,36,37],hw443669:[36,37],hw443982:[16,17,34,35],hw446964:[34,35,36,37],hw447585:[16,17,34,35],hw447589:[16,17,34,35],hw452921:[30,32,36,37],hw461448:[36,37],hw467590:[36,37],hw471413:[20,36,37],hw474117:[21,23,25,36],hw476620:[44,45],hw477626:[36,38,39],hw480181:[42,43],hw481539:[42,43],hw483672:[38,39,42,43],hw508063:[44,45],hw508066:[44,45],hw930007:[14,15],hw_imag:[14,15],hw_obj:[38,39,44,45],hwa:[9,10,24,34,35,36,37,42,43],hwas_state_changed_subscription_mask:[34,35],hwasplat:[44,45],hwcallout:[16,17],hwcap:14,hwmon:[16,17],hwp:[9,10,14,15,16,17,19,27,28,32,34,35,36,37,38,39,42,43,44,45,46],hwp_invok:46,hwp_wrapper:[44,45],hwperror:[14,15],hwpf:[9,10,36,37,44,45],hwsv:[9,10,11,14,15,34,36,37,42,43,44,45],hx_keyword:36,hybrid:[14,15],hyp:[9,10],hypervisor:[9,10,38,44,45],i2c:[9,10,11,14,15,16,17,19,20,21,23,26,27,30,32,33,34,35,36,37,38,39,42,43,44,45,46],i2c_:[16,17],i2c_access:[36,37],i2c_address:[19,36,37],i2c_mux_info:36,i2c_request:[36,37],i2c_request_send:[33,36,37,38,39],i2cpres:36,i2cslav:[44,45],i2csupport:[44,45],i40:0,i_skipcomm:[14,15],iac:[9,10,28,34,35,37],iana:[44,45],iar:[36,37],iaue:[9,10],ibm:[0,9,10,11,14,15,16,17,20,36,37,38,42,43,44,45,46,48],ibmer:7,ibmtpm20tss:46,ibscom:14,ibscom_mcs_base_addr:[25,36,37,38,39],ibt:36,ideal:4,idec:[42,43,44,45],ident:36,identifi:[44,45],idl:[9,10,34,35,36,37,38,39],ids:[12,34,35,36,37,44,45,46],idt:[44,45],ies:16,ifcompil:[16,17,42,43],ifdef:36,iff:44,ifi:[44,45],igb:0,ignor:[9,10,14,15,16,17,19,30,36,37,41,42,43,44,45],iii:[34,35,36,37],iipbit:[44,45],ilya:[9,10,11,14,15,16,17,22,25,28,30,34,35,36,37,38,39,40,42,43,44,45,46],ima:[9,10,14,15,34,35,36,37,44,45],imag:[0,1,2,3,9,10,14,15,16,17,20,23,34,35,36,37,38,39,42,43,44,45,46,47,48],imagehdrscript:[36,37],imc2:[14,15],imc:[9,10,11,14,15,16,17,38,39,42,43,44,45,46],imc_chip_cb:[44,45],imc_init:[44,45],imc_nest_chip:[9,10],img:[16,17,36,37,44,45],img_def:[9,10],iml_complet:[42,43],immedi:[14,15,36,37,38,39,41,42,43],impact:[30,36,37,42,43],imped:46,impend:[44,45],impl:[42,43],implement:[2,3,9,10,11,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46],impli:36,improp:[44,45],improv:[9,10,14,15,16,17,20,23,29,30,34,35,36,37,38,39,42,43,44,45,46],imr:[19,36,37],in_be64:41,inact:[16,17,34,35,37,44,45],inari:[30,38],inband:[9,10,14,15,16,17,36,37,42,43,44,45],inc:[9,11],incas:[14,15],includ:[0,3,4,7,9,10,11,14,15,16,17,20,22,26,33,34,35,36,37,38,39,41,42,43,44,45,46],inclus:[42,43],incom:[36,37],inconsist:[42,43,46],incorpor:[7,36],incorrect:[9,10,11,20,30,32,36,37,38,42,43,44,45],incorrectli:[9,10,36,38,39],increas:[9,10,11,14,15,16,17,20,27,28,34,35,36,37,38,39,42,43,44,45,46,48],increment:[14,15,34,35,36,37,44,45],indefinit:[3,44],indent:[38,39,44,45],independ:[9,10,27,34,37],indetermin:[42,43],index:[1,9,11,36,37,38,39,44,45,46],index_within_bound:[44,45],indic:[3,7,9,10,22,29,36,37,44,45,46],indirect:[14,15,34,35,41,44,45,46],indirectli:[44,45],individu:[1,3,14,15,34],ine:[14,15,16,17],inf:[9,10],infer:[42,43],infineon:[16,17],infinit:[9,10,36,37,44,45],info:[9,10,11,14,15,16,17,23,34,35,36,37,38,39,40,42,43,44,45,46],inform:[3,9,10,11,14,15,16,17,19,20,21,22,23,24,25,27,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],infra:[9,10],infrastructur:[36,37,44,45,46],ing:[32,36,37],inhibit:[14,15,16,30,36,37,38,39,46],init:[9,10,11,14,15,16,17,20,21,22,24,27,28,33,34,35,36,37,38,39,41,42,43,44,45,46],init_task:46,initcompil:[14,15,36,37],initf:[36,37],initfil:[9,10,14,15,27,34,35,36,37,38,39,42,43,44,45,46],initfl:[9,10],initi:[9,10,11,14,15,16,17,20,22,25,28,29,34,35,36,37,38,39,41,42,43,44,45,46],initialis:[9,10,14,15,34,38,39,41,44,45,46],initilis:[16,17],initramf:[2,16,17],initrd:46,initservic:[20,36,37],inittozero:[36,37,46],inject:[9,10,16,17,19,28,30,34,35,36,37,38,39,41,42,43,44,45],inlin:[9,10,36,37,38,39,44,45],input:[9,10,14,16,17,19,34,35,36,37,42,43,46],insert:[14,15,16,17,36,37,44,45],insid:[2,9,10,14,15,28,34,35,36,37,38,39,44,45],insomnia:[34,35],inst:36,instal:[9,10,16,17,34,35,44,45,46],instanc:[9,10,16,17,34,35,36,37,42,44,45],instance_path:[34,35,37],instead:[9,10,14,15,16,17,28,34,35,36,37,42,43,44,45,46],instruct:[9,10,11,16,17,34,35,36,37,38,39,42,43,44,45],insuffici:[40,41,42,43],int64_t:[9,10],int_cq:[36,37],int_vc_aib_timeout:[36,37],intcqfir:[14,15,16,17],integ:[42,43,44,45],integr:[5,9,10,14,15,36,37,38,39,42,43,46],integral_const:[40,42,43],intel:0,intend:[9,10,11,12,13,14,15,17,34,35,37],intention:[42,43],inter:[34,35,36,37],interact:[3,36,37],intercme_msg_handl:[28,36,37],interconnect:[38,39],interfac:[9,10,14,15,16,17,20,23,34,35,36,37,38,39,41,42,43,44,45,46],interleav:[44,45],intermedi:[36,37,42,43],intermitt:[14,15,36,42,44,46],intern:[16,17,33,36,44,45],interpret:[33,36,37],interrupt:[9,10,14,15,16,17,23,31,34,35,36,37,38,39,42,43,44,45,46],intersect:[44,45],interv:[34,35,37],intial:[16,17],intifil:[9,10,14,15],intp:[19,36,37],intr:[9,34,36,37],introduc:[9,10,14,15,16,17,19,20,23,29,36,37,38,39,42,43,44,45,46],introduct:1,introductori:1,intrp:[9,11,34,35,37,38,39,44,45],intrrp:[9,10,36,37],invalid:[9,10,11,12,14,15,16,17,19,22,34,35,36,37,38,39,41,42,43,44,45],invent:3,inventori:[23,36,42,43],invers:[14,15,36,37],invert:[30,32,36,37,46],invoc:14,invok:[27,34,35,37,38,39,44,45],involv:[3,9,11],io_buff:[38,39],ioda2:[44,45],ioda:[28,34,36,37],ioe:[16,17],iohub:[9,36,37,38,39,44,45],iomcfir:[34,37],iommu:41,ion:[16,17],ioo:[16,17,42,43],ioo_dl_npu_scominit:[44,45],ioolfir:[44,45],iopau:[42,43],iota:[36,37],iov:[25,38,42,43],iovalid:[9,10,14,15,27,34,35,36,37,38,39],iovpd:[38,39],ipc:[9,10,11,14,15,19,22,34,35,36,37],ipc_data_invalid:[22,36,37],ipc_populate_attribut:[14,15],ipl:[9,10,11,14,15,19,34,35,36,37,38,39,42,43,44,45,46],iplp:[9,10,28,34,37],iplparam:[20,34,35],ipltime_checkstop_analysi:[42,43],ipmi:[9,10,14,15,16,17,19,20,21,23,25,34,35,36,37,38,39,42,43,44,45,46],ipmi_msg:[44,45],ipmi_queue_msg_sync:[20,36,37,38,42,43],ipmi_sms_atn:[44,45],ipmibas:[20,36,37],ipmibt:[20,36,37],ipmiconfig:[20,36,37],ipmidcmi:[44,45],ipmidd:[20,36,37],ipmiext:[20,36,37],ipmifru:[20,36,37],ipmifruinv:[44,45],ipmimsg:[20,36,37],ipmirp:[20,36,37],ipmiwatchdog:[34,35,36,37],iprutil:[9,10,44,45],ips:[42,43],ipvpd:[42,43],ipw_wr_wr:[9,10],irc:3,irq:[9,10,36,37,38,44,45,46],is_mast:[9,10],is_mpipl_support:[28,34,37,44,45],is_sai_loc_cod:[34,35],is_sppr_support:[36,37],is_valid_id:[9,10],is_valid_record:[9,10],iscsi:0,isdimm:[34,35],isdramwidthx4:[42,43],iseccsp:[40,42,43],ismembufondimm:[34,35],isn:[34,35,36,38,39],isntruct:[9,10],isol:[9,10,11,14,15,20,34,35,36,37,41],ison:[16,17],isp4xxx:0,isp82xxx:0,isr:[36,37],isrowrepairen:[36,37],iss:[44,45],issu:[3,10,16,17,22,23,25,28,29,34,35,36,37,38,39,41,42,43,45],issuecommand:[44,45],ist:[9,10],istep07:[42,43,46],istep10:[44,45],istep14:[9,10],istep15:[42,43],istep16:[44,45],istep21:[34,35],istep4:[14,15],istep7:[42,43,44,45],istep:[9,10,11,16,17,20,23,34,35,36,37,38,39,40,42,43,44,45,46],istep_mss:36,istepdispatch:[34,35,36,37],isteps_mss:[38,39],istepsmss:[40,42,43],isvalid:[34,35],isync:[34,35],item:[16,17,36,37],itep16:[34,35,37],itep:[9,10],iter:[9,10,16,17,36,37,38,39,44,45],its:[3,9,10,19,29,34,35,36,37,41,42,43,44,45,48],iue:[9,10,14,15,44,45,46],ius:[16,17],iv_overrideptr:[38,39],iv_stoppedrank:[9,10],ivrm:[9,10,14,15],ixgb:0,jacob:[9,10,14,15,34,35,36,37,38,39,44,45],jain:[9,10,11,14,15,16,17,19,20,28,34,36,37,38,39,46],jan:[36,37],janssen:[14,15,38,39,42,43,44,45],januari:21,javier:[42,43],jayashankar:[9,10,16,17,36,38,39,44,45,46],jaym:[9,10,11,14,15,16,17,23,34,35,36,37,38,39],jedec:[44,45],jeff:[38,39],jefferi:[20,23,25,28,34,35,36,37,38,39,44,45],jellyvector:[14,15],jenkin:[34,35,36,37,42,43],jenni:[9,10,14,15,16,17,20,22,24,28,34,35,36,37,38,39,42,43,44,45],jennif:[9,10,14,15,19,25,36,37,40,42,43,44,45],jeremi:[9,10,16,17,36,37,44,45],jesd79:46,jessi:[16,17,38,39],jet:[44,45],jgr17042800:[36,37],jgr17050500:[14,15,36,37],jgr17061500:[36,37],jgr17071200:[16,18,20,21,22,23,24,36,37,39],jgr17081500:[36,37],jgr17082300:[14,15,36,37],jgr17083100:[36,37],jgr171017:[9,10,14,15,36,37],jgr17121400:[9,10],jgr18022000:[14,15],jgr18042600:[34,35,36,37],jgr18081500:[36,37],jha:[9,10,11,14,15,20,28,32,34,35,36,37,38,39,42,43,44,45,46],jig:9,jim:[9,10,16,17,27,34,35],jitindar:[9,10,42,43],jitter:[14,15],jms:4,joachim:[9,10,14,15,19,30,34,36,37,38,39,42,43,44,45,46],job:[2,9,34,36,37,38,39,42,43,46],joe:[9,10,11,14,15,16,17,27,28,34,35,36,37,38,39,42,43,44,45,46],joel:[4,9,10,14,15,16,17,20,25,34,35,36,37,38,39,42,43,46],john:[9,10,14,15,34,35,36,37],joi:[44,45],join:3,jona:[9,10,14,15,16,17,19,20,21,22,34,35,36,37,38,40,42,43],jordan:[38,42,43,44,45,46],josh:[9,10],joshua:[14,15],joy_chu:[44,45],json:[42,43],juan:[14,15],juli:[25,28,29,34,35,36,37,41,42,43,44,45],jump:[36,37],jumper:[14,15,34,37],june:[27,35],jung:[44,45,46],just:[14,15,36,37,38,39,41,48],kadam:[44,45,46],kahn:[9,10,38,39,42,43,44,45],kardashevskii:[9,11,19,21,23,34,35,36,37,38,39,42,43,44,45],kauer:[9,10,14,15],kconfig:0,keep:[9,10,14,15,16,17,34,35,36,37,38,39,41,44,45,46],keepcach:[34,37],kei:[9,10,14,15,16,17,23,34,35,36,37,42,43,44,45,46],kennington:[34,35,36,37],kernal:[44,45],kernel:[0,1,2,6,7,9,11,13,14,15,16,17,20,21,22,29,32,34,35,36,37,38,39,41,44,45,46,48],kerr:[9,10,36,37,44,45],kexec:[9,10,41,44,45,46],kexec_file_load:[44,45],key_clear_request:[44,45],key_clear_request_pef_sso:46,key_clear_requst_mfg:46,keyutil:46,keyword:[9,10,16,17,34,35,36,37,42,43,44,45,46],kick:[44,45],kill:[19,36,37,38,39],kind:[9,10,42,43,44,45,46],king:[36,37,44,45],kiwi:[44,45,46],klau:[44,45,46],klazynski:[9,10,11,14,15,16,17,27,28,30,32,34,35,36,37],kmod:[25,36],knight:[9,10,11,14,15,16,17,19,28,30,34,35,36,37,42,43],know:[14,15,16,17,29],knowledg:3,known:[36,37],kobylak:[9,10,20,36,37],koch:[14,15],kotta:[9,10,34,35,37],krishnan:[44,45],kswaroop:[38,39,42,43],kulkarni:[9,10],kumar:[9,10,14,15,16,17,28,30,34,35,36,37,38,39,42,43,44,45,46],kumari:[9,10,14,15,34,36,37],kuznetsov:[44,45],l3fir:[16,32,36,37],lab:[9,10,11,14,15,34,35,36,37,42,43,44,45,46],label:[9,11,16,17,24,38,39,44,45,46],lack:[9,10],lai:46,lane:[9,10,16,17,19,32,34,35,36,37,41,44,45,46],lane_revers:[16,17],larg:[9,10,14,15,29,31,34,35,38,39,46],larger:[29,42,43,46],larson:[42,43,44,45,46],larx:[14,15],lash:[14,15,16,17],last:[7,9,10,33,34,35,36,37,42,43],lastest:[14,15],latch:[14,15,16,17,36,37],latch_wr_vref:46,late:[14,45],latenc:[9,10,29,36,37,38,39,44,45],later:[16,17,35,41,46],latest:[2,4,9,10,11,16,17,25,34,35,36,37,38,42,43,44,45,46],launch:[44,45],layer:2,layout:[9,10,20,36,37,38,39,42,43,44,45],lco:[14,15,19,36,37],lco_m:[9,10],lcov:46,lds:[36,37,38,46],lead:[9,10],leak:[9,14,15,23,34,35,36,37,38,39,42,43],lean:[42,43],learn:2,least:[3,14,15],leav:[9,10,20,36],led:[9,10,36,37,42,43],left:[9,10],leftov:[36,37],legaci:[0,34,35,36,37],lei:[42,43],leitao:[34,35],length:[14,15,16,17,30,36,37,38,39,41,44,45,46],lengthen:[44,45],lennard:[9,10,14,15],less:[42,43,44,45],let:[41,44,45],leung:[9,10,14,15,21,36],levand:[14,15],level:[2,9,10,11,14,15,16,20,27,28,34,35,36,37,38,39,42,43,44,45],leverag:[34,37],lex:[14,15],lfir:[9,10,14,15,20,28,34,35,36,37],liao:[9,10,36,37],lib:[9,10,14,15,16,17,21,22,36,38,39,40,42,43,44,45],lib_isteps_mss:[20,36,37],libaio:[25,36],libc:[14,15,42,43],libconsol:[23,36],libcrypto:[42,43],libelf:[44,45],libf:[14,15,16,17],libfdt:[42,43],libff:[16,17,38,39],libflash:[9,10,12,14,15,16,17,20,23,25,34,35,36,37,38,39,41,42,43,44,45,46],libnvdimm:[38,39],libpor:[9,10,36,37],libppetracepp:[28,34,35],librari:[9,10,14,15,16,20,34,35,36,38,39,42,43,44,45,46],libruntim:[9,11],libsbeio_rt:[9,10],libstb:[9,10,11,14,15,26,34,35,36,37,44,45,46],libsysf:[44,45],libvirt:41,libz:[16,17],licens:[3,44,45],lid:[9,10,14,15,16,17,20,36,37,38,39,44,45,46],lid_load:[36,37],life:[16,17],lift:2,light:[14,15,34,36,37,38,39,42,43,44,45],like:[3,12,13,33,35],likewis:0,limit:[2,9,10,14,15,16,17,34,35,36,37,44,45,46],lin:[16,17,19],line:[3,9,10,11,14,15,36,37,41,42,43,44,45,46],linear:[42,43],liner:[9,10,11,14,15,16,17,34,35,36,37],linger:[44,45],link:[1,9,10,14,15,16,17,20,27,28,29,33,34,35,36,37,38,39,41,42,43,44,45],link_train:[9,11],linker:[36,37,42,44,45],linu:[14,15,16,17],linux:[0,1,2,3,6,7,9,10,11,12,13,16,17,19,25,27,34,35,36,37,38,39,40,42,43,44,45,46,48],lippert:[9,10],list:[0,3,4,9,10,14,15,23,33,34,35,36,37,38,39,40,42,43,44,45,46],list_add_aft:[44,45],list_top:[9,10],listinfo:3,lit:44,lite:[9,10,45,46],liter:[14,15,28,34,35,36,37],littl:[41,44,45],livelock:[16,17,36,37],lixg:[44,45],ll0:[16,17],lmcr:9,lmet:[16,17],load:[0,2,9,10,11,16,17,23,24,27,34,35,36,37,38,39,41,42,43,44,45,46],load_async_url:[14,15],load_wait:[9,10],loader:[2,36,37,38,39],loader_data:36,loadpnorlayout:[44,45],loc:[16,17,38,44,45],local:[3,14,15,38,39,44,45],local_alloc:[36,37],local_fir:44,locat:[9,10,11,14,15,16,36,37,38,42,43,44,45],location_cod:[34,35],lock:[9,10,11,14,15,16,17,20,22,25,34,35,36,37,38,39,42,43,44,45,46],lock_cal:[20,36,37],lockdown:46,lockup:[16,17],log:[9,10,11,14,15,16,17,19,20,23,28,32,34,35,36,37,38,39,42,43,44,45,46],logerror:[36,37],logger:[16,17],logic:[0,9,10,14,15,16,17,22,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],login:[44,45],lojewski:[36,44,45],lombard:[9,10,11,14,15,16,17,28,34,35],longer:[7,9,10,14,15,36,37,38,39,42,43,44],look:[9,14,15,16,17,33,34,35,36,37,38,39],lookup:[9,16,17,19,36,37,38,39,42,43,44,45,46],loop:[9,10,11,12,16,17,20,33,34,35,36,37,38,39,44,45],lose:[14,15],loss:[36,37],lost:[9,10,36,42,43],lot:[12,14,15,16,18,20,21,22,23,24,36,37,38,39],loui:[9,10,11,14,15,25,27,28,34,35,36,37,38,39,42,43,44,45,46],love:[34,35],low:[2,9,10,14,15,34,35,38,39,44,45],lower:[9,10,33,42,43],lpar:[36,38,39],lparshortid:[14,15],lpasr:44,lpc:[9,10,14,15,16,17,19,20,25,36,37,38,42,43,44,45,46],lpc_ed:[9,10,14,15],lpc_init:[14,15,19,36,37],lpc_rw:[36,37],lpcr:[34,35],lpid:[36,37,41,42,43],lrdim:[42,43],lrdimm:[36,37,38,39,42,43,44,45,46],lrdimm_cap:[22,36],lreset:36,lru:[32,36,37,42,43],lsi:[0,14,15,36,37,44,45,46],lsu:[9,14,15],ltptr:[9,11,14,15],ltssm:[41,42,43],luck:33,lucki:[41,42,43],lugo:[9,10,11,14,15,16,17,18,30,32,34,35,36,37],lui:[38,39,42,43,44,45,46],luk:[38,40],luke:[9,10,11,14,15,16,17,34,35],luluthsu:46,lvext:[14,15],lvl:[9,10],lvm2:[9,10,25,36,38,39],lxive_cach:[38,39],lxvpd:[38,39,44,45],lying:[42,43],m32:[9,10],m386a8k40cm2_ctd7i:46,m_mba_throttl:46,mach:[14,15,16,17],machchk:[44,45],machin:[2,9,10,14,16,17,20,21,22,23,25,28,33,34,35,36,37,38,39,41,42,43,44,45,46],machine_check_handl:[9,10],macro:[9,10,16,17,36,37,38,39,44,45,46],made:[4,16,17,42,43],madhavan:[9,10,16,17,34,35,36,37,44,45],madhuri:[9,10,11,14,15,16,17,34,35,37],magic:[3,9,10,34,35,36,37,44,45],magic_set_log_level:[36,37],mahesh:[9,10,14,15,16,17,19,25,27,28,34,35,36,37,38,39,44,45,46],mai:[2,3,4,7,17,26,33,34,35,38,39,40,42,43,44,45,46],mail:3,mailbox:[9,10,27,34,35,37,44,45],main:[3,7,9,10,44,45,46],mainlin:[9,10,44,45],mainstor:[9,10],maint:[9,10,14,15,34,35,36,37,42,43,44,45],maintain:[2,3,4,7],mainten:[34,35,38,39,44,45],major:[3,9,10,16,17,34,35,41],make:[3,7,9,10,11,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46,48],make_vers:[9,10],makefil:[9,10,11,14,15,16,17,20,28,34,35,36,37,38,39,41,42,43,44,45,46],malf:[30,36,37],malform:[9,10,23,36,38,39],malfunct:[36,37],malloc:[36,37,38,42,43],mambo:[9,10,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],mambo_util:[16,17],man:[9,10,36,37],manag:[2,9,10,11,14,15,16,17,34,35,36,37],mangl:[38,39],mani:[3,34,35,37,44,45],manichow:[9,10,16,17,36,37,44,45],manipul:[9,10,34,35,37,44,45,46],manjunath:[38,39,42,43,44,45],manual:[9,10,14,15,34,35,36,37,42,43,46],manualstop1:[36,37],manufactur:[9,10,36,44,45],map:[9,10,11,14,15,16,17,36,37,38,39,41,42,43,44,45,46],map_mod:[44,45],mar:41,march:[36,38,39,40,46],margin:[36,37],mariam:[36,38,39],marin:[9,10,14,15,34,35,36,37,38,39,40,42,43,44,45,46],mark:[9,10,11,14,15,16,17,18,20,22,23,25,28,30,34,35,36,37,38,39,41,42,43,44,45,46],marker:[36,37,46],markstor:[34,35,37],marku:[14,15],markup:[44,45],marti:[9,10,14,15,16,17,34,35,37,44,45],martin:[9,10],martinez:[42,43],mask:[9,10,11,14,15,16,17,20,22,24,28,30,33,34,35,36,37,38,39,41,42,43,44,45,46],master:[3,7,9,10,14,15,16,17,22,25,28,34,35,36,37,38,39,44,45,46],masterprocchiptargethandl:[34,35],mata:[9,10,14,15,16,17,36,37,38,39,42,43],match:[9,10,12,14,15,16,17,30,34,35,36,37,38,39,42,43,44,45,46],math:[9,11,42,43,44,45],matt:[9,10,11,14,15,16,17,19,30,34,35,36,37,38,39,42,43,44,45,46],matthew:[9,10,11,14,15,34,35,36,38,39,42,43,44,45,46],mauro:[44,45,46],maurosr:0,mavinakayanah:[9,10],max:[9,10,11,14,15,16,17,26,34,35,36,37,38,39,41,44,45,46],max_allowed_dimm_freq:[9,10,42,43],max_compute_nod:[38,39],max_compute_node_per_system:[9,10],max_lin:36,maxim:[36,37,44,45],maximum:[9,10,29,42,43],maxiwel:[44,45],mba:[14,15,16,17,34,35,36,37,38,39,42,43],mba_dimm:[34,35],mba_port:[34,35],mbacalfir:[44,45],mbedtl:[9,10,46],mbo:[16,17],mbox:[9,10,11,14,15,20,34,35,36,37,44,45],mbox_default_poll_m:[9,10],mboxdd:[20,36,37],mbroyl:[9,10,14,15,16,17,20,30,34,35,36,37,42,43,44,45],mbs:[14,15],mbsfir:[34,35],mbt:[16,17,28,34],mbx3:[9,10],mc1:[36,37],mc_addr_tran:9,mc_hang:[44,45],mc_omi_fir:[44,45],mc_omi_fir_reg:[44,45],mc_omi_fir_reg_dl0_flit_c:[44,45],mc_sync_mod:46,mc_type:44,mca:[9,10,16,17,34,35,36,37,38,39,42,43,44,45],mcacalfir:[42,43],mcbist:[9,10,34,35,36,38,39,42,43,44,45,46],mcbistfirq:[44,45],mcc:[16,17,36,37,44,45,46],mcd:[9,10,14,15,36],mce:[9,11,16,17,38,39,46],mcfgp:[44,45],mcfir:[14,15,36],mcgill:[9,10,11,14,15,16,17,27,28,34,35,36,37,38,39,42,43,44,45,46],mchip:[42,43],mchp:[44,45],mcl:[9,10,46],mclemor:[22,24,36,38,39],mclmgr:[9,10],mcpu:[44,45],mcs:[44,45],mcsync:[14,15],mctp:[44,45,46],mcu:[9,10,14,15,42,43],mcwat:44,mdadm:[9,10],mddt:[44,45],mdi:[44,45],mdia:[9,10,14,15,34,36,37,44,45,46],mdiatestmba:[44,45],mdrt:[16,17,34,35,36,37,44,45],mdst:[16,17,44,45],mean:41,meaning:[38,39],meantim:44,measur:[9,10,11,38,39,46],meddl:34,median:[42,43],medina:[14,15],meesala:[9,10,16,17,34,36,37,38,39,42,43,46],megan:[44,45],megaraid:0,megaraid_newgen:0,mellanox:[0,29,41],meltbox:[14,15],meltdown:[21,22,36],mem:[9,10,11,14,15,34,35,36,37,38,39,42,43,44,45,46],mem_alloc:[36,37],mem_check:[36,37],mem_chnl_fail:[34,37],mem_clear_rang:[14,15],mem_poison:36,mem_port:[36,37,38,39,42,43,44,45],mem_region:[36,37,42,43],mem_siz:[42,43,44,45],memaddr:[34,35,46],memaddress:[42,43],member:[9,10,36,38,39,42,43,44,45],membuf:[9,10,34,35,36,37,42,43,44,45],memcmp:[42,43],memconsol:[44,45],memcpi:[16,17],memd:[9,10,42,43,44,45,46],memd_binari:[44,45],memd_creat:[9,10,11,44,45],memdealloc:[14,15,44,45],memdiag:[9,10,14,15,34,35,36,37,42,43,44,45,46],memdqbitmap:36,memecc:[16,17],memeccanalysi:[44,45],memmark:[34,37,42,43],memop:[36,37],memori:[2,9,10,11,14,15,16,17,19,20,21,29,30,33,34,35,36,37,38,39,41,42,43,44,45,46],memory_overflow:46,memory_port:[36,37],memorymap:36,memorymru:[44,45],memport:[44,46],memregionmgr:[9,10],memrowrepair:[36,37],memset:[16,17,33,36,37],memstateinfo:[36,37],memsymbol:[34,35],memtdctlr:[14,15,34,35],memvolt:[9,10],mendoza:[9,10,14,15,16,17,19,20,21,22,34,35,36,37,38,40,42,43],meng:[34,35,36,37,42,43,44,45,46],mengz:[9,10,36,37],menterp:[44,45],mention:0,menuentri:[14,15],merg:[7,9,10,20,22,34,35,36,37,42,43,44,45,46],mess:[36,37],messag:[7,9,10,11,14,15,16,17,19,20,22,23,28,34,35,36,37,38,39,41,42,43,44,45],met:[36,37],metadata:[9,10,14,27,34,35,36,37,38,39,44,45],metal:41,method:[14,15,16,17,36,37,42,43,46],mfg:[9,10,14,15,27,30,34,35,36,37,42,46],mfg_wrap_test_links_set:[34,35],mfgmode:[16,17],mfr:[38,39],mgmt:[38,39],mgt:[14,15],mhz:[14,15,42,43],michael:[9,10,11,14,15,16,17,18,22,28,34,35,36,37,38,39,42,43,44,45,46],michal:[38,39,44,45],micro:[9,10],micron:[9,11],microsemi:[44,45],migrat:[30,36,37,38,39,44,46],mihawk:[44,45],mike:[9,10,11,14,15,16,17,20,27,34,35,36,37,38,39,40,42,43,44,45,46],mile:[38,39,42,43,44,45],mileston:3,miller:[44,45],milli:[9,10],milton:[44,45],min:[14,15,34,35,37,44,45],minim:2,minimis:[28,34],minimum:[2,9,10,16,17,46],minor:[9,10,16,17,34,35,36,37,38,39,44,45,46],minut:[27,34,35,44,45,46],mirror:[9,10,11,14,15,34,35,36,37,38,39,42,43,44,45,46],mirror_polici:36,mis:[36,37],misc:[9,10,28,29,34,36,37,38,39,42,43,44,45],miscalcul:[12,14,15],miscellan:[36,37,44,45],mislead:[44,45],mismatch:[9,10,16,17,28,34,35,36,37,42,43],mispredict:38,misra:[9,10,16,17,36],miss:[9,10,11,14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46],mistakenli:[14,15],mix:[9,14,15,36,37,38,39],mixup:[9,10],mlx4_en:0,mlx5_core_en:0,mmap:[42,43,46],mmio:[9,10,11,14,15,16,17,30,34,35,36,37,38,39,41,42,43,44,45],mmioscomdd:36,mmu:[12,41],mnemon:[34,35],mnfg:[9,10,11,14,15,34,35,36,37,44,45,46],mnfg_flag:[34,35],mnfg_test_all_spare_dram_row:36,mno:[36,37],modal_symbol_count:[44,46],mode0:[42,43],mode:[9,10,11,14,15,16,17,19,20,21,22,27,28,29,30,33,34,35,36,37,38,39,41,42,43,44,45,46],model:[9,10,14,15,36,37,38,39,42,43],model_explor:[42,43],model_ocmb:[42,43],modern:[3,38,39,42,43],modest:[16,17,35],modif:[3,36,37,44,45],modifi:[3,7,9,10,14,15,19,25,27,34,35,36,37,38,39,42,43,44,45,46],modul:[0,1,9,10,14,15,16,17,20,24,34,35,36,37,38,39,40,42,43,44,45,46],module_mfg_id:[44,46],modulo:[42,43],mondai:32,monitor:[14,15,36,37,42,43],month:36,mopregisteraccess:[44,45],more:[3,9,10,14,15,16,17,20,34,35,36,37,38,39,40,42,43,44,45,46],morlok:[14,15],most:[3,7,38,39,41,44,45],mount:46,move:[3,4,9,10,11,13,14,15,16,17,20,23,28,30,32,34,35,36,37,38,39,41,42,43,44,45,46],movement:[9,10],mowgli:46,mpe:[9,10,44],mpipl:[9,10,11,14,15,16,17,34,35,36,37,38,39,40,42,43,44,45,46],mpr:[36,37,38,39],mpt:0,mpv:[36,37],mr0:[36,37,42,43],mrd:[36,46],mrd_coars:[36,46],mrd_fine:[36,46],mrep:[36,37,44,45,46],mrs:[44,45],mrw:[9,10,14,15,19,20,34,35,36,37,38,39,42,43,44,45,46],mrwhide:[36,37],msarea:46,msbuf:[42,43],msdg_rdimm:44,msg:[9,10,14,15,16,17,23,36,38,39,41,42,43,44,45],msg_attr_write_op:[42,43],msg_deconfig_target:[42,43],msg_hdlr:[9,11],msg_sendrecv:[34,35,37],msgsync:[22,36],msi:[33,36,37],msr:[9,11,38,39],mss:[9,10,11,14,15,34,35,36,37,38,39,40,42,43,44,45,46],mss_byte:[36,37,44,45],mss_calc_port_power_exceeds_max:[9,10],mss_ccs_fail_typ:[34,35],mss_draminit_train:46,mss_draminit_trainadv:[42,43],mss_eff_config:[36,37],mss_field:[36,37,44,45],mss_freq:[9,10,28,34,35,36,37,44,45],mss_freq_system:[34,35],mss_gener:[42,43],mss_generic_check:[36,37,44,45],mss_kind:[44,45],mss_lib:[36,44,45],mss_memdiag:[9,10],mss_mrw_idle_power_control_request:[16,17],mss_mrw_max_number_dimms_possible_per_vmem_regul:[9,10],mss_mrw_memdiags_bcmod:[9,10],mss_mrw_nvdimm_plug_rul:36,mss_mrw_nvdimm_slot_posit:[42,43],mss_mrw_refresh_rate_request:[9,10],mss_mrw_supported_freq:[9,10],mss_scominit:[44,45],mss_scrub:[36,44,45],mss_thermal_init:[14,15],mss_time:[42,43],mss_volt:[34,35,36],mss_volt_dimm_count:[34,35],mss_volt_vddr:36,mtd:[9,10,38],mtspr:[9,10],much:41,mulkei:[9,10,11,14,15,16,17,34,35],multi:[9,10,11,14,15,16,17,27,34,35,36,37,44,45,46],multicast:[9,10,14,15,20,30,36,37,38,39,46],multinod:[9,10,11,14,15,34,35,36,37,38,39],multipl:[9,10,14,15,16,17,29,33,36,37,38,39,42,43,44,45,46],mulu:[16,17],munmap:[14,15],murilo:[14,15],murrai:[9,10,14,15],murulidhar:[38,39,40,42,43,44,45,46],musl:[14,15],must:[7,20,28,34,35,36,37,42,43,48],mustfix:[14,15],mutex:[20,34,35,36,37,38,39],mux:[9,10,36,37,38,39,42,43,44,45],mux_select:[44,45],mvpd:[9,10,14,15,23,34,35,36,37,44,45],mvpd_access_def:[9,10],mware:44,mwd:[36,46],mwd_coars:[36,38,39,46],mwd_fine:[42,43,46],myneni:[28,34,35,44,45],myri10g:0,myri:0,myricom:0,n0p0c0:[36,37],n23_e9108_3_tp105_ec408_soa_sc_u138_01:[28,34,35,37],naca:[44,45],nack:[33,36,37,44,45,46],nagurram:[9,10,28,32,34,35,37],nair:[9,10],nak:[33,46],name:[0,3,9,10,14,15,16,17,20,24,34,35,36,37,38,39,42,43,44,45,46],namespac:[14,15,46],napl:[23,36,38,39],nari:38,nataraju:[38,39,40,42,43,44,45,46],nativ:[16,17,36,37,38,39],natur:41,nayna:46,ncu:[9,10,14,15,36,37],ncu_spec_bar:[16,17],ncurs:[9,10,14,15,19,34,35,38,40,44,45],ndd1:[36,37],ndd23:[34,35],ndd2:[9,10,14,15,27,28,34,35,36,37,44,45],ndl:[14,15,29],ndvdimm:[42,43],nearing:3,neaton:[16,17],necessari:[9,11,20,25,36,37,38,39],need:[0,1,3,4,7,9,10,11,14,15,16,17,29,33,34,35,36,37,38,39,40,41,42,43,44,45,47],neg:[42,43,44,45,46],neighbor:[36,37],nest:[9,10,14,15,27,34,35,36,37],net:[2,42,43,44,45],netextrem:0,netfn:[25,38,39],network:[0,2],netxen:0,netxen_n:0,neul:[9,10,14,15,16,17,18,22,28,34,35,36,37,38,39,42,43],neutral:[42,43],never:[14,15,20,36,37,38,41,42,43,46],newer:[36,37,44,45],newlin:[9,10,11,16,17,20,34,36,37,46],next:[4,14,15,28,34,36,37,42,43,45],next_cpu:36,nextstep:[34,35],nfir:[14,36,37],nfp:[9,10],nguyen:[9,10,36,37],nibbl:[42,43,46],nic:0,nice:[9,10],nichol:46,nichola:[9,10,11,14,15,16,17,23,25,34,35,36,37,38,39,42,43,44,45,46],nicholewang:46,nick:[9,10,11,14,15,16,17,19,20,23,25,27,28,30,32,34,35,36,37,38,39,40,42,43,46],nickolau:[9,10,36,37,42,43,44,45],nico:[44,45],nicol:[42,43],nieth:[38,42,43,44,45,46],nim:[36,37],nimbu:[9,10,14,15,16,17,20,21,22,23,24,25,27,31,34,35,36,37,38,39,42,43,44,45,46],nimbus_kind:[42,43],nit:36,nmi:[38,39],nmmu:[14,15,22,36,37,44,45],nmmufir:[24,36,37],nmuruli:[44,45],no_export:[9,10,34,35],no_gard:[44,45],no_return:[42,43],no_swap:[44,45],no_sync:[38,39],nodal:[29,34,36,37],node:[9,10,11,14,15,16,17,20,28,29,34,35,36,37,38,39,44,45,46],nodecomm:36,nodeinfo:[16,17],noexec:46,noinlin:[38,39],noinst_program:[9,10,14,15],nois:[9,11,14,15],noisi:[19,34,35],nojekyl:[42,43],nomdecomm:[38,39],nomin:[9,10,12,44,45],non:[9,10,11,14,15,16,17,19,28,34,35,36,37,38,39,42,43,44,45,46],none:[9,10],noninteract:[16,17],nor:38,normal:[2,9,10,11,41,44,45],not_enough_energy_for_csav:[44,45],notabl:[35,38,41],note:1,noth:[16,17,41,44,45],notif:[36,44,45,46],notifi:[0,14,15,46],notify_select:[36,37],notifynvdimmprotectionchang:[42,43],notparallel:[42,43],novemb:[20,37,46],now:[14,15,20,31,36,37,38,39,41,42,43,44,45,46],npct601:[9,10],npu0fir:[14,15],npu2:[9,10,11,12,14,15,16,17,19,21,28,29,34,35,36,37,38,39,41,42,43,44,45],npu2_cfg_write_bar:[38,39],npu2_dev:[9,10,38,39],npu2_dev_nvlink:[38,39],npu2_ntl_misc_cfg2_brick_en:[36,37],npu2_phy_:[38,39],npu2_relaxed_ordering_cfg2:[36,37],npu2_sm_reg_offset:[36,37],npu2_write_mask_4b:[9,10],npu2_write_mcd:[9,10],npu2_xts_bdf_map_valid:[16,17],npu2dev:[9,10],npu2fir:[44,45],npu3:[44,45],npu3_sm_misc_cfgn:[44,45],npu3_snp_misc_cfg0:[44,45],npu:[9,10,14,15,16,17,28,29,34,35,36,37,41,42,43,44,45,46],npu_en:[44,45],npufir:[9,14,15,42,43],nschwart:[9,10],ntl:[9,10,28,29,34],nttm:36,ntupl:[9,10,38,39],nullptr:[38,39,44,46],num:[34,35,37],num_int_prior:46,numa:[9,10,12,44,45],numa_cpu_lookup_t:12,number:[2,4,9,10,14,15,16,17,19,34,35,36,37,38,39,41,42,43,44,45,46,48],nuvoton:[9,10,36,42,43],nv_statu:[44,45],nv_status_flag:[44,45],nvdimm:[9,11,14,15,16,17,34,36,37,38,39,40,42,43,44,45,46],nvdimm_arm:[42,43],nvdimm_gen_kei:[42,43],nvdimm_readi:[44,45],nvdimm_upd:[38,39,42,43,44,45],nvdimmaddvendorlog:[44,45],nvdimmarm:[44,45,46],nvdimmresetcontrol:[44,45],nvdimmwrit:[44,45],nvdimmwritedata:[44,45],nvdl:[36,37],nvidia:9,nvlink2:[38,39],nvlink:[9,10,11,14,15,34,35,36,37,38,39,41,42,43],nvm:[44,45],nvme:[42,43,44,45],nvram:[9,10,14,15,20,36,37,38,41,42,43,44,45,46],nvram_query_eq:[36,37],nvram_reformat:[14,15],nvram_valid:[14,15],nvt:[38,39,44,45],nvt_shift:[44,45],nxcqfir:[28,34,35],nyu:[44,45],o10_e9018_1_tp018_ec409_soa_sc_u261_01:[36,37],o10_e9032_pd_tp024_ec412_soa_sc_u080_01:[42,43],ob1:36,ob2:36,ob3:[42,43],obj:[34,37,44,45,46],obj_handl:[44,45],objdump:[44,45],object:[14,15,19,34,35,36,37,44,45,46],obmc:[9,10],observ:41,obsolet:[9,10,16,17,44,45],obu:[9,10,11,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],obus_brick:[34,37],obus_brick_index:[9,10],obus_fbc_en:[14,15,36,37],obvious:7,ocapi:[44,45],ocapi_mem:46,ocbm:[44,45],occ:[2,48],occ_hb_notifi:[28,34,37],occ_pstates_init:[38,39],occasion:[9,10],occflg:[14,15],occtoolp9:[36,37,44,45],occur:[3,9,10,41],oci:[36,37],ocmb:[36,37,38,39,40,42,43,44,45,46],ocmb_chip:[36,37,38,39,42,43,44,45],ocmb_chip_typ:[42,43],ocmb_fw_upd:[42,43],ocmb_is_not_explor:[42,43],ocmb_lfir:[44,45],ocmb_target:[44,45],ocmbfw:[36,37,42,43],ocr:[9,10],odd:[16,17,41],odl:[14,16,17,36,37,38,39,46],odt2:[14,15],odt3:[14,15],odt:[14,15,21,22,23,24,36,38,39,44,45,46],oem:[16,20,34,35,42,43,44,45],off:[3,9,10,14,15,16,17,18,29,34,35,36,37,38,39,42,43,44,45],offer:41,offici:46,offlin:[9,10,14,15,27,34,35,46],offset:[9,10,16,17,33,36,37,38,39,42,43,44,45,46],oimr1:[36,37],oisr1:[36,37],oisr:[19,36,37],ojcfg:[9,10],okai:7,old:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,36,37,38,39,40,42,43,44,45,46],older:7,oliv:[9,10,14,15,16,17,20,25,26,34,35,36,37,38,39,42,43,44,45,46],olsen:[9,10,11,14,15,16,17,34,35,36,37,44,45],omcb:36,omi:[16,17,36,37,38,39,42,43,44,45,46],omi_dl:46,omi_edpl_dis:[42,43,46],omi_fir:[44,45],omi_init:[36,37],omi_workaround:[44,45],omic:[16,17,36,37,42,43,44,45,46],omidl:[44,45],omidlfir:[44,45,46],omul:[16,17],onc:[2,4,11,14,15,20,36,37,44,45,47],one:[3,7,9,11,14,15,16,17,18,23,25,29,34,35,36,37,38,39,40,41,42,43,44,45,46,48],one_:39,ones:[36,37],onli:[3,4,7,9,10,11,14,15,16,17,18,19,20,23,25,30,31,33,34,35,36,37,38,39,41,42,43,44,45,46],oob:[36,37],oom:[30,34,35,36,37,42,43],oot:[14,15,16,17,18],op910:[9,10],op920:[16,18,19,20,21,22,23,24,25,27,28,30,32,34,35,38,39],op92:21,op9:24,op_displai:[38,39,42,43],opal:[2,9,10,11,12,14,15,16,17,19,20,21,23,25,27,28,30,34,35,36,37,38,39,40,41,42,43,44,45,46],opal_:[42,43],opal_boot:[34,35],opal_branch_t:46,opal_busy_ev:36,opal_cec_power_down:[42,43],opal_cec_reboot:[42,43],opal_check_async_complet:[34,35,42,43],opal_check_token:[42,43],opal_config_cpu_idle_st:[42,43],opal_consol:43,opal_console_:42,opal_del_host_sync_notifi:[38,39],opal_dump:43,opal_dump_:42,opal_elog:43,opal_elog_:42,opal_elog_send:[42,43],opal_elog_writ:[42,43,44,45],opal_entri:[16,17],opal_flash:43,opal_flash_:42,opal_get_device_tre:[42,43],opal_get_dpo_statu:[42,43],opal_get_epow_statu:[42,43],opal_get_msg:[42,43],opal_get_msi_:[42,43],opal_get_param:[42,43],opal_get_x:[42,43],opal_get_xive_sourc:[42,43],opal_handle_hmi2:[14,15,16,17,42,43],opal_handle_interrupt:[42,43],opal_hmi_flags_tod_tb_fail:[44,45],opal_i2c_request:[42,43],opal_int:43,opal_int_:42,opal_ipmi_:[42,43],opal_leds_:[42,43],opal_lpc_:[42,43],opal_mpipl_fadump:[44,45],opal_mpipl_save_crashing_pir:46,opal_nmmu_set_ptcr:[42,43],opal_num_arg:46,opal_pci_:[42,43],opal_pci_eeh_freeze_clear:[42,43],opal_pci_eeh_freeze_set:[42,43],opal_pci_eeh_freeze_statu:[42,43],opal_pci_eeh_freeze_status2:[42,43],opal_pci_err_inject:[42,43],opal_pci_fence_phb:[42,43],opal_pci_get_hub_diag_data:[42,43],opal_pci_get_phb_diag_data2:[42,43],opal_pci_get_phb_diag_data:[42,43],opal_pci_get_presence_st:[42,43],opal_pci_get_xive_reissu:[42,43],opal_pci_map_pe_dma_window:[42,43],opal_pci_map_pe_mmio_window:[42,43],opal_pci_mask_pe_error:[42,43],opal_pci_msi_eoi:[42,43],opal_pci_next_error:[42,43],opal_pci_phb_mmio_en:[42,43],opal_pci_pol:[42,43],opal_pci_reinit:[42,43],opal_pci_reset:[42,43],opal_pci_set_hub_tce_memori:[42,43],opal_pci_set_mv:[42,43],opal_pci_set_mve_en:[42,43],opal_pci_set_p2p:[42,43],opal_pci_set_p:[42,43],opal_pci_set_peltv:[42,43],opal_pci_set_phb_capi_mod:[36,37,42,43],opal_pci_set_phb_mem_window:[42,43],opal_pci_set_phb_table_memori:[42,43],opal_pci_set_phb_tce_memori:[42,43],opal_pci_set_power_st:[16,17],opal_pci_set_xive_p:[42,43],opal_pci_set_xive_reissu:[42,43],opal_pci_shpc:[42,43],opal_pci_tce_kil:[42,43],opal_prd_msg:[42,43],opal_query_cpu_statu:[42,43],opal_queue_msg:[44,45],opal_quiesc:[42,43],opal_register_opal_exception_handl:[42,43],opal_reinit_cpu:[13,14,15,18,34,35,42,43],opal_reinit_cpus_mmu:43,opal_reinit_cpus_mmu_:42,opal_reserv:[42,43],opal_resync_timebas:[36,37,42,43],opal_return_cpu:[42,43],opal_rtc_read:[38,39,42,43],opal_rtc_writ:[42,43],opal_run_pol:16,opal_sensor_group_clear:[42,43],opal_sensor_group_en:[42,43],opal_sensor_read:[42,43],opal_set_param:[42,43],opal_set_slot_led_statu:[42,43],opal_set_system_attention_l:[42,43],opal_set_x:[42,43],opal_slw_set_reg:[42,43],opal_start_cpu:[42,43],opal_sync:[36,37],opal_sync_host_reboot:[36,42,43],opal_test:[42,43],opal_trace_entri:36,opal_unmap_p:[44,45],opal_write_oppanel_async:[42,43],opal_xive_allocate_irq:[44,45],opal_xive_irq_:[44,45],opal_xive_irq_shift_bug:[44,45],opal_xive_set_vp_info:[14,15],opal_xscom_read:[42,43],opal_xscom_writ:[42,43],opb:36,opcod:[36,37],open:[2,3,4,7,9,10,11,14,15,16,17,19,36,37,38,39,40,42,43,44,45,46],open_power_min_power_cap_watt:[16,17],open_power_n_plus_one_hpc_bulk_power_limit_watt:[9,10],openbmc:[9,10,16,20,34,35,44,45],opencapi:[9,14,15,16,17,19,34,35,36,37,38,39,42,43,44,45,46],openpo:25,openpow:[0,3,4,7,8],openpower1:[12,13,41],openpower_mambo:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,34,35,36,37,38,39],openpower_mambo_defconfig:38,openpower_p9_mambo:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,34,35,36,37],openpowern:[4,48],oper:[0,9,10,14,15,16,17,33,34,35,36,37,38,39,42,43,44,45,46],opert:[44,45],opmst:[44,45,46],oppb:[36,37,42,43],ops:[34,35,36,37,42],opsfeld:[14,15],optics_config_mod:[44,45],optim:[14,15,34,35,36,37,41,42,43,44,45,46],optimis:[14,15,16,17,31],optimu:[36,37],option1:[9,10,14,15,36],option2:[9,10,14,15],option:[0,7,9,10,14,15,16,17,20,23,28,34,35,36,37,38,39,40,41,42,43,44,45],optrac:[9,10,44,45],opv23:[38,42,43],orbitcowboi:46,order:[0,9,14,15,16,17,33,34,35,36,37,41,42,43,44,45,48],ordin:[9,10],ordinal_id:[9,10],org:[0,3,4,9,10,41],orig:[16,17],origin:[6,36,37,38,39,42,43],orphan:38,osc:[9,10,34,35,36,37],oscil:[36,37],osclit:[9,10,34,38,39],oscswitch:34,osi:[44,45],other:[3,7,9,34,35,36,37,38,39],otl:[44,45],our:[2,3,4,7,9,29,34,35,40,42,43],out:[2,9,10,11,12,14,15,16,17,20,21,22,27,34,35,36,37,38,39,41,42,43,44,45,46],outbound:[42,43,44,45],outdat:[42,43],outlast:[4,7],output:[9,10,11,14,15,16,17,20,34,35,36,37,42,43,44,45],output_path:[14,15],outsid:[44,45],outstand:[14,15],ov32:[16,17],over:[2,3,5,9,10,14,15,16,17,19,20,21,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,42,43,44,45,46],overal:[36,37],overflow:[9,10,11,29,36,37,44,45],overhaul:[23,36,38,39,46],overlai:[1,2,3,4,9,10,14,15],overlap:[16,17,44,45],overlook:[36,37],overrid:[9,10,14,15,16,17,25,28,34,35,36,37,38,39,40,42,43,44,45,46],overrideonli:[9,10,14,15,38,39],overrun:[9,10,22,36,37,42,43,44,45],oversubscript:[9,10,36,37],overtemp:[16,17],overview:[2,9,10,42,43],overwrit:[9,10,40,42,43],overwritten:41,ower:[16,17],own:[1,2,5,9,10,34,35,38,40,41,44,45,48],owner:[0,9,10,20,36,37],ozlab:[0,3,4],ozrom1:41,p10:[36,37,38,39,42,43,44,45],p3pc:[9,10],p7ioc:9,p8_i2c_request:[36,37],p8_sreset_all_oth:[9,10],p8dtu:[36,38,39,43,46],p8e:[44,45],p9_abist:[14,15],p9_adu_access:[9,10],p9_adu_coherent_status_check:[34,35,37],p9_adu_setup:[9,10],p9_block_wakeup_intr:34,p9_build_smp:[9,10,11,14,15],p9_cen_framelock:[34,37],p9_chiplet_scominit:[44,45,46],p9_cme_sram_access:[9,10],p9_collect_lpc_reg:[44,45],p9_collect_ppe_st:[14,15],p9_collect_suspend_ffdc:[28,34,35],p9_cont_thread:[16,17],p9_dd_add:[16,17],p9_dd_contain:[9,10],p9_dump_stop_info:36,p9_extract_sbe_rc:[14,15,16,17,36],p9_fab_iovalid:[9,10,27,34,35,36,37],p9_fbc_ioo_dl_npu_scom:[44,45],p9_fbc_ioo_tdm_recoveri:[44,45],p9_fbc_util:[14,15],p9_fircheck:42,p9_frequency_bucket:[14,15],p9_getecid:[14,15],p9_hcd_cache_dpll_setup:[14,15],p9_hcode_image_build:[14,15],p9_hcode_images_defin:30,p9_int_scrub_cach:[36,37],p9_io_erepair:[14,15],p9_io_erepairaccessorhwpfunc:[9,10],p9_l2_flush:[38,39,42,43],p9_lpc_util:[44,45],p9_mss_eff_group:[9,10,36,37,42,43,44,45],p9_mss_freq_drift:[34,35],p9_mss_freq_system:[14,15,36,42,43],p9_mss_memdiag:[34,35],p9_mss_scrub:36,p9_mss_throttle_mem:[34,35],p9_mss_utils_to_throttl:36,p9_npu_scominit:[42,43,44,45],p9_nv_ref_clk_en:[44,45],p9_obus_fir_util:[36,37],p9_pcie_config:[9,10,14,15],p9_phbperst:[9,10],p9_pibmem_dump:36,p9_pibms_reg_dump:36,p9_pm_callout:[9,10,11,14,15],p9_pm_fir_class:36,p9_pm_ocb_init:[9,10],p9_pm_pss_init:[14,15],p9_pm_pstate_gpe_init:[9,10],p9_pm_reset:[9,10],p9_pm_stop_gpe_init:[42,43],p9_proc_gettracearrai:[14,15,44,45],p9_psi_init:[14,15],p9_pstate_parameter_block:[9,10,14,15],p9_putmemproc:[9,10],p9_query_cache_access_st:[14,15],p9_query_core_access_st:[42,43],p9_query_mssinfo:36,p9_ram_cor:[44,45],p9_sbe_arrayinit:[14,15],p9_sbe_attr_setup:[9,10],p9_sbe_check_master_stop15:[34,35,37],p9_sbe_check_quiesc:[9,10,36,37],p9_sbe_chiplet_pll_setup:46,p9_sbe_chiplet_reset:[9,10,14,15,42,43],p9_sbe_common:[9,10,11,14,15,28,34,35,37],p9_sbe_dump:[9,10],p9_sbe_hreset:[9,10],p9_sbe_i2c_bit_rate_divisor_set:[19,36,37],p9_sbe_load_bootload:[36,37],p9_sbe_lpc_init:[14,15,16,17,30,34,36,37],p9_sbe_msg:[42,43],p9_sbe_nest_enable_ridi:[42,43],p9_sbe_npll_setup:[9,10,36,38,39,42,43],p9_sbe_scominit:[34,35,36,37],p9_sbe_tp_arrayinit:[14,15],p9_sbe_tp_chiplet_init3:[9,10,14,15,34,36,37,38,39],p9_sbe_tp_chiplet_init:[36,37],p9_sbe_tracearrai:[14,15,42,43],p9_scominfo:[36,37],p9_security_white_black_list:34,p9_setup_bar:[9,10,14,15,42,43],p9_setup_clock_term:34,p9_setup_dpll_valu:[9,10],p9_setup_evid:[9,10,14,15,42,43],p9_setup_sbe_config:[9,10,14,15],p9_smp_link_lay:[9,10,27,34,35,37],p9_spr_name_map:[34,35],p9_start_cb:[14,15],p9_stop_api:[9,10],p9_stop_thread:[16,17],p9_throttle_sync:[34,35,37,42,43,44,45],p9_tod_init:[36,37],p9_tod_move_tod_to_tb:[14,15],p9_tod_setup:[42,43,44,45],p9_update_ec_eq_st:[42,43],p9_xbus_fir_util:[9,10,42,43],p9_xip_custom:[16,17,36,37,44,45],p9_xip_imag:[9,10],p9_xip_item_not_found:[9,10],p9_xip_tool:[9,10,34,35,42,43],p9a:[9,10,14,15,36,37,38,39,42,43,44,45,46],p9a_10:[36,37,38,39,42,43],p9a_addr_ext:42,p9a_disable_ocmb_i2c:[38,39,44,45],p9a_eff_config:[42,44,45],p9a_get:[36,37,44,45],p9a_io_omi_scominit:[42,43],p9a_mmio_util:[38,39],p9a_mss_bulk_pwr_throttl:[38,39,44,45],p9a_mss_eff_config:[38,39,42,43,44,45],p9a_mss_eff_config_therm:[42,44,45],p9a_mss_freq:[38,39,42,43,44,45],p9a_mss_freq_system:[38,39,42,43],p9a_mss_memdiag:[44,45],p9a_mss_utils_to_throttl:[38,39,44,45],p9a_mss_volt:[36,38,39,44,45],p9a_ocmb_en:36,p9a_omi_init:[42,43,44,45],p9a_omi_io_dcc:[42,43],p9a_omi_io_scom:[42,43],p9a_omi_setup:[44,45],p9a_omi_setup_bar:[42,43,44,45],p9a_omi_train:[36,44,45],p9a_omi_train_check:36,p9a_omi_training_check:[38,39],p9a_throttle_sync:[42,43,44,45],p9c:[9,10,11,14,15,16,17,34,35,36,37,46],p9c_11:[9,10,36,37],p9c_generic_shmoo:[34,35,37],p9c_mss_draminit_mc:[36,37],p9c_mss_draminit_training_adv:[36,37],p9c_mss_draminit_training_advanc:[36,37],p9c_mss_func:46,p9c_mss_maint_cmd:[14,15],p9c_mss_memdiag:[14,15],p9c_mss_row_repair:[36,37],p9c_mss_rowrepairfunc:[36,37],p9c_mss_volt_dimm_count:[34,35],p9c_query_channel_failur:[34,35],p9d:[16,17],p9dsu2u:[24,38,39],p9dsu:[0,9,11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,35,39,40,43],p9dsu_dev:[16,17,18,19,25,26,34],p9n:[9,10,11,14,15,16,17,27,34,35,36,37,38,39],p9n_23:[28,34,35,37],p9ndd1:[14,15,36,37],p9ndd2:[14,15],p9p:[38,42,43,44,45],pace:[9,10,14,15],pack:[7,14,15,16,17,18,42,43,44,45],packag:41,packet:[16,17],packet_delay_limit:[22,36,37],pad:[9,10,36,42,43],padath:[9,10,16,17,36,38,39,44,45,46],page:[1,9,10,11,21,29,34,35,36,37,38,39,42,43,46],page_s:46,paidipeddi:[9,10,11,14,15,16,17],pair:[36,37,38,39,42,43,46],palmer:[9,10,11,14,15,22,25,34,35,36,37,38,39,40,42,43,44,45,46],palmeto:9,palmetto:[11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,35,39,40,43,46],panel:[42,43],panic:[32,36,37,44,45],paper:[38,39],parallel:[9,10,14,15,36,37,38,39,42,43,44,45,46],parallelis:34,param:[9,10,42,43,44,45],paramet:[9,10,14,15,19,20,34,35,36,37,38,39,42,43,44,45,46],parametr:[9,10,14,15],paranthesi:[36,37],parasit:[9,10,14,15],pardeik:[34,35,37,44,45],parent:[14,15,16,17,34,35,36,37,38,39,44,45,46],parenthes:[16,17],pariti:[9,10,14,16,17,29,32,34,35,36,37,42,43,44,45],paritit:41,parm:[9,10,19,36,37,38,39],pars:[9,10,11,14,15,16,17,19,23,28,34,36,37,38,39,42,43,44,45,46],parsandcutelf:[44,45],parser:[9,10,14,15,16,17,32,34,35,36,37,44,45,46],part1:[9,10,14,15],part2:[9,10,14,15],part:[2,3,9,10,11,14,15,16,17,19,22,34,35,36,37,40,42,43,44,45,46],partcallout:[34,35],partial:[16,36,37,38,39,41],particip:3,particular:4,partion:[20,36],partit:[9,10,16,17,18,20,21,34,35,36,37,38,39,40,41,42,43,44,45,46,48],pasha:[16,17],pass:[9,10,11,14,15,16,17,19,34,35,36,37,41,42,43,44,45,46],password:[38,40,46],past:[9,10,46],patch:[2,3,5,6,33,41,48],path:[9,10,11,14,15,16,17,20,22,23,25,34,35,36,37,38,39,40,41,42,43,44,45,46],path_max:36,patter:[42,43],pattern:[9,10,14,15,36,37,38,39,44,45,46],pauc:[42,43],paul:46,pause_microcode_at_boot:[16,17],payload:[9,10,11,16,17,33,34,35,36,37,44,45],payload_bas:[9,10],payload_kind:[9,11],pb_cen_hp_mode_curr:[36,37],pb_cfg_follow_scope_rate_jump_level:[34,35],pb_cfg_np_cmd_jump_cmd_rat:[34,35],pb_url_to_str:22,pba:[9,10,36,37,38,39],pbafir:[32,36,37],pbcq:[9,10,14,15,16,17,38,39],pcap:[14,15],pcb:[36,37],pcbmux:[36,37],pci:[2,9,10,14,15,16,17,20,25,28,33,34,35,36,37,38,39,41,42,43,44,45,46],pci_add_:[38,39],pci_add_loc_cod:[44,45],pci_check_clear_freez:[44,45],pci_device_id:[28,34,35],pci_disable_completion_timeout:[44,45],pci_reset:[9,11],pci_slot_add_loc:[42,43],pci_slot_op:[38,39],pcidbg:[44,45],pcie:[0,9,10,14,15,16,17,29,34,35,36,37,38,39,41,42,43,44,45,46],pcie_config:[16,17],pcie_scominit:[16,17],pcifir:[32,36,37],pcr:[9,11,18,28,34,35,42,43,46],pcr_6:44,pcrd:[9,10,32,34,37],pcwu:[36,37],pd_and_str_clk_stop:[14,15,44,45],pda:[9,10,36,37],pdwn:[16,18,20,21,22,23,24,36,37,39],pearson:[38,39,42,43],pec0:[32,36,37],pec1:[16,17],pec2:[16,17,29,33,36,37],pec:[16,17,28,33,34,36,37,38,39],pec_pcie_hx_keyword_data:36,peer:[9,10,11,36,37,42],peer_huid:[9,10],peer_path:[34,35,36,37],peer_target:[9,34,35,36,37],pel:[9,10,44,45],pelt:[36,37],peltv_cach:[38,39],penalti:[14,15],pend:[9,10,16,17,19,20,28,34,35,36,37],penp:[16,17],peopl:42,pepper:[44,45],per:[4,9,10,11,14,15,16,17,20,26,33,34,35,36,37,41,42,43,44,46],percentag:[44,45],perf2:[44,45],perf:[14,15,34,35,36,38,39],perfmon:[9,10],perform:[9,10,11,14,15,22,23,25,30,31,36,37,38,39,42,43,44,45,46],period:[14,15,34,44,45],perl:[9,10],perman:[9,10,14,15,36,44,45],permit:[3,36,37],persist:[9,10,16,17,23,36,38,39,42,43,44],person:[0,3],perspect:[9,10],perst:[9,10,28,34,38,39,41],pertain:36,perv:[14,15,16,17,36,37],perv_pll_bndy_bucket:[9,10],perv_pll_bndy_flt:[14,15],pervas:[34,35,36,37],peschk:[9,10],pest:[19,36,37],peti:[14,15],petiboot:9,petitboo:19,petitboot:[4,7,9,39,48],pfet:46,pfir:[36,37],pflash:[9,10,11,16,17,20,34,35,36,37,38,39],pgpe:[9,10,11,14,15,16,17,19,20,23,28,30,34,35,36,37,38,39,42,43,44,45],phandl:[28,34,44,45],phantom:[36,37],phase2:[36,37],phase:[9,10,11,14,15,34,35,36,37,44,45],phb0:[32,36,37],phb1:[16,17],phb3:[9,23,36,37,38,39,42,43],phb4:[9,10,11,14,15,16,17,19,20,22,28,29,33,34,36,37,38,39,41,42,43,44,45,46],phb4_:41,phb4_assert_perst:41,phb4_capp_dis:[38,39],phb4_dump_pec_err_reg:[36,37],phb4_eeh_dump_reg:[19,36,37],phb4_fenc:[36,37],phb4_freset:41,phb4_get_diag_data:[36,37],phb4_hw_init:41,phb4_init_capp_reg:33,phb4_init_hw:41,phb4_set_capi_mod:[38,39],phb4_set_p:[38,39],phb4_training_trac:[42,43],phb:[9,10,11,14,15,19,29,33,36,37,38,39,41,44,45,46],phb_nvlink:[38,39],phb_perst:[9,10],phbnfir:36,phbscr:[44,45],philipp:[14,15,16,17],philosophi:6,phy:[9,10,11,14,15,36,37,44,45,46],phy_param:[42,43,44,45],phy_pharam:[38,39],phy_rx_clock_sel:[9,10],phyiscal:36,phyp:[9,10,16,17,20,34,35,36,37,42,43,44,45],phys_addr:[9,10],phys_map_init:[44,45],physic:[44,45,46],pib:[38,39,42,43,44,45],pibmem:[9,10,11,16,17,36,37,38,39,44,45],pibmem_repair:36,pibmemrepair_data:36,piccoli:[9,10],pick:[7,16,17,38,39,42,43,44,45],pid:[41,42,43],pie:[14,15],pig:[14,15,36,37],piggin:[9,10,11,14,15,16,17,23,25,34,35,36,37,38,39,42,43,44,45,46],pin:[9,11,36,37,38,39,44,45],ping:[9,10],pipe:[38,40],pir:[9,10,23,34,35,36,37,38,39,42,43,44,45],pir_to_core_id:46,pir_to_thread_id:46,pizzutillo:[38,39,42,43,44,45,46],pk_halt:[36,37],pk_sleep:36,pkcs7:46,place:[4,34,35,36,37,38,46,48],plan:36,planar:[34,37,42,43],plat:[9,10,16,17,34,35,36,37,38,39,42,43,44,45],platconfigur:[34,35,37],platform:[3,9,10,11,12,13,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,35,40,41],platform_ocapi:[38,39],platgetmbvpdslopeinterceptdata:[36,37],platgettargetnam:[36,37],platgetvpd:[38,39],plathwaserroraddhwcollout:14,platinit:[42,43,44,45],platservic:[36,37,38,39],platspecialwakeup:9,pldm:46,pldm_extend:46,pleas:[0,11,15,17,35,37,39,40,43,45],plid:[9,10,14,15,16,17,34,35,37],pll:[9,10,11,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],pllpostanalysi:[36,37],plt:46,plu:[4,44,45,46],plug:[9,10,11,34,35,36,37,42,43,44,45,46],plug_rul:[36,37],pluggabl:[9,16,17],plugin:[9,10,34,35,36,37,42,43],plumb:[36,37],plumbl:46,plummer:[44,45],pm_activ:[36,37],pm_exit:[19,32,36,37],pm_firinit:[28,34,37],pm_resclk:[28,34,35],pm_reset:[9,14,15,34,35],pm_spwkup:[14,15],pmc_pcb_intr_type0_pend:[36,37],pmcr:[36,38,39],pmem:[34,44,45],pmem_disk:[36,37],pmem_mod:[44,45],pmem_volatil:[36,37],pmenu:[14,15],pmic:[36,38,39,42,43,44,45,46],pmic_attribut:46,pmic_bia:[42,43],pmic_bias_tool:[44,45],pmic_efd_process:[42,43],pmic_en:[42,43,44,45],pmic_i2c_addr_get:[44,45],pmic_status_tool:[44,45],pmic_upd:[42,43],pmin:12,pmlib:[36,37],pmrecoveri:[36,37],pmsr:[36,37],pmu:[28,36,37],pmu_configs_16:[44,45],pnor:[19,20,21,35,39,43],pnordd:[20,36,37],pnoripmidd:[20,36,37],pnorlayoutaxon:36,pnormboxdd:[20,36,37],pnorsfcdd:[20,36,37],pnorutil:[9,10,44,45],pnv_platform_error_reboot:[25,38,39],point:[9,10,12,13,14,15,36,37,38,39,41,42,43,44,45,46],pointer:[9,10,14,15,36,37,38,39,42,43,44,45],pointless:[38,39],poison:[34,35],pok:[14,15],poke:[34,35],polar:[9,36,37],polici:[9,10,14,15,36,37,38,39,42,43,44,45,46,48],poll:[9,10,14,15,20,27,34,35,36,37,38,39,41,42,43,44,45,46],poller:[16,17,20,36,37,42,43],polyakov:[36,37,44,45],pong:[9,10],pool:[34,42,43],poorli:34,poppl:[9,10,11,14,15,16,17,36,37,42,43,44,45],popul:[9,10,14,15,29,33,36,37,38,39,42,43,44,45],populate_hbruntim:36,port0:[36,37],port80:[44,45],port80h:[42,43],port:[7,9,10,14,15,16,17,21,22,23,25,26,28,34,35,36,37,38,39,42,43,44,45,46],portabilii:[44,45],portabl:[36,37],pos:[36,37,38,39,40,42,43,44,45],posit:[16,17,34,35,36,37,44,45],possibl:[7,9,10,14,15,29,34,35,36,37,42,43,44],post:[9,10,14,34,35,36,37,42,43,44,45],potenti:41,pound:[9,10],pow:[14,15,16,17],power10:[44,45],power7:[42,43,44,45],power8:[14,15,38,39,41,42,43,44,45,46],power8nvl:[23,36,38,39],power9:[9,10,11,12,13,14,15,16,17,20,31,32,33,34,35,38,39,41,42,43,44,45,46],power9n:[38,39],power9p:[44,45],power:[2,3,4,7,9,10,11,14,15,16,17,19,23,30,34,35,36,37,38,39,40,42,43,44,45,46],power_theraml:[38,39],power_therm:[42,43,44,45],powerbu:[14,15],powercap:[23,36,38,39,42,43],powermix:[36,37],powernv:[12,16,17,20,34,41,42,43,44,45],powernv_flash:[16,17],poweroff:44,poweron:[34,35],powerpc:[9,12,14,15,19,34,35,44,45],powersav:[38,39],powervm:[9,10,44,45],ppb:[9,10,14,15,28,30,34,35,36,37,38,39,42,43],ppc64:3,ppc64el:[16,17],ppc64le:[3,16,17,44,45],ppc:[16,17],ppe:[2,9,10,14,15,36,37,42,44,45,46],ppe_clos:[36,37],ppm:[14,15,36,37],ppm_write_dis:[28,34,35,36,37],ppmr:[36,37],pppb:[9,10],ppr:[36,37],pr_fmt:[9,10,44,45],pr_notic:[9,11,36,37,42,43,46],pr_warn:[36,37],prachi:[9,10,11,14,15,34,35,36,37],prasad:[9,10,14,15,16,17,19,28,30,34,35,36,37,38,39,42,43,44,45,46],prb:[42,43,44,45],prbs_time:[44,45],prd:[9,10,11,14,15,16,17,19,20,21,22,23,25,27,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46],prd_fw_msg:[9,10],prd_hwp_plid:46,prdf:[36,37],prdf_hb_common_test:[44,45],prdfcenmbadatabundl:14,prdfscanfacil:9,prdfwritehomerfirdata:[42,43],pre:[9,10,14,16,17,34,36,37,44,45,46],pre_data_init:[36,44,45],pre_eff_config:[38,39,44,45],preambl:46,preanalysi:[36,37],preboot:[44,45],prebuilt:[42,43],precan:46,precharg:36,precis:[9,10,16,17],predefin:[44,45],predicatehwaschang:36,predict:[9,10,14,15,16,17,34,35,36,37,39,40,42,43,44,45,46],predictor:38,prefer:[3,20,36,37,38],prefetch:[14,15,44,45],prefix:[14,15,16,17,34,35,36,37,44,45,46],preliminari:46,preload:[9,11,42,43],prem:[9,10,11,14,15,20,28,32,34,35,36,37,38,39,42,43,44,45,46],prematur:[14,15,42,43],prep:[36,37],prepar:[3,41,44,45],prepare_hbrt_upd:[34,35],prereq:[9,10,36,37],prerequisit:7,prerror:46,presenc:[16,17,20,30,34,35,36,37,38,39,41,42,43,44,45,46],presens:[42,43],present:[2,4,9,10,14,15,16,17,34,35,36,37,42,43,44],presentbyassoc:36,preserv:[42,43,44,45],presimsetup:[14,15],presp:[14,15],pretti:[36,38,39,42,43],prettifi:[42,43],prev:[36,37],prevent:[9,10,12,14,15,16,17,19,30,32,36,37,38,39,41,42,43,44,45,46],preverifi:[9,10],preverifiedlidmgr:[9,10],previou:[3,20,21,26,27,28,29,30,31,32,33,34,35,36,37],previous:[33,41],prf:[36,37],pridhiviraj:[9,10,11,14,15,16,17],primari:[14,15,16,17,36,37,46],primary_rank:[44,45],prime:[14,15,36,37,44,45],primit:[9,10],print:[9,10,11,16,17,20,23,25,28,34,35,36,37,38,39,41,42,43,44,45,46],printf:[14,15],printk:[44,45],printout:[44,45],printtimainfo:[36,37],prior:[9,10,14,15,16,17,20,36,37,38,39,42,43],priorit:36,prioriti:[9,10,14,15,16,17,36,37,44,45,46],prlog:[9,10,20,36,37],pro:0,probe:[14,16,19,20,36,37,38,44,45],problem:[7,9,10,11,36,37,41,44,45],proc:[9,10,11,14,15,16,17,19,28,34,35,36,37,38,39,42,43,44,45],proc_chip:[44,45],proc_chip_mem_to_us:[14,15],proc_chip_typ:[44,45],proc_compat:[38,39],proc_core_c:[34,37],proc_fabric_link_act:[14,15,36,37],proc_master_typ:[34,35],proc_mirror_bases_ack:[34,37],proc_pcie_config:[38,39],proc_refclock:[9,10],proc_tod_setup:[16,17],procedur:[9,10,14,15,16,17,27,28,29,34,35,36,37,38,39,42,43,44,45,46],procedure_:[38,39],procedure_data:[38,39],process:[1,2,7,9,10,12,14,15,16,17,28,34,35,36,37,38,40,41,42,43,44,45,46],processmrw:[9,10,11,36,37],processor:[2,9,10,14,15,16,17,28,33,34,35,36,37,38,39,42,43,44,45,46],processproc:[9,10],prod:14,produc:[9,11,16,17,36,37],product:[7,9,10,36,37,46],progm:[16,17],program:[9,10,11,27,34,35,37,38,39,42,43,44,45],progress:[9,34,35,36,38,42,43],prohibit:[34,37],project:[1,2,3,7,9,36,37,42,43,47],prolog:[36,37],prolong:[9,10],promot:[44,45],prompt:[38,40],proof:[14,15],propag:[9,10,16,17],proper:[9,10,14,15,33,36,37,44,45,46],properli:[9,10,28,34,35,36,37,41,42,43,44,45,46],properti:[9,10,11,14,15,16,17,19,20,28,34,35,36,37,38,39,41,42,43,44,45,46],propog:[34,35,37],propos:[38,39],protect:[9,14,15,20,36,37,38,39,44,45,46],protector:[9,10],protocol:[20,23,36,37,38,39,44,45],prototyp:[36,37,38],prove:7,provid:[2,3,14,15,34,35,36,37,38,39,44,45],provis:[34,37],proxi:[14,15],proxim:14,psafe:[9,10,36,37],psave:[9,10,16,17],pser:16,pseri:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,34,35,36,37,38,39,40,42,43,44,45,46],pshihb:[44,45],psi:[9,10,34,35,42,43,44,45,46],psihb:[14,15],psr:[9,10],psscr:[36,37,44,45],pstate:[9,10,11,12,14,15,16,17,19,30,36,37,38,39,44,45],pstate_parameter_block:[9,10,14,15],pstatemin:[42,43],psu:[9,10,11,14,15,16,17,19,34,36,37,38,39],psudd:[36,37],ptr:[9,10,42,43,44,45],pub:[14,15],publish:[42,43],pull:[2,3,4,7,9,10,14,15,16,17,23,36,42,43,46],puls:[9,10,14,15],pump:[29,36,37],puranik:[9,10,11,36],pure:7,purg:[9,10,16,17,30,34,35,36,37,38,39,41,42,43,44,45],purge_l2_l3_cach:[44,45],purpos:7,push:[36,37,42,43],put:[7,9,10,11,16,17,34,36,37,41,42,43,44,45],put_mmio:[36,37,44,45],putcmd:[44,45],putr:[9,10,14,15,28,34,35,36,37],putringutil:[14,15],putscom:[9,10,36,37],putscomundermask:[34,35,37],putspywithcar:[14,15],pvpd:[34,35,44,45],pvr:[9,10,36,38,39,42,44,45,46],pvr_type_p9p:[38,39],pwr_good:46,pwrctl:[38,39],pxe:[9,10,14,15],python3:[44,45],python:[34,35],qcsr:[9,10],qemu:[0,16,17,20,28,34,35,36,37,38,39,41,42,43,44,45,46],qla2xxx:0,qlge:0,qlogic:0,qoff:[34,35],qpmr:[36,37],qppm:[9,10],qtrace:[9,10,36,37],qtrace_util:[9,10,36,37],quad:[9,10,20,28,34,35,36,37,42,43,44,46],quaint:[9,10,14,15],qual:46,qualifi:[14,15],queri:[9,10,14,15,20,34,35,36,37,42,43,44,45],queu:[44,45],queue:[12,25,34,35,37,38,39,42,43],quiesc:[9,10,16,17,19,32,34,35,36,37,44,45,46],quiesce_reject:46,quieten:[9,10,16,17,19,20,34,35,36,37],quieter:[44,45],quirk:[14,15,16,17,20,28,34,35,36,37,42,43,44,45],quirk_astbmc_vga:[20,36,37],quirk_no_chiptod:[36,37],quisc:[36,37],quot:[9,10,36,38,39,42,43],r04:[44,45],r07:[44,45],r10:46,r13:46,r15:46,r16:46,r_p:[16,17],race:[9,14,15,16,17,20,23,34,35,36,37,38,39,42,43,44,45],racili:[9,10],rack:[36,37],radix:[12,38,41],radix__flush_tlb_al:12,rahul:[9,10,16,17,19,20,28,30,34,35,36,37,42,43,44,45,46],raid:41,rail:[34,35],rais:[16,17],raja:[9,10,14,15,16,17,19,28,30,32,34,35,36,37,38,39,42,43,44,45],rajerpp1:46,ram:[16,17,34,35,36,37,44,45],random:[34,35,44,45,46],rang:[9,10,11,14,15,16,17,20,23,34,35,36,37,38,39,42,43,44,45],ranganath:[9,10,14,15,16,17,19,28,30,34,35,36,37,38,39,42,43,44,45,46],rangareddygari:[9,10,14,15,36,37],rank1:[36,37],rank:[14,34,35,36,37,38,39,42,43,44,45,46],raptor:[44,45],ras:[9,10],ras_xml:[36,37],rashmica:[36,37],rate:[9,10,14,15,19,20,36,37,42,43,44,45],rather:[14,15,16,17,20,34,35,36,37,38,41,42,43,44,45,46],ratio:[14,15,34,35,42,43,44,45],raw:[36,37,38,39,41],rawhid:[36,38,39],raybuck:[36,37,38,39,42,43,44,45],rblack:[44,45],rc09:[21,22,23,24,36,39],rc1:[8,9,14,16,34,36,38,40,42],rc2:[8,9,16,17,36,37],rc3:[9,11,38],rc4:9,rc_bad_naca:36,rc_cen_mss_draminit_mc_insuf_rcd_protect_tim:[38,39],rc_invalid_rhb_inst:[34,35,37],rc_no_spira:36,rc_wof_table_not_found:[30,36,37],rcd7x:36,rcd:[9,10,14,15,27,28,34,35,36,37,38,39,42,43,44,45,46],rcd_load:36,rcd_parity_error:[14,15],rce:[34,35],rchgit01:[44,45],rchland:[36,37,44,45],rcw:[9,10,36,37,42,43,44,45],rd_ctr:[14,15],rd_vref:[44,45],rdimm:[14,15,16,17,34,37,44,45],rdr:[44,45],rdtag:[44,45],reach:41,read:[9,10,14,15,16,17,18,20,23,25,28,29,32,33,34,35,36,37,38,39,41,42,43,44,45,46],read_prd_msg:41,readabl:[9,10,36,44,45],readd:[14,15],reader:[34,37,44,45],readi:[16,17,35,39,40,44,45],readlin:[34,35,38],readm:[9,10,14,15,36,37,38,44,45],readseeprom:[9,10],real:[7,9,10,14,36,41,44,45],realiti:[38,39],realli:[16,17],realloc:[29,36,37,41],reappli:[36,38,39],rearrang:[38,39,44,45],reason:[3,9,10,14,15,16,17,30,34,35,36,37,42,43],rebas:4,reboot:[9,10,11,14,15,16,17,20,23,34,35,36,37,38,39,42,43,44,45,46],rebootcontrol:[9,10],recal:[36,37],recal_abort:[36,37],receiv:[14,15,44,45],recent:[3,7,36,37,44,45],recheck:[44,45],recogn:[16,17,42,43],recognis:[20,36,37,38,40],recognit:[9,10,14,15],recommend:[3,5,20,21,26,27,28,29,30,31,32,33],reconcil:[9,10],reconfig:[9,10,11,14,15,34,35,36,37],record:[2,3,9,10,11,14,15,23,25,34,35,36,37,40,42,43,44,45,46],recov:[16,17,36,37,41,44],recover:[9,10,11,14,15,28,32,34,35,36,37,38,39,44,45],recoveri:[9,10,11,14,15,16,17,23,28,33,34,35,36,37,38,39,41,44,45],recurs:[16,36,37],recv:[42,43],red_waterfal:[14,15],reddi:[9,10,14,15,36,37],redesign:36,redfish:44,redirect:14,rediscov:[16,17,34,35],redistribut:3,redo:46,reduc:[9,10,14,15,16,17,20,34,35,36,37,38,39,40,41,42,43,44,45,46],reduct:[9,11,34,35,36,37],redund:[9,10,11,14,15,25,34,35,36,37,38,39,42,43,44,45,46],reenabl:[9,10,34,35,36,37,44,45,46],ref:[9,10,36,37,44,45],refactor:[9,10,16,17,20,34,35,36,37,38,39,42,43,44,45],refclk:[9,10,36,37,42,43,44,45],refclock:[9,10],refcount:[16,17,38,39,41,42,43],refer:[9,10,14,15,16,17,36,37,38,39,41,42,43,44,45,46],refin:[14,15,34,35,37],reflect:[9,10,34,35,36,37,38,42,43,44,45],refresh:[9,10,14,15,16,17,34,35,36,37,42,43,44,46],reg1:[44,45],reg2:[44,45],reg:[9,10,14,15,16,17,20,28,34,35,36,37,38,39,42,43,44,45,46],regard:[36,44,45],regardless:[9,11,36,37],regex:[42,43],region:[9,10,14,15,16,17,34,35,36,37,44,45,46],regis:[44,45],regist:[9,10,11,12,14,15,16,17,19,20,29,30,32,33,34,35,36,37,38,39,41,42,43,44,45,46],register_dump_region:[42,43],register_for_ev:[20,36,37],registr:[20,36,37,46],regress:[9,10,14,15,41],regul:[16,17],regular:[36,37],reindeer:[9,10,14,15],reinstat:[36,44,45],rel:[9,10,14,15,34,35,37,44,45],rel_po:[36,37,40,42,43,44,45],relat:[9,10,11,14,15,16,17,26,34,35,36,37,38,39,42,43,44,45,46],relationship:36,relax:[14,15,36,37],releas:[1,2,3,4,6],relev:[2,9,10,36,37,44,45],reli:[9,10,41],reliabl:[36,39,40,42,43],rell:[9,10,14,15,34,35,36,37],reload:[9,10,14,15,36,37,44,45],reloc:[9,11,16,17,36,37,44,45],remain:[14,15,34,35,36,37,38,41,44,45],remaind:[44,45],remind:[9,10,41],remirror:[14,15,27,36,37,42,43,44,45],remnant:[42,43],remot:[36,37],remov:[0,3,11,12,18,19,20,21,22,23,24,25,26,27,28,30,32,35,41],remove_all_extend:[38,39],removeduplicatetrac:[38,39],renam:[9,10,20,34,35,36,37,38,39,42,43,44,45],rendezv:[16,17],renumb:36,renz:[16,17],reorder:[36,37,44,45],reorgan:[44,45],repair:[9,10,11,14,15,19,32,34,35,36,37,38,39,42,44,45,46],repair_st:[44,45],repeatedli:[38,39],replac:[9,10,14,15,16,17,20,21,25,26,27,28,29,30,31,32,33,36,37,38,39,41,42,43,44,45,46],repo:[9,10,44,45,46],report:[9,10,14,15,16,17,30,33,34,35,36,37,38,41,42,43,44,45,46],repositori:[3,4,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],repost:[42,43],req:[44,45],requeri:19,request:[3,4,7,9,10,14,15,20,21,25,29,33,34,35,36,37,38,39,42,43,44,45,46],requir:[4,9,10,12,13,14,15,16,17,34,35,36,37,38,39,41,44,45,48],rescan:[39,40],resclk:[9,10,14,15,28,34,35,36,37],reserv:[9,10,11,14,15,34,35,36,37,38,42,43,44,45,46],reset:[4,9,10,11,14,15,16,17,18,20,23,26,27,28,30,32,34,35,36,37,38,39,41,42,43,44,45,46],reset_dl:[14,15],reset_ntl:[9,10],reset_partit:41,reset_state_ind:[36,37],resetn:[42,43],resetpmcomplex:[20,36,37],resid:[14,15,38,39],resiz:[38,39],resolut:[36,37,42,43],resolv:[9,10,14,15,16,17,36,37,41,44,45],reson:[36,37],resourc:[9,11,20,34,35,36,37,40,42,43,44,45],resource_recov:[34,35,37],resp:[44,45],respect:[9,10,20,29,36,37],respond:41,respons:[2,9,10,14,15,20,23,29,34,36,37,38,39,42,43,44,45,46],rest:[16,17,36,37,41],restart:[9,10,14,15,16,17,41],restor:[9,10,11,14,15,16,17,19,20,25,34,35,36,37,38,39,42,43,44,45,46],restore_dram_repair:44,restore_repair:[9,10,44,45],restoredramrepair:[9,10,34,35,44,45,46],restrict:[44,45],restruct:[9,10,16,17,34,36,37],restructur:[14,15,16,17,20,36,37],result:[9,10,33,36,37,41,44,45],resum:[34,35,36,37],resv:[9,10],retactquad:[28,34,35],retrain:[44,45],retri:[9,10,14,15,19,21,22,23,25,29,33,34,35,36,37,38,39,41,42,43,44,45],retriev:[34,35,36,46],retrieverepairdatamembuf:[34,35,37],reus:[9,10,14,15,36,37,44,45],rev:[36,42,43,46],revers:[36,37,44,45],revert:[9,10,14,15,16,17,18,19,20,21,22,23,24,25,34,35,36,37,38,39,40,42,43,44,45,46],review:[9,10,14,15,16,17,36,38,39,44,45],revis:[4,9,11,38,39,44,45,46],revisit:[42,43],rework:[14,15,16,17,20,34,35,36,37,38,39,42,43,44,45,46],rewrit:[20,36,37],rey:[9,10,11,14,15,16,17,18,30,32,34,35,36,37],reza:[9,10,11,14,15,16,17,22,28,34,36,37,38,39,42,43,44,45],rhb:[36,37],rhco:[44,45],rhel7:46,rhel8:[44,45],rhesu:[44,45],ricardo:[9,10,14,15,16,17,36,37,38,39,42,43],richard:[9,10,11,14,15,16,17,19,28,30,34,35,36,37,42,43],richter:[44,45,46],rick:[9,14,15,16,17,32,34,35,36,37],rid:[36,37,38,39],riedl:[14,15,36,37,38,39],right:[3,9,10,36,37],ring:[9,10,11,14,15,16,17,23,25,34,35,36,37,40,42,43],ring_appli:[9,10,16,17],ring_sav:[36,37],ringmod:[36,37],ringovd:[9,10],risk:[9,14,15,20,34,35,36,38,39,42,43],risk_level:[9,11,42,43],risklevel2:[14,15],risklevel:[14,15,36,37],rit:[34,35,36],rl0:[34,35,37],rl1:[34,35,37],rl2:[14,15],rlo:36,rmw:[34,35],rmwa:[16,17],rng:[9,10,14,15,28,34,35],robert:[9,10],robust:[9,10],rodata:46,rodrigu:[44,45,46],roland:[9,10,14,15,34,35,36,37,38,39,42,43,44,45,46],roll:[5,16,17,36,37,42,43,44,45],rollback:46,rollov:[14,15],rollup:[36,37],rom:[9,10,11,25],romem:[36,37,44,45],romero:46,romulu:[9,11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,35,39,40],room:[16,17,36,37,38,39],root:[9,10,36,37,42,43,44,45,46],root_ctrl7:[44,45],rosetta:[9,10,36],roughli:3,round:[9,10],rout:[36,37,44,45],routin:[19,20,33,36,37,44,45],row:[9,11,14,34,36,37,42,44,45,46],row_repair:[36,37,42,43,44,45],rpt:[36,44,45],rqmt:[9,10],rsp:[38,39,44,45],rst:[38,39],rstifi:[42,43],rsvd:[34,35,37],rsvdtracebuff:[42,43],rsyn:[16,17],rt_cmd:[44,45],rt_fwnotifi:[14,15],rt_targ:[44,45],rtc189294:[34,35],rtc:[9,10,12,16,17,36,37],rte_cach:[38,39],rtp:[36,37],rtt:[36,44,45,46],rtt_wr:36,rudimentari:[34,35,36,37,44,45],rugbi:[16,17,38,39],rule:[1,4,6,9,10,11,14,30,34,35,36,37,38,39,42,43,44,45,46],run:[2,9,10,14,15,16,17,20,28,34,35,36,37,38,39,40,41,42,43,44,45,46,47],run_mem_region:[20,34,35],runsim:[38,39,42,43],runtim:[2,9,10,11,14,15,16,17,19,20,28,30,34,35,36,37,38,39,42,43,44,45,46],runtime_util:[9,10],russel:[9,10,11,16,17,36,37,38,39],rvpd:[44,45],rx_recal_abort_dl_mask:[34,35,36,37],ryan:[9,10,14,15,16,17,28,30,34,35,36,37,44,45,46],s2io:0,s812l:[36,37],s822l:[36,37],sachin:[9,10,11,14,15,16,17,19,30,34,35,36,37],sacristan:[14,15,44,45],saetow:36,safe:[9,10,28,30,34,35,36,37,46],safemod:[9,10,34,35,36,37],sai:[42,43],sainath:[9,10,11,14,15,34,35,36,37],sakethan:[9,10,34,35,37],salgaonkar:[9,10,14,15,16,17,19,25,27,28,34,35,36,37,38,39,44,45,46],salt:[44,45],same:[3,7,9,10,14,15,16,17,29,33,34,35,36,37,38,39,41,44,45,46],sameer:[9,10,14,15,34,35,36,37],sampa:[9,10,16,17,36],sampl:[9,10],samuel:[9,10,14,15,16,17,19,20,21,22,34,35,36,37,38,40,42,43],san:3,sand:[9,10],sandbox:[36,42,44,45],sane:[36,37],sanit:[28,34],saniti:[36,37],sanner:[9,10,11,14,15,20,23,34,36,37,38,39,44,45],sannerd:[21,22,36],santosh:[9,10,11,34,35,36,37,38,39],satsifi:[14,15],save:[9,10,11,14,15,16,17,20,30,34,35,36,37,38,39,42,43,44,45,46],savior:[36,37],savori:[34,35],sawdei:[42,43,44,45],sb_keep_cach:[36,37],sb_verifi:[9,10],sbe:2,sbe_err:[14,15],sbe_lpc_init:36,sbe_miscompare_with_master_vers:[9,10],sbe_p9_xip_customize_unsuccess:[34,35],sbe_retri:[14,15],sbe_retry_handl:[9,11,16,17],sbe_timer_lock:[38,39],sbe_upd:[9,10],sbeattemptrecoveri:28,sbecompress:[44,45],sbefifo:[27,34,35],sbefw:[9,10],sbeio:9,sbeio_rt:[9,10],sbeopdistribut:[42,43],sberetryhandl:[9,10],sbetarget:[14,16,17],sbex:[14,15],sbindir:46,sbkt:[9,10],sc2:[36,38,39],scalabl:[20,36,37],scale:[9,11,36,37,42,43],scan:[9,10,14,15,16,17,34,35,36,37,42,43,44,45],scan_map:[38,39],scandal:[14,15],scandef:[42,43],scenario:[16,17,34,35,36,37,44,46],scenario_exit:[36,38,39],schedul:[36,39,40,42,43],scheel:[38,39],scheme:[1,36,37],scl:[9,10,30,36,37],scom:[9,10,11,14,15,16,17,28,30,34,35,36,37,38,39,41,42,43,44,45,46],scom_mode_pb:[34,37],scomabl:[34,35],scomcust:[36,37],scominit:[14,15,36,37,38,39],scommabl:[16,17,34,35],scomregist:[44,45],scomtest:[42,43],scomtran:36,scope:[29,36,37],scrach:[16,17],scrambl:[38,39],scratch:[9,20,28,34,35,36,37,44,45],screen:[44,45],script:[1,6,9,10,14,15,34,35,36,37,38,39,40,42,43,44,45,46],scrub:[14,15,16,17,34,35,36,37,44,45,46],scrubrat:46,scsi_aacraid:0,scsi_bnx2_iscsi:0,scsi_cxgb3_iscsi:0,scsi_cxgb4_iscsi:0,scsi_mpt2sa:0,scsi_qla_fc:0,scsi_qla_iscsi:0,scv:14,sda:[30,32,36,37],sdisn:[36,37],sdk:[34,35],sdram:[14,15],search:[1,2,9,10,14,15,34,35,36,37,44,45],sec:[9,10,34,35,37],secboot:[9,46],secboot_tpm:46,seccomp:46,second:[41,42,43,44,45],secondar:[44,45],secondari:[9,10,19,36,37,38,39,41,46],section:[9,10,11,14,15,30,34,35,36,37,38,39,42,43,44,45,46],secur:[9,10,11,14,15,16,17,27,30,34,35,36,37,38,39,41,42,43,44,45,46],secure_vers:46,secureboot:[9,10,14,15,34,35,36,38,39,44,45,46],secureboot_enforc:46,secureboot_init:[38,39],securemodedis:[9,11],securerom:[9,10,44,45,46],security_error:[44,45],securityreglistgen:[44,45],secvar:[44,45,46],secvar_api:[44,45],secvar_devtre:[44,45,46],secvar_main:[44,45,46],secvar_set_statu:[44,45],secvar_util:46,see:[3,9,10,14,15,41,44,45,46,47],seem:41,seen:[42,43,46],seeprom:[9,10,11,14,15,16,17,30,34,36,37],segfault:[14,15,36,37,44,45],sel:[9,10,20,34,35,36,37,44,45],select:[9,10,14,15,28,34,36,37,39,40,42,43,44,45,46],selector:[16,17,36,44,45],self:[2,9,10,14,15,16,17,36,37,42,43,44,45],selfrest:[36,37,42,43],semicolon:[36,37],semr:[34,35],send:[4,5,9,10,14,15,16,17,20,30,32,34,35,36,37,42,43,44,45],send_attr_nvdimm_arm:42,sendattribut:[42,43],sendmboxmsg:46,senichev:[14,15,16,17,36,37,38,39,42,43,44,45,46],sens:[9,10,42,43],sensibl:36,sensit:[34,35,36,37],sensor:[9,10,11,14,15,16,17,28,34,35,36,37,42,43,44,45,46],sent:[44,45],separ:[9,10,14,15,16,17,23,34,36,37,38,39,42,43],seper:46,seq:[44,45],sequenc:[9,10,14,15,16,17,23,25,30,33,36,37,38,39,42,43,44,45,46],seri:[4,16,17,20,21,25,26,27,28,29,30,31,32,33],serial:[9,11,14,15,16,17,19,36,37,42,43,44,45],serialis:[44,45],serirq:[44,45],serv:[44,45],server:[30,36,37,42,43],serverwiz2:[14,15,36,37],serverwiz:[42,43,44,45],servic:[7,9,10,36,37,46],set:[2,4,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,28,29,33,34,35,36,37,38,39,40,41,42,43,44,45,46],set_event_notification_statu:[44,45],set_p:[44,45],set_pba_mod:36,set_power_tim:[44,45],set_xx:[14,16,17],setcallout:[36,37],sett:[36,37],setter:[16,17,36,42,43,44,45],setup:[9,10,14,15,20,36,37,38,39,41,42,43,44,45,46],setup_c:36,setup_fw_boot_config:[36,37,44,45],setup_reset_vector:[38,39],sever:[5,7,9,10,14,15,38,39,41,42,43,44,45,46],severengin:0,sf_init:[44,45],sfc:[9,11,20,36,37,44,45],sforza:[44,45],sgpe:[9,10,14,15,19,34,35,36,37,44,45,46],sgpe_init:[9,10],sha1:[7,48],sha512:[9,10,36],shadow:[14,15,42,43,44,45],shakeeb:[16,17],shaken:[14,15],shan:[44,45],shanker:[9,10,11,14,15,20,28,32,34,35,36,37,38,39,42,43,44,45,46],sharath:[38,39,42,43,44,45],share:[9,10,14,15,16,20,34,35,36,37,38,39,44,45,46],shave:[44,45],shebang:[36,37],sheldon:[9,10,20,36,37],shell:[9,10,14,36,37,38,39,40,42,43,44,45],shellei:[9,10,11,14,15,16,17,19,22,30,32,34,35,36,37,38,39,42,43,44,45,46],shelton:[9,10,14,15,21,36],sheng:[44,45],shenoi:46,shift:[9,10,11,27,34,35,37,42,43],shilpasri:[9,10,11,14,15,16,17,21,23,28,34,36,38,39,42,43,44,45],ship:7,shlimeng:[36,46],shmoo:[34,35,36,37,42,43,44,45],shmoo_data:[42,43],shorten:[9,10,27,34,35,36,37],shorter:[39,40],shortli:36,shortnam:[36,37],should:[3,4,7,9,10,11,14,15,16,17,29,31,34,35,36,37,38,39,41,42,43,44,45,46],shouldn:[36,37],show:[9,10,14,15,34,37,38,39,40],shr:[36,37],shrink:46,shut:[9,10,36],shut_down:[9,11],shutdown:[4,9,10,14,15,19,20,34,35,36,37,38,39,42,43,44,45],side:[9,10,16,17,30,34,35,36,37,41,44,45,46],sign:[3,9,10,14,15,20,21,34,36,37,42,43,46],signal:[36,37,44,45],signatur:[14,15,34,35,36,37,42,43,44,45,46],signific:46,signoff:7,signtool:[34,37],silenc:[20,36,37,44,45],silent:[44,45],silver:[14,15,34,35,36,37,42,43,44,45],sim:[9,10,14,15,16,17,27,34,35,36,37,42,43,44,45],sim_ctrl1:46,sim_onli:[9,10],simbuild:[42,43],simic:[9,10,14,15,16,17,34,35,36,37,38,39,40,42,43,44,45],simics_axon:36,similar:[7,36,37],simpl:[9,10,41,44,45,46],simplifi:[9,10,16,17,34,35,36,37,38,39,44,45],simul:[9,10,11,14,15,16,34,35,36,38,39,42,43,44,45,46],simultan:[9,10,36,37],sinc:[4,12,13,36,37,41,42,44,45,46],singh:[9,10,11,16,17,34,35,42,43],singl:[3,9,10,14,15,16,17,29,36,37,38,39,44,45],singlehtml:[38,39],singleton:36,sio:[20,36,37],sisr:[36,37],site:[9,10],sivaraj:[38,39],size:[9,10,11,14,15,16,17,21,23,25,28,33,34,35,36,37,38,39,40,41,42,43,44,45,46],sizeof:46,skeleton:[36,37,42,43],skib:[14,15,16,17,18],skiboot:[2,7,12,13,21,31,33,48],skip:[9,10,11,14,15,16,17,20,27,28,34,35,36,37,38,39,41,42,43,44,45,46],skip_perst:41,skipper:[9,10],skiroot:[4,41],slave:[9,10,14,15,16,17,19,22,28,30,32,34,35,36,37,38,39,42,43,44,45],slbe:[44,45],slbv:[44,45],sleep:[25,34,35,36,37],slew:[14,15],slope:[9,10,42,43],slot1:46,slot2:[16,17],slot:[9,10,11,14,15,16,17,22,24,29,36,37,38,39,41,42,43,44,45],slot_nam:46,slotcap:[16,17],slow:[14,15,42,43,44,45],slv:36,slw:[9,10,14,15,16,17,27,34,35,38,39,44,45,46],slw_init:[9,10],slw_late_init_p:[9,10],slw_reinit:[44,45],small:[9,10,34,35,36,37,42,43,44,45,46],smaller:29,smart:[44,45,46],smart_writ:[44,45],smarter:[9,10],smbu:[38,39,42,43],smf:[34,35,36,37,38,39,42,43,44,45],smf_config:[44,45],smfctrl:[34,35],smirnov:[9,10,11,14,15,16,17,22,25,28,30,34,35,36,37,38,39,40,42,43,44,45,46],smith:[9,10,11,14,15,16,17,18,19,20,23,26,27,28,34,35,36,37,38,39,42,43,44,45],sml:[38,39],smp:[14,15,28,30,34,35,36,37,42,44,45,46],smp_cabl:[34,35,36,37],smpgroup:[9,11,34,35,36,37],smt2:[44,45],smt8:46,smt:[9,10],snapshot:[9,10,36,37],snarf:38,sndmsg:[16,17],sneha:[44,45,46],snprintf:[44,45],snprintf_symbol:[9,11],sob:4,socket:[9,14,15,44,45],soft:[14,15,16,17,27,34,35,36,37,46],softrom:[9,10],softwar:[44,45],solut:[9,10,16,17,32,36,37,44,45],solv:[9,10,36,37,46],soma:[9,10,11,14,15,16,17,28,34,35,36,37,38,39],some:[3,7,9,10,11,14,15,16,17,23,27,31,34,35,36,37,38,39,40,41,42,43,44,45,46,48],someth:[7,36],soon:[9,10],sooraj:[9,10],sordimm:[36,44,45],sort:[9,11,36,37,44,45],sourc:[3,7,16,17,34,35,36,37,42,43,44,45],space:[2,3,9,10,14,15,16,17,36,37,40,41,42,43,44,45,46],spam:[4,20,36,42,43,44,45],spare:[9,10,34,35,36,37,38,39,42,43,44,45,46],spars:[38,39,42,43,44,45],spashabk:[9,10,11,14,15,16,17,28,34,35,36,37],spattn:[34,35],spd:[9,10,11,14,15,20,34,35,36,37,38,39,42,43,44,45,46],spd_ddr4:[44,45],spd_decod:36,spd_decoder_bas:[14,15],spd_revis:[44,45],spdx:[34,36,37,44,45],speak:7,spec:[14,15,33,34,35,36,37,41,42,43,44,45],specfii:[16,17],special:[9,10,11,14,15,19,30,34,35,36,37,38,39,40,42,43,44,45,46],special_wakeup:9,specif:[1,3,7,9,10,11,34,35,36,37,38,39,42,43,44,45,46,48],specifi:[5,9,10,16,17,41,44,45],specifii:[16,17],spectr:[21,22,36,41],spectrum:[9,10,36,37,38,39],specul:[44,45],speed:[9,10,14,15,16,17,36,37,41,42,43,44,45],spell:46,spend:36,spent:9,sphinx:[42,43,44,45],spin:[9,10,14,36,37],spinler:[9,10],spira:[9,10,16,17,20,34,35,44,45,46],spirah:[44,45],spl:[14,15],spl_wakeup:[14,15],spless:[36,37],split:[9,10,14,15,20,34,35,36,37,38,39,42,43,44,45],splwkup:[34,35],spoo:[16,17],spr:[18,34,35,36,37,42,43,44,45],spread:[9,10,34,35,36,37,38,39],spreadsheet:[9,10,11],spuriou:[36,37,44,45],spwu:[19,32,36,37],spy:[14,15,36,37,38,39],sqlite3:[34,35],squash:[38,44,45,46],squenc:[44,45],sram:[9,10,14,15,30,36,37,44,45],src:[14,15,34,35,36,37,38,39,42,43,44,45],srclist:36,sre:[9,10],sreset:[9,10,16,17,36,37,38,39],sreset_all_oth:[9,10],sreset_kernel:[9,10],sreset_world:[9,10,16,17],srikantha:[9,10,16,17,34,36,37,38,39,42,43,46],srinivasan:[9,10,16,17,34,35,36,37,44,45,46],srr1:[30,36,37],srx:[9,10],ssh:7,ssl:[36,37],stabil:[9,10,41],stabilti:41,stabl:[1,2,4,6,16,17,20,21,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,48],stack0:[16,17,29],stack1:29,stack:[2,9,10,14,15,16,17,28,33,34,36,37,38,39,46],stage:[14,15],stai:[14,15,41],stale:[9,10,14,15,16,17,42,43,46],stall:[36,37],stand:[9,10,34,35],standalon:[9,10,14,15,36,40,42,43,44,45],standard:[9,10,34,35,37,44,45],standardis:[16,17],standbi:[9,10,16,17],stanlei:[9,10,14,15,16,17,20,25,34,35,36,37,38,39,42,43,46],start:[2,3,9,10,11,14,15,16,17,20,34,36,37,38,39,41,42,43,44,45,46,48],start_stop_engin:[38,39],startclock:[36,37],startnextphas:[34,35],startscrub:[34,35,36,38,39],startsim:[42,43],startup:[34,35,37,42,43,44,45],starvat:[36,37],stash:[9,10],state:[2,9,10,11,14,15,16,17,20,23,28,30,34,35,36,37,38,39,41,42,43,44,45,46],statement:[36,37,42,43,44,45],statements_execut:[44,45],statist:46,statu:[9,10,14,15,16,17,30,32,34,35,36,37,38,39,41,42,43,44,45,46],status:[44,45],stb:[9,10,11,16,17,46],stb_final:[9,10],stb_init:[9,10,38,39],stc920:[36,37],stcx:[14,15],std:[38,39,44,45],stdin:[38,40],stdio:[9,10],stdout:[14,15,44,45],steer:[44,46],steffen:[9,10,14,30,34,35,36,37,38,39,42,43,44,45],stegmil:[9,10,14,15,16,17,34,35,36,37,46],step:[4,9,10,11,14,15,28,34,35,36,37,38,39,42,43,44,45,46],stephen:[9,10,11,14,15,16,17,22,28,34,35,36,37,38,39,42,43,44,45,46],stermol:[9,10,11,14,15,25,27,28,34,35,36,37,38,39,42,43,44,45,46],steven:[14,15,38,39,42,43,44,45],stewart:[0,9,10,11,14,15,16,17,18,19,20,23,26,27,28,34,35,36,37,38,39,42,43,44,45],stick:4,still:[9,10,11,14,15,16,17,19,23,28,30,32,34,35,36,37,38,41,44,45],stinfo:[16,17],stipul:33,stitch:[36,37],stl:[38,39],stofer:[9,10,14,15,19,25,36,37,40,42,43,44,45],stop0:46,stop11:[9,10,11,16,17,36,37],stop1:[30,34,35,36,37],stop1_lit:[27,34,35],stop2:[14,15,30,36,37],stop2_lit:[27,34,35],stop4:[9,10,14,15,36,37],stop5:[9,10,14,15,36,37],stop8:[36,37],stop:[2,9,10,11,14,15,16,17,19,20,22,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],stop_recoveri:[32,36,37],stopclock:[14,15],stopipl:[36,37],storag:[14,15,34,35,36,37,38,39,44,45,46],store:[9,10,11,14,15,16,17,33,34,35,36,37,38,39,42,43,46],stori:[9,10],stq:[20,28,33,34,36,37],str:[14,15,36,38,39,42,43,44,45],strai:[44,45],strang:[36,37],strategi:[9,10,44,45],stream:[9,11],streamlin:[44,45],streat:[9,10,14,15],strech:46,street:3,strength:[44,45],stress:[9,10,36,37],strict:[9,14,15],stricter:46,string:[9,10,14,15,16,17,20,25,34,35,36,38,39,42,43,44,45],stringop:[20,34,35,38,39,44,45],strip:[9,10,36,37,42,43],strncmp:[14,15],strncpy:[9,10],strtok:[34,35],struct:[9,10,14,15,23,34,35,36,37,38,39,42,43,44,45,46],structur:[9,10,14,15,16,17,28,32,34,35,36,37,38,39,42,43,44,45],stub:[14,15,20,34,35,36,37],stuck:[36,37],stuff:[16,17,44,45],style:[44,45],sub:[36,37,44,45],subchannel:46,subchnl:[44,45],subdir:[34,35,44,45],subhashchandran:[34,36,37],subject:7,submit:[3,6,9,14,15,36,37],submitt:3,submodul:[44,45],subnod:[44,45],subroutin:[27,34,35,37],subscrib:[3,36],subsi:[36,37],substep:[34,35,37],substitut:[9,10],subsystem:[9,10,14,15,34,35,36,37,38,39,42,43,44,45],subtest:[36,44,45],subtract:[42,43],subtre:46,subunit:[38,39],success:[9,10,25,38,39,44,45],successfulli:[44,45],suchanek:[38,39,44,45],sudhakar:[38,39],sudo:[36,42,43],sue:[14,15,44,45],suffici:41,suffix:[36,37],suggest:[9,10,29,44,45],suit:[3,44,45,47],suitabl:3,sukadev:[9,11],sumit:[9,10,14,15,16,17,28,30,34,35,36,37,38,39,42,43,44,45,46],summar:9,summari:[28,30,36,37,46],sunil:[9,10,14,15,36,42,43,44,45,46],superfast:[34,35],superflu:[42,43],supersed:[9,10,38,39],superwof:[44,45],suppli:[9,10],support:[1,9,10,11,14,15,16,17,19,20,23,27,28,32,34,35,36,37,38,39,41,42,43,44,45,46],supported_rcd:[44,45],supported_stop_st:[9,10,16,17],supporti:[14,15,36,37],suppress:[4,36,37,38,39,44,46],supprot:[36,37],supress:46,suprise_check:[38,39],suraj:[9,10,42,43],sure:[4,9,10,36,37,38,39,42,43,44,45],surfac:[9,10],surv:[36,37],suspend:[13,14,15,16,17,36,37,38,44,45],suspend_powman:[9,10],suspend_stop:[36,37],sw399904:[9,10],sw406686:[9,10],sw406970:[9,10,14,15],sw410723:[9,10],sw413281:[9,10],sw414846:[14,15],sw414905:[14,15],sw419349:[34,35,37],sw427193:[36,37],sw430218:[28,36,37],sw431549:[34,35,37],sw432203:[34,35,37],sw433868:36,sw434534:[36,37],sw437405:[36,37],sw438315:[36,37],sw438645:[36,37],sw440224:[36,37],sw441002:[36,37],sw442177:[36,37],sw442214:[36,37],sw449387:[36,37],sw473350:[44,45],sw485350:[44,45],sw490643:44,sw_driver:[9,10],sw_pluggabl:[36,37],sw_xstop_fir_bitpo:[44,45],swallow:46,swap:[9,14,15,42,43,44,45,46],swathi:[9,10,11,14,15,16,17,34,35,37],swenson:[9,10,14,15,16,19,20,21,23,36,37,38,39,40,42,43,44,45,46],swift:[44,45],switchov:[9,10],swizzl:[36,37,42,43],sym:[9,10],symbol:[9,10,11,14,15,22,23,25,34,35,36,37,38,39,42,43,44,45,46],symlink:[38,39],symsmod:[19,36,37],sync:[9,10,14,15,16,17,20,21,23,34,35,36,37,38,39,44,45,46],sync_reset:[36,37],synch:[42,43],synchron:[23,33,36,37,38,39],synchronis:[9,10],syntax:[9,10,36,37,38,39],sys:[9,10,44,45],syscal:[20,36,37],sysdump:[44,45,46],sysetem:[42,43],sysf:[14,15,42,43],syslinux:[14,15],system:[0,1,2,3,9,10,11,12,14,15,16,17,19,20,22,23,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],system_attribut:[14,15],system_brand_nam:[34,37],system_info:[44,45],system_vdm_dis:[9,10,16,17],system_wof_dis:[9,10,16,17],systemsim:[9,10],sytem:16,tabl:[0,9,10,11,14,15,16,17,22,28,34,35,36,37,38,39,41,42,43,44,45,46],tacoma:46,taft:[14,15],tag:[3,4,9,10,11,14,15,17,19,20,21,22,23,24,25,27,28,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46],take:[4,9,10,16,17,36,46],taken:[42,43],talli:[36,37],talo:[38,39],tank:[14,15],tap:[14,15,44,45],tar:[9,10,36,37,44,45],tarbal:4,targ:[36,37],target:[7,9,10,11,14,15,16,17,19,20,33,34,35,36,37,38,39,40,41,42,43,44,45,46],target_type_generici2cslav:[44,45],target_type_multicast:[42,43],targetservic:[14,15,36,38,39],targettyp:[42,43],task:[14,15,16,17,20,24,34,36,37,38,39,42,43,44,45],task_typ:46,tb_cmpval:33,tb_compar:33,tb_measur:[9,10],tboo:[14,15],tc2:46,tce:[9,10,11,14,15,19,21,34,35,36,37,38,39,44,45],tcl:[9,10,16,17,36,37,42,43,44,45],td_ctlr_data:[34,35,37],tdctlr:[42,43],tdllk:[14,15],tdm:[36,37],team:[9,29,30,36,37,42,43,44,45],tear:[20,36,37],technic:2,technolog:[44,45],telemetri:14,tell:[9,10,16,17,42,44,45],temp:[9,10,34,35,37,44,45,46],temp_refresh_mod:36,temperatur:[9,10,36,37,42,43,44,45],templat:[9,10,19,34,35,36,37,38,39,42,43,44,45,46],tempopari:[34,35],temporari:[9,10,14,15,36,37,42,43,44,45],temporarili:[9,10,16,17,34,35,36,38,39,41,42,43,46],tendolkar:[9,10,14,15,34,35,36,37,44,45],term:[3,36,41,44,45],termin:[9,10,14,15,20,34,35,36,37,42,43,44,45,46],test:[1,7,9,10,11,14,15,16,17,20,23,25,28,33,34,35,36,37,38,39,40,41,42,43,44,45,46],test_fapi2getchildtargetsforcdg:[42,43],testarrayaccess:36,testcas:[9,10,34,35,36,37,38,39,42,44,45,46],testexplrmmio:[42,43],testpreverifiedlidmgr:[44,45],testro:[9,10],text:[36,37,44,45],tfac:[16,17],tfmr:[16,17,25,38],than:[4,7,14,15,16,17,20,33,34,35,36,37,38,39,41,42,43,44,45,46],thank:3,thei:[9,10,14,15,16,17,20,36,37,38,39,41],them:[0,5,16,17,36,37,41,44,45],theoret:[7,42,43],ther:[16,17],therefor:29,thermal:[2,9,10,36,42,43,44,45,46],thermal_init:[34,35,42,43,44,45],thi:[0,1,2,3,4,7,9,10,11,12,13,14,15,16,17,20,26,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46],thiago:[44,45,46],thin:[14,15],thing:[3,9,10,36],think:[14,36,41],third:46,those:41,thr:46,thread0:[19,36,37],thread:[9,10,14,15,16,17,20,25,36,37,38,39,42,43,46],thread_loc:[38,39],threadpool:[44,45],threadsaf:[38,39],three:[9,10,14,15],thresh10:[34,35],threshold:[9,10,14,15,32,34,35,36,37,38,39,42,43,44,45,46],threshold_and_mask_self:[16,17],throttl:[9,10,14,15,16,17,20,34,35,36,37,44,45,46],through:[28,33,34,36,37,38,39,41,42,43,44,46,48],thu:33,thursdai:[20,26,28,29,33,34,37,42,45],tick:[9,10,34,35,42,43],tidi:[44,45],tie:[13,14,15],tigon3:0,till:[16,17,28,34,41],tima:[36,37,46],time:[4,7,9,10,14,15,16,17,20,27,29,33,34,35,36,37,38,39,41,42,43,44,45,46],time_wait:[20,36,37],timebas:[9,10,14,15,25,34,35,36,37],timelin:[44,45],timeout:[9,10,11,14,15,16,17,19,25,26,27,28,33,34,35,36,37,41,42,43,44,45,46],timer:[9,10,14,15,16,17,21,27,34,35,36,37,38,39,42,43,46],timestamp:[9,10,42,43,44,45],timothi:[38,39,42,43],titl:[42,43],tlbi:[9,11],tlbie:[9,10,14,15,34,35,36,37,38,39,42,43],tlx:46,tmp:[14,15],tmpf:46,toc:[9,10,16,17,20,36,37,38,39,44,45],toctre:[44,45],tod:[9,10,14,15,16,17,25,34,35,36,37,38,39],todo:[9,10,14,15,34,35,36,37,42,43],togeth:[9,10,13,14,15,36,37,48],toggl:[9,10,36,37,46],token:[9,10,14,15,34,35,42,43,46],toler:[16,17,36,37],tom:[9,10],too:[23,34,35,36,37,38,39,44,45,46],tool:[9,10,14,15,16,17,20,23,34,35,36,37,38,39,41,42,43,44,45,46],toolchain:38,toothpast:[44,45],top:[2,4,7,12,13,23,34,35,36,38,39],topic:2,tor:[9,10,11,34,35,37,38,39],tor_vers:9,torvald:41,total:[36,42,43],toward:[38,39],tp_chiplet_init:[36,37],tp_lfir:[14,16,17],tp_local_fir:[9,10],tpm:[9,10,14,15,16,17,21,22,23,26,34,35,36,37,38,39,42,43,44,45,46],tpm_chip:[9,10,11],tpm_dev:[36,37],tpm_i2c_nuvoton:[9,10,44,45],tpm_i2c_request_send:[36,37],tpm_poison:[38,39],tpm_read_fifo:[44,45],tpm_required_sensor:[9,10],tpm_unus:[36,37,44],tpmddtest:[42,43],tpmnv:46,tpmrel:[9,10,16,17],tracd:[9,10],tracdcomp:[36,37],trace:[9,10,11,14,15,16,17,19,20,22,23,25,28,30,34,35,36,37,38,39,41,42,43,44,45,46],trace_err_arg:[44,45],trace_err_fmt:[44,45],trace_lit:[36,37],trace_tlbi:12,tracehash:[36,37],tracf:[9,10],track:[3,9,10,14,15,25,31,34,35,36,37,38,39,41,42,43,46],tracker:[31,36,37],tracmerg:[36,37],trail:[14,15,16,17],train:[9,10,14,15,20,27,28,29,34,35,36,37,38,39,41,42,43,44,45,46],train_tim:[34,35],training_adv:[36,37],trait:[34,37,42,43,44,45],tran:[9,10,11,14,15,16,17,20,34,35,36,37,42,43,44,45,46],transfer:[9,10,36,38,39],transit:[9,10,14,15,16,17,23,34,35,36,37,44,45],translat:[9,11,12,14,15,16,17,34,35,36,37,42,43,44,45],translateaddr:14,transport:[20,34,35,36,37],transpos:[16,17],trap:[44,45],trap_address:[44,45],trap_adress:[42,43],travi:[9,10,14,15,16,17,34,35,36,37,38,39,42,43,44,45,46],treat:[14,15,29],tree:[1,6,9,10,11,14,15,16,17,34,36,37,38,39,41,42,43,44,45,46,48],treewid:[44,45],trfc_dlr:[44,45],trgt:[14,15,19,36,37,44,45],tri:[9,41],trigger:[9,10,14,16,17,19,36,37,38,39,42,43,44,45,46],trivial:[7,9,10,34],true_typ:[40,42,43],truncat:[14,15,20,34,35,38,39,44,45],trust:[9,10,11,34,35,36,37,38,44,45,46],trustedboot:[9,10,36,38,39,42,43,46],trusti:[14,15],try_lock:[9,10],try_lock_cal:[20,36,37],ts_:[36,37],tsel:[14,15],tss2:46,tss:[9,10,46],tssskiboot:46,tsung:[9,10,14,15,16,17,22,34,36,37,38,39,42,43,44,45],tsv:[16,17],tsx:[44,45],tto:16,tuesdai:[38,43,46],tune:[14,15,22,36,37,44,45,46],tunnel:[14,15,16,17],turbo:[9,10,16,17],turn:[9,10,14,15,16,17,34,35,36,37,42,43,44,45],tve:33,tvt1:[16,17],tvt:[9,11],tweak:[9,10,11,14,15,34,36,37,38,39,44,45],tweakabl:[44,45],twi:[42,43,44,45],twice:[9,23,34,35,36,38,39],twldqsen:[9,10],two:[9,10,11,14,15,16,17,19,23,34,36,37,38,39,40,42,44,45,46],twr_mpr:[16,17],tx_zcal_p_4x:[36,37],txe:46,txsdll:46,txt:[9,10,44,45],typdef:[40,42,43],type:[9,10,12,14,15,16,17,19,20,29,30,34,35,36,37,38,39,40,42,43,44,45,46],type_nod:9,typo:[14,15,34,35,36,37,38,39,42,43,44,45,46],u64:9,uart:[16,17,36,37,42,43,44,45,46],uart_con_flush:[16,17],uart_opal_flush:[16,17],uav:[9,10,36,37],ubuntu20:46,ubuntu:[3,16,17,34,35,36,37,38,39,42,43,46],ucd9090a:46,ucd:[36,38,39,40,42,43,44,45],uco:[16,17],ucod:[9,10,11,20,36,37],uih:[36,37],uint16:[44,45],uint32:46,uint64_t:46,uint8_t:[44,45],ulimit:[44,45],ultraturbo:[28,34,35,37],ultravisor:[36,37,42,43,44,45],ulu:25,uma:[44,45],unabl:[3,42,43],unaccess:41,unalign:[16,17,44,45],unavail:[20,36,37],unbal:[34,35,37],unblock:[36,37],unchang:[14,15],uncl:[20,36,37],uncom:[42,44,45],uncondition:31,unconnect:[36,37],uncorr:[22,36,37],undefin:[36,37,41,46],under:[3,9,10,11,14,15,16,17,34,35,36,37,41,42,43],underflow:[34,35,36,37],understand:[3,9,10,14,15,42,43],undervolt:36,undetect:[36,37],undo:[14,15,24,36,37,38,39],unecessari:[34,37],unexpect:[23,36,38,39],unexpectedli:[38,39],unfilt:[14,15,41],unfreez:[36,37],unhandl:[14,36,37],unifi:[36,37,42,43,44,45],unimpl:[42,43],uniniti:[9,10,14,15,36,37,42,43],uninitialis:[14,15,34,35],unintend:[38,39,42,43],uniqu:[9,10,14,15,36,37,39,40],unit:[2,9,10,14,15,20,22,34,35,36,37,38,39,42,43,44,45,46],unit_c:[34,35,37,44,45],unit_top:46,unknown:[16,17,20,36,37,38,39,44,45],unless:[3,7,16,17,44,45],unload:[9,10,11,44,45],unlock:[9,16,17,20,36,37,38,39,42,43,44,45,46],unmap:[9,10],unmask:[9,14,15,16,17,34,35,36,37,44,45,46],unmask_after_exp_omi_setup:[44,45],unmask_error:[14,15],unmatch:[9,10,14,15],unnecessari:[20,36,37,38,39,42,43,46],unned:[38,39],unneed:[36,37,42,43],unrecover:[9,10,11],unreferenc:[14,15],unrespons:[9,46],unsecur:[9,10,14,15,36,38,39],unsecure_homer_addr:36,unset:[36,42,43],unstabl:36,unsupport:[9,10,42,43,44,45,46],unsuspect:[44,45],until:[4,9,10,14,15,16,17,28,34,35,36,37,38,39,40,42,43,44,45,46],untrust:[9,10,34,35,37],unus:[9,10,14,15,16,17,23,34,35,36,37,38,39,42,43,44,45,46],unwant:[9,10,16,17],unwil:3,unwind:[16,17,38],unwrit:36,updat:[31,33,41],update_ec_eq:[36,37],update_timer_expiri:[16,17],updatebuildtag:[44,45],updt:[44,45],upgrad:[36,37,42,43],upload:[44,45],upon:[3,14,15,19,23,28,30,32,34,35,36,37,44,45,46],upstream:[2,3,4,7,14,15,42,43,44,45,46,48],url:[14,15,22],urmor:[34,35,36,37,44,45],usa:3,usag:[9,10,16,17,34,36,37,44,45,46],use:[0,2,3,4,5,7,9,10,11,14,15,16,17,20,33,34,35,36,37,38,39,41,42,43,44,45,46,48],usecas:9,used:[5,9,10,11,16,17,19,20,21,26,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46],useful:[2,36,46],user:[0,2,9,10,14,15,23,25,34,35,36,37,38,39,41,42,43,47,48],user_input_msdg:44,user_input_msdg_t:46,userspac:2,uses:[0,14,15,33,48],using:[2,14,15,16,17,19,33,34,35,36,37,38,39,41,42,43,44,45],usr:[36,41],ustlstatu:46,usual:41,util:[9,10,11,14,15,16,17,19,25,34,35,36,37,38,39,40,42,43,44,45,46],utildeallocatetc:9,utillidmgr:[9,10],utilmem:[9,11],utils_to_throttl:36,uuid:[44,45],uvbwlist:[36,38,39,44,45],v100:41,v115:[9,10],v123:[9,11],v29:[9,10,14,15],v44:[14,15],va_end:[44,45],vaarg:[16,17],vagu:41,vaibhav:[9,10,11,14,15,16,17,19,20,28,34,36,37,38,39],vaidyanathan:[16,17,36,37,46],val:[14,15],valgrind:[9,10],valid:[9,10,11,14,15,16,17,19,20,27,33,34,35,36,37,38,41,42,43,44,45,46],valu:[9,10,11,12,14,15,16,17,19,21,22,23,25,28,32,33,34,35,36,37,38,39,42,43,44,45,46],vanderpool:[9,10,14,15,30,36,37],variabl:[9,10,14,15,16,17,34,35,36,37,38,39,41,42,43,44,45,46],variant:[9,10,14,15,16,17,22,36,38,39,44,45],variou:[2,9,10,14,15,22,34,35,36,37,42,43,44,45],vas:[9,11,22,36,37],vasant:[9,10,11,14,15,16,17,20,21,22,23,24,25,28,34,35,36,37,38,39,42,43,44,45,46],vbu:[34,35,36],vc_eqc_config:[44,45],vcm:[9,10,16,17,34,35,36,37,44,45],vcmevent:[36,37],vcs_i2c_rail:[34,35,37],vdd:[9,10,16,17,19,36,37,44,45],vdd_pfet_disable_cor:28,vddr:[34,35],vddr_id:[34,35],vdid:[44,45],vdm:[9,10,14,15,30,36,37,42,43],vdmcfg:[36,37],vdn:[9,10,14,15,28,34,35,37],vector:[9,10,14,15,28,34,35,36,37,42,43,44,45,46],veer:[9,10,14,15,34,35,36,37],veloz:[9,10,14,15,34,35,36,37,38,39,42,43,44,45,46],vendor:[7,9,10,28,34,41,42,43,44,45,46],vendor_cap:[38,39],venkatesh:[9,10,11,14,15,34,35,36,37],ver2:[36,37],ver:[16,17,42,43,44,45],verbatim:3,verbos:[9,10,38,39,42,43,44,45],veri:[33,36,37,44,45],verif:[9,10,11,44,45],verifi:[9,10,11,14,15,16,17,34,35,36,37,38,39,41,42,43,44,45,46],version:[1,3,6,7,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],vesn:16,vesnin:[14,15,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,40,46],vexec:[42,44,45],vfrt:[9,10,14,15],vfs:[9,10],via:[3,7,9,10,20,21,28,29,34,35,36,37,38,39,41,42,43,44,45,46],vid:[42,43],video:1,vin:46,vin_bulk:[44,45],vinaybs6:[44,45],vindex:[16,17],vini:36,violat:[9,11,16,17,34,36,37],virt:[9,10],virtual:[9,10,11,23,36,37,44,45],visibl:[9,11,14,15,23,36,37,38,39],vital:[9,10,14,15,16,17],vitalattn:[34,35],vmm:[9,10],vmmpagetest:[44,45],vnet:0,vnvram:46,volatil:[9,10,34,37,38,39],volt:[30,36,37,44,45],voltag:[9,10,14,15,34,35,42,43],voluntarili:[9,10],vote:[36,37,42,43],vpd:[9,10,11,14,15,16,17,19,28,32,34,35,36,37,38,39,40,42,43,44,45,46],vpd_rec_num:[9,10,36],vpnor:[9,10],vr_enabl:[44,45],vratio:[9,10,14,15,16,17],vref:[9,10,14,15,36,37,42,43,44,45,46],vreg:[9,10,36],vrm:[9,10,14,15],vrm_vdd_temp:[9,10],vrml:[9,10],vsx:[36,37],waddress:[42,43],wai:[3,4,34,35,36,37,42,43,44,45],wait:[9,10,14,15,16,17,28,32,33,34,36,37,41,42,43,44,45,46],wait_for_all_occ_init:46,wait_tim:41,waitin:41,wake:[9,14,15,34,35,37],wakeup:[9,10,11,14,15,19,21,22,23,30,34,35,36,37,38,39,44,45,46],wakeup_engin:[9,10],wakeup_notify_select:[36,37],wang:[36,37,38,39,42,43,44,45,46],want:[4,16,17,34,35],ward:[9,14,15,16,17,32,34,35,36,37],warlik:[9,10,14,15],warn:[9,10,14,15,16,17,18,20,21,22,23,24,34,35,36,37,38,39,42,43,44,45,46],washburn:[9,10],wat:[9,14,15,21,23,25,36,37,38,39,42,43],watch:[44,45],watchdog:[16,17,27,34,35,36],watchog:[34,35],water:[9,10,14,15],waterfal:[9,10],watermark:[9,10,14,15,46],wd_power_cycle_act:[34,35],wd_reset_act:[34,35],weak:[21,22,36],wednesdai:[30,35,39],week:[3,11,15],weird:[34,35],weisenbeck:[9,10,11,14,15,16,17,34,35,36,37],well:[3,5,14,15,46],went:[32,36,37,41],wer_mam:[16,17],wer_mambo:25,were:[9,10,34,35,37,38,39,41],weren:[38,39],werror:[9,11,46],what:[3,6,9,36,37,41,44,45],whatev:41,wheel:3,when:[0,3,4,7,9,10,11,12,14,15,16,17,18,19,20,21,25,28,29,30,33,34,35,36,37,38,39,41,42,43,44,45,46],whenev:[4,14,15,44,45],where:[1,3,4,7,9,10,11,14,15,16,17,23,26,34,35,36,37,38,39,40,41,42,43,44,45,47,48],whether:3,which:[1,3,7,9,10,14,15,29,33,36,39,40,41,44,45],whilist:[9,10],white:[9,36,37,38,39,42,43],whitelist:[9,10,14,15,16,17,20,30,34,36,37,38,39],whitespac:[14,15,34,36,37],who:3,whole:3,whs:[14,15,36,42,43],why:[7,34,35,37,41,42,43],wide:46,wider:[42,44,45],width:[20,28,33,34,36,37,41,42,43],wiki:[9,10,14,15],wildcard:[9,14,15,38,39,41,42,43],wilk:[9,10,11,14,15,16,17,23,34,35,36,37,38,39],william:[9,10,14,15,16,17,21,28,34,35,36,37,38,39,44,45,46],wilt:[44,45],windag:[42,43],window:[9,10,11,14,15,16,17,20,23,30,36,37,38,39,44,45],winkl:[25,34,35,36,37],wio:[16,17],wipe:[9,10],wire:[9,44,45],wish:7,witherspoon:[18,19,20,24,25,26,27,28,29,30,32,34,35,40],witherspoon_d:36,witherspoon_dev:[16,17,18,19,20,22,23,24,25,26,34,35,36,37,38,39],witherspoon_dev_defconfig:35,withhold:[14,15],within:[9,10,16,17,20,26,27,28,29,30,31,32,33,34,35,37,46],without:[9,11,16,17,23,28,34,35,36,37,38,39,42,43,44,45,46],wkup:[9,10],wlo:36,wno:[20,34,35,36,37,38,39,44,45],wof:[9,10,11,14,15,16,17,18,20,28,30,32,34,35,36,37,38,39,42,43,44,45,46],wof_dis:[9,10],wof_enable_vratio:[16,17],wof_power_limit:[9,10,16,17],wof_v6_1_0_sforza_20_160_1900:[16,17],wof_v6_1_0_sforza_20_170_2100:[16,17],wof_vratio:[14,15],wof_vratio_select:[16,17],wofdata:[9,16,17,40,42,43,44,45],wofpars:[38,39],won:[11,36,37,41],word:[42,43,44,45],work:[3,9,10,11,14,15,31,34,35,36,37,38,39,40,41,42,43,44,45,46],workaround:[9,10,11,14,15,16,17,19,20,22,23,25,26,28,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46],workaroundi:[20,36,37],workbook:[9,44,45],worker:46,worksaround:[9,10],world:2,would:[4,41],wov:[36,42,43],wr_crc:[9,10],wr_level:36,wr_lvl:[34,35,36,37],wr_vref:[9,36,37,42,43],wrap:[34,35,36,37,38,39,46],wrap_test:[34,35],wrapper:[9,11,38,39,42,43,44,45,46],writabl:[9,10,11,14,15,42,43,44,45],write:[9,10,11,14,15,16,17,19,20,23,25,28,32,33,34,35,36,37,38,39,41,42,43,44,45,46],write_reg:[41,42,43],write_whitelist:9,writeabl:[9,10,34,35,36,37,38,39],written:[41,44,45],wrong:[16,17,33,34,35,36,37],wrongli:[30,36,37],wxyz:[44,45],x08:41,x16:41,x75:36,x86:[3,9,10,20,36,37,44,45],x86_64:[16,17],x_ethreshold:[36,37],xbu:[9,10,11,14,15,19,22,27,30,34,35,36,37,40,42,43,44,45],xcr:[36,37],xer:[16,17,38],xframe:0,xgpe:[36,37],xhci:4,xiaozq:36,xip:[9,10,11],xip_custom:[9,10,14,15,36],xip_imag:[9,10],xip_tool:[9,10],xir:[9,10,14,15],xive:[9,10,11,12,14,15,16,17,31,36,37,38,39,42,43,44,45,46],xive_buddy_lock:[38,39],xive_eq_ord:46,xive_eq_shift:46,xive_esb_s:46,xive_esb_shift:46,xive_int_ord:46,xive_int_safety_gap:[44,45],xive_reset:[9,10,46],xive_vp_buddi:[38,39],xive_vsd_s:46,xl710:0,xlate:[9,10,11,14,15,36,37,38,39],xlink:[9,10,14,15,16,17],xml:41,xmon:41,xpec_nest_capp_cntl:33,xpec_nest_read_stack_overrid:29,xpec_pci_prdstkovr:29,xscom:[9,10,14,15,16,17,25,34,35,36,37,38,41,42,43,44,45],xscom_reset:[9,10],xscomtest:[44,45],xsl:[42,43,44,45],xstate:[9,10,14,15],xstop:[9,10,25,36,37,38,44,45],xts_bdf_map:[38,39],yacc:[14,15],yadlapati:[44,45],yadro:[14,15,44,45],yakovlev:46,year:[34,35,42,43,44,45],yet:[34,35,36,37,38,41],yeung:[9,10,14,15,16,17,22,34,36,37,38,39,42,43,44,45],yml:[14,15,38,39],yocto:[14,15],york:3,you:[0,3,4,5,7,14,15,16,17,47],your:[0,3,4,5,7],your_email:3,yuan:[16,17,27,34,35],yue:[9,10,14,15,19,20,28,30,32,34,35,36,37,42,43,44,45,46],zach:[42,43,44,45,46],zaiu:[11,18,19,20,21,22,23,24,25,26,27,28,29,30,32,38,39,40,43],zaius_ocapi:[38,39],zane:[9,10,11,14,15,16,17,19,22,30,32,34,35,36,37,38,39,42,43,44,45,46],zcal:[38,39],zep_bup:[9,10],zeppelin:[9,10,14,15,34,35,36,37,38,39],zepplin:[9,10,14,15],zero:[4,9,10,11,14,15,16,17,25,34,35,36,37,38,39,42,43,44,45,46],zheng:[38,39],zlib:[16,17],zqcal:[36,38,39],zz24p1:41,zz_vm_vm:[42,43]},titles:["Supported Boot Devices","Welcome to OpenPOWER Firmware\u2019s documentation!","Introduction to OpenPOWER Firmware","Contributing to op-build","op-build Linux Kernel","Building with ci scripts","Development Process","op-build stable tree rules and releases","op-build Release Notes","Release Notes for OpenPower Firmware v1.21","Release Notes for OpenPower Firmware v1.21-rc1","Release Notes for OpenPower Firmware v1.21-rc2","Release Notes for OpenPower Firmware v1.21.1","Release Notes for OpenPower Firmware v1.21.2","Release Notes for OpenPower Firmware v1.22","Release Notes for OpenPower Firmware v1.22-rc1","Release Notes for OpenPower Firmware v2.0","Release Notes for OpenPower Firmware v2.0-rc1","Release Notes for OpenPower Firmware v2.0.1","Release Notes for OpenPower Firmware v2.0.10","Release Notes for OpenPower Firmware v2.0.11","Release Notes for OpenPower Firmware v2.0.12","Release Notes for OpenPower Firmware v2.0.13","Release Notes for OpenPower Firmware v2.0.14","Release Notes for OpenPower Firmware v2.0.15","Release Notes for OpenPower Firmware v2.0.16","Release Notes for OpenPower Firmware v2.0.2","Release Notes for OpenPower Firmware v2.0.3","Release Notes for OpenPower Firmware v2.0.4","Release Notes for OpenPower Firmware v2.0.5","Release Notes for OpenPower Firmware v2.0.6","Release Notes for OpenPower Firmware v2.0.7","Release Notes for OpenPower Firmware v2.0.8","Release Notes for OpenPower Firmware v2.0.9","Release Notes for OpenPower Firmware v2.1","Release Notes for OpenPower Firmware v2.1-rc1","Release Notes for OpenPower Firmware v2.2","Release Notes for OpenPower Firmware v2.2-rc1","Release Notes for OpenPower Firmware v2.3","Release Notes for OpenPower Firmware v2.3-rc1","Release Notes for OpenPower Firmware v2.3-rc2","Release Notes for OpenPower Firmware v2.3.1","Release Notes for OpenPower Firmware v2.4","Release Notes for OpenPower Firmware v2.4-rc1","Release Notes for OpenPower Firmware v2.5","Release Notes for OpenPower Firmware v2.5-rc1","Release Notes for OpenPower Firmware v2.6","Testing op-build","Version Scheme"],titleterms:{"new":[9,10,14,15,16,17,25,36,38,39,42,43,44,45,46],accept:7,barreley:[9,10,14,15,16,17,36,44,45],blackbird:46,boot:[0,2],bringup:2,bug:[4,39,40],build:[3,4,5,7,8,9,10,14,15,16,17,34,36,37,38,42,44,45,46,47],buildroot:41,certif:3,chang:29,commit:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],compon:2,contribut:3,control:2,customis:2,defconfig:[16,17,35],develop:[3,6,35],devic:0,document:1,environ:3,faster:2,fireston:[10,14,15,16,17,36,44,45],firmwar:[1,2,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],fix:[4,11,40],garrison:[10,14,15,16,17,25,36,44,45],habanero:[10,14,15,16,17,36,37,44,45],hcode:[16,17,19,20,21,22,23,24,25,27,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],hostboot:[10,11,14,15,16,17,18,19,20,21,22,23,24,25,27,28,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46],howto:7,indic:1,interfac:2,interrupt:2,introduct:2,introductori:2,issu:[9,11,14,15,44,46],kernel:4,known:[9,11,14,15,39,40,44,46],linux:[4,41],mihawk:46,nicol:[44,45,46],note:[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],now:11,occ:[9,10,11,14,15,16,17,19,20,21,23,27,28,30,34,35,36,37,38,39,40,42,43,44,45,46],opencapi:2,openpow:[1,2,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],origin:3,p8dtu:[42,44,45],p9dsu:[10,14,15,16,17,34,36,37,38,42,44,45,46],packag:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,36,37,38,39,40,42,43,44,45,46],palmetto:[9,10,14,15,16,17,34,36,37,38,42,44,45],patch:[4,7,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,34,35,36,37,38,39,40,42,43,44,45,46],petitboot:[2,10,11,14,15,16,17,19,21,22,30,34,35,36,37,38,40,42,43,44,45,46],philosophi:3,platform:[14,15,34,36,37,38,39,42,43,44,45,46],pnor:[9,10,14,15,16,17,34,36,37,38,42,44,45,46],process:[3,6],rc1:[10,11,15,17,35,37,39,43,45],rc2:[11,38,40],releas:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46],remov:[9,10,14,15,16,17,34,36,37,38,39,42,43,44,45,46],romulu:[10,14,15,16,17,34,36,37,38,42,43,44,45,46],rule:7,sbe:[9,10,11,14,15,16,17,19,20,22,24,27,28,30,34,35,36,37,38,39,42,43,44,45,46],scheme:48,script:5,secur:2,sinc:38,skiboot:[9,10,11,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,34,35,36,37,38,39,41,42,43,44,45,46],stabl:7,standard:2,submit:[4,7],support:0,swift:46,tabl:1,test:[2,47],tree:[4,7],updat:[9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,35,36,37,38,39,40,42,43,44,45,46],version:[4,48],vesnin:[16,17,36,37,38,39,42,43,44,45],video:2,welcom:1,what:7,witherspoon:[9,10,11,14,15,16,17,21,22,23,36,37,38,39,42,43,44,45,46],xive:2,xml:[9,10,11,14,15,16,17,21,22,23,25,34,35,36,37,38,39,42,43,44,45,46],zaiu:[9,10,14,15,16,17,34,35,36,37,42,44,45,46]}})
\ No newline at end of file
diff --git a/testing.html b/testing.html
new file mode 100644
index 0000000..3a79010
--- /dev/null
+++ b/testing.html
@@ -0,0 +1,121 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Testing op-build — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="Development Process" href="process/index.html" />
+ <link rel="prev" title="Introduction to OpenPOWER Firmware" href="introduction.html" />
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="testing-op-build">
+<h1>Testing op-build<a class="headerlink" href="#testing-op-build" title="Permalink to this headline">¶</a></h1>
+<p>Once a firmware image is built, you will need to test it.</p>
+<p>The <span class="xref std std-ref"></span> <code class="docutils literal notranslate"><span class="pre">op-test-framework</span></code> project is where tests are
+developed. See the <a class="reference external" href="https://open-power.github.io/op-test/user-guide.html#user-guide" title="(in op-test-framework vpre-v1.0)"><span>op-test User Guide</span></a> for documentation on running
+the test suite.</p>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1"><a class="reference internal" href="versioning.html">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="index.html">Documentation overview</a><ul>
+ <li>Previous: <a href="introduction.html" title="previous chapter">Introduction to OpenPOWER Firmware</a></li>
+ <li>Next: <a href="process/index.html" title="next chapter">Development Process</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="_sources/testing.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/versioning.html b/versioning.html
new file mode 100644
index 0000000..07f22f0
--- /dev/null
+++ b/versioning.html
@@ -0,0 +1,140 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Version Scheme — OpenPOWER Firmware v2.6-257-g5b5624c2
+ documentation</title>
+ <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="index" title="Index" href="genindex.html" />
+ <link rel="search" title="Search" href="search.html" />
+ <link rel="next" title="op-build Release Notes" href="release-notes/index.html" />
+ <link rel="prev" title="Supported Boot Devices" href="boot-devices.html" />
+
+ <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+
+ </head><body>
+
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+
+
+ <div class="body" role="main">
+
+ <div class="section" id="version-scheme">
+<span id="versioning"></span><h1>Version Scheme<a class="headerlink" href="#version-scheme" title="Permalink to this headline">¶</a></h1>
+<p>Each firmware component has its own versioning scheme, and <cite>op-build</cite> brings
+all of these components together in one image with one global version
+number.</p>
+<p>Firmware versions are exposed to the user through both the device tree
+(<span class="xref std std-ref">device-tree/ibm,firmware-versions</span>) and the VERSION firmware
+partition. As such, firmware versioning numbers <strong>MUST</strong> follow the
+requirements in order for some functionality to be correct.</p>
+<dl class="docutils">
+<dt>skiboot</dt>
+<dd><a class="reference external" href="https://open-power.github.io/skiboot/doc/process/versioning.html#versioning" title="(in skiboot vv6.7-45-g4b9ca02)"><span>Versioning Scheme of skiboot</span></a></dd>
+<dt>Hostboot</dt>
+<dd>Currently just uses the git SHA1 of the commit</dd>
+<dt>OCC</dt>
+<dd>Currently just uses the git SHA1 of the commit</dd>
+<dt>Petitboot</dt>
+<dd>Uses a X.Y.Z versioning scheme.</dd>
+<dt>Linux</dt>
+<dd>We use the upstream Linux kernel version, and always append <code class="docutils literal notranslate"><span class="pre">-openpowerN</span></code>
+where N is a number starting at 1 that increases for each change we make
+to any additional patches carried in <cite>op-build</cite> for that specific kernel
+version.
+We follow the stable tree and have an “upstream <em>first</em>” policy in place.</dd>
+</dl>
+</div>
+
+
+ </div>
+
+ </div>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+<h1 class="logo"><a href="index.html">OpenPOWER Firmware</a></h1>
+
+
+
+
+
+
+
+
+<h3>Navigation</h3>
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to OpenPOWER Firmware</a></li>
+<li class="toctree-l1"><a class="reference internal" href="testing.html">Testing op-build</a></li>
+<li class="toctree-l1"><a class="reference internal" href="process/index.html">Development Process</a></li>
+<li class="toctree-l1"><a class="reference internal" href="boot-devices.html">Supported Boot Devices</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Version Scheme</a></li>
+<li class="toctree-l1"><a class="reference internal" href="release-notes/index.html">op-build Release Notes</a></li>
+</ul>
+
+<div class="relations">
+<h3>Related Topics</h3>
+<ul>
+ <li><a href="index.html">Documentation overview</a><ul>
+ <li>Previous: <a href="boot-devices.html" title="previous chapter">Supported Boot Devices</a></li>
+ <li>Next: <a href="release-notes/index.html" title="next chapter">op-build Release Notes</a></li>
+ </ul></li>
+</ul>
+</div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <div class="searchformwrapper">
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ </div>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="footer">
+ ©2017, OpenPOWER Foundation System Software Work Group.
+
+ |
+ Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
+ & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
+
+ |
+ <a href="_sources/versioning.rst.txt"
+ rel="nofollow">Page source</a>
+ </div>
+
+
+
+
+ </body>
+</html>
\ No newline at end of file