index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
riscv
/
boot.c
Age
Commit message (
Expand
)
Author
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-01-21
target/riscv: Support start kernel directly by KVM
Yifei Jiang
2021-12-20
hw/riscv: Use load address rather than entry point for fw_dynamic next_addr
Jessica Clarke
2021-10-28
hw/riscv: boot: Add a PLIC config string function
Alistair Francis
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
2021-07-15
hw/riscv/boot: Check the error of fdt_pack()
Alistair Francis
2021-01-16
riscv: Pass RISCVHartArrayState by pointer
Alistair Francis
2021-01-16
RISC-V: Place DTB at 3GB boundary instead of 4GB
Atish Patra
2020-12-17
hw/riscv: Use the CPU to determine if 32-bit
Alistair Francis
2020-12-17
hw/riscv: boot: Remove compile time XLEN checks
Alistair Francis
2020-12-17
hw/riscv: Expand the is 32-bit check to support more CPUs
Alistair Francis
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
riscv: do not use ram_size global
Paolo Bonzini
2020-10-22
hw/riscv: Load the kernel after the firmware
Alistair Francis
2020-10-22
hw/riscv: Add a riscv_is_32_bit() function
Alistair Francis
2020-10-22
hw/riscv: Return the end address of the loaded firmware
Alistair Francis
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-07-13
RISC-V: Support 64 bit start address
Atish Patra
2020-07-13
riscv: Add opensbi firmware dynamic support
Atish Patra
2020-07-13
RISC-V: Copy the fdt in dram instead of ROM
Atish Patra
2020-07-13
riscv: Unify Qemu's reset vector code path
Atish Patra
2020-06-03
riscv: Change the default behavior if no -bios option is specified
Bin Meng
2020-06-03
riscv: Suppress the error report for QEMU testing with riscv_find_firmware()
Bin Meng
2020-04-29
hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
Anup Patel
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-11-25
hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()
Zhuang, Siwei (Data61, Kensington NSW)
2019-10-28
riscv/boot: Fix possible memory leak
Alistair Francis
2019-09-17
riscv: Resolve full path of the given bios image
Bin Meng
2019-09-17
riscv: Add a helper routine for finding firmware
Bin Meng
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-07-26
riscv/boot: Fixup the RISC-V firmware warning
Alistair Francis
2019-07-18
hw/riscv: Load OpenSBI as the default firmware
Alistair Francis
2019-06-27
hw/riscv: Extend the kernel loading support
Alistair Francis
2019-06-27
hw/riscv: Add support for loading a firmware
Alistair Francis
2019-06-27
hw/riscv: Split out the boot functions
Alistair Francis