From owner-soc-status@FreeBSD.ORG Thu Jul 14 00:16:52 2011 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D5AC106564A for ; Thu, 14 Jul 2011 00:16:52 +0000 (UTC) (envelope-from jakub.klama@uj.edu.pl) Received: from mail.uj.edu.pl (mail.uj.edu.pl [149.156.89.147]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1B88FC12 for ; Thu, 14 Jul 2011 00:16:51 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from mbox.uj.edu.pl ([unknown] [149.156.89.248]) by mta.uoks.uj.edu.pl (Sun Java(tm) System Messaging Server 7u3-12.01 64bit (built Oct 15 2009)) with ESMTP id <0LOA003MERG2G470@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Thu, 14 Jul 2011 02:16:50 +0200 (CEST) Date: Thu, 14 Jul 2011 02:16:49 +0200 From: jakub.klama@uj.edu.pl To: soc-status@freebsd.org Message-id: <161ac2989a2ba2fcb58ad7d715b7fcb6@uj.edu.pl> X-Sender: jakub.klama@uj.edu.pl User-Agent: Roundcube Webmail/0.5 Subject: FreeBSD/ARM port to NXP LPC32x0 - status report #7 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 00:16:52 -0000 Hi, This is #7 status report of project aiming to port FreeBSD to LPC32x0 ARM9 System-on-Chip. It currently boots in single- and multiuser mode from NFS and from USB stick. Sorry for being a little late. Things done this week: * Working hard at MMC/SD controller driver. As for now, controller detects the card correctly but the data transfer is broken. Documentation in NXP's User Manual is a bit laconic, but it's standard ARM PrimeCell PL180 controller, so I will be searching more information on ARM Ltd. site and in other systems drivers source code. Things for next week: * Make data transfer from/to SD cards working, clean the driver and commit it. * Write drivers for GPIO and touchscreen. Regards, Jakub Klama