Lines Matching full:qemu

17 (Chromebook Pixel) and QEMU [2] x86 targets have been tested, but it should
36 - QEMU x86
51 Note this default configuration will build a U-Boot payload for the QEMU board.
57 (qemu-x86) Board configuration file
58 (qemu-x86_i440fx) Board Device Tree Source (dts) file
356 QEMU x86 target instructions for bare mode:
358 To build u-boot.rom for QEMU x86 targets, just simply run
360 $ make qemu-x86_defconfig
363 Note this default configuration will build a U-Boot for the QEMU x86 i440FX
364 board. To build a U-Boot against QEMU x86 Q35 board, you can change the build
369 (qemu-x86_q35) Default Device Tree for DT control
404 Note: coreboot framebuffer driver does not work on QEMU. The reason is unknown
407 Test with QEMU for bare mode
409 QEMU is a fancy emulator that can enable us to test U-Boot without access to
410 a real x86 board. Please make sure your QEMU version is 2.3.0 or above test
411 U-Boot. To launch QEMU with u-boot.rom, call QEMU as follows:
413 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom
415 This will instantiate an emulated x86 board with i440FX and PIIX chipset. QEMU
417 also supported by U-Boot. To instantiate such a machine, call QEMU with:
419 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -M q35
421 Note by default QEMU instantiated boards only have 128 MiB system memory. But
423 system memory by pass '-m' parameter to QEMU if you want more memory:
425 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024
427 This creates a board with 1 GiB system memory. Currently U-Boot for QEMU only
432 QEMU emulates a graphic card which U-Boot supports. Removing '-nographic' will
433 show QEMU's VGA console window. Note this will disable QEMU's serial output.
436 Multicore is also supported by QEMU via '-smp n' where n is the number of cores
437 to instantiate. Note, the maximum supported CPU number in QEMU is 255.
439 The fw_cfg interface in QEMU also provides information about kernel data,
443 providing them in QEMU command line:
445 $ qemu-system-i386 -nographic -bios path/to/u-boot.rom -m 1024 -kernel /path/to/bzImage
450 Then start QEMU, in U-Boot command line use the following U-Boot command to
454 qfw - QEMU firmware interface
845 Currently this is tested on QEMU x86 target with U-Boot chain-loading SeaBIOS
849 $ qemu-img create -f qcow2 disk.img 10G
852 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -cdrom winxp.iso -smp 2 -m 512
855 $ qemu-system-i386 -serial stdio -bios u-boot.rom -hda disk.img -smp 2 -m 512
1136 [2] http://www.qemu.org