| /rk3399_rockchip-uboot/board/emulation/qemu-x86/ |
| H A D | MAINTAINERS | 1 QEMU X86 BOARD 4 F: board/emulation/qemu-x86/ 5 F: include/configs/qemu-x86.h 6 F: configs/qemu-x86_defconfig 7 F: configs/qemu-x86_efi_payload32_defconfig 8 F: configs/qemu-x86_efi_payload64_defconfig 10 QEMU X86 64-bit BOARD 13 F: board/emulation/qemu-x86/ 14 F: include/configs/qemu-x86.h 15 F: configs/qemu-x86_64_defconfig
|
| H A D | Kconfig | 4 default "qemu-x86" 10 default "qemu" 13 default "qemu-x86" 22 select QEMU
|
| /rk3399_rockchip-uboot/board/emulation/ |
| H A D | Kconfig | 13 bool "QEMU x86" 15 This is the QEMU emulated x86 board. U-Boot supports running 17 There are two types of x86 boards supported by QEMU which are 18 supported by U-Boot. They are via QEMU '-M pc', an i440FX/PIIX 22 bool "QEMU x86 64-bit" 24 This is the QEMU emulated x86 64-bit board. With this config 30 source "board/emulation/qemu-x86/Kconfig"
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.boston | 14 QEMU 17 U-Boot can be run on a currently out-of-tree branch of QEMU with support for 18 the Boston board added. This QEMU code can currently be found in the "boston" 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 boston 22 $ cd qemu 25 $ ./mips64el-softmmu/qemu-system-mips64el -M boston -m 2G \ 28 Please note that QEMU will default to emulating the I6400 CPU which implements 32 binary that will work in QEMU.
|
| H A D | README.qemu-mips | 3 Qemu is a full system emulator. See 5 http://www.nongnu.org/qemu/ 9 Supports the "-M mips" configuration of qemu: serial,NE2000,IDE. 14 recent qemu versions. When using emulated flash, launch with 18 Notes for the Qemu MIPS port 23 Using u-boot.bin as ROM (replaces Qemu monitor): 27 # qemu-system-mips -M mips -bios u-boot.bin -nographic 31 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic 35 # qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic 39 # qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic [all …]
|
| H A D | README.nvme | 80 Testing NVMe with QEMU x86 82 QEMU supports NVMe emulation and we can test NVMe driver with QEMU x86 running 83 U-Boot. Please see README.x86 for how to build u-boot.rom image for QEMU x86. 85 Example command line to call QEMU x86 below with emulated NVMe device: 86 $ ./qemu-system-i386 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME00…
|
| H A D | README.x86 | 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 [all …]
|
| H A D | README.efi | 73 opt for using QEMU [1] and the OVMF [2], as detailed below. 83 existing config (like qemu-x86_defconfig) to enable CONFIG_EFI, CONFIG_EFI_STUB 87 make qemu-x86_defconfig 98 QEMU is an emulator and it can emulate an x86 machine. Please make sure your 99 QEMU version is 2.3.0 or above to test this. You can run the payload with 104 qemu-system-x86_64 -bios bios.bin -hda fat:/tmp/efi/ 109 prebuilt EFI BIOS for QEMU or you can build one from source as well. 264 [1] http://www.qemu.org
|
| /rk3399_rockchip-uboot/board/freescale/qemu-ppce500/ |
| H A D | MAINTAINERS | 1 QEMU-PPCE500 BOARD 4 F: board/freescale/qemu-ppce500/ 5 F: include/configs/qemu-ppce500.h 6 F: configs/qemu-ppce500_defconfig
|
| H A D | Kconfig | 4 default "qemu-ppce500" 10 default "qemu-ppce500"
|
| H A D | Makefile | 9 obj-y += qemu-ppce500.o
|
| /rk3399_rockchip-uboot/board/qemu-mips/ |
| H A D | MAINTAINERS | 1 QEMU-MIPS BOARD 4 F: board/qemu-mips/ 5 F: include/configs/qemu-mips.h 12 F: include/configs/qemu-mips64.h
|
| H A D | Kconfig | 4 default "qemu-mips" 7 default "qemu-mips" if 32BIT 8 default "qemu-mips64" if 64BIT
|
| H A D | Makefile | 8 obj-y = qemu-mips.o
|
| /rk3399_rockchip-uboot/ |
| H A D | .travis.yml | 52 - PATH=/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/usr/bin:/bin 82 git clone git://git.qemu.org/qemu.git /tmp/qemu; 83 pushd /tmp/qemu; 86 ./configure --prefix=/tmp/qemu-install --target-list=${QEMU_TARGET} && 292 TEST_PY_ID="--id qemu" 297 TEST_PY_ID="--id qemu" 303 TEST_PY_ID="--id qemu" 336 - TEST_PY_BD="qemu-ppce500" 339 BUILDMAN="^qemu-ppce500$" 341 - TEST_PY_BD="qemu-x86" [all …]
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | qemu-x86.h | 23 * ATA/SATA support for QEMU x86 targets 24 * - Only legacy IDE controller is supported for QEMU '-M pc' target 25 * - AHCI controller is supported for QEMU '-M q35' target
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | qemu-x86_i440fx.dts | 18 model = "QEMU x86 (I440FX)"; 19 compatible = "qemu,x86"; 36 compatible = "cpu-qemu";
|
| H A D | Makefile | 17 qemu-x86_i440fx.dtb \ 18 qemu-x86_q35.dtb \
|
| H A D | qemu-x86_q35.dts | 28 model = "QEMU x86 (Q35)"; 29 compatible = "qemu,x86"; 47 compatible = "cpu-qemu";
|
| /rk3399_rockchip-uboot/arch/x86/cpu/qemu/ |
| H A D | Kconfig | 7 config QEMU config 17 if QEMU
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | qfw.c | 15 * line using qemu fw_cfg interface. 55 * when invoking qemu), do not update bootargs in qemu_fwcfg_setup_kernel() 110 printf("QEMU fw_cfg interface not found\n"); in qemu_fwcfg_do_cpus() 171 printf("QEMU fw_cfg interface not found\n"); in do_qemu_fw() 189 "QEMU firmware interface",
|
| /rk3399_rockchip-uboot/board/coreboot/coreboot/ |
| H A D | Kconfig | 30 default "qemu-x86" 37 default "qemu-x86_i440fx"
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | qemu_mips_defconfig | 5 CONFIG_SYS_PROMPT="qemu-mips # "
|
| H A D | qemu_mipsel_defconfig | 6 CONFIG_SYS_PROMPT="qemu-mipsel # "
|
| H A D | qemu_mips64_defconfig | 6 CONFIG_SYS_PROMPT="qemu-mips64 # "
|