]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/board/board_cfg.h
Merge branch 'release/CORESDK_07.01.00' of ssh://bitbucket.itg.ti.com/processor-sdk...
[processor-sdk/pdk.git] / packages / ti / board / board_cfg.h
1 /*
2  * Copyright (c) 2017-2020, Texas Instruments Incorporated
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * *  Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  *
12  * *  Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in the
14  *    documentation and/or other materials provided with the distribution.
15  *
16  * *  Neither the name of Texas Instruments Incorporated nor the names of
17  *    its contributors may be used to endorse or promote products derived
18  *    from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
24  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
30  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  *
32  */
34 #ifndef BOARD_CFG_TOP_H
35 #define BOARD_CFG_TOP_H
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
41 #include <stdint.h>
42 #include <ti/csl/hw_types.h>
44 /**
45  * @brief   The return type for board library API calls
46  *
47  * @details Board library function calls will return this value, which contains
48  *          information as to whether the function succeeded or encountered an
49  *          error.
50  */
51 typedef int32_t Board_STATUS;
53 #if defined(evmAM335x)
54 #include <ti/board/src/evmAM335x/include/board_cfg.h>
56 #elif defined (icev2AM335x)
57 #include <ti/board/src/icev2AM335x/include/board_cfg.h>
59 #elif defined (iceAMIC110)
60 #include <ti/board/src/iceAMIC110/include/board_cfg.h>
62 #elif defined (skAM335x)
63 #include <ti/board/src/skAM335x/include/board_cfg.h>
65 #elif defined (bbbAM335x)
66 #include <ti/board/src/bbbAM335x/include/board_cfg.h>
68 #elif defined (idkAM437x)
69 #include <ti/board/src/idkAM437x/include/board_cfg.h>
71 #elif defined (evmAM437x)
72 #include <ti/board/src/evmAM437x/include/board_cfg.h>
74 #elif defined (skAM437x)
75 #include <ti/board/src/skAM437x/include/board_cfg.h>
77 #elif defined (evmAM572x)
78 #include <ti/board/src/evmAM572x/include/board_cfg.h>
80 #elif defined (evmOMAPL137)
81 #include <ti/board/src/evmOMAPL137/include/board_cfg.h>
83 #elif defined (lcdkOMAPL138)
84 #include <ti/board/src/lcdkOMAPL138/include/board_cfg.h>
86 #elif defined (idkAM572x)
87 #include <ti/board/src/idkAM572x/include/board_cfg.h>
89 #elif defined (idkAM574x)
90 #include <ti/board/src/idkAM574x/include/board_cfg.h>
92 #elif defined (evmAM571x)
93 #include <ti/board/src/evmAM571x/include/board_cfg.h>
95 #elif defined (idkAM571x)
96 #include <ti/board/src/idkAM571x/include/board_cfg.h>
98 #elif defined (evmK2E)
99 #include <ti/board/src/evmK2E/include/board_cfg.h>
101 #elif defined (evmK2L)
102 #include <ti/board/src/evmK2L/include/board_cfg.h>
104 #elif defined (evmK2G)
105 #include <ti/board/src/evmK2G/include/board_cfg.h>
107 #elif defined (iceK2G)
108 #include <ti/board/src/iceK2G/include/board_cfg.h>
110 #elif defined (evmK2H)
111 #include <ti/board/src/evmK2H/include/board_cfg.h>
113 #elif defined (evmK2K)
114 #include <ti/board/src/evmK2H/include/board_cfg.h>
116 #elif defined (evmC6657)
117 #include <ti/board/src/evmC6657/include/board_cfg.h>
119 #elif defined (evmC6678)
120 #include <ti/board/src/evmC6678/include/board_cfg.h>
122 #elif defined (evmDRA72x)
123 #include <ti/board/src/evmDRA72x/include/board_cfg.h>
125 #elif defined (evmDRA75x)
126 #include <ti/board/src/evmDRA75x/include/board_cfg.h>
128 #elif defined (SOC_DRA78x)
129 #include <ti/board/src/evmDRA78x/include/board_cfg.h>
131 #elif defined (am65xx_idk)
132 #include <ti/board/src/am65xx_idk/include/board_cfg.h>
134 #elif defined (am65xx_evm)
135 #include <ti/board/src/am65xx_evm/include/board_cfg.h>
137 #elif defined (j721e_sim)
138 #include <ti/board/src/j721e_sim/include/board_cfg.h>
140 #elif defined (j721e_qt)
141 #include <ti/board/src/j721e_sim/include/board_cfg.h>
143 #elif defined (j721e_evm)
144 #include <ti/board/src/j721e_evm/include/board_cfg.h>
146 #elif defined (j7200_evm)
147 #include <ti/board/src/j7200_evm/include/board_cfg.h>
149 #elif defined (am64x_evm)
150 #include <ti/board/src/am64x_evm/include/board_cfg.h>
151 #include <ti/board/src/am64x_evm/include/board_pinmux.h>
153 #elif defined (am64x_svb)
154 #include <ti/board/src/am64x_svb/include/board_cfg.h>
156 #elif defined (tpr12_evm) || defined (tpr12_qt)
157 #include <ti/board/src/tpr12_evm/include/board_cfg.h>
159 #endif
161 #ifdef __cplusplus
163 #endif
165 #endif