cfg_global_defines.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. #ifndef CFG_GLOBAL_DEFINES_H
  15. #define CFG_GLOBAL_DEFINES_H
  16. /* CHIP */
  17. #define BCM1103 1
  18. #define BCM1191 4
  19. #define BCM2153 5
  20. #define BCM2820 6
  21. #define BCM2826 8
  22. #define FPGA11107 9
  23. #define BCM11107 10
  24. #define BCM11109 11
  25. #define BCM11170 12
  26. #define BCM11110 13
  27. #define BCM11211 14
  28. /* CFG_GLOBAL_CHIP_FAMILY types */
  29. #define CFG_GLOBAL_CHIP_FAMILY_NONE 0
  30. #define CFG_GLOBAL_CHIP_FAMILY_BCM116X 2
  31. #define CFG_GLOBAL_CHIP_FAMILY_BCMRING 4
  32. #define CFG_GLOBAL_CHIP_FAMILY_BCM1103 8
  33. #define IMAGE_HEADER_SIZE_CHECKSUM 4
  34. #endif