mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 20:29:22 +08:00
aarch64: Update interrupt details
This commit is contained in:
parent
d716c79070
commit
9c407619c7
@ -104,7 +104,10 @@ Interrupt Stack
|
||||
---------------
|
||||
|
||||
The board support package must initialize the interrupt stack. The memory for
|
||||
the stacks is usually reserved in the linker script.
|
||||
the stacks is usually reserved in the linker script. The interrupt stack pointer
|
||||
is stored in the EL0 stack pointer and is accessed by switching to SP0 mode
|
||||
at the beginning of interrupt calls and back to SPx mode after completion of
|
||||
interrupt calls using the `spsel` instruction.
|
||||
|
||||
Default Fatal Error Processing
|
||||
==============================
|
||||
|
@ -8,8 +8,9 @@
|
||||
Qemu A53
|
||||
========
|
||||
|
||||
This BSP supports two variants, `qemu_a53_ilp32` and `qemu-a53_lp64`. The basic
|
||||
hardware initialization is performed by the BSP.
|
||||
This BSP supports two variants, `qemu_a53_ilp32` and `qemu_a53_lp64`. The basic
|
||||
hardware initialization is performed by the BSP. These BSPs support the GICv3
|
||||
interrupt controller.
|
||||
|
||||
Boot via ELF
|
||||
------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user