mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 11:13:54 +08:00
@@ -77,6 +77,10 @@ typedef struct {
|
||||
.begin = (uint32_t) bsp_section_rtemsstack_begin, \
|
||||
.end = (uint32_t) bsp_section_rtemsstack_end, \
|
||||
.flags = ARMV7_MMU_DATA_READ_WRITE_CACHED \
|
||||
}, { \
|
||||
.begin = (uint32_t) bsp_section_noinit_begin, \
|
||||
.end = (uint32_t) bsp_section_noinit_end, \
|
||||
.flags = ARMV7_MMU_DATA_READ_WRITE_CACHED \
|
||||
}, { \
|
||||
.begin = (uint32_t) bsp_section_work_begin, \
|
||||
.end = (uint32_t) bsp_section_work_end, \
|
||||
@@ -99,7 +103,7 @@ typedef struct {
|
||||
.flags = ARMV7_MMU_DATA_READ_WRITE_CACHED \
|
||||
}
|
||||
|
||||
#define ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX 9
|
||||
#define ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX 10
|
||||
|
||||
BSP_START_DATA_SECTION extern const arm_cp15_start_section_config
|
||||
arm_cp15_start_mmu_config_table[];
|
||||
|
||||
@@ -96,6 +96,10 @@ LINKER_SYMBOL(bsp_section_rtemsstack_begin)
|
||||
LINKER_SYMBOL(bsp_section_rtemsstack_end)
|
||||
LINKER_SYMBOL(bsp_section_rtemsstack_size)
|
||||
|
||||
LINKER_SYMBOL(bsp_section_noinit_begin)
|
||||
LINKER_SYMBOL(bsp_section_noinit_end)
|
||||
LINKER_SYMBOL(bsp_section_noinit_size)
|
||||
|
||||
LINKER_SYMBOL(bsp_section_work_begin)
|
||||
LINKER_SYMBOL(bsp_section_work_end)
|
||||
LINKER_SYMBOL(bsp_section_work_size)
|
||||
|
||||
Reference in New Issue
Block a user