We didn't provide more information in this folder PA\PA_Tools\CustomBoardSupportToolkit\.
For porting a Freescale demo board CodeWarrior project to the custom board, the main task is porting CodeWarrior initialization file.
First the users need to follow CodeWarrior new project wizards to create a bareboard project for the demo board, they could choose Downlaod(Connect) or SRAM Connect, and SRAM Connect launch configuration is recommended to use to do flash programming. Then modify the initialization file configuration from Run->Debug Configurations->-core00_RAM__Connect->Edit->Edit->Initialization->Initialize target script.
Demo boards initialization files are located in C:\Freescale\CW_PA_v10.5.0\PA\PA_Support\Initialization_Files, please modify the demo board initialize file to make it suitable for the custom board.
For example, to modify T1040RDB_init_core.tcl for T1040 custom board, the user needs to modify the section "Local Access Windows Setup", "DDR Controller Setup", "IFC Controller Setup" and "MMU initialization" sections. The QCVS tool can be used to assists DDR controller configuration. If users only want to do flash programming, they could use T1040RDB_init_sram.tcl, no need to consider about DDR configuration.
In addition, CW JTAG configuration file overriding RCW is often used for the empty target board(no RCW), please refer to the section "Setting up a remote system to use a JTAG configuration file" in the document C:\Freescale\CW_PA_v10.5.0\PA\Help\PDF\Targeting_PA_Processors.pdf.