RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros | Functions
start.h File Reference

ARM system low level start. More...

#include <string.h>
#include <bsp/linker-symbols.h>

Go to the source code of this file.

Macros

#define BSP_START_TEXT_SECTION   __attribute__((section(".bsp_start_text")))
 
#define BSP_START_DATA_SECTION   __attribute__((section(".bsp_start_data")))
 

Functions

void _start (void)
 System start entry.
 
void bsp_start_hook_0 (void)
 Start entry hook 0.
 
void bsp_start_hook_0_done (void)
 Can be used by bsp_start_hook_0() to jump back to the start code instead of using the link register.
 
void bsp_start_hook_1 (void)
 Start entry hook 1.
 
void bsp_start_memcpy (int *dest, const int *src, size_t n)
 Similar to standard memcpy().
 
void bsp_start_memcpy_arm (int *dest, const int *src, size_t n)
 ARM entry point to bsp_start_memcpy().
 

Detailed Description

ARM system low level start.