Skip to content

Commit 685bf54

Browse files
stephanosioioannisg
authored andcommitted
soc: arm: qemu_cortex_a53: Use the refactored AArch64 interrupt system
This commit updates the `qemu_cortex_a53` platform to use the refactored AArch64 interrupt system. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 91ceee7 commit 685bf54

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

soc/arm/qemu_cortex_a53/Kconfig.defconfig

-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ config NUM_IRQS
1111
# - include the UART interrupts
1212
default 220
1313

14-
config 2ND_LVL_ISR_TBL_OFFSET
15-
default 1
16-
17-
config MAX_IRQ_PER_AGGREGATOR
18-
default 219
19-
20-
config NUM_2ND_LEVEL_AGGREGATORS
21-
default 1
22-
2314
config SYS_CLOCK_HW_CYCLES_PER_SEC
2415
default 62500000
2516

soc/arm/qemu_cortex_a53/Kconfig.soc

-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ config SOC_QEMU_CORTEX_A53
66
select ARM
77
select CPU_CORTEX_A53
88
select GIC_V2
9-
select MULTI_LEVEL_INTERRUPTS
10-
select 2ND_LEVEL_INTERRUPTS

soc/arm/qemu_cortex_a53/dts_fixup.h

-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
*/
66

77
#define DT_INST_0_SHARED_IRQ_IRQ_0_SENSE DT_INST_0_SHARED_IRQ_IRQ_0_FLAGS
8-
9-
#undef DT_INST_0_SHARED_IRQ_IRQ_0
10-
#define DT_INST_0_SHARED_IRQ_IRQ_0 ((DT_SHARED_IRQ_SHAREDIRQ0_IRQ_0 + 1) << 8)

0 commit comments

Comments
 (0)