Utilities for PowerPC Hardware
The powerpc-utils package provides a set of tools and utilities and utilities for maintaining and enabling certain features of Linux on Power.
- Developed at hardware
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/powerpc-utils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000295 295 Bytes | |
nvsetenv | 0000000261 261 Bytes | |
ofpathname_powernv.patch | 0000000434 434 Bytes | |
powerpc-utils-1.2.24.tar.gz | 0000363873 355 KB | |
powerpc-utils-lsprop.patch | 0000000341 341 Bytes | |
powerpc-utils.changes | 0000036837 36 KB | |
powerpc-utils.ofpathname.bootlist.patch | 0000000601 601 Bytes | |
powerpc-utils.spec | 0000002823 2.76 KB |
Revision 70 (latest revision is 146)
Dominique Leuenberger (dimstar_suse)
accepted
request 311196
from
Dinar Valeev (k0da)
(revision 70)
- ofpathname_powernv.patch (boo#933651) If ofpathname is not supported on a platform, exit with 0. This will pevent grub2-install fail on PowerNV platform - Update to 1.2.24 ofpathname: Convert logical path to OF device path for virtio-scsi devices Add support to convert logical device path to Open firmware device path for virtio-scsi devices. lsslot/drmgr: little endian support for memory This patch adds some support for memory slot listing and memory hotplugging on little endian systems. drmgr: Correct -s option handling The usage statement for drmgr claims that we can add/remove memory and cpus by drc name or drc index. The current code though assumes that any use of the -s flag to specify this defaults to drc name. This patch updates the option checking for memory and cpu operations to allow users to specify a drc index with the -s option. This will be handled the same way the -s option for pci devices is handled, assume it is a drc name unless it starts with '0x', indicating the string is really a hex value, and switching it to a drc index. drmgr: Correct null pointer usage We can't de-reference NULL pointers, it's not a nice thing to do. I found these during some debugging, correcting to avoid future bugs. ofpathname: Fix checking for hbtl Fix checking for hbtl in of2l_scsi ().
Comments 0