Searched refs:qemu (Results 1 – 25 of 271) sorted by relevance
1234567891011
4 F: board/emulation/qemu-riscv/5 F: include/configs/qemu-riscv.h6 F: configs/qemu-riscv32_defconfig7 F: configs/qemu-riscv32_smode_defconfig8 F: configs/qemu-riscv32_spl_defconfig9 F: configs/qemu-riscv64_defconfig10 F: configs/qemu-riscv64_smode_defconfig11 F: configs/qemu-riscv64_spl_defconfig
4 F: board/emulation/qemu-x86/5 F: include/configs/qemu-x86.h6 F: configs/qemu-x86_defconfig11 F: board/emulation/qemu-x86/12 F: include/configs/qemu-x86.h13 F: configs/qemu-x86_64_defconfig
4 default "qemu-x86"10 default "qemu"13 default "qemu-x86"
9 qemu-arm10 qemu-mips11 qemu-riscv12 qemu-x86
24 make qemu-riscv32_defconfig29 make qemu-riscv64_defconfig33 use the configurations qemu-riscv32_smode_defconfig and34 qemu-riscv64_smode_defconfig instead. Note that U-Boot running in supervisor43 qemu-system-riscv32 -nographic -machine virt -kernel u-boot47 qemu-system-riscv64 -nographic -machine virt -kernel u-boot76 make PLATFORM=qemu/virt81 To make the FW_DYNAMIC binary (build/platform/qemu/virt/firmware/fw_dynamic.bin)88 make qemu-riscv32_spl_defconfig93 make qemu-riscv64_spl_defconfig[all …]
12 $ make qemu-x86_defconfig (for 32-bit)13 $ make qemu-x86_64_defconfig (for 64-bit)22 (qemu-x86_q35) Default Device Tree for DT control31 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom37 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -M q3543 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 102459 the default boot order, see 'qemu-x86.h'. For more information, see80 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024 \106 To run 64-bit U-Boot, qemu-system-x86_64 should be used instead, e.g.::108 $ qemu-system-x86_64 -nographic -bios path/to/u-boot.rom
7 Qemu is a full system emulator. See http://www.nongnu.org/qemu/11 Supports the "-M mips" configuration of qemu: serial,NE2000,IDE.16 recent qemu versions. When using emulated flash, launch with31 # qemu-system-mips -M mips -bios u-boot.bin -nographic36 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic41 # qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic46 # qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic50 if you use a qemu version after commit 422458 # qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic162 …# qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -…[all …]
44 qemu-system-arm -machine virt -bios u-boot.bin48 qemu-system-aarch64 -machine virt -cpu cortex-a57 -bios u-boot.bin50 Note that for some odd reason qemu-system-aarch64 needs to be explicitly55 - Create envstore.img using qemu-img::57 qemu-img create -f raw envstore.img 64M
1 NAME = "qemu-iotests"12 This package contains a simple test suite for the I/O layer of qemu.13 It does not requite a guest, but only the qemu, qemu-img and qemu-io26 reports of failing tests cases to qemu-devel@savannah.nongnu.org.
23 sudo apt-get install -qq -y qemu-user-static binfmt-support sbuild wget debian-archive-keyring ubun…25 QEMU_DIR=/tmp/qemu27 sudo chown ${USER} /tmp/qemu29 wget https://download.qemu.org/qemu-3.1.0.tar.xz30 tar xf qemu-3.1.0.tar.xz31 cd qemu-3.1.056 sudo cp ${QEMU_DIR}/install/bin/qemu-arm ${CHROOT_DIR}/usr/bin/qemu-arm-static57 ${CHROOT_DIR}/usr/bin/qemu-arm-static -version
7 BL32_SOURCES += plat/qemu/sp_min/sp_min_setup.c \8 plat/qemu/aarch32/plat_helpers.S \9 plat/qemu/qemu_pm.c \10 plat/qemu/topology.c
4 F: board/freescale/qemu-ppce500/5 F: include/configs/qemu-ppce500.h6 F: configs/qemu-ppce500_defconfig
4 default "qemu-ppce500"10 default "qemu-ppce500"
4 default "qemu-mips"7 default "qemu-mips" if 32BIT8 default "qemu-mips64" if 64BIT
4 F: board/qemu-mips/5 F: include/configs/qemu-mips.h12 F: include/configs/qemu-mips64.h
18 qemu-x86_cuttlefish.dtb \19 qemu-x86_i440fx.dtb \20 qemu-x86_q35.dtb \
61 all: ref-rvct.qemu69 ref-rvct.qemu: $(REFRVCT).qemu77 $(REFRVCT).qemu: compute_ref.axf78 qemu-system-arm -cpu $(CPU) -semihosting -nographic -kernel $^
28 * ``The qemu-arm user mode emulator``34 ``qemu-arm`` should be available as a package for your Linux distribution.79 Testing compiler-rt builtins using qemu-arm83 cmake that we wish to run the tests on ``qemu-arm``.85 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot``121 * ``-DCOMPILER_RT_EMULATOR="qemu-aarch64 -L /path/to/aarch64/sysroot``148 * There isn't a ``qemu-arm`` user-mode emulator for bare-metal systems. The ``qemu-system-arm`` can…153 tests using the same ``qemu-arm`` that we used for Armv7-A by building and180 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armv7-A/sysroot"``187 test-c-flags. We must use an Armv7-A soft-float abi sysroot for ``qemu-arm``.[all …]
149 --qemu-args|--qemu-arg)150 checkarg --qemu-args "(qemu arguments)" $# "$2" '^-' '^error'154 --qemu-cmd)155 checkarg --qemu-cmd "(qemu-system-...)" $# "$2" 'qemu-system-' '^--'
19 branch of git://git.linux-mips.org/pub/scm/paul/qemu.git and used like so:21 $ git clone git://git.linux-mips.org/pub/scm/paul/qemu.git -b boston22 $ cd qemu25 $ ./mips64el-softmmu/qemu-system-mips64el -M boston -m 2G \
38 - qemu-riscv32_defconfig39 - qemu-riscv64_defconfig40 - qemu-x86_defconfig41 - qemu-x86_64_defconfig77 $ qemu-system-arm -nographic -machine virt -bios u-boot.bin \85 $ qemu-system-i386 -nographic -bios u-boot.rom \96 $ qemu-system-arm -nographic -machine virt -bios u-boot.bin \107 $ qemu-system-i386 -nographic -bios u-boot.rom \253 [2] https://www.qemu.org
4 F: board/emulation/qemu-arm/5 F: include/configs/qemu-arm.h
7 default "qemu-arm"10 default "qemu-arm"
80 in build command. The output is Outputs/qemu/SlimBootloader.bin::82 $ python BuildLoader.py build qemu -p "OsLoader.efi:LLDR:Lz4;u-boot-dtb.bin:U-BT:Lzma"87 …$ qemu-system-x86_64 -machine q35 -nographic -serial mon:stdio -pflash Outputs/qemu/SlimBootloader…103 …$ qemu-system-x86_64 -machine q35 -nographic -serial mon:stdio -pflash Outputs/qemu/SlimBootloader…190 $ python BuildLoader.py build <qemu or apl> -p "OsLoader.efi:LLDR:Lz4;u-boot:U-BT:Lzma"
38 qemu-user \39 qemu-user-static