20bsp.cdf

来自「MPC8360MDS VXWORKS BSP」· CDF 代码 · 共 59 行

CDF
59
字号
/* 20bsp.cdf - BSP component description file *//* * Copyright (c) 2006-2007 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be licensed only pursuant to the terms * of an applicable Wind River license agreement. *//*modification history--------------------01e,22mar07,jmt  Defect 90991 - Fix problem with bootapp profile build01d,23feb07,jmt  Defect 88750 - Fix problem with network boot device CDF                 defines01c,14feb07,jmt  Defect 87981- Wrong floating point type specified01b,19dec06,rlg  Updates for NOR01a,16jul06,pee  created*/Bsp mds8360 {	CPU             PPC32        REQUIRES        INCLUDE_KERNEL \                        DRV_SIO_NS16550 	FP              hard}/* Network Boot Devices for a BSP * The REQUIRES line should be modified for a BSP. */Component       INCLUDE_BOOT_NET_DEVICES {    REQUIRES    INCLUDE_QE_FCC_HEND}/* Modify INCLUDE_QE_FCC_HEND component */Component       INCLUDE_QE_FCC_HEND {    REQUIRES += INCLUDE_MII_BUS \                INCLUDE_GENERICPHY \                INCLUDE_HEND_PARAM_SYS}Parameter RAM_HIGH_ADRS {       NAME         Bootrom Copy region       DEFAULT      (INCLUDE_BOOT_RAM_IMAGE)::(0x02000000) \                    (INCLUDE_BOOT_APP)::(0x01000000) \                    0x00e00000}Parameter RAM_LOW_ADRS {       NAME         Runtime kernel load address       DEFAULT      (INCLUDE_BOOT_RAM_IMAGE)::(0x01000000) \                    (INCLUDE_BOOT_APP)::(0x00e00000) \                    0x00010000}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?