blob: 906eb8a214d967815b56c70d5b93de4b9b112489 [file] [log] [blame]
Amol Jadi5c61a952012-05-04 17:05:35 -07001/* Copyright (c) 2012, Code Aurora Forum. All rights reserved.
2 *
3 * Redistribution and use in source and binary forms, with or without
4 * modification, are permitted provided that the following conditions are
5 * met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above
9 * copyright notice, this list of conditions and the following
10 * disclaimer in the documentation and/or other materials provided
11 * with the distribution.
12 * * Neither the name of Code Aurora Forum, Inc. nor the names of its
13 * contributors may be used to endorse or promote products derived
14 * from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
20 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
26 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 */
29
30#ifndef __TARGET_BOARD_H
31#define __TARGET_BOARD_H
32
Amol Jadi5c61a952012-05-04 17:05:35 -070033
34/* 8960 */
35#define LINUX_MACHTYPE_8960_SIM 3230
36#define LINUX_MACHTYPE_8960_RUMI3 3231
37#define LINUX_MACHTYPE_8960_CDP 3396
38#define LINUX_MACHTYPE_8960_MTP 3397
39#define LINUX_MACHTYPE_8960_FLUID 3398
40#define LINUX_MACHTYPE_8960_APQ 3399
41#define LINUX_MACHTYPE_8960_LIQUID 3535
42
43/* 8627 */
44#define LINUX_MACHTYPE_8627_CDP 3861
45#define LINUX_MACHTYPE_8627_MTP 3862
46
47/* 8930 */
48#define LINUX_MACHTYPE_8930_CDP 3727
49#define LINUX_MACHTYPE_8930_MTP 3728
50#define LINUX_MACHTYPE_8930_FLUID 3729
51
52/* 8064 */
53#define LINUX_MACHTYPE_8064_SIM 3572
54#define LINUX_MACHTYPE_8064_RUMI3 3679
55#define LINUX_MACHTYPE_8064_CDP 3948
56#define LINUX_MACHTYPE_8064_MTP 3949
57#define LINUX_MACHTYPE_8064_LIQUID 3951
58#define LINUX_MACHTYPE_8064_MPQ_CDP 3993
Amol Jadi0d501382012-05-24 11:16:41 -070059#define LINUX_MACHTYPE_8064_MPQ_HRD 3994
60#define LINUX_MACHTYPE_8064_MPQ_DTV 3995
Amol Jadi5c61a952012-05-04 17:05:35 -070061
62#endif