This multicore project for MPC5646C combines MMU configuration and linker script to segregate VLE and BookE code.
Both VLE and BookE instruction set is supported only by Z4 core.

MMU table is following:
--------------------------------------------------
Name					TLB entry  		Length  	Mode
--------------------------------------------------
FLASH_VLE_Z4				0          1MB    	VLE
FLASH_BOOKE_Z4		1          512KB   	BookE
FLASH_VLE_Z0				2          512KB   	VLE
FLASH_VLE_Z0				3          512KB   	VLE
FLASH_VLE_Z0				4          512KB   	VLE
RAM								5          256KB     	VLE
Peripheral						6          1GB
--------------------------------------------------