47 Commits

Author SHA256 Message Date
94f2a07c12 Accepting request 840107 from hardware
OBS-URL: https://build.opensuse.org/request/show/840107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=19
2020-10-08 11:13:45 +00:00
09b193d156 Accepting request 840105 from home:michals
- Change the %build_firmware to build on 15 SP3

- 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)

OBS-URL: https://build.opensuse.org/request/show/840105
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=46
2020-10-07 17:02:01 +00:00
5d2360f2e1 Accepting request 812962 from hardware
OBS-URL: https://build.opensuse.org/request/show/812962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=18
2020-07-02 22:05:29 +00:00
117e382286 Accepting request 812942 from home:michel_mno:branches:hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/812942
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=44
2020-06-09 14:54:50 +00:00
29f8a335b9 Accepting request 724840 from hardware
OBS-URL: https://build.opensuse.org/request/show/724840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=17
2019-08-22 08:52:32 +00:00
OBS User michel_mno
116c7e54a3 Accepting request 724839 from home:michel_mno:branches:hardware
- version update from 6.2.2 to 6.5
- details release notes:
  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

old: hardware/skiboot
new: home:michel_mno:branches:hardware/skiboot rev None
Index: _service
===================================================================
--- _service (revision 41)
+++ _service (revision 2)
@@ -4,8 +4,8 @@
                 <param name="url">https://github.com/open-power/skiboot</param>
                 <param name="subdir"></param>
                 <param name="filename">skiboot</param>
-                <param name="version">6.2.2</param>
-                <param name="revision">v6.2.2</param>
+                <param name="version">6.5</param>
+                <param name="revision">v6.5</param>
         </service>
         <service name="recompress" mode="disabled">
                  <param name="file">*skiboot*.tar</param>
Index: skiboot.changes
===================================================================
--- skiboot.changes (revision 41)
+++ skiboot.changes (revision 2)
@@ -1,4 +1,52 @@
 -------------------------------------------------------------------
+Tue Aug 20 13:34:49 UTC 2019 - Michel Normand <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 08:18:39 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
 
 - Fix aligment error with gcc9.
Index: skiboot.spec
===================================================================
--- skiboot.spec (revision 41)
+++ skiboot.spec (revision 2)
@@ -19,17 +19,13 @@
 %define build_firmware 0%{?is_opensuse} && !0%{?is_backports}
 
 Name:           skiboot
-Version:        6.2.2
+Version:        6.5
 Release:        0
 Summary:        Tools for the OpenPower platform
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/open-power/skiboot
 Source:         skiboot-%{version}.tar.gz
-Patch1:         libffs-fix-string-truncation.patch
-Patch2:         struct-p9_sbe_msg-doesn-t-need-to-be-packed.patch
-Patch3:         hdata-vpd-fix-printing-char-0x00.patch
-Patch4:         errorlog-Prevent-alignment-error-buiding-with-gcc9.patch
 BuildRequires:  libopenssl-devel
 BuildRequires:  linux-glibc-devel
 BuildRequires:  systemd-rpm-macros
