1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    requires xdc.platform;
    11    
    12    /*!
    13     *  ======== ti.catalog.arm ========
    14     *  Package of devices for the arm family of Arm processors.
    15     *
    16     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    17     *  interface. This interface is used by platforms (modules that implement
    18     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    19     */
    20    package ti.catalog.arm [1,0,1,0] {
    21        interface TMS470xx;
    22        module TMS470R10;
    23        module TMS320C5912;
    24        module TMS320C1030;
    25        module TMS320CDM6446, TMS320CDM6467;
    26        module TMS320CDM355, TMS320DM357, TMS320DM365;
    27        module TMS320CDM510;
    28        interface IOMAP2x3x;
    29        module OMAP2430, OMAP2431, OMAP2530, OMAP2531;
    30        interface IOMAP3xxx;
    31        module OMAP3403, OMAP3405, OMAP3503, OMAP3505, OMAP3515, OMAP3517;
    32        module OMAP3425, OMAP3525, TMS320C3430, OMAP3530;
    33        interface ITMS320DA8xx;
    34        module TMS320DA828, TMS320DA830;
    35        module OMAPL137;
    36        module CortexM3;
    37        module TMS570PSF762;
    38        module TMS320DA840, TMS320DA840;
    39        module OMAPL108, OMAPL118, OMAPL138;
    40        module TMS320CDM740;
    41    }
    42    /*
    43     *  @(#) ti.catalog.arm; 1, 0, 1, 0,63; 6-4-2009 14:07:31; /db/ztree/library/trees/platform-k10x/src/
    44     */
    45