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
/
arm
/
xlnx-versal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm: use qemu_configure_nic_device()
David Woodhouse
2024-02-02
1
-6
/
+1
*
target/arm: Move GTimer definitions to new 'gtimer.h' header
Philippe Mathieu-Daudé
2024-01-26
1
-0
/
+1
*
target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header
Philippe Mathieu-Daudé
2024-01-26
1
-0
/
+1
*
hw/arm/xlnx-versal: Use qdev_prop_set_array()
Kevin Wolf
2023-11-10
1
-2
/
+7
*
hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG device
Tong Ho
2023-11-02
1
-0
/
+16
*
hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REG
Francisco Iglesias
2023-09-08
1
-1
/
+112
*
hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFR
Francisco Iglesias
2023-09-08
1
-0
/
+42
*
Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...
Richard Henderson
2023-06-06
1
-0
/
+37
|
\
|
*
xlnx-versal: Connect Xilinx VERSAL CANFD controllers
Vikram Garhwal
2023-06-06
1
-0
/
+37
*
|
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-05
1
-1
/
+1
|
/
*
Drop duplicate #include
Markus Armbruster
2023-02-08
1
-1
/
+0
*
hw/arm: versal: Connect the CRL
Edgar E. Iglesias
2022-04-21
1
-2
/
+52
*
hw/arm: versal: Add the Cortex-R5Fs
Edgar E. Iglesias
2022-04-21
1
-0
/
+36
*
hw/arm: versal: Create an APU CPU Cluster
Edgar E. Iglesias
2022-04-21
1
-1
/
+8
*
hw/arm/versal: Let boot.c handle PSCI enablement
Peter Maydell
2022-02-08
1
-4
/
+1
*
hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
Francisco Iglesias
2022-01-28
1
-0
/
+93
*
hw/arm/xlnx-versal: Connect Versal's PMC SLCR
Francisco Iglesias
2022-01-28
1
-1
/
+70
*
hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models
Francisco Iglesias
2022-01-28
1
-2
/
+26
*
hw/arm: xlnx-versal-virt: Add Xilinx eFUSE device
Tong Ho
2021-09-30
1
-0
/
+39
*
hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device
Tong Ho
2021-09-30
1
-0
/
+18
*
hw/arm/xlnx-versal: Add unimplemented APU mmio
Tong Ho
2021-08-26
1
-0
/
+2
*
hw/dma/xlnx-zdma Always expect 'dma' link property to be set
Philippe Mathieu-Daudé
2021-08-26
1
-0
/
+2
*
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/arm: versal: Add support for the XRAMs
Edgar E. Iglesias
2021-03-12
1
-0
/
+36
*
hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
Edgar E. Iglesias
2021-02-11
1
-2
/
+2
*
arm: xlnx-versal: Connect usb to virt-versal
Vikram Garhwal
2020-12-15
1
-0
/
+26
*
hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23
Bin Meng
2020-09-09
1
-0
/
+1
*
hw: Mark nd_table[] misuse in realize methods FIXME
Markus Armbruster
2020-07-21
1
-0
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-16
/
+14
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
Markus Armbruster
2020-06-15
1
-3
/
+3
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
1
-21
/
+15
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-3
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+1
*
hw/arm: versal: Add support for the RTC
Edgar E. Iglesias
2020-05-04
1
-0
/
+21
*
hw/arm: versal: Add support for SD
Edgar E. Iglesias
2020-05-04
1
-0
/
+31
*
hw/arm: versal: Embed the APUs into the SoC type
Edgar E. Iglesias
2020-05-04
1
-14
/
+5
*
hw/arm: versal: Embed the ADMAs into the SoC type
Edgar E. Iglesias
2020-05-04
1
-7
/
+7
*
hw/arm: versal: Embed the GEMs into the SoC type
Edgar E. Iglesias
2020-05-04
1
-7
/
+8
*
hw/arm: versal: Embed the UARTs into the SoC type
Edgar E. Iglesias
2020-05-04
1
-6
/
+6
*
hw/arm: versal: Move misplaced comment
Edgar E. Iglesias
2020-05-04
1
-1
/
+1
*
hw/arm: versal: Remove inclusion of arm_gicv3_common.h
Edgar E. Iglesias
2020-05-04
1
-1
/
+0
*
hw/arm: versal: Setup the ADMA with 128bit bus-width
Edgar E. Iglesias
2020-04-30
1
-0
/
+2
*
hw/arm: versal: Add support for the LPD ADMAs
Edgar E. Iglesias
2020-03-05
1
-0
/
+24
*
hw/arm: Use TYPE_PL011 to create serial port
Gavin Shan
2020-02-28
1
-1
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
hw/arm: versal: Add the CRP as unimplemented
Edgar E. Iglesias
2019-11-26
1
-0
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
[next]