usrConfig.c
上传用户:yingyi0918
上传日期:2022-06-26
资源大小:214k
文件大小:32k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* usrConfig.c - user-defined system configuration library */
  2. /* Copyright 1984-2001 Wind River Systems, Inc. */
  3. #include "copyright_wrs.h"
  4. /*
  5. modification history
  6. --------------------
  7. 19g,22feb01,scm  add fast dram support capabilities for XScale...
  8. 19f,16mar99,jpd  changed copyright yearfrom 1998 to 1999.
  9. 19e,13nov98,jpd  call usrMmuInit if INCLUDE_MMU_MPU defined; conditionally
  10.  add sysHwInit0() call before cacheLibInit(); added
  11.  INCLUDE_INITIAL_MEM_ALLOCATION
  12.     cdp  make Thumb support for ARM CPUs dependent on ARM_THUMB.
  13. 19j,27feb01,hk   update INCLUDE_WDB_BANNER copyright notice to cover 2001.
  14. 19i,08jun00,csi  Merginf usrConfig.c for vxfusion
  15. 19h,19apr00,zl   updated copyright year to 2000.
  16. 19g,02mar00,zl   merged SH support into T2.
  17. 01g,07mar01,sn   simplify job of host val by using creationDate (which
  18.                  is overridable) rather than __DATE__
  19. 19g,14oct99,jk   added conditional init code for sound driver support.
  20. 19i,30jul99,jkf  fixed SPR#4429. ideDrv, ataDrv, fdDrv, warn on ERROR.
  21. 19h,16mar99,jpd  changed copyright yearfrom 1998 to 1999.
  22. 19g,10mar99,drm  Changing WINDMP to VXFUSION to reflect new product name.
  23. 19f,13nov98,jpd  call usrMmuInit if INCLUDE_MMU_MPU defined; conditionally
  24.  add sysHwInit0() call before cacheLibInit(); added
  25.  INCLUDE_INITIAL_MEM_ALLOCATION
  26.     cdp  make Thumb support for ARM CPUs dependent on ARM_THUMB.
  27. 19e,08oct98,rlp  added support for UGL and HTML.
  28. 19d,17sep98,ms   call cplusDemanglerInit if INCLUDE_CPLUS and INCLUDE_LOADER
  29. 19c,17sep98,cym  added code to calculate proper IP address for PCSIM.
  30. 19b,01sep98,drm  added code to initialize WindMP
  31. 19a,10aug98,cym  added code to inform tornado when the NT simulator is up.
  32. 18z,23apr98,yp   merged in TrueFFS support
  33. 18y,22apr98,elp  created group 1 module when standalone (fixed SPR# 20301).
  34. 18w,22apr98,hdn  added comment for tffsDrv().
  35. 18t,17apr98,nps  added support for rBuffShow.
  36. 18s,09mar98,sjw  merge in HTTP and JAVA changes for conflict resolution
  37. 18r,18dec97,cth  replaced windview, timestamp initialization with windviewConfig
  38. 18q,13nov97,cth  changed WV evtInstInit to wvLibInit2; removed connRtnSet,
  39.  evtTaskInit; added include wvLib.h, rBuffLib.h
  40. 18p,18aug97,nps  changed WV buffer initialization with the rBuff API.
  41. 18x,06mar98,ms   changed copyright year from 1996 to 1998.
  42. 18v,04feb98,jpd  fix unsigned/signed warning (usrRoot); updated copyright date.
  43. 18u,25feb98,jgn  removed call to excShowInit(), it is called by excInit()
  44.                  if needed (SPR #20625)
  45. 18t,19jan98,hdn  changed a condition macro to include tffsDrv().
  46. 18p,06jan98,cym  added SIMNT as processor not to clear bss.
  47. 18s,23sep97,yp   added support for TFFS.
  48. 18r,13aug97,cdp  add Thumb (ARM7TDMI_T) support;
  49.                  'fix' unsigned/signed comparison in usrRoot.
  50. 18q,26feb97,dat  added INCLUDE_USER_APPL and USER_APPL_INIT, spr 8071.
  51. 18p,05feb97,cdp  remove ARM test hook (_func_armStartup).
  52. 18o,12dec96,cdp  added _func_armStartup for ARM platforms.
  53. 18n,13dec96,elp  changed syncLibInit() into symSyncLibInit().
  54. 18m,18nov96,dds  SPR 2529: return status for sysScsiInit is now checked.
  55. 18l,06nov96,ms   removed 17n hack to usrClock.
  56. 18k,01nov96,hdn  added support for PCMCIA.
  57. 18j,21oct96,hdn  changed paramerters for new LPT driver.
  58. 18i,04oct96,elp  added INCLUDE_SYM_TBL_SYNC (SPR# 6775).
  59. 18h,11jul96,tam  changed copyright year from 1995 to 1996.
  60. 18l,19jul96,hdn  added support for ATA driver.
  61. 18k,25jun96,jmb  Eliminated alternative WDB macro names (SPR #5707).
  62. 18j,25jun96,dbt  Initialized _func_selWakeupListInit before tyLib (SPR #3314).
  63. 18i,21jun96,jmb  update copyright. SPR #6364
  64. 18h,21jun96,jmb  long modhist -- deleted entries prior to 1994.  SPR #6528
  65. 18g,12mar96,tam  removed all #if (CPU == PPC403).
  66. 18p,06jun96,ism  bumped copyright to 1996.
  67. 18o,26jan96,ism  cleaned up vxsim/solaris version
  68. 18f,02oct95,kvk  added sysHwInit2() for PPC603.
  69. 18e,27sep95,tpr  removed #if (CPU_FAMILY != PPC) staff.
  70. 18n,07nov95,srh  fixed C++ support comments.
  71. 18m,29oct95,dat  fixed warnings about printf arguments
  72. 18l,11oct95,jdi  doc: changed .pG to .tG.
  73. 18k,10oct95,dat  new BSP revision id. Added WDB Banner printing
  74. 18j,15jun95,ms  updated for new serial drivers.
  75. 18i,09jun95,ms  cleaned up console initialization
  76. 18h,30may95,p_m  added initialization of formatted I/O library.
  77.  replaced spyStop() by spyLibInit().
  78. 18g,22may95,p_m  no longer initialize object format specific libraries if
  79.  loader is not included.
  80. 18f,22may95,myz  modified new serial device initialization for x86 support
  81. 18e,22may95,ms   added some WDB agent support
  82. 18e,30oct95,ism  updated for SIMSPARCSOLARIS
  83. 18d,28mar95,kkk  added scalability support, changed edata and end to arrays
  84.  (SPR #3917), changed baud rate to be a macro in configAll.h
  85. 18g,25may95,yao  changed to bzero bss segment for PPC.
  86. 18f,04apr95,caf  added PPC cache support.
  87. 18e,03mar95,yao  added shsHwInit2 () for PPC403.
  88. 18d,24feb95,caf  added PPC support.
  89. 18c,20nov94,kdl  added hashLibInit() when using dosFs.
  90. 18b,09nov94,jds  additions for scsi backward compatability ; scsi[12]IfInit()
  91. 18a,04nov94,kdl  merge cleanup.
  92. 17l,02aug94,tpr  added cacheEnable (BRANCH_CACHE) for the MC68060.
  93. 17m,15oct94,hdn  added LPT driver.
  94. 17o,20jul94,ms   changed INCLUDE_AOUT_HPPA to INCLUDE_SOM_COFF
  95. 17n,02may94,ms   added VxSim HP hack to usrClock().
  96. 17q,15mar94,smb  renamed tEvtTask parameters.
  97. 17p,15feb94,smb  defined WV_MODE, EVTBUFFER_ADDRESS for wvInstInit().
  98. 17o,12jan94,kdl  modified posix initialization; added queued signal init.
  99. */
  100. /*
  101. DESCRIPTION
  102. This library is the WRS-supplied configuration module for VxWorks.  It
  103. contains the root task, the primary system initialization routine, the
  104. network initialization routine, and the clock interrupt routine.
  105. The include file config.h includes a number of system-dependent parameters used
  106. in this file.
  107. In an effort to simplify the presentation of the configuration of vxWorks,
  108. this file has been split into smaller files.  These additional configuration
  109. source files are located in ../../src/config/usr[xxx].c and are #included into
  110. this file below.  This file contains the bulk of the code a customer is
  111. likely to customize.
  112. The module usrDepend.c contains checks that guard against unsupported
  113. configurations such as INCLUDE_NFS without INCLUDE_RPC.  The module
  114. usrKernel.c contains the core initialization of the kernel which is rarely
  115. customized, but provided for information.  The module usrNetwork.c now
  116. contains all network initialization code.  Finally, the module usrExtra.c
  117. contains the conditional inclusion of the optional packages selected in
  118. configAll.h.
  119. The source code necessary for the configuration selected is entirely
  120. included in this file during compilation as part of a standard build in
  121. the board support package.  No other make is necessary.
  122. INCLUDE FILES:
  123. config.h
  124. SEE ALSO:
  125. .tG "Getting Started, Cross-Development"
  126. */
  127. #include "vxWorks.h" /* always first */
  128. #include "config.h" /* board support configuration header */
  129. #include "usrConfig.h" /* general configuration header */
  130. #include "usrDepend.c" /* include dependency rules */
  131. #include "usrKernel.c" /* kernel configuration */
  132. #include "usrExtra.c" /* conditionally included packages */
  133. #if CPU==SIMNT
  134. extern int simUpMutex;
  135. extern int win_ReleaseMutex(int hMutex);
  136. #endif
  137. #ifdef INCLUDE_HTTP
  138. #include "http/httpLib.h" /* Wind Web Server interfaces */
  139. #endif
  140. /* defines - must be after include of usrDepend.c */
  141. #ifdef INCLUDE_WDB
  142. #define FREE_MEM_START_ADRS (FREE_RAM_ADRS + WDB_POOL_SIZE)
  143. #else
  144. #define FREE_MEM_START_ADRS FREE_RAM_ADRS
  145. #endif
  146. #ifdef INCLUDE_INITIAL_MEM_ALLOCATION
  147. #define MEM_POOL_START_ADRS 
  148.     (ROUND_UP(FREE_MEM_START_ADRS, (INITIAL_MEM_ALIGNMENT)) + 
  149.     (INITIAL_MEM_SIZE))
  150. #else /* INCLUDE_INITIAL_MEM_ALLOCATION */
  151. #define MEM_POOL_START_ADRS FREE_MEM_START_ADRS
  152. #endif /* INCLUDE_INITIAL_MEM_ALLOCATION */
  153. /* global variables */
  154. int consoleFd; /* fd of initial console device */
  155. char consoleName[20]; /* console device name, eg. "/tyCo/0" */
  156. SYMTAB_ID statSymTbl; /* system error status symbol table id*/
  157. SYMTAB_ID standAloneSymTbl; /* STANDALONE version symbol table id */
  158. SYMTAB_ID sysSymTbl; /* system symbol table id */
  159. BOOT_PARAMS sysBootParams; /* parameters from boot line */
  160. int sysStartType; /* type of boot (WARM, COLD, etc) */
  161. /*******************************************************************************
  162. *
  163. * usrInit - user-defined system initialization routine
  164. *
  165. * This is the first C code executed after the system boots.  This routine is
  166. * called by the assembly language start-up routine sysInit() which is in the
  167. * sysALib module of the target-specific directory.  It is called with
  168. * interrupts locked out.  The kernel is not multitasking at this point.
  169. *
  170. * This routine starts by clearing BSS; thus all variables are initialized to 0,
  171. * as per the C specification.  It then initializes the hardware by calling
  172. * sysHwInit(), sets up the interrupt/exception vectors, and starts kernel
  173. * multitasking with usrRoot() as the root task.
  174. *
  175. * RETURNS: N/A
  176. *
  177. * SEE ALSO: kernelLib
  178. *
  179. * ARGSUSED0
  180. */
  181. void usrInit
  182.     (
  183.     int startType
  184.     )
  185.     {
  186. #if (CPU_FAMILY == SPARC)
  187.     excWindowInit (); /* SPARC window management */
  188. #endif
  189. #ifdef INCLUDE_SYS_HW_INIT_0
  190.     /*
  191.      * Perform any BSP-specific initialisation that must be done before
  192.      * cacheLibInit() is called and/or BSS is cleared.
  193.      */
  194.     SYS_HW_INIT_0 ();
  195. #endif /* INCLUDE_SYS_HW_INIT_0 */
  196.     /* configure data and instruction cache if available and leave disabled */
  197. #ifdef  INCLUDE_CACHE_SUPPORT
  198.     cacheLibInit (USER_I_CACHE_MODE, USER_D_CACHE_MODE);
  199. #endif  /* INCLUDE_CACHE_SUPPORT */
  200. #if CPU_FAMILY!=SIMNT && CPU_FAMILY!=SIMSPARCSUNOS && CPU_FAMILY!=SIMHPPA && CPU_FAMILY!=SIMSPARCSOLARIS
  201.     /* don't assume bss variables are zero before this call */
  202.     bzero (edata, end - edata); /* zero out bss variables */
  203. #endif /* CPU_FAMILY!=SIMNT && CPU_FAMILY!=SIMSPARCSUNOS && CPU_FAMILY!=SIMHPPA && CPU_FAMILY!=SIMSPARCSOLARIS */
  204.     sysStartType = startType; /* save type of system start */
  205.     intVecBaseSet ((FUNCPTR *) VEC_BASE_ADRS); /* set vector base table */
  206. #if (CPU_FAMILY == AM29XXX)
  207.     excSpillFillInit (); /* am29k stack cache managemt */
  208. #endif
  209. #ifdef  INCLUDE_EXC_HANDLING
  210.     excVecInit (); /* install exception vectors */
  211. #endif  /* INCLUDE_EXC_HANDLING */
  212.     sysHwInit (); /* initialize system hardware */
  213.     usrKernelInit (); /* configure the Wind kernel */
  214. #ifdef  INCLUDE_CACHE_SUPPORT
  215. #ifdef  USER_I_CACHE_ENABLE
  216.     cacheEnable (INSTRUCTION_CACHE); /* enable instruction cache */
  217. #endif /* USER_I_CACHE_ENABLE */
  218. #ifdef USER_D_CACHE_ENABLE
  219.     cacheEnable (DATA_CACHE); /* enable data cache */
  220. #endif  /* USER_D_CACHE_ENABLE */
  221. #if (CPU == MC68060)
  222. #ifdef  USER_B_CACHE_ENABLE
  223.     cacheEnable (BRANCH_CACHE); /* enable branch cache */
  224. #endif /* USER_B_CACHE_ENABLE */
  225. #endif /* (CPU == MC68060) */
  226. #endif  /* INCLUDE_CACHE_SUPPORT */
  227.     /* start the kernel specifying usrRoot as the root task */
  228.     kernelInit ((FUNCPTR) usrRoot, ROOT_STACK_SIZE,
  229. (char *) MEM_POOL_START_ADRS,
  230. sysMemTop (), ISR_STACK_SIZE, INT_LOCK_LEVEL);
  231.     }
  232. /*******************************************************************************
  233. *
  234. * usrRoot - the root task
  235. *
  236. * This is the first task to run under the multitasking kernel.  It performs
  237. * all final initialization and then starts other tasks.
  238. *
  239. * It initializes the I/O system, installs drivers, creates devices, and sets
  240. * up the network, etc., as necessary for a particular configuration.  It
  241. * may also create and load the system symbol table, if one is to be included.
  242. * It may then load and spawn additional tasks as needed.  In the default
  243. * configuration, it simply initializes the VxWorks shell.
  244. *
  245. * RETURNS: N/A
  246. */
  247. void usrRoot
  248.     (
  249.     char * pMemPoolStart, /* start of system memory partition */
  250.     unsigned memPoolSize /* initial size of mem pool */
  251.     )
  252.     {
  253.     char tyName [20];
  254.     int  ix;
  255.     /* Initialize the memory pool before initializing any other package.
  256.      * The memory associated with the root task will be reclaimed at the
  257.      * completion of its activities.
  258.      */
  259. #ifdef INCLUDE_MEM_MGR_FULL
  260.     memInit (pMemPoolStart, memPoolSize); /* initialize memory pool */
  261. #else
  262.     memPartLibInit (pMemPoolStart, memPoolSize);/* initialize memory pool */
  263. #endif /* INCLUDE_MEM_MGR_FULL */
  264. #ifdef INCLUDE_SHOW_ROUTINES
  265.     memShowInit (); /* initialize memShow routine */
  266. #endif /* INCLUDE_SHOW_ROUTINES */
  267. #if defined(INCLUDE_MMU_BASIC) || defined(INCLUDE_MMU_FULL) || 
  268. defined(INCLUDE_MMU_MPU)
  269.     usrMmuInit (); /* initialize the mmu */
  270. #endif /* defined(INCLUDE_MMU_BASIC, INCLUDE_MMU_FULL, INCLUDE_MMU_MPU) */
  271.     /* set up system timer */
  272.     sysClkConnect ((FUNCPTR) usrClock, 0); /* connect clock ISR */
  273.     sysClkRateSet (60); /* set system clock rate */
  274.     sysClkEnable (); /* start it */
  275. #ifdef INCLUDE_FAST_DRAM
  276. /*
  277.  * make use of data cache as fast DRAM,
  278.  * establish parameters in config.h, MMU
  279.  * must be initialed before data cache is
  280.  * initialized as data ram...
  281.  */
  282.   cacheCreateInternalDataRAM((UINT32 *)FD_ORIGIN, FD_NUMLINES);
  283. #endif
  284.     /*
  285.      * select sould be initialized after NFS and RPC for proper delete
  286.      * hook order but _func_selWakeupListInit should be set
  287.      * before tyLib module (SPR #3314).
  288.      */
  289. #ifdef  INCLUDE_SELECT
  290.     _func_selWakeupListInit     = (FUNCPTR) selWakeupListInit;
  291. #endif /* INCLUDE_SELECT */
  292.     /* initialize I/O system */
  293. #ifdef  INCLUDE_IO_SYSTEM
  294.     iosInit (NUM_DRIVERS, NUM_FILES, "/null");
  295.     consoleFd = NONE;                           /* assume no console device */
  296. #ifdef  INCLUDE_TYCODRV_5_2
  297. #ifdef  INCLUDE_TTY_DEV
  298.     if (NUM_TTY > 0)
  299. {
  300. tyCoDrv (); /* install console driver */
  301. for (ix = 0; ix < NUM_TTY; ix++) /* create serial devices */
  302.     {
  303.     sprintf (tyName, "%s%d", "/tyCo/", ix);
  304.     (void) tyCoDevCreate (tyName, ix, 512, 512);
  305.     if (ix == CONSOLE_TTY)
  306. strcpy (consoleName, tyName); /* store console name */
  307.     }
  308. consoleFd = open (consoleName, O_RDWR, 0);
  309. /* set baud rate */
  310. (void) ioctl (consoleFd, FIOBAUDRATE, CONSOLE_BAUD_RATE);
  311. (void) ioctl (consoleFd, FIOSETOPTIONS, OPT_TERMINAL);
  312. }
  313. #endif /* INCLUDE_TTY_DEV */
  314. #else   /* !INCLUDE_TYCODRV_5_2 */
  315. #ifdef  INCLUDE_TTY_DEV
  316.     if (NUM_TTY > 0)
  317. {
  318. ttyDrv(); /* install console driver */
  319. for (ix = 0; ix < NUM_TTY; ix++) /* create serial devices */
  320.     {
  321. #if     (defined(INCLUDE_WDB) && (WDB_COMM_TYPE == WDB_COMM_SERIAL))
  322.     if (ix == WDB_TTY_CHANNEL) /* don't use WDBs channel */
  323. continue;
  324. #endif
  325.     sprintf (tyName, "%s%d", "/tyCo/", ix);
  326.     (void) ttyDevCreate (tyName, sysSerialChanGet(ix), 512, 512);
  327.     if (ix == CONSOLE_TTY) /* init the tty console */
  328. {
  329. strcpy (consoleName, tyName);
  330. consoleFd = open (consoleName, O_RDWR, 0);
  331. (void) ioctl (consoleFd, FIOBAUDRATE, CONSOLE_BAUD_RATE);
  332. (void) ioctl (consoleFd, FIOSETOPTIONS, OPT_TERMINAL);
  333. }
  334.     }
  335. }
  336. #endif  /* INCLUDE_TTY_DEV */
  337. #ifdef INCLUDE_PC_CONSOLE
  338.     pcConDrv ();
  339.     for (ix = 0; ix < N_VIRTUAL_CONSOLES; ix++)
  340. {
  341. sprintf (tyName, "%s%d", "/pcConsole/", ix);
  342. (void) pcConDevCreate (tyName,ix, 512, 512);
  343. if (ix == PC_CONSOLE) /* init the console device */
  344.     {
  345.     strcpy (consoleName, tyName);
  346.     consoleFd = open (consoleName, O_RDWR, 0);
  347.     (void) ioctl (consoleFd, FIOBAUDRATE, CONSOLE_BAUD_RATE);
  348.     (void) ioctl (consoleFd, FIOSETOPTIONS, OPT_TERMINAL);
  349.     }
  350. }
  351. #endif /* INCLUDE_PC_CONSOLE */
  352. #endif  /* !INCLUDE_TYCODRV_5_2 */
  353.     ioGlobalStdSet (STD_IN,  consoleFd);
  354.     ioGlobalStdSet (STD_OUT, consoleFd);
  355.     ioGlobalStdSet (STD_ERR, consoleFd);
  356. #endif  /* INCLUDE_IO_SYSTEM */
  357.     /* initialize symbol table facilities */
  358. #ifdef INCLUDE_SYM_TBL
  359.     hashLibInit (); /* initialize hash table package */
  360.     symLibInit (); /* initialize symbol table package */
  361. #ifdef  INCLUDE_SHOW_ROUTINES
  362.     symShowInit (); /* initialize symbol table show */
  363. #endif /* INCLUDE_SHOW_ROUTINES */
  364. #endif /* INCLUDE_SYM_TBL */
  365.     /* initialize exception handling */
  366. #if     defined(INCLUDE_EXC_HANDLING) && defined(INCLUDE_EXC_TASK)
  367.     excInit (); /* initialize exception handling */
  368. #endif  /* defined(INCLUDE_EXC_HANDLING) && defined(INCLUDE_EXC_TASK) */
  369. #ifdef INCLUDE_LOGGING
  370.     logInit (consoleFd, MAX_LOG_MSGS); /* initialize logging */
  371. #endif /* INCLUDE_LOGGING */
  372. #ifdef INCLUDE_SIGNALS
  373.     sigInit (); /* initialize signals */
  374. #endif /* INCLUDE_SIGNALS */
  375.     /* initialize debugging */
  376. #ifdef INCLUDE_DEBUG
  377.     dbgInit (); /* initialize debugging */
  378. #endif /* INCLUDE_DEBUG */
  379.     /* initialize pipe driver */
  380. #ifdef INCLUDE_PIPES
  381.     pipeDrv (); /* install pipe driver */
  382. #endif /* INCLUDE_PIPES */
  383.     /* initialize standard I/O package */
  384. #ifdef INCLUDE_STDIO
  385.     stdioInit (); /* initialize standard I/O library */
  386. #ifdef  INCLUDE_SHOW_ROUTINES
  387.     stdioShowInit ();
  388. #endif  /* INCLUDE_SHOW_ROUTINES */
  389. #endif /* INCLUDE_STDIO */
  390.     /* initialize POSIX queued signals */
  391. #if defined(INCLUDE_POSIX_SIGNALS) && defined(INCLUDE_SIGNALS)
  392.     sigqueueInit (NUM_SIGNAL_QUEUES); /* initialize queued signals */
  393. #endif
  394.     /* initialize POSIX semaphores */
  395. #ifdef  INCLUDE_POSIX_SEM
  396.     semPxLibInit ();
  397. #ifdef INCLUDE_SHOW_ROUTINES
  398.     semPxShowInit ();
  399. #endif  /* INCLUDE_SHOW_POUTINES */
  400. #endif  /* INCLUDE_POSIX_SEM */
  401.     /* initialize POSIX message queues */
  402. #ifdef INCLUDE_POSIX_MQ
  403.     mqPxLibInit (MQ_HASH_SIZE);
  404. #ifdef INCLUDE_SHOW_ROUTINES
  405.     mqPxShowInit ();
  406. #endif  /* INCLUDE_SHOW_ROUTINES */
  407. #endif  /* INCLUDE_POSIX_MQ */
  408.     /* initialize POSIX async I/O support */
  409. #ifdef INCLUDE_POSIX_AIO
  410.     aioPxLibInit (MAX_LIO_CALLS);
  411. #ifdef INCLUDE_POSIX_AIO_SYSDRV
  412.     aioSysInit (MAX_AIO_SYS_TASKS, AIO_TASK_PRIORITY, AIO_TASK_STACK_SIZE);
  413. #endif  /* INCLUDE_POSIX_AIO_SYSDRV */
  414. #endif  /* INCLUDE_POSIX_AIO */
  415.     /* initialize filesystems and disk drivers */
  416. #ifdef INCLUDE_DOSFS
  417.     hashLibInit (); /* initialize hash table package */
  418.     dosFsInit (NUM_DOSFS_FILES);  /* init dosFs filesystem */
  419. #endif /* INCLUDE_DOSFS */
  420. #ifdef INCLUDE_RAWFS
  421.     rawFsInit (NUM_RAWFS_FILES);  /* init rawFs filesystem */
  422. #endif /* INCLUDE_RAWFS */
  423. #ifdef INCLUDE_RT11FS
  424.     rt11FsInit (NUM_RT11FS_FILES);  /* init rt11Fs filesystem */
  425. #endif /* INCLUDE_RT11FS */
  426. #ifdef INCLUDE_RAMDRV
  427.     ramDrv (); /* initialize ram disk driver */
  428. #endif /* INCLUDE_RAMDRV */
  429. #ifdef INCLUDE_SCSI
  430.     /*
  431.      * initialize either the SCSI1 or SCSI2 interface; initialize SCSI2 when
  432.      * the SCSI2 interface is available.
  433.      */
  434. #ifndef INCLUDE_SCSI2
  435.     scsi1IfInit ();
  436. #else
  437.     scsi2IfInit ();
  438. #endif
  439.     /* initialize SCSI controller */
  440.     if (sysScsiInit () == OK)
  441. {
  442. usrScsiConfig (); /* configure SCSI peripherals */
  443.         }
  444.     else
  445.         {
  446. #ifdef INCLUDE_STDIO
  447.         printf ("sysScsiInit() Failed, SCSI system not initializedn");
  448. #endif  /* INCLUDE_STDIO */
  449.         }
  450. #endif /* INCLUDE_SCSI */
  451. #ifdef  INCLUDE_FD     /* initialize floppy disk driver */
  452.     if ((fdDrv (FD_INT_VEC, FD_INT_LVL)) == ERROR)
  453.      {
  454. #ifdef INCLUDE_STDIO
  455. printf ("fdDrv returned ERROR from usrRoot.n");
  456. #endif /* INCLUDE_STDIO */
  457. }
  458. #endif /* INCLUDE_FD */
  459. #ifdef  INCLUDE_IDE
  460.     /* init IDE disk driver */
  461.     if ((ideDrv (IDE_INT_VEC, IDE_INT_LVL, IDE_CONFIG)) == ERROR)
  462. {
  463. #ifdef INCLUDE_STDIO
  464. printf ("ideDrv returned ERROR from usrRoot.n");
  465. #endif /* INCLUDE_STDIO */
  466. }
  467. #endif  /* INCLUDE_IDE */
  468. #ifdef  INCLUDE_ATA
  469.     {                                   /* initialize hard disk driver */
  470.     IMPORT ATA_RESOURCE ataResources[];
  471.     ATA_RESOURCE *pAtaResource;
  472.     for (ix = 0; ix < ATA_MAX_CTRLS; ix++)
  473.         {
  474.         pAtaResource = &ataResources[ix];
  475.         if (pAtaResource->ctrlType == IDE_LOCAL)
  476.             if ((ataDrv (ix, pAtaResource->drives, pAtaResource->intVector,
  477.    pAtaResource->intLevel, pAtaResource->configType,
  478.                    pAtaResource->semTimeout, pAtaResource->wdgTimeout))
  479. == ERROR)
  480. {
  481. #ifdef INCLUDE_STDIO
  482. printf ("ataDrv returned ERROR from usrRoot.n");
  483. #endif /* INCLUDE_STDIO */
  484. }
  485.         }
  486.     }
  487. #ifdef  INCLUDE_SHOW_ROUTINES
  488.     ataShowInit ();                     /* install ATA/IDE show routine */
  489. #endif  /* INCLUDE_SHOW_ROUTINES */
  490. #endif  /* INCLUDE_ATA */
  491. #ifdef  INCLUDE_LPT
  492.     {
  493.     IMPORT LPT_RESOURCE lptResources[];
  494.     lptDrv (LPT_CHANNELS, &lptResources[0]); /* init LPT parallel driver */
  495.     }
  496. #endif  /* INCLUDE_LPT */
  497. #ifdef  INCLUDE_PCMCIA
  498. #ifdef  INCLUDE_SHOW_ROUTINES
  499.     pcmciaShowInit (); /* install PCMCIA show routines */
  500. #endif  /* INCLUDE_SHOW_ROUTINES */
  501.     pcmciaInit (); /* init PCMCIA Lib */
  502. #endif  /* INCLUDE_PCMCIA */
  503. #ifdef INCLUDE_TFFS
  504.     tffsDrv (); /* it should be after pcmciaInit() */
  505. #endif /* INCLUDE_TFFS */
  506. #ifdef  INCLUDE_FORMATTED_IO
  507.     fioLibInit (); /* initialize formatted I/O */
  508. #endif  /* INCLUDE_FORMATTED_IO */
  509.     /* initialize floating point facilities */
  510. #ifdef INCLUDE_FLOATING_POINT
  511.     floatInit (); /* initialize floating point I/O */
  512. #endif /* INCLUDE_FLOATING_POINT */
  513.     /* install software floating point emulation (if applicable) */
  514. #ifdef INCLUDE_SW_FP
  515.     mathSoftInit (); /* use software emulation for fp math */
  516. #endif /* INCLUDE_SW_FP */
  517.     /* install hardware floating point support (if applicable) */
  518. #ifdef INCLUDE_HW_FP
  519.     mathHardInit ();  /* do fppInit() & install hw fp math */
  520. #ifdef INCLUDE_SHOW_ROUTINES
  521.     fppShowInit (); /* install hardware fp show routine */
  522. #endif /* INCLUDE_SHOW_ROUTINES */
  523. #endif /* INCLUDE_HW_FP */
  524.     /* install dsp support (if applicable) */
  525. #ifdef INCLUDE_DSP
  526.     usrDspInit ();  /* do dspInit() */
  527. #endif /* INCLUDE_DSP */
  528.     /* initialize performance monitoring tools */
  529. #ifdef INCLUDE_SPY
  530.     spyLibInit (); /* install task cpu utilization tool */
  531. #endif /* INCLUDE_SPY */
  532. #ifdef INCLUDE_TIMEX
  533.     timexInit (); /* install function timing tool */
  534. #endif /* INCLUDE_TIMEX */
  535. #ifdef  INCLUDE_ENV_VARS
  536.     envLibInit (ENV_VAR_USE_HOOKS); /* initialize environment variable */
  537. #endif /* INCLUDE_ENV_VARS */
  538. #ifdef INCLUDE_NTPASSFS
  539.     {
  540.     extern int ntPassFsInit();
  541.     extern int ntPassFsDevInit();
  542.     ntPassFsInit(1);
  543.     ntPassFsDevInit("host:");
  544.     }
  545. #endif /* INCLUDE_NTPASSFS */
  546.     /* initialize object module loader */
  547. #ifdef INCLUDE_LOADER
  548.     moduleLibInit (); /* initialize module manager */
  549. #if defined(INCLUDE_AOUT)
  550.     loadAoutInit (); /* use a.out format */
  551. #else /* coff or ecoff */
  552. #if defined(INCLUDE_ECOFF)
  553.     loadEcoffInit (); /* use ecoff format */
  554. #else /* ecoff */
  555. #if defined(INCLUDE_COFF)
  556.     loadCoffInit (); /* use coff format */
  557. #else   /* coff */
  558. #if defined(INCLUDE_ELF)
  559.     loadElfInit (); /* use elf format */
  560. #else
  561. #if defined(INCLUDE_SOM_COFF)
  562.     loadSomCoffInit ();
  563. #else
  564. #if defined(INCLUDE_PECOFF)
  565.     {
  566.     extern int loadPecoffInit();
  567.     loadPecoffInit ();
  568.     }
  569. #endif
  570. #endif
  571. #endif
  572. #endif
  573. #endif
  574. #endif
  575. #endif /* INCLUDE_LOADER */
  576.     /* initialize wtx client to synchronize host and target symbol tables */
  577. #ifdef INCLUDE_SYM_TBL_SYNC
  578.     symSyncLibInit ();
  579. #endif /* INCLUDE_SYM_TBL_SYNC */
  580.     /* initialize network */
  581. #ifdef  INCLUDE_NET_INIT
  582.     usrBootLineInit (sysStartType); /* crack the bootline */
  583.     usrNetInit (BOOT_LINE_ADRS); /* initialize network support */
  584. # ifdef BROADCOM_BSP
  585.     sysBindFix();           /* See sysLib.c */
  586. # endif /* BROADCOM_BSP */
  587. #if CPU==SIMNT
  588.     {
  589.     extern int simProcnum;
  590.     char ulipIP[] = "90.0.0.1";
  591.     ulipIP[7] = '1'+simProcnum;
  592.     routeAdd("0.0.0.0",ulipIP);
  593.     }
  594. #endif  /* CPU==SIMNT */
  595. #endif /* INCLUDE_NET_INIT */
  596. #ifdef INCLUDE_PASSFS
  597.     {
  598.     extern STATUS passFsInit ();
  599.     extern void *passFsDevInit ();
  600.     char passName [256];
  601.     if (passFsInit (1) == OK)
  602. {
  603. extern char vxsim_hostname[];
  604. extern char vxsim_cwd[];
  605. sprintf (passName, "%s:", vxsim_hostname);
  606. if (passFsDevInit (passName) == NULL)
  607.     {
  608. #ifdef INCLUDE_STDIO
  609.     printf ("passFsDevInit failed for <%s>n", passName);
  610. #endif /* INCLUDE_STDIO */
  611.     }
  612. else
  613.     {
  614.     sprintf (passName, "%s:%s", vxsim_hostname, vxsim_cwd);
  615.     ioDefPathSet (passName);
  616.     }
  617. }
  618.     else
  619. #ifdef INCLUDE_STDIO
  620. printf ("passFsInit failedn");
  621. #endif /* INCLUDE_STDIO */
  622.     }
  623. #endif /* INCLUDE_PASSFS */
  624. #ifdef INCLUDE_DOS_DISK
  625.     {
  626.     char unixName [80];
  627.     extern void unixDrv ();
  628.     extern void unixDiskInit ();
  629.     extern char *u_progname;  /* home of executable */
  630.     char *pLastSlash;
  631.     unixDrv ();
  632.     pLastSlash = strrchr (u_progname, '/');
  633.     pLastSlash = (pLastSlash == NULL) ? u_progname : (pLastSlash + 1);
  634.     sprintf (unixName, "/tmp/%s%d.dos", pLastSlash, sysProcNumGet());
  635.     unixDiskInit (unixName, "A:", 0);
  636.     }
  637. #endif /* INCLUDE_DOS_DISK */
  638.     /* initialize shared memory objects */
  639. #ifdef INCLUDE_SM_OBJ /* unbundled shared memory objects */
  640.     usrSmObjInit (BOOT_LINE_ADRS);
  641. #endif /* INCLUDE_SM_OBJ */
  642.    /* initialize WindMP */
  643. #ifdef INCLUDE_VXFUSION /* unbundled VxFusion (distributed objects) */
  644.     usrVxFusionInit (BOOT_LINE_ADRS);
  645. #ifdef INCLUDE_SHOW_ROUTINES
  646.     {
  647.     extern void msgQDistShowInit();
  648.     extern void distNameShowInit ();
  649.     extern void distIfShowInit ();
  650.     extern void msgQDistGrpShowInit ();
  651.     msgQDistShowInit();
  652.     distNameShowInit ();
  653.     distIfShowInit ();
  654.     msgQDistGrpShowInit ();
  655.     }
  656. #endif /* INCLUDE_SHOW_ROUTINES */
  657. #endif /* INCLUDE_WINDMP */
  658.     /* write protect text segment & vector table only after bpattach () */
  659. #ifdef INCLUDE_MMU_FULL /* unbundled mmu product */
  660. #ifdef INCLUDE_PROTECT_TEXT
  661.     if (vmTextProtect () != OK)
  662. printf ("nError protecting text segment. errno = %xn", errno);
  663. #endif /* INCLUDE_PROTECT_TEXT */
  664. #ifdef INCLUDE_PROTECT_VEC_TABLE
  665.     if (intVecTableWriteProtect () != OK)
  666. printf ("nError protecting vector table. errno = %xn", errno);
  667. #endif /* INCLUDE_PROTECT_VEC_TABLE */
  668. #endif /* INCLUDE_MMU_FULL */
  669.     /* initialize select only after NFS and RPC for proper delete hook order */
  670. #ifdef INCLUDE_SELECT
  671.     selectInit ();
  672. #endif /* INCLUDE_SELECT */
  673.     /* create system and status symbol tables */
  674. #ifdef  INCLUDE_STANDALONE_SYM_TBL
  675.     sysSymTbl = symTblCreate (SYM_TBL_HASH_SIZE_LOG2, TRUE, memSysPartId);
  676. #ifdef INCLUDE_SYM_TBL_SYNC
  677.     /* create a module (group 1) that is not synchronized (SPR# 20301) */
  678.     moduleCreate ("vxWorks.sym",
  679. #if (defined INCLUDE_AOUT)
  680.   MODULE_A_OUT,
  681. #elif ((defined INCLUDE_COFF) || (defined INCLUDE_ECOFF) || 
  682.        (defined INCLUDE_SOMCOFF))
  683.   MODULE_ECOFF,
  684. #elif (defined INCLUDE_ELF)
  685.   MODULE_ELF,
  686. #endif /* INCLUDE_AOUT */
  687.   HIDDEN_MODULE|LOAD_NO_SYMBOLS);
  688. #endif /* INCLUDE_SYM_TBL_SYNC */
  689.     printf ("nAdding %ld symbols for standalone.n", standTblSize);
  690.     /* fill in from built in table*/
  691.     for (ix = 0; (ULONG) ix < standTblSize; ix++)
  692. #if ((CPU_FAMILY == ARM) && ARM_THUMB)
  693. thumbSymTblAdd (sysSymTbl, &(standTbl[ix]));
  694. #else
  695. symTblAdd (sysSymTbl, &(standTbl[ix]));
  696. #endif /* CPU_FAMILY == ARM */
  697. #endif /* INCLUDE_STANDALONE_SYM_TBL */
  698. #ifdef  INCLUDE_NET_SYM_TBL
  699.     sysSymTbl = symTblCreate (SYM_TBL_HASH_SIZE_LOG2, TRUE, memSysPartId);
  700.     netLoadSymTbl (); /* fill in table from host */
  701. #endif /* INCLUDE_NET_SYM_TBL */
  702. #ifdef  INCLUDE_STAT_SYM_TBL
  703.     statSymTbl = symTblCreate (STAT_TBL_HASH_SIZE_LOG2, FALSE, memSysPartId);
  704.     for (ix = 0; (ULONG)ix < statTblSize; ix ++) /* fill in from builtin table*/
  705. symTblAdd (statSymTbl, &(statTbl [ix]));
  706. #endif /* INCLUDE_STAT_SYM_TBL */
  707.     /* initialize C++ support library */
  708. #if defined (INCLUDE_CPLUS) && defined (INCLUDE_CPLUS_MIN)
  709. #error Define only one of INCLUDE_CPLUS or INCLUDE_CPLUS_MIN, not both
  710. #endif
  711. #ifdef INCLUDE_CPLUS /* all standard C++ runtime support */
  712.     cplusLibInit ();
  713. #ifdef INCLUDE_LOADER
  714.     cplusDemanglerInit ();
  715. #endif
  716. #endif
  717. #ifdef INCLUDE_CPLUS_MIN /* minimal C++ runtime support */
  718.     cplusLibMinInit ();
  719. #ifdef INCLUDE_LOADER
  720.     cplusDemanglerInit ();
  721. #endif
  722. #endif
  723.     /* initialize Wind Web Server */
  724. #ifdef INCLUDE_HTTP
  725.     httpd ();
  726. #endif /* INCLUDE_HTTP */
  727. #ifdef   INCLUDE_RBUFF                  /* install rBuff support */
  728.     rBuffLibInit();
  729. #ifdef  INCLUDE_SHOW_ROUTINES
  730.     rBuffShowInit ();                   /* install rBuff show routine */
  731. #endif  /* INCLUDE_SHOW_ROUTINES */
  732. #endif /* INCLUDE_RBUFF */
  733. #ifdef INCLUDE_WINDVIEW
  734.     windviewConfig ();
  735. #endif /* INCLUDE_WINDVIEW */
  736.     /* initialize the WDB debug agent */
  737. #ifdef  INCLUDE_WDB
  738.     wdbConfig();
  739. #ifdef INCLUDE_WDB_BANNER
  740. #ifndef INCLUDE_SHELL
  741.     /* short banner, like the bootPrintLogo banner */
  742.     printf ("nn");
  743.     printf ("%17s%s",     "","VxWorksnn");
  744.     printf ("Copyright 1984-2001  Wind River Systems, Inc.nn");
  745.     printf ("            CPU: %sn", sysModel ());
  746.     printf ("        VxWorks: " VXWORKS_VERSION "n");
  747.     printf ("    BSP version: " BSP_VERSION BSP_REV "n");
  748.     printf ("        Created: %sn", creationDate);
  749.     printf ("            WDB: %s.nn",
  750.     ((wdbRunsExternal () || wdbRunsTasking ()) ?
  751.  "Ready" : "Agent configuration failed") );
  752. #endif /*INCLUDE_SHELL*/
  753. #endif /*INCLUDE_WDB_BANNER*/
  754. #endif  /* INCLUDE_WDB */
  755.     /* initialize interactive shell */
  756. #if (!defined(BROADCOM_BSP))
  757. #ifdef  INCLUDE_SHELL
  758. #ifdef INCLUDE_SECURITY /* include shell security */
  759.     if ((sysFlags & SYSFLG_NO_SECURITY) == 0)
  760. {
  761.         loginInit (); /* initialize login table */
  762.         shellLoginInstall (loginPrompt, NULL); /* install security program */
  763. /* add additional users here as required */
  764.         loginUserAdd (LOGIN_USER_NAME, LOGIN_PASSWORD);
  765. }
  766. #endif /* INCLUDE_SECURITY */
  767.     printLogo (); /* print out the banner page */
  768.     printf ("                               ");
  769.     printf ("CPU: %s.  Processor #%d.n", sysModel (), sysProcNumGet ());
  770.     printf ("                              ");
  771. #ifdef HITACHI_SH_KERNEL_ON_SDRAM
  772.     printf ("Memory Size: 0x%x.", (UINT)(sysMemTop () - (char *)FREE_RAM_ADRS));
  773. #else /* HITACHI_SH_KERNEL_ON_SDRAM */
  774.     printf ("Memory Size: 0x%x.", (UINT)(sysMemTop () - (char *)LOCAL_MEM_LOCAL_ADRS));
  775. #endif /* HITACHI_SH_KERNEL_ON_SDRAM */
  776.     printf ("  BSP version " BSP_VERSION BSP_REV ".");
  777. #if defined(INCLUDE_WDB) && defined(INCLUDE_WDB_BANNER)
  778.     printf ("n                             ");
  779.     printf ("WDB: %s.",
  780.     ((wdbRunsExternal () || wdbRunsTasking ()) ?
  781.  "Ready" : "Agent configuration failed") );
  782. #endif /*INCLUDE_WDB && INCLUDE_WDB_BANNER*/
  783.     printf ("nn");
  784. #ifdef INCLUDE_STARTUP_SCRIPT /* run a startup script */
  785.     if (sysBootParams.startupScript [0] != EOS)
  786. usrStartupScript (sysBootParams.startupScript);
  787. #endif /* INCLUDE_STARTUP_SCRIPT */
  788.     shellInit (SHELL_STACK_SIZE, TRUE); /* create the shell */
  789. #error "Shell init"
  790.     /* only include the simple demo if the shell is NOT included */
  791. #else
  792. #if defined(INCLUDE_DEMO) /* create demo w/o shell */
  793.     taskSpawn ("demo", 20, 0, 2000, (FUNCPTR)usrDemo, 0,0,0,0,0,0,0,0,0,0);
  794. #endif /* mips cpp no elif */
  795. #endif /* INCLUDE_SHELL */
  796. #endif /* (!defined(BROADCOM_BSP)) */
  797. #ifdef  INCLUDE_UGL
  798.     usrUglInit ();
  799. #endif  /* INCLUDE_UGL */
  800. #if defined (INCLUDE_SOUND) && defined(INCLUDE_SB16)
  801.     sb16Drv ();            /* install sound driver SB16 */
  802.     sb16DevCreate ("/sound", 0x220, 5, 1, 5);
  803. #endif /* INCLUDE_SOUND && INCLUDE_SB16 */
  804. #if defined(INCLUDE_JAVA)
  805.     javaConfig ();
  806. #endif /* INCLUDE_JAVA */
  807. #ifdef INCLUDE_HTML
  808.     usrHtmlInit ();
  809. #endif /* INCLUDE_HTML */
  810. #if CPU==SIMNT
  811.     win_ReleaseMutex(simUpMutex);
  812. #endif
  813. #ifdef INCLUDE_USER_APPL
  814.     /* Startup the user's application */
  815.     USER_APPL_INIT; /* must be a valid C statement or block */
  816. #endif
  817.     }
  818. /*******************************************************************************
  819. *
  820. * usrClock - user-defined system clock interrupt routine
  821. *
  822. * This routine is called at interrupt level on each clock interrupt.
  823. * It is installed by usrRoot() with a sysClkConnect() call.
  824. * It calls all the other packages that need to know about clock ticks,
  825. * including the kernel itself.
  826. *
  827. * If the application needs anything to happen at the system clock interrupt
  828. * level, it can be added to this routine.
  829. *
  830. * RETURNS: N/A
  831. */
  832. void usrClock ()
  833.     {
  834.     tickAnnounce (); /* announce system tick to kernel */
  835.     }
  836. #ifdef INCLUDE_DEMO
  837. /********************************************************************************
  838. * usrDemo - example application without shell
  839. *
  840. * This routine is spawned as a task at the end of usrRoot(), if INCLUDE_DEMO
  841. * is defined, and INCLUDE_SHELL is NOT defined in configAll.h or config.h.
  842. * It is intended to indicate how a shell-less application can be linked,
  843. * loaded, and ROMed.
  844. *
  845. * NOMANUAL
  846. */
  847. void usrDemo (void)
  848.     {
  849.     char string [40];
  850.     printf ("VxWorks (for %s) version %s.n", sysModel (), vxWorksVersion);
  851.     printf ("Kernel: %s.n", kernelVersion ());
  852.     printf ("Made on %s.n", creationDate);
  853.     FOREVER
  854.         {
  855.         printf ("nThis is a test.  Type something: ");
  856.         fioRdString (STD_IN, string, sizeof (string));
  857. printf ("nYou typed "%s".n", string);
  858. if (strcmp (string, "0") == 0)
  859.     memShow (0);
  860. if (strcmp (string, "1") == 0)
  861.     memShow (1);
  862.         }
  863.     }
  864. #endif /* INCLUDE_DEMO */