mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
libbsp/arm: Add the TTB table to the default MMU set up as read/write.
This lets the table be changed at runtime for dynamic loading and debugger support. Closes #2775.
This commit is contained in:
@@ -84,6 +84,10 @@ typedef struct {
|
||||
.begin = (uint32_t) bsp_section_nocache_begin, \
|
||||
.end = (uint32_t) bsp_section_nocache_end, \
|
||||
.flags = ARMV7_MMU_DEVICE \
|
||||
}, { \
|
||||
.begin = (uint32_t) bsp_translation_table_base, \
|
||||
.end = (uint32_t) bsp_translation_table_end, \
|
||||
.flags = ARMV7_MMU_DATA_READ_WRITE_CACHED \
|
||||
}
|
||||
|
||||
BSP_START_DATA_SECTION extern const arm_cp15_start_section_config
|
||||
|
||||
Reference in New Issue
Block a user