config.h
上传用户:dqzhongke1
上传日期:2022-06-26
资源大小:667k
文件大小:21k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* config.h - Wind River SBC8548 BSP configuration file */
  2. /*
  3.  * Copyright (c) 2006-2007 Wind River Systems, Inc.
  4.  *
  5.  * The right to copy, distribute, modify or otherwise make use
  6.  * of this software may be licensed only pursuant to the terms
  7.  * of an applicable Wind River license agreement.
  8.  */
  9. /*
  10. modification history
  11. --------------------
  12. 01d,06apr07,b_m  modify to use m85xxCCSR driver.
  13. 01c,27mar07,b_m  add MPC8548 rev.2 and TFFS define.
  14. 01b,27feb06,kds  removing INCLUDE_SHOW_ROUTINES
  15. 01a,30jan06,kds  Modify from cds8548/config.h/01d
  16. */
  17. #ifndef __INCconfigh
  18. #define __INCconfigh
  19. #ifdef __cplusplus
  20.     extern "C" {
  21. #endif /* __cplusplus */
  22. #define BSP_VER_1_1     1
  23. #define BSP_VER_1_2     1
  24. #define BSP_VERSION     "2.0"
  25. #define BSP_REV         "/2"
  26. /* for MPC8548 rev.2 silicon */
  27. #define REV2_SILICON
  28. #define SYS_MODEL           "Broadcom GTO"
  29. #define SYS_MODEL_8548E     "Broadcom SBC8548E - Security Engine"
  30. #define SYS_MODEL_8548      "Broadcom SBC8548"
  31. #define SYS_MODEL_8547E     "Broadcom SBC8547E - Security Engine"
  32. #define SYS_MODEL_8545E     "Broadcom SBC8545E - Security Engine"
  33. #define SYS_MODEL_8545      "Broadcom SBC8545"
  34. #define SYS_MODEL_8543E     "Broadcom SBC8543E - Security Engine"
  35. #define SYS_MODEL_8543      "Broadcom SBCC8543"
  36. #define SYS_MODEL_E500      "Freescale E500 : Unknown system version"
  37. #define SYS_MODEL_UNKNOWN   "Freescale Unknown processor"
  38. #undef INCLUDE_AUX_CLK
  39. /* Define Clock Speed and source  */
  40. #define FREQ_33_MHZ  33000000
  41. #define FREQ_66_MHZ  66000000
  42. #define FREQ_100_MHZ  99999999
  43. #define FREQ_133_MHZ 133333333
  44. #define FREQ_266_MHZ 266666666
  45. #define FREQ_400_MHZ    400000000
  46. #define FREQ_333_MHZ 333333333
  47. #define FREQ_533_MHZ 533333333
  48. #define OSCILLATOR_FREQ FREQ_66_MHZ
  49. /*
  50.  * DDR will work only for 400Mhz at the moment
  51.  * These ratios are tested in bootrom for correct init
  52.  */
  53. #if (OSCILLATOR_FREQ == FREQ_33_MHZ)
  54. #define PLAT_RATIO_533_MHZ 16 /* Unsupported */
  55. #define PLAT_RATIO_400_MHZ 12
  56. #define PLAT_RATIO_333_MHZ 8 /* Unsupported */
  57. #endif
  58. #if (OSCILLATOR_FREQ == FREQ_66_MHZ)
  59. #define PLAT_RATIO_533_MHZ 8 /* Unsupported */
  60. #define PLAT_RATIO_400_MHZ 6
  61. #define PLAT_RATIO_333_MHZ 4 /* Unsupported */
  62. #endif
  63. #undef INCLUDE_DDR_ECC
  64. #define DEFAULT_SYSCLKFREQ FREQ_400_MHZ
  65. #define FORCE_DEFAULT_FREQ /* Use to force freq used with DUART/Timers etc */
  66. /* This value is the 60x bus-assigned SDRAM Refresh Timer PSRT setting */
  67. #define LSRT_VALUE 0x20
  68. /*
  69.  * This value is the setting for the MPTPR[PTP] Refresh timer prescaler.
  70.  * The value is dependent on the OSCILLATOR_FREQ value.  For other values
  71.  * a conditionally compiled term must be created here for that OSCILLATOR_FREQ
  72.  * value.
  73.  *
  74.  * BRGCLK_DIV_FACTOR
  75.  * Baud Rate Generator division factor - 0 for division by 1
  76.  *  1 for division by 16
  77.  */
  78. #define DIV_FACT_1 0
  79. #define DIV_FACT_16 1
  80. /*
  81.  * Assume 533MHz CCB with local bus clk ratio of 8
  82.  */
  83. #define TPR 0x0000
  84. #include "configSdkPre.h"   /* Configs for Broadcom SDK */
  85. #include <configAll.h>
  86. #include "configSdkPost.h"  /* Configs for Broadcom SDK */
  87. #include "gto.h"
  88. #define INCLUDE_I2C_DEV
  89. /* Includes I2C support
  90.  * MPC8548 has two I2C bus controller.
  91.  * Bus 0 M41T81M
  92.  * Bus 1 Dev 0x50 - EEPROM
  93.  *       Dev 0x27 - Base Board ID (Rev 1 = 0x51)
  94.  *       Dev xxx  - DDR SDRAM EEPROM 
  95.  */
  96. #define INCLUDE_NV_RAM
  97. /* NVRAM configuration */
  98. #ifdef  INCLUDE_NV_RAM
  99. #   undef  NV_RAM_SIZE
  100. #define NV_RAM_SIZE             (16 * 1024)   /* 16 Kbytes = 128 Kbits */
  101. #   define NV_RAM_ADRS 0
  102. #   define NV_RAM_INTRVL        1
  103. #   undef  NV_BOOT_OFFSET
  104. #   define NV_BOOT_OFFSET       0x3830
  105. #   define NV_MAC_ADRS_OFFSET   0x3800
  106. #else
  107. #   define NV_RAM_SIZE 0
  108. #   define NV_RAM_ADRS 0
  109. #endif  /* INCLUDE_NV_RAM */
  110. /* Common Includes for VXBUS RIO and ETSEC */
  111. #define INCLUDE_VXBUS
  112. #undef INCLUDE_RAPIDIO_BUS
  113. /*
  114.  * RAPIDIO supports only point to point shared memory support
  115.  * This includes TIPC and SM objects
  116.  */
  117. #ifdef INCLUDE_RAPIDIO_BUS
  118. #define INCLUDE_SM_COMMON
  119. #define INCLUDE_M85XX_RAPIDIO
  120. #define INCLUDE_M85XX_CPU
  121. #define DRV_RESOURCE_M85XXCCSR
  122. #define INCLUDE_M85XX_RIO_SM_CFG
  123. #define INCLUDE_VXBUS_SM_SUPPORT
  124. #define RAPIDIO_BUS_STATIC_TABLE
  125. #define VXBUS_TABLE_CONFIG
  126. #endif
  127. #ifdef INCLUDE_VXBUS
  128. #define INCLUDE_VXBUS_INIT
  129. #define INCLUDE_HWMEM_ALLOC
  130. #define INCLUDE_VXBUS_ACTIVATE
  131. #define INCLUDE_PARAM_SYS
  132. #define INCLUDE_PLB_BUS
  133. #define INCLUDE_VXBUS_SHOW
  134. #define INCLUDE_MOT_ETSEC_HEND
  135. #define INCLUDE_MII_BUS
  136. #define INCLUDE_GENERICPHY
  137. #undef INCLUDE_VSC82XXPHY
  138. #define INCLUDE_END
  139. #define INCLUDE_HEND_PARAM_SYS
  140. #define HWMEM_POOL_SIZE 50000
  141. #endif
  142. /*
  143.  * Other useful includes:
  144.  * #define INCLUDE_IFMEDIA
  145.  * #define INCLUDE_VXBUS_SHOW
  146.  * #define INCLUDE_IFCONFIG
  147.  * #define INCLUDE_NET_IF_SHOW
  148.  * #define INCLUDE_SHOW_ROUTINES
  149.  * #define INCLUDE_PCI_CFGSHOW
  150.  * #define INCLUDE_ISR_OBJECTS
  151.  */
  152. /*
  153.  * Need LINKHDR extension to support FCB in ETSEC to
  154.  * reduce FCB insertion requiring it's own BD
  155.  */
  156. #undef MAX_LINKHDR_CFG
  157. #define MAX_LINKHDR_CFG       32
  158. #define WDT_RATE_MIN         (sysTimerClkFreq / (1 << 29))
  159. #define WDT_RATE_MAX         (sysTimerClkFreq / (1 << 21))
  160. #define DEFAULT_BOOT_LINE 
  161. "motetsec(0,0)vaal:/home/labguy/boot/aung/tot/bcm.gto h=10.18.39.53 e=10.18.33.104 g=10.18.32.1 
  162. u=ntswboot pw=ntswboot+ f=0x7000"
  163. #define INCLUDE_END
  164. /* MMU and CACHE */
  165. #define INCLUDE_MMU_BASIC
  166. #define USER_I_MMU_ENABLE
  167. #define USER_D_MMU_ENABLE
  168. #undef E500_L1_PARITY_RECOVERY
  169. #ifdef E500_L1_PARITY_RECOVERY
  170.   /*
  171.    * *** NOTE FOR PROJECT FACILITY USERS ***
  172.    * Needs to use WRITETHROUGH, building with Project Facility must also
  173.    * change USER_D_CACHE_MODE and USER_I_CACHE_MODE in Project Facility.
  174.    */
  175. # define CACHE_LIBRARY_MODE     CACHE_WRITETHROUGH
  176. # define CAM_DRAM_CACHE_MODE    _MMU_TLB_ATTR_W
  177. # define TLB_CACHE_MODE         VM_STATE_CACHEABLE_WRITETHROUGH
  178. #else  /* E500_L1_PARITY_RECOVERY */
  179. # define CACHE_LIBRARY_MODE     (CACHE_COPYBACK | CACHE_SNOOP_ENABLE)
  180. # define CAM_DRAM_CACHE_MODE    _MMU_TLB_ATTR_M
  181. # define TLB_CACHE_MODE         VM_STATE_CACHEABLE | VM_STATE_MEM_COHERENCY
  182. #endif
  183. #define INCLUDE_CACHE_SUPPORT
  184. #define USER_D_CACHE_ENABLE
  185. #undef  USER_D_CACHE_MODE
  186. #define USER_D_CACHE_MODE  (CACHE_LIBRARY_MODE)
  187. #define USER_I_CACHE_ENABLE
  188. #undef  USER_I_CACHE_MODE
  189. #define USER_I_CACHE_MODE (CACHE_LIBRARY_MODE)
  190. #define  INCLUDE_L2_CACHE
  191. #undef   INCLUDE_L2_SRAM
  192.   /*
  193.    * If E500_L1_PARITY_RECOVERY is not defined, use local BSP handler.
  194.    * Works for L1 instr cache but not data cache.  Writethrough not needed.
  195.    */
  196. #ifdef E500_L1_PARITY_RECOVERY
  197. # if defined(INCLUDE_CACHE_SUPPORT) && defined(USER_I_CACHE_ENABLE)
  198. #   if (defined(_WRS_VXWORKS_MAJOR) && (_WRS_VXWORKS_MAJOR >= 6))
  199. #     define INCLUDE_L1_IPARITY_HDLR              /* VxWorks 6.x */
  200. #   else  /* _WRS_VXWORKS_MAJOR */
  201. #     define INCLUDE_L1_IPARITY_HDLR_INBSP        /* VxWorks 5.5.x */
  202. #   endif /* _WRS_VXWORKS_MAJOR */
  203. # endif  /* INCLUDE_CACHE_SUPPORT && USER_I_CACHE_ENABLE */
  204. #endif  /* E500_L1_PARITY_RECOVERY */
  205. #define INCLUDE_BRANCH_PREDICTION
  206. #if ((defined(INCLUDE_L2_CACHE)) && (defined(INCLUDE_L2_SRAM)))
  207. #define L2_CACHE_SIZE      L2SIZ_256KB
  208. #define L2_SRAM_SIZE       L2SIZ_256KB
  209. #elif ((defined(INCLUDE_L2_CACHE)) && (!defined(INCLUDE_L2_SRAM)))
  210. #define L2_CACHE_SIZE      L2SIZ_512KB
  211. #define L2_SRAM_SIZE       0         /* Not Used */
  212. #else
  213. #define L2_SRAM_SIZE       L2SIZ_512KB
  214. #define L2_CACHE_SIZE      0         /* Not Used */
  215. #endif
  216. #define L2SRAM_ADDR        0x7FF80000
  217. #define L2SRAM_WINDOW_SIZE 0x80000
  218. /* Disable Support for SPE 64bit registers */
  219. #define INCLUDE_SPE
  220. #define INCLUDE_SYS_HW_INIT_0 /* extended vectors */
  221. /* TSEC is included */
  222. #define INCLUDE_MOT_TSEC_END
  223. #ifdef INCLUDE_MOT_TSEC_END
  224. #define INCLUDE_PRIMARY_TSEC_END
  225. #define INCLUDE_SECONDARY_TSEC_END
  226. #undef INCLUDE_TERTIARY_TSEC_END
  227. #undef INCLUDE_QUARTINARY_TSEC_END
  228. #define INCLUDE_END
  229. #endif /* INCLUDE_MOT_TSEC_END */
  230. /* console is always DUART */
  231. #define INCLUDE_DUART
  232. /* Serial channel and TTY */
  233. #if defined(INCLUDE_DUART)
  234. #  undef  NUM_TTY
  235. #  define NUM_TTY 1
  236. #endif /* INCLUDE_DUART */
  237. /* Clock rates */
  238. #define SYS_CLK_RATE_MIN 1 /* minimum system clock rate */
  239. #define SYS_CLK_RATE_MAX 8000 /* maximum system clock rate */
  240. #define AUX_CLK_RATE_MIN ((CCB_FREQ / 16) / (1 << FIT_DIVIDER_TAP_21)) /* minimum auxiliary clock rate */
  241. #define AUX_CLK_RATE_MAX ((CCB_FREQ / 16) / (1 << FIT_DIVIDER_TAP_10)) /* maximum auxiliary clock rate */
  242. #define AUX_CLK_RATE        ((CCB_FREQ / 16) / (1 << FIT_DIVIDER_TAP_18))
  243. /*
  244.  * Although the support for point to point has been added it is untested
  245.  * with Serial RIO. SImilar was tested on parallel RIO
  246.  */
  247. #ifdef INCLUDE_RAPIDIO_BUS
  248. /* RapidIO information */
  249. #define RAPIDIO_REG_BASE 0xc0000
  250. #define RAPIDIO_BASE   (CCSBAR + RAPIDIO_REG_BASE)
  251. #define RAPIDIO_ADRS   0xc0000000
  252. #define RAPIDIO_SIZE   0x10000000
  253. #define RAPIDIO_BUS_ADRS 0x80000000
  254. #define RAPIDIO_BUS_SIZE 0x10000000
  255. #endif
  256. /* PCI support is available just not defined by default */
  257. #define INCLUDE_PCI
  258. #ifdef  INCLUDE_PCI
  259. #define PCI_MAX_BUS 4
  260. #define EPIC_EX_DFT_POLAR EPIC_INT_ACT_LOW
  261. #define CDS85XX_PCI_1_BUS       1
  262. #define CDS85XX_PCI_2_BUS       2
  263. #define CDS85XX_PCIEX_BUS       3
  264. /* PCI 2 not available on SBC8548 (single 64b PCI bus only) */
  265. #undef  INCLUDE_CDS85XX_SECONDARY_PCI
  266. /* define this MACRO to enable PCI Express */
  267. #define  PCIEX_BUS_MIN   128
  268. #define  PCIEX_BUS_MAX   255
  269. #define  INCLUDE_CDS85XX_PCIEX
  270. /*  cds85xx support dual PCI controllers */
  271. /*
  272. CPU Addr                                  PCI Addr ( PCI1 or PCI2)
  273. PCI_LOCAL_MEM_BUS        -------------------------- PCI_MSTR_MEM_BUS
  274.                          -                        -
  275.                          -                        -
  276. PCI_LOCAL_MEM_BUS +      -------------------------- PCI_MSTR_MEM_BUS +
  277. PCI_LOCAL_MEM_SIZE       -                        - PCI_MSTR_MEM_SIZE
  278.                          -                        -
  279.                          -                        ----- PCI Bridge (for PCI1 only)
  280.                          -                        -     configuration regs
  281.                          -                        -
  282. CPU_PCI_MEM_ADRS  (PCI1) -------------------------- PCI_MEM_ADRS
  283. CPU_PCI_MEM_ADRS2 (PCI2) -                        - PCI_MEM_ADRS2
  284. CPU_PCI_MEM_ADRS3(PCIEX) -------------------------- PCI_MEM_ADRS3
  285.                          -                        -
  286. CPU_PCI_MEMIO_ADRS       -------------------------- PCI_MEMIO_ADRS
  287. CPU_PCI_MEMIO_ADRS2      -                        - PCI_MEMIO_ADRS2
  288. CPU_PCI_MEMIO_ADRS3      -                        - PCI_MEMIO_ADRS3
  289.                          -                        -
  290. CPU_PCI_IO_ADRS  (PCI1)  -------------------------- PCI_IO_ADRS
  291. CPU_PCI_IO_ADRS2 (PCI2)  -                        - PCI_IO_ADRS2
  292. CPU_PCI_IO_ADRS3 (PCIEX) -                        - PCI_IO_ADRS3
  293.                          -                        -
  294. CPU_PCI_IO_ADRS  (PCI1)+ -------------------------- PCI_IO_ADRS +
  295. CPU_PCI_IO_ADRS2 (PCI2)+                            PCI_IO_ADRS2 +
  296. CPU_PCI_IO_ADRS2 (PCI3)                             PCI_IO_ADRS3
  297. CPU_PCI_IO_SIZE          -                        - PCI_IO_SIZE
  298.                          -                        -
  299. */
  300. /* PCI based addresses */
  301. #define PCI_LAW_BASE             0x50000000       /* PCI LAW window */
  302. #define PCI_LAW_SIZE             0x10000000       /* PCI LAW size   */
  303. #define PCI_MEM_SIZE             0x04000000        /* 64 MB */
  304. #define PCI_MEMIO_SIZE           0x04000000        /* 64 MB */
  305. #define PCI_IO_SIZE              0x04000000        /* 64 MB */
  306. #define PCI_MEM_ADRS             (PCI_LAW_BASE)
  307. #define PCI_MEMIO_ADRS           (PCI_MEM_ADRS   + PCI_MEM_SIZE)
  308. #define PCI_IO_ADRS              (PCI_MEMIO_ADRS + PCI_MEMIO_SIZE)
  309. #define PCIEX_LAW_BASE            0x60000000       /* PCI LAW window */
  310. #define PCIEX_LAW_SIZE            0x10000000       /* PCI LAW size   */
  311. #define PCI_MEM_ADRS3            (PCIEX_LAW_BASE)
  312. #define PCI_MEMIO_ADRS3          (PCI_MEM_ADRS3   + PCI_MEM_SIZE)
  313. #define PCI_IO_ADRS3             (PCI_MEMIO_ADRS3 + PCI_MEMIO_SIZE)
  314. #if (PCI_LAW_SIZE == 0x10000000)
  315. #define  PCI_LAW_WIN_SZ          LAWAR_SIZE_256MB
  316. #endif
  317. #if (PCI2_LAW_SIZE == 0x10000000)
  318. #define  PCI2_LAW_WIN_SZ         LAWAR_SIZE_256MB
  319. #endif
  320. #if (PCIEX_LAW_SIZE == 0x10000000)
  321. #define  PCIEX_LAW_WIN_SZ         LAWAR_SIZE_256MB
  322. #endif
  323. #define PCI_MMU_TLB_SZ           _MMU_TLB_SZ_256M
  324. #if (PCI_MEM_SIZE == 0x04000000)
  325. #define PCI_MEM_SIZE_MASK        PCI_ATTR_WS_64M
  326. #endif
  327. #if (PCI_MEMIO_SIZE == 0x04000000)
  328. #define PCI_MEMIO_SIZE_MASK      PCI_ATTR_WS_64M
  329. #endif
  330. #if (PCI_IO_SIZE == 0x04000000)
  331. #define PCI_IO_SIZE_MASK         PCI_ATTR_WS_64M
  332. #endif
  333. #define PCI_BRIDGE_PIMMR_BASE_ADRS  0x40000000
  334. /* just 1:1 mapping */
  335. /* PCI 1 */
  336. #define CPU_PCI_MEM_ADRS          PCI_MEM_ADRS
  337. #define CPU_PCI_MEMIO_ADRS        PCI_MEMIO_ADRS
  338. #define CPU_PCI_IO_ADRS           PCI_IO_ADRS
  339. /* PCI 2 */
  340. #define CPU_PCI_MEM_ADRS2         PCI_MEM_ADRS2
  341. #define CPU_PCI_MEMIO_ADRS2       PCI_MEMIO_ADRS2
  342. #define CPU_PCI_IO_ADRS2          PCI_IO_ADRS2
  343. /* PCI Express */
  344. #define CPU_PCI_MEM_ADRS3         PCI_MEM_ADRS3
  345. #define CPU_PCI_MEMIO_ADRS3       PCI_MEMIO_ADRS3
  346. #define CPU_PCI_IO_ADRS3          PCI_IO_ADRS3
  347. #define CPU_PCI_MEM_SIZE          PCI_MEM_SIZE
  348. #define CPU_PCI_MEMIO_SIZE        PCI_MEMIO_SIZE
  349. #define CPU_PCI_IO_SIZE           PCI_IO_SIZE
  350. /* CPU from PCI bus */
  351. #define PCI_MSTR_MEM_BUS           0x00000000
  352. #define PCI_MSTR_MEM_SIZE          0x40000000 /* 1G */
  353. /* CPU Address that is visible from PCI */
  354. #define PCI_LOCAL_MEM_BUS         0x00000000
  355. #define PCI_LOCAL_MEM_SIZE        PCI_MSTR_MEM_SIZE
  356. #define PCI_LOCAL_MEM_SIZE_MASK   PCI_ATTR_WS_1G
  357. #define INCLUDE_PCI_AUTOCONF
  358. #ifndef PCI_CFG_TYPE
  359. #   ifdef INCLUDE_PCI_AUTOCONF
  360. #      define PCI_CFG_TYPE PCI_CFG_AUTO
  361. #   else
  362. #      define PCI_CFG_TYPE PCI_CFG_FORCE
  363. #   endif /* INCLUDE_PCI_AUTOCONF */
  364. #endif /* PCI_CFG_TYPE */
  365. #endif /* INCLUDE_PCI */
  366. #ifdef INCLUDE_PCI
  367. /* Intel 8254x support */
  368. /* #define INCLUDE_GEI8254X_END*/
  369. #ifdef INCLUDE_GEI8254X_END
  370.  #define INCLUDE_PRIMARY_GEI_END
  371.  #undef INCLUDE_SECONDARY_GEI_END
  372.   #ifndef INCLUDE_END
  373.      #define INCLUDE_END
  374.   #endif  /* INCLUDE_END */
  375. #endif /* INCLUDE_GEI8254X_END */
  376. #endif /* INCLUDE_PCI */
  377. /* Shared meory is set up for Serial RIO but is untested */
  378. #if defined(INCLUDE_SM_COMMON)
  379. #   define INCLUDE_SMEND
  380. #   define INCLUDE_SM_NET
  381. #   define INCLUDE_BSD
  382. #   define INCLUDE_SM_NET_SHOW
  383. #   define INCLUDE_NET_DRV
  384. #   define INCLUDE_NET_LIB
  385. #   ifdef  STANDALONE
  386. #          define STANDALONE_NET
  387. #   endif  /* STANDALONE */
  388. /*
  389.  * Changing SM_OFF_BOARD to TRUE also requires changing
  390.  * SM_ANCHOR_ADRS and SM_MEM_ADRS appropriately.
  391.  */
  392. #define SM_OFF_BOARD    FALSE
  393. #define INCLUDE_SM_SEQ_ADDR
  394. #undef SM_TAS_TYPE
  395. #define SM_TAS_TYPE SM_TAS_HARD
  396. /*
  397.  * INCLUDE_SM_NET and INCLUDE_SM_SEQ_ADDR are the shared memory backplane
  398.  * driver and the auto address setup which are excluded by default.
  399.  * To exclude them, uncomment the following lines:
  400.  *
  401.  * #define INCLUDE_SM_NET
  402.  * #define INCLUDE_SM_SEQ_ADDR
  403.  */
  404. #ifndef _ASMLANGUAGE
  405. IMPORT UINT32 rioHostAdrs;
  406. #undef  SM_ANCHOR_ADRS
  407. #define SM_ANCHOR_ADRS  ((sysProcNumGet() == 0) ? 
  408.         ((char*) (LOCAL_MEM_LOCAL_ADRS + SM_ANCHOR_OFFSET)) : 
  409.         ((char*) (rioHostAdrs + SM_ANCHOR_OFFSET)))
  410. #endif
  411. #define SM_INT_TYPE SM_INT_BUS  /* or SM_INT_NONE */
  412. #define SM_MEM_ADRS 0x00010000 /* Start of actual SM region */
  413. #define SM_MEM_SIZE 0x00070000
  414. #define SM_OBJ_MEM_ADRS (SM_MEM_ADRS+SM_MEM_SIZE) /* SM Objects pool */
  415. #define SM_OBJ_MEM_SIZE 0x00040000
  416. #define SM_INT_ARG1   46 /*EPIC_SR_IN_DB1_INT_VEC*/
  417. #define SM_INT_ARG2   46 /*EPIC_SR_IN_DB1_INT_VEC*/
  418. #define SM_INT_ARG3   1
  419. #define SM_TIPC_ADRS_DEFAULT    ((int) SM_OBJ_MEM_ADRS + SM_OBJ_MEM_SIZE)
  420. #define SM_TIPC_ADRS            SM_TIPC_ADRS_DEFAULT
  421. #define SM_TIPC_SIZE_DEFAULT    0x00020000
  422. #define SM_TIPC_SIZE            SM_TIPC_SIZE_DEFAULT /* SM TIPC pool size  */
  423. #undef IPFORWARDING_CFG
  424. #define IPFORWARDING_CFG        TRUE
  425. #endif /* defined(INCLUDE_SM_NET) */
  426. /*
  427.  * Set the Carrier Card's SW2[12]=00 for the following configuration,
  428.  * the bootrom would be in the last 1 MB of flash0, and UBOOT would still
  429.  * be in the flash 1.
  430.  */
  431. #define FLASH_WINDOW_SIZE               0x08000000
  432. #define CDS85XX_FLASH_RESERVED_SIZE     0x00100000
  433. /* LBC CS0 - flash 0 - 64MB, 16-bit flash - default for bootrom */
  434. #define FLASH0_BASE_ADRS                 0xf8000000
  435. #define FLASH0_ADRS_MASK                 0xf8000000
  436. #define FLASH0_SIZE                      0x08000000
  437. /* LBC CS1 - flash 1 - 64MB, 16-bit flash */
  438. #define FLASH1_BASE_ADRS                 0xf0000000
  439. #define FLASH1_ADRS_MASK                 0xf8000000
  440. #define FLASH1_SIZE                      0x08000000
  441. /* LBC CS2 - Alphanumeric LED Display */
  442. #define ALPHA_LED_BASE_ADRS             0xe8000000
  443. #define ALPHA_LED_ADRS_MASK             0xe8000000
  444. #define ALPHA_LED_SIZE                  0x01000000
  445. /* Memory addresses */
  446. #define INCLUDE_DDR_SDRAM
  447. /* NOTE this should match the LAWAR SIZE in romInit for the chosen SDRAM */
  448. #define LOCAL_MEM_SIZE          0x20000000  /* 256/512 Mbyte memory available */
  449. #define LOCAL_MEM_LOCAL_ADRS    0x00000000  /* Base of RAM */
  450. #define DDR_SDRAM_LOCAL_ADRS       LOCAL_MEM_LOCAL_ADRS
  451. #define DDR_SDRAM_LOCAL_SIZE       LOCAL_MEM_SIZE
  452. #define DDR_SDRAM_LOCAL_ADRS_END   (DDR_SDRAM_LOCAL_ADRS + DDR_SDRAM_LOCAL_SIZE)
  453. #ifdef INCLUDE_MMU_BASIC
  454. #define INCLUDE_AIM_MMU_CONFIG
  455. #define INCLUDE_MMU_OPTIMIZE
  456. #define INCLUDE_AIM_MMU_SHOW
  457. #define INCLUDE_AIM_MMU_MEM_POOL_CONFIG
  458. /*
  459.  * The following parameters are to configure initial memory usage for
  460.  * page table and region tables and in event of running out the increment
  461.  * of memory allocation and is specified as a number of MMU pages (4KByte
  462.  * blocks).
  463.  */
  464. #define AIM_MMU_INIT_PT_NUM 0x40
  465. #define AIM_MMU_INIT_PT_INCR 0x20
  466. #define AIM_MMU_INIT_RT_NUM 0x10
  467. #define AIM_MMU_INIT_RT_INCR 0x10
  468. /* This write protects the page tables */
  469. #define INCLUDE_AIM_MMU_PT_PROTECTION
  470. /*
  471.  * INCLUDE_LOCK_TEXT_SECTION Requires use of CAM entries which can
  472.  * possibly be already used in sysStaticTlbDesc. Also the larger the
  473.  * page size that can be used the less CAM entries required so aligning
  474.  * RAM_LOW_ADRS on a large page size boundary is usually necessary.
  475.  * Locking the text section should increase performance because no
  476.  * Instruction TLB misses are taken within the text section.
  477.  */
  478. #define INCLUDE_LOCK_TEXT_SECTION
  479. #undef INCLUDE_LOCK_TEXT_SECTION
  480. #undef INCLUDE_PAGE_SIZE_OPTIMIZATION /* Not available for 85XX */
  481. #endif /* INCLUDE_MMU_BASIC */
  482. /*
  483.  * Default power management mode - selected via vxPowerModeSet() in
  484.  * sysHwInit().
  485.  */
  486. #define DEFAULT_POWER_MGT_MODE  VX_POWER_MODE_DISABLE
  487. #define INCLUDE_CTORS_DTORS
  488. /*
  489.  * Using software FP support. Athough task based 32 bit HW_FP is allowed
  490.  * no optimised libraries are available. The kernel doesn't execute any hw
  491.  * fp instructions
  492.  */
  493. #undef  INCLUDE_HW_FP
  494. #undef  INCLUDE_PPC_FPU
  495. #define INCLUDE_SW_FP
  496. /*
  497.  * The constants ROM_XXX_ADRS, ROM_SIZE, and RAM_XXX_ADRS are defined
  498.  * in both config.h and Makefile.  All definitions for these constants
  499.  * must be identical.
  500.  */
  501. #ifndef RAM_LOW_ADRS
  502. #define RAM_LOW_ADRS 0x00100000
  503. #endif  /* RAM_LOW_ADRS */
  504. #ifndef RAM_HIGH_ADRS
  505. #define RAM_HIGH_ADRS 0x04000000
  506. #endif  /* RAM_HIGH_ADRS */
  507. #define ROM_TEXT_ADRS 0xFFF00100
  508. #define ROM_BASE_ADRS 0xFFF00000
  509. #define ROM_SIZE      0x00100000
  510. #define USER_RESERVED_MEM 0x000000
  511. #define INCLUDE_SYSLED
  512. #ifdef INCLUDE_END
  513. #   define ETHERNET_MAC_HANDLER
  514. #   define BRCM_ENET0       0x00 /* BRCM specific portion of MAC (MSB->LSB) */
  515. #   define BRCM_ENET1       0x10
  516. #   define BRCM_ENET2       0x18
  517. #   define CUST_ENET3_0     0xA0    /* Customer portion of MAC address */
  518. #   define CUST_ENET3_1     0xA1
  519. #   define CUST_ENET3_2     0xA2
  520. #   define CUST_ENET3_3     0xA3
  521. #   define CUST_ENET4       0xAA
  522. #   define CUST_ENET5       0xA0
  523. #   define MAX_MAC_ADRS     4
  524. #   define MAC_ADRS_LEN     6
  525. #endif
  526. /* add TFFS as boot device */
  527. #undef INCLUDE_TFFS
  528. #ifdef INCLUDE_TFFS
  529. #   define INCLUDE_TFFS_MOUNT
  530. #   define INCLUDE_TFFS_SHOW
  531. #endif
  532. #ifdef INCLUDE_TFFS
  533. #   ifndef INCLUDE_DOSFS
  534. #       define INCLUDE_DOSFS        /* file system to be used */
  535. #   endif   /* INCLUDE_DOSFS */
  536. #endif  /* INCLUDE_TFFS */
  537. #define INCLUDE_FLASH
  538. #ifdef INCLUDE_FLASH
  539. #define INCLUDE_FLASH_BOOT
  540. #define INCLUDE_DOSFS
  541. #endif
  542. /* Use DOS File System */
  543. #ifdef INCLUDE_DOSFS
  544. #   define  INCLUDE_DOSFS_MAIN
  545. #   define  INCLUDE_DOSFS_CACHE
  546. #   define  INCLUDE_DOSFS_FAT
  547. # define INCLUDE_DOSFS_FMT
  548. # define INCLUDE_DOSFS_DIR_FIXED
  549. #   define  INCLUDE_DOSFS_DIR_VFAT
  550. #   define  INCLUDE_DISK_UTIL
  551. #endif  /* INCLUDE_DOSFS */
  552. #if !defined(PRJ_BUILD)
  553. /* configuration for bootrom */
  554. #   define INCLUDE_ERF
  555. #   define INCLUDE_XBD
  556. #   define INCLUDE_XBD_BLK_DEV
  557. #   define INCLUDE_FS_MONITOR
  558. #   define INCLUDE_FS_EVENT_UTIL
  559. #   define INCLUDE_DEVICE_MANAGER
  560. #endif
  561. #ifdef __cplusplus
  562.     }
  563. #endif /* __cplusplus */
  564. #endif  /* INCconfigh */
  565. #if defined(PRJ_BUILD)
  566.     #include "prjParams.h"
  567. #endif /* PRJ_BUILD */