Jamin Lin
38ba38d87d
hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
Introduce a new ast2700 INTCIO class to support AST2700 INTCIO.
Added new register definitions for INTCIO, including enable and status
registers for IRQs GICINT192 through GICINT197.
Created a dedicated IRQ array for INTCIO, supporting six input pins and six
output pins, aligning with the newly defined registers.
Implemented "aspeed_intcio_read" and "aspeed_intcio_write" to handle
INTCIO-specific register access.
To GICINT196 |
ETH1 |-----------| |--------------------------|
-------->|0 | | INTCIO |
ETH2 | 4| orgates[0]------>|inpin[0]-------->outpin[0]|
-------->|1 5| orgates[1]------>|inpin[1]-------->outpin[1]|
ETH3 | 6| orgates[2]------>|inpin[2]-------->outpin[2]|
-------->|2 19| orgates[3]------>|inpin[3]-------->outpin[3]|
UART0 | 20|-->orgates[4]------>|inpin[4]-------->outpin[4]|
-------->|7 21| orgates[5]------>|inpin[5]-------->outpin[5]|
UART1 | 22| |--------------------------|
-------->|8 23|
UART2 | 24|
-------->|9 25|
UART3 | 26|
---------|10 27|
UART5 | 28|
-------->|11 29|
UART6 | |
-------->|12 30|
UART7 | 31|
-------->|13 |
UART8 | OR[0:31] |
-------->|14 |
UART9 | |
-------->|15 |
UART10 | |
-------->|16 |
UART11 | |
-------->|17 |
UART12 | |
-------->|18 |
|-----------|
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250307035945.3698802-18-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
2025-03-09 14:36:53 +01:00
..
2020-09-18 14:12:32 -04:00
2024-04-25 10:21:05 +01:00
2023-06-28 14:27:59 +02:00
2024-11-19 14:14:13 +00:00
2023-06-28 14:27:59 +02:00
2020-09-09 09:27:11 -04:00
2024-01-26 11:30:49 +00:00
2025-03-09 14:36:53 +01:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2022-05-11 16:50:01 +02:00
2022-04-21 11:37:04 +01:00
2023-01-08 01:54:22 -05:00
2024-02-15 16:58:46 +01:00
2020-09-18 14:12:32 -04:00
2024-05-03 15:47:48 +02:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2024-06-19 12:40:49 +02:00
2023-02-27 22:29:01 +01:00
2023-01-13 16:22:57 +01:00
2025-01-09 14:13:24 +08:00
2024-12-19 15:23:30 +08:00
2025-01-15 14:19:21 +08:00
2023-01-08 01:54:22 -05:00
2024-12-19 15:23:29 +08:00
2024-12-19 15:23:29 +08:00
2025-01-15 14:33:49 +08:00
2024-08-06 10:22:52 +02:00
2021-01-04 23:24:44 +01:00
2023-11-01 07:20:34 +01:00
2023-03-08 00:37:48 +01:00
2022-08-31 14:08:06 -03:00
2020-09-18 14:12:32 -04:00
2022-09-07 09:19:10 +02:00
2024-12-20 11:22:47 +10:00
2022-03-03 13:14:50 +10:00
2022-05-11 16:50:32 +02:00
2023-01-06 10:42:55 +10:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00