| /openbmc/qemu/tests/tcg/mips/user/isa/r5900/ |
| H A D | Makefile | 5 SIM=qemu-mipsel macro 27 echo $(SIM) $(SIM_FLAGS) ./$$case;\ 28 $(SIM) $(SIM_FLAGS) ./$$case; \
|
| /openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/ |
| H A D | Makefile | 17 SIM = ../../../../../../../build/qemu-mips64 macro 33 echo $(SIM) $(SIM_FLAGS) ./$$case; \ 34 $(SIM) $(SIM_FLAGS) ./$$case; \
|
| /openbmc/qemu/docs/system/ |
| H A D | target-xtensa.rst | 10 - Xtensa emulator pseudo board \"sim\" 14 The sim pseudo board emulation provides an environment similar to one
|
| H A D | target-openrisc.rst | 22 ``or1k-sim``. 58 openrisc/or1k-sim
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_or1k_replay.py | |
| H A D | test_or1k_sim.py | |
| /openbmc/u-boot/arch/m68k/cpu/mcf530x/ |
| H A D | cpu_init.c | 106 sim_t *sim = (sim_t *)(MMAP_SIM); in cpu_init_f() local 108 out_8(&sim->sypcr, 0x00); in cpu_init_f() 109 out_8(&sim->swivr, 0x0f); in cpu_init_f() 110 out_8(&sim->swsr, 0x00); in cpu_init_f() 111 out_8(&sim->mpark, 0x00); in cpu_init_f()
|
| H A D | cpu.c | 14 sim_t *sim = (sim_t *)(MMAP_SIM); in do_reset() local 17 out_8(&sim->sypcr, SYPCR_SWE | SYPCR_SWRI); in do_reset()
|
| /openbmc/openpower-hw-diags/test/ |
| H A D | test-pdbg-dts.cpp | 5 #include <test/sim-hw-access.hpp> 178 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST() 212 sim::CfamAccess& cfam = sim::CfamAccess::getSingleton(); in TEST() 259 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST()
|
| H A D | test-tod-step-check-fault.cpp | 5 #include <test/sim-hw-access.hpp> 26 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST()
|
| H A D | pdbg-sim-only.cpp | 11 #include <test/sim-hw-access.hpp> 46 int rc = sim::ScomAccess::getSingleton().get(i_target, i_addr, o_val); in getScom() 66 int rc = sim::CfamAccess::getSingleton().get(i_target, i_addr, o_val); in getCfam()
|
| /openbmc/qemu/docs/system/openrisc/ |
| H A D | or1k-sim.rst | 22 $ qemu-system-or1k -cpu or1220 -M or1k-sim -nographic \ 37 The ``or1k-sim`` board automatically generates a device tree blob ("dtb")
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-testsuite.inc | 39 content.append('load_generic_config "sim"') 40 content.append('load_base_board_description "basic-sim"') 69 content.append('set_board_info sim "{0}"'.format(qemu_binary)) 70 content.append('set_board_info sim,options "{0}"'.format(" ".join(args)))
|
| /openbmc/u-boot/board/freescale/bsc9132qds/ |
| H A D | bsc9132qds.c | 303 if (hwconfig("sim")) { in misc_init_r() 410 if (hwconfig("sim")) { in ft_board_setup() 419 /* remove dts sim node */ in ft_board_setup() 420 fdt_del_node_compat(blob, "fsl,sim-v1.0"); in ft_board_setup() 421 printf("SIM & SDHC can't work together on the board"); in ft_board_setup() 422 printf("\nRemove sim from hwconfig and reset\n"); in ft_board_setup()
|
| /openbmc/qemu/tests/tcg/openrisc/ |
| H A D | Makefile | 5 SIM = qemu-or1k macro 68 @for case in $(TESTCASES); do $(SIM) $$case; echo $$case pass!; sleep 0.2; done
|
| /openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
| H A D | Makefile | 5 SIM=qemu-mipsel macro 179 echo $(SIM) $(SIM_FLAGS) ./$$case;\ 180 $(SIM) $(SIM_FLAGS) ./$$case; \
|
| /openbmc/u-boot/board/sysam/amcore/ |
| H A D | amcore.c | 21 sim_t *sim = (sim_t *)(MMAP_SIM); in init_lcd() local 23 out_be16(&sim->par, 0x300); in init_lcd()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | imx7ulp.dtsi | 316 nxp,sim = <&sim>; 479 sim = <&sim>; 555 sim: sim@410a3000 { label 556 compatible = "fsl,imx7ulp-sim", "syscon";
|
| /openbmc/u-boot/drivers/phy/ |
| H A D | bcm6318-usbh-phy.c | 35 /* USBH Sim Control register */ 61 /* sim control config */ in bcm6318_usbh_init()
|
| /openbmc/qemu/hw/xtensa/ |
| H A D | meson.build | 7 xtensa_ss.add(when: 'CONFIG_XTENSA_SIM', if_true: files('sim.c'))
|
| H A D | sim.c | 122 mc->desc = "sim machine (" XTENSA_DEFAULT_CPU_MODEL ")"; in xtensa_sim_machine_init() 130 DEFINE_MACHINE("sim", xtensa_sim_machine_init)
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/ |
| H A D | run-ptest.in | 6 modprobe gpio-sim
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod/ |
| H A D | run-ptest | 5 # python3-gpiod uses gpio-sim - a configfs-based testing module. We need to
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | meson.build | 7 'pdbg-no-sim.cpp',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/ |
| H A D | run-ptest | 9 # libgpiod v2 uses gpio-sim - a configfs-based testing module. We need to
|