omap3530/bld.inf
author george.norton
Thu, 01 Jul 2010 17:46:13 +0100
changeset 38 cdb163c0843f
parent 23 117faf51deac
child 52 d2416cb47e12
permissions -rw-r--r--
Initial contribution of the euart driver by Accenture. Known issues ============ When the FIFO is enabled we seem to get some dropped characters, as a temporary workaround a polling mode is enabled.
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"
38
cdb163c0843f Initial contribution of the euart driver by Accenture.
george.norton
parents: 23
diff changeset
    35
#include "omap3530_drivers/euart/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
    36
#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
    37
#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
    38
#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
    39
#include "shared/tps65950/bld.inf"
12
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    40
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    41
// 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
    42
PRJ_EXTENSIONS
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    43
start	extension	base/rom
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    44
option	REE_TARGET	beagle
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    45
option	TYPE	tshell
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    46
end