Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/board/emulation/qemu-x86/
H A DMAINTAINERS4 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
13 F: board/emulation/qemu-x86/
14 F: include/configs/qemu-x86.h
15 F: configs/qemu-x86_64_defconfig
H A DKconfig4 default "qemu-x86"
10 default "qemu"
13 default "qemu-x86"
/rk3399_rockchip-uboot/board/freescale/qemu-ppce500/
H A DMAINTAINERS4 F: board/freescale/qemu-ppce500/
5 F: include/configs/qemu-ppce500.h
6 F: configs/qemu-ppce500_defconfig
H A DKconfig4 default "qemu-ppce500"
10 default "qemu-ppce500"
H A DMakefile9 obj-y += qemu-ppce500.o
/rk3399_rockchip-uboot/board/qemu-mips/
H A DKconfig4 default "qemu-mips"
7 default "qemu-mips" if 32BIT
8 default "qemu-mips64" if 64BIT
H A DMAINTAINERS4 F: board/qemu-mips/
5 F: include/configs/qemu-mips.h
12 F: include/configs/qemu-mips64.h
H A DMakefile8 obj-y = qemu-mips.o
/rk3399_rockchip-uboot/doc/
H A DREADME.qemu-mips5 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
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
43 if you use a qemu version after commit 4224
49 # qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic
133 # qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -h…
[all …]
H 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 \
/rk3399_rockchip-uboot/arch/x86/dts/
H A DMakefile17 qemu-x86_i440fx.dtb \
18 qemu-x86_q35.dtb \
H A Dqemu-x86_i440fx.dts19 compatible = "qemu,x86";
36 compatible = "cpu-qemu";
H A Dqemu-x86_q35.dts29 compatible = "qemu,x86";
47 compatible = "cpu-qemu";
/rk3399_rockchip-uboot/board/coreboot/coreboot/
H A DKconfig30 default "qemu-x86"
37 default "qemu-x86_i440fx"
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/
H A DMakefile10 obj-y += qemu.o
/rk3399_rockchip-uboot/configs/
H A Dqemu_mips_defconfig5 CONFIG_SYS_PROMPT="qemu-mips # "
H A Dqemu_mipsel_defconfig6 CONFIG_SYS_PROMPT="qemu-mipsel # "
H A Dqemu_mips64_defconfig6 CONFIG_SYS_PROMPT="qemu-mips64 # "
H A Dqemu_mips64el_defconfig7 CONFIG_SYS_PROMPT="qemu-mips64el # "
H A Dqemu-x86_efi_payload64_defconfig3 CONFIG_DEFAULT_DEVICE_TREE="qemu-x86_i440fx"
H A Dqemu-x86_defconfig3 CONFIG_DEFAULT_DEVICE_TREE="qemu-x86_i440fx"
H A Dqemu-x86_efi_payload32_defconfig3 CONFIG_DEFAULT_DEVICE_TREE="qemu-x86_i440fx"
/rk3399_rockchip-uboot/drivers/misc/
H A Dqfw.c366 uint32_t qemu; in qemu_fwcfg_init() local
377 qemu_fwcfg_read_entry_pio(FW_CFG_SIGNATURE, 4, &qemu); in qemu_fwcfg_init()
378 if (be32_to_cpu(qemu) == QEMU_FW_CFG_SIGNATURE) in qemu_fwcfg_init()
/rk3399_rockchip-uboot/arch/x86/cpu/
H A DMakefile33 obj-$(CONFIG_QEMU) += qemu/
/rk3399_rockchip-uboot/board/emulation/
H A DKconfig30 source "board/emulation/qemu-x86/Kconfig"

12