aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv/boot.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-16riscv: Pass RISCVHartArrayState by pointerAlistair Francis1-3/+3
2020-12-17hw/riscv: Use the CPU to determine if 32-bitAlistair Francis1-3/+5
2020-12-17hw/riscv: boot: Remove compile time XLEN checksAlistair Francis1-3/+5
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis1-0/+3
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis1-0/+2
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis1-4/+4
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra1-1/+4
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra1-1/+3
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra1-0/+2
2020-06-03riscv/boot: Add a missing header includeAlistair Francis1-0/+1
2020-04-29hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()Anup Patel1-2/+4
2019-11-25hw/riscv: Add optional symbol callback ptr to riscv_load_kernel()Zhuang, Siwei (Data61, Kensington NSW)1-1/+2
2019-09-17riscv: Add a helper routine for finding firmwareBin Meng1-0/+1
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+2
2019-07-18hw/riscv: Load OpenSBI as the default firmwareAlistair Francis1-0/+3
2019-06-27hw/riscv: Add support for loading a firmwareAlistair Francis1-0/+2
2019-06-27hw/riscv: Split out the boot functionsAlistair Francis1-0/+27