 9746e583fe
			
		
	
	
		9746e583fe
		
	
	
	
	
		
			
			The RISC-V AIA (Advanced Interrupt Architecture) defines a new interrupt controller for MSIs (message signal interrupts) called IMSIC (Incoming Message Signal Interrupt Controller). The IMSIC is per-HART device and also suppport virtualizaiton of MSIs using dedicated VS-level guest interrupt files. This patch adds device emulation for RISC-V AIA IMSIC which supports M-level, S-level, and VS-level MSIs. Signed-off-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Anup Patel <anup@brainfault.org> Reviewed-by: Frank Chang <frank.chang@sifive.com> Message-Id: <20220220085526.808674-3-anup@brainfault.org> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
		
			
				
	
	
		
			87 lines
		
	
	
		
			933 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			933 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config HEATHROW_PIC
 | |
|     bool
 | |
| 
 | |
| config I8259
 | |
|     bool
 | |
|     select ISA_BUS
 | |
| 
 | |
| config PL190
 | |
|     bool
 | |
| 
 | |
| config IOAPIC
 | |
|     bool
 | |
|     select I8259
 | |
| 
 | |
| config ARM_GIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config OPENPIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config APIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
|     select I8259
 | |
| 
 | |
| config ARM_GIC_TCG
 | |
|     bool
 | |
|     default y
 | |
|     depends on ARM_GIC && TCG
 | |
| 
 | |
| config ARM_GIC_KVM
 | |
|     bool
 | |
|     default y
 | |
|     depends on ARM_GIC && KVM
 | |
| 
 | |
| config XICS
 | |
|     bool
 | |
| 
 | |
| config XIVE
 | |
|     bool
 | |
| 
 | |
| config ALLWINNER_A10_PIC
 | |
|     bool
 | |
| 
 | |
| config S390_FLIC
 | |
|     bool
 | |
| 
 | |
| config S390_FLIC_KVM
 | |
|     bool
 | |
|     default y
 | |
|     depends on S390_FLIC && KVM
 | |
| 
 | |
| config OMPIC
 | |
|     bool
 | |
| 
 | |
| config PPC_UIC
 | |
|     bool
 | |
| 
 | |
| config SH_INTC
 | |
|     bool
 | |
| 
 | |
| config RX_ICU
 | |
|     bool
 | |
| 
 | |
| config LOONGSON_LIOINTC
 | |
|     bool
 | |
| 
 | |
| config RISCV_ACLINT
 | |
|     bool
 | |
| 
 | |
| config RISCV_APLIC
 | |
|     bool
 | |
| 
 | |
| config RISCV_IMSIC
 | |
|     bool
 | |
| 
 | |
| config SIFIVE_PLIC
 | |
|     bool
 | |
| 
 | |
| config GOLDFISH_PIC
 | |
|     bool
 | |
| 
 | |
| config M68K_IRQC
 | |
|     bool
 |