1    /*
     2     *  Copyright (c) 2010 by Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     *
    11     * */
    12    
    13    requires xdc.platform;
    14    requires ti.catalog.arm.peripherals.timers;
    15    
    16    /*!
    17     *  ======== ti.catalog.arm ========
    18     *  Package of devices for the arm family of Arm processors.
    19     *
    20     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    21     *  interface. This interface is used by platforms (modules that implement
    22     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    23     */
    24    package ti.catalog.arm [1,0,1] {
    25        interface ILM3Sx7xx;
    26        module LM3S9792, LM3S9790, LM3S5791, LM3S2793;
    27        interface ILM3SxBxx;
    28        module LM3S9B96, LM3S9B95, LM3S9B92, LM3S5B91, LM3S9B90, LM3S2B93;
    29        interface ILM3Sx9xx;
    30        module LM3S8962;
    31        module TMS470R10;
    32        module TMS320C5912;
    33        module TMS320C1030;
    34        module TMS320CDM6446, TMS320CDM6467;
    35        module TMS320DM355, TMS320DM357, TMS320DM365;
    36        module TMS320CDM510;
    37        interface IOMAP2x3x;
    38        module OMAP2430, OMAP2431, OMAP2530, OMAP2531;
    39        interface IOMAP3xxx;
    40        module OMAP3403, OMAP3405, OMAP3503, OMAP3505, OMAP3515, OMAP3517;
    41        module OMAP3425, OMAP3525, TMS320C3430, OMAP3530;
    42        interface ITMS320DA8xx;
    43        module TMS320DA828, TMS320DA830;
    44        module OMAPL137;
    45        module CortexM3;
    46        module TMS570PSF762, TMS570LS20216;
    47        module TMS320DA840, TMS320DA850;
    48        module AM1705, AM1707;
    49        module AM1806, AM1808;
    50        module OMAPL108, OMAPL118, OMAPL138;
    51        module TMS320CDM730, TMS320CDM740;
    52        module TNETV107X;
    53    }
    54    /*
    55     *  @(#) ti.catalog.arm; 1, 0, 1,166; 8-7-2010 18:18:06; /db/ztree/library/trees/platform/platform-l20x/src/
    56     */
    57