Add linux-next specific files for 20110831
[linux-2.6/next.git] / arch / arm / mach-bcmring / include / cfg_global_defines.h
blobb5beb0b3073490d0000e8883a9bf352fc1e8509a
1 /*****************************************************************************
2 * Copyright 2006 - 2008 Broadcom Corporation. All rights reserved.
4 * Unless you and Broadcom execute a separate written software license
5 * agreement governing use of this software, this software is licensed to you
6 * under the terms of the GNU General Public License version 2, available at
7 * http://www.broadcom.com/licenses/GPLv2.php (the "GPL").
9 * Notwithstanding the above, under no circumstances may you combine this
10 * software in any way with any other Broadcom software provided under a
11 * license other than the GPL, without Broadcom's express prior written
12 * consent.
13 *****************************************************************************/
15 #ifndef CFG_GLOBAL_DEFINES_H
16 #define CFG_GLOBAL_DEFINES_H
18 /* CHIP */
19 #define BCM1103 1
21 #define BCM1191 4
22 #define BCM2153 5
23 #define BCM2820 6
25 #define BCM2826 8
26 #define FPGA11107 9
27 #define BCM11107 10
28 #define BCM11109 11
29 #define BCM11170 12
30 #define BCM11110 13
31 #define BCM11211 14
33 /* CFG_GLOBAL_CHIP_FAMILY types */
34 #define CFG_GLOBAL_CHIP_FAMILY_NONE 0
35 #define CFG_GLOBAL_CHIP_FAMILY_BCM116X 2
36 #define CFG_GLOBAL_CHIP_FAMILY_BCMRING 4
37 #define CFG_GLOBAL_CHIP_FAMILY_BCM1103 8
39 #define IMAGE_HEADER_SIZE_CHECKSUM 4
40 #endif