RTEMS 6.1-rc6
|
Aarch64 system low level start. More...
Files | |
file | aarch64-mmu.h |
AArch64 MMU configuration. | |
file | start.h |
Aarch64 system low level start. | |
file | mmu-setup.c |
AArch64 MMU configuration. | |
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_1 (void) |
Start entry hook 1. | |
Aarch64 system low level start.
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.
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().