cfg_global.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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
  35. #ifndef _CFG_GLOBAL_H_
  36. #define _CFG_GLOBAL_H_
  37. #define CFG_GLOBAL_CHIP BCM11107
  38. #define CFG_GLOBAL_CHIP_FAMILY CFG_GLOBAL_CHIP_FAMILY_BCMRING
  39. #define CFG_GLOBAL_CHIP_REV 0xB0
  40. #define CFG_GLOBAL_RAM_SIZE 0x10000000
  41. #define CFG_GLOBAL_RAM_BASE 0x00000000
  42. #define CFG_GLOBAL_RAM_RESERVED_SIZE 0x000000
  43. #endif /* _CFG_GLOBAL_H_ */