RTEMS 6.1-rc1
Files | Macros | Functions
System Start

Aarch64 system low level start. More...

Files

file  aarch64-mmu.h
 AArch64 MMU configuration.
 
file  start.h
 Aarch64 system low level start.
 

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. More...
 
void bsp_start_hook_1 (void)
 Start entry hook 1. More...
 

Detailed Description

Aarch64 system low level start.

Function Documentation

◆ bsp_start_hook_0()

void bsp_start_hook_0 ( void  )

Start entry hook 0.

This hook will be called from the start entry code after all modes and stack pointers are initialized but before the copying of the exception vectors.

◆ bsp_start_hook_1()

void bsp_start_hook_1 ( void  )

Start entry hook 1.

This hook will be called from the start entry code after copying of the exception vectors but before the call to boot_card().