From owner-freebsd-arm@FreeBSD.ORG Sun Sep 19 13:52:10 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCE971065670; Sun, 19 Sep 2010 13:52:10 +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 7CFA78FC0A; Sun, 19 Sep 2010 13:52:10 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o8JDq94C035650; Sun, 19 Sep 2010 09:52:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o8JDq9G1035649; Sun, 19 Sep 2010 13:52:09 GMT (envelope-from tinderbox@freebsd.org) Date: Sun, 19 Sep 2010 13:52:09 GMT Message-Id: <201009191352.o8JDq9G1035649@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 arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2010 13:52:11 -0000 TB --- 2010-09-19 13:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-19 13:00:00 - starting HEAD tinderbox run for arm/arm TB --- 2010-09-19 13:00:00 - cleaning the object tree TB --- 2010-09-19 13:00:51 - cvsupping the source tree TB --- 2010-09-19 13:00:51 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2010-09-19 13:02:05 - building world TB --- 2010-09-19 13:02:05 - MAKEOBJDIRPREFIX=/obj TB --- 2010-09-19 13:02:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-09-19 13:02:05 - TARGET=arm TB --- 2010-09-19 13:02:05 - TARGET_ARCH=arm TB --- 2010-09-19 13:02:05 - TZ=UTC TB --- 2010-09-19 13:02:05 - __MAKE_CONF=/dev/null TB --- 2010-09-19 13:02:05 - cd /src TB --- 2010-09-19 13:02:05 - /usr/bin/make -B buildworld >>> World build started on Sun Sep 19 13:02:06 UTC 2010 >>> 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 [...] cc -O -pipe -DLIBGEOM -I/src/sbin/ggate/ggatel/../shared -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/sbin/ggate/ggatel/../shared/ggate.c cc -O -pipe -DLIBGEOM -I/src/sbin/ggate/ggatel/../shared -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o ggatel ggatel.o ggate.o -lgeom -lsbuf -lbsdxml -lutil gzip -cn /src/sbin/ggate/ggatel/ggatel.8 > ggatel.8.gz ===> sbin/growfs (all) cc -O -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/sbin/growfs/growfs.c cc1: warnings being treated as errors /src/sbin/growfs/growfs.c: In function 'initcg': /src/sbin/growfs/growfs.c:455: warning: cast increases required alignment of target type *** Error code 1 Stop in /src/sbin/growfs. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-09-19 13:52:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-09-19 13:52:09 - ERROR: failed to build world TB --- 2010-09-19 13:52:09 - 1965.18 user 794.88 system 3128.49 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Mon Sep 20 05:01:09 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70E1106564A; Mon, 20 Sep 2010 05:01:09 +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 93D4C8FC0A; Mon, 20 Sep 2010 05:01:09 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o8K5188V026792; Mon, 20 Sep 2010 01:01:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o8K5183t026791; Mon, 20 Sep 2010 05:01:08 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 20 Sep 2010 05:01:08 GMT Message-Id: <201009200501.o8K5183t026791@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 arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 05:01:09 -0000 TB --- 2010-09-20 04:55:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-20 04:55:00 - starting HEAD tinderbox run for arm/arm TB --- 2010-09-20 04:55:00 - cleaning the object tree TB --- 2010-09-20 04:55:38 - cvsupping the source tree TB --- 2010-09-20 04:55:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup5.freebsd.org /tinderbox/HEAD/arm/arm/supfile TB --- 2010-09-20 05:01:08 - WARNING: /usr/bin/csup returned exit code 1 TB --- 2010-09-20 05:01:08 - ERROR: unable to cvsup the source tree TB --- 2010-09-20 05:01:08 - 1.19 user 35.12 system 367.85 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Mon Sep 20 11:06:51 2010 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83BAC1065670 for ; Mon, 20 Sep 2010 11:06:51 +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 71D338FC1D for ; Mon, 20 Sep 2010 11:06:51 +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 o8KB6psO014885 for ; Mon, 20 Sep 2010 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8KB6oEA014883 for freebsd-arm@FreeBSD.org; Mon, 20 Sep 2010 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Sep 2010 11:06:50 GMT Message-Id: <201009201106.o8KB6oEA014883@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 11:06:51 -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 arm/150581 arm [irq] Unknown error generates IRQ address decoding err o arm/149288 arm mail/dovecot causes panic during configure on Sheevapl o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 o arm/134338 arm [patch] Lock GPIO accesses on ixp425 4 problems total. From owner-freebsd-arm@FreeBSD.ORG Mon Sep 20 11:26:13 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53553106566C for ; Mon, 20 Sep 2010 11:26:13 +0000 (UTC) (envelope-from mark@exonetric.com) Received: from relay0.exonetric.net (relay0.exonetric.net [82.138.248.161]) by mx1.freebsd.org (Postfix) with ESMTP id 20DA88FC12 for ; Mon, 20 Sep 2010 11:26:12 +0000 (UTC) Received: from markimac.fairfx.local (unknown [62.244.179.66]) by relay0.exonetric.net (Postfix) with ESMTP id E14D557007 for ; Mon, 20 Sep 2010 12:09:30 +0100 (BST) Message-ID: <4C9740EA.1030600@exonetric.com> Date: Mon, 20 Sep 2010 12:09:30 +0100 From: Mark Blackman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.13) Gecko/20100914 SeaMonkey/2.0.8 MIME-Version: 1.0 To: arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: freebsd-arm on apple TV X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 11:26:13 -0000 Hi, Would anyone care to speculate on how hard it would be to run FreeBSD on the Apple TV, now that it's ARM based? http://www.apple.com/appletv/specs.html I suppose there's at least two big elements a) can you actually get a FreeBSD boot media into the boot sequence somehow? b) How far is the A4 from the existing ports? Anyway, just curious. Cheers, Mark From owner-freebsd-arm@FreeBSD.ORG Mon Sep 20 17:32:28 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3048F1065693 for ; Mon, 20 Sep 2010 17:32:28 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BD4F58FC08 for ; Mon, 20 Sep 2010 17:32:27 +0000 (UTC) Received: by bwz15 with SMTP id 15so5747995bwz.13 for ; Mon, 20 Sep 2010 10:32:26 -0700 (PDT) Received: by 10.204.35.5 with SMTP id n5mr6931016bkd.155.1285003946431; Mon, 20 Sep 2010 10:32:26 -0700 (PDT) Received: from rnote.ddteam.net (26-56-132-95.pool.ukrtel.net [95.132.56.26]) by mx.google.com with ESMTPS id y19sm6738210bkw.18.2010.09.20.10.32.23 (version=SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 10:32:24 -0700 (PDT) Date: Mon, 20 Sep 2010 20:32:17 +0300 From: Aleksandr Rybalko To: Mark Blackman Message-Id: <20100920203217.da6a7a8e.ray@ddteam.net> In-Reply-To: <4C9740EA.1030600@exonetric.com> References: <4C9740EA.1030600@exonetric.com> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: arm@freebsd.org Subject: Re: freebsd-arm on apple TV X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 17:32:28 -0000 On Mon, 20 Sep 2010 12:09:30 +0100 Mark Blackman wrote: > Hi, > > Would anyone care to speculate on how hard it would be to run FreeBSD on > the Apple TV, now that it's ARM based? > > http://www.apple.com/appletv/specs.html > > I suppose there's at least two big elements > > a) can you actually get a FreeBSD boot media into the boot sequence somehow? > > b) How far is the A4 from the existing ports? > > Anyway, just curious. > > Cheers, > Mark > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" Hi, I have experience with D-Link STB and Media Players, and found all of those hardware have open source OS (Linux in most cases), but drivers for video decoders/encoders shipped as binary, and CPU without support from decoder can`t do realtime decoding of streams, even if it is MPEG2. -- Aleksandr Rybalko From owner-freebsd-arm@FreeBSD.ORG Tue Sep 21 12:52:43 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7AEE106566C for ; Tue, 21 Sep 2010 12:52:43 +0000 (UTC) (envelope-from marktinguely@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id AE9BF8FC1D for ; Tue, 21 Sep 2010 12:52:43 +0000 (UTC) Received: by iwn34 with SMTP id 34so6155300iwn.13 for ; Tue, 21 Sep 2010 05:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=3Ahuzlyo9F6+F95qAAu6fyxeXiSEA1TnY5ANooa2uHI=; b=cUlL0Sm8+nL9kkrL6GeedhsdNGDKtnX6R8NPoox/BP02sTYERepHUteg0Ay22UeoLv FU6I+MYGGj9eFLBzjFajuxtgIuQ9Sf358geg/NLhT7GO70EJWmak8GuCThUOWs3g4t0t ZYQ1nsRMaV7u8yqUqjIAJSMtIghvaVeVALdxY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=bQU1Zhne2ClMiq8PMdKNtIGg8fCIw1xDRhPtdYmeH/22H3AA3rWV9rLIalBByQvLbQ AciI/6l8/SJpJiiS0GdnMRw1iwzLzqgxZld6Lv04pt8ME5McnzlrxVb63E1kf1+KnMcp L5Vwico5ygxB1iCQNOfQ15u4IMCZ5c8w4YCak= Received: by 10.231.167.196 with SMTP id r4mr11932325iby.29.1285072250751; Tue, 21 Sep 2010 05:30:50 -0700 (PDT) Received: from [192.168.0.100] (71-38-48-15.frgo.qwest.net [71.38.48.15]) by mx.google.com with ESMTPS id i6sm9098236iba.8.2010.09.21.05.30.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Sep 2010 05:30:50 -0700 (PDT) Message-ID: <4C98A573.2010401@gmail.com> Date: Tue, 21 Sep 2010 07:30:43 -0500 From: Mark Tinguely User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "freebsd-arm@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: anyone tried clang? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 12:52:44 -0000 Has anyone tried to compile the FreeBSD ARM kernel and/or world using clang? A new compiler and binutils are need for the new ARMv6/ARMv7 features. I have a heavy modified early gcc45 snapshot which has grown stale and the newer gnu binutils 2.20 to compile kernels. This gcc45 does not compile libraries under buildworld. --Mark. From owner-freebsd-arm@FreeBSD.ORG Tue Sep 21 14:26:23 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BB901065673; Tue, 21 Sep 2010 14:26:23 +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 13A668FC13; Tue, 21 Sep 2010 14:26:22 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o8LEQLVH005442; Tue, 21 Sep 2010 10:26:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o8LEQLiM005439; Tue, 21 Sep 2010 14:26:21 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 21 Sep 2010 14:26:21 GMT Message-Id: <201009211426.o8LEQLiM005439@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 arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 14:26:23 -0000 TB --- 2010-09-21 14:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-21 14:20:00 - starting HEAD tinderbox run for arm/arm TB --- 2010-09-21 14:20:00 - cleaning the object tree TB --- 2010-09-21 14:20:45 - cvsupping the source tree TB --- 2010-09-21 14:20:45 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup5.freebsd.org /tinderbox/HEAD/arm/arm/supfile TB --- 2010-09-21 14:26:21 - WARNING: /usr/bin/csup returned exit code 1 TB --- 2010-09-21 14:26:21 - ERROR: unable to cvsup the source tree TB --- 2010-09-21 14:26:21 - 1.34 user 45.49 system 381.34 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Sep 24 00:09:39 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A6511065695 for ; Fri, 24 Sep 2010 00:09:39 +0000 (UTC) (envelope-from twitter-invite-freebsd-arm=freebsd.org@postmaster.twitter.com) Received: from mx005.twitter.com (mx005.twitter.com [128.121.146.141]) by mx1.freebsd.org (Postfix) with ESMTP id 152A58FC31 for ; Fri, 24 Sep 2010 00:09:39 +0000 (UTC) Received: from twitter.com (localhost [127.0.0.1]) by mx005.twitter.com (Postfix) with ESMTP id 35FF7AB0DAE for ; Thu, 23 Sep 2010 23:51:11 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 mx005.twitter.com 35FF7AB0DAE DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=twitter.com; s=dkim; t=1285285871; i=@twitter.com; bh=yXuBwLb5/EuQKtyWyPvvwWlluU0=; h=Date:From:Sender:Reply-To:To:Message-Id:Subject:Mime-Version: Content-Type; b=BpMDxJE2MuLbserFDI1FH+P+n6X+amaOLoUkTZDWjyycKbMCBtGGBLQSEDH/tfq9K bf7paOf6SxMbbKUsvG2git3hzgtA28R5O1Ognusvi/L8f4h0hkRPTTDNkep31K3JeS Hn3b5HOKA+zuAnD7fwThIE0dG/pkChWwVQ7BDSAs= X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 mx005.twitter.com 35FF7AB0DAE DomainKey-Signature: a=rsa-sha1; s=default; d=twitter.com; c=simple; q=dns; b=I4ladRGWD4Ef/p85R/AvDedBdye6ZjIH5cwAXy1oT5NxIQCSZc3Afwcy8xxUoHdOa sDTwZ7cjNDuVlmXpUg7wg== Date: Thu, 23 Sep 2010 23:51:11 +0000 From: Twitter Sender: Twitter To: freebsd-arm@freebsd.org Message-Id: <4c9be7ef34bb7_ae53ce4ea9c36976d@mx005.twitter.com.tmail> Mime-Version: 1.0 X-Campaignid: twitter20081014103612 Errors-To: Twitter Bounces-To: Twitter Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Naturix wants to keep up with you on Twitter X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noreply@postmaster.twitter.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 00:09:39 -0000 Twitter connects you with everything you want to know, right now. Short b= ursts of information are readily available from news organizations, corpo= rate entities, politicians, celebrities, local businesses - even your clo= se friends and family. Also, if you have something to share with the worl= d, Twitter makes it super easy. To join for free, click the link below. http://twitter.com/i/9ff172142d2c8e4d9f1900840a6f07c87535d6cc Thanks, @twitter About Twitter, Inc. Founded in 2007, Twitter Inc believes the open exchange of information ca= n have a positive global impact. Every "Tweet" is limited to 140 characte= rs of text or links which means they are easily written or read on a wide= variety of services and devices including any mobile phone, social netwo= rks, television, Macs, PCs, and the Web. This message was sent by a Twitter user who entered your email address. I= f you'd prefer not to receive emails when other people invite you to Twit= ter, click here: http://twitter.com/i/o?c=3DZNV%2BN6G7N7hCH%2FI7RftgadfFR= d1lx2fh= From owner-freebsd-arm@FreeBSD.ORG Fri Sep 24 00:09:43 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E68710656A3 for ; Fri, 24 Sep 2010 00:09:43 +0000 (UTC) (envelope-from twitter-invite-freebsd-arm=freebsd.org@postmaster.twitter.com) Received: from mx005.twitter.com (mx005.twitter.com [128.121.146.141]) by mx1.freebsd.org (Postfix) with ESMTP id 09D998FC3C for ; Fri, 24 Sep 2010 00:09:43 +0000 (UTC) Received: from twitter.com (localhost [127.0.0.1]) by mx005.twitter.com (Postfix) with ESMTP id C27C9AB0B82 for ; Thu, 23 Sep 2010 23:50:46 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 mx005.twitter.com C27C9AB0B82 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=twitter.com; s=dkim; t=1285285846; i=@twitter.com; bh=vVbStTPHsrK7hXbhaWm54s0vJLM=; h=Date:From:Sender:Reply-To:To:Message-Id:Subject:Mime-Version: Content-Type; b=ICiNHzIqNZTccMn/iK8SeINMohDL0UqWUD9+IpmWgVNKi7rTiSZO2T/brepnYCK39 EBzL24+4mES/Y5yWFyzMgYVkABDnvvKOHjaR/Xhkb6k9KKmwP6flCqHqMj7z7nF8v4 4y0S+CXezDZSTOitpQCSvl+zZF+uUX8yrBtaPLZY= X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 mx005.twitter.com C27C9AB0B82 DomainKey-Signature: a=rsa-sha1; s=default; d=twitter.com; c=simple; q=dns; b=yixFmfE/OJEFXYGIzO99TYWnlUd6KbERd5pOu4UR4dG3qQ2oZzBmtH8eTSFIvt+7g dEPohYh5y2X7gnqoFiShQ== Date: Thu, 23 Sep 2010 23:50:46 +0000 From: Twitter Sender: Twitter To: freebsd-arm@freebsd.org Message-Id: <4c9be7d6c0ccf_ae53ce4ea9c3669bc@mx005.twitter.com.tmail> Mime-Version: 1.0 X-Campaignid: twitter20081014103612 Errors-To: Twitter Bounces-To: Twitter Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Naturix wants to keep up with you on Twitter X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noreply@postmaster.twitter.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 00:09:43 -0000 Twitter connects you with everything you want to know, right now. Short b= ursts of information are readily available from news organizations, corpo= rate entities, politicians, celebrities, local businesses - even your clo= se friends and family. Also, if you have something to share with the worl= d, Twitter makes it super easy. To join for free, click the link below. http://twitter.com/i/491ec8a23eea0a181b25827ea8e6c7f66866c8dd Thanks, @twitter About Twitter, Inc. Founded in 2007, Twitter Inc believes the open exchange of information ca= n have a positive global impact. Every "Tweet" is limited to 140 characte= rs of text or links which means they are easily written or read on a wide= variety of services and devices including any mobile phone, social netwo= rks, television, Macs, PCs, and the Web. This message was sent by a Twitter user who entered your email address. I= f you'd prefer not to receive emails when other people invite you to Twit= ter, click here: http://twitter.com/i/o?c=3DZNV%2BN6G7N7hCH%2FI7RftgadfFR= d1lx2fh= From owner-freebsd-arm@FreeBSD.ORG Fri Sep 24 00:09:50 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A5BA10656C1 for ; Fri, 24 Sep 2010 00:09:50 +0000 (UTC) (envelope-from twitter-invite-freebsd-arm=freebsd.org@postmaster.twitter.com) Received: from mx006.twitter.com (mx006.twitter.com [128.121.146.142]) by mx1.freebsd.org (Postfix) with ESMTP id EA20B8FC12 for ; Fri, 24 Sep 2010 00:09:49 +0000 (UTC) Received: from twitter.com (localhost [127.0.0.1]) by mx006.twitter.com (Postfix) with ESMTP id 8F680F5504D for ; Thu, 23 Sep 2010 23:51:24 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 mx006.twitter.com 8F680F5504D DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=twitter.com; s=dkim; t=1285285884; i=@twitter.com; bh=IIYlv2u4FTitAn3wA4Woonbx2dM=; h=Date:From:Sender:Reply-To:To:Message-Id:Subject:Mime-Version: Content-Type; b=m5MK4sZJ+9+LxkXFBMSGMssLj/hecOFiMCSp0cbsVWxuXfxch0D3Jp4Lj6clOz/Se NNQT+Jy1Or6Y3mfwkMjNPcB/ZNy2rcz1CW3c9hyF1Q3F/X/s2Y33x8tkQ1J0Vy0SD/ 9Y2T97166ECgxGkNnYfpHpoeLWnVmPTGBCq7wmzg= X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 mx006.twitter.com 8F680F5504D DomainKey-Signature: a=rsa-sha1; s=default; d=twitter.com; c=simple; q=dns; b=vEllPIGSdcKexW24yrd0d9SHNzetthBz/i6HSmpSbkcmIEEOne869hpqDy1KZn2Z1 TVzn5Bk9JlWsm0iq9ZE8Q== Date: Thu, 23 Sep 2010 23:51:24 +0000 From: Twitter Sender: Twitter To: freebsd-arm@freebsd.org Message-Id: <4c9be7fc8d56e_72ee6c7729c38305b@mx006.twitter.com.tmail> Mime-Version: 1.0 X-Campaignid: twitter20081014103612 Errors-To: Twitter Bounces-To: Twitter Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Naturix wants to keep up with you on Twitter X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noreply@postmaster.twitter.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 00:09:50 -0000 Twitter connects you with everything you want to know, right now. Short b= ursts of information are readily available from news organizations, corpo= rate entities, politicians, celebrities, local businesses - even your clo= se friends and family. Also, if you have something to share with the worl= d, Twitter makes it super easy. To join for free, click the link below. http://twitter.com/i/86efead1d698b13b197c55da33b520c81d8bb2fd Thanks, @twitter About Twitter, Inc. Founded in 2007, Twitter Inc believes the open exchange of information ca= n have a positive global impact. Every "Tweet" is limited to 140 characte= rs of text or links which means they are easily written or read on a wide= variety of services and devices including any mobile phone, social netwo= rks, television, Macs, PCs, and the Web. This message was sent by a Twitter user who entered your email address. I= f you'd prefer not to receive emails when other people invite you to Twit= ter, click here: http://twitter.com/i/o?c=3DZNV%2BN6G7N7hCH%2FI7RftgadfFR= d1lx2fh= From owner-freebsd-arm@FreeBSD.ORG Fri Sep 24 00:09:56 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38F4D10656C7 for ; Fri, 24 Sep 2010 00:09:56 +0000 (UTC) (envelope-from twitter-invite-freebsd-arm=freebsd.org@postmaster.twitter.com) Received: from mx006.twitter.com (mx006.twitter.com [128.121.146.142]) by mx1.freebsd.org (Postfix) with ESMTP id 1436C8FC0A for ; Fri, 24 Sep 2010 00:09:56 +0000 (UTC) Received: from twitter.com (localhost [127.0.0.1]) by mx006.twitter.com (Postfix) with ESMTP id DB76EDEFF78 for ; Thu, 23 Sep 2010 23:50:56 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 mx006.twitter.com DB76EDEFF78 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=twitter.com; s=dkim; t=1285285856; i=@twitter.com; bh=3YYKjIvLLh3hQT2l6H4kL9wttfY=; h=Date:From:Sender:Reply-To:To:Message-Id:Subject:Mime-Version: Content-Type; b=RIVLFBjf0UOMDLCS67EtOR4F32QteGRNR7FiQsO5meoACoKA5HRvdbNRpPikG7UWU ZeSJTxcIzPA5EvIlMfZPCYM4e07+9wGMEQv9K7svOxlVzndAFZKSwtSDM9gz3ROfqy D52oTWTQNwIcn4NUvqd81zmOOPtS+fOwfgTsoEuE= X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 mx006.twitter.com DB76EDEFF78 DomainKey-Signature: a=rsa-sha1; s=default; d=twitter.com; c=simple; q=dns; b=uBzVE8vwR5U7AIU/6fsSJ5OUucm7CqDaIwAafrey7lK0WaFrebGDwQJMA9oEFzaQb pT6Czm8a/KQX/4+ijfMvw== Date: Thu, 23 Sep 2010 23:50:56 +0000 From: Twitter Sender: Twitter To: freebsd-arm@freebsd.org Message-Id: <4c9be7e0d9fd4_83517186a9436609@mx006.twitter.com.tmail> Mime-Version: 1.0 X-Campaignid: twitter20081014103612 Errors-To: Twitter Bounces-To: Twitter Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Naturix wants to keep up with you on Twitter X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noreply@postmaster.twitter.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 00:09:56 -0000 Twitter connects you with everything you want to know, right now. Short b= ursts of information are readily available from news organizations, corpo= rate entities, politicians, celebrities, local businesses - even your clo= se friends and family. Also, if you have something to share with the worl= d, Twitter makes it super easy. To join for free, click the link below. http://twitter.com/i/6b1591d4dcdf22be93fee60fc9ac8fb66c9be057 Thanks, @twitter About Twitter, Inc. Founded in 2007, Twitter Inc believes the open exchange of information ca= n have a positive global impact. Every "Tweet" is limited to 140 characte= rs of text or links which means they are easily written or read on a wide= variety of services and devices including any mobile phone, social netwo= rks, television, Macs, PCs, and the Web. This message was sent by a Twitter user who entered your email address. I= f you'd prefer not to receive emails when other people invite you to Twit= ter, click here: http://twitter.com/i/o?c=3DZNV%2BN6G7N7hCH%2FI7RftgadfFR= d1lx2fh= From owner-freebsd-arm@FreeBSD.ORG Sat Sep 25 21:54:02 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED9AF106566B for ; Sat, 25 Sep 2010 21:54:02 +0000 (UTC) (envelope-from paketix@bluewin.ch) Received: from mail31.bluewin.ch (mail31.bluewin.ch [195.186.18.72]) by mx1.freebsd.org (Postfix) with ESMTP id 715DC8FC14 for ; Sat, 25 Sep 2010 21:54:02 +0000 (UTC) Received: from [195.186.18.83] ([195.186.18.83:37188] helo=tr15.bluewin.ch) by mail31.bluewin.ch (envelope-from ) (ecelerity 2.2.2.45 r()) with ESMTP id DD/DC-19667-FEB6E9C4; Sat, 25 Sep 2010 21:38:55 +0000 Received: from [192.168.1.62] (188.61.142.81) by tr15.bluewin.ch (The Blue Window 8.5.119.018.5.119.01) (authenticated as paketix@bluewin.ch) id 4C692102017EE24B for arm@freebsd.org; Sat, 25 Sep 2010 21:38:55 +0000 From: Patrick Oeschger Date: Sat, 25 Sep 2010 23:38:53 +0200 Message-Id: <28AED15F-12D7-41AB-9CD4-20D791CD1EAD@bluewin.ch> To: arm@freebsd.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Porting effort towards TILERA massive multicore CPUs...? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 21:54:03 -0000 there is a rather new processor from TILERA (100 core chip) which is most certainly already known here at FreeBSD ARM mailing list. [http://www.tilera.com/products/processors/TILE-Gx_Family] the processor/platform is targeted towards: - high performance network security platforms - firewalling/vpn - utm - l7 deep packet inspection - network monitoring and forensics - cloud computing - web application (lamp) - data caching (memcached) - database applications - high-performance computing chris metcalf from TILERA did the current linux port and i was in contact with him about two weeks ago. it was chris who brought me in contact with the director of sales for the EMEA region. btw: at this time QUANTA computer is starting to offer a 512 core 2U box with an impressive performance/watt ratio (400 watts only for 512 cores). [http://www.tilera.com/solutions/cloud_computing] i guess those massive multicore chips would enable bleeding edge high performance solutions based on FreeBSD. now... - anyone interested in porting FreeBSD/ARM towards TILERA? - is there already some ongoing porting effort? - porting for this chip already discussed in this mailing list? many thx /pat some links for those who want some more details: company homepage: http://www.tilera.com/ 64core processor: http://www.tilera.com/products/processors/TILEPRO64 100core processor with hardware packet (pre)processing http://www.tilera.com/products/processors/TILE-Gx_Family sample architecture for network appliances: http://www.tilera.com/solutions/networking/network_security_appliances 512core system from QUANTA computer inc. (available Q4-10/Q1-11): http://www.tilera.com/solutions/cloud_computing development system from TILERA: http://www.tilera.com/products/platforms/TILEmpower_platform From owner-freebsd-arm@FreeBSD.ORG Sat Sep 25 23:14:29 2010 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4FD7106566C for ; Sat, 25 Sep 2010 23:14:29 +0000 (UTC) (envelope-from gautham@lisphacker.org) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6AEBE8FC0A for ; Sat, 25 Sep 2010 23:14:29 +0000 (UTC) Received: by wyb33 with SMTP id 33so4967627wyb.13 for ; Sat, 25 Sep 2010 16:14:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.155.206 with SMTP id j56mr4327975wek.67.1285454883197; Sat, 25 Sep 2010 15:48:03 -0700 (PDT) Received: by 10.216.50.81 with HTTP; Sat, 25 Sep 2010 15:48:03 -0700 (PDT) In-Reply-To: <28AED15F-12D7-41AB-9CD4-20D791CD1EAD@bluewin.ch> References: <28AED15F-12D7-41AB-9CD4-20D791CD1EAD@bluewin.ch> Date: Sat, 25 Sep 2010 23:48:03 +0100 Message-ID: From: Gautham Ganapathy To: Patrick Oeschger Content-Type: text/plain; charset=ISO-8859-1 Cc: arm@freebsd.org Subject: Re: Porting effort towards TILERA massive multicore CPUs...? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 23:14:29 -0000 On Sat, Sep 25, 2010 at 10:38 PM, Patrick Oeschger wrote: > - anyone interested in porting FreeBSD/ARM towards TILERA? > - is there already some ongoing porting effort? > - porting for this chip already discussed in this mailing list? > > many thx > /pat > I thought Tilera had cores that used a MIPS-based VLIW instruction set Gautham