From owner-freebsd-arm@FreeBSD.ORG Sun Apr 21 05:20:17 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5ED155F5 for ; Sun, 21 Apr 2013 05:20:17 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 397DB69A for ; Sun, 21 Apr 2013 05:20:16 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r3L5KD1q001743; Sun, 21 Apr 2013 05:20:13 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id trenj5x4h3ex2f3h3i2j7i76pi; Sun, 21 Apr 2013 05:20:13 +0000 (UTC) (envelope-from kientzle@freebsd.org) Subject: Re: RPi VideoCore Port? Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Sat, 20 Apr 2013 22:20:12 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <60DC6CD5-F3CD-4E4F-AEAA-FAEA6EE5D07A@freebsd.org> References: To: Warner Losh X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 05:20:17 -0000 On Apr 20, 2013, at 8:26 PM, Warner Losh wrote: >=20 > On Apr 20, 2013, at 6:01 PM, Tim Kientzle wrote: >=20 >> Has anyone tried wrapping up the RPi VideoCore kernel >> module and user libraries as ports? >>=20 >> I've been playing with cross-building them and just >> realized that it would be easier to have them as ports; >> that would be easier to build/install natively and open >> the way for a pre-built package in the future. >=20 > Yes. >=20 > Are these ports of the Linux packages? I'm looking to package the Mali = GPU code from linux and would be happier if I don't have to blaze the = whole trail.. Oleksandr's already done the hard part of porting them to FreeBSD: http://kernelnomicon.org/?p=3D185 https://github.com/gonzoua/vchiq-freebsd https://github.com/gonzoua/userland I've been building them as part of the Crochet image for RaspberryPi but I suspect it would make more sense to have them as straight FreeBSD ports so they can be built and distributed as packages. Tim