Freescale provides MQX support for free on Freescale EVB only. You need to clone the MQX libraries (BSP, PSP, MFS, RTCS, SHELL, etc) from another board and modify this libraries according your needs.
Below you can find some guidelines in order to clone a BSP.
1. Select a BSP and PSP that already exist. It is very important that you consider the factures and the core frequency; these should be very similar to the custom board. For example, if you want to create a BSP and PSP for a K20dx256z (100MHz) it is necessary to select the BSP and PSP for the twrk40x256 because the features and core frequency between both processors (k40 and k20) and the boards are very close.
In your case, I suggest you to use the TWR-K60N512 BSP. If you want to use a board with different core frequency, you need to clone a bsp and psp then change the clock settings, you can use as reference the document located in next path: c:\Freescale\ Freescale_MQX_4_0\doc\tools\cw\Howto_SetupKinetisClock_UsingPE.pdf
2. Clone the select BSP and PSP, for do that, you need to refer to the Chapter 5 in the MQX User's Guide "Developing a New BSP" or consult the AN4287 application note, this application provide a guide to clone a BSP, you need to follow the SAME STEPS in order to clone the PSP. Another option is using the BSP Cloning Wizard tool to clone the libraries. (I suggest this option because it is VERY EASY)
3. Another important thing is select an existing BSP for the same pin version.
For example TWR-K60N512 144 pin version. MK60DZ10.h header file
c:\Freescale\Freescale_MQX_4_0\mqx\source\psp\cortex_m\cpu\MK60DZ10.h
covers also MK60DN256ZVLL10 device, in terms of memory map.
4. Mapping of functions to pins is specified in the BSP source file init_gpio.c:
c:\Freescale\Freescale_MQX_4_0\mqx\source\bsp\${CLONE_BSP_NAME}\init_gpio.c
5. Less flash memory size is to be modified in the linker command file. The location of the linker file is at
c:\Freescale\Freescale_MQX_4_0\mqx\source\bsp\<platform>\cw\*.lcf.
You have the option to purchase Level 2 MQX support, either Standard or Premium. These support programs cover also migration to customer specific hardware.
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX_SUPPORT
Regards
Sol