Path: blob/master/arch/arm/mach-bcmring/include/cfg_global_defines.h
10818 views
/*****************************************************************************1* Copyright 2006 - 2008 Broadcom Corporation. All rights reserved.2*3* Unless you and Broadcom execute a separate written software license4* agreement governing use of this software, this software is licensed to you5* under the terms of the GNU General Public License version 2, available at6* http://www.broadcom.com/licenses/GPLv2.php (the "GPL").7*8* Notwithstanding the above, under no circumstances may you combine this9* software in any way with any other Broadcom software provided under a10* license other than the GPL, without Broadcom's express prior written11* consent.12*****************************************************************************/1314#ifndef CFG_GLOBAL_DEFINES_H15#define CFG_GLOBAL_DEFINES_H1617/* CHIP */18#define BCM1103 11920#define BCM1191 421#define BCM2153 522#define BCM2820 62324#define BCM2826 825#define FPGA11107 926#define BCM11107 1027#define BCM11109 1128#define BCM11170 1229#define BCM11110 1330#define BCM11211 143132/* CFG_GLOBAL_CHIP_FAMILY types */33#define CFG_GLOBAL_CHIP_FAMILY_NONE 034#define CFG_GLOBAL_CHIP_FAMILY_BCM116X 235#define CFG_GLOBAL_CHIP_FAMILY_BCMRING 436#define CFG_GLOBAL_CHIP_FAMILY_BCM1103 83738#define IMAGE_HEADER_SIZE_CHECKSUM 439#endif404142