virt.c (650d103d3ea959212f826acb9d3fe80cf30e347b) virt.c (46517dd4971fc1fdd5b379e72cc377626ad98160)
1/*
2 * QEMU RISC-V VirtIO Board
3 *
4 * Copyright (c) 2017 SiFive, Inc.
5 *
6 * RISC-V machine with 16550a UART and VirtIO MMIO
7 *
8 * This program is free software; you can redistribute it and/or modify it

--- 23 unchanged lines hidden (view full) ---

32#include "hw/riscv/sifive_plic.h"
33#include "hw/riscv/sifive_clint.h"
34#include "hw/riscv/sifive_test.h"
35#include "hw/riscv/virt.h"
36#include "hw/riscv/boot.h"
37#include "chardev/char.h"
38#include "sysemu/arch_init.h"
39#include "sysemu/device_tree.h"
1/*
2 * QEMU RISC-V VirtIO Board
3 *
4 * Copyright (c) 2017 SiFive, Inc.
5 *
6 * RISC-V machine with 16550a UART and VirtIO MMIO
7 *
8 * This program is free software; you can redistribute it and/or modify it

--- 23 unchanged lines hidden (view full) ---

32#include "hw/riscv/sifive_plic.h"
33#include "hw/riscv/sifive_clint.h"
34#include "hw/riscv/sifive_test.h"
35#include "hw/riscv/virt.h"
36#include "hw/riscv/boot.h"
37#include "chardev/char.h"
38#include "sysemu/arch_init.h"
39#include "sysemu/device_tree.h"
40#include "sysemu/sysemu.h"
40#include "exec/address-spaces.h"
41#include "hw/pci/pci.h"
42#include "hw/pci-host/gpex.h"
43
44#include <libfdt.h>
45
46#if defined(TARGET_RISCV32)
47# define BIOS_FILENAME "opensbi-riscv32-virt-fw_jump.bin"

--- 470 unchanged lines hidden ---
41#include "exec/address-spaces.h"
42#include "hw/pci/pci.h"
43#include "hw/pci-host/gpex.h"
44
45#include <libfdt.h>
46
47#if defined(TARGET_RISCV32)
48# define BIOS_FILENAME "opensbi-riscv32-virt-fw_jump.bin"

--- 470 unchanged lines hidden ---