You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
/* 20bsp.cdf - BSP component description file */
|
|
|
|
/*
|
|
*
|
|
* This program is OPEN SOURCE software: you can redistribute it and/or modify it;
|
|
* This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY;
|
|
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*
|
|
*/
|
|
|
|
|
|
Bsp ft20004_km02 {
|
|
NAME board support package
|
|
CPU ARMARCH7
|
|
ENDIAN little
|
|
MP_OPTIONS SMP
|
|
REQUIRES INCLUDE_KERNEL \
|
|
INCLUDE_LOADER \
|
|
DRV_ARM_GEN_SYS_TIMER \
|
|
DRV_ARM_GICV3 \
|
|
INCLUDE_IPFTPS \
|
|
INCLUDE_IPTELNETS
|
|
}
|
|
|
|
|
|
Component INCLUDE_BOOT_NET_DEVICES {
|
|
REQUIRES INCLUDE_GEI825XX_VXB_END
|
|
}
|
|
|
|
/* Define INCLUDE_BOOT_ETH_MAC_HANDLER when BootApp Networking is enabled */
|
|
|
|
Component INCLUDE_BOOT_ETH_MAC_HANDLER {
|
|
INCLUDE_WHEN INCLUDE_BOOT_NETWORK
|
|
}
|
|
|
|
Parameter RAM_HIGH_ADRS {
|
|
NAME Bootrom Copy region
|
|
DEFAULT (INCLUDE_BOOT_RAM_IMAGE)::(0x82500000) \
|
|
(INCLUDE_BOOT_APP)::(0x82000000) \
|
|
0x81000000
|
|
}
|
|
|
|
Parameter RAM_LOW_ADRS {
|
|
NAME Runtime kernel load address
|
|
DEFAULT (INCLUDE_BOOT_RAM_IMAGE)::(0x81a00000) \
|
|
(INCLUDE_BOOT_APP)::(0x81000000) \
|
|
0x80100000
|
|
}
|
|
|
|
Parameter VX_SMP_NUM_CPUS {
|
|
NAME Number of CPUs available to be enabled for VxWorks SMP
|
|
TYPE UINT
|
|
DEFAULT 4
|
|
}
|
|
|
|
|
|
|