Hello,
I have the following MCU: S9KEAZN64AMLH (KEA Family - ARM® Cortex®-M0+)
Given bootloader package NXP_Kinetis_Bootloader_1.2.0 for KS22 package from MCU Bootloader|NXP, I want to change some settings in the source code of that bootloader, build and upload binary file to MCU.
I have downloaded the package and I have imported the project into CodeWarrior workspace.
After project import, there a some things I don't understand:

1. Why are there three projects instead of one?
2. What are the configurations I have to make in order to be able to generate final bootloader image (probably .bin) which shall be uploaded on MCU?
PS: Is there any other IDE recommended for this or CodeWarrior should be fine?