/openbmc/u-boot/arch/arm/ |
H A D | Makefile | 52 # Machine directory name. This list is sorted alphanumerically 54 machine-$(CONFIG_ARCH_ASPEED) += aspeed 55 machine-$(CONFIG_ARCH_AT91) += at91 56 machine-$(CONFIG_ARCH_BCM283X) += bcm283x 57 machine-$(CONFIG_ARCH_BCMSTB) += bcmstb 58 machine-$(CONFIG_ARCH_DAVINCI) += davinci 59 machine-$(CONFIG_ARCH_EXYNOS) += exynos 60 machine-$(CONFIG_ARCH_HIGHBANK) += highbank 61 machine-$(CONFIG_ARCH_K3) += k3 62 machine-$(CONFIG_ARCH_KEYSTONE) += keystone [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 44 aspeed_test_md5("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_md5_ast1030() 49 aspeed_test_sha256("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha256_ast1030() 54 aspeed_test_sha256_sg("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha256_sg_ast1030() 59 aspeed_test_sha384("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha384_ast1030() 64 aspeed_test_sha384_sg("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha384_sg_ast1030() 69 aspeed_test_sha512("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha512_ast1030() 74 aspeed_test_sha512_sg("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha512_sg_ast1030() 79 aspeed_test_sha256_accum("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha256_accum_ast1030() 84 aspeed_test_sha384_accum("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha384_accum_ast1030() 89 aspeed_test_sha512_accum("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha512_accum_ast1030() [all …]
|
H A D | aspeed-hace-utils.h | 60 void aspeed_test_md5(const char *machine, const uint32_t base, 62 void aspeed_test_sha256(const char *machine, const uint32_t base, 64 void aspeed_test_sha384(const char *machine, const uint32_t base, 66 void aspeed_test_sha512(const char *machine, const uint32_t base, 68 void aspeed_test_sha256_sg(const char *machine, const uint32_t base, 70 void aspeed_test_sha384_sg(const char *machine, const uint32_t base, 72 void aspeed_test_sha512_sg(const char *machine, const uint32_t base, 74 void aspeed_test_sha256_accum(const char *machine, const uint32_t base, 76 void aspeed_test_sha384_accum(const char *machine, const uint32_t base, 78 void aspeed_test_sha512_accum(const char *machine, const uint32_t base, [all …]
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 27 def handle_ptest_result(self, k, status, result, machine): argument 28 if machine not in self.ptests: 29 self.ptests[machine] = {} 34 if suite not in self.ptests[machine]: 35 self.ptests[machine][suite] = { 40 … self.ptests[machine][suite]['duration'] = result['ptestresult.sections'][suite]['duration'] 42 self.ptests[machine][suite]['duration'] += " T" 60 if suite not in self.ptests[machine]: 61 self.ptests[machine][suite] = { 67 if test in self.ptests[machine][suite]["testcases"]: [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | riscv-virt-machine.c | 4 * Initial version based on arm-virt-machine.c 65 QVirtMachine *machine = (QVirtMachine *) obj; in virt_destructor() local 66 alloc_destroy(&machine->alloc); in virt_destructor() 71 QVirtMachine *machine = object; in virt_get_driver() local 73 return &machine->alloc; in virt_get_driver() 82 QVirtMachine *machine = obj; in virt_get_device() local 84 return &machine->bridge.obj; in virt_get_device() 86 return &machine->virtio_mmio.obj; in virt_get_device() 106 QVirtMachine *machine = g_new0(QVirtMachine, 1); in qos_create_machine_riscv_virt() local 108 alloc_init(&machine->alloc, 0, in qos_create_machine_riscv_virt() [all …]
|
H A D | arm-virt-machine.c | 45 QVirtMachine *machine = (QVirtMachine *) obj; in virt_destructor() local 46 alloc_destroy(&machine->alloc); in virt_destructor() 51 QVirtMachine *machine = object; in virt_get_driver() local 53 return &machine->alloc; in virt_get_driver() 62 QVirtMachine *machine = obj; in virt_get_device() local 64 return &machine->bridge.obj; in virt_get_device() 66 return &machine->virtio_mmio.obj; in virt_get_device() 75 QVirtMachine *machine = g_new0(QVirtMachine, 1); in qos_create_machine_arm_virt() local 77 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_virt() 81 qvirtio_mmio_init_device(&machine->virtio_mmio, qts, VIRTIO_MMIO_BASE_ADDR, in qos_create_machine_arm_virt() [all …]
|
H A D | loongarch-virt-machine.c | 50 QVirtMachine *machine = (QVirtMachine *) obj; in virt_destructor() local 51 alloc_destroy(&machine->alloc); in virt_destructor() 56 QVirtMachine *machine = object; in virt_get_driver() local 58 return &machine->alloc; in virt_get_driver() 67 QVirtMachine *machine = obj; in virt_get_device() local 69 return &machine->bridge.obj; in virt_get_device() 71 return &machine->virtio_mmio.obj; in virt_get_device() 90 QVirtMachine *machine = g_new0(QVirtMachine, 1); in qos_create_machine_loongarch_virt() local 92 alloc_init(&machine->alloc, 0, in qos_create_machine_loongarch_virt() 97 qos_create_generic_pcihost(&machine->bridge, qts, &machine->alloc); in qos_create_machine_loongarch_virt() [all …]
|
H A D | arm-imx25-pdk-machine.c | 42 QIMX25PDKMachine *machine = object; in imx25_pdk_get_driver() local 44 return &machine->alloc; in imx25_pdk_get_driver() 53 QIMX25PDKMachine *machine = obj; in imx25_pdk_get_device() local 55 return &machine->i2c_1.obj; in imx25_pdk_get_device() 64 QIMX25PDKMachine *machine = (QIMX25PDKMachine *) obj; in imx25_pdk_destructor() local 65 alloc_destroy(&machine->alloc); in imx25_pdk_destructor() 70 QIMX25PDKMachine *machine = g_new0(QIMX25PDKMachine, 1); in qos_create_machine_arm_imx25_pdk() local 72 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_imx25_pdk() 76 machine->obj.get_device = imx25_pdk_get_device; in qos_create_machine_arm_imx25_pdk() 77 machine->obj.get_driver = imx25_pdk_get_driver; in qos_create_machine_arm_imx25_pdk() [all …]
|
H A D | x86_64_pc-machine.c | 61 /* x86_64/pc machine */ 65 QX86PCMachine *machine = (QX86PCMachine *) obj; in pc_destructor() local 66 alloc_destroy(&machine->alloc); in pc_destructor() 71 QX86PCMachine *machine = object; in pc_get_driver() local 73 return &machine->alloc; in pc_get_driver() 82 QX86PCMachine *machine = obj; in pc_get_device() local 84 return &machine->bridge.obj; in pc_get_device() 93 QX86PCMachine *machine = g_new0(QX86PCMachine, 1); in qos_create_machine_pc() local 94 machine->obj.get_device = pc_get_device; in qos_create_machine_pc() 95 machine->obj.get_driver = pc_get_driver; in qos_create_machine_pc() [all …]
|
H A D | ppc64_pseries-machine.c | 60 /* ppc64/pseries machine */ 64 Qppc64_pseriesMachine *machine = (Qppc64_pseriesMachine *) obj; in spapr_destructor() local 65 alloc_destroy(&machine->alloc); in spapr_destructor() 70 Qppc64_pseriesMachine *machine = object; in spapr_get_driver() local 72 return &machine->alloc; in spapr_get_driver() 81 Qppc64_pseriesMachine *machine = obj; in spapr_get_device() local 83 return &machine->bridge.obj; in spapr_get_device() 92 Qppc64_pseriesMachine *machine = g_new0(Qppc64_pseriesMachine, 1); in qos_create_machine_spapr() local 93 machine->obj.get_device = spapr_get_device; in qos_create_machine_spapr() 94 machine->obj.get_driver = spapr_get_driver; in qos_create_machine_spapr() [all …]
|
H A D | arm-smdkc210-machine.c | 40 QSmdkc210Machine *machine = object; in smdkc210_get_driver() local 42 return &machine->alloc; in smdkc210_get_driver() 51 QSmdkc210Machine *machine = obj; in smdkc210_get_device() local 53 return &machine->sdhci.obj; in smdkc210_get_device() 62 QSmdkc210Machine *machine = (QSmdkc210Machine *) obj; in smdkc210_destructor() local 63 alloc_destroy(&machine->alloc); in smdkc210_destructor() 68 QSmdkc210Machine *machine = g_new0(QSmdkc210Machine, 1); in qos_create_machine_arm_smdkc210() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_smdkc210() 74 machine->obj.get_device = smdkc210_get_device; in qos_create_machine_arm_smdkc210() 75 machine->obj.get_driver = smdkc210_get_driver; in qos_create_machine_arm_smdkc210() [all …]
|
H A D | arm-sabrelite-machine.c | 40 QSabreliteMachine *machine = object; in sabrelite_get_driver() local 42 return &machine->alloc; in sabrelite_get_driver() 51 QSabreliteMachine *machine = obj; in sabrelite_get_device() local 53 return &machine->sdhci.obj; in sabrelite_get_device() 62 QSabreliteMachine *machine = (QSabreliteMachine *) obj; in sabrelite_destructor() local 63 alloc_destroy(&machine->alloc); in sabrelite_destructor() 68 QSabreliteMachine *machine = g_new0(QSabreliteMachine, 1); in qos_create_machine_arm_sabrelite() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_sabrelite() 74 machine->obj.get_device = sabrelite_get_device; in qos_create_machine_arm_sabrelite() 75 machine->obj.get_driver = sabrelite_get_driver; in qos_create_machine_arm_sabrelite() [all …]
|
H A D | aarch64-xlnx-zcu102-machine.c | 40 QXlnxZCU102Machine *machine = object; in xlnx_zcu102_get_driver() local 42 return &machine->alloc; in xlnx_zcu102_get_driver() 51 QXlnxZCU102Machine *machine = obj; in xlnx_zcu102_get_device() local 53 return &machine->sdhci.obj; in xlnx_zcu102_get_device() 62 QXlnxZCU102Machine *machine = (QXlnxZCU102Machine *) obj; in xlnx_zcu102_destructor() local 63 alloc_destroy(&machine->alloc); in xlnx_zcu102_destructor() 68 QXlnxZCU102Machine *machine = g_new0(QXlnxZCU102Machine, 1); in qos_create_machine_aarch64_xlnx_zcu102() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_aarch64_xlnx_zcu102() 75 machine->obj.get_device = xlnx_zcu102_get_device; in qos_create_machine_aarch64_xlnx_zcu102() 76 machine->obj.get_driver = xlnx_zcu102_get_driver; in qos_create_machine_aarch64_xlnx_zcu102() [all …]
|
H A D | arm-raspi2-machine.c | 40 QRaspi2Machine *machine = object; in raspi2_get_driver() local 42 return &machine->alloc; in raspi2_get_driver() 51 QRaspi2Machine *machine = obj; in raspi2_get_device() local 53 return &machine->sdhci.obj; in raspi2_get_device() 62 QRaspi2Machine *machine = (QRaspi2Machine *) obj; in raspi2_destructor() local 63 alloc_destroy(&machine->alloc); in raspi2_destructor() 68 QRaspi2Machine *machine = g_new0(QRaspi2Machine, 1); in qos_create_machine_arm_raspi2() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_raspi2() 74 machine->obj.get_device = raspi2_get_device; in qos_create_machine_arm_raspi2() 75 machine->obj.get_driver = raspi2_get_driver; in qos_create_machine_arm_raspi2() [all …]
|
H A D | arm-xilinx-zynq-a9-machine.c | 40 QXilinxZynqA9Machine *machine = object; in xilinx_zynq_a9_get_driver() local 42 return &machine->alloc; in xilinx_zynq_a9_get_driver() 51 QXilinxZynqA9Machine *machine = obj; in xilinx_zynq_a9_get_device() local 53 return &machine->sdhci.obj; in xilinx_zynq_a9_get_device() 62 QXilinxZynqA9Machine *machine = (QXilinxZynqA9Machine *) obj; in xilinx_zynq_a9_destructor() local 63 alloc_destroy(&machine->alloc); in xilinx_zynq_a9_destructor() 68 QXilinxZynqA9Machine *machine = g_new0(QXilinxZynqA9Machine, 1); in qos_create_machine_arm_xilinx_zynq_a9() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_xilinx_zynq_a9() 75 machine->obj.get_device = xilinx_zynq_a9_get_device; in qos_create_machine_arm_xilinx_zynq_a9() 76 machine->obj.get_driver = xilinx_zynq_a9_get_driver; in qos_create_machine_arm_xilinx_zynq_a9() [all …]
|
H A D | meson.build | 52 'aarch64-xlnx-zcu102-machine.c', 53 'arm-imx25-pdk-machine.c', 54 'arm-raspi2-machine.c', 55 'arm-sabrelite-machine.c', 56 'arm-smdkc210-machine.c', 57 'arm-virt-machine.c', 58 'arm-xilinx-zynq-a9-machine.c', 59 'ppc64_pseries-machine.c', 60 'x86_64_pc-machine.c', 61 'riscv-virt-machine.c', [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | resulttooltests.py | 23 "MACHINE": "qemux86"}, 30 "MACHINE": "qemux86-64"}, 37 "MACHINE": "qemux86"}, 44 "MACHINE": "qemux86"}, 51 "MACHINE": "qemux86-64"}, 108 "MACHINE": "qemux86", 117 "MACHINE": "qemux86", 130 "MACHINE": "qemux86", 135 "machine": None, 144 "MACHINE": "qemux86", [all …]
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz_configs.h | 26 return g_strdup_printf("-machine q35 -nodefaults " in generic_fuzzer_virtio_9p_args() 40 .args = "-machine q35 -device virtio-blk,drive=disk0 " 45 .args = "-machine q35 -device virtio-scsi,num_queues=8 " 51 .args = "-machine q35 -nodefaults -device virtio-gpu", 55 .args = "-machine q35 -nodefaults -device virtio-vga", 59 .args = "-machine q35 -nodefaults -device virtio-rng", 63 .args = "-machine q35 -nodefaults -device virtio-balloon", 67 .args = "-machine q35 -nodefaults -device virtio-serial", 71 .args = "-machine q35 -nodefaults -device virtio-mouse", 79 .args = "-machine q35 -nodefaults " [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | new-machine.rst | 3 Adding a New Machine 6 Adding a new machine to the Yocto Project is a straightforward process. 17 For a complete example that shows how to add a new machine, see the 22 Adding the Machine Configuration File 25 To add a new machine, you need to add a new machine configuration file 26 to the layer's ``conf/machine`` directory. This configuration file 29 The OpenEmbedded build system uses the root name of the machine 30 configuration file to reference the new machine. For example, given a 31 machine configuration file named ``crownbay.conf``, the build system 32 recognizes the machine as "crownbay". [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/ |
H A D | armarch.patch | 6 We change the way rpm architectures work, we make the machine name the default machine 25 - if (!strncmp(un.machine, "armv", 4)) { 26 - /* un.machine is armvXE, where X is version number and E is 31 - char endian = un.machine[strlen(un.machine)-1]; 32 - char *modifier = un.machine + 5; 37 - if ((atoi(un.machine+4) == 7) && (getauxval(AT_HWCAP) & HWCAP_ARM_NEON)) 43 - if (!strcmp(un.machine, "mips")) 44 - strcpy(un.machine, "mipsel"); 45 - else if (!strcmp(un.machine, "mips64")) 46 - strcpy(un.machine, "mips64el"); [all …]
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-virtio-ccw.c | 2 * virtio ccw machine 76 static void s390_init_cpus(MachineState *machine) in s390_init_cpus() argument 78 MachineClass *mc = MACHINE_GET_CLASS(machine); in s390_init_cpus() 82 if (machine->smp.threads > s390mc->max_threads) { in s390_init_cpus() 89 mc->possible_cpu_arch_ids(machine); in s390_init_cpus() 91 for (i = 0; i < machine->smp.cpus; i++) { in s390_init_cpus() 92 s390x_new_cpu(machine->cpu_type, i, &error_fatal); in s390_init_cpus() 160 static void s390_memory_init(MachineState *machine) in s390_memory_init() argument 162 S390CcwMachineState *s390ms = S390_CCW_MACHINE(machine); in s390_memory_init() 164 MemoryRegion *ram = machine->ram; in s390_memory_init() [all …]
|
/openbmc/qemu/hw/core/ |
H A D | qdev-hotplug.c | 19 MachineState *machine; in qdev_get_machine_hotplug_handler() local 24 machine = MACHINE(m_obj); in qdev_get_machine_hotplug_handler() 25 mc = MACHINE_GET_CLASS(machine); in qdev_get_machine_hotplug_handler() 27 return mc->get_hotplug_handler(machine, dev); in qdev_get_machine_hotplug_handler() 54 * No bus, no machine hotplug handler --> device is not hotpluggable in qdev_hotplug_unplug_allowed_common() 57 "Device '%s' can not be hotplugged on this machine", in qdev_hotplug_unplug_allowed_common() 68 MachineState *machine; in qdev_hotplug_allowed() local 77 machine = MACHINE(m_obj); in qdev_hotplug_allowed() 78 mc = MACHINE_GET_CLASS(machine); in qdev_hotplug_allowed() 80 return mc->hotplug_allowed(machine, dev, errp); in qdev_hotplug_allowed()
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 89 static void ppc_heathrow_init(MachineState *machine) in ppc_heathrow_init() argument 91 const char *bios_name = machine->firmware ?: PROM_FILENAME; in ppc_heathrow_init() 92 MachineClass *mc = MACHINE_GET_CLASS(machine); in ppc_heathrow_init() 113 for (i = 0; i < machine->smp.cpus; i++) { in ppc_heathrow_init() 114 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in ppc_heathrow_init() 123 if (machine->ram_size > 2047 * MiB) { in ppc_heathrow_init() 124 error_report("Too much memory for this machine: %" PRId64 " MB, " in ppc_heathrow_init() 125 "maximum 2047 MB", machine->ram_size / MiB); in ppc_heathrow_init() 129 memory_region_add_subregion(get_system_memory(), 0, machine->ram); in ppc_heathrow_init() 156 if (machine->kernel_filename) { in ppc_heathrow_init() [all …]
|
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/ |
H A D | phosphor-fan_%.bbappend | 19 mkdir -p ${S}/control/config_files/${MACHINE} 20 cp ${UNPACKDIR}/events.json ${S}/control/config_files/${MACHINE}/events.json 21 cp ${UNPACKDIR}/fans.json ${S}/control/config_files/${MACHINE}/fans.json 22 cp ${UNPACKDIR}/groups.json ${S}/control/config_files/${MACHINE}/groups.json 23 cp ${UNPACKDIR}/zones.json ${S}/control/config_files/${MACHINE}/zones.json 25 mkdir -p ${S}/monitor/config_files/${MACHINE} 26 cp ${UNPACKDIR}/monitor.json ${S}/monitor/config_files/${MACHINE}/config.json 28 mkdir -p ${S}/presence/config_files/${MACHINE} 29 cp ${UNPACKDIR}/presence.json ${S}/presence/config_files/${MACHINE}/config.json
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 9 #include "qapi/qapi-types-machine.h" 15 #define TYPE_MACHINE_SUFFIX "-machine" 17 /* Machine class name that needs to be used for class-name-based machine 22 #define TYPE_MACHINE "machine" 23 #undef MACHINE /* BSD defines it and QEMU does not use it */ 24 OBJECT_DECLARE_TYPE(MachineState, MachineClass, MACHINE) 29 * machine_class_default_cpu_type: Return the machine default CPU type. 30 * @mc: Machine class 35 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp); 36 bool machine_usb(MachineState *machine); [all …]
|