From owner-freebsd-arm@FreeBSD.ORG Sun Apr 21 03:34:29 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 06793CCF for ; Sun, 21 Apr 2013 03:34:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by mx1.freebsd.org (Postfix) with ESMTP id D8187152 for ; Sun, 21 Apr 2013 03:34:28 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id 10so2919652pdi.15 for ; Sat, 20 Apr 2013 20:34:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=IiW2J4nUzAexVKU7vmq/rNJwSy6w193sTXkIbVDQ23I=; b=h9EqYQYwHIoQo2PFwvIv4VUSgt2QPApo3SvHFM84usWM3IwS8b3SvpDEHZ196uTJDc dRBan5X0BKy/zcnd7N9ND+ru5aYbhlQlHM+IP0qySq2lBpE1iwIbh0IxvnUo5gKIAbxC 14fcQvpXoAJgVIUL/EucBlXkHa7hZ8kNc19Ye6NN6iLvFy809cZlMstxAk+iWQtX9Twe BwuqY+Bi1U2pNiUBO9bNKhKdXVPKbU/9KVXZ0FLThjdxi2I+KQ7Rf6wVX9jOtRNUc/H7 0nlp6GFSx+GpgKt1nW5+p/ZMv5P7QfayTkSpKRpMK7P1XPRZTg8vl9+/TBh8NKuna+ih BFTA== X-Received: by 10.66.157.36 with SMTP id wj4mr6018351pab.88.1366514773716; Sat, 20 Apr 2013 20:26:13 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id ag4sm3023236pbc.20.2013.04.20.20.26.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 20 Apr 2013 20:26:11 -0700 (PDT) Sender: Warner Losh Subject: Re: RPi VideoCore Port? Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Sat, 20 Apr 2013 21:26:08 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Tim Kientzle X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnYcWLpswnR/yE2HFB/wMIPVA8tj2ToNoToswtd+iDQs4KPC4yPi5tdKVTeI0u7Lp6Jrff+ 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 03:34:29 -0000 On Apr 20, 2013, at 6:01 PM, Tim Kientzle wrote: > 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. Yes. 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.. Warner