From owner-svn-doc-all@FreeBSD.ORG Mon Jul 14 15:34:15 2014 Return-Path: Delivered-To: svn-doc-all@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 ESMTPS id DCCE3962; Mon, 14 Jul 2014 15:34:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDDF923E5; Mon, 14 Jul 2014 15:34:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EFYEfu031209; Mon, 14 Jul 2014 15:34:14 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EFYEg9031208; Mon, 14 Jul 2014 15:34:14 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201407141534.s6EFYEg9031208@svn.freebsd.org> From: Glen Barber Date: Mon, 14 Jul 2014 15:34:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45289 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 15:34:15 -0000 Author: gjb Date: Mon Jul 14 15:34:14 2014 New Revision: 45289 URL: http://svnweb.freebsd.org/changeset/doc/45289 Log: Add MMC/SDIO status report. Submitted by: Ilya Bakulin Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Mon Jul 14 14:47:45 2014 (r45288) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Mon Jul 14 15:34:14 2014 (r45289) @@ -46,7 +46,7 @@ ?>

Thanks to all the reporters for the excellent work! This - report contains 10 entries and we hope you enjoy reading it.

+ report contains 11 entries and we hope you enjoy reading it.

The deadline for submissions covering between July and September 2014 is October 7th, 2014.

@@ -907,4 +907,60 @@ 226 commits to &os; over the April to June period.

+ + + SDIO driver + + + + + Ilya + Bakulin + + ilya@bakulin.de + + + + + SDIO project page on + &os; Wiki + Source + code + + + +

SDIO is an interface designed as an extension of the existing + SD card standard, to allow connecting different peripherals to + the host with the standard SD controller. Peripherals + currently sold at the general market include WLAN/BT modules, + cameras, fingerprint readers, and barcode scanners. + Additionally SDIO is used to connect some peripherals in + products like Chromebooks and Wandboard. A prototype of the + driver for the Marvell SDIO WLAN/BT (Avastar 88W8787) module + is also being developed, using the existing Linux driver as + the reference.

+ +

SDIO card detection and initialization already work, most + needed bus methods are implemented and tested.

+ +

WiFi driver is able to load a firmware onto the card and + initialize it. A rewrite of the MMC stack as a transport + layer for CAM framework is in progress. This will allow to + utilize the well-tested CAM locking model and debug features.

+ + + + SDIO stack: finish CAM migration. The initialization of + MMC/SD card is implemented in the XPT layer, but cannot be + tested with the real hardware because of lack of any device + drivers that implement peripheral drivers and SIMs for CAM + MMC. The plan is to use a modified version of BeagleBone Black + SDHCI controller driver for SIM and a modified version of + mmcsd(4) as a peripheral driver. + + Marvell SDIO WiFi: connect to the &os; network stack, + write the code to implement required functions (such as + sending/receiving data, network scanning and so on). + +