omap3530/base_beagle.mrp
author arunabha
Wed, 03 Mar 2010 13:10:32 +0000
changeset 23 117faf51deac
parent 0 6663340f3fc9
child 77 e5fd00cbb70a
child 98 b3e9a64f6a92
permissions -rwxr-xr-x
Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver this storage driver is for the West Bridge Astoria chipset. This device has a USB, SD and processor port for communication with a baseband processor. In our port, we connected this device DVK to the Beagleboard through the SPI interface of the OMAP3. After driver installation, the Symbian OS can see an external device or D: drive represented by the SD card. In this driver, the USB interface is not used directly, though this may be the subject of future contributions. The appropriate way to test the driver is to access the external volume and do file read and write to it, pretty much the same way you would test a thumb drive on your PC
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     1
component  base_beagle
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     2
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     3
source \sf\adaptation\beagleboard\omap3530
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     4
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     5
binary	\sf\adaptation\beagleboard\omap3530\assp all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     6
binary	\sf\adaptation\beagleboard\omap3530\beagleboard all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     7
binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\hal all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     8
binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\keytran all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     9
binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\lcd all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    10
binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\led all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    11
# binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\prm all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    12
binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\serialmouse all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    13
binary	\sf\adaptation\beagleboard\omap3530\beagle_drivers\usbv all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    14
binary	\sf\adaptation\beagleboard\omap3530\kernel all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    15
binary	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\gpio all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    16
binary	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\i2c all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    17
binary	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\prcm all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    18
# binary	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\prm all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    19
binary	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\uart all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    20
binary	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\usbcc all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    21
binary	\sf\adaptation\beagleboard\omap3530\shared\monitor all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    22
binary	\sf\adaptation\beagleboard\omap3530\shared\mstick all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    23
binary	\sf\adaptation\beagleboard\omap3530\shared\serialkeyb all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    24
binary	\sf\adaptation\beagleboard\omap3530\shared\tps65950 all
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    25
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    26
exports	\sf\adaptation\beagleboard\omap3530\assp
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    27
exports	\sf\adaptation\beagleboard\omap3530\beagleboard
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    28
exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\hal
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    29
exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\keytran
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    30
exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\lcd
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    31
exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\led
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    32
# exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\prm
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    33
exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\serialmouse
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    34
exports	\sf\adaptation\beagleboard\omap3530\beagle_drivers\usbv
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    35
exports	\sf\adaptation\beagleboard\omap3530\kernel
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    36
exports	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\gpio
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    37
exports	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\i2c
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    38
exports	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\prcm
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    39
# exports	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\prm
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    40
exports	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\uart
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    41
exports	\sf\adaptation\beagleboard\omap3530\omap3530_drivers\usbcc
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    42
exports	\sf\adaptation\beagleboard\omap3530\shared\monitor
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    43
exports	\sf\adaptation\beagleboard\omap3530\shared\mstick
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    44
exports	\sf\adaptation\beagleboard\omap3530\shared\serialkeyb
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    45
exports	\sf\adaptation\beagleboard\omap3530\shared\tps65950
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    46
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    47
notes_source	\sf\adaptation\beagleboard\omap3530\release.src
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    48
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    49