1    /*
     2     *  Copyright (c) 2009 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    
    15    /*!
    16     *  ======== ti.catalog.arm ========
    17     *  Package of devices for the arm family of Arm processors.
    18     *
    19     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    20     *  interface. This interface is used by platforms (modules that implement
    21     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    22     */
    23    package ti.catalog.arm [1,0,1,0] {
    24        interface TMS470xx;
    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 TMS320CDM355, 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, TMS320DA840;
    48        module OMAPL108, OMAPL118, OMAPL138;
    49        module TMS320CDM730, TMS320CDM740;
    50        module TNETV107X;
    51    }
    52    /*
    53     *  @(#) ti.catalog.arm; 1, 0, 1, 0,102; 11-19-2009 18:43:26; /db/ztree/library/trees/platform/platform-k26x/src/
    54     */
    55