index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
aspeed_soc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aspeed: Refactor UART init for multi-SoC machines
Peter Delevoryas
2022-07-14
1
-16
/
+34
*
aspeed: Create SRAM name from first CPU index
Peter Delevoryas
2022-07-14
1
-2
/
+3
*
hw/misc/aspeed: Add PECI controller
Peter Delevoryas
2022-06-30
1
-0
/
+14
*
aspeed: Map unimplemented devices in SoC memory
Peter Delevoryas
2022-06-30
1
-4
/
+19
*
aspeed: Remove usage of sysbus_mmio_map
Peter Delevoryas
2022-06-30
1
-19
/
+28
*
aspeed: Add memory property to Aspeed SoC
Peter Delevoryas
2022-06-30
1
-5
/
+7
*
aspeed: Set CPU memory property explicitly
Peter Delevoryas
2022-06-30
1
-0
/
+2
*
aspeed: Set the dram container at the SoC level
Cédric Le Goater
2022-06-30
1
-2
/
+47
*
hw: aspeed: Init all UART's with serial devices
Peter Delevoryas
2022-05-25
1
-0
/
+9
*
hw: aspeed: Introduce common UART init function
Peter Delevoryas
2022-05-25
1
-4
/
+12
*
hw: aspeed: Add uarts_num SoC attribute
Peter Delevoryas
2022-05-25
1
-0
/
+2
*
hw: aspeed: Add missing UART's
Peter Delevoryas
2022-05-25
1
-0
/
+6
*
aspeed: Introduce a get_irq AspeedSoCClass method
Cédric Le Goater
2022-05-25
1
-3
/
+10
*
aspeed/smc: Remove 'num_cs' field
Cédric Le Goater
2022-03-08
1
-2
/
+0
*
hw/arm: Integrate ADC model into Aspeed SoC
Andrew Jeffery
2021-10-12
1
-0
/
+11
*
aspeed/smc: Drop AspeedSMCController structure
Cédric Le Goater
2021-10-12
1
-2
/
+2
*
hw/arm/aspeed: Allow machine to set UART default
Peter Delevoryas
2021-09-20
1
-3
/
+5
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-05
1
-3
/
+0
|
\
|
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
*
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
hw/misc/aspeed_xdma: Add AST2600 support
Cédric Le Goater
2021-05-01
1
-1
/
+2
*
|
aspeed: Integrate HACE
Joel Stanley
2021-05-01
1
-0
/
+16
*
|
aspeed/smc: Remove unused "sdram-base" property
Cédric Le Goater
2021-05-01
1
-4
/
+0
|
/
*
hw/misc: Model KCS devices in the Aspeed LPC controller
Andrew Jeffery
2021-03-09
1
-1
/
+23
*
hw/misc: Add a basic Aspeed LPC controller model
Cédric Le Goater
2021-03-09
1
-0
/
+10
*
hw/arm/aspeed: Map the UART5 device unconditionally
Philippe Mathieu-Daudé
2020-09-18
1
-5
/
+3
*
aspeed_soc: Rename memmap/irqmap enum constants
Eduardo Habkost
2020-08-27
1
-114
/
+114
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-32
/
+16
*
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-3
/
+2
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-12
/
+11
*
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-10
1
-30
/
+15
*
aspeed: Fix realize error API violation
Markus Armbruster
2020-07-02
1
-2
/
+3
*
hw/arm: Drop useless object_property_set_link() error handling
Markus Armbruster
2020-07-02
1
-10
/
+4
*
aspeed: Clean up roundabout error propagation
Markus Armbruster
2020-07-02
1
-6
/
+4
*
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 4
Markus Armbruster
2020-06-15
1
-2
/
+2
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-06-15
1
-39
/
+30
*
sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
Markus Armbruster
2020-06-15
1
-20
/
+15
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-3
/
+1
*
arm/aspeed: Rework NIC attachment
Cédric Le Goater
2020-06-15
1
-2
/
+1
*
arm/aspeed: Compute the number of CPUs from the SoC definition
Cédric Le Goater
2020-06-15
1
-8
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-7
/
+6
*
hw/arm: ast2400/ast2500: Wire up EHCI controllers
Guenter Roeck
2020-02-13
1
-0
/
+25
*
hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
Andrew Jeffery
2020-01-30
1
-0
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
aspeed: Change the "scu" property definition
Cédric Le Goater
2019-12-16
1
-4
/
+4
*
aspeed/i2c: Add support for DMA transfers
Cédric Le Goater
2019-12-16
1
-0
/
+5
*
aspeed: Add a DRAM memory region at the SoC level
Cédric Le Goater
2019-12-16
1
-2
/
+7
*
aspeed/soc: Add ASPEED Video stub
Joel Stanley
2019-10-15
1
-0
/
+6
[next]