summary refs log tree commit diff stats
path: root/hw/intc/aspeed_intc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/aspeed: Add Support for AST2700 INTCIO ControllerJamin Lin2025-03-091-0/+112
* hw/intc/aspeed: Add Support for Multi-Output IRQ HandlingJamin Lin2025-03-091-15/+134
* hw/intc/aspeed: Introduce IRQ handler function to reduce code duplicationJamin Lin2025-03-091-31/+39
* hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and r...Jamin Lin2025-03-091-39/+48
* hw/intc/aspeed: Refactor INTC to support separate input and output pin indicesJamin Lin2025-03-091-36/+61
* hw/intc/aspeed: Add support for multiple output pins in INTCJamin Lin2025-03-091-0/+4
* hw/intc/aspeed: Rename num_ints to num_inpins for clarityJamin Lin2025-03-091-14/+17
* hw/intc/aspeed: Support different memory region opsJamin Lin2025-03-091-1/+4
* hw/intc/aspeed: Add object type name to trace events for better debuggingJamin Lin2025-03-091-13/+19
* hw/intc/aspeed: Introduce helper functions for enable and status registersJamin Lin2025-03-091-83/+108
* hw/intc/aspeed: Reduce regs array size by adding a register sub-regionJamin Lin2025-03-091-21/+29
* hw/intc/aspeed: Support setting different register sizeJamin Lin2025-03-091-17/+5
* hw/intc/aspeed: Introduce dynamic allocation for regs arrayJamin Lin2025-03-091-1/+11
* hw/intc/aspeed: Rename status_addr and addr to status_reg and reg for clarityJamin Lin2025-03-091-19/+19
* hw/intc/aspeed: Support setting different memory sizeJamin Lin2025-03-091-1/+8
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* aspeed/intc: Add AST2700 supportJamin Lin2024-06-161-0/+361