📄 arch.cdf
字号:
/* 00arch.cdf - architecture component description file *//* Copyright 1998-2001 Wind River Systems, Inc. *//*modification history--------------------01a,08nov01,jn Switched to ELF loader, added modification history and WindRiver headers*//*DESCRIPTIONThe Tornado Project Facility sources all component description files (CDF)in a particular order. The CDF files in these directories are processed inthe order in which they are presented: comps/vxWorks,comps/vxWorks/arch/<arch>, config/<bsp>, and the project directory. Iftwo CDF files describe the same component, the file read last overridesall earlier files. As a result, CDF files processed later by the ProjectFacility are said to have a higher precedence than those processedearlier. Given such functionality, this file containsarchitecture-specific VxWorks components and component definitions whichoverride "generic" components defined in comps/vxWorks.If a new component is released, a new .cdf file should be depositedin the appropriate directory, rather than modifying existing files.For more information, see the .I "Tornado BSP Developer's Kit for VxWorksUser's Guide, Tornado 2.0: Components".*/Component INCLUDE_LOADER { SYNOPSIS ELF loader MODULES loadLib.o loadElfLib.o elfArm.o INIT_RTN loadElfInit (); HDR_FILES loadElfLib.h}Parameter INT_LOCK_LEVEL { NAME INT lock level SYNOPSIS Interrupt lock level DEFAULT 0x0}Parameter ROOT_STACK_SIZE { NAME Root stack size SYNOPSIS Root task stack size (bytes) DEFAULT 0x4000}Parameter SHELL_STACK_SIZE { NAME Shell stack size SYNOPSIS Shell stack size (bytes) DEFAULT 0x10000}Parameter WDB_STACK_SIZE { NAME WDB Stack size SYNOPSIS WDB Stack size (bytes) DEFAULT 0x2000}Parameter VEC_BASE_ADRS { NAME Vector base address SYNOPSIS Vector base address DEFAULT ((char *)LOCAL_MEM_LOCAL_ADRS)}Parameter ROM_WARM_ADRS { NAME ROM warm boot address SYNOPSIS ROM warm boot address DEFAULT (ROM_TEXT_ADRS + 4)}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -