You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
138 lines
4.1 KiB
138 lines
4.1 KiB
Name: opal-prd |
|
Version: 5.9 |
|
Release: 2%{?dist} |
|
Summary: OPAL Processor Recovery Diagnostics Daemon |
|
|
|
Group: System Environment/Daemons |
|
License: ASL 2.0 |
|
URL: http://github.com/open-power/skiboot |
|
|
|
# Presently opal-prd is supported on ppc64le architecture only. |
|
ExclusiveArch: ppc64 ppc64le |
|
|
|
BuildRequires: systemd |
|
BuildRequires: openssl-devel |
|
|
|
Requires(post): systemd |
|
Requires(preun): systemd |
|
Requires(postun): systemd |
|
|
|
Source0: https://github.com/open-power/skiboot/archive/v%{version}.tar.gz#/skiboot-%{version}.tar.gz |
|
Source1: opal-prd.service |
|
|
|
# upstream fix, Add support for runtime OCC load/start in ZZ |
|
Patch0: opal-prd-49999302251b3e3e2fdca2cbcdeb6aab9add7412.patch |
|
Patch1: opal-prd-781b10633945df32fa2292ee8b196c74f8ef2c7c.patch |
|
|
|
%description |
|
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. |
|
|
|
|
|
%package -n opal-utils |
|
Summary: OPAL firmware utilities |
|
Group: Applications/System |
|
|
|
%description -n opal-utils |
|
This package contains utility programs. |
|
|
|
The 'gard' utility, can read, parse and clear hardware gard partitions |
|
on OpenPower platforms. The 'getscom' and 'putscom' utilities provide |
|
an interface to query or modify the registers of the different chipsets |
|
of an OpenPower system. 'pflash' is a tool to access the flash modules |
|
on such systems and update the OpenPower firmware. |
|
|
|
%package -n opal-firmware |
|
Summary: OPAL firmware |
|
BuildArch: noarch |
|
|
|
%description -n opal-firmware |
|
OPAL firmware, aka skiboot, loads the bootloader and provides runtime |
|
services to the OS (Linux) on IBM Power and OpenPower systems. |
|
|
|
%prep |
|
|
|
%setup -q -n skiboot-%{version} |
|
%patch0 -p1 |
|
%patch1 -p1 |
|
|
|
%build |
|
OPAL_PRD_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/opal-prd |
|
GARD_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/gard |
|
PFLASH_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/pflash |
|
XSCOM_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/xscom-utils |
|
SKIBOOT_VERSION=%{version} CROSS= make V=1 %{?_smp_mflags} |
|
|
|
%install |
|
make -C external/opal-prd install DESTDIR=%{buildroot} prefix=/usr |
|
make -C external/gard install DESTDIR=%{buildroot} prefix=/usr |
|
make -C external/pflash install DESTDIR=%{buildroot} prefix=/usr |
|
make -C external/xscom-utils install DESTDIR=%{buildroot} prefix=/usr |
|
|
|
mkdir -p %{buildroot}%{_unitdir} |
|
install -m 644 -p %{SOURCE1} %{buildroot}%{_unitdir}/opal-prd.service |
|
|
|
mkdir -p %{buildroot}%{_datadir}/qemu |
|
install -m 644 -p skiboot.lid %{buildroot}%{_datadir}/qemu/skiboot.lid |
|
|
|
%post |
|
%systemd_post opal-prd.service |
|
|
|
%preun |
|
%systemd_preun opal-prd.service |
|
|
|
%postun |
|
%systemd_postun_with_restart opal-prd.service |
|
|
|
%files |
|
%doc README.md |
|
%license LICENCE |
|
%{_sbindir}/opal-prd |
|
%{_unitdir}/opal-prd.service |
|
%{_mandir}/man8/* |
|
|
|
%files -n opal-utils |
|
%doc README.md |
|
%license LICENCE |
|
%{_sbindir}/opal-gard |
|
%{_sbindir}/getscom |
|
%{_sbindir}/putscom |
|
%{_sbindir}/getsram |
|
%{_sbindir}/pflash |
|
%{_mandir}/man1/* |
|
|
|
%files -n opal-firmware |
|
%doc README.md |
|
%license LICENCE |
|
%{_datadir}/qemu/ |
|
|
|
%changelog |
|
* Mon Jan 22 2018 Than Ngo <than@redhat.com> - 5.9-2 |
|
- Related: rhbz#1456536 - add support for runtime OCC load/start in ZZ |
|
|
|
* Tue Oct 31 2017 Dan Horák <dhorak@redhat.com> - 5.9-1 |
|
- Resolves: rhbz#1456536 - opal-prd update to 5.9 |
|
|
|
* Wed Oct 25 2017 Than Ngo <than@redhat.com> - 5.8-1 |
|
- Resolves: rhbz#1456536 - opal-prd update to 5.8 |
|
|
|
* Thu Apr 20 2017 Rafael Fonseca <rdossant@redhat.com> - 5.5.0-1 |
|
- Resolves: rhbz#1368702 - [Pegas1.0 FEAT] opal-prd package update |
|
|
|
* Tue Mar 14 2017 Rafael Fonseca <rdossant@redhat.com> - 5.4.3-2 |
|
- Resolves: rhbz#1430332 - Restart opal-prd daemon on any kind of failure |
|
|
|
* Wed Jan 18 2017 Rafael Fonseca <rdossant@redhat.com> - 5.4.3-1 |
|
- Resolves: rhbz#1384952 - [7.4 FEAT] opal-prd package update for ppc64le |
|
|
|
* Thu Sep 22 2016 Rafael Fonseca <rdossant@redhat.com> - 5.2.0-3 |
|
- Resolves: rhbz#1375449 |
|
|
|
* Thu Aug 25 2016 Rafael Fonseca <rdossant@redhat.com> - 5.2.0-2 |
|
- Resolves: rhbz#1367342 |
|
- Remove systemd socket. |
|
|
|
* Fri May 20 2016 Rafael dos Santos <rdossant@redhat.com> - 5.2.0-1 |
|
- Importing package from Fedora. |
|
|
|
|