| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: opal-prd | Distribution: SUSE Linux Enterprise 15 |
| Version: 6.6.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 1.35 | Build date: Fri Mar 12 22:44:48 2021 |
| Group: System/Management | Build host: sangiovese |
| Size: 154653 | Source RPM: skiboot-6.6.1-1.35.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/open-power/skiboot | |
| Summary: OPAL Processor Recovery Diagnostics daemon | |
This package provides a daemon to load and run the OpenPower firmware's Processor Recovery Diagnostics binary. This is responsible for run time maintenance of OpenPower Systems hardware.
Apache-2.0
* Wed Oct 07 2020 msuchanek@suse.com
- Change the %build_firmware to build on 15 SP3
* Tue Oct 06 2020 brogers@suse.com
- Use update-alternatives mechanism to coordinate with qemu-skiboot
(provided with qemu package set) on the provider of the
/usr/share/qemu/skiboot.lid firmware file. opal-firmware subpackage
uses a priority of 10, while qemu-skiboot uses a priority of 15
(jsc#SLE-13240)
* Tue Jun 09 2020 normand@linux.vnet.ibm.com
- version update from 6.5 to 6.6.1
- v6.6 becomes the new stable release following v6.5
- Skiboot is now dual licensed as Apache 2.0 -OR- GPLv2+
- Skiboot can now be built as little endian, thanks to Team Nick
- OpenCAPI reset support
- OPAL_PHB_SET_OPTION and OPAL_PHB_GET_OPTION OPAL calls
- Fast-reboot is now disabled by default
- details release notes of 6.6 and 6.6.1
https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-6.6.rst
https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-6.6.1.rst
* Tue Aug 20 2019 normand@linux.vnet.ibm.com
- version update from 6.2.2 to 6.5
- Support for Memory-preserving IPL (MPIPL)
- Support for the Swift platform and NPU3 hardware.
- Support for the Mihawk platform
- npu2-opencapi: Add opencapi support on ZZ
- platforms/nicole: Add new platform
- platform/zz: Add new platform type
- nvram: Flag dangerous NVRAM options
- hw/phb3: Add verbose EEH output
- Experimental support for building without FSP code
- doc: travis-ci deploy docs!
- Big OPAL API Documentation improvement
- opal/hmi: Report NPU2 checkstop reason
- opal-msg: Enhance opal-get-msg API
- core/opal: Increase opal-msg-size size
- hw/npu2-opencapi: Add initial support for allocating OpenCAPI LPC memory
- core/fast-reboot: Add im-feeling-lucky option
- platforms/astbmc: Check for SBE validation step
- Add P9 DIO interrupt support
- hw/imc: Enable opal calls to init/start/stop IMC Trace mode
- xive: Add calls to save/restore the queues and VPs HW state
- witherspoon: Add nvlink2 interconnect information
- platforms/romulus: Also support talos
- OpenCAPI support!
- opal/hmi: set a flag to inform OS that TOD/TB has failed.
- astbmc: Enable IPMI HIOMAP for AMI platforms
- power-mgmt : occ : Add 'freq-domain-mask' DT property
- powercap: occ: Fix the powercapping range allowed for user
- Add NVDIMM support
- core/exceptions: implement support for MCE interrupts in powersave
- core/exceptions: implement an exception handler for non-powersave sresets
- Add PVR_TYPE_P9P
- Expose PNOR Flash partitions to host MTD driver via devicetree
- Write boot progress to LPC port 80h
- Write boot progress to LPC ports 81 and 82
- Add Talos II platform
- cpufeatures: Add tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug node
- details release notes since previous v6.2.2:
https://github.com/open-power/skiboot/tree/master/doc/release-notes
- remove patches embeded in new version
libffs-fix-string-truncation.patch
struct-p9_sbe_msg-doesn-t-need-to-be-packed.patch
hdata-vpd-fix-printing-char-0x00.patch
errorlog-Prevent-alignment-error-buiding-with-gcc9.patch
* Tue Jul 23 2019 msuchanek@suse.de
- Fix aligment error with gcc9.
- add errorlog-Prevent-alignment-error-buiding-with-gcc9.patch
- add hdata-vpd-fix-printing-char-0x00.patch
- add struct-p9_sbe_msg-doesn-t-need-to-be-packed.patch
- refresh libffs-fix-string-truncation.patch
* Wed Mar 13 2019 normand@linux.vnet.ibm.com
- version update to 6.2.2
- powercap: occ: Fix the powercapping range allowed for user
- astbmc: Enable IPMI HIOMAP for AMI platforms
- astbmc: Try IPMI HIOMAP for P8 (again)
- p8dtu: Enable HIOMAP support
- p8dtu: Configure BMC graphics
- ipmi-hiomap test case enhancements/fixes.
- libflash/ipmi-hiomap: Enforce message size for empty response
- libflash/ipmi-hiomap: Remove unused close handling
- libflash/ipmi-hiomap: Overhaul event handling
- libflash/ipmi-hiomap: Overhaul error handling
- libflash/ipmi-hiomap: Fix leak of msg in callback
- core/ipmi: Add ipmi sync messages to top of the list
- hw/bt: Introduce separate list for synchronous messages
- hw/bt: Fix message retry handler
- ipmi/power: Fix system reboot issue
- hw/bt: Add backend interface to disable ipmi message retry option
- qemu: bt device isn't always hanging off /
- hw/phb3/naples: Disable D-states
* Wed Feb 20 2019 normand@linux.vnet.ibm.com
- version update to 6.2.1
- skiboot 6.2.1 was released on Wednesday February 20th, 2019.
replaces skiboot-6.2 as current stable release in 6.2.x series.
- core/cpu: HID update race
- core/ipmi: Improve error message
- core/lock: Stop drop_my_locks() from always causing abort
- core/opal: Print PIR value in exit path, useful for debugging
- cpufeatures: Always advertise POWER8NVL as DD2
- firmware-versions: Add test case for parsing VERSION
- libflash/ecc: Fix compilation warning with gcc9
Fixes: https://github.com/open-power/skiboot/issues/218
- p9dsu: Fix p9dsu default variant
- p9dsu: Fix p9dsu slot tables
- for details refer to:
https://github.com/open-power/skiboot/commit/0647f2a
* Wed Feb 13 2019 jengelh@inai.de
- Trim those %if..%endif guards that do not affect the build
result.
- Use %make_install.
* Wed Feb 13 2019 normand@linux.vnet.ibm.com
- version update to 6.2
- skiboot v6.2 was released on Friday December 14th 2018.
It is the first release of skiboot 6.2,
which becomes the new stable release of skiboot.
- for details refer to:
https://github.com/open-power/skiboot/releases/tag/v6.2
- remove hdata-i2c.c-fix-building-with-gcc8.patch now in 6.2
- remove opal-prd-Fix-opal-prd-crash.patch now in 6.2
* Mon Feb 11 2019 msuchanek@suse.de
- Fix opal-prd crash when building with -pie (bsc#1124931).
- add opal-prd-Fix-opal-prd-crash.patch
* Wed Jan 30 2019 msuchanek@suse.com
- skiboot.lid conflicts with qemu which is not allowed in backports so build
opal-firmware on OpenSUSE only (bsc#1123072).
* Thu Jan 24 2019 msuchanek@suse.com
- Fix build on Tumbleweed.
- add hdata-i2c.c-fix-building-with-gcc8.patch
- add libffs-fix-string-truncation.patch
* Mon Apr 23 2018 normand@linux.vnet.ibm.com
- Add few lines below about changes version 5.10
* Wed Apr 18 2018 normand@linux.vnet.ibm.com
- version update to 5.10
- skiboot v5.10 contains all bug fixes as of skiboot-5.9.8 and
skiboot-5.4.9. We do not forsee any further 5.9.x releases.
- Power9 support
Power saving -Secure and Trusted Boot
XIVE -PCI -PHB4 -CAPI -NVLINK2
- for details refer to:
https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.10.rst
- remove increase_dpath_string.patch
* Sun Dec 17 2017 normand@linux.vnet.ibm.com
- version update to 5.9.6
- see https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.9.6.rst
- add increase_dpath_string.patch
* Wed Apr 12 2017 normand@linux.vnet.ibm.com
- version update to 5.5.0
- see https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.5.0.rst
- remove two patches now upstream:
0001-Make-links-target-reusable.patch
skiboot_gcc6_backtrace.patch
* Fri Jun 17 2016 normand@linux.vnet.ibm.com
- new skiboot_gcc6_backtrace.patch
* Tue Mar 29 2016 dvaleev@suse.com
- Reenable parallel build
0001-Make-links-target-reusable.patch (bsc#987201).
* Thu Mar 24 2016 dvaleev@suse.com
- Drop opal-prd.{service,socket}, use upstream one
- Disable parallel builds
(see https://github.com/open-power/skiboot/issues/27, bsc#987201)
* Tue Mar 22 2016 jloeser@suse.com
- version update to 5.2.0 (FATE#320438)
- see https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.2.0.txt
* Sat Jan 30 2016 mpluskal@suse.com
- Update to 5.1.13
* See https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.1.13.txt
* Sat Jan 02 2016 mpluskal@suse.com
- Update to 5.1.12
* opal-prd:
+ Display an explict and obvious message if running on a
system that does not support opal-prd, such as an IBM FSP
based POWER system, where the FSP takes on the role of
opal-prd.
* pflash:
+ Fix a missing (C) header
+ cherry-picked from master.
* General:
+ Don't link with libgcc
+ On some toolchains, we don't have libgcc available.
* POWER8 PHB (PCIe) specific:
+ hw/phb3: Flush cache line after updating P/Q bits
+ When doing an MSI EOI, we update the P and Q bits in the
IVE.
* IBM FSP based machines:
+ FSP: Give up PSI link on shutdown This clears up some
erroneous SRCs (error logs) in some situations.
+ Correctly report back Real Time Clock errors to host.
* Tue Oct 27 2015 dvaleev@suse.com
- Version update to 5.1.8
skiboot-5.1.8 is the 9th stable release of 5.1, it follows skiboot-5.1.7
(which was released October 13th, 2015).
Skiboot 5.1.8 contains all fixes from skiboot-5.1.7 and is a minor bug
fix release, with a single fix for recovery from a (rare) error.
Over skiboot-5.1.7, we have the following change:
- opal/hmi: Fix a soft lockup issue on Hypervisor Maintenance Interrupt
for certain timebase errors.
We also introduce a timeout to handle the worst situation where all other
threads are badly stuck without setting a cleanup done bit. Under such
situation timeout will help to avoid soft lockups and report failure to
kernel.
- Fix opal-prd.service file to include arguments
* Tue Oct 20 2015 dvaleev@suse.com
- Add ppc64 architecture, drop i2c-tools.
i2c-dev.h is now shipped in linux-glibc-devel package
* Mon Oct 12 2015 dvaleev@suse.com
- Initial version 5.1.6
/usr/lib/systemd/system/opal-prd.service /usr/sbin/opal-prd /usr/share/doc/packages/opal-prd /usr/share/doc/packages/opal-prd/LICENCE /usr/share/doc/packages/opal-prd/README.md /usr/share/man/man8/opal-prd.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026