Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/arm/mach-bcmring/include/cfg_global_defines.h
10818 views
1
/*****************************************************************************
2
* Copyright 2006 - 2008 Broadcom Corporation. All rights reserved.
3
*
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").
8
*
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
*****************************************************************************/
14
15
#ifndef CFG_GLOBAL_DEFINES_H
16
#define CFG_GLOBAL_DEFINES_H
17
18
/* CHIP */
19
#define BCM1103 1
20
21
#define BCM1191 4
22
#define BCM2153 5
23
#define BCM2820 6
24
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
32
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
38
39
#define IMAGE_HEADER_SIZE_CHECKSUM 4
40
#endif
41
42