index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
riscv
/
sifive_u.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-2
/
+2
*
hw/boards: Rename no_sdcard -> auto_create_sdcard
Philippe Mathieu-Daudé
2025-02-16
1
-1
/
+1
*
hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF
Philippe Mathieu-Daudé
2025-02-16
1
-0
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-3
/
+3
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
*
|
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2024-12-21
1
-7
/
+11
|
\
\
|
*
|
hw/riscv: Add a new struct RISCVBootInfo
Jim Shu
2024-12-20
1
-5
/
+7
|
*
|
hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
Jim Shu
2024-12-20
1
-3
/
+5
|
|
/
*
/
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/riscv: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
TANG Tiancheng
2024-10-30
1
-1
/
+2
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-10-04
1
-1
/
+0
|
\
|
*
hw: Remove unused inclusion of hw/char/serial.h
Bernhard Beschow
2024-10-03
1
-1
/
+0
*
|
hw/riscv: Respect firmware ELF entry point
Samuel Holland
2024-10-02
1
-2
/
+2
|
/
*
target/riscv: support new isa extension detection devicetree properties
Conor Dooley
2024-02-09
1
-5
/
+2
*
hw/riscv: use qemu_configure_nic_device()
David Woodhouse
2024-02-02
1
-6
/
+1
*
hw/sd: Introduce a "sd-card" SPI variant model
Cédric Le Goater
2023-09-01
1
-2
/
+1
*
hw/riscv: Move the dtb load bits outside of create_fdt()
Bin Meng
2023-03-01
1
-16
/
+15
*
hw/riscv: Skip re-generating DT nodes for a given DTB
Bin Meng
2023-03-01
1
-0
/
+1
*
hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-16
1
-10
/
+1
*
hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-16
1
-1
/
+2
*
hw/riscv: change riscv_compute_fdt_addr() semantics
Daniel Henrique Barboza
2023-02-07
1
-1
/
+2
*
hw/riscv: split fdt address calculation from fdt load
Daniel Henrique Barboza
2023-02-07
1
-3
/
+4
*
hw/riscv/sifive_u.c: simplify create_fdt()
Daniel Henrique Barboza
2023-01-20
1
-4
/
+4
*
hw/riscv/boot.c: use MachineState in riscv_load_kernel()
Daniel Henrique Barboza
2023-01-20
1
-2
/
+1
*
hw/riscv/boot.c: use MachineState in riscv_load_initrd()
Daniel Henrique Barboza
2023-01-20
1
-2
/
+1
*
hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
Daniel Henrique Barboza
2023-01-20
1
-6
/
+5
*
hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
Daniel Henrique Barboza
2023-01-20
1
-8
/
+2
*
hw/riscv/sifive_u: use 'fdt' from MachineState
Daniel Henrique Barboza
2023-01-20
1
-9
/
+6
*
hw/riscv/boot.c: introduce riscv_default_firmware_name()
Daniel Henrique Barboza
2023-01-20
1
-7
/
+4
*
hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
Bin Meng
2023-01-06
1
-1
/
+2
*
hw/riscv: set machine->fdt in sifive_u_machine_init()
Daniel Henrique Barboza
2022-10-17
1
-0
/
+3
*
hw/riscv/sifive_u: Resolve redundant property accessors
Bernhard Beschow
2022-05-24
1
-20
/
+4
*
hw/riscv: Make CPU config error handling generous (sifive_e/u/opentitan)
Tsukasa OI
2022-05-24
1
-2
/
+2
*
hw/riscv: Don't add empty bootargs to device tree
Bin Meng
2022-04-29
1
-1
/
+1
*
hw/riscv: Use error_fatal for SoC realisation
Alistair Francis
2022-01-08
1
-1
/
+1
*
hw: Replace trivial drive_get_next() by drive_get()
Markus Armbruster
2021-12-15
1
-1
/
+1
*
hw/sd/ssi-sd: Do not create SD card within controller's realize
Markus Armbruster
2021-12-15
1
-1
/
+12
*
hw/riscv: sifive_u: Use the PLIC config helper function
Alistair Francis
2021-10-28
1
-13
/
+1
*
hw/riscv: sifive_u: Use MachineState::ram and MachineClass::default_ram_id
Bin Meng
2021-10-22
1
-4
/
+2
*
hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
Anup Patel
2021-09-21
1
-3
/
+6
*
hw/intc: Rename sifive_clint sources to riscv_aclint sources
Anup Patel
2021-09-21
1
-1
/
+1
*
sifive_u: Connect the SiFive PWM device
Alistair Francis
2021-09-21
1
-1
/
+54
*
hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
2021-09-21
1
-1
/
+1
*
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2021-08-26
1
-1
/
+0
*
hw/riscv: sifive_u: Make sure firmware info is 8-byte aligned
Bin Meng
2021-07-15
1
-2
/
+3
*
hw/riscv: sifive_u: Correct the CLINT timebase frequency
Bin Meng
2021-07-15
1
-2
/
+5
*
hw/riscv: Use macros for BIOS image names
Bin Meng
2021-06-08
1
-4
/
+2
*
hw/riscv: Support the official PLIC DT bindings
Bin Meng
2021-06-08
1
-1
/
+5
*
hw/riscv: Support the official CLINT DT bindings
Bin Meng
2021-06-08
1
-1
/
+5
[next]