RTEMS  5.1
Functions
start-prologue.c File Reference

Start prologue. More...

#include <bsp/mpc55xx-config.h>

Functions

BSP_START_TEXT_SECTION void mpc55xx_start_prologue (void)
 Start prologue. More...
 

Detailed Description

Start prologue.

Function Documentation

◆ mpc55xx_start_prologue()

BSP_START_TEXT_SECTION void mpc55xx_start_prologue ( void  )

Start prologue.

In case the BSP enabled the MPC55XX_ENABLE_START_PROLOGUE option, then this function will be called directly after the Boot Assist Module (BAM) jumped to the start entry defined by the reset configuration.

This function executes in the context initialized by the BAM. There exists no valid stack pointer and the internal RAM has an invalid ECC state.

The default implementation does nothing. The application may provide its own implementation.