@@ -73,7 +69,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %if %build_firmware
Index: skiboot-6.5.tar.gz
===================================================================
Binary file skiboot-6.5.tar.gz (revision 2) added
Index: errorlog-Prevent-alignment-error-buiding-with-gcc9.patch
===================================================================
--- errorlog-Prevent-alignment-error-buiding-with-gcc9.patch (revision 41)
+++ errorlog-Prevent-alignment-error-buiding-with-gcc9.patch (deleted)
@@ -1,33 +0,0 @@
-From a3d976ddfd376cd1c5b6ae7aa3c5e7139a5a4032 Mon Sep 17 00:00:00 2001
-From: Michal Suchanek <msuchanek@suse.de>
-Date: Tue, 23 Jul 2019 10:04:22 +0200
-Subject: [PATCH] errorlog: Prevent alignment error buiding with gcc9.
-
-Fixes this build error:
-[ 52s] hw/fsp/fsp-elog-write.c: In function 'opal_elog_read':
-[ 52s] hw/fsp/fsp-elog-write.c:213:12: error: taking address of packed member of 'struct errorlog' may result in an unaligned pointer value [-Werror=address-of-packed-member]
-[ 52s] 213 | list_del(&log_data->link);
-[ 52s] | ^~~~~~~~~~~~~~~
-
-Fixes: https://github.com/open-power/skiboot/issues/247
-Signed-off-by: Michal Suchanek <msuchanek@suse.de>
----
- include/errorlog.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/errorlog.h b/include/errorlog.h
-index 6da96649e048..b4cc163ced39 100644
---- a/include/errorlog.h
-+++ b/include/errorlog.h
-@@ -119,7 +119,7 @@ struct __attribute__((__packed__))elog_user_data_section {
-  * needs to populate this structure using pre-defined interfaces
-  * only
-  */
--struct __attribute__((__packed__)) errorlog {
-+struct __attribute__((__packed__)) __attribute__ ((aligned (8))) errorlog {
- 
- 	uint16_t component_id;
- 	uint8_t error_event_type;
--- 
-2.22.0
-
Index: hdata-vpd-fix-printing-char-0x00.patch
===================================================================
--- hdata-vpd-fix-printing-char-0x00.patch (revision 41)
+++ hdata-vpd-fix-printing-char-0x00.patch (deleted)
@@ -1,65 +0,0 @@
-From ba977f2e4406f9de318afcdf5d666e77585ef269 Mon Sep 17 00:00:00 2001
-From: Stewart Smith <stewart@linux.ibm.com>
-Date: Tue, 18 Jun 2019 16:06:44 +1000
-Subject: [PATCH] hdata/vpd: fix printing (char*)0x00
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-GCC9 now catches this bug:
-
-In file included from hdata/vpd.c:17:
-In function ‘vpd_vini_parse’,
-    inlined from ‘vpd_data_parse’ at hdata/vpd.c:416:3:
-/home/stewart/skiboot/include/skiboot.h:93:31: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
-   93 | #define prlog(l, f, ...) do { _prlog(l, pr_fmt(f), ##__VA_ARGS__); } while(0)
-      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-hdata/vpd.c:390:5: note: in expansion of macro ‘prlog’
-  390 |     prlog(PR_WARNING,
-      |     ^~~~~
-hdata/vpd.c: In function ‘vpd_data_parse’:
-hdata/vpd.c:391:46: note: format string is defined here
-  391 |           "VPD: CCIN desc not available for: %s\n",
-      |                                              ^~
-cc1: all warnings being treated as errors
-
-Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
----
- hdata/vpd.c | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/hdata/vpd.c b/hdata/vpd.c
-index 129b5062356a..5a01bcc9f6fa 100644
---- a/hdata/vpd.c
-+++ b/hdata/vpd.c
-@@ -328,6 +328,7 @@ static void vpd_vini_parse(struct dt_node *node,
- 			   const void *fruvpd, unsigned int fruvpd_sz)
- {
- 	const void *kw;
-+	const char *desc;
- 	uint8_t sz;
- 	const struct card_info *cinfo;
- 
-@@ -381,15 +382,15 @@ static void vpd_vini_parse(struct dt_node *node,
- 			dt_add_property_string(node,
- 				       "description", cinfo->description);
- 		} else {
--			kw = vpd_find(fruvpd, fruvpd_sz, "VINI", "DR", &sz);
--			if (kw) {
-+			desc = vpd_find(fruvpd, fruvpd_sz, "VINI", "DR", &sz);
-+			if (desc) {
- 				dt_add_prop_sanitize_val(node,
--						     "description", kw, sz);
-+						     "description", desc, sz);
- 			} else {
- 				dt_add_property_string(node, "description", "Unknown");
- 				prlog(PR_WARNING,
- 				      "VPD: CCIN desc not available for: %s\n",
--				      (char *)kw);
-+				      (char*)kw);
- 			}
- 		}
- 	}
--- 
-2.22.0
-
Index: libffs-fix-string-truncation.patch
===================================================================
--- libffs-fix-string-truncation.patch (revision 41)
+++ libffs-fix-string-truncation.patch (deleted)
@@ -1,28 +0,0 @@
-From 5fec7d177967d8af60dba7f7e0d821d9c0245031 Mon Sep 17 00:00:00 2001
-From: Michal Suchanek <msuchanek@suse.de>
-Date: Fri, 25 Jan 2019 12:54:12 +0100
-Subject: [PATCH] libffs: Fix string truncation gcc warning.
-
-Use memcpy as other libffs functions do.
-
-Signed-off-by: Michal Suchanek <msuchanek@suse.de>
----
- libflash/libffs.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libflash/libffs.c b/libflash/libffs.c
-index 221c2b024c10..82caeb39f890 100644
---- a/libflash/libffs.c
-+++ b/libflash/libffs.c
-@@ -522,7 +522,7 @@ int ffs_part_info(struct ffs_handle *ffs, uint32_t part_idx,
- 		n = calloc(1, FFS_PART_NAME_MAX + 1);
- 		if (!n)
- 			return FLASH_ERR_MALLOC_FAILED;
--		strncpy(n, ent->name, FFS_PART_NAME_MAX);
-+		memcpy(n, ent->name, FFS_PART_NAME_MAX);
- 		*name = n;
- 	}
- 	return 0;
--- 
-2.20.1
-
Index: skiboot-6.2.2.tar.gz
===================================================================
Binary file skiboot-6.2.2.tar.gz (revision 41) deleted
Index: struct-p9_sbe_msg-doesn-t-need-to-be-packed.patch
===================================================================
--- struct-p9_sbe_msg-doesn-t-need-to-be-packed.patch (revision 41)
+++ struct-p9_sbe_msg-doesn-t-need-to-be-packed.patch (deleted)
@@ -1,40 +0,0 @@
-From cb6dd64dd607c88897b3332e0fdebc24c0a0a590 Mon Sep 17 00:00:00 2001
-From: Stewart Smith <stewart@linux.ibm.com>
-Date: Tue, 18 Jun 2019 15:48:48 +1000
-Subject: [PATCH] struct p9_sbe_msg doesn't need to be packed
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-[ Upstream commit ef691db3533742d9dd6eed1a311472a7c52be94b ]
-
-Only the reg member is sent anywhere (via xscom_write), so the structure
-does not need to be packed.
-
-Fixes GCC9 build problem:
-hw/sbe-p9.c: In function ‘p9_sbe_msg_send’:
-hw/sbe-p9.c:270:9: error: taking address of packed member of ‘struct p9_sbe_msg’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
-  270 |  data = &msg->reg[0];
-      |         ^~~~~~~~~~~~
-
-Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
----
- include/sbe-p9.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/sbe-p9.h b/include/sbe-p9.h
-index 4b839d8ba22b..5ad0422ac91a 100644
---- a/include/sbe-p9.h
-+++ b/include/sbe-p9.h
-@@ -205,7 +205,7 @@ struct p9_sbe_msg {
- 
- 	/* Internal queuing */
- 	struct list_node	link;
--} __packed;
-+};
- 
- 
- /* Allocate and populate p9_sbe_msg structure */
--- 
-2.22.0
-

OBS-URL: https://build.opensuse.org/request/show/724839
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=42
2019-08-20 14:27:17 +00:00
eea323b17c Accepting request 717849 from hardware
OBS-URL: https://build.opensuse.org/request/show/717849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=16
2019-07-23 20:39:17 +00:00
OBS User michel_mno
36a785c704 Accepting request 717807 from home:michals
- 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

OBS-URL: https://build.opensuse.org/request/show/717807
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=40
2019-07-23 10:58:41 +00:00
39c56f8432 Accepting request 684774 from hardware
OBS-URL: https://build.opensuse.org/request/show/684774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=15
2019-03-14 14:01:37 +00:00
Tomáš Chvátal
ab1ee8badc Accepting request 684770 from home:michel_mno:branches:hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/684770
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=38
2019-03-13 18:02:53 +00:00
67f1b598cf Accepting request 678040 from hardware
OBS-URL: https://build.opensuse.org/request/show/678040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=14
2019-02-27 16:28:50 +00:00
OBS User michel_mno
b6ccb5d335 Accepting request 674520 from home:jengelh:branches:hardware
- Trim those %if..%endif guards that do not affect the build
  result.
- Use %make_install.

OBS-URL: https://build.opensuse.org/request/show/674520
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=36
2019-02-21 15:24:06 +00:00
Tomáš Chvátal
7bb3358d28 Accepting request 677781 from home:michel_mno:branches:hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/677781
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=35
2019-02-20 21:11:47 +00:00
Tomáš Chvátal
8dbb5d27fb Accepting request 674484 from home:michel_mno:branches:hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/674484
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=34
2019-02-13 11:23:45 +00:00
31efdc073b Accepting request 673570 from hardware
OBS-URL: https://build.opensuse.org/request/show/673570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=13
2019-02-13 09:04:37 +00:00
OBS User michel_mno
21cd560b69 Accepting request 673424 from home:michals
- Fix opal-prd crash when building with -pie (bsc#1124931).
  - add opal-prd-Fix-opal-prd-crash.patch

OBS-URL: https://build.opensuse.org/request/show/673424
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=32
2019-02-12 08:18:03 +00:00
00a6308bbf Accepting request 670296 from hardware
OBS-URL: https://build.opensuse.org/request/show/670296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=12
2019-02-01 10:47:48 +00:00
OBS User michel_mno
d0e68e29d8 Accepting request 670072 from home:michals
- skiboot.lid conflicts with qemu which is not allowed in backports so build
  opal-firmware on OpenSUSE only (bsc#1123072).

OBS-URL: https://build.opensuse.org/request/show/670072
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=30
2019-01-31 10:10:24 +00:00
0a82e13495 Accepting request 669000 from hardware
OBS-URL: https://build.opensuse.org/request/show/669000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=11
2019-01-28 19:49:39 +00:00
OBS User michel_mno
d470b534a0 Accepting request 668627 from home:michals
- Fix build on Tumbleweed.
  - add hdata-i2c.c-fix-building-with-gcc8.patch
  - add libffs-fix-string-truncation.patch

OBS-URL: https://build.opensuse.org/request/show/668627
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=28
2019-01-28 09:08:41 +00:00
82f3dd177f Accepting request 599872 from hardware
OBS-URL: https://build.opensuse.org/request/show/599872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=10
2018-04-24 13:32:43 +00:00
OBS User michel_mno
cd13bee192 Accepting request 599871 from home:michel_mno:branches:hardware
- Add few lines below about changes version 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

OBS-URL: https://build.opensuse.org/request/show/599871
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=26
2018-04-23 06:40:34 +00:00
OBS User michel_mno
ebd5d30e2b Accepting request 597738 from home:michel_mno:branches:hardware
- version update to 5.10
  - see https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.10.rst
- remove increase_dpath_string.patch

OBS-URL: https://build.opensuse.org/request/show/597738
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=25
2018-04-18 10:27:29 +00:00
14e230a08e Accepting request 558189 from hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/558189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=9
2017-12-19 09:59:27 +00:00
Ismail Dönmez
3d6d20e9ff Disable service
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=23
2017-12-18 14:45:19 +00:00
Ismail Dönmez
ab3ba96f3f Accepting request 557845 from home:michel_mno:branches:hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/557845
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=22
2017-12-18 14:39:11 +00:00
c4db99cd6d Accepting request 487540 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/487540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=8
2017-04-28 07:12:08 +00:00
Dinar Valeev
54aaaa115a Accepting request 487528 from home:michel_mno:branches:hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/487528
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=20
2017-04-12 10:58:50 +00:00
e342bb2973 Accepting request 418415 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/418415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=7
2016-08-12 13:43:26 +00:00
Dinar Valeev
f14693cfdb Accepting request 417954 from home:michal-m:branches:hardware
Added bsc#987201 reference

OBS-URL: https://build.opensuse.org/request/show/417954
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=18
2016-08-11 09:22:13 +00:00
59765b20f1 Accepting request 402914 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/402914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=6
2016-06-25 00:20:41 +00:00
Dinar Valeev
dc6c04f9a7 Accepting request 402913 from home:michel_mno:branches:hardware
- new skiboot_gcc6_backtrace.patch

OBS-URL: https://build.opensuse.org/request/show/402913
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=16
2016-06-17 11:14:19 +00:00
a47ed17450 Accepting request 381171 from hardware
- Reenable parallel build
  0001-Make-links-target-reusable.patch

OBS-URL: https://build.opensuse.org/request/show/381171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=5
2016-04-01 11:02:38 +00:00
Dinar Valeev
c2e5c2feea - Reenable parallel build
0001-Make-links-target-reusable.patch

OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=14
2016-03-29 12:38:59 +00:00
02e37bf9b4 Accepting request 379326 from hardware
- Drop opal-prd.{service,socket}, use upstream one
- Disable parallel builds
  (see https://github.com/open-power/skiboot/issues/27) 

- 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

OBS-URL: https://build.opensuse.org/request/show/379326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=4
2016-03-29 08:00:15 +00:00
Dinar Valeev
df892a85cb OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=12 2016-03-24 15:45:42 +00:00
Dinar Valeev
e5217bab0d - Drop opal-prd.{service,socket}, use upstream one
- Disable parallel builds
  (see https://github.com/open-power/skiboot/issues/27)

OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=11
2016-03-24 15:37:14 +00:00
Dinar Valeev
5a81f41139 Accepting request 377514 from home:jloeser:branches:hardware
version update to 5.2.0 (FATE#320438)

OBS-URL: https://build.opensuse.org/request/show/377514
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=10
2016-03-22 14:23:35 +00:00
9302b966a4 Accepting request 356834 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/356834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=3
2016-02-17 09:24:17 +00:00
Dinar Valeev
2a84a005c5 Accepting request 356827 from home:pluskalm:branches:hardware
- Update to 5.1.13
  * See https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.1.13.txt

OBS-URL: https://build.opensuse.org/request/show/356827
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=8
2016-01-30 16:09:48 +00:00
734177f324 Accepting request 351624 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/351624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=2
2016-01-05 20:54:35 +00:00
Dinar Valeev
ca05959ec5 Accepting request 351619 from home:pluskalm:branches:hardware
- Update to 5.1.12

OBS-URL: https://build.opensuse.org/request/show/351619
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=6
2016-01-02 10:56:02 +00:00
e643a59ebc Accepting request 341236 from hardware
New package

OBS-URL: https://build.opensuse.org/request/show/341236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skiboot?expand=0&rev=1
2015-11-11 09:29:59 +00:00
Dinar Valeev
14d6052ef4 - 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

OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=4
2015-10-27 21:26:45 +00:00
Dinar Valeev
b909542bea - Add ppc64 architecture, drop i2c-tools.
i2c-dev.h is now shipped in linux-glibc-devel package

OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=3
2015-10-20 12:01:56 +00:00
Ismail Dönmez
248077a6f4 Format spec file
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=2
2015-10-15 11:42:47 +00:00
Ismail Dönmez
c7bbb447df Accepting request 339045 from home:k0da:skiboot
OBS-URL: https://build.opensuse.org/request/show/339045
OBS-URL: https://build.opensuse.org/package/show/hardware/skiboot?expand=0&rev=1
2015-10-15 11:41:34 +00:00