Lines Matching +full:cortex +full:- +full:m4
3 * Olimex STM32-H405 machine
29 #include "hw/qdev-properties.h"
30 #include "hw/qdev-clock.h"
31 #include "qemu/error-report.h"
35 /* olimex-stm32-h405 implementation is derived from netduinoplus2 */
45 /* This clock doesn't need migration because it is fixed-frequency */ in olimex_stm32_h405_init()
55 machine->kernel_filename, in olimex_stm32_h405_init()
62 ARM_CPU_TYPE_NAME("cortex-m4"), in olimex_stm32_h405_machine_init()
66 mc->desc = "Olimex STM32-H405 (Cortex-M4)"; in olimex_stm32_h405_machine_init()
67 mc->init = olimex_stm32_h405_init; in olimex_stm32_h405_machine_init()
68 mc->valid_cpu_types = valid_cpu_types; in olimex_stm32_h405_machine_init()
70 /* SRAM pre-allocated as part of the SoC instantiation */ in olimex_stm32_h405_machine_init()
71 mc->default_ram_size = 0; in olimex_stm32_h405_machine_init()
74 DEFINE_MACHINE("olimex-stm32-h405", olimex_stm32_h405_machine_init)