From owner-freebsd-arm@FreeBSD.ORG Tue Oct 14 01:39:08 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B1771065695 for ; Tue, 14 Oct 2008 01:39:08 +0000 (UTC) (envelope-from vibarus@googlemail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 2140F8FC0A for ; Tue, 14 Oct 2008 01:39:07 +0000 (UTC) (envelope-from vibarus@googlemail.com) Received: by an-out-0708.google.com with SMTP id b33so167118ana.13 for ; Mon, 13 Oct 2008 18:39:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:subject :cc:in-reply-to:mime-version:content-type:content-transfer-encoding :content-disposition:references; bh=0jnOVWe5UeZoGlrPG+r5WpdoIXpp0gdHW6n/n86uLBM=; b=jhybafL2hdzJBdi4/6azJmPj8hqWRzpV49MSxcQ8lUaaeHRiYYGkWBqOZZSHycnk9Q YXUd+4X2XcGO/78ObVootPSkRrcHxB2M7gUzWUYJjt0gTxtwe8VWCqle/OdcAe1xA37Q q5Fll7qIypOMluP0+b3CHKEa3yi6weOUlPAWo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=q4fO14LUyyVauwMqFAnZUEsIy2vCCcJu7rb/vrN8dC+GOpMPU9UDitlzFHDXs7dqNh qzulTOwfLu1aoxOljytbiT+BczoEyXYkpYONxXm38GkSbDsn/pqr+eSK9/zu1vBd1v6a 2Sl7xZp+IgqQ7cXQaE5/pqjsLwgRpllgDm7Co= Received: by 10.100.216.12 with SMTP id o12mr6707721ang.92.1223946836947; Mon, 13 Oct 2008 18:13:56 -0700 (PDT) Received: by 10.100.206.12 with HTTP; Mon, 13 Oct 2008 18:13:56 -0700 (PDT) Message-ID: Date: Tue, 14 Oct 2008 03:13:56 +0200 From: "Vincent Barus" Cc: freebsd-arm@freebsd.org In-Reply-To: <48DA31B3.5040906@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48DA31B3.5040906@semihalf.com> Subject: Re: FreeBSD/arm support for Marvell chips -- please review X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Oct 2008 01:39:08 -0000 Hi, nice progress. Maybe someday there's a way to get a stripped down FreeBSD working on a d-link dns-323 (http://wiki.dns323.info/ ) ? It's a 88F5181 CPU. Regards, Vincent On Wed, Sep 24, 2008 at 2:25 PM, Rafal Jaworowski wrote: > All, > With the recent series of submits in P4's arm-devel branch, I have completed > import of FreeBSD/arm support for three families of Marvell integrated > systems-on-chip built on ARMv5TE-compliant core. Orion support has been around > for a while already, and recently added were extensions for Kirkwood and > Discovery support, new drivers for integrated peripherals and other improvements. > > I'd like to merge this with SVN within the coming weeks, so would like to ask > everyone to review the code and let me know about any comments or notes: > > 1. CPU + SOC specific integrated peripherals > http://p4web.freebsd.org/@md=d&cd=//depot/&c=jjG@//depot/projects/arm/src/sys/arm/mv/?ac=83 > > 2. Other peripherals: > http://p4web.freebsd.org/@md=d&cd=//depot/&c=jjG@//depot/projects/arm/src/sys/dev/mge/?ac=83 > http://p4web.freebsd.org/@md=d&cd=//depot/&c=jjG@//depot/projects/arm/src/sys/dev/usb/ehci_mbus.c?ac=22 > http://p4web.freebsd.org/@md=d&cd=//depot/&c=jjG@//depot/projects/arm/src/sys/dev/uart/uart_bus_mbus.c?ac=22 > http://p4web.freebsd.org/@md=d&cd=//depot/&c=jjG@//depot/projects/arm/src/sys/dev/uart/uart_cpu_mv.c?ac=22 > > > The code is synced with up-to-date CURRENT and has been successfully tested on > the following chips: > * 88F5182, 88F5281 > * 88F6281 > * MV78100 > > Supported functionality highlights: > * EHCI USB 2.0 > * Ethernet > * GPIO > * Interrupt controller > * L1, L2 cache > * Timers, watchdog, RTC > * TWSI (I2C) > * UART > > * Multiuser operation > * Self-hosted kernel/world builds > * NFS- or USB-mounted root filesystem > > For users reference I have put together an initial howto with examples and > other details: http://wiki.freebsd.org/FreeBSDMarvell > > Rafal > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >