From owner-freebsd-ppc@FreeBSD.ORG Mon Jan 3 05:53:18 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C97C106564A for ; Mon, 3 Jan 2011 05:53:18 +0000 (UTC) (envelope-from sandeep.gopalpet@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id BDE338FC1A for ; Mon, 3 Jan 2011 05:53:17 +0000 (UTC) Received: by gyf3 with SMTP id 3so5524451gyf.13 for ; Sun, 02 Jan 2011 21:53:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=wwob2X9LmJrHwS4B1/pmExbvQ3nj7ypqgCky+jhVrfU=; b=RXqECCq5QMth5lTfILT3vZQwiiBqeUdaMxLbh0NEt0R8qthsolVJy17WkCx58yQ8ep IfbNqKghOAc3FiMUICSVdDmuoNZJEMv+kV5mJvp2kfHLbb7kB/OMmEp4z87mMp7nMBDo dDi4M42k4Ghcz8XhmsIqpwMlpjuEX/7WO/wDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MXYn/CeM1/w/FeUva3cldMvMwzVjsNDN3PaUyqK6aKObk3niiq4X2g21jJwenfcBas S6nRkzjBe5QEcWNj5L6Fx+/ORwc/M12l/ZS7S4uBferEVhHN858pBoy8pN5/uIlqwKO9 lCGwv+UvlCz3rKNJdwfvngwPnt3TkdRllHq/g= MIME-Version: 1.0 Received: by 10.100.110.13 with SMTP id i13mr11890358anc.221.1294033996986; Sun, 02 Jan 2011 21:53:16 -0800 (PST) Received: by 10.100.32.4 with HTTP; Sun, 2 Jan 2011 21:53:16 -0800 (PST) Date: Mon, 3 Jan 2011 11:23:16 +0530 Message-ID: From: Sandeep Kumar To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dumping core regs under freebsd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 05:53:18 -0000 HI all, I am facing some issue with on MPC8548E platform and I am seeing a machine check interrupt while a soft reset is done. Can someone help in letting me know how to dump the internal core regs like MSR, MCAR, etc under freebsd. I want to know the status of the core registers when this happens. -- Thanks Sandeep From owner-freebsd-ppc@FreeBSD.ORG Mon Jan 3 06:03:15 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE671065695 for ; Mon, 3 Jan 2011 06:03:15 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 523F08FC20 for ; Mon, 3 Jan 2011 06:03:15 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id B5E5558134 for ; Mon, 3 Jan 2011 00:03:14 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id PHZRFp8foduI for ; Mon, 3 Jan 2011 00:03:14 -0600 (CST) Received: from wanderer.tachypleus.net (unknown [76.210.75.5]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 627275811F for ; Mon, 3 Jan 2011 00:03:14 -0600 (CST) Message-ID: <4D2166A1.90505@freebsd.org> Date: Mon, 03 Jan 2011 00:03:13 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101227 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Dumping core regs under freebsd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 06:03:15 -0000 On 01/02/11 23:53, Sandeep Kumar wrote: > HI all, > > > I am facing some issue with on MPC8548E platform and I am seeing a machine > check interrupt while a soft reset is done. > > Can someone help in letting me know how to dump the internal core regs like > MSR, MCAR, etc under freebsd. > > I want to know the status of the core registers when this happens. > 'show registers' will show at least some of these when this happens. Most of MSR is copied to SRR0 when an exception is taken. -Nathan From owner-freebsd-ppc@FreeBSD.ORG Mon Jan 3 06:36:38 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75137106564A for ; Mon, 3 Jan 2011 06:36:38 +0000 (UTC) (envelope-from sandeep.gopalpet@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6838FC0C for ; Mon, 3 Jan 2011 06:36:37 +0000 (UTC) Received: by ywp6 with SMTP id 6so5643213ywp.13 for ; Sun, 02 Jan 2011 22:36:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=HJu6rZZH3MfdZuTNprqTGBSDDXm3HQS6A8swEi6+pfE=; b=Ih2szY3u3r4NbwEYWRgW2hzJ35NByZ1n/41JPnIbFtETGCEv1NxSlZrvw0/WHhldv9 VVmg3OtFSDkg4vXBqpXDD+u90dqF9dli63FIbCoUj1xBrcQbiX+5j/krwUkUucF/wCnG pLmFr8WOHv8UMt4oDFxJf/wGnmAMJzd8fSK8M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GBGZNyCyhSkp5E1+PRfTM6kTTrczrGh4QOndNh29F9O4yF5alY4vBfZRWaKdPw0c5Q /nQqSXfMPDpxGawdimV6tDGsDiZgOZ+i9iVlSURxtI1awpP8bSw+Xty24Qq6kli9nspm v19bcVtUFCoVPxg9EacM91+RA7Oec8vEQKCMI= MIME-Version: 1.0 Received: by 10.100.110.13 with SMTP id i13mr11914319anc.221.1294036596033; Sun, 02 Jan 2011 22:36:36 -0800 (PST) Received: by 10.100.32.4 with HTTP; Sun, 2 Jan 2011 22:36:35 -0800 (PST) In-Reply-To: <4D2166A1.90505@freebsd.org> References: <4D2166A1.90505@freebsd.org> Date: Mon, 3 Jan 2011 12:06:35 +0530 Message-ID: From: Sandeep Kumar To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ppc@freebsd.org Subject: Re: Dumping core regs under freebsd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 06:36:38 -0000 HI Nathan, I specifically want to dump MCAR register which is not currently dumped, i want to know what i should do add support for dumping new regs. -- Thanks Sandeep On Mon, Jan 3, 2011 at 11:33 AM, Nathan Whitehorn wrote: > On 01/02/11 23:53, Sandeep Kumar wrote: > >> HI all, >> >> >> I am facing some issue with on MPC8548E platform and I am seeing a machine >> check interrupt while a soft reset is done. >> >> Can someone help in letting me know how to dump the internal core regs >> like >> MSR, MCAR, etc under freebsd. >> >> I want to know the status of the core registers when this happens. >> >> > 'show registers' will show at least some of these when this happens. Most > of MSR is copied to SRR0 when an exception is taken. > -Nathan > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > From owner-freebsd-ppc@FreeBSD.ORG Mon Jan 3 11:07:10 2011 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37FFD1065696 for ; Mon, 3 Jan 2011 11:07:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2699B8FC08 for ; Mon, 3 Jan 2011 11:07:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p03B7AKw046580 for ; Mon, 3 Jan 2011 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p03B79lp046578 for freebsd-ppc@FreeBSD.org; Mon, 3 Jan 2011 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Jan 2011 11:07:09 GMT Message-Id: <201101031107.p03B79lp046578@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ppc@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 11:07:10 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o power/149009 ppc sysinstall(8) on powerpc fails to install manpages, so o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o power/135576 ppc gdb cannot debug threaded programs on ppc o power/133503 ppc [sound] Sound stutter after switching ttys o power/133382 ppc [install] Installer gets signal 11 o power/131548 ppc ofw_syscons no longer supports 32-bit framebuffer o power/93203 ppc FreeBSD PPC Can't Write to Partitions. 7 problems total. From owner-freebsd-ppc@FreeBSD.ORG Thu Jan 6 10:19:17 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 130781065672; Thu, 6 Jan 2011 10:19:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id D3CEE8FC18; Thu, 6 Jan 2011 10:19:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.4) with ESMTP id p06AJFGn009572; Thu, 6 Jan 2011 05:19:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p06AJF5a009567; Thu, 6 Jan 2011 10:19:15 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 6 Jan 2011 10:19:15 GMT Message-Id: <201101061019.p06AJF5a009567@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 10:19:17 -0000 TB --- 2011-01-06 08:29:16 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-01-06 08:29:16 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-01-06 08:29:16 - cleaning the object tree TB --- 2011-01-06 08:29:29 - cvsupping the source tree TB --- 2011-01-06 08:29:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-01-06 08:30:04 - building world TB --- 2011-01-06 08:30:04 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-06 08:30:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-06 08:30:04 - TARGET=powerpc TB --- 2011-01-06 08:30:04 - TARGET_ARCH=powerpc TB --- 2011-01-06 08:30:04 - TZ=UTC TB --- 2011-01-06 08:30:04 - __MAKE_CONF=/dev/null TB --- 2011-01-06 08:30:04 - cd /src TB --- 2011-01-06 08:30:04 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 6 08:30:05 UTC 2011 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Jan 6 10:06:32 UTC 2011 TB --- 2011-01-06 10:06:32 - generating LINT kernel config TB --- 2011-01-06 10:06:32 - cd /src/sys/powerpc/conf TB --- 2011-01-06 10:06:32 - /usr/bin/make -B LINT TB --- 2011-01-06 10:06:33 - building LINT kernel TB --- 2011-01-06 10:06:33 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-06 10:06:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-06 10:06:33 - TARGET=powerpc TB --- 2011-01-06 10:06:33 - TARGET_ARCH=powerpc TB --- 2011-01-06 10:06:33 - TZ=UTC TB --- 2011-01-06 10:06:33 - __MAKE_CONF=/dev/null TB --- 2011-01-06 10:06:33 - cd /src TB --- 2011-01-06 10:06:33 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jan 6 10:06:33 UTC 2011 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/powerpc/ps3/if_glc.c cc1: warnings being treated as errors /src/sys/powerpc/ps3/if_glc.c: In function 'glc_intr_filter': /src/sys/powerpc/ps3/if_glc.c:837: warning: implicit declaration of function 'atomic_set_64' /src/sys/powerpc/ps3/if_glc.c:837: warning: nested extern declaration of 'atomic_set_64' /src/sys/powerpc/ps3/if_glc.c: In function 'glc_intr': /src/sys/powerpc/ps3/if_glc.c:849: warning: implicit declaration of function 'atomic_readandclear_64' /src/sys/powerpc/ps3/if_glc.c:849: warning: nested extern declaration of 'atomic_readandclear_64' *** Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-01-06 10:19:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-01-06 10:19:15 - ERROR: failed to build lint kernel TB --- 2011-01-06 10:19:15 - 5317.34 user 842.23 system 6598.84 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Thu Jan 6 15:34:17 2011 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAF4C106564A; Thu, 6 Jan 2011 15:34:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 85DEA8FC14; Thu, 6 Jan 2011 15:34:17 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.4) with ESMTP id p06FYG4C058081; Thu, 6 Jan 2011 10:34:16 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p06FYGlJ058072; Thu, 6 Jan 2011 15:34:16 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 6 Jan 2011 15:34:16 GMT Message-Id: <201101061534.p06FYGlJ058072@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on powerpc/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 15:34:17 -0000 TB --- 2011-01-06 13:44:16 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-01-06 13:44:16 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-01-06 13:44:16 - cleaning the object tree TB --- 2011-01-06 13:44:24 - cvsupping the source tree TB --- 2011-01-06 13:44:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-01-06 13:45:23 - building world TB --- 2011-01-06 13:45:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-06 13:45:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-06 13:45:23 - TARGET=powerpc TB --- 2011-01-06 13:45:23 - TARGET_ARCH=powerpc TB --- 2011-01-06 13:45:23 - TZ=UTC TB --- 2011-01-06 13:45:23 - __MAKE_CONF=/dev/null TB --- 2011-01-06 13:45:23 - cd /src TB --- 2011-01-06 13:45:23 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 6 13:45:24 UTC 2011 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Thu Jan 6 15:21:36 UTC 2011 TB --- 2011-01-06 15:21:36 - generating LINT kernel config TB --- 2011-01-06 15:21:36 - cd /src/sys/powerpc/conf TB --- 2011-01-06 15:21:36 - /usr/bin/make -B LINT TB --- 2011-01-06 15:21:36 - building LINT kernel TB --- 2011-01-06 15:21:36 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-06 15:21:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-06 15:21:36 - TARGET=powerpc TB --- 2011-01-06 15:21:36 - TARGET_ARCH=powerpc TB --- 2011-01-06 15:21:36 - TZ=UTC TB --- 2011-01-06 15:21:36 - __MAKE_CONF=/dev/null TB --- 2011-01-06 15:21:36 - cd /src TB --- 2011-01-06 15:21:36 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Jan 6 15:21:36 UTC 2011 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/powerpc/ps3/if_glc.c cc1: warnings being treated as errors /src/sys/powerpc/ps3/if_glc.c: In function 'glc_intr_filter': /src/sys/powerpc/ps3/if_glc.c:837: warning: implicit declaration of function 'atomic_set_64' /src/sys/powerpc/ps3/if_glc.c:837: warning: nested extern declaration of 'atomic_set_64' /src/sys/powerpc/ps3/if_glc.c: In function 'glc_intr': /src/sys/powerpc/ps3/if_glc.c:849: warning: implicit declaration of function 'atomic_readandclear_64' /src/sys/powerpc/ps3/if_glc.c:849: warning: nested extern declaration of 'atomic_readandclear_64' *** Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-01-06 15:34:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-01-06 15:34:15 - ERROR: failed to build lint kernel TB --- 2011-01-06 15:34:15 - 5317.41 user 834.84 system 6599.55 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Thu Jan 6 21:22:09 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4803106564A for ; Thu, 6 Jan 2011 21:22:09 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9E68FC15 for ; Thu, 6 Jan 2011 21:22:09 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LEM00H02E0XSE00@smtpauth3.wiscmail.wisc.edu>; Thu, 06 Jan 2011 15:22:09 -0600 (CST) Received: from anacreon.physics.wisc.edu (anacreon.physics.wisc.edu [128.104.160.176]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LEM00GJTE0USX00@smtpauth3.wiscmail.wisc.edu>; Thu, 06 Jan 2011 15:22:06 -0600 (CST) Date: Thu, 06 Jan 2011 15:22:06 -0600 From: Nathan Whitehorn To: freebsd-ppc@freebsd.org, freebsd-current@freebsd.org Message-id: <4D26327E.7070307@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=128.104.160.176 X-Spam-PmxInfo: Server=avs-10, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.1.6.210916, SenderIP=128.104.160.176 User-Agent: Mozilla/5.0 (X11; U; FreeBSD powerpc; en-US; rv:1.9.2.13) Gecko/20110104 Thunderbird/3.1.7 Cc: Subject: [ANNOUNCE] Playstation 3 support now in HEAD X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 21:22:09 -0000 Yesterday, I imported support for the Sony Playstation 3 into our 64-bit PowerPC port, expanding our game console support into the current generation. There are still a few rough edges due to missing hardware support, but the machine boots and runs FreeBSD stably. These rough edges should be smoothed out in time for the 9.0 release. Thanks to Peter Grehan for donating the hardware that made this port possible. -Nathan Supported hardware: - Sony Playstation 3 Fat, firmware version< 3.21 - Netbooting only - 480i/480p only Instructions: The PS3 must be netbooted. First, acquire and install a copy of Petitboot from http://ozlabs.org/~jk/projects/petitboot/ Next, set up a second machine with DHCP, NFS, and TFTP. Setup DHCP to netboot loader.ps3 over TFTP, with the root path pointing to an NFS directory. DHCP Setup: host ps3 { hardware ethernet XX:XX:XX:XX:XX:XX; filename "/loader.ps3"; option host-name "ps3"; next-server 10.0.1.37; option root-path "10.0.1.37:/usr/netboot-ps3"; } NFS setup: mkdir /usr/netboot-ps3 cd /usr/src make buildworld installworld distribution TARGET=powerpc TARGET_ARCH=powerpc64 DESTDIR=/usr/netboot-ps3 Then share /usr/netboot-ps3 read/write over NFS with the PS3. Connect a monitor set to 480i or 480p to the video output, and boot! From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 8 21:32:13 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD58106564A; Sat, 8 Jan 2011 21:32:13 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 563748FC17; Sat, 8 Jan 2011 21:32:13 +0000 (UTC) Received: by yie19 with SMTP id 19so5342101yie.13 for ; Sat, 08 Jan 2011 13:32:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ncksmiFQKCmBI2P8rQhBXiONfsK5bCgLIPMaWjmZKmk=; b=Xs0nd8Qxz5zYcL+gWeB0dS87u/gS2m8xYwMkmzOxqcAvtC2NL7SBU56rZDP8cdx17Q SvBchH8/CwNDyebF2qWToz7mAEYG7rDXmla8crhz/332fFouWPEQfZKAK4AxVnQFmIbv 1cEV+sS0WO51S1OWPN/RPHpChUlr3wKQ3YsiI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=AlnMuqjXNiAo/Gm64m9FDQC5Obu4QsI+qDxI0YCFJ+azQ8JRuXkA8nJDv2s4Lz/YnF hzwvYTadmL8Y4olb3rkvB95yE5zkON+Dlk7scBbeXUU4QcMuESvQIzfOd3cQuIwTsrhP AR7GUBNRPhkkM3LXzR1Udihpx8Pn1SY7rei8g= MIME-Version: 1.0 Received: by 10.100.112.9 with SMTP id k9mr16248228anc.50.1294520908772; Sat, 08 Jan 2011 13:08:28 -0800 (PST) Received: by 10.100.166.5 with HTTP; Sat, 8 Jan 2011 13:08:28 -0800 (PST) In-Reply-To: <4D26327E.7070307@freebsd.org> References: <4D26327E.7070307@freebsd.org> Date: Sat, 8 Jan 2011 21:08:28 +0000 Message-ID: From: "Sevan / Venture37" To: freebsd-ppc@freebsd.org, freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: [ANNOUNCE] Playstation 3 support now in HEAD X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2011 21:32:13 -0000 Well done Nathan, very cool! :) any chance you could post the dmesg output to the list Sevan / Venture37 From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 8 21:35:06 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9A7106566B for ; Sat, 8 Jan 2011 21:35:06 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id C46BA8FC13 for ; Sat, 8 Jan 2011 21:35:05 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id BE6F55811D; Sat, 8 Jan 2011 15:35:04 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id 2AKYlPtBzaAL; Sat, 8 Jan 2011 15:35:04 -0600 (CST) Received: from wanderer.tachypleus.net (unknown [76.210.75.5]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 0012A58119; Sat, 8 Jan 2011 15:35:02 -0600 (CST) Message-ID: <4D28D884.4020208@freebsd.org> Date: Sat, 08 Jan 2011 15:35:00 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101227 Thunderbird/3.1.7 MIME-Version: 1.0 To: Sevan / Venture37 References: <4D26327E.7070307@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: [ANNOUNCE] Playstation 3 support now in HEAD X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2011 21:35:06 -0000 On 01/08/11 15:08, Sevan / Venture37 wrote: > Well done Nathan, very cool! :) > any chance you could post the dmesg output to the list Copyright (c) 1992-2010 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-CURRENT #3 r214253:214313M: Sun Oct 24 22:41:31 CDT 2010 root@comporellon.tachypleus.net:/home/nwhitehorn/projects/ps3/powerpc/compile/PS3 powerpc module_register: module nexus/sc already exists! Module nexus/sc failed to register: 17 cpu0: IBM Cell Broadband Engine revision 0.0 cpu0: Features dc000000 real memory = 251658240 (240 MB) avail memory = 212254720 (202 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0: dev=0 (BSP) cpu1: dev=1 kbd0 at kbdmux0 nexus0: ps3bus0: on nexus0 Unknown IRQ type 5 for device 1.3 glc0: irq 3 on ps3bus0 glc0: Ethernet address: 00:1f:a7:73:7b:28 ehci0: mem 0x400000130000-0x40000013ffff,0x400000140000-0x40000014ffff irq 7,8 on ps3bus0 usbus0: EHCI version 1.0 usbus0: set big-endian mode usbus0 on ehci0 ehci1: mem 0x400000150000-0x40000015ffff,0x400000160000-0x40000016ffff irq 9,10 on ps3bus0 usbus1: EHCI version 1.0 usbus1: set big-endian mode usbus1 on ehci1 ps3pic0: on nexus0 sc0: on nexus0 sc0: Unknown <16 virtual consoles, flags=0x300> Timecounter "timebase" frequency 79800000 Hz quality 0 Event timer "decrementer" frequency 79800000 Hz quality 1000 Timecounters tick every 1.000 msec usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 SMP: AP CPU #1 launched Root mount waiting for: usbus1 usbus0 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered Root mount waiting for: usbus1 usbus0 ugen0.2: at usbus0 uhub2: on usbus0 ugen1.2: at usbus1 uhub2: 4 ports with 4 removable, self powered Root mount waiting for: usbus0 ugen0.3: at usbus0 uhub3: on usbus0 uhub3: 3 ports with 2 removable, bus powered Root mount waiting for: usbus0 ugen0.4: at usbus0 ukbd0: on usbus0 kbd1 at ukbd0 uhid0: on usbus0 Trying to mount root from nfs: NFS ROOT: 10.0.1.37:/usr/netboot/powerpc64 warning: no time-of-day clock registered, system time will not be set accurately warning: no time-of-day clock registered, system time will not be set accurately ugen0.5: at usbus0 ums0: on usbus0 ums0: 3 buttons and [XYZ] coordinates ID=0 ugen0.5: at usbus0 (disconnected) ums0: at uhub3, port 2, addr 5 (disconnected)