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
/
microchip_pfsoc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/riscv: use qemu_configure_nic_device()
David Woodhouse
2024-02-02
1
-12
/
+2
*
riscv: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+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
-2
/
+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 initrd 'chosen' FDT inside riscv_load_initrd()
Daniel Henrique Barboza
2023-01-20
1
-8
/
+2
*
hw/{misc, riscv}: pfsoc: add system controller as unimplemented
Conor Dooley
2023-01-06
1
-0
/
+6
*
hw/riscv: pfsoc: add missing FICs as unimplemented
Conor Dooley
2023-01-06
1
-52
/
+63
*
hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals
Conor Dooley
2022-09-07
1
-6
/
+61
*
hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()
Daniel Henrique Barboza
2022-09-07
1
-1
/
+1
*
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/riscv: microchip_pfsoc: Use the PLIC config helper function
Alistair Francis
2021-10-28
1
-13
/
+1
*
hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
Bin Meng
2021-10-22
1
-16
/
+20
*
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
*
hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
2021-09-21
1
-1
/
+1
*
hw/riscv: microchip_pfsoc: Support direct kernel boot
Bin Meng
2021-06-08
1
-3
/
+78
*
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/riscv: microchip_pfsoc: Map EMMC/SD mux register
Bin Meng
2021-03-22
1
-0
/
+6
*
hw/riscv: Drop 'struct MemmapEntry'
Bin Meng
2021-03-04
1
-6
/
+3
*
hw/riscv: microchip_pfsoc: add QSPI NOR flash
Vitaly Wool
2020-12-17
1
-0
/
+21
*
hw/riscv: microchip_pfsoc: Hook the I2C1 controller
Bin Meng
2020-11-03
1
-0
/
+6
*
hw/riscv: microchip_pfsoc: Correct DDR memory map
Bin Meng
2020-11-03
1
-6
/
+44
*
hw/riscv: microchip_pfsoc: Map the reserved memory at address 0
Bin Meng
2020-11-03
1
-1
/
+10
*
hw/riscv: microchip_pfsoc: Connect the SYSREG module
Bin Meng
2020-11-03
1
-3
/
+6
*
hw/riscv: microchip_pfsoc: Connect the IOSCB module
Bin Meng
2020-11-03
1
-5
/
+8
*
hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
Bin Meng
2020-11-03
1
-0
/
+18
*
hw/riscv: microchip_pfsoc: Document where to look at the SoC memory maps
Bin Meng
2020-11-03
1
-0
/
+18
*
hw/riscv: Move sifive_plic model to hw/intc
Bin Meng
2020-09-09
1
-1
/
+1
*
hw/riscv: Move sifive_clint model to hw/intc
Bin Meng
2020-09-09
1
-1
/
+1
*
hw/riscv: clint: Avoid using hard-coded timebase frequency
Bin Meng
2020-09-09
1
-1
/
+5
*
hw/riscv: microchip_pfsoc: Hook GPIO controllers
Bin Meng
2020-09-09
1
-0
/
+14
*
hw/riscv: microchip_pfsoc: Connect 2 Cadence GEMs
Bin Meng
2020-09-09
1
-0
/
+39
*
hw/riscv: microchip_pfsoc: Connect a DMA controller
Bin Meng
2020-09-09
1
-0
/
+15
*
hw/riscv: microchip_pfsoc: Connect a Cadence SDHCI controller and an SD card
Bin Meng
2020-09-09
1
-0
/
+23
*
hw/riscv: microchip_pfsoc: Connect 5 MMUARTs
Bin Meng
2020-09-09
1
-0
/
+30
*
hw/riscv: Initial support for Microchip PolarFire SoC Icicle Kit board
Bin Meng
2020-09-09
1
-0
/
+312