1    /* --COPYRIGHT--,EPL
     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     * --/COPYRIGHT--*/
    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        module TMS470R10;
    26        module TMS320C5912;
    27        module TMS320C1030;
    28        module TMS320CDM6446, TMS320CDM6467;
    29        module TMS320CDM355, TMS320DM357, TMS320DM365;
    30        module TMS320CDM510;
    31        interface IOMAP2x3x;
    32        module OMAP2430, OMAP2431, OMAP2530, OMAP2531;
    33        interface IOMAP3xxx;
    34        module OMAP3403, OMAP3405, OMAP3503, OMAP3505, OMAP3515, OMAP3517;
    35        module OMAP3425, OMAP3525, TMS320C3430, OMAP3530;
    36        interface ITMS320DA8xx;
    37        module TMS320DA828, TMS320DA830;
    38        module OMAPL137;
    39        module CortexM3;
    40        module TMS570PSF762;
    41        module TMS320DA840, TMS320DA840;
    42        module OMAPL108, OMAPL118, OMAPL138;
    43        module TMS320CDM740;
    44    }
    45    /*
    46     *  @(#) ti.catalog.arm; 1, 0, 1, 0,75; 7-29-2009 16:15:05; /db/ztree/library/trees/platform-k16x/src/
    47     */
    48