Lines Matching refs:QEMU
15 (Chromebook Pixel) and QEMU [2] x86 targets have been tested, but it should
35 - QEMU x86
50 Note this default configuration will build a U-Boot payload for the QEMU board.
390 QEMU x86 target instructions for bare mode:
392 To build u-boot.rom for QEMU x86 targets, just simply run
397 Note this default configuration will build a U-Boot for the QEMU x86 i440FX
398 board. To build a U-Boot against QEMU x86 Q35 board, you can change the build
438 Note: coreboot framebuffer driver does not work on QEMU. The reason is unknown
441 Test with QEMU for bare mode
443 QEMU is a fancy emulator that can enable us to test U-Boot without access to
444 a real x86 board. Please make sure your QEMU version is 2.3.0 or above test
445 U-Boot. To launch QEMU with u-boot.rom, call QEMU as follows:
449 This will instantiate an emulated x86 board with i440FX and PIIX chipset. QEMU
451 also supported by U-Boot. To instantiate such a machine, call QEMU with:
455 Note by default QEMU instantiated boards only have 128 MiB system memory. But
457 system memory by pass '-m' parameter to QEMU if you want more memory:
461 This creates a board with 1 GiB system memory. Currently U-Boot for QEMU only
466 QEMU emulates a graphic card which U-Boot supports. Removing '-nographic' will
467 show QEMU's VGA console window. Note this will disable QEMU's serial output.
470 Multicore is also supported by QEMU via '-smp n' where n is the number of cores
471 to instantiate. Note, the maximum supported CPU number in QEMU is 255.
473 The fw_cfg interface in QEMU also provides information about kernel data,
477 providing them in QEMU command line:
484 Then start QEMU, in U-Boot command line use the following U-Boot command to
488 qfw - QEMU firmware interface
879 Currently this is tested on QEMU x86 target with U-Boot chain-loading SeaBIOS
1142 to load a 'u-boot-payload.efi', see below test logs on QEMU.