summaryrefslogtreecommitdiff
path: root/board/emulation
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-23Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for...Lukas Auer2-40/+0
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu1-0/+42
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-26riscv: qemu: Fix kconfig build warningBin Meng1-0/+1
2019-08-26riscv: qemu: add SPL configurationLukas Auer3-0/+29
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-07-18qemu-riscv: enable VIRTIO_PCIDavid Abdurachmanov1-0/+1
2019-06-05riscv: qemu: Enable e1000 and nvme supportBin Meng1-0/+2
2019-06-05riscv: qemu: Enable PCI host ECAM generic driverBin Meng1-0/+4
2019-05-09riscv: qemu: Use correct SYS_TEXT_BASE for S-mode on 32bit systemAnup Patel1-1/+2
2019-04-08riscv: qemu: enable SMPLukas Auer1-0/+1
2019-02-27riscv: Rename cpu/qemu to cpu/genericAnup Patel1-2/+2
2018-12-18riscv: qemu: Imply SIFIVE_SERIAL for emulationAnup Patel1-0/+1
2018-12-18riscv: qemu: Add platform-specific Kconfig optionsBin Meng1-0/+1
2018-12-05riscv: Add S-mode defconfigs for QEMU virt machineAnup Patel1-0/+2
2018-12-05riscv: qemu: Use different SYS_TEXT_BASE for S-modeAnup Patel1-1/+2
2018-11-26riscv: qemu: clear kernel-start/-end in device tree as workaround for BBLLukas Auer2-0/+40
2018-11-26riscv: qemu: detect and boot the kernel passed by QEMULukas Auer2-0/+30
2018-11-26riscv: qemu: use device tree passed by prior boot stageLukas Auer1-11/+0
2018-11-14x86: qemu: Imply virtio PCI transport and device driversBin Meng1-0/+3
2018-11-14arm: qemu: Enumerate virtio bus during early bootBin Meng2-0/+14
2018-11-14arm: qemu: Add a Kconfig in the board directoryBin Meng1-0/+9
2018-11-14riscv: qemu: Include some useful commandsBin Meng1-0/+8
2018-11-14riscv: qemu: Enumerate virtio bus during early bootBin Meng2-0/+12
2018-10-03riscv: Add QEMU virt board supportBin Meng4-0/+57
2018-09-06ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0Tuomas Tynkkynen1-1/+17
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-06-17x86: Drop QEMU-specific EFI payload supportBin Meng2-5/+3
2018-05-26ARM: qemu-arm: Bump RAM size in AArch64 MMU tableTuomas Tynkkynen1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-13/+5
2018-01-19ARM: qemu-arm: Add support for AArch64Tuomas Tynkkynen2-0/+36
2017-10-06ARM: Add a new arch + board for QEMU's 'virt' machineTuomas Tynkkynen3-0/+44
2017-02-07x86: qemu: Add a config for 64-bit U-BootBin Meng3-1/+15
2017-02-07x86: qemu: Add a text base for 64-bit U-BootBin Meng1-2/+2
2016-08-30x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payloadBin Meng1-0/+2
2015-11-13x86: qemu: Convert to use driver model ethBin Meng2-14/+1
2015-08-05x86: qemu: Support operation as an EFI payloadSimon Glass1-2/+3
2015-06-04x86: Support QEMU x86 targetsBin Meng6-0/+84