From owner-freebsd-arm@FreeBSD.ORG Fri Nov 1 04:59:00 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55F433A0; Fri, 1 Nov 2013 04:59:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09EE62C2B; Fri, 1 Nov 2013 04:58:59 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id x12so2242050qcv.14 for ; Thu, 31 Oct 2013 21:58:59 -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:content-type; bh=DYuXHRZTN8uc5s172RffwP1WwrIM8zs6qIqMGv1OR98=; b=N4uk/ECEpaC0EUj9cpy8rtuJBvDkfw2jLHJT+dRLYIAXXbis5GWTfhfH/rEv7zobgT BwrXDD3LnuhR8r+lW/KcWWJUnbnxnAfOdq3oiGwaagWwyXXJCQMTV+bhpbs8eUUrTQSe 3GnxliU58GNnZHzr81B+eqLdL1RLna3Cjpg77IoNG5GVhc8BLZoO1iaV7k3epZEXrAaa fCEF/P/2qrLDwYxDrRfbo3qmIRGkV4frB5FZHxfg49KeocTlcgWAdmon5iwuEzSTetit EtAD0zlkTGrMamAiyezF2enDomz+L3hBNGO2wqpOe2jViUP58T9Acrcoh4/37iGY4Dk6 sI9w== MIME-Version: 1.0 X-Received: by 10.229.244.69 with SMTP id lp5mr1475534qcb.14.1383281939165; Thu, 31 Oct 2013 21:58:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Thu, 31 Oct 2013 21:58:59 -0700 (PDT) In-Reply-To: <1383272225.31172.60.camel@revolution.hippie.lan> References: <1383272225.31172.60.camel@revolution.hippie.lan> Date: Thu, 31 Oct 2013 21:58:59 -0700 X-Google-Sender-Auth: xFDQf7_bGtps8YIcI6js-Cory0o Message-ID: Subject: Re: Wandboard support From: Adrian Chadd To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arm 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: Fri, 01 Nov 2013 04:59:00 -0000 Hi! On 31 October 2013 19:17, Ian Lepore wrote: > As of r257489 we now have some support for i.MX6 in general and > Wandboard specifically. There is much work to do, especially in the > area of clock and power management and pinmux control, and someone other > than me will have to look towards graphics and sound support (I have no > skills in those areas). > Cool! Can you describe what you need in the clock / power management areas? -adrian