Merge pull request #1006 from robertovargas-arm/doc-format

Improve format of exception vectors in BL1 description
This commit is contained in:
danh-arm 2017-06-28 13:48:31 +01:00 committed by GitHub
commit d6c26ade63
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ BL1 performs minimal architectural initialization as follows.
code is one of:
For AArch64:
0x0 : Synchronous exception from Current EL with SP_EL0
0x1 : IRQ exception from Current EL with SP_EL0
0x2 : FIQ exception from Current EL with SP_EL0
@ -156,6 +157,7 @@ BL1 performs minimal architectural initialization as follows.
0xf : System Error exception from Lower EL using aarch32
For AArch32:
0x10 : User mode
0x11 : FIQ mode
0x12 : IRQ mode