RTEMS 6.1-rc4
|
This source file contains the default MMU tables and setup. More...
#include <bsp.h>
#include <bsp/aarch64-mmu.h>
#include <libcpu/mmu-vmsav8-64.h>
#include <rtems/malloc.h>
#include <rtems/sysinit.h>
Data Structures | |
struct | mem_region |
Functions | |
BSP_START_TEXT_SECTION void | zynqmp_setup_mmu_and_cache (void) |
Zynq UltraScale+ MPSoC specific set up of the MMU. | |
BSP_START_TEXT_SECTION void | zynqmp_setup_secondary_cpu_mmu_and_cache (void) |
Zynq UltraScale+ MPSoC specific set up of the MMU for non-primary cores. | |
void | bsp_r1_heap_extend (void) |
RTEMS_SYSINIT_ITEM (bsp_r1_heap_extend, RTEMS_SYSINIT_IDLE_THREADS, RTEMS_SYSINIT_ORDER_LAST) | |
This source file contains the default MMU tables and setup.