From owner-freebsd-arm@FreeBSD.ORG Wed Oct 24 13:38:18 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6873D1B1 for ; Wed, 24 Oct 2012 13:38:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 38E258FC14 for ; Wed, 24 Oct 2012 13:38:18 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so390569pad.13 for ; Wed, 24 Oct 2012 06:38:17 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=PPAiR1RhHfZ6UfP88taPqmp0sxa25r9oEw1pg5ReTxs=; b=pE/CuP6mc61hXp4z4dkon2S/YXfpkooL+OfCQAxHQbI9MPzmfj+LTEqY4FWsEZqFHn Jzj/fE+cg5uMowVaCJzrdanJHkHWXboPtbSDbJZXij9W8hlQY5jbA5r0wEyJxLXVHVGV A8aUy4MUnCb0BRxrnCO4KZ0RdNIjwCJYSHWO48/fFSm+qUCsUkQqhBACzZfKI4ac/dKP H+WFvXKlZL+Nuqir1NmVcx37zKcWeDeXgn2SK1Fnzjer3fgJgqFPeq4Hi5CuE8zUXyds BUgWC79ETlWRvJBJ8JdXw3FIXKY1YJ81IpSXMvHdACP1OmU40iWSuknJdAgnxVI++fYP 4Enw== MIME-Version: 1.0 Received: by 10.68.218.226 with SMTP id pj2mr50448850pbc.33.1351085897865; Wed, 24 Oct 2012 06:38:17 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.146.233 with HTTP; Wed, 24 Oct 2012 06:38:17 -0700 (PDT) In-Reply-To: <5087CFB2.5030405@gmail.com> References: <5087CFB2.5030405@gmail.com> Date: Wed, 24 Oct 2012 06:38:17 -0700 X-Google-Sender-Auth: 9NCneNd4OjADucMpNZv-mE-1QDc Message-ID: Subject: Re: BSD licensed Broadcom VideoCore driver From: Adrian Chadd To: "Sevan / Venture37" Content-Type: text/plain; charset=ISO-8859-1 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: Wed, 24 Oct 2012 13:38:18 -0000 On 24 October 2012 04:23, Sevan / Venture37 wrote: > Hello, > The rpi foundation just posted this up. > http://www.raspberrypi.org/archives/2221 Ok, so the GPU is still the big binary blob, but the userland graphics chunk is now not a binary blob. Cool. adrian