Flashing a program to the MPC5744P board 
========================================

To program the internal flash memory on the MPC5744P, the RAM base address 
must be set to 0x40000100. In the flash dialog, enter this address in the 
RAM base text field. If you are programming flash using the flash burn 
command, append -rambase=0x40000100 to the command line. The base address 
of flash should point to the beginning of the UTEST block at 0x00400000. 


Board Initialization Library
============================
A custom Board Initialization library can be selected when creating a project.
The code in mpc5744p.ppc performs the following operations:
* Initializes on-chip SRAM
* Sets MSR[EE]
* Sets ivpr = 0x40000000
* Initializes processor DMEM
* Enable the L1 I-cache and L1 D-cache

At the end of mpc5744p.ppc, a .rchw section defines a valid RCHW boot header.
The default ROM linkmap maps this to the beginning of the small flash blocks
at 0x00f98000.
