Searched refs:qemu (Results 1 – 25 of 56) sorted by relevance
123
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
5 obj-y += qemu-riscv.o
9 qemu-arm10 qemu-mips11 qemu-ppce50012 qemu-riscv13 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 -bios u-boot47 qemu-system-riscv64 -nographic -machine virt -bios u-boot81 To make the FW_DYNAMIC binary (build/platform/qemu/virt/firmware/fw_dynamic.bin)88 make qemu-riscv32_spl_defconfig93 make qemu-riscv64_spl_defconfig101 qemu-system-riscv32 -nographic -machine virt -bios spl/u-boot-spl \[all …]
21 $ make qemu-ppce500_defconfig28 $ qemu-system-ppc -nographic -machine ppce500 -bios u-boot30 You can also run U-Boot using 'qemu-system-ppc64'::32 $ qemu-system-ppc64 -nographic -machine ppce500 -bios u-boot39 Both qemu-system-ppc and qemu-system-ppc64 provide emulation for the following45 Additionally qemu-system-ppc64 provides support for the following 64-bit CPUs:54 $ qemu-system-ppc64 -nographic -machine ppce500 -cpu e6500 -bios u-boot70 $ qemu-system-ppc -nographic -machine ppce500 -bios u-boot \
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 with33 qemu-system-mips -M mips -bios u-boot.bin -nographic40 qemu-system-mipsel -M mips -bios u-boot.bin -nographic47 qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic54 qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic66 qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic174 …qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -hd…180 In order to debug U-Boot you need to start qemu with gdb server support (-s)[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
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"
5 obj-y += qemu-x86.o
55 if ! test -f qemu-system-arm; then56 test -d qemu-linaro || git clone https://git.linaro.org/qemu/qemu-linaro.git57 cd qemu-linaro62 ln -s qemu-linaro/arm-softmmu/qemu-system-arm .73 wget -c http://repository.maemo.org/qemu-n900/qemu-n900.tar.gz74 tar -xf qemu-n900.tar.gz207 ./qflasher -v -x xloader-qemu.bin -s secondary-qemu.bin -k u-boot.bin -m rx51 -o mtd_uboot.img211 ./qflasher -v -x xloader-qemu.bin -s secondary-qemu.bin -k combined.bin -r ubi.img -m rx51 -o mtd_r…215 ./qflasher -v -x xloader-qemu.bin -s secondary-qemu.bin -k u-boot.bin -r ubi.img -m rx51 -o mtd_emm…221 ./qflasher -v -x xloader-qemu.bin -s secondary-qemu.bin -k combined_hack.bin -r ubi.img -m rx51 -p …[all …]
5 F: board/emulation/qemu-ppce500/6 F: include/configs/qemu-ppce500.h7 F: configs/qemu-ppce500_defconfig
4 default "qemu-ppce500"10 default "qemu-ppce500"
7 obj-y += qemu-ppce500.o
211 TEST_PY_ID: "--id qemu"224 TEST_PY_ID: "--id qemu"231 TEST_PY_ID: "--id qemu"316 qemu-ppce500 test.py:323 qemu-riscv32 test.py:330 qemu-riscv64 test.py:337 qemu-riscv32_spl test.py:344 qemu-riscv64_spl test.py:351 qemu-x86 test.py:354 TEST_PY_BD: "qemu-x86"[all …]
194 TEST_PY_ID: "--id qemu"197 TEST_PY_ID: "--id qemu"200 TEST_PY_ID: "--id qemu"203 TEST_PY_ID: "--id qemu"225 TEST_PY_ID: "--id qemu"229 TEST_PY_ID: "--id qemu"233 TEST_PY_ID: "--id qemu"237 TEST_PY_ID: "--id qemu"255 TEST_PY_BD: "qemu-x86"274 TEST_PY_ID: "--id qemu"[all …]
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
4 F: board/emulation/qemu-arm/5 F: include/configs/qemu-arm.h
3 obj-y += qemu-arm.o
7 default "qemu-arm"10 default "qemu-arm"
31 fdt-qemu {33 data = /incbin/("qemu-arm.dtb");49 fdt = "fdt-qemu";
19 qemu-x86_i440fx.dtb \20 qemu-x86_q35.dtb \
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 \
Completed in 27 milliseconds