From 7ef2168c36355e82ff7988bdf1c44663ae31d071 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Tue, 12 Jan 2016 04:18:22 +0000 Subject: [PATCH] Add MMC-CAM entry from Ilya Bakulin --- .../news/status/report-2015-10-2015-12.xml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml b/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml index a5945a2940..8724e5327b 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml @@ -1874,4 +1874,60 @@ The FreeBSD Foundation + + + MMC Stack Under CAM Framework + + + + + Ilya + Bakulin + + ilya@bakulin.de + + + + + Project Information + Source Code + Patch for Review + + + +

The goal of this project is to reimplement the exisitng + MMC/SD stack using the CAM framework. This will permit utilizing + the well-tested CAM locking model and debug features. + Additionally, it will be possible to process interrupts generated + by the inserted card, which is a prerequisite for implementing the + SDIO interface.

+ +

The first version of the code was uploaded to + Phabricator for review. The new stack is able to attach to the SD + card and bring it to an operational state, so it is possible to + read and write to/from the card.

+ +

The only supported SD controller driver is + ti_sdhci, which is used on the BeagleBone Black. + Modifying other SDHCI-compliant drivers should not be + difficult.

+ + + + +

Rework bus/target/LUN enumeration and the locking model + — I don't really understand the CAM locking and am likely to + do it incorrectly.

+
+ + +

Modify the SDHCI driver on at least one x86 platform + — this will make development and collaboration easier.

+
+ + +

Begin implementing SDIO-specific bits.

+
+
+