RTEMS 6.1-rc2
|
Functions | |
BSP_START_TEXT_SECTION void | raspberrypi_4_setup_mmu_and_cache (void) |
BSP_START_TEXT_SECTION void | versal_setup_mmu_and_cache (void) |
Versal specific set up of the MMU. | |
void | versal_debug_console_flush (void) |
uint32_t | versal_clock_i2c0 (void) |
uint32_t | versal_clock_i2c1 (void) |
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 | zynqmp_debug_console_flush (void) |
uint32_t | zynqmp_clock_i2c0 (void) |
uint32_t | zynqmp_clock_i2c1 (void) |
__attribute__ ((weak)) void zynqmp_configure_management_console(rtems_termios_device_context *base) | |
Zynq UltraScale+ MPSoC specific set up of a management console. | |
Variables | |
unsigned int | zynqmp_dtb_len |
unsigned char | zynqmp_dtb [] |
__attribute__ | ( | (weak) | ) |
Zynq UltraScale+ MPSoC specific set up of a management console.
Some systems may have a management interface which needs special initialization. Provide in the application to override the defaults in the BSP. This will only be called if the interface is found in the device tree.
BSP_START_TEXT_SECTION void versal_setup_mmu_and_cache | ( | void | ) |
Versal specific set up of the MMU.
Provide in the application to override the defaults in the BSP.
BSP_START_TEXT_SECTION void zynqmp_setup_mmu_and_cache | ( | void | ) |
Zynq UltraScale+ MPSoC specific set up of the MMU.
Provide in the application to override the defaults in the BSP.
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.
Provide in the application to override the defaults in the BSP.