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
/
intc
/
aspeed_intc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/intc/aspeed Fix coding style
Jamin Lin
2025-05-25
1
-2
/
+4
*
hw/intc/aspeed: Set impl.min_access_size to 4
Jamin Lin
2025-05-25
1
-0
/
+6
*
hw/intc/aspeed: Add support for AST2700 TSP INTC
Steven Lee
2025-05-05
1
-2
/
+207
*
hw/intc/aspeed: Add support for AST2700 SSP INTC
Steven Lee
2025-05-05
1
-0
/
+211
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-3
/
+3
*
cleanup: Drop pointless return at end of function
Markus Armbruster
2025-04-24
1
-4
/
+0
*
hw/intc/aspeed: Fix IRQ handler mask check
Steven Lee
2025-03-23
1
-1
/
+1
*
hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
Jamin Lin
2025-03-09
1
-0
/
+112
*
hw/intc/aspeed: Add Support for Multi-Output IRQ Handling
Jamin Lin
2025-03-09
1
-15
/
+134
*
hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
Jamin Lin
2025-03-09
1
-31
/
+39
*
hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and r...
Jamin Lin
2025-03-09
1
-39
/
+48
*
hw/intc/aspeed: Refactor INTC to support separate input and output pin indices
Jamin Lin
2025-03-09
1
-36
/
+61
*
hw/intc/aspeed: Add support for multiple output pins in INTC
Jamin Lin
2025-03-09
1
-0
/
+4
*
hw/intc/aspeed: Rename num_ints to num_inpins for clarity
Jamin Lin
2025-03-09
1
-14
/
+17
*
hw/intc/aspeed: Support different memory region ops
Jamin Lin
2025-03-09
1
-1
/
+4
*
hw/intc/aspeed: Add object type name to trace events for better debugging
Jamin Lin
2025-03-09
1
-13
/
+19
*
hw/intc/aspeed: Introduce helper functions for enable and status registers
Jamin Lin
2025-03-09
1
-83
/
+108
*
hw/intc/aspeed: Reduce regs array size by adding a register sub-region
Jamin Lin
2025-03-09
1
-21
/
+29
*
hw/intc/aspeed: Support setting different register size
Jamin Lin
2025-03-09
1
-17
/
+5
*
hw/intc/aspeed: Introduce dynamic allocation for regs array
Jamin Lin
2025-03-09
1
-1
/
+11
*
hw/intc/aspeed: Rename status_addr and addr to status_reg and reg for clarity
Jamin Lin
2025-03-09
1
-19
/
+19
*
hw/intc/aspeed: Support setting different memory size
Jamin Lin
2025-03-09
1
-1
/
+8
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
aspeed/intc: Add AST2700 support
Jamin Lin
2024-06-16
1
-0
/
+361