summaryrefslogtreecommitdiff
path: root/hw/riscv/boot.c
AgeCommit message (Expand)Author
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-07-13RISC-V: Support 64 bit start addressAtish Patra
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra
2020-06-03riscv: Change the default behavior if no -bios option is specifiedBin Meng
2020-06-03riscv: Suppress the error report for QEMU testing with riscv_find_firmware()Bin Meng
2020-04-29hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()Anup Patel
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-11-25hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()Zhuang, Siwei (Data61, Kensington NSW)
2019-10-28riscv/boot: Fix possible memory leakAlistair Francis
2019-09-17riscv: Resolve full path of the given bios imageBin Meng
2019-09-17riscv: Add a helper routine for finding firmwareBin Meng
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-07-26riscv/boot: Fixup the RISC-V firmware warningAlistair Francis
2019-07-18hw/riscv: Load OpenSBI as the default firmwareAlistair Francis
2019-06-27hw/riscv: Extend the kernel loading supportAlistair Francis
2019-06-27hw/riscv: Add support for loading a firmwareAlistair Francis
2019-06-27hw/riscv: Split out the boot functionsAlistair Francis