[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#386281: marked as done (base-installer: [powerpc] missing support for power5+ cpus in b-i/k/powerpc.sh.)



Your message dated Sat, 02 Dec 2006 13:20:14 +0100
with message-id <200612021320.14859.elendil@planet.nl>
and subject line Bug#386281: base-installer: [powerpc] missing support for power5+ cpus in b-i/k/powerpc.sh
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: base-installer
Version: 1.67
Severity: important
Tags: d-i patch


As the subject says, kernel-installer doesn't know about power5+ cpus. The
attached patch does fix this, and joins a cpuinfo for a pseries 710 machine.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: powerpc.sh
===================================================================
--- powerpc.sh	(revision 40490)
+++ powerpc.sh	(working copy)
@@ -1,7 +1,7 @@
 arch_get_kernel_flavour () {
 	CPU=`grep '^cpu[[:space:]]*:' "$CPUINFO" | head -n1 | cut -d: -f2 | sed 's/^ *//; s/[, ].*//' | tr A-Z a-z`
 	case "$CPU" in
-		power3|i-star|s-star|power4|power4+|ppc970*|power5)
+		power3|i-star|s-star|power4|power4+|ppc970*|power5|power5+)
 			family=powerpc64
 			;;
 		*)
processor       : 0
cpu             : POWER5+ (gs)
clock           : 1898.100000MHz
revision        : 2.0 (pvr 003b 0200)

processor       : 1
cpu             : POWER5+ (gs)
clock           : 1898.100000MHz
revision        : 2.0 (pvr 003b 0200)

processor       : 2
cpu             : POWER5+ (gs)
clock           : 1898.100000MHz
revision        : 2.0 (pvr 003b 0200)

processor       : 3
cpu             : POWER5+ (gs)
clock           : 1898.100000MHz
revision        : 2.0 (pvr 003b 0200)

timebase        : 237332000
machine         : CHRP IBM,9110-51A


--- End Message ---
--- Begin Message ---
Version: 1.67

Patches were already applied in base-installer 1.67.

--- End Message ---

Reply to: