From owner-freebsd-ppc@freebsd.org Sun Mar 20 01:00:36 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4AC8ACE848 for ; Sun, 20 Mar 2016 01:00:36 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADB3E61D for ; Sun, 20 Mar 2016 01:00:36 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-io0-x232.google.com with SMTP id o5so92311680iod.2 for ; Sat, 19 Mar 2016 18:00:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/1PYbKwBfwGGfZfAGmRbjEMErdDw9SbVdricVTKtok8=; b=V0qoxBF4ccy0nXjH69yUSt5gglD7YF6yufOQBZyTELI+JU+EXGydQtmzS/zrV7yMyQ bVd7omDAQyoR3tsQOk1LPjunZ/7SkzKQdE+T2ff6f2iFi9zswY8ZakSz49ySBUeB3rRM ra6Km/5P8V0xHeDsn17zXBjQeX1jw/84v4+XOGyEP1uVYzCm6BjUgfqRMIim9QrKh47a 4ZvaVjyvDZLUnCZk2yosIkUhNcxchfiA25bx5O/9iNSGfEevHeqC4SDZjIJf1VtYhRET 6TUHmttXPmBNqXlT7oQBv22ck9036EferX86YPbqNRTsuKBtQ2OwqSm69uIdr193RYMP /nLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/1PYbKwBfwGGfZfAGmRbjEMErdDw9SbVdricVTKtok8=; b=ioUoCihrkshbp6zAiQEE73sGOIx0Ib8YcDI4AJL76h8GDypPsxd5ctB+xVXR7cDdw7 j9mhHdZ2iADDQx/sNcdI8VvLCRuP8Uz1FaTlENFwGji8OVBFXE2/AiT6cMX0qwIlOxFb q110LFImz+dus+Fl1S6XLAXq/DtDSGUSSqEw1SDHrZ9Y5+tHz5yR2F0B276VvKgl2aLS o6MNq+noNzBw4Wvp90vCMZnYdaHStdUf072eRH5dJpDsbfiJjWjnM570tsVSE6tryFXo ma1TzOfVgpqwCYbE3FOOSy46luwVMDN8iMQ0ej0Kqm55W2/uENZ7m5KtQSOy8WVsBQzT M8yQ== X-Gm-Message-State: AD7BkJJtyIygDW5Fd0V8ettIqe7oTvCuEUAABNxztldgXDy1B3WyVOBTt3UrNDkT1If3Yw== X-Received: by 10.107.166.13 with SMTP id p13mr25683271ioe.140.1458435636035; Sat, 19 Mar 2016 18:00:36 -0700 (PDT) Received: from zhabar.knownspace (c-98-240-160-157.hsd1.mn.comcast.net. [98.240.160.157]) by smtp.gmail.com with ESMTPSA id 40sm8769152ioi.1.2016.03.19.18.00.35 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 Mar 2016 18:00:35 -0700 (PDT) Date: Sat, 19 Mar 2016 20:00:34 -0500 From: Justin Hibbits To: Thomas Rix Cc: "freebsd-ppc@freebsd.org" Subject: Re: Book-E SMP Message-ID: <20160319200034.104e126f@zhabar.knownspace> In-Reply-To: References: <20160319121137.61abbfee@zhabar.knownspace> <20160319135811.489c45b1@zhabar.knownspace> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; powerpc64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 01:00:37 -0000 You'll need a netboot setup for starters, just a kernel will do. Then: * It looks like initial SMP support was introduced in 2009, r192532 (FreeBSD8 era, IIRC). If you can test and start the bisect there, that would be ideal, though I'm not sure if it would build on a recent head (might need to setup a VM for that). * If you see an 'AP launched!' or similar message, everything is fine. It will panic if it fails, or at least print "SMP: CPU * didn't wake up.". * If you see "SMP: CPU * already out of hold-off state!" you'll need to do something else, but I'm not sure (post if you see it, we don't handle that case at all yet). * Realistically, you should just need to bisect over the revisions of sys/powerpc/booke/locore.S and sys/powerpc/booke/pmap.c, which knocks the revision search space from 100k to a couple dozen to get the ballpark beginning. - Justin On Sat, 19 Mar 2016 19:53:18 +0000 Thomas Rix wrote: > Ok, send me the instructions on the baseline setup and the test(s) > you are using to do the bisect. > T > --- > Tom Rix > Sr. Staff Compiler Engineer > trix@juniper.net > > > > > > On 3/19/16, 11:58 AM, "Justin Hibbits" wrote: > > >That would be perfect. > > > >- Justin > > > >On Sat, 19 Mar 2016 18:56:44 +0000 > >Thomas Rix wrote: > > > >> I have p2020, is this good enough to do a) ? > >> T > >> > >> --- > >> Tom Rix > >> Sr. Staff Compiler Engineer > >> trix@juniper.net > >> > >> > >> > >> > >> > >> On 3/19/16, 10:11 AM, "owner-freebsd-ppc@freebsd.org on behalf of > >> Justin Hibbits" >> chmeeedalf@gmail.com> wrote: > >> > >> >Currently SMP is broken on Book-E hardware, and I'm uncertain as > >> >to why. Has anyone had SMP working with stock FreeBSD on Booke-E > >> >hardware in the past? The only SMP book-E hardware I own requires > >> >code support that post-dates anything which may have broken it. > >> >Would anyone be willing to either: > >> > > >> >a) Test the introduction of SMP, and bisect from there to now, on > >> >e500v2 hardware, or > >> >b) loan me hardware to do this? > >> > > >> >I'm looking for dual-core e500v2, as that was the only hardware > >> >FreeBSD booted on at the time SMP was introduced. > >> > > >> >Thanks, > >> >Justin > >> >_______________________________________________ > >> >freebsd-ppc@freebsd.org mailing list > >> >https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > >> >To unsubscribe, send any mail to > >> >"freebsd-ppc-unsubscribe@freebsd.org" > >> > > > From owner-freebsd-ppc@freebsd.org Tue Mar 22 03:28:51 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21AD0AD8936 for ; Tue, 22 Mar 2016 03:28:51 +0000 (UTC) (envelope-from gazetteduhockey@moomoocow.kantaloup.ca) Received: from moomoocow.kantaloup.ca (ns500192.ip-192-99-5.net [192.99.5.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00DB41CF6 for ; Tue, 22 Mar 2016 03:28:50 +0000 (UTC) (envelope-from gazetteduhockey@moomoocow.kantaloup.ca) Received: from gazetteduhockey by moomoocow.kantaloup.ca with local (Exim 4.86_1) (envelope-from ) id 1aiCzo-0004j5-Gh for freebsd-ppc@freebsd.org; Mon, 21 Mar 2016 23:28:40 -0400 To: freebsd-ppc@freebsd.org Subject: Notice to Appear Date: Tue, 22 Mar 2016 04:28:40 +0100 From: "District Court" Reply-To: "District Court" Message-ID: <61c814f84217c8d7ca01d56f64a9e01e@gazetteduhockey.com> X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - moomoocow.kantaloup.ca X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [512 512] / [47 12] X-AntiAbuse: Sender Address Domain - moomoocow.kantaloup.ca X-Get-Message-Sender-Via: moomoocow.kantaloup.ca: authenticated_id: gazetteduhockey/from_h X-Authenticated-Sender: moomoocow.kantaloup.ca: nathan.perez@gazetteduhockey.com Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 03:28:51 -0000 Notice to Appear, You have to appear in the Court on the March 28. Please, prepare all the documents relating to the case and bring them to Court on the specified date. Note: The case will be heard by the judge in your absence if you do not come. You can find the Court Notice is in the attachment. Sincerely, Nathan Perez, District Clerk. From owner-freebsd-ppc@freebsd.org Tue Mar 22 19:20:08 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC01AD98E2 for ; Tue, 22 Mar 2016 19:20:08 +0000 (UTC) (envelope-from freebsd-ppc@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88A4B7B8 for ; Tue, 22 Mar 2016 19:20:07 +0000 (UTC) (envelope-from freebsd-ppc@dino.sk) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Tue, 22 Mar 2016 20:14:56 +0100 id 00E4ECC0.56F199B0.00017AFB Date: Tue, 22 Mar 2016 20:14:55 +0100 From: Milan Obuch To: freebsd-ppc@freebsd.org Subject: Routerboard kernel config? Message-ID: <20160322201455.5c721249@zeta.dino.sk> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 19:20:08 -0000 Hello, has anybody working kernel on some of powerpc routerboard? I need one for RB600 and one for RB1000. I am able to load kernel from ethernet, but that's it. I found nothing relevant via google, but there was something mentioned on this list some day. I saw announcement mentioning powerpcspe, but I did not find there kernel config intended for some routerboard. Any help/pointers appreciated. Regards, Milan From owner-freebsd-ppc@freebsd.org Tue Mar 22 20:03:27 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59B7DAD83F3 for ; Tue, 22 Mar 2016 20:03:27 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BE331EEC for ; Tue, 22 Mar 2016 20:03:27 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-oi0-x22e.google.com with SMTP id w20so134635338oia.2 for ; Tue, 22 Mar 2016 13:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=32jHvbyvc1Y7x6ci0IS8JMOCdIRbZ07cmlI5kW3/9fs=; b=G6v9ifWiwXlDr6orvb7HlTumPxXQ7yLL6JxDh0Pxo0XJDavoHJk1J4TMCQggqrE6zO 0cZqzsR3kKnCleBswA+axGsBZJDy3eCzzIQaPgeJDl6r2OwFUdQ/DYjmb3zt+62G30Ck HImQDIeFSd5bnW5atg4/+0h6IrvfN4+iMXG3jJPFVHpDrFV9Z9Kg7tvCgdMlGghfnb1j PhGTUK8LYCIKTM/etz21g/Mj0PCECd/sh9iQ3Lyz7uCdSpophscIm/VtuR7vAslkt4W2 Mr5CeTFe6FqefgZ64sJmjIXFTZh716KsrKMFr+HdvL6kLMLki0cUyrkEk3owZAtQvmTE EH4A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alumni-cwru-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=32jHvbyvc1Y7x6ci0IS8JMOCdIRbZ07cmlI5kW3/9fs=; b=geIeTF3d8TZoslGlBoon1PJlQ4THO4vri2n/fCeiQxCSWFvC8b1WYBXW+oebMg3d6I 6cNchdpkg6xy+h62o/oCXuJIiotdZyEdIxjmEuSH2MZdsfYZ6J6qncf7w72aQXQxlcu9 WCm/Yy1NfoR60roypQSywep5PDrRPkiBVYkeP90Z4mh6coYLfbA/gsPm6bUE1zLh9PMF qnPofd2AuHZatNK9qIS3dEb/ZjeP/UwFZ8oe7B//+09smvaru9vXND2tBwvwX0gHVaSz ZvMUFl5izaM9ANVdKuDaAMTS7pEejU10n2Zv8dYsg6txTxH6wHEU8uZxPbC5BJ/9OP/o Zcyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=32jHvbyvc1Y7x6ci0IS8JMOCdIRbZ07cmlI5kW3/9fs=; b=R1rLxCkJAH2OSQLHrg/XhZazGQEC+fsJXKYs6euHA8DDgmTiNDqfcfNO//Eo5NAgPo Wi9Ogm93Y5t0DoUw0vNxeeRZ5CrZj4/L+nEZXNRDtq4f9MK6XXui5DkO6AQSvTvfiief mcENBHf0VJ5mybsw5vPIrZXU8yJ8zvjgv7m0sqFsz7Zqb+Q3iRGtK3HDnc60uYapbW1v 18CoQi/x5zrfy3yXvP5kQXOFrZBOs1NmygAvMBU9wwFT4u9+zMpQzM35UNA6KqpLBjnP tRXrPR7mgRYXr5IcCMWqQVPTtQKPfAR0GiOUvqvcSUImLkPUCVu9Mdspg/hD/jM6U2pH 9GlQ== X-Gm-Message-State: AD7BkJKox0UiH4lqKsdPxqjdUsqGk120cswPWXjPUv5L0rpff0usGWJSzNWU/y3qMX4bKFebZQxbH0Por8lLjA== MIME-Version: 1.0 X-Received: by 10.202.243.84 with SMTP id r81mr21939177oih.24.1458677006520; Tue, 22 Mar 2016 13:03:26 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.182.33.8 with HTTP; Tue, 22 Mar 2016 13:03:26 -0700 (PDT) In-Reply-To: <20160322201455.5c721249@zeta.dino.sk> References: <20160322201455.5c721249@zeta.dino.sk> Date: Tue, 22 Mar 2016 15:03:26 -0500 X-Google-Sender-Auth: anYdRX6pXCvhV_MZaANq1u14wAk Message-ID: Subject: Re: Routerboard kernel config? From: Justin Hibbits To: Milan Obuch Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 20:03:27 -0000 On Tue, Mar 22, 2016 at 2:14 PM, Milan Obuch wrote: > Hello, > > has anybody working kernel on some of powerpc routerboard? > > I need one for RB600 and one for RB1000. I am able to load kernel from > ethernet, but that's it. I found nothing relevant via google, but there > was something mentioned on this list some day. I saw announcement > mentioning powerpcspe, but I did not find there kernel config intended > for some routerboard. > > Any help/pointers appreciated. > > Regards, > Milan The RB600 likely won't work, it uses a e300 core, which we don't fully support. The RB1000 should work with the MPC85XX kernel config. The powerpcspe port isn't yet in head, it's in a project branch (projects/powerpcspe), in which you would simply change the "machine powerpc powerpc" line to "machine powerpc powerpcspe", and build with "make buildworld buildkernel TARGET=powerpc TARGET_ARCH=powerpcspe KERNCONF=MPC85XX" My tests for powerpcspe were done on a RB800, netbooting. - Justin From owner-freebsd-ppc@freebsd.org Wed Mar 23 12:43:35 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2103CADAB8D for ; Wed, 23 Mar 2016 12:43:35 +0000 (UTC) (envelope-from eddie14@opal.lunarbreeze.com) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 05F391FDE for ; Wed, 23 Mar 2016 12:43:35 +0000 (UTC) (envelope-from eddie14@opal.lunarbreeze.com) Received: by freefall.freebsd.org (Postfix) id 04E0C1898; Wed, 23 Mar 2016 12:43:35 +0000 (UTC) Delivered-To: freebsd-powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id DFCB71897 for ; Wed, 23 Mar 2016 12:43:34 +0000 (UTC) (envelope-from eddie14@opal.lunarbreeze.com) Received: from opal.lunarbreeze.com (opal.lunarbreeze.com [67.210.123.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB3BA1FDD for ; Wed, 23 Mar 2016 12:43:34 +0000 (UTC) (envelope-from eddie14@opal.lunarbreeze.com) Received: from eddie14 by opal.lunarbreeze.com with local (Exim 4.86_1) (envelope-from ) id 1aii8E-004OKh-Bn for freebsd-powerpc@freebsd.org; Wed, 23 Mar 2016 05:43:26 -0700 To: freebsd-powerpc@freebsd.org Subject: We could not deliver your parcel, #0000845815 Date: Wed, 23 Mar 2016 05:43:26 -0700 From: "FedEx 2Day" Reply-To: "FedEx 2Day" Message-ID: X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - opal.lunarbreeze.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32189 32191] / [47 12] X-AntiAbuse: Sender Address Domain - opal.lunarbreeze.com X-Get-Message-Sender-Via: opal.lunarbreeze.com: authenticated_id: eddie14/from_h X-Authenticated-Sender: opal.lunarbreeze.com: dennis.sutton@ms3g.com Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 12:43:35 -0000 Dear Customer, Your parcel has arrived at March 22. Courier was unable to deliver the parcel to you. Shipment Label is attached to email. Yours faithfully, Dennis Sutton, Sr. Support Agent. From owner-freebsd-ppc@freebsd.org Thu Mar 24 06:49:18 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A534ADB4BE for ; Thu, 24 Mar 2016 06:49:18 +0000 (UTC) (envelope-from freebsd-ppc@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8721ADE for ; Thu, 24 Mar 2016 06:49:17 +0000 (UTC) (envelope-from freebsd-ppc@dino.sk) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Thu, 24 Mar 2016 07:49:07 +0100 id 00F57510.56F38DE3.0000FA63 Date: Thu, 24 Mar 2016 07:49:07 +0100 From: Milan Obuch To: Justin Hibbits Cc: freebsd-ppc@freebsd.org Subject: Re: Routerboard kernel config? Message-ID: <20160324074907.70992b21@zeta.dino.sk> In-Reply-To: References: <20160322201455.5c721249@zeta.dino.sk> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 06:49:18 -0000 On Tue, 22 Mar 2016 15:03:26 -0500 Justin Hibbits wrote: > On Tue, Mar 22, 2016 at 2:14 PM, Milan Obuch > wrote: > > Hello, > > > > has anybody working kernel on some of powerpc routerboard? > > > > I need one for RB600 and one for RB1000. I am able to load kernel > > from ethernet, but that's it. I found nothing relevant via google, > > but there was something mentioned on this list some day. I saw > > announcement mentioning powerpcspe, but I did not find there kernel > > config intended for some routerboard. > > > > Any help/pointers appreciated. > > > > Regards, > > Milan > > The RB600 likely won't work, it uses a e300 core, which we don't > fully support. Thanks, how much work would that mean? I found there is support for RB600A in OpenBSD, and following relevant part of document at http://ftp.vim.org/OpenBSD/5.8/socppc/INSTALL.socppc I was able to install it there. So maybe it could be adopted, I just have no idea what is to be look for there. > The RB1000 should work with the MPC85XX kernel config. > It boots, just rootfs over nfs is not mounted, as I already reported in message dated Sun, 6 Jul 2014 09:50:35 +0200 with title 'MPC8548 question' on this list. > The powerpcspe port isn't yet in head, it's in a project branch > (projects/powerpcspe), in which you would simply change the "machine > powerpc powerpc" line to "machine powerpc powerpcspe", and build with > "make buildworld buildkernel TARGET=powerpc TARGET_ARCH=powerpcspe > KERNCONF=MPC85XX" > > My tests for powerpcspe were done on a RB800, netbooting. > I did 'svn checkout', so I am able to build new kernel/userland from your port. I plan to test it, it should be newer as what I already have (FreeBSD 11.0-CURRENT #0 r268286M: Thu Jul 10 15:42:00 CEST 2014 - a bit outdated). Maybe it will be a bit better... Regards, Milan From owner-freebsd-ppc@freebsd.org Thu Mar 24 18:26:17 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E0CFADCCA1 for ; Thu, 24 Mar 2016 18:26:17 +0000 (UTC) (envelope-from undergroundvideo@q10.ich-8.com) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E71391FAC for ; Thu, 24 Mar 2016 18:26:16 +0000 (UTC) (envelope-from undergroundvideo@q10.ich-8.com) Received: by freefall.freebsd.org (Postfix) id E522616A5; Thu, 24 Mar 2016 18:26:16 +0000 (UTC) Delivered-To: freebsd-powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id CAADD16A4 for ; Thu, 24 Mar 2016 18:26:16 +0000 (UTC) (envelope-from undergroundvideo@q10.ich-8.com) Received: from q10.ich-8.com (q10.ich-8.com [98.143.159.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5A4F1FAB for ; Thu, 24 Mar 2016 18:26:16 +0000 (UTC) (envelope-from undergroundvideo@q10.ich-8.com) Received: from undergroundvideo by q10.ich-8.com with local (Exim 4.86) (envelope-from ) id 1aj9xS-000D6d-3H for freebsd-powerpc@freebsd.org; Thu, 24 Mar 2016 14:26:10 -0400 To: freebsd-powerpc@freebsd.org Subject: Unable to deliver your item, #000616616 X-PHP-Script: undergroundvideoproductions.com/post.php for 134.245.65.191 Date: Thu, 24 Mar 2016 18:26:09 +0000 From: "FedEx Standard Overnight" Reply-To: "FedEx Standard Overnight" Message-ID: X-Priority: 3 MIME-Version: 1.0 Sender: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - q10.ich-8.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [1561 1574] / [47 12] X-AntiAbuse: Sender Address Domain - q10.ich-8.com X-Get-Message-Sender-Via: q10.ich-8.com: authenticated_id: undergroundvideo/from_h X-Authenticated-Sender: q10.ich-8.com: felix.mccann@undergroundvideoproductions.com Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 18:26:17 -0000 Dear Customer, We could not deliver your parcel. You can review complete details of your order in the find attached. Sincerely, Felix Mccann, Station Manager. From owner-freebsd-ppc@freebsd.org Thu Mar 24 21:17:58 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD4DBADCF54 for ; Thu, 24 Mar 2016 21:17:58 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8132D1D39 for ; Thu, 24 Mar 2016 21:17:58 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id h6so21680947oia.2 for ; Thu, 24 Mar 2016 14:17:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=VhGWUiGJ4fp7DuVdoWDUYMyUvkt1ZaiR4/wWmlObSwA=; b=iFGC9ugr3+UOlqHy4aMdQOId/ddikEtvt0WxYzOJ27I7+lfU0Wz9S35M0gGWMDmV1C 7n1kgr5YTmWEIhRCDI8nPN/bWTB2z6UQBGP2wG6k3GGpj17sQcJ6ATxCLDAgjZ822wHX oOC8hjyfEXCy5ztZ9rZjbZNCpUZlC/PtNku59eYfsP3orf6iAXOXNWL6fYN/7/eSzJ2b /FfJIYiqxNLqzRzN0lneQL+3duGfqg4uhjacy8kORQiU4YPaY02j5a+3UP1K8vSlQcLS MD0/hwOPJIsUBIoJs4N2f2JWKXRl9GmdNeyWU6bU1Dabisp0hIHmLoJ7OBHqBDfYE8xN USTQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alumni-cwru-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=VhGWUiGJ4fp7DuVdoWDUYMyUvkt1ZaiR4/wWmlObSwA=; b=kk0L1Rocp7GgmCteae4gQSolFRrIcRGABwqXORlddhiEfW+7fumZcId9KFaJdtvRE4 54N6l2gwVJTNZvGmQEDpCJZw+44ePHlYbOdtERvDk9eWYQJQUCgAnhhbo0m5qPmd1pA+ Mo3TA1+PvfJl116NU7uTWfdsKu0aZCmGDof6kuk93i+B/ih23n6zbu7L6Sq42ynbMCAX UcjEGEgrLgrePBb/mTgzNCLlcpY8biBfG4ODe/HyNLNMdzoXuuCoBVpaJXeMHB7U+BSk NWpKPJoXLpVXgaIcxn6xdH/4wBc+NVH5JPfOWc80TDozqBrgw3xF2hOtIj2KI2MFld9E gCEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=VhGWUiGJ4fp7DuVdoWDUYMyUvkt1ZaiR4/wWmlObSwA=; b=UFBO4GhhHTOJQuQZ78pg67HQC0uHSWOHyEppDs7LEETlNz7c5VJt0y2n8K4XWf5nJg hlMUelnNio2NCsaX3NxZam1idCckJpYvCSHJlB9cITgAtxrUHX7mAUBsHMDkZMLAoSeT 2xTD/Olmz5/wFfZLv9Hw7TezYRD3bZv+xS8mg5mqqwjRcXoDWowEfUY4QA7B8MKXopfu FymUNkn9wwTNnpp0jdEYujbcQy1FtMGcflO8pqBoYrmePryK3iisxWuA41ORKP/mjJvF YpODzzHFCmXA7MzJKuO8lcSUCDUhTSrnyeg5JjBw4J3lLTvu6FL/M+eeBwgmZjXnuTMS fbsw== X-Gm-Message-State: AD7BkJLQ6v4Rn7HCqdieyLBXyUChO5yljURloGzoW+JNUjWHwLmBdDxjfqp9NVY7h/9Yn9SFYpAEvfM5f9r8qg== MIME-Version: 1.0 X-Received: by 10.202.243.84 with SMTP id r81mr5491979oih.24.1458854277810; Thu, 24 Mar 2016 14:17:57 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.182.33.8 with HTTP; Thu, 24 Mar 2016 14:17:57 -0700 (PDT) In-Reply-To: <20160324074907.70992b21@zeta.dino.sk> References: <20160322201455.5c721249@zeta.dino.sk> <20160324074907.70992b21@zeta.dino.sk> Date: Thu, 24 Mar 2016 16:17:57 -0500 X-Google-Sender-Auth: Bcw1wlJcEgMX3HHeseRGbJD1v2s Message-ID: Subject: Re: Routerboard kernel config? From: Justin Hibbits To: Milan Obuch Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 21:17:58 -0000 On Thu, Mar 24, 2016 at 1:49 AM, Milan Obuch wrote: > On Tue, 22 Mar 2016 15:03:26 -0500 > Justin Hibbits wrote: > >> On Tue, Mar 22, 2016 at 2:14 PM, Milan Obuch >> wrote: >> > Hello, >> > >> > has anybody working kernel on some of powerpc routerboard? >> > >> > I need one for RB600 and one for RB1000. I am able to load kernel >> > from ethernet, but that's it. I found nothing relevant via google, >> > but there was something mentioned on this list some day. I saw >> > announcement mentioning powerpcspe, but I did not find there kernel >> > config intended for some routerboard. >> > >> > Any help/pointers appreciated. >> > >> > Regards, >> > Milan >> >> The RB600 likely won't work, it uses a e300 core, which we don't >> fully support. > > Thanks, how much work would that mean? I found there is support for > RB600A in OpenBSD, and following relevant part of document at > http://ftp.vim.org/OpenBSD/5.8/socppc/INSTALL.socppc I was able to > install it there. So maybe it could be adopted, I just have no idea > what is to be look for there. Not sure. e300 is more or less a 603e core, which uses the same FPU (or emulated), and trap vectors as AIM, so the total effort likely isn't too high. If you (or someone) wants to try their hand at a port, it'd be a welcome addition. > >> The RB1000 should work with the MPC85XX kernel config. >> > > It boots, just rootfs over nfs is not mounted, as I already reported in > message dated Sun, 6 Jul 2014 09:50:35 +0200 with title 'MPC8548 > question' on this list. > >> The powerpcspe port isn't yet in head, it's in a project branch >> (projects/powerpcspe), in which you would simply change the "machine >> powerpc powerpc" line to "machine powerpc powerpcspe", and build with >> "make buildworld buildkernel TARGET=powerpc TARGET_ARCH=powerpcspe >> KERNCONF=MPC85XX" >> >> My tests for powerpcspe were done on a RB800, netbooting. >> > > I did 'svn checkout', so I am able to build new kernel/userland from > your port. I plan to test it, it should be newer as what I already have > (FreeBSD 11.0-CURRENT #0 r268286M: Thu Jul 10 15:42:00 CEST 2014 - a > bit outdated). Maybe it will be a bit better... > > Regards, > Milan As for the RB1000, trying a newer build might help. If you still have problems, adding "options BOOT_VERBOSE=1" to your config and rebuilding the kernel might help shed some light on it (also posting the full verbose boot log and kernel config). - Justin From owner-freebsd-ppc@freebsd.org Fri Mar 25 20:15:17 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41E5FADD793 for ; Fri, 25 Mar 2016 20:15:17 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30AED11AF for ; Fri, 25 Mar 2016 20:15:16 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from aurora.physics.berkeley.edu (aurora.physics.berkeley.edu [128.32.117.67]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id u2PKFDsB017282 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 25 Mar 2016 13:15:14 -0700 Subject: Re: What is the status of POWER8 and POWER7 in FreeBSD now, are they ready for production use? To: freebsd-ppc@freebsd.org, tinkr@openmailbox.org References: <2dd8c5f8f42f7574b3f513ed8608840c@openmailbox.org> From: Nathan Whitehorn Message-ID: <56F59C51.3020405@freebsd.org> Date: Fri, 25 Mar 2016 13:15:13 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <2dd8c5f8f42f7574b3f513ed8608840c@openmailbox.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVZvT+8aoh2nvZiuW1jPeVGVcXyp8KlDXvAFM7WX2S0selROyLxwv8fn/N9+XwdX1j2HbHW3EHvcRmLsQyHb15uSQ2tAbzOapuw= X-Sonic-ID: C;xsCPSMby5RGXeZFDXdaMvg== M;6KLWSMby5RGXeZFDXdaMvg== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 20:15:17 -0000 They are ready for production use if you are running under PowerKVM. We have specifically tested on the Tyan system. I don't know specifically about that Power7 system, but I have run on other POWER7 without problems and would expect the same here. PowerVM should also work if you use VIOS for storage, but has received much less tasting. -Nathan On 02/28/16 09:22, Tinker wrote: > Hi! > > What is the status of IBM POWER8 and POWER7 support in FreeBSD now, > are they ready for production use? > > POWER8 would be Tyan BP012 > http://www.tyan.com/solutions/tyan_openpower_system.html . > > POWER7 would be IBM "P730" Power7 730 Express. > > Thanks, > Tinker > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > From owner-freebsd-ppc@freebsd.org Sat Mar 26 21:11:57 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34E4DADD535 for ; Sat, 26 Mar 2016 21:11:57 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: from mail-qk0-x22b.google.com (mail-qk0-x22b.google.com [IPv6:2607:f8b0:400d:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8C9812C4 for ; Sat, 26 Mar 2016 21:11:56 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: by mail-qk0-x22b.google.com with SMTP id o6so66424074qkc.2 for ; Sat, 26 Mar 2016 14:11:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=XBJqcTvE3VzrOiRBVqGjxNRYMYaEogt1TsDry0x/VqE=; b=uumNWWcOxW/lgSsTU8fM+ARig3js28XNBb9TtGt/aYSAakm+OcITB3RgwWEwH23Wx9 7IHSO7RdmI0C+ZTzisi59Gv6nKZBgtv3J9vpUpQqg1AxfNmoUhp+sNhDc56DMvPMOJ6s b6E/yzHjxGfPcopec27lT08/aMkZDt6MJyF6Pm2zMHDUdXIx3Kc5Ai9t3KjDMnGbtEXW rsBvYJKtEBo6v3KNZsW8Sv7d1khTkUariX0hbDXb/QVxRjyVzB9OpIv61WC/gRIUaqAt ghM+crBHcHMMEIp45Qjb7UU8O9FyjRPhSL6Uc4Zl9V/+uTY07Ehvwzn98jlijysKw9TL 94Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=XBJqcTvE3VzrOiRBVqGjxNRYMYaEogt1TsDry0x/VqE=; b=eegVuS3zz8+tfyILHFC2pupUVfeyahUavKCDxNHGemKGLwgw2/YlNg3mx62Dtys91I ZhbDZ9+1hK6lw6Qz6pBRZcZ+6FpRYvkGeEnGWHUPR4rQGb2REKmlzOKIOc69kgKT84dH RMe8FshQWf/91/FxMOitU78MOkQ2ua6F5DUiEf3gVdpgZBIo7HyXgTHLE4z6KFjIIvAe 49E2ks3uP8B3meFsMWDQuRSsldq40G42iA7WeAr0r5jxxXLodDjYvZbWpd2XrRMHZ/sB FclGeyxpycHjWdWzn258jPUes9fxFyJB+BoHLmPcVj6trnT/V2Qx5j39pJkMKBmS96Q5 LhhQ== X-Gm-Message-State: AD7BkJKYqIkZPg+8Ro0WDFRgk1AKJ/rbar4I4RS65LvgBCnIqExTstYdJ4FFhVl8n/DFNYxuxNUMSolqUDFKJA== MIME-Version: 1.0 X-Received: by 10.129.152.132 with SMTP id p126mr9876152ywg.92.1459026716231; Sat, 26 Mar 2016 14:11:56 -0700 (PDT) Received: by 10.129.94.10 with HTTP; Sat, 26 Mar 2016 14:11:56 -0700 (PDT) Date: Sat, 26 Mar 2016 16:11:56 -0500 Message-ID: Subject: FreeBSD 10.3 Problem on Xserve G5 From: Bill Sorenson To: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 21:11:57 -0000 Now that 10.3 has settled down and will be official released any day, I decided to try building releng/10.3 on my Xserve G5. Everything builds smoothly but when I reboot on the 10.3 kernel I get this console message: WARNING: Current temperature (PCI SLOTS: 90.5 C) exceeds critical temperature (60.0 C); count=4 Once it gets mad enough the system reboots and starts over. If I boot it up with my 10.2 kernel.old, everything is fine. Something seems off with the hardware monitoring in 10.3. Is there a knob I can tweak to fix it or is it a real bug? Thanks, Bill S.