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
/
include
/
hw
/
riscv
/
sifive_u.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/riscv: Move the dtb load bits outside of create_fdt()
Bin Meng
2023-03-01
1
-0
/
+1
*
hw/riscv/sifive_u: use 'fdt' from MachineState
Daniel Henrique Barboza
2023-01-20
1
-3
/
+0
*
include: Include headers where needed
Markus Armbruster
2023-01-08
1
-0
/
+2
*
hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
Bin Meng
2023-01-06
1
-1
/
+1
*
hw/riscv: sifive_u: Use the PLIC config helper function
Alistair Francis
2021-10-28
1
-1
/
+0
*
sifive_u: Connect the SiFive PWM device
Alistair Francis
2021-09-21
1
-1
/
+13
*
hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
Bin Meng
2021-03-04
1
-1
/
+1
*
hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card
Bin Meng
2021-03-04
1
-0
/
+3
*
hw/riscv: sifive_u: Add QSPI0 controller and connect a flash
Bin Meng
2021-03-04
1
-0
/
+4
*
hw/riscv: sifive_u: Allow specifying the CPU
Alistair Francis
2020-10-22
1
-0
/
+1
*
sifive_u: Rename memmap enum constants
Eduardo Habkost
2020-09-18
1
-17
/
+17
*
hw/riscv: Move sifive_gpio model to hw/gpio
Bin Meng
2020-09-09
1
-1
/
+1
*
hw/riscv: Move sifive_u_otp model to hw/misc
Bin Meng
2020-09-09
1
-1
/
+1
*
hw/riscv: Move sifive_u_prci model to hw/misc
Bin Meng
2020-09-09
1
-1
/
+1
*
hw/riscv: sifive_u: Connect a DMA controller
Bin Meng
2020-09-09
1
-0
/
+11
*
hw/riscv: sifive_u: Add a dummy L2 cache controller device
Bin Meng
2020-08-21
1
-0
/
+4
*
hw/riscv: sifive_u: Add a dummy DDR memory controller device
Bin Meng
2020-06-19
1
-0
/
+1
*
hw/riscv: sifive_u: Support different boot source per MSEL pin state
Bin Meng
2020-06-19
1
-0
/
+6
*
hw/riscv: sifive_u: Add a new property msel for MSEL pin state
Bin Meng
2020-06-19
1
-0
/
+1
*
hw/riscv: sifive_u: Hook a GPIO controller
Bin Meng
2020-06-19
1
-0
/
+19
*
riscv: Fix type of SiFive[EU]SocState, member parent_obj
Markus Armbruster
2020-06-15
1
-1
/
+1
*
riscv/sifive_u: Add a serial property to the sifive_u machine
Bin Meng
2020-04-29
1
-0
/
+1
*
riscv/sifive_u: Add a serial property to the sifive_u SoC
Alistair Francis
2020-04-29
1
-0
/
+2
*
riscv/sifive_u: Add the start-in-flash property
Alistair Francis
2019-10-28
1
-0
/
+2
*
riscv/sifive_u: Manually define the machine
Alistair Francis
2019-10-28
1
-1
/
+6
*
riscv/sifive_u: Add QSPI memory region
Alistair Francis
2019-10-28
1
-0
/
+1
*
riscv/sifive_u: Add L2-LIM cache memory
Alistair Francis
2019-10-28
1
-0
/
+1
*
riscv: hw: Drop "clock-frequency" property of cpu nodes
Bin Meng
2019-10-28
1
-1
/
+0
*
riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet
Bin Meng
2019-09-17
1
-2
/
+1
*
riscv: sifive_u: Fix broken GEM support
Bin Meng
2019-09-17
1
-1
/
+2
*
riscv: sifive_u: Instantiate OTP memory with a serial number
Bin Meng
2019-09-17
1
-0
/
+3
*
riscv: sifive_u: Update UART base addresses and IRQs
Bin Meng
2019-09-17
1
-2
/
+2
*
riscv: sifive_u: Add PRCI block to the SoC
Bin Meng
2019-09-17
1
-0
/
+3
*
riscv: sifive_u: Generate hfclk and rtcclk nodes
Bin Meng
2019-09-17
1
-0
/
+2
*
riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC
Bin Meng
2019-09-17
1
-1
/
+5
*
riscv: sifive_u: Set the minimum number of cpus to 2
Bin Meng
2019-09-17
1
-0
/
+2
*
riscv: Add a sifive_cpu.h to include both E and U cpu type defines
Bin Meng
2019-09-17
1
-6
/
+1
*
include: Make headers more self-contained
Markus Armbruster
2019-08-16
1
-0
/
+1
*
riscv: plic: Fix incorrect irq calculation
Alistair Francis
2019-04-04
1
-2
/
+2
*
sifive_u: Add clock DT node for GEM ethernet
Anup Patel
2018-12-20
1
-1
/
+2
*
hw/riscv/sifive_u: Connect the Cadence GEM Ethernet device
Alistair Francis
2018-07-05
1
-2
/
+7
*
hw/riscv/sifive_u: Create a SiFive U SoC object
Alistair Francis
2018-07-05
1
-2
/
+14
*
RISC-V: Remove unused class definitions
Michael Clark
2018-05-06
1
-5
/
+0
*
RISC-V: Replace hardcoded constants with enum values
Michael Clark
2018-05-06
1
-0
/
+4
*
SiFive Freedom U Series RISC-V Machine
Michael Clark
2018-03-07
1
-0
/
+69