From owner-freebsd-arm@FreeBSD.ORG Tue Nov 12 07:48:43 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AFC5C46 for ; Tue, 12 Nov 2013 07:48:43 +0000 (UTC) Received: from mail.bsdpad.com (mail.bsdpad.com [109.107.176.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06B5226B8 for ; Tue, 12 Nov 2013 07:48:42 +0000 (UTC) Received: from mail.bsdpad.com ([109.107.176.56]) by mail.bsdpad.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vg8ip-0007Qx-Hy for freebsd-arm@FreeBSD.org; Tue, 12 Nov 2013 11:49:15 +0400 Received: by mail.bsdpad.com (nbSMTP-1.00) for uid 1001 br@mail.bsdpad.com; Tue, 12 Nov 2013 11:49:15 +0400 (MSK) Date: Tue, 12 Nov 2013 11:49:15 +0400 From: Ruslan Bukin To: freebsd-arm Subject: FreeBSD on Freescale Vybrid Message-ID: <20131112074915.GB19103@mail.bsdpad.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.16 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, 12 Nov 2013 07:48:43 -0000 Hi! I'm happy to announce support for Freescale Vybrid Family (VFxxx) microprocessors. VF600 is a cheap single core ARM Cortex-A5 (500Mhz) or dual-core SoC with ARM Cortex-M4 (167Mhz) for low-power offload and real-time responsiveness. The port covers initial support, including drivers for: gpio, usb ehci, nand, uart Also supported: GIC, mpcore_timer, ffec ethernet driver For develop I used Phytec COSMIC board: http://www.phytec.com/products/single-board-computers/ code is here (I will commit it to HEAD very soon) http://hg.bsdpad.com Known issues: 1) ffec ethernet driver can't find media on initialization (trick with cable connector works) Thanks to Freescale for the good docs and to FreeBSD community for the great OS! -Ruslan