omap3530/bld.inf
author arunabha
Wed, 03 Mar 2010 13:10:32 +0000
changeset 23 117faf51deac
parent 13 dc9b4bd57f72
child 38 cdb163c0843f
permissions -rw-r--r--
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:
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
13
dc9b4bd57f72 Removed REE_PATH option, as it's no longer needed.
Simon Howkins <simonh@symbian.org>
parents: 12
diff changeset
     2
// All rights reserved.
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// under the terms of the License "Eclipse Public License v1.0"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
//
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
//
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
// Contributors:
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
//
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
// Description:
2
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    14
// Single bld.inf for most of the Beagleboard baseport
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    15
// kernel & beagleboard subdirectories have distinct variant.mmh files, and must be processed separately
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
#include "assp/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
#include "beagle_drivers/hal/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
#include "beagle_drivers/keytran/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
#include "beagle_drivers/lcd/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
#include "beagle_drivers/led/bld.inf"
23
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 13
diff changeset
    22
//nxz
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 13
diff changeset
    23
#include "beagle_drivers/wb/bld.inf"
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 13
diff changeset
    24
//skkm
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 13
diff changeset
    25
#include "beagle_drivers/medwb/bld.inf"
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
// #include "beagle_drivers/prm/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
#include "beagle_drivers/serialmouse/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
#include "beagle_drivers/usbv/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
#include "omap3530_drivers/gpio/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
#include "omap3530_drivers/i2c/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
#include "omap3530_drivers/prcm/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
// #include "omap3530_drivers/prm/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
#include "omap3530_drivers/uart/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
#include "omap3530_drivers/usbcc/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
#include "shared/monitor/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
#include "shared/mstick/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
#include "shared/serialkeyb/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
#include "shared/tps65950/bld.inf"
12
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    39
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    40
// Build image armv5 for urel and udeb
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    41
PRJ_EXTENSIONS
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    42
start	extension	base/rom
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    43
option	REE_TARGET	beagle
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    44
option	TYPE	tshell
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    45
end