index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
riscv
/
boot.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/riscv/boot.c: Support 64-bit address for initrd
Cheng Yang
2024-06-03
1
-2
/
+2
*
hw: riscv: Allow large kernels to boot by moving the initrd further away in RAM
Alexandre Ghiti
2024-03-08
1
-6
/
+6
*
target/riscv: Move misa_mxl_max to class
Akihiko Odaki
2024-02-09
1
-1
/
+2
*
target/riscv: rename ext_icsr to ext_zicsr
Daniel Henrique Barboza
2023-11-07
1
-1
/
+1
*
hw/riscv/boot.c: make riscv_load_initrd() static
Daniel Henrique Barboza
2023-02-16
1
-40
/
+40
*
hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-16
1
-0
/
+11
*
hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-16
1
-3
/
+17
*
hw/riscv: change riscv_compute_fdt_addr() semantics
Daniel Henrique Barboza
2023-02-07
1
-12
/
+23
*
hw/riscv: split fdt address calculation from fdt load
Daniel Henrique Barboza
2023-02-07
1
-5
/
+25
*
hw/riscv/boot.c: calculate fdt size after fdt_pack()
Daniel Henrique Barboza
2023-02-07
1
-4
/
+6
*
hw/riscv: boot: Don't use CSRs if they are disabled
Alistair Francis
2023-02-07
1
-0
/
+9
*
hw/riscv/boot.c: use MachineState in riscv_load_kernel()
Daniel Henrique Barboza
2023-01-20
1
-1
/
+2
*
hw/riscv/boot.c: use MachineState in riscv_load_initrd()
Daniel Henrique Barboza
2023-01-20
1
-2
/
+4
*
hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
Daniel Henrique Barboza
2023-01-20
1
-6
/
+12
*
hw/riscv/boot.c: exit early if filename is NULL in load functions
Daniel Henrique Barboza
2023-01-20
1
-0
/
+6
*
hw/riscv/boot.c: Introduce riscv_find_firmware()
Bin Meng
2023-01-20
1
-14
/
+25
*
hw/riscv/boot.c: introduce riscv_default_firmware_name()
Daniel Henrique Barboza
2023-01-20
1
-0
/
+9
*
hw/riscv/boot.c: make riscv_find_firmware() static
Daniel Henrique Barboza
2023-01-20
1
-22
/
+22
*
riscv: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+3
*
hw/riscv: virt: Enable booting S-mode firmware from pflash
Sunil V L
2022-10-14
1
-0
/
+29
*
hw/riscv: Update comment for qtest check in riscv_find_firmware()
Bin Meng
2022-10-14
1
-2
/
+2
*
hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()
Daniel Henrique Barboza
2022-09-07
1
-3
/
+1
*
hw/riscv: boot: Reduce FDT address alignment constraints
Alistair Francis
2022-07-03
1
-2
/
+2
*
hw/core/loader: return image sizes as ssize_t
Jamie Iles
2022-06-10
1
-2
/
+3
*
hw/riscv: boot: Support 64bit fdt address.
Dylan Jhong
2022-04-22
1
-5
/
+7
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
target/riscv: Support start kernel directly by KVM
Yifei Jiang
2022-01-21
1
-1
/
+15
*
hw/riscv: Use load address rather than entry point for fw_dynamic next_addr
Jessica Clarke
2021-12-20
1
-3
/
+10
*
hw/riscv: boot: Add a PLIC config string function
Alistair Francis
2021-10-28
1
-0
/
+25
*
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
2021-10-22
1
-1
/
+1
*
hw/riscv/boot: Check the error of fdt_pack()
Alistair Francis
2021-07-15
1
-2
/
+4
*
riscv: Pass RISCVHartArrayState by pointer
Alistair Francis
2021-01-16
1
-6
/
+4
*
RISC-V: Place DTB at 3GB boundary instead of 4GB
Atish Patra
2021-01-16
1
-4
/
+4
*
hw/riscv: Use the CPU to determine if 32-bit
Alistair Francis
2020-12-17
1
-21
/
+10
*
hw/riscv: boot: Remove compile time XLEN checks
Alistair Francis
2020-12-17
1
-25
/
+30
*
hw/riscv: Expand the is 32-bit check to support more CPUs
Alistair Francis
2020-12-17
1
-1
/
+11
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
riscv: do not use ram_size global
Paolo Bonzini
2020-12-10
1
-2
/
+3
*
hw/riscv: Load the kernel after the firmware
Alistair Francis
2020-10-22
1
-5
/
+14
*
hw/riscv: Add a riscv_is_32_bit() function
Alistair Francis
2020-10-22
1
-0
/
+9
*
hw/riscv: Return the end address of the loaded firmware
Alistair Francis
2020-10-22
1
-11
/
+17
*
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-09-25
1
-4
/
+4
*
RISC-V: Support 64 bit start address
Atish Patra
2020-07-13
1
-1
/
+5
*
riscv: Add opensbi firmware dynamic support
Atish Patra
2020-07-13
1
-4
/
+38
*
RISC-V: Copy the fdt in dram instead of ROM
Atish Patra
2020-07-13
1
-15
/
+38
*
riscv: Unify Qemu's reset vector code path
Atish Patra
2020-07-13
1
-0
/
+46
*
riscv: Change the default behavior if no -bios option is specified
Bin Meng
2020-06-03
1
-27
/
+4
*
riscv: Suppress the error report for QEMU testing with riscv_find_firmware()
Bin Meng
2020-06-03
1
-3
/
+11
*
hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
Anup Patel
2020-04-29
1
-5
/
+8
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-2
/
+2
[next]