Home
last modified time | relevance | path

Searched refs:qemu (Results 1 – 25 of 56) sorted by relevance

123

/u-boot/board/emulation/qemu-riscv/
A DMAINTAINERS4 F: board/emulation/qemu-riscv/
5 F: include/configs/qemu-riscv.h
6 F: configs/qemu-riscv32_defconfig
7 F: configs/qemu-riscv32_smode_defconfig
8 F: configs/qemu-riscv32_spl_defconfig
9 F: configs/qemu-riscv64_defconfig
10 F: configs/qemu-riscv64_smode_defconfig
11 F: configs/qemu-riscv64_spl_defconfig
A DMakefile5 obj-y += qemu-riscv.o
/u-boot/doc/board/emulation/
A Dindex.rst9 qemu-arm
10 qemu-mips
11 qemu-ppce500
12 qemu-riscv
13 qemu-x86
A Dqemu-riscv.rst24 make qemu-riscv32_defconfig
29 make qemu-riscv64_defconfig
33 use the configurations qemu-riscv32_smode_defconfig and
34 qemu-riscv64_smode_defconfig instead. Note that U-Boot running in supervisor
43 qemu-system-riscv32 -nographic -machine virt -bios u-boot
47 qemu-system-riscv64 -nographic -machine virt -bios u-boot
81 To make the FW_DYNAMIC binary (build/platform/qemu/virt/firmware/fw_dynamic.bin)
88 make qemu-riscv32_spl_defconfig
93 make qemu-riscv64_spl_defconfig
101 qemu-system-riscv32 -nographic -machine virt -bios spl/u-boot-spl \
[all …]
A Dqemu-ppce500.rst21 $ make qemu-ppce500_defconfig
28 $ qemu-system-ppc -nographic -machine ppce500 -bios u-boot
30 You can also run U-Boot using 'qemu-system-ppc64'::
32 $ qemu-system-ppc64 -nographic -machine ppce500 -bios u-boot
39 Both qemu-system-ppc and qemu-system-ppc64 provide emulation for the following
45 Additionally qemu-system-ppc64 provides support for the following 64-bit CPUs:
54 $ qemu-system-ppc64 -nographic -machine ppce500 -cpu e6500 -bios u-boot
70 $ qemu-system-ppc -nographic -machine ppce500 -bios u-boot \
A Dqemu-x86.rst12 $ 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 control
31 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom
37 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -M q35
43 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024
59 the default boot order, see 'qemu-x86.h'. For more information, see
80 $ 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
A Dqemu-mips.rst7 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 with
33 qemu-system-mips -M mips -bios u-boot.bin -nographic
40 qemu-system-mipsel -M mips -bios u-boot.bin -nographic
47 qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
54 qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
66 qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic
174qemu-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 …]
A Dqemu-arm.rst44 qemu-system-arm -machine virt -bios u-boot.bin
48 qemu-system-aarch64 -machine virt -cpu cortex-a57 -bios u-boot.bin
50 Note that for some odd reason qemu-system-aarch64 needs to be explicitly
55 - Create envstore.img using qemu-img::
57 qemu-img create -f raw envstore.img 64M
/u-boot/board/emulation/qemu-x86/
A DMAINTAINERS4 F: board/emulation/qemu-x86/
5 F: include/configs/qemu-x86.h
6 F: configs/qemu-x86_defconfig
11 F: board/emulation/qemu-x86/
12 F: include/configs/qemu-x86.h
13 F: configs/qemu-x86_64_defconfig
A DKconfig4 default "qemu-x86"
10 default "qemu"
13 default "qemu-x86"
A DMakefile5 obj-y += qemu-x86.o
/u-boot/test/
A Dnokia_rx51_test.sh55 if ! test -f qemu-system-arm; then
56 test -d qemu-linaro || git clone https://git.linaro.org/qemu/qemu-linaro.git
57 cd qemu-linaro
62 ln -s qemu-linaro/arm-softmmu/qemu-system-arm .
73 wget -c http://repository.maemo.org/qemu-n900/qemu-n900.tar.gz
74 tar -xf qemu-n900.tar.gz
207 ./qflasher -v -x xloader-qemu.bin -s secondary-qemu.bin -k u-boot.bin -m rx51 -o mtd_uboot.img
211 ./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 …]
/u-boot/board/emulation/qemu-ppce500/
A DMAINTAINERS5 F: board/emulation/qemu-ppce500/
6 F: include/configs/qemu-ppce500.h
7 F: configs/qemu-ppce500_defconfig
A DKconfig4 default "qemu-ppce500"
10 default "qemu-ppce500"
A DMakefile7 obj-y += qemu-ppce500.o
/u-boot/
A D.gitlab-ci.yml211 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 …]
A D.azure-pipelines.yml194 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 …]
/u-boot/board/qemu-mips/
A DKconfig4 default "qemu-mips"
7 default "qemu-mips" if 32BIT
8 default "qemu-mips64" if 64BIT
A DMAINTAINERS4 F: board/qemu-mips/
5 F: include/configs/qemu-mips.h
12 F: include/configs/qemu-mips64.h
/u-boot/board/emulation/qemu-arm/
A DMAINTAINERS4 F: board/emulation/qemu-arm/
5 F: include/configs/qemu-arm.h
A DMakefile3 obj-y += qemu-arm.o
/u-boot/arch/arm/mach-qemu/
A DKconfig7 default "qemu-arm"
10 default "qemu-arm"
/u-boot/doc/uImage.FIT/
A Duefi.its31 fdt-qemu {
33 data = /incbin/("qemu-arm.dtb");
49 fdt = "fdt-qemu";
/u-boot/arch/x86/dts/
A DMakefile19 qemu-x86_i440fx.dtb \
20 qemu-x86_q35.dtb \
/u-boot/doc/
A DREADME.boston19 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 boston
22 $ cd qemu
25 $ ./mips64el-softmmu/qemu-system-mips64el -M boston -m 2G \

Completed in 27 milliseconds

123