[openfirmware] [commit] r3026 - dev/mmc/sdhci

repository service svn at openfirmware.info
Sat Jun 30 00:09:09 CEST 2012


Author: wmb
Date: Sat Jun 30 00:08:07 2012
New Revision: 3026
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3026

Log:
Checked in "slot.fth" file needed by previous checkin.

Added:
   dev/mmc/sdhci/slot.fth

Added: dev/mmc/sdhci/slot.fth
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dev/mmc/sdhci/slot.fth	Sat Jun 30 00:08:07 2012	(r3026)
@@ -0,0 +1,29 @@
+" sdhci" name
+
+0 " #address-cells" integer-property
+0 " #size-cells" integer-property
+: open  true  ;
+: close  ;
+
+: r/w-blocks " r/w-blocks" $call-parent  ;
+: erase-blocks  " erase-blocks" $call-parent  ;
+: fresh-write-blocks-start  " fresh-write-blocks-start" $call-parent  ;
+: r/w-blocks-end " r/w-blocks-end" $call-parent  ;
+: dma-alloc  " dma-alloc" $call-parent  ;
+: dma-free  " dma-free" $call-parent  ;
+: set-address  ( rca -- )  my-unit  " set-address" $call-parent  ;
+: get-address  " get-address" $call-parent  ;
+: attach-card  " attach-card" $call-parent  ;
+: detach-card  " detach-card" $call-parent  ;
+: size  " size" $call-parent  ;
+: show-cid  " show-cid" $call-parent  ;
+: /block  " /block" $call-parent  ;
+: write-protected?  " write-protected?" $call-parent  ;
+: card-inserted?  " card-inserted?" $call-parent  ;
+
+: attach-sdio-card  " attach-sdio-card" $call-parent  ;
+: detach-sdio-card  " detach-sdio-card" $call-parent  ;
+: r/w-ioblocks  " r/w-ioblocks" $call-parent  ;
+: io-b@  " io-b@" $call-parent  ;
+: io-b!  " io-b!" $call-parent  ;
+: io-b!@  " io-b!@" $call-parent  ;



More information about the openfirmware mailing list