RTEMS 6.1-rc4
|
Aarch64 system low level start. More...
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_1 (void) |
Start entry hook 1. | |
Aarch64 system low level start.