Lines Matching full:sbsa
2 * ARM SBSA Reference Platform emulation
65 * and the SBSA watchdog-timer). Older (<2.11) versions of the TF-A firmware
110 #define TYPE_SBSA_MACHINE MACHINE_TYPE_NAME("sbsa-ref")
203 qemu_fdt_setprop_string(fdt, "/", "compatible", "linux,sbsa-ref"); in create_fdt()
211 * - A reflection of level of SBSA (now SystemReady SR) support provided. in create_fdt()
316 sms->flash[0] = sbsa_flash_create1(sms, "sbsa.flash0", "pflash0"); in sbsa_flash_create()
317 sms->flash[1] = sbsa_flash_create1(sms, "sbsa.flash1", "pflash1"); in sbsa_flash_create()
412 memory_region_init_ram(secram, NULL, "sbsa-ref.secure-ram", size, in create_secure_ram()
703 DeviceState *dev = qdev_new("sbsa-ec"); in create_secure_ec()
723 error_report("sbsa-ref: KVM is not supported for this machine"); in sbsa_ref_init()
749 "supported by machine 'sbsa-ref' (%d)", in sbsa_ref_init()
757 error_report("sbsa-ref: cannot model more than %dGB RAM", RAMLIMIT_GB); in sbsa_ref_init()
895 mc->desc = "QEMU 'SBSA Reference' ARM Virtual Machine"; in sbsa_ref_class_init()
905 mc->default_ram_id = "sbsa-ref.ram"; in sbsa_ref_class_init()