Hello,
> tssdcard.c contains the lines:
>
> #ifdef CONFIG_MACH_TS72XX
> #include "tssdcore.c"
>
> and later
>
> #ifdef CONFIG_TS7800_PLATFORM
>
> #include "tssdcore2.c"
>
> I assume these two .c files are the proprietary routines?
Correct. This block driver is not an official release, it's more of a
work in progress. Although I should note it is working fine from our
testing thus far...
> And since I
> care about the TS7260, does sdcore.h have all of the information from
> tssdcore.c other than the routines themselves?
Yes, this driver is #including the .c file. You'll want to change this
to #include the .h file. tssdcore2.c(aka sdcore2.o) contains support for
SDHC, it is compatible with the TS-72xx, TS-7400, TS-7300, and TS-7800.
tssdcore.c(aka sdcore.o) is not compatible with the TS-7800 and doesn't
support SDHC.
> Also, I gather there are two sets of core routines, one for the TS7800
> and another for TS72xx boards. Does sdcore2.o have both sets?
Yes.
--
Best Regards,
________________________________________________________________
Eddie Dawydiuk, Technologic Systems | voice: (480) 837-5200
16610 East Laser Drive Suite 10 | fax: (480) 837-5300
Fountain Hills, AZ 85268 | web: www.embeddedARM.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|