sifive_u.c (650d103d3ea959212f826acb9d3fe80cf30e347b) | sifive_u.c (46517dd4971fc1fdd5b379e72cc377626ad98160) |
---|---|
1/* 2 * QEMU RISC-V Board Compatible with SiFive Freedom U SDK 3 * 4 * Copyright (c) 2016-2017 Sagar Karandikar, sagark@eecs.berkeley.edu 5 * Copyright (c) 2017 SiFive, Inc. 6 * 7 * Provides a board compatible with the SiFive Freedom U SDK: 8 * --- 30 unchanged lines hidden (view full) --- 39#include "hw/riscv/sifive_clint.h" 40#include "hw/riscv/sifive_uart.h" 41#include "hw/riscv/sifive_prci.h" 42#include "hw/riscv/sifive_u.h" 43#include "hw/riscv/boot.h" 44#include "chardev/char.h" 45#include "sysemu/arch_init.h" 46#include "sysemu/device_tree.h" | 1/* 2 * QEMU RISC-V Board Compatible with SiFive Freedom U SDK 3 * 4 * Copyright (c) 2016-2017 Sagar Karandikar, sagark@eecs.berkeley.edu 5 * Copyright (c) 2017 SiFive, Inc. 6 * 7 * Provides a board compatible with the SiFive Freedom U SDK: 8 * --- 30 unchanged lines hidden (view full) --- 39#include "hw/riscv/sifive_clint.h" 40#include "hw/riscv/sifive_uart.h" 41#include "hw/riscv/sifive_prci.h" 42#include "hw/riscv/sifive_u.h" 43#include "hw/riscv/boot.h" 44#include "chardev/char.h" 45#include "sysemu/arch_init.h" 46#include "sysemu/device_tree.h" |
47#include "sysemu/sysemu.h" |
|
47#include "exec/address-spaces.h" 48 49#include <libfdt.h> 50 51#define BIOS_FILENAME "opensbi-riscv64-sifive_u-fw_jump.bin" 52 53static const struct MemmapEntry { 54 hwaddr base; --- 388 unchanged lines hidden --- | 48#include "exec/address-spaces.h" 49 50#include <libfdt.h> 51 52#define BIOS_FILENAME "opensbi-riscv64-sifive_u-fw_jump.bin" 53 54static const struct MemmapEntry { 55 hwaddr base; --- 388 unchanged lines hidden --- |